]> git.sesse.net Git - vlc/log
vlc
19 years ago* INSTALL.win32: s/toolame/twolame.
Gildas Bazin [Fri, 13 May 2005 13:31:39 +0000 (13:31 +0000)]
* INSTALL.win32: s/toolame/twolame.

19 years ago* modules/codec/dmo/dmo.c: fixed problem with detection of DMOs.
Gildas Bazin [Fri, 13 May 2005 13:11:36 +0000 (13:11 +0000)]
* modules/codec/dmo/dmo.c: fixed problem with detection of DMOs.

19 years agoTemporary disable NSSearchField button
Jérome Decoodt [Fri, 13 May 2005 11:43:13 +0000 (11:43 +0000)]
Temporary disable NSSearchField button

19 years ago* modules/codec/x264.c: updated with latest changes in libx264.
Gildas Bazin [Fri, 13 May 2005 11:13:05 +0000 (11:13 +0000)]
* modules/codec/x264.c: updated with latest changes in libx264.

19 years agomkv.cpp: add a mutex to lock demuxing from another thread
Steve Lhomme [Fri, 13 May 2005 10:02:48 +0000 (10:02 +0000)]
mkv.cpp: add a mutex to lock demuxing from another thread

19 years ago demux/mkv.cpp: gcc < 3 compile fix
Eric Petit [Fri, 13 May 2005 08:46:59 +0000 (08:46 +0000)]
 demux/mkv.cpp: gcc < 3 compile fix

19 years ago contrib/src/Makefile: fixed cross compiling of twolame
Eric Petit [Fri, 13 May 2005 08:33:18 +0000 (08:33 +0000)]
 contrib/src/Makefile: fixed cross compiling of twolame

19 years agoRemove debug messages in httpd
Rémi Denis-Courmont [Thu, 12 May 2005 21:08:15 +0000 (21:08 +0000)]
Remove debug messages in httpd

19 years ago* fix two typos introduced in [10984]
Felix Paul Kühne [Thu, 12 May 2005 18:49:54 +0000 (18:49 +0000)]
* fix two typos introduced in [10984]

19 years agoALL: Fix a few strings for the prefs.
Christophe Mutricy [Thu, 12 May 2005 18:15:28 +0000 (18:15 +0000)]
ALL: Fix a few strings for the prefs.

19 years ago* Put sout back. (should have read the doc more)
Christophe Mutricy [Thu, 12 May 2005 18:07:47 +0000 (18:07 +0000)]
* Put sout back. (should have read the doc more)

19 years agomkv.cpp: thread handling cleaning
Steve Lhomme [Thu, 12 May 2005 16:35:18 +0000 (16:35 +0000)]
mkv.cpp: thread handling cleaning

19 years ago * ChangeLog should be in english ...
Antoine Cellerier [Thu, 12 May 2005 14:36:28 +0000 (14:36 +0000)]
 * ChangeLog should be in english ...

19 years ago * prepare 0.8.2-test1
Antoine Cellerier [Thu, 12 May 2005 14:29:58 +0000 (14:29 +0000)]
 * prepare 0.8.2-test1
 * update NEWS

19 years ago* src/libvlc.c, src/playlist/services_discovery.c: fixed --services-discovery and...
Gildas Bazin [Thu, 12 May 2005 12:18:38 +0000 (12:18 +0000)]
* src/libvlc.c, src/playlist/services_discovery.c: fixed --services-discovery and --extraintf to use the new modules list syntax.

19 years agoChange , to : in MacOSX preferences. Refs #111
Jérome Decoodt [Thu, 12 May 2005 00:12:44 +0000 (00:12 +0000)]
Change , to : in MacOSX preferences. Refs #111

19 years agotest.html: improved user feedback, especially for live stream
Damien Fouilleul [Wed, 11 May 2005 16:59:28 +0000 (16:59 +0000)]
test.html: improved user feedback, especially for live stream

19 years agosrc/libvlc.c,include/vlc/vlc.h, include/variables.h: added a new a API to libvlc...
Damien Fouilleul [Wed, 11 May 2005 16:56:46 +0000 (16:56 +0000)]
src/libvlc.c,include/vlc/vlc.h, include/variables.h: added a new a API to libvlc called VLC_VariableType, this API allows to retrieve the type of a VLC variable. this API is very useful for binding with highlevel languages, such as javascript, VBScript, etc... which allow for weakly typed variables such as Javascript. in order to support the VLC_VariableType API, i've had to move the variable type definitions from variables.h to vlc/vlc.h

vlccontrol.cpp, axvlc.idl, axvlc.tlb, axvlc_idl.h: added a getVariable and setVariable to provide support for VLC_GetVariable and VLC_SetVariable respectively,and requires the new VLC_VariableType API.

main.cpp, viewobject.h, viewobject.cpp: support for advise on viewobject

19 years ago* Transmit keyboard events from the arrow and enter key to the main controller, so...
Benjamin Pracht [Wed, 11 May 2005 15:44:28 +0000 (15:44 +0000)]
* Transmit keyboard events from the arrow and enter key to the main controller, so that playlist navigation with the keyboard is possible.
* This doesn't conflict with dvd menu navigation.
* If these keys are set to an action that is handled by Cocoa, this action will have priority.

19 years ago* src/*, modules/gui/wxwindows/*: audio/video/sub-filter config options are now a...
Gildas Bazin [Wed, 11 May 2005 15:34:24 +0000 (15:34 +0000)]
* src/*, modules/gui/wxwindows/*: audio/video/sub-filter config options are now a colon (':') separated list of filters to keep the same syntax as the stream output.

19 years ago* vout.m: small codefixes that were not 100% problems.
Derk-Jan Hartman [Wed, 11 May 2005 13:50:49 +0000 (13:50 +0000)]
* vout.m: small codefixes that were not 100% problems.

19 years ago* Makefile.am: fixed build problem.
Gildas Bazin [Wed, 11 May 2005 13:18:00 +0000 (13:18 +0000)]
* Makefile.am: fixed build problem.

19 years agoChange the searchField in NSSearchField when macos >= 10.3
Jérome Decoodt [Wed, 11 May 2005 12:19:05 +0000 (12:19 +0000)]
Change the searchField in NSSearchField when macos >= 10.3
Move MACOS_VERSION macro to intf.h

19 years ago* configure.ac, Makefile.am: fixes for WinCE build.
Gildas Bazin [Wed, 11 May 2005 11:30:12 +0000 (11:30 +0000)]
* configure.ac, Makefile.am: fixes for WinCE build.

19 years ago* Use a newer liveMedia version. November one is a bit old.
Derk-Jan Hartman [Wed, 11 May 2005 10:19:28 +0000 (10:19 +0000)]
* Use a newer liveMedia version. November one is a bit old.

19 years agoUse new selectors only if they exist...
Jérome Decoodt [Wed, 11 May 2005 09:59:41 +0000 (09:59 +0000)]
Use new selectors only if they exist...

19 years ago*: remove fprintf debug messages
Jérome Decoodt [Wed, 11 May 2005 09:42:34 +0000 (09:42 +0000)]
*: remove fprintf debug messages

19 years agoPreferences panel can be viewed on X.2. Closes #104.
Jérome Decoodt [Wed, 11 May 2005 09:37:49 +0000 (09:37 +0000)]
Preferences panel can be viewed on X.2. Closes #104.
+ fix hotkeys widget with macos < 10.3

19 years ago* ms(e)vc/config.h.in: define HAVE_DYNAMIC_PLUGINS.
Gildas Bazin [Wed, 11 May 2005 07:05:09 +0000 (07:05 +0000)]
* ms(e)vc/config.h.in: define HAVE_DYNAMIC_PLUGINS.

19 years agoFix a bug in playlist + delete updateVolumeSlider (closes #93)
Jérome Decoodt [Tue, 10 May 2005 23:08:52 +0000 (23:08 +0000)]
Fix a bug in playlist + delete updateVolumeSlider (closes #93)

19 years agocheck if pointers are NULL (Closes #86 -> we can release test1)
Antoine Cellerier [Tue, 10 May 2005 22:05:54 +0000 (22:05 +0000)]
check if pointers are NULL (Closes #86 -> we can release test1)
event reporting in wxwin32 seems to be different than in wxgtk

19 years agoFix playlist behaviour with delete in HTTP intf (Closes #105)
Clément Stenac [Tue, 10 May 2005 21:19:08 +0000 (21:19 +0000)]
Fix playlist behaviour with delete in HTTP intf (Closes #105)

19 years ago* Work around for the lag (close #3)
Christophe Mutricy [Tue, 10 May 2005 19:31:07 +0000 (19:31 +0000)]
* Work around for the lag (close #3)
* Change the playlist because at least FX and IE don't like cascading forms
* control=sout is not a valid control

19 years agoShould fix prolems during launch of VLC on xserve...
Jérome Decoodt [Tue, 10 May 2005 16:18:43 +0000 (16:18 +0000)]
Should fix prolems during launch of VLC on xserve...

19 years agocompile gpg-error without nls support because it isn't really used by VLC and it...
Derk-Jan Hartman [Tue, 10 May 2005 13:35:27 +0000 (13:35 +0000)]
compile gpg-error without nls support because it isn't really used by VLC and it complicates the contrib system. (this should fix the OSX 10.2 compile). Also switch back to ffmpeg CVS

19 years ago * show number of broadcast and vod media items within show command
Antoine Cellerier [Tue, 10 May 2005 13:02:11 +0000 (13:02 +0000)]
 * show number of broadcast and vod media items within show command
When we end the feature freeze, we'll have to complete the show command to
show (for example) the number of clients connected

19 years agochange version number to 0.8.2-svn2 (0.8.2.svn broke the windows build)
Antoine Cellerier [Tue, 10 May 2005 12:56:02 +0000 (12:56 +0000)]
change version number to 0.8.2-svn2 (0.8.2.svn broke the windows build)

19 years agoSupport for large files in stream output
Rémi Denis-Courmont [Tue, 10 May 2005 11:39:32 +0000 (11:39 +0000)]
Support for large files in stream output
Closes #48
Closes Debian #306110

19 years ago* modules/codec/ffmpeg/*, modules/stream_out/switcher.c: fix compilation with new...
Gildas Bazin [Tue, 10 May 2005 10:38:35 +0000 (10:38 +0000)]
* modules/codec/ffmpeg/*, modules/stream_out/switcher.c: fix compilation with new ffmpeg versions (use native timebase).

19 years ago* there seem to be problems with SourceForge's heanet-mirror, using switch (located...
Felix Paul Kühne [Tue, 10 May 2005 07:30:52 +0000 (07:30 +0000)]
* there seem to be problems with SourceForge's heanet-mirror, using switch (located in CH) instead now

19 years ago* changed the download-location of libtheora to our server since their own refuses...
Felix Paul Kühne [Mon, 9 May 2005 20:00:43 +0000 (20:00 +0000)]
* changed the download-location of libtheora to our server since their own refuses to work once again

19 years ago* updated GnuTLS to 1.2.3, fixes #95 on BeOS and OSX
Felix Paul Kühne [Mon, 9 May 2005 19:29:48 +0000 (19:29 +0000)]
* updated GnuTLS to 1.2.3, fixes #95 on BeOS and OSX

19 years ago * change snapshot hotkey for non OS X users to ctrl-alt-s (instead of
Antoine Cellerier [Mon, 9 May 2005 19:23:39 +0000 (19:23 +0000)]
 * change snapshot hotkey for non OS X users to ctrl-alt-s (instead of
   ctrl-s which is also used for changing skins)

19 years agoDon't print an error message when attempting to recv returns EAGAIN
Rémi Denis-Courmont [Mon, 9 May 2005 19:01:25 +0000 (19:01 +0000)]
Don't print an error message when attempting to recv returns EAGAIN
(can only happens if we're using SSL and it is a not an error situation)

19 years ago* Fixes initialization when a preset is saved in the prefs or provided from command...
Benjamin Pracht [Mon, 9 May 2005 18:59:11 +0000 (18:59 +0000)]
* Fixes initialization when a preset is saved in the prefs or provided from command line. Could be cleaner, but it seems at least to work.

19 years agoEncode URL if needed (should fix Debian bug #279735)
Rémi Denis-Courmont [Mon, 9 May 2005 18:31:29 +0000 (18:31 +0000)]
Encode URL if needed (should fix Debian bug #279735)

19 years agoFix C++ compilation
Rémi Denis-Courmont [Mon, 9 May 2005 18:23:32 +0000 (18:23 +0000)]
Fix C++ compilation

19 years ago* Fix some variable initilization bugs
Benjamin Pracht [Mon, 9 May 2005 17:00:15 +0000 (17:00 +0000)]
* Fix some variable initilization bugs

19 years ago* fix the compilation which were accidentally broken in r10922
Felix Paul Kühne [Mon, 9 May 2005 16:46:13 +0000 (16:46 +0000)]
* fix the compilation which were accidentally broken in r10922

19 years ago * Changed temporary version to 0.8.2.svn. Sorry about that, but it
Sam Hocevar [Mon, 9 May 2005 16:22:10 +0000 (16:22 +0000)]
  * Changed temporary version to 0.8.2.svn. Sorry about that, but it
    conflicts with the version in Debian which I am unable to change.

19 years ago* fix to the svn-recognition
Felix Paul Kühne [Mon, 9 May 2005 15:55:46 +0000 (15:55 +0000)]
* fix to the svn-recognition

19 years agoindex.html : fix « Weird URLs
Antoine Cellerier [Mon, 9 May 2005 09:46:31 +0000 (09:46 +0000)]
index.html : fix « Weird URLs
  (?control=stop&control=seek&control=seek&seek_value=&control=seek) »

style.css : small esthetic fix

19 years agoChange gpgerror to gpg-error and add $(INSTALL_NAME) to it
Jérome Decoodt [Mon, 9 May 2005 02:11:31 +0000 (02:11 +0000)]
Change gpgerror to gpg-error and add $(INSTALL_NAME) to it

19 years agofix a segfault (i didn't know strstr segfaulted when the haystak was NULL ...)
Antoine Cellerier [Mon, 9 May 2005 01:58:09 +0000 (01:58 +0000)]
fix a segfault (i didn't know strstr segfaulted when the haystak was NULL ...)

19 years agoThis should fix libs dependences
Jérome Decoodt [Sun, 8 May 2005 23:58:04 +0000 (23:58 +0000)]
This should fix libs dependences

19 years agoFix hotkeys view in macosx.3 + UTF8 strings in module list
Jérome Decoodt [Sun, 8 May 2005 22:56:34 +0000 (22:56 +0000)]
Fix hotkeys view in macosx.3 + UTF8 strings in module list

19 years ago* let's build libtwolame by default on OSX and Linux; we might want to disable the...
Felix Paul Kühne [Sun, 8 May 2005 19:55:18 +0000 (19:55 +0000)]
* let's build libtwolame by default on OSX and Linux; we might want to disable the original lame in the final release

19 years agocontrib: make the SVN vs release build really work on OS X
Steve Lhomme [Sun, 8 May 2005 14:14:20 +0000 (14:14 +0000)]
contrib: make the SVN vs release build really work on OS X

19 years agocontrib: make the SVN vs release build really work on OS X
Steve Lhomme [Sun, 8 May 2005 14:14:12 +0000 (14:14 +0000)]
contrib: make the SVN vs release build really work on OS X

19 years agoget rid of windows style line breaks
Benjamin Pracht [Sun, 8 May 2005 13:56:18 +0000 (13:56 +0000)]
get rid of windows style line breaks

19 years agocontrib: improve the detection of SVN
Steve Lhomme [Sun, 8 May 2005 11:11:08 +0000 (11:11 +0000)]
contrib: improve the detection of SVN

19 years agocontrib: use SVN only if a client is available
Steve Lhomme [Sun, 8 May 2005 10:45:37 +0000 (10:45 +0000)]
contrib: use SVN only if a client is available

19 years agocheck if equalizer and equalizer-2pass are enabled upon panel creation
Antoine Cellerier [Sun, 8 May 2005 10:42:32 +0000 (10:42 +0000)]
check if equalizer and equalizer-2pass are enabled upon panel creation

19 years ago* disable equalizer commands in the extended GUI if the equalizer isn't
Antoine Cellerier [Sun, 8 May 2005 10:20:24 +0000 (10:20 +0000)]
* disable equalizer commands in the extended GUI if the equalizer isn't
  enabled.

19 years agoMSVC build: only keep the plugins that compile out of the box
Steve Lhomme [Sun, 8 May 2005 09:29:18 +0000 (09:29 +0000)]
MSVC build: only keep the plugins that compile out of the box

19 years agocontrib: build libebml/libmatroska from SVN
Steve Lhomme [Sun, 8 May 2005 09:14:15 +0000 (09:14 +0000)]
contrib: build libebml/libmatroska from SVN

19 years agoClean BUGS and TODO
Clément Stenac [Sun, 8 May 2005 07:40:39 +0000 (07:40 +0000)]
Clean BUGS and TODO

19 years agomkv.cpp: code cleaning
Steve Lhomme [Sat, 7 May 2005 20:52:48 +0000 (20:52 +0000)]
mkv.cpp: code cleaning

19 years ago* controls.m: added l10n of the volume-string shown when changing the volume
Felix Paul Kühne [Sat, 7 May 2005 20:02:48 +0000 (20:02 +0000)]
* controls.m: added l10n of the volume-string shown when changing the volume
* vcdx/vcdplayer.c: disabled l10n of various error messages
* vcdx/vcd.c: disabled l10n of 2 debug masks. They are horribly to translate and used by advanced users only, who should speak English well enough for this purpose
* rest: disabled l10n of various strings or debug masks which cannot be translated

more to come

19 years agoDo not attempt to run "--cflags" and "--idlflags" which are non-existant commands
Rémi Denis-Courmont [Sat, 7 May 2005 19:09:11 +0000 (19:09 +0000)]
Do not attempt to run "--cflags" and "--idlflags" which are non-existant commands

19 years agomkv.cpp: improve the button logic and fix the LinkPGC DVD command (stay in the curren...
Steve Lhomme [Sat, 7 May 2005 18:19:32 +0000 (18:19 +0000)]
mkv.cpp: improve the button logic and fix the LinkPGC DVD command (stay in the current segment)

19 years agomkv.cpp: better handling of quitting an ordered edition, add support for the LinkCN...
Steve Lhomme [Sat, 7 May 2005 16:38:20 +0000 (16:38 +0000)]
mkv.cpp: better handling of quitting an ordered edition, add support for the LinkCN DVD command

19 years agoTypo
Jérome Decoodt [Sat, 7 May 2005 16:34:25 +0000 (16:34 +0000)]
Typo

19 years agoAdd a notice if advanced items are not shown
Jérome Decoodt [Sat, 7 May 2005 16:12:31 +0000 (16:12 +0000)]
Add a notice if advanced items are not shown

19 years agomkv.cpp: process the LinkPGCN DVD command correctly
Steve Lhomme [Sat, 7 May 2005 15:08:54 +0000 (15:08 +0000)]
mkv.cpp: process the LinkPGCN DVD command correctly

19 years agomkv.cpp: make the DVD command interpretor global to the demuxer, interpret the comman...
Steve Lhomme [Sat, 7 May 2005 14:33:16 +0000 (14:33 +0000)]
mkv.cpp: make the DVD command interpretor global to the demuxer, interpret the command when a button is clicked

19 years agoFix a refcount error
Jérome Decoodt [Sat, 7 May 2005 09:27:53 +0000 (09:27 +0000)]
Fix a refcount error

19 years agoDocument SAP syntax change
Clément Stenac [Sat, 7 May 2005 06:18:17 +0000 (06:18 +0000)]
Document SAP syntax change

19 years ago*: fix alignment of widgets.
Jérome Decoodt [Sat, 7 May 2005 01:12:16 +0000 (01:12 +0000)]
*: fix alignment of widgets.
- What shall we do for files and module list ?
- Why is there a space after "Audio viualization" in src/libvlc.h ?

19 years ago*: remove useless code
Jérome Decoodt [Fri, 6 May 2005 18:54:09 +0000 (18:54 +0000)]
*: remove useless code

19 years ago*: fix problems about advanced button
Jérome Decoodt [Fri, 6 May 2005 18:15:50 +0000 (18:15 +0000)]
*: fix problems about advanced button

19 years ago* sorry, forgot to give svn the playlist.m from the previous commit... tztz
Felix Paul Kühne [Fri, 6 May 2005 17:42:56 +0000 (17:42 +0000)]
* sorry, forgot to give svn the playlist.m from the previous commit... tztz

19 years ago* playlist.m: use stringWithUTF8String instead of stringWithCString when creating...
Felix Paul Kühne [Fri, 6 May 2005 17:41:09 +0000 (17:41 +0000)]
* playlist.m: use stringWithUTF8String instead of stringWithCString when creating the Services-Discovery-menus to show UTF8-encoded strings properly
* ncurses.c: don't localise "Ncurses"

19 years ago* equalizer.m: use preset_list_text instead of preset_list when creating the popup...
Felix Paul Kühne [Fri, 6 May 2005 16:40:01 +0000 (16:40 +0000)]
* equalizer.m: use preset_list_text instead of preset_list when creating the popup-entries to enable l10n of the presets
* MainMenu.nib: made the equaliser's popup a wider so it fits all l10ns

19 years agomkv.cpp: minor enhancements/cleanings of the button handling code
Steve Lhomme [Fri, 6 May 2005 16:12:53 +0000 (16:12 +0000)]
mkv.cpp: minor enhancements/cleanings of the button handling code

19 years agomkv.cpp: support highlighting a button when clicked (but the alpha channel doesn...
Steve Lhomme [Fri, 6 May 2005 14:51:18 +0000 (14:51 +0000)]
mkv.cpp: support highlighting a button when clicked (but the alpha channel doesn't seem to work)

19 years agoBUGS,TODO: Remove stuff that has been added to Trac
Sigmund Augdal Helberg [Thu, 5 May 2005 21:39:10 +0000 (21:39 +0000)]
BUGS,TODO: Remove stuff that has been added to Trac

19 years ago* playlist.* support for DnD from Finder
Benjamin Pracht [Thu, 5 May 2005 19:34:56 +0000 (19:34 +0000)]
* playlist.* support for DnD from Finder
* BUGS: remove OSX playlist (anyone sees some more issue here readd it with a description...)

19 years ago* add the option keyword to the help of vlm and the streaming howto -- patch by Chris...
Felix Paul Kühne [Thu, 5 May 2005 18:53:17 +0000 (18:53 +0000)]
* add the option keyword to the help of vlm and the streaming howto -- patch by Christophe Mutricy

19 years ago* compilation fix
Felix Paul Kühne [Thu, 5 May 2005 18:23:53 +0000 (18:23 +0000)]
* compilation fix

19 years ago* update to the Spanish translation by Javier Varela (99% complete now)
Felix Paul Kühne [Thu, 5 May 2005 18:02:30 +0000 (18:02 +0000)]
* update to the Spanish translation by Javier Varela (99% complete now)

19 years ago* use the ffmpeg-cvs from 2005-04-30 until our ffmpeg-module is fixed
Felix Paul Kühne [Thu, 5 May 2005 17:03:43 +0000 (17:03 +0000)]
* use the ffmpeg-cvs from 2005-04-30 until our ffmpeg-module is fixed

19 years ago- added macosx version detection at runtime with /System/Library/CoreServices/SystemV...
Jérome Decoodt [Thu, 5 May 2005 16:48:22 +0000 (16:48 +0000)]
- added macosx version detection at runtime with /System/Library/CoreServices/SystemVersion.plist file
- wrapped code

19 years agoAdded widget, fix save, etc.
Jérome Decoodt [Thu, 5 May 2005 10:57:55 +0000 (10:57 +0000)]
Added widget, fix save, etc.
Known bugs: changing advanced view, detection of MacOS X version at
            runtime and many others...

19 years ago* skin.dtd: added an attribute "resize" in the "Image" element, to define
Cyril Deguet [Wed, 4 May 2005 20:52:43 +0000 (20:52 +0000)]
* skin.dtd: added an attribute "resize" in the "Image" element, to define
  the method used to resize the image, which can be "mosaic" (the default)
  or "scale". Note that the previous behaviour was always "scale" before,
  but mosaic is much much faster, so use scale method only for fun ;)
* skins2/*: support of the new mosaic method; playlist resize with this
  method is significantly faster!

19 years ago * do not use a dynamic linker if no plugin support was detected/requested.
Sam Hocevar [Wed, 4 May 2005 14:43:00 +0000 (14:43 +0000)]
  * do not use a dynamic linker if no plugin support was detected/requested.

19 years agoForgot this one...
Benjamin Pracht [Tue, 3 May 2005 23:18:04 +0000 (23:18 +0000)]
Forgot this one...

19 years agoOne more bug
Benjamin Pracht [Tue, 3 May 2005 23:14:39 +0000 (23:14 +0000)]
One more bug

19 years agosome more bugs...
Benjamin Pracht [Tue, 3 May 2005 23:04:10 +0000 (23:04 +0000)]
some more bugs...

19 years ago* Fixes a silly bug in the filling of the NSMutableDictionary that stores the p_item...
Benjamin Pracht [Tue, 3 May 2005 22:44:17 +0000 (22:44 +0000)]
* Fixes a silly bug in the filling of the NSMutableDictionary that stores the p_item->node correspondance in the playlist
* A side effect of this fix seems to be that adding a directory, deleting it and adding a new playlist item doesn't seem to crash VLC anymore
* Make the currently playling item, as well as its parent items bold