| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/shorten: Fix integer overflow with offset | Michael Niedermayer | 2018-11-13 | 1 | -2/+2 |
* | avcodec/shorten: Fix bitstream end check in read_header() | Michael Niedermayer | 2018-09-15 | 1 | -1/+1 |
* | avcodec/shorten: Fix signed 32bit overflow in shift in shorten_decode_frame() | Michael Niedermayer | 2018-08-16 | 1 | -1/+1 |
* | avcodec/shorten: Fix integer overflow in residual/LPC combination | Michael Niedermayer | 2018-08-16 | 1 | -1/+1 |
* | avcodec/shorten: Check verbatim length | Michael Niedermayer | 2018-08-16 | 1 | -0/+5 |
* | avcodec/shorten: Fix undefined addition in shorten_decode_frame() | Michael Niedermayer | 2018-07-04 | 1 | -1/+1 |
* | avcodec/shorten: Fix undefined integer overflow | Michael Niedermayer | 2018-07-04 | 1 | -1/+1 |
* | avcodec/shorten: Fix multiple integer overflows | Michael Niedermayer | 2018-06-07 | 1 | -2/+2 |
* | avcodec/shorten: Fix undefined shift in fix_bitshift() | Michael Niedermayer | 2018-06-07 | 1 | -1/+1 |
* | avcodec/shorten: Fix a negative left shift in shorten_decode_frame() | Michael Niedermayer | 2018-06-07 | 1 | -1/+1 |
* | avcodec/shorten: Sanity check nmeans | Michael Niedermayer | 2018-06-07 | 1 | -0/+4 |
* | avcodec/shorten: Check non COMM chunk len before skip in decode_aiff_header() | Michael Niedermayer | 2018-06-06 | 1 | -2/+2 |
* | avcodec/shorten: Move buffer allocation and offset init to end of read_header() | Michael Niedermayer | 2017-09-12 | 1 | -6/+7 |
* | avcodec/shorten: Sanity check maxnlpc | Michael Niedermayer | 2017-06-16 | 1 | -0/+4 |
* | avcodec/shorten: Check residual size | Michael Niedermayer | 2017-05-06 | 1 | -0/+4 |
* | avcodec/shorten: Check k in get_uint() | Michael Niedermayer | 2017-05-06 | 1 | -1/+4 |
* | Merge commit '67deba8a416d818f3d95aef0aa916589090396e2' | Clément Bœsch | 2017-03-31 | 1 | -2/+2 |
|\ |
|
| * | Use avpriv_report_missing_feature() where appropriate | Diego Biurrun | 2016-11-08 | 1 | -2/+2 |
* | | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -1/+2 |
* | | avcodec/shorten: support decoding AIFF-C variant | Paul B Mahol | 2017-02-23 | 1 | -1/+15 |
* | | avcodec/shorten: make max frame size bigger if custom block size was used | Paul B Mahol | 2016-04-27 | 1 | -1/+1 |
* | | avcodec/shorten: properly handle bitshift > 31 | Paul B Mahol | 2016-04-11 | 1 | -3/+7 |
* | | avcodec/shorten: mark as AV_CODEC_CAP_SUBFRAMES | Paul B Mahol | 2016-04-10 | 1 | -1/+1 |
* | | avcodec/shorten: add support for AIFF packing, not bitexact | Paul B Mahol | 2016-04-09 | 1 | -2/+74 |
* | | avcodec/shorten: fix decoding of very large (>2048) block sizes | Paul B Mahol | 2016-04-09 | 1 | -0/+14 |
* | | avcodec/shorten: fix decoding of files with number of samples lower than max_... | Paul B Mahol | 2016-04-08 | 1 | -2/+4 |
* | | avcodec/shorten: remove useless if condition and comment, reindent | Paul B Mahol | 2016-04-08 | 1 | -23/+21 |
* | | avcodec/shorten: fix decoding of last frame | Paul B Mahol | 2016-04-08 | 1 | -3/+1 |
* | | avcodec/shorten: if allocation fails reset max_frame_size | Paul B Mahol | 2016-04-08 | 1 | -0/+1 |
* | | avformat: support shorten in nistshpere demuxer | Paul B Mahol | 2016-04-07 | 1 | -0/+4 |
* | | Merge commit '29c2d06d67724e994980045afa055c6c34611b30' | Derek Buitenhuis | 2016-02-24 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/shorten: use init_get_bits8() | Paul B Mahol | 2015-07-03 | 1 | -1/+2 |
* | | avcodec/shorten: More complete pred_order check | Michael Niedermayer | 2015-05-15 | 1 | -1/+1 |
* | | avcodec/shorten: Fix code depending on signed overflow behavior | Michael Niedermayer | 2015-05-15 | 1 | -2/+1 |
* | | avcodec/shorten: Check skip_bytes() | Michael Niedermayer | 2015-05-15 | 1 | -0/+5 |
* | | avcodec/shorten: use av_reallocp_array() | Michael Niedermayer | 2015-01-12 | 1 | -4/+4 |
* | | Merge commit '8e104619a627fcf5f4c2bd3c09d0c2d323aae745' | Michael Niedermayer | 2014-11-13 | 1 | -1/+1 |
|\| |
|
| * | shorten: check for return value | Vittorio Giovara | 2014-11-13 | 1 | -0/+2 |
| * | shorten: pad the internal bitstream buffer | Anton Khirnov | 2014-02-04 | 1 | -1/+1 |
* | | avcodec/shorten: check bitshift | Michael Niedermayer | 2014-04-27 | 1 | -2/+9 |
* | | avcodec/shorten: clear bitstream buffer | Michael Niedermayer | 2013-12-26 | 1 | -0/+1 |
* | | Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c' | Michael Niedermayer | 2013-12-09 | 1 | -17/+10 |
|\| |
|
| * | avcodec: Use av_reallocp where suitable | Alexandra Khirnova | 2013-12-09 | 1 | -17/+10 |
* | | Merge commit '5f5ada3dbf97e306a74250ba8dcf8619ad59b020' | Michael Niedermayer | 2013-10-11 | 1 | -1/+1 |
|\| |
|
| * | shorten: Fix out-of-array read | Tim Walker | 2013-10-10 | 1 | -1/+1 |