Go to file
Michael Niedermayer 09646bab63 use packet number instead of byte number internally for seeking
Originally committed as revision 2704 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-01-14 18:40:29 +00:00
doc MSZH and ZLIB decoder support 2004-01-12 22:14:45 +00:00
libavcodec dont calculate stuff if its not used ... 2004-01-14 02:35:04 +00:00
libavformat use packet number instead of byte number internally for seeking 2004-01-14 18:40:29 +00:00
postproc
tests interlaced dct decision cleanup 2004-01-05 22:57:07 +00:00
vhook
.cvsignore
berrno.h
Changelog
cmdutils.c
cmdutils.h
configure more sane inttypes emulation behavior if libavcodec is used outside ffmpeg 2004-01-10 12:53:07 +00:00
COPYING
CREDITS
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c uninitalized variables fix by (Gildas Bazin <gbazin at altern dot org>) 2004-01-08 18:44:36 +00:00
ffplay.c ignore damaged video frames 2004-01-11 00:37:25 +00:00
ffserver.c
ffserver.h
INSTALL
Makefile
output_example.c mpeg1 overflowing dc coeff fix 2004-01-06 21:16:59 +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.