summaryrefslogtreecommitdiff
path: root/gst/videoscale/gstvideoscale.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-09Revert "Revert "Use init functions for Orc code""Sebastian Dröge1-0/+3
2010-08-27Revert "Use init functions for Orc code"Wim Taymans1-3/+0
2010-08-26Use init functions for Orc codeDavid Schleef1-0/+3
2010-08-11videoscale: Only set the PAR if the caps already had a PARSebastian Dröge1-27/+54
2010-07-19videoscale: Rename borders property to add-bordersSebastian Dröge1-1/+1
2010-07-18videoscale: Add support for adding black borders to keep the DAR if necessarySebastian Dröge1-185/+348
2010-07-18videoscale: Fix caps fixating if the height is fixed but the width isn'tSebastian Dröge1-2/+4
2010-07-18videoscale: Remove interlaced scaling againSebastian Dröge1-222/+170
2010-07-18videoscale: Add helper method for filling the VSImage structSebastian Dröge1-54/+19
2010-06-13videoscale: ...and add Y16 case for the linear scalingSebastian Dröge1-0/+1
2010-06-13videoscale: Add Y16 case for 4-tap scalingSebastian Dröge1-0/+1
2010-06-12videoscale: Use correct variables for debug outputSebastian Dröge1-1/+1
2010-06-12videoscale: Add support for more gray formatsSebastian Dröge1-1/+5
2010-06-12videoscale: Use libgstvideo for caps parsing, etcSebastian Dröge1-327/+135
2010-06-12videoscale: Use GST_VIDEO_CAPS_GRAY{8,16}Sebastian Dröge1-11/+2
2010-06-07videoscale: convert from liboil to orcDavid Schleef1-3/+0
2010-05-13videoscale: Use passthrough mode if width and height are not changedSebastian Dröge1-2/+4
2010-05-13videoscale: Try harder to keep the DAR if possibleSebastian Dröge1-83/+354
2010-05-13videoscale: Log PAR and DAR of input and output caps when setting capsSebastian Dröge1-4/+39
2010-05-13videoscale: Set input width/height if the output caps don't have any width or...Sebastian Dröge1-3/+5
2010-05-13videoscale: Try to keep DAR when scalingAndoni Morales1-18/+22
2010-05-06videoscale: use can_intersect to avoid a caps copyStefan Kost1-5/+2
2010-04-29videoscale: Some random cleanupSebastian Dröge1-58/+17
2010-04-29videoscale: Add support for Y444, Y42B and Y41BSebastian Dröge1-5/+107
2010-04-29videoscale: Reorder template caps by the amount of information contained in t...Sebastian Dröge1-22/+22
2010-03-16gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+3
2009-08-08gst: Remove dead assignments and resulting unused variablesEdward Hervey1-9/+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öge1-169/+210
2009-05-26videoscale: Add support for 16 bit grayscale in native endiannessSebastian Dröge1-1/+21
2009-03-28videoscale: Use bilinear instead of 4tap scaling for heights < 4Sebastian Dröge1-0/+3
2009-03-28videocale: Add support for video/x-raw-gray with bpp=depth=8Sebastian Dröge1-2/+12
2009-03-27videoscale: Add support for v308 YUV colorspaceSebastian Dröge1-0/+6
2009-03-27videoscale: Enable 4-tap scaling for all supported formatsSebastian Dröge1-22/+31
2009-03-23indent: fix damange that gst-indent did some time agoStefan Kost1-22/+0
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öge1-4/+0
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge1-1/+2
2007-12-22gst/videoscale/gstvideoscale.c: Don't claim to be able to handle/transform ca...Tim-Philipp Müller1-9/+46
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
2006-11-28gst/playback/gstplaybasebin.c: Improve debug.Wim Taymans1-2/+2
2006-11-14gst/videoscale/: Add a 4-tap image scaler. Theoretically looks much prettier.David Schleef1-4/+18
2006-08-20gst/audioconvert/gstaudioconvert.c: Lower debug, use g_assert in _get_unit_sizeStefan Kost1-1/+1