- 18 Apr, 2012 6 commits
-
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Jean-Baptiste Kempf authored
Fixes playback of .aiff with ima4 in them
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 17 Apr, 2012 28 commits
-
-
Rémi Denis-Courmont authored
MSDN does not mention SMP bugs with this as with perfomance timers. Figures. This is untested and untestable at the moment.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Fixes #6346.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Qt4 is only one of several views to the playlist.
-
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
-
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 6 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
-