summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gsth264parse.c
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-061-2/+5
* h264parse/h265parse: Fix negotiation crashNicolas Dufresne2015-08-261-1/+2
* videoparsers: Use gst_base_parse_merge_tags()Olivier Crête2015-08-161-2/+2
* h264parse: Clear SPS info after processing.Jan Schmidt2015-08-151-0/+1
* videoparsers: enable accept-template flagThiago Santos2015-08-141-0/+1
* h264parse: Add more NAL types for debugging output.Jan Schmidt2015-07-291-2/+7
* h264parse: Don't discard first AU delimiterJan Schmidt2015-07-241-0/+6
* 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-121-5/+148
* h264parse: Don't switch to passthrough on set_caps()Jan Schmidt2015-06-121-9/+19
* h264parse: Consider SEI NALU as "HEADER" packetsEdward Hervey2015-05-201-0/+1
* Update references to decodebinLuis de Bethencourt2015-05-081-1/+1
* h264parse: Fix profile and level setting in capsSreerenj Balachandran2015-05-041-11/+127
* remove unused enum items PROP_LASTLuis de Bethencourt2015-04-241-2/+1
* 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
* 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
* 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
* h264parse: set the HEADER flag on buffers containing SPS or PPSJosep Torra2014-11-071-0/+12
* 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
* h264parse: expose parsed profile and level to downstreamSreerenj Balachandran2014-10-091-0/+13
* h264parse: Return flushing if we get chained while being set to READYThibault Saunier2014-09-241-0/+9
* h264parse: fix up handling of input caps corner casesTim-Philipp Müller2014-08-281-20/+68
* h264parse: don't consider unknown stream-format as avcThiago Santos2014-08-251-2/+3
* h264parse: fix collection of access units to preserve config headers.Gwenole Beauchesne2014-07-011-2/+9
* h264parse: improve conditions for skipping NAL units.Gwenole Beauchesne2014-07-011-12/+31
* h264parse: introduce new state tracking variables.Gwenole Beauchesne2014-07-011-1/+29
* h264parse: fix and optimize NAL collection function.Gwenole Beauchesne2014-07-011-3/+3
* codecparsers: h264: fix memory leak in GstH264PPS.Gwenole Beauchesne2014-06-271-0/+1
* codecparsers: h264: add support for Recovery Point SEI message.Aurélien Zanelli2014-06-261-0/+10
* h264parse: use new gst_h264_video_calculate_framerate() to get framerateAurélien Zanelli2014-05-221-8/+11
* h264parse: set field_pic_flag when parsing a slice headerAurélien Zanelli2014-05-221-0/+2
* h264parse: unref/replace force_key_unit_event in gst_h264_parse_resetHaakon Sporsheim (ieei)2014-04-291-1/+1
* h264parse: Copy over DISCONT flag from input buffersSebastian Dröge2014-03-291-0/+12
* h264parse: Default framerate to 0/1 when no informations foundThibault Saunier2014-01-311-16/+15
* h264parse: Fix multiple SEI messages in one SEI RBSP parsing.Aurélien Zanelli2014-01-231-23/+45
* h264parse: Post VIDEO_CODEC tagSebastian Dröge2013-12-161-3/+24
* videoparsers: use ACCEPT_INTERSECTWim Taymans2013-12-041-7/+2
* videoparsers: remove fields from filterWim Taymans2013-12-041-1/+9
* videoparsers: refactor remove_fields in getcapsWim Taymans2013-12-041-9/+16