FFmpeg git repo
Go to file
Michael Niedermayer 4e39ab4c97 1000l in av_mallocz_static()
less overallocation in av_fast_realloc() for small arrays

Originally committed as revision 2913 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-03-22 11:00:51 +00:00
doc (f)pritf() vs. av_log() and 'make test' update 2004-03-13 21:16:18 +00:00
libavcodec 1000l in av_mallocz_static() 2004-03-22 11:00:51 +00:00
libavformat support url_read which reads less then requested patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) 2004-03-20 19:57:28 +00:00
postproc altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>) 2004-03-14 18:04:59 +00:00
tests enable .ffm regression test as it works again 2004-03-18 22:54:44 +00:00
vhook
.cvsignore
COPYING
CREDITS credit update 2004-03-13 19:21:58 +00:00
Changelog
INSTALL
Makefile * missing opts for make dep 2004-03-09 12:18:40 +00:00
README
berrno.h
cmdutils.c (f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get 2004-02-22 00:31:19 +00:00
cmdutils.h
configure
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c slice structured encoding support & interlaced spelling 2004-03-18 22:51:42 +00:00
ffplay.c multithreaded mpeg2 decoding 2004-02-23 20:56:56 +00:00
ffserver.c av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2004-03-03 15:41:21 +00:00
ffserver.h
output_example.c av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2004-03-03 15:41:21 +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.