summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.h
Commit message (Expand)AuthorAgeFilesLines
...
* fftools/ffmpeg: eliminate the main_return_code globalAnton Khirnov2023-04-131-1/+11
* fftools/ffmpeg: move OutputStream.last_filter_pts to OutputFilterAnton Khirnov2023-04-131-2/+3
* fftools/ffmpeg: move OutputStream.last_nb0_frames to EncoderAnton Khirnov2023-04-131-1/+0
* fftools/ffmpeg: move OutputStream.sq_frame to EncoderAnton Khirnov2023-04-131-1/+0
* fftools/ffmpeg: move OutputStream.next_pts to EncoderAnton Khirnov2023-04-131-3/+0
* fftools/ffmpeg: move OutputStream.vsync_frame_number to EncoderAnton Khirnov2023-04-131-2/+0
* fftools/ffmpeg: add encoder private dataAnton Khirnov2023-04-091-1/+6
* fftools/ffmpeg: move audio/video encoding code to ffmpeg_enc.cAnton Khirnov2023-04-091-2/+29
* fftools/ffmpeg: move subtitle encoding to ffmpeg_enc.cAnton Khirnov2023-04-091-0/+3
* fftools/ffmpeg: move initializing encoders to a new fileAnton Khirnov2023-04-091-0/+2
* fftools/ffmpeg: drop InputStream.processing_neededAnton Khirnov2023-04-091-1/+0
* fftools/ffmpeg: supply hw_device_ctx to filters before initializing themAnton Khirnov2023-03-241-1/+6
* fftools/ffmpeg: move ts_scale to DemuxStreamAnton Khirnov2023-02-201-1/+0
* fftools/ffmpeg_demux: add an AVClass to DemuxStream/InputStreamAnton Khirnov2023-02-201-0/+2
* fftools/ffmpeg_demux: move InputStream.guess_layout_max to stackAnton Khirnov2023-02-201-1/+0
* fftools/ffmpeg_demux: add InputStream private dataAnton Khirnov2023-02-201-3/+0
* fftools/ffmpeg_demux: add an AVClass to Demuxer/InputFileAnton Khirnov2023-02-201-0/+2
* fftools/ffmpeg: add an option for writing pre-muxing statsAnton Khirnov2023-02-091-0/+8
* ffmpeg: add video heartbeat capability to fix_sub_durationJan Ekström2023-02-031-0/+8
* fftools/ffmpeg: support input frame params in encoding statsAnton Khirnov2023-01-311-0/+6
* fftools/ffmpeg: add an AVClass to MuxStream/OutputStreamAnton Khirnov2023-01-291-1/+4
* fftools/ffmpeg: add an AVClass to Muxer/OutputFileAnton Khirnov2023-01-291-0/+2
* fftools/ffmpeg: add options for writing encoding statsAnton Khirnov2023-01-291-0/+44
* fftools/ffmpeg: avoid storing full forced keyframe specAnton Khirnov2022-11-281-1/+6
* fftools/ffmpeg: parse forced keyframes in of_open()Anton Khirnov2022-11-281-2/+0
* fftools/ffmpeg: store forced keyframe pts in AV_TIME_BASE_QAnton Khirnov2022-11-281-0/+1
* fftools/ffmpeg: move force-keyframe-related vars to a separate structAnton Khirnov2022-11-281-9/+16
* fftools/ffmpeg_mux_init: postpone matching -disposition to streamsAnton Khirnov2022-11-231-1/+0
* fftools/ffmpeg: _-prefix variables in MATCH_PER_STREAM_OPT()Anton Khirnov2022-11-231-11/+11
* fftools/ffmpeg: remove the input_streams globalAnton Khirnov2022-11-231-5/+11
* fftools/ffmpeg: replace OutputStream.source_index with a pointer to InputStreamAnton Khirnov2022-11-231-1/+6
* fftools/ffmpeg_mux_init: drop an always-false checkAnton Khirnov2022-11-171-1/+0
* fftools/ffmpeg_mux_init: move validating codec avoptions to a separate functionAnton Khirnov2022-11-171-1/+1
* fftools/ffmpeg: move OutputStream.max_frames to MuxStreamAnton Khirnov2022-11-171-1/+0
* fftools/ffmpeg_[de]mux: constify all uses of OptionsContextAnton Khirnov2022-11-161-2/+2
* fftools/ffmpeg_mux_init: stop using OptionsContext as storage in copy_metadata()Anton Khirnov2022-11-161-3/+0
* ffmpeg: fix implementation of updated input start timeGyan Doshi2022-11-031-1/+4
* 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