summaryrefslogtreecommitdiffstats
path: root/libavcodec/encode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud