FFmpeg git repo
Go to file
Michael Niedermayer fb5f3241e4 tests/fate-run: do not attempt to parse tiny_psnrs output if it failed
This avoids confusing syntax errors with awk later

Likely fixes awk errors at:
http://buildd.debian-ports.org/status/fetch.php?pkg=ffmpeg&arch=sparc64&ver=7%3A2.6.2-1&stamp=1428928967

Reviewed-by: Timothy Gu <timothygu99@gmail.com>
Thanks-to: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com> for the link
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit c0d847e457)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-04-24 01:56:29 +02:00
compat
doc
libavcodec alac: reject rice_limit 0 if compression is used 2015-04-24 01:25:11 +02:00
libavdevice
libavfilter
libavformat lavf: Reset global flag on deinit 2015-04-23 14:31:00 +02:00
libavresample
libavutil avutil/pca: Check for av_malloc* failures 2015-04-22 12:27:24 +02:00
libpostproc
libswresample
libswscale swscale/utils: clear formatConvBuffer on allocation 2015-02-27 03:34:27 +01:00
presets
tests tests/fate-run: do not attempt to parse tiny_psnrs output if it failed 2015-04-24 01:56:29 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
VERSION
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure arm: Suppress tags about used cpu arch and extensions 2015-04-22 12:27:23 +02:00
ffmpeg.c
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.