FFmpeg git repo
Go to file
Pavel Koshevoy 9425dc3dba Fix build failure on osx 10.5.8 ppc
Second parameter to vec_splat must be a literal, not a variable
value.  Therefore the second nested for-loop in
float_to_int16_stride_altivec had to be unrolled.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-08 05:40:26 +02:00
compat
doc doc/RELEASE_NOTES: update for the 9 release. 2012-10-06 13:55:18 +02:00
libavcodec Fix build failure on osx 10.5.8 ppc 2012-10-08 05:40:26 +02:00
libavdevice Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
libavfilter vf_tile: fix typos/grammar in comments 2012-10-06 11:34:10 -05:00
libavformat mpegts: fuzzy crc check for not so spec compliant files 2012-10-08 05:25:27 +02:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
libavutil xtea: give constants the correct type 2012-10-08 03:44:18 +02:00
libpostproc
libswresample swr-test: avoid VLA 2012-10-06 13:48:47 +02:00
libswscale Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
presets
tests Merge remote-tracking branch 'qatar/master' 2012-10-07 11:28:38 +02:00
tools
.gitignore
arch.mak
Changelog Pinnacle TARGA CineWave YUV16 decoder (fourcc Y216). 2012-10-06 06:20:52 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
common.mak
configure configure: enable -Werror=vla 2012-10-06 14:03:32 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c
ffmpeg.h
ffplay.c
ffprobe.c ffprobe: reindent after previous commit 2012-10-05 23:58:23 +02:00
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
README
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.