- 02 Mar, 2013 11 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
The majority of all supported OS versions already support this setting, so this should be just fine.
-
David Fuhrmann authored
There should be no reason why the user should be able to freely changes strings here.
-
David Fuhrmann authored
-
David Fuhrmann authored
macosx: add support for pausing iTunes when VLC playback starts, and resume iTunes playback when VLCs playback is finished Tested with iTunes 8 - 11.
-
David Fuhrmann authored
As this method is called on main thread, END_S state was sometimes missed, resulting in a missing update for the play buttons.
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
KO Myung-Hun authored
Like pthread. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rafaël Carré authored
The limit can be reached with some WMA samples: [wmav2 @ 0x7f9c50c1e960] output buffer size is too small for the current frame (192000 < 196608) TODO: port to avcodec_decode_audio4
-
- 01 Mar, 2013 2 commits
-
-
Francois Cartegnie authored
swscale is broken on systems with disable-avcodec (not meeting avcodec version requirement). According to ffmpeg commit e06be9eccdc969a9fd2736c2daf37c2fbccae37f those chromas have been introduced after avutil 51.12.0.
-
Rémi Denis-Courmont authored
-
- 28 Feb, 2013 17 commits
-
-
Jean-Baptiste Kempf authored
Close #8254
-
Jean-Baptiste Kempf authored
This module has been de-facto rewritten for 2.1 by Felix, Rafaël and Rémi
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
Removed/Deprecated for 2.1.0 See 76c72672
-
Sébastien Escudier authored
Chained vorbis stream is not supported.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
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 3 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.
-