| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avcodec/tiff: Fix handling of av_strdup() failures | Andreas Rheinhardt | 2024-03-12 | 1 | -20/+18 |
* | lavc/vvc_ps: Correct NoOutputBeforeRecoveryFlag of IDR | Fei Wang | 2024-03-12 | 1 | -1/+1 |
* | lavc/vvcdec: Add missed chroma sampling factor for crop offset | Fei Wang | 2024-03-12 | 2 | -6/+6 |
* | avcodec/av1dec: parse DV profile 10 T.35 OBU | Niklas Haas | 2024-03-11 | 2 | -0/+27 |
* | avcodec/libdav1d: parse DV profile 10 T.35 OBU | Niklas Haas | 2024-03-11 | 1 | -0/+25 |
* | avcodec/dovi_rpu: implement support for profile 10 | Niklas Haas | 2024-03-11 | 1 | -3/+42 |
* | libavcodec: Don't include libavcodec/x86/vvc/Makefile on any architecture | Martin Storsjö | 2024-03-10 | 1 | -1/+1 |
* | makefile: Clean up missed object files with "make clean" | Martin Storsjö | 2024-03-10 | 2 | -1/+4 |
* | avcodec/proresenc_kostya: Remove bug similarity text | Michael Niedermayer | 2024-03-10 | 1 | -3/+0 |
* | avcodec/vorbisdec: Check remaining data in vorbis_residue_decode_internal() | Michael Niedermayer | 2024-03-10 | 1 | -0/+3 |
* | avcodec/8bps: Consider width in the minimal size check | Michael Niedermayer | 2024-03-10 | 1 | -1/+1 |
* | avcodec/ccaption_dec: use consistent naming convention of Closed Captions | Marth64 | 2024-03-10 | 1 | -2/+2 |
* | avcodec/ccaption_dec: clarify log message when out-of-display columns are ign... | Marth64 | 2024-03-10 | 1 | -1/+1 |
* | avcodec/xpmdec: Use LUT for hex char->number conversion | Andreas Rheinhardt | 2024-03-10 | 1 | -9/+16 |
* | avcodec/xbmdec: Use LUT for hex char->number conversion | Andreas Rheinhardt | 2024-03-10 | 1 | -11/+16 |
* | avcodec/h264_ps: Fix shadowing | Andreas Rheinhardt | 2024-03-10 | 1 | -1/+1 |
* | avcodec/xbmenc: Avoid snprintf() for data->hex conversion | Andreas Rheinhardt | 2024-03-10 | 1 | -6/+15 |
* | avcodec/xpmdec: Avoid unnecessary size_t->int conversion | Andreas Rheinhardt | 2024-03-10 | 1 | -4/+3 |
* | lavc/*dec: use side data preference for mastering display/content light metadata | Anton Khirnov | 2024-03-08 | 5 | -123/+161 |
* | avcodec/dpx: respect side data preference | Niklas Haas | 2024-03-08 | 1 | -13/+15 |
* | avcodec/libdav1d: respect side data preference | Niklas Haas | 2024-03-08 | 1 | -2/+3 |
* | avcodec/webp: respect side data preference | Niklas Haas | 2024-03-08 | 1 | -4/+9 |
* | avcodec/tiff: respect side data preference | Niklas Haas | 2024-03-08 | 1 | -5/+5 |
* | avcodec/pngdec: respect side data preference | Niklas Haas | 2024-03-08 | 1 | -5/+10 |
* | 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 |