summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAgeFilesLines
* fftools/ffmpeg_opt: try to propagate the requested output channel layoutJames Almer2022-08-241-1/+38
* ffprobe: restore reporting error code for failed inputsGyan Doshi2022-08-171-1/+5
* ffmpeg: add option -isyncGyan Doshi2022-07-142-0/+61
* fftools/ffprobe: Improve description of AFD side dataAndreas Rheinhardt2022-07-091-0/+4
* fftools/ffprobe: Add const to AVPacket data pointersAndreas Rheinhardt2022-07-091-2/+2
* fftools: Fix preset search pathesNicolas Gaullier2022-07-081-2/+2
* fftools/ffmpeg: change frame counters to 64 bitMarton Balint2022-06-272-22/+22
* fftools/ffplay: fix YUV conversion modeNiklas Haas2022-06-271-2/+4
* fftools: Remove MAX_PATH limit and switch to UTF-8 versions of fopen() and ge...Nil Admirari2022-06-212-15/+47
* fftools/ffprobe: report avio errorsMarton Balint2022-06-201-4/+8
* fftools/fopen_utf8: support long paths on Windows for fftoolssoftworkz2022-06-191-1/+1
* ffprobe: add -o optionStefano Sabatini2022-06-131-61/+148
* ffmpeg: add option fps_modeGyan Doshi2022-06-114-16/+40
* ffmpeg: drop undocumented -d optionStefano Sabatini2022-06-091-14/+2
* ffprobe: update entry index after printing packet/media typeStefano Sabatini2022-06-091-0/+1
* fftools/ffmpeg: move processing AV_PKT_DATA_QUALITY_STATS to do_video_stats()Anton Khirnov2022-05-242-17/+19
* fftools/ffmpeg: merge variable declaration and initializationAnton Khirnov2022-05-241-2/+1
* fftools/ffmpeg: stop using av_stream_get_end_pts() in do_video_stats()Anton Khirnov2022-05-241-5/+5
* fftools/ffmpeg: stop using AVStream.nb_frames in do_video_stats()Anton Khirnov2022-05-242-1/+5
* fftools/ffmpeg: move do_video_stats() to avoid a forward declarationAnton Khirnov2022-05-241-47/+46
* fftools/ffmpeg: drop a useless check and reduce indentationAnton Khirnov2022-05-241-25/+23
* fftools/ffmpeg: reindent after previous commitAnton Khirnov2022-05-241-8/+8
* fftools/ffmpeg: reuse the encoding code for flushing encodersAnton Khirnov2022-05-241-63/+21
* fftools/ffmpeg: share the code encoding a single frame between video and audioAnton Khirnov2022-05-241-85/+60
* fftools/ffmpeg: fix 2pass log file namesAnton Khirnov2022-05-241-1/+1
* libavutil: Deprecate av_fopen_utf8, provide an avpriv versionMartin Storsjö2022-05-231-1/+1
* fftools: Stop using av_fopen_utf8Martin Storsjö2022-05-232-1/+73
* opt_common: note D and T type streams for completeness.Gyan Doshi2022-05-201-0/+2
* fftools/opt_common: add includes of avf headers for claritysoftworkz2022-05-181-0/+3
* doc/ffprobe: clarify that the input file is not optionalStefano Sabatini2022-04-211-1/+1
* fftools/ffmpeg: store output format separately from the muxer contextAnton Khirnov2022-04-133-8/+13
* fftools/ffmpeg: move freeing the output file to ffmpeg_mux.cAnton Khirnov2022-04-133-12/+20
* fftools/ffmpeg: move writing the trailer to ffmpeg_mux.cAnton Khirnov2022-04-133-13/+25
* fftools/ffmpeg: move some muxing-related code into a separate fileAnton Khirnov2022-04-134-266/+314
* fftools/ffmpeg: store the output file index in OutputFileAnton Khirnov2022-04-133-5/+8
* fftools/ffmpeg: pass the muxer context explicitly to some functionsAnton Khirnov2022-04-131-8/+8
* fftools/ffmpeg: stop using OutputStream.frame_number for streamcopyAnton Khirnov2022-04-132-6/+6
* fftools/ffmpeg: move a comment to a more appropriate placeAnton Khirnov2022-04-131-5/+5
* fftools/ffmpeg: drop an obsolete hackAnton Khirnov2022-04-131-3/+0
* fftools/opt_cmdutils: fix printing known channel layoutsJames Almer2022-03-251-5/+8
* ffmpeg: add packet duration to AVPacket loggingJaakko Perttilä2022-03-231-9/+18
* fftools/cmdutils: drop redundant codeAnton Khirnov2022-03-221-15/+0
* fftools: drop the fake "default" option from ffplay/ffprobeAnton Khirnov2022-03-223-3/+7
* fftools/ffprobe: drop -show_format_entryAnton Khirnov2022-03-221-18/+0
* fftools/ffplay: drop options deprecated since 2011Anton Khirnov2022-03-221-14/+0
* fftools/ffmpeg: drop mistakenly added empty lineAnton Khirnov2022-03-221-1/+0
* fftools: move opt_timelimit from cmdutils to ffmpegAnton Khirnov2022-03-222-17/+20
* fftools/cmdutils: split common option handlers into their own fileAnton Khirnov2022-03-228-1615/+1697
* fftools: drop useless indirectionAnton Khirnov2022-03-223-6/+4
* fftools/cmdutils: drop extern declarations for nonexistent variablesAnton Khirnov2022-03-221-2/+0