| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mpeg12dec: respect side data preference | Niklas Haas | 2024-03-08 | 1 | -19/+19 |
* | avcodec/mjpegdec: respect side data preference | Niklas Haas | 2024-03-08 | 1 | -7/+9 |
* | avcodec/libjxldec: respect side data preference | Niklas Haas | 2024-03-08 | 1 | -5/+3 |
* | avcodec/hevcdec: respect side data preference | Niklas Haas | 2024-03-08 | 1 | -19/+21 |
* | lavc/hevcdec: pass an actual codec context to ff_h2645_sei_to_frame() | Anton Khirnov | 2024-03-08 | 1 | -1/+1 |
* | avcodec/h264_slice: respect side data preference | Niklas Haas | 2024-03-08 | 1 | -19/+20 |
* | avcodec/cri: respect side data preference | Niklas Haas | 2024-03-08 | 1 | -2/+2 |
* | avcodec/av1dec: respect side data preference | Niklas Haas | 2024-03-08 | 1 | -2/+3 |
* | lavc: add content light/mastering display side data wrappers | Anton Khirnov | 2024-03-08 | 2 | -0/+46 |
* | avcodec: add internal side data wrappers | Niklas Haas | 2024-03-08 | 2 | -0/+86 |
* | lavc: add a decoder option for configuring side data preference | Anton Khirnov | 2024-03-08 | 4 | -1/+82 |
* | avcodec/ccaption_dec: Avoid relocations for strings | Andreas Rheinhardt | 2024-03-08 | 1 | -100/+115 |
* | avcodec/vdpau: Deprecate redundant allocators and getter/setter | Andreas Rheinhardt | 2024-03-08 | 3 | -5/+26 |
* | avcodec/vdpau: Remove outdated comment | Andreas Rheinhardt | 2024-03-08 | 1 | -3/+0 |
* | avcodec/xvmc: Remove header | Andreas Rheinhardt | 2024-03-07 | 2 | -173/+0 |
* | libs: bump major version for all libraries | James Almer | 2024-03-07 | 2 | -2/+2 |
* | lavc: move AVCodecContext.pts_correction* to DecodeContext | Anton Khirnov | 2024-03-07 | 2 | -25/+22 |
* | avcodec/codec_par: Reorder AVCodecParameters fields | James Almer | 2024-03-07 | 1 | -30/+29 |
* | avcodec/avcodec: Reorder AVCodecContext and AVSubtitleRect fields | Andreas Rheinhardt | 2024-03-07 | 1 | -293/+292 |
* | Revert "avcodec: Rename ff_kbd_window_init() as it will be needed from outsid... | Andreas Rheinhardt | 2024-03-07 | 8 | -32/+23 |
* | avcodec/version_major: postpone some deprecations until the next bump | James Almer | 2024-03-07 | 1 | -4/+4 |
* | avutil: remove deprecated FF_API_FRAME_PICTURE_NUMBER | James Almer | 2024-03-07 | 4 | -32/+0 |
* | avutil: remove deprecated FF_API_REORDERED_OPAQUE | James Almer | 2024-03-07 | 13 | -152/+1 |
* | avutil: remove deprecated FF_API_PKT_DURATION | James Almer | 2024-03-07 | 1 | -6/+0 |
* | avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT | James Almer | 2024-03-07 | 55 | -471/+2 |
* | avcodec: remove deprecated FF_CODEC_CRYSTAL_HD | James Almer | 2024-03-07 | 4 | -835/+0 |
* | avcodec: remove deprecated FF_API_SLICE_OFFSET | James Almer | 2024-03-07 | 3 | -22/+0 |
* | avcodec: remove deprecated FF_API_AVCTX_FRAME_NUMBER | James Almer | 2024-03-07 | 6 | -46/+0 |
* | avcodec: remove deprecated FF_API_VT_HWACCEL_CONTEXT | James Almer | 2024-03-07 | 3 | -88/+0 |
* | avcodec: remove deprecated FF_API_AVCODEC_CHROMA_POS | James Almer | 2024-03-07 | 3 | -40/+0 |
* | avcodec: remove deprecated FF_API_VT_OUTPUT_CALLBACK | James Almer | 2024-03-07 | 2 | -10/+0 |
* | avcodec: remove deprecated FF_API_AYUV_CODECID | James Almer | 2024-03-07 | 6 | -81/+8 |
* | avcodec: remove deprecated FF_API_SVTAV1_OPTS | James Almer | 2024-03-07 | 2 | -49/+0 |
* | avcodec: remove deprecated FF_API_IDCT_NONE | James Almer | 2024-03-07 | 2 | -5/+0 |
* | avcodec/hq_hqa: Make VLC tables static | Andreas Rheinhardt | 2024-03-07 | 1 | -22/+13 |
* | avcodec/hq_hqadata: Move data in a header | Andreas Rheinhardt | 2024-03-07 | 4 | -87/+52 |
* | avcodec/vulkan_decode: Remove always-false check | Andreas Rheinhardt | 2024-03-07 | 1 | -5/+1 |
* | avcodec/vulkan_decode: Un-sparse extensions table | Andreas Rheinhardt | 2024-03-07 | 5 | -4/+14 |
* | avcodec/vulkan_video: Merge dec part of FFVkCodecMap and extension props | Andreas Rheinhardt | 2024-03-07 | 7 | -73/+50 |
* | avcodec/vulkan_video: Remove unused array | Andreas Rheinhardt | 2024-03-07 | 1 | -12/+0 |
* | avcodec/decode: remove HDR10+ from the global side data array | James Almer | 2024-03-05 | 1 | -1/+1 |
* | avcodec/mediacodecenc: Add a hint message to use nv12 pix_fmt | Zhao Zhili | 2024-03-05 | 1 | -0/+3 |
* | fix "@param foo[in/out]" to "@param[in, out] foo" | Andrew Sayers | 2024-03-04 | 2 | -11/+11 |
* | fix "param"s that should be "@param" | Andrew Sayers | 2024-03-04 | 1 | -5/+5 |
* | avcodec/avcodec: downgrade multi-member comment to non-Doxygen comment | Andrew Sayers | 2024-03-04 | 1 | -1/+1 |
* | avcodec/ivi: make comments more Doxygen-friendly | Andrew Sayers | 2024-03-04 | 1 | -4/+3 |
* | fix /// comments that should be ///< | Andrew Sayers | 2024-03-04 | 3 | -21/+21 |
* | avcodec/vvcdec: fix undefined behaviours for derive_affine_mvc | Nuo Mi | 2024-03-04 | 1 | -4/+7 |
* | avcodec/vvcdec: fix boundary strength when IBC involved | Nuo Mi | 2024-03-04 | 1 | -0/+8 |
* | avcodec/aactab: Deduplicate ltp_coef and tns_tmp2_map tables | Andreas Rheinhardt | 2024-03-04 | 6 | -39/+89 |