FFmpeg git repo
Go to file
Luca Barbato a01e08ee5c hadamard8_diff* enabled on linux/ppc
Originally committed as revision 5272 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-04-07 12:40:28 +00:00
doc NuppelVideo/MythTVVideo support, including rtjpeg decoder 2006-03-27 22:22:50 +00:00
libavcodec hadamard8_diff* enabled on linux/ppc 2006-04-07 12:40:28 +00:00
libavformat Fix demuxing of AVIs with pad streams. 2006-04-06 03:33:10 +00:00
libavutil #define [U]INT32_{MIN,MAX} if missing 2006-04-01 22:29:20 +00:00
postproc Reorganize vector constants to work around gcc 4.1 bug: 2006-04-06 10:08:54 +00:00
tests Reenable NUT and NUT regression tests as requested by Michael. 2006-03-17 23:21:18 +00:00
vhook make install target depend on vhooks 2006-03-24 20:34:00 +00:00
.cvsignore
COPYING
CREDITS NuppelVideo/MythTVVideo support, including rtjpeg decoder 2006-03-27 22:22:50 +00:00
Changelog * fixing -target *dv issues with not setting pix_fmt and adding dv50 target 2006-03-30 02:36:02 +00:00
Doxyfile
INSTALL
MAINTAINERS NuppelVideo/MythTVVideo support, including rtjpeg decoder 2006-03-27 22:22:50 +00:00
Makefile Use '-' instead of '|| true' to ignore errors. 2006-03-26 21:01:49 +00:00
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak SRCS must be set using := or things break when ASM_OBJS is added to OBJS 2006-02-27 02:47:05 +00:00
configure use sdl-config with $cross_prefix 2006-03-28 23:36:07 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c * fixing -target *dv issues with not setting pix_fmt and adding dv50 target 2006-03-30 02:36:02 +00:00
ffplay.c
ffserver.c Update ffserver regression tests: 2006-03-09 00:36:39 +00:00
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c #define fseeko/ftello to fseeko64/ftello64, fixes MinGW compilation. 2006-03-27 16:34:21 +00:00
unwrap-diff
xvmc_render.h

README

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.