summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2011-08-30soundtouch: Handling incoming rate when requested.Jan Schmidt2-9/+49
2011-08-26fix valgrind warning about Conditional jump or move depends on uninitialised ...Nicola Murino1-0/+2
2011-08-26Move m_pprevFrame free just before the clone of the latest frame for readabilityNicola Murino1-2/+2
2011-08-24kate: make gst_kate_util_is_utf8_string() inline to fix compiler warning with...Tim-Philipp Müller1-1/+1
2011-08-24rsndvd: ensure metadata is writable when writing to itVincent Penquerc'h1-0/+1
2011-08-23kate: pass on timed event metadata as tags when we canVincent Penquerc'h1-0/+46
2011-08-23vp8: probe for the new tuning API to keep building with older libvpxVincent Penquerc'h2-0/+24
2011-08-23rsvgdec: use input buffer timings if possibleVincent Penquerc'h2-9/+34
2011-08-23kate: do not consider an empty SPU to be a fatal errorVincent Penquerc'h1-3/+8
2011-08-23kate: do not clear out high bits from display areaVincent Penquerc'h1-4/+4
2011-08-18ofa: fingerprint creation can failVincent Penquerc'h1-7/+14
2011-08-18ofa: cleanupVincent Penquerc'h1-8/+12
2011-08-18ofa: do not create fingerprint on EOS if record is FALSEVincent Penquerc'h1-1/+1
2011-08-18vp8enc: Remove unused and useless variable in tags handlingSebastian Dröge1-3/+2
2011-08-16celtdec: make this compile with git libceltVincent Penquerc'h1-0/+5
2011-08-16ofa: don't crash when there's no data to create a fingerprint fromVincent Penquerc'h1-6/+17
2011-08-12diracenc: Update for basevideoencoder ::get_caps() removalSebastian Dröge1-26/+36
2011-08-12schroenc: Update for basevideoencoder ::get_caps() removalSebastian Dröge1-95/+50
2011-08-12vp8enc: Update for basevideoencoder ::get_caps() removalSebastian Dröge1-63/+56
2011-08-08schroedinger: Fix set but unused variablesSjoerd Simons1-19/+0
2011-08-08dirac: Fix set but unused variablesSjoerd Simons1-25/+0
2011-08-04motioncells: turn two global vars into static variablesStefan Sauer3-9/+7
2011-08-03kateenc: Fix uninitialized errorDavid Schleef1-1/+4
2011-08-03schroenc: remove shape_output handlingDavid Schleef1-201/+42
2011-08-03diracenc: Remove unused shape_output codeDavid Schleef1-150/+9
2011-08-03vp8enc: Add more propertiesDavid Schleef2-1/+150
2011-08-03vp8enc: add min/maxsection-pct optionAlexey Fisher2-0/+36
2011-08-03vp8enc: add lag-in-frames option.Alexey Fisher2-1/+19
2011-08-03vp8enc: use multipass.cache file name as default for multipass mode.Alexey Fisher1-2/+2
2011-08-03faac: Add properties for VBR encodingMukul Majmudar2-4/+64
2011-08-02Fix some more variable-set-but-not-used compiler warningsTim-Philipp Müller1-2/+0
2011-07-28motioncells: new element to detect areas of motionRobert Jobbagy8-2/+2403
2011-07-21schroenc: Update for GstBaseVideoEncoder::finish() signature changeSebastian Dröge1-3/+4
2011-07-21vp8enc: Update for GstBaseVideoEncoder::finish() signature changeSebastian Dröge1-3/+3
2011-07-21diracenc: Update for GstBaseVideoEncoder::finish() signature changeSebastian Dröge1-3/+3
2011-07-20Fix compilation for unused but not setNicolas Dufresne7-10/+23
2011-07-18dfbvideosink: fix harmless typo in variable initializationSreerenj Balachandran1-2/+2
2011-07-14neonhttpsrc: implement URI queryAlessandro Decina1-0/+24
2011-07-13schroedinger: Fix compilation and set-but-not-used compiler warningsSebastian Dröge2-53/+7
2011-07-13diracenc: Fix compilation by including the new gstbasevideoutils.h header and...Sebastian Dröge1-8/+1
2011-07-12jp2k: Fix set-but-unused warningsOlivier Crête2-80/+0
2011-07-12resindvd: Fix set-but-unused warningsOlivier Crête2-17/+1
2011-07-12cog: Fix set-but-unused warningsOlivier Crête1-6/+3
2011-07-12vp8: Fix set-but-unused warningsOlivier Crête1-3/+0
2011-07-09vp8enc: Use destroy notify to free the coder hookSebastian Dröge1-14/+20
2011-07-07opus: duplicate from CELTDavid Schleef7-0/+2319
2011-07-04vp8enc: update for new libvpx apiDavid Schleef1-9/+8
2011-06-26vp8enc: generate a timestamp for alt-ref frames.Alexey Fisher1-0/+2
2011-06-25vp8dec: add check if we have legal aspect-ratio before reset it.Alexey Fisher1-2/+4
2011-06-18RTMP: add rtmpsink element for output to an RTMP serverJan Schmidt5-17/+473