Go to file
Måns Rullgård 17929c0468 fix seeking bug
Originally committed as revision 4123 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-04-12 13:33:22 +00:00
doc changed the mailinglist pointers to the new place (mplayerhq) 2005-04-11 16:24:58 +00:00
libavcodec rescale coefficients during IDWT, that way the lifting steps are much simpler and faster 2005-04-10 14:21:53 +00:00
libavformat fix seeking bug 2005-04-12 13:33:22 +00:00
postproc Fixes rgb32to16 conversion for I think all platforms since the int8 2005-03-22 10:11:42 +00:00
tests rescale coefficients during IDWT, that way the lifting steps are much simpler and faster 2005-04-10 14:21:53 +00:00
vhook add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org) 2005-03-16 19:11:58 +00:00
.cvsignore
berrno.h
Changelog Autodesk Animator Studio Codec (AASC) video decoder, courtesy of 2005-04-03 05:02:08 +00:00
cmdutils.c
cmdutils.h
configure Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>, 2005-04-09 15:32:58 +00:00
COPYING
CREDITS add Loïc Le Loarer 2005-03-27 00:47:32 +00:00
cws2fws.c
cygwin_inttypes.h
Doxyfile
ffinstall.nsi
ffmpeg.c motion estimation bitrate penalty compensation 2005-03-27 12:19:59 +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.h
INSTALL
Makefile ogg has to be at the right of vorbis patch by ("Víctor Paesa" wzrlpy hotmail com) 2005-03-18 02:13:13 +00:00
output_example.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 2005-02-24 19:08:50 +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
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.