FFmpeg git repo
Go to file
Michael Niedermayer b2846effb7 avoid redundant local variables
Originally committed as revision 5695 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-09 15:35:06 +00:00
doc spelling/grammar 2006-07-07 10:32:45 +00:00
libavcodec avoid redundant local variables 2006-07-09 15:35:06 +00:00
libavformat remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) 2006-07-09 10:33:49 +00:00
libavutil cosmetic 2006-07-09 10:56:39 +00:00
libpostproc Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org> 2006-07-05 20:32:19 +00:00
libswscale
tests
vhook
berrno.h
build_avopt
Changelog Chinese AVS decoder 2006-07-07 11:07:22 +00:00
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure --enable/disable parsers. Warning: some combinations are broken. 2006-07-09 12:02:15 +00:00
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...) 2006-07-06 15:04:46 +00:00
ffplay.c 100l to whoever write this 2006-07-06 13:25:11 +00:00
ffserver.c
ffserver.h
INSTALL
MAINTAINERS
Makefile
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.