pulseaudio/src/modules/rtp
Arun Raghavan 6825df8cec hashmap: Add the ability to free keys
Since the hashmap stores a pointer to the key provided at pa_hashmap_put()
time, it make sense to allow the hashmap to be given ownership of the key and
have it free it at pa_hashmap_remove/free time.

To do this cleanly, we now provide the key and value free functions at hashmap
creation time with a pa_hashmap_new_full. With this, we do away with the free
function that was provided at remove/free time for freeing the value.
2013-09-17 18:01:22 +05:30
..
headerlist.c hashmap: Add the ability to free keys 2013-09-17 18:01:22 +05:30
headerlist.h Remove $Id$ lines left over from SVN 2008-10-08 20:36:24 +01:00
module-rtp-recv.c hashmap: Add the ability to free keys 2013-09-17 18:01:22 +05:30
module-rtp-send.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
rfc2327.txt add an RTP sender module 2006-04-14 23:47:33 +00:00
rfc2974.txt add an RTP sender module 2006-04-14 23:47:33 +00:00
rfc3550.txt add an RTP sender module 2006-04-14 23:47:33 +00:00
rfc3551.txt add an RTP sender module 2006-04-14 23:47:33 +00:00
rtp.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
rtp.h virtual-sink: Fix a crash when moving the sink to a new master right after setup. 2011-02-26 10:40:06 +00:00
rtsp_client.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
rtsp_client.h Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
sap.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
sap.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
sdp.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
sdp.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00