log

age author description
Sun, 06 Sep 2009 08:57:19 +0000 reimar ff_rm_metadata is const. libavformat
Sun, 06 Sep 2009 08:39:41 +0000 reimar ff_id3v1_genre_str table should be const. libavformat
Sun, 06 Sep 2009 08:36:25 +0000 reimar 100l, all avlanguage tables should be both static and const. libavformat
Sat, 05 Sep 2009 19:31:01 +0000 schreter cosmetic changes (indentation, doxygen comments, braces, put structures for API to header, ...) libavformat
Sat, 05 Sep 2009 15:41:32 +0000 reimar Search for ipmovie signature beyond the start of the file. libavformat
Sat, 05 Sep 2009 11:30:55 +0000 reimar Extend ipmovie signature to match exactly one place in mve files that have a libavformat
Fri, 04 Sep 2009 21:43:41 +0000 jbr Remove fake Speex header creation from FLV demuxer. Having it there was not the libavformat
Fri, 04 Sep 2009 21:38:45 +0000 jbr Add frame_size as a codec parameter requirement for Speex in libavformat
Sun, 30 Aug 2009 18:14:22 +0000 cehoyos Fix incorrect display of ASF/WMV duration after r12926. libavformat
Fri, 28 Aug 2009 00:44:54 +0000 jbr Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat libavformat
Wed, 26 Aug 2009 22:33:48 +0000 schreter Cosmetic changes in read_seek* routines. libavformat
Wed, 26 Aug 2009 22:10:35 +0000 cehoyos Decoder for LPCM as used in Bluray discs. libavformat
Wed, 26 Aug 2009 08:38:44 +0000 reimar Check for seek failures in avi_load_index, otherwise if the index offset libavformat
Tue, 25 Aug 2009 19:59:38 +0000 bcoudurier return AVERROR(ENOMEM) if stream could not be allocated libavformat
Tue, 25 Aug 2009 19:58:21 +0000 bcoudurier check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot edu libavformat
Tue, 25 Aug 2009 09:46:16 +0000 diego Do not read index chunks as audio/video data; closes issue 1336. libavformat
Tue, 25 Aug 2009 08:47:39 +0000 cehoyos Add Bluray Subtitle Support libavformat
Tue, 25 Aug 2009 07:47:34 +0000 reimar Mark video from .mtv files correctly as upside-down. libavformat
Mon, 24 Aug 2009 21:42:25 +0000 mru mpegts: change variable-length array to fixed length libavformat
Mon, 24 Aug 2009 13:43:33 +0000 aurel matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks libavformat
Mon, 24 Aug 2009 13:40:30 +0000 aurel matroskadec: factorize some code libavformat
Sat, 22 Aug 2009 16:07:50 +0000 schreter Use generic multi-stream key frame finding routine to implement read_seek2 and map libavformat
Sat, 22 Aug 2009 16:05:43 +0000 schreter Support for generic multi-stream key frame finding for new seek API. libavformat
Fri, 21 Aug 2009 08:34:19 +0000 bwolowiec Add support for S/PDIF encapsulation. libavformat
Wed, 12 Aug 2009 13:17:39 +0000 pross Moves the display of metadata to dump_format() libavformat
Tue, 11 Aug 2009 17:28:56 +0000 kostya Parse ID3 tags in Musepack SV7 files libavformat
Tue, 11 Aug 2009 17:18:10 +0000 kostya Parse APE metadata tags in Musepack SV7 files libavformat
Tue, 11 Aug 2009 17:08:09 +0000 kostya Move APE tag parsing into separate module. libavformat
Tue, 11 Aug 2009 16:55:49 +0000 kostya Do not use internals of ByteIOContext during APE tags parsing. libavformat
Tue, 11 Aug 2009 16:43:44 +0000 kostya Remove incorrect APE tag size adjustment based on flags. libavformat