summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* media: Fix pt map capsEdward Hervey2016-12-021-6/+2
* media-factory: Create media objects with the proper transport modeEdward Hervey2016-12-021-1/+3
* rtsp-auth: Don't remove digest-auth nonces that already/still have a client c...Sebastian Dröge2016-12-021-1/+2
* rtsp-media-factory: Don't create a pipeline for the media pipeline stringSebastian Dröge2016-12-011-1/+3
* media: Fix race condition around finish_unprepare() if called multiple timeKseniia Vasilchuk2016-12-011-0/+5
* rtspclientsink: Don't leave stale pointer after unrefJan Schmidt2016-11-301-1/+3
* common: use https protocol for common submoduleTim-Philipp Müller2016-11-261-1/+1
* stream: block the output of rtpbin instead of the source pipelineMatthew Waters2016-11-231-10/+15
* rtsp-client: add IDLE timeout, before session existsDag Gullberg2016-11-231-0/+65
* .gitignore moreTim-Philipp Müller2016-11-231-0/+1
* rtsp-stream: Set close-socket FALSE on UDP src:esGöran Jönsson2016-11-221-0/+3
* rtspclientsink: Move to new helper function to parse authentication responsesSebastian Dröge2016-11-191-141/+35
* rtsp-auth: Add support for Digest authenticationSebastian Dröge2016-11-195-24/+532
* Enable building with MSVCScott D Phillips2016-11-196-5/+335
* meson: gstreamer gst_check_dep does not exist on windowsThibault Saunier2016-11-181-2/+4
* client: update do_send_message to match type GstRTSPClientSendFuncScott D Phillips2016-11-171-3/+3
* rtsp-sdp: Fix indentationSebastian Dröge2016-11-111-1/+1
* rtsp-media: Only signal "new-state" if the state has actually changedNeha Arora2016-11-101-4/+4
* client: emit signal in the beginning of each rtsp requestBranko Subasic2016-11-012-1/+398
* meson: update versionTim-Philipp Müller2016-11-011-1/+1
* Back to developmentgst-rtsp-server-1.11.0Sebastian Dröge2016-11-011-6/+6
* Release 1.10.0gst-rtsp-server-1.10.0Sebastian Dröge2016-11-015-22/+1213
* tests: try to avoid using the same ports in different testsTim-Philipp Müller2016-10-312-8/+8
* tests: client: use fail_unless_equals_foo() for better failure reportingTim-Philipp Müller2016-10-281-5/+5
* rtsp-client: Session filter in unwatch sessionGöran Jönsson2016-10-251-3/+11
* meson: add fallbacks for gst modulesTim-Philipp Müller2016-10-201-7/+14
* rtsp-client: Fix factory leaking in find_media() in error casesNikita Bobkov2016-10-201-0/+4
* stream: Fix randomly missing streams from SDP with dynamic elementsXavier Claessens2016-10-061-0/+1
* meson: update versionTim-Philipp Müller2016-09-301-1/+1
* Release 1.9.90gst-rtsp-server-1.9.90Sebastian Dröge2016-09-305-22/+228
* rtsp-server: Hint that set_multicast_iface expects the name of the interfaceIan Jamison2016-09-183-3/+3
* rtsp-media: Call g_free() instead of g_object_unref() on multicast-iface stringsSebastian Dröge2016-09-182-2/+2
* configure: Depend on gstreamer 1.9.2.1Sebastian Dröge2016-09-141-4/+4
* Automatic update of common submoduleJan Schmidt2016-09-102-1/+1
* Automatic update of common submoduleJan Schmidt2016-09-102-1/+1
* rtsp-stream: Remove unused _locked() variant of a functionSebastian Dröge2016-09-071-31/+23
* stream: cosmetic cleanupXavier Claessens2016-09-071-1/+1
* stream: Compare IP addresses case insensitive in more placesXavier Claessens2016-09-071-2/+3
* stream: Fix leaked joined_binXavier Claessens2016-09-072-2/+1
* rtsp-stream: Compare IP address strings case insensitiveSebastian Dröge2016-09-061-3/+4
* rtsp-stream: Bind multicast sockets to ANY as beforeSebastian Dröge2016-09-061-1/+4
* rtsp-session: Fix segfault when doing keep-alive after removing the sessionKseniia2016-09-051-0/+23
* rtsp-stream: Always create multicast UDP elements if the protocol flag is setSebastian Dröge2016-09-051-163/+115
* rtsp-stream: Fix up various multicast related issuesSebastian Dröge2016-09-051-10/+16
* tests: Fix compilationSebastian Dröge2016-09-051-1/+0
* stream: revert back to create udpsrc/udpsink on DESCRIBE for unicastXavier Claessens2016-09-053-369/+312
* stream: factor our plug_src functionXavier Claessens2016-09-051-43/+34
* stream: factor out plug_sink functionXavier Claessens2016-09-051-46/+36
* stream: small documentation clarificationXavier Claessens2016-09-051-2/+6
* stream: rename addr_v4/6 to mcast_addr_v4/6 for clarityXavier Claessens2016-09-051-14/+14