summaryrefslogtreecommitdiff
path: root/gst/h264parse
Commit message (Expand)AuthorAgeFilesLines
* Remove legacyh264parse elementTim-Philipp Müller2012-02-083-2923/+0
* legacyh264parse: create correct avc codec-dataMark Nauwelaerts2011-06-221-4/+4
* legacyh264parse: fix output caps alignment for avc inputMark Nauwelaerts2011-06-211-9/+11
* legacyh264parse: Delay pushing buffers until we have width/heightEdward Hervey2011-05-311-1/+33
* legacyh264parse: check for out of range pps_id one layer upAlessandro Decina2011-05-291-5/+7
* h264parse: max pps is 255David Schleef2011-05-181-1/+1
* Fix some unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller2011-04-151-5/+2
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+13
* h264parse: rename to legacyh264parseMark Nauwelaerts2011-01-281-3/+7
* h264parse: align code with commentMark Nauwelaerts2010-12-081-3/+1
* h264parse: re-use reset() in finalize()Mark Nauwelaerts2010-12-081-18/+2
* h264parse: Set srcpad caps before forwarding newsegmentArun Raghavan2010-12-082-4/+65
* various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-3/+3
* h264parse: obtain correct upstream timestampMark Nauwelaerts2010-06-231-1/+1
* h264parse: add new h264 caps attribute alignmentMark Nauwelaerts2010-06-221-1/+33
* Revert "h264parse: add parsed field to src caps"Thijs Vermeir2010-06-211-1/+1
* h264parse: add parsed field to src capsThijs Vermeir2010-06-201-1/+1
* h264parse: also handle 3-byte bytestream sync codeMark Nauwelaerts2010-06-181-9/+61
* h264parse: add option to insert SPS/PPS in streamMark Nauwelaerts2010-06-142-1/+157
* h264parse: also collect SPS and PPS nalu in codec_dataMark Nauwelaerts2010-06-141-0/+10
* h264parse: plug a few memory leaksMark Nauwelaerts2010-05-281-4/+3
* h264parse: fix wrong timestamps in some cases after seeking.Alessandro Decina2010-05-191-0/+1
* h264parse: Correctly clean up internal state for reuseSebastian Dröge2010-04-021-4/+3
* h264parse: fix writing NALU prefix for byte-stream output formatMark Nauwelaerts2010-03-291-0/+3
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-8/+5
* h264parse: Replace 'avc-sample' with 'avc' in capsThiago Santos2010-03-011-3/+3
* h264parse: use correct h264_parse prefix in function nameMark Nauwelaerts2010-01-271-3/+3
* h264parse: Add stream-format to capsThiago Santos2010-01-131-0/+57
* h264parse: Correctly rewrite all nal prefixesThiago Santos2010-01-121-5/+31
* h264parse: remove codec_data if output is bytestreamThiago Santos2010-01-121-2/+8
* win32: Include config.h before anything else. Fix mpegdemux LIBADDÐóñëàí Èæáóëàòîâ2010-01-121-3/+3
* h264parse: optimize src caps updatingMark Nauwelaerts2010-01-071-4/+14
* h264parse: fix framerate calculationMark Nauwelaerts2010-01-071-6/+3
* h264parse: fix regression in output buffer timestampingMark Nauwelaerts2010-01-071-5/+7
* h264parse: fix caps handling in _update_src_caps.Alessandro Decina2009-12-301-13/+6
* h264parse: fix caps parameters settingMark Nauwelaerts2009-12-101-8/+17
* h264parse: optional transforming from bytestream to sample format (or vice ve...Mark Nauwelaerts2009-11-232-33/+335
* h264parse: refactor a bit into a reset functionMark Nauwelaerts2009-11-231-3/+18
* h264parse: provide w/h from stream in src caps if not in sink capsMark Nauwelaerts2009-11-232-6/+96
* h264parse: parse SPS some more (e.g. for width/height)Mark Nauwelaerts2009-11-231-20/+100
* h264parse: optionally output AUs rather than NALUsMark Nauwelaerts2009-11-232-5/+114
* Fix warnings with gcc 4.0.1.Alessandro Decina2009-09-231-1/+5
* Fix factory information for h264parse, add missing VideoChristian Schaller2009-09-121-1/+1
* h264parse: Free the PPS buffers tooSebastian Dröge2009-08-311-4/+9
* h264parse: compute timestampLin YANG2009-08-311-5/+125
* h264parse: recognize more types of NALLin YANG2009-08-311-40/+65
* h264parse: parser init & finalizeLin YANG2009-08-312-0/+48
* h264parse: decode slice headerLin YANG2009-08-311-0/+37
* h264parse: decode SEILin YANG2009-08-311-0/+39
* h264parse: decode SEI: picture timing infoLin YANG2009-08-311-0/+64