summaryrefslogtreecommitdiff
path: root/gst/videoparsers
Commit message (Expand)AuthorAgeFilesLines
* h264parse: reset internal 'state' variable properlyBrendan Shanks2018-03-211-0/+1
* h265parse: Fix calculation of codec_data buffer sizeSebastian Dröge2017-05-291-2/+1
* h264parse: fix caps leak in renegotiationVincent Penquerc'h2017-05-151-1/+3
* h265parse: fix caps leak in renegotiationVincent Penquerc'h2017-05-151-1/+3
* jpeg2000parse: fix negotiation with j2c and jpc both allowed upstreamVincent Penquerc'h2017-05-151-4/+88
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
* h264parse: frame->buffer can't be NULL in pre_push_frame()Sebastian Dröge2017-03-081-2/+1
* h264parse: fix some failures in testcasesHyunjun Ko2017-03-081-4/+10
* h264parse: insert AU delimiter only in case of byte-streamHyunjun Ko2017-03-072-5/+54
* h264parse: Include `interlace-mode` in capsThibault Saunier2017-02-271-0/+8
* mpeg4videoparse: determine intra of frame at frame parse timeMark Nauwelaerts2016-12-282-11/+16
* 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
* 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
* vc1parse: Mark pad as needing reconfiguration again if it failedSebastian Dröge2016-11-181-2/+12
* plugins: Use explicit type conversion from enumsNirbheek Chauhan2016-10-271-1/+2
* 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
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+23
* videoparsers: h264: Add more scalable profiles to the profile listSreerenj Balachandran2016-08-021-1/+6
* jpeg2000parse: Use correct enum typeSebastian Dröge2016-07-121-1/+1
* gstjpeg2000parse: no need for else after a gotoLuis de Bethencourt2016-07-011-37/+34
* gstjpeg2000parse: improved parsing of jpc magic and j2c boxAaron Boxer2016-07-011-36/+35
* h264parse: Drop filler dataEdward Hervey2016-06-301-0/+21
* h264parse: When input alignment=AU, always drain each packet.Jan Schmidt2016-06-242-1/+8
* videoparsers: fix broken includeTim-Philipp Müller2016-06-241-1/+1
* jpeg2000parse: use enums for colorspace and sampling, rather than stringsAaron Boxer2016-06-244-171/+69
* jpeg2000parse: support j2c formatAaron Boxer2016-06-172-28/+139
* h264parse: support for handling of config-interval = -1Mats Lindestam2016-06-131-2/+15
* h264parse: refactored handling of SPS/PPS when pushing framesMats Lindestam2016-06-131-81/+88
* h264parse: change "config-interval" property type from uint to intMats Lindestam2016-06-132-4/+4
* jpeg2000parse: Require either colorspace or sampling field in sink capsAaron Boxer2016-06-103-131/+166
* jpeg2000parse: Add JPEG2000 parser elementAaron Boxer2016-06-075-0/+489
* openjpeg: set sampling in the capsAaron Boxer2016-06-072-0/+87
* h265parse: Don't assume contiguous id's in make_codec_dataScott D Phillips2016-05-301-3/+3
* h265parse: H265 level idc 0 is not validSebastian Dröge2016-04-251-1/+3
* h264parse: H264 level idc 0 is not validSebastian Dröge2016-04-251-1/+3
* h264parse: constrained-baseline is a subset of baselineSebastian Dröge2016-04-011-1/+1
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-248-32/+18
* h264parse, h265parse: fix handling of downstream force-key-unit eventsAleksander Wabik2016-03-172-4/+10
* videoparsers: h265: Fix segfault while transforming hevc to nal aligned bytes...Sreerenj Balachandran2016-03-111-2/+11
* mpegvideoparser: Handle non-hierarchical profiles againEdward Hervey2016-03-091-10/+10
* videoparsers: h264: Disable passthorugh mode enablingSreerenj Balachandran2016-02-291-0/+7
* h264parse: remove unused mview_mode valueLuis de Bethencourt2016-02-041-2/+0
* h265parse: avoid sending unnecessary downstream caps queries/eventsMatthew Waters2016-02-041-11/+26
* h264parse: increase caps equality check for no codec_dataMatthew Waters2016-02-041-6/+12
* h264parse: try the current caps before querying downstreamMatthew Waters2016-02-041-5/+13
* h265parse: Fix buffer leak when sps is not presentVineeth TM2016-01-251-3/+4