summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2009-10-27lv2: fix pad direction for ungrouped portsStefan Kost1-1/+1
2009-10-27resindvd: Remove extra new-segment in rsnstreamselector. Send discont.Jan Schmidt2-11/+13
2009-10-27resindvd: Avoid a deadlock. Improve chapter seek.Jan Schmidt1-13/+15
2009-10-27resindvd: lower a debug message to log level.Jan Schmidt1-1/+1
2009-10-27resindvd: Add a keypress mapping for switching audio trackJan Schmidt1-0/+4
2009-10-27resindvd: Set the new initial-identity property on autoconvertJan Schmidt1-1/+2
2009-10-27faac: Use definitions for default valuesRobert Swain1-12/+19
2009-10-27faac: Change default AAC Profile to Low Complexity (LC) as this is more widel...Robert Swain1-6/+4
2009-10-27faac: Change the param_spec default value for allowed block types to match th...Robert Swain1-1/+1
2009-10-24gitignore: ignore moreStefan Kost1-0/+4
2009-10-24wildmidi: use G_DIR_SEPARATOR_S instead of hardcoded slashesStefan Kost1-6/+10
2009-10-24ladspa: don't reference freed pointer when building portnamesStefan Kost1-1/+4
2009-10-24cog: Add color matrix to RGB->YCbCr conversionDavid Schleef6-40/+82
2009-10-24cog: Add color matrix selection to cogcolorspaceDavid Schleef7-38/+170
2009-10-24cog: Improve RGB<->YCbCr matrixingDavid Schleef4-66/+157
2009-10-24cog: Fix AYUV unpackingDavid Schleef2-21/+59
2009-10-24cog: hacking to improve matrix qualityDavid Schleef2-3/+59
2009-10-23Fix start/stop typoKaj-Michael Lang1-1/+1
2009-10-23schroenc: Use guint64 instead of uint64_t. Fixes #599355Edward Hervey1-1/+1
2009-10-22faac: Link with libgstbase for GstAdapterSebastian Dröge1-2/+3
2009-10-16dtsdec: Use gst_buffer_ref/unref, not gst_object_ref/unrefJan Schmidt1-4/+4
2009-10-16resindvd: Re-send audio stream select on re-configurationJan Schmidt1-1/+8
2009-10-16resindvd: Fix a small flaw - if any audio stream exists, use itJan Schmidt1-1/+3
2009-10-15resindvd: Fix decoder pad template to allow LPCMJan Schmidt1-23/+3
2009-10-13resindvd: Don't leak a reference to the parent in rsnaudiomungeJan Schmidt1-0/+1
2009-10-13dtsdec: Fix reference leak on all input buffers in 'dvd mode'Jan Schmidt1-0/+4
2009-10-13faad2: Don't leak element reference in the setcaps functionPeter Christoffersen1-0/+3
2009-10-12faad: fixes warning in macosx snow leopardJosep Torra1-5/+5
2009-10-12jack: ensure segtotal is at least 2Stefan Kost2-7/+13
2009-10-12jack: don't crash in ringbuffer with SIGFPE on small buffer-timesStefan Kost1-4/+14
2009-10-11metadata: init variablesStefan Kost1-2/+2
2009-10-11soundtouch: fixes warnings on macosx snow leopardJosep Torra2-8/+11
2009-10-11schroedinger: fix warnings on macosx snow leopardJosep Torra3-4/+7
2009-10-11metadata: fix warnings in macosx snow leopardJosep Torra2-2/+2
2009-10-11mms: fixes warning in macosx snow leopardJosep Torra1-2/+3
2009-10-11dirac: fix warning in macosx snow leopardJosep Torra1-2/+3
2009-10-09assrender/dvdspu: Increase ranks to PRIMARYSebastian Dröge1-1/+1
2009-10-09assrender: Make classification a bit more accurateSebastian Dröge1-1/+1
2009-10-07schro: remove unused include of liboil.hDavid Schleef1-1/+0
2009-10-07metadata: don't copy trailing NULL of strings in xmp metadataStefan Kost1-4/+3
2009-10-07build: fprintf, sprintf, sscanf need stdio.hStefan Kost4-0/+4
2009-10-06mimenc: Remove invalid todoOlivier Crête1-1/+0
2009-10-05dirac: various fixesDavid Schleef1-21/+32
2009-10-05diracenc: Fix caps unlinked negotiationJan Schmidt1-54/+63
2009-10-05schroenc: When the source pad isn't linked, use the pad templateJan Schmidt1-0/+5
2009-10-05schroenc: move caps related code to gst_schro_enc_set_format.Alessandro Decina1-35/+33
2009-10-05Use GST_CXXFLAGS and GST_CFLAGS to pull in local gst-libs includes.Jan Schmidt2-4/+3
2009-10-05Fix CFLAGS and LDFLAGS for dirac/schrodingerJan Schmidt2-7/+11
2009-10-02dirac: convert to BaseVideoEncoderDavid Schleef2-126/+532
2009-10-02cog: hackingDavid Schleef9-505/+728