| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avcodec/opus: Move Silk declarations to a new header, opus_silk.h | Andreas Rheinhardt | 2022-10-05 | 1 | -0/+2 |
* | avcodec/opus: Move stuff shared by decoder and parser to a new file | Andreas Rheinhardt | 2022-10-05 | 1 | -22/+37 |
* | avcodec/opus: Move OpusStreamContext to its only user | Andreas Rheinhardt | 2022-10-05 | 1 | -0/+47 |
* | avcodec/opusdec: stop setting deprecated swr options | James Almer | 2022-09-24 | 1 | -4/+5 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -3/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | opus: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -2/+2 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/opusdec: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2020-12-31 | 1 | -1/+1 |
* | avcodec/opusdec: Cleanup generically on init failure | Andreas Rheinhardt | 2020-12-31 | 1 | -22/+11 |
* | avcodec/opusdec: Move per-stream fields to OpusStreamContext | Andreas Rheinhardt | 2020-12-31 | 1 | -61/+50 |
* | avcodec/opusdec: Return error upon error | Andreas Rheinhardt | 2020-12-31 | 1 | -1/+3 |
* | avcodec/opusdec: Remove always-true check | Andreas Rheinhardt | 2020-12-31 | 1 | -2/+1 |
* | avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels | Hendrik Leppkes | 2020-12-10 | 1 | -1/+1 |
* | opus: add an option to toggle intensity stereo phase inversion | Rostislav Pehlivanov | 2017-12-04 | 1 | -1/+16 |
* | opusdec: Remove dead code | Derek Buitenhuis | 2017-07-07 | 1 | -8/+1 |
* | opus_celt: rename structures to better names and reorganize them | Rostislav Pehlivanov | 2017-02-14 | 1 | -4/+3 |
* | opus: remove redundant ff_celt_window2 declaration | Rostislav Pehlivanov | 2016-12-18 | 1 | -0/+1 |
* | opus_parser: fix leaking channel_maps on error | Andreas Cadhalpun | 2016-12-10 | 1 | -1/+0 |
* | opus: move the entropy decoding functions to opus_rc.c | Rostislav Pehlivanov | 2016-11-08 | 1 | -33/+7 |
* | lavc/opusdec: Fix a memleak when reading invalid files. | Carl Eugen Hoyos | 2015-11-22 | 1 | -1/+4 |
* | opusdec: Don't run vector_fmul_scalar on zero length arrays | Kieran Kunhya | 2015-10-27 | 1 | -1/+1 |
* | avcodec/opusdec: Fix extra samples read index | Michael Niedermayer | 2015-10-27 | 1 | -2/+2 |
* | Merge commit '14e558024642638085ae2bbeffc6087612e6a3f9' | Hendrik Leppkes | 2015-08-02 | 1 | -15/+85 |
|\ |
|
| * | opusdec: properly handle mismatching configurations in multichannel streams | Anton Khirnov | 2015-08-02 | 1 | -14/+89 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/opusdec: Fix delayed sample value | Michael Niedermayer | 2015-03-07 | 1 | -1/+3 |
* | | avcodec/opusdec: Clear out pointers per packet | Michael Niedermayer | 2015-03-07 | 1 | -0/+6 |
* | | avcodec/opusdec: remove unused headers | Paul B Mahol | 2015-02-18 | 1 | -2/+0 |
* | | avcodec: fix clobbered ff_get_buffer() | Paul B Mahol | 2015-02-10 | 1 | -3/+1 |
* | | avcodec/opusdec: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-12-03 | 1 | -3/+6 |
* | | Merge commit '1973079417e8701b52ba810a72cb6c7c6f7f9a56' | Michael Niedermayer | 2014-11-28 | 1 | -0/+6 |
|\| |
|
| * | opusdec: make sure all substreams have the same number of coded samples | Anton Khirnov | 2014-11-27 | 1 | -0/+6 |
* | | avcodec/opusdec: check alignment, misalignment could lead to crashes with avx | Michael Niedermayer | 2014-05-25 | 1 | -0/+1 |
* | | avcodec/opusdec: fix some const correctness | Michael Niedermayer | 2014-05-16 | 1 | -3/+3 |
* | | avcodec/opusdec: switch to swresample | Michael Niedermayer | 2014-05-15 | 1 | -27/+26 |
* | | Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222' | Michael Niedermayer | 2014-05-15 | 1 | -4/+4 |
|/ |
|
* | lavc: add a native Opus decoder. | Anton Khirnov | 2014-05-15 | 1 | -0/+674 |