Go to file
Fabrice Bellard 72ea344bd1 initial seek support
Originally committed as revision 2505 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-11-10 18:59:45 +00:00
doc 8BPS decoder 2003-11-07 22:39:18 +00:00
libavcodec also parse extradata for MPEG4 2003-11-10 18:33:58 +00:00
libavformat frame rate should be completely disabled in asf (closer now) - disabled seek 2003-11-10 18:49:58 +00:00
postproc 1000l 2003-11-06 23:22:17 +00:00
tests
vhook
.cvsignore cvsignore patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2003-11-06 11:38:19 +00:00
berrno.h
Changelog
cmdutils.c
cmdutils.h
configure * fixes for broken builds on Solaris, OS2 and all bingendian 2003-11-04 19:35:43 +00:00
COPYING
CREDITS
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c use av_read_frame() - added initial seek support (rename -start to -ss (mplayer...)) - added '-dump' option to dump input packets 2003-11-10 18:54:17 +00:00
ffplay.c initial seek support 2003-11-10 18:59:45 +00:00
ffserver.c
ffserver.h
INSTALL
Makefile
output_example.c
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.