summaryrefslogtreecommitdiff
path: root/gst/matroska
AgeCommit message (Expand)AuthorFilesLines
2018-02-28matroskamux: Only mark new clusters as keyframe if they start on a keyframe o...Sebastian Dröge1-1/+2
2018-02-28matroskamux: Clip maximum cluster duration to the maximum possible valueSebastian Dröge1-1/+2
2018-02-28matroska-mux: Refuse caps changes after starting to write headersSebastian Dröge1-0/+44
2017-12-15Add AV1 to matroska pluginSean DuBois4-2/+9
2017-12-15matroska: fix memory leaks due to toc related updatesfengalin2-6/+30
2017-12-15matroska: re-activate and update TOC supportfengalin5-162/+235
2017-11-13matroskademux: Remove bogus error messageEdward Hervey1-2/+2
2017-11-08matroskademux: Add parsing Colour elementSeungha Yang3-0/+216
2017-10-03Use proper GtkDoc notation for NULL/FALSE/TRUEReynaldo H. Verdejo Pinochet1-5/+5
2017-09-11matroskademux: search_cluster should find preceding cluster before targetMark Nauwelaerts1-3/+11
2017-07-25matroskamux: For audio tracks, take the default duration from the first bufferSebastian Dröge1-6/+22
2017-07-18matroskamux: add properties to control cluster durationNicola Murino2-6/+47
2017-07-09matroskademux: segment seek position is expressed in buffer timeMark Nauwelaerts1-1/+1
2017-06-24matroskademux: track highest known cluster position and timeMark Nauwelaerts2-3/+35
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-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-05-06matroskademux: improve index memory usageTim-Philipp Müller1-1/+1
2017-03-22qtdemux: matroskademux: Ignore repeated seek eventsJan Schmidt1-0/+11
2017-01-17matroska: Quiet a WARN when parsing push modeJan Schmidt1-1/+1
2016-12-29matroskademux: adjust segment stop for KEY_UNIT negative rate seekingMark Nauwelaerts1-1/+7
2016-12-21matroskamux: only drop actual streamheader buffers with xiph codecsNicola Murino1-3/+5
2016-12-20matroskamux: mark all packets of audio-only streams as keyframesNicola Murino1-5/+6
2016-12-20matroskamux: add G722 audio supportNicola Murino1-1/+6
2016-12-01matroskademux: Fix memory leak when parsing attachmentsSebastian Dröge1-3/+2
2016-12-01matroskademux: Unify zlib/bzip2 decompress loops with the ones from qtdemuxSebastian Dröge1-19/+23
2016-11-22matroskademux: Fix cluster searching if we search multiple times in one chunkSebastian Dröge1-2/+11
2016-11-22matroska: Add size checks to the parsing of FLAC headersSebastian Dröge1-3/+6
2016-11-21matroskademux: add support for skipping invalid data in push modeNicola Murino1-5/+40
2016-11-21matroskaparse: add support for skipping invalid dataNicola Murino3-5/+49
2016-11-17matroskaparse: Add remaining relevant parts from a3a55305 to the parserSebastian Dröge1-2/+5
2016-11-17matroskaparse: ignore parsing errors at the end of the fileNicola Murino1-1/+6
2016-11-12Use intermediate guint when handling GstVideoMultiviewFlagsScott D Phillips1-2/+4
2016-10-27matroskamux: allow resolutions above 4096Branko Subasic1-2/+2
2016-09-29matroskamux: Always write the default frame duration for VP8/9 tooSebastian Dröge1-8/+0
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier2-4/+2
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+24
2016-07-07matroskamux: Remove suspicious checks for pads being active and linkedSebastian Dröge1-13/+12
2016-07-07matroskamux: Error out if we start writing data with some pads not having a c...Sebastian Dröge1-4/+9
2016-07-07matroskamux: Consistently use gst_matroska_mux_set_codec_id() for setting the...Sebastian Dröge1-5/+8
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-05-15matroska-mux: Fix strcmp usageEdward Hervey1-5/+4
2016-05-14matroska: use math-compat.h for NAN defineTim-Philipp Müller1-12/+1
2016-04-11matroskamux: make timecodescale configurableNicola Murino1-2/+15
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM4-26/+21
2016-03-10win32: Don't try to include xmath.h on newer Visual StudioNirbheek Chauhan1-2/+3
2016-02-29matroska-demux: remove impossible conditionLuis de Bethencourt1-1/+1