FFmpeg git repo
Go to file
Andrey Semashev 3b4feac1ec movenc: Keep track of the allocated size for the cluster array
When writing fragmented mp4, the cluster array is reset when a
fragment is written. Instead of starting off reallocating the
array only based on the number of current elements in it, keep
track of how many elements there were allocated earlier.

This avoids reallocating this array needlessly when writing
fragmented mp4 files.

Bug-Id: 525
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-06-04 15:05:12 +03:00
compat
doc mem: Add av_realloc_array and av_reallocp_array 2013-06-04 15:04:08 +03:00
libavcodec Go2Webinar decoder 2013-06-03 09:24:55 +02:00
libavdevice
libavfilter
libavformat movenc: Keep track of the allocated size for the cluster array 2013-06-04 15:05:12 +03:00
libavresample
libavutil mem: Add av_realloc_array and av_reallocp_array 2013-06-04 15:04:08 +03:00
libswscale swscale: ppc: Remove commented-out define cruft 2013-06-02 18:11:59 +02:00
presets
tests fate.sh: Allow specifying --as via a specific variable 2013-05-29 10:37:05 +03:00
tools
.gitignore
arch.mak
avconv_filter.c
avconv_opt.c
avconv.c
avconv.h
avplay.c
avprobe.c
avserver.c
Changelog Go2Webinar decoder 2013-06-03 09:24:55 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure Go2Webinar decoder 2013-06-03 09:24:55 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
INSTALL
library.mak
LICENSE
Makefile
README
RELEASE
version.sh

Libav README
------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.