FFmpeg git repo
Go to file
Martin Storsjö ede42109e7 x86: Add an xmm clobbering wrapper for avcodec_encode_video2
This is required since 187105ff8 when we started trying to
wrap this function as well.

Signed-off-by: Martin Storsjö <martin@martin.st>
2013-09-17 10:53:23 +02:00
compat
doc doc/formats: Add documentation for 3 parameters that have been missing 2013-09-16 17:49:10 +02:00
libavcodec x86: Add an xmm clobbering wrapper for avcodec_encode_video2 2013-09-17 10:53:23 +02:00
libavdevice
libavfilter avfilter: add adelay filter 2013-09-16 14:33:07 +00:00
libavformat Merge remote-tracking branch 'cehoyos/master' 2013-09-17 00:27:40 +02:00
libavresample
libavutil Merge remote-tracking branch 'qatar/master' 2013-09-15 11:57:02 +02:00
libpostproc
libswresample swresample: replace 2 av_free() by av_freep() 2013-09-16 22:44:15 +02:00
libswscale swscale/yuv2rgb: make sure yuvTable is set to NULL after deallocation 2013-09-16 22:47:21 +02:00
presets
tests matroskaenc: Bump DocTypeVersion to 4 2013-09-15 02:08:15 +02:00
tools
.gitignore
arch.mak
Changelog avfilter: add adelay filter 2013-09-16 14:33:07 +00:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure Merge commit '187105ff8a02bafc9c58d9d8363bb3f55a415635' 2013-09-17 10:53:14 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c ffmpeg: check for unsupported "queing of command on first filter supporting the specific commend" 2013-09-10 14:13:44 +02:00
ffmpeg.h
ffplay.c
ffprobe.c
ffserver.c ffserver: allow choosing the pixel format 2013-09-14 03:51:45 +02:00
INSTALL
library.mak
LICENSE
MAINTAINERS MAINTAINERS: move sections from lavc to lavu 2013-09-12 15:17:11 +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.