Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 1 and Version 2 of libquicktime

Show
Ignore:
Author:
kaarna (IP: 80.221.38.70)
Timestamp:
09/08/08 18:53:38 (16 years ago)
Comment:

Fixed the licence to say LGPL.

Legend:

Unmodified
Added
Removed
Modified
  • libquicktime

    v1 v2  
    22 
    33These are the D bindings for [http://libquicktime.sourceforge.net/ libquicktime]. 
    4 It is a fast and simple, low level video library that can read and write many formats for Linux (mov/avi/mp4 with various codecs). It is licenced under the GPL. (You might also want to check it's "companion" libs in the Gmerlin site http://gmerlin.sourceforge.net/ especially gavl might be useful for some things. There are no bindings for it in D yet, though. For video output you could use OpenGL and for audio output you could use portaudio which also has bindings for D.) 
     4It is a fast and simple, low level video library that can read and write many formats for Linux (mov/avi/mp4 with various codecs). It is licenced under the LGPL. (You might also want to check it's "companion" libs in the Gmerlin site http://gmerlin.sourceforge.net/ especially gavl might be useful for some things, but it's in GPL. There are no bindings for it in D yet, though. For video output you could use OpenGL and for audio output you could use portaudio which also has bindings for D.) 
    55 
    66There's an example program using Tango, dsss, gtkD and gtkDgl for making an OpenGL window. You could try to modify it for using it with derelict. (It should be pretty simple. All the things you have to change are in main.d).