98 Commits (b0d75a8de924d90d0c9e8b75a485f35258920e02)

Author SHA1 Message Date
Anton Khirnov 9e30859cb6 lavc: shedule old encoding/decoding API for removal 4 years ago
Anton Khirnov 25f4304ebb lavc/decode: move unrefcount_frame() right before its only caller 4 years ago
James Almer 4bff800dc9 avcodec/decode: set best_effort_timestamp on output frames for all decoders 4 years ago
Michael Niedermayer 939b72b02e avcodec/decode/ff_get_buffer: Check for overflow in FFALIGN() 4 years ago
Michael Niedermayer cc072f7353 avcodec/decode: Consider discarded samples in max_samples 4 years ago
James Almer 022a12b306 avcodec/decode: use a packet list to store packet properties 4 years ago
Brian Kim c40d36076a libavcodec/decode: avoid UB when getting plane sizes 4 years ago
Limin Wang 448a9aaa78 API: add AV_PKT_DATA_S12M_TIMECODE to AVPacketSideDataType 4 years ago
Andreas Rheinhardt c3cd6b765b avcodec, avformat: Remove unnecessary initializations of side data size 4 years ago
James Almer 8e7b5ba80e avcodec/decode: actually propagate AVHWAccel.alloc_frame() return value 5 years ago
James Almer b6d6597bef avcodec/decode: fix decoding when frames are allocated using AVHWAccel.alloc_frame() 5 years ago
James Almer c7c8f141eb avcodec: move avcodec_flush_buffers from decode.c to utils.c 5 years ago
James Almer d3bedba97f avcodec/decode: remove ff_decode_bsfs_uninit() 5 years ago
Michael Niedermayer 19738b1bc2 libavcodec/decode: Mark decode_simple_internal() as inline 5 years ago
James Almer 6dd5da3f8b avcodec/decode: remove unused AVCodecInternal compat_decode field 5 years ago
Marton Balint c96904f525 avcodec/decode: use a single list bsf for codec decode bsfs 5 years ago
Mark Thompson 2594f6a362 lavc: Rename hwaccel.h to hwconfig.h 5 years ago
Philip Langdale 22b25b3ea5 avcodec: Add explicit capability flag for encoder flushing 5 years ago
Anton Khirnov 9d6785d426 lavc: do not implicitly share the frame pool between threads 5 years ago
Anton Khirnov a1133db30e decode: make sure ff_get_buffer() cleans the frame on failure 5 years ago
Limin Wang a289cc5643 avcodec/decode: increase nb_bsfs after av_bsf_alloc in case alloc failed 5 years ago
vectronic 05d27f342b API: add AV_PKT_DATA_ICC_PROFILE to AVPacketSideDataType 5 years ago
Limin Wang 10f0332fd5 avcodec/decode: replace avctx->internal with avci for better readability 5 years ago
Michael Niedermayer 6b7bcd437e avcodec/decode: Fix integer overflow in max_samples check 5 years ago
Michael Niedermayer 20fad71247 avcodec/decode: Also consider channels in max_samples check 5 years ago
Jun Zhao b0e6822448 avcodec/decode: fix indentation 5 years ago
Michael Niedermayer 121bf1b3b8 avcodec/decode: Check max_samples in get_buffer_internal() 5 years ago
James Almer 9ea6d2149e avcodec/decode: add a flags parameter to ff_reget_buffer() 5 years ago
Marton Balint 3a09dbdb4a avcodec: remove some dead assignments 5 years ago
Gyan Doshi 3153a6502a avcodec: add AV_CODEC_FLAG_DROPCHANGED to flags 6 years ago
Carl Eugen Hoyos 9bcd40c298 lavc/decode: Initialize return value for get_format() failure. 6 years ago
Jun Zhao 903f2beafc lavc/decode: Fix the error number report if av_image_fill_pointers fail. 6 years ago
James Almer cacb62f9cb Revert "decode: copy the output parameters from the last bsf in the chain back to the AVCodecContext" 6 years ago
James Almer 87588caf8c Revert "avcodec/decode: copy the output parameters from the last bsf in the chain back to the AVCodecContext" 6 years ago
James Almer 662558f985 decode: copy the output parameters from the last bsf in the chain back to the AVCodecContext 6 years ago
James Almer ad99cbc9b3 decode: flush the internal bsfs instead of constantly reinitalizing them 6 years ago
James Almer f631c328e6 avcodec/decode: copy the output parameters from the last bsf in the chain back to the AVCodecContext 6 years ago
James Almer 94fe138de0 avcodec/decode: flush the internal bsfs instead of constantly reinitalizing them 6 years ago
Aman Gupta 37644f0477 avcodec: parse options from AVCodec.bsfs 6 years ago
Michael Niedermayer 2e205bfc14 avcodec/decode: Consider STRIDE_ALIGN in get_buffer_internal() when checking width 7 years ago
wm4 709e0291d6 avcodec/decode: fix warning when decoding pseudo paletted formats 7 years ago
wm4 d6fc031caf avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL 7 years ago
wm4 b7d0d912ef avcodec: add a subcharenc mode that disables UTF-8 check 7 years ago
James Almer 23e1bf6e51 avcodec: remove unnecessary calls to ff_init_buffer_info() 7 years ago
Mark Thompson cad739dace lavc: Add per-thread surfaces in get_hw_frame_parameters() 7 years ago
Mark Thompson 5b145290df lavc: Add support for increasing hardware frame pool sizes 7 years ago
Mark Thompson 2117725dc5 lavc: Mark all AVHWAccel structures as const 7 years ago
Mark Thompson 39056b5240 lavc: Use hardware config information in ff_get_format() 7 years ago
James Cowgill 02ba4b91b5 avcodec/decode: reset codec on receiving packet after EOF in compat_decode 7 years ago
Mark Thompson 3a71bcc213 lavc: Mark all AVHWAccel structures as const 7 years ago