Go to file
Diego Biurrun d7167f0555 Move generated file aynth1.sw to the data subdirectory. Thus it does not have
to be removed separately and there is less clutter in the tests directory.

Originally committed as revision 18246 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-30 12:27:03 +00:00
doc The definition of rate and distortion is not conditional of lambda being 2009-03-30 10:39:20 +00:00
ffpresets The default subq value in the x264 CLI is now 6, not 5. 2009-01-25 21:28:56 +00:00
libavcodec mlpdec: Simplify check for substream_parity_present. 2009-03-30 03:46:52 +00:00
libavdevice Fix AVFMT_FLAG_NONBLOCK in alsa 2009-03-07 18:17:13 +00:00
libavfilter Make static the list of registered filters. 2009-03-26 21:46:45 +00:00
libavformat Generalize example target rule in common.mak so that it sets a -example$(EXESUF) 2009-03-29 14:35:20 +00:00
libavutil Use a wildcard match instead of a list to remove test programs. 2009-03-26 10:12:21 +00:00
libpostproc Add av_uninit to vbA[1-8], vbB[1-8] variables to work around 2009-03-14 19:14:40 +00:00
libswscale Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings. 2009-03-30 12:23:28 +00:00
tests Move generated file aynth1.sw to the data subdirectory. Thus it does not have 2009-03-30 12:27:03 +00:00
tools Check for INIT_VLC_USE_STATIC 2009-03-27 03:03:50 +00:00
Changelog PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. 2009-03-20 17:23:45 +00:00
cmdutils.c Implement read_yesno(). 2009-03-18 21:35:49 +00:00
cmdutils.h Implement read_yesno(). 2009-03-18 21:35:49 +00:00
common.mak Generalize example target rule in common.mak so that it sets a -example$(EXESUF) 2009-03-29 14:35:20 +00:00
configure mingw32: Restore creation of import libraries. They are still not being 2009-03-29 03:42:32 +00:00
COPYING.GPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 2007-07-12 20:27:07 +00:00
COPYING.LGPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 2007-07-12 20:27:07 +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 do not write ffm write index by default, detect if file is being written and return EOF 2009-03-20 01:23:33 +00:00
ffplay.c Move declaration of 'pict' closer to where it is used and initialize it. 2009-03-23 16:43:06 +00:00
ffserver.c check if feed max file size is too small 2009-03-21 10:32:43 +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 AltiVec optimizations in libswscale are no longer GPL. 2009-03-29 13:48:43 +00:00
MAINTAINERS Add myself as mlp* maintainer. 2009-03-27 23:27:16 +00:00
Makefile Move generated file aynth1.sw to the data subdirectory. Thus it does not have 2009-03-30 12:27:03 +00:00
README Move licensing information into a separate file called LICENSE and 2009-03-25 14:05:20 +00:00
subdir.mak Use $< automatic variable to simplify some commands. 2009-03-22 13:00:15 +00:00
version.sh Directly read the version number from a VERSION file; useful for releases. 2009-03-05 23:17:11 +00:00

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.