FFmpeg git repo
Go to file
Stefano Sabatini 7bc533c41b lavc/utils: fix a few case/punctuation inconsistencies in avcodec_open2() 2012-10-20 12:06:20 +02:00
compat
doc examples/decoding_encoding: fix misc typos in the usage text 2012-10-20 11:30:13 +02:00
libavcodec lavc/utils: fix a few case/punctuation inconsistencies in avcodec_open2() 2012-10-20 12:06:20 +02:00
libavdevice
libavfilter vf_mp: fix null ptr deref in case of ENOMEM 2012-10-19 19:59:38 +02:00
libavformat hlsproto: fix integer overflow 2012-10-19 23:24:03 +02:00
libavresample
libavutil Mark data symbols shared between libraries with av_export 2012-10-20 01:56:50 +02:00
libpostproc
libswresample swresample: include ff_log2_tab for shared builds 2012-10-20 01:58:04 +02:00
libswscale
presets
tests fate: Handle lavf-fate tests in a makefile 2012-10-19 14:20:11 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Merge commit '0af1fe845a9d7112da0a58d33a4fc81fe7c47e95' 2012-10-19 13:47:47 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure fate: Handle lavf-fate tests in a makefile 2012-10-19 14:20:11 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
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.