516 Commits (b4ca3c7e4e4a098651f013b80d9d88cc1dc4d6b7)

Author SHA1 Message Date
Anton Khirnov 34cbda3ee1 fftools/ffmpeg: replace AVFrame.pkt_duration with duration 2 years ago
Andreas Rheinhardt b0ae5d02f3 fftools/ffmpeg: Zero subtitle packet padding 2 years ago
Andreas Rheinhardt 8136ab8e76 fftools/objpool: Don't use return with expression when returning void 2 years ago
Anton Khirnov 2d924b3a63 fftools/ffmpeg: move each muxer to a separate thread 2 years ago
Anton Khirnov 37c764df67 fftools: add a multistream thread-safe queue 2 years ago
Anton Khirnov 760ce4bc0b fftools/ffmpeg: depend on threads 2 years ago
Anton Khirnov 8e854cdd2e fftools/ffmpeg: stop using av_stream_get_end_pts() 2 years ago
Anton Khirnov 33f5cacb1d fftools/ffmpeg_mux: do not call exit_program() in print_sdp() 2 years ago
Anton Khirnov 9fc64574e1 fftools/ffmpeg_mux: return errors from write_packet() 2 years ago
Anton Khirnov 279214dd51 fftools/ffmpeg_mux: return errors from submit_packet() 2 years ago
Anton Khirnov 52bc8a842e fftools/ffmpeg_mux: return errors from of_submit_packet() 2 years ago
Anton Khirnov ff593c6c88 fftools/ffmpeg: make the muxer AVFormatContext private to ffmpeg_mux.c 2 years ago
Anton Khirnov 4403851ca9 fftools/ffmpeg: only set OutputStream.frame_number for video encoding 2 years ago
Anton Khirnov 4cd19eaffa fftools/ffmpeg: stop using OutputStream.frame_number in print_report() 2 years ago
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