summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-11signalprocessor: use the type define like everywhere elseStefan Kost1-1/+1
2009-10-11signalprocessort: register debug category just onceStefan Kost1-4/+9
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-11speed: fix warnings in macosx snow leopardJosep Torra2-8/+15
2009-10-11mpegvideoparse: fix warning in macosx snow leopardJosep Torra1-3/+4
2009-10-11mpegdemux: fix warnings in macosx snow leopardJosep Torra2-21/+26
2009-10-11dtmf: fix warnings in macosx snow leopardJosep Torra1-2/+3
2009-10-11amrparse: fix warnings in macosx snow leopardJosep Torra2-5/+8
2009-10-11aacparse: fix warnings in macosx snow leopardJosep Torra2-6/+9
2009-10-11basevideo: fix warnings in macosx snow leopardJosep Torra3-15/+18
2009-10-09assrender/dvdspu: Increase ranks to PRIMARYSebastian Dröge2-2/+2
2009-10-09dvdspu: Include SubPicture in the classificationSebastian Dröge1-1/+1
2009-10-09assrender: Make classification a bit more accurateSebastian Dröge1-1/+1
2009-10-08capssetter: add unit testMark Nauwelaerts2-0/+229
2009-10-08Automatic update of common submoduleJan Schmidt1-0/+0
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 Kost8-9/+15
2009-10-06tests: Add test for mimic elementsOlivier Crête3-1/+88
2009-10-06mimenc: Remove invalid todoOlivier Crête1-1/+0
2009-10-06mpegtsparse: Ignore emphasis on/off bytes, and do fallback string encoding.Sebastian Pölsterl1-45/+49
2009-10-05dirac: various fixesDavid Schleef1-21/+32
2009-10-05basevideo: Revert "Call GstBaseVideoEncoder::start/stop during pad [de]activa...David Schleef1-50/+5
2009-10-05basevideo: Free frame using utility functionDavid Schleef1-2/+1
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-05basevideo: Fail if caps don't contain a framerate fieldJan Schmidt1-1/+2
2009-10-05id3mux: Write UTF-16 byte order marker correctly.Michael Smith1-1/+4
2009-10-05schroenc: move caps related code to gst_schro_enc_set_format.Alessandro Decina1-35/+33
2009-10-05Depend on gtk-x11 explicitly.Alessandro Decina1-1/+1
2009-10-05Fix compilation warning with gcc-4.2.Alessandro Decina1-1/+1
2009-10-05Add faac test binary to the git ignoresJan Schmidt1-0/+1
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 Schleef3-126/+548
2009-10-02cog: hackingDavid Schleef9-505/+728
2009-10-02cog: reset cache instead of returning NULLDavid Schleef1-2/+8
2009-10-02celtdec: Handle lookahead, discontDavid Schleef2-0/+22
2009-10-02build: add missing stdlib include to fix the buildStefan Kost3-0/+3
2009-10-02Add GstBaseVideoDecoder::set_sink_caps vfunc.Alessandro Decina2-5/+6
2009-10-02Call GstBaseVideoDecoder::start/stop during pad [de]activation.Alessandro Decina1-7/+48
2009-10-02Don't ignore the value returned from GstBaseVideoEncoder::set_format.Alessandro Decina1-2/+3