summaryrefslogtreecommitdiff
path: root/gst/videoscale
AgeCommit message (Expand)AuthorFilesLines
2009-12-03Build fix for MSVCDavid Schleef1-1/+1
2009-08-08gst: Remove dead assignments and resulting unused variablesEdward Hervey2-25/+1
2009-08-06videoscale: Restrict width/height to 2^15 - 1Sebastian Dröge1-0/+3
2009-08-06videoscale: Make sure to allocate enough memory for the temporary bufferSebastian Dröge1-1/+9
2009-08-06videoscale: Fix interlaced scaling for I420Sebastian Dröge1-17/+23
2009-08-06videoscale: Add support for interlaced contentSebastian Dröge2-169/+211
2009-05-26videoscale: Add support for 16 bit grayscale in native endiannessSebastian Dröge7-1/+354
2009-04-02videoscale: Don't read over line ends when taking the last Cr or CbSebastian Dröge1-64/+46
2009-04-02videoscale: Don't write to few pixels and don't mix Cr and CbSebastian Dröge1-34/+30
2009-03-29videoscale: Fix linear scaling for one byte componentsSebastian Dröge1-13/+15
2009-03-29videoscale: Fix 4tap scaling of YUYV and friendsSebastian Dröge1-88/+218
2009-03-28videoscale: Rewrite YUYV (and friends) scaling and don't read/write over line...Sebastian Dröge3-211/+310
2009-03-28videoscale: Use bilinear instead of 4tap scaling for heights < 4Sebastian Dröge1-0/+3
2009-03-28videoscale: Don't read after the end of a line when lineary scaling YUYV/UYVY...Sebastian Dröge1-19/+61
2009-03-28videoscale: Don't read after the end of a line when lineary scaling YUYV/UYVYSebastian Dröge1-8/+20
2009-03-28videocale: Add support for video/x-raw-gray with bpp=depth=8Sebastian Dröge1-2/+12
2009-03-27videoscale: Take the next luma value instead of every second next when scalin...Sebastian Dröge1-3/+45
2009-03-27videoscale: Add support for v308 YUV colorspaceSebastian Dröge1-0/+6
2009-03-27videoscale: Add my copyright to the 4tap scalersSebastian Dröge1-0/+1
2009-03-27videoscale: Enable 4-tap scaling for all supported formatsSebastian Dröge1-22/+31
2009-03-27videoscale: Implement 4-tap scaling for RGB565 and RGB555Sebastian Dröge2-0/+383
2009-03-27videoscale: Implement 4-tap scaling for UYVYSebastian Dröge2-0/+131
2009-03-27videoscale: Implement 4-tap scaling for YUY2 and YVYUSebastian Dröge2-0/+130
2009-03-26videoscale: Implement 4-tap scaling for RGB and BGRSebastian Dröge2-0/+130
2009-03-26videoscale: Implement 4-tap scaling for RGBA and other 4 byte formatsSebastian Dröge2-0/+130
2009-03-23indent: fix damange that gst-indent did some time agoStefan Kost1-22/+0
2008-10-16Don't install static libs for plugins. Fixes #550851 for base.Stefan Kost1-0/+1
2008-07-11Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ...Stefan Kost1-16/+8
2008-06-04gst/videoscale/gstvideoscale.c: Transform a given PAR to a range on the struc...Sebastian Dröge1-15/+5
2008-06-04gst/videoscale/gstvideoscale.c: Prefer the given format if it contains someth...Sebastian Dröge1-1/+34
2008-05-26gst/videoscale/gstvideoscale.c: Change default scaling method from nearest-ne...Tim-Philipp Müller1-1/+1
2008-05-21Some debug and comment fixes.Wim Taymans1-0/+3
2008-05-02gst/videoscale/: Support 1x1 images as input and output as for example the BB...Sebastian Dröge3-34/+136
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge1-1/+2
2008-03-03Correct all relevant warnings found by the sparse semantic code analyzer. Thi...Sebastian Dröge2-3/+5
2008-01-14gst/videoscale/vs_4tap.c: Fix valgrind error on 4tap scaling method.David Schleef1-22/+28
2007-12-22gst/videoscale/gstvideoscale.c: Don't claim to be able to handle/transform ca...Tim-Philipp Müller1-9/+46
2007-06-15gst/videoscale/vs_4tap.c: Update tmpbuf for all neccesary rows, not just one,...Michael Smith1-1/+1
2007-03-09Use new metadata copy function.Wim Taymans1-2/+0
2007-02-05gst/videoscale/gstvideoscale.c: A width and height of 1 makes us crash, so in...Tim-Philipp Müller1-0/+4
2007-01-04configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAG...Thomas Vander Stichele1-1/+1
2006-12-01Fix compilation on win32 under VS8Sergey Scobich1-0/+8
2006-11-28gst/playback/gstplaybasebin.c: Improve debug.Wim Taymans1-2/+2
2006-11-14configure.ac: Bump liboil requirement to 0.3.8.David Schleef2-2/+2
2006-11-14gst/videoscale/: Add a 4-tap image scaler. Theoretically looks much prettier.David Schleef9-165/+382
2006-08-20gst/audioconvert/gstaudioconvert.c: Lower debug, use g_assert in _get_unit_sizeStefan Kost1-1/+1
2006-07-28gst/audioresample/gstaudioresample.c: Don't leak references to the incoming c...Jan Schmidt1-0/+10
2006-06-22gst/: Avoid unnecessary class cast check in class_init functions (#337747).Cody Russell1-1/+1
2006-06-19gst/videoscale/gstvideoscale.c: Make videoscale support RGBA, ARGB, BGRA and ...Philip Jaegenstedt1-0/+20
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2