- 05 Oct, 2015 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 04 Oct, 2015 3 commits
-
-
Ilkka Ollakka authored
Return only -1,0,1 and not directly subtraction, as like Remi pointed out, result can exceed INT_MAX.
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
- 03 Oct, 2015 4 commits
-
-
Ilkka Ollakka authored
Xml reader reads stream so we need to handle that so later on probing don't fubar. This seemed to hit for srt probing atleast as currently it doesn't anymore explicitly seek to 0.
-
Ilkka Ollakka authored
Most likely no major speed difference with low amount of subtitles.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
- 02 Oct, 2015 2 commits
-
-
Tristan Matthews authored
-
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 20 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.
-