Go to file
Diego Biurrun 07a1b05e66 Consistently use $(BUILD_ROOT).
Originally committed as revision 6695 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-15 10:02:21 +00:00
doc TIFF decoder 2006-10-13 10:48:29 +00:00
libavcodec Ignore blocks with no samples and flags (but usually with MD5 sum) 2006-10-15 04:50:19 +00:00
libavformat Consistently use $(BUILD_ROOT). 2006-10-15 10:02:21 +00:00
libavutil Rename ABS macro to FFABS. 2006-10-11 23:17:58 +00:00
libpostproc Rename ABS macro to FFABS. 2006-10-11 23:17:58 +00:00
libswscale Rename ABS macro to FFABS. 2006-10-11 23:18:34 +00:00
tests simplify by not writing unneeded codec name to fix segfault when stream copy 2006-10-11 10:09:45 +00:00
vhook simplifies null vhook by using sws_getCachedContext() 2006-10-11 12:16:07 +00:00
berrno.h
build_avopt
Changelog TIFF decoder 2006-10-13 10:48:29 +00:00
clean-diff
cmdutils.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
cmdutils.h
common.mak Move CFLAGS handling to common.mak. 2006-10-11 08:30:13 +00:00
configure Consistently use $(BUILD_ROOT). 2006-10-15 10:02:21 +00:00
COPYING
CREDITS new mtv demuxer 2006-10-12 01:04:32 +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
Doxyfile Remove intrinsics checks, they are no longer used. 2006-10-13 16:04:41 +00:00
ffinstall.nsi
ffmpeg.c Rename ABS macro to FFABS. 2006-10-11 23:17:58 +00:00
ffplay.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
ffserver.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
ffserver.h
INSTALL
MAINTAINERS TIFF decoder 2006-10-13 10:48:29 +00:00
Makefile Replace -I../-I. by -I$(BUILD_ROOT). 2006-10-07 09:22:44 +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.