FFmpeg git repo
Go to file
Michael Niedermayer a1b8879714 Merge commit '949c603ed9210df0e1b8e1aa82c71b93543d8071'
* commit '949c603ed9210df0e1b8e1aa82c71b93543d8071':
  af_channelmap: remove now unnecessary goto
  vf_split: fix description

Conflicts:
	libavfilter/split.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-01 10:11:01 +02:00
compat
doc doc/filters: fix scale example equivalence. 2013-05-01 04:46:14 +02:00
libavcodec Merge commit 'e036bb7899d0faca9159206be9bf5552e76e7633' 2013-05-01 10:00:08 +02:00
libavdevice
libavfilter Merge commit '949c603ed9210df0e1b8e1aa82c71b93543d8071' 2013-05-01 10:11:01 +02:00
libavformat framecrcenc: workaround design flaw in sidedata palette 2013-04-30 13:35:14 +02:00
libavresample
libavutil avutil/log: Fix context pointer used for get_category() 2013-04-30 20:06:24 +02:00
libpostproc
libswresample
libswscale sws: fix typo in xyz2rgb matrix use. 2013-04-28 19:57:45 +02:00
presets
tests Merge commit 'e036bb7899d0faca9159206be9bf5552e76e7633' 2013-05-01 10:00:08 +02:00
tools ismindex: check mkdir()s return code 2013-04-21 19:53:18 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog astats filter 2013-04-27 12:40:34 +00:00
INSTALL
LICENSE lavfi: add video stabilization plugins using vid.stab library 2013-04-24 18:30:42 +02:00
MAINTAINERS MAINTAINERS: add jpeg2000 maintainer 2013-04-24 16:42:47 +02:00
Makefile
README
RELEASE
arch.mak
cmdutils.c lavfi: add timeline support. 2013-04-23 01:02:27 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure lavu/opencl: add check version and platform 2013-04-28 23:42:58 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c ffmpeg_filter: fix leak on error 2013-04-21 11:59:34 +02:00
ffmpeg_opt.c
ffplay.c Merge commit '26a44143efb513a602542fb59aee87b1fc62af51' 2013-04-28 12:03:41 +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.