| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+0 |
* | avcodec/audiotoolboxenc: return external error if encode failed | Steven Liu | 2022-06-24 | 1 | -2/+4 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -12/+12 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/audiotoolboxenc: add missing AVCodec.ch_layouts | James Almer | 2022-03-15 | 1 | -7/+27 |
* | avcodec/audiotoolboxenc: use the correct macros for standard channel layouts | James Almer | 2022-03-15 | 1 | -13/+13 |
* | avcodec/audiotoolboxenc: Fix the use of FF_ARRAY_ELEMS | Martin Storsjö | 2022-03-15 | 1 | -1/+1 |
* | avcodec/audiotoolboxenc: use the correct function name | James Almer | 2022-03-15 | 1 | -1/+1 |
* | audiotoolbox: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -51/+45 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+2 |
* | avcodec/audiotoolboxenc: Remove AV_CODEC_CAP_DR1 | Andreas Rheinhardt | 2021-05-23 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | All: update names in copyright headers | rcombs | 2021-01-20 | 1 | -1/+1 |
* | avcodec: deprecate Lossless and Intra Only encoder capabilites | James Almer | 2020-05-21 | 1 | -1/+1 |
* | avcodec: Add explicit capability flag for encoder flushing | Philip Langdale | 2020-04-15 | 1 | -1/+2 |
* | lavc/audiotoolboxenc: fix noise in encoded audio | Jiejun Zhang | 2018-01-03 | 1 | -0/+15 |
* | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -0/+1 |
* | lavc/audiotoolboxenc: fix dropped frames on iOS | Rick Kern | 2016-06-16 | 1 | -27/+50 |
* | lavc/audiotoolboxenc: allow setting maxrate with pre-10.9 deployment targets | Rodger Combs | 2016-04-02 | 1 | -1/+1 |
* | lavc/audiotoolboxenc: fix iOS build | Rodger Combs | 2016-04-02 | 1 | -1/+6 |
* | lavc/audiotoolboxenc: fix a number of config issues | Rodger Combs | 2016-04-02 | 1 | -22/+176 |
* | lavc/audiotoolboxenc: remove unneeded packet metadata | Rodger Combs | 2016-04-02 | 1 | -13/+3 |
* | avcodec/audiotoolboxenc: Fix compile error on OS X 10.8. | Dan Dennedy | 2016-03-26 | 1 | -0/+2 |
* | lavc: add AudioToolbox encoders | Rodger Combs | 2016-03-22 | 1 | -0/+471 |