FFmpeg git repo
Go to file
Michael Niedermayer ef912134f0 x86/swscale: use unsigned to build SIMD values to avoid signed overflow
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-09-11 03:02:51 +02:00
compat
doc lavf/segment: add segment_list_flags option 2012-09-11 01:24:54 +02:00
libavcodec aacdec/lcg_random: fix harmless integer overflow 2012-09-11 03:02:51 +02:00
libavdevice dshow: Change WINBOOL to BOOL 2012-09-07 22:23:32 +02:00
libavfilter lavfi/setpts: set SAMPLE_RATE to NAN when input is no audio 2012-09-10 18:52:28 +02:00
libavformat lavf/avformat_seek_file: fix harmless integer overflow 2012-09-11 03:02:51 +02:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-09-09 13:27:42 +02:00
libavutil mem: fix typo in check for __ICC 2012-09-10 00:07:26 +01:00
libpostproc
libswresample swr: add av_cold to init/free functions 2012-09-09 02:26:20 +02:00
libswscale x86/swscale: use unsigned to build SIMD values to avoid signed overflow 2012-09-11 03:02:51 +02:00
mt-work
presets
tests Merge remote-tracking branch 'qatar/master' 2012-09-10 14:06:20 +02:00
tools
.gitignore
arch.mak
Changelog Merge remote-tracking branch 'qatar/master' 2012-09-10 14:06:20 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2012-09-09 13:27:42 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg_filter.c ffmpeg_filter: fix unsafe snprintf() usage 2012-09-09 14:11:03 +02:00
ffmpeg_opt.c
ffmpeg.c ffmpeg: check timebase validity before considering it to be used for stream copy 2012-09-10 20:57:23 +02:00
ffmpeg.h
ffplay.c
ffprobe.c ffprobe: add print_section option to the compact writer 2012-09-11 01:14:57 +02:00
ffserver.c ffserver: fix unsafe snprintf() return usage. 2012-09-09 14:10:11 +02:00
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
README
RELEASE
version.sh

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.