FFmpeg git repo
Go to file
Paweł Hajdan, Jr 0451ff295a oggparsevorbis: use av_realloc consistently
Memory passed to av_realloc cannot be allocated using memalign.

From realloc(3):

The realloc() function changes the size of the memory block pointed to
by ptr to size bytes. (...) Unless ptr is NULL, it must have been returned
by an earlier call to malloc(), calloc() or realloc().

The issue has been found by debugallocation, a part of google-perftools:
http://code.google.com/p/gperftools/ .

Signed-off-by: Paweł Hajdan, Jr <phajdan@google.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-30 19:54:35 +01:00
compat
doc
libavcodec dnxhddec: fix integer overflow / index check 2013-01-30 19:32:18 +01:00
libavdevice lavd/v4l2: use avcodec_find_decoder in list_formats 2013-01-28 00:11:49 +01:00
libavfilter Merge remote-tracking branch 'qatar/master' 2013-01-29 14:58:49 +01:00
libavformat oggparsevorbis: use av_realloc consistently 2013-01-30 19:54:35 +01:00
libavresample
libavutil avstring: fix "warning: return discards const qualifier from pointer target type" 2013-01-30 16:54:15 +01:00
libpostproc
libswresample
libswscale Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2' 2013-01-28 14:11:31 +01:00
presets
tests swscale: GBRP output support 2013-01-27 15:28:07 -05:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
ffprobe.c
ffserver.c
library.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

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

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.