FFmpeg git repo
Go to file
Calcium 1ba02582a5 04_AMR_no_debug_output.patch by (Calcium | calcium nurs or jp)
Originally committed as revision 4062 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-22 18:28:15 +00:00
doc decoder works fine now, when fed properly-sized chunks by the demuxer; 2005-03-06 07:00:24 +00:00
libavcodec 04_AMR_no_debug_output.patch by (Calcium | calcium nurs or jp) 2005-03-22 18:28:15 +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
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
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 08_limit_in_filesize.patch by (Calcium | calcium nurs or jp) 2005-03-22 18:20:07 +00:00
ffplay.c
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 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.