FFmpeg git repo
Go to file
Vitor Sessak ca55606a51 x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.
Without this, code like "shufps m0, m1, m2, 0xaa" would not work in CPUs
not supporting SSE2.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-28 00:24:21 +01:00
doc Merge remote-tracking branch 'qatar/master' 2011-11-27 00:30:13 +01:00
ffpresets Merge remote-tracking branch 'qatar/master' 2011-10-20 02:34:51 +02:00
libavcodec aacenc: make the aac coder user choosable. 2011-11-27 21:19:30 +01:00
libavdevice Merge remote-tracking branch 'qatar/master' 2011-11-26 01:12:08 +01:00
libavfilter avfilter: fix AVFilterPad video only comment. 2011-11-26 19:30:30 +01:00
libavformat img2: update first file only when -updatefirst is specified 2011-11-27 16:39:40 +01:00
libavutil x86inc: Flag shufps as an floating-point instruction for the AVX emulation code. 2011-11-28 00:24:21 +01:00
libpostproc postproc: remove stray + 2011-10-30 18:11:09 +01:00
libswresample swr: fix invalid sample format message. 2011-11-24 16:55:45 +01:00
libswscale Merge remote-tracking branch 'qatar/master' 2011-11-27 00:30:13 +01:00
mt-work
presets Remove redundant libx264 preset files 2011-10-22 01:32:10 +02:00
tests fate: enable new sbr tests after our rsync server has them now. 2011-11-26 23:13:50 +01:00
tools lavfi-showfiltfmts.c: fix handling of null names 2011-11-26 18:12:25 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Merge remote-tracking branch 'qatar/master' 2011-11-27 00:30:13 +01:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: add myself as a web site maintainer 2011-11-21 00:07:52 +01:00
Makefile Merge remote-tracking branch 'qatar/master' 2011-10-20 02:34:51 +02:00
README
RELEASE RELEASE: We're now at 0.8.7.git 2011-11-25 14:37:35 +01:00
avconv.c cmdutils: pass AVCodec to filter_codec_opts() 2011-11-27 21:17:56 +01:00
cmdutils.c cmdutils: pass AVCodec to filter_codec_opts() 2011-11-27 21:17:56 +01:00
cmdutils.h cmdutils: pass AVCodec to filter_codec_opts() 2011-11-27 21:17:56 +01:00
cmdutils_common_opts.h
common.mak Add rule for compiling to asm 2011-10-22 20:49:24 +02:00
configure lavfi: add libass based subtitles renderer 2011-11-26 10:42:33 +01:00
ffmpeg.c cmdutils: pass AVCodec to filter_codec_opts() 2011-11-27 21:17:56 +01:00
ffplay.c cmdutils: pass AVCodec to filter_codec_opts() 2011-11-27 21:17:56 +01:00
ffprobe.c ffprobe: always print int values with print_val() 2011-11-25 13:25:56 +01:00
ffserver.c ffserver: use av_noreturn 2011-11-11 04:25:53 +01:00
subdir.mak Add rule for compiling to asm 2011-10-22 20:49:24 +02:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.