- 19 Apr, 2012 3 commits
-
-
Felix Paul Kühne authored
no functional changes
-
David Fuhrmann authored
-
David Fuhrmann authored
macosx: allow a smaller min-height when video is playing and currently visible in order to get more exact zoom behaviour
-
- 18 Apr, 2012 19 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This eliminates one error case that nobody dealt with anyway.
-
Rémi Denis-Courmont authored
This is not particularly clean and intuitive. But <vlc_messages.h> is included and used all over the place, whereas the back-end is only used by interfaces.
-
Rémi Denis-Courmont authored
-
Adrian Yanes authored
Details: From Lua 5.2: Change to '\z' escape. Reject undefined escape sequences. The proper way to match the dot in Lua is %. Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
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 18 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
-