FFmpeg git repo
Go to file
Carl Eugen Hoyos 1faf0d6a7a Add missing CRLFs to avisynth error messages. 2012-06-05 11:13:30 +02:00
doc update filtering_audio example 2012-06-05 03:02:41 +02:00
libavcodec Fix MP2 muxer Makefile dependencies. 2012-06-05 09:54:03 +02:00
libavdevice avdevice: bump soname due to lavf soname bump 2012-05-25 12:22:21 +02:00
libavfilter lavfi/select: use exported dsputil_init function. 2012-06-05 07:29:00 +02:00
libavformat Add missing CRLFs to avisynth error messages. 2012-06-05 11:13:30 +02:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-05-30 19:32:06 +02:00
libavutil timecode: move timecode muxer options to metadata. 2012-06-04 07:41:22 +02:00
libpostproc
libswresample swr: fix a few typo. 2012-06-01 08:06:36 +02:00
libswscale MANGLEd swscale x86 asm to save registers 2012-06-05 03:02:41 +02:00
mt-work
presets
tests Merge remote-tracking branch 'qatar/master' 2012-06-04 22:59:32 +02:00
tools probetest: allow specifying parameters on the command line 2012-05-31 15:53:58 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Changelog: add ffprobe flat output. 2012-06-04 21:46:24 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: update versions 2012-05-24 21:15:01 +02:00
Makefile doc/examples: install them with the shared data. 2012-05-19 12:28:59 +02:00
README
RELEASE
arch.mak
cmdutils.c options: stop after option is found. 2012-06-04 07:41:22 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure lavfi/select: add scene detection. 2012-06-04 21:44:34 +02:00
ffmpeg.c Merge remote-tracking branch 'qatar/master' 2012-06-04 22:59:32 +02:00
ffplay.c ffplay: calculate audio diff threshold based on the actual settings 2012-06-02 21:56:08 +02:00
ffprobe.c ffprobe/flat: add escape for '`' and '$'. 2012-06-04 19:15:39 +02: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.