aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mpeg12dec: respect side data preferenceNiklas Haas2024-03-081-19/+19
* avcodec/mjpegdec: respect side data preferenceNiklas Haas2024-03-081-7/+9
* avcodec/libjxldec: respect side data preferenceNiklas Haas2024-03-081-5/+3
* avcodec/hevcdec: respect side data preferenceNiklas Haas2024-03-081-19/+21
* lavc/hevcdec: pass an actual codec context to ff_h2645_sei_to_frame()Anton Khirnov2024-03-081-1/+1
* avcodec/h264_slice: respect side data preferenceNiklas Haas2024-03-081-19/+20
* avcodec/cri: respect side data preferenceNiklas Haas2024-03-081-2/+2
* avcodec/av1dec: respect side data preferenceNiklas Haas2024-03-081-2/+3
* lavc: add content light/mastering display side data wrappersAnton Khirnov2024-03-082-0/+46
* avcodec: add internal side data wrappersNiklas Haas2024-03-082-0/+86
* lavc: add a decoder option for configuring side data preferenceAnton Khirnov2024-03-084-1/+82
* avcodec/ccaption_dec: Avoid relocations for stringsAndreas Rheinhardt2024-03-081-100/+115
* avcodec/vdpau: Deprecate redundant allocators and getter/setterAndreas Rheinhardt2024-03-083-5/+26
* avcodec/vdpau: Remove outdated commentAndreas Rheinhardt2024-03-081-3/+0
* avcodec/xvmc: Remove headerAndreas Rheinhardt2024-03-072-173/+0
* libs: bump major version for all librariesJames Almer2024-03-072-2/+2
* lavc: move AVCodecContext.pts_correction* to DecodeContextAnton Khirnov2024-03-072-25/+22
* avcodec/codec_par: Reorder AVCodecParameters fieldsJames Almer2024-03-071-30/+29
* avcodec/avcodec: Reorder AVCodecContext and AVSubtitleRect fieldsAndreas Rheinhardt2024-03-071-293/+292
* Revert "avcodec: Rename ff_kbd_window_init() as it will be needed from outsid...Andreas Rheinhardt2024-03-078-32/+23
* avcodec/version_major: postpone some deprecations until the next bumpJames Almer2024-03-071-4/+4
* avutil: remove deprecated FF_API_FRAME_PICTURE_NUMBERJames Almer2024-03-074-32/+0
* avutil: remove deprecated FF_API_REORDERED_OPAQUEJames Almer2024-03-0713-152/+1
* avutil: remove deprecated FF_API_PKT_DURATIONJames Almer2024-03-071-6/+0
* avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUTJames Almer2024-03-0755-471/+2
* avcodec: remove deprecated FF_CODEC_CRYSTAL_HDJames Almer2024-03-074-835/+0
* avcodec: remove deprecated FF_API_SLICE_OFFSETJames Almer2024-03-073-22/+0
* avcodec: remove deprecated FF_API_AVCTX_FRAME_NUMBERJames Almer2024-03-076-46/+0
* avcodec: remove deprecated FF_API_VT_HWACCEL_CONTEXTJames Almer2024-03-073-88/+0
* avcodec: remove deprecated FF_API_AVCODEC_CHROMA_POSJames Almer2024-03-073-40/+0
* avcodec: remove deprecated FF_API_VT_OUTPUT_CALLBACKJames Almer2024-03-072-10/+0
* avcodec: remove deprecated FF_API_AYUV_CODECIDJames Almer2024-03-076-81/+8
* avcodec: remove deprecated FF_API_SVTAV1_OPTSJames Almer2024-03-072-49/+0
* avcodec: remove deprecated FF_API_IDCT_NONEJames Almer2024-03-072-5/+0
* avcodec/hq_hqa: Make VLC tables staticAndreas Rheinhardt2024-03-071-22/+13
* avcodec/hq_hqadata: Move data in a headerAndreas Rheinhardt2024-03-074-87/+52
* avcodec/vulkan_decode: Remove always-false checkAndreas Rheinhardt2024-03-071-5/+1
* avcodec/vulkan_decode: Un-sparse extensions tableAndreas Rheinhardt2024-03-075-4/+14
* avcodec/vulkan_video: Merge dec part of FFVkCodecMap and extension propsAndreas Rheinhardt2024-03-077-73/+50
* avcodec/vulkan_video: Remove unused arrayAndreas Rheinhardt2024-03-071-12/+0
* avcodec/decode: remove HDR10+ from the global side data arrayJames Almer2024-03-051-1/+1
* avcodec/mediacodecenc: Add a hint message to use nv12 pix_fmtZhao Zhili2024-03-051-0/+3
* fix "@param foo[in/out]" to "@param[in, out] foo"Andrew Sayers2024-03-042-11/+11
* fix "param"s that should be "@param"Andrew Sayers2024-03-041-5/+5
* avcodec/avcodec: downgrade multi-member comment to non-Doxygen commentAndrew Sayers2024-03-041-1/+1
* avcodec/ivi: make comments more Doxygen-friendlyAndrew Sayers2024-03-041-4/+3
* fix /// comments that should be ///<Andrew Sayers2024-03-043-21/+21
* avcodec/vvcdec: fix undefined behaviours for derive_affine_mvcNuo Mi2024-03-041-4/+7
* avcodec/vvcdec: fix boundary strength when IBC involvedNuo Mi2024-03-041-0/+8
* avcodec/aactab: Deduplicate ltp_coef and tns_tmp2_map tablesAndreas Rheinhardt2024-03-046-39/+89