| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | lavc/audiotoolbox: fix build failure on osx 10.5 (v3) | Pavel Koshevoy | 2023-07-15 | 1 | -0/+2 |
* | 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/audiotoolboxdec: Properly fill out_format | Christopher Snowhill | 2022-04-24 | 1 | -0/+5 |
* | 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 | -8/+8 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | audiotoolbox: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -13/+16 |
* | avcodec/audiotoolboxdec: Fix usage of init_get_bits() and use init_get_bits8() | Limin Wang | 2021-10-13 | 1 | -1/+1 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil/frame: Remove deprecated AVFrame.pkt_pts field | Andreas Rheinhardt | 2021-04-27 | 1 | -5/+0 |
* | avcodec: use the buffer_size_t typedef where required | James Almer | 2021-03-10 | 1 | -1/+1 |
* | avcodec: Constify some AVPackets | Andreas Rheinhardt | 2021-03-09 | 1 | -1/+2 |
* | All: update names in copyright headers | rcombs | 2021-01-20 | 1 | -1/+1 |
* | avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels | Hendrik Leppkes | 2020-12-10 | 1 | -1/+1 |
* | avcodec, avformat: Remove unnecessary initializations of side data size | Andreas Rheinhardt | 2020-06-22 | 1 | -1/+1 |
* | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -0/+1 |
* | avcodec/audiotoolboxdec: fix ac3_parser header include | James Almer | 2017-10-27 | 1 | -1/+1 |
* | Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609' | James Almer | 2017-10-27 | 1 | -2/+2 |
* | avcodec/audiotoolboxdec: use av_freep() | James Almer | 2017-09-06 | 1 | -2/+2 |
* | avcodec/audiotoolboxdec: switch to the new generic filtering mechanism | James Almer | 2017-09-06 | 1 | -53/+20 |
* | avcodec/audiotoolboxdec: add FF_CODEC_CAP_INIT_CLEANUP to the decoder capabil... | James Almer | 2017-09-06 | 1 | -2/+3 |
* | avcodec/audiotoolboxdec: always use a copy of the AVCodecContext extradata | James Almer | 2017-09-06 | 1 | -2/+8 |
* | avcodec/audiotoolboxdec: check packet side data for AAC extradata updates | James Almer | 2017-05-25 | 1 | -2/+14 |
* | lavc/audiotoolboxdec: fix OSX SDK detection | Dmitry Kalinkin | 2016-11-14 | 1 | -1/+1 |
* | Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27' | Hendrik Leppkes | 2016-10-07 | 1 | -0/+5 |
* | lavc/audiotoolboxdec: Forward extradata for QDMC and QDM2. | Carl Eugen Hoyos | 2016-06-20 | 1 | -0/+2 |
* | lavc/audiotoolboxdec: move to new BSF API | Rodger Combs | 2016-04-26 | 1 | -28/+54 |
* | lavc/audiotoolboxdec: fix memory leak | Rodger Combs | 2016-04-26 | 1 | -0/+1 |
* | lavf/audiotoolboxdec: only provide block alignment for ILBC | Rodger Combs | 2016-04-13 | 1 | -1/+1 |
* | lavf/audiotoolboxdec: only send extradata for formats that use it | Rodger Combs | 2016-04-13 | 1 | -3/+10 |
* | lavc/audiotoolboxdec: reindent | Rodger Combs | 2016-04-13 | 1 | -23/+23 |
* | lavc/audiotoolboxdec: avoid relying on consumer-provided params when possible | Rodger Combs | 2016-04-13 | 1 | -22/+81 |
* | lavc/audiotoolboxdec: add eac3 decoder | Rodger Combs | 2016-04-02 | 1 | -0/+7 |
* | lavc/audiotoolboxdec: fix a number of config and timestamp issues | Rodger Combs | 2016-04-02 | 1 | -65/+221 |
* | lavc/audiotoolboxdec: support ADTS AAC input | Rodger Combs | 2016-04-02 | 1 | -1/+34 |
* | lavc: add AudioToolbox decoders | Rodger Combs | 2016-03-22 | 1 | -0/+334 |