- 26 Jun, 2009 24 commits
-
-
Jean-Paul Saman authored
(cherry picked from commit 9723a59803b71523d540d2070e60f2f11907d28e) Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Derk-Jan Hartman authored
It's either paths or uris.
-
Derk-Jan Hartman authored
This fixes using marq and rss filter with default options on Mac OS X.
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
moment).
-
Felix Paul Kühne authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Disabling AR will work instantly, while mediakey require a restart to update the setting. To be fixed later on.
-
Felix Paul Kühne authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
This reverts commit 26ad82e3.
-
Rémi Duraffort authored
by a mutex).
-
Rémi Duraffort authored
-
Rémi Duraffort authored
The string given in a callback must be copied.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 25 Jun, 2009 16 commits
-
-
Rémi Denis-Courmont authored
This saves memory, diminishes latency and fixes an unlikely loss of events if too many actions are sent. This may expose some re-entrancy bugs, although I did some succesful smoke tests. Any path that emits a key action or a key press needs to be careful. vout_thread_t.pf_manage is the most obvious case. That should be safe as the vout thread holds no locks when in pf_manage. Not sure about OpenGL though. A small bug with SPU across vout change remains present as before.
-
Rémi Denis-Courmont authored
When we connect through a proxy, the certificate common name does not match the TCP-level hostname...
-
Rémi Denis-Courmont authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Rémi Duraffort authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
Set the nop at the end of parsing, instead of the beginning, because SetURI will only init the name once. Now we had all media library items with the title "nop".
-
Rémi Duraffort authored
early).
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Derk-Jan Hartman authored
A <track> can have 0 or more <location> elements. VLC doesn't like elements without a uri however, so init an element with vlc://nop. Note also that we currently only support 1 location element per track.... This closes #2891
-