FFmpeg git repo
Go to file
Stefan Huehner 62a05b5b00 Mark some read-only datastructures as const.
patch by Stefan Huehner, stefan & at & huehner & dot & org

Originally committed as revision 5639 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-06 13:53:07 +00:00
doc i wont split h263.c, too much work, and not important at all ... 2006-07-03 23:46:32 +00:00
libavcodec Mark some read-only datastructures as const. 2006-07-06 13:53:07 +00:00
libavformat check for unparsed AMR input 2006-07-06 12:27:43 +00:00
libavutil Add proper LGPL header. 2006-07-05 22:57:47 +00:00
libpostproc Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org> 2006-07-05 20:32:19 +00:00
libswscale
tests 100l: V_PATH vs VPATH typo 2006-07-05 14:33:17 +00:00
vhook cosmetics: Break overly long lines. 2006-07-05 14:12:00 +00:00
COPYING
CREDITS
Changelog add GXF demuxer 2006-07-03 16:32:57 +00:00
Doxyfile
INSTALL
MAINTAINERS add GXF demuxer 2006-07-03 16:32:57 +00:00
Makefile cosmetics: Break overly long lines. 2006-07-05 14:12:00 +00:00
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure set CONFIG_ENCODERS/CONFIG_DECODERS only if any encoders/decoders are enabled 2006-07-05 19:31:48 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c
ffplay.c 100l to whoever write this 2006-07-06 13:25:11 +00:00
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh
xvmc_render.h

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.