FFmpeg git repo
Go to file
Reimar Döffinger c26bce1070 Allow hard-coding of the 32kB cubic-root table for AAC.
Originally committed as revision 22527 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-14 19:59:47 +00:00
doc Bump libavfilter minor version and add APIchanges entry after the 2010-03-13 11:41:15 +00:00
ffpresets
libavcodec Allow hard-coding of the 32kB cubic-root table for AAC. 2010-03-14 19:59:47 +00:00
libavdevice Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark 2010-03-13 19:19:44 +00:00
libavfilter Make the scale filter pass the pkt.pos information to the output 2010-03-13 12:33:44 +00:00
libavformat Avoid creating tiny (possibly only 64 bytes large) audio packets resulting in 2010-03-14 13:38:00 +00:00
libavutil Mark AVERROR_ENOENT for deletion at the next libavutil major bump. 2010-03-14 01:32:44 +00:00
libpostproc
libswscale Fix compilation on powerpc with --disable-altivec 2010-03-09 08:07:34 +00:00
tests Make sure all mvs of a mb are set in the error concealment code. 2010-03-14 01:52:31 +00:00
tools Add missing stdlib.h #include, fixes the warnings: 2010-03-08 17:00:21 +00:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS Add myself to CREDITS 2010-03-08 05:04:29 +00:00
Changelog Kega Game Video (KGV1) decoder 2010-03-09 01:03:09 +00:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile Fix brief make output for generated tables 2010-03-14 19:48:09 +00:00
README
cmdutils.c Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps 2010-03-07 22:18:37 +00:00
cmdutils.h
cmdutils_common_opts.h
common.mak Fix brief make output for generated tables 2010-03-14 19:48:09 +00:00
configure Separate DWT from snow and dsputil 2010-03-14 17:50:12 +00:00
ffmpeg.c Move libm replacements to new header libm.h 2010-03-09 15:10:23 +00:00
ffplay.c Make ffplay pass the packet.pos information to the filterchain, get it 2010-03-13 11:27:07 +00:00
ffprobe.c Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps 2010-03-07 22:18:37 +00:00
ffserver.c Move resolve_host() to ffserver.c 2010-03-08 18:43:27 +00:00
ffserver.h
subdir.mak Reorder some make rules 2010-03-09 14:58:29 +00:00
version.sh

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.