FFmpeg git repo
Go to file
James Almer 4cdea92976 swresample/resample: add missing xmm clobbers
Might fix fate-swr on ICL

Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-07 01:32:40 +02:00
compat
doc doc/codecs: document ignore_err 2014-05-04 13:24:40 +02:00
libavcodec avcodec/x86/hevcdsp_init: fix SSE4 checks 2014-05-06 18:27:49 +02:00
libavdevice
libavfilter avfilter/af_bs2b: Fix incompatible pointer type warnings 2014-05-06 01:01:02 +02:00
libavformat Merge commit '7ce3bd9614717e545af8fb8455032c807e389b78' 2014-05-07 00:39:54 +02:00
libavresample
libavutil avutil/file_open: Use av_mallocz_array() 2014-05-05 19:00:38 +02:00
libpostproc
libswresample swresample/resample: add missing xmm clobbers 2014-05-07 01:32:40 +02:00
libswscale swscale/utils: use FF_ALLOC(Z)_ARRAY_OR_GOTO() and av_malloc(z)_array() 2014-05-04 19:49:06 +02:00
presets
tests tests/tiny_ssim: more correct error message 2014-05-05 19:00:14 +02:00
tools tools/ismindex: use av_mallocz_array() 2014-05-05 18:47:24 +02:00
.gitignore gitignore: add tools/uncoded_frame 2014-05-06 14:14:32 +02:00
arch.mak
Changelog
cmdutils_common_opts.h
cmdutils_opencl.c
cmdutils.c
cmdutils.h
common.mak
configure Fix standalone compilation of sonic lossless encoder. 2014-05-05 09:14:31 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_dxva2.c
ffmpeg_filter.c Merge commit '9580818c5d934bde65a95efd2cee61c174721092' 2014-05-05 15:51:55 +02:00
ffmpeg_opt.c Merge commit '9580818c5d934bde65a95efd2cee61c174721092' 2014-05-05 15:51:55 +02:00
ffmpeg_vdpau.c
ffmpeg.c Merge commit '9580818c5d934bde65a95efd2cee61c174721092' 2014-05-05 15:51:55 +02:00
ffmpeg.h Merge commit '9580818c5d934bde65a95efd2cee61c174721092' 2014-05-05 15:51:55 +02:00
ffplay.c
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS MAINTANERS: update snow/ffv1/nut entries as these are no longer in a single file 2014-05-04 18:57:15 +02:00
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.