Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-27avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt
2021-04-27avcodec/encode: Zero padding in ff_get_encode_buffer()Andreas Rheinhardt
2021-04-10avcodec/mjpegenc: Include all supported pix_fmts in mpegenc pix_fmtsAndreas Rheinhardt
2021-04-08avcodec/encode: Fix check for allowed LJPEG pixel formatsAndreas Rheinhardt
2021-03-17avcodec/encode: silence a deprecation warning about av_init_packet()James Almer
2021-03-16lavc/encode: reindent after previous commitAnton Khirnov
2021-03-16lavc: factor out encoder init/validation from avcodec_open2()Anton Khirnov
2021-03-13avcodec: add a get_encode_buffer() callback to AVCodecContextJames Almer
2021-02-17avcodec/frame_thread_encoder: Avoid creating reference to frameAndreas Rheinhardt
2021-01-26lavc: shedule old encoding/decoding API for removalAnton Khirnov
2020-09-01avcodec/encode: unref the packet on AVCodec.receive_packet() failureJames Almer
2020-06-18avcodec/encode: restructure the old encode APIJames Almer
2020-06-18avcodec/encode: restructure the core encoding codeJames Almer
2020-06-01avcodec/encode: Remove ff_alloc_packetAndreas Rheinhardt
2020-05-25avcodec/frame_thread_encoder: remove usage of avcodec_encode_video2()James Almer
2020-05-22Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov
2019-11-14avcodec/encode: add missing assert to avcodec_receive_packet()James Almer
2019-08-11avcodec/encode: only allow undersized audio frames if they are the lastMarton Balint
2018-08-27lavc/encode: fix frame_number double-countedZhong Li
2018-08-23lavc/encode: remove redundant av_init_packet after av_packet_unref.Jun Zhao
2018-04-02avcodec/encode: use av_packet_make_refcounted to ensure packets are ref countedJames Almer
2017-10-23Merge commit '48bb0da050329e5111b00a12dfc154b7e78fb3a3'James Almer
2017-10-03avcodec/encode: do proper cleanup on failureJames Almer
2017-10-03avcodec/encode: free non-referenced packets' side data in the old encode API ...James Almer
2017-10-02avcodec/encode: remove usage of av_dup_packet()James Almer
2017-04-23avcodec: do not use AVFrame accessorMuhammad Faiz
2017-04-07Merge commit '328cd2b599bc2d0d38f3c12606fa2a66eeec016e'James Almer
2017-03-23lavc: Drop deprecated way of setting audio delay on encodeVittorio Giovara
2016-11-29lavc: move encoding-related code from utils.c to a new fileAnton Khirnov