aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg_demux.c
Commit message (Expand)AuthorAgeFilesLines
* fftools/ffmpeg_demux: honor -ch_layout options for overriding input stream ch...Marton Balint2024-05-271-3/+24
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* fftools/ffmpeg_demux: make InputStream.autorotate privateAnton Khirnov2024-03-281-3/+5
* fftools/ffmpeg_{demux,dec}: pass -bitexact through DecoderFlagsAnton Khirnov2024-03-281-6/+5
* fftools/ffmpeg_demux: only call filter_codec_opts() when we have a decoderAnton Khirnov2024-03-281-4/+6
* fftools/ffmpeg: remove unncessary casts for *_thread() return valuesAnton Khirnov2024-03-131-2/+2
* fftools/ffmpeg: simplify propagating fallback parameters from decoders to fil...Anton Khirnov2024-03-131-5/+20
* fftools/ffmpeg_dec: factor opening the decoder out of dec_open()Anton Khirnov2024-03-131-1/+1
* fftools/ffmpeg_demux, sync_queue: Constify a bitAndreas Rheinhardt2024-03-021-1/+1
* fftools/ffmpeg: cosmetics, vertically align structsAnton Khirnov2024-02-211-34/+34
* fftools/ffmpeg_filter: pass framerate through InputFilterOptionsAnton Khirnov2024-02-211-3/+7
* fftools/ffmpeg_filter: pass autorotate/reinit flags through InputFilterOptionsAnton Khirnov2024-02-211-2/+6
* fftools/ffmpeg_filter: pass sub2video canvas size through InputFilterOptionsAnton Khirnov2024-02-211-21/+20
* fftools/ffmpeg_filter: accept a name from its upstream inputAnton Khirnov2024-02-211-0/+4
* fftools/ffmpeg_filter: compute input trim start/end in demuxerAnton Khirnov2024-02-211-5/+19
* fftools/ffmpeg_demux: set stream index right before sending packet to schedulerAnton Khirnov2024-02-091-3/+2
* fftools/ffmpeg: make InputStream.decoder_opts private to demuxerAnton Khirnov2024-01-301-7/+9
* fftools/ffmpeg: make InputStream.decoding_needed private to demuxerAnton Khirnov2024-01-301-4/+9
* fftools/ffmpeg_dec: eliminate all remaining InputStream usesAnton Khirnov2024-01-301-12/+9
* fftools/ffmpeg_dec: stop passing InputStream to dec_open()Anton Khirnov2024-01-301-1/+3
* fftools/ffmpeg_dec: pass AVCodecParameters through DecoderOptsAnton Khirnov2024-01-301-0/+1
* fftools/ffmpeg_dec: pass AVCodec through DecoderOptsAnton Khirnov2024-01-301-0/+2
* fftools/ffmpeg_dec: pass decoder name through DecoderOptsAnton Khirnov2024-01-301-0/+4
* fftools/ffmpeg_dec: pass top_field_first through DecoderOptsAnton Khirnov2024-01-301-1/+5
* fftools/ffmpeg_dec: pass input timebase through DecoderOptsAnton Khirnov2024-01-301-0/+2
* fftools/ffmpeg_dec: move setting compute_edt to demuxerAnton Khirnov2024-01-301-0/+9
* fftools/ffmpeg_dec: pass forced/estimated framerate though DecoderOptsAnton Khirnov2024-01-301-0/+6
* fftools/ffmpeg_dec: move flags to DecoderOptsAnton Khirnov2024-01-301-3/+4
* fftools/ffmpeg_dec: pass hwaccel options to the decoder in a separate structAnton Khirnov2024-01-301-17/+19
* fftools/ffmpeg_dec: replace InputFile.format_nots with a decoder flagAnton Khirnov2024-01-301-3/+2
* fftools/ffmpeg: refactor disabling decoder threading for attached picturesAnton Khirnov2024-01-301-0/+5
* fftools/ffmpeg_dec: stop accesing InputStream.fix_sub_durationAnton Khirnov2024-01-301-1/+2
* fftools/ffmpeg_dec: override video SAR with AVCodecParameters valueAnton Khirnov2024-01-301-0/+3
* fftools/ffmpeg: move decoder existence check to a more appropriate placeAnton Khirnov2024-01-301-0/+7
* fftools/ffmpeg_dec: move decoding counters from InputStream to DecoderAnton Khirnov2024-01-301-2/+2
* fftools/ffmpeg_dec: pass decoder options as an argument to dec_open()Anton Khirnov2024-01-301-1/+2
* fftools/ffmpeg: make decoding AVCodecContext private to the decoderAnton Khirnov2024-01-301-14/+2
* fftools/ffmpeg_demux: implement -bsf for inputAnton Khirnov2024-01-191-15/+124
* fftools/ffmpeg_demux: add demuxing thread private dataAnton Khirnov2024-01-191-22/+45
* fftools/ffmpeg_demux: only allocate the decoder when actually decodingAnton Khirnov2024-01-191-12/+12
* fftools/ffmpeg_demux: set options on codec parameters rather than decoderAnton Khirnov2024-01-191-22/+21
* fftools/ffmpeg_demux: do not set bitexact directly on the decoderAnton Khirnov2024-01-191-1/+1
* fftools/ffmpeg_demux: replace abort() by av_assert0(0)Anton Khirnov2024-01-191-2/+1
* fftools/ffmpeg: improve WARN_MULTIPLE_OPT_USAGE()Anton Khirnov2023-12-221-14/+0
* fftools/ffmpeg: change the MATCH_PER_TYPE_OPT macro into a functionAnton Khirnov2023-12-221-8/+8
* fftools/cmdutils: add a struct for a list of SpecifierOptAnton Khirnov2023-12-221-15/+15
* fftools/ffmpeg_demux: set discard on the AVStream directlyAnton Khirnov2023-12-221-8/+7
* fftools/ffmpeg_demux: move InputFile.readrate to private dataAnton Khirnov2023-12-141-9/+10
* fftools/ffmpeg: move InputStream.codec_desc to private dataAnton Khirnov2023-12-141-3/+5
* fftools/ffmpeg: move InputStream.discard to private dataAnton Khirnov2023-12-141-8/+15