summaryrefslogtreecommitdiff
path: root/gst/rawparse
AgeCommit message (Expand)AuthorFilesLines
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle1-1/+1
2020-06-04plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge1-0/+2
2019-10-14Remove autotools build systemTim-Philipp Müller1-21/+0
2019-05-13docs: Build documentation with hotdocThibault Saunier1-0/+1
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-06-06videoparse: Fix property handlingThibault Saunier1-11/+15
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier2-2/+4
2017-04-12rawvideoparse: videoparse now uses GstValueArray and not GValueArrayThibault Saunier1-31/+29
2017-02-25rawparse: Move to gst-plugins-base and keep legacy audioparse/videoparse hereSebastian Dröge17-3931/+25
2017-02-18rawbaseparse: Drop incomplete frames at EOSSebastian Dröge1-0/+12
2016-12-05rawvideoparse: fix typos in property descriptionTim-Philipp Müller1-2/+2
2016-11-28rawparse: Whitespace cleanupSebastian Dröge12-139/+0
2016-11-27rawbaseparse: Fix output buffer size trimmingSebastian Dröge1-10/+18
2016-11-27rawparse: Properly align raw audio/video output buffersSebastian Dröge4-2/+97
2016-10-29rawparse: pass flow returns upstreamTim-Philipp Müller1-2/+2
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+19
2016-08-19rawvideoparse: fix typo in commentLuis de Bethencourt1-1/+1
2016-08-19rawvideoparse: Revert last commit and actually remember the physically last p...Sebastian Dröge1-1/+1
2016-08-19rawvideoparse: remove unused assignmentLuis de Bethencourt1-1/+0
2016-08-18rawvideoparse: Compute plane offsets & strides if no custom ones are setCarlos Rafael Giani2-13/+80
2016-07-29rawaudioparse: Use G_GINT64_MODIFIER for portabilitySebastian Dröge1-4/+4
2016-07-29unalignedaudioparse: Fix element factory name of inner parserSebastian Dröge1-1/+1
2016-07-26rawparse: Remove old parser code and wrap new parsers in old elementsCarlos Rafael Giani7-1871/+362
2016-07-26rawparse: Add new raw audio and video parser elementsCarlos Rafael Giani12-2/+3649
2016-05-15rawparse: Add unaligned raw audio parsing to audioparse and add new elementCarlos Rafael Giani6-0/+230
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+2
2016-01-28videoparse: initialize update_size to FALSE when updating infoAurélien Zanelli1-1/+1
2016-01-28videoparse: Fix framesize calculationNicolas Dufresne1-3/+6
2016-01-28videoparse: use decide_allocation to check if downstream supports videometaAurélien Zanelli2-3/+32
2016-01-28rawparse: add 'decide_allocation' vfunc to let subclass parse an allocation q...Aurélien Zanelli2-0/+17
2016-01-28rawparse: use size of buffer we got from adapterAurélien Zanelli1-2/+4
2016-01-28videoparse: add properties to set framesize, strides and planes offsetsAurélien Zanelli2-1/+317
2016-01-28rawparse: rename 'set_buffer_flags' vfunc to 'pre_push_buffer'Aurélien Zanelli3-6/+6
2016-01-28videoparse: cache video info in instanceAurélien Zanelli2-27/+23
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-2/+2
2015-08-04rawparse: fix duplicated format in handle_seek_pullJimmy Ohn1-3/+2
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2014-11-22rawparse: send SEEKING query upstream firstWonchul Lee1-0/+5
2014-10-23rawparse: fix handling of segment event in sink event handlerVootele Vesterblom1-2/+2
2014-10-22rawparse: Check for 0-size after adjusting the size for the frame sizeSebastian Dröge1-5/+2
2014-10-22rawparse: Don't try to retrieve 0 byte buffers from the adapter in multi-fram...Sebastian Dröge1-3/+7
2014-10-02gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGSVineeth T M1-4/+0
2014-08-28rawparse: Reset negotiation state when going back to READYSebastian Dröge1-0/+1
2014-06-22rawparse: Use the pad passed to us directly for default event handlingSebastian Dröge1-2/+2
2014-06-22rawparse: default query should be forward on target padJustin Joy1-1/+1
2014-04-21rawparse: catch errors in caps manipulationVincent Penquerc'h1-1/+10
2014-03-05rawparse: increase framerate to maxintThijs Vermeir1-1/+1
2014-03-05rawparse: increase maximum framerateThijs Vermeir1-1/+1
2013-09-12rawparse: fix event orderWim Taymans2-1/+29