FFmpeg git repo
Go to file
Reimar Döffinger d3c71c5002 10l, get_byte returning 0 on error can cause a hang. So let's try with 1 instead...
Originally committed as revision 4862 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-15 21:33:06 +00:00
doc Clarify codec addition instructions. 2006-01-14 14:46:26 +00:00
libavcodec 10l, get_byte returning 0 on error can cause a hang. So let's try with 1 instead... 2006-01-15 21:33:06 +00:00
libavformat Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. 2006-01-15 00:28:36 +00:00
libavutil Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. 2006-01-15 00:28:36 +00:00
postproc Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
tests split snow53 test out 2006-01-14 01:58:38 +00:00
vhook Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. 2006-01-15 00:28:36 +00:00
.cvsignore
COPYING Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
CREDITS
Changelog CamStudio video decoder 2006-01-14 01:33:17 +00:00
Doxyfile
INSTALL
Makefile
README
berrno.h
build_avopt
clean-diff
cmdutils.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
cmdutils.h
configure Define separate version number for libpostproc. 2006-01-14 18:17:19 +00:00
cws2fws.c 10l: now it works really, with 1k outbut buffers it failed more times, with 65k it looks safe with all samples i had 2006-01-15 01:19:02 +00:00
ffinstall.nsi
ffmpeg.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ffplay.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ffserver.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
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.