summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.h
Commit message (Collapse)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* adpcm: Add missing stdint.h #include to fix standalone header compilation.Diego Biurrun2012-01-31
|
* adpcmenc: use int16_t and uint8_t instead of short and unsigned char.Justin Ruggles2012-01-30
|
* adpcm: split ADPCM encoders and decoders into separate files.Justin Ruggles2011-09-12
Move shared tables to a separate file as well.