FFmpeg git repo
Go to file
Kostya Shishkov c198597864 Looks like to be a good time to re-enable WMV3 decoder
Originally committed as revision 5901 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-03 05:15:50 +00:00
doc Change one itemized list to be bulletted, remove non-referenced node 2006-08-02 16:50:53 +00:00
libavcodec Looks like to be a good time to re-enable WMV3 decoder 2006-08-03 05:15:50 +00:00
libavformat resolve strong refs in parse_structural_metadata since objects may not be ordered, use object oriented approach 2006-08-02 15:02:42 +00:00
libavutil
libpostproc
libswscale
tests Do not set the codec's pixel format in the format's write_header() 2006-08-02 09:48:05 +00:00
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure
cws2fws.c
ffinstall.nsi
ffmpeg.c Move ffmpeg.c to the swscale interface 2006-08-02 11:50:38 +00:00
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh
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.