summaryrefslogtreecommitdiff
path: root/gst/h264parse
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-31h264parse: decode SEI: buffering periodLin YANG1-0/+45
2009-08-31h264parse: decode PPSLin YANG1-0/+20
2009-08-31h264parse: decode SPSLin YANG1-0/+96
2009-08-31h264parse: SPS: decode vui paramsLin YANG1-0/+98
2009-08-31h264parse: SPS: decode hrd paramsLin YANG1-0/+31
2009-08-31h264parse: Start slice header parsing workLin YANG1-0/+8
2009-08-31h264parse: Start SEI parsing workLin YANG2-0/+39
2009-08-31h264parse: Start PPS parsing workLin YANG2-0/+33
2009-08-31h264parse: Start SPS parsing workLin YANG2-0/+66
2009-06-22h264parse: detect and fix for bad NALU sizesWim Taymans1-0/+10
2008-11-10gst/: Wim, you're a bad boy. You don't want people to contact you or what?Edward Hervey1-1/+1
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+2
2008-06-03gst/h264parse/gsth264parse.*: Parse codec_data and use the nalu_size_length f...Wim Taymans2-31/+97
2008-02-13gst/h264parse/gsth264parse.c: Fix potential buffer leak in reverse mode. Re-F...Josep Torra Valles1-0/+2
2008-02-12gst/h264parse/gsth264parse.c: Fix potential buffer leak in reverse mode. Fixe...Josep Torra Valles1-1/+8