Changeset 7b0d811f8104b4332fd394c4ab3e38baa4510a13

Show
Ignore:
Timestamp:
25/06/08 07:36:48 (5 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1214372208 -0700
git-parent:

[e1901193c03cff2dfeca1c00f4c856d569317fc7]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1214372208 -0700
Message:

Add OMA to the interface

Since ffplay can read those files now :D

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • NEWS

    r43019af r7b0d811  
    103103 * CD+G karaoke Files support 
    104104 * MXF files support 
     105 * OMA support 
    105106 
    106107Decoders: 
     
    114115 * New codec FOURCCs to support more specific files: 
    115116   Avid, FCP, Sony, Samsung, ... 
    116  * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC) 
    117117 * H.264 PAFF support 
    118118 * DNxHD / VC-3 support 
    119119 * NellyMoser ASAO support 
    120120 * APE (Monkey audio) support 
    121  * VBI & EBU (Teletext) support 
    122121 * RealVideo support (with the RealVideo run-time) 
    123122 
    124123Subtitles: 
     124 * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC) 
     125 * VBI & EBU (Teletext) support (*nix, Mac OS) 
    125126 * Ogg/Kate subtitles support 
    126127 * AQTitle subtitles support 
  • include/vlc_interface.h

    r138da19 r7b0d811  
    178178 
    179179#define EXTENSIONS_AUDIO "*.a52;*.aac;*.ac3;*.dts;*.flac;*.m4a;*.m4p;*.mka;" \ 
    180                          "*.mod;*.mp1;*.mp2;*.mp3;*.ogg;*.spx;*.wav;*.wma;*.xm" 
     180                         "*.mod;*.mp1;*.mp2;*.mp3;*.ogg;*.oma;*.spx;" \ 
     181                         "*.wav;*.wma;*.xm" 
    181182 
    182183#define EXTENSIONS_VIDEO "*.asf;*.avi;*.divx;*.dv;*.flv;*.gxf;*.m1v;*.m2v;" \