aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avutil/frame: Rename av_frame_side_data_get and add wrapper for itAndreas Rheinhardt2024-03-223-12/+6
* avcodec/libx265: Pass logctx as void*, not AVClass**Andreas Rheinhardt2024-03-221-3/+3
* avcodec/libx265: Don't use AVBPrint unnecessarilyAndreas Rheinhardt2024-03-221-25/+6
* avcodec/libx264: Remove unused variableAndreas Rheinhardt2024-03-221-1/+0
* avcodec/librav1e: Don't unnecessarily create new referencesAndreas Rheinhardt2024-03-221-6/+2
* avcodec/libdav1d: Stop mangling AVPacket.opaqueAndreas Rheinhardt2024-03-221-27/+0
* avcodec/dovi_rpu: fix off-by-one in loopNiklas Haas2024-03-221-1/+1
* avcodec/dovi_rpu: use OR instead of additionNiklas Haas2024-03-221-2/+2
* avcodec/libx264: fix extradata when config annexb=0Zhao Zhili2024-03-221-24/+142
* avcodec/decode: log hwaccel nameZhao Zhili2024-03-221-2/+2
* avcodec/hevc_ps: fix setting HEVCHdrParams fieldsJames Almer2024-03-213-35/+40
* avcodec/hevc_ps: allocate only the required HEVCHdrParams within a VPSJames Almer2024-03-212-2/+14
* avcodec/libx265: add support for writing out CLL and MDCVJan Ekström2024-03-201-0/+89
* avcodec/libx264: add support for writing out CLL and MDCVJan Ekström2024-03-201-0/+80
* avcodec/libsvtav1: add support for writing out CLL and MDCVJan Ekström2024-03-201-0/+69
* avcodec: add frame side data array to AVCodecContextJan Ekström2024-03-203-2/+17
* lavc/vvc: Fix check whether QG is in first tile colFrank Plowman2024-03-201-1/+1
* avcodec/mpeg12dec: extract only one type of CC substreamMarth642024-03-191-3/+61
* avcodec/libdav1d: use named constants for ITU-T T.35 metadataJames Almer2024-03-191-5/+7
* avcodec/h2645_sei: use named constants for ITU-T T.35 metadataJames Almer2024-03-192-4/+8
* avcodec/av1dec: use named constants for ITU-T T.35 metadataJames Almer2024-03-192-5/+35
* lavc/vaapi_decode: Don't update buffer number if allocataion failFei Wang2024-03-181-6/+3
* lavc/vaapi_encode: Enable block level bitrate controlFei Wang2024-03-182-2/+20
* lavc/qsvdec: Do not print warning when draining cached framesHaihao Xiang2024-03-181-1/+3
* avcodec/ccaption_dec: Use static_assert instead of _Static_assertAndreas Rheinhardt2024-03-181-3/+4
* avcodec/mips/aaccoder_mips: Remove MIPS-specific aaccoderAndreas Rheinhardt2024-03-184-2509/+0
* avcodec/mpegaudio(data|dsp): Mark symbols as hiddenAndreas Rheinhardt2024-03-172-0/+6
* avcodec/vorbis_data: Mark symbols as hiddenAndreas Rheinhardt2024-03-171-0/+3
* avcodec/dirac_arith: Only include x86/asm.h for ARCH_X86Andreas Rheinhardt2024-03-171-0/+4
* avcodec/ac3tab: Remove enum CustomChannelMapLocationAndreas Rheinhardt2024-03-171-16/+0
* avcodec/tests/snowenc: Fix mixed declaration and codeAndreas Rheinhardt2024-03-151-1/+1
* configure: Remove av_restrictAndreas Rheinhardt2024-03-1524-114/+105
* avcodec/ppc/vp8dsp_altivec: Fix out-of-bounds accessAndreas Rheinhardt2024-03-141-1/+2
* avcodec/mpeg4videodec: Align idct-block appropriatelyAndreas Rheinhardt2024-03-141-1/+2
* avcodec/lossless_videoencdsp: Fix unaligned accessAndreas Rheinhardt2024-03-141-8/+19
* avcodec/ppc/h264dsp: Fix unaligned storesAndreas Rheinhardt2024-03-141-18/+17
* avcodec/tiff_data: Remove incorrect GeoTIFF entriesAndreas Rheinhardt2024-03-141-4/+0
* avcodec/tiff_data: Avoid relocations for TiffGeoTagNameTypeAndreas Rheinhardt2024-03-143-70/+92
* aarch64: Fix ff_hevc_put_hevc_epel_h48_8_neon_i8mmMartin Storsjö2024-03-141-5/+9
* avcodec/bsf/pcm_rechunk: add some more supported PCM formatsMarton Balint2024-03-141-1/+19
* avcodec/bsf/pcm_rechunk: reorder supported codec listMarton Balint2024-03-141-10/+10
* avcodec/vvcdec: Mark as experimentalKieran Kunhya2024-03-131-1/+2
* avcodec/hevc_cabac: Let compiler count offsetsAndreas Rheinhardt2024-03-132-200/+100
* avcodec: Fix doxygen comment markerMark Thompson2024-03-131-1/+1
* avcodec/parser: Reset *buf_size on realloc failureReimar Döffinger2024-03-131-0/+1
* avcodec/libjxlenc: add option to disable xyb encodingLeo Izen2024-03-122-2/+5
* avcodec/tiff: Use ff_tget_long() where appropriateAndreas Rheinhardt2024-03-121-18/+18
* avcodec/tiff: Improve inclusionsAndreas Rheinhardt2024-03-124-6/+2
* avcodec/tiff: Don't check before av_freep()Andreas Rheinhardt2024-03-121-5/+2
* avcodec/tiff: Avoid duplicating stringsAndreas Rheinhardt2024-03-121-1/+2