FFmpeg git repo
Go to file
Michael Niedermayer c40f51e15b h264: Always decode MMCOs into temprary array
When decoding succeeded the array is copied into the permanent one.
This prevents inconsistencies
Fixes assertion failure

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-04 20:23:05 +02:00
compat
doc doc/filters: document asetpts in single place 2013-05-03 18:22:29 +00:00
libavcodec h264: Always decode MMCOs into temprary array 2013-05-04 20:23:05 +02:00
libavdevice Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7' 2013-05-04 10:17:52 +02:00
libavfilter lavfi/testsrc: add support for color interactive command 2013-05-03 18:37:54 +02:00
libavformat Merge remote-tracking branch 'cigaes/master' 2013-05-04 17:10:48 +02:00
libavresample
libavutil lavu: add planar 16 bit and 8 bit rgb with alpha 2013-05-03 16:58:22 +00:00
libpostproc
libswresample
libswscale lavu: add planar 16 bit and 8 bit rgb with alpha 2013-05-03 16:58:22 +00:00
presets
tests Merge commit 'b333f3a22a4db4cf65d6a0457ac82ecbe7c7ac44' 2013-05-03 11:41:48 +02:00
tools Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7' 2013-05-04 10:17:52 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog extractplanes filter 2013-05-03 16:30:39 +00:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2013-05-03 15:50:01 +02:00
ffmpeg.c ffmpeg: drop old non monotone dts workaround. 2013-05-03 15:04:47 +02:00
ffmpeg.h Merge remote-tracking branch 'qatar/master' 2013-05-03 14:52:03 +02:00
ffmpeg_filter.c Merge commit '8cd472d3f947a6233e7dc628f0dc71c74e62413a' 2013-05-01 17:24:43 +02:00
ffmpeg_opt.c Merge remote-tracking branch 'qatar/master' 2013-05-03 14:52:03 +02:00
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.