Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
| | |||||
* | adpcm: Write the correct number of samples for ima-dk4 | Luca Barbato | 2013-07-09 | 1 | -1/+1 |
| | | | | | Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org | ||||
* | Move misplaced file author information where it belongs | Diego Biurrun | 2013-04-11 | 1 | -12/+12 |
| | |||||
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
| | |||||
* | adpcm: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -13/+9 |
| | |||||
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
| | | | | It will be useful in the upcoming transition to refcounted AVFrames. | ||||
* | adpcmdec: use planar sample format for adpcm_thp | Justin Ruggles | 2012-10-09 | 1 | -6/+3 |
| | |||||
* | adpcmdec: use planar sample format for adpcm_ea_xas | Justin Ruggles | 2012-10-09 | 1 | -12/+16 |
| | |||||
* | adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3 | Justin Ruggles | 2012-10-09 | 1 | -10/+10 |
| | |||||
* | adpcmdec: use planar sample format for adpcm_xa | Justin Ruggles | 2012-10-09 | 1 | -16/+28 |
| | |||||
* | adpcmdec: use planar sample format for adpcm_ima_ws for vqa version 3 | Justin Ruggles | 2012-10-09 | 1 | -6/+11 |
| | |||||
* | adpcmdec: use planar sample format for adpcm_4xm | Justin Ruggles | 2012-10-09 | 1 | -6/+5 |
| | |||||
* | adpcmdec: use planar sample format for adpcm_ima_wav | Justin Ruggles | 2012-10-09 | 1 | -10/+8 |
| | |||||
* | adpcmdec: use planar sample format for adpcm_ima_qt | Justin Ruggles | 2012-10-09 | 1 | -8/+17 |
| | |||||
* | adpcmdec: set AVCodec.sample_fmts | Justin Ruggles | 2012-10-01 | 1 | -28/+32 |
| | |||||
* | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun | 2012-10-01 | 1 | -1/+0 |
| | |||||
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -103/+103 |
| | |||||
* | adpcm-thp: fix invalid array indexing | Mans Rullgard | 2012-05-01 | 1 | -4/+6 |
| | | | | | | Indexing outside array limits is invalid and breaks with gcc 4.8. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | westwood_vqa: fix SND0 chunk handling | Paul B Mahol | 2012-03-27 | 1 | -1/+1 |
| | | | | | | | | Version from vqa header does not dictate which sound chunks may appear in file. Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com> | ||||
* | adpcm: convert adpcm_thp to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -19/+17 |
| | |||||
* | adpcm: convert adpcm_yamaha to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -2/+2 |
| | |||||
* | adpcm: convert adpcm_swf to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -56/+61 |
| | |||||
* | adpcm: convert adpcm_sbpro to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -14/+17 |
| | |||||
* | adpcm: convert adpcm_ct to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -2/+2 |
| | |||||
* | adpcm: convert adpcm_ima_amv/smjpeg to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -16/+22 |
| | |||||
* | adpcm: convert adpcm_ea_xas to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -6/+10 |
| | |||||
* | adpcm: convert adpcm_ea_r1/2/3 to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -33/+28 |
| | |||||
* | adpcm: convert ea_maxis_xa to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -8/+10 |
| | |||||
* | adpcm: convert adpcm_ea to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -29/+24 |
| | |||||
* | adpcm convert adpcm_ima_ea_sead to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -3/+4 |
| | |||||
* | adpcm: convert adpcm_ima_ea_eacs to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -13/+17 |
| | |||||
* | adpcm: convert adpcm_xa to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -6/+5 |
| | |||||
* | adpcm: convert ima_ws to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -17/+18 |
| | |||||
* | adpcm: convert adpcm_ima_apc to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -2/+2 |
| | |||||
* | adpcm: convert adpcm_ima_iss to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -6/+10 |
| | |||||
* | adpcm: convert adpcm_dk3 to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -33/+26 |
| | |||||
* | adpcm: convert adpcm_dk4 to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -9/+11 |
| | |||||
* | adpcm: convert adpcm_ms to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -16/+24 |
| | |||||
* | adpcm: use av_clip() in adpcm_ima_expand_nibble(). | Ronald S. Bultje | 2012-03-18 | 1 | -2/+1 |
| | |||||
* | adpcm: convert adpcm_4xm to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -5/+9 |
| | |||||
* | adpcm: convert adpcm_ima_wav to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -10/+7 |
| | |||||
* | adpcm: convert adpcm_ima_qt to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -13/+14 |
| | |||||
* | adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference. | Ronald S. Bultje | 2012-03-18 | 1 | -1/+1 |
| | |||||
* | xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds overruns. | Ronald S. Bultje | 2012-03-14 | 1 | -5/+20 |
| | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org | ||||
* | adpcm: Clip step_index values read from the bitstream at the beginning of ↵ | Alex Converse | 2012-02-28 | 1 | -7/+7 |
| | | | | | | each frame. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind | ||||
* | adpcm_ima_ws: fix stereo decoding | Justin Ruggles | 2012-01-24 | 1 | -1/+29 |
| | | | | | Stereo ADPCM IMA WS is planar for VQA version 3 and 2-sample interleaved for VQA version 2. | ||||
* | avcodec: add a new codec_id for CRYO APC IMA ADPCM. | Justin Ruggles | 2012-01-24 | 1 | -2/+5 |
| | | | | | The stereo layout and extradata is significantly different from that in Westwood IMA ADPCM, so a separate codec_id is warranted. | ||||
* | adpcm: ADPCM Electronic Arts has always two channels | Janne Grunau | 2012-01-05 | 1 | -1/+5 |
| | |||||
* | adpcm: fix IMA SMJPEG decoding | Paul B Mahol | 2011-12-22 | 1 | -5/+9 |
| | | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net> | ||||
* | adpcm: Check for channels to be a non-zero integer | Shitiz Garg | 2011-12-17 | 1 | -2/+3 |
| | | | | | | | channels would be 0 sometimes and would cause floating point exception Fixes bugzilla #124 Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com> |