Go to file
Luca Barbato 79e47000c8 move memory functions from avcodec to avutil
Originally committed as revision 6330 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-25 15:23:40 +00:00
doc Remove 404 link. 2006-09-24 16:53:03 +00:00
libavcodec move memory functions from avcodec to avutil 2006-09-25 15:23:40 +00:00
libavformat simplify url_fseek() 2006-09-22 10:03:04 +00:00
libavutil move memory functions from avcodec to avutil 2006-09-25 15:23:40 +00:00
libpostproc
libswscale Improve swscale-example to test conversions between all the possible 2006-09-24 09:55:18 +00:00
tests Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit of 2006-09-15 11:15:55 +00:00
vhook Fix vhook build on Cygwin, shared builds only. 2006-09-13 22:04:40 +00:00
berrno.h
build_avopt
Changelog
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure Change VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a Makefile 2006-09-16 22:07:20 +00:00
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c Remove the "error" OptionDef. The equally named AVOption takes over its 2006-09-22 15:05:27 +00:00
ffplay.c
ffserver.c
ffserver.h
INSTALL
MAINTAINERS
Makefile ffmpeg, ffplay, ffserver need version.h 2006-09-12 23:13:22 +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.