- 25 Nov, 2007 4 commits
-
-
Jean-Baptiste Kempf authored
-
Dennis van Amerongen authored
-
Bernie Purcell authored
attempt to fix issues with segfault reported on list
-
Jean-Baptiste Kempf authored
-
- 24 Nov, 2007 21 commits
-
-
Antoine Cellerier authored
Wave and ripple should now behave correctly for chromas where pixels can take more than 1 byte in a row (like RV32).
-
Antoine Cellerier authored
v4l2: Since the frame size and frame intervals ioctls are new in Linux 2.6.19, add some ifdef stuff to make sure that this still compiles on older kernels.
-
Antoine Cellerier authored
v4l2: Display supported frame interval (inverse frame rate) for chosen chroma and resolution in debug output.
-
Antoine Cellerier authored
-
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 15 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
-