summaryrefslogtreecommitdiff
path: root/gst/videoconvert
Commit message (Expand)AuthorAgeFilesLines
* videoconvert: allow per feature registrationStéphane Cerveau2021-03-162-2/+5
* videoconvert: Only prefer upstream chroma-site with same subsampling.Jan Schmidt2021-02-191-2/+30
* videoconvert: Implement more sophisticated colorimetry caps transferJan Schmidt2021-02-191-12/+68
* videoconvert: Forward colorimetry and chroma-site from upstream.Jan Schmidt2021-02-191-0/+18
* videoconvert: Support for alternate-field interlacingVivia Nikolaidou2021-02-041-2/+16
* videoconvert: Enhance debug message to be more human readableSeungha Yang2020-10-141-2/+3
* video: Rename gst_video_color_transfer_*() to gst_video_transfer_function_*()...Sebastian Dröge2020-09-071-3/+3
* video-converter: Make fast path work for equivalent transfer functionsVivia Nikolaidou2020-07-031-0/+18
* videoconvert: Use G_DECLARE_FINAL_TYPENiels De Graef2020-03-162-16/+4
* Remove autotools build systemTim-Philipp Müller2019-10-131-15/+0
* Pass the code through codespellThibault Saunier2019-08-301-3/+3
* doc: Port to hotdocThibault Saunier2019-05-131-0/+1
* Meson: Generate pc file for all plugins in baseXavier Claessens2018-04-251-0/+1
* videoconvert: Filter-out crop metaNicolas Dufresne2017-12-171-1/+7
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Convert gtkdoc comments to markdownThibault Saunier2017-03-101-4/+5
* video-converter: Implement multi-threaded scaling/conversionSebastian Dröge2017-02-232-2/+18
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+12
* base: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+4
* Fix use of undeclared core debug category symbolsTim-Philipp Müller2016-02-201-2/+4
* win32: remove outdated build cruftTim-Philipp Müller2016-02-201-154/+0
* Update mailing list address from sourceforge to freedesktopTim-Philipp Müller2015-07-161-1/+1
* docs: update element example pipelinesTim-Philipp Müller2015-05-101-2/+4
* videoconvert: Expose some properties from the videoconverter APIVivia Nikolaidou2015-05-082-2/+117
* videoconvert: Keep colorimetry and chroma-site fields if passthroughMatthieu Bouron2015-04-271-0/+6
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-15/+0
* videoconvert: add dither-bits optionWim Taymans2014-12-022-3/+23
* video-convert: swap src and destWim Taymans2014-10-291-1/+1
* video: convertor -> converterWim Taymans2014-09-242-5/+5
* video: move videoconvert code to video libraryWim Taymans2014-09-2410-12040/+13
* video-color: add gst_video_color_matrix_get_Kr_Kb()Wim Taymans2014-09-241-35/+2
* Release 1.3.11.3.1Sebastian Dröge2014-05-031-21/+13
* videoconvert: tweak the scoring algorithmWim Taymans2014-01-241-24/+74
* videoconvert: don't interpolate chroma in I420 -> RGBWim Taymans2014-01-132-4/+2
* videoconvert: Update disted orc files once againSebastian Dröge2014-01-102-8132/+1280
* videoconvert: Update disted orc filesSebastian Dröge2014-01-102-779/+112
* videoconvert: rework YUV->RGB fastpathsWim Taymans2014-01-092-268/+297
* videoconvert: fix I420 to BGRA fast-path some moreWim Taymans2014-01-091-4/+5
* videoconvert: remove unused codeWim Taymans2014-01-081-449/+0
* videoconvert: Fix I420 to BGRA fast-path alpha settingSebastian Dröge2013-12-232-99/+7
* videoconvert: remove unneeded guint comparaisonMatthieu Bouron2013-10-251-1/+1
* videoconvert: disable fastpath for odd width on some formatsWim Taymans2013-09-061-11/+11
* videoconvert: add additional width/height constraintsWim Taymans2013-09-051-54/+67
* videoconvert: don't convert too much with odd widthWim Taymans2013-09-051-2/+4
* videoconvert: handle lines in one goWim Taymans2013-09-051-24/+4
* videoconvert: fix height round downWim Taymans2013-09-051-6/+2
* videoconvert: also allocate temp lines in fastpathWim Taymans2013-09-041-7/+13
* videoconvert: add more fastpathsWim Taymans2013-09-041-0/+23
* videoconvert: only chroma subsample when neededWim Taymans2013-09-031-12/+22
* videoconvert: fix handling of chroma resampleWim Taymans2013-09-031-2/+8