1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
Go to file
Justin Ruggles 83ce51cc7d mpc7: use av_fast_padded_malloc()
Avoids doing malloc/free for each frame.
Also fixes valgrind errors due to use of uninitialized padding bytes.

Based on a patch by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2012-02-01 19:35:59 -05:00
doc doc: decoding Forward Uncompressed is supported 2012-02-01 19:31:50 -05:00
libavcodec mpc7: use av_fast_padded_malloc() 2012-02-01 19:35:59 -05:00
libavdevice
libavfilter
libavformat dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936. 2012-01-31 18:32:13 -08:00
libavutil avutil: make intfloat api public 2012-01-30 07:41:31 +01:00
libpostproc
libswscale swscale: enable dithering in MMX functions. 2012-02-01 09:33:29 -08:00
presets
tests fate-golomb: extend golomb-test to get_ue_golomb_long() 2012-02-01 01:18:55 +01:00
tools
.gitignore
avconv.c avconv: deprecate the -deinterlace option 2012-01-30 21:43:08 +01:00
avplay.c
avprobe.c
avserver.c
Changelog
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
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.