- 24 Jun, 2013 12 commits
-
-
Sveinn í Felli authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Gonçalo Cordeiro authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Sam Askari authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Mario Siegmann authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Aputsiaĸ Niels Janussen authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Aled Powell authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Tomáš Chvátal authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Adnan Memija authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Rafaël Carré authored
this field is used as end trimming Refs: #8295
-
Rafaël Carré authored
Refs: #8295
-
Rafaël Carré authored
Refs: #8295
-
Rafaël Carré authored
Close: #8638
-
- 23 Jun, 2013 13 commits
-
-
Rafaël Carré authored
The decoder might have filters in place that cause it to output to something else than s16n Close: #6400
-
Rafaël Carré authored
Closes: #8611
-
Rafaël Carré authored
Prefer the shorter version (avcodec/avformat support both)
-
Christoph Miebach authored
-
Rafaël Carré authored
Refs: #8830
-
Rafaël Carré authored
-
Christoph Miebach authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
- 22 Jun, 2013 15 commits
-
-
Erwan Tulou authored
-
Erwan Tulou authored
These parameters will allow to create a slider which adapts to the display. width/height parameters will be optional. If set, the initial slider will be resized to meet these requirements. A main use case will be the possibility to create a fullscreen timeslider that automatically spans the whole screen whatever the screen resolution. e.g syntax would be <Slider width="100%" ....>
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
Till now, these two parameters only had a meaning for geographical positioning. As explained at http://forum.videolan.org/viewtopic.php?f=26&t=111572, extending xoffset and yoffset for the general case would help a lot skin developpers easily position an object of unknown size around a given point : for instance, x="50%" xoffset="-50%" would center an object horizontally. x="100%" xoffset="-100%" would set an object to the East This patch doesn't modify the existing behaviour. It just implements a new feature for the case where it was a silent no op. x,y, width, height percentages are computed against the parent container xoffset and yoffset percentages are computed against the current object TODO: this approach could be generalized to all objects (need to extend the dtd)
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
This reverts commit acf5397b. Conflicts: contrib/src/bghudappkit/rules.mak
-
Erwan Tulou authored
At the core level, the 'f' hotkey and the double click are managed in a slightly different way. The former sets up both the playlist and the vout "fullscreen" variables whereas the latter only sets up the vout variable. This patch first relies on the vout state if any, and falls back to the playlist state. This ensures that the fullscreen button always works consistently for the user. Otherwise, user needs to press twice instead of once when the playlist and the vout are no longer in sync (after a double click)
-
Rafaël Carré authored
-
David Fuhrmann authored
macosx: dialogs provider: fix crash for question dialog and also improve robustness of other dialogs
-
Erwan Tulou authored
-
Erwan Tulou authored
as reported on the forum at http://forum.videolan.org/viewtopic.php?f=26&t=111572
-
Erwan Tulou authored
plus factorise some code. This fixes a bug reported on the forum at http://forum.videolan.org/viewtopic.php?f=26&t=111572
-