FFmpeg git repo
Go to file
James Almer b6249acae6 lavu/hash: Add support for SHA-2 512
Signed-off-by: James Almer <jamrial@gmail.com>
2013-06-15 18:49:12 -03:00
compat
doc Document "cache" protocol 2013-06-15 23:26:18 +02:00
libavcodec avcodec/vc1dec: Check source picture availability in vc1_mc_4mv_chroma4() 2013-06-15 13:11:35 +02:00
libavdevice
libavfilter lavfi/spp: fix description. 2013-06-14 06:53:52 +02:00
libavformat apetag: do not require seekable output 2013-06-14 17:07:36 +00:00
libavresample
libavutil lavu/hash: Add support for SHA-2 512 2013-06-15 18:49:12 -03:00
libpostproc
libswresample swresample/rematrix_template: Fix integer overflow in mix8to2 2013-06-10 03:03:17 +02:00
libswscale Check more completely for invalid pix_fmts in planarRgb16ToRgb16Wrapper() 2013-06-11 01:14:38 +02:00
presets
tests tests: add filter-pixfmts-rotate test 2013-06-13 01:21:47 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: add spp filter. 2013-06-14 01:27:22 +02:00
INSTALL
LICENSE lavfi: add spp filter. 2013-06-14 01:27:22 +02:00
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: print threading capabilities for audio codecs 2013-06-07 14:24:52 +00:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure lavfi: add spp filter. 2013-06-14 01:27:22 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
ffprobe.c ffprobe: show chapter and chapter metadata information 2013-06-06 16:49:53 +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.