- 15 Jan, 2010 14 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
We have too much false positive with this script. Feel free to revert or to remove.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
Attempt to run scripts in share/lua/meta/fetcher.
-
Pierre d'Herbemont authored
The result of meta fetching is not cached (except the artwork), but this could be an envisionned goal for the media library.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Martin T. H. Sandsmark authored
fix crash when switching phonon backends on the fly, remember to stop libvlc media player before releasing it Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 14 Jan, 2010 24 commits
-
-
Rémi Duraffort authored
'length' is still used for backward compatibility (even if most of the client seems to use mtime and time and to use length only if the two first meta aren't found).
-
Rémi Duraffort authored
specifications and the ones added by vlc).
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
Print a list of available alsa output devices in debug output if the user specified a non existing device. Simple example to get the listing: /vlc --aout alsa,none --alsa-audio-device bla -vvv file.mp3 --verbose-objects -all,+alsa
-
Rémi Denis-Courmont authored
This is not needed anymore. Modules are not in the bank at all anymore if they require an incompatible CPU feature.
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
As reported on ffmpeg-devel ML.
-
Rémi Denis-Courmont authored
-
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 2 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.
-