summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg_opt.c
Commit message (Expand)AuthorAge
* fftools/ffmpeg: deprecate the -top optionAnton Khirnov2023-09-18
* fftools/ffmpeg_opt: Reduce scope of variables for deprecated codeAndreas Rheinhardt2023-07-23
* fftools/ffmpeg_opt: Fix leak on errorAndreas Rheinhardt2023-07-23
* fftools/ffmpeg_opt: Fix leak on errorAndreas Rheinhardt2023-07-23
* fftools/cmdutils: return AVERROR_EXIT for OPT_EXIT options instead of aborting()Anton Khirnov2023-07-20
* fftools/ffmpeg_opt: consolidate printing errors in ffmpeg_parse_options()Anton Khirnov2023-07-20
* fftools: remove parse_time_or_die()Anton Khirnov2023-07-20
* fftools: return errors from parse_number_or_die() instead of abortingAnton Khirnov2023-07-20
* fftools/ffmpeg_opt: replace exit_program() with returning error codesAnton Khirnov2023-07-20
* fftools/ffmpeg: return errors from find_codec_or_die() instead of abortingAnton Khirnov2023-07-20
* fftools/cmdutils: add error handling to GROW_ARRAY()Anton Khirnov2023-07-20
* fftools/ffmpeg_opt: reimplement -streamid using a dictionaryAnton Khirnov2023-07-20
* fftools/ffmpeg_filter: return error codes from fg_create() instead of abortingAnton Khirnov2023-07-20
* fftools/ffmpeg_filter: replace remaining exit_program() with error codesAnton Khirnov2023-07-20
* fftools/ffmpeg: return errors from assert_file_overwrite() instead of abortingAnton Khirnov2023-07-15
* fftools/ffmpeg: add ability to set a input burst time before readrate is enfo...Davy Durham2023-05-07
* fftools/ffmpeg: deprecate -adrift_thresholdAnton Khirnov2023-05-02
* fftools/ffmpeg_filter: add a function for creating a filtergraphAnton Khirnov2023-04-24
* fftools/ffmpeg_opt: Document VAAPI -device usage for DirectX AdapterSil Vilerino2023-04-24
* fftools/ffmpeg: disable and deprecate -qphistAnton Khirnov2023-04-13
* fftools/ffmpeg: rename -enc_stats* to -stats_enc*Anton Khirnov2023-02-10
* fftools/ffmpeg: add an option for writing pre-muxing statsAnton Khirnov2023-02-09
* ffmpeg_opt: move help text for -ab/-b:a to audio categoryMarth642023-02-09
* ffmpeg: add video heartbeat capability to fix_sub_durationJan Ekström2023-02-03
* fftools/ffmpeg: add an AVClass to MuxStream/OutputStreamAnton Khirnov2023-01-29
* fftools/ffmpeg: add options for writing encoding statsAnton Khirnov2023-01-29
* fftools: use av_dict_iterateMarvin Scholz2022-12-01
* fftools/ffmpeg: remove the input_streams globalAnton Khirnov2022-11-23
* fftools/ffmpeg_mux_init: drop an always-false checkAnton Khirnov2022-11-17
* fftools/ffmpeg_mux_init: move validating codec avoptions to a separate functionAnton Khirnov2022-11-17
* fftools/ffmpeg_[de]mux: constify all uses of OptionsContextAnton Khirnov2022-11-16
* ffmpeg: fix implementation of updated input start timeGyan Doshi2022-11-03
* ffmpeg: shift start time correction to ffmpeg_optGyan Doshi2022-11-03
* fftools/ffmpeg_opt: move opening input files to ffmpeg_demux.cAnton Khirnov2022-10-25
* fftools/ffmpeg: rename read_file() to avoid conflict with libassAnton Khirnov2022-10-21
* ffmpeg: Add display_{rotation, hflip, vflip} optionsJan Ekström2022-10-19
* fftools/ffmpeg_opt: Move stuff only used by ffmpeg_mux_init to itAndreas Rheinhardt2022-10-18
* fftools/ffmpeg_opt: move opening output files into a new fileAnton Khirnov2022-10-18
* fftools/ffmpeg_opt: Use av_err2strMarvin Scholz2022-10-14
* ffmpeg: Make find_stream_info behave like a normal per-file optionMarvin Scholz2022-10-13
* fftools/ffmpeg: drop the -async optionAnton Khirnov2022-10-04
* fftools/ffmpeg_opt: Check creation of new programAndreas Rheinhardt2022-09-01
* fftools: Use report_error_then_exit_program() for allocation failuresAndreas Rheinhardt2022-09-01
* fftools/ffmpeg: drop OutputStream.fps_modeAnton Khirnov2022-08-29
* fftools/ffmpeg: drop OutputStream.encAnton Khirnov2022-08-29
* fftools/ffmpeg_opt: try to propagate the requested output channel layoutJames Almer2022-08-23
* fftools/ffmpeg: call av_guess_frame_rate() when opening the fileAnton Khirnov2022-08-22
* fftools/ffmpeg: store a separate copy of input codec parametersAnton Khirnov2022-08-16
* fftools/ffmpeg_demux: do not store demux packet in the contextAnton Khirnov2022-08-08
* fftools/ffmpeg: store the input file index in InputFileAnton Khirnov2022-08-08