summaryrefslogtreecommitdiff
path: root/libavcodec/encode.c
Commit message (Expand)AuthorAge
* lavc/encode: combine setting no-delay pts for video/audioAnton Khirnov2022-10-11
* lavc/encode: generalize a check for setting dts=ptsAnton Khirnov2022-10-11
* avcodec/encode: Remove deprecated always-false checksAndreas Rheinhardt2022-09-22
* avcodec/avcodec: Check for more invalid channel layoutsAndreas Rheinhardt2022-09-22
* avcodec/encode: Remove dead deprecated checkAndreas Rheinhardt2022-09-22
* avcodec/encode: Enable encoders to control padding of last frameAndreas Rheinhardt2022-09-19
* avcodec/encode: Redo checks for small last audio frameAndreas Rheinhardt2022-09-19
* avcodec/frame_thread_encoder: Stop serializing unreferencing AVFramesAndreas Rheinhardt2022-09-03
* avcodec/encode: Avoid unreferencing blank AVFramesAndreas Rheinhardt2022-09-03
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-27
* avcodec/encode: Remove redundant checkAndreas Rheinhardt2022-08-27
* avcodec/encode, frame_thread_encoder: Unify calling encode callbackAndreas Rheinhardt2022-08-27
* avcodec/encode: Simplify check for frame-threaded encoderAndreas Rheinhardt2022-08-27
* avcodec/encode: Apply intra_only_flag for receive_packet-API, tooAndreas Rheinhardt2022-08-27
* avcodec/avcodec: Move initializing frame-thrd encoder to encode_preinitAndreas Rheinhardt2022-08-15
* lavc: add API for exporting reconstructed frames from encodersAnton Khirnov2022-08-02
* avcodec/encode:: generate ICC profilesNiklas Haas2022-07-30
* lavc: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-19
* avcodec/encode: Avoid check whose result is known in advanceAndreas Rheinhardt2022-07-09
* lavc/encode: add an encoder-specific get_buffer() variantAnton Khirnov2022-05-11
* avcodec/encode: Fix check for encoders impl. encode-simple APIAndreas Rheinhardt2022-04-13
* lavc/encode: pick a sane default for bits_per_raw_sample if it's not setAnton Khirnov2022-04-13
* lavc/encode: reindentAnton Khirnov2022-04-13
* lavc/encode: factor audio/video-specific parts out of ff_encode_preinit()Anton Khirnov2022-04-13
* lavc/encode: drop EncodeSimpleContextAnton Khirnov2022-04-13
* lavc/avcodec: only allocate the encoding frame for encodersAnton Khirnov2022-04-13
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* lavc: drop temporary compat wrappers for channel layout API changeAnton Khirnov2022-03-15
* lavc: switch to the new channel layout APIVittorio Giovara2022-03-15
* lavc/encode: set frame_number for encoders using receive_packet()Anton Khirnov2021-12-17
* lavc/encode: improve the empty frame checkAnton Khirnov2021-12-17
* avcodec/encode: Set AV_PKT_FLAG_KEY based upon AV_CODEC_PROP_INTRA_ONLYAndreas Rheinhardt2021-09-28
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-27
* avcodec/encode: Zero padding in ff_get_encode_buffer()Andreas Rheinhardt2021-04-27
* avcodec/mjpegenc: Include all supported pix_fmts in mpegenc pix_fmtsAndreas Rheinhardt2021-04-10
* avcodec/encode: Fix check for allowed LJPEG pixel formatsAndreas Rheinhardt2021-04-08
* avcodec/encode: silence a deprecation warning about av_init_packet()James Almer2021-03-17
* lavc/encode: reindent after previous commitAnton Khirnov2021-03-16
* lavc: factor out encoder init/validation from avcodec_open2()Anton Khirnov2021-03-16
* avcodec: add a get_encode_buffer() callback to AVCodecContextJames Almer2021-03-12
* avcodec/frame_thread_encoder: Avoid creating reference to frameAndreas Rheinhardt2021-02-16
* lavc: shedule old encoding/decoding API for removalAnton Khirnov2021-01-26
* avcodec/encode: unref the packet on AVCodec.receive_packet() failureJames Almer2020-09-01
* avcodec/encode: restructure the old encode APIJames Almer2020-06-18
* avcodec/encode: restructure the core encoding codeJames Almer2020-06-18
* avcodec/encode: Remove ff_alloc_packetAndreas Rheinhardt2020-06-01