summaryrefslogtreecommitdiff
path: root/gst/videoparsers
Commit message (Expand)AuthorAgeFilesLines
* 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
* vc1parse: check output format at negotiation timeAurélien Zanelli2014-11-081-0/+156
* vc1parse: add some asf related stream-format conversionsAurélien Zanelli2014-11-081-0/+94
* vc1parse: add some simple stream-format conversionAurélien Zanelli2014-11-082-1/+50
* vc1parse: prepare the stream-format conversion code and add the simplest onesAurélien Zanelli2014-11-081-4/+204
* h264parse: set the HEADER flag on buffers containing SPS or PPSJosep Torra2014-11-072-0/+13
* h265parse: set the HEADER flag on buffers containing VPS, SPS or PPSJosep Torra2014-11-072-0/+14
* h265parse: don't unnecesarily set src_capsSebastian Dröge2014-11-061-13/+13
* h264parse: don't unnecesarily set src_capsMatej Knopp2014-11-061-13/+13
* codecparsers: h264: add support for Frame Packing Arrangement SEI message.Sreerenj Balachandran2014-10-291-0/+4
* codecparsers: h264: add support for Stereo Video Information SEI message.Sreerenj Balachandran2014-10-291-0/+6
* vc1parse: introduce a helper to make sequence-layerAurélien Zanelli2014-10-201-84/+95
* vc1parse: select caps according to wmv format at negotiationAurélien Zanelli2014-10-202-4/+39
* vc1parse: parse frame header when stream format is ASF/raw for simple/main pr...Aurélien Zanelli2014-10-141-0/+36
* vc1parse: just assume none header-format when no codec_data is presentAurélien Zanelli2014-10-141-3/+1
* vc1parse: fix framesize when input is frame-layerAurélien Zanelli2014-10-101-1/+1
* h265parse: expose parsed profile, tier and level to downstreamSebastian Dröge2014-10-091-0/+13
* h264parse: expose parsed profile and level to downstreamSreerenj Balachandran2014-10-091-0/+13
* videoparser: comment unused GST_BASE_PARSE_FRAME_FLAG_PARSINGVineeth T M2014-10-062-4/+4
* vc1parse: unref caps when it is empty in renegotiate()Aurélien Zanelli2014-10-021-0/+1
* style: remove unnecessary break statementsLuis de Bethencourt2014-09-252-3/+0
* h264parse: Return flushing if we get chained while being set to READYThibault Saunier2014-09-241-0/+9
* vc1parse: initialize sent_codec_tag before using itAurélien Zanelli2014-09-231-0/+1
* vc1parse: enable header-format conversionAurélien Zanelli2014-09-181-2/+1