summaryrefslogtreecommitdiff
path: root/libavcodec/encode.h
Commit message (Expand)AuthorAgeFilesLines
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-0/+6
* avcodec/frame_thread_encoder: Stop serializing unreferencing AVFramesAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_samples_to_time_base() to encode.hAndreas Rheinhardt2022-08-271-0/+12
* avcodec/encode: Fix outdated commentAndreas Rheinhardt2022-08-271-1/+1
* avcodec/encode, frame_thread_encoder: Unify calling encode callbackAndreas Rheinhardt2022-08-271-0/+3
* lavc: add API for exporting reconstructed frames from encodersAnton Khirnov2022-08-021-0/+5
* lavc/encode: add an encoder-specific get_buffer() variantAnton Khirnov2022-05-111-0/+5
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-2/+2
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-0/+15
* lavc: factor out encoder init/validation from avcodec_open2()Anton Khirnov2021-03-161-0/+6
* avcodec: add a get_encode_buffer() callback to AVCodecContextJames Almer2021-03-121-0/+8
* avcodec/encode: restructure the core encoding codeJames Almer2020-06-181-0/+39