| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | shorten: Fix signedness of comparission | Michael Niedermayer | 2013-02-19 | 1 | -2/+2 |
* | | Merge commit '4a2b26fc1b1ad123eba473a20e270f2b0ba92bca' | Michael Niedermayer | 2013-02-13 | 1 | -11/+6 |
|\| |
|
| * | shorten: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -9/+5 |
* | | shorten: dont leave invalid channel counts in the context. | Michael Niedermayer | 2013-02-13 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-28 | 1 | -1/+1 |
|\| |
|
| * | shorten: fix array subscript is below array bounds warning | Luca Barbato | 2013-01-28 | 1 | -1/+1 |
* | | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3' | Michael Niedermayer | 2012-12-21 | 1 | -1/+2 |
|\| |
|
| * | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+2 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | shorten: update .sample_fmts | Paul B Mahol | 2012-12-03 | 1 | -0/+1 |
* | | shorten: return more meaningful error codes | Paul B Mahol | 2012-12-01 | 1 | -15/+15 |
* | | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff' | Michael Niedermayer | 2012-11-02 | 1 | -1/+1 |
|\| |
|
| * | shorten: validate that the channel count in the header is not <= 0 | Justin Ruggles | 2012-11-01 | 1 | -1/+1 |
* | | shorten: fix U8 to be planar too | Michael Niedermayer | 2012-10-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-15 | 1 | -6/+9 |
|\| |
|
| * | shorten: use planar sample format | Justin Ruggles | 2012-10-14 | 1 | -9/+14 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | shorten: fix cmd type | Michael Niedermayer | 2012-08-06 | 1 | -1/+1 |
* | | cosmetics: minor libavcodec spelling errors | Lou Logan | 2012-06-29 | 1 | -1/+1 |
* | | shorten: fix lossy decoding | Paul B Mahol | 2012-05-22 | 1 | -1/+1 |
* | | shorten: increase max_frame_size. | Michael Niedermayer | 2012-05-08 | 1 | -1/+1 |
* | | shorten: unsigned 8bit support | Paul B Mahol | 2012-05-04 | 1 | -17/+33 |