| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/ffmpeg_demux: honor -ch_layout options for overriding input stream ch... | Marton Balint | 2024-05-27 | 1 | -3/+24 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | fftools/ffmpeg_demux: make InputStream.autorotate private | Anton Khirnov | 2024-03-28 | 1 | -3/+5 |
* | fftools/ffmpeg_{demux,dec}: pass -bitexact through DecoderFlags | Anton Khirnov | 2024-03-28 | 1 | -6/+5 |
* | fftools/ffmpeg_demux: only call filter_codec_opts() when we have a decoder | Anton Khirnov | 2024-03-28 | 1 | -4/+6 |
* | fftools/ffmpeg: remove unncessary casts for *_thread() return values | Anton Khirnov | 2024-03-13 | 1 | -2/+2 |
* | fftools/ffmpeg: simplify propagating fallback parameters from decoders to fil... | Anton Khirnov | 2024-03-13 | 1 | -5/+20 |
* | fftools/ffmpeg_dec: factor opening the decoder out of dec_open() | Anton Khirnov | 2024-03-13 | 1 | -1/+1 |
* | fftools/ffmpeg_demux, sync_queue: Constify a bit | Andreas Rheinhardt | 2024-03-02 | 1 | -1/+1 |
* | fftools/ffmpeg: cosmetics, vertically align structs | Anton Khirnov | 2024-02-21 | 1 | -34/+34 |
* | fftools/ffmpeg_filter: pass framerate through InputFilterOptions | Anton Khirnov | 2024-02-21 | 1 | -3/+7 |
* | fftools/ffmpeg_filter: pass autorotate/reinit flags through InputFilterOptions | Anton Khirnov | 2024-02-21 | 1 | -2/+6 |
* | fftools/ffmpeg_filter: pass sub2video canvas size through InputFilterOptions | Anton Khirnov | 2024-02-21 | 1 | -21/+20 |
* | fftools/ffmpeg_filter: accept a name from its upstream input | Anton Khirnov | 2024-02-21 | 1 | -0/+4 |
* | fftools/ffmpeg_filter: compute input trim start/end in demuxer | Anton Khirnov | 2024-02-21 | 1 | -5/+19 |
* | fftools/ffmpeg_demux: set stream index right before sending packet to scheduler | Anton Khirnov | 2024-02-09 | 1 | -3/+2 |
* | fftools/ffmpeg: make InputStream.decoder_opts private to demuxer | Anton Khirnov | 2024-01-30 | 1 | -7/+9 |
* | fftools/ffmpeg: make InputStream.decoding_needed private to demuxer | Anton Khirnov | 2024-01-30 | 1 | -4/+9 |
* | fftools/ffmpeg_dec: eliminate all remaining InputStream uses | Anton Khirnov | 2024-01-30 | 1 | -12/+9 |
* | fftools/ffmpeg_dec: stop passing InputStream to dec_open() | Anton Khirnov | 2024-01-30 | 1 | -1/+3 |
* | fftools/ffmpeg_dec: pass AVCodecParameters through DecoderOpts | Anton Khirnov | 2024-01-30 | 1 | -0/+1 |
* | fftools/ffmpeg_dec: pass AVCodec through DecoderOpts | Anton Khirnov | 2024-01-30 | 1 | -0/+2 |
* | fftools/ffmpeg_dec: pass decoder name through DecoderOpts | Anton Khirnov | 2024-01-30 | 1 | -0/+4 |
* | fftools/ffmpeg_dec: pass top_field_first through DecoderOpts | Anton Khirnov | 2024-01-30 | 1 | -1/+5 |
* | fftools/ffmpeg_dec: pass input timebase through DecoderOpts | Anton Khirnov | 2024-01-30 | 1 | -0/+2 |
* | fftools/ffmpeg_dec: move setting compute_edt to demuxer | Anton Khirnov | 2024-01-30 | 1 | -0/+9 |
* | fftools/ffmpeg_dec: pass forced/estimated framerate though DecoderOpts | Anton Khirnov | 2024-01-30 | 1 | -0/+6 |
* | fftools/ffmpeg_dec: move flags to DecoderOpts | Anton Khirnov | 2024-01-30 | 1 | -3/+4 |
* | fftools/ffmpeg_dec: pass hwaccel options to the decoder in a separate struct | Anton Khirnov | 2024-01-30 | 1 | -17/+19 |
* | fftools/ffmpeg_dec: replace InputFile.format_nots with a decoder flag | Anton Khirnov | 2024-01-30 | 1 | -3/+2 |
* | fftools/ffmpeg: refactor disabling decoder threading for attached pictures | Anton Khirnov | 2024-01-30 | 1 | -0/+5 |
* | fftools/ffmpeg_dec: stop accesing InputStream.fix_sub_duration | Anton Khirnov | 2024-01-30 | 1 | -1/+2 |
* | fftools/ffmpeg_dec: override video SAR with AVCodecParameters value | Anton Khirnov | 2024-01-30 | 1 | -0/+3 |
* | fftools/ffmpeg: move decoder existence check to a more appropriate place | Anton Khirnov | 2024-01-30 | 1 | -0/+7 |
* | fftools/ffmpeg_dec: move decoding counters from InputStream to Decoder | Anton Khirnov | 2024-01-30 | 1 | -2/+2 |
* | fftools/ffmpeg_dec: pass decoder options as an argument to dec_open() | Anton Khirnov | 2024-01-30 | 1 | -1/+2 |
* | fftools/ffmpeg: make decoding AVCodecContext private to the decoder | Anton Khirnov | 2024-01-30 | 1 | -14/+2 |
* | fftools/ffmpeg_demux: implement -bsf for input | Anton Khirnov | 2024-01-19 | 1 | -15/+124 |
* | fftools/ffmpeg_demux: add demuxing thread private data | Anton Khirnov | 2024-01-19 | 1 | -22/+45 |
* | fftools/ffmpeg_demux: only allocate the decoder when actually decoding | Anton Khirnov | 2024-01-19 | 1 | -12/+12 |
* | fftools/ffmpeg_demux: set options on codec parameters rather than decoder | Anton Khirnov | 2024-01-19 | 1 | -22/+21 |
* | fftools/ffmpeg_demux: do not set bitexact directly on the decoder | Anton Khirnov | 2024-01-19 | 1 | -1/+1 |
* | fftools/ffmpeg_demux: replace abort() by av_assert0(0) | Anton Khirnov | 2024-01-19 | 1 | -2/+1 |
* | fftools/ffmpeg: improve WARN_MULTIPLE_OPT_USAGE() | Anton Khirnov | 2023-12-22 | 1 | -14/+0 |
* | fftools/ffmpeg: change the MATCH_PER_TYPE_OPT macro into a function | Anton Khirnov | 2023-12-22 | 1 | -8/+8 |
* | fftools/cmdutils: add a struct for a list of SpecifierOpt | Anton Khirnov | 2023-12-22 | 1 | -15/+15 |
* | fftools/ffmpeg_demux: set discard on the AVStream directly | Anton Khirnov | 2023-12-22 | 1 | -8/+7 |
* | fftools/ffmpeg_demux: move InputFile.readrate to private data | Anton Khirnov | 2023-12-14 | 1 | -9/+10 |
* | fftools/ffmpeg: move InputStream.codec_desc to private data | Anton Khirnov | 2023-12-14 | 1 | -3/+5 |
* | fftools/ffmpeg: move InputStream.discard to private data | Anton Khirnov | 2023-12-14 | 1 | -8/+15 |