FFmpeg git repo
Go to file
Reimar Döffinger 5e9de76f54 Do not set non_interleaved for DV-in-AVI.
It does not make sense (DV is interleaved by design) and
it avoids a crash when the non-interleaved code tries to
use the priv_data of streams created by the DV demuxer.
The crash could be avoided differently, but then that stream
would still lack an index and would not play correctly in
non-interleaved mode.
Fixes e.g. samples/ffmpeg-bugs/roundup/issue1514/Dennis0002_video1.avi
2011-04-25 14:17:59 +02:00
doc general.texi: document libcelt decoder. 2011-04-24 17:49:07 +02:00
ffpresets
libavcodec Warn if the source has unsupported (or no) channel layout. 2011-04-25 11:23:06 +02:00
libavdevice
libavfilter
libavformat Do not set non_interleaved for DV-in-AVI. 2011-04-25 14:17:59 +02:00
libavutil Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
libpostproc
libswscale Check mmap() return against correct value 2011-04-25 01:54:29 +02:00
mt-work
tests avi: try to synchronize the points in time of the starts of streams after seeking. 2011-04-24 22:38:05 +02:00
tools Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
.gitignore Remove stray libavcore and _g binary references. 2011-04-23 14:23:20 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Remove stray libavcore and _g binary references. 2011-04-23 14:23:20 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
cmdutils.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote branch 'qatar/master' 2011-04-25 02:29:09 +02:00
ffmpeg.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
ffplay.c ffplay: avoid SIGFPE exception in SDL_DisplayYUVOverlay 2011-04-24 23:10:26 +02:00
ffprobe.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
ffserver.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
ffserver.h
subdir.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.