summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gstvc1parse.c
AgeCommit message (Expand)Author
2021-09-24Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdirThibault Saunier
2021-04-11gst-plugins: allow per feature registrationStéphane Cerveau
2019-11-19videoparsers: Disable gst_base_parse_set_infer_tsVivia Nikolaidou
2019-11-11vc1parse: Avoid division by zero assertionNicolas Dufresne
2019-11-11vc1parser: Relax ASF Binding Byte validationNicolas Dufresne
2016-11-18vc1parse: Mark pad as needing reconfiguration again if it failedSebastian Dröge
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM
2015-12-16videoparsers: Check for NULL return value of gst_pad_get_current_caps()Dave Craig
2015-09-29vc1parse: add break to switch caseLuis de Bethencourt
2015-08-16videoparsers: Use gst_base_parse_merge_tags()Olivier Crête
2015-08-14videoparsers: enable accept-template flagThiago Santos
2015-06-03vc1parse: remove useless value assignmentsLuis de Bethencourt
2014-11-08vc1parse: set seq_layer_sent to FALSE on reset()Aurélien Zanelli
2014-11-08vc1parse: implement asf to *-frame-layer stream-formatAurélien Zanelli
2014-11-08vc1parse: check output format at negotiation timeAurélien Zanelli
2014-11-08vc1parse: add some asf related stream-format conversionsAurélien Zanelli
2014-11-08vc1parse: add some simple stream-format conversionAurélien Zanelli
2014-11-08vc1parse: prepare the stream-format conversion code and add the simplest onesAurélien Zanelli
2014-10-20vc1parse: introduce a helper to make sequence-layerAurélien Zanelli
2014-10-20vc1parse: select caps according to wmv format at negotiationAurélien Zanelli
2014-10-14vc1parse: parse frame header when stream format is ASF/raw for simple/main pr...Aurélien Zanelli
2014-10-14vc1parse: just assume none header-format when no codec_data is presentAurélien Zanelli
2014-10-10vc1parse: fix framesize when input is frame-layerAurélien Zanelli
2014-10-02vc1parse: unref caps when it is empty in renegotiate()Aurélien Zanelli
2014-09-23vc1parse: initialize sent_codec_tag before using itAurélien Zanelli
2014-09-18vc1parse: enable header-format conversionAurélien Zanelli
2014-09-17vc1parse: forge sequence-layer from seq_hdr instead of seq_layerAurélien Zanelli
2014-09-16vc1parse: fix sequence-layer/frame-layer endiannessAurélien Zanelli
2014-09-12vc1parse: fix malformed sequence layer header and STRUCT_CAurélien Zanelli
2014-06-29vc1parse: Fix compiler warnings when compiling with G_DISABLE_ASSERTSebastian Dröge
2014-04-21vc1parse: guard against dividing by zeroVincent Penquerc'h
2013-12-16vc1parse: Some compiler warning fixes to satisfy XCode compilerTodd Agulnick
2013-12-16vc1parse: Post VIDEO_CODEC tagSebastian Dröge
2013-12-04videoparsers: use ACCEPT_INTERSECTWim Taymans
2013-12-04videoparsers: remove fields from filterWim Taymans
2013-12-04videoparsers: refactor remove_fields in getcapsWim Taymans
2013-08-12vc1parse: Fix the SequenceLayer handling for advanced profile.Sreerenj Balachandran
2013-08-12vc1parse: Fix seq hdr STRUCT_A handling for advanced profile.Sreerenj Balachandran
2012-12-18videoparsers: use appropriate printf format for gsizeThijs Vermeir
2012-10-25vc1parse: Port to 1.0Sebastian Dröge
2012-10-25vc1parse: disable BDU parsing until it's more matureAlessandro Decina
2012-10-25vc1parse: set duration on output buffersAlessandro Decina
2012-10-25vc1parse: workaround for simple/main codec_data being 5 bytes longAlessandro Decina
2012-10-25vc1parse: remove stub stream conversion codeAlessandro Decina
2012-10-25vc1parse: add some more debugging to _renegotiateAlessandro Decina
2012-10-25vc1parse: Add VC1 parser pluginSebastian Dröge