summaryrefslogtreecommitdiff
path: root/gst/matroska/matroska-mux.c
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 DuBois1-0/+2
2017-12-15matroska: fix memory leaks due to toc related updatesfengalin1-6/+15
2017-12-15matroska: re-activate and update TOC supportfengalin1-124/+146
2017-10-03Use proper GtkDoc notation for NULL/FALSE/TRUEReynaldo H. Verdejo Pinochet1-5/+5
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 Murino1-5/+45
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-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-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-05-15matroska-mux: Fix strcmp usageEdward Hervey1-5/+4
2016-04-11matroskamux: make timecodescale configurableNicola Murino1-2/+15
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-8/+7
2016-02-23matroskamux: don't output empty tags/tag elementsMatej Knopp1-32/+68
2016-02-23matroska-mux: make up an OpusHead block if possible when missingVincent Penquerc'h1-0/+52
2016-02-22matroska: remove confusing duplicate track uid fieldMark Nauwelaerts1-4/+3
2016-01-27matroskamux: use A_AAC instead of A_AAC/MPEGx/yMatej Knopp1-46/+5
2015-12-19matroska-mux: Implement prores supportThibault Saunier1-0/+31
2015-11-18matroskamux: remove duplicate checkLuis de Bethencourt1-3/+1
2015-11-15matroskamux: remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-4/+2
2015-11-03matroska/webmmux: Support Opus in webmmux and VP9 in matroskamuxSebastian Dröge1-0/+2
2015-11-03matroskamux: Write CodecDelay, DiscardPadding and SeekPreroll for OpusSebastian Dröge1-4/+53
2015-11-03matroskamux: Opus headers are not in-bandSebastian Dröge1-1/+2
2015-10-11matroskamux: Create a TIME segment when creating streamable outputSebastian Dröge1-12/+12
2015-09-22matroska-mux: Don't output a warning on MONO multiview mode.Jan Schmidt1-0/+2
2015-08-08matroskamux: fix outdated commentTim-Philipp Müller1-1/+1
2015-07-16Update mailing list address from sourceforge to freedesktopTim-Philipp Müller1-1/+1
2015-07-07docs: fix "Symbol name not found at the start of the comment block"Stefan Sauer1-1/+1
2015-06-11matroska: Implement basic stereoscopic video supportJan Schmidt1-1/+56
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt1-17/+17
2015-03-04matroskamux: Remove duration accumulation logicNicola Murino1-20/+22
2015-03-04matroska: Add an helper method to get buffer timestampsNicola Murino1-28/+27
2015-02-27matroskamux/demux: initialize dts_onlyNicola Murino1-0/+1
2015-02-27matroskamux: store DTS for V_MS/VFW/FOURCC streamsNicola Murino1-2/+8
2015-02-02matroskamux: store and write stream tagsThiago Santos1-11/+87
2015-01-23matroskamux: Avoid using freed variableEdward Hervey1-1/+3
2014-12-18matroska: mux/demux the OpusHead headerVincent Penquerc'h1-0/+64
2014-11-09matroska-mux: Use G_DEFINE_TYPE() to register the pad instead of manually reg...Sebastian Dröge1-16/+4
2014-11-07matroskamux: make GstMatroskamuxPad get_type() function thread-safeGöran Jönsson1-2/+3
2014-11-02matroskamux: tweak writing app tag string a littleTim-Philipp Müller1-1/+1
2014-09-24Miscellaneous minor cleanupsSanjay NM1-1/+0
2014-09-12matroskamux: don't bitwise OR the same flag twiceAnuj Jaiswal1-2/+1