FFmpeg git repo
Go to file
Michael Niedermayer b9c544891b Merge remote-tracking branch 'cus/stable'
* cus/stable:
  ffplay: only display frames if there are no pending events
  ffplay: remove remains of video_clock
  ffplay: remove refresh thread to achieve more precise frame delay

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-16 03:03:34 +01:00
compat
doc lavfi/unsharp: extend range for amount values, to reflect the behavior of mp=unsharp 2013-02-16 00:08:31 +01:00
libavcodec Merge remote-tracking branch 'qatar/master' 2013-02-15 12:30:21 +01:00
libavdevice dshow: Fix MSVC support, remove av_export, which was apparently unneeded anyway. 2013-02-15 00:08:12 +01:00
libavfilter lavfi/yadif: support 9, 12, and 14 bits per pixel 2013-02-16 00:32:02 +01:00
libavformat lavf: dont try to find fps for attached pictures 2013-02-15 03:19:18 +01:00
libavresample Merge remote-tracking branch 'qatar/master' 2013-02-13 12:58:29 +01:00
libavutil Merge commit '4db96649ca700db563d9da4ebe70bf9fc4c7a6ba' 2013-02-15 12:10:08 +01:00
libpostproc
libswresample swr: check channel layouts before using them. 2013-02-13 17:50:24 +01:00
libswscale sws/x86: improve rounding for yuv2yuvX 2013-02-15 23:33:04 +01:00
presets
tests fate: Add encrypted tta stream test 2013-02-14 17:48:08 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge commit '4db96649ca700db563d9da4ebe70bf9fc4c7a6ba' 2013-02-15 12:10:08 +01:00
ffmpeg.c ffmpeg: Check for parameter changes at the output of the audio filter graph 2013-02-14 23:56:51 +01:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c ffplay: only display frames if there are no pending events 2013-02-15 13:12:10 +01:00
ffprobe.c
ffserver.c
library.mak build: fixes a "can't cd to..." issue when installing shared libraries. 2013-02-15 08:39:35 +01:00
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.