FFmpeg git repo
Go to file
Carl Eugen Hoyos 9e208ce6dd Silence warning C4554 when compiling with msvc.
warning C4554: '>>' : check operator precedence for possible error; use parentheses to clarify precedence

Reviewed-by: Derek Buitenhuis
2012-09-18 18:38:16 +02:00
compat
doc doc: fix typos in filter documentation 2012-09-18 09:06:44 +02:00
libavcodec sonic: factorize tail_size 2012-09-18 17:37:41 +02:00
libavdevice
libavfilter Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' 2012-09-18 14:45:44 +02:00
libavformat flvenc: silence bogus warning 2012-09-18 10:31:04 +02:00
libavresample
libavutil fate: add av_small_strptime() test to fate-parseutils 2012-09-17 12:46:55 +02:00
libpostproc
libswresample
libswscale swscale: change assert() to av_assert() 2012-09-18 05:19:11 +02:00
presets
tests fate: add av_small_strptime() test to fate-parseutils 2012-09-17 12:46:55 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak Merge remote-tracking branch 'qatar/master' 2012-09-16 14:55:00 +02:00
configure Silence warning C4554 when compiling with msvc. 2012-09-18 18:38:16 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' 2012-09-18 14:45:44 +02:00
ffmpeg_opt.c
ffplay.c ffplay: dont wait 100ms if data is not yet ready 2012-09-16 19:07:28 +02:00
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.