FFmpeg git repo
Go to file
Michael Niedermayer 2fa08abdb6 sws: enable xyz12, this for now is just for swaping between le and be
Needed for fixing fate

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-28 15:53:20 +02:00
compat
doc lavfi/mp: remove mp=tinterlace wrapper 2013-04-28 13:16:40 +02:00
libavcodec Merge remote-tracking branch 'qatar/master' 2013-04-28 13:54:56 +02:00
libavdevice
libavfilter lavfi/mp: remove mp=tinterlace wrapper 2013-04-28 13:16:40 +02:00
libavformat Merge commit 'c14010541035454b4d3ad08399d70423be4e0c87' 2013-04-28 12:18:18 +02:00
libavresample
libavutil lavu/mem: remove redundant comment from av_dynarray_add() 2013-04-27 20:34:10 +02:00
libpostproc
libswresample
libswscale sws: enable xyz12, this for now is just for swaping between le and be 2013-04-28 15:53:20 +02:00
presets
tests Merge commit 'b963f021b603509b5159873de4919dec441d0782' 2013-04-28 13:34:23 +02:00
tools
.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
cmdutils.h
cmdutils_common_opts.h
common.mak
configure lavfi: add video stabilization plugins using vid.stab library 2013-04-24 18:30:42 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
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.