FFmpeg git repo
Go to file
Baptiste Coudurier e1017f2b87 need to dissociate pcm 16bit and 8bit cases
Originally committed as revision 5210 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-24 16:01:00 +00:00
doc Smacker demuxer and decoder. 2006-03-21 17:27:47 +00:00
libavcodec ST16 is undefined for non-GNU compilers. 2006-03-24 01:33:22 +00:00
libavformat need to dissociate pcm 16bit and 8bit cases 2006-03-24 16:01:00 +00:00
libavutil
postproc
tests Reenable NUT and NUT regression tests as requested by Michael. 2006-03-17 23:21:18 +00:00
vhook
.cvsignore
COPYING
CREDITS
Changelog Smacker demuxer and decoder. 2006-03-21 17:27:47 +00:00
Doxyfile
INSTALL
MAINTAINERS
Makefile use CFLAGS when compiling qt-faststart, to enable largefile support 2006-03-16 00:15:30 +00:00
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure Fix order of operands in lrintf test to make the test not fail if you have 2006-03-24 01:17:22 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c free ftyp atom 2006-03-21 00:18:30 +00:00
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.