| commit | 45a523e9213cc887aa90cdf4953e66918b34f689 | [log] [tgz] |
|---|---|---|
| author | Xiaohan Wang <xhwang@chromium.org> | Thu Nov 06 20:59:54 2014 |
| committer | Xiaohan Wang <xhwang@chromium.org> | Thu Nov 06 21:20:12 2014 |
| tree | 1c385d0c24893166d83b50dfde1b86c5accad0cb | |
| parent | 4bc3dc1af71c98bb257fba5e442303f68b4ff8fc [diff] |
Fix read-after-free in matroska_read_seek(). In matroska_read_seek(), |tracks| is assigned at the begining of the function. However, functions like matroska_parse_cues() could reallocate the tracks so that |tracks| can get invalidated. This CL assigns |tracks| only before we use it so that it won't be invalidated. BUG=427266 TEST=Test case in associated bug passes now. Change-Id: I9c7065fe8f4311ca846076281df2282d190ed344
FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.
libavcodec provides implementation of a wider range of codecs.libavformat implements streaming protocols, container formats and basic I/O access.libavutil includes hashers, decompressors and miscellaneous utility functions.libavfilter provides a mean to alter decoded Audio and Video through chain of filters.libavdevice provides an abstraction to access capture and playback devices.libswresample implements audio mixing and resampling routines.libswscale implements color conversion and scaling routines.aviocat, ismindex and qt-faststart.The offline documentation is available in the doc/ directory.
The online documentation is available in the main website and in the wiki.
Conding examples are available in the doc/example directory.
FFmpeg codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.