summaryrefslogtreecommitdiff
path: root/gst/videoparsers
AgeCommit message (Expand)AuthorFilesLines
2016-08-02videoparsers: h264: Add more scalable profiles to the profile listSreerenj Balachandran1-1/+6
2016-07-12jpeg2000parse: Use correct enum typeSebastian Dröge1-1/+1
2016-07-01gstjpeg2000parse: no need for else after a gotoLuis de Bethencourt1-37/+34
2016-07-01gstjpeg2000parse: improved parsing of jpc magic and j2c boxAaron Boxer1-36/+35
2016-06-30h264parse: Drop filler dataEdward Hervey1-0/+21
2016-06-24h264parse: When input alignment=AU, always drain each packet.Jan Schmidt2-1/+8
2016-06-24videoparsers: fix broken includeTim-Philipp Müller1-1/+1
2016-06-24jpeg2000parse: use enums for colorspace and sampling, rather than stringsAaron Boxer4-171/+69
2016-06-17jpeg2000parse: support j2c formatAaron Boxer2-28/+139
2016-06-13h264parse: support for handling of config-interval = -1Mats Lindestam1-2/+15
2016-06-13h264parse: refactored handling of SPS/PPS when pushing framesMats Lindestam1-81/+88
2016-06-13h264parse: change "config-interval" property type from uint to intMats Lindestam2-4/+4
2016-06-10jpeg2000parse: Require either colorspace or sampling field in sink capsAaron Boxer3-131/+166
2016-06-07jpeg2000parse: Add JPEG2000 parser elementAaron Boxer5-0/+489
2016-06-07openjpeg: set sampling in the capsAaron Boxer2-0/+87
2016-05-30h265parse: Don't assume contiguous id's in make_codec_dataScott D Phillips1-3/+3
2016-04-25h265parse: H265 level idc 0 is not validSebastian Dröge1-1/+3
2016-04-25h264parse: H264 level idc 0 is not validSebastian Dröge1-1/+3
2016-04-01h264parse: constrained-baseline is a subset of baselineSebastian Dröge1-1/+1
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM8-32/+18
2016-03-17h264parse, h265parse: fix handling of downstream force-key-unit eventsAleksander Wabik2-4/+10
2016-03-11videoparsers: h265: Fix segfault while transforming hevc to nal aligned bytes...Sreerenj Balachandran1-2/+11
2016-03-09mpegvideoparser: Handle non-hierarchical profiles againEdward Hervey1-10/+10
2016-02-29videoparsers: h264: Disable passthorugh mode enablingSreerenj Balachandran1-0/+7
2016-02-04h264parse: remove unused mview_mode valueLuis de Bethencourt1-2/+0
2016-02-04h265parse: avoid sending unnecessary downstream caps queries/eventsMatthew Waters1-11/+26
2016-02-04h264parse: increase caps equality check for no codec_dataMatthew Waters1-6/+12
2016-02-04h264parse: try the current caps before querying downstreamMatthew Waters1-5/+13
2016-01-25h265parse: Fix buffer leak when sps is not presentVineeth TM1-3/+4
2016-01-25h265parse: Fix buffer memory leak.Vineeth TM1-1/+1
2015-12-16videoparsers: Check for NULL return value of gst_pad_get_current_caps()Dave Craig8-15/+79
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-1/+1
2015-12-05h26xparse: Resend PPS/SPS after seekNicolas Dufresne2-1/+2
2015-09-29vc1parse: add break to switch caseLuis de Bethencourt1-0/+1
2015-08-26h264parse/h265parse: Fix negotiation crashNicolas Dufresne2-2/+4
2015-08-16videoparsers: Use gst_base_parse_merge_tags()Olivier Crête8-16/+16
2015-08-15h264parse: Clear SPS info after processing.Jan Schmidt1-0/+1
2015-08-14pngparse: enable accept-intersect and accept-template flags on sinkpadThiago Santos1-0/+2
2015-08-14videoparsers: enable accept-template flagThiago Santos7-0/+7
2015-08-11videoparsers: h265: Fix the frame start detection codeSreerenj Balachandran1-2/+2
2015-08-11videoparsers: h265: Avoid skipping of EOS and EOB nalsSreerenj Balachandran1-1/+1
2015-08-07h265parse: expose compatible profiles to downstreamSreerenj Balachandran1-0/+106
2015-07-30h265parse: Avoid checking for Non Mandatory VPS NALVineeth TM1-2/+2
2015-07-29h264parse: Add more NAL types for debugging output.Jan Schmidt1-2/+7
2015-07-29h263parse: fix caps memory leakVineeth TM1-0/+2
2015-07-24h264parse: Don't discard first AU delimiterJan Schmidt1-0/+6
2015-07-08pngparse: fix a GstCaps object leakRoman Donchenko1-0/+2
2015-06-20h264parse: fix typo in log messageTim-Philipp Müller1-1/+1
2015-06-19h264parse: Move PAR calcs, and use them for stereoscopic half-aspectJan Schmidt1-12/+21
2015-06-12h264parse: Add support for passing stereoscopic/multiview infoJan Schmidt2-5/+154