[FFmpeg-cvslog] Merge commit '68a35473ed423a14731c418939fba7913647979a'
Michael Niedermayer
git at videolan.org
Thu Nov 13 11:59:34 CET 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Nov 13 11:34:04 2014 +0100| [64e12aec9654eac8e3054d281b509c6d0212af8b] | committer: Michael Niedermayer
Merge commit '68a35473ed423a14731c418939fba7913647979a'
* commit '68a35473ed423a14731c418939fba7913647979a':
4xm: more thorought check for negative index and negative shift
Conflicts:
libavcodec/4xm.c
Mostly not merged, the added checks, check for impossible conditions
for paranoias sake they are replaced by asserts but thats probably overkill
the vlc table does not contain out of range values or holes,
nor does it permit the log2 values to become negative. Whenever a
log2 value reaches 0 the selected table no longer contains an entry to trigger
the case that would decrease it further
Adding such impossible checks would confuse the reader
Merged-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=64e12aec9654eac8e3054d281b509c6d0212af8b
---
More information about the ffmpeg-cvslog
mailing list