- 19 Nov, 2007 14 commits
-
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Don't store the playlist_t pointer in p_sys since it is always present in any_vlc_object_t->p_libvlc->p_playlist
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCMediaList.m: Fix a few warnings and use a Dictionary instead of an array for -mediaListItemAdded: argument.
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCMedia.m: Remove the directory filter when opening a media. A directory can be seen as a VLCMedia, as it is a playlist, and playlists are media.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Felix Paul Kühne authored
-
- 18 Nov, 2007 24 commits
-
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Felix Paul Kühne authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Rafaël Carré authored
-
Rafaël Carré authored
* Workaround KEY_END not working with $TERM=xterm on FreeBSD * Don't abort when printing strings with unprintable characters ( for example when the user presses ctrl+something in FIND or OPEN boxes ) * Show a '*' in front of the current node * Add files in the correct node This is how nodes do work in ncurses: When you select an item with 'Enter', * if it's a leaf, then start playing it, and set the current node to the toplevel parent of that leaf (example: local playlist, or media library) * if it's an empty node, then stop the playlist, and set the current node to be that one, so you can add items to it * if it's a node with children, set the current node to that one, and start playing the next children of that one The "current node" means that the playlist will never reach items which aren't direct or indirect children of that node, and so it will stop after the last one has been reached
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Baptiste Kempf authored
-
Jean-Paul Saman authored
Attempt to implement chroma conversion using swscale. This currently crashes on calling of pf_convert().
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
* Metadata box ( 'm' key) * Rebuild the playlist immediately after a deletion, avoiding crashes * Center the title * Correctly ellipsize wide strings
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Felix Paul Kühne authored
-
Eric Petit authored
-
Dennis van Amerongen authored
* src/input/clock.c: Feed synchro with new ref. point after unexpected discontinuity. Needs testing, should fix ticket #691 no audio/video in transcode after clock gap in input
-
- 17 Nov, 2007 2 commits
-
-
Damien Fouilleul authored
-
Jean-Baptiste Kempf authored
-