summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAge
* ffplay: port to lavu/txLynne2023-09-01
* fftools/ffmpeg_mux: replace monotonous with monotonicLeo Izen2023-09-01
* fftools/ffmpeg: move sending filtergraph commands to a separate functionAnton Khirnov2023-08-30
* fftools/ffmpeg_mux: rename of_close() to of_free()Anton Khirnov2023-08-30
* fftools/ffmpeg_filter: shorten a variable nameAnton Khirnov2023-08-30
* fftools/ffmpeg_filter: reindent after previous commitAnton Khirnov2023-08-30
* fftools/ffmpeg_filter: factor processing a single frame out of reap_filters()Anton Khirnov2023-08-30
* fftools/ffmpeg_filter: sanitize framerate retrieved from the filtergraphAnton Khirnov2023-08-30
* fftools/ffmpeg_enc: reindent after previous commitAnton Khirnov2023-08-30
* fftools/ffmpeg_enc: only use fallback framerate when encoding CFRAnton Khirnov2023-08-30
* fftools/ffmpeg_enc: reindent after previous commitAnton Khirnov2023-08-30
* fftools/ffmpeg_enc: factor out setting encoder timebaseAnton Khirnov2023-08-30
* fftools/ffmpeg_mux: stop rescaling timestamps in of_streamcopy()Anton Khirnov2023-08-30
* fftools/ffmpeg_mux: use correct timebases for bitstream filteringAnton Khirnov2023-08-30
* fftools/ffmpeg: simplify handling input -t for streamcopyAnton Khirnov2023-08-30
* fftools/ffmpeg: stop explicitly closing output streams on input EOFAnton Khirnov2023-08-30
* fftools/ffprobe: Use proper enum typeAndreas Rheinhardt2023-08-08
* fftools/opt_common: Don't add unnecessary " "Andreas Rheinhardt2023-08-02
* fftools/opt_common: Use %c instead of %s to write single charAndreas Rheinhardt2023-08-02
* fftools/ffprobe: Fix memleakAndreas Rheinhardt2023-08-01
* 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