FFmpeg git repo
Go to file
Wolfram Gloger b4a3389e70 sync output stream against any input stream (extension of map) patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
Originally committed as revision 4308 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-26 08:59:05 +00:00
doc Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine 2005-05-17 22:47:34 +00:00
libavcodec AV_LOG_DEBUG is not a good default ... 2005-05-26 08:57:13 +00:00
libavformat RTP/RTSP and MPEG4-AAC audio 2005-05-26 07:47:51 +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 cast NULL to correct type 2005-05-10 08:53:07 +00:00
.cvsignore cvsignore config.log 2004-11-25 06:31:38 +00:00
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 moving Doxyfile from ffmpeg/libavcodec to ffmpeg 2004-07-15 15:14:13 +00:00
INSTALL
Makefile support BUILDSUF patch by <charles dot yates at pandora dot be> 2005-05-08 15:04:59 +00:00
README
berrno.h
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 ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com) 2005-05-22 23:58:58 +00:00
cws2fws.c cws2fws, utility to convert compressed flash files to uncompressed ones, which can be than played back with ffplay. note: this doesn't gets compiled automatically 2004-10-16 11:08:49 +00:00
ffinstall.nsi fixed windows build 2003-09-15 22:26:45 +00:00
ffmpeg.c sync output stream against any input stream (extension of map) patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) 2005-05-26 08:59:05 +00:00
ffplay.c switch to native time bases 2005-04-30 21:43:59 +00:00
ffserver.c Turn on the seeking support for ffm streams. Now means that streams are 2005-05-07 00:56:05 +00:00
ffserver.h
output_example.c switch to native time bases 2005-04-30 21:43:59 +00:00
pktdumper.c "don't quit" option to attach a debugger /check mem leaks 2005-04-07 16:52:28 +00:00
qt-faststart.c yep, tyop 2004-07-20 03:40:45 +00:00
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.