1833 Commits (a5a90fa577cb3a73a20cd0f179f69a8f60c6a24f)

Author SHA1 Message Date
Nicolas George a9b1a151d2 ffmpeg: count finished streams for last stats line. 12 years ago
Nicolas George 18217bb0f5 ffmpeg: report max time of unfinished streams in stats. 12 years ago
Michael Niedermayer 91c18beb9d ffmpeg: fix wrap correction code. 12 years ago
Nicolas George 8b61abac2e ffmpeg: use close_output_stream more systematically. 12 years ago
Nicolas George 666fd092be ffmpeg: move close_output_stream earlier. 12 years ago
Nicolas George 425b77114b ffmpeg: make decoding_needed a counter. 12 years ago
Nicolas George ac07f941ae ffmpeg: use AV_BUFFERSRC_FLAG_PUSH. 12 years ago
Nicolas George dcae2ecc13 ffmpeg: remove useless flags to EOF av_buffersrc_add_ref. 12 years ago
rogerdpack d0b68a9d57 fix spelling 12 years ago
Nicolas George 13b965ead4 ffmpeg: reindent after last commit. 12 years ago
Nicolas George 429c6cab1c ffmpeg: reduce differences with avconv for in/out scheduling. 12 years ago
Michael Niedermayer af5086087e ffmpeg: Clip invalid video timestamps like audio instead of failing hard. 12 years ago
Nicolas George 690ef618b1 ffmpeg: copy subtitles frame dimensions. 12 years ago
Nicolas George 0cad101ea1 ffmpeg: add an option to fix subtitles durations. 12 years ago
Michael Niedermayer c5ea3a009b ffmpeg: Do not discard slightly invalid timestamps. 12 years ago
Michael Niedermayer 969267482d ffmpeg: Allocate new buffer for bitstream filter when buffer shifted 12 years ago
Michael Niedermayer fc97f8e0e2 ffmpeg: factorize process_input() out 12 years ago
Nicolas George aed032c25b dvbsub: fix encoding of termination packets. 12 years ago
Michael Niedermayer 2cdb0810f1 ffmpeg: reduce difference to qatar by a few lines 12 years ago
Clément Bœsch 16dc5f2050 Replace various inlined inverse AVRational with av_inv_q(). 12 years ago
Philip Langdale 50b4dbf65a ass subtitles: Fix valgrind warnings. 12 years ago
Nicolas George 88fc1438c6 ffmpeg: insert bitmap subtitles as video in filters. 12 years ago
Clément Bœsch 53a3748ed2 ffmpeg: honor -ss and -t parameters with muxed subtitles. 12 years ago
Michael Niedermayer d57a9928ea ffmpeg: avoid bogus error with "test.flac -c copy -f null -" 12 years ago
Michael Niedermayer cbb2c95e47 ffmpeg: init simple filter graph before trying to extract framerate from its output. 12 years ago
Michael Niedermayer 3adc9c9996 ffmpeg: allow using the r_frame_rate as fundamental timebase for stream copy in avi 12 years ago
Michael Niedermayer 157f956973 ffmpeg: add code to perform ts wrap correction 12 years ago
Michael Niedermayer f5a5b4344b ffmpeg: doxyfy some comments and mention the timebase used in various timestamp fields. 12 years ago
Michael Niedermayer 1a7af514de ffmpeg: move decoded_frame->pts computation together 12 years ago
Michael Niedermayer c76a5365bb ffmpeg: Fix rounding errors in decoded_frame->pts computation 12 years ago
Michael Niedermayer 9b1fdb1c5a ffmpeg: fix assumed decoded_frame->pts timebase 12 years ago
Michael Niedermayer b616405c16 ffmpeg: reset decoded_frame->pts after rescaling. 12 years ago
Michael Niedermayer 55fa883b30 ffmpeg: fix units of next_?ts in debug printing routine. 12 years ago
Nicolas George 6bf87785e8 ffmpeg: warn about new streams after startup. 12 years ago
Nicolas George 3ccf22c64a ffmpeg: keep packet/frame availability in global structures. 12 years ago
Nicolas George 1cadab6023 ffmpeg: select input file based on output time. 12 years ago
Nicolas George bf8ce5a5c3 ffmpeg: probe buffersinks once more after EOF. 13 years ago
Nicolas George d853ed46b1 Revert "ffmpeg: set pkt_timebase" 13 years ago
Nicolas George 0fe8acf2d6 ffmpeg: add -(no)stdin option. 13 years ago
Nicolas George 52ab418588 ffmpeg: invert using_stdin and rename accordingly. 13 years ago
Michael Niedermayer dece4f4693 ffmpeg: revert 3ba90d9 (cosmetics to reduce difference to qatar by about 90 lines) 13 years ago
Michael Niedermayer 5dba4cbc2f ffmpeg: fix streamcopy of some mp3 in avi 13 years ago
Nicolas George 7b521c52c4 ffmpeg: add -progress option. 13 years ago
Michael Niedermayer 825e1e2437 ffmpeg: use pkt_pts before pkt->pts for audio 13 years ago
Michael Niedermayer 744bd8d08c ffmpeg: set pkt_timebase 13 years ago
Michael Niedermayer 1cef5a0196 ffmpeg: fix type of av_log() argument 13 years ago
Robert Krüger c916af995d add output for frame timestamps 13 years ago
Nicolas George 5997285d3a ffmpeg: poll filters even after -t limit. 13 years ago
Nicolas George 2fc354f90d ffmpeg: rework checks for the -t option. 13 years ago
Michael Niedermayer df3a96c497 ffmpeg: Add sanity check on frame duplication 13 years ago