]> git.sesse.net Git - vlc/history - modules/misc/audioscrobbler.c
Use pl_Release with the right argument.
[vlc] / modules / misc / audioscrobbler.c
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-07-03 Rémi Denis-CourmontFormat string fixes
2008-06-14 Jean-Baptiste KempfRemove unused variable.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-31 Rémi Denis-Courmontvlc_object_timedwait: same change as vlc_object_wait
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-30 Rafaël CarréDo not mix time() and mdate()
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-23 Rémi Denis-CourmontCleanup condition handling, should fix #1448
2008-01-22 Rafaël Carréaudioscrobbler: code cleanup, higher severity for some...
2008-01-15 Rafaël Carréaudioscrobbler: do not use mdate() when the real date...
2008-01-12 Rafaël Carréaudioscrobbler: use exclusively mdate() for time-relate...
2008-01-10 Rémi Duraffort"vlc_*_timedwait() expect a time in microseconds"....
2007-11-26 Rafaël Carréaudioscrobbler: use psz_md5_hash()
2007-11-23 Rafaël Carréaudioscrobbler: more explicit debug messages
2007-11-10 Felix Paul Kühne* English grammar fixes and beautifications for the...
2007-10-22 Rafaël Carréaudioscrobbler: we're sure metadata has been read only...
2007-10-14 Rafaël Carréaudioscrobbler: submits songs when the input end, not...
2007-10-14 Rafaël Carréaudioscrobbler: read the metadata when it has been...
2007-10-14 Laurent AimarRemoved meta-preparsed variable.
2007-10-08 Rafaël Carréaudioscrobbler: we are already in our own thread, no...
2007-10-08 Rafaël Carréaudioscrobbler: use condition variables to be signaled...
2007-10-07 Rafaël Carréaudioscrobbler: rewrite for new protocol 1.2
2007-09-14 Rafaël CarréDo not try to connect to last.fm every second if the...
2007-09-13 Rémi Denis-CourmontExplicit casts to proper integer types when formatting
2007-09-11 Rafaël CarréChecks pointers before using them
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-25 Ilkka Ollakkasend Title not filename to last.fm, fixes submitting...
2007-08-25 Rafaël Carréaudioscrobbler: runs in a separate thread because of...
2007-08-24 Ilkka Ollakkawait INTERVAL if needed on submitting, and don't try...
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-19 Rafaël CarréAdds CONFIG_ITEM_PASSWORD for showing stars in preferen...
2007-08-18 Pierre d'Herbemontaudioscrobbler.c: Fix 21193. It should be reverted...
2007-08-18 Rafaël CarréInput access locking. Part one
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-06-27 Rafaël CarréNow using ITEM_PREPARSED & ITEM_META_FETCHED indicators
2007-05-31 Antoine Cellerier"[PATCH] audioscrobbler plugin connection check" by...
2007-01-03 Damien Fouilleulaudioscrobbler.c: fix for format string exploit
2006-11-27 Rafaël CarréMerge 2 functions for reading meta data
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-12 Rafaël CarréVarious bugfixes
2006-10-01 Rafaël CarréAdded psz_trackid, psz_artistid, psz_albumid to vlc_met...
2006-09-30 Rafaël CarréCosmetics, add some comments
2006-09-28 Rafaël CarréDon't Close() on connection error, retry every minute
2006-09-18 Clément StenacAudioscrobbler plugin update by Rafael Carre
2006-09-17 Clément StenacDon't delete callbacks from an already destroyed objects
2006-09-17 Pavlov Konstantinservicing email change request for Rafael Carre
2006-09-17 Antoine CellerierFix deadlock (hopefully)
2006-09-17 Antoine CellerierNew audioscrobbler/last.fm plugin by Rafaël Carré and...