dashdemux: fix unused-but-set variable
[platform/upstream/gstreamer.git] / ext / dash / gstdashdemux.c
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 Gianluca Gennaridashdemux: reworked caps detection
2013-05-08 Gianluca Gennaridashdemux: do not send bogus duration messages when...
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 Gennaridashdemux: unref caps in function need_add_header()
2013-05-08 Gianluca Gennaridashdemux: fix memory leak in gst_dash_demux_get_next_h...
2013-05-08 David CorvoysierWe now only accept actual manifest files, and not any...
2013-05-08 David CorvoysierFixed state machine (again)
2013-05-08 David CorvoysierCode refactoring
2013-05-08 David CorvoysierFixed state machine
2013-05-08 David CorvoysierImprove consistency of the tasks shutdown code
2013-05-08 David CorvoysierAdded missing g_list_free
2013-05-08 David CorvoysierDo not answer to URI queries
2013-05-08 David CorvoysierTry queries upstream if we cannot process them
2013-05-08 David CorvoysierRenamed demux->next_stream in demux->next_push
2013-05-08 David CorvoysierInlined one-line utility funciton that was called only...
2013-05-08 David CorvoysierFixed regression after the introduction of the multi...
2013-05-08 David CorvoysierModified log level of shutdown message
2013-05-08 David CorvoysierComments: We don't select a single representation,...
2013-05-08 David CorvoysierRemoved debug trace
2013-05-08 David CorvoysierAdded introduction and general design notes
2013-05-08 David CorvoysierFixed wrong comment
2013-05-08 David CorvoysierDocumented gst_dash_demux_download_loop
2013-05-08 David CorvoysierCommented gst_dash_demux_stream_loop
2013-05-08 David CorvoysierCommented needs_pad_switch
2013-05-08 David CorvoysierDocumented the representation switch mechanism
2013-05-08 David CorvoysierReplaced references to playlist (HLS) by references...
2013-05-08 David CorvoysierRenamed gst_dash_demux_switch_playlist to gst_dash_demu...
2013-05-08 David CorvoysierRemoved obsolete comment
2013-05-08 David CorvoysierApplied gst-indent
2013-05-08 Gianluca Gennarimpdparser/dashdemux: fixed get_width, get_height, get_a...
2013-05-08 Gianluca Gennarimpdparser: added support for single-segment streams...
2013-05-08 Gianluca Gennarimpdparser: fixed parsing of SegmentList syntax element...
2013-05-08 hzakariOptimize the two functions that return the number and...
2013-05-08 Hamid ZAKARIAdd the headers to the adaptationsets segments if any...
2013-05-08 Hamid ZAKARISupport Multi languages (need a decodebin2 patch)
2013-05-08 Hamid ZAKARIRemove the "TODO" comment
2013-05-08 David CorvoysierRenamed LICENSE into COPYING
2013-05-08 David CorvoysierInitial import of gstdashdemux sources