FFmpeg git repo
Go to file
Roman Shaposhnik 98486a6bc0 zero sized malloc patch by Roman Shaposhnick
Originally committed as revision 1501 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-01-23 22:00:57 +00:00
doc
libavcodec reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY) 2003-01-23 01:20:47 +00:00
libavformat zero sized malloc patch by Roman Shaposhnick 2003-01-23 22:00:57 +00:00
postproc UYVY input 2003-01-23 09:35:22 +00:00
tests
vhook dependency handling is consistant with libavcodec 2003-01-22 09:55:08 +00:00
.cvsignore
COPYING
CREDITS
Changelog
INSTALL
Makefile dependency handling is consistant with libavcodec 2003-01-22 09:55:08 +00:00
README
VERSION
berrno.h
configure dv patch by Max Krasnyansky (maxk at qualcomm dot com) 2003-01-22 22:40:52 +00:00
cygwin_inttypes.h
ffmpeg.c dv1394 channel selection by Max Krasnyansky - modified channel number to be in base 10 by default 2003-01-23 18:44:26 +00:00
ffserver.c zero sized malloc patch by Roman Shaposhnick 2003-01-23 22:00:57 +00:00
ffserver.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 are licensed under the Lesser GNU General Public
  License. liba52 is distributed under the GNU General Public License.

Fabrice Bellard.