FFmpeg git repo
Go to file
Alexander Strasser 43eb59087b Added support for vorbis files containing floor type 0.
Originally committed as revision 4933 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-02-04 08:55:34 +00:00
doc --enable-shared now needs --disable-static on MinGW. 2006-02-03 01:15:00 +00:00
libavcodec Added support for vorbis files containing floor type 0. 2006-02-04 08:55:34 +00:00
libavformat fix regression tests 2006-02-04 02:05:51 +00:00
libavutil AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org) 2006-02-02 15:21:19 +00:00
postproc change sws sharpen filter a little 2006-02-04 00:08:54 +00:00
tests jpeg-ls regression test 2006-02-02 15:34:09 +00:00
vhook add static keyword to some functions 2006-01-30 23:41:27 +00:00
.cvsignore
COPYING Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
CREDITS
Changelog AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org) 2006-02-02 15:21:19 +00:00
Doxyfile COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
INSTALL COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
Makefile Remove obscure Makefile.bak entry from distclean rules. 2006-01-26 23:42:30 +00:00
README COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
berrno.h COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
build_avopt COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
clean-diff
cmdutils.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
cmdutils.h
configure os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info) 2006-02-02 13:07:30 +00:00
cws2fws.c 10l: now it works really, with 1k outbut buffers it failed more times, with 65k it looks safe with all samples i had 2006-01-15 01:19:02 +00:00
ffinstall.nsi
ffmpeg.c video4linux2 input support 2006-02-01 11:31:33 +00:00
ffplay.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ffserver.c remove unused function get_longterm_datarate() 2006-02-02 20:11:09 +00:00
ffserver.h
output_example.c add static keyword to some functions 2006-01-30 23:33:19 +00:00
pktdumper.c COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
qt-faststart.c
unwrap-diff
xvmc_render.h COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +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
  liba52 and libpostproc are licensed under the Lesser GNU General
  Public License.

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

Fabrice Bellard.