Merge branch 'upstream/1.16' into tizen_gst_1.16.2
[platform/upstream/gst-plugins-good.git] / gst / matroska / matroska-demux.c
2020-01-30 Gilbok LeeMerge branch 'upstream/1.16' into tizen_gst_1.16.2 37/223037/2
2019-03-01 Tim-Philipp Müllermatroskademux: fix AV1 caps when there's no codec_data
2018-12-26 Seungha Yangmatroskademux: Don't leak allocated index memory
2018-12-25 Tim-Philipp MüllerMove stereo plugin from -bad
2018-11-28 Matej Knoppmatroskademux: fix handling of MS ACM audio
2018-11-28 Jordan PetridisRun gst-indent through the files
2018-11-15 Alicia Boya Garcíamatroskademux: Defer seeks received before GST_MATROSKA...
2018-11-07 Matthew Watersmatroska: implement preliminary support for the bitrate...
2018-10-27 Johan Bjäreholtmatroska-demux: Fix caps memleak
2018-10-03 Thibault Sauniermatroskdemux: do not use MapInfo.data after unmapping
2018-10-03 Yacine Bandoumatroska: Add the WebM encrypted content support in...
2018-09-21 Alicia Boya Garcíamatroskademux: Emit no-more-pads after parsing Tracks
2018-09-21 Alicia Boya Garcíamatroskademux: Parse successive Tracks elements
2018-09-21 Alicia Boya Garcíamatroskademux: Refactor track parsing out from adding...
2018-09-21 Alicia Boya Garcíamatroskademux: Allow Matroska headers to be read more...
2018-08-27 Tim-Philipp Müllermatroskademux: implement keyframe search also without...
2018-08-27 Tim-Philipp Müllermatroskademux: make max backtrack distance for keyframe...
2018-08-27 Tim-Philipp Müllermatroskademux: set limit how much to backtrack to find...
2018-08-27 Tim-Philipp Müllermatroskademux: no need to search for keyframes for...
2018-08-27 Tim-Philipp Müllermatroskademux: figure out if we have prev_size when...
2018-08-27 Tim-Philipp Müllermatroskademux: try to ensure keyframe when seeking...
2018-08-27 Tim-Philipp Müllermatroskademux: extract cluster prevsize if available
2018-08-23 Tim-Philipp Müllermatroska: fix handling of FlagInterlaced
2018-07-26 Olivier Crêtematroskademux: Extract codec_data for AV1
2018-06-29 Philippe Normandmatroskademux: Set subtitle tag title from TrackName...
2018-05-15 Tim-Philipp Müllermatroskademux: tag disabled streams with FLAG_UNSELECT
2018-04-13 Alicia Boya Garcíamatroskademux: Add comment about Opus clipping
2018-02-12 Tim-Philipp MüllerMove qt plugin from -bad
2018-02-10 Tim-Philipp MüllerMove gtk plugin from -bad
2018-01-05 Gilbok LeeMerge branch 'tizen_gst_upgrade' into tizen 70/165970/1 accepted/tizen/unified/20180110.141839 submit/tizen/20180105.085839
2017-12-15 Sean DuBoisAdd AV1 to matroska plugin
2017-11-13 Edward Herveymatroskademux: Remove bogus error message
2017-11-08 Seungha Yangmatroskademux: Add parsing Colour element
2017-11-01 Eunhae ChoiMerge the tizen patch and fix build err based on 1... 30/158530/1
2017-09-11 Mark Nauwelaertsmatroskademux: search_cluster should find preceding...
2017-08-26 Tim-Philipp MüllerMoving twolame mp2 encoder plugin from -ugly
2017-08-25 Tim-Philipp MüllerMoving lame mp3 encoder plugin from -ugly
2017-08-20 Tim-Philipp MüllerMoving mpg123 plugin from -ugly
2017-07-09 Mark Nauwelaertsmatroskademux: segment seek position is expressed in...
2017-06-29 Eunhae Choimatroska,videofilter: fix caps leak 67/136367/1 accepted/tizen/4.0/unified/20170816.012648 accepted/tizen/4.0/unified/20170816.015421 accepted/tizen/4.0/unified/20170828.222442 accepted/tizen/unified/20170710.154311 submit/tizen/20170707.065345 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0/20170828.100005 submit/tizen_4.0_unified/20170814.115522
2017-06-24 Mark Nauwelaertsmatroskademux: track highest known cluster position...
2017-06-24 Mark Nauwelaertsmatroskademux: improve and simplify searching for clust...
2017-06-24 Mark Nauwelaertsmatroskademux: increase chunk size when scanning for...
2017-06-24 Mark Nauwelaertsmatroskademux: maintain variable state when searching...
2017-03-21 Jan Schmidtqtdemux: matroskademux: Ignore repeated seek events
2016-12-29 Mark Nauwelaertsmatroskademux: adjust segment stop for KEY_UNIT negativ...
2016-11-22 Sebastian Drögematroskademux: Fix cluster searching if we search multi...
2016-11-21 Nicola Murinomatroskademux: add support for skipping invalid data...
2016-08-26 Thibault SaunierUse the new API to post flow ERROR messages on the bus
2016-06-06 Michael Olbrichmatroskademux: preserve seek flags
2016-05-20 Sebastian Drögematroskademux: Set seek event seqnum in EOS and SEGMENT...
2016-05-19 Seungha Yangmatroskademux: don't hold object lock whilst pushing...
2016-03-24 Vineeth TMgood: use new gst_element_class_add_static_pad_template()
2016-02-29 Luis de Bethencourtmatroska-demux: remove impossible condition
2016-02-25 Tim-Philipp MüllerMerge branch 'plugin-move-rtp-opus'
2016-02-23 Linus Svenssonmatroska-demux: Don't handle seek until ready
2016-02-23 Linus Svenssonmatroska-demux: Unref seek event
2016-02-23 Vincent Penquerc'hmatroska-demux: make up an OpusHead block if possible...
2016-02-22 Mark Nauwelaertsmatroskademux: make stream-id more readable and order...
2016-02-18 Sebastian Drögematroskademux: Unmap wavpack header buffer after creati...
2016-02-17 Ognyan Tonchevmatroskademux: Simple implementation of TRICKMODE_KEY_UNITS
2016-02-16 Tim-Philipp Müllermatroska-demux: send GAP events for lagging audio and...
2016-02-16 Tim-Philipp MüllerMerge branch 'plugin-move-rtp-h265'
2015-12-29 Sebastian Drögematroskademux: Guard against no codec data in prores...
2015-12-21 Thibault Sauniermatroskademux: Always set the channel mask for PCM...
2015-12-18 Jan Schmidtmatroska-demux: Play ProRes video streams
2015-11-26 Eunhae ChoiMerge remote-tracking branch 'remotes/origin/upstream... 99/52699/1
2015-11-03 Sebastian Drögematroskademux: Use codecutils helpers for creating...
2015-11-03 Sebastian Drögematroskademux: There is no multistream field for Opus...
2015-11-03 Sebastian Drögematroskademux: Parse and handle CodecDelay, SeekPreroll...
2015-10-27 Sebastian Drögematroskademux: Read buffer timestamp *after* actually...
2015-09-29 Sebastian Drögematroskademux: Remove leftover assertion from 0.10
2015-09-28 Sebastian Drögematroskademux: Remove leftover assertion from 0.10
2015-09-25 Sebastian Drögegst: Don't use deprecated gst_segment_to_position()
2015-08-31 Jan Alexander Stef... matroskademux: Align raw video frames to 32 bytes
2015-08-05 Glen Dienermatroskademux: Preserve forward referenced track tags
2015-07-21 Dimitrios Christidismatroskademux: fix for subtitle buffers with NUL termin...
2015-07-16 Tim-Philipp MüllerUpdate mailing list address from sourceforge to freedesktop
2015-07-16 Dimitrios Christidismatroskademux: fix trailing '*' displayed with some...
2015-06-25 Luis de Bethencourtdocs: decodebin2 -> decodebin
2015-06-23 Jan Schmidtmatroska-demux: Use gst_video_multiview_guess_half_aspect()
2015-06-22 Vineeth TMmatroska: remove useless check
2015-06-11 Jan Schmidtmatroska-demux: Actually set detected 3D info into...
2015-06-11 Jan Schmidtmatroska: Implement basic stereoscopic video support
2015-04-28 Guillaume Desmottesmatroskademux: fix seek event leak
2015-04-28 Sebastian Drögematroska-demux: Send pending tags when adding a new pad
2015-04-27 Luis de BethencourtRename property enums from ARG_ to PROP_
2015-03-29 Mark Nauwelaertsmatroskademux: resurrect some flow return handling
2015-03-28 Thiago Santosmatroska: store stream tags and push as updated
2015-03-28 Ramiro Pollamatroskademux: send global tags incrementally
2015-03-15 Nicola Murinomatroskademux: for dts only stream set pts=dts for...
2015-03-14 Ramiro Pollamatroskademux: fix sending of tags
2015-03-04 Nicola Murinomatroska: Add an helper method to get buffer timestamps
2015-02-27 Nicola Murinomatroskamux/demux: initialize dts_only
2015-02-26 Matej Knoppmatroskademux: V_MS/VFW/FOURCC streams have DTS instead...
2015-01-30 Jan Schmidtmatroska: Fix seeking past the end of the file in rever...
2014-12-29 Sebastian Drögematroskademux: Improve detection of being stuck at...
2014-12-29 Sebastian Drögematroskademux: Don't get stuck at the same offset when...
2014-12-19 Edward Herveymatroska-demux: Cache upstream length
2014-12-18 Vincent Penquerc'hmatroska: mux/demux the OpusHead header
next