- 05 Nov, 2015 1 commit
-
-
Ilkka Ollakka authored
Most of the cases it's enought just to set pts so codec resyncs itself. Also flushing on discontinue isn't good idea.
-
- 03 Nov, 2015 3 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Felix Paul Kühne authored
-
- 31 Oct, 2015 1 commit
-
-
Rémi Denis-Courmont authored
%p is only for pointers to void, not just any type of pointers. Due to variable arguments, there is no implicit conversion here.
-
- 26 Oct, 2015 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Both branches of the conditionals had the same results.
-
- 23 Oct, 2015 1 commit
-
-
Boris Egorov authored
Signed-off-by:
Boris Egorov <egorov@linux.com> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 Oct, 2015 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 19 Oct, 2015 1 commit
-
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 18 Oct, 2015 1 commit
-
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 14 Oct, 2015 1 commit
-
-
Ludovic Fauvet authored
-
- 13 Oct, 2015 10 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
This reverts commit 5e36cb2c.
-
Ilkka Ollakka authored
This reverts commit 48a867c7. Revert for futher checking
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jean-Paul Saman authored
If blocks are marked BLOCK_FLAG_DISCONTINUITY then do not drop them, unless BLOCK_FLAGS_CORRUPTED is set. Instead flush old blocks from decoder queue and restart at this new stream access point (new timeline). Signed-off-by:
Ilkka Ollakka <ileoo@videolan.org>
-
Jean-Paul Saman authored
Signed-off-by:
Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
Signed-off-by:
Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
Signed-off-by:
Ilkka Ollakka <ileoo@videolan.org>
-
- 12 Oct, 2015 1 commit
-
-
Felix Paul Kühne authored
Error 8973 is triggered if the number of open HW decoding sessions is > than the number of available HW decoders Further, a failing session creation should not invalidate the entire video decoding chain but just trigger the fallback
-
- 06 Oct, 2015 1 commit
-
-
Devin Heitmueller authored
The FCC defines a "safe area" for caption rendering to be 80% of the window height. This patch changes it from 75% to 80%, and fixes a bug in the original math due to integer arithmetic (the result of (100/16 got truncated): Original math: 100 / 16 * 8 / 10 = 4.8 Fixed math: 100 * 8 / 10 / 16 = 5 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 05 Oct, 2015 2 commits
-
-
Felix Paul Kühne authored
This solves linking issues with FFmpeg HEAD
-
Felix Paul Kühne authored
-
- 04 Oct, 2015 1 commit
-
-
Felix Paul Kühne authored
-
- 27 Sep, 2015 12 commits
-
-
Rémi Denis-Courmont authored
This reduces the semaphore contention scope.
-
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
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.
-