FFmpeg git repo
Go to file
Stefano Sabatini 013b700771 ffplay: provide some feedback in case the codec cannot be set 2012-12-16 10:58:02 +01:00
compat
doc ffplay: improve robustness of opt_codec(), and add options acodec,vcodec,scodec 2012-12-16 10:57:50 +01:00
libavcodec h264: dont mess with frame gaps on second fields. 2012-12-16 00:28:36 +01:00
libavdevice lavd/dshow: rename dshow class name 2012-12-15 15:46:20 +01:00
libavfilter lavfi/crop: add support to option parsing 2012-12-15 20:48:20 +01:00
libavformat wrap_timestamp: remove unneeded check 2012-12-16 01:07:53 +01:00
libavresample
libavutil Merge commit 'c0dc57f1264dad1e121772d03abdb9e14ed8857f' 2012-12-14 15:43:46 +01:00
libpostproc
libswresample
libswscale
presets
tests lavf: Provide a monotonic timestamp to the outside world 2012-12-15 21:28:45 +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 fate: check if rsync has the contimeout option 2012-12-15 01:33:19 +01:00
ffmpeg.c ffmpeg: replace magic number with VSYNC_CFR 2012-12-16 09:48:54 +11:00
ffmpeg.h
ffmpeg_filter.c ffmpeg: Improve filter input fps selection heuristic. 2012-12-16 05:21:29 +01:00
ffmpeg_opt.c
ffplay.c ffplay: provide some feedback in case the codec cannot be set 2012-12-16 10:58:02 +01:00
ffprobe.c ffprobe: show pkt_size in frame 2012-12-15 11:46:47 +01:00
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.