log

age author description
2009-09-15 kostya Check for explicit 32-bit FPS value so it works on 64-bit systems too libavformat
2009-09-15 kostya Make probing for VC1 test bitstream format stricter libavformat
2009-09-15 michael Check offset in flv_probe() libavformat
2009-09-15 michael Do not return values above AVPROBE_SCORE_MAX from probe(). libavformat
2009-09-15 michael Make h261 and mpegvideo probe a little more robust so they dont fail with libavformat
2009-09-15 michael Make mpeg_probe() pass probetest. libavformat
2009-09-15 reimar Slightly stricter MPEG-PES probing, fixes issue 1383. libavformat
2009-09-15 reimar Vastly improved mm_probe function, passes probetest. libavformat
2009-09-15 reimar Improve sierravmd probe. It is still quite weak, but further improvements libavformat
2009-09-14 michael Slighty tweak mp3 probe threshold to prevent probetest from complaining. libavformat
2009-09-14 reimar Try harder to avoid false positives for DV probe. libavformat
2009-09-14 reimar Make dnxhd probe more strict, fail if we detect values in header that would libavformat
2009-09-14 michael Rewrite h261_probe(). libavformat
2009-09-14 reimar Make DTS probe more robust against false positives (as e.g. probetest shows). libavformat
2009-09-14 reimar Check the index validity more thoroughly for the c93 probe function. libavformat
2009-09-14 reimar Add more sanity checks for header elements, rejecting files with clearly libavformat
2009-09-14 michael Rewrite h263_probe(). libavformat
2009-09-14 reimar Extend check for integer overflow for malloc argument to take into account libavformat
2009-09-14 kostya Fix wrong logical operator which causes too relaxed checking in VC-1 test libavformat
2009-09-14 reimar Check buffer size for idcin check, otherwise false positives are too likely for libavformat
2009-09-13 bcoudurier ensure pes buffer is set to avoid segv libavformat
2009-09-13 bcoudurier reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-07-22.m2t libavformat
2009-09-13 banan Add condition to aea demuxer probe. libavformat
2009-09-13 reimar When resetting vst->pkt.data to NULL, also set vst->slices. libavformat
2009-09-13 schreter Use I/O buffer size as initial value for backoff for seeking sync point search. libavformat
2009-09-10 banan Cosmetics, add spaces libavformat
2009-09-10 banan Initial commit of the MD studio demuxer, not hooked up yet libavformat
2009-09-09 cehoyos Document padding for AVProbeData. libavformat
2009-09-09 cehoyos Fix a bug with reading non-interleaved AVI if one the streams is libavformat
2009-09-09 cehoyos Factorise st->nb_index_entries check. libavformat
2009-09-07 bcoudurier check entries against field_size, potential malloc overflow in read_stsz, fix #1357 libavformat
2009-09-07 bcoudurier add one missing check for stream existence in read_elst, fix #1364 libavformat