- Mar 10, 2019
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Mar 08, 2019
-
-
Jean-Baptiste Kempf authored
-
Steve Lhomme authored
It's not used by SDL_image anyway
-
Steve Lhomme authored
In case it was already there due to bogus patching/local unpacking
-
Steve Lhomme authored
-
Steve Lhomme authored
So building either in pure msys2 or msys2+mingw64 target is detected the same.
-
François Cartegnie authored
-
François Cartegnie authored
refs #21989
-
Thomas Guillem authored
win32/dirs.c seems to be the only one file using libvlc.h without including vlc_interface.h before
-
Thomas Guillem authored
Like for the legacy playlist_t, the parent must be the libvlc object.
-
Thomas Guillem authored
No functional changes
-
Thomas Guillem authored
For the playlist_t => vlc_playlist_t transition.
-
Thomas Guillem authored
Use a libvlc_int_t *. This will ease the playlist_t => vlc_playlist_t transition.
-
Thomas Guillem authored
No functional changes.
-
This fixes a regression from 09d421a2 Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
This fixes an assert when trying proxying the "module-name" variable. Regression from 38545d87
-
- Mar 07, 2019
-
-
Konstantin Pavlov authored
-
François Cartegnie authored
Allows early process of the AU without waiting next block for sync code.
-
François Cartegnie authored
-
François Cartegnie authored
Frame threading mode only creates high latency. Speeds up by 6 frames duration on 60 fps mode (250->150ms)
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
Using the AU_END hint, we don't need to wait the next sync code as we know that last block is complete. Helps cutting 1frame duration, which really helps in low fps.
-
François Cartegnie authored
-
- Mar 06, 2019
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Objects have one strong reference held by their "owner", and zero or more weak references generated by vlc_object_hold() et al. This provides a separate function to remove the strong reference than vlc_object_release() to remove weak ones. With this sole change, this is really only an annotation though.
-
Rémi Denis-Courmont authored
Type-safe replacements for vlc_object_hold() and vlc_object_release() (as discussed during the last workshop).
-
Rémi Denis-Courmont authored
Type-safe replacements for vlc_object_hold() and vlc_object_release() (as discussed during the last workshop).
-
Rémi Denis-Courmont authored
Type-safe replacements for vlc_object_hold() and vlc_object_release() (as discussed during the last workshop).
-
Rémi Denis-Courmont authored
Remove casts to vlc_object_t.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Those objects are ascendents of the Lua interface, they cannot go away.
-