| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | adpcm: Write the proper predictor in trellis mode in IMA QT | Martin Storsjö | 2014-06-10 | 1 | -0/+1 |
* | adpcm: Avoid reading out of bounds in the IMA QT trellis encoder | Martin Storsjö | 2014-06-06 | 1 | -1/+1 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | Move misplaced file author information where it belongs | Diego Biurrun | 2013-04-11 | 1 | -4/+4 |
* | lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 1 | -8/+0 |
* | adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right order | Justin Ruggles | 2012-10-07 | 1 | -2/+3 |
* | adpcmenc: use planar sample format for adpcm_ima_wav and adpcm_ima_qt | Justin Ruggles | 2012-10-06 | 1 | -30/+42 |
* | adpcmenc: move 'ch' variable to higher scope | Justin Ruggles | 2012-10-06 | 1 | -3/+2 |
* | adpcmenc: fix 3 instances of variable shadowing | Justin Ruggles | 2012-10-06 | 1 | -3/+2 |
* | adpcm_ima_wav: simplify encoding | Justin Ruggles | 2012-10-06 | 1 | -53/+34 |
* | adpcmenc: Calculate the IMA_QT predictor without overflow | Michael Niedermayer | 2012-09-04 | 1 | -1/+1 |
* | adpcm_swf: Use correct sample offsets when using trellis. | Justin Ruggles | 2012-08-22 | 1 | -3/+4 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -26/+26 |
* | adpcm: don't duplicate identical AVSampleFmt array for each encoder. | Ronald S. Bultje | 2012-07-21 | 1 | -2/+4 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | adpcmenc: update to AVCodec.encode2() | Justin Ruggles | 2012-03-20 | 1 | -17/+31 |
* | adpcmenc: Use correct frame_size for Yamaha ADPCM. | Justin Ruggles | 2012-02-20 | 1 | -1/+1 |
* | adpcmenc: remove some unneeded casts | Justin Ruggles | 2012-01-30 | 1 | -4/+4 |
* | adpcmenc: use int16_t and uint8_t instead of short and unsigned char. | Justin Ruggles | 2012-01-30 | 1 | -20/+21 |
* | adpcmenc: fix adpcm_ms extradata allocation | Justin Ruggles | 2012-01-30 | 1 | -3/+3 |
* | adpcmenc: return proper AVERROR codes instead of -1 | Justin Ruggles | 2012-01-30 | 1 | -6/+13 |
* | adpcmenc: check for coded_frame allocation failure | Justin Ruggles | 2012-01-30 | 1 | -1/+2 |
* | adpcmenc: Do not set coded_frame->key_frame. | Justin Ruggles | 2012-01-30 | 1 | -1/+0 |
* | adpcmenc: cosmetics: pretty-printing | Chris Berov | 2011-12-04 | 1 | -229/+264 |
* | adpcm: update reference links | Justin Ruggles | 2011-09-29 | 1 | -7/+1 |
* | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun | 2011-09-24 | 1 | -12/+11 |
* | adpcmenc: Set bits_per_coded_sample | Justin Ruggles | 2011-09-23 | 1 | -0/+2 |
* | adpcmenc: fix QT IMA ADPCM encoder | Baptiste Coudurier | 2011-09-23 | 1 | -4/+35 |
* | adpcm: split ADPCM encoders and decoders into separate files. | Justin Ruggles | 2011-09-12 | 1 | -0/+655 |