summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2012-05-14mpegts: support items in extended event descriptorAlbert Astrals Cid1-2/+38
2012-05-11hlsdemux: Add a connection-speed propertyThibault Saunier2-5/+36
2012-05-11hls: Add a way to get best playlist for a specific bitrate in M3U8ClientThibault Saunier3-20/+33
2012-05-11hlsdemux: Add failover protection.Youness Alaoui1-3/+14
2012-05-11hlsdemux: Calculate the real bitrate and switch to the correct variantYouness Alaoui2-80/+70
2012-05-11hls: Add a way to know the accumulated size of buffers added to a GstFragmentThibault Saunier2-0/+13
2012-05-11hlsdemux: Do not reset the sequence number in a live stream for a normal play...Youness Alaoui1-6/+7
2012-05-11hlsdemux: If we update the playlist, make sure the sequence number is never m...Thibault Saunier1-1/+24
2012-05-11hlsdemux: In a live stream, do not start from 3 fragments before the end.Youness Alaoui1-11/+1
2012-05-11hlsdemux: No need to store position since it's the buffer's timestampYouness Alaoui2-10/+6
2012-05-11hlsdemux: add floating point segment duration supportGil Pedersen3-21/+51
2012-05-11hlsdemux: Fallback to previous playlist when switching if the new playlist ca...Youness Alaoui1-14/+26
2012-05-01tsdemux: don't leak PES headers with errorsHolger Kaelberer1-0/+7
2012-05-01tsbase: unref bad packets tooWim Taymans1-0/+1
2012-05-01tsdemux: reset the state of the stream when flushingWim Taymans1-0/+1
2012-05-01tsdemux: add more debugWim Taymans1-9/+11
2012-05-01mpegts: check flowreturn before parsing nextWim Taymans1-3/+7
2012-05-01mpegtsbase: don't push events upstream in pull modeWim Taymans1-12/+11
2012-04-26hlsdemux: backport changes from masterGil Pedersen3-49/+39
2012-04-25hlsdemux: start paused task on new dataGil Pedersen1-0/+1
2012-04-23mpegtsbase: clarify event ownershipWim Taymans1-0/+1
2012-04-23mpegtsdemux: fix memory leaksGil Pedersen3-6/+15
2012-04-20fieldanalysis: Does not need to link to libgstbasevideo at allSebastian Dröge1-2/+0
2012-04-18tsdemux: Set currentlist to NULL after free.Julian Scheel1-0/+1
2012-04-16mpegtsmux: fix pad iterator leakAlessandro Decina1-2/+1
2012-04-16mpegtsmux: don't leak force key unit eventsAlessandro Decina1-2/+11
2012-04-16fix crashMatej Knopp1-0/+1
2012-04-16mpegvideoparse: Do not update codec-data when only quantiser matrix changesMatej Knopp1-5/+19
2012-04-16mpegvideoparse: Fix FPS and frame duration for telecine filesMatej Knopp1-3/+5
2012-04-16mpegvideoparse: Parser fails to split some framesMatej Knopp1-6/+1
2012-04-09h264parse: tweak default setting of format and alignment in codec_data caseMark Nauwelaerts1-2/+2
2012-04-09h264parse: do not use _unchecked bytewriter variants to insert configMark Nauwelaerts2-14/+24
2012-04-06hls: Some more debuggingThibault Saunier1-5/+12
2012-04-06hlsdemux: Replace the fetcher code with a GstURIDownloader objectThibault Saunier2-281/+86
2012-04-06hls: Minor cleanup in GstUriDownloaderThibault Saunier1-6/+1
2012-04-06hlsdemux: Factor out all the fetcher code in a GstURIDownloader classAndoni Morales Alastruey3-0/+411
2012-04-06hls: Do not add reference to buffers passed in GstFragmentThibault Saunier1-2/+2
2012-04-06hls: Minor GstFragment cleanupThibault Saunier1-18/+14
2012-04-06hls: Add a GstFragment class that represents a fragment in a m3u playlistAndoni Morales Alastruey3-0/+297
2012-04-06hls: Make the updates thread a GstTaskThibault Saunier2-82/+81
2012-04-05tsdemux: set correct newsegment fields on _TIME seeksAlessandro Decina1-3/+18
2012-04-04tsdemux: reset iterator to NULL after it's freeAlessandro Decina1-0/+1
2012-04-02tsdemux: Clear bufferlist/iterator when removing streamsEdward Hervey1-0/+10
2012-04-02mpegtspacketizer: Don't leak buffer in fast variantEdward Hervey1-1/+6
2012-04-02mpegtsbase: Don't leak corrupt section packet bufferEdward Hervey1-1/+3
2012-04-02tsdemux: Fix several leaksEdward Hervey2-17/+54
2012-03-13Don't build old mpegtsparse and mpegtsdemux pluginsSebastian Dröge2-20/+2
2012-03-13tsdemux: printf fixEdward Hervey1-1/+1
2012-03-13mpegtsbase: Flush out the packetizer on flushing seeksEdward Hervey1-0/+1
2012-03-13mpegtsbase: Check harder for program changesEdward Hervey1-0/+78