FFmpeg/libavutil
Mans Rullgard 019dd23657 Fix av_get_channel_layout_string() for positions >31
A value shifted left by >31 needs to have a 64-bit type.
As there are no defined channels in this range, the fix
is purely theoretical at this point, although it does
avoid some invalid shifts triggering the overflow
checker.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-11-25 15:19:55 +00:00
..
arm
avr32
bfin
mips
ppc
sh4
tomi
x86
adler32.c
adler32.h doxy: provide a start page and document libavutil 2011-11-22 17:16:02 +01:00
aes.c
aes.h doxy: provide a start page and document libavutil 2011-11-22 17:16:02 +01:00
attributes.h
audioconvert.c Fix av_get_channel_layout_string() for positions >31 2011-11-25 15:19:55 +00:00
audioconvert.h Make channel layout masks unsigned 2011-11-25 13:19:54 +00:00
avassert.h
avstring.c
avstring.h doxy: provide a start page and document libavutil 2011-11-22 17:16:02 +01:00
avutil.h Make channel layout masks unsigned 2011-11-25 13:19:54 +00:00
base64.c
base64.h doxy: provide a start page and document libavutil 2011-11-22 17:16:02 +01:00
bswap.h
colorspace.h
common.h MK(BE)TAG: avoid undefined shifts 2011-11-25 00:20:03 +00:00
cpu.c
cpu.h
crc.c
crc.h
crc_data.h
des.c
des.h
dict.c
dict.h doxy: provide a start page and document libavutil 2011-11-22 17:16:02 +01:00
error.c
error.h doxy: provide a start page and document libavutil 2011-11-22 17:16:02 +01:00
eval.c
eval.h
fifo.c
fifo.h
file.c
file.h
imgutils.c imgutils: Fix illegal read. 2011-11-18 17:42:49 -08:00
imgutils.h doxy: provide a start page and document libavutil 2011-11-22 17:16:02 +01:00
internal.h
intfloat_readwrite.c
intfloat_readwrite.h
intmath.h doxy: provide a start page and document libavutil 2011-11-22 17:16:02 +01:00
intreadwrite.h
inverse.c
lfg.c
lfg.h
libavutil.v
libm.h
lls.c
lls.h
log.c
log.h
lzo.c
lzo.h doxy: provide a start page and document libavutil 2011-11-22 17:16:02 +01:00
Makefile
mathematics.c
mathematics.h doxy: provide a start page and document libavutil 2011-11-22 17:16:02 +01:00
md5.c
md5.h doxy: provide a start page and document libavutil 2011-11-22 17:16:02 +01:00
mem.c
mem.h doxy: provide a start page and document libavutil 2011-11-22 17:16:02 +01:00
opt.c
opt.h doxy: provide a start page and document libavutil 2011-11-22 17:16:02 +01:00
parseutils.c avutil: Add av_timegm as a public function 2011-11-16 11:22:41 +02:00
parseutils.h avutil: Add av_timegm as a public function 2011-11-16 11:22:41 +02:00
pixdesc.c swscale: fix failing fate tests. 2011-11-24 12:21:03 -08:00
pixdesc.h Clean up swscale pixfmt macros using av_pix_fmt_descriptors[]. 2011-11-24 08:24:55 -08:00
pixfmt.h pixfmt: add planar RGB formats. 2011-11-24 08:13:50 -08:00
random_seed.c
random_seed.h doxy: provide a start page and document libavutil 2011-11-22 17:16:02 +01:00
rational.c
rational.h doxy: provide a start page and document libavutil 2011-11-22 17:16:02 +01:00
rc4.c
rc4.h
samplefmt.c libavutil: add utility functions to simplify allocation of audio buffers. 2011-11-23 18:39:28 -05:00
samplefmt.h libavutil: add utility functions to simplify allocation of audio buffers. 2011-11-23 18:39:28 -05:00
sha.c
sha.h doxy: provide a start page and document libavutil 2011-11-22 17:16:02 +01:00
timer.h
tree.c
tree.h doxy: provide a start page and document libavutil 2011-11-22 17:16:02 +01:00
utils.c
x86_cpu.h