You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Michael Niedermayer f657ca0d0b Merge commit 'd8798276b65543d921adadf63cc7f5ba2d1604af' 11 years ago
compat Merge commit 'ef51692a49d58963966adca55c62da9c34c3c7e1' 11 years ago
doc doc: Add missing hashes and dates to APIChanges 11 years ago
libavcodec Merge commit '3185a80259ce1f8f8111073dbd14a69a396e03a3' 11 years ago
libavdevice lavd/v4l2: do not fail when VIDIOC_ENUMSTD returns EINVAL without a valid match 11 years ago
libavfilter avfilter/vf_decimate: add gray16 and yuv440p 11 years ago
libavformat Merge commit 'd8798276b65543d921adadf63cc7f5ba2d1604af' 11 years ago
libavresample Reinstate proper FFmpeg license for all files. 11 years ago
libavutil avutil/frame: suppress "comparison of unsigned expression < 0 is always false" warning 11 years ago
libpostproc
libswresample swresample: replace 2 av_free() by av_freep() 11 years ago
libswscale swscale/swscale_unscaled: fix alpha values for rgb/bgr -> RGB32_1 / BGR32_1 11 years ago
presets
tests matroskaenc: Write muxingapp and writingapp elements when using bitexact flag 11 years ago
tools tools/crypto_bench: fix 2 typos. 11 years ago
.gitignore tools: add benchmark for crypto functions. 11 years ago
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Merge commit 'bb461370e34b1fa1637f34ce7d37b934ddb472d5' 11 years ago
INSTALL
LICENSE avfilter: port pullup filter from libmpcodecs 11 years ago
MAINTAINERS MAINTAINERS: move sections from lavc to lavu 11 years ago
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: silence warning about incompatible pointer types 11 years ago
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Add a WebP decoder 11 years ago
ffmpeg.c ffmpeg: check for unsupported "queing of command on first filter supporting the specific commend" 11 years ago
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c ffplay: make next_nb_channels[] static const 12 years ago
ffprobe.c ffprobe: add -read_intervals option 11 years ago
ffserver.c ffserver: allow choosing the pixel format 11 years ago
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.