- 20 Jan, 2010 7 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
(not sure that's the best way but that's working well).
-
Laurent Aimar authored
-
Laurent Aimar authored
It won't do anything until the support is actually added to FFmpeg.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 19 Jan, 2010 16 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit cbb409e5, i.e. yet another proof of the total lack of respect that M2X has for other people (volunteer's) time and/or code quality.
-
Erwan Tulou authored
On Windows, fullscreen was displayed with a frame and title. Passing the newflags when reparenting works out the problem. patch tested successfully on Linux and WinXP. other Win flavors to be tested
-
JP Dinger authored
-
JP Dinger authored
-
JP Dinger authored
-
JP Dinger authored
-
JP Dinger authored
-
JP Dinger authored
-
JP Dinger authored
-
JP Dinger authored
-
JP Dinger authored
marquee filter. Also change logo parameter transparency to opacity for consistency with marquee.
-
Jean-Paul Saman authored
-
Eric Lassauge authored
Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
-
- 18 Jan, 2010 17 commits
-
-
Ramiro Polla authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Laurent Aimar authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
So far, the input was attached after it inherited quite a bunch of variables. This did not quite work. The problem lies in the dual use of object attachment: variables inheritance and tree search. Nowadays, the input object should not be looked for before it is initialized. Only children objects use vlc_object_find anymore, and they can only exist while the input is fully initialized. Other code paths use playlist_CurrentInput() or such, which only ever return an already initialized input (from input.c:Create()). (N.B.: I wonder if there aren't similar issues in VOUT and AOUT)
-
Rémi Denis-Courmont authored
This is not needed, and not a good idea.
-
Rémi Denis-Courmont authored
-
Jean-Philippe André authored
Fixes: Qt playlist was not able to display the SAP service discovery because Qt relies on a call to playlist_ChildSearchName(). The name defined as module longtext must be the same as the SD probe name.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
-
Rafaël Carré authored
Use var_Inherit* on parent object in playlist_Create() Check "media-library" before calling playlist_ML*()
-
Rafaël Carré authored
-
Pierre Souchay authored
When the first entry is read and has a clientskip attribute, It keeps a backup of the playlist entry for later use. If another entry exists without clientskip attribute, the backup will be discarded. When finished parsing, we search for a backup, if found, we add it (it means we did not find any entry).
-