FFmpeg git repo
Go to file
Stefano Sabatini ab89d2dd2a ffserver: fix typo in comment: defaut -> default 2013-11-28 23:13:46 +01:00
compat
doc doc/ffserver: add notice about re-launch behavior 2013-11-28 23:13:46 +01:00
libavcodec Merge commit 'cf7860db608df7c76471d8b61f07abbd5aad8dd5' 2013-11-28 22:47:37 +01:00
libavdevice
libavfilter
libavformat
libavresample
libavutil
libpostproc
libswresample
libswscale
presets
tests
tools
.gitignore Add transcode_aac example to .gitignore. 2013-11-28 13:19:50 +01:00
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 configure: remove code that disables striping in the absence of some flags 2013-11-28 21:35:12 +01:00
ffmpeg.c ffmpeg: set VCFR when copying timestamps 2013-11-28 02:28:50 +01:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vdpau.c
ffplay.c
ffprobe.c
ffserver.c ffserver: fix typo in comment: defaut -> default 2013-11-28 23:13:46 +01:00
library.mak library.mak: only run asm strip if ASMSTRIP flags are set 2013-11-28 21:52:46 +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.