summaryrefslogtreecommitdiff
path: root/libavcodec/opus_silk.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/opus: Move Silk declarations to a new header, opus_silk.hAndreas Rheinhardt2022-10-051-0/+2
* avcodec/opus: Move defines to better placesAndreas Rheinhardt2022-10-051-0/+3
* opus_silk: reset midonly flag after skipping LBRRTristan Matthews2022-09-231-0/+2
* avcodec/opus_silk: Remove wrong size information in function declarationAndreas Rheinhardt2021-09-201-1/+2
* opusdec: do not fail when LBRR frames are presentAnton Khirnov2020-10-011-7/+21
* avcodec/opus_silk: Change silk_lsf2lpc() slightly toward silk/NLSF2A.cMichael Niedermayer2018-06-041-2/+4
* opus_silk: Fix arithmetic overflow (per RFC8251)Andrew D'Addesio2017-12-041-2/+9
* Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-261-3/+3
|\
| * Mark some arrays that never change as const.Anton Khirnov2017-02-011-3/+3
* | avcodec/opus_silk: Fix integer overflow and out of array readMichael Niedermayer2017-05-061-2/+1
* | Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch2017-03-311-1/+1
|\ \ | |/
| * Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-081-1/+1
* | opus: move the entropy decoding functions to opus_rc.cRostislav Pehlivanov2016-11-081-36/+36
* | opus: move all tables to a separate fileRostislav Pehlivanov2016-11-081-786/+63
* | Merge commit '5afb94c817abffad030c6b94d7003dca8aace3d5'Clément Bœsch2016-06-211-3/+3
|\ \ | |/
| * Mark read-only tables as staticDiego Biurrun2016-05-051-3/+3
| * opus: Fix typo causing overflow in silk_stabilize_lsfAndreas Cadhalpun2015-12-161-1/+1
* | opus_silk: fix typo causing overflow in silk_stabilize_lsfAndreas Cadhalpun2015-12-161-1/+1
* | Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0'Michael Niedermayer2015-02-211-3/+3
|\ \ | |/
| * libavcodec: Make use of av_clip functionsPeter Meerwald2015-02-211-3/+3
* | Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222'Michael Niedermayer2014-05-151-4/+4
|/
* lavc: add a native Opus decoder.Anton Khirnov2014-05-151-0/+1597