Changeset 7b0d811f8104b4332fd394c4ab3e38baa4510a13
- 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
| r43019af |
r7b0d811 |
|
| 103 | 103 | * CD+G karaoke Files support |
|---|
| 104 | 104 | * MXF files support |
|---|
| | 105 | * OMA support |
|---|
| 105 | 106 | |
|---|
| 106 | 107 | Decoders: |
|---|
| … | … | |
| 114 | 115 | * New codec FOURCCs to support more specific files: |
|---|
| 115 | 116 | Avid, FCP, Sony, Samsung, ... |
|---|
| 116 | | * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC) |
|---|
| 117 | 117 | * H.264 PAFF support |
|---|
| 118 | 118 | * DNxHD / VC-3 support |
|---|
| 119 | 119 | * NellyMoser ASAO support |
|---|
| 120 | 120 | * APE (Monkey audio) support |
|---|
| 121 | | * VBI & EBU (Teletext) support |
|---|
| 122 | 121 | * RealVideo support (with the RealVideo run-time) |
|---|
| 123 | 122 | |
|---|
| 124 | 123 | Subtitles: |
|---|
| | 124 | * Closed Caption Decoder (DVD, ReplayTV, TiVo, DVB/ATSC) |
|---|
| | 125 | * VBI & EBU (Teletext) support (*nix, Mac OS) |
|---|
| 125 | 126 | * Ogg/Kate subtitles support |
|---|
| 126 | 127 | * AQTitle subtitles support |
|---|
| r138da19 |
r7b0d811 |
|
| 178 | 178 | |
|---|
| 179 | 179 | #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" |
|---|
| 181 | 182 | |
|---|
| 182 | 183 | #define EXTENSIONS_VIDEO "*.asf;*.avi;*.divx;*.dv;*.flv;*.gxf;*.m1v;*.m2v;" \ |
|---|