FFmpeg git repo
Go to file
Michael Niedermayer 0775c88f4e START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org)
Originally committed as revision 4298 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-21 21:37:07 +00:00
doc Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine 2005-05-17 22:47:34 +00:00
libavcodec START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org) 2005-05-21 21:37:07 +00:00
libavformat update current_sample number for non split mode 2005-05-21 10:41:52 +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
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 support BUILDSUF patch by <charles dot yates at pandora dot be> 2005-05-08 15:04:59 +00:00
README
berrno.h
cmdutils.c
cmdutils.h
configure install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>) 2005-05-19 00:17:50 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c 10l (rescaling AV_NOPTS_VALUE) 2005-05-12 16:28:24 +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
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.