summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-03Set the minimum GLib version to 2.30 to disable deprecated warnings on newer ...HEADmasterRohan Garg1-5/+8
2013-03-20Open socket with random port. Use random port to avoid TURN error 437 Allocat...Livio Madaro1-2/+8
2013-03-20win32: Add new 0.1.4 symbols to the win32 .def file as wellYouness Alaoui1-0/+11
2013-02-23version 0.1.4.1Youness Alaoui1-2/+2
2013-02-23Version 0.1.4Youness Alaoui2-4/+16
2013-02-23Fix documentationYouness Alaoui2-1/+6
2013-02-23Add build instructions to the READMEYouness Alaoui1-0/+12
2013-02-22Remove debugging printYouness Alaoui1-1/+0
2013-02-07examples: Make input non blocking to allow exit when remote hangs upYouness Alaoui2-8/+21
2013-02-07Do not unref the mainloop until the thread has joined since it could be still...Youness Alaoui2-2/+2
2013-02-07Export the new nice_agent_get_selected_pair APIYouness Alaoui1-0/+1
2013-02-07Do not unref the GThread since g_thread_join takes the reference. Also rename...Bryce Allen2-8/+6
2013-02-05Change the m= line in the SDP to use ICE/SDP dummy type instead of RTP/AVPYouness Alaoui1-1/+1
2013-02-05Add new parsing API, for stream and candidatesYouness Alaoui4-184/+539
2013-02-05Add example that uses the new SDP parsing APIYouness Alaoui2-1/+278
2013-02-05Adding new SDP parsing and generation API.Youness Alaoui6-1/+459
2013-02-05Fix/clean threaded-exampleYouness Alaoui1-5/+6
2013-02-05Refactor nice_agent_set_stream_tos to use agent_find_stream internal APIYouness Alaoui1-13/+15
2013-02-05Add a similar simple example using threadsYouness Alaoui2-2/+454
2013-02-05example: Exit on Ctrl-D and send EOS signal to the other endYouness Alaoui1-0/+6
2013-02-04Change license for simple-exampleYouness Alaoui1-12/+20
2013-02-02Add a simple example to showcase the API thanks to Bryce AllenYouness Alaoui4-1/+447
2013-02-02Cleanup documentationYouness Alaoui3-7/+13
2013-02-02Add nice_agent_get_selected_pair API to NiceAgentYouness Alaoui3-0/+48
2013-02-02Add nice_address_ip_version API to NiceAddressYouness Alaoui3-0/+27
2013-01-09Fix username validation in OC2007 modeJakub Adam1-2/+1
2012-12-06Add win32 directory to EXTRA_DISTYouness Alaoui1-1/+2
2012-12-03Add nice_agent_set_port_range to the list of exported API functionsYouness Alaoui1-0/+1
2012-11-19Manage multiple TURN CreatePermission in parallelLivio Madaro1-30/+59
2012-10-04agent: display NiceComponentState as strings in debug messageGuillaume Desmottes1-2/+27
2012-10-01Fix C preprocessor bugAskar Safin1-1/+1
2012-09-20Fix a minor bug in the dribble mode testRohan Garg1-0/+15
2012-09-14version 0.1.3.1Olivier Crête1-2/+2
2012-09-14version 0.1.3Olivier Crête2-5/+13
2012-09-14Compile the plugin for both GStreamer 0.10 and 1.0Olivier Crête6-19/+96
2012-09-14nicesrc: Use gst_buffer_fillOlivier Crête1-4/+1
2012-09-10The plugin name is not a string anymoregstreamer-0.11Olivier Crête1-1/+1
2012-09-10Check gstreamer 1.0 not 0.11Sjoerd Simons1-3/+3
2012-09-10GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGSjoerd Simons1-3/+3
2012-09-10Use GstPushSrc as a base classOlivier Crête2-15/+10
2012-09-10Port GStreamer src/sink to 0.11Olivier Crête4-61/+46
2012-08-03Fix gaddr initializationLivio Madaro1-2/+2
2012-07-31Only define _FORTIFY_SOURCE if optimisation is enabledOlivier Crête1-1/+6
2012-07-16Merge remote-tracking branch 'shadeslayer/dribble_mode'Youness Alaoui10-38/+794
2012-06-29Also free the GCond and the GMutexRohan Garg1-0/+4
2012-06-21Allocate memory to stun_mutex_ptr and stun_signal_ptrRohan Garg1-0/+2
2012-05-29Cache GSocketAddress in UdpBsdSocketcache-gsocketaddressOlivier Crête1-9/+33
2012-05-07Multiple fixes for new testRohan Garg1-27/+42
2012-05-03Fixes to dribble mode test as per suggestionsRohan Garg1-25/+24
2012-05-03Minor bug fixes and enhancements to the testRohan Garg1-55/+71