summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAge
* ffprobe: introduce section type, use for the compact outputStefano Sabatini2023-10-06
* ffprobe: correct section name for side data pieceStefano Sabatini2023-10-06
* ffprobe: factorize side data printing to dedicated functionStefano Sabatini2023-10-06
* fftools/ffmpeg: move derivation of frame duration from filter framerateAnton Khirnov2023-10-03
* fftools/ffmpeg_enc: do not round frame durations prematurelyAnton Khirnov2023-10-03
* fftools/ffmpeg_dec: disregard demuxer timestamps for NOTIMESTAMPS formatsAnton Khirnov2023-10-03
* fftools/ffmpeg: deprecate the -top optionAnton Khirnov2023-09-18
* fftools/ffmpeg_enc: apply -top to individual encoded framesAnton Khirnov2023-09-18
* fftools/ffmpeg_enc: refactor setting encoding field_orderAnton Khirnov2023-09-18
* fftools/ffmpeg: do not fail on AVERROR(EAGAIN) from choose_output()Anton Khirnov2023-09-14
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-07
* 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