log

age author description
Mon, 14 Sep 2009 19:58:51 +0000 reimar Add more sanity checks for header elements, rejecting files with clearly libavformat
Mon, 14 Sep 2009 19:06:36 +0000 michael Rewrite h263_probe(). libavformat
Mon, 14 Sep 2009 17:15:18 +0000 reimar Extend check for integer overflow for malloc argument to take into account libavformat
Mon, 14 Sep 2009 17:05:13 +0000 kostya Fix wrong logical operator which causes too relaxed checking in VC-1 test libavformat
Mon, 14 Sep 2009 15:44:05 +0000 reimar Check buffer size for idcin check, otherwise false positives are too likely for libavformat
Sun, 13 Sep 2009 20:08:47 +0000 bcoudurier ensure pes buffer is set to avoid segv libavformat
Sun, 13 Sep 2009 20:06:49 +0000 bcoudurier reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-07-22.m2t libavformat
Sun, 13 Sep 2009 18:27:53 +0000 banan Add condition to aea demuxer probe. libavformat
Sun, 13 Sep 2009 11:08:59 +0000 reimar When resetting vst->pkt.data to NULL, also set vst->slices. libavformat
Sun, 13 Sep 2009 08:57:30 +0000 schreter Use I/O buffer size as initial value for backoff for seeking sync point search. libavformat
Thu, 10 Sep 2009 19:12:13 +0000 banan Cosmetics, add spaces libavformat
Thu, 10 Sep 2009 18:48:12 +0000 banan Initial commit of the MD studio demuxer, not hooked up yet libavformat
Wed, 09 Sep 2009 22:55:10 +0000 cehoyos Document padding for AVProbeData. libavformat
Wed, 09 Sep 2009 16:26:24 +0000 cehoyos Fix a bug with reading non-interleaved AVI if one the streams is libavformat
Wed, 09 Sep 2009 16:25:12 +0000 cehoyos Factorise st->nb_index_entries check. libavformat
Mon, 07 Sep 2009 22:42:51 +0000 bcoudurier check entries against field_size, potential malloc overflow in read_stsz, fix #1357 libavformat
Mon, 07 Sep 2009 22:36:33 +0000 bcoudurier add one missing check for stream existence in read_elst, fix #1364 libavformat
Mon, 07 Sep 2009 10:49:51 +0000 diego Use all 32 bits of the timestamp when calculating flv duration. libavformat
Sun, 06 Sep 2009 15:59:32 +0000 schreter disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default) libavformat
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