207 Commits (48f4a29bae461cc9a1304d52e7f37c6b9ad32643)

Author SHA1 Message Date
Andreas Rheinhardt cc448f8d39 avcodec/decode: Remove always-true check 4 years ago
James Almer d8a18c8fc2 avcodec: use the buffer_size_t typedef where required 4 years ago
Andreas Rheinhardt 295f32ec98 avcodec/decode: Reindent after previous commits 4 years ago
Andreas Rheinhardt b5a2481122 avcodec/decode: Don't needlessly copy side-data for subtitles 4 years ago
Andreas Rheinhardt e12923f683 avcodec/decode: Avoid stack packets when decoding subtitles 4 years ago
Andreas Rheinhardt a272f382d3 avcodec/decode: Check size before opening iconv 4 years ago
Andreas Rheinhardt 684e501cb9 avcodec/decode: Return early upon failure 4 years ago
James Almer f7840917da avcodec/decode: constify the source packet parameter in extract_packet_props() 4 years ago
James Almer b34d1de8dc avcodec/decode: port last_pkt_props to AVFifoBuffer 4 years ago
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