summaryrefslogtreecommitdiff
path: root/gst/rawparse/gstvideoparse.c
Commit message (Expand)AuthorAgeFilesLines
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-0/+2
* videoparse: Fix property handlingThibault Saunier2017-06-061-11/+15
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-1/+2
* 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-251-2/+1
* rawparse: Whitespace cleanupSebastian Dröge2016-11-281-3/+0
* rawparse: Remove old parser code and wrap new parsers in old elementsCarlos Rafael Giani2016-07-261-376/+201
* 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-281-3/+31
* videoparse: add properties to set framesize, strides and planes offsetsAurélien Zanelli2016-01-281-1/+311
* rawparse: rename 'set_buffer_flags' vfunc to 'pre_push_buffer'Aurélien Zanelli2016-01-281-3/+3
* videoparse: cache video info in instanceAurélien Zanelli2016-01-281-27/+21
* rawparse: increase framerate to maxintThijs Vermeir2014-03-051-1/+1
* rawparse: increase maximum framerateThijs Vermeir2014-03-051-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
* rawparse: fix bayer capsWim Taymans2012-03-211-1/+1
* rawparse: port to 0.11Mark Nauwelaerts2012-03-201-35/+38
* videoparse: Only provide very fundamental caps in the pad templateSebastian Dröge2009-08-081-21/+3
* videoparse: Use libgstvideo for everything instead of our own calculationsSebastian Dröge2009-08-081-279/+83
* Add interlaced support to videoparseDavid Schleef2009-04-211-3/+48
* Add v210 formatDavid Schleef2009-02-261-1/+8
* Fix incorrect "pixel_aspect_ratio" in capsDavid Schleef2009-02-261-3/+3
* Make RGB masks unsigned in rawvideoparseJan Schmidt2009-01-231-4/+4
* gst/rawparse/gstvideoparse.c: Fix size calculation for RGB buffers -> bpp is ...Jan Schmidt2008-06-301-2/+2
* Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2008-06-121-1/+0
* Add new plugin rawparse that contains a base class for raw data parsers and t...Sebastian Dröge2007-12-231-0/+422