FFmpeg git repo
Go to file
Roberto Togni f7a7c75c3d Ignore palette for grayscale files, all my samples are inverted with
default qt grayscale palette.

Originally committed as revision 3264 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-27 16:06:15 +00:00
doc Documentation for -itsoffset switch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) 2004-06-24 18:39:24 +00:00
libavcodec Ignore palette for grayscale files, all my samples are inverted with 2004-06-27 16:06:15 +00:00
libavformat simplify 2004-06-25 20:03:51 +00:00
postproc altivec yuv->rgb converter 2004-06-27 00:07:15 +00:00
tests overflow fix 2004-06-25 18:39:57 +00:00
vhook fix compilation after michaels anti-time change 2004-04-07 13:31:27 +00:00
.cvsignore
berrno.h
Changelog first pass at a Sorenson Video 1 (SVQ1) encoder 2004-05-07 03:10:11 +00:00
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
COPYING
CREDITS
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c try to allocate the buffer before usig it :) 2004-06-22 21:45:30 +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
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
output_example.c pass AVPacket into av_write_frame() 2004-05-29 02:06:32 +00:00
qt-faststart.c added QT faststart remuxing utility to ffmpeg distribution per, ahem, 2004-03-26 20:42:28 +00:00
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.