491 Commits (5ddab49d48343385eadb3a435a5491c476b66ecc)

Author SHA1 Message Date
Andreas Rheinhardt 4e6cf5e52b avcodec/h264dec: Constify H.264 decoder 1 year ago
Andreas Rheinhardt f8252d6ce3 avcodec/decode: Use RefStruct API for hwaccel_picture_private 1 year ago
Andreas Rheinhardt 787351a68e avcodec/h264_ps: Use RefStruct API for SPS/PPS 1 year ago
Andreas Rheinhardt e1f3041b93 avcodec/h264_slice: Don't keep AVCodecContext props in sync manually 1 year ago
Andreas Rheinhardt fa77cb258b avcodec/h264dec: Fix data race when updating decode_error_flags 1 year ago
Andreas Rheinhardt 6434e44003 avcodec/thread: Remove ff_thread_get_format define 1 year ago
Andreas Rheinhardt c48cc9c6e9 avcodec/decode: Extend ff_hwaccel_frame_priv_alloc()'s task 1 year ago
Andreas Rheinhardt 2ece81b4c0 avcodec/utils: Move ff_color_frame() to its only user 1 year ago
Andreas Rheinhardt b85557b231 avcodec/h264_slice: Remove always-false check 1 year ago
Jan Ekström 43e63ff20a avcodec: move content light level SEI handling to h2645_sei 1 year ago
Jan Ekström 33358b862c avcodec: move mastering display colour volume SEI handling to h2645_sei 1 year ago
Lynne a9fbe8b472
h264dec: add Vulkan hwaccel 1 year ago
Lynne be07145109
avcodec: add AVHWAccel.free_frame_priv callback 1 year ago
Anton Khirnov 7d1d61cc5f lavc: deprecate AVCodecContext.ticks_per_frame 2 years ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
James Almer 2f561ba953 avcodec: use the new AVFrame interlace flags in all decoders and encoders 2 years ago
jianfeng.zheng 1cd5a383d4 vaapi: support VAProfileH264High10 decoding 2 years ago
Marton Balint 2296078397 avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_number 2 years ago
Marton Balint 6b6f7db819 avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number 2 years ago
Michael Niedermayer 685c0cfd32
avcodec/h264_slice: Use unsigned for fgs seed computation 2 years ago
Andreas Rheinhardt 7b450bafd7 avcodec/h2645_sei: Factor attaching film grain side-data to frame out 2 years ago
Andreas Rheinhardt 8bf18018a3 avcodec/(h264|hevc)_ps: Factor common VUI code out 2 years ago
Andreas Rheinhardt a5bba606a0 avcodec/h2645_sei: Also support Active Format Descriptor for HEVC 2 years ago
Andreas Rheinhardt 01e775f4b7 avcodec/h2645_sei: Attach AVStereo3D side data generically 2 years ago
Andreas Rheinhardt 38d0d12c46 avcodec/h264_sei, sei: Make H264_SEI_FpaType generic 2 years ago
Andreas Rheinhardt 3bafc4ead4 avcodec/h2645_sei: Factor out applying SEIs to frames 2 years ago
Andreas Rheinhardt de5891d371 avcodec/h2645_sei: Factor updating H.2645 SEIs out 2 years ago
Andreas Rheinhardt 33239ebd07 avcodec/h2645_sei: Factor parsing common SEI messages out 2 years ago
Andreas Rheinhardt b6a680989c avcodec/internal: Move ff_set_sar() to decode.h 2 years ago
Andreas Rheinhardt 0eb399ac39 avcodec: Constify ThreadFrames if possible 2 years ago
Andreas Rheinhardt e944ab796d avcodec/h264dec: Move ERContext to H264Context 3 years ago
Andreas Rheinhardt c4fcfa47df avcodec/h264_slice: Fix decoding undamaged input with slices 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt f025b8e110 avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer() 3 years ago
Andreas Rheinhardt b3551b6072 avcodec/thread: Move ff_thread_(await|report)_progress to new header 3 years ago
Andreas Rheinhardt 5fef87f140 avcodec/h264*: Remove unnecessary h264_mvpred.h inclusions 3 years ago
Anton Khirnov b6f3334a13 lavc/h264: replace MAX_DELAYED_PIC_COUNT by H264_MAX_DPB_FRAMES 3 years ago
Anton Khirnov ef4537bd1b lavc/h264: replace MAX_DELAYED_PIC_COUNT with FF_ARRAY_ELEMS where appropriate 3 years ago
Andreas Rheinhardt d0bf242d02 avcodec/h264_slice: Inline H264 codec id 3 years ago
Andreas Rheinhardt 75a3268bee avcodec/h264_slice, mpeg4videodec: Don't use %s to write single char 3 years ago
Andreas Rheinhardt ab6f9d86a9 avcodec/h2645: Fix SEI->display matrix transformation 3 years ago
rcombs caad1146e2 lavc/h264dec: support all color formats in videotoolbox hwaccel 3 years ago
Michael Niedermayer f054871a65 avcodec/h264_slice: Check idr_pic_id 3 years ago
James Almer 9677053884 avcodec/h264_slice: don't allocate film grain buffers when using hwaccel 3 years ago
James Almer ab25874e32 avcodec/h264_slice: signal the presence of Film Grain in the decoder context 3 years ago
Niklas Haas 66845cffc3 avcodec/h264dec: apply H.274 film grain 3 years ago
Niklas Haas cf37c3fb6c avcodec/h264_slice: compute and export film grain seed 3 years ago
James Almer 90bf83d6f1 avcodec/h264_slice: use ff_h264_replace_picture when syncing thread contexts 3 years ago
James Almer ce4a31cd1f avcodec/h264_slice: clear old slice POC values on parsing failure 3 years ago