- 12 Nov, 2014 7 commits
-
-
Rémi Denis-Courmont authored
The same caveats apply as for Windows legacy (and ALSA) outputs: - Change latency is high and noticeable. - Change between less than 100% and more than 100% occurs in two steps. - Non-linear formats are not supported at all. - Integer formats are prone to clipping/saturation. - Floating formats may hit Windows peak protection, sounding awful. In other words, it does not work properly and it never will. This will be removed once minimum and maximum volumes are exposed properly. As meager consolation, there are two advantages over endpoint volume: - The code is much simpler. - Other audio sessions are not affected.
-
Rémi Denis-Courmont authored
This reverts commit c4d74ccf. This caused interferences with other audio sessions and violated the audio volume guidelines from Microsoft. Conflicts: modules/audio_output/mmdevice.c
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Regression from 3044105e.
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
-
Jean-Baptiste Kempf authored
-
- 11 Nov, 2014 14 commits
-
-
Francois Cartegnie authored
-
Brion Vibber authored
This gets quoted later, so don't quote it first. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Jean-Baptiste Kempf authored
-
Tristan Matthews authored
This makes it a little more obvious, instead of just saying that tools are missing or too old.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #12744 Thanks to Ruito
-
David Fuhrmann authored
Only start and stop media key support when needed (ressource-intensive).
-
David Fuhrmann authored
-
David Fuhrmann authored
close #12423
-
David Fuhrmann authored
-
- 10 Nov, 2014 19 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Tristan Matthews authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
KO Myung-Hun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sean McGovern authored
Signed-off-by: Tristan Matthews <tmatth@videolan.org>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
And drop all unused and useless code
-
Francois Cartegnie authored
Gets rid of the checkless and expecting in-order data read functions.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
BW measurement must be per stream as receive window/transfert rate will differ relatively to chunk size. There's no real way to get an accurate Max BW with such small files, but it is still accurate to predict the BW for a download of same size. A validation cursor is introduced to qualify bitrates. Cursor evolves within a window of summed download times. Adds duration to window if > bitrate, and opposite. -PROBE_TIME << cursor << PROBE_TIME Negative values makes harder to select previously unqualified bitrates. Stream quality will rank up quality only if next candidate has filled its own window. Stream reselection only occurs when cursor <= 0. In that way, we can tolerate temporary bitrate lowering or increase and avoid the hiccup reselection problems we had until now.
-