summaryrefslogtreecommitdiff
path: root/libavcodec/dcaenc.h
Commit message (Collapse)AuthorAge
* avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoderDaniil Cherednik2017-05-08
|
* dcaenc: Implementation of Huffman codes for DCA encoderDaniil Cherednik2017-01-15
| | | | Reviewed-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* avcodec/dcaenc: move channel reordering tables to dcaenc.hfoo862016-05-01
| | | | | | | DCA core decoder no longer uses fixed tables for channel reordering. Move them into private encoder header (and drop ff_dca_ prefix). Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/dcaenc: reuse shared quant levels tablefoo862016-05-01
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* Add missing "const" all over the place.Reimar Döffinger2014-08-29
| | | | | | Only "./configure --enable-gpl" on x86 was tested. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* dcaenc: updatePaul B Mahol2013-04-25
| | | | | | | | Long story short: previous code was useless and was port of older dcaenc, this commit just "sync" with current dcaenc, hopefuly making this encoder more useful. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavc/dcaenc: fix make checkheaders.Clément Bœsch2012-05-18
|
* DCA/DTA encoderAlexander E. Patrakov2011-04-26