FFmpeg git repo
Go to file
Marton Balint 35b2f30fd1 ffplay: only update pts if not redisplaying a frame
Signed-off-by: Marton Balint <cus@passwd.hu>
2013-06-01 12:50:46 +02:00
compat
doc Merge remote-tracking branch 'qatar/master' 2013-05-31 11:32:58 +02:00
libavcodec Merge remote-tracking branch 'cehoyos/master' 2013-06-01 11:49:48 +02:00
libavdevice lavd: add xv output device 2013-05-30 10:44:54 +02:00
libavfilter lavfi/mptestsrc: fix chroma subsampling with odd sizes. 2013-06-01 12:05:55 +02:00
libavformat lavf/allformats: align nit for tee muxer. 2013-06-01 02:36:07 +02:00
libavresample
libavutil avutil/crc: Dont limit CRC32 standard tables 2013-06-01 10:53:39 +02:00
libpostproc
libswresample
libswscale
presets
tests av_d2q: Add a special case for |value| > MAX and |value| < 1/MAX 2013-05-31 17:10:36 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: add vignette filter. 2013-05-30 17:52:52 +02:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2013-06-01 10:27:47 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c ffplay: only update pts if not redisplaying a frame 2013-06-01 12:50:46 +02:00
ffprobe.c
ffserver.c
library.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

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

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.