summaryrefslogtreecommitdiff
path: root/libavcodec/encode.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/encode: silence a deprecation warning about av_init_packet()James Almer2021-03-171-0/+2
* lavc/encode: reindent after previous commitAnton Khirnov2021-03-161-123/+123
* lavc: factor out encoder init/validation from avcodec_open2()Anton Khirnov2021-03-161-0/+157
* avcodec: add a get_encode_buffer() callback to AVCodecContextJames Almer2021-03-121-0/+59
* avcodec/frame_thread_encoder: Avoid creating reference to frameAndreas Rheinhardt2021-02-161-0/+4
* lavc: shedule old encoding/decoding API for removalAnton Khirnov2021-01-261-0/+2
* avcodec/encode: unref the packet on AVCodec.receive_packet() failureJames Almer2020-09-011-1/+3
* avcodec/encode: restructure the old encode APIJames Almer2020-06-181-261/+109
* avcodec/encode: restructure the core encoding codeJames Almer2020-06-181-68/+218
* avcodec/encode: Remove ff_alloc_packetAndreas Rheinhardt2020-06-011-5/+0
* avcodec/frame_thread_encoder: remove usage of avcodec_encode_video2()James Almer2020-05-251-8/+12
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-221-1/+1
* avcodec/encode: add missing assert to avcodec_receive_packet()James Almer2019-11-141-1/+7
* avcodec/encode: only allow undersized audio frames if they are the lastMarton Balint2019-08-111-2/+8
* lavc/encode: fix frame_number double-countedZhong Li2018-08-271-3/+4
* lavc/encode: remove redundant av_init_packet after av_packet_unref.Jun Zhao2018-08-231-4/+0
* avcodec/encode: use av_packet_make_refcounted to ensure packets are ref countedJames Almer2018-04-011-8/+2
* Merge commit '48bb0da050329e5111b00a12dfc154b7e78fb3a3'James Almer2017-10-231-4/+0
|\
| * lavc: Drop deprecated way of setting audio delay on encodeVittorio Giovara2017-03-231-4/+0
* | avcodec/encode: do proper cleanup on failureJames Almer2017-10-031-3/+3
* | avcodec/encode: free non-referenced packets' side data in the old encode API ...James Almer2017-10-021-0/+2
* | avcodec/encode: remove usage of av_dup_packet()James Almer2017-10-021-8/+12
* | avcodec: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* | Merge commit '328cd2b599bc2d0d38f3c12606fa2a66eeec016e'James Almer2017-04-071-25/+119
|/
* lavc: move encoding-related code from utils.c to a new fileAnton Khirnov2016-11-291-0/+360