- 28 Feb, 2012 10 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit cba6de799bbe8583a88e00a71a277210a0b2acce) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Naohiro KORIYAMA authored
huge numbers of memory leaks happens because subpictures are not deleted. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 06430f7c2468d5f8004bad8c7ff146d5a1dcebbb)
-
Rémi Denis-Courmont authored
(cherry picked from commit 3e48c330dccfb4d90e0b3d97308038b6de3b570b) Conflicts: configure.ac
-
Rémi Denis-Courmont authored
This reverts commit 7711eb75851df0dfcacecab5199bec5cff528ce8. This makes no sense as control types are _not_ macros. (cherry picked from commit 74ba8ca7521d0dd984db899b7517e89a8737bc8d)
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
setLevel: seems to be not thread-safe, therefore we set this on the main thread to ensure its functionality Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit e33b79f2f7d90dedae32adad27e4c452a8ec278a)
-
David Fuhrmann authored
For nonembedded mode, this makes sure that: - playlist window can be closed and video continues playing - video will be stopped when closing video window with Cmd+W Close #6239 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit cf461cc05b82b45499f368f1a19944e6051fc91b)
-
David Fuhrmann authored
With this patch, the window has the proper inactive state when another window is in foreground Close #6016 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 6e78f7b4d206c2d76b2d09e953383f0150cd051f)
-
Rafaël Carré authored
(cherry picked from commit 407c1ad8ffe2ed50441f91f4a0b23b558bbafcae) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 9373df563139acb2e8d2af6f531c0baaf5a08aa9) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 27 Feb, 2012 21 commits
-
-
Denis Charmet authored
Close #6137 Fixes issue in http://forum.videolan.org/viewtopic.php?f=14&t=98525Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 3c5f2a8ccadc870bbce6c58ac6f292886f4899dd) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 23d755550b26259906b9d36443f20c0e2f3f1b56) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
This appears to be the only sane font installed by default which supports at least Latin, Arabic, Traditional Chinese, Simplified Chinese, Japanese, Korean, Cyrillic, Vietnamese, Hebrew, Devanagari, Gujarati, Urdu, Tamil, Thai and Telugu (cherry picked from commit ee647c11403dbf64805f4e88e093114be59dea2a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Brendon Justin authored
Sets the SDK in addition to minimum deployment target. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit f89d9b2f571c7cff7ce63881ce575090dffb8fbd) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 62a6fc50d6c2559adb28c238d18729a70525809b) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
Includes initguid.h and use existing DEFINE_GUID Add MS_GUID for GUIDs that should be declared only if missing from dxva2api.h (really, those should move to videolan's dxva2api.h) Move DXVA_NoEncrypt away from codec GUIDs Sort the GUIDs by codec, align properly (cherry picked from commit 63eb4c52339106983ab8ce5e3f6f5f982dcae3f4) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 08973b65ec3b7dab6f316454105fa53b345cb015) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit b2ded57a1525cb0c0b7a6a07808b07942899564d) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
define DXVA2_E_NEW_VIDEO_DEVICE only if not defined already (cherry picked from commit 454ef7c42ffc7ad1626fa9d2acba7064ec76b466) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit a9060f358fd6e1b44d74b42c50e515a04ea6749b) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 9dc8b9bc27270752415d1fbc9629d9d35a6d8251) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
DWORD is unsigned long, not int http://msdn.microsoft.com/en-us/library/cc230318(v=prot.10).aspx (cherry picked from commit cb1fe28ba2f6ebf237e8988f1bcfb10e1d1c3162) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
Define _WIN32_WINNT to 0x600 when checking/using dxva2 headers Continue to use a lower version to retain XP compatibility for the rest of VLC (cherry picked from commit 87038073b8434addc0d360d98a55b67fd55352a7) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
use _snwprintf instead of unsafe wsprintfW define NO_DSHOW_STRSAFE to not ask for secure replacements remove now meaningless very old mingw.org workarounds (cherry picked from commit bb7509af051d8384b9266bcdb345c553f608559c) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
remove now meaningless very old mingw.org workarounds (cherry picked from commit 56b0211298cd7c8fda123ce171ec728e295ae9ca) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 33c9aab4012f2141f3b40438475f0fae79c338b1) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit e982db92e1cf61970d7057c7f651c6f07d17d2b2) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
Use our own check which also recognizes static inline functions (cherry picked from commit 84a1a3461adf901ff134a09eb4341cc301fdc6dd) Conflicts: configure.ac
-
Sébastien Escudier authored
-
Sébastien Escudier authored
(cherry picked from commit 88e497880b252bc2a73b8e14cd9b6c5ddc13bc77) Signed-off-by: Sébastien Escudier <sebastien-devel@celeos.eu>
-
Sébastien Escudier authored
(cherry picked from commit b19614ae62c2083ae7f5b34cd7b7a5d3ca7e250a) Signed-off-by: Sébastien Escudier <sebastien-devel@celeos.eu>
-
- 26 Feb, 2012 8 commits
-
-
Felix Paul Kühne authored
continous button action skips 1 minute within 5 secs now, which matches iTunes note that iTunes gets faster if you press the button longer, which is something we might want to do as well (cherry picked from commit 86572c9fec46e3f4ea530e0ed1f0471eed66c735)
-
Felix Paul Kühne authored
macosx: fixed a logic problem which prevent the proper exit off the fullscreen mode when using the 64bit linked against the 10.7 SDK on 10.6 (close #6157) (cherry picked from commit 4e7ebf8df7f57dafa2a9e4ad1486cc4908aa4e6f)
-
Felix Paul Kühne authored
(cherry picked from commit 14e37593db2c700f2235b62f5995f73323029bfe)
-
Jean-Baptiste Kempf authored
-
Benjamin Drung authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 7711eb75851df0dfcacecab5199bec5cff528ce8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Benjamin Drung authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 9f75ee35a0887211b440f00dd32640c878f91406) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
We have only 5 items, and lots of empty space. Let's save the user 1 click and give him a better overall view of categories. (cherry picked from commit b2cfa07fb0899f5b9370e8dd4792108474071024) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Mirsal Ennaime authored
(cherry picked from commit 735e0dac1990eb9ba7f1882ee2d0ad40739e1d68) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Feb, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit fc325e6308a059099d6239e829fe5b59ecdc821b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-