FFmpeg git repo
Go to file
Baptiste Coudurier bffcf2ebbf treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side effect since if bps is 16 in stsd, codec will be changed to s16be, just yell if this breaks any sample
Originally committed as revision 9832 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-30 10:00:42 +00:00
doc Add a section about C++ and extern "C" in the FAQ. 2007-07-27 13:40:02 +00:00
libavcodec support silly PCM variant used by zork nemesis 2007-07-30 02:05:16 +00:00
libavformat treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side effect since if bps is 16 in stsd, codec will be changed to s16be, just yell if this breaks any sample 2007-07-30 10:00:42 +00:00
libavutil Implement av_strlcatf(): a strlcat which adds a printf style formatted string 2007-07-19 06:36:02 +00:00
libpostproc Uppercase variable overlooked in last commit. 2007-07-21 18:56:53 +00:00
libswscale typo 2007-07-28 14:17:25 +00:00
tests regression tests for yuv440p yuvj440p 2007-07-19 16:06:14 +00:00
tools remove warnings 2007-07-18 15:38:04 +00:00
vhook Make vhook build non-recursive. 2007-07-08 15:16:25 +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 this file credits authors of non-trivial code, which I don't qualify for 2007-06-14 08:19:19 +00:00
Changelog Remove OS/2 support 2007-07-10 21:52:04 +00:00
Doxyfile
INSTALL
MAINTAINERS lcl.c doesnt exist anymore 2007-07-17 22:08:19 +00:00
Makefile cosmetics: Use uppercase names for installation directories in makefiles. 2007-07-21 18:53:06 +00:00
README
cmdutils.c Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT). 2007-07-19 15:24:58 +00:00
cmdutils.h
common.mak cosmetics: Use uppercase names for installation directories in makefiles. 2007-07-21 18:53:06 +00:00
configure Add the possibility to show all configurable encoders, decoders, parsers, 2007-07-27 14:13:34 +00:00
ffinstall.nsi
ffmpeg.c add proper support for subtitles muxing/stream copying 2007-07-25 19:47:44 +00:00
ffplay.c add vst option to select video stream 2007-07-25 20:50:38 +00:00
ffserver.c 10l to Benoit, poll.h is already included below, and this broke compilation on mingw 2007-07-13 00:55:42 +00:00
ffserver.h
output_example.c misc spelling fixes 2007-06-12 09:29:25 +00:00
version.sh kill error messages from failed svn revision extraction commands 2007-06-18 19:43:11 +00:00

README

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

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

* Read the documentation in the doc/ directory.

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

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  libpostproc and libswscale are licensed under the GNU Lesser General
  Public License.

* libpostproc and libswscale are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.