summaryrefslogtreecommitdiff
path: root/libavcodec/libcelt_dec.c
Commit message (Collapse)AuthorAge
* 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>