- 18 Jan, 2010 11 commits
-
-
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 29 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
-
Rémi Denis-Courmont authored
This is silly. This option cannot be set from the configuration, so it does not beling in the preferences.
-
Rémi Denis-Courmont authored
This fixes #3168. The audio_format plugin was ignorantly claiming to convert the sample rate and channel count, though it obviously did not.
-
Jean-Philippe André authored
This fixes the following bug: When scrolling the mouse wheel down, volume jumps from 0% to 400%.
-
Jean-Philippe André authored
-
Rémi Duraffort authored
-
Ilkka Ollakka authored
-
Rémi Denis-Courmont authored
In most cases, there is enough space for the 2 old samples in the input buffer head room. In other cases, we anyway need to memory copy the whole buffer. So we now use block_Realloc(). This also saves us from copying every samples when resampling. Unfortunately, the transcode plugin seems to be feeding crap into the resampler, thus it still crashes.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
Also fix a use after free
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
POSIX sem_*() functions return -1 on error and the error code in errno (contrary to most POSIX thread functions).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
This gives a use to the otherwise useless artUrl variable This prevents qt4 interface from consuming 100% of CPU when art image has to be scaled from a big source picture
-
Geoffroy Couprie authored
This reverts commit 4b5229c8.
-