1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-09 09:16:59 +02:00
Go to file
Diego Biurrun 1f30649633 typo: beomes --> becomes
Originally committed as revision 18186 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-25 14:19:22 +00:00
doc The Mersenne Twister PRNG was removed, mention replacement. 2009-03-25 10:18:47 +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 cosmetics: add an @return to documentation for decode_frame_header() 2009-03-24 22:44:12 +00:00
libavdevice Fix AVFMT_FLAG_NONBLOCK in alsa 2009-03-07 18:17:13 +00:00
libavfilter Remove old scaler. 2009-03-03 22:51:30 +00:00
libavformat set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_sample.m4v 2009-03-25 06:07:13 +00:00
libavutil Use PIX_FMT_NE() for defining the PIX_FMT_RGB32 variants macros. 2009-03-23 23:01:11 +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 Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertion 2009-03-24 07:11:35 +00:00
tests Remove index writing in RM muxer, since it is broken (multiple streams per 2009-03-21 20:34:24 +00:00
tools Add _XOPEN_SOURCE #define. This is necessary for (s)random(), which are XSI 2009-03-24 16:28:48 +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 Rename 'tests' target to 'testprogs'. It is too easily confused with the 2009-03-22 23:13:21 +00:00
configure Add a CONFIG_SWSCALE_ALPHA option for alpha channel scaling (enabled by default) 2009-03-20 14:12:47 +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 typo: beomes --> becomes 2009-03-25 14:19:22 +00:00
MAINTAINERS Register myself as Smacker maintainer 2009-03-21 17:01:56 +00:00
Makefile Clear some more variables that are used on subdir Makefiles. 2009-03-25 00:50:56 +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 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.