]> git.sesse.net Git - vlc/log
vlc
15 years agoUse the correct test
Christophe Mutricy [Wed, 16 Jul 2008 23:21:02 +0000 (00:21 +0100)]
Use the correct test

Refs #791

15 years agoFix building when VLM is disable
Christophe Mutricy [Thu, 17 Jul 2008 19:25:18 +0000 (20:25 +0100)]
Fix building when VLM is disable

Closes #1718

15 years agoAdd Matroska mmime types
Christophe Mutricy [Wed, 16 Jul 2008 22:27:02 +0000 (23:27 +0100)]
Add Matroska mmime types

15 years agoFixed image_Convert by properly overriding release policy.
Laurent Aimar [Thu, 17 Jul 2008 19:23:19 +0000 (21:23 +0200)]
Fixed image_Convert by properly overriding release policy.

15 years agomacosx: Remember the detached vout position.
Pierre d'Herbemont [Thu, 17 Jul 2008 19:12:22 +0000 (21:12 +0200)]
macosx: Remember the detached vout position.

15 years agoEnabled fullscreen controler by default.
Laurent Aimar [Thu, 17 Jul 2008 18:02:00 +0000 (20:02 +0200)]
Enabled fullscreen controler by default.

15 years agoFixed filters implemented as vout (Init/End can be called multiple times
Laurent Aimar [Thu, 17 Jul 2008 17:58:44 +0000 (19:58 +0200)]
Fixed filters implemented as vout (Init/End can be called multiple times
+ use vout_Destroy where it should be)
It closes #1722.

15 years agoRevived vout_Destroy from the dead.
Laurent Aimar [Thu, 17 Jul 2008 17:53:47 +0000 (19:53 +0200)]
Revived vout_Destroy from the dead.
No you CANNOT release a vout by vlc_object_release if you have created
it by vout_Request or vout_Create.

15 years agomacosx: Work-around a NSUIHeartBeat crash on quit by not allowing the sprefs window...
Felix Paul Kühne [Thu, 17 Jul 2008 12:20:19 +0000 (14:20 +0200)]
macosx: Work-around a NSUIHeartBeat crash on quit by not allowing the sprefs window to be minimised

No, better don't ask oO

15 years agomacosx: make sure that the info-panel doesn't float.
Felix Paul Kühne [Thu, 17 Jul 2008 11:53:40 +0000 (13:53 +0200)]
macosx: make sure that the info-panel doesn't float.

Additionally, fixed an inconsistency in the nib-file.

15 years agomacosx: Make sure we update the information panel, if the playlist changes.
Felix Paul Kühne [Thu, 17 Jul 2008 11:43:22 +0000 (13:43 +0200)]
macosx: Make sure we update the information panel, if the playlist changes.

We shouldn't think that we are the only one who can change the pl ;-)

15 years agoDon't unlock the playlist to lock it the next instruction.
Rémi Duraffort [Thu, 17 Jul 2008 17:03:43 +0000 (19:03 +0200)]
Don't unlock the playlist to lock it the next instruction.

15 years agoThe playlist is not lock at this stage so let it lock itself.
Rémi Duraffort [Thu, 17 Jul 2008 15:58:33 +0000 (17:58 +0200)]
The playlist is not lock at this stage so let it lock itself.

15 years agoqt4: Hopefully blindely fix the qt4 build, by defining the std p_playlist.
Pierre d'Herbemont [Wed, 16 Jul 2008 22:15:06 +0000 (00:15 +0200)]
qt4: Hopefully blindely fix the qt4 build, by defining the std p_playlist.

15 years agoqt4: Forgotten lock. Reported by ahoka.
Pierre d'Herbemont [Wed, 16 Jul 2008 21:46:30 +0000 (23:46 +0200)]
qt4: Forgotten lock. Reported by ahoka.

Anyway this is broken, qt4 shouldn't assume that the playlist_item_t can't be deleted. We need to implement refcounting here, or a sound garbage collection. Refcounting would be safer.

15 years agomacosx: Properly inherit variables if they don't exist.
Pierre d'Herbemont [Wed, 16 Jul 2008 21:26:53 +0000 (23:26 +0200)]
macosx: Properly inherit variables if they don't exist.

15 years agoUse pkg-config to get the flags for libmpeg2
Christophe Mutricy [Wed, 16 Jul 2008 18:32:13 +0000 (19:32 +0100)]
Use pkg-config to get the flags for libmpeg2

15 years agomacosx: Make sure the detached window is movable by background.
Pierre d'Herbemont [Wed, 16 Jul 2008 21:20:41 +0000 (23:20 +0200)]
macosx: Make sure the detached window is movable by background.

15 years agoFixed a rare sent-msg-to-freed-object issue
Felix Paul Kühne [Wed, 16 Jul 2008 21:13:49 +0000 (23:13 +0200)]
Fixed a rare sent-msg-to-freed-object issue

15 years agoAnother translation update
Felix Paul Kühne [Wed, 16 Jul 2008 18:44:57 +0000 (20:44 +0200)]
Another translation update

15 years agoFixed l10n msg
Felix Paul Kühne [Wed, 16 Jul 2008 18:44:15 +0000 (20:44 +0200)]
Fixed l10n msg

15 years agoWe agreed not to put sentences aka dots in non-longtext option descriptions
Felix Paul Kühne [Wed, 16 Jul 2008 18:10:34 +0000 (20:10 +0200)]
We agreed not to put sentences aka dots in non-longtext option descriptions

15 years agomacosx: Remove a NSLog.
Pierre d'Herbemont [Wed, 16 Jul 2008 21:02:45 +0000 (23:02 +0200)]
macosx: Remove a NSLog.

15 years agomacosx: Fix the detached window. Fix fullscreen. Use a borderless window.
Pierre d'Herbemont [Wed, 16 Jul 2008 20:59:18 +0000 (22:59 +0200)]
macosx: Fix the detached window. Fix fullscreen. Use a borderless window.

The borderless window is nicer IMO. Feel free to object, but this also saves some overhead with fullscreen changing.

15 years agoqtcapture: Don't release objects when libvlc quit, else we may loose our main thread...
Pierre d'Herbemont [Wed, 16 Jul 2008 18:49:23 +0000 (20:49 +0200)]
qtcapture: Don't release objects when libvlc quit, else we may loose our main thread, and dead lock.

15 years agodirectory: Make sure we can exit and interrupt the access.
Pierre d'Herbemont [Tue, 15 Jul 2008 18:02:36 +0000 (20:02 +0200)]
directory: Make sure we can exit and interrupt the access.

15 years agoDon't send blocks from qtcapture Demux that we have already sent before. Avoid excess...
Derk-Jan Hartman [Wed, 16 Jul 2008 15:14:22 +0000 (17:14 +0200)]
Don't send blocks from qtcapture Demux that we have already sent before. Avoid excessive CPU usage while there are no new blocks.

15 years agoUse the actual pts in qtcapture.
Derk-Jan Hartman [Wed, 16 Jul 2008 14:58:05 +0000 (16:58 +0200)]
Use the actual pts in qtcapture.
This works, but perhaps i'm loosing too much precission here. Are there better ways to change timevalue + scale into walltime ?

15 years agoSpecifying any CFLAGS clobbers any that liboil's configure script would
Jonathan Rosser [Tue, 15 Jul 2008 11:41:32 +0000 (12:41 +0100)]
Specifying any CFLAGS clobbers any that liboil's configure script would
naturally choose.  With only an effective -O0 gcc 4.0.1 doesn't produce
code as intented for copy_u8_altivec, causing liboil to fail at runtime.

Summary, liboil really needs -O2 (always).

Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
15 years agoUse good default value for font weigh/slan (subtitle rendering).
Laurent Aimar [Tue, 15 Jul 2008 20:35:17 +0000 (22:35 +0200)]
Use good default value for font weigh/slan (subtitle rendering).

15 years agoDownload pcre before compiling asa
Felix Paul Kühne [Tue, 15 Jul 2008 20:33:58 +0000 (22:33 +0200)]
Download pcre before compiling asa

15 years agoFixed fullscreen controler race conditions and ugly static variables.
Laurent Aimar [Tue, 15 Jul 2008 19:29:54 +0000 (21:29 +0200)]
Fixed fullscreen controler race conditions and ugly static variables.
It is disabled by default, look for the two lines with
//XXX uncomment for fullscreen controler
to enable it. Please report success/failure in order to enable it by
default (linux/win32).

15 years agoPass vout_thread_t to releaseVideo.
Laurent Aimar [Tue, 15 Jul 2008 17:57:44 +0000 (19:57 +0200)]
Pass vout_thread_t to releaseVideo.

15 years agoSimplify vlc fourcc/ffmpeg pix format conversion.
Laurent Aimar [Mon, 14 Jul 2008 14:17:34 +0000 (16:17 +0200)]
Simplify vlc fourcc/ffmpeg pix format conversion.

15 years agoAsk the playlist to lock itself as it isn't done before.
Rémi Duraffort [Tue, 15 Jul 2008 18:22:42 +0000 (20:22 +0200)]
Ask the playlist to lock itself as it isn't done before.

15 years agoCheck asprintf return value and fix a potential memleak.
Rémi Duraffort [Tue, 15 Jul 2008 17:59:08 +0000 (19:59 +0200)]
Check asprintf return value and fix a potential memleak.

15 years agoFix a compilation warning.
Rémi Duraffort [Tue, 15 Jul 2008 17:48:38 +0000 (19:48 +0200)]
Fix a compilation warning.

15 years agoplaylist: Use pl_Locked in vlc_playlist.h.
Pierre d'Herbemont [Tue, 15 Jul 2008 17:41:43 +0000 (19:41 +0200)]
playlist: Use pl_Locked in vlc_playlist.h.

15 years agoservices_discovery: Don't forget a PL_LOCK.
Pierre d'Herbemont [Tue, 15 Jul 2008 17:38:51 +0000 (19:38 +0200)]
services_discovery: Don't forget a PL_LOCK.

Spotted by 3af47f42e2ac5cfd6ab35bee5320788270a10a29 and ivoire.

15 years agomacosx: Fix a dead lock.
Pierre d'Herbemont [Tue, 15 Jul 2008 17:31:14 +0000 (19:31 +0200)]
macosx: Fix a dead lock.

15 years agointeraction: Fix a interaction leak.
Pierre d'Herbemont [Tue, 15 Jul 2008 17:24:55 +0000 (19:24 +0200)]
interaction: Fix a interaction leak.

15 years agomacosx: Use pl_Locked for better readability.
Pierre d'Herbemont [Tue, 15 Jul 2008 17:24:34 +0000 (19:24 +0200)]
macosx: Use pl_Locked for better readability.

15 years agoplaylist: Defines pl_Locked, pl_Locked to pass to as b_locked.
Pierre d'Herbemont [Tue, 15 Jul 2008 11:48:57 +0000 (13:48 +0200)]
playlist: Defines pl_Locked, pl_Locked to pass to as b_locked.

15 years agomacosx: Fix a deadlock in the broken -[VLCPlaylist isItem: inNode: checkItemExistence...
Pierre d'Herbemont [Tue, 15 Jul 2008 11:42:52 +0000 (13:42 +0200)]
macosx: Fix a deadlock in the broken -[VLCPlaylist isItem: inNode: checkItemExistence:]. Fixes #1711 (Deleting a playing item's parent item result in a trivial deadlock on Mac OS X.)

15 years agoUse new libmpeg2
Christophe Mutricy [Tue, 15 Jul 2008 14:00:56 +0000 (15:00 +0100)]
Use new libmpeg2

Kudoz to sam and Meuuh

15 years agoplaylist: Fix a legitimate warning.
Pierre d'Herbemont [Tue, 15 Jul 2008 11:17:36 +0000 (13:17 +0200)]
playlist: Fix a legitimate warning.

15 years agoplaylist: playlist_Get*Leaf are already defined in vlc_playlist.h.
Pierre d'Herbemont [Tue, 15 Jul 2008 11:16:29 +0000 (13:16 +0200)]
playlist: playlist_Get*Leaf are already defined in vlc_playlist.h.

15 years agoplaylist: Remove playlist_GetAllEnabledChildren as it wasn't used.
Pierre d'Herbemont [Tue, 15 Jul 2008 11:15:15 +0000 (13:15 +0200)]
playlist: Remove playlist_GetAllEnabledChildren as it wasn't used.

15 years agoplaylist: Use PL_ASSERT_LOCKED where the playlist lock should be held.
Pierre d'Herbemont [Tue, 15 Jul 2008 10:59:27 +0000 (12:59 +0200)]
playlist: Use PL_ASSERT_LOCKED where the playlist lock should be held.

Note, this commit may create some assert in previously working code. That does mean that this code wasn't properly working, and that it lacks a PL_LOCK. I prefer nice assert() over races.

15 years agodirectory: playlist_NodeCreate needs a lock.
Pierre d'Herbemont [Tue, 15 Jul 2008 11:10:02 +0000 (13:10 +0200)]
directory: playlist_NodeCreate needs a lock.

15 years agoservices_discovery: playlist_NodesPairCreate needs a lock.
Pierre d'Herbemont [Tue, 15 Jul 2008 11:07:23 +0000 (13:07 +0200)]
services_discovery: playlist_NodesPairCreate needs a lock.

Should fix #1708 (Adding a folder in the Mac OS X VLC *media library* result in an assertion failure). Thanks to upcoming commit "playlist: Use PL_ASSERT_LOCKED where the playlist lock should be held.".

15 years agoplaylist: Hold the lock at creation time to conform to playlist_NodesPairCreate requi...
Pierre d'Herbemont [Tue, 15 Jul 2008 11:03:51 +0000 (13:03 +0200)]
playlist: Hold the lock at creation time to conform to playlist_NodesPairCreate requirement to have the pl lock held.

15 years agoplaylist: Use PL_LOCK_IF and PL_UNLOCK_IF to perform some more checks on lock state...
Pierre d'Herbemont [Tue, 15 Jul 2008 07:40:39 +0000 (09:40 +0200)]
playlist: Use PL_LOCK_IF and PL_UNLOCK_IF to perform some more checks on lock state. And fix a unlocked usage of get_current_status_item().

15 years agoplaylist: Use PL_ASSERT_LOCKED.
Pierre d'Herbemont [Tue, 15 Jul 2008 07:24:40 +0000 (09:24 +0200)]
playlist: Use PL_ASSERT_LOCKED.

15 years agoplaylist: Use an accessor for current status item and current status node.
Pierre d'Herbemont [Tue, 15 Jul 2008 07:17:37 +0000 (09:17 +0200)]
playlist: Use an accessor for current status item and current status node.

That may fix or help to fix some input item leaks.

15 years agoplqylist: Delete current playing item, if qpplicable, inside the PL_LOCK, and at...
Pierre d'Herbemont [Mon, 14 Jul 2008 23:25:39 +0000 (01:25 +0200)]
plqylist: Delete current playing item, if qpplicable, inside the PL_LOCK, and at the very end.

15 years agoCheck asprintf return value and avoid potential segfault.
Rémi Duraffort [Mon, 14 Jul 2008 15:39:27 +0000 (17:39 +0200)]
Check asprintf return value and avoid potential segfault.

15 years agoAvoid potential segfault and fix potential memleak.
Rémi Duraffort [Sat, 12 Jul 2008 11:20:23 +0000 (13:20 +0200)]
Avoid potential segfault and fix potential memleak.

15 years agoFix a memory leak.
Rémi Duraffort [Sat, 12 Jul 2008 08:44:22 +0000 (10:44 +0200)]
Fix a memory leak.
Test for the right thing before tring to do anything.
Check malloc return value (fix potential segfault).

15 years agoBump version
Rémi Denis-Courmont [Mon, 14 Jul 2008 07:19:12 +0000 (10:19 +0300)]
Bump version

15 years agoDutch l10n update by Myckel Habets 0.9.0-test2
Christophe Mutricy [Sun, 13 Jul 2008 22:57:46 +0000 (23:57 +0100)]
Dutch l10n update by Myckel Habets

15 years agoUpdate po files for test2
Christophe Mutricy [Sun, 13 Jul 2008 23:08:49 +0000 (00:08 +0100)]
Update po files for test2

15 years agodirectory: Remove unuseful debug message.
Pierre d'Herbemont [Sun, 13 Jul 2008 22:03:24 +0000 (00:03 +0200)]
directory: Remove unuseful debug message.

15 years agodirectory: Return VLC_EGENERIC in case of interruption (playlist death).
Pierre d'Herbemont [Sun, 13 Jul 2008 22:01:47 +0000 (00:01 +0200)]
directory: Return VLC_EGENERIC in case of interruption (playlist death).

15 years agodirectory: Don't get stuck if playlist dies. And remove an unused param.
Pierre d'Herbemont [Sun, 13 Jul 2008 22:00:25 +0000 (00:00 +0200)]
directory: Don't get stuck if playlist dies. And remove an unused param.

15 years agoplaylist: Fix input item deletion (stupid macros), and don't send to the fetcher...
Pierre d'Herbemont [Sun, 13 Jul 2008 21:56:53 +0000 (23:56 +0200)]
playlist: Fix input item deletion (stupid macros), and don't send to the fetcher if it is dead.

Fix #1704

15 years agoplaylist: Fix a typo and an unecessary loop.
Pierre d'Herbemont [Sun, 13 Jul 2008 21:53:07 +0000 (23:53 +0200)]
playlist: Fix a typo and an unecessary loop.

15 years agoplaylist: wait for preparser end from playlist thread.
Pierre d'Herbemont [Sun, 13 Jul 2008 21:20:56 +0000 (23:20 +0200)]
playlist: wait for preparser end from playlist thread.

15 years agoplaylist: Don't export playlist_ItemNewFromInput as it is not used, and don't use...
Pierre d'Herbemont [Sun, 13 Jul 2008 21:15:33 +0000 (23:15 +0200)]
playlist: Don't export playlist_ItemNewFromInput as it is not used, and don't use pl_Yield from here.

15 years agoplaylist: Don't accept more items when if preparser is dead.
Pierre d'Herbemont [Sun, 13 Jul 2008 21:14:31 +0000 (23:14 +0200)]
playlist: Don't accept more items when if preparser is dead.

15 years agoContrib: build libschro / liboil by default for OSX.
Pavlov Konstantin [Sun, 13 Jul 2008 20:40:30 +0000 (00:40 +0400)]
Contrib: build libschro / liboil by default for OSX.

15 years agomacosx: Don't use playlist_NodeAddInput() it's deprecated. Fix #1705.
Pierre d'Herbemont [Sun, 13 Jul 2008 20:07:46 +0000 (22:07 +0200)]
macosx: Don't use playlist_NodeAddInput() it's deprecated. Fix #1705.

15 years agomacosx: Assert on cases that should never happen.
Pierre d'Herbemont [Sun, 13 Jul 2008 19:05:19 +0000 (21:05 +0200)]
macosx: Assert on cases that should never happen.

15 years agoQt4: merge unicast and multicast UDP, add RTP - fixes #1706
Rémi Denis-Courmont [Sun, 13 Jul 2008 19:58:56 +0000 (22:58 +0300)]
Qt4: merge unicast and multicast UDP, add RTP - fixes #1706

15 years agomacosx: Replace "Get Stream Information" by "Fetch Meta Data".
Pierre d'Herbemont [Sun, 13 Jul 2008 19:01:03 +0000 (21:01 +0200)]
macosx: Replace "Get Stream Information" by "Fetch Meta Data".

15 years agomacosx: The menu title should be Information... not Information.
Pierre d'Herbemont [Sun, 13 Jul 2008 18:59:16 +0000 (20:59 +0200)]
macosx: The menu title should be Information... not Information.

15 years agomacosx: Make sure there is a title or a name for the input item.
Pierre d'Herbemont [Sun, 13 Jul 2008 18:50:56 +0000 (20:50 +0200)]
macosx: Make sure there is a title or a name for the input item.

15 years agomacosx: Fix art loading when URL contains spaces.
Pierre d'Herbemont [Sun, 13 Jul 2008 18:35:00 +0000 (20:35 +0200)]
macosx: Fix art loading when URL contains spaces.

15 years agomacosx: Make sure the volume slider is activated when vlc starts.
Pierre d'Herbemont [Sun, 13 Jul 2008 18:02:46 +0000 (20:02 +0200)]
macosx: Make sure the volume slider is activated when vlc starts.

15 years agomacosx: Make sure right click can select a playlist item.
Pierre d'Herbemont [Sun, 13 Jul 2008 17:52:20 +0000 (19:52 +0200)]
macosx: Make sure right click can select a playlist item.

15 years agomacosx: Make sure we can move the window by clicking in its background.
Pierre d'Herbemont [Sun, 13 Jul 2008 16:52:35 +0000 (18:52 +0200)]
macosx: Make sure we can move the window by clicking in its background.

Regression if I recall well.

15 years agomacosx: Fix aspect ratio.
Pierre d'Herbemont [Sun, 13 Jul 2008 16:34:30 +0000 (18:34 +0200)]
macosx: Fix aspect ratio.

This might requires some other adjustements.

15 years agomacosx: Make sure the o_info object gets released even if the nib has not been loaded.
Pierre d'Herbemont [Sun, 13 Jul 2008 15:10:31 +0000 (17:10 +0200)]
macosx: Make sure the o_info object gets released even if the nib has not been loaded.

15 years agoUpdate qt4 interface to use new "teletex-es". It fixes the unwanted display
Laurent Aimar [Sun, 13 Jul 2008 15:05:45 +0000 (17:05 +0200)]
Update qt4 interface to use new "teletex-es". It fixes the unwanted display
of teletext buttons every time there was a subtitle track.

15 years agoAdded input "teletext-es" variable to ease teletext support from
Laurent Aimar [Sun, 13 Jul 2008 15:04:17 +0000 (17:04 +0200)]
Added input "teletext-es" variable to ease teletext support from
interface.
(This variable will contain the id of spu-es that is teletext or -1 if
not present)

15 years agoAdd libdvdread instead of compiling it implicitly
Felix Paul Kühne [Sun, 13 Jul 2008 14:42:43 +0000 (16:42 +0200)]
Add libdvdread instead of compiling it implicitly

15 years agomacosx: Fix the info panel. Remove the use of maybe-freed-ptr. Make it display curren...
Pierre d'Herbemont [Sun, 13 Jul 2008 14:15:03 +0000 (16:15 +0200)]
macosx: Fix the info panel. Remove the use of maybe-freed-ptr. Make it display currently selected item.

15 years agomacosx: Never try to find an input anywhere, but get the playlist input using pl_Curr...
Pierre d'Herbemont [Sun, 13 Jul 2008 10:52:15 +0000 (12:52 +0200)]
macosx: Never try to find an input anywhere, but get the playlist input using pl_CurrentInput.

15 years agoplaylist: Defines a small helper to directly access current input.
Pierre d'Herbemont [Sun, 13 Jul 2008 10:50:12 +0000 (12:50 +0200)]
playlist: Defines a small helper to directly access current input.

15 years agolive: fix unsafe use of setlocale()
Rémi Denis-Courmont [Sun, 13 Jul 2008 09:59:14 +0000 (12:59 +0300)]
live: fix unsafe use of setlocale()

15 years agoplaylist: Fix a warning about an unitialized ptr.
Pierre d'Herbemont [Sun, 13 Jul 2008 09:02:30 +0000 (11:02 +0200)]
playlist: Fix a warning about an unitialized ptr.

15 years agomacosx: Close the window after 3 seconds of not video output, instead of 1.5.
Pierre d'Herbemont [Sat, 12 Jul 2008 21:21:59 +0000 (23:21 +0200)]
macosx: Close the window after 3 seconds of not video output, instead of 1.5.

15 years agomacosx: Make sure makeKeyAndOrderFront doesn't hide and then display the window if...
Pierre d'Herbemont [Sat, 12 Jul 2008 21:19:40 +0000 (23:19 +0200)]
macosx: Make sure makeKeyAndOrderFront doesn't hide and then display the window if it was visible and not faded.

15 years agomacosx: Make sure we don't leak an input.
Pierre d'Herbemont [Sat, 12 Jul 2008 20:26:42 +0000 (22:26 +0200)]
macosx: Make sure we don't leak an input.

Should fix the input item leak error when quitting VLC.

15 years agotext: Remove forbidden, and subject to race, playlist input access.
Pierre d'Herbemont [Sat, 12 Jul 2008 19:44:49 +0000 (21:44 +0200)]
text: Remove forbidden, and subject to race, playlist input access.

15 years agoosd: Remove a number of unneeded cast.
Pierre d'Herbemont [Sat, 12 Jul 2008 19:38:43 +0000 (21:38 +0200)]
osd: Remove a number of unneeded cast.

15 years agoosd: Make sure we release properly in __osd_Volume.
Pierre d'Herbemont [Sat, 12 Jul 2008 19:37:39 +0000 (21:37 +0200)]
osd: Make sure we release properly in __osd_Volume.

15 years agoosd: Remove a yield() that doesn't make sense.
Pierre d'Herbemont [Sat, 12 Jul 2008 19:35:07 +0000 (21:35 +0200)]
osd: Remove a yield() that doesn't make sense.

15 years agoMerge the final 0.8.6i notes
Felix Paul Kühne [Sat, 12 Jul 2008 16:04:10 +0000 (18:04 +0200)]
Merge the final 0.8.6i notes

15 years agomacosx: Remove a lonesome pl_Yield.
Pierre d'Herbemont [Sat, 12 Jul 2008 15:44:06 +0000 (17:44 +0200)]
macosx: Remove a lonesome pl_Yield.