FFmpeg git repo
Go to file
Martin Storsjö 9abbe8cc13 Use av_printf_format to check the usage of printf style functions
This helps catching cases where the format string doesn't
match what is passed in, or injection bugs where user data
is passed in as format string.

Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-23 20:17:46 +03: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 Use av_printf_format to check the usage of printf style functions 2011-06-23 20:17:46 +03:00
libavdevice
libavfilter
libavformat Use av_printf_format to check the usage of printf style functions 2011-06-23 20:17:46 +03:00
libavutil Use av_printf_format to check the usage of printf style functions 2011-06-23 20:17:46 +03:00
libpostproc
libswscale
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 build: move basic rules and variables to main Makefile 2011-06-23 12:17:08 +01:00
configure ARM: enable thumb for Cortex-M* CPUs 2011-06-23 16:55:36 +01:00
ffmpeg.c
ffplay.c
ffprobe.c
ffserver.c
ffserver.h
subdir.mak build: remove SRC_PATH_BARE variable 2011-06-23 12:17:25 +01:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.