FFmpeg git repo
Go to file
Michael Niedermayer e27ca59b0e zlib detection fix by (Gildas Bazin <gbazin altern org<)
Originally committed as revision 4048 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-16 19:04:54 +00:00
doc decoder works fine now, when fed properly-sized chunks by the demuxer; 2005-03-06 07:00:24 +00:00
libavcodec set constant QP from AVCodecContext.global_quality. 2005-03-16 13:09:30 +00:00
libavformat reverse zero packet dissapearence "feature" 2005-03-16 13:26:52 +00:00
postproc
tests sample_size fix 2005-03-15 23:50:24 +00:00
vhook
.cvsignore
COPYING
CREDITS first pass at ALAC decoder from David Hammerton; while David's original 2005-03-06 00:43:55 +00:00
Changelog decoder works fine now, when fed properly-sized chunks by the demuxer; 2005-03-06 07:00:24 +00:00
Doxyfile
INSTALL
Makefile
README
berrno.h
cmdutils.c
cmdutils.h
configure zlib detection fix by (Gildas Bazin <gbazin altern org<) 2005-03-16 19:04:54 +00:00
cws2fws.c
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c set global_quality 2005-03-14 23:14:17 +00:00
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c s/\t/ /g for indentation fairies 2005-03-16 13:49:20 +00:00
qt-faststart.c
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.