FFmpeg git repo
Go to file
Baptiste Coudurier 3cb4ee5124 set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyay
Originally committed as revision 5303 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-04-19 14:18:13 +00:00
doc KMVC (used in Worms games) decoder. Works fine with samples from MPHQ 2006-04-07 16:59:57 +00:00
libavcodec gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-muenchen PIS de> 2006-04-18 03:48:30 +00:00
libavformat set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyay 2006-04-19 14:18:13 +00:00
libavutil #define [U]INT32_{MIN,MAX} if missing 2006-04-01 22:29:20 +00:00
postproc 10l in rgb2rgb_template.c 2006-04-16 08:27:16 +00:00
tests AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net. 2006-04-10 12:12:26 +00:00
vhook make install target depend on vhooks 2006-03-24 20:34:00 +00:00
.cvsignore
COPYING Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
CREDITS NuppelVideo/MythTVVideo support, including rtjpeg decoder 2006-03-27 22:22:50 +00:00
Changelog KMVC (used in Worms games) decoder. Works fine with samples from MPHQ 2006-04-07 16:59:57 +00:00
Doxyfile
INSTALL Use gmake instead of make on *BSD. 2006-02-04 11:37:41 +00:00
MAINTAINERS Add mphq2 admins. 2006-04-15 15:09:45 +00:00
Makefile Use '-' instead of '|| true' to ignore errors. 2006-03-26 21:01:49 +00:00
README
berrno.h
build_avopt
clean-diff
cmdutils.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
cmdutils.h
common.mak SRCS must be set using := or things break when ASM_OBJS is added to OBJS 2006-02-27 02:47:05 +00:00
configure Allow passing CFLAGS through the environment on all platforms. 2006-04-14 23:33:34 +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 Cosmetic patch: fix indentation (broken by previous cropping / padding 2006-04-10 10:16:13 +00:00
ffplay.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ffserver.c Update ffserver regression tests: 2006-03-09 00:36:39 +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
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.