summaryrefslogtreecommitdiff
path: root/libavcodec/on2avc.c
Commit message (Collapse)AuthorAge
* on2avc: limit number of bits to 30 in get_egolombAndreas Cadhalpun2016-01-13
| | | | | | | | | | More don't fit into the integer output. Also use get_bits_long, since get_bits only supports reading up to 25 bits, while get_bits_long supports the full integer range. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
| | | | | | Express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
| | | | | | Convert doxygen to multiline and express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* on2avc: Use the integer abs() versionVittorio Giovara2015-06-12
| | | | | Fixes clang warning "floating point absolute value function 'fabsf' when argument is of integer type [-Wabsolute-value]".
* on2avc: check number of channelsMichael Niedermayer2014-12-19
| | | | | | | | | Fixes invalid memory access. CC: libav-stable@libav.org Bug-ID: CVE-2014-8549 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Anton Khirnov <anton@khirnov.net>
* on2avc: Fix out of array accessMichael Niedermayer2014-11-15
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1206648
* on2avc: Remove pointless dsputil.h #includeDiego Biurrun2014-05-27
|
* On2 AVC decoderKostya Shishkov2014-04-23