- 15 Nov, 2014 10 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
vlc_fourcc_GetChromaDescription() has no side effects.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This could loose events and was theoretically undefined.
-
Rémi Denis-Courmont authored
-
- 14 Nov, 2014 22 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Else the if(end) were meaningless
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Ternary: a ? b : b
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
This reverts commit d073d3be.
-
- 13 Nov, 2014 7 commits
-
-
KO Myung-Hun authored
```-- access/dvdnav.c: In function 'ProbeDVD': access/dvdnav.c:1469:6: error: implicit declaration of function 'read' [-Werror=implicit-function-declaration] || read( fd, iso_dsc, sizeof (iso_dsc) ) < (int)sizeof (iso_dsc) ^ access/dvdnav.c:1481:5: error: implicit declaration of function 'close' [-Werror=implicit-function-declaration] close( fd ); ^ ``` -- Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
and add a missing one
-
Jean-Baptiste Kempf authored
Close #12753 Thanks to Ruito
-
- 12 Nov, 2014 1 commit
-
-
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.
-