summaryrefslogtreecommitdiff
path: root/gst/matroska/matroska-demux.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-28matroskademux: send global tags incrementallyRamiro Polla1-3/+4
2015-03-15matroskademux: for dts only stream set pts=dts for intra only formatsNicola Murino1-2/+15
2015-03-14matroskademux: fix sending of tagsRamiro Polla1-16/+31
2015-03-04matroska: Add an helper method to get buffer timestampsNicola Murino1-4/+7
2015-02-27matroskamux/demux: initialize dts_onlyNicola Murino1-0/+1
2015-02-26matroskademux: V_MS/VFW/FOURCC streams have DTS instead of PTSMatej Knopp1-1/+10
2015-01-31matroska: Fix seeking past the end of the file in reverse mode.Jan Schmidt1-21/+33
2014-12-29matroskademux: Improve detection of being stuck at the same offsetSebastian Dröge1-5/+11
2014-12-29matroskademux: Don't get stuck at the same offset when searching for clustersSebastian Dröge1-0/+5
2014-12-19matroska-demux: Cache upstream lengthEdward Hervey1-5/+10
2014-12-18matroska: mux/demux the OpusHead headerVincent Penquerc'h1-0/+12