- 12 Dec, 2007 8 commits
-
-
Jean-Paul Saman authored
Don't free() a char variable when it is on the stack (in src/modules/modules.c SaveCache()) and be more sane about contents of psz_filename.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
remove that kludge to use playlistwidget for getting art for backgroundwidget, use callback instead and check need of update every 750ms.
-
Pierre d'Herbemont authored
control/media_list_view.c: Don't lock the mlist in libvlc_media_list_view_set_ml_notification_callback.
-
Pierre d'Herbemont authored
misc/threads.c: Implement vlc_threads_error(), that is called when an error is encountered in the threading system. The whole point of this is to ease debugging of such situation, by exposing a nice symbol on which we can break. (This costs nearly nothing).
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCMediaListAspect.m: Use the cachedMedia array when giving back the aspect items. That really boost performances by the way.
-
Pierre d'Herbemont authored
-
- 11 Dec, 2007 22 commits
-
-
Jean-Baptiste Kempf authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Rafaël Carré authored
-
Laurent Aimar authored
on Glen Gray patch. (The code is commented until it is confirmed to compil/work.)
-
Laurent Aimar authored
Based on a patch by Glen Gray.
-
Laurent Aimar authored
-
Laurent Aimar authored
DEMUX_CAN_PAUSE and DEMUX_CAN_CONTROL_PACE can now fail.
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCMedia.m: Don't forget to init the metaDictionary, when initing from a media_descriptor object.
-
Jean-Baptiste Kempf authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCMedia.m: Separate the different part by some nice comments. Remove uneeded and complicated code in meta information retrieval. Use stringWithUT8String instead of stringWithCString.
-
Rémi Duraffort authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCMedia.m: Use mediaWithURL:(NSURL*) instead of mediaWithURL:(NSString*). Add a mediaWithPath:(NSString*) constructor.
-
Pierre d'Herbemont authored
MacOSX/Framework/VLC.xcodeproj: Various updates, such as removal of the SDK, gc support, and QuartzCore linking, and use NATIVE_ARCH as the only target.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
Qt4 - Rewrite of the VLM Dialog. It features a list on the left of the VLM object, and a right pane to see them in details. Creation and modification is doable. This is not yet a VCR, but it could be :D The code is way not finished and uncleaned, but feel free to improve. Only Brodcast elements have a start of code.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
It should fix some issues with Samples with Video + Cook. If you think this is wrong, please revert.
-
Rémi Duraffort authored
-
- 10 Dec, 2007 10 commits
-
-
Rémi Duraffort authored
-
Felix Paul Kühne authored
* fixed a corner case on PowerPC-based Macs since MACOSX_DEPLOYMENT_TARGET is set to 10.1 on these devices, although we need at least 10.3 and prefer 10.4
-
Felix Paul Kühne authored
* disable the usage of the OSX SDKs by default due to a known incompatibility between the libraries used on 10.4.8 (or higher) and the existing 10.4u SDK. This solves the current compilation issues with the AUHAL and Screen.Mac modules and closes #1399
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
* disable Screen Capturing on OSX until it is fixed because it blocks all builds on most 10.4 setups (refs #1399)
-
Jean-Paul Saman authored
-
Rafaël Carré authored
-
Rafaël Carré authored
qt4: use preprocessor flags with moc, so it finds the headers in the right place
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Fix hang in live555 when sending RTSP OPTIONS by letting readSocket() timeout after 5 seconds. Added reconnect case to modules/demux/live555.cpp (without backing off scenario).
-