Show
Ignore:
Timestamp:
02/17/10 06:57:23 (2 years ago)
Author:
kaarna
Message:

Added GraphicsMagick?. Updated libquicktime, portaudio.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libquicktime/lqt/colormodels.d

    r248 r338  
    11/* Converted to D from colormodels.h by htod */ 
    2 module colormodels; 
     2module lqt.colormodels; 
    33/******************************************************************************* 
    44 colormodels.h 
  • trunk/libquicktime/lqt/lqt.d

    r248 r338  
    4848//void *lqt_bufalloc(size_t size); 
    4949 
     50 
     51//Dtype : lqttype : //C type (guess) 
     52public alias long int64_t; //long long 
     53public alias ubyte uint8_t; //unsigned char 
     54public alias short int16_t; //short 
     55public alias ushort uint16_t; //unsigned short 
     56public alias int int32_t; //long 
     57public alias uint uint32_t; //unsigned long 
    5058 
    5159   
  • trunk/libquicktime/lqt/quicktime.d

    r248 r338  
    874874int  quicktime_close(quicktime_t *file); 
    875875 
    876 /* get length information */ 
     876/* get.size information */ 
    877877/* channel numbers start on 1 for audio and video */ 
    878878 
    879879/** \ingroup audio_decode 
    880  *  \brief Get the audio length 
     880 *  \brief Get the audio.size 
    881881 *  \param file A quicktime handle 
    882882 *  \param track index (starting with 0) 
     
    889889 
    890890/** \ingroup video_decode 
    891  *  \brief Get the video length 
     891 *  \brief Get the video.size 
    892892 *  \param file A quicktime handle 
    893893 *  \param track index (starting with 0)