]> git.sesse.net Git - vlc/history - modules/services_discovery/podcast.c
vlc_plugin: fix non-LGPL plugins meta infos
[vlc] / modules / services_discovery / podcast.c
2015-03-21 Rémi Denis-Courmontvlc_plugin: fix non-LGPL plugins meta infos
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2015-02-05 Rémi Denis-Courmontinput: remove useless parameter to input_Stop()
2014-01-02 Rémi Denis-Courmontpodcast: fail safe if running in LibVLC (i.e. without...
2013-12-29 Rémi Denis-CourmontRemove inconsistently used HAVE_UNISTD_H
2013-07-11 Felix Paul Kühnepodcasts SD: fix variable handling and minor cleanup...
2013-04-23 Rémi Denis-Courmontpodcast: move callbacks to playlist
2012-09-15 Francois Cartegniepodcasts: ensure saved urls are loaded before change...
2011-08-17 Rémi Denis-CourmontIntroduce VLC_NORETURN function attribute and use it
2011-07-10 Rémi Denis-CourmontRemove useless vlc_object parameter when creating an...
2011-05-22 Laurent AimarUsed input_Close() where applicable.
2011-04-30 Rémi Denis-CourmontAutomatically save all configuration items
2011-04-29 Rémi Denis-Courmontpodcast: no need to force configuration save
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-06-11 Ilkka OllakkaRevert "Revert "redundant includes of vlc_playlist.h""
2010-06-11 Jakob LebenRevert "redundant includes of vlc_playlist.h"
2010-06-11 Jakob Lebenredundant includes of vlc_playlist.h
2010-02-10 Rémi Denis-CourmontNo need for sprintf() here
2010-02-10 Jakob Lebenservices_discovery: implement SD categories and use...
2010-02-06 Rémi Denis-CourmontAutomatically pass the long name in the SD probe helper
2010-02-04 Jean-Philippe AndréSD: Fix podcast announcement and Qt special hack
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> and <sys/time.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-12-21 Rémi Denis-Courmontpodcast: probing support
2009-11-07 Jakob Lebenpodcast: per item add/remove request
2009-11-02 Jakob Lebenpodcast: missing initialization
2009-11-01 Jakob Lebenpodcast: implement "live" podcast item removal
2009-05-08 Laurent AimarFixed a race condition with input creation and events.
2009-03-24 Rémi Duraffortpodcast: fix missing release.
2009-03-09 Laurent AimarAdded a INPUT_EVENT_ABORT event to detect user requeste...
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-17 Laurent AimarUse input_item_New when applicable.
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-10 Rémi Denis-CourmontInclude vlc_services_discovery.h only where needed
2009-01-10 Rémi Denis-CourmontRestore SD human-readable names
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-20 Rémi Denis-Courmontsimplify service discoveries
2008-09-07 Rémi Denis-CourmontPodcast: thread safety fixes
2008-08-28 Rémi Denis-CourmontSD: pull down cancellation safety on those SD with...
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-12 Jean-Baptiste KempfFix some crash on exit
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortFix [9589813471d0f5525789b7cf7165e48d177cbad6] by using...
2008-07-31 Rémi DuraffortUsefull coment instead of "Gruik" (evenif I like the...
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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-26 Rafaël CarréServices discoveries: check memory allocation
2008-03-23 Pierre d'Herbemontinput: Remove input_DestroyThread() as it is now handle...
2008-01-28 Rafaël Carréservices_discovery/: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-09-16 Rémi Denis-CourmontSwitch the few var_GetString remains to var_GetNonEmpty...
2007-09-02 Antoine CellerierRewrite parts of the podcast service discovery module...
2007-09-02 Antoine CellerierChange the podcast-urls config option to auto save.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-18 Pierre d'Herbemontmodules/services_discovery/podcast.c: Fix initial numbe...
2007-08-18 Pierre d'Herbemontmodules/services_discovery/podcast.c: Use the new API.
2007-02-21 Laurent AimarChanged input_DestroyThread to take care of detaching...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-01 Antoine CellerierFix a bunch of gcc warnings
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-08-06 Jean-Paul SamanRemove unused variable
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-30 Antoine CellerierForward port [15485] and [15486].
2006-04-30 Antoine CellerierForward port podcast fixes [15462] and [15465].
2006-03-25 Clément StenacStrings review in services_discovery + remove unimpleme...
2006-01-12 Antoine CellerierFSF address change.
2005-10-29 Antoine Cellerierchangesets r12782 and r12804 from 0.8.5-zorglub branch...