summaryrefslogtreecommitdiff
path: root/libavcodec/opus_silk.c
Commit message (Expand)AuthorAge
* avcodec/opus_silk: Remove wrong size information in function declarationAndreas Rheinhardt2021-09-20
* opusdec: do not fail when LBRR frames are presentAnton Khirnov2020-10-01
* avcodec/opus_silk: Change silk_lsf2lpc() slightly toward silk/NLSF2A.cMichael Niedermayer2018-06-04
* opus_silk: Fix arithmetic overflow (per RFC8251)Andrew D'Addesio2017-12-04
* Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-26
|\
| * Mark some arrays that never change as const.Anton Khirnov2017-02-01
* | avcodec/opus_silk: Fix integer overflow and out of array readMichael Niedermayer2017-05-06
* | Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch2017-03-31
|\|
| * Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-08
* | opus: move the entropy decoding functions to opus_rc.cRostislav Pehlivanov2016-11-08
* | opus: move all tables to a separate fileRostislav Pehlivanov2016-11-08
* | Merge commit '5afb94c817abffad030c6b94d7003dca8aace3d5'Clément Bœsch2016-06-21
|\|
| * Mark read-only tables as staticDiego Biurrun2016-05-05
| * opus: Fix typo causing overflow in silk_stabilize_lsfAndreas Cadhalpun2015-12-16
* | opus_silk: fix typo causing overflow in silk_stabilize_lsfAndreas Cadhalpun2015-12-16
* | Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0'Michael Niedermayer2015-02-21
|\|
| * libavcodec: Make use of av_clip functionsPeter Meerwald2015-02-21
* | Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222'Michael Niedermayer2014-05-15
|/
* lavc: add a native Opus decoder.Anton Khirnov2014-05-15