| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' | Michael Niedermayer | 2012-07-22 | 1 | -2/+4 |
|\ |
|
| * | adpcm: don't duplicate identical AVSampleFmt array for each encoder. | Ronald S. Bultje | 2012-07-21 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | | adpcmenc: fix encoded s_0 value. | Michael Niedermayer | 2012-04-07 | 1 | -1/+1 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | adpcmenc: switch to ff_alloc_packet2() | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-22 | 1 | -17/+31 |
|\| |
|
| * | adpcmenc: update to AVCodec.encode2() | Justin Ruggles | 2012-03-20 | 1 | -17/+31 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-21 | 1 | -1/+1 |
|\| |
|
| * | adpcmenc: Use correct frame_size for Yamaha ADPCM. | Justin Ruggles | 2012-02-20 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-01 | 1 | -34/+41 |
|\| |
|
| * | 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: refactor some code. | Paul B Mahol | 2012-01-28 | 1 | -4/+3 |
* | | adpcmenc: check return value of avcodec_alloc_frame() | Paul B Mahol | 2012-01-28 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-05 | 1 | -227/+261 |
|\| |
|
| * | adpcmenc: cosmetics: pretty-printing | Chris Berov | 2011-12-04 | 1 | -229/+264 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-01 | 1 | -7/+1 |
|\| |
|
| * | adpcm: update reference links | Justin Ruggles | 2011-09-29 | 1 | -7/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-24 | 1 | -12/+13 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-12 | 1 | -8/+44 |
|/ |
|
* | adpcm: split ADPCM encoders and decoders into separate files. | Justin Ruggles | 2011-09-12 | 1 | -0/+655 |