- 02 Oct, 2015 1 commit
-
-
Felix Paul Kühne authored
This allows deployment in multi-threaded OpenGL scenarios without collisions
-
- 01 Oct, 2015 4 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 30 Sep, 2015 1 commit
-
-
Felix Paul Kühne authored
-
- 28 Sep, 2015 4 commits
-
-
Francois Cartegnie authored
regression since using absolute numbering
-
Thomas Guillem authored
Tizen audio_io.h supports only mono/stereo, with PCM U8/S16. With Tizen 2.3, flush is done by destroying/recreating the audio_output. A real flush will come with Tizen 2.4. There is no TimeGet for now since there is no way to know the position in audio stream.
-
Thomas Guillem authored
The minimum SDK version supported is 2.3.
-
Felix Paul Kühne authored
-
- 27 Sep, 2015 24 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also fixes lot of spurious decoder errors when stopping due to excessive flush checks.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This variant of picture_pool_Get() sleeps until a picture is available.
-
Rémi Denis-Courmont authored
This reduces the semaphore contention scope.
-
Rémi Denis-Courmont authored
This allocates a picture without affecting the video output format. This can be used when the decoder keeps proper track of format updates.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The coded video size is already fixed by the decoder when creating the vidoe acceleration plugin, while the chroma is fixed by vlc_va_GetChroma(). This callback is useless.
-
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
-
Rémi Denis-Courmont authored
This call was originally meant to adjust the hardware acceleration to video size changes, but that cannot happen there anymore. Also errors cannot be handled properly there either.
-
Rémi Denis-Courmont authored
This should never happen, and it would not work. We need the real dimensions to initialize the video output thread.
-
Rémi Denis-Courmont authored
The performance gains from not emulating edges was low if any, if not negative. In any case, this was for non-DR cases only, so so much for performance... Also do not bother setting the flag at all with newer versions as it was deprecated, and the underlying feature is always on.
-
Rémi Denis-Courmont authored
The direct rendering flag used to gated certain code paths from hardware decoding. Nowadays, the flag is not checked when hardware decoding is active, so there are no needs to clobber it anymore. This allows using direct rendering when falling back from hardware decoding to software decoding.
-
Rémi Denis-Courmont authored
This hack was disabled twelve years ago...
-
Rémi Denis-Courmont authored
-
- 26 Sep, 2015 2 commits
-
-
Felix Paul Kühne authored
-
Marvin Scholz authored
Most of the IBOutlets that used Hungarian notation are renamed and the bindings in the MainWindow.xib were adjusted accordingly. Additonally all IBOutlets are properties now instead of ivars. Removed spacing in front of arguments in Objective C methods. Replace another unnecessary iteration used for source list item expansion. Signed-off-by:
David Fuhrmann <dfuhrmann@videolan.org>
-
- 24 Sep, 2015 2 commits
-
-
Thomas Guillem authored
C11 removed gets, therefore the iconv gets warning fails.
-
Thomas Guillem authored
-
- 23 Sep, 2015 2 commits
-
-
Francois Cartegnie authored
-
Marvin Scholz authored
This replaces the iteration over all items and expanding them with a single call to the expand method, passing nil for the item, which causes all items to expand. This works since OS X 10.5. Signed-off-by:
David Fuhrmann <dfuhrmann@videolan.org>
-