FFmpeg git repo
Go to file
Diego Biurrun bc15573283 link fix by Dujardin Bernard, dujardin.iut numericable fr
Originally committed as revision 8028 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-19 12:14:28 +00:00
doc link fix by Dujardin Bernard, dujardin.iut numericable fr 2007-02-19 12:14:28 +00:00
libavcodec Remove some old disabled debugging output 2007-02-19 11:00:38 +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 rename always_inline to av_always_inline and move to common.h 2006-12-08 00:35:08 +00:00
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
COPYING
CREDITS I suppose I can add myself, at least for my vorbis encoder... 2006-11-15 18:06:44 +00:00
Changelog WMA encoder 2007-02-06 21:23:33 +00:00
Doxyfile Remove intrinsics checks, they are no longer used. 2006-10-13 16:04:41 +00:00
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
README liba52 was removed, libswscale is also GPLed. 2007-02-14 09:18:21 +00:00
build_avopt
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 TARGET_OS in config.mak is unused 2007-02-18 15:24:33 +00:00
cws2fws.c Make public domain. Hope Diego dont mind it, he had two cosmetics commits :) 2006-10-14 23:30:27 +00:00
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
output_example.c Use a more correct value for Pi. 2007-02-18 21:20:01 +00:00
pktdumper.c Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 2006-11-01 22:39:58 +00:00
qt-faststart.c
unwrap-diff
version.sh

README

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.