- 22 Feb, 2010 18 commits
-
-
Pierre d'Herbemont authored
parsing is simpler.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
Else there is no way to properly trigger meta preparsing from libvlc.
-
Pierre d'Herbemont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
The included share folder was cut down to aclocal, autoconf, automake, gettext and libtool. Additionally, the gecko-sdk is downloaded and installed separately now. This vastly speeds up the installation process.
-
Jean-Baptiste Kempf authored
-
Erwan Tulou authored
VlcManager and VarManager dependents on each other (a design problem) Anyway, it is a bad idea to use instance() on any manager when deallocating ressources as it can start anew a manager already deallocated. Better use global variables in p_sys and act accordingly.
-
Jakob Leben authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
And update NEWS to show latest improvements of avcodec. Next contribs on mac and Windows should have AMR working
-
Pierre d'Herbemont authored
Pointed by xtophe.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 21 Feb, 2010 21 commits
-
-
Laurent Aimar authored
We can come out of still mode by user actions, and so the timer need to be reset in DVDNAV_BLOCK_OK.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It should fix subtitle perfs under windows.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This should fix LP#525278.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Regression from the ASX ad unskipping stuff
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
...so allow decimal values.
-
Erwan Tulou authored
when using set_text on an image widget, vlc crashes (trying to unlock when no lock is held)
-
Erwan Tulou authored
Recent change in core(audio) now requires playlist to be passed as object so that findAout can success (based on "find-input-callback" inheritance)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is needed to protect the Xlib internal state. Xlib may still be used by user interface thread, the GLX video output thread(s) and PulseAudio -audio thread- while it initializes. Fortunately, we do not need to lock X11 displays as every thread uses its own. Hopefully Xlib is not buggy in that respect, but I am not so sure :( This should fix LP #419915.
-
- 20 Feb, 2010 1 commit
-
-
Rémi Denis-Courmont authored
This reverts commit 3dd62c35.
-