- Nov 24, 2017
-
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
But match the colorspace of the cvpx buffer.
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
CID #1346935
-
Hugo Beauzée-Luyssen authored
CID #1224537
-
Hugo Beauzée-Luyssen authored
CID #1211816
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Fixes #19141 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
CID #1462210 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Also release unsused memory. CID #1462212, #1462211 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
CID #1462217 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
CID #1462215 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
CID #1462218 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Also fix fmt_staging release from uninitialized memory. CID #1462219, #1462216, #1462214, #1462213 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Set b_vt_flush to true to prevent the asynchronous callback to enqueue more frames. This fixes a regression from f75db2e7.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
François Cartegnie authored
Otherwise creates misordered output.
-
Thomas Guillem authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This holds copyright from numerous people and from the VideoLAN entity
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Clear the DPB queue, wait for for asynchronous frames, re-init the PTS instead of restarting the VT session.
-
Thomas Guillem authored
-
Thomas Guillem authored
VT is not pacing frame allocation. If we are not fast enough to render (release) the output pictures, the VT session can end up allocating way too many frames. This can be problematic for 4K 10bits. To fix this issue, we ensure that we don't have too many output frames allocated by waiting for the vout to release them. A proper way to fix this issue is to allow decoder modules to specify the dpb and having the vout re-allocating output frames when this number changes.
-
Thomas Guillem authored
In order to be notified when the cvpx buffer is released.
-