FFmpeg git repo
Go to file
Michael Niedermayer 8deddc6961 avcodec_alloc_frame: dont zero the whole struct twice
cleaning it up is already done in avcodec_get_frame_defaults()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-09-25 18:10:10 +02:00
compat
doc Merge commit '7751e4693dd10ec98c20fbd9887233b575034272' 2012-09-25 15:15:16 +02:00
libavcodec avcodec_alloc_frame: dont zero the whole struct twice 2012-09-25 18:10:10 +02:00
libavdevice
libavfilter Merge commit '7751e4693dd10ec98c20fbd9887233b575034272' 2012-09-25 15:15:16 +02:00
libavformat oggparsetheora: print error when failing on unknown header 2012-09-25 17:32:11 +02:00
libavresample
libavutil ppc/cpu: make linux 32bit specific altivec detection depend on __linux__ 2012-09-24 13:41:48 +02:00
libpostproc
libswresample ARM: libswresample: NEON optimised generic fltp to s16 conversion 2012-09-24 23:19:32 +02:00
libswscale
presets
tests fate: fix --disable-ffprobe 2012-09-24 18:20:57 +02:00
tools Fix two "skiping" typo. 2012-09-25 07:42:32 +02:00
.gitignore
arch.mak
Changelog Merge remote-tracking branch 'qatar/master' 2012-09-24 13:54:24 +02:00
cmdutils_common_opts.h
cmdutils.c cmdutils: sort codec lists. 2012-09-23 21:05:29 +02:00
cmdutils.h
common.mak
configure configure: enable runtime cpu detect by default. 2012-09-24 13:17:29 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: fix 10l (use of uninitilaized variable) 2012-09-22 22:09:41 +02:00
ffmpeg.c Merge commit '7751e4693dd10ec98c20fbd9887233b575034272' 2012-09-25 15:15:16 +02:00
ffmpeg.h
ffplay.c Merge commit '7751e4693dd10ec98c20fbd9887233b575034272' 2012-09-25 15:15:16 +02:00
ffprobe.c ffprobe: drop pointless opaque parameter in writer init callback 2012-09-25 11:02:52 +02:00
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
README
RELEASE
version.sh

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.