- 24 Oct, 2007 2 commits
-
-
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 23 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
-
Rafaël Carré authored
configuration: add config_AddIntf() config_RemoveIntf() and config_ExistIntf() to handle extra interfaces in the preferences make use of it for last.fm simple preferences (ref #1262) by the way the duplication of "control" with "extraintf" is very boring
-
Rafaël Carré authored
-
- 21 Oct, 2007 6 commits
-
-
Pierre d'Herbemont authored
-
Rafaël Carré authored
qt4: delete the QApplication when we are finished using it, removes an ugly QObject::killTimers warning.
-
Rafaël Carré authored
playlist_Clear() should delete only the local playlist, not the root playlist (including the media library, and the read only services discovery)
-
Christophe Mutricy authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-