summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* interlace: Writing field-order into the src capsVivia Nikolaidou2016-11-301-0/+5
* gst: Fix caps leakGarima Gaur2016-11-301-0/+1
* rawparse: Whitespace cleanupSebastian Dröge2016-11-2812-139/+0
* dataurisrc: remove plugin, moved to coreTim-Philipp Müller2016-11-285-559/+0
* 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-242-6/+4
* mxfdemux: Add various missing bounds checks, NULL checks and integer overflow...Sebastian Dröge2016-11-246-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
* audiobuffersplit: New element that splits raw audio buffers into equal-sized ...Sebastian Dröge2016-11-235-0/+677
* h265parse: Ensure codec_data has the required size when reading number of NAL...Sebastian Dröge2016-11-231-1/+9
* h264parse: Ensure codec_data has the required size when reading number of SPSSebastian Dröge2016-11-231-0/+4
* mpegtspacketizer: Reset values before parsing each sectionSebastian Dröge2016-11-221-1/+7
* mpegtspacketizer: Make sure in all cases that we have enough data left for re...Sebastian Dröge2016-11-221-4/+7
* vc1parse: Mark pad as needing reconfiguration again if it failedSebastian Dröge2016-11-181-2/+12
* videomeasure: Remove old unported videomeasure plugin as it is now replaced b...Thibault Saunier2016-11-179-2446/+0
* vmncdec: Sanity-check width/height before using itSebastian Dröge2016-11-161-1/+5
* smoothwave: Remove empty directorySebastian Dröge2016-11-161-1/+0
* real: Remove empty directorySebastian Dröge2016-11-162-16/+0
* mpeg1sys: Remove obsolete, empty directory that only contains a meson.buildSebastian Dröge2016-11-162-16/+0
* Fix some MSVC warnings about const-nessScott D Phillips2016-11-152-2/+2
* mpegtsdemux: fix operator precedence in SAFE_FOURCC_ARGSScott D Phillips2016-11-121-2/+2
* gst: Fix more mentions of interlaced-mode to say interlace-modeSebastian Dröge2016-11-041-1/+1
* bayer: fix stride inconsistencies for odd widthsTim-Philipp Müller2016-11-012-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