| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-09 | 1 | -2/+8 |
|\| |
|
| * | shorten: Extend fixed_coeffs to properly support pred_order 0 | Luca Barbato | 2013-10-09 | 1 | -2/+8 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | Merge commit 'b26742cc308552f242ee2bf93b07a3ff509f4edc' | Michael Niedermayer | 2013-09-12 | 1 | -2/+4 |
|\| |
|
| * | shorten: Break out of loop looking for fmt chunk if none is found | Martin Storsjö | 2013-09-12 | 1 | -0/+4 |
* | | Merge commit '49568851bf1700e3d9ea9cda29208d0df3c2c38b' | Michael Niedermayer | 2013-09-12 | 1 | -15/+17 |
|\| |
|
| * | shorten: Use a checked bytestream reader for the wave header | Martin Storsjö | 2013-09-12 | 1 | -13/+16 |
* | | shorten: fix "off by padding" bug | Michael Niedermayer | 2013-05-22 | 1 | -1/+1 |
* | | shorten: allocate space for padding | Michael Niedermayer | 2013-05-07 | 1 | -1/+1 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | Merge commit '5a4e9fe855282a99586050a507d0a486ad39df5b' | Michael Niedermayer | 2013-03-07 | 1 | -6/+11 |
|\| |
|
| * | shorten: use the unsigned type where needed | Luca Barbato | 2013-03-06 | 1 | -4/+9 |
* | | Merge commit '4c364eb2b856fc33cf7b42f7c7b979e69fde5f3a' | Michael Niedermayer | 2013-03-06 | 1 | -2/+2 |
|\| |
|
| * | shorten: report meaningful errors | Luca Barbato | 2013-03-06 | 1 | -14/+14 |
* | | Merge commit 'a2ad554def214d2d03b7c16f68dc081a8622f9ca' | Michael Niedermayer | 2013-03-06 | 1 | -110/+118 |
|\| |
|
| * | shorten: K&R formatting cosmetics | Luca Barbato | 2013-03-06 | 1 | -106/+113 |
| * | shorten: set invalid channels count to 0 | Michael Niedermayer | 2013-03-06 | 1 | -0/+1 |