https://github.com/eVRydayVR/ffmpeg-unwarpvr
Revision d814b9b51ddd3764e809c1d0f82b770e0bc085fd authored by Michael Niedermayer on 01 May 2013, 21:46:38 UTC, committed by Michael Niedermayer on 13 May 2013, 23:29:16 UTC
This fixes out of array accesses
The code prior to this commit could not have worked, thus obviously
was untested. I was also not able to find a valid sample that uses this
code.
This fix is thus only based on the description of the format

If someone has a sample that uses unpack_rle(), please mail me.

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit c1f2c4c3b49277d65b71ccdd3b6b2878f1b593eb)

Conflicts:

	libavcodec/vmdav.c

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 0baa0a5a02e16ef097ed9f72bc8a7d7b585c7652)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
1 parent 1d285db
History
Tip revision: d814b9b51ddd3764e809c1d0f82b770e0bc085fd authored by Michael Niedermayer on 01 May 2013, 21:46:38 UTC
vmdav: Try to fix unpack_rle()
Tip revision: d814b9b
File Mode Size
compat
doc
libavcodec
libavdevice
libavfilter
libavformat
libavresample
libavutil
libpostproc
libswresample
libswscale
presets
tests
tools
.gitignore -rw-r--r-- 853 bytes
COPYING.GPLv2 -rw-r--r-- 17.7 KB
COPYING.GPLv3 -rw-r--r-- 34.3 KB
COPYING.LGPLv2.1 -rw-r--r-- 25.9 KB
COPYING.LGPLv3 -rw-r--r-- 7.5 KB
CREDITS -rw-r--r-- 1.0 KB
Changelog -rw-r--r-- 35.1 KB
Doxyfile -rw-r--r-- 67.2 KB
INSTALL -rw-r--r-- 564 bytes
LICENSE -rw-r--r-- 3.2 KB
MAINTAINERS -rw-r--r-- 20.4 KB
Makefile -rw-r--r-- 5.2 KB
README -rw-r--r-- 309 bytes
RELEASE -rw-r--r-- 6 bytes
VERSION -rw-r--r-- 6 bytes
arch.mak -rw-r--r-- 788 bytes
cmdutils.c -rw-r--r-- 51.4 KB
cmdutils.h -rw-r--r-- 15.5 KB
cmdutils_common_opts.h -rw-r--r-- 2.1 KB
common.mak -rw-r--r-- 3.5 KB
configure -rwxr-xr-x 133.6 KB
ffmpeg.c -rw-r--r-- 109.0 KB
ffmpeg.h -rw-r--r-- 12.3 KB
ffmpeg_filter.c -rw-r--r-- 31.0 KB
ffmpeg_opt.c -rw-r--r-- 97.4 KB
ffplay.c -rw-r--r-- 106.1 KB
ffprobe.c -rw-r--r-- 71.5 KB
ffserver.c -rw-r--r-- 155.7 KB
library.mak -rw-r--r-- 3.3 KB
version.sh -rwxr-xr-x 1.4 KB

README

back to top