- 19 Dec, 2009 6 commits
-
-
Pierre Ynard authored
This adds support for the rtptime parameter in the RTP-Info RTSP header. It provides synchronization at start-up between RTP elementary streams, and is required by some clients to start playing the stream correctly.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Mike Schrag authored
load vlc config parameters from an array of strings in the 'VLCParams' property in the main bundle's Info.plist Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Disabled ncurses, SDL, SDL_image, visual, httpd and vlm, as these are not needed within the framework.
-
- 18 Dec, 2009 14 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
Reported by seventoes and kettch.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
Should fix your build if your host doesn't strictly match your gcc build machine. Pointed-out-by: Rafaël Carré <rafael.carre@gmail.com>
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Brian Weaver authored
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
And make sure we really use the host to check what contrib to use in the configure. You don't have to re-run bootstrap from contrib after make from contrib when building for x86_64-darwin.
-
Pierre d'Herbemont authored
-
- 17 Dec, 2009 9 commits
-
-
Pierre d'Herbemont authored
This should fix the issue about libmad when build the framework with the default settings.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
fdatasync is not exported. Fallback on fsync.
-
David K authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
-
Pierre d'Herbemont authored
macosx/framework: Include 'vlc' executable in the Framework. It's no real use, but its always useful.
-
Pierre d'Herbemont authored
Feel free to revert.
-
Pierre d'Herbemont authored
-
Pierre Ynard authored
-
- 16 Dec, 2009 11 commits
-
-
Erwan Tulou authored
This patch proposes a fullscreen controller for the skins2 interface. it features the following : - skinable fsc (desciption in theme.xml with the Window tag) - only restriction : no spawning of subwindows or dialogs - window is considered a fsc when id="fullscreenController" - (de)activation by clicking on the middle button of the mouse (intf-show) This fsc currently only works for Linux (new vout design). For Windows, it is a noop as long as the old vout design is still valid.
-
Laurent Aimar authored
-
Laurent Aimar authored
It was duplicated with es_format_t::i_sar_num/den.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Erwan Tulou authored
a function updateShape must be called __after__ the layout is rebuilt and __before__ the window is refreshed. This function call was misplaced and resulted in applying an empty mask and concealing the final window
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
-