- 20 Jan, 2014 6 commits
-
-
Felix Abecassis authored
Fix #10189, #10307. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Erwan Tulou authored
For the Qt plugin to keep on working both as an interface module and a dialog/menu/extension provider, the new implementation of pl_Get( p_intf ) can no longer be used blindly, since it now assumes that the playlist is the parent object. In the latter case, the parent object is the calling interface (for instance, skins2) and the playlist is actually the grandparent ! As a rule of thumb, THEPL which is now initialized appropriately should be used instead of pl_Get( p_intf ) throughout Qt. This fixes trac #10421
-
Erwan Tulou authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 19 Jan, 2014 11 commits
-
-
Jean-Baptiste Kempf authored
This reverts commit e7d6279c. This broke zvbi decoding on Windows Close #9523
-
Jean-Baptiste Kempf authored
Close #6328
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
Close #8761
-
Jean-Baptiste Kempf authored
Close #9462
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 18 Jan, 2014 6 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
close #9971
-
David Fuhrmann authored
fixes #7493
-
David Fuhrmann authored
This is a user-visible string, not the developers doku.
-
David Fuhrmann authored
Uses config_GetPszChoices. Fixes bug where explicit selection of macosx vout module did not worked.
-
David Fuhrmann authored
Uses config_GetPszChoices. close #8941
-
- 17 Jan, 2014 11 commits
-
-
Martin Storsjö authored
Previously the alpha channel wasn't set at all, and the RGB components were blended without regard to the existing alpha value. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
does it the right way
-
Wieland Hoffmann authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #9674
-
Rafaël Carré authored
Libav: 2a3d82ab467183fd108f451a85ca06ebc2a57e2c FFmpeg: e62fd6619f7aa91956a1b4ccfa7b0b8d7bc4ba90
-
Felix Abecassis authored
Based on the work by Martin Storsjö. The decoder stores opaque buffers in the p_sys member of the picture and the vout uses a callback from the decoder to render these buffers. When the decoder flushes or closes, all the currently in flight pictures (filled by the decoder but not displayed yet) need to be invalidated. A mutex is required in order to prevent the vout from using destroyed MediaCodec buffers. In order to avoid a deadlock when exiting the decoder, a maximum number of polling attempts was added in order to avoid blocking the decoder indefinitely if the vout is not releasing output buffers anymore. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
The timeout parameter is in microseconds, while the previous wait value (30) was supposed to be milliseconds. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Rafaël Carré authored
On my laptop I need to specify --alsa-audio-device hdmi
-
Rafaël Carré authored
-
- 16 Jan, 2014 6 commits
-
-
Rafaël Carré authored
Fixes: #9938
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Comment says: "NB, this is a temporary encoder only module until schroedinger offers superior encoding quality than dirac-research" http://diracvideo.org/2012/01/schroedinger-1-0-11/ says: "Schrödinger outperforms dirac-research in most encoding situations, both in terms of encoding speed and visual quality."
-
Francois Cartegnie authored
Can still have unsent blocks.
-
Francois Cartegnie authored
refs #9648 (no fix as codec sends bad pts sequence)
-