| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: add API for exporting reconstructed frames from encoders | Anton Khirnov | 2022-08-02 | 1 | -0/+8 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -121/+0 |
* | libavcodec: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -1/+1 |
* | lavc: switch to the new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -0/+11 |
* | lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATED | Anton Khirnov | 2021-09-20 | 1 | -0/+5 |
* | avcodec/codec: Reorder elements to make AVCodec smaller | Andreas Rheinhardt | 2021-08-25 | 1 | -6/+7 |
* | lavc: move av_get_profile_name() from avcodec.h to codec.h | Anton Khirnov | 2021-06-10 | 1 | -0/+9 |
* | avcodec/codec, allcodecs: Constify the AVCodec API | Andreas Rheinhardt | 2021-04-27 | 1 | -4/+4 |
* | avcodec: Remove AVCodec, AVParser and AVBitStreamFilter next API | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+0 |
* | pthread_frame: introduce a codec callback to update the user-facing context | Hendrik Leppkes | 2021-04-14 | 1 | -0/+5 |
* | lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADS | Anton Khirnov | 2021-03-16 | 1 | -2/+7 |
* | avcodec: add a get_encode_buffer() callback to AVCodecContext | James Almer | 2021-03-12 | 1 | -3/+5 |
* | avcodec/codec: Update init_static_data doxygen | Andreas Rheinhardt | 2021-03-08 | 1 | -1/+1 |
* | avcodec/codec: add doxy to AVCodec.decode() | James Almer | 2021-03-07 | 1 | -0/+12 |
* | avcodec/codec: use the correct name for all AVCodec.decode() parameters | James Almer | 2021-03-07 | 1 | -1/+2 |
* | avcodec/codec: remove outdated comment about AVCodec.encode2() | James Almer | 2021-03-07 | 1 | -1/+1 |
* | lavc: Mark hw_config pointer arrays as const | Mark Thompson | 2020-11-08 | 1 | -1/+1 |
* | avcodec/codec.h: add missing FF_API_NEXT wrapper | James Almer | 2020-10-10 | 1 | -0/+2 |
* | avcodec/encode: restructure the core encoding code | James Almer | 2020-06-18 | 1 | -7/+3 |
* | avcodec.h: split AVCodec API into its own header | Anton Khirnov | 2020-05-27 | 1 | -0/+462 |