summaryrefslogtreecommitdiff
path: root/gst/matroska/matroska-mux.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-13matroska: Add support for muxing/demuxing ffv1Sebastian Dröge1-1/+8
2021-08-20matroska-mux: support H264 avc3 / H265 hev1Mathieu Duponchelle1-3/+74
2021-08-18matroska-mux: Add a timestamp-offset propertyArun Raghavan1-0/+27
2021-07-02matroskamux: Always write a tags element into seekheadJan Schmidt1-1/+1
2021-05-05matroska-mux: Change accepted caps width and height from [16, MAX] to [1, MAX]David Fernandez1-2/+2
2021-04-23matroskamux: Don't pass a non-GObject pointer to GST_DEBUG_OBJECT and similarSebastian Dröge1-2/+3
2021-03-29matroska: allow per feature registrationStéphane Cerveau1-0/+4
2020-10-28matroska-mux: Fix sparse stream crashJan Schmidt1-4/+3
2020-09-07gst: Update for gst_video_transfer_function_*() function renamingSebastian Dröge1-1/+1
2020-07-28matroskamux: Do caps renegotiation when it only adds fieldsThibault Saunier1-2/+3
2020-07-01matroska-mux: Wait for caps on sparse streamsJan Schmidt1-3/+12
2020-07-01matroska-mux: Warn on late caps arrivalJan Schmidt1-0/+17
2020-04-01matroska: Update for video-hdr struct changeSeungha Yang1-20/+18
2020-02-21matroska-mux: Fix incorrect rounding of timestampsJohan Bjäreholt1-5/+27
2019-11-25matroskamux: Add property to set DateUTCLinus Svensson1-2/+22
2019-11-22matroskamux: Use nanosecond precision for DateUTCLinus Svensson1-1/+1
2019-11-19matroskamux: Pass the right size to gst_collect_pads_add_padJan Alexander Steffens (heftig)1-1/+1
2019-10-16good: Avoid usage of deprecated APIEdward Hervey1-3/+2
2019-10-05documentation: fix a number of typosAaron Boxer1-3/+3
2019-07-15matroska: Port to color_{primaries,transfer,matrix}_to_isoSeungha Yang1-121/+5
2019-06-05matroskamux: fix typo in property descriptionAaron Boxer1-1/+1
2019-05-29matroskamux: Add new property to offset all streams to start at zeroSebastian Dröge1-1/+52
2019-05-24matroska: Add BT2020_10, PQ and HLG transfer functionsSeungha Yang1-0/+19
2019-05-13docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2019-05-01matroskamux: Write MasteringMetadata and Max{CLL,FALL}Seungha Yang1-0/+78
2019-05-01matroska: Remove white spaceSeungha Yang1-1/+1
2019-04-25matroskamux: Fix typo in error messageSebastian Dröge1-3/+3
2019-03-12matroskamux: add support for new color primariesGuillaume Desmottes1-0/+12
2018-09-06matroskamux: don't store used UIDsMartin Kelly1-27/+2
2018-08-23matroska: fix handling of FlagInterlacedTim-Philipp Müller1-4/+19
2018-07-26matroskamux: Put codec_data as CodecPrivate for AV1Olivier Crête1-0/+5
2018-07-26matroskamux: Accept muxing AV1Olivier Crête1-1/+2
2018-05-23matroska-mux: write colorimetryMathieu Duponchelle1-0/+130
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