FFmpeg git repo
Go to file
Diego Biurrun 52548eeede BMP encoder by Michel Bardiaux, mbardiaux mediaxim be
Originally committed as revision 7824 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-05 15:05:29 +00:00
doc Update gcc sections. 2007-01-25 17:34:08 +00:00
libavcodec BMP encoder by Michel Bardiaux, mbardiaux mediaxim be 2007-02-05 15:05:29 +00:00
libavformat Fix audio corruption when cutting. 2007-02-05 02:08:57 +00:00
libavutil Move lzo decompression to libavutil 2007-01-31 22:58:53 +00:00
libpostproc rename always_inline to av_always_inline and move to common.h 2006-12-08 00:35:08 +00:00
libswscale stray fflush spotted by Aurel 2007-01-28 20:38:35 +00:00
tests Do not run (broken) ffserver test by default and warn about its brokenness. 2007-01-25 12:56:14 +00:00
vhook
berrno.h
build_avopt
Changelog BMP encoder by Michel Bardiaux, mbardiaux mediaxim be 2007-02-05 15:05:29 +00:00
clean-diff
cmdutils.c 10l in r7174 caused all options to be treated as filenames. 2006-11-27 15:48:16 +00:00
cmdutils.h
common.mak Remove installstrip in favor of explicit strip; better for cross-compilation. 2007-01-25 12:29:48 +00:00
configure Simplify quoting. 2007-02-05 13:58:36 +00:00
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c use avcodec_decode_audio2() 2007-02-01 00:34:09 +00:00
ffplay.c trigger for the audio scope vissualization 2007-01-29 22:06:55 +00:00
ffserver.c
ffserver.h
INSTALL
MAINTAINERS Flash screen video encoder. 2007-01-21 20:56:20 +00:00
Makefile Remove installstrip in favor of explicit strip; better for cross-compilation. 2007-01-25 12:29:48 +00:00
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.