- 14 Apr, 2008 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 13 Apr, 2008 17 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Removed nasm in favour of yasm for Darwin-x86. Note that yasm isn't build on PowerPC-based Macs because it's not needed.
-
Felix Paul Kühne authored
Removed nasm from the contribs and changed the build behaviour for yasm: it's only compiled on Intel-based Macs as PPC-based Macs don't need it.
-
Christophe Mutricy authored
Don't use the export things in taglib as we don't need it and it's buggy
-
Pavlov Konstantin authored
Also fix Distributions gitignore.
-
Pavlov Konstantin authored
-
Jean-Paul Saman authored
Move ppsz_input_state[] to modules/control/rc.c because it is the only user of this variable. This silences a lot of warning messages.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Don't compile dynamicoverlay when there is no POSIX shared memory support on the system. Use VLC_UNUSED() iso (void)().
-
Jean-Paul Saman authored
Rename LoadImage() to blendbench_LoadImage() because of naming conflicts with Windows API and small cleanup/malloc checks.
-
Jean-Paul Saman authored
-
Ibraheem Paredath authored
Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
assertions in release builds
-
Rémi Duraffort authored
-
Michael Ploujnikov authored
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
- 12 Apr, 2008 5 commits
-
-
Filippo Carone authored
-
Christophe Mutricy authored
When we don't build some code we need to remove all the place where it's called else bad things happen at link time
-
Pierre d'Herbemont authored
-
Dominique Leuenberger authored
This ensure compatibility with wxGTK 2.8. The idea is to replace VLCVolCtrl with standard controls. Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
-
Pavlov Konstantin authored
Must be reverted once x264 is fixed.
-
- 11 Apr, 2008 16 commits
-
-
Pierre d'Herbemont authored
-
Christophe Mutricy authored
Some files have moved (and some were added)
-
Christophe Mutricy authored
-
Rémi Duraffort authored
-
Ilkka Ollakka authored
I bisected this unable to get meta from mp4-file to this 8632e67b commit and this particular line.
-
Filippo Carone authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
This sample is downloaded from streams.videolan.org. Feel free to find a better suited codec/demux combination. libvlc test are now splitted a bit. Tests that are specific to core and that don't need vlc's modules are kept in src/test.
-
Jean-Paul Saman authored
Files belonging to patch from, thannoy: Allow future control toolbar to be hidden (default) or shown.
-
thannoy@actech-innovation.com authored
Even if no control toolbar is implemented for ActiveX yet, we already provide the code to enable/disable it for compatibility with Firefox API behaviour. The getter used to know if toolbar is shown will always return FALSE until a toolbar is implemented. (getter which will be available soon for Firefox) To use it: - ActiveX global property named "toolbar": For HTML : <param name="toolbar" value="True" /> - API on IVLCControl2 interface, property "toolbar" (RW): For Javascript : yourvlcobject.toolbar = false; isToolBarShown = yourvlcobject.toolbar; Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
thannoy@actech-innovation.com authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Pierre d'Herbemont authored
-