- 29 Jul, 2012 13 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
The "item-change" callback is called with the playlist lock held in at least one case: when the now playing meta is cleared while a new input is created by the playlist. playlist_CurrentInput() acquires the playlist lock. So the "item-change" callback cannot call it. This bug is present in the Growl, MSN and Telepathy modules since version 1.0.0. It got copied into Notify in version 2.0.0. This reverts commit fc56b92a. This should fix #6641.
-
Rémi Denis-Courmont authored
As discussed in May 2012, this plugin has been deadlocking since VLC 1.0.0. So I gather it is unused and unmaintained. Also, it does not seem to be using libdbus safely.
-
Rémi Denis-Courmont authored
As discussed last May, this has been silently broken since VLC 1.0.0.
-
Rémi Denis-Courmont authored
-
- 28 Jul, 2012 7 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
macosx: CAS: added a label to sum up the current streaming settings in case that the stream sheet is closed Additionally, remove the Cancel button since it was against the HIGL
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: make sure that the marquee is displayed correctly when enabled for the first time in a session
-
Felix Paul Kühne authored
-
Benjamin Drung authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 27 Jul, 2012 8 commits
-
-
Felix Paul Kühne authored
Previously, the OS automatically switched from integrated graphics to dedicated ones as soon as VLC is launched since it is using OpenGL. Of course, that's wrong, since VLC runs quite nicely on the integrated ones to draw its single texture, so there is no need to waste battery life on the dedicated card.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Trust the ObjC runtime, it will do its job properly.
-
Jean-Baptiste Kempf authored
-
Konstantin Pavlov authored
2. This fixed playback of TSC2 samples on http://streams.videolan.org/misc/tsc2/ .
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
- 26 Jul, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 27 Jul, 2012 1 commit
-
-
Felix Paul Kühne authored
-
- 26 Jul, 2012 10 commits
-
-
Jean-Baptiste Kempf authored
This is notably the case with Nikon-Camera generated movies
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Edward Wang authored
The issue here is that android-x86 doesn't guarantee an aligned stack, which means some of the inline asm functions will waste an extra register on realigning the stack. libavcodec does however have stuff in place in all entrypoints that realign the stack on all calls into the library. If you build with --extra-cflags='-mincoming-stack-boundary=4', gcc assumes that the stack actually is aligned already, which the entry points ensure, so this inline asm builds fine. Pointed-out-by: Martin Storsjö <martin@martin.st> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Edward Wang authored
This package needs exceptions. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Edward Wang authored
This package demands exceptions, but if it is enabled globally, it conflicts with other packages. Signed-off-by: Rafaël Carré <funman@videolan.org>
-