- Jan 13, 2020
-
-
This function only initializes the interop, so rename it and pass the interop instead of the tex_converter.
-
Initialize the fragment shader from the vout module directly. The "glconv" modules are not responsible for initializing the fragment shader anymore.
-
This function is intended to be called from "glconv" modules, instead of opengl_fragment_shader_init().
-
Move swizzle initialization to a separate function, independant of interop initialization.
-
Move interop-specific initialization out of opengl_fragment_shader_init_impl(), so that interops can be initialized separately.
-
Extract the interop-specific implementation to a separate function.
-
-
Extract the interop-specific implementation into a separate function.
-
Use interop instance directly where possible.
-
Hardware decoders expose opaque format for chroma in interops. They pass the actual format to opengl_fragment_shader_init(). Store it so that everyone can access it.
-
Extract fields specific to texture interop into a separate structure. For now, it is still embedded in opengl_tex_converter_t.
-
The OpenGL converter for Android used its own minimal fragment shader, instead of the common one used by all the other converters. This stemmed from the fact that on each texture update, Android provides a transform matrix to apply in order to retrieve the correct texture coordinates. Adapt the common fragment shader to accept a transform matrix provided by the converter, and make the Android converter use it.
-
Steve Lhomme authored
-
- Jan 10, 2020
-
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
It's always sys->output->buffer_num.
-
Steve Lhomme authored
It's only used by the dec->pf_decode callback which only occurs in one thread.
-
Steve Lhomme authored
We just return -1 in all cases.
-
Steve Lhomme authored
One less indentation and it will make the next cleaning easier.
-
Steve Lhomme authored
It's easier to read it when it's cleaned right after being used.
-
Steve Lhomme authored
In case a new format comes before we had time to handle the previous one.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Hugo Beauzée-Luyssen authored
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- perform the zoom on focus within its boundaries, it is simpler to know the total size of the elements and layout them properly - use a vertical layout to simplify anchors - remove unecessary nodes - use FocusBackground and ScrollingText Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
this only sets property (position, focus, ...) of grid items when necessary As a side effect, the focus is no longer reset to the the top element when setting the focus on the header and moving the view to the header. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- use a NavigableCol for action buttons - limit the number of displayed tracks Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-