- 25 Oct, 2007 2 commits
-
-
Pierre d'Herbemont authored
control/media_descriptor.c: Send a libvlc_MediaDescriptorFreed event, when the md is freed. (Patch by Enrique Osuna).
-
Pierre d'Herbemont authored
-
- 24 Oct, 2007 8 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
* added a version check of the current Mac OS X version, as we require 10.4.x or higher and will definitelly crash on earlier releases.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Supposed to be useful.
-
Jean-Baptiste Kempf authored
Qt4 - time left implementation. Do it better, faster, with also a middle click, and fix the double click toggling time left bug.
-
- 23 Oct, 2007 9 commits
-
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
dbus: don't lock the playlist, but only yield the input to prevent its destruction while we are accessing it. We do that because we can't lock the playlist when we're in the input "state" callback because we MAY have been called by playlist_Control(), which does lock the playlist, and then call us. ref #1346
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
- 22 Oct, 2007 21 commits
-
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Gildas Bazin authored
-
Rafaël Carré authored
screensaver: removes unused variable
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
Better solution would be to make sure interface threads lock their object ALL THE TIME, except when waiting on its condition variable, so we do never "loose" condition signals. However, I am not sure if this would not result in a deadlock, should the interface need to lock another object (typically, playlist, input and/or vout). Also, we would need to have all thread call vlc_thread_ready(), otherwise, we could also miss the signal if it happens right after the thread is created => this requires fixing every interface, except those that don't have a pf_run.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
dbus: monitors input "state" variable to emit the TrackChange signal only when the metadata has been read
-
Jean-Paul Saman authored
- Enable building of libamrnb and libamrwb (disabled by default). To enable add HAVE_AMR to config.mak and make sure to rebuild ffmpeg too. - Bumped up libdvbpsi version number to 0.1.6
-
Jean-Baptiste Kempf authored
-