- 21 Dec, 2011 15 commits
-
-
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> (cherry picked from commit 8634f761) 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> (cherry picked from commit 6e71a9b9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit e5aca82f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #5699 Regression from 43424ac2 (cherry picked from commit ee658c7c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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. (cherry picked from commit 520804ce) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 0a896b6b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sébastien Escudier authored
Closes #5707 #5493 (cherry picked from commit 9b0fc851)
-
Naohiro KORIYAMA authored
Close #5700 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit d8fd1c13) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Alexander Law authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 60240804) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Cheng Sun authored
Close #5704 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 083e1bd9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
this commit also fixes a xib incompatiblity with 10.5 (cherry picked from commit 72187886) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 6d2b10ba) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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 (cherry picked from commit 86c4c01c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
macosx: fixed missing menubar on Lion when entering fullscreen mode through a VLC internal trigger (fixes #5537) (cherry picked from commit f004bad2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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. (cherry picked from commit 794557ee) (cherry picked from commit 75a40b63) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 20 Dec, 2011 1 commit
-
-
Clement Lecigne authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 7d282fac)
-
- 19 Dec, 2011 24 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit 6a8197f6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit e316b5a5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 74f2f90a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 68660d8a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 4c718f0e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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> (cherry picked from commit 6643ac0a) 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> (cherry picked from commit 74b8075f) 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> (cherry picked from commit 32f03862) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 9639b545) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
This is similar to the ThumbnailMode on Nexus S, except that the index doesn't seem to be queryable dynamically (I don't seem to find any string in the binaries that would be the right one at least). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 95b27424) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 6d71b5c0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 387b07cd) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
Fixes #5640 Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit dbb19bb6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Cheng Sun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 0e874482) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tobias Güntner authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit f3ea7239) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Mirsal Ennaime authored
Setting libupnp's maximum content length to zero makes it unable to fetch any didl instead of the probably expected unlimited behavior. (cherry picked from commit b00b016b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Chris Clayton authored
* Accept any version of the MediaServer service * Browse the advertised ContentDirectory service version Signed-off-by: Mirsal Ennaime <mirsal@videolan.org> (cherry picked from commit 02f60487) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Chris Clayton authored
According to http://upnp.org/specs/av/UPnP-av-MediaServer-v1-Device.pdf, the tag name of the element that provides the base URL for relative URLs is "URLBase". The same is true for a v2 MediaServer. Make it so in MediaServer:: parseDeviceDescription(). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit ca3f97a5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Cheng Sun authored
Close #5675 Because ExecuteCommand allocates temporary string space on the stack, proportional to the length of the command to execute, a stack overflow can occur when the the command is too long. This can be triggered remotely e.g. from the VLC Web interface, by running this JavaScript: sendVLMCmd(Array.prototype.join.call({length:300000},'a')); which sends a string of length 300000 to ExecuteCommand, crashing VLC. OKed-by: Rafaël Carré <funman@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit e183a26d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
The iomx loading stub doesn't use the library name. If there's errors in loading the function pointers, this gives slightly more correct error messages. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 282e4d50) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
These aren't necessary any longer. The approach of adding private headers to the build of the VLC core doesn't work well if one wants to target multiple private ABI versions in one build. Instead, small shared libraries for each private ABI version can be built separately. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 0eb7d106) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Building the iomx version of the omxil module itself doesn't require the private headers any longer, they're only necessary when building the iomx wrapper code (which should be built by the NDK makefile instead). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 8acfed11)
-
Martin Storsjö authored
The separate shared library needs to be loaded into the process before using the iomx module, preferrably by the java part of the android application. This allows building the iomx glue code for a number of different ABI versions, and additionally avoids linking the main VLC library to any private symbols that might make it unloadable. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit e3e83295) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 6fe4bc62) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-