- 11 Apr, 2015 23 commits
-
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Ingmārs Dīriņš authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Fumio Nakayama authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Vincenzo Reale authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Yaron Shahrabani authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Michael Bauer authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
David González authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Savvas Nesseris authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Mario Siegmann authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Tomáš Chvátal authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
David Fuhrmann authored
Because the playlist is started before the interface is up, the vout window provider waits until basic initalization is done in the interface (initialization of VLCIntf, NSApp, static vars). This is still sort of a hack, ideally the playlist should be started only after all interfaces are fully initialized. close #11585 (cherry picked from commit 4a17358abea2b8fce47e8af3888aec638debfb42) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
David Fuhrmann authored
Because the playback might have been started before the interface registeres its callbacks, set the state manually. close #14046 (cherry picked from commit 5598f816905d5262928650c38d6b9a501b232deb) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
David Fuhrmann authored
This is still racy, but it should reduce the time between playlist and interface start. (cherry picked from commit b5c0fe454de96a1328751a896b42daf6ee732284) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
Christoph Miebach authored
-
- 10 Apr, 2015 12 commits
-
-
Jean-Baptiste Kempf authored
Close #14294 (cherry picked from commit ac3ff888e2db9dab0319ff0715d849572b7a7145) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Close #14078 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This is a HACK to work-around #14054 This is NOT a fix, but well. It will default the Windows to "no" acceleration, until it is fixed.
-
Jean-Baptiste Kempf authored
This reverts commit fc6d0fc4. This should now be fixed by mstack
-
Jean-Baptiste Kempf authored
This reverts commit 4c0b7973. Ref #14062
-
Jean-Baptiste Kempf authored
This reverts commit 7e94e20b. Ref #14062
-
Jean-Baptiste Kempf authored
This reverts commit 74c432a3. Ref #14062
-
Jean-Baptiste Kempf authored
This reverts commit 5b7b2a5e. Ref #14062
-
Jean-Baptiste Kempf authored
This reverts commit 2983a6e3. Ref #14062
-
Tristan Matthews authored
Fixes #14104 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit c41fcd64a7dc84663931bfdea8c465a579deef05) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
(cherry picked from commit 624a2a4c1d53731126f4c1c41682d8d9649870d4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 09 Apr, 2015 2 commits
-
-
Jean-Baptiste Kempf authored
The changes on preferences association registration, seems to have attacked the taskbar part (cherry picked from commit 0dce302d4cb74f4f9a2ddebb4a5db315895d58ea) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #10350 (cherry picked from commit cf1631d2387249e1e9355cfe9a7378ec7ac8df37) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 08 Apr, 2015 3 commits
-
-
Tristan Matthews authored
It is now under "archive" instead of "official_releases"
-
Rémi Denis-Courmont authored
The model does not matter here as affected objects do not outlive the function call and are not used across threads. Still the references counter of the apartment must remain balanced. (cherry picked from commit aa9976b1f41fe7eb44b640163c5ff5f00a4e2953) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
output pts/length is computed from input block pts. If sample rate is wrong, all timings are borked. Try to use the declared sample rate if possible. If source has wrong sample rate (cherry picked from commit 06682f220832758726789cb735bfb89f80cabe56) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-