Go to file
Oded Shimon f11329e461 Original Commit: r100 | ods15 | 2006-10-01 14:01:27 +0200 (Sun, 01 Oct 2006) | 2 lines
update to global functions now shared in vorbis.h

Originally committed as revision 6504 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-02 06:09:18 +00:00
doc move things from my todo to the unassigned one so my lazyness doesnt prevent others from working on them 2006-09-30 16:06:07 +00:00
libavcodec Original Commit: r100 | ods15 | 2006-10-01 14:01:27 +0200 (Sun, 01 Oct 2006) | 2 lines 2006-10-02 06:09:18 +00:00
libavformat add support for some MS DIB formats for avisynth 2006-10-01 20:41:02 +00:00
libavutil
libpostproc
libswscale Remove unused variables. 2006-10-01 14:17:45 +00:00
tests Fix wrong ASF duration of generated files 2006-10-01 17:05:25 +00:00
vhook
berrno.h
build_avopt
Changelog
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c Update copyright year and mention other copyright holders. 2006-10-01 17:26:15 +00:00
ffplay.c Update copyright year and mention other copyright holders. 2006-10-01 17:26:15 +00:00
ffserver.c Update copyright year and mention other copyright holders. 2006-10-01 17:26:15 +00:00
ffserver.h
INSTALL
MAINTAINERS
Makefile make depend should recurse into libswscale as well. 2006-10-01 16:33:31 +00:00
output_example.c
pktdumper.c
qt-faststart.c
README
unwrap-diff
version.sh
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.