- 21 Feb, 2017 1 commit
-
-
Michael Niedermayer authored
avcodec/gsmdec_template: Fix runtime error: signed integer overflow: -22527 * 99113 cannot be represented in type 'int' Fixes: 636/clusterfuzz-testcase-6520876646268928 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpegSigned-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 18 Nov, 2016 1 commit
-
-
Alexandra Hájková authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 07 Jun, 2016 1 commit
-
-
Diego Biurrun authored
This avoids duplicating the table in the gsm template file. Also adjust the table type to uint8_t to save space.
-
- 03 Sep, 2015 1 commit
-
-
Michael Niedermayer authored
Fixes: unknown_unknown_338_824_cov_1045285351_sample-gsm-8000.mov Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 26 Nov, 2013 1 commit
-
-
Kostya Shishkov authored
This is essentially a MS GSM decoder extension that supports more sampling rates and lower bitrates. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 11 Jan, 2012 1 commit
-
-
Justin Ruggles authored
The WAVE demuxer returns packets with many blocks per frame, which needs to be parsed into single blocks. This has a side-effect of fixing the timestamps.
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 02 Oct, 2010 1 commit
-
-
Reimar Döffinger authored
bitstream endianness, so they cannot reuse the same code without a lot of function call overhead. Thus use templating to compile two different binaries. Originally committed as revision 25312 to svn://svn.ffmpeg.org/ffmpeg/trunk
-