aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg.h
Commit message (Expand)AuthorAgeFilesLines
* fftools/ffmpeg: move nb_streams_warn from InputFile to DemuxerAnton Khirnov2022-10-251-1/+0
* fftools/ffmpeg: move duration/time_base from InputFile to DemuxerAnton Khirnov2022-10-251-3/+0
* fftools/ffmpeg: move threading fields from InputFile to DemuxerAnton Khirnov2022-10-251-5/+0
* fftools/ffmpeg: drop free_input_threads()Anton Khirnov2022-10-251-1/+0
* fftools/ffmpeg: move closing the input file into a separate functionAnton Khirnov2022-10-251-0/+1
* fftools/ffmpeg: drop init_input_threads()Anton Khirnov2022-10-251-1/+0
* fftools/ffmpeg_demux: add demuxer private dataAnton Khirnov2022-10-251-1/+0
* fftools/ffmpeg_opt: move opening input files to ffmpeg_demux.cAnton Khirnov2022-10-251-0/+4
* fftools/ffmpeg: rename read_file() to avoid conflict with libassAnton Khirnov2022-10-211-1/+1
* ffmpeg: Deprecate display rotation override with a metadata keyJan Ekström2022-10-191-0/+5
* ffmpeg: Add display_{rotation, hflip, vflip} optionsJan Ekström2022-10-191-0/+6
* fftools/ffmpeg_opt: Move stuff only used by ffmpeg_mux_init to itAndreas Rheinhardt2022-10-181-6/+0
* fftools/ffmpeg_mux: move muxing queue fields from OutputStream to MuxStreamAnton Khirnov2022-10-181-5/+0
* fftools/ffmpeg_mux: move bsf_ctx from OutputStream to MuxStreamAnton Khirnov2022-10-181-2/+0
* fftools/ffmpeg: remove the output_streams globalAnton Khirnov2022-10-181-4/+3
* fftools/ffmpeg_mux: move sq_mux from OutputFile to MuxerAnton Khirnov2022-10-181-1/+0
* fftools/ffmpeg_mux: inline of_muxer_init() into of_open()Anton Khirnov2022-10-181-4/+0
* fftools/ffmpeg_mux: embed OutputFile in a MuxerAnton Khirnov2022-10-181-3/+0
* fftools/ffmpeg_opt: move opening output files into a new fileAnton Khirnov2022-10-181-0/+69
* fftools/ffmpeg: move some stream initialization code to ffmpeg_muxAnton Khirnov2022-10-181-2/+8
* fftools/ffmpeg: move output_packet() to ffmpeg_muxAnton Khirnov2022-10-181-1/+12
* ffmpeg: Make find_stream_info behave like a normal per-file optionMarvin Scholz2022-10-131-0/+1
* fftools/ffmpeg: rename OutputStream.sync_opts to next_ptsAnton Khirnov2022-10-041-3/+3
* fftools/ffmpeg: drop never-set OutputStream.first_ptsAnton Khirnov2022-10-041-3/+0
* fftools/ffmpeg: drop the -async optionAnton Khirnov2022-10-041-1/+0
* fftools/ffmpeg: Remove unused frame_bits_per_raw_sample variableMarvin Scholz2022-10-021-1/+0
* fftools/ffmpeg: Remove unused do_deinterlace variableMarvin Scholz2022-10-021-1/+0
* fftools: Remove unused videotoolbox_init declarationMarvin Scholz2022-10-021-2/+0
* fftools: Remove unused qsv declarationsMarvin Scholz2022-10-021-4/+0
* fftools/ffmpeg: use a separate counter for encoded packet data sizeAnton Khirnov2022-08-291-2/+4
* fftools/ffmpeg: drop OutputStream.fps_modeAnton Khirnov2022-08-291-1/+0
* fftools/ffmpeg: drop OutputStream.encAnton Khirnov2022-08-291-1/+0
* fftools/ffmpeg: remove a stale extern declarationAnton Khirnov2022-08-291-1/+0
* fftools/ffmpeg: stop accessing av_stream_get_parser() from the main threadAnton Khirnov2022-08-291-0/+6
* fftools/ffmpeg: call av_guess_frame_rate() when opening the fileAnton Khirnov2022-08-221-0/+2
* fftools/ffmpeg: store a separate copy of input codec parametersAnton Khirnov2022-08-161-0/+6
* fftools/ffmpeg: use a separate variable for discontinuity offsetAnton Khirnov2022-08-131-0/+4
* fftools/ffmpeg: pre-compute the streamcopy start pts before transcoding startsAnton Khirnov2022-08-131-0/+6
* fftools/ffmpeg_demux: do not store demux packet in the contextAnton Khirnov2022-08-081-2/+0
* fftools/ffmpeg: move -stream_loop handling to the demuxer threadAnton Khirnov2022-08-081-3/+20
* fftools/ffmpeg: move seek_to_start() to ffmpeg_demux.cAnton Khirnov2022-08-081-0/+1
* fftools/ffmpeg: move get_input_packet() to ffmpeg_demux.cAnton Khirnov2022-08-081-0/+1
* fftools/ffmpeg: move the input thread into its own fileAnton Khirnov2022-08-081-0/+5
* fftools/ffmpeg: drop a write-only variableAnton Khirnov2022-08-081-1/+0
* fftools/ffmpeg: store the input file index in InputFileAnton Khirnov2022-08-081-0/+2
* fftools/ffmpeg: deprecate specifying a sync stream with -mapAnton Khirnov2022-08-081-2/+1
* fftools/ffmpeg: remove OutputStream.sync_istAnton Khirnov2022-08-081-1/+0
* fftools/ffmpeg: remove OutputStream.encoding_neededAnton Khirnov2022-08-081-1/+0
* fftools/ffmpeg: remove OutputStream.stream_copyAnton Khirnov2022-08-081-1/+0
* fftools/ffmpeg: deprecate the -map_channel optionAnton Khirnov2022-07-281-0/+7