summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* lavfi/avfilter: add an "auto" constant to the threads optionAnton Khirnov2024-04-09
* lavfi/vf_scale: fix AVOption flags for "size"/"s"Anton Khirnov2024-04-09
* x86/ac3dsp: clear the upper 32 bits for input arguments where neededJames Almer2024-04-08
* avcodec/mpegvideo_dec, h264_slice: Return proper error codesAndreas Rheinhardt2024-04-08
* avcodec/mpeg12dec: Remove redundant mpeg_enc_ctx_allocatedAndreas Rheinhardt2024-04-08
* avcodec/mpegvideo: Remove pointless checkAndreas Rheinhardt2024-04-08
* avcodec/mpegvideo_dec: Move getting Picture slot into alloc_picture()Andreas Rheinhardt2024-04-08
* avcodec/mpegvideo_dec: Factor allocating dummy frame outAndreas Rheinhardt2024-04-08
* avcodec/mpegvideo_dec: Remove redundant code to reset keyframe flagAndreas Rheinhardt2024-04-08
* avcodec/mpegvideo_dec: Remove obsolete current_picture_ptr reuse codeAndreas Rheinhardt2024-04-08
* avcodec/mpeg12dec: Remove unnecessary FFCodec.closeAndreas Rheinhardt2024-04-08
* avcodec/mpegvideo_dec: Don't emit non-keyframe warning for H.261Andreas Rheinhardt2024-04-08
* avcodec/mpeg12dec: Don't pretend MPEG-1/2 to support alphaAndreas Rheinhardt2024-04-08
* avcodec/mpeg12dec: Remove redundant checkAndreas Rheinhardt2024-04-08
* avcodec/mpegvideo_dec, mpeg12dec: Move MPEG1/2 code to mpeg12dec.cAndreas Rheinhardt2024-04-08
* avcodec/mpeg12: Remove always-false checkAndreas Rheinhardt2024-04-08
* avcodec/mpegutils: Move definitions to better placesAndreas Rheinhardt2024-04-08