Changeset 7e6650a16c7cc9ddbca73d9f0338a2fa21fc4182
- Timestamp:
- 08/06/04 15:50:05
(4 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1091800205 +0000
- git-parent:
[a61500b244ce945d799ba28ac2e963a3345fb301]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1091800205 +0000
- Message:
* modules/LIST, modules/access/dvb/access.c: removed references to ts2/ps2.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r09c86cf |
r7e6650a |
|
| 297 | 297 | * mux_ts: MPEG transport stream muxer |
|---|
| 298 | 298 | |
|---|
| 299 | | * mux_ts_dvbpsi: MPEG transport stream muxer using libdvbpsi |
|---|
| 300 | | |
|---|
| 301 | 299 | * ncurses: interface module using the ncurses library. |
|---|
| 302 | 300 | |
|---|
| … | … | |
| 330 | 328 | |
|---|
| 331 | 329 | * postprocessing_mmxext: Video Postprocessing module using MMX_EXT |
|---|
| 332 | | |
|---|
| 333 | | * ps2: new generation MPEG PS demuxer |
|---|
| 334 | 330 | |
|---|
| 335 | 331 | * ps: input module for MPEG PS decapsulation. |
|---|
| … | … | |
| 432 | 428 | * trivial_resampler: Simple audio resampler |
|---|
| 433 | 429 | |
|---|
| 434 | | * ts2: new generation MPEG TS demuxer |
|---|
| 435 | | |
|---|
| 436 | 430 | * ts: input module for MPEG TS decapsulation. |
|---|
| 437 | 431 | |
|---|
| 438 | | * ts_dvbpsi: same as ts using libdvbpsi |
|---|
| 439 | | |
|---|
| 440 | 432 | * u8tofixed32: unsigned 8 bits to fixed 32 bits audio converter |
|---|
| 441 | 433 | |
|---|
| r5b67f07 |
r7e6650a |
|
| 106 | 106 | /* Satellite */ |
|---|
| 107 | 107 | #define BUDGET_TEXT N_("Budget mode") |
|---|
| 108 | | #define BUDGET_LONGTEXT N_("This allows you to stream an entire transponder with a budget card. Budget mode is compatible with the ts2 demux.") |
|---|
| | 108 | #define BUDGET_LONGTEXT N_("This allows you to stream an entire transponder with a budget card.") |
|---|
| 109 | 109 | |
|---|
| 110 | 110 | #define SATNO_TEXT N_("Satellite number in the Diseqc system") |
|---|