361 Commits (651c79da362b4a9f618458ddd08b92504ffb3b6d)

Author SHA1 Message Date
Anton Khirnov 8e35e33d42 fftools/ffmpeg_filter: stop accessing AVCodecContext.codec 9 months ago
Anton Khirnov a69cedb6a6 fftools/ffmpeg_demux: make InputStream.autorotate private 9 months ago
Anton Khirnov 0edbd00ccf fftools/ffmpeg_{demux,dec}: pass -bitexact through DecoderFlags 9 months ago
James Almer 0963ef4996 fftools/ffmpeg_filter: remove prototype for non existent function 9 months ago
Anton Khirnov a9193f7b7d fftools/ffmpeg: add loopback decoding 10 months ago
Anton Khirnov 2ee9362419 fftools/ffmpeg: remove unncessary casts for *_thread() return values 10 months ago
Anton Khirnov f5d03b972c fftools/ffmpeg: simplify propagating fallback parameters from decoders to filters 10 months ago
Anton Khirnov 7b51523f12 fftools/ffmpeg_opt: merge init_complex_filters() and check_filter_outputs() 10 months ago
Anton Khirnov c4de5778bc fftools/ffmpeg_dec: factor opening the decoder out of dec_open() 10 months ago
Anton Khirnov e48055fdce fftools/ffmpeg: remove options deprecated before 6.0 10 months ago
Anton Khirnov 6b6815b1c8 fftools/ffmpeg: move subtitle helpers to ffmpeg_dec, their only user 10 months ago
Anton Khirnov 826cfd9997 fftools/ffmpeg_filter: pass framerate through InputFilterOptions 10 months ago
Anton Khirnov fef3052df3 fftools/ffmpeg_filter: pass autorotate/reinit flags through InputFilterOptions 10 months ago
Anton Khirnov 6315f78e0c fftools/ffmpeg_filter: pass sub2video canvas size through InputFilterOptions 10 months ago
Anton Khirnov bd3c1c194b fftools/ffmpeg_filter: accept a name from its upstream input 10 months ago
Anton Khirnov 8f592eb35f fftools/ffmpeg_filter: compute input trim start/end in demuxer 10 months ago
Andreas Rheinhardt 44620ade25 fftools/ffmpeg_mux_init: Fix attachment_filename use-after-free 11 months ago
Anton Khirnov 093be1fb06 fftools/ffmpeg: cosmetics, vertically align Input{File,Stream} 11 months ago
Anton Khirnov f4b76a1d6a fftools/ffmpeg: make InputStream.decoder_opts private to demuxer 11 months ago
Anton Khirnov 01c71b78eb fftools/ffmpeg: make InputStream.decoding_needed private to demuxer 11 months ago
Anton Khirnov 0d00e2e2f7 fftools/ffmpeg_dec: eliminate all remaining InputStream uses 11 months ago
Anton Khirnov fe3be6f78f fftools/ffmpeg_dec: stop passing InputStream to dec_open() 11 months ago
Anton Khirnov 1b2c539a0f fftools/ffmpeg_dec: pass AVCodecParameters through DecoderOpts 11 months ago
Anton Khirnov b3d1916ba0 fftools/ffmpeg_dec: pass AVCodec through DecoderOpts 11 months ago
Anton Khirnov 097f9ddbe9 fftools/ffmpeg_dec: pass decoder name through DecoderOpts 11 months ago
Anton Khirnov 9ba4bc87e6 fftools/ffmpeg_dec: pass top_field_first through DecoderOpts 11 months ago
Anton Khirnov 9702817662 fftools/ffmpeg_dec: pass input timebase through DecoderOpts 11 months ago
Anton Khirnov 052c83e356 fftools/ffmpeg_dec: pass forced/estimated framerate though DecoderOpts 11 months ago
Anton Khirnov e0a6cb07b2 fftools/ffmpeg_dec: move flags to DecoderOpts 11 months ago
Anton Khirnov 4bdffec814 fftools/ffmpeg_dec: pass hwaccel options to the decoder in a separate struct 11 months ago
Anton Khirnov a3a9c4ae66 fftools/ffmpeg: move hwaccel_retrieve_data() from ffmpeg_hw to ffmpeg_dec 11 months ago
Anton Khirnov ebb8a58c8f fftools/ffmpeg_dec: replace InputFile.format_nots with a decoder flag 11 months ago
Anton Khirnov 474ca6c71e fftools/ffmpeg_dec: stop accesing InputStream.fix_sub_duration 11 months ago
Anton Khirnov 9be3f80527 fftools/ffmpeg_dec: move decoding counters from InputStream to Decoder 11 months ago
Anton Khirnov 5b0e4f945e fftools/ffmpeg_dec: pass decoder options as an argument to dec_open() 11 months ago
Anton Khirnov 7ecd45587f fftools/ffmpeg_dec: add an AVClass to Decoder 11 months ago
Anton Khirnov f2a2094c47 fftools/ffmpeg: make decoding AVCodecContext private to the decoder 11 months ago
Anton Khirnov b43d4a0692 fftools/ffmpeg_dec: export subtitle_header in Decoder 11 months ago
Anton Khirnov 3b84140a1b fftools/ffmpeg_dec: split Decoder into a private and public part 11 months ago
Anton Khirnov a8bc79c3fd fftools/ffmpeg: deprecate -filter_script 12 months ago
Anton Khirnov c316c4c77b fftools/ffmpeg: deprecate -filter_complex_script 12 months ago
Anton Khirnov 6d17991b7e fftools/cmdutils: add option syntax for loading arbitrary arguments from a file 12 months ago
Anton Khirnov 7f982065a8 fftools/ffmpeg: mark -vsync for future removal 1 year ago
Anton Khirnov 41716214c2 fftools/ffmpeg: improve WARN_MULTIPLE_OPT_USAGE() 1 year ago
Anton Khirnov 148fac277a fftools/ffmpeg: change the MATCH_PER_TYPE_OPT macro into a function 1 year ago
Anton Khirnov 0ba70a6792 fftools/cmdutils: add a struct for a list of SpecifierOpt 1 year ago
James Almer ed670b9b98 ffmpeg: add support for muxing AVStreamGroups 1 year ago
Anton Khirnov 2ad0b8e0ea fftools/ffmpeg: use a mutex for enc_stats_write() 1 year ago
Anton Khirnov 02a4393647 fftools/ffmpeg: print keyframe information with -stats_* 1 year ago
Anton Khirnov 3dc319587f fftools/ffmpeg: deprecate -fps_mode/vsync drop 1 year ago