Changes between Version 10 and Version 11 of Specs/CodecsValues


Ignore:
Timestamp:
05/19/11 10:26:08 (13 years ago)
Author:
ph3-der-loewe
Comment:

alignment change (center -> left)

Legend:

Unmodified
Added
Removed
Modified
  • Specs/CodecsValues

    v10 v11  
    22 
    33||= Symbolic Name =||= Value =||= Name string =||= MIME Type =||= !Name/Description =|| 
    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 || 
    10 ||= MIDI_FILE     =|| 0x0008 || midi_file   || ? || ? || 
    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 ||= OGG_OPUS      =|| 0x0018 || ogg_opus    || ? || Ogg stream with only Opus logical bitstream || 
    20 ||= ROAR_OPUS     =|| 0x0019 || roar_opus   || ? || RoarOpus bitstream || 
    21 ||= ROAR_CELT     =|| 0x001A || roar_celt   || ? || RoarCELT bitstream || 
    22 ||= ROAR_SPEEX    =|| 0x001B || roar_speex  || ? || RoarSpeex bitstream || 
    23 ||= RAUM          =|| 0x001C || raum        || ? || RAUM Media Container || 
    24 ||= RAUM_VORBIS   =|| 0x001D || raum_vorbis || ? || Vorbis stream within a RAUM Media Container || 
    25 ||= RAUM_FLAC     =|| 0x001E || raum_flac   || ? || FLAC stream within a RAUM Media Container || 
    26 ||= RIFF_WAVE     =|| 0x0020 || riff_wave   || audio/x-wav || RIFF/WAVE || 
    27 ||= RIFX          =|| 0x0022 || rifx        || ? || Big Endian RIFF file, RIFX || 
    28 ||= AU            =|| 0x0024 || au          || audio/basic || AU || 
    29 ||= AIFF          =|| 0x0028 || aiff        || audio/aiff || AIFF || 
    30 ||= ALAW          =|| 0x0030 || alaw        || ? || A-Law stream || 
    31 ||= AUTLAW_LE     =|| 0x0031 || autlaw_le   || ? || Extended mantissa A-Law stream with 16 bits per sample, little endian || 
    32 ||= AUTLAW_BE     =|| 0x0032 || autlaw_be   || ? || Extended mantissa A-Law stream with 16 bits per sample, little endian (preferred) || 
    33 ||= MULAW         =|| 0x0034 || mulaw       || ? || µ-Law stream || 
    34 ||= MUUTLAW_LE    =|| 0x0035 || muutlaw_le  || ? || Extended mantissa µ-Law stream with 16 bits per sample, little endian || 
    35 ||= MUUTLAW_BE    =|| 0x0036 || muutlaw_be  || ? || Extended mantissa µ-Law stream with 16 bits per sample, little endian (preferred) || 
    36 ||= GSM           =|| 0x0038 || gsm         || ? || ? || 
    37 ||= GSM49         =|| 0x0039 || gsm49       || ? || ? || 
    38 ||= BRR           =|| 0x003C || brr         || ? || SPC-700 Bit Rate Reduction || 
    39 ||= META_VCLT     =|| 0x0040 || meta_vclt   || ? || ? || 
    40 ||= META_RALT     =|| 0x0044 || meta_ralt   || ? || Reserved for future use || 
    41 ||= META_RALB     =|| 0x004C || meta_ralb   || ? || Reserved for future use || 
    42 ||= META_RALB_LE  =|| 0x004D || meta_ralb_le  || ? || Reserved for future use || 
    43 ||= META_RALB_BE  =|| 0x004E || meta_ralb_be  || ? || Reserved for future use || 
    44 ||= META_RALB_PDP =|| 0x004F || meta_ralb_pdp || ? || Reserved for future use || 
    45 ||= CONT_NULL     =|| 0x0050 || (none)      || ? || Reserved for future use || 
    46 ||= CONT_GZIP     =|| 0x0051 || (none)      || ? || Reserved for future use || 
    47 ||= CONT_BZIP2    =|| 0x0052 || (none)      || ? || Reserved for future use || 
    48 ||= CONT_OPGPBIN  =|| 0x0053 || (none)      || ? || Reserved for future use || 
    49 ||= CONT_OPGPASC  =|| 0x0054 || (none)      || ? || Reserved for future use || 
    50 ||= CONT_TAR      =|| 0x0055 || (none)      || ? || Reserved for future use || 
    51 ||= MIDI          =|| 0x0060 || midi        || ? || Raw MIDI || 
    52 ||= ROARMIDI      =|| 0x0064 || roarmidi    || ? || ? || 
    53 ||= DMX512        =|| 0x0070 || dmx512      || ? || DMX512 (Packets of 512 Bytes, 8 bits per sample) || 
    54 ||= ROARDMX       =|| 0x0071 || roardmx     || ? || RoarDMX (Advanced light control codec) || 
    55 ||= RDS           =|| 0x0080 || rds         || ? || Radio Data System bitstream (including CRCs, 104 bits per frame) || 
    56 ||= USER0         =|| 0x0090 || user0       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
    57 ||= USER1         =|| 0x0091 || user1       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
    58 ||= USER2         =|| 0x0092 || user2       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
    59 ||= USER3         =|| 0x0093 || user3       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
    60 ||= USER4         =|| 0x0094 || user4       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
    61 ||= USER5         =|| 0x0095 || user5       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
    62 ||= USER6         =|| 0x0096 || user6       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
    63 ||= USER7         =|| 0x0097 || user7       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
    64 ||= USER8         =|| 0x0098 || user8       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
    65 ||= USER9         =|| 0x0099 || user9       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
    66 ||= USER10        =|| 0x009A || user10      || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
    67 ||= USER11        =|| 0x009B || user11      || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
    68 ||= USER12        =|| 0x009C || user12      || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
    69 ||= USER13        =|| 0x009D || user13      || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
    70 ||= USER14        =|| 0x009E || user14      || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
    71 ||= USER15        =|| 0x009F || user15      || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     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 || 
     10||=MIDI_FILE     =|| 0x0008 || midi_file   || ? || ? || 
     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||=OGG_OPUS      =|| 0x0018 || ogg_opus    || ? || Ogg stream with only Opus logical bitstream || 
     20||=ROAR_OPUS     =|| 0x0019 || roar_opus   || ? || RoarOpus bitstream || 
     21||=ROAR_CELT     =|| 0x001A || roar_celt   || ? || RoarCELT bitstream || 
     22||=ROAR_SPEEX    =|| 0x001B || roar_speex  || ? || RoarSpeex bitstream || 
     23||=RAUM          =|| 0x001C || raum        || ? || RAUM Media Container || 
     24||=RAUM_VORBIS   =|| 0x001D || raum_vorbis || ? || Vorbis stream within a RAUM Media Container || 
     25||=RAUM_FLAC     =|| 0x001E || raum_flac   || ? || FLAC stream within a RAUM Media Container || 
     26||=RIFF_WAVE     =|| 0x0020 || riff_wave   || audio/x-wav || RIFF/WAVE || 
     27||=RIFX          =|| 0x0022 || rifx        || ? || Big Endian RIFF file, RIFX || 
     28||=AU            =|| 0x0024 || au          || audio/basic || AU || 
     29||=AIFF          =|| 0x0028 || aiff        || audio/aiff || AIFF || 
     30||=ALAW          =|| 0x0030 || alaw        || ? || A-Law stream || 
     31||=AUTLAW_LE     =|| 0x0031 || autlaw_le   || ? || Extended mantissa A-Law stream with 16 bits per sample, little endian || 
     32||=AUTLAW_BE     =|| 0x0032 || autlaw_be   || ? || Extended mantissa A-Law stream with 16 bits per sample, little endian (preferred) || 
     33||=MULAW         =|| 0x0034 || mulaw       || ? || µ-Law stream || 
     34||=MUUTLAW_LE    =|| 0x0035 || muutlaw_le  || ? || Extended mantissa µ-Law stream with 16 bits per sample, little endian || 
     35||=MUUTLAW_BE    =|| 0x0036 || muutlaw_be  || ? || Extended mantissa µ-Law stream with 16 bits per sample, little endian (preferred) || 
     36||=GSM           =|| 0x0038 || gsm         || ? || ? || 
     37||=GSM49         =|| 0x0039 || gsm49       || ? || ? || 
     38||=BRR           =|| 0x003C || brr         || ? || SPC-700 Bit Rate Reduction || 
     39||=META_VCLT     =|| 0x0040 || meta_vclt   || ? || ? || 
     40||=META_RALT     =|| 0x0044 || meta_ralt   || ? || Reserved for future use || 
     41||=META_RALB     =|| 0x004C || meta_ralb   || ? || Reserved for future use || 
     42||=META_RALB_LE  =|| 0x004D || meta_ralb_le  || ? || Reserved for future use || 
     43||=META_RALB_BE  =|| 0x004E || meta_ralb_be  || ? || Reserved for future use || 
     44||=META_RALB_PDP =|| 0x004F || meta_ralb_pdp || ? || Reserved for future use || 
     45||=CONT_NULL     =|| 0x0050 || (none)      || ? || Reserved for future use || 
     46||=CONT_GZIP     =|| 0x0051 || (none)      || ? || Reserved for future use || 
     47||=CONT_BZIP2    =|| 0x0052 || (none)      || ? || Reserved for future use || 
     48||=CONT_OPGPBIN  =|| 0x0053 || (none)      || ? || Reserved for future use || 
     49||=CONT_OPGPASC  =|| 0x0054 || (none)      || ? || Reserved for future use || 
     50||=CONT_TAR      =|| 0x0055 || (none)      || ? || Reserved for future use || 
     51||=MIDI          =|| 0x0060 || midi        || ? || Raw MIDI || 
     52||=ROARMIDI      =|| 0x0064 || roarmidi    || ? || ? || 
     53||=DMX512        =|| 0x0070 || dmx512      || ? || DMX512 (Packets of 512 Bytes, 8 bits per sample) || 
     54||=ROARDMX       =|| 0x0071 || roardmx     || ? || RoarDMX (Advanced light control codec) || 
     55||=RDS           =|| 0x0080 || rds         || ? || Radio Data System bitstream (including CRCs, 104 bits per frame) || 
     56||=USER0         =|| 0x0090 || user0       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     57||=USER1         =|| 0x0091 || user1       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     58||=USER2         =|| 0x0092 || user2       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     59||=USER3         =|| 0x0093 || user3       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     60||=USER4         =|| 0x0094 || user4       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     61||=USER5         =|| 0x0095 || user5       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     62||=USER6         =|| 0x0096 || user6       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     63||=USER7         =|| 0x0097 || user7       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     64||=USER8         =|| 0x0098 || user8       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     65||=USER9         =|| 0x0099 || user9       || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     66||=USER10        =|| 0x009A || user10      || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     67||=USER11        =|| 0x009B || user11      || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     68||=USER12        =|| 0x009C || user12      || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     69||=USER13        =|| 0x009D || user13      || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     70||=USER14        =|| 0x009E || user14      || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
     71||=USER15        =|| 0x009F || user15      || -/- || User defined stream (Requires CAPS/CT_STANDARDS handshake if used on-wire) || 
    7272 
    7373== Aliases == 
    7474The following aliases should be defined. Those are mainly for more easy and intuitive working with user input. Beside the DEFAULT and PCM_U symbolic aliases they should not be used when writing code or data files. 
    7575||= Symbolic Name =||= Value =||= Name string      =||= MIME Type =||= !Name/Description =|| 
    76 ||= DEFAULT       =|| -/-     || default, pcm, raw  || -/-         || Alias to CPU native signed PCM format || 
    77 ||= PCM_S         =|| -/-     || pcm_s              || -/-         || Same as DEFAULT || 
    78 ||= PCM_U         =|| -/-     || pcm_u              || -/-         || Alias to CPU native unsigned PCM format || 
    79 ||= OGG_VORBIS    =|| 0x0010  || vorbis             || application/ogg || ? || 
    80 ||= OGG_SPEEX     =|| 0x0012  || speex              || audio/ogg; codecs=speex || ? || 
    81 ||= RIFF_WAVE     =|| 0x0020  || wave, wav          || audio/x-wav || ? || 
    82 ||= AUTLAW        =|| 0x0032  || autlaw             || ?           || ? || 
    83 ||= MULAW         =|| 0x0034  || ulaw               || ?           || ? || 
    84 ||= MUUTLAW       =|| 0x0036  || muutlaw            || ?           || ? || 
    85 ||= CONT_BASE     =|| 0x0050  || (none)             || ?           || Reserved for future use || 
     76||=DEFAULT       =|| -/-     || default, pcm, raw  || -/-         || Alias to CPU native signed PCM format || 
     77||=PCM_S         =|| -/-     || pcm_s              || -/-         || Same as DEFAULT || 
     78||=PCM_U         =|| -/-     || pcm_u              || -/-         || Alias to CPU native unsigned PCM format || 
     79||=OGG_VORBIS    =|| 0x0010  || vorbis             || application/ogg || ? || 
     80||=OGG_SPEEX     =|| 0x0012  || speex              || audio/ogg; codecs=speex || ? || 
     81||=RIFF_WAVE     =|| 0x0020  || wave, wav          || audio/x-wav || ? || 
     82||=AUTLAW        =|| 0x0032  || autlaw             || ?           || ? || 
     83||=MULAW         =|| 0x0034  || ulaw               || ?           || ? || 
     84||=MUUTLAW       =|| 0x0036  || muutlaw            || ?           || ? || 
     85||=CONT_BASE     =|| 0x0050  || (none)             || ?           || Reserved for future use || 
    8686