- 28 Apr, 2014 3 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
This notifies the extension manager on the non-main thread as before, the queue ensures that changes in quick succession are processed in-order. For the rationale see a8ff5278. Fixes another deadlock on application termination. close #10647
-
Felix Paul Kühne authored
-
- 27 Apr, 2014 26 commits
-
-
Felix Paul Kühne authored
-
Tristan Matthews authored
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
This should fix stutter.
-
Jean-Baptiste Kempf authored
Close #11331
-
O. Hartmann authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Denis Charmet authored
Since Directsound is unable to detect an underrun while looping, this might be the simplest solution to avoid audio glitches when the audio track finishes before the other es tracks. It may look overkill but this properly fix #11145 once and for all.
-
Felix Paul Kühne authored
Dimensions match the iTunes counter-part setting
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
Close #10844
-
Luca Barbato authored
Overly large frame sizes are commonly caused by broken streams. Close #11245 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tristan Matthews authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
OS X Mavericks takes read-ahead very seriously when accessing SMB drives, so it caches up to a 100 MB. However, when the end of said cache is reached, VLC will stutter because the file system needs to re-connect to the server first. Disabling read-ahead leads to a continous data flow at the media's bitrate. This solves a regression introduced in fe0a075e
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
David Fuhrmann authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 26 Apr, 2014 5 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
(with (uint8_t)255 << (int)24)
-
- 25 Apr, 2014 6 commits
-
-
David Fuhrmann authored
This will result in approx. 50% utilization for tta files. close #11193
-
Felix Abecassis authored
Media Foundation is a framework for encoding/decoding multimedia content on Windows Vista and above. A Media Foundation Transform (MFT) is a module implementing an encoder, a decoder or a filter. MFTs can be enumerated and initialized using the function MFTEnumEx. A MFT can be SW or HW, synchronous or asynchronous.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-