- 03 Aug, 2009 7 commits
-
-
Olivier Aubert authored
It would be nice if its syntax was the same as all other enums...
-
Rémi Denis-Courmont authored
Pointed-out-by: Taylor Venable
-
Rémi Duraffort authored
(and also remove an unneeded include).
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
At the moment it doesn't handle those size/bold/* stuff, only takes font from it. But IMO still better than old file-choosing way.
-
Ilkka Ollakka authored
Parameter is default, so no need to tell it here.
-
Ilkka Ollakka authored
according to doc, thisway view should be able to do some optimisation over itself, and I didn't figure out anycase that rows wouldn't be same height on playlist.
-
- 02 Aug, 2009 22 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Previously, the core would fallback to other demux plugins which was inefficient and error-prone.
-
Rémi Denis-Courmont authored
A plugin can use this if it matched but detected a non-recoverable error while inside the open callback. Help yourself if you want a "better" error code.
-
Rémi Denis-Courmont authored
exit() cannot return negative numbers (the high-order bits are ignored). And anyway, that's not a meanigful place for VLC error codes. It is also questionable whether we should exit() from LibVLC anyway...
-
Rémi Denis-Courmont authored
This is consistent with existing practice inside and outside of VLC. We really don't need a separate error code for that.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Nothing can really kill VLC when browsing plugins, since nothing has started.
-
Ilkka Ollakka authored
This should be more clearer to user what column is used to sort (eg if it's hidden, then hide sortIndicator also).
-
Ilkka Ollakka authored
If you setSortingEnabled after setting model, it doesn't call sorting, otherway around it does. Missed thatone on previous try.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is inefficient. It could be optimized a lot with epoll/timerfd on Linux and kqueue/kevent on BSD. Unfortunately, the POSIX timer API is impossible to use in a thread-safe manner, other than with signals.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Note that this can only be used safely in the core. In a plug-in, it would introduce a race whereby dlclose() unmaps the code segment that a detached thread is running (this was discussed over a year ago). For that, we'd need something a bit more involved along the lines of Win32's FreeLibraryAndExitThread().
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is never used currently. Removing it simplifies the next commits.
-
Rémi Denis-Courmont authored
-
- 01 Aug, 2009 11 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: prepare the switch from dyld to 'Dynamic Loader Compatibility Functions' as partially intended by [7147338b7439f7f4a5d6d9c86e8d5d7a8501be4d] Using Apple's legacy object file image functions around NSModule is strongly discouraged and won't work in the future at all.
-
Rémi Denis-Courmont authored
This reverts commit 75b34a6c.
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jakob Leben authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
This reverts commit 3266085e. It triggers a crash whenever sorting manually.
-