| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/internal: Move ff_set_sar() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | avcodec: Constify ThreadFrames if possible | Andreas Rheinhardt | 2022-07-31 | 1 | -1/+1 |
* | avcodec/h264dec: Move ERContext to H264Context | Andreas Rheinhardt | 2022-03-25 | 1 | -20/+11 |
* | avcodec/h264_slice: Fix decoding undamaged input with slices | Andreas Rheinhardt | 2022-03-25 | 1 | -7/+0 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avcodec/thread: Don't use ThreadFrame when unnecessary | Andreas Rheinhardt | 2022-02-09 | 1 | -2/+2 |
* | avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer() | Andreas Rheinhardt | 2022-02-09 | 1 | -3/+3 |
* | avcodec/thread: Move ff_thread_(await|report)_progress to new header | Andreas Rheinhardt | 2022-02-09 | 1 | -1/+1 |
* | avcodec/h264*: Remove unnecessary h264_mvpred.h inclusions | Andreas Rheinhardt | 2022-01-26 | 1 | -2/+1 |
* | lavc/h264: replace MAX_DELAYED_PIC_COUNT by H264_MAX_DPB_FRAMES | Anton Khirnov | 2022-01-26 | 1 | -6/+6 |
* | lavc/h264: replace MAX_DELAYED_PIC_COUNT with FF_ARRAY_ELEMS where appropriate | Anton Khirnov | 2022-01-26 | 1 | -1/+1 |
* | avcodec/h264_slice: Inline H264 codec id | Andreas Rheinhardt | 2022-01-13 | 1 | -1/+1 |
* | avcodec/h264_slice, mpeg4videodec: Don't use %s to write single char | Andreas Rheinhardt | 2022-01-13 | 1 | -2/+2 |
* | avcodec/h2645: Fix SEI->display matrix transformation | Andreas Rheinhardt | 2021-12-23 | 1 | -0/+9 |
* | lavc/h264dec: support all color formats in videotoolbox hwaccel | rcombs | 2021-11-28 | 1 | -3/+8 |
* | avcodec/h264_slice: Check idr_pic_id | Michael Niedermayer | 2021-10-09 | 1 | -2/+7 |
* | avcodec/h264_slice: don't allocate film grain buffers when using hwaccel | James Almer | 2021-08-25 | 1 | -1/+1 |
* | avcodec/h264_slice: signal the presence of Film Grain in the decoder context | James Almer | 2021-08-24 | 1 | -0/+2 |
* | avcodec/h264dec: apply H.274 film grain | Niklas Haas | 2021-08-24 | 1 | -2/+14 |
* | avcodec/h264_slice: compute and export film grain seed | Niklas Haas | 2021-08-24 | 1 | -1/+8 |
* | avcodec/h264_slice: use ff_h264_replace_picture when syncing thread contexts | James Almer | 2021-08-10 | 1 | -9/+5 |
* | avcodec/h264_slice: clear old slice POC values on parsing failure | James Almer | 2021-08-10 | 1 | -0/+3 |
* | avcodec/h264_sei: parse and export Film Grain Characteristics SEI messages | James Almer | 2021-07-23 | 1 | -0/+54 |
* | avcodec: Remove some unnecessary mpegvideo.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+1 |
* | avcodec/h264dec: update exported AVOptions in the user-facing context | James Almer | 2021-04-14 | 1 | -0/+12 |
* | avcodec/h264_slice: Check input SPS in ff_h264_update_thread_context() | Michael Niedermayer | 2021-03-31 | 1 | -3/+2 |
* | avcodec/h264_slice: Check sps in h264_slice_header_init() | Michael Niedermayer | 2021-03-26 | 1 | -0/+5 |
* | avcodec/h264_slice: don't copy frame data during error concealment | James Almer | 2021-03-11 | 1 | -7/+8 |
* | avcodec/h264_slice: fix undefined integer overflow with POC in error concealment | Michael Niedermayer | 2020-10-18 | 1 | -1/+1 |
* | avcodec/h264_slice: use av_buffer_replace() to simplify code | James Almer | 2020-10-05 | 1 | -22/+12 |
* | avcodec/h264_slice: sync User Data Unregistered SEI buffers across threads | James Almer | 2020-09-23 | 1 | -0/+20 |
* | avcodec: use av_timecode_make_smpte_tc_string2 in hevc and h264 decoder | Marton Balint | 2020-09-13 | 1 | -1/+1 |
* | avcodec/h264_slice: add timecode metadata | Limin Wang | 2020-07-09 | 1 | -0/+3 |
* | avcodec/h264_slice: replace cur->f with out for better readability | Limin Wang | 2020-07-09 | 1 | -23/+24 |
* | avcodec/h264_slice: use av_timecode_get_smpte() | Limin Wang | 2020-06-28 | 1 | -27/+6 |
* | avcodec/h264: create user data unregistered SEI side data for H.264 | Limin Wang | 2020-06-15 | 1 | -0/+14 |
* | h264dec: support exporting QP tables through the AVVideoEncParams API | Anton Khirnov | 2020-05-25 | 1 | -0/+9 |
* | h264_ps: make the PPS hold a reference to its SPS | Anton Khirnov | 2020-04-10 | 1 | -22/+5 |
* | h264_sei: parse the picture timing SEIs correctly | Anton Khirnov | 2020-04-10 | 1 | -0/+10 |
* | h264dec: do not export the chroma sample location immediately on parsing the SPS | Anton Khirnov | 2020-03-20 | 1 | -0/+1 |
* | h264dec: do not return a value from init_dimensions() | Anton Khirnov | 2020-03-16 | 1 | -6/+2 |
* | libavcodec, libpostproc: Remove outcommented START/STOP_TIMER | Andreas Rheinhardt | 2020-03-14 | 1 | -3/+0 |
* | avcodec/h264_slice: clear frame only on gaps when it is not otherwise initila... | Michael Niedermayer | 2019-09-24 | 1 | -9/+9 |
* | avcodec/h264_slice: set the SEI parameters early on the AVCodecContext | Steve Lhomme | 2019-07-14 | 1 | -6/+6 |
* | avcodec/h264_slice: Fix integer overflow in implicit_weight_table() | Michael Niedermayer | 2019-01-12 | 1 | -1/+1 |
* | h264/pic_timing: support multiple timecodes | Josh de Kock | 2018-10-23 | 1 | -26/+33 |
* | lavc/h264: create AVFrame side data from H.264 timecodes | Devin Heitmueller | 2018-10-23 | 1 | -0/+38 |
* | h264_slice: Copy the value of x264_build before calling h264_slice_header_ini... | Derek Buitenhuis | 2018-10-09 | 1 | -1/+1 |
* | h264: Support multi-field closed captions by using AVBufferRef and not resett... | Kieran Kunhya | 2018-08-17 | 1 | -8/+14 |
* | h264_slice: Fix return of incomplete frames from decoder | John Stebbins | 2018-06-28 | 1 | -0/+5 |