- 20 Mar, 2013 6 commits
-
-
Rémi Denis-Courmont authored
Let the callback format message context infos however it wants.
-
Rémi Denis-Courmont authored
Also make provisions for file name and line number in the future.
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
if path starts with / it's related to root of server and not current path. Fixes: #8321
-
Erwan Tulou authored
-
- 19 Mar, 2013 9 commits
-
-
Rafaël Carré authored
-
Felix Paul Kühne authored
macosx: switch fspanel icon set to use the brighter 'highlight' graphics in idle mode, which is better to see. just for testing purposes, for now
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
Don't pad individual ts-packets, but pad just segments.
-
Felix Paul Kühne authored
-
Rafaël Carré authored
-
Martin Storsjö authored
This fixes subpicture textures on ES1. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This allows to reuse the repacking logic for subpictures as well, fixing display of subpictures on ES2, where GL_UNPACK_ROW_LENGTH isn't available. Also avoid mallocing/freeing the temporary buffer for each upload, but keep one buffer in the context. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This makes repacking of textures with multiple bytes per pixel (RGBA) work properly. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 18 Mar, 2013 25 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
while a bit ugly, this is more efficient than doing so over and over again at runtime
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
- Scope the callback to its instance. - Avoid leaking the layout of an internal data structure. - Future-proof passing of extra informations through an opaque pointer.
-
Rémi Denis-Courmont authored
(This is needed for the next change.)
-
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
Remove static data, and keep each callback correctly scoped to its LibVLC instance.
-
Rémi Denis-Courmont authored
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This is necessary in order to pass one single H264 packet in multiple OMX buffers to the decoder. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This fixes decoding of higher resolution content on the raspberry pi, where the decoder defaults to 80 KB input buffers and doesn't react if trying to enlarge them in ImplementationSpecificWorkarounds(). Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This was redundant since 1207a369.
-
Rémi Denis-Courmont authored
That is to say, before any message gets logged. Unfortunately, since the modules bank uses logging, and provides the configuration, the message settings cannot be stored in the configuration file. All messages could be removed from the bank but that would hurt debugging in some cases :-/
-
Rafaël Carré authored
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This changes how some structs are laid out. Most of OMX API implementation on the raspberry pi runs on the VideoCore processor and not on the normal ARM thar runs the userland. Some OMX structs are passed over to this processor as whole blocks, so the OMX ABI used in the userland is tied to be the same as the one used by the VideoCore firmware. Signed-off-by: Martin Storsjö <martin@martin.st>
-