- 27 Apr, 2014 20 commits
-
-
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 7 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
-
Felix Paul Kühne authored
-
- 24 Apr, 2014 8 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
Previous code was never called for fullscreen and video-on-top. close #9999
-
David Fuhrmann authored
Also fixes bug for retina displays where events got missed because stored value is the pixel value, but new one is the point value. (close #10743)
-
Francois Cartegnie authored
-
Francois Cartegnie authored
refs #10222
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
ret cannot be NULL.
-