summaryrefslogtreecommitdiff
path: root/gst/rawparse
Commit message (Expand)AuthorAgeFilesLines
* 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
* rawparse: fix event orderWim Taymans2013-09-122-1/+29
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* rawparse: send segment event in time format also in push modeTim-Philipp Müller2013-03-221-0/+2
* rawparse: fix caps leakVincent Penquerc'h2013-02-281-0/+1
* Fix FSF addressTim-Philipp Müller2012-11-046-12/+12
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
* audioparse: Set framesize and properties correctly when taking formatMichael Smith2012-10-121-0/+6
* audioparse: add a mode where the caps are taken from the sink pad, and thus a...Michael Smith2012-10-092-1/+25
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
* rename some caps and elements in examplesWim Taymans2012-09-141-1/+1
* ext, gst: only activate in pull mode if upstream is seekableMark Nauwelaerts2012-09-111-1/+2