- 29 Sep, 2006 1 commit
-
-
Rafaël Carré authored
Thanks to courmisch for finding the issue Closes #721
-
- 28 Sep, 2006 2 commits
-
-
Rafaël Carré authored
Fix a _() that should have been N_() Username & Password are non-advanced settings Warn user with interaction if Username is bad or not set Handshake only if there is something to submit Get rid of hexa() for printf("%02x") Replace % 256 and / (2^x) by bitwise operations : & 0xff and >> x Don't cancel submission of song if user has paused playing Code for new meta_engine (not enabled yet)
-
Antoine Cellerier authored
-
- 27 Sep, 2006 4 commits
-
-
Olivier Teulière authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
- 26 Sep, 2006 13 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Enable WavPack decoding in ffmpeg (once they'll increment the version number). Some of the samples still decode weird but hey ... it's already great news :)
-
Damien Fouilleul authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
longer does.
-
Damien Fouilleul authored
- revert 16847, this breaks the activex and mozilla plugins, and passing a argv[0] is a very desirable feature as the path in argv[0] is also used to search for plugins. Typically users can pass on the argv[0] of their programs
-
Olivier Aubert authored
time unit
-
Damien Fouilleul authored
-
Jean-Paul Saman authored
-
Damien Fouilleul authored
-
Damien Fouilleul authored
-
Damien Fouilleul authored
-
- 25 Sep, 2006 15 commits
-
-
Christophe Mutricy authored
Make update-po
-
Christophe Mutricy authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
prepend argv[0] to libvlc_new parameters
-
Olivier Aubert authored
mediacontrol_new API
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
that users of the API can simply pass parameters
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 24 Sep, 2006 5 commits
-
-
Antoine Cellerier authored
* Secondary queue items now have a b_fetch_art flag * You can use the playlist_AskForArtEnqueue function to ask for art from an interface. This will enqueue at the begining of the secondary queue * other stuff which i don't remember :) * (fix issues with previous (and unrelated) DIR_SEP commit)
-
Antoine Cellerier authored
-
Clément Stenac authored
-
Clément Stenac authored
* Put meta related functions in src/input/meta.c * Merge vlc_meta_engine.h and vlc_meta.h Album art stuff is still broken, but I need to go now :)
-
Antoine Cellerier authored
[PATCH] mosaic improvement: user-defined offsets for substreams by Thomas Parmelan. +fixes for svn trunk
-