FFmpeg git repo
Go to file
Tomas Härdin e7839602f4 mxfdec: Never seek back in local sets and KLVs
Specially crafted files can lead the parsing code to take too long.
We fix a lot of these problems by not allowing local tags to extend past the
end of the set and not allowing other KLVs to be read past the end of
themselves.
2011-12-21 14:17:29 +01:00
doc Merge remote-tracking branch 'qatar/master' 2011-12-20 04:12:09 +01:00
ffpresets
libavcodec Merge remote-tracking branch 'qatar/master' 2011-12-20 04:12:09 +01:00
libavdevice lavd/lavfi: fix incomplete comment 2011-12-18 01:04:02 +01:00
libavfilter
libavformat mxfdec: Never seek back in local sets and KLVs 2011-12-21 14:17:29 +01:00
libavutil Merge remote-tracking branch 'qatar/master' 2011-12-20 04:12:09 +01:00
libpostproc
libswresample
libswscale Merge remote-tracking branch 'qatar/master' 2011-12-20 04:12:09 +01:00
mt-work
presets
tests Merge remote-tracking branch 'tjoppen/proper_mxf_track_linking' 2011-12-18 23:11:05 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Merge remote-tracking branch 'qatar/master' 2011-12-20 04:12:09 +01:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE RELEASE: We're now at 0.9.0.git 2011-12-16 15:20:13 +01:00
avconv.c Merge remote-tracking branch 'qatar/master' 2011-12-17 02:18:16 +01:00
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Assume architecture arm for machine hardware name iPad*. 2011-12-18 13:48:44 +01:00
ffmpeg.c Merge remote-tracking branch 'qatar/master' 2011-12-17 02:18:16 +01:00
ffplay.c ffplay: remove global video state 2011-12-19 21:38:41 +01:00
ffprobe.c
ffserver.c
library.mak Merge remote-tracking branch 'qatar/master' 2011-12-18 03:04:44 +01:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.