summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2010-04-30jack: implement multichannel support correctly for jackaudiosrcTristan Matthews4-2/+149
2010-04-29Fix printf format strings for gcc 4.5Руслан Ижбулатов4-8/+9
2010-04-27jack: remove empty dispose and finalize methodsStefan Kost3-38/+0
2010-04-27jack: don't leak capsStefan Kost2-0/+22
2010-04-27jack: don't use GST_DEBUG_FUNCPTR for gobject vmethodsStefan Kost2-12/+8
2010-04-26ladspa,lv2: don't fail in plugin_init when having 0 elementsStefan Kost2-2/+12
2010-04-16resindvdbin: Use GST_FLOW_CUSTOM_SUCCESS instead of some integerSebastian Dröge1-2/+2
2010-04-16Revert "resindvdbin: Apply gcc 4.5 compiler warning workaround to the mpegpsd...Sebastian Dröge1-30/+24
2010-04-15metadata: Another workaround for enum values that are not actually member of ...Sebastian Dröge1-1/+5
2010-04-15resindvdbin: Apply gcc 4.5 compiler warning workaround to the mpegpsdemux copySebastian Dröge1-24/+30
2010-04-08soundtouch: use $(LIBM) in Makefile.am instead of -lmTim-Philipp Müller1-1/+1
2010-04-08assrender: pass constant string as format string to printfTim-Philipp Müller1-5/+5
2010-04-07metadata: fix crash when converting unitsBenjamin Otte1-10/+23
2010-03-30build: build plugins and examples in parallel where possible, if make -jN is ...Tim-Philipp Müller1-0/+2
2010-03-29openspc: Fix build warningJan Schmidt1-0/+2
2010-03-25divx: add const to fix compiler warningsStefan Kost2-4/+4
2010-03-25lv2: add more examplesStefan Kost1-1/+2
2010-03-24jack: fix element name in section doc blobStefan Kost1-1/+1
2010-03-24modplug: Define WORDS_BIGENDIAN to avoid undefined warningBenjamin Otte1-0/+7
2010-03-24kate: fix yet another compiler warningTim-Philipp Müller1-1/+1
2010-03-23amrwbenc: Fix compiler warningSebastian Dröge1-1/+1
2010-03-23cog: touch cog.orc to force regeneration of cogorc.[ch]Tim-Philipp Müller1-0/+1
2010-03-22Add -Wold-style-definitionBenjamin Otte3-3/+3
2010-03-22ladspa: Fix compiler warningsSebastian Dröge1-2/+2
2010-03-22soundtouch: build fixes: #if -> #ifdefTim-Philipp Müller1-2/+2
2010-03-22Add -Wwrite-stringsBenjamin Otte14-34/+34
2010-03-22Add -WundefBenjamin Otte2-9/+9
2010-03-22Add -Wredundant-decls flagBenjamin Otte11-51/+0
2010-03-22gme: Fix compiler warningSebastian Dröge1-0/+2
2010-03-21orc: Fix warningsBenjamin Otte5-11/+16
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte15-57/+51
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 Otte81-635/+345
2010-03-18Remove xine plugin codeBenjamin Otte7-1659/+0
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-16neon,dvd: also use g_value_set_static_string() here for static stringsStefan Kost1-2/+2
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
2010-03-14cog: logoinsert checkpoint FIXMEDavid Schleef1-7/+7
2010-03-14cog: Add n_taps to chroma upsamplingDavid Schleef6-32/+47
2010-03-11metadata: Remove _XMP_GEO_* tagsThiago Santos3-19/+3
2010-03-11fix trace macro typoRob Clark1-2/+2
2010-03-11metadata: don't check for NULL when calling g_free.Stefan Kost6-39/+25
2010-03-11metadata: remove empty setter/getter vmethod implementationsStefan Kost2-43/+0
2010-03-11metadata: update bug statusStefan Kost1-2/+0
2010-03-09dc1394: list valid iso-speeds in help and validate speeds in set_property.Tristan Matthews1-3/+4