1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-03 05:10:03 +02:00
Go to file
Michael Niedermayer 8dd2a893dd set supported pix_fmts
Originally committed as revision 3982 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-25 15:06:21 +00:00
doc Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>) 2005-01-21 22:16:05 +00:00
libavcodec set supported pix_fmts 2005-02-25 15:06:21 +00:00
libavformat pseudo codec tag for adpcm_swf 2005-02-25 11:15:31 +00:00
postproc 100l, forgot to change an ifdef on last commit 2005-02-23 14:07:18 +00:00
tests switch MPEG4 fourcc to FMP4 2005-02-22 19:48:07 +00:00
vhook get fish to compile (time() forbidden), pstrcat not declared from ppm.c 2005-02-24 22:07:10 +00:00
.cvsignore cvsignore config.log 2004-11-25 06:31:38 +00:00
berrno.h
Changelog new NSV demuxer 2004-11-20 23:40:22 +00:00
cmdutils.c handle AVERROR_IO and AVERROR_NOMEM patch by (Kostya <cannonball bw-team com>) 2005-01-20 15:31:07 +00:00
cmdutils.h 1000l (copy & paste) 2004-10-16 23:44:16 +00:00
configure 01-makefile_fix_updated.patch 2005-02-24 15:18:02 +00:00
COPYING
CREDITS credits for Michel Bardiaux 2004-11-26 14:13:10 +00:00
cws2fws.c
cygwin_inttypes.h
Doxyfile
ffinstall.nsi
ffmpeg.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 2005-02-24 19:08:50 +00:00
ffplay.c dont kill the buffers while the decoder is using them 2005-02-07 22:06:01 +00:00
ffserver.c ffserver now runs again (sort of). 2005-01-03 02:42:02 +00:00
ffserver.h
INSTALL
Makefile 01-makefile_fix_updated.patch 2005-02-24 15:18:02 +00:00
output_example.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 2005-02-24 19:08:50 +00:00
qt-faststart.c
README
xvmc_render.h

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.