FFmpeg git repo
Go to file
Ronald S. Bultje 848826f527 Native VP9 decoder.
Authors: Ronald S. Bultje <rsbultje gmail com>,
         Clement Boesch <u pkh me>
2013-10-02 21:03:11 -04:00
compat
doc Native VP9 decoder. 2013-10-02 21:03:11 -04:00
libavcodec Native VP9 decoder. 2013-10-02 21:03:11 -04:00
libavdevice avdevice/v4l: remove duplicate include 2013-09-21 15:36:33 +02:00
libavfilter avfilter/dualinput: remove unused variable 2013-09-28 14:33:30 +00:00
libavformat lavf/mxfdec: add j2k codec to intra only codecs 2013-09-28 22:57:52 +02:00
libavresample
libavutil Merge commit '38e15df1489d86c016515223ee693e7d0326c56a' 2013-09-28 10:47:43 +02:00
libpostproc
libswresample
libswscale swscale/swscale_unscaled: fix alpha values for rgb/bgr -> RGB32_1 / BGR32_1 2013-09-19 23:15:51 +02:00
presets
tests Native VP9 decoder. 2013-10-02 21:03:11 -04:00
tools ffhash: Change size to an int 2013-09-24 16:29:18 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Native VP9 decoder. 2013-10-02 21:03:11 -04:00
INSTALL
LICENSE avfilter: port pullup filter from libmpcodecs 2013-09-17 17:03:36 +00:00
MAINTAINERS lavf/libssh: add MAINTAINERS entry 2013-09-21 16:35:41 +02:00
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Native VP9 decoder. 2013-10-02 21:03:11 -04:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
ffprobe.c ffprobe: fix uninitialized variable warning 2013-09-23 14:16:34 +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.