Changes between Version 4 and Version 5 of Specs/CodecsValues


Ignore:
Timestamp:
03/14/11 18:22:32 (13 years ago)
Author:
ph3-der-loewe
Comment:

some comments and mime types

Legend:

Unmodified
Added
Removed
Modified
  • Specs/CodecsValues

    v4 v5  
    22 
    33||= Symbolic Name =||= Value =||= Name string =||= MIME Type =||= !Name/Description =|| 
    4 ||= PCM_S_LE      =|| 0x0001 || pcm_s_le    || ? || ? || 
    5 ||= PCM_S_BE      =|| 0x0002 || pcm_s_be    || ? || ? || 
    6 ||= PCM_S_PDP     =|| 0x0003 || pcm_s_pdp   || ? || ? || 
    7 ||= PCM_U_LE      =|| 0x0005 || pcm_u_le    || ? || ? || 
    8 ||= PCM_U_BE      =|| 0x0006 || pcm_u_be    || ? || ? || 
    9 ||= PCM_U_PDP     =|| 0x0007 || pcm_u_pdp   || ? || ? || 
     4||= PCM_S_LE      =|| 0x0001 || pcm_s_le    || ? || Signed PCM in little endian      || 
     5||= PCM_S_BE      =|| 0x0002 || pcm_s_be    || ? || Signed PCM in big endian        || 
     6||= PCM_S_PDP     =|| 0x0003 || pcm_s_pdp   || ? || Signed PCM in PDP/Middle endian || 
     7||= PCM_U_LE      =|| 0x0005 || pcm_u_le    || ? || Unsigned PCM in little endian    || 
     8||= PCM_U_BE      =|| 0x0006 || pcm_u_be    || ? || Unsigned PCM in big endian      || 
     9||= PCM_U_PDP     =|| 0x0007 || pcm_u_pdp   || ? || Unsigned PCM in PDP/Middle endian || 
    1010||= MIDI_FILE     =|| 0x0008 || midi_file   || ? || ? || 
    11 ||= OGG_VORBIS    =|| 0x0010 || ogg_vorbis  || ? || ? || 
    12 ||= FLAC          =|| 0x0011 || flac        || ? || ? || 
    13 ||= OGG_SPEEX     =|| 0x0012 || ogg_speex   || ? || ? || 
    14 ||= OGG_FLAC      =|| 0x0014 || ogg_flac    || ? || ? || 
    15 ||= OGG_GENERAL   =|| 0x0015 || ogg_general || ? || ? || 
    16 ||= OGG_CELT      =|| 0x0016 || ogg_celt    || ? || ? || 
    17 ||= OGG           =|| 0x0017 || ogg         || ? || ? || 
    18 ||= ROAR_CELT     =|| 0x001A || roar_celt   || ? || ? || 
    19 ||= ROAR_SPEEX    =|| 0x001B || roar_speex  || ? || ? || 
    20 ||= RAUM          =|| 0x001C || raum        || ? || ? || 
    21 ||= RAUM_VORBIS   =|| 0x001D || raum_vorbis || ? || ? || 
    22 ||= RAUM_FLAC     =|| 0x001E || raum_flac   || ? || ? || 
    23 ||= RIFF_WAVE     =|| 0x0020 || riff_wave   || ? || ? || 
    24 ||= RIFX          =|| 0x0022 || rifx        || ? || ? || 
    25 ||= AU            =|| 0x0024 || au          || ? || ? || 
    26 ||= AIFF          =|| 0x0028 || aiff        || ? || ? || 
    27 ||= ALAW          =|| 0x0030 || alaw        || ? || ? || 
    28 ||= AUTLAW_LE     =|| 0x0031 || autlaw_le   || ? || ? || 
    29 ||= AUTLAW_BE     =|| 0x0032 || autlaw_be   || ? || ? || 
    30 ||= MULAW         =|| 0x0034 || mulaw       || ? || ? || 
    31 ||= MUUTLAW_LE    =|| 0x0035 || muutlaw_le  || ? || ? || 
    32 ||= MUUTLAW_BE    =|| 0x0036 || muutlaw_be  || ? || ? || 
     11||= OGG_VORBIS    =|| 0x0010 || ogg_vorbis  || application/ogg || Ogg stream with only Vorbis logical bitstreams || 
     12||= FLAC          =|| 0x0011 || flac        || audio/x-flac|| Native FLAC || 
     13||= OGG_SPEEX     =|| 0x0012 || ogg_speex   || audio/ogg; codecs=speex || Ogg stream with only Speex logical bitstreams || 
     14||= (none)        =|| 0x0013 || (none)      || (none) || Reserved for late use with native CELT bitstream || 
     15||= OGG_FLAC      =|| 0x0014 || ogg_flac    || audio/ogg; codecs=flac || Ogg stream with only FLAC logical bitstreams || 
     16||= OGG_GENERAL   =|| 0x0015 || ogg_general || application/ogg || Ogg stream with unknown, unsupported, mixed bitstreams || 
     17||= OGG_CELT      =|| 0x0016 || ogg_celt    || audio/ogg; codecs=celt || Ogg stream with only CELT logical bitstream || 
     18||= OGG           =|| 0x0017 || ogg         || application/ogg || Ogg container || 
     19||= ROAR_CELT     =|| 0x001A || roar_celt   || ? || RoarCELT bitstream || 
     20||= ROAR_SPEEX    =|| 0x001B || roar_speex  || ? || RoarSpeex bitstream || 
     21||= RAUM          =|| 0x001C || raum        || ? || RAUM Media Container || 
     22||= RAUM_VORBIS   =|| 0x001D || raum_vorbis || ? || RAUM Media Container with only Vorbis streams || 
     23||= RAUM_FLAC     =|| 0x001E || raum_flac   || ? || RAUM Media Container with only FLAC streams || 
     24||= RIFF_WAVE     =|| 0x0020 || riff_wave   || audio/x-wav || RIFF/WAVE || 
     25||= RIFX          =|| 0x0022 || rifx        || ? || Big Endian RIFF file, RIFX || 
     26||= AU            =|| 0x0024 || au          || audio/basic || AU || 
     27||= AIFF          =|| 0x0028 || aiff        || audio/aiff || AIFF || 
     28||= ALAW          =|| 0x0030 || alaw        || ? || A-Law stream || 
     29||= AUTLAW_LE     =|| 0x0031 || autlaw_le   || ? || Extended mantissa A-Law stream with 16 bits per sample, little endian || 
     30||= AUTLAW_BE     =|| 0x0032 || autlaw_be   || ? || Extended mantissa A-Law stream with 16 bits per sample, little endian (preferred) || 
     31||= MULAW         =|| 0x0034 || mulaw       || ? || µ-Law stream || 
     32||= MUUTLAW_LE    =|| 0x0035 || muutlaw_le  || ? || Extended mantissa µ-Law stream with 16 bits per sample, little endian || 
     33||= MUUTLAW_BE    =|| 0x0036 || muutlaw_be  || ? || Extended mantissa µ-Law stream with 16 bits per sample, little endian (preferred) || 
    3334||= GSM           =|| 0x0038 || gsm         || ? || ? || 
    3435||= GSM49         =|| 0x0039 || gsm49       || ? || ? || 
    3536||= META_VCLT     =|| 0x0040 || meta_vclt   || ? || ? || 
    36 ||= META_RALT     =|| 0x0044 || meta_ralt   || ? || ? || 
    37 ||= META_RALB     =|| 0x004C || meta_ralb   || ? || ? || 
    38 ||= META_RALB_LE  =|| 0x004D || meta_ralb_le  || ? || ? || 
    39 ||= META_RALB_BE  =|| 0x004E || meta_ralb_be  || ? || ? || 
    40 ||= META_RALB_PDP =|| 0x004F || meta_ralb_pdp || ? || ? || 
    41 ||= CONT_NULL     =|| 0x0050 || (none)      || ? || ? || 
    42 ||= CONT_GZIP     =|| 0x0051 || (none)      || ? || ? || 
    43 ||= CONT_BZIP2    =|| 0x0052 || (none)      || ? || ? || 
    44 ||= CONT_OPGPBIN  =|| 0x0053 || (none)      || ? || ? || 
    45 ||= CONT_OPGPASC  =|| 0x0054 || (none)      || ? || ? || 
    46 ||= CONT_TAR      =|| 0x0055 || (none)      || ? || ? || 
    47 ||= MIDI          =|| 0x0060 || midi        || ? || ? || 
     37||= META_RALT     =|| 0x0044 || meta_ralt   || ? || Reserved for future use || 
     38||= META_RALB     =|| 0x004C || meta_ralb   || ? || Reserved for future use || 
     39||= META_RALB_LE  =|| 0x004D || meta_ralb_le  || ? || Reserved for future use || 
     40||= META_RALB_BE  =|| 0x004E || meta_ralb_be  || ? || Reserved for future use || 
     41||= META_RALB_PDP =|| 0x004F || meta_ralb_pdp || ? || Reserved for future use || 
     42||= CONT_NULL     =|| 0x0050 || (none)      || ? || Reserved for future use || 
     43||= CONT_GZIP     =|| 0x0051 || (none)      || ? || Reserved for future use || 
     44||= CONT_BZIP2    =|| 0x0052 || (none)      || ? || Reserved for future use || 
     45||= CONT_OPGPBIN  =|| 0x0053 || (none)      || ? || Reserved for future use || 
     46||= CONT_OPGPASC  =|| 0x0054 || (none)      || ? || Reserved for future use || 
     47||= CONT_TAR      =|| 0x0055 || (none)      || ? || Reserved for future use || 
     48||= MIDI          =|| 0x0060 || midi        || ? || Raw MIDI || 
    4849||= ROARMIDI      =|| 0x0064 || roarmidi    || ? || ? || 
    49 ||= DMX512        =|| 0x0070 || dmx512      || ? || ? || 
    50 ||= ROARDMX       =|| 0x0071 || roardmx     || ? || ? || 
    51 ||= RDS           =|| 0x0080 || rds         || ? || ? || 
    52 ||= USER0         =|| 0x0090 || user0       || ? || ? || 
    53 ||= USER1         =|| 0x0091 || user1       || ? || ? || 
    54 ||= USER2         =|| 0x0092 || user2       || ? || ? || 
    55 ||= USER3         =|| 0x0093 || user3       || ? || ? || 
    56 ||= USER4         =|| 0x0094 || user4       || ? || ? || 
    57 ||= USER5         =|| 0x0095 || user5       || ? || ? || 
    58 ||= USER6         =|| 0x0096 || user6       || ? || ? || 
    59 ||= USER7         =|| 0x0097 || user7       || ? || ? || 
    60 ||= USER8         =|| 0x0098 || user8       || ? || ? || 
    61 ||= USER9         =|| 0x0099 || user9       || ? || ? || 
    62 ||= USER10        =|| 0x009A || user10      || ? || ? || 
    63 ||= USER11        =|| 0x009B || user11      || ? || ? || 
    64 ||= USER12        =|| 0x009C || user12      || ? || ? || 
    65 ||= USER13        =|| 0x009D || user13      || ? || ? || 
    66 ||= USER14        =|| 0x009E || user14      || ? || ? || 
    67 ||= USER15        =|| 0x009F || user15      || ? || ? || 
     50||= DMX512        =|| 0x0070 || dmx512      || ? || DMX512 (Packets of 512 Bytes, 8 bits per sample) || 
     51||= ROARDMX       =|| 0x0071 || roardmx     || ? || RoarDMX (Advanced light control codec) || 
     52||= RDS           =|| 0x0080 || rds         || ? || Radio Data System bitstream (including CRCs, 104 bits per frame) || 
     53||= USER0         =|| 0x0090 || user0       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     54||= USER1         =|| 0x0091 || user1       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     55||= USER2         =|| 0x0092 || user2       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     56||= USER3         =|| 0x0093 || user3       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     57||= USER4         =|| 0x0094 || user4       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     58||= USER5         =|| 0x0095 || user5       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     59||= USER6         =|| 0x0096 || user6       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     60||= USER7         =|| 0x0097 || user7       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     61||= USER8         =|| 0x0098 || user8       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     62||= USER9         =|| 0x0099 || user9       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     63||= USER10        =|| 0x009A || user10      || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     64||= USER11        =|| 0x009B || user11      || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     65||= USER12        =|| 0x009C || user12      || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     66||= USER13        =|| 0x009D || user13      || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     67||= USER14        =|| 0x009E || user14      || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     68||= USER15        =|| 0x009F || user15      || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
    6869 
    6970== Aliases == 
     
    7374||= PCM_S         =|| -/-     || pcm_s              || -/-         || Same as DEFAULT || 
    7475||= PCM_U         =|| -/-     || pcm_u              || -/-         || Alias to CPU native unsigned PCM format || 
    75 ||= OGG_VORBIS    =|| 0x0010  || vorbis             || ?           || ? || 
    76 ||= OGG_SPEEX     =|| 0x0012  || speex              || ?          || ? || 
    77 ||= RIFF_WAVE     =|| 0x0020  || wave, wav          || ?          || ? || 
     76||= OGG_VORBIS    =|| 0x0010  || vorbis             || ?           || application/ogg || 
     77||= OGG_SPEEX     =|| 0x0012  || speex              || audio/ogg; codecs=speex || ? || 
     78||= RIFF_WAVE     =|| 0x0020  || wave, wav          || audio/x-wav || ? || 
    7879||= AUTLAW        =|| 0x0032  || autlaw             || ?           || ? || 
    7980||= MULAW         =|| 0x0034  || ulaw               || ?           || ? || 
    8081||= MUUTLAW       =|| 0x0036  || muutlaw            || ?           || ? || 
    81 ||= CONT_BASE     =|| 0x0050  || (none)             || ?           || ? || 
     82||= CONT_BASE     =|| 0x0050  || (none)             || ?           || Reserved for future use || 
    8283