FFmpeg git repo
Go to file
Reimar Döffinger 796097c696 Add tests for audio encoders: aac, dca, ra144 and nellymoser.
The PSNR values are of varying usefulness, though at least
the DTS and AAC ones are useful with the right shift value.
Note: due to usage of floats some of these may fail on other
architectures.
In that case they should be converted into a CMD = stddev
FATE test, but it seems useful to try this way first.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2012-04-07 11:50:18 +02:00
doc doc: image2: update docs for glob input patterns 2012-04-06 15:18:31 +02:00
ffpresets
libavcodec aacenc: Fix issues with huge values of bit_rate. 2012-04-07 11:48:20 +02:00
libavdevice Merge remote-tracking branch 'qatar/master' 2012-04-04 21:17:52 +02:00
libavfilter vsrc_buffer: remove overwrite support. 2012-04-06 11:01:22 +02:00
libavformat mpegpsenc: fix user specified mux rate 2012-04-07 07:56:55 +02:00
libavutil Merge remote-tracking branch 'qatar/master' 2012-04-06 22:52:01 +02:00
libpostproc
libswresample swr-test: remove unused variable 2012-04-01 22:24:06 +02:00
libswscale Merge remote-tracking branch 'qatar/master' 2012-04-05 22:26:50 +02:00
mt-work
presets
tests Add tests for audio encoders: aac, dca, ra144 and nellymoser. 2012-04-07 11:50:18 +02:00
tools
.gitignore
Changelog lavc: add a OpenEXR decoder 2012-04-06 08:32:09 +02:00
cmdutils_common_opts.h cmdutils: fix -fdebug without -v xy 2012-04-05 21:50:50 +02:00
cmdutils.c
cmdutils.h
common.mak
configure build system: support setting avassert() assert_level 2012-04-07 09:23:06 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c ffmpeg: remove unused MetadataMap. 2012-04-06 14:25:35 +02:00
ffplay.c
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
README README: be a tiny bit more verbose 2012-04-06 10:23:26 +02:00
RELEASE
version.sh

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.