summaryrefslogtreecommitdiff
path: root/gst/videoparsers
AgeCommit message (Expand)AuthorFilesLines
2014-07-01h264parse: fix collection of access units to preserve config headers.Gwenole Beauchesne1-2/+9
2014-07-01h264parse: improve conditions for skipping NAL units.Gwenole Beauchesne1-12/+31
2014-07-01h264parse: introduce new state tracking variables.Gwenole Beauchesne2-1/+32
2014-07-01h264parse: fix and optimize NAL collection function.Gwenole Beauchesne1-3/+3
2014-06-29vc1parse: Fix compiler warnings when compiling with G_DISABLE_ASSERTSebastian Dröge1-3/+3
2014-06-27codecparsers: h264: fix memory leak in GstH264PPS.Gwenole Beauchesne1-0/+1
2014-06-26codecparsers: h264: add support for Recovery Point SEI message.Aurélien Zanelli1-0/+10
2014-06-22h265parse: fix hvcC size checkChris Bass1-2/+2
2014-05-22h264parse: use new gst_h264_video_calculate_framerate() to get framerateAurélien Zanelli1-8/+11
2014-05-22h264parse: set field_pic_flag when parsing a slice headerAurélien Zanelli1-0/+2
2014-04-29h264parse: unref/replace force_key_unit_event in gst_h264_parse_resetHaakon Sporsheim (ieei)1-1/+1
2014-04-21vc1parse: guard against dividing by zeroVincent Penquerc'h1-3/+64
2014-03-29h264parse: Copy over DISCONT flag from input buffersSebastian Dröge2-0/+14
2014-03-12mpegvideoparse: Differentiate the mpeg-2 stream from mpeg-1 based on pic_extSreerenj Balachandran1-0/+1
2014-01-31h264parse: Default framerate to 0/1 when no informations foundThibault Saunier1-16/+15
2014-01-23h264parse: Fix multiple SEI messages in one SEI RBSP parsing.Aurélien Zanelli1-23/+45
2014-01-20h265parse: Update caps when receive VPS/SPS/PPSduhui.lee1-3/+6
2014-01-08mpeg4videoparse: do not lose DISCONT flag if buffer isn't pushedThiago Santos2-0/+12
2014-01-06h265parse: Allows hvc1 version 0 and fix reading of NAL count in codec_dataSebastian Dröge1-3/+4
2014-01-06h265parse: Fix some more debug outputSebastian Dröge1-1/+17
2013-12-16vc1parse: Some compiler warning fixes to satisfy XCode compilerTodd Agulnick1-1/+1
2013-12-16vc1parse: Post VIDEO_CODEC tagSebastian Dröge2-1/+23
2013-12-16pngparse: Post VIDEO_CODEC tagSebastian Dröge2-1/+37
2013-12-16mpegvideoparse: Use pbutils API to create the VIDEO_CODEC tag stringSebastian Dröge1-8/+9
2013-12-16mpeg4videoparse: Post VIDEO_CODEC tagSebastian Dröge2-2/+22
2013-12-16h265parse: Post VIDEO_CODEC tagSebastian Dröge2-3/+26
2013-12-16h264parse: Post VIDEO_CODEC tagSebastian Dröge2-3/+26
2013-12-16h263parse: Post VIDEO_CODEC tagSebastian Dröge2-1/+36
2013-12-16diracparse: Post VIDEO_CODEC tagSebastian Dröge2-1/+28
2013-12-04videoparsers: use ACCEPT_INTERSECTWim Taymans7-42/+13
2013-12-04videoparsers: remove fields from filterWim Taymans7-7/+60
2013-12-04videoparsers: refactor remove_fields in getcapsWim Taymans7-57/+103
2013-11-28pngparse: Don't try to set framerate if not from upstreamLubosz Sarnecki1-15/+19
2013-11-28h264parse: Fix splitting of multiple NALU per bufferSebastian Dröge1-2/+11
2013-11-23mpeg4videoparse: accept VideoObjectLayer as start of frame and configMark Nauwelaerts1-2/+10
2013-11-13pngparse: Proxy upstream framerate on srcpad if avalaibleThibault Saunier1-2/+17
2013-11-11mpegvideoparse: look beyond start code before leapingMark Nauwelaerts1-17/+33
2013-11-11mpegvideoparse: tweak extension handlingMark Nauwelaerts1-3/+8
2013-11-09mpegvideoparse: check for same TSN only for interlaced streams (fixes unit test)Matej Knopp1-1/+3
2013-11-09Revert "mpegvparse: Fix last start code position when input buffer is empty"Sebastian Dröge1-1/+1
2013-11-07mpegvparse: Fix last start code position when input buffer is emptyGreg Rutz1-1/+1
2013-11-06videoparsers: add H.265 HEVC video parser elementSreerenj Balachandran4-2/+2109
2013-10-31h264parse: Remove the explicit PAR calculation based on VUI headersSreerenj Balachandran2-110/+21
2013-10-28h264parse: Unify value settingEdward Hervey1-4/+2
2013-10-28h264parse: Avoid ending up with undefined valuesEdward Hervey1-4/+4
2013-10-03h264parse: Fix conversion to AVC if a SPS/PPS not from the first indizes is usedSebastian Dröge1-15/+19
2013-09-09h264parse: don't update src caps if only codec_data differsMatej Knopp1-13/+26
2013-09-04h264parse: Add support for stream-format=avc3Alex Ashley1-11/+26
2013-08-30h264parse: Use codecparsers macrosEdward Hervey1-10/+2
2013-08-27h264parse: only update src CAPS when it's necessaryMatthieu Bouron1-2/+8