FFmpeg git repo
Go to file
Mike Melanson 6952f12338 this should make the decoder safe for big-endian platforms
Originally committed as revision 2560 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-12-04 14:14:43 +00:00
doc initial support for Duck TrueMotion v1 (think of it as On2 VP1); only 2003-12-03 04:22:15 +00:00
libavcodec this should make the decoder safe for big-endian platforms 2003-12-04 14:14:43 +00:00
libavformat DUCK codec 2003-12-03 04:58:48 +00:00
postproc 1000l 2003-11-06 23:22:17 +00:00
tests cleanup 2003-11-28 22:09:09 +00:00
vhook
.cvsignore
COPYING
CREDITS
Changelog initial support for Duck TrueMotion v1 (think of it as On2 VP1); only 2003-12-03 04:22:15 +00:00
INSTALL
Makefile
README
berrno.h
cmdutils.c
cmdutils.h
configure
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c h263 alternative inter vlc support 2003-11-29 08:37:51 +00:00
ffplay.c seek by mouse in ffplay patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2003-11-28 19:19:01 +00:00
ffserver.c Changed a bunch of calls to sprintf to snprintf to protect against buffer 2003-11-19 02:23:17 +00:00
ffserver.h
output_example.c
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.