Commit History

Author SHA1 Message Date
  Marton Balint 4bfecde9b9 fftools/ffmpeg_demux: honor -ch_layout options for overriding input stream channel layout 1 month ago
  Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 3 months ago
  Anton Khirnov a69cedb6a6 fftools/ffmpeg_demux: make InputStream.autorotate private 3 months ago
  Anton Khirnov 0edbd00ccf fftools/ffmpeg_{demux,dec}: pass -bitexact through DecoderFlags 3 months ago
  Anton Khirnov da67816128 fftools/ffmpeg_demux: only call filter_codec_opts() when we have a decoder 3 months ago
  Anton Khirnov 2ee9362419 fftools/ffmpeg: remove unncessary casts for *_thread() return values 4 months ago
  Anton Khirnov f5d03b972c fftools/ffmpeg: simplify propagating fallback parameters from decoders to filters 4 months ago
  Anton Khirnov c4de5778bc fftools/ffmpeg_dec: factor opening the decoder out of dec_open() 4 months ago
  Andreas Rheinhardt 6c693da690 fftools/ffmpeg_demux, sync_queue: Constify a bit 4 months ago
  Anton Khirnov a3f69cdec7 fftools/ffmpeg: cosmetics, vertically align structs 4 months ago
  Anton Khirnov 826cfd9997 fftools/ffmpeg_filter: pass framerate through InputFilterOptions 4 months ago
  Anton Khirnov fef3052df3 fftools/ffmpeg_filter: pass autorotate/reinit flags through InputFilterOptions 4 months ago
  Anton Khirnov 6315f78e0c fftools/ffmpeg_filter: pass sub2video canvas size through InputFilterOptions 4 months ago
  Anton Khirnov bd3c1c194b fftools/ffmpeg_filter: accept a name from its upstream input 4 months ago
  Anton Khirnov 8f592eb35f fftools/ffmpeg_filter: compute input trim start/end in demuxer 4 months ago
  Anton Khirnov 05fc6d3ce7 fftools/ffmpeg_demux: set stream index right before sending packet to scheduler 5 months ago
  Anton Khirnov f4b76a1d6a fftools/ffmpeg: make InputStream.decoder_opts private to demuxer 5 months ago
  Anton Khirnov 01c71b78eb fftools/ffmpeg: make InputStream.decoding_needed private to demuxer 5 months ago
  Anton Khirnov 0d00e2e2f7 fftools/ffmpeg_dec: eliminate all remaining InputStream uses 5 months ago
  Anton Khirnov fe3be6f78f fftools/ffmpeg_dec: stop passing InputStream to dec_open() 5 months ago
  Anton Khirnov 1b2c539a0f fftools/ffmpeg_dec: pass AVCodecParameters through DecoderOpts 5 months ago
  Anton Khirnov b3d1916ba0 fftools/ffmpeg_dec: pass AVCodec through DecoderOpts 5 months ago
  Anton Khirnov 097f9ddbe9 fftools/ffmpeg_dec: pass decoder name through DecoderOpts 5 months ago
  Anton Khirnov 9ba4bc87e6 fftools/ffmpeg_dec: pass top_field_first through DecoderOpts 5 months ago
  Anton Khirnov 9702817662 fftools/ffmpeg_dec: pass input timebase through DecoderOpts 5 months ago
  Anton Khirnov b27de18e4f fftools/ffmpeg_dec: move setting compute_edt to demuxer 5 months ago
  Anton Khirnov 052c83e356 fftools/ffmpeg_dec: pass forced/estimated framerate though DecoderOpts 5 months ago
  Anton Khirnov e0a6cb07b2 fftools/ffmpeg_dec: move flags to DecoderOpts 5 months ago
  Anton Khirnov 4bdffec814 fftools/ffmpeg_dec: pass hwaccel options to the decoder in a separate struct 5 months ago
  Anton Khirnov ebb8a58c8f fftools/ffmpeg_dec: replace InputFile.format_nots with a decoder flag 5 months ago
  Anton Khirnov a938f47916 fftools/ffmpeg: refactor disabling decoder threading for attached pictures 5 months ago
  Anton Khirnov 474ca6c71e fftools/ffmpeg_dec: stop accesing InputStream.fix_sub_duration 5 months ago
  Anton Khirnov 924a6f3cc7 fftools/ffmpeg_dec: override video SAR with AVCodecParameters value 5 months ago
  Anton Khirnov b2a0a2e6f5 fftools/ffmpeg: move decoder existence check to a more appropriate place 5 months ago
  Anton Khirnov 9be3f80527 fftools/ffmpeg_dec: move decoding counters from InputStream to Decoder 5 months ago
  Anton Khirnov 5b0e4f945e fftools/ffmpeg_dec: pass decoder options as an argument to dec_open() 5 months ago
  Anton Khirnov f2a2094c47 fftools/ffmpeg: make decoding AVCodecContext private to the decoder 5 months ago
  Anton Khirnov ae06111d74 fftools/ffmpeg_demux: implement -bsf for input 6 months ago
  Anton Khirnov 6cb7295abf fftools/ffmpeg_demux: add demuxing thread private data 6 months ago
  Anton Khirnov 50448ca290 fftools/ffmpeg_demux: only allocate the decoder when actually decoding 6 months ago
  Anton Khirnov 2ee1c6ffb2 fftools/ffmpeg_demux: set options on codec parameters rather than decoder 6 months ago
  Anton Khirnov 7e33534506 fftools/ffmpeg_demux: do not set bitexact directly on the decoder 6 months ago
  Anton Khirnov f8939bad1e fftools/ffmpeg_demux: replace abort() by av_assert0(0) 6 months ago
  Anton Khirnov 41716214c2 fftools/ffmpeg: improve WARN_MULTIPLE_OPT_USAGE() 6 months ago
  Anton Khirnov 148fac277a fftools/ffmpeg: change the MATCH_PER_TYPE_OPT macro into a function 6 months ago
  Anton Khirnov 0ba70a6792 fftools/cmdutils: add a struct for a list of SpecifierOpt 6 months ago
  Anton Khirnov 6916105b11 fftools/ffmpeg_demux: set discard on the AVStream directly 6 months ago
  Anton Khirnov 2c54097614 fftools/ffmpeg_demux: move InputFile.readrate to private data 6 months ago
  Anton Khirnov 882bc8049d fftools/ffmpeg: move InputStream.codec_desc to private data 6 months ago
  Anton Khirnov 9afe3f5274 fftools/ffmpeg: move InputStream.discard to private data 6 months ago