- 04 Oct, 2012 6 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
(fix #7537)
-
Rafaël Carré authored
-
- 03 Oct, 2012 11 commits
-
-
Rémi Denis-Courmont authored
If the calling thread is using COM with MTA model, then CoInitializeEx() will fail, and CoUninitialize() will be unbalanced. Ultimately, the calling thread is likely to crash. (CoInitializeEx() could also fail in case of memory error, but that is unlikely).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
pshufb is available with SSSE3, not with SSE3
-
- 02 Oct, 2012 4 commits
-
-
David Fuhrmann authored
This should fix resizing for all (one-)vout-window variants. Furthermore, this fixes a small bug regarding aspect ratio enforcement.
-
David Fuhrmann authored
refs #6814
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 01 Oct, 2012 14 commits
-
-
Felix Paul Kühne authored
The main window may be asked to update its content prior to VLCFSPanel being fully initialized
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
Some filters and outputs rely on the samples count (which was correct), others on the bytes size (which was not), accounting for why decoding failed only in some combinations.
-
Rémi Denis-Courmont authored
That is recommended by MSDN. Also, do not use 0 for NULL.
-
Rafaël Carré authored
-
Rafaël Carré authored
It is not needed anymore since ce652138 , parsing will stop at first unrecognized character (like \r or \n)
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
This affects: .opus, .ogx, .wtv, .rec, .vro, .tod and .mks
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 30 Sep, 2012 5 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
This avoids grey or transparent flashes on start
-
David Fuhrmann authored
Note that this commit will break some stuff for non-embedded cases, for now. refs #6814
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
-