208 Commits (c03421308337cc989ef1fad5ad630526c90b024c)

Author SHA1 Message Date
Anton Khirnov faa366003b fftools/ffmpeg_mux_init: consolidate connecting source to mux stream 3 months ago
Anton Khirnov ba06c7b08f fftools/ffmpeg_mux_init: move the ost_get_filters() call to ost_bind_filter() 3 months ago
Anton Khirnov 71916aa107 fftools/ffmpeg_mux_init: move the check for filtering+streamcopy 3 months ago
Anton Khirnov e83b5b2cc8 fftools/ffmpeg_mux_init: do not export forced_keyframes_const_names[] 3 months ago
Anton Khirnov 64f3feb849 fftools/ffmpeg_mux: move OutputStream.enc_ctx to Encoder 3 months ago
Anton Khirnov f295b4d8a0 fftools/ffmpeg_demux: drop ist_output_add() 3 months ago
Anton Khirnov d103b61cd8 fftools/ffmpeg_filter: remove remaining OutputStream usage in init_simple_filtergraph() 3 months ago
Anton Khirnov 72cd0c20da fftools/ffmpeg_filter: drop the OutputStream parameter to ofilter_bind_ost() 3 months ago
Anton Khirnov addc29f67a fftools/ffmpeg_filter: stop accessing OutputStream.[max_]frame_rate 3 months ago
Anton Khirnov 7f7fe2a10b fftools/ffmpeg_enc: move set_encoder_id() to ffmpeg_mux_init 3 months ago
Anton Khirnov 78038d51c5 fftools/ffmpeg_enc: do not set output stream codec parameters directly 3 months ago
Anton Khirnov 238f439992 fftools/ffmpeg_enc: do not set AVStream timebase directly 3 months ago
Anton Khirnov 70f7bbeade fftools/ffmpeg_enc: add an AVClass to Encoder 3 months ago
Anton Khirnov da420ac6e1 fftools/ffmpeg: add support for multiview video 3 months ago
Anton Khirnov 68c198fae2 fftools/ffmpeg_sched: allow decoders to have multiple outputs 3 months ago
Gyan Doshi 0d5b68c27c ffmpeg_mux_init: correct log suggestion 3 months ago
Marvin Scholz 3ebc68d25d fftools/ffmpeg_mux_init: fix variable shadowing 4 months ago
Marvin Scholz bb91425eb8 fftools/ffmpeg_mux_init: remove unused variable 4 months ago
Marvin Scholz 504c1ffcd8 fftools/ffmpeg: remove useless error check 4 months ago
Niklas Haas 8517ff2082 fftools/ffmpeg_filter: remove YUVJ hack 4 months ago
Niklas Haas a850f80e2c fftools/ffmpeg_filter: propagate codec yuv metadata to filters 4 months ago
Niklas Haas 33d5a4ec4e fftools/ffmpeg_filter: switch to avcodec_get_supported_config() 4 months ago
Anton Khirnov f3e265c690 fftools/ffmpeg_mux_init: factor out binding filters to output streams 4 months ago
Niklas Haas 7b0eca1e51 fftools/ffmpeg_mux_init: switch to avcodec_get_supported_config() 4 months ago
Nicolas Gaullier ee9ae4e8ba fftools/ffmpeg: Fix honor -r output option with streamcopy 4 months ago
Anton Khirnov d1bdd89c2f fftools/ffmpeg: use new stream specifier API in opt_match_per_stream*() 5 months ago
Anton Khirnov 93227a68f1 fftools/ffmpeg: replace remaining uses of MATCH_PER_STREAM_OPT() 5 months ago
Anton Khirnov e218bde9f9 fftools/ffmpeg: replace MATCH_PER_STREAM_OPT(.., str, ..) with a function 5 months ago
Anton Khirnov 10185e2d4c fftools/ffmpeg_mux_init: default to input timebase for streamcopy 6 months ago
Anton Khirnov 901f7e3f72 fftools/ffmpeg_mux_init: make encoder_opts local to ost_add() 6 months ago
Anton Khirnov 9a7686e545 fftools/ffmpeg_mux_init: apply encoder options manually 6 months ago
Anton Khirnov f1664aabb1 fftools/ffmpeg: rewrite checking whether codec AVOptions have been used 6 months ago
Michael Niedermayer 68f6063e04
fftools/ffmpeg_mux_init: Cleanup on error return in set_dispositions() 6 months ago
Thomas Siedel c75940db29 avcodec: add external enc libvvenc for H266/VVC 7 months ago
Andreas Rheinhardt 6ae1a337f2 fftools/ffmpeg_mux_init: Fix leak when using non-encoding option 7 months ago
Andreas Rheinhardt c84e40d9e6 fftools/ffmpeg_mux_init: Return error upon error 7 months ago
Michael Niedermayer 840f2bc18e
fftools/ffmpeg_mux_init: Free pts on error 7 months ago
James Almer 8c27cdd2d4 fftools/ffmpeg_mux_init: add missing IAMF Param Definition copies 8 months ago
James Almer f684228407 fftools/ffmpeg_mux_init: remove leftover debug log messages 8 months ago
James Almer ecf87dd230 fftools/ffmpeg_mux_init: allow mapping a stream group from one of the inputs 8 months ago
Anton Khirnov d74cbcb963 fftools/ffmpeg_filter: drop OutputFilter.ost 9 months ago
Anton Khirnov f2c919252d fftools/ffmpeg_filter: accept encoder thread count through OutputFilterOptions 9 months ago
Anton Khirnov bfeb751171 fftools/ffmpeg_mux: drop OutputFile.format 9 months ago
Anton Khirnov 5b0589c8c3 fftools/ffmpeg_mux: drop OutputFile.shortest 9 months ago
Anton Khirnov a4c940c86a fftools/ffmpeg_filter: move most of -apad logic to the muxer 9 months ago
Anton Khirnov a2892dbe06 fftools/ffmpeg_filter: pass trim parameters through OutputFilterOptions 9 months ago
Anton Khirnov 83304f7c1f fftools/ffmpeg_filter: pass autoscale through OutputFilterOptions 9 months ago
Anton Khirnov b8e6802023 fftools/ffmpeg_filter: pass sws/swr opts through OutputFilterOptions 9 months ago
Anton Khirnov da80e0b077 fftools/ffmpeg_filter: accept a caller-provided output name 9 months ago
Anton Khirnov 82c7c21b18 fftools/ffmpeg: drop OutputStream.is_cfr 9 months ago