summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gsth263parse.c
Commit message (Expand)AuthorAgeFilesLines
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-0/+4
* 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
* videoparsers: Use gst_base_parse_merge_tags()Olivier Crête2015-08-161-2/+2
* videoparsers: enable accept-template flagThiago Santos2015-08-141-0/+1
* h263parse: fix caps memory leakVineeth TM2015-07-291-0/+2
* h263parse: Fix PSC matchingEdward Hervey2015-06-111-2/+7
* h263parse: Post VIDEO_CODEC tagSebastian Dröge2013-12-161-1/+35
* videoparsers: use ACCEPT_INTERSECTWim Taymans2013-12-041-7/+2
* videoparsers: remove fields from filterWim Taymans2013-12-041-1/+8
* videoparsers: refactor remove_fields in getcapsWim Taymans2013-12-041-7/+14
* h263parse: add pixel-aspect-ratio if upstream doesn't provide oneTim-Philipp Müller2013-07-151-2/+14
* videoparsers: Make sure the caps are actually writable before changing themSebastian Dröge2012-12-171-0/+1
* videoparsers: Use the peer caps for restrictions instead of the srcpad allowe...Sebastian Dröge2012-12-171-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* videoparsers: Fix GstBaseParse::get_sink_caps() implementationsSebastian Dröge2012-06-051-8/+20
* videoparsers: Update for baseparse API changesSebastian Dröge2012-03-301-2/+2
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-3/+4
|\
| * Fix 'ignoring return value of function declared with const attribute'Thibault Saunier2012-03-101-7/+6
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+4
* | h263parse: fix compilationWim Taymans2012-02-151-0/+1
* | videoparsers: chain up to parent event handlerWim Taymans2012-02-151-3/+1
* | videoparsers: adjust to modified baseparse APIMark Nauwelaerts2012-02-131-47/+27
* | port some more to new memory APIMark Nauwelaerts2012-01-251-5/+4
* | h263parse: make level and profile fields in caps stringsTim-Philipp Müller2012-01-221-5/+14
* | Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey2011-11-251-0/+35
|\ \ | |/
| * h263parse: Implement ::get_sink_caps vfunc to propagate downstream caps const...Sebastian Dröge2011-11-241-0/+34
* | videoparsers: port to 0.11René Stadler2011-11-241-23/+21
|/
* h263parse: bring debug statements up to desired specsMark Nauwelaerts2011-09-191-5/+6
* h263parse: Add all always present fields to the src template capsSebastian Dröge2011-09-071-1/+1
* videoparsers: Allow parsed streams to be passed through the parsersSebastian Dröge2011-09-071-2/+1
* h263parse: also extract width and height into capsMark Nauwelaerts2011-05-251-0/+4
* h263parse: simplify minimum frame size handlingMark Nauwelaerts2011-05-231-3/+3
* videoparsers: port to baseparse, which is now in libgstbase in coreTim-Philipp Müller2011-04-091-4/+4
* h263parse: allocate H263Params struct on the stackTim-Philipp Müller2011-03-031-9/+7
* h263parse: move to videoparsers and separate plugin registrationMark Nauwelaerts2011-01-281-0/+359