FFmpeg git repo
Go to file
Michael Niedermayer 957867ab13 ffmpeg: rewrite vsync / notimestamps handling
The qatar implementation makes no sense.
a muxer without timestamps is constant fps thus needs vsync.
the crc/mp5 are special cases that have timestamps yet allow any
nonsensical timestamps.
raw (yuv/rgb) video is constant fps thus needs vsync too.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-24 04:57:38 +01:00
doc Merge remote-tracking branch 'qatar/master' 2011-11-24 03:32:24 +01:00
ffpresets
libavcodec Merge remote-tracking branch 'qatar/master' 2011-11-24 03:32:24 +01:00
libavdevice
libavfilter Merge remote-tracking branch 'qatar/master' 2011-11-24 03:32:24 +01:00
libavformat Merge remote-tracking branch 'qatar/master' 2011-11-24 03:32:24 +01:00
libavutil Merge remote-tracking branch 'qatar/master' 2011-11-24 03:32:24 +01:00
libpostproc
libswresample
libswscale
mt-work
presets
tests ffmpeg: rewrite vsync / notimestamps handling 2011-11-24 04:57:38 +01:00
tools
.gitignore
avconv.c Merge remote-tracking branch 'qatar/master' 2011-11-24 03:32:24 +01:00
Changelog
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c ffmpeg: rewrite vsync / notimestamps handling 2011-11-24 04:57:38 +01:00
ffplay.c
ffprobe.c
ffserver.c
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
subdir.mak
version.sh

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.