FFmpeg git repo
Go to file
Michael Niedermayer d9ced4ca4b cleanup / cosmetics
Originally committed as revision 2001 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-02 16:50:20 +00:00
doc update 2003-06-17 23:29:36 +00:00
libavcodec cleanup / cosmetics 2003-07-02 16:50:20 +00:00
libavformat try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern dot org>) 2003-06-28 23:44:09 +00:00
postproc fixing "internal error in orderYUV" bug 2003-06-19 21:28:56 +00:00
tests
vhook
.cvsignore
berrno.h
Changelog
cmdutils.c
cmdutils.h
common.h
configure PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at irisa dot fr>) 2003-06-29 00:39:57 +00:00
COPYING
CREDITS
cygwin_inttypes.h
ffmpeg.c tv standard selection support for dv1394 and grab (v4l) 2003-06-25 10:21:45 +00:00
ffplay.c win32 compile fix for ffplay by gbazin at altern dot org 2003-06-14 11:09:57 +00:00
ffserver.c *** fix for read() 2003-06-29 01:25:41 +00:00
ffserver.h
INSTALL
Makefile
README
VERSION

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.