- 02 Feb, 2012 2 commits
-
-
Denis Charmet authored
Don't use the var_SetTime hack anymore and don't flush the fifo when it's not necessary. Fix #5967 and #2855 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 87ed819bada9492bc4b2e6e0ff2859797946edf5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit fcbcea1df9e93948d43aad2cf4511f81042fc9b8) Close #5975 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 01 Feb, 2012 13 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit 8b970ddcb0472d2d19fd8f3136be022f1b52278a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
The thread is never cancelled anyway. (cherry picked from commit 1ec3a5262ea053f7d96e00a4b38539176e628a16) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Regression from 6d90bf20c01db2b284a81b26ce3356536257c1fc (cherry picked from commit 9eb9a10ebaba458575de38941a0f002ea79bbf60) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
This removes one error case and simplifies a bit. (cherry picked from commit f09289e8b2759fb02bad580c3a47d305f3ea1fc3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
(cherry picked from commit 452cf1c4060c4917e546cae816918e0219e5dd31) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
(cherry picked from commit 2b60e75b567d3aa9e980fe099c33ff1a033797dd) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit b178857361093686ff1844d8405f7560778e90f0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit a12ca580c66127ea99fd7dc47c42c636a5dd5b75) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Close #5949 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 97111d1dbb62f64ab63a36c3a47c1cd166fe3c22) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit b2393f00b7518b98de92537c1fbb481be97e35ac) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 0c60f1a718fe054794c8bce02b87cffa82035bfd) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
Use VLC-dev.app when developing and rebuilding frequently (cherry picked from commit a80cde4daa41fee1fef3acd6d26d0c15f503a318) Conflicts: extras/package/macosx/package.mak projects/macosx/framework/Pre-Compile.sh Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
It doesn't give an OSX application (cherry picked from commit ffdd8bedfe9dc865236b196739a7614aa2867b91) Conflicts: extras/package/macosx/package.mak Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 31 Jan, 2012 11 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit e0eb0da89ad97f609b785643804870d9b42659a3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 2b268061a42125e7ce79d63e42ce0cc2dd9c720c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 861c0e2c81032594ac05e0f36b1b1e4d5f535ab6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #5964 (cherry picked from commit 18173044cdaa1fce6652614b893054d792f4e258) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sébastien Escudier authored
(cherry picked from commit 4bc2de8cfde1d55d6e605fb79cffc14e36ec1bb3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Dean Lee authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Alexander Law authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Sidney Doria authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Mindaugas Baranauskas authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Fumio Nakayama authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Ivo Ivanov authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
- 30 Jan, 2012 10 commits
-
-
Brad Smith authored
Disable the OSS support on OpenBSD by default. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 460cdb561d091da9f181141b2a8203c737290679)
-
Brad Smith authored
This fixes up the *BSD handling within the Operating System check. SYS is now set to the OS without the version attached as provided by ${host_os} (.e.g. openbsd instead of openbsd5.1) to match all the other OS's and simplifies other OS's checks further down. This also allows the script to recognize DragonFly. This is back porting 4bee377fec3a95fe6681b0af3517f38064c336f2 to 2.0. There was a typo with the initial patch. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
(cherry picked from commit 38227c2441ad80bbf000f3a5fda40f5ca1dd6e3d) Conflicts: compat/dirfd.c include/vlc_fixups.h Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Brad Smith authored
Looking at the current vlc_GetCPUCount() function this can be simplified. The sysconf(4) variable _SC_NPROCESSORS_CONF is available for OS X and OpenBSD. The change as is also adds FreeBSD and NetBSD support to vlc_GetCPUCount(). Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 3a50918d89ebd66d43af99b8750fe8a1558f8b92) Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Brad Smith authored
This fixes the libpng check on OpenBSD. Although the code was passing libm to ultimately link the library the test itself was not and thus failing. Also at Remi's request I changed the existing and newly introduced use of -lm to $LIBM. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 900041eb4d79eadc51a32c879fbedfa6262be767) Conflicts: configure.ac
-
Rafaël Carré authored
(cherry picked from commit 5a5559dfcde0c1b9a5feb3a3831f460a5f82d21e)
-
Rafaël Carré authored
Clarify what ./compile does (cherry picked from commit 468e5ea3ff71fd453a2c0b05e4f5f90597226f27)
-
Brad Smith authored
On older OpenBSD releases you especially should not have been using /dev/random, nowdays due to changes all the device nodes are actually all the same so either way this code can be simplified to not special case OpenBSD in vlc_rand_init(). Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (manually cherry picked from 3fc4af487dc23113a3c9602e1022f464f3992601)
-
Christoph Miebach authored
manually merged and manually corrected wrong file encoding leading to wrong symbol representations Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rafaël Carré authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 8d12038f945bb965b50eece8ceca77c856b15694) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 29 Jan, 2012 4 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 987c2953afaed2217e012ba02e3221b7d2963d27) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
It seems really unusable on win32 (cherry picked from commit 2d96c40a5ad6ea23c74a55ffb1091afda7b7f724) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit fb5766e398fa651791f5b7b7071a04ec175d9e5f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
macosx: implements user choice to autosave volume on exit and changes volume slider range to 0 ... 200% this adds the configuration variable and also the respective gui modifications for simple prefs dialog. Also, this commit changes some spacing in gui to be consistent between the different tabs. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit c2e39623ffa829913be56ad2030f507ba0470d35) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-