FFmpeg/libavcodec
Rostislav Pehlivanov a849ebb54e dirac_parser: Improve parsing and silence pointless warnings
The parser scans for "BBCD" to appear in the bitstream which indicate a
parse info header and once that happens, checks if the parse offsets are
sane. Since random BBCD strings might appear in the bitstream the parser
will emit a pointless warning if that happens.

This commit improves parsing by checking for a valid parse code as well
as keeping the original checks for valid parse offsets. The warnings
were removed as they serve no real purpose.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2016-01-21 15:18:25 +00:00
..
2015-12-15 22:45:15 -05:00
2016-01-20 16:56:53 +00:00
2016-01-20 16:56:53 +00:00
2015-12-19 09:32:53 -08:00
2015-12-19 09:32:53 -08:00
2015-11-30 18:29:57 -05:00
2015-11-22 16:16:16 -05:00
2016-01-06 16:43:06 +00:00
2015-11-21 08:51:49 -05:00
2016-01-10 16:28:14 +01:00
2016-01-10 16:28:14 +01:00
2015-11-30 10:58:46 -05:00
2015-12-26 20:29:22 -08:00
2015-12-18 18:08:00 +01:00
2015-12-07 16:10:51 +01:00
2016-01-18 19:56:37 +01:00
2015-12-05 21:11:52 +01:00
2015-12-05 21:11:52 +01:00
2015-12-20 21:31:55 +01:00
2015-11-20 08:20:13 -05:00
2016-01-06 16:43:06 +00:00
2016-01-10 12:49:35 +01:00
2015-11-30 23:31:12 +01:00
2015-12-21 11:14:02 +01:00
2015-12-22 12:54:23 +01:00
2016-01-06 16:43:06 +00:00
2015-12-07 09:25:02 +01:00
2016-01-20 16:41:19 -03:00