Go to file
François Revol 8ff323888c redid usleep() fix for BeOS, more consistant with the MINGW32 one. removed a TAB :P
Originally committed as revision 1349 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-12-20 21:04:08 +00:00
doc That should be enough for now :) 2002-12-20 21:02:28 +00:00
libavcodec * fix for empty image queue 2002-12-19 18:59:45 +00:00
libavformat redid usleep() fix for BeOS, more consistant with the MINGW32 one. removed a TAB :P 2002-12-20 21:04:08 +00:00
postproc warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) 2002-11-23 10:58:14 +00:00
tests First shot at the ffserver regression tests. All feedback received with 2002-12-12 19:53:05 +00:00
vhook Added a release function to free up the context. Also removed the dummy 2002-11-30 17:17:58 +00:00
.cvsignore
berrno.h
Changelog 16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-create dot com>) (note, rare formats disabled) 2002-11-14 19:46:14 +00:00
configure added ffserver disabling for easier porting 2002-12-18 16:34:07 +00:00
COPYING
CREDITS update 2002-11-20 17:08:39 +00:00
cygwin_inttypes.h
ffmpeg.c 10l 2002-12-20 18:40:42 +00:00
ffserver.c * Try and fix the crashes in ffserver associated with the coded_frame stuff. 2002-12-11 03:16:51 +00:00
ffserver.h
INSTALL
Makefile added ffserver disabling for easier porting 2002-12-18 16:34:07 +00:00
README update 2002-11-19 20:09:45 +00:00
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 are licensed under the Lesser GNU General Public
  License. liba52 is distributed under the GNU General Public License.

Fabrice Bellard.