FFmpeg git repo
Go to file
James Almer 6510686c16 lavf/tta: check header and seek table checksum
Since we don't check for seek table integrity in the decoder anymore,
check it in the demuxer instead (Only tta files are guaranteed to have
one, and it should be valid there).

Check also for header integrity, since the check done in the decoder
is ignored because matroska doesn't store the header at all.

Signed-off-by: James Almer <jamrial@gmail.com>
2013-05-31 21:10:57 +00:00
compat
doc Merge remote-tracking branch 'qatar/master' 2013-05-31 11:32:58 +02:00
libavcodec jpeg2000dec: fix indention 2013-05-31 13:33:13 +02:00
libavdevice lavd: add xv output device 2013-05-30 10:44:54 +02:00
libavfilter lavfi/vignette: remove extra semi-colon. 2013-05-31 10:22:03 +02:00
libavformat lavf/tta: check header and seek table checksum 2013-05-31 21:10:57 +00:00
libavresample
libavutil av_d2q: Add a special case for |value| > MAX and |value| < 1/MAX 2013-05-31 17:10:36 +02:00
libpostproc
libswresample
libswscale
presets
tests av_d2q: Add a special case for |value| > MAX and |value| < 1/MAX 2013-05-31 17:10:36 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: add vignette filter. 2013-05-30 17:52:52 +02:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure configure: check for nanosecond precission stat 2013-05-31 17:28:44 +02:00
ffmpeg.c ffmpeg: use actual packet pts when discarding for the copypriorss option 2013-05-28 17:03:23 -04:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
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.