summaryrefslogtreecommitdiffstats
path: root/libavcodec/opusdec.c
Commit message (Expand)AuthorAgeFilesLines
* lavc/opusdec: Fix a memleak when reading invalid files.Carl Eugen Hoyos2015-11-221-1/+4
* opusdec: Don't run vector_fmul_scalar on zero length arraysKieran Kunhya2015-10-271-1/+1
* avcodec/opusdec: Fix extra samples read indexMichael Niedermayer2015-10-271-2/+2
* Merge commit '14e558024642638085ae2bbeffc6087612e6a3f9'Hendrik Leppkes2015-08-021-15/+85
|\
| * opusdec: properly handle mismatching configurations in multichannel streamsAnton Khirnov2015-08-021-14/+89
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/opusdec: Fix delayed sample valueMichael Niedermayer2015-03-071-1/+3
* | avcodec/opusdec: Clear out pointers per packetMichael Niedermayer2015-03-071-0/+6
* | avcodec/opusdec: remove unused headersPaul B Mahol2015-02-181-2/+0
* | avcodec: fix clobbered ff_get_buffer()Paul B Mahol2015-02-101-3/+1
* | avcodec/opusdec: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-12-031-3/+6
* | Merge commit '1973079417e8701b52ba810a72cb6c7c6f7f9a56'Michael Niedermayer2014-11-281-0/+6
|\ \ | |/
| * opusdec: make sure all substreams have the same number of coded samplesAnton Khirnov2014-11-271-0/+6
* | avcodec/opusdec: check alignment, misalignment could lead to crashes with avxMichael Niedermayer2014-05-251-0/+1
* | avcodec/opusdec: fix some const correctnessMichael Niedermayer2014-05-161-3/+3
* | avcodec/opusdec: switch to swresampleMichael Niedermayer2014-05-151-27/+26
* | Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222'Michael Niedermayer2014-05-151-4/+4
|/
* lavc: add a native Opus decoder.Anton Khirnov2014-05-151-0/+674
OpenPOWER on IntegriCloud