- 18 Feb, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 17 Feb, 2008 5 commits
-
-
Dennis van Amerongen authored
* include/vlc_threads_funcs.h: add define for ETIMEDOUT on WIN32 and remove return 0 from void function vlc_spin_destroy
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- lock/unlock/signal/wait/destroy functions cannot fail unless there is a bug, so have them return void rather than an unused int, and assert against bugs. - Fix a few corner case minor bugs. - Use fprintf() rather than msg_Err() to avoid infinite recursions.
-
Bernie Purcell authored
causing segfault on Windows platform
-
- 16 Feb, 2008 7 commits
-
-
Jean-Paul Saman authored
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
macosx/vlc_app: Access meta via valueForKeyPath: to make sure we trigger art work fetching. We may change the metaDictionary a bit to prevent non trapped access.
-
Pierre d'Herbemont authored
-
Mark Moriarty authored
-
- 15 Feb, 2008 10 commits
-
-
Pierre d'Herbemont authored
-
Antoine Cellerier authored
-
Mark Moriarty authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
-
Christophe Massiot authored
-
- 14 Feb, 2008 7 commits
-
-
Dennis van Amerongen authored
* modules/codec/x264.c: fix threads=0 (auto) which is the default setting for VLC but wasn't propogated to x264 which kept using its default threads=1 (thanks pengvado for spotting the problem). This fix gives a major performance boost on multi cpu systems when using the default settings.
-
Dennis van Amerongen authored
* extras/contrib/src/Patches/x264-svn-win32.patch: revert [25113] and [25140] log x264 thread count from win32.patch and put it in a generic patch for all platforms (threads=0 autodetect for x264 is reportedly failing on win32 and linux too and always reports threads=1, though x264 cli works fine so it needs more debugging..)
-
Pierre d'Herbemont authored
-
Dennis van Amerongen authored
* modules/codec/x264.c: more user friendly version reporting of x264 (so no more confusion x264 core:58 would mean the system has 58 cores..)
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 13 Feb, 2008 10 commits
-
-
Dennis van Amerongen authored
* extras/contrib/src/Patches/x264-svn-win32.patch: log x264 thread count as normal info instead of needing debug (extreme logging needing verbose option)
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Jean-Baptiste Kempf authored
-
Pierre d'Herbemont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: implemented the Video category of the SimplePrefs panel. vout module and display device selectors are left as an exercise for the reader.
-