summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fftools/ffmpeg_filter: remove YUVJ hackavcodec_yuv_rangeNiklas Haas2024-04-09
* fftools/ffmpeg_filter: propagate codec yuv metadata to filtersNiklas Haas2024-04-09
* fftools/ffmpeg_filter: switch to avcodec_get_supported_config()Niklas Haas2024-04-09
* fftools/ffmpeg_mux_init: factor out binding filters to output streamsAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: simplify choose_pix_fmtsNiklas Haas2024-04-09
* fftools/ffmpeg_mux_init: switch to avcodec_get_supported_config()Niklas Haas2024-04-09
* fftools: drop unused/hacky macrosNiklas Haas2024-04-09
* fftools/opt_common: switch to avcodec_get_supported_config()Niklas Haas2024-04-09
* avcodec/codec_internal: nuke init_static_data()Niklas Haas2024-04-09
* avcodec/mjpegenc: switch to get_supported_config()Niklas Haas2024-04-09
* avcodec/libaomenc: switch to get_supported_config()Niklas Haas2024-04-09
* avcodec/libvpxenc: switch to get_supported_config()Niklas Haas2024-04-09
* avcodec/libx265: switch to get_supported_config()Niklas Haas2024-04-09
* avcodec/allcodecs: add backcompat for new config APINiklas Haas2024-04-09
* avcodec/encode: switch to avcodec_get_supported_config()Niklas Haas2024-04-09
* avcodec: add avcodec_get_supported_config()Niklas Haas2024-04-09
* avcodec/internal: add FFCodec.color_rangesNiklas Haas2024-04-09
* fftools/ffmpeg_mux_init: make encoder_opts local to ost_add()ffmpeg_encoder_optsAnton Khirnov2024-04-09
* fftools/ffmpeg_mux_init: apply encoder options manuallyAnton Khirnov2024-04-09
* fftools/ffmpeg: rewrite checking whether codec AVOptions have been usedAnton Khirnov2024-04-09
* lavc/qsvenc: rename the skip_frame private option to qsv_skip_frameAnton Khirnov2024-04-09
* doc/ffmpeg: document that there can be multiple complex filtergraphsAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: implement filtergraph chainingAnton Khirnov2024-04-09
* fftools/ffmpeg_sched: allow filtergraphs to send to filtergraphsAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: change processing order in fg_finalise_bindings()Anton Khirnov2024-04-09
* fftools/ffmpeg_filter: only store complex filtergraphs in global arrayAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: drop OutputFilter.ostAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: accept encoder thread count through OutputFilterOptionsAnton Khirnov2024-04-09
* fftools/ffmpeg_mux: drop OutputFile.formatAnton Khirnov2024-04-09
* fftools/ffmpeg_mux: drop OutputFile.shortestAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: move most of -apad logic to the muxerAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: pass trim parameters through OutputFilterOptionsAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: pass autoscale through OutputFilterOptionsAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: pass sws/swr opts through OutputFilterOptionsAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: drop an unnecessary use of OutputStreamAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: add an AVClass to OutputFilterAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: simplify retrieving filter typeAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: drop a redundant checkAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: accept a caller-provided output nameAnton Khirnov2024-04-09
* fftools/ffmpeg: drop OutputStream.is_cfrAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: pass vsync method through OutputFilterOptionsAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: stop accessing encoder AVCodecContextAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: move the MJPEG format selection hack to muxer setupAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: pass enc_timebase through OutputFilterOptionsAnton Khirnov2024-04-09
* fftools/ffmpeg: warn about ignored -enc_time_base for subtitles earlierAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: pass keep_pix_fmt through OutputFilterOptionsAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: pass ts offset through OutputFilterOptionsAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: check that filter type matches output stream typeAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: stop accessing AVCodecContext.codecAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: do not pass OutputStream to set_channel_layout()Anton Khirnov2024-04-09