hlsdemux: parse cue related tag for AD
[platform/upstream/gstreamer.git] / ext / srt /
2020-02-21 Gilbok LeeMerge branch 'tizen_gst_1.16.2' into tizen
2020-01-29 Gilbok LeeMerge branch 'upstream/1.16' into tizen_gst_1.16.2
2019-08-31 Olivier Crêtesrt: Set latency property on SRT socket
2019-08-31 Olivier Crêtesrt: Add sender side statistics
2019-08-31 Olivier Crêtesrtobject: Remove pointless GMainLoop
2019-08-09 Olivier Crêtesrt: Remove msg-size property
2019-08-09 Olivier Crêtesrtsrc: Receive one frame per gstbuffer
2019-08-09 Nicolas Dufresnesrt: Fix listener crash if no URI is specified
2019-08-09 Nicolas Dufresnesrt: Use macro instead of duplicating a default value
2019-08-09 Nicolas Dufresnesrt: Fix confusing typo in FIXME comment
2019-08-08 Mark Nauwelaertssrt: set cancellation in locked section
2019-08-08 Mark Nauwelaertssrt: avoid srtsrc segfault upon downward state change
2019-08-08 Mark Nauwelaertssrt: initialize list access within locked region
2019-08-08 Mark Nauwelaertssrt: post error when failing to start
2019-08-08 Mark Nauwelaertssrt: downgrade regular message to log level
2019-03-08 Tim-Philipp Müllersrt: fix uri and string leaks
2019-02-24 Aaron Boxersrtobject: check for null local address to avoid SIGSEV
2019-02-11 Justin Kimsrt: re-enable passphrase
2019-01-23 Olivier Crêtesrt: Accepts URIs without host to go into listener...
2019-01-23 Olivier Crêtesrt: Fix GClosure usage
2019-01-22 Justin Kimsrt: Use default host and port if uri doesn't provide
2019-01-22 Justin Kimsrt: Enable logs for srtobject
2019-01-22 Justin Kimsrt: Fix property names
2019-01-22 Justin Kimsrt: Fix a regression crash
2019-01-16 Tim-Philipp Müllersrt: dist enums header
2019-01-14 Jan Alexander Stef... srt: Fix autotools build
2019-01-14 Jan Alexander Stef... srt: Fix GCC function type error
2019-01-09 Justin Kimsrt: Integrate server and client element into one
2018-07-30 Seungha Yangsrt: Allow the host name "localhost"
2018-07-30 Seungha Yangsrtclientsink: Fix SRT socket option setting
2018-07-30 Seungha Yangsrt: Do not ignore SRT socket error event
2018-07-30 Seungha Yangsrtbasesrc: Use GstBaseSrc's timestamp impl.
2018-07-30 Seungha Yangsrt: Add "const" keyword to a function argument
2018-07-30 Seungha Yangsrt: Remove duplicated code for setting server socket
2018-07-30 Seungha Yangsrt: Fix signal args mismatch
2018-07-30 Seungha Yangsrtserversrc: Emit client-closed signal in _stop()
2018-07-30 Seungha Yangsrtclientsink: Do not leak string
2018-07-30 Seungha Yangsrtclient: Fix bind-port and rendez-vous property getter
2018-07-30 Seungha Yangsrt: Reduce useless call depth
2018-07-30 Seungha Yangsrt: Remove white space
2018-07-27 Nirbheek ChauhanAdd feature options for almost all plugins
2018-04-25 Xavier ClaessensMeson: Generate pc file for all plugins in bad
2018-03-14 Jan Alexander Stef... srt: Add missing gstsrt.h to noinst_HEADERS
2018-02-23 Jan Alexander Stef... srt: Add support for streamheaders to sinks
2018-02-23 Jan Alexander Stef... srt: Refactor gst_srt_*_sink_send_buffer, extract send
2018-02-23 Jan Alexander Stef... srt: Add gst_srt_base_sink_stop
2018-02-23 Jan Alexander Stef... srt: Remove unused queued_buffers field
2018-02-21 Nicolas DufresneFix SRT Library package config name
2018-01-09 Olivier Crêtesrt: Include srt.h inside object header
2018-01-03 Justin Kimsrt: Remove platform dependent socket headers
2017-12-07 Seungha Yangsrt: Post error message for NULL host
2017-12-06 Seungha Yangsrt: Fix warning error
2017-11-15 Justin Kimsrt: add passphrase and key length properties
2017-11-07 Justin Kimsrt: Introduce SRT source and sink