FFmpeg git repo
Go to file
Mans Rullgard edc942202b lavf: fix signed overflow in avformat_find_stream_info()
On the first iteration through this code, last_dts is always
INT64_MIN (AV_NOPTS_VALUE) and the subtraction overflows in
an invalid manner.  Although the result is only used if the
input values are valid, performing the subtraction is still
not allowed in a strict environment.

Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit a31e9f68a4)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-04 01:00:18 +01:00
doc vf_unsharp: set default chroma size value to 5x5 2011-10-01 20:51:52 +02:00
ffpresets
libavcodec vp8: fix signed overflows 2011-11-04 01:00:12 +01:00
libavdevice Merge remote-tracking branch 'khirnov/release/0.7' into release/0.8 2011-09-22 01:10:24 +02:00
libavfilter vf_scale.c: propagate error code 2011-10-01 21:03:57 +02:00
libavformat lavf: fix signed overflow in avformat_find_stream_info() 2011-11-04 01:00:18 +01:00
libavutil Introduce av_realloc_f. 2011-10-01 20:48:59 +02:00
libpostproc
libswscale Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 2011-10-01 22:42:41 +02:00
mt-work
tests Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 2011-10-01 22:42:41 +02:00
tools
.gitignore gitignore: ignore .exp files, as generated by the MS linker on win32 2011-09-21 18:04:31 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure configure: remove bashism equality check for target_os. 2011-10-11 21:34:15 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile Update for 0.8.5 2011-10-02 22:02:45 +02:00
ffmpeg.c ffmpeg: increase bit_buffer_size, the header size is clearly too small for rgb48 raw based formats 2011-10-01 20:27:48 +02:00
ffplay.c
ffprobe.c
ffserver.c
ffserver.h
INSTALL
LICENSE libaac+ support 2011-10-01 20:32:22 +02:00
MAINTAINERS MAINTAINERS: new ffplay maintainer 2011-11-04 00:40:43 +01:00
Makefile Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 2011-10-01 22:42:41 +02:00
README
RELEASE Update for 0.8.5 2011-10-02 22:02:45 +02:00
subdir.mak
VERSION Update for 0.8.5 2011-10-02 22:02:45 +02:00
version.sh

FFmpeg README
-------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.