]> git.sesse.net Git - vlc/log
vlc
18 years agoMade es_format_t member i_bitrate unsigned int, because I cannot imagine it ever...
Jean-Paul Saman [Tue, 9 Aug 2005 15:18:44 +0000 (15:18 +0000)]
Made es_format_t member i_bitrate unsigned int, because I cannot imagine it ever to be negative.

18 years agoFix typo and updating copyright
Jean-Paul Saman [Tue, 9 Aug 2005 14:56:58 +0000 (14:56 +0000)]
Fix typo and updating copyright

18 years agoFix compiler warnings about comparing signed and unsigned
Jean-Paul Saman [Tue, 9 Aug 2005 14:43:04 +0000 (14:43 +0000)]
Fix compiler warnings about comparing signed and unsigned

18 years agouse proper type for struct subpicture_t.b_absolute
Jean-Paul Saman [Tue, 9 Aug 2005 14:42:19 +0000 (14:42 +0000)]
use proper type for struct subpicture_t.b_absolute

18 years agosome explanation
Jean-Paul Saman [Tue, 9 Aug 2005 14:31:24 +0000 (14:31 +0000)]
some explanation

18 years agoAdded new hotkeys (key-intf-hide, key-jump-3sec, key-jump+3sec, key-title-next, key...
Jean-Paul Saman [Tue, 9 Aug 2005 14:27:23 +0000 (14:27 +0000)]
Added new hotkeys (key-intf-hide, key-jump-3sec, key-jump+3sec, key-title-next, key-title-prev, key-chapter-next, key-chapter-prev) and expanded the hotkey structure. This is a forward port from branch vlc-0.8.1-jpsaman-thedj revision 11756.

18 years agoFix compiler warning about unused variables
Jean-Paul Saman [Tue, 9 Aug 2005 13:44:50 +0000 (13:44 +0000)]
Fix compiler warning about unused variables

18 years agoFix compiler warnings about signed - unsigned comparisons
Jean-Paul Saman [Tue, 9 Aug 2005 13:42:11 +0000 (13:42 +0000)]
Fix compiler warnings about signed - unsigned comparisons

18 years agoFix compiler warnings about signed - unsigned comparisons
Jean-Paul Saman [Tue, 9 Aug 2005 13:40:18 +0000 (13:40 +0000)]
Fix compiler warnings about signed - unsigned comparisons

18 years agoFix compiler warnings about signed - unsigned comparisons
Jean-Paul Saman [Tue, 9 Aug 2005 13:33:36 +0000 (13:33 +0000)]
Fix compiler warnings about signed - unsigned comparisons

18 years ago* Use psz_shortname instead of object name in the Preferences tree of OS X prefs.
Derk-Jan Hartman [Tue, 9 Aug 2005 13:28:11 +0000 (13:28 +0000)]
* Use psz_shortname instead of object name in the Preferences tree of OS X prefs.

18 years ago* Fix object refcount
Derk-Jan Hartman [Tue, 9 Aug 2005 13:25:49 +0000 (13:25 +0000)]
* Fix object refcount
* Fix some cosmetics

18 years agosanity checking
Jean-Paul Saman [Tue, 9 Aug 2005 09:49:32 +0000 (09:49 +0000)]
sanity checking

18 years agosome sanity checks
Jean-Paul Saman [Tue, 9 Aug 2005 08:57:50 +0000 (08:57 +0000)]
some sanity checks

18 years agosome more trailing spaces
Antoine Cellerier [Mon, 8 Aug 2005 17:41:08 +0000 (17:41 +0000)]
some more trailing spaces

18 years agodelete trailing spaces ...
Antoine Cellerier [Mon, 8 Aug 2005 17:18:08 +0000 (17:18 +0000)]
delete trailing spaces ...

18 years agoFix memleak in error handling
Rémi Denis-Courmont [Mon, 8 Aug 2005 16:15:30 +0000 (16:15 +0000)]
Fix memleak in error handling

18 years agoVLC cannot work properly without libiconv
Rémi Denis-Courmont [Mon, 8 Aug 2005 15:50:32 +0000 (15:50 +0000)]
VLC cannot work properly without libiconv

18 years agoTrack RTP sequence numbers and mark the first MPEG2-TS packet with a transport error...
Jean-Paul Saman [Mon, 8 Aug 2005 12:25:42 +0000 (12:25 +0000)]
Track RTP sequence numbers and mark the first MPEG2-TS packet with a transport error when a discontinuity occurs.

18 years agoFix a segmentation fault introduced by the previous commit
Jean-Paul Saman [Mon, 8 Aug 2005 10:18:03 +0000 (10:18 +0000)]
Fix a segmentation fault introduced by the previous commit

18 years agoFix refcount problem (thanks to DrakeGuan for spotting it)
Christophe Mutricy [Mon, 8 Aug 2005 09:57:45 +0000 (09:57 +0000)]
Fix refcount problem (thanks to DrakeGuan for spotting it)

18 years agoFix a segmentation fault introduced by the previous commit
Jean-Paul Saman [Mon, 8 Aug 2005 09:44:42 +0000 (09:44 +0000)]
Fix a segmentation fault introduced by the previous commit

18 years ago(Forward port from branch 0.8.1-jpsaman-thedj) TS demux can now dump a TS stream...
Jean-Paul Saman [Mon, 8 Aug 2005 09:16:09 +0000 (09:16 +0000)]
(Forward port from branch 0.8.1-jpsaman-thedj) TS demux can now dump a TS stream directly to a file or special devices, this mode can be used with DSP's. Enhanced CSA encryption/decryption with a non standard mode to encrypt/decrypt a part of a TS packet. Further I replaced a bunch of // comments with /* .. */ comments style.

18 years agoOne more
Clément Stenac [Sun, 7 Aug 2005 20:22:33 +0000 (20:22 +0000)]
One more

18 years agos/wxwindows/wxwidgets
Clément Stenac [Sun, 7 Aug 2005 20:22:02 +0000 (20:22 +0000)]
s/wxwindows/wxwidgets

18 years ago* forgot these 2
Felix Paul Kühne [Sun, 7 Aug 2005 18:23:46 +0000 (18:23 +0000)]
* forgot these 2

18 years ago* whoops
Felix Paul Kühne [Sun, 7 Aug 2005 17:58:39 +0000 (17:58 +0000)]
* whoops

18 years ago* ALL: ported the WX-bookmarks-window to Cocoa (closes #22)
Felix Paul Kühne [Sun, 7 Aug 2005 17:54:45 +0000 (17:54 +0000)]
* ALL: ported the WX-bookmarks-window to Cocoa (closes #22)
    - complete functionality except "Extract" (I'm going to fix that next week)
* MainMenu.nib: re-orded the window-menu a bit
* wizard.*: added a method to launch it from the bookmarks

18 years ago * wxwidgets/updatevlc.cpp: Resize the tree control when resizing the window
Olivier Teulière [Sun, 7 Aug 2005 11:46:25 +0000 (11:46 +0000)]
 * wxwidgets/updatevlc.cpp: Resize the tree control when resizing the window

18 years ago* fix compile warnings
Felix Paul Kühne [Sun, 7 Aug 2005 11:07:49 +0000 (11:07 +0000)]
* fix compile warnings

18 years ago * wxwidgets/menus.cpp: Added "Open Directory" in the wx popup menu
Olivier Teulière [Sun, 7 Aug 2005 10:56:07 +0000 (10:56 +0000)]
 * wxwidgets/menus.cpp: Added "Open Directory" in the wx popup menu
 * skins2: Added dialogs.directory() and dialogs.streamingWizard() actions
 * doc/skins/skins2-howto.xml: Updated the doc accordingly

18 years ago * add "remove prefs and cache" option in installer and uninstaller
Antoine Cellerier [Sun, 7 Aug 2005 02:59:04 +0000 (02:59 +0000)]
 * add "remove prefs and cache" option in installer and uninstaller

18 years ago * all: fixed member initialization order
Cyril Deguet [Sat, 6 Aug 2005 23:45:34 +0000 (23:45 +0000)]
 * all: fixed member initialization order

18 years ago * all: use command objects in FSM instead of C-style callbacks
Cyril Deguet [Sat, 6 Aug 2005 23:38:31 +0000 (23:38 +0000)]
 * all: use command objects in FSM instead of C-style callbacks

18 years ago* comment out an include, which isn't in trunk yet...
Felix Paul Kühne [Sat, 6 Aug 2005 23:17:23 +0000 (23:17 +0000)]
* comment out an include, which isn't in trunk yet...

18 years ago* fix 4 memory leaks introduced in the nib-split, stupid me
Felix Paul Kühne [Sat, 6 Aug 2005 23:16:09 +0000 (23:16 +0000)]
* fix 4 memory leaks introduced in the nib-split, stupid me

18 years ago* set keywords
Felix Paul Kühne [Sat, 6 Aug 2005 22:40:35 +0000 (22:40 +0000)]
* set keywords

18 years ago* added the IMG-file-type
Felix Paul Kühne [Sat, 6 Aug 2005 21:22:23 +0000 (21:22 +0000)]
* added the IMG-file-type

18 years agofix compile on makensis versions < 2.07 (debian sid is 2.06)
Antoine Cellerier [Sat, 6 Aug 2005 21:17:27 +0000 (21:17 +0000)]
fix compile on makensis versions < 2.07 (debian sid is 2.06)

18 years ago * dialogs.cpp: fixed an assert failure in open skins dialog
Cyril Deguet [Sat, 6 Aug 2005 21:15:48 +0000 (21:15 +0000)]
 * dialogs.cpp: fixed an assert failure in open skins dialog

18 years ago* Updated
Felix Paul Kühne [Sat, 6 Aug 2005 20:48:15 +0000 (20:48 +0000)]
* Updated

18 years ago * add context menu item to open directories
Antoine Cellerier [Sat, 6 Aug 2005 19:44:35 +0000 (19:44 +0000)]
 * add context menu item to open directories
 * ask to uninstall VLC before installing
 * use several languages (its nice for people who really don't talk english)
 * small fixes

18 years ago * vlc_common.c: forward declaration of dirent for vlc_symbols.h
Cyril Deguet [Sat, 6 Aug 2005 19:36:54 +0000 (19:36 +0000)]
 * vlc_common.c: forward declaration of dirent for vlc_symbols.h

18 years ago * charset.c: don't return a pointer to a buffer allocated on the stack!
Cyril Deguet [Sat, 6 Aug 2005 19:09:54 +0000 (19:09 +0000)]
 * charset.c: don't return a pointer to a buffer allocated on the stack!
 * all: removed some warnings

18 years ago * libvlc.c: don't crash in vlc_iconv if vlc_iconv_open failed
Cyril Deguet [Sat, 6 Aug 2005 15:08:37 +0000 (15:08 +0000)]
 * libvlc.c: don't crash in vlc_iconv if vlc_iconv_open failed
 * sap.c: compilation fix
 * win32_graphics.cpp: avoid multiple #define

18 years ago * src/extras/libc.c: Fixed compilation on systems without scandir().
Christophe Massiot [Sat, 6 Aug 2005 11:45:34 +0000 (11:45 +0000)]
 * src/extras/libc.c: Fixed compilation on systems without scandir().

18 years ago * include/vlc_common.h: VLC_EXPORT macros can't span on several lines.
Christophe Massiot [Sat, 6 Aug 2005 11:04:31 +0000 (11:04 +0000)]
 * include/vlc_common.h: VLC_EXPORT macros can't span on several lines.

18 years ago* macosx/extended.*: finished the extended-controls for OSX (closes #268)
Felix Paul Kühne [Fri, 5 Aug 2005 19:47:51 +0000 (19:47 +0000)]
* macosx/extended.*: finished the extended-controls for OSX (closes #268)
    - save the prefs when they are changed, so the settings are kept
    - restore the objects to the correct values
    - fixed some compiler warnings
    - i18n support additions

* Extended.nib: minor tweak

* wxwidgets/extrapanel.cpp: fixed typo

18 years ago * src/extras/libc.c: Added an implementation of scandir (from directory.c).
Christophe Massiot [Fri, 5 Aug 2005 19:25:38 +0000 (19:25 +0000)]
 * src/extras/libc.c: Added an implementation of scandir (from directory.c).
 * modules/control/http.c: Use scandir instead of readdir since it allows
   to sort the files alphanumerically.
 * src/misc/charset.c: Fixed the declaration of vlc_fix_readdir_charset.

18 years ago * modules/control/http.c: Support for ~ in foreach directory.
Christophe Massiot [Fri, 5 Aug 2005 18:44:47 +0000 (18:44 +0000)]
 * modules/control/http.c: Support for ~ in foreach directory.

18 years ago * modules/control/http.c: Added two new RPN functions : playlist_add and
Christophe Massiot [Fri, 5 Aug 2005 17:56:50 +0000 (17:56 +0000)]
 * modules/control/http.c: Added two new RPN functions : playlist_add and
   play. playlist_add takes two arguments, mrl and name, and returns
   the ID of the added item. play takes 1 argument, the ID of the item,
   and returns non-zero in case of error. These functions are much more
   convenient than using the "control" tags, because you can then do
   several commands in the same page, and get the playlist ID of the
   added item, which many people complained about.

18 years ago * modules/gui/skins2/src/skin_main.cpp: Unsubscribe message queue when
Christophe Massiot [Fri, 5 Aug 2005 17:52:46 +0000 (17:52 +0000)]
 * modules/gui/skins2/src/skin_main.cpp: Unsubscribe message queue when
   failing.

18 years agoFix compiler warnings
Rémi Denis-Courmont [Fri, 5 Aug 2005 15:56:41 +0000 (15:56 +0000)]
Fix compiler warnings

18 years ago * ALL: a couple more vlc_object_release()...
Christophe Massiot [Fri, 5 Aug 2005 15:20:53 +0000 (15:20 +0000)]
 * ALL: a couple more vlc_object_release()...

18 years ago * modules/stream_out/transcode.c: Fixed DTS madness after pausing when
Christophe Massiot [Fri, 5 Aug 2005 14:46:20 +0000 (14:46 +0000)]
 * modules/stream_out/transcode.c: Fixed DTS madness after pausing when
   --sout-transcode-fps is in use.

18 years ago * src/misc/httpd.c: Changed the encoding of mandatory pages (401, 403, 404...)
Christophe Massiot [Fri, 5 Aug 2005 13:54:35 +0000 (13:54 +0000)]
 * src/misc/httpd.c: Changed the encoding of mandatory pages (401, 403, 404...)
   to ascii instead of UTF-8 because those pages actually contain only
   ascii characters, and it allows it to work with all browsers including
   those which do not support UTF-8. BTW these pages should be somewhere
   in the filesystem instead of hard-coded in the C file.

18 years ago * ALL: releasing a few unreleased objects.
Christophe Massiot [Fri, 5 Aug 2005 13:45:56 +0000 (13:45 +0000)]
 * ALL: releasing a few unreleased objects.

18 years ago * src/misc/objects.c: More verbosity to debug unreleased objects.
Christophe Massiot [Fri, 5 Aug 2005 13:45:10 +0000 (13:45 +0000)]
 * src/misc/objects.c: More verbosity to debug unreleased objects.

18 years ago * src/input/input.c: msg_Warn->msg_Dbg
Christophe Massiot [Fri, 5 Aug 2005 13:43:50 +0000 (13:43 +0000)]
 * src/input/input.c: msg_Warn->msg_Dbg

18 years ago* fixed minor stuff
Felix Paul Kühne [Fri, 5 Aug 2005 13:03:54 +0000 (13:03 +0000)]
* fixed minor stuff

18 years ago* added video filters and i18n support -- still ToDo: loaded the settings from the...
Felix Paul Kühne [Fri, 5 Aug 2005 13:03:20 +0000 (13:03 +0000)]
* added video filters and i18n support -- still ToDo: loaded the settings from the prefs correctly

18 years ago* updated the po-files
Felix Paul Kühne [Fri, 5 Aug 2005 07:52:05 +0000 (07:52 +0000)]
* updated the po-files

18 years ago* VLCExtended is no class needed there
Felix Paul Kühne [Thu, 4 Aug 2005 23:31:31 +0000 (23:31 +0000)]
* VLCExtended is no class needed there

18 years ago* port of the WX-advanded-GUI to OSX (refs #268)
Felix Paul Kühne [Thu, 4 Aug 2005 23:24:50 +0000 (23:24 +0000)]
* port of the WX-advanded-GUI to OSX (refs #268)
- the adjust-image-filter and the audio-filters are completely useable

ToDo:
- complete i18n support
- video-filters
- loading the settings from the prefs correctly
- probably minor layout tweaks, etc.

18 years ago* configure.ac: another fix for libavutil detection.
Gildas Bazin [Thu, 4 Aug 2005 21:58:02 +0000 (21:58 +0000)]
* configure.ac: another fix for libavutil detection.

18 years ago* configure.ac: support for latest ffmpeg changes (introduction of libavutil).
Gildas Bazin [Thu, 4 Aug 2005 21:49:00 +0000 (21:49 +0000)]
* configure.ac: support for latest ffmpeg changes (introduction of libavutil).

18 years agoCompile fix
Christophe Mutricy [Thu, 4 Aug 2005 19:22:10 +0000 (19:22 +0000)]
Compile fix

18 years ago * modules/control/http.c: New option --http-charset to specify which
Christophe Massiot [Thu, 4 Aug 2005 19:15:33 +0000 (19:15 +0000)]
 * modules/control/http.c: New option --http-charset to specify which
   charset the HTML pages will be transformed into (default no transform,
   ie. UTF-8). Call vlc_fix_readdir_charset whenever necessary, the
   http intf should now work under Mac OS X with non-ascii filenames.
   When using the 'add' command (MVLC_ADD), add an extra paramater 'name'
   besides 'mrl' to specify which name to use in the playlist.

18 years agoInitialize iconv at The Right Times
Rémi Denis-Courmont [Thu, 4 Aug 2005 19:14:06 +0000 (19:14 +0000)]
Initialize iconv at The Right Times

18 years ago * modules/access/directory.c: Call vlc_fix_readdir_charset() whenever
Christophe Massiot [Thu, 4 Aug 2005 19:11:07 +0000 (19:11 +0000)]
 * modules/access/directory.c: Call vlc_fix_readdir_charset() whenever
   needed. This fixes the directory access module under Mac OS X.

18 years ago * extras/contrib/src: Patched libiconv to handle UTF-8-MAC (format
Christophe Massiot [Thu, 4 Aug 2005 19:10:21 +0000 (19:10 +0000)]
 * extras/contrib/src: Patched libiconv to handle UTF-8-MAC (format
   returned by Darwin's readdir). Probably we should send this upstream.

18 years ago * src/misc/charset.c: New function vlc_fix_readdir_charset. It is used
Christophe Massiot [Thu, 4 Aug 2005 19:09:15 +0000 (19:09 +0000)]
 * src/misc/charset.c: New function vlc_fix_readdir_charset. It is used
   under Mac OS X to transform UTF-8-MAC returned by readdir() into
   UTF-8. Darwin always uses UTF-8 internally, so we vlc_current_charset
   should always return UTF-8. Also made vlc_current_charset()
   thread-safe and added a few missing const's.

18 years ago * include/network.h: Fixed vlc_UrlEncode with non-ASCII characters.
Christophe Massiot [Thu, 4 Aug 2005 19:06:29 +0000 (19:06 +0000)]
 * include/network.h: Fixed vlc_UrlEncode with non-ASCII characters.

18 years ago * src/libvlc.c: Fixed segfault introduced in #12010 when current_charset is
Christophe Massiot [Thu, 4 Aug 2005 19:05:21 +0000 (19:05 +0000)]
 * src/libvlc.c: Fixed segfault introduced in #12010 when current_charset is
   UTF-8.

18 years agoFix question marks insertion
Rémi Denis-Courmont [Thu, 4 Aug 2005 19:03:28 +0000 (19:03 +0000)]
Fix question marks insertion

18 years agoDon't call vlc_current_charset and vlc_iconv_open at every conversion
Rémi Denis-Courmont [Thu, 4 Aug 2005 18:14:40 +0000 (18:14 +0000)]
Don't call vlc_current_charset and vlc_iconv_open at every conversion

18 years agoCompile fix
Christophe Mutricy [Thu, 4 Aug 2005 17:18:13 +0000 (17:18 +0000)]
Compile fix

18 years agoFix heap buffer overflow
Rémi Denis-Courmont [Thu, 4 Aug 2005 17:03:42 +0000 (17:03 +0000)]
Fix heap buffer overflow

18 years agofix spelling of "unsupported"
Rémi Denis-Courmont [Thu, 4 Aug 2005 16:50:18 +0000 (16:50 +0000)]
fix spelling of "unsupported"

18 years agoSpeed up LocaleFree()
Rémi Denis-Courmont [Thu, 4 Aug 2005 16:47:04 +0000 (16:47 +0000)]
Speed up LocaleFree()

18 years ago * reimplement EnableUTF8 without iconv
Rémi Denis-Courmont [Thu, 4 Aug 2005 16:38:57 +0000 (16:38 +0000)]
 * reimplement EnableUTF8 without iconv
 * move Unicode stuff to a separate file

18 years ago * modules/control/http.c : specify UTF-8 as charset (closes #236)
Rémi Denis-Courmont [Thu, 4 Aug 2005 14:58:44 +0000 (14:58 +0000)]
 * modules/control/http.c : specify UTF-8 as charset (closes #236)
 * share/html/* : sepcify UTF-8 as XML encoding
 * httpd.c : add a bunch of "const"

18 years agoAdd stub httpd_ServerIP when httpd is not compiled
Rémi Denis-Courmont [Thu, 4 Aug 2005 14:45:59 +0000 (14:45 +0000)]
Add stub httpd_ServerIP when httpd is not compiled

18 years ago* disable the compilation of ffplay (solves a SDL compilation issue)
Felix Paul Kühne [Thu, 4 Aug 2005 12:47:04 +0000 (12:47 +0000)]
* disable the compilation of ffplay (solves a SDL compilation issue)

18 years ago* really fix the patch....
Felix Paul Kühne [Thu, 4 Aug 2005 12:11:15 +0000 (12:11 +0000)]
* really fix the patch....

18 years ago* fix the patch file
Felix Paul Kühne [Thu, 4 Aug 2005 11:55:52 +0000 (11:55 +0000)]
* fix the patch file

18 years ago* fix compilation of libopendaap on 10.2
Felix Paul Kühne [Thu, 4 Aug 2005 11:49:36 +0000 (11:49 +0000)]
* fix compilation of libopendaap on 10.2

18 years ago* removed unneeded ifdef, which broke the compilation on Darwin 8.x
Felix Paul Kühne [Thu, 4 Aug 2005 10:04:35 +0000 (10:04 +0000)]
* removed unneeded ifdef, which broke the compilation on Darwin 8.x

18 years ago* config.in: wxwindows -> wxwidgets. Added a HTTPD option
Cyril Deguet [Wed, 3 Aug 2005 22:44:45 +0000 (22:44 +0000)]
* config.in: wxwindows -> wxwidgets. Added a HTTPD option

18 years ago* implemented transcoding when streaming -- might need some testing, if anyone on...
Felix Paul Kühne [Wed, 3 Aug 2005 21:47:47 +0000 (21:47 +0000)]
* implemented transcoding when streaming -- might need some testing, if anyone on OSX got the time (refs #271)

18 years ago* modules/gui/wxwidgets/interface.cpp: bring back text wrapping on win32 for the...
Gildas Bazin [Wed, 3 Aug 2005 21:42:04 +0000 (21:42 +0000)]
* modules/gui/wxwidgets/interface.cpp: bring back text wrapping on win32 for the about dialog box.

18 years ago* src/misc/modules.c: reverted 11984 which breaks the plugins cache.
Gildas Bazin [Wed, 3 Aug 2005 21:33:37 +0000 (21:33 +0000)]
* src/misc/modules.c: reverted 11984 which breaks the plugins cache.

18 years ago* src/libvlc.c: compilation fix.
Gildas Bazin [Wed, 3 Aug 2005 21:23:04 +0000 (21:23 +0000)]
* src/libvlc.c: compilation fix.

18 years ago * skins2/vars/playlist.cpp: compilation fix
Olivier Teulière [Wed, 3 Aug 2005 21:00:03 +0000 (21:00 +0000)]
 * skins2/vars/playlist.cpp: compilation fix

18 years ago * M3U: make sure strings are UTF8
Rémi Denis-Courmont [Wed, 3 Aug 2005 19:09:58 +0000 (19:09 +0000)]
 * M3U: make sure strings are UTF8
 * old: convert

18 years agoHandle NULL pointer properly in Unicode conversion thingy
Rémi Denis-Courmont [Wed, 3 Aug 2005 19:07:09 +0000 (19:07 +0000)]
Handle NULL pointer properly in Unicode conversion thingy

18 years agoUse UTF-8 internally (closes #16 and introduces lots of yet to be uncovered bugs)
Rémi Denis-Courmont [Wed, 3 Aug 2005 19:01:44 +0000 (19:01 +0000)]
Use UTF-8 internally (closes #16 and introduces lots of yet to be uncovered bugs)

* libvlc: Conversion functions (needs performance improvement)
          Convert filenames from command line
* SAP, Skins2: no perform own UTF-8 conversion
* file, playlistold : convert
* wx, winCE : assume UTF-8

18 years ago* modules/video_output/wingdi.c: compilation fix when compiled as plugin.
Gildas Bazin [Wed, 3 Aug 2005 18:26:11 +0000 (18:26 +0000)]
* modules/video_output/wingdi.c: compilation fix when compiled as plugin.

18 years agoForgot to change a few variable names (refs #80)
Christophe Mutricy [Wed, 3 Aug 2005 16:57:29 +0000 (16:57 +0000)]
Forgot to change a few variable names (refs #80)

18 years agoThere is no "=~" operator in C (it simply means "= ~").
Rémi Denis-Courmont [Wed, 3 Aug 2005 16:18:38 +0000 (16:18 +0000)]
There is no "=~" operator in C (it simply means "= ~").
I assume the intent was "&= ~" which is not the same.

Needs review.