No description
Find a file
Reimar Döffinger f8a31e2113 eatqi: move "block" variable into context to ensure sufficient alignment for
idct_put for compilers/architectures that can not align stack variables that much.
This is also consistent with similar code in eatgq.c

Originally committed as revision 18927 to svn://svn.ffmpeg.org/ffmpeg/trunk
(cherry picked from commit 1eda87ce63)

Signed-off-by: Reinhard Tartler <siretart@tauware.de>
2012-06-03 19:35:13 +02:00
doc consolidate .gitignore patters into a single file 2011-02-10 14:02:23 +01:00
ffpresets consolidate .gitignore patters into a single file 2011-02-10 14:02:23 +01:00
libavcodec eatqi: move "block" variable into context to ensure sufficient alignment for 2012-06-03 19:35:13 +02:00
libavdevice vfwcap: Include windows.h before vfw.h since the latter requires defines from the former. Patch by kemuri <kemuri9 at gmail dot com> 2012-06-02 19:25:58 -04:00
libavfilter consolidate .gitignore patters into a single file 2011-02-10 14:02:23 +01:00
libavformat ea: check chunk_size for validity. 2012-06-03 19:35:13 +02:00
libavutil Make DECLARE_ALIGNED macros work with external array specifiers 2011-11-05 11:29:12 +01:00
libpostproc consolidate .gitignore patters into a single file 2011-02-10 14:02:23 +01:00
libswscale Fix MMX rgb24 to yuv conversion with gcc 4.6 2011-11-05 09:04:11 +01:00
tests consolidate .gitignore patters into a single file 2011-02-10 14:02:23 +01:00
tools consolidate .gitignore patters into a single file 2011-02-10 14:02:23 +01:00
vhook Check the return values of a few functions to avoid the corresponding warnings. 2009-02-21 21:09:38 +00:00
.gitignore also ignore *.so for vhook plugins 2011-02-10 14:09:35 +01:00
Changelog Release notes and changelog for 0.5.7 2012-05-10 20:15:51 +02:00
cmdutils.c Merge (L)GPL upgrade code and related changes from trunk. 2009-06-07 12:52:31 +00:00
cmdutils.h Fix typo: explixitly -> explicitly. 2009-02-19 00:14:41 +00:00
common.mak backport symbol versioning patch 2010-02-01 16:00:09 +00:00
configure mingw32: merge checks for mingw-w64 and mingw32-runtime >= 3.15 into one 2012-06-02 19:25:58 -04:00
COPYING.GPLv2 Merge (L)GPL upgrade code and related changes from trunk. 2009-06-07 12:52:31 +00:00
COPYING.GPLv3 Merge (L)GPL upgrade code and related changes from trunk. 2009-06-07 12:52:31 +00:00
COPYING.LGPLv2.1 Merge (L)GPL upgrade code and related changes from trunk. 2009-06-07 12:52:31 +00:00
COPYING.LGPLv3 Merge (L)GPL upgrade code and related changes from trunk. 2009-06-07 12:52:31 +00:00
CREDITS it seems I never added myself in there before 2009-02-02 22:45:01 +00:00
Doxyfile HAVE_3DNOW --> HAVE_AMD3DNOW 2009-01-26 08:36:06 +00:00
ffmpeg.c revert r16717, r16718, r16719, EAGAIN handling, this causes FFserver to hang 2009-03-02 20:32:24 +00:00
ffplay.c Document ffplay -ast, -vst, and -sst options. 2009-03-01 17:13:33 +00:00
ffserver.c convert ffserver to new metadata API 2009-03-01 14:56:27 +00:00
ffserver.h Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +00:00
INSTALL Clarify that we require GNU make 3.81+. 2008-11-08 19:47:10 +00:00
LICENSE Merge OpenCORE AMR support from trunk. 2009-06-07 20:14:56 +00:00
MAINTAINERS Add release managers, merged from trunk. 2010-03-01 17:58:50 +00:00
Makefile Bail out if regtest-flashsv is run but zlib is not enabled. 2009-02-21 18:41:52 +00:00
output_example.c Make output_example use av_interleaved_write_frame() instead of av_write_frame(). 2009-02-18 11:46:14 +00:00
README Merge split of README <-> LICENSE files along with the clarifications. 2009-04-13 10:11:31 +00:00
RELEASE Release notes and changelog for 0.5.7 2012-05-10 20:15:51 +02:00
subdir.mak missing hunk to unbreak linking with symbol versioning 2010-02-02 19:57:40 +00:00
VERSION Bump version number for 0.5.8 release. 2012-05-10 20:40:38 +02:00
version.sh Merge improved version number generation from trunk. 2009-03-31 21:11:04 +00:00

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.