- 04 Oct, 2006 1 commit
-
-
zorglub authored
-
- 01 Oct, 2006 1 commit
-
-
zorglub authored
Update stats in the input threads instead of playlist thread
-
- 30 Sep, 2006 1 commit
-
-
zorglub authored
Todo: we should recheck cache just before downloading in case it has been downloaded while we were in the queue
-
- 29 Sep, 2006 2 commits
- 24 Sep, 2006 7 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)
-
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
-
zorglub authored
-
zorglub authored
Add input_ItemAddOptionNoDup (unused at the moment) + free warning fix
-
- 23 Sep, 2006 2 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)
-
- 20 Sep, 2006 1 commit
-
-
dionoea authored
-
- 18 Sep, 2006 1 commit
-
-
zorglub authored
-
- 17 Sep, 2006 3 commits
- 16 Sep, 2006 2 commits
- 15 Sep, 2006 3 commits
-
-
zorglub authored
-
zorglub authored
Also, make it clearer what is shared and instance-specific So, libvlc_t ==> libvlc_global_t vlc_t ==> libvlc_int_t (internal instance) p_object->p_libvlc ==> p_object->p_libvlc_globale p_object->p_vlc ==> p_object->p_libvlc VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
-
zorglub authored
-
- 14 Sep, 2006 1 commit
-
-
zorglub authored
Remove the "seeking too far" error, as it happens for broken AVI and is quite confusing
-
- 05 Sep, 2006 2 commits
- 03 Sep, 2006 1 commit
-
-
zorglub authored
-
- 02 Sep, 2006 5 commits
-
-
zorglub authored
To be backported, but will need some manual merging (diff in vlc-devel should apply pristine to 0.8.5). Thanks to Georgi Chorbadzhiyski for the patch
-
zorglub authored
-
zorglub authored
It is now based on a shuffled array of items, so that next + prev takes you back to what you were playing
-
zorglub authored
-
zorglub authored
-
- 29 Aug, 2006 1 commit
-
-
Jean-Paul Saman authored
-
- 27 Aug, 2006 1 commit
-
-
zorglub authored
-
- 26 Aug, 2006 1 commit
-
-
zorglub authored
* Start putting together all interface strings (Refs:#703)
-
- 23 Aug, 2006 1 commit
-
-
Eric Petit authored
-
- 11 Aug, 2006 1 commit
-
-
zorglub authored
-
- 07 Aug, 2006 1 commit
-
-
zorglub authored
-
- 06 Aug, 2006 1 commit
-
-
zorglub authored
-