| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mpegvideo_dec, h264_slice: Return proper error codes | Andreas Rheinhardt | 2024-04-08 | 1 | -1/+1 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/h264_slice: respect side data preference | Niklas Haas | 2024-03-08 | 1 | -19/+20 |
* | avutil: remove deprecated FF_API_FRAME_PICTURE_NUMBER | James Almer | 2024-03-07 | 1 | -5/+0 |
* | avcodec: add D3D12VA hardware accelerated H264 decoding | Wu Jianhua | 2023-12-21 | 1 | -0/+4 |
* | avcodec/h264: keep track of which frames used gray references | Michael Niedermayer | 2023-11-20 | 1 | -2/+20 |
* | avcodec/h264: Seperate SEI and IDR recovery handling | Michael Niedermayer | 2023-11-20 | 1 | -14/+16 |
* | avcodec/h264dec: Use RefStruct-pool API instead of AVBufferPool API | Andreas Rheinhardt | 2023-11-01 | 1 | -23/+21 |
* | avcodec/pthread_frame: Remove ff_thread_release_buffer() | Andreas Rheinhardt | 2023-10-22 | 1 | -7/+7 |
* | avcodec/h264dec: Constify H.264 decoder | Andreas Rheinhardt | 2023-10-13 | 1 | -12/+11 |
* | avcodec/decode: Use RefStruct API for hwaccel_picture_private | Andreas Rheinhardt | 2023-10-07 | 1 | -2/+1 |
* | avcodec/h264_ps: Use RefStruct API for SPS/PPS | Andreas Rheinhardt | 2023-10-07 | 1 | -35/+14 |
* | avcodec/h264_slice: Don't keep AVCodecContext props in sync manually | Andreas Rheinhardt | 2023-10-03 | 1 | -4/+0 |
* | avcodec/h264dec: Fix data race when updating decode_error_flags | Andreas Rheinhardt | 2023-09-15 | 1 | -0/+7 |
* | avcodec/thread: Remove ff_thread_get_format define | Andreas Rheinhardt | 2023-09-13 | 1 | -1/+1 |
* | avcodec/decode: Extend ff_hwaccel_frame_priv_alloc()'s task | Andreas Rheinhardt | 2023-08-07 | 1 | -10/+5 |
* | avcodec/utils: Move ff_color_frame() to its only user | Andreas Rheinhardt | 2023-08-05 | 1 | -5/+29 |
* | avcodec/h264_slice: Remove always-false check | Andreas Rheinhardt | 2023-07-30 | 1 | -9/+5 |
* | avcodec: move content light level SEI handling to h2645_sei | Jan Ekström | 2023-07-27 | 1 | -0/+1 |
* | avcodec: move mastering display colour volume SEI handling to h2645_sei | Jan Ekström | 2023-07-27 | 1 | -0/+1 |
* | h264dec: add Vulkan hwaccel | Lynne | 2023-05-29 | 1 | -1/+11 |
* | avcodec: add AVHWAccel.free_frame_priv callback | Lynne | 2023-05-29 | 1 | -1/+2 |
* | lavc: deprecate AVCodecContext.ticks_per_frame | Anton Khirnov | 2023-05-15 | 1 | -1/+1 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -5/+5 |
* | avcodec: use the new AVFrame interlace flags in all decoders and encoders | James Almer | 2023-05-04 | 1 | -16/+16 |
* | vaapi: support VAProfileH264High10 decoding | jianfeng.zheng | 2023-04-17 | 1 | -1/+8 |
* | avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_number | Marton Balint | 2023-02-13 | 1 | -0/+4 |
* | avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number | Marton Balint | 2023-02-13 | 1 | -1/+1 |
* | avcodec/h264_slice: Use unsigned for fgs seed computation | Michael Niedermayer | 2023-01-11 | 1 | -1/+1 |
* | avcodec/h2645_sei: Factor attaching film grain side-data to frame out | Andreas Rheinhardt | 2022-12-01 | 1 | -56/+3 |
* | avcodec/(h264|hevc)_ps: Factor common VUI code out | Andreas Rheinhardt | 2022-12-01 | 1 | -18/+18 |
* | avcodec/h2645_sei: Also support Active Format Descriptor for HEVC | Andreas Rheinhardt | 2022-12-01 | 1 | -10/+0 |
* | avcodec/h2645_sei: Attach AVStereo3D side data generically | Andreas Rheinhardt | 2022-12-01 | 1 | -47/+0 |
* | avcodec/h264_sei, sei: Make H264_SEI_FpaType generic | Andreas Rheinhardt | 2022-12-01 | 1 | -8/+8 |
* | avcodec/h2645_sei: Factor out applying SEIs to frames | Andreas Rheinhardt | 2022-12-01 | 1 | -49/+4 |
* | avcodec/h2645_sei: Factor updating H.2645 SEIs out | Andreas Rheinhardt | 2022-12-01 | 1 | -20/+1 |
* | avcodec/h2645_sei: Factor parsing common SEI messages out | Andreas Rheinhardt | 2022-12-01 | 1 | -40/+41 |
* | 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 |