| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/speexdec: further check for sane frame_size values | James Almer | 2024-02-17 | 1 | -2/+3 |
* | avcodec/speexdec: check for sane frame_size values | James Almer | 2024-02-16 | 1 | -1/+4 |
* | avcodec/speexdec: fix setting frame_size from extradata | James Almer | 2024-01-22 | 1 | -3/+1 |
* | avcodec/speexdec: relax the extradata check for the speex string | James Almer | 2024-01-22 | 1 | -2/+3 |
* | avcodec/speexdec: Check channels > 2 | Michael Niedermayer | 2022-10-04 | 1 | -1/+1 |
* | avcodec/speexdec: improve support for speex in non-ogg | Paul B Mahol | 2022-09-04 | 1 | -5/+11 |
* | 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 | -1/+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 | -6/+6 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/speexdec: Align some comments | Michael Niedermayer | 2022-03-17 | 1 | -20/+20 |
* | avcodec/speexdec: Use correct doxygen comments | Michael Niedermayer | 2022-03-17 | 1 | -5/+5 |
* | speex: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -4/+6 |
* | avcodec/speexdec: Consider mode in frame size check | Michael Niedermayer | 2022-01-01 | 1 | -1/+1 |
* | avcodec/speexdec: Avoid violating the vector_fmul_scalar() API | Michael Niedermayer | 2021-12-16 | 1 | -1/+2 |
* | avcodec/speexdec: Check frames_per_packet more completely | Michael Niedermayer | 2021-11-14 | 1 | -1/+3 |
* | avcodec/speexdec: Remove dead code | Andreas Rheinhardt | 2021-11-09 | 1 | -6/+1 |
* | avcodec/speexdec: Seed should be unsigned otherwise the operations done on it... | Michael Niedermayer | 2021-10-17 | 1 | -5/+5 |
* | libavcodec/speexdec: fix memleak in error path | Zhao Zhili | 2021-10-11 | 1 | -1/+1 |
* | avcodec: add native Speex decoder | Paul B Mahol | 2021-10-10 | 1 | -0/+1590 |