Go to file
François Revol 86f77a493a Add some more PRIfooNN crap so it builds again here. Why can't ppl add defaults when they use such things ?
Originally committed as revision 4741 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-13 20:24:31 +00:00
doc Define EMULATE_INTTYPES for all windows-systems, except Cygwin and MinGW 2005-12-12 00:48:42 +00:00
libavcodec use PRIxN, %zd, %td formats where needed 2005-12-12 01:56:46 +00:00
libavformat use PRIxN, %zd, %td formats where needed 2005-12-12 01:56:46 +00:00
libavutil Add some more PRIfooNN crap so it builds again here. Why can't ppl add defaults when they use such things ? 2005-12-13 20:24:31 +00:00
postproc Unify include paths, -I.. is in CFLAGS. 2005-11-14 00:30:37 +00:00
tests updated regression reference 2005-11-13 03:33:26 +00:00
vhook use PRIxN, %zd, %td formats where needed 2005-12-12 01:56:46 +00:00
.cvsignore
berrno.h
build_avopt
Changelog QDM2 2005-12-12 00:53:05 +00:00
clean-diff
cmdutils.c fix const warning 2005-12-12 01:51:38 +00:00
cmdutils.h
configure alpha needs -fPIC for shared libs 2005-12-11 00:45:33 +00:00
COPYING
CREDITS use utf-8 encoding 2005-12-11 17:36:54 +00:00
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c use PRIxN, %zd, %td formats where needed 2005-12-12 01:56:46 +00:00
ffplay.c doxygenize a few comments 2005-09-20 18:47:08 +00:00
ffserver.c use PRIxN, %zd, %td formats where needed 2005-12-12 01:56:46 +00:00
ffserver.h
INSTALL
Makefile Remove .pc files on distclean. 2005-10-18 20:11:41 +00:00
output_example.c
pktdumper.c
qt-faststart.c
README
unwrap-diff
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.