Tue, 15 Sep 2009 15:28:11 +0000 |
kostya |
Check for explicit 32-bit FPS value so it works on 64-bit systems too
libavformat
|
Tue, 15 Sep 2009 15:22:36 +0000 |
kostya |
Make probing for VC1 test bitstream format stricter
libavformat
|
Tue, 15 Sep 2009 14:56:09 +0000 |
michael |
Check offset in flv_probe()
libavformat
|
Tue, 15 Sep 2009 13:28:14 +0000 |
michael |
Do not return values above AVPROBE_SCORE_MAX from probe().
libavformat
|
Tue, 15 Sep 2009 13:27:13 +0000 |
michael |
Make h261 and mpegvideo probe a little more robust so they dont fail with
libavformat
|
Tue, 15 Sep 2009 12:20:03 +0000 |
michael |
Make mpeg_probe() pass probetest.
libavformat
|
Tue, 15 Sep 2009 10:01:25 +0000 |
reimar |
Slightly stricter MPEG-PES probing, fixes issue 1383.
libavformat
|
Tue, 15 Sep 2009 09:21:29 +0000 |
reimar |
Vastly improved mm_probe function, passes probetest.
libavformat
|
Tue, 15 Sep 2009 09:16:29 +0000 |
reimar |
Improve sierravmd probe. It is still quite weak, but further improvements
libavformat
|
Mon, 14 Sep 2009 23:03:33 +0000 |
michael |
Slighty tweak mp3 probe threshold to prevent probetest from complaining.
libavformat
|
Mon, 14 Sep 2009 22:03:07 +0000 |
reimar |
Try harder to avoid false positives for DV probe.
libavformat
|
Mon, 14 Sep 2009 21:50:23 +0000 |
reimar |
Make dnxhd probe more strict, fail if we detect values in header that would
libavformat
|
Mon, 14 Sep 2009 21:29:19 +0000 |
michael |
Rewrite h261_probe().
libavformat
|
Mon, 14 Sep 2009 20:28:10 +0000 |
reimar |
Make DTS probe more robust against false positives (as e.g. probetest shows).
libavformat
|
Mon, 14 Sep 2009 20:01:32 +0000 |
reimar |
Check the index validity more thoroughly for the c93 probe function.
libavformat
|
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
|