]> git.sesse.net Git - vlc/history - modules/misc/audioscrobbler.c
vlc_plugin: fix non-LGPL plugins meta infos
[vlc] / modules / misc / audioscrobbler.c
2015-03-21 Rémi Denis-Courmontvlc_plugin: fix non-LGPL plugins meta infos
2015-02-19 Rémi Denis-Courmontaudioscrobbler: keep track of active input object
2014-08-15 Rémi Denis-CourmontRemove vlc_input.h from vlc_playlist.h
2014-01-05 Rémi Denis-Courmontaudioscrobbler: simplify pl_Get() usage
2014-01-02 Rémi Denis-Courmontaudioscrobbler: use pl_CurrentInput()
2013-12-16 Rémi Duraffortaudioscrobbler: fix use of uninitialized variable
2013-12-02 Rémi Duraffortaudioscrobbler: fix memory leak (cid #1048937 and others)
2013-12-02 Rémi Duraffortaudioscrobbler: factorize test and fix potential memleak
2012-11-27 Rémi Denis-CourmontRemove pf_run
2012-11-27 Rémi Denis-Courmontaudioscrobbler: do not use pf_run
2012-11-26 Rémi Denis-CourmontUse "activity" instead of "item-current" variable
2012-07-09 Fabian Keilaudioscrobbler: prevent an endless loop inside the...
2012-02-28 Konstantin PavlovFix some common typos.
2012-02-14 Samuel PitoisetAudioscrobbler: Replace ParseURL() by vlc_UrlParse().
2011-10-14 KO Myung-HunInclude missing unistd.h and time.h for OS/2
2011-08-01 Rafaël Carréaudioscrobbler: clean up
2011-08-01 Rafaël Carréaudioscrobbler: reorder functions to remove declarations
2011-08-01 Rafaël Carréaudioscrobbler: fix invalid memory access (Closes ...
2011-08-01 Rafaël Carréaudioscrobbler: fix object leak in error path
2011-03-21 Rémi DuraffortRemove obvious statements.
2010-10-22 Rémi Denis-Courmontadd_password: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-04-03 Ilkka Ollakkaaudioscrobbler: check video-es also in playingchange
2010-02-09 Rémi Denis-Courmontaudioscrobbler: no need to lock playlist to add callbacks
2010-02-09 Rémi Denis-Courmontaudioscrobbler: unused variables
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-07 Rémi Denis-Courmontnet_Printf: automagic cast to VLC object
2010-01-23 Rémi Denis-Courmontmisc: use var_Inherit
2009-10-18 Rafaël Carrélast.fm no longer requires submissions to be local...
2009-10-17 Rafaël Carréaudioscrobbler: reset pause start counter when changing...
2009-08-20 Jean-Baptiste KempfMisc fixes in goom, freetype and warning in last.fm
2009-06-27 Rémi Denis-CourmontFix format security warnings (fixes: #2857)
2009-05-06 Jean-Baptiste KempfAudioscrobbler: activate libre.fm capacity since last...
2009-05-03 Rémi Duraffortaudioscrobbler: fix memleak.
2009-05-03 Jean-Baptiste KempfAudioscrobbler: prepare to submit to libre.fm
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
2009-02-16 Laurent AimarRenamed playlist "playlist-current" to "item-current".
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-12-17 Rémi DuraffortLess includes.
2008-11-29 Ilkka Ollakkaconvert audioscrobbler-plugin to intf-event stuff,...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-14 Rémi Denis-CourmontRemove unsafe use of b_dead.
2008-09-10 Rémi DuraffortaudioScrobbler: cleanup and respect last.fm specifications
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-09-06 Rémi Denis-Courmontaudioscrobbler: do not mix vlc_object and vlc_thread...
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-09-02 JPegBugfix: last.fm segfaults under Windows This is due...
2008-08-16 Pierre d'Herbemontaudioscrobbler: *Never* do module unloading from within...
2008-08-03 Rémi DuraffortAudio Scrobbler: Fix some tiny memleaks.
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
next