| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Remove deprecated old encode/decode APIs | Andreas Rheinhardt | 2021-04-27 | 1 | -111/+0 |
* | avcodec: Remove deprecated AVCodecContext.coded_frame | Andreas Rheinhardt | 2021-04-27 | 1 | -8/+0 |
* | avcodec/encode: Zero padding in ff_get_encode_buffer() | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/mjpegenc: Include all supported pix_fmts in mpegenc pix_fmts | Andreas Rheinhardt | 2021-04-10 | 1 | -3/+1 |
* | avcodec/encode: Fix check for allowed LJPEG pixel formats | Andreas Rheinhardt | 2021-04-08 | 1 | -1/+1 |
* | avcodec/encode: silence a deprecation warning about av_init_packet() | James Almer | 2021-03-17 | 1 | -0/+2 |
* | lavc/encode: reindent after previous commit | Anton Khirnov | 2021-03-16 | 1 | -123/+123 |
* | lavc: factor out encoder init/validation from avcodec_open2() | Anton Khirnov | 2021-03-16 | 1 | -0/+157 |
* | avcodec: add a get_encode_buffer() callback to AVCodecContext | James Almer | 2021-03-12 | 1 | -0/+59 |
* | avcodec/frame_thread_encoder: Avoid creating reference to frame | Andreas Rheinhardt | 2021-02-16 | 1 | -0/+4 |
* | lavc: shedule old encoding/decoding API for removal | Anton Khirnov | 2021-01-26 | 1 | -0/+2 |
* | avcodec/encode: unref the packet on AVCodec.receive_packet() failure | James Almer | 2020-09-01 | 1 | -1/+3 |
* | avcodec/encode: restructure the old encode API | James Almer | 2020-06-18 | 1 | -261/+109 |
* | avcodec/encode: restructure the core encoding code | James Almer | 2020-06-18 | 1 | -68/+218 |
* | avcodec/encode: Remove ff_alloc_packet | Andreas Rheinhardt | 2020-06-01 | 1 | -5/+0 |
* | avcodec/frame_thread_encoder: remove usage of avcodec_encode_video2() | James Almer | 2020-05-25 | 1 | -8/+12 |
* | Stop hardcoding align=32 in av_frame_get_buffer() calls. | Anton Khirnov | 2020-05-22 | 1 | -1/+1 |
* | avcodec/encode: add missing assert to avcodec_receive_packet() | James Almer | 2019-11-14 | 1 | -1/+7 |
* | 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 |