summaryrefslogtreecommitdiff
path: root/gst/videoparsers
Commit message (Expand)AuthorAgeFilesLines
* h264parse: constrained-baseline is a subset of baselineSebastian Dröge2016-04-061-1/+1
* h264parse, h265parse: fix handling of downstream force-key-unit eventsAleksander Wabik2016-04-062-4/+10
* videoparsers: h265: Fix segfault while transforming hevc to nal aligned bytes...Sreerenj Balachandran2016-04-061-2/+11
* 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
* 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
* h264parse: expose compatible profiles to downstreamSreerenj Balachandran2015-01-091-0/+172
* Revert "pngparse: improve parsing of the image"Tim-Philipp Müller2015-01-072-9/+1
* pngparse: improve parsing of the imageVineeth T M2015-01-072-1/+9
* h264parse: Fix periodic SPS/PPS sending work after a seekDuncan Palmer2015-01-061-1/+5
* Revert "h264parse: expose compatible profiles to downstream"Mathieu Duponchelle2014-12-091-172/+0
* h264parse: expose compatible profiles to downstreamSreerenj Balachandran2014-12-051-0/+172
* pngparse: optimise reading of png filesTim-Philipp Müller2014-11-091-0/+29
* vc1parse: set seq_layer_sent to FALSE on reset()Aurélien Zanelli2014-11-081-0/+1
* vc1parse: implement asf to *-frame-layer stream-formatAurélien Zanelli2014-11-082-4/+106