- 06 Dec, 2011 2 commits
-
-
Jean-Paul Saman authored
- remove debugging - add locking around refcounting where it was missing
-
Jean-Paul Saman authored
- rework refcounting - rename functions to have cache_ prefix - fix resetting of sys->render.i_cache in failure paths
-
- 02 Dec, 2011 3 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Subpictures are already detached from the surface and can de free'd independently.
-
Jean-Paul Saman authored
Refactor the subpicture handling code to be more consistent.
-
- 29 Nov, 2011 4 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Treat subpicture_cache_t::i_id as unsigned int as it should have been. Use 0 as the special value indicating an invalid subpicture_cache_t definition.
-
Jean-Paul Saman authored
Set p_base to NULL before passing it to vaMapBuffer.
-
Jean-Paul Saman authored
The idea is to get the number of pictures needed according to core for direct rendering. So that the decoder knows how many surfaces it needs to allocated. However the vout is instantiated, after the codec is. Luckily the number needed is rather static, so if there is no vout yet, then return the static value.
-
- 24 Nov, 2011 2 commits
-
-
Jean-Paul Saman authored
The PictureRelease function destroyed the Surface as it needed to do when there was no shared pool of surfaces. However now a shared pool of surfaces is used and the PictureRelease function should not destroy it anymore.
-
Jean-Paul Saman authored
Do refcounting when the subpicture is actually attached to the picture, thus only in SubpictureRegionsLink() and SubpictureRegionsUnlink() functions
-
- 23 Nov, 2011 17 commits
-
-
Jean-Paul Saman authored
Conflicts: configure.ac
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
don't run aclocal for those (we only patch Makefile.am)
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
- remove stuff we don't need - replace prefix by template (.pc/.la/-config) - include script to replace prefix template by $PWD - use widely available bzip2 format so xz is not needed Use: $ make package-win32 $ make package-win64 $ make package-osx $ make package-whatever
-
- 22 Nov, 2011 9 commits
-
-
Rémi Denis-Courmont authored
Reported-by: Joseph Atkinson <jsa@freebsd.org>
-
Rafaël Carré authored
This reverts commit ec76c41b.
-
Rémi Denis-Courmont authored
Setting the translation mode is the responsibility of the program. A library must not interfere with that. It could perhaps be added to VLC. However it should not be required as we now force binary mode by default in vlc_fopen() and always specify an explicit mode when calling fopen() directly. Also it would make VLC behave differently than other LibVLC applications, which may raise really weird bugs.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
...whose code was (re)moved since then.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Edward Wang authored
Close #4999 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 Nov, 2011 3 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
This reverts commit 4a7bb89c.
-
Kaarlo Raiha authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-