FFmpeg git repo
Go to file
Michael Niedermayer 748c2fca7e AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...)
Originally committed as revision 5643 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-06 15:04:46 +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 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
libavformat typo fix 2006-07-06 14:57:55 +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 Remove unneeded code 2006-07-01 14:39:14 +00:00
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 NuppelVideo/MythTVVideo support, including rtjpeg decoder 2006-03-27 22:22:50 +00:00
Changelog add GXF demuxer 2006-07-03 16:32:57 +00:00
Doxyfile
INSTALL Use gmake instead of make on *BSD. 2006-02-04 11:37:41 +00:00
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 Add missing newlines at end of file. 2006-04-29 16:17:50 +00:00
berrno.h
build_avopt
clean-diff Add missing newlines at end of file. 2006-04-29 16:17:50 +00:00
cmdutils.c
cmdutils.h
common.mak remove redundant make variable SUBDIR 2006-06-01 21:57:44 +00:00
configure set CONFIG_ENCODERS/CONFIG_DECODERS only if any encoders/decoders are enabled 2006-07-05 19:31:48 +00:00
cws2fws.c 10l: now it works really, with 1k outbut buffers it failed more times, with 65k it looks safe with all samples i had 2006-01-15 01:19:02 +00:00
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 Use Subversion revision for FFMPEG_VERSION. 2006-06-20 10:24:08 +00:00
ffserver.h
output_example.c fix memleak, based upon a patch by Wolfram Gloger 2006-02-06 12:45:52 +00:00
pktdumper.c
qt-faststart.c decrease last_offset when ftyp is present 2006-04-10 17:18:35 +00:00
unwrap-diff Add missing newlines at end of file. 2006-04-29 16:17:50 +00:00
version.sh get svn version when using separate build tree 2006-06-28 20:46:58 +00:00
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.