| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/encode: only allow undersized audio frames if they are the last | Marton Balint | 2019-08-11 | 1 | -2/+8 |
* | lavc/encode: fix frame_number double-counted | Zhong Li | 2018-08-27 | 1 | -3/+4 |
* | lavc/encode: remove redundant av_init_packet after av_packet_unref. | Jun Zhao | 2018-08-23 | 1 | -4/+0 |
* | avcodec/encode: use av_packet_make_refcounted to ensure packets are ref counted | James Almer | 2018-04-01 | 1 | -8/+2 |
* | Merge commit '48bb0da050329e5111b00a12dfc154b7e78fb3a3' | James Almer | 2017-10-23 | 1 | -4/+0 |
|\ |
|
| * | lavc: Drop deprecated way of setting audio delay on encode | Vittorio Giovara | 2017-03-23 | 1 | -4/+0 |
* | | avcodec/encode: do proper cleanup on failure | James Almer | 2017-10-03 | 1 | -3/+3 |
* | | avcodec/encode: free non-referenced packets' side data in the old encode API ... | James Almer | 2017-10-02 | 1 | -0/+2 |
* | | avcodec/encode: remove usage of av_dup_packet() | James Almer | 2017-10-02 | 1 | -8/+12 |
* | | avcodec: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | | Merge commit '328cd2b599bc2d0d38f3c12606fa2a66eeec016e' | James Almer | 2017-04-07 | 1 | -25/+119 |
|/ |
|
* | lavc: move encoding-related code from utils.c to a new file | Anton Khirnov | 2016-11-29 | 1 | -0/+360 |