- 24 Jun, 2013 22 commits
-
-
Andriy Bandura authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Kaya Zeren authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Đorđe Vasiljević authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Marián Hikaník authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Alexander Lakhin authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Michał Trzebiatowski authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Thomas De Rocker authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Suraj Kawade authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Yogesh K S authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Fumio Nakayama authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
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 5 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)
-