154 Commits (32538dafca37cadad143ca28ceae39b3ea64bb5f)

Author SHA1 Message Date
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 12 months ago
Anton Khirnov 6cb7295abf fftools/ffmpeg_demux: add demuxing thread private data 12 months ago
Anton Khirnov 50448ca290 fftools/ffmpeg_demux: only allocate the decoder when actually decoding 12 months ago
Anton Khirnov 2ee1c6ffb2 fftools/ffmpeg_demux: set options on codec parameters rather than decoder 12 months ago
Anton Khirnov 7e33534506 fftools/ffmpeg_demux: do not set bitexact directly on the decoder 12 months ago
Anton Khirnov f8939bad1e fftools/ffmpeg_demux: replace abort() by av_assert0(0) 12 months 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
Anton Khirnov 6916105b11 fftools/ffmpeg_demux: set discard on the AVStream directly 1 year ago
Anton Khirnov 2c54097614 fftools/ffmpeg_demux: move InputFile.readrate to private data 1 year ago
Anton Khirnov 882bc8049d fftools/ffmpeg: move InputStream.codec_desc to private data 1 year ago
Anton Khirnov 9afe3f5274 fftools/ffmpeg: move InputStream.discard to private data 1 year ago
Anton Khirnov 0fcea80b2a fftools/ffmpeg: replace InputStream.file_index by a pointer 1 year ago
Anton Khirnov 9d7000b1be fftools/ffmpeg: attach wallclock timing information to packets and frames 1 year ago
Anton Khirnov c9f38210fc fftools/ffmpeg: merge DemuxPktData into FrameData 1 year ago
Anton Khirnov d119ae2fd8 fftools/ffmpeg: convert to a threaded architecture 1 year ago
Anton Khirnov 9b8cc36ce0 fftools/ffmpeg: add thread-aware transcode scheduling infrastructure 1 year ago
Anton Khirnov 66e78e9680 fftools/ffmpeg_demux: switch from AVThreadMessageQueue to ThreadQueue 1 year ago
Anton Khirnov 889a022cce fftools/ffmpeg: rework keeping track of file duration for -stream_loop 1 year ago
Anton Khirnov 7c97a0c63f fftools/ffmpeg: move a few inline function into a new header 1 year ago
Andreas Rheinhardt c06d3d2404 fftools/ffmpeg_demux: Fix leak on error 1 year ago
Andreas Rheinhardt d98dfcecad fftools/ffmpeg_demux: Don't use fake object with av_opt_eval 1 year ago
James Almer d372c2f3d3 fftools/ffmpeg: stop injecting stream side data in packets 1 year ago
James Almer 3fd37b5268 fftools/ffmpeg: stop using AVStream.side_data 1 year ago
Anton Khirnov 5d58a35f98 fftools/ffmpeg: deprecate the -top option 1 year ago
Anton Khirnov 2f155b18a1 fftools/ffmpeg: return an error from assert_avoptions() instead of aborting 1 year ago
Anton Khirnov 87f0333af1 fftools/cmdutils: add error handling to filter_codec_opts() 1 year ago