summaryrefslogtreecommitdiff
path: root/libavcodec/encode.c
Commit message (Expand)AuthorAge
* 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
* avcodec/frame_thread_encoder: remove usage of avcodec_encode_video2()James Almer2020-05-25
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* avcodec/encode: add missing assert to avcodec_receive_packet()James Almer2019-11-14
* avcodec/encode: only allow undersized audio frames if they are the lastMarton Balint2019-08-11
* lavc/encode: fix frame_number double-countedZhong Li2018-08-27
* lavc/encode: remove redundant av_init_packet after av_packet_unref.Jun Zhao2018-08-23
* avcodec/encode: use av_packet_make_refcounted to ensure packets are ref countedJames Almer2018-04-01
* Merge commit '48bb0da050329e5111b00a12dfc154b7e78fb3a3'James Almer2017-10-23
|\
| * lavc: Drop deprecated way of setting audio delay on encodeVittorio Giovara2017-03-23
* | avcodec/encode: do proper cleanup on failureJames Almer2017-10-03
* | avcodec/encode: free non-referenced packets' side data in the old encode API ...James Almer2017-10-02
* | avcodec/encode: remove usage of av_dup_packet()James Almer2017-10-02
* | avcodec: do not use AVFrame accessorMuhammad Faiz2017-04-23
* | Merge commit '328cd2b599bc2d0d38f3c12606fa2a66eeec016e'James Almer2017-04-07
|/
* lavc: move encoding-related code from utils.c to a new fileAnton Khirnov2016-11-29