Changeset 6d1429740defd11c2f903991dc8273cb46fa543f
- Timestamp:
- 12/04/02 03:16:23
(6 years ago)
- Author:
- Eric Petit <titer@videolan.org>
- git-committer:
- Eric Petit <titer@videolan.org> 1038968183 +0000
- git-parent:
[923da58842e70c77aacd956274381eb30447b744]
- git-author:
- Eric Petit <titer@videolan.org> 1038968183 +0000
- Message:
- InterfaceWindow?.cpp: removed warnigs
- AUTHORS/MAINTAINERS: added Stephan Assmus, Arnaud Schauly & myself
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r81ddbeb |
r6d14297 |
|
| 19 | 19 | D: communication with channel server |
|---|
| 20 | 20 | S: France |
|---|
| | 21 | |
|---|
| | 22 | N: Stephan Assmus |
|---|
| | 23 | E: stippi@yellowbites.com |
|---|
| | 24 | C: stippi |
|---|
| | 25 | D: BeOS module fixes and enhancements |
|---|
| | 26 | S: Germany |
|---|
| 21 | 27 | |
|---|
| 22 | 28 | N: Sigmund Augdal |
|---|
| … | … | |
| 358 | 364 | S: Germany |
|---|
| 359 | 365 | |
|---|
| | 366 | N: Eric Petit |
|---|
| | 367 | E: titer@videolan.org |
|---|
| | 368 | C: titer |
|---|
| | 369 | D: BeOS module fixes and enhancements |
|---|
| | 370 | S: France |
|---|
| | 371 | |
|---|
| 360 | 372 | N: Olivier Pomel |
|---|
| 361 | 373 | E: pomel@via.ecp.fr |
|---|
| … | … | |
| 375 | 387 | D: Dutch Translation |
|---|
| 376 | 388 | S: Netherlands |
|---|
| | 389 | |
|---|
| | 390 | N: Arnaud Schauly |
|---|
| | 391 | E: gitan@via.ecp.fr |
|---|
| | 392 | C: gitan |
|---|
| | 393 | D: SAP module |
|---|
| | 394 | S: France |
|---|
| 377 | 395 | |
|---|
| 378 | 396 | N: Steven M. Schultz |
|---|
| rbfc4f0f |
r6d14297 |
|
| 1 | | # $Id: MAINTAINERS,v 1.3 2002/10/23 23:17:45 gbazin Exp $ |
|---|
| | 1 | # $Id: MAINTAINERS,v 1.4 2002/12/04 02:16:23 titer Exp $ |
|---|
| 2 | 2 | # |
|---|
| 3 | 3 | # VLC MAINTAINERS |
|---|
| … | … | |
| 24 | 24 | - Debian GNU/Linux : [sam] |
|---|
| 25 | 25 | - Mandrake Linux : Yves Duret |
|---|
| 26 | | - BeOS : Tony Castley (Eric Petit) |
|---|
| | 26 | - BeOS : Eric Petit (Stephan Assmus) |
|---|
| 27 | 27 | - Windows : [gibalou] |
|---|
| 28 | 28 | - Mac OS X : [jlj] ([meuuh]) |
|---|
| r3b078b7 |
r6d14297 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 1999, 2000, 2001 VideoLAN |
|---|
| 5 | | * $Id: InterfaceWindow.cpp,v 1.10 2002/11/27 05:36:41 titer Exp $ |
|---|
| | 5 | * $Id: InterfaceWindow.cpp,v 1.11 2002/12/04 02:16:23 titer Exp $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Jean-Marc Dressler <polux@via.ecp.fr> |
|---|
| … | … | |
| 938 | 938 | void LanguageMenu::_GetChannels() |
|---|
| 939 | 939 | { |
|---|
| | 940 | #if 0 // must be ported to 0.5.0 |
|---|
| 940 | 941 | char *psz_name; |
|---|
| 941 | 942 | bool b_active; |
|---|
| … | … | |
| 955 | 956 | } |
|---|
| 956 | 957 | |
|---|
| 957 | | #if 0 |
|---|
| 958 | 958 | input_thread_t* input = p_intf->p_sys->p_input; |
|---|
| 959 | 959 | if ( input ) |
|---|