summaryrefslogtreecommitdiff
path: root/gst/videoparsers
AgeCommit message (Expand)AuthorFilesLines
2015-01-09h264parse: expose compatible profiles to downstreamSreerenj Balachandran1-0/+172
2015-01-07Revert "pngparse: improve parsing of the image"Tim-Philipp Müller2-9/+1
2015-01-07pngparse: improve parsing of the imageVineeth T M2-1/+9
2015-01-06h264parse: Fix periodic SPS/PPS sending work after a seekDuncan Palmer1-1/+5
2014-12-09Revert "h264parse: expose compatible profiles to downstream"Mathieu Duponchelle1-172/+0
2014-12-05h264parse: expose compatible profiles to downstreamSreerenj Balachandran1-0/+172
2014-11-09pngparse: optimise reading of png filesTim-Philipp Müller1-0/+29
2014-11-08vc1parse: set seq_layer_sent to FALSE on reset()Aurélien Zanelli1-0/+1
2014-11-08vc1parse: implement asf to *-frame-layer stream-formatAurélien Zanelli2-4/+106
2014-11-08vc1parse: check output format at negotiation timeAurélien Zanelli1-0/+156
2014-11-08vc1parse: add some asf related stream-format conversionsAurélien Zanelli1-0/+94
2014-11-08vc1parse: add some simple stream-format conversionAurélien Zanelli2-1/+50
2014-11-08vc1parse: prepare the stream-format conversion code and add the simplest onesAurélien Zanelli1-4/+204
2014-11-07h264parse: set the HEADER flag on buffers containing SPS or PPSJosep Torra2-0/+13
2014-11-07h265parse: set the HEADER flag on buffers containing VPS, SPS or PPSJosep Torra2-0/+14
2014-11-06h265parse: don't unnecesarily set src_capsSebastian Dröge1-13/+13
2014-11-06h264parse: don't unnecesarily set src_capsMatej Knopp1-13/+13
2014-10-29codecparsers: h264: add support for Frame Packing Arrangement SEI message.Sreerenj Balachandran1-0/+4
2014-10-29codecparsers: h264: add support for Stereo Video Information SEI message.Sreerenj Balachandran1-0/+6
2014-10-20vc1parse: introduce a helper to make sequence-layerAurélien Zanelli1-84/+95
2014-10-20vc1parse: select caps according to wmv format at negotiationAurélien Zanelli2-4/+39
2014-10-14vc1parse: parse frame header when stream format is ASF/raw for simple/main pr...Aurélien Zanelli1-0/+36
2014-10-14vc1parse: just assume none header-format when no codec_data is presentAurélien Zanelli1-3/+1
2014-10-10vc1parse: fix framesize when input is frame-layerAurélien Zanelli1-1/+1
2014-10-09h265parse: expose parsed profile, tier and level to downstreamSebastian Dröge1-0/+13
2014-10-09h264parse: expose parsed profile and level to downstreamSreerenj Balachandran1-0/+13
2014-10-06videoparser: comment unused GST_BASE_PARSE_FRAME_FLAG_PARSINGVineeth T M2-4/+4
2014-10-02vc1parse: unref caps when it is empty in renegotiate()Aurélien Zanelli1-0/+1
2014-09-25style: remove unnecessary break statementsLuis de Bethencourt2-3/+0
2014-09-24h264parse: Return flushing if we get chained while being set to READYThibault Saunier1-0/+9
2014-09-23vc1parse: initialize sent_codec_tag before using itAurélien Zanelli1-0/+1
2014-09-18vc1parse: enable header-format conversionAurélien Zanelli1-2/+1
2014-09-17vc1parse: forge sequence-layer from seq_hdr instead of seq_layerAurélien Zanelli1-15/+16
2014-09-16vc1parse: fix sequence-layer/frame-layer endiannessAurélien Zanelli1-5/+5
2014-09-12vc1parse: fix malformed sequence layer header and STRUCT_CAurélien Zanelli1-15/+36
2014-08-28h264parse: fix up handling of input caps corner casesTim-Philipp Müller1-20/+68
2014-08-25h264parse: don't consider unknown stream-format as avcThiago Santos1-2/+3
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