- 18 Apr, 2012 13 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Alan McCosh authored
fixes regression introduced in 8d9f4bb6Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Andrey Utkin authored
.../macosx/framework/Sources/VLCEventManager.m | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Frédéric Yhuel authored
fix up d1c96eadSigned-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
The Linux TCP stack sets POLLRDHUP as soon as the FIN packet is received. If there is some unread data in the receive buffer, it would be discarded. Then upper layer protocol typically fail. This can happen with HTTP/1.1 "Connection: close" or with HTTP/1.0 in particular. Pointed-out-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
-
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 27 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
-