summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gsth264parse.h
AgeCommit message (Expand)AuthorFilesLines
2017-03-07h264parse: insert AU delimiter only in case of byte-streamHyunjun Ko1-0/+4
2016-06-24h264parse: When input alignment=AU, always drain each packet.Jan Schmidt1-0/+1
2016-06-13h264parse: change "config-interval" property type from uint to intMats Lindestam1-1/+1
2015-06-12h264parse: Add support for passing stereoscopic/multiview infoJan Schmidt1-0/+6
2015-06-12h264parse: Don't switch to passthrough on set_caps()Jan Schmidt1-0/+2
2014-11-07h264parse: set the HEADER flag on buffers containing SPS or PPSJosep Torra1-0/+1
2014-07-01h264parse: introduce new state tracking variables.Gwenole Beauchesne1-0/+3
2014-03-29h264parse: Copy over DISCONT flag from input buffersSebastian Dröge1-0/+2
2013-12-16h264parse: Post VIDEO_CODEC tagSebastian Dröge1-0/+2
2013-10-31h264parse: Remove the explicit PAR calculation based on VUI headersSreerenj Balachandran1-2/+1
2013-02-02h264parse: separate fields for distinct functional uses of codec_data fieldMark Nauwelaerts1-0/+3
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-02-15h264parse: remove _chain hackMark Nauwelaerts1-5/+2
2012-02-10h264parse: unobfuscate frame parsing codeMark Nauwelaerts1-2/+1
2012-02-01h264parse: disable optimized packetized processing for reverse playbackMark Nauwelaerts1-0/+1
2012-02-01h264parse: also mind SEI position for config data insertionMark Nauwelaerts1-1/+1
2012-02-01h264parse: unbreak optimized packetized NALU collection processingMark Nauwelaerts1-0/+1
2012-01-04h264parse: fix and tweak frame timestampingMark Nauwelaerts1-0/+1
2011-12-19h264parse: avoid pushing SPS/PPS at start only if both are found in streamAlessandro Decina1-0/+2
2011-12-06h264parse: handle force key unit eventsAlessandro Decina1-0/+3
2011-12-01h264parse: let upstream PAR override in-stream PARAlessandro Decina1-0/+1
2011-12-01h264parse: rework PAR parsingAlessandro Decina1-0/+1
2011-12-01h264parse: respect pixel-aspect-ratioLuciana Fujii Pontello1-0/+1
2011-09-02h264parse: Port to the new h.264 parsing libraryThibault Saunier1-7/+27
2011-04-09videoparsers: port to baseparse, which is now in libgstbase in coreTim-Philipp Müller1-1/+1
2011-02-17baseparse: Create baseparse libraryDavid Schleef1-1/+1
2011-01-28videoparsers: add h264parseMark Nauwelaerts1-0/+93