aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/libopusdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-4/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | Merge commit '86bfcfcf2364bc837b7bb582c66a8a15a332414f'Michael Niedermayer2013-02-131-15/+14
|\|
| * libopus: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-13/+12
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+1
|\|
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'Michael Niedermayer2012-10-021-17/+3
|\|
| * Opus encoder using libopusNathan Caldwell2012-10-011-25/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-281-21/+48
|/
* libopus: Remap channels using libopus' internal remapping.Nathan Caldwell2012-09-281-25/+12
* Opus decoder using libopusNicolas George2012-09-281-0/+202