summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gsth264parse.h
Commit message (Expand)AuthorAgeFilesLines
* h264parse: Add support for passing stereoscopic/multiview infoJan Schmidt2015-06-121-0/+6
* h264parse: Don't switch to passthrough on set_caps()Jan Schmidt2015-06-121-0/+2
* h264parse: set the HEADER flag on buffers containing SPS or PPSJosep Torra2014-11-071-0/+1
* h264parse: introduce new state tracking variables.Gwenole Beauchesne2014-07-011-0/+3
* h264parse: Copy over DISCONT flag from input buffersSebastian Dröge2014-03-291-0/+2
* h264parse: Post VIDEO_CODEC tagSebastian Dröge2013-12-161-0/+2
* h264parse: Remove the explicit PAR calculation based on VUI headersSreerenj Balachandran2013-10-311-2/+1
* h264parse: separate fields for distinct functional uses of codec_data fieldMark Nauwelaerts2013-02-021-0/+3
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* h264parse: remove _chain hackMark Nauwelaerts2012-02-151-5/+2
* h264parse: unobfuscate frame parsing codeMark Nauwelaerts2012-02-101-2/+1
* h264parse: disable optimized packetized processing for reverse playbackMark Nauwelaerts2012-02-011-0/+1
* h264parse: also mind SEI position for config data insertionMark Nauwelaerts2012-02-011-1/+1
* h264parse: unbreak optimized packetized NALU collection processingMark Nauwelaerts2012-02-011-0/+1
* h264parse: fix and tweak frame timestampingMark Nauwelaerts2012-01-041-0/+1
* h264parse: avoid pushing SPS/PPS at start only if both are found in streamAlessandro Decina2011-12-191-0/+2
* h264parse: handle force key unit eventsAlessandro Decina2011-12-061-0/+3
* h264parse: let upstream PAR override in-stream PARAlessandro Decina2011-12-011-0/+1
* h264parse: rework PAR parsingAlessandro Decina2011-12-011-0/+1
* h264parse: respect pixel-aspect-ratioLuciana Fujii Pontello2011-12-011-0/+1
* h264parse: Port to the new h.264 parsing libraryThibault Saunier2011-09-021-7/+27
* videoparsers: port to baseparse, which is now in libgstbase in coreTim-Philipp Müller2011-04-091-1/+1
* baseparse: Create baseparse libraryDavid Schleef2011-02-171-1/+1
* videoparsers: add h264parseMark Nauwelaerts2011-01-281-0/+93