summaryrefslogtreecommitdiff
path: root/ext/cog
AgeCommit message (Expand)AuthorFilesLines
2012-03-09gst: Add better support for static pluginsSebastian Dröge2-2/+4
2012-01-18cogmse: fix finalize not calling base class (and leaking)Vincent Penquerc'h1-0/+2
2012-01-18cogmse: signal chain functions to exit on flush-startVincent Penquerc'h1-0/+3
2012-01-18cogmse: fix typo using the wrong padVincent Penquerc'h1-1/+1
2012-01-18cogmse: fix possible buffer leakVincent Penquerc'h1-0/+1
2012-01-18cogmse: fix pad leaksVincent Penquerc'h1-0/+3
2011-12-110.10.22.2 pre-releaseTim-Philipp Müller1-74/+74
2011-11-28various: fix pad template ref leaksVincent Penquerc'h6-26/+26
2011-07-12cog: Fix set-but-unused warningsOlivier Crête1-6/+3
2011-06-04Remove unused but set variablesDebarshi Ray4-27/+0
2011-04-30Update orc-generated disted C backup code to orc 0.4.14Tim-Philipp Müller1-614/+2162
2011-04-280.10.21.3 pre-releaseTim-Philipp Müller1-24/+24
2011-04-17ext, gst: update disted orc backup filesTim-Philipp Müller2-971/+1074
2011-03-23logoinsert: Fix memleaks, add testDavid Schleef1-34/+64
2011-03-23logoinsert: Add data propertyDavid Schleef1-22/+59
2011-01-08cog, schroedinger: fix warnings when compiling with -DG_DISABLE_ASSERTTim-Philipp Müller2-0/+2
2011-01-080.10.20.2 pre-releaseTim-Philipp Müller2-694/+285
2010-12-30cog: Use math-compat.hDavid Schleef3-1/+3
2010-11-25cogdownsample: Remove dead assignmentEdward Hervey1-2/+0
2010-11-25cogcolorspace: Remove dead assignmentEdward Hervey1-1/+0
2010-11-25cogframe: Remove dead assignmentsEdward Hervey1-5/+0
2010-11-01cog, colorspace: update orc backup functions for latest changesTim-Philipp Müller1-74/+596
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2-3/+4
2010-09-17cog: Allow compilation without orcSebastian Dröge4-3/+16
2010-09-05cog: Fix cog_virt_frame_new_convert_u8()Jonathan Rosser1-3/+1
2010-09-05cog: Fix generated Orc codeDavid Schleef1-24/+24
2010-09-04cog: update disted Orc filesDavid Schleef2-2304/+10696
2010-09-04cog: Add fast paths for colorspace conversionDavid Schleef2-15/+463
2010-09-04cog: Improvements in colorspace and scalerDavid Schleef3-49/+947
2010-09-04cog: minor cleanupsDavid Schleef8-343/+32
2010-09-04cogcolorspace: Classify as Filter/Converter/Video instead of effectSebastian Dröge1-1/+1
2010-09-03Release 0.10.20Tim-Philipp Müller2-2716/+2305
2010-08-300.10.19.5 pre-releaseSebastian Dröge1-4/+13
2010-08-210.10.19.4 pre-releaseSebastian Dröge2-2305/+2707
2010-08-110.10.19.2 pre-releaseTim-Philipp Müller1-68/+68
2010-06-27cog: Use g_malloc() instead of malloc()Robert Swain2-3/+3
2010-06-10cog: use glib instead of stdint typesDavid Schleef3-1438/+1517
2010-06-02cog: use common/orc.makDavid Schleef6-13/+5178
2010-05-22cogcolorspace: resample YUV->YUV conversionsDavid Schleef1-6/+9
2010-03-23cog: touch cog.orc to force regeneration of cogorc.[ch]Tim-Philipp Müller1-0/+1
2010-03-21orc: Fix warningsBenjamin Otte5-11/+16
2010-03-19cog: Generate correct YUV->RGB tablesSebastian Dröge1-6/+5
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte7-45/+26
2010-03-17cog: Fix off-by-one in 444->420 conversionDavid Schleef1-1/+1
2010-03-17cog: Use "(png_infopp) NULL" instead of png_infopp_NULLРуслан Ижбулатов1-1/+1
2010-03-17cog: Use png_get_io_ptr() instead of accessing io_ptr directlyРуслан Ижбулатов1-1/+1
2010-03-15cog: disable code that causes an orcc crashDavid Schleef2-42/+17
2010-03-15cog: comment on previous bad commit messageDavid Schleef1-1/+0
2010-03-15cog: implement chroma-siteDavid Schleef8-32/+254
2010-03-15cogcolorspace: implement color-matrix handlingDavid Schleef5-47/+199