log

age author description
Wed, 03 Dec 2008 13:53:13 +0000 compn add FFDS fourcc, ok'd by kostya libavformat
Tue, 02 Dec 2008 16:48:05 +0000 vitor Commit last ok'ed parts of QCELP decoder and enable it. libavformat
Tue, 02 Dec 2008 15:43:47 +0000 michael ADTS AAC probe. libavformat
Mon, 01 Dec 2008 22:07:00 +0000 vitor More OKed parts of the QCELP decoder libavformat
Mon, 01 Dec 2008 00:08:42 +0000 rbultje Implement rule-number parsing, the initial step in stream (and bitrate) libavformat
Sun, 30 Nov 2008 22:24:35 +0000 rbultje Change RDTDemuxContext->st into an array of streams, which will make future libavformat
Sun, 30 Nov 2008 20:40:04 +0000 rbultje document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/Realmedia libavformat
Sun, 30 Nov 2008 20:39:16 +0000 rbultje Change function prototype from taking an AVStream to taking an index to the libavformat
Sat, 29 Nov 2008 13:55:03 +0000 stefano Rename functions in sdp.c for consistency's sake. libavformat
Sun, 23 Nov 2008 16:54:31 +0000 rbultje Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML. libavformat
Sat, 22 Nov 2008 21:24:39 +0000 cehoyos Add forgotten file format pgmyuv. libavformat
Sat, 22 Nov 2008 20:36:02 +0000 cehoyos Support picture output without -f image2 for most codecs. libavformat
Thu, 20 Nov 2008 22:53:18 +0000 diego cosmetics: Consistently place HEADERS before OBJS in all Makefiles. libavformat
Tue, 18 Nov 2008 09:09:57 +0000 bcoudurier decrease atom size, fix broken files missing version/flags libavformat
Tue, 18 Nov 2008 03:49:33 +0000 reynaldo Trivial, Cosmetics libavformat
Mon, 17 Nov 2008 18:10:02 +0000 rbultje Change type of prev_stream_id from uint32_t to int, since it has a max size libavformat
Mon, 17 Nov 2008 14:32:56 +0000 rbultje Reindent after r15853. libavformat
Mon, 17 Nov 2008 14:32:01 +0000 rbultje Read optional components of the RDT packet header, such as extended setID libavformat
Mon, 17 Nov 2008 14:30:31 +0000 rbultje Change header reading implementation to using get_bits() instead of directly libavformat
Mon, 17 Nov 2008 14:28:12 +0000 rbultje Prefix all ff_rdt_parse_header() arguments with a p, preparing for local libavformat
Mon, 17 Nov 2008 14:23:20 +0000 rbultje Fix memleak caused by the fact that url_open_buf() allocates a context libavformat
Mon, 17 Nov 2008 14:20:00 +0000 rbultje Add ByteIOContext argument to public ff_rm_* functions so that we can libavformat
Mon, 17 Nov 2008 07:50:25 +0000 benoit Get rid of MSG_DONTWAIT using a more standard way to use a socket libavformat
Sun, 16 Nov 2008 02:56:34 +0000 bcoudurier set pts in flv demuxer libavformat
Sun, 16 Nov 2008 01:59:35 +0000 bcoudurier read itunes metadata, code based on Reimar's patch libavformat
Sat, 15 Nov 2008 20:45:26 +0000 rbultje Change status packet skipping to be more spec-compliant. See discussion in libavformat
Sat, 15 Nov 2008 20:43:57 +0000 rbultje Make function comment a bit more linguistically correct. libavformat
Sat, 15 Nov 2008 20:42:41 +0000 rbultje Reindent after r15833. libavformat
Sat, 15 Nov 2008 20:41:59 +0000 rbultje Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in libavformat
Sat, 15 Nov 2008 20:17:19 +0000 bcoudurier simplify metadata reading libavformat