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