aboutsummaryrefslogtreecommitdiffstats
path: root/fftools
Commit message (Expand)AuthorAgeFilesLines
* ffplay: port to lavu/txLynne2023-09-011-15/+27
* fftools/ffmpeg_mux: replace monotonous with monotonicLeo Izen2023-09-011-1/+1
* fftools/ffmpeg: move sending filtergraph commands to a separate functionAnton Khirnov2023-08-303-22/+31
* fftools/ffmpeg_mux: rename of_close() to of_free()Anton Khirnov2023-08-303-4/+3
* fftools/ffmpeg_filter: shorten a variable nameAnton Khirnov2023-08-301-15/+12
* fftools/ffmpeg_filter: reindent after previous commitAnton Khirnov2023-08-301-51/+51
* fftools/ffmpeg_filter: factor processing a single frame out of reap_filters()Anton Khirnov2023-08-301-17/+24
* fftools/ffmpeg_filter: sanitize framerate retrieved from the filtergraphAnton Khirnov2023-08-301-2/+5
* fftools/ffmpeg_enc: reindent after previous commitAnton Khirnov2023-08-301-9/+9
* fftools/ffmpeg_enc: only use fallback framerate when encoding CFRAnton Khirnov2023-08-301-12/+17
* fftools/ffmpeg_enc: reindent after previous commitAnton Khirnov2023-08-301-33/+33
* fftools/ffmpeg_enc: factor out setting encoder timebaseAnton Khirnov2023-08-301-61/+93
* fftools/ffmpeg_mux: stop rescaling timestamps in of_streamcopy()Anton Khirnov2023-08-305-28/+24
* fftools/ffmpeg_mux: use correct timebases for bitstream filteringAnton Khirnov2023-08-301-6/+6
* fftools/ffmpeg: simplify handling input -t for streamcopyAnton Khirnov2023-08-301-8/+1
* fftools/ffmpeg: stop explicitly closing output streams on input EOFAnton Khirnov2023-08-301-1/+1
* fftools/ffprobe: Use proper enum typeAndreas Rheinhardt2023-08-081-20/+18
* fftools/opt_common: Don't add unnecessary " "Andreas Rheinhardt2023-08-021-2/+2
* fftools/opt_common: Use %c instead of %s to write single charAndreas Rheinhardt2023-08-021-14/+14
* fftools/ffprobe: Fix memleakAndreas Rheinhardt2023-08-011-2/+4
* fftools/ffprobe: fix handling parse_options() return valueAnton Khirnov2023-07-281-1/+1
* fftools/ffmpeg_opt: Reduce scope of variables for deprecated codeAndreas Rheinhardt2023-07-231-7/+8
* fftools/ffmpeg_opt: Fix leak on errorAndreas Rheinhardt2023-07-231-8/+13
* fftools/opt_common: Fix leak on errorAndreas Rheinhardt2023-07-231-0/+1
* fftools/ffmpeg_opt: Fix leak on errorAndreas Rheinhardt2023-07-231-4/+6
* fftools/ffmpeg_mux_init: Fix leak on errorAndreas Rheinhardt2023-07-231-1/+1
* fftools/ffmpeg: stop calling exit_program()Anton Khirnov2023-07-203-28/+1
* fftools/ffprobe: stop calling exit_program()Anton Khirnov2023-07-201-14/+8
* fftools/ffprobe: inline opt_output_file() into its only callerAnton Khirnov2023-07-201-6/+2
* fftools/opt_common: replace report_and_exit() with returning an error codeAnton Khirnov2023-07-203-20/+7
* fftools/ffplay: replace report_and_exit() with returning an error codeAnton Khirnov2023-07-201-2/+6
* fftools/ffprobe: replace report_and_exit() with returning error codesAnton Khirnov2023-07-201-2/+2
* fftools/ffmpeg: return an error from MATCH_PER_STREAM_OPT() instead of abortingAnton Khirnov2023-07-201-1/+1
* fftools/ffmpeg: return an error from assert_avoptions() instead of abortingAnton Khirnov2023-07-205-6/+17
* fftools/cmdutils: return AVERROR_EXIT for OPT_EXIT options instead of aborting()Anton Khirnov2023-07-205-4/+7
* fftools/ffmpeg: consolidate exiting from main() on errorAnton Khirnov2023-07-201-3/+6
* fftools/ffmpeg_opt: consolidate printing errors in ffmpeg_parse_options()Anton Khirnov2023-07-201-6/+8
* fftools/cmdutils: add error handling to filter_codec_opts()Anton Khirnov2023-07-206-23/+56
* fftools/cmdutils: constify the first parameter of filter_codec_opts()Anton Khirnov2023-07-202-2/+2
* fftools: handle errors in parse_options()Anton Khirnov2023-07-204-14/+27
* fftools: remove parse_time_or_die()Anton Khirnov2023-07-205-53/+46
* fftools: return errors from parse_number_or_die() instead of abortingAnton Khirnov2023-07-206-27/+83
* fftools/opt_common: replace exit_program() with returning error codesAnton Khirnov2023-07-201-3/+5
* fftools/ffmpeg_opt: replace exit_program() with returning error codesAnton Khirnov2023-07-201-20/+29
* fftools/ffmpeg: return errors from find_codec_or_die() instead of abortingAnton Khirnov2023-07-204-25/+50
* fftools/cmdutils: add error handling to GROW_ARRAY()Anton Khirnov2023-07-206-26/+78
* fftools/cmdutils: add error handling to grow_array()Anton Khirnov2023-07-202-12/+21
* fftools/cmdutils: add error handling to allocate_array_elem()Anton Khirnov2023-07-205-14/+51
* fftools/cmdutils: drop unused ALLOC_ARRAY_ELEM()Anton Khirnov2023-07-201-3/+0
* fftools/ffmpeg_opt: reimplement -streamid using a dictionaryAnton Khirnov2023-07-203-15/+22