summaryrefslogtreecommitdiff
path: root/gst/rawparse
Commit message (Expand)AuthorAgeFilesLines
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-115-5/+9
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-1/+1
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+2
* Remove autotools build systemTim-Philipp Müller2019-10-141-21/+0
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* videoparse: Fix property handlingThibault Saunier2017-06-061-11/+15
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-122-2/+4
* rawvideoparse: videoparse now uses GstValueArray and not GValueArrayThibault Saunier2017-04-121-31/+29
* rawparse: Move to gst-plugins-base and keep legacy audioparse/videoparse hereSebastian Dröge2017-02-2517-3931/+25
* rawbaseparse: Drop incomplete frames at EOSSebastian Dröge2017-02-181-0/+12
* rawvideoparse: fix typos in property descriptionTim-Philipp Müller2016-12-051-2/+2
* rawparse: Whitespace cleanupSebastian Dröge2016-11-2812-139/+0
* rawbaseparse: Fix output buffer size trimmingSebastian Dröge2016-11-271-10/+18
* rawparse: Properly align raw audio/video output buffersSebastian Dröge2016-11-274-2/+97
* rawparse: pass flow returns upstreamTim-Philipp Müller2016-10-291-2/+2
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+19
* rawvideoparse: fix typo in commentLuis de Bethencourt2016-08-191-1/+1
* rawvideoparse: Revert last commit and actually remember the physically last p...Sebastian Dröge2016-08-191-1/+1
* rawvideoparse: remove unused assignmentLuis de Bethencourt2016-08-191-1/+0
* rawvideoparse: Compute plane offsets & strides if no custom ones are setCarlos Rafael Giani2016-08-182-13/+80
* rawaudioparse: Use G_GINT64_MODIFIER for portabilitySebastian Dröge2016-07-291-4/+4
* unalignedaudioparse: Fix element factory name of inner parserSebastian Dröge2016-07-291-1/+1
* rawparse: Remove old parser code and wrap new parsers in old elementsCarlos Rafael Giani2016-07-267-1871/+362
* rawparse: Add new raw audio and video parser elementsCarlos Rafael Giani2016-07-2612-2/+3649
* rawparse: Add unaligned raw audio parsing to audioparse and add new elementCarlos Rafael Giani2016-05-156-0/+230
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+2
* videoparse: initialize update_size to FALSE when updating infoAurélien Zanelli2016-01-281-1/+1
* videoparse: Fix framesize calculationNicolas Dufresne2016-01-281-3/+6
* videoparse: use decide_allocation to check if downstream supports videometaAurélien Zanelli2016-01-282-3/+32
* rawparse: add 'decide_allocation' vfunc to let subclass parse an allocation q...Aurélien Zanelli2016-01-282-0/+17
* rawparse: use size of buffer we got from adapterAurélien Zanelli2016-01-281-2/+4
* videoparse: add properties to set framesize, strides and planes offsetsAurélien Zanelli2016-01-282-1/+317
* rawparse: rename 'set_buffer_flags' vfunc to 'pre_push_buffer'Aurélien Zanelli2016-01-283-6/+6
* videoparse: cache video info in instanceAurélien Zanelli2016-01-282-27/+23
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-2/+2
* rawparse: fix duplicated format in handle_seek_pullJimmy Ohn2015-08-041-3/+2
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* rawparse: send SEEKING query upstream firstWonchul Lee2014-11-221-0/+5
* rawparse: fix handling of segment event in sink event handlerVootele Vesterblom2014-10-231-2/+2
* rawparse: Check for 0-size after adjusting the size for the frame sizeSebastian Dröge2014-10-221-5/+2
* rawparse: Don't try to retrieve 0 byte buffers from the adapter in multi-fram...Sebastian Dröge2014-10-221-3/+7
* gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGSVineeth T M2014-10-021-4/+0
* rawparse: Reset negotiation state when going back to READYSebastian Dröge2014-08-281-0/+1
* rawparse: Use the pad passed to us directly for default event handlingSebastian Dröge2014-06-221-2/+2
* rawparse: default query should be forward on target padJustin Joy2014-06-221-1/+1
* rawparse: catch errors in caps manipulationVincent Penquerc'h2014-04-211-1/+10
* rawparse: increase framerate to maxintThijs Vermeir2014-03-051-1/+1
* rawparse: increase maximum framerateThijs Vermeir2014-03-051-1/+1