summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gsth264parse.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-05h264parse: separate fields for distinct functional uses of codec_data fieldMark Nauwelaerts1-3/+5
2013-03-05h264parse: use upstream width/height when givenWim Taymans1-3/+15
2013-03-05h264parse: don't rewind to the NAL length size in bytewriter if the format is...Thibault Saunier1-8/+16
2013-03-05videoparsers: use parsed or upstream fps to set some baseparse parametersMark Nauwelaerts1-4/+15
2013-03-05videoparsers: preserve upstream fps and parMark Nauwelaerts1-6/+13
2012-09-14h264parse: init pps and sps structures before parsingMark Nauwelaerts1-6/+12
2012-09-14gsth264parse: add comment where return should be checked.Peter Seiderer1-0/+2
2012-05-17h264parse: also consider nal_length_size when inserting codec dataMark Nauwelaerts1-2/+7
2012-04-06h264parse: tweak default setting of format and alignment in codec_data caseMark Nauwelaerts1-2/+2
2012-04-06h264parse: do not use _unchecked bytewriter variants to insert configMark Nauwelaerts1-6/+11
2012-03-10Fix 'ignoring return value of function declared with const attribute'Thibault Saunier1-8/+8
2012-02-23h264parse: consider nal_length_size when constructing codec_dataMark Nauwelaerts1-1/+3
2012-02-15h264parse: use proper NALU offset for config data insertionMark Nauwelaerts1-2/+2
2012-02-10h264parse: unobfuscate frame parsing codeMark Nauwelaerts1-101/+95
2012-02-03h264parse: decrease passthrough negotiation preferenceMark Nauwelaerts1-0/+16
2012-02-01h264parse: disable optimized packetized processing for reverse playbackMark Nauwelaerts1-4/+12
2012-02-01h264parse: also mind SEI position for config data insertionMark Nauwelaerts1-0/+16
2012-02-01h264parse: unbreak optimized packetized NALU collection processingMark Nauwelaerts1-9/+24
2012-01-09h264parse: use the framerate that was copied a few lines aboveVincent Penquerc'h1-2/+2
2012-01-06h264parse: fix test and set not using the same inputVincent Penquerc'h1-1/+1
2012-01-04h264parse: fix and tweak frame timestampingMark Nauwelaerts1-3/+28
2012-01-03h264parse: prefer negotiating pass-throughMark Nauwelaerts1-6/+27
2012-01-03h264parse: mark byte-stream AU frame with inserted codec NALs as keyframeMark Nauwelaerts1-0/+3
2012-01-03h264parse: properly determine skip amount when no NAL start found yetMark Nauwelaerts1-1/+3
2012-01-03h264parse: some more proper parse state resetMark Nauwelaerts1-1/+3
2011-12-19h264parse: avoid pushing SPS/PPS at start only if both are found in streamAlessandro Decina1-4/+24
2011-12-18h264parse: do wait for a keyframe when handling force key unit eventsAlessandro Decina1-2/+0
2011-12-06h264parse: handle force key unit eventsAlessandro Decina1-0/+186
2011-12-05h264parse: Use faster parsing variant when input is packetizedEdward Hervey1-4/+22
2011-12-05h264parse: reflow slice nal processingMark Nauwelaerts1-38/+20
2011-12-05h264parse: optimize slice nal processingMark Nauwelaerts1-18/+30
2011-12-01h264parse: let upstream PAR override in-stream PARAlessandro Decina1-6/+12
2011-12-01h264parse: rework PAR parsingAlessandro Decina1-29/+150
2011-12-01h264parse: respect pixel-aspect-ratioLuciana Fujii Pontello1-1/+18
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+4
2011-11-18h264parse: remove redundant codeMark Nauwelaerts1-5/+1
2011-11-18h264parse: fix up AU collection processingMark Nauwelaerts1-1/+12
2011-11-18h264parse: mind to-be-skipped data in subsequent re-used offsetsMark Nauwelaerts1-2/+10
2011-11-18h264parse: avoid additional NAL parsing if no AU collection is neededMark Nauwelaerts1-4/+4
2011-11-18h264parse: some more get_caps tweakingMark Nauwelaerts1-2/+3
2011-11-16h264parse: Implement ::sink_get_caps to allow stream-format conversion againSebastian Dröge1-0/+34
2011-11-16h264parse: outgoing byte stream prefix always has size 4Jonas Larsson1-2/+5
2011-10-17h264parse: correct debug message and remove some dead codeSreerenj Balachandran1-3/+2
2011-10-17h264parse: correct parsing of "numberOfPictureParameterSets"Sreerenj Balachandran1-3/+3
2011-10-06h264parse: Make proper use of the h264parser lib in parse_chainThibault Saunier1-57/+38
2011-10-06h264parse: properly interpret baseparse draining stateMark Nauwelaerts1-3/+4
2011-10-06h264parse: correct the size argument of gst_h264_parser_identify_nalu_avc()Sreerenj Balachandran1-2/+2
2011-10-06h264parse: minimum size of parsable avcC data should be 8Sreerenj Balachandran1-1/+1
2011-09-19h264parse: bring debug statements up to desired specsMark Nauwelaerts1-20/+23
2011-09-09h264parse: Make use of the h264_nal_parser_free functionThibault Saunier1-2/+1