FFmpeg git repo
Go to file
Diego Biurrun 50827fcf44 Reportedly FFmpeg fails to compile on Cygwin with vhook enabled, but FFserver
works now.

Originally committed as revision 4763 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22 00:18:18 +00:00
doc COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
libavcodec Add some comments to #ifdef #else #endif blocks and fix wrong ones. 2005-12-21 17:50:40 +00:00
libavformat Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.ra 2005-12-19 20:49:00 +00:00
libavutil COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
postproc Unify include paths, -I.. is in CFLAGS. 2005-11-14 00:30:37 +00:00
tests COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
vhook COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
.cvsignore Ignore .pc files. 2005-06-02 23:05:15 +00:00
COPYING COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
CREDITS use utf-8 encoding 2005-12-11 17:36:54 +00:00
Changelog COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
Doxyfile COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
INSTALL COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
Makefile COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
README COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
berrno.h COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
build_avopt COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
clean-diff remove some purely cosmetical hunks 2005-06-03 11:38:49 +00:00
cmdutils.c COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
cmdutils.h AVOption API improvments 2005-09-11 11:10:25 +00:00
configure Reportedly FFmpeg fails to compile on Cygwin with vhook enabled, but FFserver 2005-12-22 00:18:18 +00:00
cws2fws.c COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
ffinstall.nsi
ffmpeg.c support printing compact qp histogram 2005-12-18 20:01:02 +00:00
ffplay.c COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
ffserver.c COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
ffserver.h
output_example.c COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
pktdumper.c COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
qt-faststart.c
unwrap-diff silly script to fix line wraped patches 2005-08-10 23:48:25 +00:00
xvmc_render.h COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00

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.