- 24 Mar, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 23 Mar, 2008 26 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Reported by Drew Yao
-
Felix Paul Kühne authored
Tooltips still need to be added
-
Rémi Denis-Courmont authored
The whole point of keeping the m4 and po/Makefile.in.in is to not need to have the same version all over the place anyway, otherwise we might as well put all these files to .gitignore... Remove some old m4 macros as well.
-
Rémi Denis-Courmont authored
Now that we actually have _ALL_ the gettext m4 macros in m4/, autopoint is useless. That was not the case last time this hack was attempted.
-
Rémi Denis-Courmont authored
It was a bit clumsy to have to modify it through bootstrap.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
I assume PATH is already exported for obvious reasons.
-
Rémi Denis-Courmont authored
-
VideoLAN authored
Default to no backup when updating po files
-
Rafaël Carré authored
-
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 3 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.
-