Go to file
Michael Niedermayer 9a3bb2b89c thank you for your efforts to keep my code clean, but i would like to
keep the functions below as they are usefull for debugging, testing,
experiments and development

revert
r11048 | diego | 2007-11-17 00:15:39 +0100 (Sat, 17 Nov 2007) | 4 lines

Remove unused functions, fixes the warnings:
snow.c:1163: warning: 'spatial_compose53i' defined but not used
snow.c:1313: warning: 'spatial_compose97i' defined but not used

Originally committed as revision 11173 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-06 02:02:41 +00:00
doc
libavcodec thank you for your efforts to keep my code clean, but i would like to 2007-12-06 02:02:41 +00:00
libavdevice spelling 2007-12-01 22:21:04 +00:00
libavformat adjust indentation on latest patch 2007-12-05 04:32:45 +00:00
libavutil Add missing #includes to fix 'make checkheaders'. 2007-11-24 10:08:02 +00:00
libpostproc spelling 2007-12-01 22:21:04 +00:00
libswscale Fix some spelling typos 2007-12-02 14:07:01 +00:00
tests 4 months of hard development and finally it's done. Closes issue 58. Adpcm_swf regressions tests. 2007-12-03 15:35:23 +00:00
tools
vhook spelling 2007-12-01 22:21:04 +00:00
Changelog OS/2 support restored in cleaner form. 2007-12-05 23:15:24 +00:00
cmdutils.c
cmdutils.h Add missing #includes to fix 'make checkheaders'. 2007-11-24 10:08:02 +00:00
common.mak OS/2 support restored in cleaner form. 2007-12-05 23:15:24 +00:00
configure OS/2 support restored in cleaner form. 2007-12-05 23:15:24 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile Misc spelling fixes, prefer American over British English. 2007-12-02 15:43:08 +00:00
ffinstall.nsi
ffmpeg.c add const to remove warnings, ffmpeg.c:2892: warning: initialization discards qualifiers from pointer target type 2007-12-03 10:03:32 +00:00
ffplay.c Introduce libavdevice 2007-11-22 16:10:02 +00:00
ffserver.c stupid code (casting of void*) found by checktree.sh 2007-12-01 00:19:44 +00:00
ffserver.h
INSTALL
MAINTAINERS
Makefile Introduce libavdevice 2007-11-22 16:10:02 +00:00
output_example.c Use dynamically allocated ByteIOContext in AVFormatContext 2007-11-21 07:41:00 +00:00
README
version.sh

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING.LGPL. FFmpeg and the associated libraries EXCEPT
  for libpostproc and libswscale are licensed under the GNU Lesser General
  Public License.

* libpostproc and libswscale are distributed under the GNU General Public
  License, see the file COPYING.GPL for details. Their compilation and use
  in FFmpeg is optional.

* The files libavcodec/jfdctfst.c, libavcodec/jfdctint.c, libavcodec/jrevdct.c
  are taken from libjpeg, see the top of the files for licensing details.

* The file libavcodec/fdctref.c is copyrighted by the MPEG Software Simulation
  Group with all rights reserved. It is only used to create a DCT test program
  and not compiled into libavcodec.