Menu

Tree [2213b7] master /
 History

HTTPS access


File Date Author Commit
 doc 2021-07-20 Steven Schultz Steven Schultz [272959] autoconf deprecated the AM_ form of MKDIR_P and...
 include 2018-02-08 Steven Schultz Steven Schultz [7ca09c] cleanup - remove all the .cvsignore files
 m4 2021-07-20 Steven Schultz Steven Schultz [272959] autoconf deprecated the AM_ form of MKDIR_P and...
 plugins 2021-03-15 Steven Schultz Steven Schultz [631261] Simply/cleanup the faad2 check. Since we requi...
 po 2018-02-08 Steven Schultz Steven Schultz [666c35] remove generated file that got committed somehow
 src 2024-02-03 Steven Schultz Steven Schultz [2213b7] silly to check for "version ==2" when we're ins...
 utils 2021-03-04 Steven Schultz Steven Schultz [5aba9b] lqtplay.c:1518:36: warning: too many arguments ...
 .gitignore 2018-06-13 Tomáš Chvátal Tomáš Chvátal [80e957] Ignore prepared patches in git checkout
 ABOUT-NLS 2011-05-23 gmerlin gmerlin [8625d3] * Updated gettext stuff
 AUTHORS 2002-02-24 flyn flyn [8c0f77] o Added empty NEWS, AUTHORS, and ChangeLog file...
 COPYING 2002-02-17 amep amep [43a250] Initial revision
 ChangeLog 2011-05-23 gmerlin gmerlin [8625d3] * Updated gettext stuff
 Makefile.am 2010-03-28 gmerlin gmerlin [f0812e] * Removed lqt-config and lqt.m4
 NEWS 2002-02-24 flyn flyn [8c0f77] o Added empty NEWS, AUTHORS, and ChangeLog file...
 README 2007-02-14 gmerlin gmerlin [953f5d] * Copyright header patch by Darby Johnston ( da...
 TODO 2006-12-15 gmerlin gmerlin [c844b1] * Better interlacing handling
 acinclude.m4 2005-08-15 gmerlin gmerlin [065bac] * Detect latest ffmpeg incarnations
 autogen.sh 2008-01-02 gmerlin gmerlin [8a3f4a] * Various fixes
 config.rpath 2011-05-23 gmerlin gmerlin [8625d3] * Updated gettext stuff
 configure.ac 2023-06-29 Steven Schultz Steven Schultz [dd9879] cleanup
 cpuinfo.sh 2009-09-29 sms00 sms00 [3255ea] Need x86_64 support in cpuinfo.c and newer core...
 cvs_clean.sh 2008-12-11 sms00 sms00 [f15bb2] Remove obsolete rpm spec.in file
 libquicktime.pc.in 2005-05-10 sms00 sms00 [4e1cf6] Change the installed headerfile directory to be...
 make_potfiles 2008-05-17 gmerlin gmerlin [996ae9] * Cleaned up sources for working make distcheck
 update_copyright.sh 2011-01-07 gmerlin gmerlin [693268] * Copyright update

Read Me

libquicktime - A library for reading and writing quicktime/avi/mp4 files.
http://libquicktime.sourceforge.net

Copyright (C) 2002 Heroine Virtual Ltd.
Copyright (C) 2002-2007 Members of the libquicktime project.

Original quicktime4linux developer:

  Heroine Virtual (Motion picture solutions for Linux)
  <broadcast@earthling.net>
  http://heroinewarrior.com/quicktime

libquicktime developers:

  Arthur Peters <amp@singingwizard.org>
  Burkhard Plaum <plaum@ipf.uni-stuttgart.de>
  Gerd Knorr <kraxel@bytesex.org>
  Justin Schoeman 1998 <justin@suntiger.ee.up.ac.za>
  Elliot Lee <sopwith@redhat.com>
  and others

RTjpeg:

  Copyright (C) Justin Schoeman 1998 <justin@suntiger.ee.up.ac.za>

  With modifications by:

  Copyright (C) 1998, 1999 by Joerg Walter <trouble@moes.pmnet.uni-oldenburg.de>
  Copyright (C) 1999 by Wim Taymans <wim.taymans@tvd.be>

Portions from FFmpeg (plugins/rtjpeg/mmx.h):

  Copyright (C) 1997-2001 H. Dietz and R. Fisher

Portions from libsndfile (plugins/audiocodec/alaw_tables.h, ulaw_tables.h):

  Copyright (C) 2002-2004 Erik de Castro Lopo

------------------------------------------------------------------------

Requires: 
	libpthread
	glibc >= 2.1

This does not include libraries for the codecs. 
If you want to have all availiable codec you will need:
	libdv >= 0.9.5
	libpng
	the OggVorbis libraries
	libjpeg



------------------------------------------------------------------------

libquicktime is a library for reading and writing quicktime files. It
is based on the quicktime4linux library, with the following
extensions:

    * Sourcetree upgraded with autoconf/automake/libtool and all the 
other stuff, people like in "standard" linux libraries.
    * All 3rd party libraries (jpeg, OggVorbis) were removed to reduce 
download size, compilation time and code duplication on users harddisks. 
Instead, the sytemwide installed libaries are autodetected by the 
configure script.
    * All codecs have been moved into dynamically loadable modules. 
This makes it possible to distribute closed source codecs (or codecs 
with an incompatible license) as separate packages.
    * Unlike other quicktime libraries, we are source compatible with 
quicktime4linux. Programs like cinelerra or xmovie can be compiled with 
libquicktime (if the build system is modified, see our web page for more 
info).
    * The codecs themselves are also source compatible with 
quicktime4linux, so porting codecs between quicktime4linux and 
libquicktime requires only little brain load.
    * Special API extensions allow access to the codec registry. 
Applications can get important information about the codecs, their 
settable parameters etc. at runtime.

For build and installation instructions see INSTALL.

If you would like to get involved in development or have questions the 
email list for you is libquicktime-devel@sourceforge.net.

/*******************************************************
 * References:
 *********************************/

Apple's quicktime file format information:

http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/refQTFileFormat.htm

Color space conversions:

http://www.neuro.sfc.keio.ac.jp/~aly/polygon/info/color-space-faq.html






Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.