summaryrefslogtreecommitdiffstats
path: root/libavcodec/libopusdec.c
Commit message (Collapse)AuthorAgeFilesLines
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
|
* libopus: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-13/+12
|
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
| | | | It will be useful in the upcoming transition to refcounted AVFrames.
* Opus encoder using libopusNathan Caldwell2012-10-011-25/+3
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* libopus: Remap channels using libopus' internal remapping.Nathan Caldwell2012-09-281-25/+12
| | | | | | | | This way we can directly remap channels from Opus' channel order to libav's internal channel order, instead of mapping channels from Opus' order to Vorbis' order then to libav's order. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Opus decoder using libopusNicolas George2012-09-281-0/+202
Signed-off-by: Diego Biurrun <diego@biurrun.de>
OpenPOWER on IntegriCloud