- 22 Aug, 2008 1 commit
-
-
Laurent Aimar authored
-
- 14 Aug, 2008 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 13 Aug, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 11 Aug, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 02 Aug, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 01 Aug, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 27 Jun, 2008 1 commit
-
-
Ilkka Ollakka authored
-
- 20 Jun, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 Jun, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 14 Jun, 2008 3 commits
-
-
Jean-Paul Saman authored
-
Pierre d'Herbemont authored
-
Jean-Paul Saman authored
-
- 06 Jun, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Jun, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 27 May, 2008 1 commit
-
-
Rafaël Carré authored
-
- 26 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 23 Apr, 2008 1 commit
-
-
Rafaël Carré authored
Remove VLC_META_ENGINE_* Don't use VLC_META_INFO_CAT Avoid using input_Item{Add,Get}Info Remove disabled code in cdda Remove "meta fetcher": There was only 1 module (not) implementing it (musicbrainz) Reduces complexity in playlist core Use a more consistent naming Factorize QT4 sorting and column display code Remove unused members
-
- 22 Apr, 2008 1 commit
-
-
Rafaël Carré authored
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 13 Apr, 2008 1 commit
-
-
Jean-Paul Saman authored
Move ppsz_input_state[] to modules/control/rc.c because it is the only user of this variable. This silences a lot of warning messages.
-
- 11 Apr, 2008 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 30 Mar, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 26 Mar, 2008 1 commit
-
-
Pierre d'Herbemont authored
This avoids the circular dependency there is from playlist and input item, which creates a dead lock at exit.
-
- 23 Mar, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 17 Mar, 2008 1 commit
-
-
Rémi Denis-Courmont authored
(Oh! another ABI break - if only vlc_input_item_t weren't public)
-
- 11 Mar, 2008 1 commit
-
-
ivoire authored
if( bla ) free( bla ); => free( bla );
-
- 21 Feb, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Jan, 2008 1 commit
-
-
Rafaël Carré authored
-
- 01 Jan, 2008 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
misc/events.c: Fix event sending, by properly supporting event_manager edition (event_detach) while executing a callback (vlc_event_send). This is done through a recursive lock.
-
- 30 Dec, 2007 1 commit
-
-
Rafaël Carré authored
You can not change a playlist_item_t to be a node, when you previously registered events on it, using input_item_t sub items adding event, because the pointer will be destroyed. If you want to use nodes anyway, you have to explicitely create them. Note: we were lucky that xspf did work so far, because we were EXCLUSIVELY using invalid pointers, except for the 1st item being added to each playlist_item_t (it did happen before the conversion obviously).
-
- 26 Dec, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 20 Oct, 2007 1 commit
-
-
Pierre d'Herbemont authored
* Add the ability to store user data in media_descriptor. * Duration can now be retrieved from a media_instance * Can new get the preparsed state of a media_descriptor * Add callbacks for libvlc_MediaDescriptorDurationChanged/vlc_InputItemDurationChanged and libvlc_MediaDescriptorPreparsedChanged/vlc_InputItemPreparsedChanged.
-
- 30 Sep, 2007 1 commit
-
-
Laurent Aimar authored
input slave) Untested. media_instance.c no longer depends on input_internal.h Clean up a bit es_out pause handling. Fixed DEMUX_GET_FPS description (double not float)
-
- 11 Sep, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 10 Sep, 2007 1 commit
-
-
Rafaël Carré authored
-
- 09 Sep, 2007 1 commit
-
-
Rafaël Carré authored
-
- 23 Aug, 2007 1 commit
-
-
Rafaël Carré authored
There is no way at the moment to know if a file is audio only
-