FFmpeg git repo
Go to file
Michael Niedermayer 9d6e0ac673 floatdsp: restrict->av_restrict
Fix msvc

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-24 00:49:47 +01:00
compat
doc eval: add function to access the current "wallclock" time. 2013-01-23 22:22:53 +01:00
libavcodec sanm: Check decoded_size. 2013-01-24 00:27:59 +01:00
libavdevice
libavfilter Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' 2013-01-23 17:44:56 +01:00
libavformat hls: add missing checks for accessing avoption fields 2013-01-23 22:22:53 +01:00
libavresample
libavutil floatdsp: restrict->av_restrict 2013-01-24 00:49:47 +01:00
libpostproc
libswresample
libswscale
presets
tests Merge commit '9146e872c643fb8f20f9043f1b93a3cddfad15c6' 2013-01-22 14:09:59 +01:00
tools Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' 2013-01-23 17:44:56 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog afade filter 2013-01-21 15:20:42 +00:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure libm: Add fallback definition for cbrt() using pow() 2013-01-22 16:02:31 +01: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.