- 26 May, 2008 15 commits
-
-
Antoine Cellerier authored
-
Pierre d'Herbemont authored
This is the last fix for libvlc.dylib compilation on Mac OS X.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
This reverts commit 96cc9c26. This commit is reverted because we are using a regexp to determine the list of exported symbols in libvlc. However some private symbols start with libvlc_, this produces (here on Mac OS X) a nmedit error about symbols not being found while exported. A solution is to externalize those private symbols, hence using VLC_PUBLIC_API. Feel free to come up with a better solution.
-
Antoine Cellerier authored
-
Rafaël Carré authored
-
Ilkka Ollakka authored
-
Rafaël Carré authored
Fix some warnings Get the pixmaps from the right directory
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
qtcapture: Tab fixes, plus attempt to get the real PTS. We still really do lag compared to PhotoBooth...
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
qtcapture: New access_demux module (QTKit based) to capture video from your iSight Camera on Mac OS X. Usage: 'vlc qtcapture://'. This is a 2 hours hacked module. We don't grab sound yet, and there are a lot of FIXME. Note: For some reason QTKit needs a the main thread to be a cocoa thread. Don't expect it to run with -I dummy for instance.
-
- 25 May, 2008 10 commits
-
-
Antoine Cellerier authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Antoine Cellerier authored
(that's one of the isight's chromas)
-
Rémi Denis-Courmont authored
O_APPEND puts the file pointer to the end after _each_ write. We want to put it at the end (only) after open. Also allow reading/seeking stdout, as it could be a redirected file (of course, it won't work if it's a terminal)
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
- 24 May, 2008 15 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Still not working though
-
Rémi Denis-Courmont authored
Thank you big time for committing stuff against people's review.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Should fix strlcpy() issues on Linux, but Win32 is surely still totally broken by d754b405
-
Rafaël Carré authored
Mark description & shortnames as translatable with N_ (Thanks for testing the build before committing, I think the source code had the same review)
-
Rafaël Carré authored
-
Miguel Angel Cabrera Moya authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
Please review whether this patch is correct as it adds internal functions using VLC_EXPORT.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-