aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec/tiff: Fix handling of av_strdup() failuresAndreas Rheinhardt2024-03-121-20/+18
* lavc/vvc_ps: Correct NoOutputBeforeRecoveryFlag of IDRFei Wang2024-03-121-1/+1
* lavc/vvcdec: Add missed chroma sampling factor for crop offsetFei Wang2024-03-122-6/+6
* avcodec/av1dec: parse DV profile 10 T.35 OBUNiklas Haas2024-03-112-0/+27
* avcodec/libdav1d: parse DV profile 10 T.35 OBUNiklas Haas2024-03-111-0/+25
* avcodec/dovi_rpu: implement support for profile 10Niklas Haas2024-03-111-3/+42
* libavcodec: Don't include libavcodec/x86/vvc/Makefile on any architectureMartin Storsjö2024-03-101-1/+1
* makefile: Clean up missed object files with "make clean"Martin Storsjö2024-03-102-1/+4
* avcodec/proresenc_kostya: Remove bug similarity textMichael Niedermayer2024-03-101-3/+0
* avcodec/vorbisdec: Check remaining data in vorbis_residue_decode_internal()Michael Niedermayer2024-03-101-0/+3
* avcodec/8bps: Consider width in the minimal size checkMichael Niedermayer2024-03-101-1/+1
* avcodec/ccaption_dec: use consistent naming convention of Closed CaptionsMarth642024-03-101-2/+2
* avcodec/ccaption_dec: clarify log message when out-of-display columns are ign...Marth642024-03-101-1/+1
* avcodec/xpmdec: Use LUT for hex char->number conversionAndreas Rheinhardt2024-03-101-9/+16
* avcodec/xbmdec: Use LUT for hex char->number conversionAndreas Rheinhardt2024-03-101-11/+16
* avcodec/h264_ps: Fix shadowingAndreas Rheinhardt2024-03-101-1/+1
* avcodec/xbmenc: Avoid snprintf() for data->hex conversionAndreas Rheinhardt2024-03-101-6/+15
* avcodec/xpmdec: Avoid unnecessary size_t->int conversionAndreas Rheinhardt2024-03-101-4/+3
* lavc/*dec: use side data preference for mastering display/content light metadataAnton Khirnov2024-03-085-123/+161
* avcodec/dpx: respect side data preferenceNiklas Haas2024-03-081-13/+15
* avcodec/libdav1d: respect side data preferenceNiklas Haas2024-03-081-2/+3
* avcodec/webp: respect side data preferenceNiklas Haas2024-03-081-4/+9
* avcodec/tiff: respect side data preferenceNiklas Haas2024-03-081-5/+5
* avcodec/pngdec: respect side data preferenceNiklas Haas2024-03-081-5/+10
* 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