FFmpeg git repo
Go to file
Rene Rebe d07355da77 Fixes rgb32to16 conversion for I think all platforms since the int8
cast should never have worked. Tested on PowerPC and fixes the black GUI
to show the content.
patch by Rene Rebe <rene at exactcode dot de>

Originally committed as revision 14983 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2005-03-22 10:11:42 +00:00
doc decoder works fine now, when fed properly-sized chunks by the demuxer; 2005-03-06 07:00:24 +00:00
libavcodec alignment fix 2005-03-19 13:10:09 +00:00
libavformat initalize has_b_frames 2005-03-17 21:38:29 +00:00
postproc Fixes rgb32to16 conversion for I think all platforms since the int8 2005-03-22 10:11:42 +00:00
tests sample_size fix 2005-03-15 23:50:24 +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 cvsignore config.log 2004-11-25 06:31:38 +00:00
berrno.h
Changelog decoder works fine now, when fed properly-sized chunks by the demuxer; 2005-03-06 07:00:24 +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
configure add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org) 2005-03-16 19:11:58 +00:00
COPYING
CREDITS first pass at ALAC decoder from David Hammerton; while David's original 2005-03-06 00:43:55 +00:00
cws2fws.c
cygwin_inttypes.h
Doxyfile
ffinstall.nsi
ffmpeg.c argument name for -vdt 2005-03-17 05:07:54 +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 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 s/\t/ /g for indentation fairies 2005-03-16 13:49:20 +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.