]> git.sesse.net Git - vlc/log
vlc
18 years ago * modules/demux/ts.c: PID 8191 is padding.
Christophe Massiot [Mon, 19 Sep 2005 12:59:58 +0000 (12:59 +0000)]
 * modules/demux/ts.c: PID 8191 is padding.

18 years ago * modules/mux/mpeg/ts.c: Detect older versions of libdvbpsi.
Christophe Massiot [Mon, 19 Sep 2005 12:32:57 +0000 (12:32 +0000)]
 * modules/mux/mpeg/ts.c: Detect older versions of libdvbpsi.

18 years ago * configure.ac: check for MMX intrinsics.
Sam Hocevar [Sun, 18 Sep 2005 23:13:41 +0000 (23:13 +0000)]
  * configure.ac: check for MMX intrinsics.

18 years ago * updated po/POTFILES.in.
Sam Hocevar [Sun, 18 Sep 2005 23:13:04 +0000 (23:13 +0000)]
  * updated po/POTFILES.in.

18 years ago* modules/mux/mpeg/ts.c: disabled some broken code.
Gildas Bazin [Sun, 18 Sep 2005 22:36:46 +0000 (22:36 +0000)]
* modules/mux/mpeg/ts.c: disabled some broken code.

18 years ago * modules/access/rtsp/Modules.am: removed nonexistent file from the sources.
Sam Hocevar [Sun, 18 Sep 2005 20:14:45 +0000 (20:14 +0000)]
  * modules/access/rtsp/Modules.am: removed nonexistent file from the sources.

18 years ago* split up hostname and following path and insert the port after the hostname (fixes...
Felix Paul Kühne [Sun, 18 Sep 2005 19:29:35 +0000 (19:29 +0000)]
* split up hostname and following path and insert the port after the hostname (fixes #351)

18 years ago* configure.ac: compile the realaudio plugin with -DLOADER when --enable-loader is...
Gildas Bazin [Sun, 18 Sep 2005 18:44:04 +0000 (18:44 +0000)]
* configure.ac: compile the realaudio plugin with -DLOADER when --enable-loader is specified.

18 years ago* modules/access/rtsp/rtsp.c: win32 compilation fix.
Gildas Bazin [Sun, 18 Sep 2005 17:50:43 +0000 (17:50 +0000)]
* modules/access/rtsp/rtsp.c: win32 compilation fix.

18 years ago* modules/access/rtsp: real rtsp access module.
Gildas Bazin [Sun, 18 Sep 2005 17:35:23 +0000 (17:35 +0000)]
* modules/access/rtsp: real rtsp access module.

18 years ago* modules/codec/realaudio.c: real audio (cook) decoder using real's libraries.
Gildas Bazin [Sun, 18 Sep 2005 17:23:13 +0000 (17:23 +0000)]
* modules/codec/realaudio.c: real audio (cook) decoder using real's libraries.

18 years ago* modules/demux/livedotcom.cpp: fixed small leak.
Gildas Bazin [Sun, 18 Sep 2005 16:20:24 +0000 (16:20 +0000)]
* modules/demux/livedotcom.cpp: fixed small leak.

18 years ago* modules/demux/livedotcom.cpp: do not modify p_demux->psz_path.
Gildas Bazin [Sun, 18 Sep 2005 16:03:49 +0000 (16:03 +0000)]
* modules/demux/livedotcom.cpp: do not modify p_demux->psz_path.

18 years ago* modules/demux/real.c: cleanup + added support for cook.
Gildas Bazin [Sun, 18 Sep 2005 14:42:02 +0000 (14:42 +0000)]
* modules/demux/real.c: cleanup + added support for cook.

18 years ago * UTF8ised files that get distributed with Debian.
Sam Hocevar [Sun, 18 Sep 2005 13:18:55 +0000 (13:18 +0000)]
  * UTF8ised files that get distributed with Debian.

18 years agomisc possible buffer/resource misuse & tidy compilation
Steve Lhomme [Sun, 18 Sep 2005 12:58:25 +0000 (12:58 +0000)]
misc possible buffer/resource misuse & tidy compilation

18 years agoDon't access unallocated memory
Jean-Paul Saman [Sun, 18 Sep 2005 10:58:25 +0000 (10:58 +0000)]
Don't access unallocated memory

18 years agoFix compiler warning about signed and unsigned comparisons
Jean-Paul Saman [Sun, 18 Sep 2005 10:06:05 +0000 (10:06 +0000)]
Fix compiler warning about signed and unsigned comparisons

18 years agoForward port of revision 12566: Ignore menu select|right|left|up|down when OSD Menu...
Jean-Paul Saman [Sun, 18 Sep 2005 10:03:10 +0000 (10:03 +0000)]
Forward port of revision 12566: Ignore menu select|right|left|up|down when OSD Menu is not visible

18 years ago* wxwidgets: fix a memory leak (patch by Brian Robb)
Steve Lhomme [Sun, 18 Sep 2005 09:43:23 +0000 (09:43 +0000)]
* wxwidgets: fix a memory leak (patch by Brian Robb)

18 years agoWin32 compile fix
Rémi Denis-Courmont [Sat, 17 Sep 2005 15:14:34 +0000 (15:14 +0000)]
Win32 compile fix

18 years ago* print unreachable host as an error in net_OpenTCP (refs #320)
Rémi Denis-Courmont [Sat, 17 Sep 2005 15:00:58 +0000 (15:00 +0000)]
* print unreachable host as an error in net_OpenTCP (refs #320)
* don't print IPv6 unreachable warning when IPv4 works fine
* don't attempt SOCKS negociation when TCP connection failed
* use "%s port %d" rather than "%s:%d" because the latter is
  confusing with IPv6 adresses
* removed trailing spaces

18 years agoDon't crash on items with % in name (Closes:#312)
Clément Stenac [Sat, 17 Sep 2005 14:15:32 +0000 (14:15 +0000)]
Don't crash on items with % in name (Closes:#312)

18 years agoSelect the correct input in #display (Closes:#343)
Clément Stenac [Sat, 17 Sep 2005 13:29:37 +0000 (13:29 +0000)]
Select the correct input in #display (Closes:#343)

The module used FIND_ANYWHERE. The proposed patch solved the bug as a side-effect as you get the latest created input, which is the current one with the proposed patch (wait for init to signal thread as ready)

18 years agoDefault to disabling screensaver under X (Closes:#253)
Clément Stenac [Sat, 17 Sep 2005 12:12:54 +0000 (12:12 +0000)]
Default to disabling screensaver under X (Closes:#253)
Hide screensaver interface from the prefs

18 years agoadded bonjour service discovery and gnomevfs access
Benjamin Pracht [Fri, 16 Sep 2005 21:19:43 +0000 (21:19 +0000)]
added bonjour service discovery and gnomevfs access

18 years ago contrib/src/Makefile: libvorbis now supports --host, so let's use it
Eric Petit [Fri, 16 Sep 2005 18:52:33 +0000 (18:52 +0000)]
 contrib/src/Makefile: libvorbis now supports --host, so let's use it

18 years agodshow.cpp: make sure driver name is properly NULL terminated
Damien Fouilleul [Fri, 16 Sep 2005 16:13:07 +0000 (16:13 +0000)]
dshow.cpp: make sure driver name is properly NULL terminated

18 years agoall: bug fixing, clean-up
Damien Fouilleul [Fri, 16 Sep 2005 16:10:42 +0000 (16:10 +0000)]
all: bug fixing, clean-up

18 years agoCoding style fixes and added comments
Sigmund Augdal Helberg [Thu, 15 Sep 2005 23:53:41 +0000 (23:53 +0000)]
Coding style fixes and added comments

18 years ago* added x264 and live to the linux target
Felix Paul Kühne [Thu, 15 Sep 2005 22:11:01 +0000 (22:11 +0000)]
* added x264 and live to the linux target

18 years agoSort-by-album patch by Pierre Marc Dumuid
Clément Stenac [Thu, 15 Sep 2005 17:42:24 +0000 (17:42 +0000)]
Sort-by-album patch by Pierre Marc Dumuid

18 years ago * modules/mux/mpeg/ts.c: Support for SDT and multiple PMTs, original
Christophe Massiot [Thu, 15 Sep 2005 16:41:26 +0000 (16:41 +0000)]
 * modules/mux/mpeg/ts.c: Support for SDT and multiple PMTs, original
   patch courtesy of Wallace Wadge (thanks!).

18 years ago* Add FMP4 FourCC. (FFMPEG MPEG-4 encoded)
Derk-Jan Hartman [Thu, 15 Sep 2005 15:36:36 +0000 (15:36 +0000)]
* Add FMP4 FourCC. (FFMPEG MPEG-4 encoded)

18 years agoForward port of revision 12559: Fix division by zero crash
Jean-Paul Saman [Thu, 15 Sep 2005 14:50:47 +0000 (14:50 +0000)]
Forward port of revision 12559: Fix division by zero crash

18 years ago* Missing object release
Derk-Jan Hartman [Thu, 15 Sep 2005 14:21:38 +0000 (14:21 +0000)]
* Missing object release

18 years agoHopefully "The Right Fix" patch for M3U parsing, by Daniel Straenger.
Clément Stenac [Thu, 15 Sep 2005 06:17:33 +0000 (06:17 +0000)]
Hopefully "The Right Fix" patch for M3U parsing, by Daniel Straenger.

18 years agoImprove random behaviour - Patch by Daniel Straenger. Thanks !
Clément Stenac [Thu, 15 Sep 2005 06:11:07 +0000 (06:11 +0000)]
Improve random behaviour - Patch by Daniel Straenger. Thanks !

18 years ago* Fix yet another playlist corner case
Derk-Jan Hartman [Thu, 15 Sep 2005 00:02:31 +0000 (00:02 +0000)]
* Fix yet another playlist corner case

18 years ago * mudules/misc/network/ipv4.c: Expand output buffer size as well to avoid
Christophe Massiot [Wed, 14 Sep 2005 17:24:32 +0000 (17:24 +0000)]
 * mudules/misc/network/ipv4.c: Expand output buffer size as well to avoid
   send() delays.

18 years ago * modules/access_output/udp.c: Check send() return value.
Christophe Massiot [Wed, 14 Sep 2005 17:22:48 +0000 (17:22 +0000)]
 * modules/access_output/udp.c: Check send() return value.

18 years ago* Better fix for [12521]. Previous fix resulted in the playlist forgetting it's posit...
Derk-Jan Hartman [Wed, 14 Sep 2005 15:04:37 +0000 (15:04 +0000)]
* Better fix for [12521]. Previous fix resulted in the playlist forgetting it's position if you did a play / stop / play sequence. This is the CORRECT fix.

18 years ago* remove CDDB patch that is now applied upstream in the new libcddb version that...
Derk-Jan Hartman [Wed, 14 Sep 2005 11:56:08 +0000 (11:56 +0000)]
* remove CDDB patch that is now applied upstream in the new libcddb version that we use.

18 years agoCheck -mtune even when --with-tuning is used
Rémi Denis-Courmont [Wed, 14 Sep 2005 08:44:26 +0000 (08:44 +0000)]
Check -mtune even when --with-tuning is used

18 years agoClean up
Rémi Denis-Courmont [Wed, 14 Sep 2005 08:44:06 +0000 (08:44 +0000)]
Clean up

18 years ago* modules/gui/ncurses.c: Filebrowser enhancements:
Yoann Peronneau [Wed, 14 Sep 2005 00:43:57 +0000 (00:43 +0000)]
* modules/gui/ncurses.c: Filebrowser enhancements:
  - sorting
  - show/hide hidden files (with '.')

18 years ago* Fix memleaks
Derk-Jan Hartman [Wed, 14 Sep 2005 00:36:41 +0000 (00:36 +0000)]
* Fix memleaks

18 years agoFortuuuuune.
Christophe Massiot [Tue, 13 Sep 2005 23:55:44 +0000 (23:55 +0000)]
Fortuuuuune.

18 years agoFortuuuuune.
Christophe Massiot [Tue, 13 Sep 2005 22:33:49 +0000 (22:33 +0000)]
Fortuuuuune.

18 years ago * modules/gui/ncurses.c: use <space> in the filebrowser to add the selected director...
Yoann Peronneau [Tue, 13 Sep 2005 22:15:00 +0000 (22:15 +0000)]
 * modules/gui/ncurses.c: use <space> in the filebrowser to add the selected directory to the playlist.

18 years ago* modules/packetizer/h264.c: small fix to annexe-b packetizer.
Gildas Bazin [Tue, 13 Sep 2005 22:01:20 +0000 (22:01 +0000)]
* modules/packetizer/h264.c: small fix to annexe-b packetizer.

18 years ago* whoops, fixed invalid path for MASH introduced in the last commit
Felix Paul Kühne [Tue, 13 Sep 2005 17:52:09 +0000 (17:52 +0000)]
* whoops, fixed invalid path for MASH introduced in the last commit

18 years ago* updated libcddb to 1.2.1 from 0.9.6 (refs #292)
Felix Paul Kühne [Tue, 13 Sep 2005 17:50:27 +0000 (17:50 +0000)]
* updated libcddb to 1.2.1 from 0.9.6 (refs #292)

18 years ago* modules/packetizer/h264.c: date SPS and PPS blocks built from the codec extradata.
Gildas Bazin [Tue, 13 Sep 2005 17:48:32 +0000 (17:48 +0000)]
* modules/packetizer/h264.c: date SPS and PPS blocks built from the codec extradata.

18 years ago* Support URIs with non ascii characters
Benjamin Pracht [Tue, 13 Sep 2005 15:10:32 +0000 (15:10 +0000)]
* Support URIs with non ascii characters
* Work around the fact reading from http never returns EOF
* Dirty hack to avoid segfault on exit if we don't open at least a valid file

18 years agoFortuuuune
Christophe Massiot [Tue, 13 Sep 2005 14:45:46 +0000 (14:45 +0000)]
Fortuuuune

18 years agoCosmetics
Benjamin Pracht [Tue, 13 Sep 2005 10:41:08 +0000 (10:41 +0000)]
Cosmetics

18 years agoHandle correctly the case when no access is explicitely given.
Benjamin Pracht [Tue, 13 Sep 2005 09:44:56 +0000 (09:44 +0000)]
Handle correctly the case when no access is explicitely given.

18 years ago* Try the gnomevfs plugin last if we didn't find any other matching access
Benjamin Pracht [Tue, 13 Sep 2005 09:31:40 +0000 (09:31 +0000)]
* Try the gnomevfs plugin last if we didn't find any other matching access
* Now MRLs such as ssh://user:pass@server work.

18 years agoProperties + cosmetic
Christophe Mutricy [Tue, 13 Sep 2005 08:38:25 +0000 (08:38 +0000)]
Properties + cosmetic

18 years ago* New gnomevfs access module
Benjamin Pracht [Mon, 12 Sep 2005 23:56:43 +0000 (23:56 +0000)]
* New gnomevfs access module
* MRLS are of the form gnomevfs://ssh://user:pass@ (if anybody has something better)
* Still some issues with some accesses (smb for instance) where it seems it required to open the directory in which the file is before opening the file itself.

18 years ago* adding arguments to printFormat, without a format that uses them is pretty useless.
Derk-Jan Hartman [Mon, 12 Sep 2005 21:54:45 +0000 (21:54 +0000)]
* adding arguments to printFormat, without a format that uses them is pretty useless.

18 years ago* Prevent the autoplay function from playing the Shoutcast url for the xmllist. The...
Derk-Jan Hartman [Mon, 12 Sep 2005 21:41:39 +0000 (21:41 +0000)]
* Prevent the autoplay function from playing the Shoutcast url for the xmllist. The SD modules already does this by itself. (fixes #8)

18 years ago* Fix Mac autoplay behaviour for SD playlistitems. (refs #8)
Derk-Jan Hartman [Mon, 12 Sep 2005 20:47:34 +0000 (20:47 +0000)]
* Fix Mac autoplay behaviour for SD playlistitems. (refs #8)

18 years ago* use the current copyright scheme in the about-box; removed a useless colon introduc...
Felix Paul Kühne [Mon, 12 Sep 2005 19:42:53 +0000 (19:42 +0000)]
* use the current copyright scheme in the about-box; removed a useless colon introduced in the last commit

18 years ago* added compilation information
Felix Paul Kühne [Mon, 12 Sep 2005 19:11:43 +0000 (19:11 +0000)]
* added compilation information

18 years agoupdate system :
Antoine Cellerier [Mon, 12 Sep 2005 18:49:42 +0000 (18:49 +0000)]
update system :
only take into account "stable" releases when release_type == stable
stable and testing when == testing
stable, testing and nighlty when == nightly
all when !=
(still need a way to change release_type in the intf ... i'm lazy. default
set to "testing")

18 years agofix daemon mode when HAVE_DAEMON is defined. fixes #347
Antoine Cellerier [Mon, 12 Sep 2005 17:07:41 +0000 (17:07 +0000)]
fix daemon mode when HAVE_DAEMON is defined. fixes #347

18 years ago* Remove 10.3 only properties of the volumeSlider
Derk-Jan Hartman [Mon, 12 Sep 2005 13:00:05 +0000 (13:00 +0000)]
* Remove 10.3 only properties of the volumeSlider

18 years ago* remove debug line
Derk-Jan Hartman [Mon, 12 Sep 2005 12:46:17 +0000 (12:46 +0000)]
* remove debug line

18 years ago* Fix the issue with random always playing the first item in the playlist initially...
Derk-Jan Hartman [Mon, 12 Sep 2005 12:36:37 +0000 (12:36 +0000)]
* Fix the issue with random always playing the first item in the playlist initially (closes #217)

18 years ago* Fixes a problem where playlist_Play was playing items that were no longer in the...
Derk-Jan Hartman [Mon, 12 Sep 2005 12:02:58 +0000 (12:02 +0000)]
* Fixes a problem where playlist_Play was playing items that were no longer in the playlist. (Play item, playlist_Stop, remove item, add new items (enqueue), playlist_Play, and you would get the old item). This fixes it, but i think it might be a problem that actually resides deeper in the playlist core.

18 years ago* Up the mms caching from 3200 ms to 5000ms. (unfortunately this is needed for a...
Derk-Jan Hartman [Mon, 12 Sep 2005 10:36:36 +0000 (10:36 +0000)]
* Up the mms caching from 3200 ms to 5000ms. (unfortunately this is needed for a large number of streams)

18 years agomkv.cpp: avoid dependency problems with older libmatroska
Steve Lhomme [Mon, 12 Sep 2005 09:56:32 +0000 (09:56 +0000)]
mkv.cpp: avoid dependency problems with older libmatroska

18 years ago* Loop at the beginning of the playlist instead of the beginning of the current node...
Benjamin Pracht [Sun, 11 Sep 2005 21:14:17 +0000 (21:14 +0000)]
* Loop at the beginning of the playlist instead of the beginning of the current node when loop is enabled

This should be the right fix, but testing is welcomed.

18 years ago * skins2/parser/skin_parser.cpp: fixed a FIXME
Olivier Teulière [Sun, 11 Sep 2005 20:03:18 +0000 (20:03 +0000)]
 * skins2/parser/skin_parser.cpp: fixed a FIXME
 * skins2/vars/playtree.cpp: removed some debug lines

18 years ago* modules/video_filter/scale.c: Fixed bug reported by Wallace Wadge (wwadge at gmail).
Gildas Bazin [Sun, 11 Sep 2005 16:57:10 +0000 (16:57 +0000)]
* modules/video_filter/scale.c: Fixed bug reported by Wallace Wadge (wwadge at gmail).

18 years agomkv.cpp: more memory leaks fixed
Steve Lhomme [Sun, 11 Sep 2005 15:35:00 +0000 (15:35 +0000)]
mkv.cpp: more memory leaks fixed

18 years ago* save the prefs only shortly before the app exits (makes the utilisation of the...
Felix Paul Kühne [Sun, 11 Sep 2005 12:45:41 +0000 (12:45 +0000)]
* save the prefs only shortly before the app exits (makes the utilisation of the extended-panel much faster)

18 years agofortuuuuune
Christophe Massiot [Sun, 11 Sep 2005 12:06:39 +0000 (12:06 +0000)]
fortuuuuune

18 years agomkv.cpp: fix some memory leaks
Steve Lhomme [Sun, 11 Sep 2005 10:42:17 +0000 (10:42 +0000)]
mkv.cpp: fix some memory leaks

18 years agomkv.cpp: support segments with "unknown" size
Steve Lhomme [Sun, 11 Sep 2005 09:14:21 +0000 (09:14 +0000)]
mkv.cpp: support segments with "unknown" size

18 years agomkv.cpp: support playback of segments without a UID
Steve Lhomme [Sat, 10 Sep 2005 17:08:35 +0000 (17:08 +0000)]
mkv.cpp: support playback of segments without a UID

18 years agovariables.c: void the buffer after the memmove to avoid reusing previous values
Steve Lhomme [Sat, 10 Sep 2005 15:22:51 +0000 (15:22 +0000)]
variables.c: void the buffer after the memmove to avoid reusing previous values

18 years ago* ipv4.c: make MSVC happy
Steve Lhomme [Sat, 10 Sep 2005 13:38:51 +0000 (13:38 +0000)]
* ipv4.c: make MSVC happy

18 years ago* Go back to the first item when hitting "next" on the last item. Go to the last...
Benjamin Pracht [Sat, 10 Sep 2005 09:04:32 +0000 (09:04 +0000)]
* Go back to the first item when hitting "next" on the last item. Go to the last item with "prev" on the 1st item.

18 years agoFix psz_userdir memleak
Rémi Denis-Courmont [Sat, 10 Sep 2005 07:55:17 +0000 (07:55 +0000)]
Fix psz_userdir memleak
(patch contributed by Brian Robb)

18 years ago* configure.ac, src/extras/libc.c, modules/misc/network/ipv4.c: fixed the WinCE build.
Gildas Bazin [Fri, 9 Sep 2005 22:10:57 +0000 (22:10 +0000)]
* configure.ac, src/extras/libc.c, modules/misc/network/ipv4.c: fixed the WinCE build.

18 years ago* Option for Desktop Background mode for VLC OSX.
Derk-Jan Hartman [Fri, 9 Sep 2005 21:19:15 +0000 (21:19 +0000)]
* Option for Desktop Background mode for VLC OSX.
  Does not work on the fly, because that requires recreating the window atm.

18 years ago* src/misc/win32_specific.c: fixed minor memory leak on win32. Patch courtesy of...
Gildas Bazin [Fri, 9 Sep 2005 19:42:55 +0000 (19:42 +0000)]
* src/misc/win32_specific.c: fixed minor memory leak on win32. Patch courtesy of Brian Robb (vascy at hotmail).

18 years ago* modules/gui/wxwidgets/*: bug fix + msvc fixes. Patch courtesy of Brian Robb (vascy...
Gildas Bazin [Fri, 9 Sep 2005 19:38:01 +0000 (19:38 +0000)]
* modules/gui/wxwidgets/*: bug fix + msvc fixes. Patch courtesy of Brian Robb (vascy at hotmail).

18 years ago* modules/gui/skins2/*: a couple of msvc build fixes. Patch courtesy of Brian Robb...
Gildas Bazin [Fri, 9 Sep 2005 19:20:34 +0000 (19:20 +0000)]
* modules/gui/skins2/*: a couple of msvc build fixes. Patch courtesy of Brian Robb (vascy at hotmail).

18 years agoI shall compile before commiting * 100 for monday.
Christophe Mutricy [Fri, 9 Sep 2005 17:34:32 +0000 (17:34 +0000)]
I shall compile before commiting * 100 for monday.
In fact it seems there is some missing __VLC__ in the msvc makefile. Flikky migth investigate

18 years agoFix a possible segfault patch by Brian Robb
Christophe Mutricy [Fri, 9 Sep 2005 16:55:37 +0000 (16:55 +0000)]
Fix a possible segfault patch by Brian Robb

18 years ago * bonjour: set svn:keywords property.
Jon Lech Johansen [Fri, 9 Sep 2005 14:31:22 +0000 (14:31 +0000)]
  * bonjour: set svn:keywords property.

18 years ago * bonjour.c: Fixed memory leaks. Fixed IPv6 support.
Jon Lech Johansen [Fri, 9 Sep 2005 14:06:38 +0000 (14:06 +0000)]
  * bonjour.c: Fixed memory leaks. Fixed IPv6 support.

18 years ago * Bonjour services discovery module using avahi.
Jon Lech Johansen [Fri, 9 Sep 2005 02:42:40 +0000 (02:42 +0000)]
  * Bonjour services discovery module using avahi.

18 years ago* fixed some intf-strings and connected a few menu-items properly
Felix Paul Kühne [Thu, 8 Sep 2005 21:00:48 +0000 (21:00 +0000)]
* fixed some intf-strings and connected a few menu-items properly
* changed wizard-shortcut to shift-cmd-w
* re-ordered the file-menu slightly

Thanks to thedj for pointing most of that out.

18 years ago* Take the position parametter into account in playlist_NodeAddItem
Benjamin Pracht [Thu, 8 Sep 2005 18:18:54 +0000 (18:18 +0000)]
* Take the position parametter into account in playlist_NodeAddItem
* This fixes the drag'n'drop from items from the finder in OSX
* Not sure PLAYLIST_END is handled correctly in every case (don't know enough about adding modes to judge)

18 years ago* Fix a refcount issue in the OSD core
Derk-Jan Hartman [Thu, 8 Sep 2005 13:55:25 +0000 (13:55 +0000)]
* Fix a refcount issue in the OSD core