summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gsth263parse.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
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-08-16videoparsers: Use gst_base_parse_merge_tags()Olivier Crête
2015-08-14videoparsers: enable accept-template flagThiago Santos
2015-07-29h263parse: fix caps memory leakVineeth TM
2015-06-11h263parse: Fix PSC matchingEdward Hervey
2013-12-16h263parse: 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-07-15h263parse: add pixel-aspect-ratio if upstream doesn't provide oneTim-Philipp Müller
2012-12-17videoparsers: Make sure the caps are actually writable before changing themSebastian Dröge
2012-12-17videoparsers: Use the peer caps for restrictions instead of the srcpad allowe...Sebastian Dröge
2012-11-04Fix FSF addressTim-Philipp Müller
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts
2012-06-05videoparsers: Fix GstBaseParse::get_sink_caps() implementationsSebastian Dröge
2012-03-30videoparsers: Update for baseparse API changesSebastian Dröge
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge
2012-03-10Fix 'ignoring return value of function declared with const attribute'Thibault Saunier
2012-02-15h263parse: fix compilationWim Taymans
2012-02-15videoparsers: chain up to parent event handlerWim Taymans
2012-02-13videoparsers: adjust to modified baseparse APIMark Nauwelaerts
2012-01-25port some more to new memory APIMark Nauwelaerts
2012-01-22h263parse: make level and profile fields in caps stringsTim-Philipp Müller
2011-11-28various: fix pad template ref leaksVincent Penquerc'h
2011-11-25Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey
2011-11-24videoparsers: port to 0.11René Stadler
2011-11-24h263parse: Implement ::get_sink_caps vfunc to propagate downstream caps const...Sebastian Dröge
2011-09-19h263parse: bring debug statements up to desired specsMark Nauwelaerts
2011-09-07h263parse: Add all always present fields to the src template capsSebastian Dröge
2011-09-07videoparsers: Allow parsed streams to be passed through the parsersSebastian Dröge
2011-05-25h263parse: also extract width and height into capsMark Nauwelaerts
2011-05-23h263parse: simplify minimum frame size handlingMark Nauwelaerts
2011-04-09videoparsers: port to baseparse, which is now in libgstbase in coreTim-Philipp Müller
2011-03-03h263parse: allocate H263Params struct on the stackTim-Philipp Müller
2011-01-28h263parse: move to videoparsers and separate plugin registrationMark Nauwelaerts