]> git.sesse.net Git - vlc/history - modules/services_discovery/sap.c
input: add b_net variable in item
[vlc] / modules / services_discovery / sap.c
2015-03-25 Thomas Guilleminput: add b_net variable in item
2015-03-25 Thomas Guilleminput: replace ITEM_TYPE_NET by ITEM_TYPE_STREAM
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
2014-11-18 Santiago Gimenosap: fix implicit timeout calculation
2014-08-25 Rémi Denis-Courmontsap: dead code
2014-04-23 Rémi Denis-CourmontSAP: NULL dereference on error path
2014-04-22 Rémi Denis-Courmontsap: memory leak
2013-12-29 Rémi Denis-CourmontRemove inconsistently used HAVE_UNISTD_H
2013-12-29 Rémi Denis-CourmontUDP: use vlc_strerror_c()
2013-12-02 Rémi Duraffortsap: fix potential memory leak (cid #1048940)
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-01-17 Nickolai Zeldovichmodules/services_discovery/sap.c: avoid out-of-bounds...
2013-01-07 Tillmann KarrasSAP: show session info as stream description
2012-03-15 Sébastien Escudiersap : smooth the announce period average
2012-03-15 Sébastien Escudiertypos
2012-03-14 Rémi Denis-CourmontSAP: deal with the standard "cat" attribute from grouping
2012-03-05 Sébastien EscudierSAP : handle legacy v0 where the hash is not set (I...
2012-03-02 Sébastien EscudierSAP : uniquely identify a session with the hash id...
2012-02-05 Rafaël CarréMention 2.0.0 instead of 1.2.0
2011-11-03 Rémi Denis-CourmontMissing #include
2011-08-18 Rémi Denis-CourmontTypo
2011-07-10 Rémi Denis-CourmontRemove useless vlc_object parameter when creating an...
2011-06-13 Rémi Denis-CourmontSAP: fix Win32 warning
2011-06-11 Rémi Denis-CourmontSAP: dead code
2011-06-11 Rémi Denis-CourmontNuke manual IP version selection
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-05-30 Rémi DuraffortFix variables types.
2010-02-10 Rémi Denis-CourmontNo need for sprintf() here
2010-02-10 Jakob Lebenservices_discovery: implement SD categories and use...
2010-01-23 Rémi Denis-Courmontmisc: use var_Inherit
2010-01-18 Jean-Philippe AndréSAP: rename module to "Network streams (SAP)"
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> and <sys/time.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <ctype.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-12-26 Jean-Baptiste KempfSAP SD: Use SCN in scanf instrad of PRI
2009-12-23 Rémi Denis-CourmontSAP: try to improve playlist category name as earlier
2009-12-23 Rémi Denis-CourmontRevert "sap: Rename to "Network Streams (SAP)""
2009-12-21 Rémi Denis-CourmontSAP: implement probe
2009-12-21 Pierre d'Herbemontsap: Rename to "Network Streams (SAP)"
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-10-14 Rémi Denis-CourmontFix object leak (but not unsafe item access)
2009-10-14 Rémi Denis-CourmontRemove useless check and assignment
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-21 Pierre d'Herbemontmodules: Use access_GetParentInput and demux_GetParentI...
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-05-04 Rémi Duraffortsap: fix memleak.
2009-02-28 Rémi Denis-CourmontSAP: add new payload types
2009-02-28 Rémi Denis-CourmontRecognize supported media type for SDP from SAP, not...
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-01-27 Rémi Denis-CourmontTrailing ;
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-11 Rémi Denis-CourmontSAP: raw UDP has no RTCP
2009-01-11 Rémi Denis-CourmontRemove obsolete --sap-timeshift option
2009-01-11 Rémi Denis-CourmontSAP: parse RTCP port out of the SDP
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-10-05 Rémi Denis-CourmontFix NULL dereference (CID#236)
2008-09-20 Antoine CellerierRemove last occurences of yield in the code and comments.
2008-09-20 Rémi Denis-Courmontsimplify service discoveries
2008-09-17 Rémi Denis-CourmontFix flexible array usage gcc-ism
2008-08-28 Rémi Denis-CourmontSAP: use thread cancellation, get rid of the waitpipe...
2008-08-19 Rémi DuraffortDon't call mdate too many times.
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-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-06 Rémi Denis-CourmontSAP: revert most of [a8eb03fa]
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortFix segfault in sap service discovery.
2008-07-22 Pierre d'Herbemontsap: Don't release when not needed.
2008-07-22 Pierre d'Herbemontsap: Don't use the playlist.
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-11 Christophe MutricyFix description
2008-07-05 Rémi Denis-CourmontSAP: add PCM payload types which are now supported
2008-07-01 Rémi Denis-CourmontSAP: remotely trigerrable memory leak (CID #70)
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-05-07 Rémi Denis-CourmontSAP: yield and release the playlist
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
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-19 Rémi Denis-CourmontSAP: m= subtype is not supposed to be a number in with...
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-12-23 Pierre d'Herbemontvlc_common.h:
2007-12-22 Pierre d'Herbemontservices_discovery/sap.c: Make sure the thread will...
2007-12-22 Pierre d'Herbemontservices_discovery/sap.c: s/min/min_int/ to prevent...
2007-12-22 Rémi Denis-CourmontPierre writes too good code. We need to kludge it :(
2007-12-22 Pierre d'Herbemontservices_discovery/sap.: Don't wakeup more than needed.
next