- 21 Mar, 2013 3 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit 1b6c9901d92a5b000acfa76f30dda85d7c37cd91)
-
Felix Paul Kühne authored
This prevents the knob to be blurred in the bright interface style because the retina bitmap wasn't twice as large as the regular one (cherry picked from commit 748e7339cd025dbf0d297a16cb9ea2a029e7db61)
-
Jean-Baptiste Kempf authored
Close #7133 (cherry picked from commit 23a04c6aaf6d4d8f63c3afc5b782c5723fb60a5d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 Mar, 2013 4 commits
-
-
Felix Paul Kühne authored
Manual backport of 71c22fb3
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 18 Mar, 2013 4 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit 3d64617d9347481beb9274b660694727c618c912) Conflicts: modules/gui/macosx/fspanel.m
-
Felix Paul Kühne authored
while a bit ugly, this is more efficient than doing so over and over again at runtime (cherry picked from commit 3151a06590aa242828c3cd60718a4e5cfe473c7a)
-
Felix Paul Kühne authored
(cherry picked from commit bd994203590f11a8cad6c992171036553c450593)
-
Felix Paul Kühne authored
(cherry picked from commit 4caa39f04d760998a057a2d6affbbdad6c6f3c4a)
-
- 11 Mar, 2013 1 commit
-
-
Rémi Denis-Courmont authored
(cherry picked from commit a508c29e2dbb82d88013dd99cdd5539d5a3f1ff7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 10 Mar, 2013 10 commits
-
-
Mirsal Ennaime authored
Correctly handle the INPUT_EVENT_ITEM_META and INPUT_EVENT_ITEM_META instead of skipping the whole event processing code without even freeing the callback_info_t data structure. Closes: #8285 (cherry picked from commit 01b2d9f038211e91fd2348858d58931f0a48faa1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 8dcc49ee36fc4766938afe734666e712858e2547) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
(cherry picked from commit 330cedc777be8668a907493a9fdf9b1b78600f82) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 1f3009e7c609c7446e4cec09b5121fa7ca7122a4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 70d201b46bddff3e9fad96f2f7ff128239a4e093) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Hopefully the last 2.12 version? (cherry picked from commit e68d07da9a54a5885781b91f2a89a28bf40a389e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit d05cdbbef8e12d3133c9eb1f76ed0404022bfb51) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit e5db0bb227d7eda722ed1839afa00507aedc4d37) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit e2a0605a9bbc36f1eb2820a2b6dfa763a337d05f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit aad495b365fdbec856537bd06650a85283c7b4da) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 07 Mar, 2013 1 commit
-
-
Ilkka Ollakka authored
(cherry picked from commit d00fe8ac34d626a5e24d1c8b2e564b5364c62136) ref #8265 and possibly ref #8183 Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
- 02 Mar, 2013 1 commit
-
-
Rafaël Carré authored
sched.h is already pulled by pthread.h
-
- 28 Feb, 2013 4 commits
-
-
Florian Roeske authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit f19700eac766624f1c5c72e3668ea186a1edef8f) Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
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> (cherry picked from commit 3853f776a3fdcc52fb4aa804b4b2cf9350516861) 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> (cherry picked from commit d6aeeebe0c7ec9f4defe1751454bc3c1943d84e1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 27 Feb, 2013 3 commits
-
-
Rémi Denis-Courmont authored
This is a quick uninvasive work-around for #8240. A more involved fix is in f788153763bf56fda744df5b9abaa893c402378e.
-
Rafaël Carré authored
pt_PT.po:1016: `msgid' and `msgstr' entries do not both end with '\n'
-
Rafaël Carré authored
-
- 26 Feb, 2013 9 commits
-
-
Éric Lassauge authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Cristian Secară authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Thanakrit Chomphuming authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Ђорђе Васиљевић authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Alexander Lakhin authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Bruno Miguel Queiros authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Shambhu Kumar authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Ivar Smolin authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Mario Siegmann authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-