- 14 Jan, 2010 15 commits
-
-
Rémi Denis-Courmont authored
Don't try to handle other codings with it. As of today, IANA lists compress, exi and pack200-gzip as other legal values.
-
Erwan Tulou authored
-
Erwan Tulou authored
Layouts and Controls are interrelated. Whatever the ones first deallocated, it leaves pointers referencing objects already destroyed. and potentially means memory leak. This patch adds an unsetLayout() function to pair the setLayout() function and aimed at releasing resources. Policy should now be that things allocated in constructor are released in destructor and things allocated in setLayout are released in unsetLayout.
-
Erwan Tulou authored
Remove the old way of tracking change in vout size (no longer used)
-
Erwan Tulou authored
In today's implementation, notifyLayout() for a control leads to a whole layout rebuilt. Therefore, this function must be called _only_ if needed. - Never needed in onResize() since we are already in the process of rebuilding the whole layout. Calling notifyLayout() means the job is done twice. - Never needed in onPositionChange() for the same reason as onResize(). - Not needed for a checkbox since already called in setImage() two lines above.
-
Erwan Tulou authored
-
Erwan Tulou authored
intf-change for playlist is never updated
-
Erwan Tulou authored
When reparenting, these values must be updated to avoid unnecessary resizing if the move() method is called.
-
Erwan Tulou authored
This skins demux is not of much use, but at least, it is now functioning. (no more crash)
-
Rémi Duraffort authored
Fix #3232
-
Rémi Duraffort authored
-
JP Dinger authored
-
Pierre Ynard authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 13 Jan, 2010 13 commits
-
-
Rémi Denis-Courmont authored
Otherwise, the object files will conflict
-
Rémi Denis-Courmont authored
PLD was only added to I420 -> YUYV this far.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
There is still too much stuff in misc/ ;-)
-
Rémi Duraffort authored
This should fix #3236
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 12 Jan, 2010 12 commits
-
-
Jean-Baptiste Kempf authored
-
Bernie Purcell authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
We cannot use SIGILL, so we have to trust CPUID. Maybe there is a Win32 API to query the kernel support?
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Sorry, I obviously wasn't compiling the right module XD
-
Rémi Denis-Courmont authored
In case the LibVLC application has overriden SIGILL, we really want to crash rather than run the handler.
-
Detlef Schroeder authored
Additional changes in configure.ac according to [71fafba4]. --enable-vcdinfo was changed to --enable-libvcdinfo and some VCDINFO were renamed to LIBVCDINFO but the checking was incomplete so pkg-config could not correctly configure libvcdinfo Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
This reverts commit 380fc82a. This fixes bootstrap with automake 1.9 and 1.10.
-
Pierre d'Herbemont authored
This will colorize the `make check` output if your term supports it.
-