- 04 Oct, 2006 1 commit
-
-
zorglub authored
-
- 01 Oct, 2006 5 commits
-
-
dionoea authored
src/input/item.c: if we don't have an item name and item is a file, then only use the filename (and not the full path) as the item's name others: if we only have a path and no interesting name, let the core decide what name to use
-
dionoea authored
use config chain for the --sub-filter option. Example: --sub-filter "marq{marquee=pouet}:marq{marquee=\$N,y=50,x=50}" Sub filters other than marq still need to be changed rc interface marq callbacks need to be fixed too
-
dionoea authored
-
zorglub authored
Update stats in the input threads instead of playlist thread
-
Jean-Paul Saman authored
Fix for ticket #752 by ye zhang (yzhang90003 _at_ gmail dot com): VLM RTSP concurent LEAVE make VLC crash
-
- 30 Sep, 2006 2 commits
- 29 Sep, 2006 2 commits
- 26 Sep, 2006 5 commits
-
-
damienf authored
-
Olivier Aubert authored
longer does.
-
damienf 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
-
damienf authored
-
- 25 Sep, 2006 4 commits
-
-
Christophe Mutricy authored
Make update-po
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
that users of the API can simply pass parameters
-
- 24 Sep, 2006 12 commits
-
-
dionoea 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)
-
dionoea authored
-
zorglub 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 :)
-
zorglub authored
-
zorglub authored
* meta reader : read directly from the file, should be made from the demux. Examples: taglib, id3tag * meta fetcher : use web services to get meta, either from the current ones. Called only if we don't have the tags after using the meta readers * art finder : find the URL of the suitable album art. Called according to the art policy * art downloader : used to retrieve the art from special locations. Not needed if art is available directly from an URL. Examples: APIC ID3 tag reader
-
dionoea authored
-
dionoea authored
-
zorglub authored
-
zorglub authored
-
zorglub authored
Add input_ItemAddOptionNoDup (unused at the moment) + free warning fix
-
zorglub authored
This removes useless wakeups and improves hotkeys reactivity
-
zorglub authored
p_libvlc->b_die Not implemented for OS X as I am not sure, please check if it is feasible. * Don't run the dummy interface
-
- 23 Sep, 2006 6 commits
-
-
dionoea authored
Add an "album art download policy" (--album-art) option. I now have to do another commit to enfore this policy (album art isn't downloaded at all atm)
-
dionoea authored
-
dionoea authored
-
dionoea authored
-
zorglub authored
* Fixes to dialog singletons * Forgotten files (definitions of aout_Visual*, unimplemented at the moment)
-
- 22 Sep, 2006 3 commits
-
-
Christophe Mutricy authored
-
Olivier Aubert authored
-
damienf authored
-