FFmpeg git repo
Go to file
Roman Shaposhnik e5867e4d50 Not that we're that far from being an *initial* implementation, but
at least weighting got implemented thanks to Dan. ;-)

Originally committed as revision 5071 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-02-27 05:04:05 +00:00
doc Remove outdated FAQ entry about A/V sync issues when grabbing. 2006-02-24 16:07:21 +00:00
libavcodec Not that we're that far from being an *initial* implementation, but 2006-02-27 05:04:05 +00:00
libavformat print a hint when trying V4L2 on V4L device 2006-02-26 13:22:32 +00:00
libavutil Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 code. 2006-02-22 10:28:44 +00:00
postproc Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that 2006-02-24 09:52:59 +00:00
tests AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The 2006-02-27 04:50:06 +00:00
vhook
.cvsignore
COPYING
CREDITS complete American Laser Games MM playback system, courtesy of Peter Ross 2006-02-12 06:49:40 +00:00
Changelog complete AVS playback system (from Creature Shock computer game), 2006-02-17 03:17:42 +00:00
Doxyfile
INSTALL
MAINTAINERS Colin offered to maintain Amiga PPC port, Romain has only OSX 2006-02-18 14:28:01 +00:00
Makefile Create installation directories in the common install-* targets. 2006-02-19 12:44:38 +00:00
README
berrno.h
build_avopt
clean-diff
cmdutils.c
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 Use != instead of -ne in test invocations for greater portability. 2006-02-13 22:50:00 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c This patch makes output codec keeping input pix_fmt value when using 2006-02-13 15:36:13 +00:00
ffplay.c
ffserver.c make those nasty variables static, also fix a html bug 2006-02-21 21:15:19 +00:00
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
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.