FFmpeg git repo
Go to file
Måns Rullgård 25c533a2c2 detect audio-only program streams and broken files made by VDR
Originally committed as revision 5546 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-29 19:03:53 +00:00
doc
libavcodec Fix initialization of vc1_decoder (the same as wmv3_decoder). 2006-06-29 11:17:50 +00:00
libavformat detect audio-only program streams and broken files made by VDR 2006-06-29 19:03:53 +00:00
libavutil
libpostproc Add const to (mostly) char* and make some functions static, which aren't used 2006-06-18 11:33:14 +00:00
postproc
tests flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net 2006-06-27 21:01:21 +00:00
vhook Add const to (mostly) char* and make some functions static, which aren't used 2006-06-18 11:33:14 +00:00
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS add myself as build system maintainer 2006-06-17 20:02:44 +00:00
Makefile get svn version when using separate build tree 2006-06-28 20:46:58 +00:00
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure 'uname -m' returns IP<number> for MIPS CPUs on IRIX. 2006-06-29 07:52:07 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c simplify 2006-06-24 09:57:28 +00:00
ffplay.c Make debug work early on ffplay 2006-06-25 16:12:27 +00:00
ffserver.c Use Subversion revision for FFMPEG_VERSION. 2006-06-20 10:24:08 +00:00
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh get svn version when using separate build tree 2006-06-28 20:46:58 +00:00
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.