FFmpeg git repo
Go to file
Mans Rullgard 9cd7b8549b configure: add --optflags option
This allows overriding the default optimisation flags selected by
configure.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-06-22 22:59:46 +01:00
doc build: move documentation rules to doc/Makefile 2011-06-22 22:59:46 +01:00
ffpresets
libavcodec ac3enc: remove unneeded local variable in asym_quant() 2011-06-22 12:18:10 -04:00
libavdevice
libavfilter Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 2011-06-20 18:56:06 -04:00
libavformat mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers. 2011-06-21 21:39:00 +02:00
libavutil intreadwrite.h: fix AV_RL32/AV_RB32 signedness. 2011-06-16 20:49:19 +02:00
libpostproc
libswscale swscale: Remove unused variable from ff_bfin_get_unscaled_swscale(). 2011-06-21 20:53:52 +02:00
tests build: move test rules to tests/Makefile 2011-06-22 22:53:07 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog document libswscale bump 2011-06-20 23:06:17 +02:00
Doxyfile
INSTALL
LICENSE
Makefile build: move documentation rules to doc/Makefile 2011-06-22 22:59:46 +01:00
README
RELEASE Use the contents of RELEASE as version fallback instead of 'UNKNOWN' 2011-06-19 19:54:07 +02:00
cmdutils.c cmdutils: add opt_default2(). 2011-06-16 20:24:57 +02:00
cmdutils.h cmdutils: add opt_default2(). 2011-06-16 20:24:57 +02:00
cmdutils_common_opts.h
common.mak
configure configure: add --optflags option 2011-06-22 22:59:46 +01:00
ffmpeg.c Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 2011-06-20 18:56:06 -04:00
ffplay.c Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 2011-06-20 18:56:06 -04:00
ffprobe.c ffprobe: use new avformat_open_* API. 2011-06-16 20:24:57 +02:00
ffserver.c ffserver: use new avformat_open_* API. 2011-06-16 20:24:57 +02:00
ffserver.h
subdir.mak
version.sh Drop git- prefix from version labels 2011-06-19 19:41:23 +01:00

README

Libav README
------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.