- 24 Nov, 2007 17 commits
-
-
Ilkka Ollakka authored
widget-size, 1. try from me
-
Jean-Baptiste Kempf authored
Qt4 - Extended dialog, group audio things under an Audio Tab. put the audio and video tabs on the left.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Changes to the lua module's declaration: add luahttp alias and don't make it accept the luameta alias for all capabilities.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Re-enable EXTVLCOPT: parsing in m3u playlists. You'll need to append the --m3u-extvlcopt option to you command line if you want it.
-
Jean-Baptiste Kempf authored
-
Richard Hosking authored
-
Dennis van Amerongen authored
-
Dennis van Amerongen authored
* modules/access_output/shout.c: Implement automatic reconnection on server disconnect - closes #1167
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Why don't we use an enum in that file ???
-
Jean-Baptiste Kempf authored
Inheritance rules...
-
Pierre d'Herbemont authored
-
Jean-Baptiste Kempf authored
-
- 23 Nov, 2007 23 commits
-
-
Pierre d'Herbemont authored
MacOSX/Framework/VLC_app: Use the bindings a little bit more. Demo the search feature. Uses shoutcasttv by default to have some content by default.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
MacOSX/Framework: No more rely on media_descriptor_(get/set)_user_data, now that we cache the media decriptor. (We may want to revert that back one day, but right now this doesn't work, and trigger some strange bugs here).
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Jean-Paul Saman authored
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCMediaListAspect.m: Use a NSMutableArray to cache the media list view items. (for the same reason given in previous commit).
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCMediaList.m: Cache the media list objects in a NSMutableArray. We do this because we want to use bindings. Cocoa bindings requires us to send willChangeValueForKey/didChangeValueForKey on the main thread. And that's one of the simpler way to do that without having locking problems.
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
heavy simplification, and fix(/remove) piles of error cases. Server gets to choose the charset anyway.
-
Jean-Paul Saman authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Jean-Paul Saman authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCMediaList.m: Don't forget to alloc an autorelease pool on function that may be called from a non-main thread context.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
MacOSX/Framework: Use mediaListWithLibVLCMediaList instead of media*l*istWithLibVLCMediaList, to match the VLCMediaList class name cases.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-