]> git.sesse.net Git - vlc/history - modules/access_output/shout.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / access_output / shout.c
2009-11-27 Rafaël CarréFix [a68b3396]
2009-11-26 Rémi Denis-Courmontshout: default to port 8000, try to improve URL parsing...
2009-10-15 Rémi Duraffortaccess_out_shoutcast: factorise.
2009-10-15 Rémi Duraffortaccess_out_shoutcast: fix memleak.
2009-10-15 Rémi Duraffortaccess_out_shoutcast: constify.
2009-10-15 Rémi Duraffortaccess_out: use var_GetNonEmptyString.
2009-08-20 Pierre d'Herbemontshout: Flag unused param.
2009-04-16 Rémi Denis-CourmontAuto-probe does not make much sense for network access...
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-08-29 Rémi Denis-CourmontRemove leftover code
2008-08-29 Rémi Denis-CourmontImplement ACCESS_OUT_CONTROLS_PACE as needed
2008-08-20 Rémi DuraffortFix memleaks and one potential memleak (and move a...
2008-07-28 Derk-Jan Hartmanshout output: and release the block chain if we encount...
2008-07-28 Derk-Jan Hartmanshout output: if the connection cannot be restored...
2008-06-22 Rémi DuraffortRemove unneeded msg_Error.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
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-12 Rémi DuraffortThe last but not the least commit about these useless...
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-12-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
2007-11-26 Dennis van Amerongen* modules/access_output/shout.c: Remove sleep for recon...
2007-11-25 Dennis van Amerongen* modules/access_output/shout.c: automatic reconnect...
2007-11-25 Dennis van Amerongen* modules/access_output/shout.c: let this be a lesson...
2007-11-24 Dennis van Amerongen* modules/access_output/shout.c: Remove unneeded var...
2007-11-24 Dennis van Amerongen* modules/access_output/shout.c: Implement automatic...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-04-08 Dennis van Amerongen* modules/access_output/shout.c: Initialize shout setti...
2007-02-11 Christophe MutricyThat was forgotten in [18758]
2007-02-10 Rémi Denis-CourmontCompile fix
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-09 Clément StenacCopyright stuff
2006-09-07 Antoine Cellerier:%s/\t/ /g
2006-08-16 Dennis van Amerongen* modules/access_output/shout.c: changed 'no bitrate...
2006-08-15 Dennis van Amerongen* modules/access_output/shout.c: removed protocol selec...
2006-08-13 Dennis van Amerongen* shout.c: add support for protocol selection (icy...
2006-03-30 Clément StenacAccess strings (Refs:#438)
2006-02-05 Antoine Celleriersout-standard-url is deprecated
2006-01-12 Antoine CellerierFSF address change.
2005-11-09 Felix Paul Kühne* fixed some strings
2005-08-28 Derk-Jan Hartman* Update some comments
2005-08-26 Derk-Jan Hartman* added --sout-shout-name to set a stream name
2005-08-24 Derk-Jan Hartman* sync up the outgoing shoutcast stream.
2005-08-23 Sam Hocevar * modules/access_output/shout.c: Shoutcast output...