- 28 Feb, 2013 6 commits
-
-
Ilkka Ollakka authored
EXTINF tells the duration of next segment in playlist-file. It should be less or equal to EXT-X-TARGETDURATION. Also tell protocol version.
-
Ilkka Ollakka authored
-
Nicolas Bertrand authored
Creation of XYZ colorspace for 12 bit depth images. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Timothy B. Terriberry authored
Commit 78a8771f attempted to reset the ogg_stream_state in find_last_frame(), but it tries to do so using a non-existent page and then leaks memory (due to using ogg_stream_init() instead of ogg_stream_reset()). Its caller, Ogg_GetLastPacket(), then tries to restore the contents of the current packet, but its call to ogg_stream_pageseek() will immediately fail, leaving the dangling packet pointers untouched. Instead, just back up the whole stream state and restore it on exit. This fixes both problems. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Stephen Parry authored
Added code to vimeo.lua parser to handle data block consisting of multiple lines. Code now concatenates those lines together. Note when testing: vimeo doesn't like VLC; you must use :http-user-agent flag to impersonate browser. Close #7148 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Stephen Parry authored
Amended httprequests lua code to output current DVD title# and chapter# in status. Close #8250 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 27 Feb, 2013 7 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This option has not had any effects since VLC 1.1.8.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
FUJISAWA Tooru authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 26 Feb, 2013 6 commits
-
-
Felix Paul Kühne authored
Info.plist: add support for dvdmedia packages, which are essentially Video_TS dumps for Apple's DVD Player.app
-
FUJISAWA Tooru authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Francois Cartegnie authored
According to documentation, must be colon separated instead of commas. Also removes list enclosure.
-
Martin Storsjö authored
We can't use any of them since they don't output plain YUV data but require using direct rendering. This simplifies the condition and possibly also catches other cases where it would be needed. The case where it was added was for a device where the codec ending with .secure was listed before the normal one. This kind of codec is available on many other devices as well, but they're normally listed only after the normal ones so we never pick them. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Nicolas Chauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Ref #8125
-
- 25 Feb, 2013 5 commits
-
-
Konstantin Pavlov authored
Fixes #7774.
-
Martin Storsjö authored
This still keeps the mapping for VC1 and WMV3 that works fine on e.g. Samsung Galaxy S3, without negatively affecting other devices that expose decoders with this role but that we don't work well with. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Rémi Denis-Courmont authored
ETSI EN 300 468 § A.2 assigns the first byte 0x14 value to the "Big5 subset of ISO/IEC 10646". This really means that the character set is Big5, but the encoding is ISO/IEC 10646, a.k.a. Unicode.
-
Rafaël Carré authored
-
Felix Paul Kühne authored
-
- 24 Feb, 2013 10 commits
-
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
TODO: cursor rendering
-
Felix Paul Kühne authored
This fixes display of RGB* input modules such as screen://
-
Sébastien Escudier authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 23 Feb, 2013 2 commits
-
-
Rémi Denis-Courmont authored
These were broken since 6270a4c7.
-
Rémi Denis-Courmont authored
-
- 22 Feb, 2013 1 commit
-
-
Sébastien Escudier authored
-
- 21 Feb, 2013 2 commits
-
-
Rémi Denis-Courmont authored
This reverts commit 6b2d303b. This fixes #8220.
-
Rémi Denis-Courmont authored
-
- 20 Feb, 2013 1 commit
-
-
Rémi Denis-Courmont authored
-