44646 Commits (08dbcaa57a3b6db11a96b1a601fb83e10d320a57)

Author SHA1 Message Date
James Almer 2995a1f294 avcodec/tests/avpacket: use av_packet_alloc() to allocate packets 4 years ago
James Almer 4ab7670762 avcodec/webp: use av_packet_alloc() to allocate packets 4 years ago
James Almer fc2e022a14 avcodec/tiff: use av_packet_alloc() to allocate AVPackets 4 years ago
James Almer 6ef104cb5f avcodec/tdsc: use av_packet_alloc() to allocate packets 4 years ago
James Almer b0de31e278 avcodec/pthread_frame: use av_packet_alloc() to allocate packets 4 years ago
James Almer ca966af497 avcodec/mpegvideo_enc: use av_packet_alloc() to allocate packets 4 years ago
James Almer 2101b99777 avcodec/libxvid: use av_packet_alloc() to allocate packets 4 years ago
James Almer 039ea9ec7b avcodec/encode: silence a deprecation warning about av_init_packet() 4 years ago
James Almer 1f32e91df6 avcodec/cri: use av_packet_alloc() to allocate packets 4 years ago
James Almer d422b2ed87 avcodec/packet_internal: make avpriv_packet_list_* functions use an internal struct 4 years ago
James Almer f7db77bd87 avcodec/packet: deprecate av_init_packet() 4 years ago
James Almer a1cd4191e0 avcodec/vaapi_encode: use AVCodecContext.get_encode_buffer() 4 years ago
James Almer 238e08b12e avcodec/nvenc: use AVCodecContext.get_encode_buffer() 4 years ago
James Almer b86af93cea avcodec/mfenc: use AVCodecContext.get_encode_buffer() 4 years ago
James Almer d51a6884ab avcodec/librav1e: use AVCodecContext.get_encode_buffer() 4 years ago
James Almer b615e8a782 avcodec/amfenc: use AVCodecContext.get_encode_buffer() 4 years ago
Gyan Doshi 434b626b7a avcodec/libdavs2: unbreak compilation failure 4 years ago
Anton Khirnov 30a69b1625 lavc: drop unused argument from lock_avcodec() 4 years ago
Anton Khirnov 55c083f08a lavc: drop ff_ prefix from ff_(un)lock_avcodec 4 years ago
Anton Khirnov b006a84a97 lavc: move decoder bsf init into decoder-specific code 4 years ago
Anton Khirnov 20aec597d0 lavc: factor decoder validation/setup from avcodec_open2() 4 years ago
Anton Khirnov dbb1dfabb7 lavc/encode: reindent after previous commit 4 years ago
Anton Khirnov 3f53c84847 lavc: factor out encoder init/validation from avcodec_open2() 4 years ago
Anton Khirnov 7d09579190 lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADS 4 years ago
Anton Khirnov 8a129077cc lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal cap 4 years ago
Michael Niedermayer 0f441b9063 avcodec/utils: Use more bits for intermediate for AV_CODEC_ID_ADPCM_MS 4 years ago
Andreas Rheinhardt 8e77624e84 avcodec/decode: Remove outdated comment 4 years ago
Andreas Rheinhardt a581370f54 avcodec/h264_cavlc: Reindent after the previous commit 4 years ago
Andreas Rheinhardt b41e4f6187 avcodec/h264_cavlc: Remove redundant check 4 years ago
Michael Niedermayer 8a3fea802a avcodec/jpegls: Check A[Q] for overflow in ff_jpegls_update_state_regular() 4 years ago
Michael Niedermayer cd3ab3a09b avcodec/cfhd: Fix negative shift in cfhd_decode() 4 years ago
James Almer 1af4885014 avcodec: add a mention about get_encode_buffer in the old encode API doxy 4 years ago
Michael Niedermayer bd525e2876 avcodec/flacdec: Avoid undefined shift in error case 4 years ago
Michael Niedermayer 0c48c332ee avcodec/h264_metadata_bsf: Check nb_units before accessing the first in h264_metadata_update_fragment() 4 years ago
Michael Niedermayer 36ad2f41e3 avcodec/ffv1dec: Check if trailer is available 4 years ago
Michael Niedermayer 312bcdbfc1 avcodec/exr: Check col/line for integer overflow 4 years ago
James Almer 6e7e3a3820 avcodec: add a get_encode_buffer() callback to AVCodecContext 4 years ago
Mark Thompson 2c96e6cb95 cbs_sei: Detect payload overflows when reading SEI messages 4 years ago
Mark Thompson b128b0ce22 cbs_h265: Detect more reference combinations which would overflow the DPB 4 years ago
Andreas Rheinhardt ec54c32d4a avcodec/cbs_h26[45]: Remove redundant enum constants 4 years ago
Andreas Rheinhardt 70d226575a avcodec/cbs_sei: Fix leak of AVBufferRef on error 4 years ago
Andreas Rheinhardt 12a9f3fc09 avcodec/cbs_sei: Don't use -1th element of array 4 years ago
Andreas Rheinhardt 85685297c2 avcodec/cbs: Remove redundant checks for CodedBitstreamContext.codec 4 years ago
Martin Storsjö 30cd7feb2d avcodec/nvenc: base timestamps on frameIntervalP 4 years ago
Andreas Rheinhardt 0364188fb9 avcodec/decode: Reindentation 4 years ago
Andreas Rheinhardt cc448f8d39 avcodec/decode: Remove always-true check 4 years ago
Derek Buitenhuis e690aa6a8d avcodec/gifenc: Actually use the shrunk palette 4 years ago
James Almer 99042c2bf6 avcodec/h264_slice: don't copy frame data during error concealment 4 years ago
Michael Niedermayer b87781649e avcodec/4xm: Check pre_gb in decode_i_block() 4 years ago
Andreas Rheinhardt f4f5da0d91 avcodec/libilbc: Support newer libiLBC versions 4 years ago