summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix start/stop typoKaj-Michael Lang2009-10-231-1/+1
* schroenc: Use guint64 instead of uint64_t. Fixes #599355Edward Hervey2009-10-231-1/+1
* faac: Link with libgstbase for GstAdapterSebastian Dröge2009-10-221-2/+3
* dtsdec: Use gst_buffer_ref/unref, not gst_object_ref/unrefJan Schmidt2009-10-161-4/+4
* resindvd: Re-send audio stream select on re-configurationJan Schmidt2009-10-161-1/+8
* resindvd: Fix a small flaw - if any audio stream exists, use itJan Schmidt2009-10-161-1/+3
* resindvd: Fix decoder pad template to allow LPCMJan Schmidt2009-10-151-23/+3
* resindvd: Don't leak a reference to the parent in rsnaudiomungeJan Schmidt2009-10-131-0/+1
* dtsdec: Fix reference leak on all input buffers in 'dvd mode'Jan Schmidt2009-10-131-0/+4
* faad2: Don't leak element reference in the setcaps functionPeter Christoffersen2009-10-131-0/+3
* faad: fixes warning in macosx snow leopardJosep Torra2009-10-121-5/+5
* jack: ensure segtotal is at least 2Stefan Kost2009-10-122-7/+13
* jack: don't crash in ringbuffer with SIGFPE on small buffer-timesStefan Kost2009-10-121-4/+14
* metadata: init variablesStefan Kost2009-10-111-2/+2
* soundtouch: fixes warnings on macosx snow leopardJosep Torra2009-10-112-8/+11
* schroedinger: fix warnings on macosx snow leopardJosep Torra2009-10-113-4/+7
* metadata: fix warnings in macosx snow leopardJosep Torra2009-10-112-2/+2
* mms: fixes warning in macosx snow leopardJosep Torra2009-10-111-2/+3
* dirac: fix warning in macosx snow leopardJosep Torra2009-10-111-2/+3
* assrender/dvdspu: Increase ranks to PRIMARYSebastian Dröge2009-10-091-1/+1
* assrender: Make classification a bit more accurateSebastian Dröge2009-10-091-1/+1
* schro: remove unused include of liboil.hDavid Schleef2009-10-071-1/+0
* metadata: don't copy trailing NULL of strings in xmp metadataStefan Kost2009-10-071-4/+3
* build: fprintf, sprintf, sscanf need stdio.hStefan Kost2009-10-074-0/+4
* mimenc: Remove invalid todoOlivier Crête2009-10-061-1/+0
* dirac: various fixesDavid Schleef2009-10-051-21/+32
* diracenc: Fix caps unlinked negotiationJan Schmidt2009-10-051-54/+63
* schroenc: When the source pad isn't linked, use the pad templateJan Schmidt2009-10-051-0/+5
* schroenc: move caps related code to gst_schro_enc_set_format.Alessandro Decina2009-10-051-35/+33
* Use GST_CXXFLAGS and GST_CFLAGS to pull in local gst-libs includes.Jan Schmidt2009-10-052-4/+3
* Fix CFLAGS and LDFLAGS for dirac/schrodingerJan Schmidt2009-10-052-7/+11
* dirac: convert to BaseVideoEncoderDavid Schleef2009-10-022-126/+532
* cog: hackingDavid Schleef2009-10-029-505/+728
* cog: reset cache instead of returning NULLDavid Schleef2009-10-021-2/+8
* celtdec: Handle lookahead, discontDavid Schleef2009-10-022-0/+22
* build: add missing stdlib include to fix the buildStefan Kost2009-10-021-0/+1
* Fix schroenc for refcount change in GstBaseVideoEncoder.Alessandro Decina2009-10-021-1/+1
* Make gst_schro_enc_handle_frame return GstFlowReturn.Alessandro Decina2009-10-021-2/+2
* zbar: post a message instead of printing the code to stdoutStefan Kost2009-10-022-6/+59
* zbar: cleanupsStefan Kost2009-10-021-15/+33
* zbar: add new plugin to the build here tooStefan Kost2009-10-021-2/+10
* zbar: wrap zbar library as a image analyzerStefan Kost2009-10-013-0/+351
* metadata: change XMP location tags to start with capitalsTommi Myöhänen2009-10-011-2/+2
* resindvdbin: If no suitable audio decoder is found play the DVD without audioSebastian Dröge2009-10-012-3/+36
* resindvdbin: Also post missing element messages if any other element is missingSebastian Dröge2009-10-011-0/+2
* resindvdbin: Post missing decoder messages if one is missingSebastian Dröge2009-10-012-1/+15
* resindvdbin: Use the new video decoderSebastian Dröge2009-10-011-31/+4
* resindvdbin: Rename filesSebastian Dröge2009-10-014-4/+4
* resindvdbin: Refactor audio decoder and add a (MPEG) video decoderSebastian Dröge2009-10-012-114/+246
* rsnaudiodec: Get desired sink caps from the pad templateSebastian Dröge2009-10-011-5/+6