- 18 Jan, 2014 2 commits
-
-
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 14 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)
-
Francois Cartegnie authored
-
Francois Cartegnie authored
1st header write can contain random values but that triggers false positive on valgrind.
-
Francois Cartegnie authored
refs #10386 Still junk on bottom due to invalid plane->i_visible_lines
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Can't use granule 0 as it means there's still no valid first sample after processing packet. Fix start gap on opus webradios.
-
Felix Paul Kühne authored
-
- 14 Jan, 2014 13 commits
-
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Implement a function to load the Native Window API from the Android library. This API is needed by current vouts nativewindow and surface and will also be needed by the opaque vout. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
This module uses the string passed by --http-cert to search the server certificate in the OSX keychain. The corresponding private key is selected automatically.
-
Rafaël Carré authored
-
Christoph Miebach authored
(cherry picked from commit 47f740e7e0da787f44a0ec7d56985505e0c1a4aa) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Ludovic Fauvet authored
(cherry picked from commit 7d48c11c0c5068cb388e8ea45277ce89b68535dc) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Ludovic Fauvet authored
As of now, NSIS doesn't fully support unicode so it is better to use their iso 8859 counterpart. ISO-8859-1: - Dutch - German ISO-8859-2: - Polish - Slovenian (cherry picked from commit 02a8a0326001760195383e03bb04a047919fe09f) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Michał Trzebiatowski authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de> (cherry picked from commit 5aebac3078b586fcd72ba17b01e934a45431370c) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 35c5354c363d30119edccb0c0d5d9d26b68fd753) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Thomas De Rocker authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de> (cherry picked from commit 5280d37fe2edcfc3402ef339457e3f959ff4a9db) Signed-off-by: Rafaël Carré <funman@videolan.org>
-