rfbsrc: port to 1.0
[platform/upstream/gstreamer.git] / ext /
2013-05-10 Sebastian Drögeegl: Add destroy notify instead of always calling eglTe...
2013-05-08 Tim-Philipp Müllerdashdemux: rename src template from src%d to src_%u
2013-05-08 Thiago Santosdash: remove superfluous files
2013-05-08 Thiago Santosdash: do not use deprecated glib mutex API
2013-05-08 Thiago Santosdashdemux: fixing compiler warnings about print formats
2013-05-08 Thiago Santosdash: enable in configure/makefiles
2013-05-08 Thiago Santosdashdemux: port to 1.0
2013-05-08 Thiago Santosdashdemux: Fix another wrong assertion
2013-05-08 Thiago Santosdashdemux: remove wrong asserts
2013-05-08 Wim Taymansdashdemux: only start timestamp from 0 for live stream
2013-05-08 Wim Taymansdashdemux: make timestamps start from 0
2013-05-08 Wim Taymansdashdemux: also send newsegment on startup
2013-05-08 Wim Taymansdashdemux: small cleanup
2013-05-08 Thiago Santosdashdemux: live stream playback crashfix
2013-05-08 Thiago Santosdash: mpdparser: do not cleanup xml lib too early
2013-05-08 Thiago Santosdashdemux: reimplementing live streams manifest updates
2013-05-08 Thiago Santosdash: mpdparser: allow periods without start time for...
2013-05-08 Thiago Santosdash: mpdparser: use guint64 for timestamps
2013-05-08 Thiago Santosdashdemux: mpd parsing: fix query parameter parsing
2013-05-08 Thiago Santosdashdemux: plug some leaks
2013-05-08 Thiago Santosdashdemux: remove unused mutexes
2013-05-08 Thiago Santosdashdemux: properly reset stream status after a flush
2013-05-08 Andre Moreira Maga... dashdemux: keep a list of streams periods
2013-05-08 Andre Moreira Maga... dashdemux: Properly parse base uri from mpd.
2013-05-08 Andre Moreira Maga... dashdemux: Remove unused members.
2013-05-08 Andre Moreira Maga... dashdemux: Only send newsegment on seek.
2013-05-08 Thiago Santosdashdemux: send segments that overwrite previous ones
2013-05-08 Andre Moreira Maga... dashdemux: switch bitrates without switching pads
2013-05-08 Andre Moreira Maga... dashdemux: Remove unusued method.
2013-05-08 Andre Moreira Maga... dashdemux: Set stream need_header after seek and has_da...
2013-05-08 Thiago Santosdashdemux: do not pause/start the stream loop on playin...
2013-05-08 Thiago Santosdashdemux: remove property that isn't used anymore
2013-05-08 Thiago Santosdashdemux: add a downloadrate utility
2013-05-08 Thiago Santosdashdemux: sprinkling some more log
2013-05-08 Thiago Santosdashdemux: change bitrates based on the stream bitrate
2013-05-08 Thiago Santosdashdemux: refactor to use the uridownloader lib instea...
2013-05-08 Andre Moreira Maga... dashdemux: Make sure switch_pads won't leak any pad.
2013-05-08 Andre Moreira Maga... dashdemux: Properly stop download and stream tasks...
2013-05-08 Thiago Santosdashdemux: avoid an assertion when stopping the pipeline
2013-05-08 Thiago Santosdashdemux: download the next fragment with smaller...
2013-05-08 Thiago Santosdashdemux: track segments in the demuxer
2013-05-08 Thiago Santosdashdemux: remove buffering message emission from dashdemux
2013-05-08 Thiago Santosdashdemux: removing unused code
2013-05-08 Thiago Santosdashdemux: re-enable and fix adaptive switching
2013-05-08 Thiago Santosdashdemux: correctly signal EOS on manifest end
2013-05-08 Thiago Santosdashdemux: detect end-of-period correctly
2013-05-08 Thiago Santosdashdemux: Use the smallest queue value to define buffe...
2013-05-08 Thiago Santosdash: fix parsing of streams to get correct fragment...
2013-05-08 Thiago Santosdashdemux: block waiting for buffers instead of busy...
2013-05-08 Thiago Santosdashdemux: fix seeking on multiple streams
2013-05-08 Thiago Santosdashdemux: Replace GQueue by GstDataQueue
2013-05-08 Thiago Santosdashdemux: move the buffers queues to the streams
2013-05-08 Thiago Santosdashdemux: refactor streams data to its own struct
2013-05-08 Thiago Santosdash: do not try to print a pointer as a string
2013-05-08 Thiago Santosdashdemux: Remove timing code that delays pushing of...
2013-05-08 Thiago Santosdash: fixing build warnings
2013-05-08 Louis-Francis Ratt... gstdashdemux: add need_header member to know whether...
2013-05-08 Louis-Francis Ratt... dashdemux: don't wait for the whole duration of a fragm...
2013-05-08 Louis-Francis Ratt... dashdemux: switch pads and send header file when a...
2013-05-08 Louis-Francis Ratt... dashdemux: various fixes
2013-05-08 David CorvoysierApplied gst-indent
2013-05-08 David CorvoysierReplaced URL pointing to obsolete Klagenfurt MPD by...
2013-05-08 Gianluca Gennarimpdparser: fix escape sequence in URL template resolving
2013-05-08 Gianluca Gennarimpdparser: do not switch pads when bitstreamSwitching...
2013-05-08 Gianluca Gennaridashdemux: complete support for manifest file updates
2013-05-08 Gianluca Gennaridashdemux: add support for manifest file updates
2013-05-08 Gianluca Gennaridashdemux: new API to set/get segment index and period...
2013-05-08 Gianluca Gennaridashdemux: new API to load the stream Period with a...
2013-05-08 Gianluca Gennaridashdemux: implement seeking across Periods
2013-05-08 David CorvoysierApplied gst-indent
2013-05-08 David CorvoysierBy default, do not forward pad queries upstream, becaus...
2013-05-08 Olivier Blinplugin: register as dashdemux instead of fragmented
2013-05-08 Gianluca Gennaridashdemux: check if we have received the MPD file in...
2013-05-08 Gianluca Gennarimpdparser: silence warning
2013-05-08 Olivier Blindashdemux: fix printing buffering time and download...
2013-05-08 Olivier Blindashdemux: fix unused-but-set variable
2013-05-08 Olivier Blindashdemux: use new gst_mpd_client_get_next_fragment_dur...
2013-05-08 Gianluca Gennaridashdemux: remove FIXME comment
2013-05-08 Gianluca Gennaridashdemux: send new-segment events to all pads
2013-05-08 Gianluca Gennaridashdemux: reworked the API to retrieve fragment timest...
2013-05-08 Gianluca Gennaridashdemux: use effective segment duration to reschedule...
2013-05-08 Gianluca Gennaridashdemux: reworked gst_dash_demux_get_buffering_time...
2013-05-08 Gianluca Gennaridashdemux: complete support for Media Presentations...
2013-05-08 Gianluca Gennarimpdparser: initial support for Media Presentations...
2013-05-08 Olivier Blinmpdparser: support BaseURL for SegmentURL using mediaRange
2013-05-08 Olivier Blinmpdparser: factorize adding range parameter to URL
2013-05-08 Gianluca Gennaridashdemux: reworked caps detection
2013-05-08 Gianluca Gennaridashdemux: do not send bogus duration messages when...
2013-05-08 Gianluca Gennarimpdparser: support SegmentTimeline syntax also for...
2013-05-08 Gianluca Gennarimpdparser: add support for SegmentTimeline syntax elements
2013-05-08 David CorvoysierFixed wrong index in fragments
2013-05-08 Gianluca Gennarimpdparser: fix memory leak in gst_mpd_client_get_next_f...
2013-05-08 David CorvoysierRemoved unused function
2013-05-08 David CorvoysierSeek event handling cleanup
2013-05-08 Gianluca Gennaridashdemux: fix playing of single-segment media streams
2013-05-08 Gianluca Gennariuridownloader: deleted useless declaration of gst_uri_d...
2013-05-08 Gianluca Gennariuridownloader: when possible, reuse existing element...
2013-05-08 Gianluca Gennaridashdemux: unref caps in function need_add_header()
2013-05-08 Gianluca Gennaridashdemux: fix extraction of SegmentTemplate->initializ...
2013-05-08 Gianluca Gennaridashdemux: fix memory leak in gst_dash_demux_get_next_h...
next