summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-23.gitignore moreTim-Philipp Müller1-0/+1
2016-11-22rtsp-stream: Set close-socket FALSE on UDP src:esGöran Jönsson1-0/+3
2016-11-19rtspclientsink: Move to new helper function to parse authentication responsesSebastian Dröge1-141/+35
2016-11-19rtsp-auth: Add support for Digest authenticationSebastian Dröge5-24/+532
2016-11-19Enable building with MSVCScott D Phillips6-5/+335
2016-11-18meson: gstreamer gst_check_dep does not exist on windowsThibault Saunier1-2/+4
2016-11-17client: update do_send_message to match type GstRTSPClientSendFuncScott D Phillips1-3/+3
2016-11-11rtsp-sdp: Fix indentationSebastian Dröge1-1/+1
2016-11-10rtsp-media: Only signal "new-state" if the state has actually changedNeha Arora1-4/+4
2016-11-01client: emit signal in the beginning of each rtsp requestBranko Subasic2-1/+398
2016-11-01meson: update versionTim-Philipp Müller1-1/+1
2016-11-01Back to developmentgst-rtsp-server-1.11.0Sebastian Dröge1-6/+6
2016-11-01Release 1.10.0gst-rtsp-server-1.10.0Sebastian Dröge5-22/+1213
2016-10-31tests: try to avoid using the same ports in different testsTim-Philipp Müller2-8/+8
2016-10-28tests: client: use fail_unless_equals_foo() for better failure reportingTim-Philipp Müller1-5/+5
2016-10-25rtsp-client: Session filter in unwatch sessionGöran Jönsson1-3/+11
2016-10-20meson: add fallbacks for gst modulesTim-Philipp Müller1-7/+14
2016-10-20rtsp-client: Fix factory leaking in find_media() in error casesNikita Bobkov1-0/+4
2016-10-06stream: Fix randomly missing streams from SDP with dynamic elementsXavier Claessens1-0/+1
2016-09-30meson: update versionTim-Philipp Müller1-1/+1
2016-09-30Release 1.9.90gst-rtsp-server-1.9.90Sebastian Dröge5-22/+228
2016-09-18rtsp-server: Hint that set_multicast_iface expects the name of the interfaceIan Jamison3-3/+3
2016-09-18rtsp-media: Call g_free() instead of g_object_unref() on multicast-iface stringsSebastian Dröge2-2/+2
2016-09-14configure: Depend on gstreamer 1.9.2.1Sebastian Dröge1-4/+4
2016-09-10Automatic update of common submoduleJan Schmidt2-1/+1
2016-09-10Automatic update of common submoduleJan Schmidt2-1/+1
2016-09-07rtsp-stream: Remove unused _locked() variant of a functionSebastian Dröge1-31/+23
2016-09-07stream: cosmetic cleanupXavier Claessens1-1/+1
2016-09-07stream: Compare IP addresses case insensitive in more placesXavier Claessens1-2/+3
2016-09-07stream: Fix leaked joined_binXavier Claessens2-2/+1
2016-09-06rtsp-stream: Compare IP address strings case insensitiveSebastian Dröge1-3/+4
2016-09-06rtsp-stream: Bind multicast sockets to ANY as beforeSebastian Dröge1-1/+4
2016-09-05rtsp-session: Fix segfault when doing keep-alive after removing the sessionKseniia1-0/+23
2016-09-05rtsp-stream: Always create multicast UDP elements if the protocol flag is setSebastian Dröge1-163/+115
2016-09-05rtsp-stream: Fix up various multicast related issuesSebastian Dröge1-10/+16
2016-09-05tests: Fix compilationSebastian Dröge1-1/+0
2016-09-05stream: revert back to create udpsrc/udpsink on DESCRIBE for unicastXavier Claessens3-369/+312
2016-09-05stream: factor our plug_src functionXavier Claessens1-43/+34
2016-09-05stream: factor out plug_sink functionXavier Claessens1-46/+36
2016-09-05stream: small documentation clarificationXavier Claessens1-2/+6
2016-09-05stream: rename addr_v4/6 to mcast_addr_v4/6 for clarityXavier Claessens1-14/+14
2016-09-05stream: Keep a ref on joined binXavier Claessens1-19/+21
2016-09-05stream: code cleanupXavier Claessens1-281/+206
2016-09-05stream: small fix in error code pathXavier Claessens1-4/+8
2016-09-05Revert "rtsp-stream: Fix crash on cleanup with shared media and multiple udpsrc"Xavier Claessens1-168/+131
2016-09-01Back to developmentSebastian Dröge1-1/+1
2016-09-01Release 1.9.2gst-rtsp-server-1.9.2Sebastian Dröge5-53/+88
2016-08-31Add support for Meson as alternative/parallel build systemTim-Philipp Müller9-0/+271
2016-08-26build: silence error about pthread for 'make check' in osxJosep Torra2-1/+4
2016-08-02rtsp-client: Fix leaking of media in error casesNikita Bobkov1-5/+7