FFmpeg git repo
Go to file
Michael Niedermayer 7b1fa7db0a 100l
Originally committed as revision 3234 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-18 13:11:15 +00:00
doc update todo list 2004-06-05 02:51:52 +00:00
libavcodec 100l 2004-06-18 13:11:15 +00:00
libavformat A/V Synch in ffmpeg patch by (Luca Abeni <lucabe72 at email dot it>) 2004-06-18 03:03:32 +00:00
postproc small linux/altivec compile fix in postproc/ by (Romain Dolbeau <dolbeau at irisa dot fr>) 2004-06-04 10:00:36 +00:00
tests regression checksum changes due to new resampling code 2004-06-18 02:59:30 +00:00
vhook fix compilation after michaels anti-time change 2004-04-07 13:31:27 +00:00
.cvsignore
COPYING
CREDITS
Changelog first pass at a Sorenson Video 1 (SVQ1) encoder 2004-05-07 03:10:11 +00:00
INSTALL
Makefile Install only manpage if binary is present patch by (Nicolas Boos <nicolas.boos at wanadoo dot fr>) 2004-06-17 22:46:11 +00:00
README
berrno.h
cmdutils.c OPT_INT 2004-04-30 13:41:48 +00:00
cmdutils.h OPT_INT 2004-04-30 13:41:48 +00:00
configure optional and disabled by default memalign hack for SSE/SSE2 on that alternative OS 2004-06-06 03:45:53 +00:00
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c A/V Synch in ffmpeg patch by (Luca Abeni <lucabe72 at email dot it>) 2004-06-18 03:03:32 +00:00
ffplay.c much better AV sync, for some files 2004-05-30 00:38:09 +00:00
ffserver.c pass AVPacket into av_write_frame() 2004-05-29 02:06:32 +00:00
ffserver.h
output_example.c pass AVPacket into av_write_frame() 2004-05-29 02:06:32 +00:00
qt-faststart.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.