FFmpeg git repo
Go to file
Michael Niedermayer 77e6c403e7 10l (fixes delayed frames during encoding)
Originally committed as revision 3278 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-30 23:12:21 +00:00
doc which codecs does windows support 2004-06-29 12:13:34 +00:00
libavcodec 10l (fixes delayed frames during encoding) 2004-06-30 23:12:21 +00:00
libavformat The atom 'skip' should be handled by 'mov_read_leaf()', not by 2004-06-30 19:24:43 +00:00
postproc altivec yuv->rgb converter 2004-06-27 00:07:15 +00:00
tests fix first timestamp when decoding mpeg-ps 2004-06-30 17:34:15 +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 better audio drift compensation 2004-06-30 17:53:05 +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 added QT faststart remuxing utility to ffmpeg distribution per, ahem, 2004-03-26 20:42:28 +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.