FFmpeg git repo
Go to file
Michael Niedermayer c26ae41db2 adding a few const
Originally committed as revision 4337 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-06-01 21:19:00 +00:00
doc Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine 2005-05-17 22:47:34 +00:00
libavcodec adding a few const 2005-06-01 21:19:00 +00:00
libavformat according to the standard the object_type for H264 is 33, not 241 2005-05-30 17:32:02 +00:00
postproc Should fix altivec detection for g3 system. 2005-05-20 12:08:31 +00:00
tests fix mpeg2 chroma_420_type 2005-05-18 19:42:42 +00:00
vhook vhook watermark patch by (Marcus Engene: ffmpeg, engene se) 2005-05-26 09:18:38 +00:00
.cvsignore
COPYING
CREDITS Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine 2005-05-17 22:47:34 +00:00
Changelog Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine 2005-05-17 22:47:34 +00:00
Doxyfile
INSTALL
Makefile
README
berrno.h
clean-diff tr -d '\015' 2005-05-26 17:48:23 +00:00
cmdutils.c
cmdutils.h
configure Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu) 2005-05-29 22:11:05 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c add -gray command line flag 2005-05-31 11:49:55 +00:00
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
xvmc_render.h

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.