Go to file
Måns Rullgård 9825212536 10l to Diego for breaking A52 decoder
Originally committed as revision 7942 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-11 20:03:17 +00:00
doc spelling/wording 2007-02-06 21:28:18 +00:00
libavcodec Rename ac3 decoder to liba52 to prepare for native decoder. 2007-02-11 19:02:59 +00:00
libavformat mxf aes decryption support, patch by Reimar, simplified to only look for first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul 2007-02-11 12:50:33 +00:00
libavutil make key parameter const 2007-02-11 16:57:17 +00:00
libpostproc
libswscale
tests fix broken memset(padding, 0) code 2007-02-09 20:49:12 +00:00
vhook Replace deprecated PIX_FMT names by the newer variants. 2007-02-07 01:48:09 +00:00
berrno.h
build_avopt
Changelog WMA encoder 2007-02-06 21:23:33 +00:00
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure 10l to Diego for breaking A52 decoder 2007-02-11 20:03:17 +00:00
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c Print error message instead of crashing when combining -vcodec copy and -vhook. 2007-02-09 17:45:28 +00:00
ffplay.c fix rawvideo 2007-02-09 13:24:08 +00:00
ffserver.c
ffserver.h
INSTALL
MAINTAINERS
Makefile
output_example.c
pktdumper.c
qt-faststart.c
README
unwrap-diff
version.sh
xvmc_render.h

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.