| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/codec_internal: Remove FF_CODEC_CAP_ALLOCATE_PROGRESS | Andreas Rheinhardt | 2024-04-19 | 1 | -1/+1 |
* | avcodec/h264dec: Reindent after the previous commit | arch1t3cht | 2024-04-16 | 1 | -23/+23 |
* | avcodec/h264dec: Handle non-recovered frames when draining | arch1t3cht | 2024-04-16 | 1 | -1/+6 |
* | avcodec/h264dec: Properly mark frames as recovered when draining | arch1t3cht | 2024-04-16 | 1 | -0/+3 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/h264dec: Reindent after the previous commit | Andreas Rheinhardt | 2024-02-22 | 1 | -8/+8 |
* | avcodec/h264dec: Return early in ff_h264_draw_horiz_band() | Andreas Rheinhardt | 2024-02-22 | 1 | -10/+13 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avcodec: add D3D12VA hardware accelerated H264 decoding | Wu Jianhua | 2023-12-21 | 1 | -0/+3 |
* | avcodec/h264dec: use BOOL for skip_gray, noref_gray | Michael Niedermayer | 2023-11-22 | 1 | -2/+2 |
* | avcodec/h264dec: Support skipping frames that used gray gap frames | Michael Niedermayer | 2023-11-20 | 1 | -0/+7 |
* | avcodec/h264: Avoid using gray gap frames as references | Michael Niedermayer | 2023-11-20 | 1 | -0/+1 |
* | avcodec/h264: keep track of which frames used gray references | Michael Niedermayer | 2023-11-20 | 1 | -0/+1 |
* | avcodec/h264dec: Use RefStruct-pool API instead of AVBufferPool API | Andreas Rheinhardt | 2023-11-01 | 1 | -9/+10 |
* | avcodec/pthread_frame: Remove ff_thread_release_buffer() | Andreas Rheinhardt | 2023-10-22 | 1 | -6/+6 |
* | avcodec/h264dec: Constify H.264 decoder | Andreas Rheinhardt | 2023-10-13 | 1 | -2/+2 |
* | avcodec/h264dec: Fix data race when updating decode_error_flags | Andreas Rheinhardt | 2023-09-15 | 1 | -2/+36 |
* | avcodec/error_resilience: Make applying decode_error_flags optional | Andreas Rheinhardt | 2023-09-15 | 1 | -1/+1 |
* | avutil/internal: Don't auto-include emms.h | Andreas Rheinhardt | 2023-09-04 | 1 | -0/+1 |
* | avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccel | Andreas Rheinhardt | 2023-08-07 | 1 | -14/+11 |
* | h264dec: add Vulkan hwaccel | Lynne | 2023-05-29 | 1 | -0/+3 |
* | avcodec: add AVHWAccel.flush callback | Lynne | 2023-05-29 | 1 | -0/+3 |
* | lavc: deprecate AVCodecContext.ticks_per_frame | Anton Khirnov | 2023-05-15 | 1 | -0/+4 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -2/+2 |
* | avcodec: remove FF_API_AVCTX_TIMEBASE | James Almer | 2023-02-09 | 1 | -6/+0 |
* | avcodec/h2645_sei: Factor parsing common SEI messages out | Andreas Rheinhardt | 2022-12-01 | 1 | -3/+3 |
* | avcodec/(ffv1|h264|png|snow)dec: Remove comment out DRAW_HORIZ_BAND cap | Andreas Rheinhardt | 2022-10-20 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macros for update_thread_context(_for_user) | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/h264dec: Skip late SEI | Michael Niedermayer | 2022-07-12 | 1 | -0/+4 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+1 |
* | avcodec/error_resilience: Remove write only ERContext.ref_count | Andreas Rheinhardt | 2022-03-25 | 1 | -2/+0 |
* | avcodec/h264dec: Move ERContext to H264Context | Andreas Rheinhardt | 2022-03-25 | 1 | -45/+41 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -8/+8 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | 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 | -0/+1 |
* | avcodec/thread: Move ff_thread_(await|report)_progress to new header | Andreas Rheinhardt | 2022-02-09 | 1 | -1/+1 |
* | avcodec/h264dec: Remove unnecessary headers | Andreas Rheinhardt | 2022-01-26 | 1 | -0/+1 |
* | avcodec/h264*: Remove unnecessary h264_mvpred.h inclusions | Andreas Rheinhardt | 2022-01-26 | 1 | -9/+0 |
* | lavc/h264: replace MAX_DELAYED_PIC_COUNT with FF_ARRAY_ELEMS where appropriate | Anton Khirnov | 2022-01-26 | 1 | -2/+2 |
* | configure: Add new mpegvideodec CONFIG_EXTRA | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avcodec: remove the unused low_delay | Limin Wang | 2021-09-29 | 1 | -1/+0 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avcodec/h264dec: fix possible out-of-bounds array access | Niklas Haas | 2021-08-25 | 1 | -4/+2 |
* | avcodec/h264dec: apply H.274 film grain | Niklas Haas | 2021-08-24 | 1 | -18/+37 |
* | avcodec/h264_slice: compute and export film grain seed | Niklas Haas | 2021-08-24 | 1 | -0/+14 |