summaryrefslogtreecommitdiffstats
path: root/libavcodec/metasound.c
Commit message (Collapse)AuthorAgeFilesLines
* get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-071-2/+3
| | | | | | | This avoids the danger that get_bits.h might get indirectly #included before BITSTREAM_READER_LE is defined. Also sort headers into canonical order where appropriate.
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
| | | | | | Express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* avcodec: more correct printf specifiersDiego Biurrun2014-03-221-1/+2
|
* metasound: add last missing modes (8kHz @ 6kbps per channel)Kostya Shishkov2013-11-261-1/+8
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* twinvq: support multiple frames per packetKostya Shishkov2013-11-141-41/+55
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* metasound: add missing modesKostya Shishkov2013-11-141-0/+24
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* metasound: Fix error message argumentKostya Shishkov2013-11-081-1/+1
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* twinvq: set block align for codecs and use it in size checksKostya Shishkov2013-08-261-6/+3
| | | | | | 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-081-0/+346
OpenPOWER on IntegriCloud