summaryrefslogtreecommitdiff
path: root/libavcodec/libcelt_dec.c
Commit message (Collapse)AuthorAge
* Replace PATCHWELCOME by relevant error codes.Nicolas George2011-12-20
| | | | | This supersedes commit 154c0a8. The bug was also reported by Rafaël Carré.
* replace ENOTSUP by AVERROR_PATCHWELCOMEMichael Niedermayer2011-12-20
| | | | | | | This unbreaks compilation Found by: jb Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* celtdec: adapt to avcodec_decode_audio4.Nicolas George2011-12-03
| | | | | | Original fix by Michael Niedermayer. Slightly modified to avoid the now redundant multiplications and divisions in the main code path.
* Remove CELT / Opus confusion in labels, doc and comments.Nicolas George2011-10-25
| | | | | | | | | The situation was not clear when support was added but it is now: CELT and Opus are really two different codecs. The current code supports CELT via libcelt, not Opus. Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libcelt_dec: whitespace cosmetics.Nicolas George2011-10-25
|
* libcelt_dec: set sample_fmt.Nicolas George2011-10-24
| | | | | | | This fixes a regression introduced by the merging of patch fc2dd2c. Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Fix compilation with libcelt on Apple OS X.Carl Eugen Hoyos2011-04-23
| | | | Fixes ticket #97.
* Fix compilation after version bump.Carl Eugen Hoyos2011-04-23
|
* Xiph CELT/Opus decoder using libcelt.Nicolas George2011-04-20
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>