summaryrefslogtreecommitdiff
path: root/gst/hls
Commit message (Expand)AuthorAgeFilesLines
* hls: Link to $(LIBM) for isfinite()Sebastian Dröge2012-10-231-1/+1
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
* hlsdemux: And fix another deadlock caused by the update thread not correctly ...Sebastian Dröge2012-10-151-5/+26
* hlsdemux: Also hold the mutex before signalling the condition variableSebastian Dröge2012-10-151-0/+4
* hlsdemux: Also cancel the downloader before stopping the playlist update taskSebastian Dröge2012-10-151-0/+3
* hlsdemux: Only lock the mutex when it's not locked alreadySebastian Dröge2012-10-151-8/+10
* hlsdemux: Fix another race condition by holding the mutex that the condition ...Sebastian Dröge2012-10-151-0/+10
* hlsdemux: Port some things from the last commitsSebastian Dröge2012-10-151-12/+12
* hlsdemux: Never ever stop a task from the task functionSebastian Dröge2012-10-151-9/+38
* hlsdemux: Fix lots of deadlocks caused by race conditions in the task state h...Sebastian Dröge2012-10-151-1/+17
* hlsdemux: Fix invalid readSebastian Dröge2012-10-121-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
* ffmpegcolorspace is no moreWim Taymans2012-09-141-1/+1
* hls: disable hlssink but do build hlsdemuxTim-Philipp Müller2012-09-082-6/+13
* hls: Add missing GST_PLUGINS_BASE_CFLAGSRobert Swain2012-09-071-1/+1
* hlssink: Add segment target-duration propertyRobert Swain2012-09-072-1/+60
* hls: add hlssink elementAlessandro Decina2012-09-076-6/+760
* gst_message_new_duration -> gst_message_new_duration_changedTim-Philipp Müller2012-09-021-2/+1
* gst: Add stream-id to stream-start eventsSebastian Dröge2012-08-061-1/+8
* celt, opencv, wayland, dvbsub, festival, hls: printf format fixesTim-Philipp Müller2012-07-151-1/+1
* hls, sdp: update for gst_element_make_from_uri() changesTim-Philipp Müller2012-06-231-1/+2
* update for bus api changesWim Taymans2012-06-201-3/+3
* update for task api changeWim Taymans2012-06-201-2/+2
* elements: Use gst_pad_set_caps() instead of manual event fiddlingSebastian Dröge2012-06-081-1/+0
* hls: use gst api for timestamps instead of the (wrong) api from a too new glibStefan Sauer2012-05-152-2/+3
* hlsdemux: Add a connection-speed propertyThibault Saunier2012-05-102-5/+35
* hls: Add a way to get best playlist for a specific bitrate in M3U8ClientThibault Saunier2012-05-103-20/+33
* hlsdemux: Add failover protection.Youness Alaoui2012-05-101-3/+14
* hlsdemux: Calculate the real bitrate and switch to the correct variantYouness Alaoui2012-05-102-79/+73
* hlsdemux: Do not reset the sequence number in a live stream for a normal play...Youness Alaoui2012-05-101-6/+7
* hlsdemux: If we update the playlist, make sure the sequence number is never m...Thibault Saunier2012-05-101-1/+24
* hlsdemux: In a live stream, do not start from 3 fragments before the end.Youness Alaoui2012-05-101-11/+1
* hlsdemux: No need to store position since it's the buffer's timestampYouness Alaoui2012-05-102-10/+6
* hlsdemux: Fallback to previous playlist when switching if the new playlist ca...Youness Alaoui2012-05-101-14/+26
* Fix printf format compiler warnings on mingw-w64Raimo Järvi2012-05-051-1/+1
* hlsdemux: start paused task on new dataGil Pedersen2012-04-251-0/+1
* hlsdemux: port to 0.11Gil Pedersen2012-04-205-193/+227
* Merge remote-tracking branch 'origin/0.10'Thibault Saunier2012-04-057-357/+867
|\
| * hls: Some more debuggingThibault Saunier2012-04-051-5/+12
| * hlsdemux: Replace the fetcher code with a GstURIDownloader objectThibault Saunier2012-04-052-281/+86
| * hls: Minor cleanup in GstUriDownloaderThibault Saunier2012-04-051-6/+1
| * hlsdemux: Factor out all the fetcher code in a GstURIDownloader classAndoni Morales Alastruey2012-04-053-0/+411
| * hls: Do not add reference to buffers passed in GstFragmentThibault Saunier2012-04-051-2/+2
| * hls: Minor GstFragment cleanupThibault Saunier2012-04-051-18/+14
| * hls: Add a GstFragment class that represents a fragment in a m3u playlistAndoni Morales Alastruey2012-04-053-0/+297
| * hls: Make the updates thread a GstTaskThibault Saunier2012-04-052-82/+81
* | gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* | Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-293-22/+53
|\ \ | |/
| * hlsdemux: add floating point segment duration supportGil Pedersen2012-03-123-21/+51
| * hlsdemux: don't set the fetcher's location twiceXavier Queralt2012-02-291-1/+0