FFmpeg git repo
Go to file
Michael Niedermayer f464b02d22 mpegts: fuzzy crc check for not so spec compliant files
Fixes Ticket598

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-08 05:25:27 +02:00
compat
doc doc/RELEASE_NOTES: update for the 9 release. 2012-10-06 13:55:18 +02:00
libavcodec wmalosslessdec: remove unused variable 2012-10-08 03:12:44 +02:00
libavdevice Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
libavfilter vf_tile: fix typos/grammar in comments 2012-10-06 11:34:10 -05:00
libavformat mpegts: fuzzy crc check for not so spec compliant files 2012-10-08 05:25:27 +02:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
libavutil xtea: give constants the correct type 2012-10-08 03:44:18 +02:00
libpostproc
libswresample swr-test: avoid VLA 2012-10-06 13:48:47 +02:00
libswscale Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
presets
tests Merge remote-tracking branch 'qatar/master' 2012-10-07 11:28:38 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Pinnacle TARGA CineWave YUV16 decoder (fourcc Y216). 2012-10-06 06:20:52 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
cmdutils_common_opts.h
common.mak
configure configure: enable -Werror=vla 2012-10-06 14:03:32 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
ffprobe.c ffprobe: reindent after previous commit 2012-10-05 23:58:23 +02:00
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.