- 23 Dec, 2011 2 commits
-
-
Damien Erambert authored
-
Felix Paul Kühne authored
-
- 22 Dec, 2011 9 commits
-
-
Felix Paul Kühne authored
-
Rafaël Carré authored
-
Konstantin Bogdanov authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Cheng Sun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
needs testing on Snow Leopard and Leopard
-
Felix Paul Kühne authored
macosx: fixed clipping of the caution icon in the most-left column of the playlist table (fixes #5597)
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: fix fspanel when using Lion's fullscreen mode (and mouse-moved events within the vout in general)
-
Jean-Baptiste Kempf authored
-
- 21 Dec, 2011 13 commits
-
-
Naohiro KORIYAMA authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Currently, when you click the button to set up file associations on Windows, the dialog presented is untitled and just displays the file name, "vlc". Close #5711 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
- fix the logic - simplify - repair the ability to save the state and position Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #5699 Regression from 43424ac2
-
Sébastien Escudier authored
Closes #5707 #5493
-
Jean-Paul Saman authored
The error message "EXT-X-MEDIA-SEQUENCE already present in playlist (new=%d, old=%d)" was triggered way to often for HLS live streams. In addition the new metadata from a new HLS playlist was not updated in the internal list.
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Naohiro KORIYAMA authored
Close #5700 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Alexander Law authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Using it causes libdvdnav to complain about 'demux error'. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Cheng Sun authored
Close #5704 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 20 Dec, 2011 7 commits
-
-
Felix Paul Kühne authored
this commit also fixes a xib incompatiblity with 10.5
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: correctly hide the controls within the native fullscreen mode on Lion when displaying a video (closes #5505) note that the ordinary fullscreen controller panel won't be present atm though additionally, this commit can potentially impact the layout of the controller zone and lead to ugly effects, so please stress it a bit
-
Felix Paul Kühne authored
macosx: fixed missing menubar on Lion when entering fullscreen mode through a VLC internal trigger (fixes #5537)
-
Clement Lecigne authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Mirsal Ennaime authored
Oops, Do not forget to include limits.h when using INT_MAX
-
Mirsal Ennaime authored
Use INT_MAX as the maximum content length as libupnp introduced 0 as an unlimited content length in pupnp 1.6.7, though UPNP_VERSION was not bumped.
-
- 19 Dec, 2011 9 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Martin Storsjö authored
These buffers aren't known to the actual OMX codec. Normally, these buffers are removed from the queue by DecodeAudio/DecodeVideo, but if they're pushed multiple times (which happens when using google sw decoders), PortReconfigure might try to free them. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
These buffers were introduced to avoid a potential deadlock when the codec has issued a PortSettingsChanged event but not returned any buffers to the client, making the DecodeVideo function hang waiting for an input buffer to use, before handling the reconfigure. The same handling needs to be done for DecodeAudio too, otherwise it will try to use the sentinel buffer as a normal one. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
This SetParameters call shouldn't be necessary as far as I know, but only avoiding it for audio codecs for now. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-