summaryrefslogtreecommitdiff
path: root/gst/h264parse
AgeCommit message (Expand)AuthorFilesLines
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+4
2011-06-22legacyh264parse: create correct avc codec-dataMark Nauwelaerts1-4/+4
2011-06-21legacyh264parse: fix output caps alignment for avc inputMark Nauwelaerts1-9/+11
2011-05-31legacyh264parse: Delay pushing buffers until we have width/heightEdward Hervey1-1/+33
2011-05-29legacyh264parse: check for out of range pps_id one layer upAlessandro Decina1-5/+7
2011-05-18h264parse: max pps is 255David Schleef1-1/+1
2011-04-15Fix some unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller1-5/+2
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+13
2011-01-28h264parse: rename to legacyh264parseMark Nauwelaerts1-3/+7
2010-12-08h264parse: align code with commentMark Nauwelaerts1-3/+1
2010-12-08h264parse: re-use reset() in finalize()Mark Nauwelaerts1-18/+2
2010-12-08h264parse: Set srcpad caps before forwarding newsegmentArun Raghavan2-4/+65
2010-10-19various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-3/+3
2010-06-23h264parse: obtain correct upstream timestampMark Nauwelaerts1-1/+1
2010-06-22h264parse: add new h264 caps attribute alignmentMark Nauwelaerts1-1/+33
2010-06-21Revert "h264parse: add parsed field to src caps"Thijs Vermeir1-1/+1
2010-06-20h264parse: add parsed field to src capsThijs Vermeir1-1/+1
2010-06-18h264parse: also handle 3-byte bytestream sync codeMark Nauwelaerts1-9/+61
2010-06-14h264parse: add option to insert SPS/PPS in streamMark Nauwelaerts2-1/+157
2010-06-14h264parse: also collect SPS and PPS nalu in codec_dataMark Nauwelaerts1-0/+10
2010-05-28h264parse: plug a few memory leaksMark Nauwelaerts1-4/+3
2010-05-19h264parse: fix wrong timestamps in some cases after seeking.Alessandro Decina1-0/+1
2010-04-02h264parse: Correctly clean up internal state for reuseSebastian Dröge1-4/+3
2010-03-29h264parse: fix writing NALU prefix for byte-stream output formatMark Nauwelaerts1-0/+3
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+5
2010-03-01h264parse: Replace 'avc-sample' with 'avc' in capsThiago Santos1-3/+3
2010-01-27h264parse: use correct h264_parse prefix in function nameMark Nauwelaerts1-3/+3
2010-01-13h264parse: Add stream-format to capsThiago Santos1-0/+57
2010-01-12h264parse: Correctly rewrite all nal prefixesThiago Santos1-5/+31
2010-01-12h264parse: remove codec_data if output is bytestreamThiago Santos1-2/+8
2010-01-12win32: Include config.h before anything else. Fix mpegdemux LIBADDÐóñëàí Èæáóëàòîâ1-3/+3
2010-01-07h264parse: optimize src caps updatingMark Nauwelaerts1-4/+14
2010-01-07h264parse: fix framerate calculationMark Nauwelaerts1-6/+3
2010-01-07h264parse: fix regression in output buffer timestampingMark Nauwelaerts1-5/+7
2009-12-30h264parse: fix caps handling in _update_src_caps.Alessandro Decina1-13/+6
2009-12-10h264parse: fix caps parameters settingMark Nauwelaerts1-8/+17
2009-11-23h264parse: optional transforming from bytestream to sample format (or vice ve...Mark Nauwelaerts2-33/+335
2009-11-23h264parse: refactor a bit into a reset functionMark Nauwelaerts1-3/+18
2009-11-23h264parse: provide w/h from stream in src caps if not in sink capsMark Nauwelaerts2-6/+96
2009-11-23h264parse: parse SPS some more (e.g. for width/height)Mark Nauwelaerts1-20/+100
2009-11-23h264parse: optionally output AUs rather than NALUsMark Nauwelaerts2-5/+114
2009-09-23Fix warnings with gcc 4.0.1.Alessandro Decina1-1/+5
2009-09-12Fix factory information for h264parse, add missing VideoChristian Schaller1-1/+1
2009-08-31h264parse: Free the PPS buffers tooSebastian Dröge1-4/+9
2009-08-31h264parse: compute timestampLin YANG1-5/+125
2009-08-31h264parse: recognize more types of NALLin YANG1-40/+65
2009-08-31h264parse: parser init & finalizeLin YANG2-0/+48
2009-08-31h264parse: decode slice headerLin YANG1-0/+37
2009-08-31h264parse: decode SEILin YANG1-0/+39
2009-08-31h264parse: decode SEI: picture timing infoLin YANG1-0/+64