summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg_demux.c
Commit message (Expand)AuthorAgeFilesLines
* fftools/ffmpeg_demux: stop logging to demuxer contextAnton Khirnov2023-05-151-2/+2
* fftools/ffmpeg_demux: move InputFile.ts_offset_discont,last_ts to private dataAnton Khirnov2023-05-151-12/+19
* fftools/ffmpeg: stop accessing input format from decoding codeAnton Khirnov2023-05-151-0/+2
* fftools/ffmpeg: replace print_error() by more meaningful messagesAnton Khirnov2023-05-151-1/+2
* fftools/ffmpeg_demux: reindent after previous commitAnton Khirnov2023-05-151-10/+10
* fftools/ffmpeg: move discarding unused programs to ffmpeg_demuxAnton Khirnov2023-05-151-0/+17
* fftools/ffmpeg: simplify tracking -readrate start timeAnton Khirnov2023-05-151-1/+5
* fftools/ffmpeg_demux: move InputStream.streamcopy_needed to private dataAnton Khirnov2023-05-151-2/+6
* fftools/ffmpeg_demux: move InputStream.wrap_correction_done to private dataAnton Khirnov2023-05-151-4/+5
* fftools/ffmpeg_demux: move InputStream.[next_]dts to private dataAnton Khirnov2023-05-151-24/+35
* fftools/ffmpeg_demux: move InputStream.[saw_]first_d?ts to private dataAnton Khirnov2023-05-151-8/+14
* fftools/ffmpeg_demux: move InputStream.{nb_packets,data_size} to private dataAnton Khirnov2023-05-151-6/+13
* fftools/ffmpeg_demux: reindent after previous commitAnton Khirnov2023-05-151-14/+14
* fftools/ffmpeg: move post-demux packet processing to ffmpeg_demuxAnton Khirnov2023-05-151-34/+234
* fftools/ffmpeg: attach InputStream.dts to demuxed packets when neededAnton Khirnov2023-05-151-0/+1
* fftools/ffmpeg_demux: move preparing DemuxMsg to separate functionAnton Khirnov2023-05-151-8/+23
* fftools/ffmpeg: stop using deprecated ticks_per_frameAnton Khirnov2023-05-151-0/+2
* fftools/ffmpeg: discard packets for unused streams in demuxing threadAnton Khirnov2023-05-081-1/+2
* fftools/ffmpeg_filter: take fallback parameters from decoder, not demuxerAnton Khirnov2023-05-081-0/+7
* fftools/ffmpeg: reduce -re to -readrate 1Anton Khirnov2023-05-071-8/+8
* fftools/ffmpeg: use a non-zero default for -readrate_initial_burstAnton Khirnov2023-05-071-2/+2
* fftools/ffmpeg: add ability to set a input burst time before readrate is enfo...Davy Durham2023-05-071-1/+17
* fftools/ffmpeg: drop InputStream.[next_]ptsAnton Khirnov2023-05-021-1/+0
* fftools/ffmpeg: rework audio-decode timestamp handlingAnton Khirnov2023-05-021-3/+3
* fftools/ffmpeg: open decoders right after we know they are neededAnton Khirnov2023-04-171-0/+6
* fftools/ffmpeg: stop setting InputStream fields from muxing/filtering codeAnton Khirnov2023-04-171-1/+12
* fftools/ffmpeg: add a function adding a destination filter for InputStreamAnton Khirnov2023-04-171-0/+6
* fftools/ffmpeg: avoid possible invalid reads with short -tag valuesAnton Khirnov2023-04-171-2/+6
* fftools/ffmpeg: change video decoding timestamp generationAnton Khirnov2023-04-131-1/+2
* fftools/ffmpeg_demux: set the timebase on demuxed packetsAnton Khirnov2023-04-131-7/+9
* fftools/ffmpeg: track a list of non-lavfi outputs in InputStreamAnton Khirnov2023-04-131-0/+7
* fftools/ffmpeg_demux: log final stats to demuxer contextAnton Khirnov2023-04-131-8/+8
* fftools/ffmpeg_demux: reindentAnton Khirnov2023-04-131-26/+26
* fftools/ffmpeg: move printing verbose demuxing stats to ffmpeg_demuxAnton Khirnov2023-04-131-0/+38
* fftools/ffmpeg: move initializing next_[pd]ts to add_input_streams()Anton Khirnov2023-04-091-0/+3
* ffmpeg_demux: show fixed timestamps in ts_fixupStefano Sabatini2023-02-281-7/+13
* fftools/ffmpeg: move ts_scale to DemuxStreamAnton Khirnov2023-02-201-4/+6
* fftools/ffmpeg_demux: add an AVClass to DemuxStream/InputStreamAnton Khirnov2023-02-201-29/+50
* fftools/ffmpeg_demux: move InputStream.guess_layout_max to stackAnton Khirnov2023-02-201-6/+7
* fftools/ffmpeg_demux: add InputStream private dataAnton Khirnov2023-02-201-18/+45
* fftools/ffmpeg_demux: add an AVClass to Demuxer/InputFileAnton Khirnov2023-02-201-39/+67
* fftools/ffmpeg: add an AVClass to MuxStream/OutputStreamAnton Khirnov2023-01-291-5/+5
* fftools/ffmpeg_demux: prefer fd over pipe for seek supportZhao Zhili2023-01-111-1/+1
* fftools/ffmpeg_demux: disable stdin interaction for fd protocolZhao Zhili2023-01-111-0/+1
* fftools: use av_dict_iterateMarvin Scholz2022-12-011-3/+2
* fftools/ffmpeg: remove the input_streams globalAnton Khirnov2022-11-231-23/+48
* fftools/ffmpeg_demux: set default hwaccel_output_format for mediacodecZhao Zhili2022-11-211-0/+4
* fftools/ffmpeg_mux_init: drop an always-false checkAnton Khirnov2022-11-171-2/+0
* fftools/ffmpeg: make demuxing with one file always blockingAnton Khirnov2022-11-161-2/+3
* fftools/ffmpeg_[de]mux: constify all uses of OptionsContextAnton Khirnov2022-11-161-4/+4