| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/frame: Rename av_frame_side_data_get and add wrapper for it | Andreas Rheinhardt | 2024-03-22 | 3 | -12/+6 |
* | avcodec/libx265: Pass logctx as void*, not AVClass** | Andreas Rheinhardt | 2024-03-22 | 1 | -3/+3 |
* | avcodec/libx265: Don't use AVBPrint unnecessarily | Andreas Rheinhardt | 2024-03-22 | 1 | -25/+6 |
* | avcodec/libx264: Remove unused variable | Andreas Rheinhardt | 2024-03-22 | 1 | -1/+0 |
* | avcodec/librav1e: Don't unnecessarily create new references | Andreas Rheinhardt | 2024-03-22 | 1 | -6/+2 |
* | avcodec/libdav1d: Stop mangling AVPacket.opaque | Andreas Rheinhardt | 2024-03-22 | 1 | -27/+0 |
* | avcodec/dovi_rpu: fix off-by-one in loop | Niklas Haas | 2024-03-22 | 1 | -1/+1 |
* | avcodec/dovi_rpu: use OR instead of addition | Niklas Haas | 2024-03-22 | 1 | -2/+2 |
* | avcodec/libx264: fix extradata when config annexb=0 | Zhao Zhili | 2024-03-22 | 1 | -24/+142 |
* | avcodec/decode: log hwaccel name | Zhao Zhili | 2024-03-22 | 1 | -2/+2 |
* | avcodec/hevc_ps: fix setting HEVCHdrParams fields | James Almer | 2024-03-21 | 3 | -35/+40 |
* | avcodec/hevc_ps: allocate only the required HEVCHdrParams within a VPS | James Almer | 2024-03-21 | 2 | -2/+14 |
* | avcodec/libx265: add support for writing out CLL and MDCV | Jan Ekström | 2024-03-20 | 1 | -0/+89 |
* | avcodec/libx264: add support for writing out CLL and MDCV | Jan Ekström | 2024-03-20 | 1 | -0/+80 |
* | avcodec/libsvtav1: add support for writing out CLL and MDCV | Jan Ekström | 2024-03-20 | 1 | -0/+69 |
* | avcodec: add frame side data array to AVCodecContext | Jan Ekström | 2024-03-20 | 3 | -2/+17 |
* | lavc/vvc: Fix check whether QG is in first tile col | Frank Plowman | 2024-03-20 | 1 | -1/+1 |
* | avcodec/mpeg12dec: extract only one type of CC substream | Marth64 | 2024-03-19 | 1 | -3/+61 |
* | avcodec/libdav1d: use named constants for ITU-T T.35 metadata | James Almer | 2024-03-19 | 1 | -5/+7 |
* | avcodec/h2645_sei: use named constants for ITU-T T.35 metadata | James Almer | 2024-03-19 | 2 | -4/+8 |
* | avcodec/av1dec: use named constants for ITU-T T.35 metadata | James Almer | 2024-03-19 | 2 | -5/+35 |
* | lavc/vaapi_decode: Don't update buffer number if allocataion fail | Fei Wang | 2024-03-18 | 1 | -6/+3 |
* | lavc/vaapi_encode: Enable block level bitrate control | Fei Wang | 2024-03-18 | 2 | -2/+20 |
* | lavc/qsvdec: Do not print warning when draining cached frames | Haihao Xiang | 2024-03-18 | 1 | -1/+3 |
* | avcodec/ccaption_dec: Use static_assert instead of _Static_assert | Andreas Rheinhardt | 2024-03-18 | 1 | -3/+4 |
* | avcodec/mips/aaccoder_mips: Remove MIPS-specific aaccoder | Andreas Rheinhardt | 2024-03-18 | 4 | -2509/+0 |
* | avcodec/mpegaudio(data|dsp): Mark symbols as hidden | Andreas Rheinhardt | 2024-03-17 | 2 | -0/+6 |
* | avcodec/vorbis_data: Mark symbols as hidden | Andreas Rheinhardt | 2024-03-17 | 1 | -0/+3 |
* | avcodec/dirac_arith: Only include x86/asm.h for ARCH_X86 | Andreas Rheinhardt | 2024-03-17 | 1 | -0/+4 |
* | avcodec/ac3tab: Remove enum CustomChannelMapLocation | Andreas Rheinhardt | 2024-03-17 | 1 | -16/+0 |
* | avcodec/tests/snowenc: Fix mixed declaration and code | Andreas Rheinhardt | 2024-03-15 | 1 | -1/+1 |
* | configure: Remove av_restrict | Andreas Rheinhardt | 2024-03-15 | 24 | -114/+105 |
* | avcodec/ppc/vp8dsp_altivec: Fix out-of-bounds access | Andreas Rheinhardt | 2024-03-14 | 1 | -1/+2 |
* | avcodec/mpeg4videodec: Align idct-block appropriately | Andreas Rheinhardt | 2024-03-14 | 1 | -1/+2 |
* | avcodec/lossless_videoencdsp: Fix unaligned access | Andreas Rheinhardt | 2024-03-14 | 1 | -8/+19 |
* | avcodec/ppc/h264dsp: Fix unaligned stores | Andreas Rheinhardt | 2024-03-14 | 1 | -18/+17 |
* | avcodec/tiff_data: Remove incorrect GeoTIFF entries | Andreas Rheinhardt | 2024-03-14 | 1 | -4/+0 |
* | avcodec/tiff_data: Avoid relocations for TiffGeoTagNameType | Andreas Rheinhardt | 2024-03-14 | 3 | -70/+92 |
* | aarch64: Fix ff_hevc_put_hevc_epel_h48_8_neon_i8mm | Martin Storsjö | 2024-03-14 | 1 | -5/+9 |
* | avcodec/bsf/pcm_rechunk: add some more supported PCM formats | Marton Balint | 2024-03-14 | 1 | -1/+19 |
* | avcodec/bsf/pcm_rechunk: reorder supported codec list | Marton Balint | 2024-03-14 | 1 | -10/+10 |
* | avcodec/vvcdec: Mark as experimental | Kieran Kunhya | 2024-03-13 | 1 | -1/+2 |
* | avcodec/hevc_cabac: Let compiler count offsets | Andreas Rheinhardt | 2024-03-13 | 2 | -200/+100 |
* | avcodec: Fix doxygen comment marker | Mark Thompson | 2024-03-13 | 1 | -1/+1 |
* | avcodec/parser: Reset *buf_size on realloc failure | Reimar Döffinger | 2024-03-13 | 1 | -0/+1 |
* | avcodec/libjxlenc: add option to disable xyb encoding | Leo Izen | 2024-03-12 | 2 | -2/+5 |
* | avcodec/tiff: Use ff_tget_long() where appropriate | Andreas Rheinhardt | 2024-03-12 | 1 | -18/+18 |
* | avcodec/tiff: Improve inclusions | Andreas Rheinhardt | 2024-03-12 | 4 | -6/+2 |
* | avcodec/tiff: Don't check before av_freep() | Andreas Rheinhardt | 2024-03-12 | 1 | -5/+2 |
* | avcodec/tiff: Avoid duplicating strings | Andreas Rheinhardt | 2024-03-12 | 1 | -1/+2 |