- 26 May, 2008 25 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Fix the rawvideo codec when visible_pitch != pitch. (And simplify code) This should fix partial screen captures using non multiple of 16 values.
-
Antoine Cellerier authored
Add some missing symbols in a blind attempt to fix the buildbots. Feel free to revert if this is wrong.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
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 5 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
-