aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dcaenc.c
Commit message (Collapse)AuthorAgeFilesLines
* dcaenc: Allow encoding without specifying a channel_layout.Reimar Döffinger2012-04-071-1/+8
| | | | | | | It will print a warning, making the behaviour consistent with the AC3 encoder. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* dcaenc: switch to encode2()Paul B Mahol2012-03-221-7/+14
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* add missing long_name for amv and dca encoderPaul B Mahol2011-12-101-0/+1
| | | | | Reviewed-by: Carl Eugen Hoyos Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dcaenc: small quantization simplification.Clément Bœsch2011-06-181-2/+1
|
* DCA/DTA encoderAlexander E. Patrakov2011-04-261-0/+587