FFmpeg git repo
Go to file
Reimar Döffinger 2b336df3cb parseutils: reliably detect out-of-range alpha.
This should fix the FATE test on ARM (not tested),
but it should also detect alpha values like 2^128
reliably as invalid which would be another out-of-range
case with implementation-dependant behaviour.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2012-04-24 21:28:24 +02:00
doc Merge remote-tracking branch 'qatar/master' 2012-04-24 02:30:41 +02:00
ffpresets
libavcodec Add missing newline in shorten decoder. 2012-04-24 17:23:43 +02:00
libavdevice
libavfilter avfiltergraph: fix format selection. 2012-04-24 16:35:15 +02:00
libavformat Merge remote-tracking branch 'qatar/master' 2012-04-24 02:30:41 +02:00
libavutil parseutils: reliably detect out-of-range alpha. 2012-04-24 21:28:24 +02:00
libpostproc
libswresample fix swr_convert buffering of packed audio 2012-04-21 01:57:21 +02:00
libswscale Merge remote-tracking branch 'qatar/master' 2012-04-24 02:30:41 +02:00
mt-work Update todo 2011-06-12 18:01:29 +02:00
presets Remove redundant libx264 preset files 2011-10-22 01:32:10 +02:00
tests Merge remote-tracking branch 'qatar/master' 2012-04-24 02:30:41 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c Merge remote-tracking branch 'qatar/master' 2012-04-22 22:26:42 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2012-04-24 02:30:41 +02:00
ffmpeg.c ffmpeg: Fix initial dts for streamcopy, if the input packets lack dts. 2012-04-24 19:00:41 +02:00
ffplay.c lowres2 support. 2012-04-22 22:26:55 +02:00
ffprobe.c ffprobe: do not try to decode empty packets. 2012-04-21 14:02:08 +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.