summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* tests/fate/matroska: add tests for side data preferenceavoption_listAnton Khirnov2024-03-04
* lavc/*dec: use side data preference for mastering display/content light metadataAnton Khirnov2024-03-04
* avcodec/hevcdec: switch to ff_frame_new_side_data_from_bufNiklas Haas2024-03-04
* avcodec/mjpegdec: use ff_frame_new_side_dataNiklas Haas2024-03-04
* avcodec/snowdec: use ff_frame_new_side_dataNiklas Haas2024-03-04
* avcodec/h2645_sei: use ff_frame_new_side_data_from_bufNiklas Haas2024-03-04
* avcodec/mpeg12dec: use ff_frame_new_side_dataNiklas Haas2024-03-04
* avcodec/dpx: respect side data preferenceNiklas Haas2024-03-04
* avcodec/libdav1d: respect side data preferenceNiklas Haas2024-03-04
* avcodec/webp: respect side data preferenceNiklas Haas2024-03-04
* avcodec/tiff: respect side data preferenceNiklas Haas2024-03-04
* avcodec/pngdec: respect side data preferenceNiklas Haas2024-03-04
* avcodec/mpeg12dec: respect side data preferenceNiklas Haas2024-03-04
* avcodec/mjpegdec: respect side data preferenceNiklas Haas2024-03-04
* avcodec/libjxldec: respect side data preferenceNiklas Haas2024-03-04
* avcodec/hevcdec: respect side data preferenceNiklas Haas2024-03-04
* lavc/hevcdec: pass an actual codec context to ff_h2645_sei_to_frame()Anton Khirnov2024-03-04
* avcodec/h264_slice: respect side data preferenceNiklas Haas2024-03-04
* avcodec/cri: respect side data preferenceNiklas Haas2024-03-04
* avcodec/av1dec: respect side data preferenceNiklas Haas2024-03-04
* lavc: add content light/mastering display side data wrappersAnton Khirnov2024-03-04
* avcodec: add internal side data wrappersNiklas Haas2024-03-04
* lavc: add a decoder option for configuring side data preferenceAnton Khirnov2024-03-04
* lavu/opt: add array optionsAnton Khirnov2024-03-04
* lavu/opt: distinguish between native and foreign access for AVOption fieldsAnton Khirnov2024-03-04
* lavu/opt: factor per-type dispatch out of av_opt_copy()Anton Khirnov2024-03-04
* libavutil/opt: rework figuring out option sizesAnton Khirnov2024-03-04
* lavu/opt: factor per-type dispatch out of av_opt_set()Anton Khirnov2024-03-03
* lavu/opt: factor per-type dispatch out of av_opt_get()Anton Khirnov2024-03-03
* libavformat/dvdvideo: add DVD-Video demuxer, powered by libdvdread and libdvdnavMarth642024-03-02
* avcodec/vvc/vvcdec: allow vvc_decode_close() on failed openMichael Niedermayer2024-03-02
* configure: Add missing vvc_decoder->cbs_h266 dependencyAndreas Rheinhardt2024-03-02
* avcodec/x86/rv40dsp, simple_idct: Remove remnants of MMXAndreas Rheinhardt2024-03-02
* tests/checkasm: Improve included headersAndreas Rheinhardt2024-03-02
* checkasm/vvc_mc: Don't use declare_func_emmsAndreas Rheinhardt2024-03-02
* avcodec/vvc/vvc_mvs: Add proper header includeAndreas Rheinhardt2024-03-02
* avcodec/vvc/vvc_intra: Move utils out of vvc_intra.cAndreas Rheinhardt2024-03-02
* avcodec/svq1enc: Move initializing DSP out of svq1enc.cAndreas Rheinhardt2024-03-02
* avcodec/aacenc: Move initializing DSP out of aacenc.cAndreas Rheinhardt2024-03-02
* fftools/ffmpeg_demux, sync_queue: Constify a bitAndreas Rheinhardt2024-03-02
* swresample/swresample: Constify swr_convert()Andreas Rheinhardt2024-03-02
* avutil/timestamp: Constify av_ts_make_time_string()Andreas Rheinhardt2024-03-02
* avformat/avio: Make avio_print_string_array() accept const pointersAndreas Rheinhardt2024-03-02
* avcodec/bsf/mp3_header_decompress: Remove BSFAndreas Rheinhardt2024-03-02
* avutil/hwcontext_vulkan: Allocate pub and priv frames hwctx togetherAndreas Rheinhardt2024-03-01
* avutil/hwcontext_vulkan: Allocate public and priv device hwctx togetherAndreas Rheinhardt2024-03-01
* avutil/hwcontext_cuda: Allocate public and internal device ctx jointlyAndreas Rheinhardt2024-03-01
* avutil/hwcontext_cuda: Don't use AVHWFramesInternal.privAndreas Rheinhardt2024-03-01
* avutil/hwcontext: Clarify documentation of AVHWFramesContext.hwctxAndreas Rheinhardt2024-03-01
* lavu/opt: get rid of useless read_number() callsAnton Khirnov2024-03-01