summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2017-01-25tsdemux: Don't leak pad name and template for OpusSebastian Dröge1-3/+0
2017-01-25mxfdemux: Set stream tags to NULL after unreffingSebastian Dröge1-0/+1
2017-01-25tsdemux: Set caps/tags in the GstStream object before pushing the stream-star...Sebastian Dröge1-3/+3
2017-01-19dvdspu: Handle vob display rect starting on an odd lineJan Schmidt1-10/+46
2017-01-02autoconvert: fix a reconfigure event leakFabrice Bellet1-1/+2
2016-12-22tsdemux: Don't leak a taglist if a taglist has already been createdGraham Leggett1-1/+3
2016-12-22mirror: Fix documentation for the mirror modeDaniel Shahaf1-1/+1
2016-12-07vmncdec: Sanity-check rectangle sizes a bit more thoroughSebastian Dröge1-1/+2
2016-12-07rawvideoparse: fix typos in property descriptionTim-Philipp Müller1-2/+2
2016-12-05gst: Fix caps leakGarima Gaur1-0/+1
2016-11-28tsdemux: Post an error message on the bus if we activated a program without padsSebastian Dröge1-0/+14
2016-11-27rawbaseparse: Fix output buffer size trimmingSebastian Dröge1-10/+18
2016-11-27rawparse: Properly align raw audio/video output buffersSebastian Dröge4-2/+97
2016-11-26mxfdemux: Post an error message if we got EOS before having any source padsSebastian Dröge1-1/+11
2016-11-26h264parse: Fix indentationSebastian Dröge1-2/+2
2016-11-26h265parse: Fix assertion when encountering an invalid NALUSebastian Dröge1-2/+4
2016-11-26h264parse: Fix assertion when encountering an invalid NALUSebastian Dröge1-2/+4
2016-11-25mxfdemux: Fix up another size check and prevent allocating too much memorySebastian Dröge2-2/+3
2016-11-25mxfdemux: Handle zero-sized KLV items better and don't assert on themSebastian Dröge3-14/+29
2016-11-25mxfdemux: Fix various logic errors in error handling of footer partition parsingSebastian Dröge1-21/+20
2016-11-25mxfdemux: Don't try parsing empty metadata itemsSebastian Dröge1-0/+3
2016-11-25mxfmetadata: Add missing NULL checkSebastian Dröge1-1/+1
2016-11-25mxf: Remove mxfdms1.[ch] from the build for nowSebastian Dröge2-6/+4
2016-11-25mxfdemux: Add various missing bounds checks, NULL checks and integer overflow...Sebastian Dröge6-20/+46
2016-11-24timecodestamper: Remove all existing timecode metas if requested to override ...Sebastian Dröge1-1/+14
2016-11-24mpegtspacketizer: Don't add existing values to groupEdward Hervey1-8/+14
2016-11-23h264parse: Ensure codec_data has the required size when reading number of SPSSebastian Dröge1-0/+4
2016-11-23h265parse: Ensure codec_data has the required size when reading number of NAL...Sebastian Dröge1-1/+9
2016-11-23mpegtspacketizer: Reset values before parsing each sectionSebastian Dröge1-1/+7
2016-11-23mpegtspacketizer: Make sure in all cases that we have enough data left for re...Sebastian Dröge1-4/+7
2016-11-16vmncdec: Sanity-check width/height before using itSebastian Dröge1-1/+5
2016-11-04bayer: fix stride inconsistencies for odd widthsTim-Philipp Müller2-3/+3
2016-10-29rawparse: pass flow returns upstreamTim-Philipp Müller1-2/+2
2016-10-27plugins: Use explicit type conversion from enumsNirbheek Chauhan1-1/+2
2016-10-27Explicitly define float constants as floatNirbheek Chauhan5-16/+16
2016-10-18meson: Add missing gstvideo dep to segmentclipNirbheek Chauhan1-1/+1
2016-10-17mpegtsmux: fix buffer size mismatch in M2TS modeVincent Penquerc'h1-1/+25
2016-10-14bayer: fix _transform_caps method to preserve fields in given capsJoan Pau Beltran2-60/+47
2016-10-12mpegtsdemux: Implement efficient program updatesEdward Hervey3-1/+200
2016-10-12mpegtsdemux: Ensure we always get an upstream stream-idEdward Hervey1-1/+41
2016-10-11mpegtsdemux: Fix issues with GST_DISABLE_GST_DEBUGEdward Hervey2-4/+1
2016-10-11mpegtsdemux: Switch to using GstStream/GstStreamCollectionEdward Hervey3-14/+67
2016-10-11mpegtsbase: Remove duplicated codeEdward Hervey1-68/+49
2016-10-08mpegts: Also clear packetizer on TIME DISCONTEdward Hervey1-2/+3
2016-10-03tsdemux: Add conditions to identify ATSC EAC3Wonchul Lee2-0/+15
2016-09-26h265parse: Fix parsing of multiple NALs in the hvcC boxKyungyong Kim1-1/+2
2016-09-24jpeg2000parse: Don't pass NULL strings to the colorspace / sampling parsing f...Sebastian Dröge1-6/+10
2016-09-19rtponviftimestamp: Change default value of D-bitJoakim Johansson1-3/+3
2016-09-14dvbsuboverlay: map with READWRITE for overlay blendHyunjun Ko1-1/+1
2016-09-13tsdemux: handle a NULL name in DVB short event descriptorGraham Leggett1-6/+16