summaryrefslogtreecommitdiff
path: root/gst/videoconvert
AgeCommit message (Expand)AuthorFilesLines
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.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
2013-09-03videoconvert: improve debugWim Taymans1-7/+8
2013-06-11videoconvert: Fix leaking of the chroma resample helper objectsSebastian Dröge1-0/+5
2013-06-05Release 1.1.1Sebastian Dröge1-0/+536
2013-05-30videoconvert: free tmplines correctlyWim Taymans2-1/+3
2013-05-27videoconvert: run chroma resamplersWim Taymans2-67/+217
2013-05-27videoconvert: reformatWim Taymans1-4/+8
2013-05-27videoconvert: actually use the input pixelsWim Taymans1-6/+4
2013-04-22Update disted orc backup filesTim-Philipp Müller2-0/+951
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-04-08videoconvert: Allow passthrough for ANY caps featuresSebastian Dröge1-6/+13
2013-03-30videoconvert: use one matrix functionWim Taymans2-26/+27
2013-03-30videoconvert: use one temp array for linesWim Taymans2-37/+35
2013-03-28videoconvert: respect the pack_lines when packingWim Taymans2-25/+38
2013-03-28videoconvert: be smarter when selecting a conversionWim Taymans1-1/+142
2013-03-28videoconvert: small cleanupWim Taymans2-34/+39
2013-03-24videoconvert: avoid double freeWim Taymans1-0/+1
2013-03-24Revert "videoconvert: prevent bad interlaced conversions"Wim Taymans1-113/+3