| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |