- 17 Apr, 2012 18 commits
-
-
Sean Robinson authored
Close the D-Bus message when sending the value of the CanSeek property in the Player object. Signed-off-by: Mirsal Ennaime <mirsal@videolan.org>
-
Sean Robinson authored
The position is an input parameter, not a return value. Signed-off-by: Mirsal Ennaime <mirsal@videolan.org>
-
Sean Robinson authored
According to the MPRIS specification, the Position property of the Player object must be an int64. dbus microsecond position overflows the unsigned 32-bit integer at about 35:48 into a track's playback. A 64-bit integer still means an overflow, but after more than 292000 years into a track's playback. Signed-off-by: Mirsal Ennaime <mirsal@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
ffmpeg modules were renamed too some time ago
-
Rafaël Carré authored
avoid confusing old versions of ffmpeg
-
Rafaël Carré authored
show the invalid options for the first stream only (following dictionaries are identical) free all the options array
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Obsolete "ffmpeg" prefix Use "avformat" or "avcodec" prefix avio has no options (yet) switcher uses "sout-switcher" prefix Use "sout-avformat" for muxer
-
Rafaël Carré authored
-
Hugo Beauzée-Luyssen authored
If rate stays at 0, a FPE will be raised in SetupOutput.
-
Hugo Beauzée-Luyssen authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Mirsal Ennaime authored
-
Mirsal Ennaime authored
The D-Bus specification forbids parts of well-known bus names to begin with a digit. This patch changes the instance-specific part of the bus name to .instance<pid> instead of -<pid> in order to comply with the MPRIS v2.2 see: http://specifications.freedesktop.org/mpris-spec/2.2/#Bus-Name-Policy
-
Erwan Tulou authored
This fixes #6599
-
- 16 Apr, 2012 22 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
And do the same with aout_Fifo since only aout_Packet uses it.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
'control' and 'extraintf' will be checked for occurences of 'macosx', which, if found, in turn will be removed. Other contents of these settings won't be touched. Same for all the other prefs.
-
Rafaël Carré authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Shared anonymous mapping did not make much sense.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
This hopefully helps on scrollin bigger playlists as view is not always back on top.
-
Ilkka Ollakka authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This fixes playback for wall-e bluray (and maybe others)
-
Hugo Beauzée-Luyssen authored
-