FFmpeg git repo
Go to file
Mans Rullgard 7c5ce99bd9 swscale: fix signed overflow in yuv2mono_X_c_template
As old bits are shifted out of the accumulator, they cause signed
overflows when they reach the end.  Making the variable unsigned fixes
this.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-11-26 22:53:47 +00:00
doc avformat: add CRI ADX format demuxer 2011-11-26 16:25:07 -05:00
libavcodec snow: fix integer overflows 2011-11-26 22:53:47 +00:00
libavdevice Make channel layout masks unsigned 2011-11-25 13:19:54 +00:00
libavfilter Make channel layout masks unsigned 2011-11-25 13:19:54 +00:00
libavformat adx: rename ff_adx_decode_header() to avpriv_adx_decode_header() 2011-11-26 17:00:00 -05:00
libavutil Fix av_get_channel_layout_string() for positions >31 2011-11-25 15:19:55 +00:00
libpostproc
libswscale swscale: fix signed overflow in yuv2mono_X_c_template 2011-11-26 22:53:47 +00:00
presets
tests aacdec: add more fate tests covering SBR and PS 2011-11-25 08:25:12 +01:00
tools
.gitignore
avconv.c avconv: fix segfault at EOF with delayed pictures 2011-11-24 00:33:02 +01:00
avplay.c
avprobe.c
avserver.c
Changelog avformat: add CRI ADX format demuxer 2011-11-26 16:25:07 -05:00
cmdutils_common_opts.h
cmdutils.c Add libavutil/mathematics.h #includes for INFINITY 2011-11-22 16:36:44 +00:00
cmdutils.h
common.mak
configure configure: Store vda lib flags in extralibs instead of ldflags 2011-11-25 15:52:55 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c
INSTALL
LICENSE
Makefile
README
RELEASE
subdir.mak
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.