2089 Commits (1e4e760f767b597f88442b75e90d726ae626b230)

Author SHA1 Message Date
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
Nicolas George be24f85176 ffmpeg: re-set frame_size after filter graph reset. 13 years ago
Nicolas George 6f5e7e8690 ffmpeg: use the more powerful version of abuffersink. 13 years ago
Nicolas George 20a8dca57f ffmpeg: fix parsing of -force_key_frames option. 13 years ago
Clément Bœsch f926d91611 ffmpeg: fix a memleak in subtitles decoding. 13 years ago
Nicolas George 8069db8633 ffmpeg: warn that -t does not work with -filter_complex. 13 years ago
Nicolas George 2c793b8501 ffmpeg: warn when -t is used for inputs. 13 years ago
Michael Niedermayer e377208d43 ffmpeg: dont copy creation_time as the destination file is not created at that time 13 years ago
Stefano Sabatini 43583fb85c lavfi/avcodec: deprecate avfilter_fill_frame_from_*_buffer_ref API 13 years ago
Michael Niedermayer fbf03ee391 ffmpeg: fix indent of 1 line 13 years ago
Michael Niedermayer da728d5d2e ffmpeg: fix FF_API_OLD_VSINK_API=0 case 13 years ago
Michael Niedermayer caf7381d50 ffmpeg: fix mixup of old and new sinks 13 years ago
Clément Bœsch 492cc9bcc4 ffmpeg: remove unused buffer_size in InputFile. 13 years ago
Michael Niedermayer 2fa5d8f234 ffmpeg: print swr options in --help too 13 years ago
Nicolas George 8c3514647e ffmpeg.c: count subtitles in total size. 13 years ago
Michael Niedermayer 9ec5e956a2 ffmpeg: disable threading on mingw, it doesnt work due to dependance on internal code. 13 years ago
Michael Niedermayer 0478d5f9fe ffmpeg: allow overriding framerate for stream copy 13 years ago