21 Commits (5f2804aba71dbf4833a3cc5e7b30e8351cd9037a)

Author SHA1 Message Date
Andreas Rheinhardt 76d428e090 avcodec/frame_thread_encoder: Avoid creating reference to frame 4 years ago
Anton Khirnov 9e30859cb6 lavc: shedule old encoding/decoding API for removal 4 years ago
James Almer 0271098e6c avcodec/encode: unref the packet on AVCodec.receive_packet() failure 4 years ago
James Almer 93016f5d1d avcodec/encode: restructure the old encode API 4 years ago
James Almer 827d6fe73d avcodec/encode: restructure the core encoding code 4 years ago
Andreas Rheinhardt f02b1b1222 avcodec/encode: Remove ff_alloc_packet 5 years ago
James Almer cde7818d9f avcodec/frame_thread_encoder: remove usage of avcodec_encode_video2() 5 years ago
Anton Khirnov f30a41a608 Stop hardcoding align=32 in av_frame_get_buffer() calls. 5 years ago
James Almer 73ee53f317 avcodec/encode: add missing assert to avcodec_receive_packet() 5 years ago
Marton Balint 686755f02b avcodec/encode: only allow undersized audio frames if they are the last 5 years ago
Zhong Li d91370e0f1 lavc/encode: fix frame_number double-counted 6 years ago
Jun Zhao c9ed7f0024 lavc/encode: remove redundant av_init_packet after av_packet_unref. 6 years ago
James Almer e61d8b82a2 avcodec/encode: use av_packet_make_refcounted to ensure packets are ref counted 7 years ago
James Almer 87e625c263 avcodec/encode: do proper cleanup on failure 7 years ago
James Almer 712ee85816 avcodec/encode: free non-referenced packets' side data in the old encode API functions 7 years ago
James Almer a22c6a4796 avcodec/encode: remove usage of av_dup_packet() 7 years ago
Muhammad Faiz 31f61b0d4f avcodec: do not use AVFrame accessor 8 years ago
Vittorio Giovara 48bb0da050 lavc: Drop deprecated way of setting audio delay on encode 8 years ago
Anton Khirnov 328cd2b599 lavc: move encoding-related code from utils.c to a new file 8 years ago