summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAge
* fftools/ffprobe: fix handling parse_options() return valueAnton Khirnov2023-07-28
* fftools/ffmpeg_opt: Reduce scope of variables for deprecated codeAndreas Rheinhardt2023-07-23
* fftools/ffmpeg_opt: Fix leak on errorAndreas Rheinhardt2023-07-23
* fftools/opt_common: Fix leak on errorAndreas Rheinhardt2023-07-23
* fftools/ffmpeg_opt: Fix leak on errorAndreas Rheinhardt2023-07-23
* fftools/ffmpeg_mux_init: Fix leak on errorAndreas Rheinhardt2023-07-23
* fftools/ffmpeg: stop calling exit_program()Anton Khirnov2023-07-20
* fftools/ffprobe: stop calling exit_program()Anton Khirnov2023-07-20
* fftools/ffprobe: inline opt_output_file() into its only callerAnton Khirnov2023-07-20
* fftools/opt_common: replace report_and_exit() with returning an error codeAnton Khirnov2023-07-20
* fftools/ffplay: replace report_and_exit() with returning an error codeAnton Khirnov2023-07-20
* fftools/ffprobe: replace report_and_exit() with returning error codesAnton Khirnov2023-07-20
* fftools/ffmpeg: return an error from MATCH_PER_STREAM_OPT() instead of abortingAnton Khirnov2023-07-20
* fftools/ffmpeg: return an error from assert_avoptions() instead of abortingAnton Khirnov2023-07-20
* fftools/cmdutils: return AVERROR_EXIT for OPT_EXIT options instead of aborting()Anton Khirnov2023-07-20
* fftools/ffmpeg: consolidate exiting from main() on errorAnton Khirnov2023-07-20
* fftools/ffmpeg_opt: consolidate printing errors in ffmpeg_parse_options()Anton Khirnov2023-07-20
* fftools/cmdutils: add error handling to filter_codec_opts()Anton Khirnov2023-07-20
* fftools/cmdutils: constify the first parameter of filter_codec_opts()Anton Khirnov2023-07-20
* fftools: handle errors in 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/opt_common: replace exit_program() with returning error codesAnton 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/cmdutils: add error handling to grow_array()Anton Khirnov2023-07-20
* fftools/cmdutils: add error handling to allocate_array_elem()Anton Khirnov2023-07-20
* fftools/cmdutils: drop unused ALLOC_ARRAY_ELEM()Anton Khirnov2023-07-20
* fftools/ffmpeg_opt: reimplement -streamid using a dictionaryAnton Khirnov2023-07-20
* fftools/cmdutils: return error codes from setup_find_stream_info_opts() inste...Anton Khirnov2023-07-20
* fftools/ffmpeg_filter: replace remaining report_and_exit() with error codesAnton Khirnov2023-07-20
* fftools/ffmpeg_filter: return error codes from set_channel_layout() instead o...Anton Khirnov2023-07-20
* fftools/ffmpeg_filter: return error codes from fg_create() instead of abortingAnton Khirnov2023-07-20
* fftools/ffmpeg_filter: return error codes from choose_pix_fmts() instead of a...Anton Khirnov2023-07-20
* fftools/ffmpeg_filter: replace remaining exit_program() with error codesAnton Khirnov2023-07-20
* fftools/ffmpeg_filter: return error codes from init_input_filter() instead of...Anton Khirnov2023-07-20
* fftools/ffmpeg_filter: return error codes from ofilter_bind_ost() instead of ...Anton Khirnov2023-07-20
* fftools/ffmpeg_dec: drop redundant handling of AVERROR_EXPERIMENTALAnton Khirnov2023-07-20
* fftools/ffmpeg_dec: return error codes from dec_packet() instead of abortingAnton Khirnov2023-07-20
* fftools/ffmpeg_mux: return errors from of_output_packet() instead of abortingAnton Khirnov2023-07-20
* fftools/ffmpeg_enc: return errors from encode_frame() instead of abortingAnton Khirnov2023-07-20
* fftools/ffmpeg_enc: return errors from enc_flush() instead of abortingAnton Khirnov2023-07-20
* fftools/ffmpeg_enc: return errors from do_*_out() instead of abortingAnton Khirnov2023-07-20
* fftools/ffmpeg_enc: return errors from enc_open() instead of abortingAnton Khirnov2023-07-20
* fftools/ffmpeg_enc: return errors from enc_frame() instead of abortingAnton Khirnov2023-07-20
* fftools/ffmpeg_mux_init: avoid invalid memory access in set_dispositions()Anton Khirnov2023-07-20
* fftools/ffmpeg_filter: restrict reap_filters() to a single filtergraphAnton Khirnov2023-07-20
* fftools/ffmpeg_filter: stop accessing encoder from pixfmt selectionAnton Khirnov2023-07-20
* fftools/ffmpeg_filter: move "smart" pixfmt selection to ffmpeg_mux_initAnton Khirnov2023-07-20