Seek event handling cleanup
[platform/upstream/gstreamer.git] / ext / dash /
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...
2013-05-08 David CorvoysierWe now only accept actual manifest files, and not any...
2013-05-08 David CorvoysierAdded a typefind helper for DASH: this commit should...
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 David CorvoysierUpdated README
2013-05-08 Gianluca Gennarimpdparser: support MPD files with SegmentBase elements...
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: added lang attribute to ProgramInformation...
2013-05-08 Gianluca Gennarimpdparser: added support for Accessibility, Role, Ratin...
2013-05-08 Gianluca Gennarimpdparser: support multiple ProgramInformation nodes
2013-05-08 Gianluca Gennarimpdparser: fixed parsing of SegmentList syntax element...
2013-05-08 Gianluca Gennarimpdparser: fixed return with no value
2013-05-08 Gianluca Gennarimpdparser.c/.h: changed license from dual MIT/LGPL...
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 CorvoysierUpdated authors
2013-05-08 David CorvoysierInitial import of gstdashdemux sources