- 23 Mar, 2008 11 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Includes an array of not-to-be-used keys Shows modifier keys with their corresponding symbols instead of 'Alt', etc. Saving combinations of multiple keys won't crash anymore, but work as expected
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Filippo Carone authored
-
Rémi Denis-Courmont authored
and fix the M4 ignore rules
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
interaction: No need to call vlc_object_join() now.
-
- 22 Mar, 2008 10 commits
-
-
Pierre d'Herbemont authored
interaction: Keep a libvlc's global interaction object reference around, and properly release it when done.
-
Pierre d'Herbemont authored
objects: Send a vlc_object_kill from vlc_object_destroy() to make sure vlc_object_release() can properly free all the allocated resources when the refcount reach zero. Previously you need to send a vlc_object_kill() prior to a vlc_object_release() to get your object actually destroyed, which rendered the refcounting unusuable in some cases.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Add "" around DVD/VCD/CDDA devices... Should help to play .iso and VIDEO_TS folder with spaces in it. Watch that for any regressions.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
- 21 Mar, 2008 13 commits
-
-
Sam Hocevar authored
If the media instance owns the input and libvlc_media_instance_release() is called immediately after libvlc_media_instance_stop(), there is a chance that we try to free the input resources before the thread is effectively terminated. To avoid this, we call input_DestroyThread() instead of vlc_object_release() at the end of release_input_thread() when the media instance owns the input thread.
-
Sam Hocevar authored
-
Sam Hocevar authored
The p_vout->pf_end method is mandatory for video output modules. It is called from so many places in libvlc that it would be too tedious to make it optional. I'm therefore adding empty methods to modules instead.
-
James Bond authored
-
Rafaël Carré authored
Not every dailymotion video is available in vp6
-
Felix Paul Kühne authored
fixed a couple of download sites (mostly related to the heanet failure) and fixed the wget usage in some firewalled setups)
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Filippo Carone authored
-
Sam Hocevar authored
Sometimes our list of video output modules is still not enough for an external libvlc application with specific requirements. For instance, an SDL application running in full screen cannot open a new window on Linux (this is a known libSDL limitation). This vmem video output allows it to asynchronously render the video into an SDL_Surface, with full locking. Resolution or pitch changes are not supported yet. I'd advise against them however, since they often require a full chroma unload/reload operation, which is quite expensive. I also believe this feature should be directly integrated into libvlc, but I don't want to be too intrusive yet.
-
Filippo Carone authored
-
Filippo Carone authored
-
Filippo Carone authored
-
- 20 Mar, 2008 6 commits
-
-
Filippo Carone authored
-
Filippo Carone authored
-
André Weber authored
Fix the handling of string variable - store them as UTF-8 into the config variables, also convert the StringList values to an UTF8 string before putting them into a QVariant - which seems not to work if created from a "char *" - because later converterd QVariant->toString() isn't UTF8 like expected. waveout.c forgott to convert string to UTF8 before storing in choice list
-
Filippo Carone authored
-
Filippo Carone authored
-
Filippo Carone authored
-