summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* tsdemux: Don't leak pad name and template for OpusSebastian Dröge2017-01-251-3/+0
* mxfdemux: Set stream tags to NULL after unreffingSebastian Dröge2017-01-251-0/+1
* tsdemux: Set caps/tags in the GstStream object before pushing the stream-star...Sebastian Dröge2017-01-251-3/+3
* dvdspu: Handle vob display rect starting on an odd lineJan Schmidt2017-01-191-10/+46
* autoconvert: fix a reconfigure event leakFabrice Bellet2017-01-021-1/+2
* tsdemux: Don't leak a taglist if a taglist has already been createdGraham Leggett2016-12-221-1/+3
* mirror: Fix documentation for the mirror modeDaniel Shahaf2016-12-221-1/+1
* vmncdec: Sanity-check rectangle sizes a bit more thoroughSebastian Dröge2016-12-071-1/+2
* rawvideoparse: fix typos in property descriptionTim-Philipp Müller2016-12-071-2/+2
* gst: Fix caps leakGarima Gaur2016-12-051-0/+1
* tsdemux: Post an error message on the bus if we activated a program without padsSebastian Dröge2016-11-281-0/+14
* rawbaseparse: Fix output buffer size trimmingSebastian Dröge2016-11-271-10/+18
* rawparse: Properly align raw audio/video output buffersSebastian Dröge2016-11-274-2/+97
* mxfdemux: Post an error message if we got EOS before having any source padsSebastian Dröge2016-11-261-1/+11
* h264parse: Fix indentationSebastian Dröge2016-11-261-2/+2
* h265parse: Fix assertion when encountering an invalid NALUSebastian Dröge2016-11-261-2/+4
* h264parse: Fix assertion when encountering an invalid NALUSebastian Dröge2016-11-261-2/+4
* mxfdemux: Fix up another size check and prevent allocating too much memorySebastian Dröge2016-11-252-2/+3
* mxfdemux: Handle zero-sized KLV items better and don't assert on themSebastian Dröge2016-11-253-14/+29
* mxfdemux: Fix various logic errors in error handling of footer partition parsingSebastian Dröge2016-11-251-21/+20
* mxfdemux: Don't try parsing empty metadata itemsSebastian Dröge2016-11-251-0/+3
* mxfmetadata: Add missing NULL checkSebastian Dröge2016-11-251-1/+1
* mxf: Remove mxfdms1.[ch] from the build for nowSebastian Dröge2016-11-252-6/+4
* mxfdemux: Add various missing bounds checks, NULL checks and integer overflow...Sebastian Dröge2016-11-256-20/+46
* timecodestamper: Remove all existing timecode metas if requested to override ...Sebastian Dröge2016-11-241-1/+14
* mpegtspacketizer: Don't add existing values to groupEdward Hervey2016-11-241-8/+14
* h264parse: Ensure codec_data has the required size when reading number of SPSSebastian Dröge2016-11-231-0/+4
* h265parse: Ensure codec_data has the required size when reading number of NAL...Sebastian Dröge2016-11-231-1/+9
* mpegtspacketizer: Reset values before parsing each sectionSebastian Dröge2016-11-231-1/+7
* mpegtspacketizer: Make sure in all cases that we have enough data left for re...Sebastian Dröge2016-11-231-4/+7
* vmncdec: Sanity-check width/height before using itSebastian Dröge2016-11-161-1/+5
* bayer: fix stride inconsistencies for odd widthsTim-Philipp Müller2016-11-042-3/+3
* rawparse: pass flow returns upstreamTim-Philipp Müller2016-10-291-2/+2
* plugins: Use explicit type conversion from enumsNirbheek Chauhan2016-10-271-1/+2
* Explicitly define float constants as floatNirbheek Chauhan2016-10-275-16/+16
* meson: Add missing gstvideo dep to segmentclipNirbheek Chauhan2016-10-181-1/+1
* mpegtsmux: fix buffer size mismatch in M2TS modeVincent Penquerc'h2016-10-171-1/+25
* bayer: fix _transform_caps method to preserve fields in given capsJoan Pau Beltran2016-10-142-60/+47
* mpegtsdemux: Implement efficient program updatesEdward Hervey2016-10-123-1/+200
* mpegtsdemux: Ensure we always get an upstream stream-idEdward Hervey2016-10-121-1/+41
* mpegtsdemux: Fix issues with GST_DISABLE_GST_DEBUGEdward Hervey2016-10-112-4/+1
* mpegtsdemux: Switch to using GstStream/GstStreamCollectionEdward Hervey2016-10-113-14/+67
* mpegtsbase: Remove duplicated codeEdward Hervey2016-10-111-68/+49
* mpegts: Also clear packetizer on TIME DISCONTEdward Hervey2016-10-081-2/+3
* tsdemux: Add conditions to identify ATSC EAC3Wonchul Lee2016-10-032-0/+15
* h265parse: Fix parsing of multiple NALs in the hvcC boxKyungyong Kim2016-09-261-1/+2
* jpeg2000parse: Don't pass NULL strings to the colorspace / sampling parsing f...Sebastian Dröge2016-09-241-6/+10
* rtponviftimestamp: Change default value of D-bitJoakim Johansson2016-09-191-3/+3
* dvbsuboverlay: map with READWRITE for overlay blendHyunjun Ko2016-09-141-1/+1
* tsdemux: handle a NULL name in DVB short event descriptorGraham Leggett2016-09-131-6/+16