FFmpeg git repo
Go to file
Michael Niedermayer fda51641b1 factorize more calls to fill_rectangle()
Originally committed as revision 8017 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-18 01:37:50 +00:00
doc implement new grabbing interface, as described here: 2007-02-14 17:01:32 +00:00
libavcodec factorize more calls to fill_rectangle() 2007-02-18 01:37:50 +00:00
libavformat spit an error message in case of invalid chunk 2007-02-18 00:47:13 +00:00
libavutil av_noinline 2007-02-16 21:19:42 +00:00
libpostproc
libswscale negative stride and h_size-=8 fix 2007-02-17 13:28:44 +00:00
tests use aiff when we can, some players only support aiff 2007-02-14 11:01:05 +00:00
vhook Replace deprecated PIX_FMT names by the newer variants. 2007-02-07 01:48:09 +00:00
build_avopt
Changelog WMA encoder 2007-02-06 21:23:33 +00:00
clean-diff
cmdutils.c
cmdutils.h
common.mak Remove installstrip in favor of explicit strip; better for cross-compilation. 2007-01-25 12:29:48 +00:00
configure libswscale is needed in Cygwin vhooks 2007-02-18 00:17:04 +00:00
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c implement new grabbing interface, as described here: 2007-02-14 17:01:32 +00:00
ffplay.c fix rawvideo 2007-02-09 13:24:08 +00:00
ffserver.c poll() emulation for BeOS, and maybe MinGW. 2007-02-15 07:44:10 +00:00
ffserver.h
INSTALL
MAINTAINERS
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 liba52 was removed, libswscale is also GPLed. 2007-02-14 09:18:21 +00:00
unwrap-diff
version.sh

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  libpostproc and libswscale are licensed under the GNU Lesser General
  Public License.

* libpostproc and libswscale are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.