461 Commits (1837ae9d5f3eb8483c76dc708e68e466f9021cac)

Author SHA1 Message Date
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
James Almer 4ff73add5d avcodec/h264_sei: parse and export Film Grain Characteristics SEI messages 3 years ago
Andreas Rheinhardt e0b4fe0efa avcodec: Remove some unnecessary mpegvideo.h inclusions 3 years ago
James Almer 42551a3407 avcodec/h264dec: update exported AVOptions in the user-facing context 4 years ago
Michael Niedermayer ceae92cb29 avcodec/h264_slice: Check input SPS in ff_h264_update_thread_context() 4 years ago
Michael Niedermayer 8047243899 avcodec/h264_slice: Check sps in h264_slice_header_init() 4 years ago
James Almer 99042c2bf6 avcodec/h264_slice: don't copy frame data during error concealment 4 years ago
Michael Niedermayer 182d7a7427 avcodec/h264_slice: fix undefined integer overflow with POC in error concealment 4 years ago
James Almer 0b6541368d avcodec/h264_slice: use av_buffer_replace() to simplify code 4 years ago
James Almer 184fc42b46 avcodec/h264_slice: sync User Data Unregistered SEI buffers across threads 4 years ago
Marton Balint 5673802511 avcodec: use av_timecode_make_smpte_tc_string2 in hevc and h264 decoder 4 years ago
Limin Wang 10c7745ae9 avcodec/h264_slice: add timecode metadata 4 years ago
Limin Wang b531216e6a avcodec/h264_slice: replace cur->f with out for better readability 4 years ago
Limin Wang acca2aecb0 avcodec/h264_slice: use av_timecode_get_smpte() 4 years ago
Limin Wang 4b3b217e30 avcodec/h264: create user data unregistered SEI side data for H.264 4 years ago
Anton Khirnov 064b875e89 h264dec: support exporting QP tables through the AVVideoEncParams API 5 years ago
Anton Khirnov 5e316096fa h264_ps: make the PPS hold a reference to its SPS 5 years ago
Anton Khirnov ec7f33a38e h264_sei: parse the picture timing SEIs correctly 5 years ago
Anton Khirnov 6eae7e5644 h264dec: do not export the chroma sample location immediately on parsing the SPS 5 years ago
Anton Khirnov e38b8b0dc6 h264dec: do not return a value from init_dimensions() 5 years ago
Andreas Rheinhardt cc2a9509ce libavcodec, libpostproc: Remove outcommented START/STOP_TIMER 5 years ago
Michael Niedermayer 1e984a6915 avcodec/h264_slice: clear frame only on gaps when it is not otherwise initilaized 5 years ago
Steve Lhomme 8788dd67b8 avcodec/h264_slice: set the SEI parameters early on the AVCodecContext 5 years ago
Michael Niedermayer 77e56d74f9 avcodec/h264_slice: Fix integer overflow in implicit_weight_table() 6 years ago
Josh de Kock 76a8c3b522 h264/pic_timing: support multiple timecodes 6 years ago
Devin Heitmueller 4241e44a3c lavc/h264: create AVFrame side data from H.264 timecodes 6 years ago
Derek Buitenhuis b1504e7796 h264_slice: Copy the value of x264_build before calling h264_slice_header_init during thread init 6 years ago
Kieran Kunhya c85852d3de h264: Support multi-field closed captions by using AVBufferRef and not resetting per field 6 years ago
John Stebbins 08b1d1d812 h264_slice: Fix return of incomplete frames from decoder 6 years ago
Michael Niedermayer 8c02cd8ca0 avcodec/h264_slice: Fix integer overflow with last_poc 7 years ago
Michael Niedermayer 1be49cee34 avcodec/h264: Increase field_poc to 64bit in ff_h264_init_poc() to detect overflows 7 years ago