FFmpeg git repo
Go to file
Diego Biurrun 3fbc9bbb88 mpeg4videoenc: Remove disabled variant of mpeg4_encode_block().
As a nice sideeffect this fixes the following warning:
libavcodec/mpeg4videoenc.c:302:20: warning: variable ‘rl’ set but not used [-Wunused-but-set-variable]
2011-06-26 22:30:14 +02:00
doc Add av_printf_format, for marking printf style format strings and their parameters 2011-06-23 20:17:44 +03:00
ffpresets
libavcodec mpeg4videoenc: Remove disabled variant of mpeg4_encode_block(). 2011-06-26 22:30:14 +02:00
libavdevice build: Remove redundant config.mak includes from subdirectory Makefiles. 2011-06-25 13:02:51 +02:00
libavfilter build: Remove redundant config.mak includes from subdirectory Makefiles. 2011-06-25 13:02:51 +02:00
libavformat build: Remove redundant config.mak includes from subdirectory Makefiles. 2011-06-25 13:02:51 +02:00
libavutil build: Remove redundant config.mak includes from subdirectory Makefiles. 2011-06-25 13:02:51 +02:00
libpostproc build: Remove redundant config.mak includes from subdirectory Makefiles. 2011-06-25 13:02:51 +02:00
libswscale build: Remove redundant config.mak includes from subdirectory Makefiles. 2011-06-25 13:02:51 +02:00
tests build: remove SRC_PATH_BARE variable 2011-06-23 12:17:25 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile
INSTALL
LICENSE
Makefile build: remove SRC_PATH_BARE variable 2011-06-23 12:17:25 +01:00
README
RELEASE
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure configure: allow post-fixed cpu strings for athlon64, k8, and opteron 2011-06-26 13:29:40 -04:00
ffmpeg.c
ffplay.c Move some variable declarations below the proper #ifdefs. 2011-06-26 16:32:13 +02:00
ffprobe.c
ffserver.c
ffserver.h
subdir.mak build: Add DEP_LIBS dependency directly to the shared library build rule. 2011-06-25 13:02:51 +02:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.