- 19 Jan, 2010 7 commits
-
-
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 21 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).
-
Rafaël Carré authored
Replace arbitrary sleep delays by active waiting of state change Add state change wait where needed (after play()/next()/previous())
-
Rafaël Carré authored
-
Steven Sheehy authored
-
Rafaël Carré authored
-
- 17 Jan, 2010 12 commits
-
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit f2564c11.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
...instead of the configuration. As a side effect, the command line parameter should not be visible in the preferences, and more importantly not be saved as part of the persistent configuration (fixes #1428) (and really fixes older #1106). We might be able to remove a few "dummy" change_unsaveable(). Some of them really were just work-arounds for this bug. In principle, we could possibly remove all of them as long as we keep add_internal(). Note that this commit will render any command line option inoperant if it is read with config_Get*() instead of var_Inherit*() or var_*Get*(). I already fixed the most commonly used occurences, but there are some left, especially inside plugins.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-