summaryrefslogtreecommitdiff
path: root/libavcodec/opusdec.c
Commit message (Expand)AuthorAge
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/opusdec: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-31
* avcodec/opusdec: Cleanup generically on init failureAndreas Rheinhardt2020-12-31
* avcodec/opusdec: Move per-stream fields to OpusStreamContextAndreas Rheinhardt2020-12-31
* avcodec/opusdec: Return error upon errorAndreas Rheinhardt2020-12-31
* avcodec/opusdec: Remove always-true checkAndreas Rheinhardt2020-12-31
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-10
* opus: add an option to toggle intensity stereo phase inversionRostislav Pehlivanov2017-12-04
* opusdec: Remove dead codeDerek Buitenhuis2017-07-07
* opus_celt: rename structures to better names and reorganize themRostislav Pehlivanov2017-02-14
* opus: remove redundant ff_celt_window2 declarationRostislav Pehlivanov2016-12-18
* opus_parser: fix leaking channel_maps on errorAndreas Cadhalpun2016-12-10
* opus: move the entropy decoding functions to opus_rc.cRostislav Pehlivanov2016-11-08
* lavc/opusdec: Fix a memleak when reading invalid files.Carl Eugen Hoyos2015-11-22
* opusdec: Don't run vector_fmul_scalar on zero length arraysKieran Kunhya2015-10-27
* avcodec/opusdec: Fix extra samples read indexMichael Niedermayer2015-10-27
* Merge commit '14e558024642638085ae2bbeffc6087612e6a3f9'Hendrik Leppkes2015-08-02
|\
| * opusdec: properly handle mismatching configurations in multichannel streamsAnton Khirnov2015-08-02
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | avcodec/opusdec: Fix delayed sample valueMichael Niedermayer2015-03-07
* | avcodec/opusdec: Clear out pointers per packetMichael Niedermayer2015-03-07
* | avcodec/opusdec: remove unused headersPaul B Mahol2015-02-18
* | avcodec: fix clobbered ff_get_buffer()Paul B Mahol2015-02-10
* | avcodec/opusdec: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-12-03
* | Merge commit '1973079417e8701b52ba810a72cb6c7c6f7f9a56'Michael Niedermayer2014-11-28
|\|
| * opusdec: make sure all substreams have the same number of coded samplesAnton Khirnov2014-11-27
* | avcodec/opusdec: check alignment, misalignment could lead to crashes with avxMichael Niedermayer2014-05-25
* | avcodec/opusdec: fix some const correctnessMichael Niedermayer2014-05-16
* | avcodec/opusdec: switch to swresampleMichael Niedermayer2014-05-15
* | Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222'Michael Niedermayer2014-05-15
|/
* lavc: add a native Opus decoder.Anton Khirnov2014-05-15