summaryrefslogtreecommitdiff
path: root/libavcodec/metasound.c
Commit message (Collapse)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
| | | | | | Express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* avcodec: more correct printf specifiersDiego Biurrun2014-03-22
|
* metasound: add last missing modes (8kHz @ 6kbps per channel)Kostya Shishkov2013-11-26
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* twinvq: support multiple frames per packetKostya Shishkov2013-11-14
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* metasound: add missing modesKostya Shishkov2013-11-14
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* metasound: Fix error message argumentKostya Shishkov2013-11-08
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* twinvq: set block align for codecs and use it in size checksKostya Shishkov2013-08-26
| | | | | | This both allows factoring out size check for both MetaSound and TwinVQ-VQF decoders and fixes the situation when there are several MetaSound frames stuffed together (that happens in 8kHz @ 8kbps MetaSound in ASF for example).
* Voxware MetaSound decoderKostya Shishkov2013-08-08