summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gstvc1parse.c
Commit message (Expand)AuthorAgeFilesLines
* vc1parse: Mark pad as needing reconfiguration again if it failedSebastian Dröge2016-11-181-2/+12
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* videoparsers: Check for NULL return value of gst_pad_get_current_caps()Dave Craig2015-12-161-2/+11
* vc1parse: add break to switch caseLuis de Bethencourt2015-09-291-0/+1
* videoparsers: Use gst_base_parse_merge_tags()Olivier Crête2015-08-161-2/+2
* videoparsers: enable accept-template flagThiago Santos2015-08-141-0/+1
* vc1parse: remove useless value assignmentsLuis de Bethencourt2015-06-031-8/+0
* vc1parse: set seq_layer_sent to FALSE on reset()Aurélien Zanelli2014-11-081-0/+1
* vc1parse: implement asf to *-frame-layer stream-formatAurélien Zanelli2014-11-081-4/+102
* vc1parse: check output format at negotiation timeAurélien Zanelli2014-11-081-0/+156
* vc1parse: add some asf related stream-format conversionsAurélien Zanelli2014-11-081-0/+94
* vc1parse: add some simple stream-format conversionAurélien Zanelli2014-11-081-1/+46
* vc1parse: prepare the stream-format conversion code and add the simplest onesAurélien Zanelli2014-11-081-4/+204
* vc1parse: introduce a helper to make sequence-layerAurélien Zanelli2014-10-201-84/+95
* vc1parse: select caps according to wmv format at negotiationAurélien Zanelli2014-10-201-3/+38
* vc1parse: parse frame header when stream format is ASF/raw for simple/main pr...Aurélien Zanelli2014-10-141-0/+36
* vc1parse: just assume none header-format when no codec_data is presentAurélien Zanelli2014-10-141-3/+1
* vc1parse: fix framesize when input is frame-layerAurélien Zanelli2014-10-101-1/+1
* vc1parse: unref caps when it is empty in renegotiate()Aurélien Zanelli2014-10-021-0/+1
* vc1parse: initialize sent_codec_tag before using itAurélien Zanelli2014-09-231-0/+1
* vc1parse: enable header-format conversionAurélien Zanelli2014-09-181-2/+1
* vc1parse: forge sequence-layer from seq_hdr instead of seq_layerAurélien Zanelli2014-09-171-15/+16
* vc1parse: fix sequence-layer/frame-layer endiannessAurélien Zanelli2014-09-161-5/+5
* vc1parse: fix malformed sequence layer header and STRUCT_CAurélien Zanelli2014-09-121-15/+36
* vc1parse: Fix compiler warnings when compiling with G_DISABLE_ASSERTSebastian Dröge2014-06-291-3/+3
* vc1parse: guard against dividing by zeroVincent Penquerc'h2014-04-211-3/+64
* vc1parse: Some compiler warning fixes to satisfy XCode compilerTodd Agulnick2013-12-161-1/+1
* vc1parse: Post VIDEO_CODEC tagSebastian Dröge2013-12-161-1/+21
* videoparsers: use ACCEPT_INTERSECTWim Taymans2013-12-041-0/+1
* videoparsers: remove fields from filterWim Taymans2013-12-041-1/+9
* videoparsers: refactor remove_fields in getcapsWim Taymans2013-12-041-10/+15
* vc1parse: Fix the SequenceLayer handling for advanced profile.Sreerenj Balachandran2013-08-121-1/+1
* vc1parse: Fix seq hdr STRUCT_A handling for advanced profile.Sreerenj Balachandran2013-08-121-1/+2
* videoparsers: use appropriate printf format for gsizeThijs Vermeir2012-12-181-5/+6
* vc1parse: Port to 1.0Sebastian Dröge2012-10-251-223/+364
* vc1parse: disable BDU parsing until it's more matureAlessandro Decina2012-10-251-0/+7
* vc1parse: set duration on output buffersAlessandro Decina2012-10-251-1/+9
* vc1parse: workaround for simple/main codec_data being 5 bytes longAlessandro Decina2012-10-251-1/+2
* vc1parse: remove stub stream conversion codeAlessandro Decina2012-10-251-127/+4
* vc1parse: add some more debugging to _renegotiateAlessandro Decina2012-10-251-1/+3
* vc1parse: Add VC1 parser pluginSebastian Dröge2012-10-251-0/+1639