| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/opus*: move to opus/ subdir | Anton Khirnov | 2024-09-02 | 1 | -905/+0 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/opus_silk: Use void* instead of AVCodecContext* as logctx | Andreas Rheinhardt | 2023-09-29 | 1 | -5/+5 |
* | avcodec/opus: Move Silk declarations to a new header, opus_silk.h | Andreas Rheinhardt | 2022-10-05 | 1 | -0/+2 |
* | avcodec/opus: Move defines to better places | Andreas Rheinhardt | 2022-10-05 | 1 | -0/+3 |
* | opus_silk: reset midonly flag after skipping LBRR | Tristan Matthews | 2022-09-23 | 1 | -0/+2 |
* | avcodec/opus_silk: Remove wrong size information in function declaration | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+2 |
* | opusdec: do not fail when LBRR frames are present | Anton Khirnov | 2020-10-01 | 1 | -7/+21 |
* | avcodec/opus_silk: Change silk_lsf2lpc() slightly toward silk/NLSF2A.c | Michael Niedermayer | 2018-06-04 | 1 | -2/+4 |
* | opus_silk: Fix arithmetic overflow (per RFC8251) | Andrew D'Addesio | 2017-12-04 | 1 | -2/+9 |
* | Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3' | James Almer | 2017-09-26 | 1 | -3/+3 |
|\ |
|
| * | Mark some arrays that never change as const. | Anton Khirnov | 2017-02-01 | 1 | -3/+3 |
* | | avcodec/opus_silk: Fix integer overflow and out of array read | Michael Niedermayer | 2017-05-06 | 1 | -2/+1 |
* | | Merge commit '67deba8a416d818f3d95aef0aa916589090396e2' | Clément Bœsch | 2017-03-31 | 1 | -1/+1 |
|\| |
|
| * | Use avpriv_report_missing_feature() where appropriate | Diego Biurrun | 2016-11-08 | 1 | -1/+1 |
* | | opus: move the entropy decoding functions to opus_rc.c | Rostislav Pehlivanov | 2016-11-08 | 1 | -36/+36 |
* | | opus: move all tables to a separate file | Rostislav Pehlivanov | 2016-11-08 | 1 | -786/+63 |
* | | Merge commit '5afb94c817abffad030c6b94d7003dca8aace3d5' | Clément Bœsch | 2016-06-21 | 1 | -3/+3 |
|\| |
|
| * | Mark read-only tables as static | Diego Biurrun | 2016-05-05 | 1 | -3/+3 |
| * | opus: Fix typo causing overflow in silk_stabilize_lsf | Andreas Cadhalpun | 2015-12-16 | 1 | -1/+1 |
* | | opus_silk: fix typo causing overflow in silk_stabilize_lsf | Andreas Cadhalpun | 2015-12-16 | 1 | -1/+1 |
* | | Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0' | Michael Niedermayer | 2015-02-21 | 1 | -3/+3 |
|\| |
|
| * | libavcodec: Make use of av_clip functions | Peter Meerwald | 2015-02-21 | 1 | -3/+3 |
* | | Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222' | Michael Niedermayer | 2014-05-15 | 1 | -4/+4 |
|/ |
|
* | lavc: add a native Opus decoder. | Anton Khirnov | 2014-05-15 | 1 | -0/+1597 |