summaryrefslogtreecommitdiff
path: root/gst/videoconvert
AgeCommit message (Expand)AuthorFilesLines
2021-03-16videoconvert: allow per feature registrationStéphane Cerveau2-2/+5
2021-02-19videoconvert: Only prefer upstream chroma-site with same subsampling.Jan Schmidt1-2/+30
2021-02-19videoconvert: Implement more sophisticated colorimetry caps transferJan Schmidt1-12/+68
2021-02-19videoconvert: Forward colorimetry and chroma-site from upstream.Jan Schmidt1-0/+18
2021-02-04videoconvert: Support for alternate-field interlacingVivia Nikolaidou1-2/+16
2020-10-14videoconvert: Enhance debug message to be more human readableSeungha Yang1-2/+3
2020-09-07video: Rename gst_video_color_transfer_*() to gst_video_transfer_function_*()...Sebastian Dröge1-3/+3
2020-07-03video-converter: Make fast path work for equivalent transfer functionsVivia Nikolaidou1-0/+18
2020-03-16videoconvert: Use G_DECLARE_FINAL_TYPENiels De Graef2-16/+4
2019-10-13Remove autotools build systemTim-Philipp Müller1-15/+0
2019-08-30Pass the code through codespellThibault Saunier1-3/+3
2019-05-13doc: Port to hotdocThibault Saunier1-0/+1
2018-04-25Meson: Generate pc file for all plugins in baseXavier Claessens1-0/+1
2017-12-17videoconvert: Filter-out crop metaNicolas Dufresne1-1/+7
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-03-10docs: Convert gtkdoc comments to markdownThibault Saunier1-4/+5
2017-02-23video-converter: Implement multi-threaded scaling/conversionSebastian Dröge2-2/+18
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+12
2016-03-24base: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2016-02-20Fix use of undeclared core debug category symbolsTim-Philipp Müller1-2/+4
2016-02-20win32: remove outdated build cruftTim-Philipp Müller1-154/+0
2015-07-16Update mailing list address from sourceforge to freedesktopTim-Philipp Müller1-1/+1
2015-05-10docs: update element example pipelinesTim-Philipp Müller1-2/+4
2015-05-08videoconvert: Expose some properties from the videoconverter APIVivia Nikolaidou2-2/+117
2015-04-27videoconvert: Keep colorimetry and chroma-site fields if passthroughMatthieu Bouron1-0/+6
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-15/+0
2014-12-02videoconvert: add dither-bits optionWim Taymans2-3/+23
2014-10-29video-convert: swap src and destWim Taymans1-1/+1
2014-09-24video: convertor -> converterWim Taymans2-5/+5
2014-09-24video: move videoconvert code to video libraryWim Taymans10-12040/+13
2014-09-24video-color: add gst_video_color_matrix_get_Kr_Kb()Wim Taymans1-35/+2
2014-05-03Release 1.3.11.3.1Sebastian Dröge1-21/+13
2014-01-24videoconvert: tweak the scoring algorithmWim Taymans1-24/+74
2014-01-13videoconvert: don't interpolate chroma in I420 -> RGBWim Taymans2-4/+2
2014-01-10videoconvert: Update disted orc files once againSebastian Dröge2-8132/+1280
2014-01-10videoconvert: Update disted orc filesSebastian Dröge2-779/+112
2014-01-09videoconvert: rework YUV->RGB fastpathsWim Taymans2-268/+297
2014-01-09videoconvert: fix I420 to BGRA fast-path some moreWim Taymans1-4/+5
2014-01-08videoconvert: remove unused codeWim Taymans1-449/+0
2013-12-23videoconvert: Fix I420 to BGRA fast-path alpha settingSebastian Dröge2-99/+7
2013-10-25videoconvert: remove unneeded guint comparaisonMatthieu Bouron1-1/+1
2013-09-06videoconvert: disable fastpath for odd width on some formatsWim Taymans1-11/+11
2013-09-05videoconvert: add additional width/height constraintsWim Taymans1-54/+67
2013-09-05videoconvert: don't convert too much with odd widthWim Taymans1-2/+4
2013-09-05videoconvert: handle lines in one goWim Taymans1-24/+4
2013-09-05videoconvert: fix height round downWim Taymans1-6/+2
2013-09-04videoconvert: also allocate temp lines in fastpathWim Taymans1-7/+13
2013-09-04videoconvert: add more fastpathsWim Taymans1-0/+23
2013-09-03videoconvert: only chroma subsample when neededWim Taymans1-12/+22
2013-09-03videoconvert: fix handling of chroma resampleWim Taymans1-2/+8