FFmpeg git repo
Go to file
Michael Niedermayer cfe675269b Do not use SSE2 SAD for snow as it requires more alignment than can be
easily provided.
Fixes issue315.

Originally committed as revision 18404 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-09 21:53:48 +00:00
doc Fix documentation for the "-ps" option 2009-04-09 21:52:12 +00:00
ffpresets
libavcodec Do not use SSE2 SAD for snow as it requires more alignment than can be 2009-04-09 21:53:48 +00:00
libavdevice Implement JACK input device. 2009-04-02 23:53:47 +00:00
libavfilter Make static the list of registered filters. 2009-03-26 21:46:45 +00:00
libavformat AAC packetiser cleanup: use consts instead of #defines 2009-04-09 21:48:45 +00:00
libavutil Give liblzo benchmark conditionals more descriptive names and add convenience 2009-04-09 15:11:48 +00:00
libpostproc configure: Add --enable-runtime-cpudetect 2009-04-08 20:26:18 +00:00
libswscale Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it. 2009-04-08 20:21:21 +00:00
tests Make sure the last bits of huffyuv frames are zeroed. 2009-04-05 13:02:47 +00:00
tools Check for INIT_VLC_USE_STATIC 2009-03-27 03:03:50 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog Add support for AMR audio in the RTP muxer 2009-04-08 07:16:14 +00:00
Doxyfile
INSTALL
LICENSE Replace MPEG group reference DCT implementation by newly rewritten version. 2009-03-31 15:50:11 +00:00
MAINTAINERS Add myself as mlp* maintainer. 2009-03-27 23:27:16 +00:00
Makefile Move generated file aynth1.sw to the data subdirectory. Thus it does not have 2009-03-30 12:27:03 +00:00
README Move licensing information into a separate file called LICENSE and 2009-03-25 14:05:20 +00:00
cmdutils.c
cmdutils.h
common.mak Always use -L flags for all subdirs 2009-04-01 00:53:25 +00:00
configure Add a configure check for lzo1x_999_compress() and compile the lzo test program 2009-04-09 14:55:05 +00:00
ffmpeg.c Fix -ss / -t interaction with -acodec copy. 2009-04-09 00:13:59 +00:00
ffplay.c
ffserver.c
ffserver.h
subdir.mak Add $(ELIBS) to example/test app link command 2009-04-01 00:53:34 +00:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.