summaryrefslogtreecommitdiff
path: root/libavcodec/twinvqdec.c
Commit message (Collapse)AuthorAge
* 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).
* twinvq: Split VQF-specific part from common TwinVQ decoder coreKostya Shishkov2013-08-05
Signed-off-by: Diego Biurrun <diego@biurrun.de>