89 Commits (a686d34fea6e963f878518ffe3a08512362ed79b)

Author SHA1 Message Date
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
Anton Khirnov ff55d1cc20 fftools/ffmpeg_dec: improve detection of lavf-guessed durations 6 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 9 months ago
Anton Khirnov b1aaa1f585 fftools/ffmpeg_dec: apply cropping manually 9 months ago
Anton Khirnov 0edbd00ccf fftools/ffmpeg_{demux,dec}: pass -bitexact through DecoderFlags 9 months ago
Anton Khirnov 372c78dd42 fftools/ffmpeg_dec: apply decoder options manually 9 months ago
Mark Thompson 7f4b8d2f5e ffmpeg: set extra_hw_frames to account for frames held in queues 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 c4de5778bc fftools/ffmpeg_dec: factor opening the decoder out of dec_open() 10 months ago
Anton Khirnov 48c39a9c71 fftools/ffmpeg_dec: move scheduler registration from dec_open() to dec_alloc() 10 months ago
Anton Khirnov a2fc86378a fftools/ffmpeg: declare loop indices inside loops 10 months ago
Anton Khirnov a3f69cdec7 fftools/ffmpeg: cosmetics, vertically align structs 10 months ago
Anton Khirnov 6b6815b1c8 fftools/ffmpeg: move subtitle helpers to ffmpeg_dec, their only user 10 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 a0ca99ccb7 fftools/ffmpeg_dec: remove unnecessary InputStream arguments 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 d5f9ef766b fftools/ffmpeg_dec: eliminate InputStream use in hw_device_setup_for_decode() 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 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 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 217b8757db fftools/ffmpeg_dec: drop a useless log message 11 months ago
Anton Khirnov 27de2aacd1 fftools/ffmpeg_dec: drop useless and racy code 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 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 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 d35c05cb9e fftools/ffmpeg_filter: move filtering to a separate thread 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