702 Commits (cccd2c2179ec9f51bc0db3ab64a525a50c8024a5)

Author SHA1 Message Date
Anton Khirnov 587081a179 fftools/ffmpeg: use the sync queues to handle -frames 2 years ago
Anton Khirnov 919638ff5c fftools/ffmpeg_mux: reindent 2 years ago
Anton Khirnov 4740fea7dd fftools/ffmpeg: rework -shortest implementation 2 years ago
Anton Khirnov 9ac78fb347 fftools: add an object pool 2 years ago
Anton Khirnov d02ae31fb2 fftools/ffmpeg: use pre-BSF DTS for choosing next output 2 years ago
Anton Khirnov b2b9e9ccee fftools/ffmpeg: use last filter output pts to choose next output stream 2 years ago
Anton Khirnov f52d045e34 fftools/ffmpeg: do not send spurious EOF for streamcopy when looping 2 years ago
Anton Khirnov 481b27e850 fftools/ffmpeg: use refcounted packets for encoded subtitles 2 years ago
Anton Khirnov dceccd4aeb fftools/ffmpeg: move freeing 2pass input stats to a better place 2 years ago
Anton Khirnov 52fee96ae9 fftools/ffmpeg: move output file opts into private context 2 years ago
Anton Khirnov ec00b005f9 fftools/ffmpeg_mux: split of_write_packet() 2 years ago
Anton Khirnov 6999a3cb18 fftools/ffmpeg_mux: split queuing packets into a separate function 2 years ago
Anton Khirnov 9c2b800203 fftools/ffmpeg: move the mux queue into muxer private data 2 years ago
Anton Khirnov 35bfcff07f fftools/ffmpeg: do not log to the muxer context 2 years ago
Anton Khirnov 48989efb76 fftools/ffmpeg: access output file chapters through a wrapper 2 years ago
Anton Khirnov 4877842bb5 fftools/ffmpeg: refactor the code checking for bitexact output 2 years ago
Anton Khirnov cc1cc2c65e fftools/ffmpeg: move closing the file into of_write_trailer() 2 years ago
Anton Khirnov cc49646077 fftools/ffmpeg: write the header for stream-less outputs when initializing the muxer 2 years ago
Anton Khirnov 12e9e50219 fftools/ffmpeg: set want_sdp when initializing the muxer 2 years ago
Anton Khirnov d8e944c238 fftools/ffmpeg: refactor limiting output file size with -fs 2 years ago
Anton Khirnov 81af4dec27 fftools/ffmpeg: fix the type of limit_filesize 2 years ago
Anton Khirnov 9fe62a545f fftools/ffmpeg: add a helper function to access output file size 2 years ago
Anton Khirnov 6a23be92d2 fftools/ffmpeg_mux: add private muxer context 2 years ago
Anton Khirnov de3a135e0f ffmpeg: use AVFrame.duration instead of AVFrame.pkt_duration 2 years ago
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