- 10 Mar, 2013 9 commits
-
-
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 11 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>
-
Adnan Memija authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Felix Paul Kühne authored
Info.plist: add support for dvdmedia packages, which are essentially Video_TS dumps for Apple's DVD Player.app (cherry picked from commit 6a4cd277610ed2e2186a582ad8a6522db1da3f0f)
-
- 21 Feb, 2013 1 commit
-
-
Frode Tennebø authored
Shoulc close #5952 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 7f99f183c055dbb657a896adb568687b6264df44) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 Feb, 2013 6 commits
-
-
Rémi Denis-Courmont authored
Luckily, signed and unsigned int are compatible types. (cherry picked from commit 5987f34d99b14b127e51d5bc68fc97e0bf71e7b3)
-
Rémi Denis-Courmont authored
(cherry picked from commit e712c11f55e881fd91774921e69a2736d8fdad0b)
-
David Fuhrmann authored
-
David Fuhrmann authored
close #8110
-
Felix Paul Kühne authored
auhal: use kAudioObjectPropertyName instead of kAudioDevicePropertyDeviceName to retrieve the (potentially localized) device name This is the endorsed API and behaves correctly with regard to string lengths (cherry picked from commit 14250ccc4fab3f18b0270465e2d3a4fe78c0ebfb) (cherry picked from commit dd4d8155806afb07d6095924030b8c78e85fca61) Conflicts: configure.ac modules/audio_output/auhal.c Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
John Peterson authored
Fixing contrib 'make prebuilt' and 'make package' to use the repo version of change_prefix.sh instead of a version inside the contrib package. The script shouldn't be included in the contrib package because the intention has not been to have different versions of the file depending on platform. If necessary the script can take into account differences between platforms instead of coming in different versions. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit e1bb86cdb67c974c526542f3b57c8de51be450f6) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 12 Feb, 2013 4 commits
-
-
Denis Charmet authored
(cherry picked from commit 0fafbb87581a526dcdd7183cd49a472ada2bb8d7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
This reverts commit 8b49a93d.
-
Rafaël Carré authored
Fix #8124
-
Rafaël Carré authored
-