summaryrefslogtreecommitdiff
path: root/gst/matroska/matroska-demux.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-15Add AV1 to matroska pluginSean DuBois1-1/+5
2017-11-13matroskademux: Remove bogus error messageEdward Hervey1-2/+2
2017-11-08matroskademux: Add parsing Colour elementSeungha Yang1-0/+203
2017-09-11matroskademux: search_cluster should find preceding cluster before targetMark Nauwelaerts1-3/+11
2017-07-09matroskademux: segment seek position is expressed in buffer timeMark Nauwelaerts1-1/+1
2017-06-24matroskademux: track highest known cluster position and timeMark Nauwelaerts1-3/+31
2017-06-24matroskademux: improve and simplify searching for cluster and positionMark Nauwelaerts1-76/+112
2017-06-24matroskademux: increase chunk size when scanning for clusterMark Nauwelaerts1-1/+1
2017-06-24matroskademux: maintain variable state when searching for positionMark Nauwelaerts1-2/+2
2017-03-22qtdemux: matroskademux: Ignore repeated seek eventsJan Schmidt1-0/+11
2016-12-29matroskademux: adjust segment stop for KEY_UNIT negative rate seekingMark Nauwelaerts1-1/+7
2016-11-22matroskademux: Fix cluster searching if we search multiple times in one chunkSebastian Dröge1-2/+11
2016-11-21matroskademux: add support for skipping invalid data in push modeNicola Murino1-5/+40
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier1-2/+1
2016-06-06matroskademux: preserve seek flagsMichael Olbrich1-6/+7
2016-05-20matroskademux: Set seek event seqnum in EOS and SEGMENT_DONE messages/eventsSebastian Dröge1-6/+19
2016-05-19matroskademux: don't hold object lock whilst pushing out headersSeungha Yang1-3/+0
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-8/+7
2016-02-29matroska-demux: remove impossible conditionLuis de Bethencourt1-1/+1
2016-02-23matroska-demux: Don't handle seek until readyLinus Svensson1-0/+6
2016-02-23matroska-demux: Unref seek eventLinus Svensson1-0/+1
2016-02-23matroska-demux: make up an OpusHead block if possible when missingVincent Penquerc'h1-1/+30
2016-02-22matroskademux: make stream-id more readable and order-friendlyMark Nauwelaerts1-1/+2
2016-02-18matroskademux: Unmap wavpack header buffer after creating itSebastian Dröge1-0/+1
2016-02-17matroskademux: Simple implementation of TRICKMODE_KEY_UNITSOgnyan Tonchev1-3/+14
2016-02-16matroska-demux: send GAP events for lagging audio and video streams tooTim-Philipp Müller1-8/+10
2015-12-29matroskademux: Guard against no codec data in prores caps creationSebastian Dröge1-2/+2
2015-12-21matroskademux: Always set the channel mask for PCM streamsThibault Saunier1-2/+6
2015-12-19matroska-demux: Play ProRes video streamsJan Schmidt1-0/+69
2015-11-03matroskademux: Use codecutils helpers for creating Opus capsSebastian Dröge1-7/+22
2015-11-03matroskademux: There is no multistream field for Opus anymoreSebastian Dröge1-7/+0
2015-11-03matroskademux: Parse and handle CodecDelay, SeekPreroll and DiscardPaddingSebastian Dröge1-0/+70
2015-10-27matroskademux: Read buffer timestamp *after* actually setting itSebastian Dröge1-2/+2
2015-09-28matroskademux: Remove leftover assertion from 0.10Sebastian Dröge1-1/+0
2015-09-26gst: Don't use deprecated gst_segment_to_position()Sebastian Dröge1-1/+2
2015-08-31matroskademux: Align raw video frames to 32 bytesJan Alexander Steffens (heftig)1-0/+1
2015-08-05matroskademux: Preserve forward referenced track tagsGlen Diener1-0/+8
2015-07-21matroskademux: fix for subtitle buffers with NUL terminatorsDimitrios Christidis1-14/+4
2015-07-16Update mailing list address from sourceforge to freedesktopTim-Philipp Müller1-1/+1
2015-07-16matroskademux: fix trailing '*' displayed with some text subtitlesDimitrios Christidis1-1/+2
2015-06-25docs: decodebin2 -> decodebinLuis de Bethencourt1-1/+1
2015-06-23matroska-demux: Use gst_video_multiview_guess_half_aspect()Jan Schmidt1-8/+14
2015-06-22matroska: remove useless checkVineeth TM1-3/+1
2015-06-12matroska-demux: Actually set detected 3D info into output caps.Jan Schmidt1-0/+8
2015-06-11matroska: Implement basic stereoscopic video supportJan Schmidt1-1/+50
2015-04-28matroskademux: fix seek event leakGuillaume Desmottes1-1/+4
2015-04-28matroska-demux: Send pending tags when adding a new padSebastian Dröge1-0/+23
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt1-7/+7
2015-03-29matroskademux: resurrect some flow return handlingMark Nauwelaerts1-2/+6
2015-03-28matroska: store stream tags and push as updatedThiago Santos1-15/+15