summaryrefslogtreecommitdiff
path: root/gst/videoparsers
Commit message (Expand)AuthorAgeFilesLines
* 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
* h265parse: Fix buffer memory leak.Vineeth TM2016-01-251-1/+1
* videoparsers: Check for NULL return value of gst_pad_get_current_caps()Dave Craig2015-12-168-15/+79
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-1/+1
* h26xparse: Resend PPS/SPS after seekNicolas Dufresne2015-12-052-1/+2
* vc1parse: add break to switch caseLuis de Bethencourt2015-09-291-0/+1
* h264parse/h265parse: Fix negotiation crashNicolas Dufresne2015-08-262-2/+4
* videoparsers: Use gst_base_parse_merge_tags()Olivier Crête2015-08-168-16/+16
* h264parse: Clear SPS info after processing.Jan Schmidt2015-08-151-0/+1
* pngparse: enable accept-intersect and accept-template flags on sinkpadThiago Santos2015-08-141-0/+2
* videoparsers: enable accept-template flagThiago Santos2015-08-147-0/+7
* videoparsers: h265: Fix the frame start detection codeSreerenj Balachandran2015-08-111-2/+2
* videoparsers: h265: Avoid skipping of EOS and EOB nalsSreerenj Balachandran2015-08-111-1/+1
* h265parse: expose compatible profiles to downstreamSreerenj Balachandran2015-08-071-0/+106
* h265parse: Avoid checking for Non Mandatory VPS NALVineeth TM2015-07-301-2/+2
* h264parse: Add more NAL types for debugging output.Jan Schmidt2015-07-291-2/+7
* h263parse: fix caps memory leakVineeth TM2015-07-291-0/+2
* h264parse: Don't discard first AU delimiterJan Schmidt2015-07-241-0/+6
* pngparse: fix a GstCaps object leakRoman Donchenko2015-07-081-0/+2
* h264parse: fix typo in log messageTim-Philipp Müller2015-06-201-1/+1
* h264parse: Move PAR calcs, and use them for stereoscopic half-aspectJan Schmidt2015-06-191-12/+21
* h264parse: Add support for passing stereoscopic/multiview infoJan Schmidt2015-06-122-5/+154
* h264parse: Don't switch to passthrough on set_caps()Jan Schmidt2015-06-122-9/+21
* h263parse: Fix PSC matchingEdward Hervey2015-06-111-2/+7
* vc1parse: remove useless value assignmentsLuis de Bethencourt2015-06-031-8/+0
* h264parse: Consider SEI NALU as "HEADER" packetsEdward Hervey2015-05-201-0/+1
* h263parse: fix custom picture format (CPFMT) parsingLyon Wang2015-05-131-20/+37
* Update references to decodebinLuis de Bethencourt2015-05-082-2/+2
* h264parse: Fix profile and level setting in capsSreerenj Balachandran2015-05-041-11/+127
* h265parse: Fix source caps to report cropped dimensionsSreerenj Balachandran2015-04-301-3/+18
* h265parse: Fix the memory freeing of stored VPS nalsSreerenj Balachandran2015-04-301-1/+1
* h265parse: Fix profile, tier and level setting in capsSreerenj Balachandran2015-04-301-8/+87
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-16/+0
* remove unused enum items PROP_LASTLuis de Bethencourt2015-04-244-8/+4
* h264parse: Remove dead codeEdward Hervey2015-04-201-5/+0
* h264parse: Don't unref buffer that was unreffed just a few lines before alreadySebastian Dröge2015-04-151-1/+0
* videoparser: unused valueLuis de Bethencourt2015-03-091-1/+1
* pngparse: stop spamming info messagesXavier Claessens2015-03-061-1/+1
* h264parse: reset the parser information when caps changesThiago Santos2015-03-041-16/+33
* h264parse: expose stereo-high profileVíctor Manuel Jáquez Leal2015-01-211-2/+9
* h264parse: parse SPS subsetVíctor Manuel Jáquez Leal2015-01-211-3/+7
* h264parse: add initial support for MVC NAL units.Sreerenj Balachandran2015-01-211-5/+15