platform/upstream/gstreamer.git
2014-03-11 David Svensson... rtsp-client: vmethod for modifying tunnel GET response
2014-03-03 Wim Taymanssdp: make 1 media line per profile
2014-03-03 Wim Taymansfactory: add profile property and pass to media and...
2014-03-03 Wim Taymanssdp: pass multicast connection for multicast-only stream
2014-03-03 Sebastian Rasmussen.gitignore: Ignore gcov intermediate files
2014-03-03 Wim Taymansstream: release some locks in error cases
2014-03-03 Sebastian Rasmussendocs: Enable and fix gtk-doc warnings
2014-02-28 Sebastian DrögeAutomatic update of common submodule
2014-02-26 Stefan SauerAutomatic update of common submodule
2014-02-25 Tim-Philipp... examples: use LDADD for libs instead of LDFLAGS
2014-02-25 Tim-Philipp... configure: make sure releases are in .doap file
2014-02-25 Tim-Philipp... examples: test-cgroups: don't put code with side effect...
2014-02-25 Tim-Philipp... examples: add cgroup test binary to .gitignore
2014-02-25 Tim-Philipp... examples: fix cgroup test build
2014-02-21 Tim-Philipp... .gitignore: ignore temp files created in the course...
2014-02-18 Branko Subasicrtsp-media: don't loose frames handling new PLAY request
2014-02-18 Wim TaymansRevert "media: only flush when setting a new start...
2014-02-18 Wim Taymansmedia: only flush when setting a new start position
2014-02-18 Göran Jönssonstream: set ttl-mc before adding the socket
2014-02-18 Aleix Conchillo... media: stop thread if media is already prepared
2014-02-09 Sebastian Drögebuild: Ship gst-rtsp-server.doap file
2014-02-09 Sebastian Drögetests: Fix another compiler warning with gcc
2014-02-09 Sebastian Drögertsp-server: Fix lots of compiler warnings with clang
2014-02-09 Sebastian Drögeconfigure: Synchronise with the configure scripts of...
2014-02-09 Sebastian Drögeconfigure: Update version to 1.3.0.1 and require GStrea...
2014-02-09 Sebastian DrögeRevert "rtsp-server: support build against last stable...
2014-02-07 Wim Taymanssession: improve RTP-Info
2014-02-07 Andrey UtkinDon't free rtpinfo GString when it is NULL
2014-02-06 Wim Taymansmedia: only set keyframe flag when modifying start
2014-02-06 Ognyan Tonchevthread-pool: Unref source after mainloop has quit to...
2014-02-04 Wim Taymansstream: handle NULL seqnum and rtptime arguments
2014-02-04 Ognyan Tonchevthread-pool: Unref reused threads in gst_rtsp_thread_stop()
2014-02-04 Wim Taymansstream: add fallback for missing stats property
2014-01-30 Edward HerveyAutomatic update of common submodule
2014-01-28 Wim Taymansstream: don't leak stats structure
2014-01-27 Sebastian Rasmussenstream: Get rtpinfo properties atomically from payloader
2014-01-21 Wim Taymansmedia: refactor state change functions and signals
2014-01-21 Ognyan Tonchevmedia: add signal to notify of pending state changes
2014-01-12 Tim-Philipp... rtsp-server: support build against last stable release
2014-01-07 Wim Taymansstream: fix compilation
2014-01-07 Wim Taymansstream: add property to configure profiles
2014-01-07 Wim Taymansclient: let stream check supported transport
2014-01-07 Wim Taymansstream: add method to check supported transport
2013-12-27 Sebastian Drögeconfigure.ac: Only check for gstreamer-check, not check
2013-12-26 Wim Taymansstream: return clock-rate from get_rtpinfo
2013-12-26 Wim Taymanssession-media: calculate start-time
2013-12-26 Wim Taymansstream: also return the running-time
2013-12-26 Wim Taymanssession-media: let the session-media make the RTPInfo
2013-12-26 Aleix Conchillo... mount-points: sort sequence before g_sequence_lookup
2013-12-22 Tim-Philipp... configure: rename package from gst-rtsp to gst-rtsp...
2013-12-22 Tim-Philipp... configure: bump core/base/good requirement to 1.2.0
2013-12-22 Tim-Philipp... Fix broken gettext setup which is not used anyway
2013-12-22 Tim-Philipp... Automatic update of common submodule
2013-12-19 Aleix Conchillo... media: add setup_sdp vmethod
2013-12-19 Edward Herveyrtsp-stream: Check return value of sscanf
2013-12-19 Edward Herveyrtsp-client: Fix iteration
2013-12-18 Wim Taymansclient: add vmethod to configure media and streams
2013-12-12 Tim-Philipp... Make git ignore more unit test binaries
2013-12-12 Tim-Philipp... rtsp-server: add padding to many public structures
2013-12-09 Aleix Conchillo... media: add new create_rtpbin vmethod
2013-12-03 Sebastian Rasmussentests: fix memory leak, free test's thread pool
2013-11-29 Wim Taymansstream-transport: free url in finalize
2013-11-29 Ognyan Tonchevmedia: also do state change in suspended state
2013-11-29 Wim Taymansmedia: also handle prepare and range in suspended state
2013-11-28 Branko Subasiccheck: add test for uri in setup
2013-11-28 Wim Taymansclient: store setup uri and use in PLAY response
2013-11-28 Wim Taymansstream-transport: add method to get/set url
2013-11-28 Wim Taymansclient: suspend after SDP and unsuspend before PLAYING
2013-11-28 Wim Taymansmedia: add suspend modes
2013-11-28 Wim Taymansmedia: start live streams in blocked state
2013-11-28 Wim Taymansmedia: refactor starting and waiting for preroll
2013-11-28 Wim Taymansstream: add API to block streams
2013-11-27 Edward Herveydocs: Specify the override file
2013-11-26 Wim Taymansmedia: move default implementations to where they are...
2013-11-26 Wim Taymansmedia: take the right lock in gst_rtsp_media_set_pipeli...
2013-11-26 Wim Taymansmedia: handle add-added on non-bins too
2013-11-22 Sebastian Rasmussenrtsp-media/-factory: Fix request pad name comments
2013-11-22 Aleix Conchillo... rtsp-media: remove transports if media is in error...
2013-11-22 Wim Taymansrtsp-media: use element metadata to find payloader
2013-11-22 Aleix Conchillo... rtsp-stream: add getter for payload type
2013-11-22 Sebastian Rasmussenrtsp-*: Refer to NULL as a constant in comments
2013-11-22 Sebastian Rasmussenrtsp-*: Fix type name typos in comments
2013-11-22 Sebastian Rasmussendocs: Improve documentation
2013-11-18 Tim-Philipp... rtsp-server: sprinkle some allow-none annotations for g-i
2013-11-18 Wim Taymansstream: add method to filter transports
2013-11-15 Wim Taymansrtsp: allow NULL func in filters
2013-11-12 Wim Taymansaddress-pool: fix address increment
2013-11-12 Patricia Muscaluclient: allow absolute path in requests
2013-11-12 Patricia Muscaluclient: make make_path_from_uri a vmethod
2013-11-12 Wim Taymansstream: Add functions to get rtp and rtcp sockets
2013-11-12 Wim Taymanscontext: defing a GType for the context
2013-11-12 Sebastian PölsterlFixed several GIR warnings
2013-11-12 Wim Taymansauth: small typos
2013-11-12 Sebastian Rasmussentests: Add unit tests for token
2013-11-12 Sebastian Rasmussentoken: Validate args for gst_rtsp_token_is_allowed
2013-11-12 Sebastian Rasmussentoken: Fix bug when creating empty token
2013-11-12 Wim Taymansthread-pool: avoid race in shutdown
2013-11-12 Sebastian Rasmussentests: Add unit tests for permissions
2013-11-12 Sebastian Rasmussentests: Test mediafactory permissions
2013-11-12 Sebastian Rasmussenpermissions: Fix refcounting when adding/removing roles
next