FFmpeg git repo
Go to file
Måns Rullgård 416519ddfa allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshots
Originally committed as revision 7450 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-14 00:08:45 +00:00
doc links to ARM optimization manuals 2007-01-07 23:39:56 +00:00
libavcodec some interlaced direct sanity checks 2007-01-13 02:45:05 +00:00
libavformat Use macros to eliminate code duplication in MXF metadata read functions. 2007-01-13 21:13:26 +00:00
libavutil Allow to uninstall a custom log callback 2007-01-13 17:10:34 +00:00
libpostproc
libswscale cosmetics: typo pallete --> palette 2007-01-13 04:32:14 +00:00
tests Bail out immediately with software scaler instead of failing the tests. 2007-01-10 20:40:02 +00:00
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile make version.h depend on .svn/entries 2006-12-26 17:25:16 +00:00
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshots 2007-01-14 00:08:45 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c Segmentation fault fix when no video device is specified. 2007-01-13 16:51:42 +00:00
ffplay.c remember the size after switching back from fullscreen 2006-12-31 20:09:10 +00:00
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh
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.