- 05 Apr, 2007 16 commits
-
-
Rémi Denis-Courmont authored
I thought the comments where pretty clear.
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
before they become an endangered species
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
(disk full?)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Antoine Cellerier authored
-
Jean-Baptiste Kempf authored
This commit should show the correct dialogs in the correct order. It keeps the previous behaviour of the "Streaming" from the "Media" menu. /!\ The intelligence is surely not accurate and stream() may need to be redirected to playOrEnqueue as open() and enqueue() do in order to be correctly parsed before... Need a bit more knowledge on playlist to be sure.
-
- 04 Apr, 2007 21 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Antoine Cellerier authored
* Core: add var_Command function. This is used to execute a command registered on a object with a given name. * rc.c: use var_Command (instead of own code) * telnet.c: add support for object commands (like in the rc interface)
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
error catched by Llynix
-
Antoine Cellerier authored
-
Jean-Baptiste Kempf authored
-
Antoine Cellerier authored
-
Rafaël Carré authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Add new "mask" option to the mosaic_bridge module. This makes it possible to define a transparency mask used during mosaic blending. Example usage follows: ./vlc -I telnet --color -vvv --vlm-conf mosaic.vlm --mosaic-width 360 --mosaic-height 270 --mosaic-rows 6 --mosaic-cols 6 --mosaic-keep-picture --fake-file ~/images/mire.jpg --fake-width 360 --fake-height 270 --no-audio --sub-filter mosaic And the vlm config: new channel0 broadcast enabled setup channel0 input /home/dionoea/media/redefined-nintendo.mpg setup channel0 output #duplicate{dst=mosaic-bridge{id=0,height=270,width=360,mask=/home/dionoea/images/cone_360x270.png},select=video,dst=bridge-out{id=0},select=audio} new background broadcast enabled setup background input fake: #setup background output #bridge-in:display control background play control channel0 play The files used are available on http://people.videolan.org/~dionoea/mosaic/ if you want to test. (This will blend the redefined nintendo video in a cone like region)
-
Felix Paul Kühne authored
* make sure that the fspanel is being actived in all possible vout-goes-fullscreen ways (closed #1132, forward-porting [19667])
-
Felix Paul Kühne authored
* fixed grammar (closes #1099); I would still prefer 'is up-to-date' instead of the current wording ;)
-
Rafaël Carré authored
-
Loïc Minier authored
Martin Michlmayr; Debian #417750.
-
Christophe Mutricy authored
So patch libgnuintl.h.in so both header got the patch. For win32 it seems to produce libintl.h so kludge this one.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Qt4 - New Simple Preferences look'n feel. Should work without too many segfaults... Got rid of the QListWidget thing. Some look has still to be done, especially for size/margin/padding. I don't know yet if the look of the button will be like that ( flat, rounded onMouseOver, darked onCliked)
-
- 03 Apr, 2007 3 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Pierre d'Herbemont authored
Mac OS X package: When the dmg is opened force the open of the dmg window. Order the icon, and prepare the use of background image.
-