177 Commits (ba0ef0860f0018c6e8fda7b378d69b011575fdaf)

Author SHA1 Message Date
Marvin Scholz dd002f1588 fftools/ffmpeg_demux: narrow variable scope 4 months ago
Marvin Scholz 25f0fff9ec fftools/ffmpeg_demux: fix variable shadowing 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
James Almer 90672974bd fftools/ffmpeg_demux: don't insert the crop filter if frame cropping side data defines no cropping 5 months ago
James Almer bf87688a9f fftools/ffmpeg: support applying container level cropping 6 months ago
Anton Khirnov f1664aabb1 fftools/ffmpeg: rewrite checking whether codec AVOptions have been used 6 months ago
Marton Balint 4bfecde9b9 fftools/ffmpeg_demux: honor -ch_layout options for overriding input stream channel layout 7 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 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
Anton Khirnov da67816128 fftools/ffmpeg_demux: only call filter_codec_opts() when we have a decoder 9 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 c4de5778bc fftools/ffmpeg_dec: factor opening the decoder out of dec_open() 10 months ago
Andreas Rheinhardt 6c693da690 fftools/ffmpeg_demux, sync_queue: Constify a bit 10 months ago
Anton Khirnov a3f69cdec7 fftools/ffmpeg: cosmetics, vertically align structs 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
Anton Khirnov 05fc6d3ce7 fftools/ffmpeg_demux: set stream index right before sending packet to scheduler 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 b27de18e4f fftools/ffmpeg_dec: move setting compute_edt to demuxer 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 ebb8a58c8f fftools/ffmpeg_dec: replace InputFile.format_nots with a decoder flag 11 months ago
Anton Khirnov a938f47916 fftools/ffmpeg: refactor disabling decoder threading for attached pictures 11 months ago
Anton Khirnov 474ca6c71e fftools/ffmpeg_dec: stop accesing InputStream.fix_sub_duration 11 months ago
Anton Khirnov 924a6f3cc7 fftools/ffmpeg_dec: override video SAR with AVCodecParameters value 11 months ago
Anton Khirnov b2a0a2e6f5 fftools/ffmpeg: move decoder existence check to a more appropriate place 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 f2a2094c47 fftools/ffmpeg: make decoding AVCodecContext private to the decoder 11 months ago
Anton Khirnov ae06111d74 fftools/ffmpeg_demux: implement -bsf for input 11 months ago
Anton Khirnov 6cb7295abf fftools/ffmpeg_demux: add demuxing thread private data 11 months ago
Anton Khirnov 50448ca290 fftools/ffmpeg_demux: only allocate the decoder when actually decoding 11 months ago
Anton Khirnov 2ee1c6ffb2 fftools/ffmpeg_demux: set options on codec parameters rather than decoder 11 months ago
Anton Khirnov 7e33534506 fftools/ffmpeg_demux: do not set bitexact directly on the decoder 11 months ago