summaryrefslogtreecommitdiffstats
path: root/libavcodec/dcaenc.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoderDaniil Cherednik2017-05-081-0/+11
|
* dcaenc: Implementation of Huffman codes for DCA encoderDaniil Cherednik2017-01-151-1/+0
| | | | Reviewed-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* avcodec/dcaenc: move channel reordering tables to dcaenc.hfoo862016-05-011-0/+42
| | | | | | | 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-011-7/+0
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* Add missing "const" all over the place.Reimar Döffinger2014-08-291-2/+2
| | | | | | Only "./configure --enable-gpl" on x86 was tested. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* dcaenc: updatePaul B Mahol2013-04-251-517/+84
| | | | | | | | 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-181-0/+2
|
* DCA/DTA encoderAlexander E. Patrakov2011-04-261-0/+544
OpenPOWER on IntegriCloud