578 Commits (b77fff47d0d60434a48b6877ed72a71ebf53858a)

Author SHA1 Message Date
Anton Khirnov ccb94ec5cf ffprobe: print AVFrame.duration 2 years ago
Timo Rothenpieler 91a95e19c9 fftools/ffmpeg: make debug_ts print raw filter output 2 years ago
Gyan Doshi 882aac99d2 ffmpeg: add option -isync 2 years ago
Andreas Rheinhardt c6134ce65f fftools/ffprobe: Improve description of AFD side data 2 years ago
Andreas Rheinhardt dc977f94d5 fftools/ffprobe: Add const to AVPacket data pointers 2 years ago
Nicolas Gaullier d3cf7be5a4 fftools: Fix preset search pathes 2 years ago
Marton Balint 20e2aa940c fftools/ffmpeg: change frame counters to 64 bit 2 years ago
Niklas Haas a526f0cc3a fftools/ffplay: fix YUV conversion mode 2 years ago
Nil Admirari 13350e81fd fftools: Remove MAX_PATH limit and switch to UTF-8 versions of fopen() and getenv() 2 years ago
Marton Balint c11fb46731 fftools/ffprobe: report avio errors 2 years ago
softworkz fee765c207 fftools/fopen_utf8: support long paths on Windows for fftools 2 years ago
Stefano Sabatini ff07492cd8 ffprobe: add -o option 2 years ago
Gyan Doshi 09c53a04c5 ffmpeg: add option fps_mode 2 years ago
Stefano Sabatini 605b4016b3 ffmpeg: drop undocumented -d option 2 years ago
Stefano Sabatini 7adeeff91f ffprobe: update entry index after printing packet/media type 2 years ago
Anton Khirnov b033913d1c fftools/ffmpeg: move processing AV_PKT_DATA_QUALITY_STATS to do_video_stats() 3 years ago
Anton Khirnov 0c914ebd53 fftools/ffmpeg: merge variable declaration and initialization 3 years ago
Anton Khirnov 9acce2afcf fftools/ffmpeg: stop using av_stream_get_end_pts() in do_video_stats() 3 years ago
Anton Khirnov 3d4d355375 fftools/ffmpeg: stop using AVStream.nb_frames in do_video_stats() 3 years ago
Anton Khirnov 19d1e1fb06 fftools/ffmpeg: move do_video_stats() to avoid a forward declaration 3 years ago
Anton Khirnov 1753fbd095 fftools/ffmpeg: drop a useless check and reduce indentation 3 years ago
Anton Khirnov 9f4437a4eb fftools/ffmpeg: reindent after previous commit 3 years ago
Anton Khirnov 2ecb333fe4 fftools/ffmpeg: reuse the encoding code for flushing encoders 3 years ago
Anton Khirnov a11ab64730 fftools/ffmpeg: share the code encoding a single frame between video and audio 3 years ago
Anton Khirnov e53940186a fftools/ffmpeg: fix 2pass log file names 3 years ago
Martin Storsjö 4cdc14aa95 libavutil: Deprecate av_fopen_utf8, provide an avpriv version 3 years ago
Martin Storsjö 3fb9244642 fftools: Stop using av_fopen_utf8 3 years ago
Gyan Doshi 9ab20b1614 opt_common: note D and T type streams for completeness. 3 years ago
softworkz b8ede4d637 fftools/opt_common: add includes of avf headers for clarity 3 years ago
Stefano Sabatini 83e1a1de88 doc/ffprobe: clarify that the input file is not optional 3 years ago
Anton Khirnov 4a7c8bb3d8 fftools/ffmpeg: store output format separately from the muxer context 3 years ago
Anton Khirnov 5c66ee6351 fftools/ffmpeg: move freeing the output file to ffmpeg_mux.c 3 years ago
Anton Khirnov 5bc644ea8a fftools/ffmpeg: move writing the trailer to ffmpeg_mux.c 3 years ago
Anton Khirnov 288aa37387 fftools/ffmpeg: move some muxing-related code into a separate file 3 years ago
Anton Khirnov b1a984cb49 fftools/ffmpeg: store the output file index in OutputFile 3 years ago
Anton Khirnov 16aea9a38b fftools/ffmpeg: pass the muxer context explicitly to some functions 3 years ago
Anton Khirnov 662364b2ef fftools/ffmpeg: stop using OutputStream.frame_number for streamcopy 3 years ago
Anton Khirnov 86e1c0303c fftools/ffmpeg: move a comment to a more appropriate place 3 years ago
Anton Khirnov a8c95e1feb fftools/ffmpeg: drop an obsolete hack 3 years ago
James Almer b04f14136e fftools/opt_cmdutils: fix printing known channel layouts 3 years ago
Jaakko Perttilä b1cbeabf5e ffmpeg: add packet duration to AVPacket logging 3 years ago
Anton Khirnov 1728ad8293 fftools/cmdutils: drop redundant code 3 years ago
Anton Khirnov bd0cbebf3e fftools: drop the fake "default" option from ffplay/ffprobe 3 years ago
Anton Khirnov 1dd6363581 fftools/ffprobe: drop -show_format_entry 3 years ago
Anton Khirnov 6fd1cd6053 fftools/ffplay: drop options deprecated since 2011 3 years ago
Anton Khirnov 8d293918b5 fftools/ffmpeg: drop mistakenly added empty line 3 years ago
Anton Khirnov 00da464658 fftools: move opt_timelimit from cmdutils to ffmpeg 3 years ago
Anton Khirnov a545cb2b9d fftools/cmdutils: split common option handlers into their own file 3 years ago
Anton Khirnov c99b93c5d5 fftools: drop useless indirection 3 years ago
Anton Khirnov 5e51f5af33 fftools/cmdutils: drop extern declarations for nonexistent variables 3 years ago