summaryrefslogtreecommitdiff
path: root/gst/videoconvert
AgeCommit message (Expand)AuthorFilesLines
2013-03-22videoconvert: prevent bad interlaced conversionsDavid Schleef1-3/+113
2013-02-06video: fix return type of _get_palette() and add since markers to docsTim-Philipp Müller1-1/+1
2013-02-04videoconvert: interlace support to some fastpath functionsWim Taymans1-23/+53
2013-02-04videoconvert: make fast path interlaced awareWim Taymans1-40/+47
2013-02-04videoconvert: pass frame interlaced flag to pack/unpackWim Taymans1-6/+14
2013-02-04videoconvert: use the palette helper functionsWim Taymans2-27/+7
2013-02-04videoconvert: make a constant of scale factorWim Taymans1-8/+11
2012-11-03Fix FSF addressTim-Philipp Müller6-12/+12
2012-10-24Revert "gst: Add better support for static plugins"Sebastian Dröge1-1/+1
2012-10-24gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-10-22videoconvert: add more debugWim Taymans1-0/+1
2012-10-15videoconvert: actually copy the paletteWim Taymans1-0/+3
2012-09-25videoconvert: Set correct plugin metadataSebastian Dröge1-2/+3
2012-09-14Release 0.11.94Tim-Philipp Müller1-195/+455
2012-09-09videoconvert: fix up dither method enum GType name for consistencyTim-Philipp Müller1-1/+1
2012-08-08videoconvert: fix example pipeline in docsSreerenj Balachandran1-1/+1
2012-07-27videoconvert: small cleanupsWim Taymans2-46/+39
2012-07-23videoconvert: prefix orc functions with video_convert_orc_Wim Taymans4-777/+880
2012-07-16videoconvert: use video helper functionWim Taymans1-70/+31
2012-07-11videoconvert: Fix compiler warningsSebastian Dröge1-1/+1
2012-07-10videoconvert: fix offset and scale for GRAYWim Taymans1-7/+9
2012-07-06update for query api changesWim Taymans1-1/+1
2012-07-06update for allocation query changesWim Taymans1-1/+1
2012-06-08videoconvert: Need $(LIBM) for pow()Sebastian Dröge1-1/+2
2012-06-04videoconvert: refactor matrix setupWim Taymans2-206/+156
2012-06-04videoconvert: fix 0_255 handlingWim Taymans1-7/+56
2012-06-04videoconvert: improve color transform setupWim Taymans5-284/+843
2012-06-01videoconvert: use video helper library moreWim Taymans4-283/+139
2012-05-31video: fix paletted formatWim Taymans2-7/+10
2012-05-30videoconvert: use video library pack/unpackWim Taymans2-1605/+292
2012-05-29video: update for removed formatsWim Taymans1-11/+9
2012-05-29videoconvert: remove unused functionsWim Taymans3-5262/+0
2012-05-28video: fix UYVP packing functionWim Taymans1-1/+1
2012-05-28videoconvert: fix v216Wim Taymans1-4/+4
2012-05-28videoconvert: add support for 10bit I420Wim Taymans1-305/+535
2012-04-19video: Update for libgstvideo API changesSebastian Dröge1-3/+2
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changeSebastian Dröge1-2/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-04-02videoconvert: plug caps leakMark Nauwelaerts1-0/+1
2012-03-22Release 0.11.3Wim Taymans2-100/+100
2012-03-11fix for caps API changesWim Taymans1-2/+1
2012-03-02videoconvert: use base class new vmethodsWim Taymans1-0/+30
2012-03-02videoconvert: remove old metadata codeWim Taymans1-73/+0
2012-03-02videoconvert: update for copy data changesWim Taymans1-1/+1
2012-03-01videoconvert: proxy allocation meta when we canWim Taymans1-4/+80
2012-02-22videoconvert: improve fixationWim Taymans1-22/+9
2012-02-22update for new fixate_caps functionWim Taymans1-1/+5
2012-02-21colorspace: Fix v210 writing out of boundsDavid Schleef1-2/+2
2012-02-20videoconvert: clamp intermediates when ditheringDavid Schleef1-3/+11