platform/upstream/gstreamer.git
2013-03-11 Olivier Crêtetests: Test that slow DESCRIBE don't block other clients
2013-03-11 Olivier Crêtetests: Add tests for client-requested multicast address
2013-03-11 Olivier Crêtedocs: Put the various functions in the right sections
2013-03-11 Olivier Crêtedocs: Generate docs for GstRTSPAddressPool
2013-03-11 Olivier Crêteclient: Check client provided addresses against the...
2013-03-11 Olivier Crêteaddress-pool: Add API to request a specific address...
2013-03-11 Olivier Crêtetests: Check the passing around of a RTSPAddressPool
2013-03-11 Olivier Crêtetests: Add more tests for the address pool
2013-03-11 Olivier Crêteaddress-pool: Fix off by one error
2013-03-07 Tim-Philipp... Automatic update of common submodule
2013-02-07 George McCollisterconfigure: replace deprecated AM_CONFIG_HEADER with...
2013-01-28 Stefan SauerAutomatic update of common submodule
2013-01-28 Wim Taymansclient: make sure the watch exists while sending data
2013-01-16 Tim-Philipp... tests: use GST_*_1_0 environment variables everywhere
2013-01-15 Tim-Philipp... Automatic update of common submodule
2012-12-14 Wim Taymansrtsp-client: set the client backlog
2012-12-10 Ognyan Tonchevrtsp-media: Make the element a constructor parameter
2012-12-04 Sebastian Rasmussendocs: Link with gcov library when gcov is enabled
2012-11-30 Wim Taymansmedia: match prepare with unprepare
2012-11-30 Wim Taymansmedia: media has to be unprepared in finalize
2012-11-30 Wim TaymansRevert "client: never call gst_rtsp_media_unprepare...
2012-11-30 Wim Taymansmedia: let the source unref the last media ref
2012-11-30 Wim Taymansmedia: improve debug
2012-11-30 Wim Taymansmedia: check state
2012-11-30 Wim Taymansmedia: use g_object_ref/unref for GObjects
2012-11-30 Alessandro... client: never call gst_rtsp_media_unprepare, let gst_rt...
2012-11-30 Alessandro... Fix compiler warning
2012-11-30 Alessandro... Add missing g_type_class_add_private in GstRTSPMediaFac...
2012-11-29 Wim Taymanssmall cleanup
2012-11-29 Wim Taymansmedia: avoid element leak
2012-11-29 Wim Taymansmedia: require an element in media constructor
2012-11-29 Wim TaymansRevert "client: TEARDOWN brings that state to Init...
2012-11-29 Wim Taymansclient: TEARDOWN brings that state to Init again
2012-11-29 Wim Taymansrtsp: make object details private
2012-11-28 Wim Taymanstests: add media tests
2012-11-28 Wim Taymansmedia: check if prepared for some methods
2012-11-28 Wim Taymanstests: add mediafactory test
2012-11-28 Wim Taymansstream: improve debug
2012-11-28 Wim Taymansmedia: unref pipeline in finalize to avoid leaking it
2012-11-28 Wim Taymansrtsp: use gst_object_unref on GstObjects
2012-11-28 Wim Taymansmedia-factory: require an url
2012-11-28 Wim Taymansexamples: fix include
2012-11-28 Wim Taymansserver: remove unused include
2012-11-28 Wim Taymanstests: add test for mountpoints
2012-11-28 Wim Taymansclient: fix factory leak
2012-11-28 Wim Taymansmounts: add g_return_if guards
2012-11-27 Wim Taymanstests: add more tests
2012-11-27 Wim Taymansclient: improve debug
2012-11-27 Wim Taymansclient: improve debug and fix leaks
2012-11-27 Wim Taymansupdate common
2012-11-27 Wim Taymanstest: add test for session in options request
2012-11-27 Wim Taymansclient: use 454 when session can't be found
2012-11-27 Wim Taymansclient: only free connection when there is one
2012-11-27 Wim Taymanstests: add unit test for the client object
2012-11-26 Wim Taymansclient: small cleanup
2012-11-26 Wim Taymansclient: remove unused include
2012-11-26 Wim Taymansclient: fix compilation
2012-11-26 Wim Taymansclient: call destroy without the lock
2012-11-26 Wim Taymansclient: make the client usable without a socket
2012-11-26 Wim Taymansclient: small cleanup
2012-11-26 Wim Taymansclient: remove reference to server
2012-11-26 Wim Taymansclient: add locking
2012-11-26 Wim Taymansclient: log more errors
2012-11-26 Wim Taymansclient: fix compilation
2012-11-26 Wim Taymansclient: add generic close-after-send support
2012-11-26 Wim TaymansMediaMapping -> MountPoints
2012-11-26 Wim Taymansconfigure: bump required version of -base
2012-11-21 Wim Taymansmedia: fix seeking
2012-11-21 Wim Taymansmedia: support more Range formats
2012-11-21 Wim Taymansexamples: fix whitespace
2012-11-20 Wim Taymanstest-auth: add example of how to remove sessions
2012-11-20 Wim Taymanstest-uri: remove mapping example
2012-11-20 Wim Taymanstest-uri: fix callback signature
2012-11-20 Wim Taymansfactory: keep ref to factory while media active
2012-11-20 Wim Taymansfactory-uri: add some debug
2012-11-20 Wim Taymansstream: set udp sources to PLAYING
2012-11-20 Wim Taymansfactory-uri: take ref to factory
2012-11-20 Wim Taymanstest: add test for server reuse
2012-11-20 David Svensson... server: start and stop multiple times
2012-11-20 Wim Taymansserver: fix small leak
2012-11-20 Wim Taymansmedia: unref source in finish_unprepare
2012-11-20 David Svensson... rtsp-media: remove bus watch before finalizing
2012-11-20 Alessandro... client: wait until the TEARDOWN response is sent to...
2012-11-20 David Svensson... rtsp-stream: plug socket leak
2012-11-19 Tim-Philipp... Automatic update of common submodule
2012-11-17 Tim-Philipp... rtsp-server: don't use deprecated API
2012-11-17 Tim-Philipp... rtsp-client: fix unused-but-set-variable compiler warning
2012-11-15 Wim Taymansrtsp: cleanups
2012-11-15 Wim Taymansexamples: add another multicast example
2012-11-15 Wim Taymanstest: set shared
2012-11-15 Wim Taymansstream: use the address managed by the stream
2012-11-15 Wim Taymansrtsp: improve debug
2012-11-15 Wim Taymansmedia: add signal for new streams
2012-11-15 Wim Taymansmedia: configure address pool in new streams
2012-11-15 Wim Taymansstream: add methods to deal with address pool
2012-11-15 Wim Taymansmedia: remove MTU property
2012-11-15 Wim Taymansclient: set blocksize only on stream
2012-11-15 Wim Taymansstream: share src and sink sockets
2012-11-15 Wim Taymansrtsp: make address-pool return an address object
2012-11-15 Wim Taymansexamples: add multicast example
next