summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2010-04-30pulse: Don't compare values of two different enum typesSebastian Dröge1-1/+1
2010-04-30jpegdec: optimise buffer scanningMark Nauwelaerts2-10/+45
2010-04-30jpegdec: disregard superfluous lines when indirect decodingMark Nauwelaerts1-16/+18
2010-04-30jpegdec: add support for RGB and grayscale color spaceMark Nauwelaerts2-90/+240
2010-04-30jpegenc: support more colour spaces and some cleanupsMark Nauwelaerts3-119/+214
2010-04-30jpegenc: more generic sink getcapsMark Nauwelaerts1-19/+27
2010-04-30jpegdec: more sanity checks on inputMark Nauwelaerts1-0/+24
2010-04-25jpegdec: don't crash if jpeg image contains more than three componentsTim-Philipp Müller1-0/+10
2010-04-15flactag: fix adapter assertion when used directly after flacencTim-Philipp Müller1-5/+8
2010-04-08shout2: Don't wait if we're lateBenjamin Otte1-7/+11
2010-04-08jpegdec: move macro to c sourceStefan Kost2-3/+3
2010-04-08speexenc: remove unused definesStefan Kost1-3/+0
2010-04-08speex: remove unused defineStefan Kost1-2/+0
2010-04-06pulsesink: fix racy shutdownStefan Kost1-0/+2
2010-04-05jpegenc: Fix getcaps functionThiago Santos1-1/+1
2010-04-04jpegenc: should not return caps ANY based on downstreamAndré Dieb Martins1-2/+7
2010-03-29build: build plugins and examples in parallel where possibleTim-Philipp Müller1-0/+2
2010-03-26flacdec: Improve debugging and add some FIXMEsSebastian Dröge1-4/+19
2010-03-26flacdec: Sample rate markers 0x01, 0x02 and 0x03 are validSebastian Dröge1-2/+1
2010-03-26flacdec: Take samplerate, width and number of channels from the STREAMINFOSebastian Dröge1-2/+26
2010-03-26jpegenc: Set correct getcaps/setcaps functions on srcpads and simplify themRaimo Järvi1-41/+17
2010-03-23souphttpsrc: Set the Content-Type HTTP header on the caps.Edward Hervey1-1/+7
2010-03-22i18n: build fixes: #if -> #ifdef for ENABLE_NLSStefan Kost3-3/+3
2010-03-21Add -Wold-style-definition flagBenjamin Otte2-2/+2
2010-03-21Add -Wwrite-strings to the configure flagsBenjamin Otte5-7/+9
2010-03-18dv1394src: Fix internal clockAndoni Morales Alastruey1-3/+6
2010-03-18build: Makefile.am cleanupsTim-Philipp Müller7-9/+16
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte35-245/+125
2010-03-18pulse: use #ifdef rather than #if conditionalsMark Nauwelaerts3-25/+25
2010-03-17Add -Wundef to configure flagsBenjamin Otte2-6/+6
2010-03-17Add -Wredundant-decls warning flagBenjamin Otte8-19/+2
2010-03-17Add -Wmissing-declarations -Wmissing-prototypes warning flagsBenjamin Otte16-32/+52
2010-03-16soup: also use g_value_set_static_string() here for static stringsStefan Kost1-1/+1
2010-03-16pngenc: Use png_get_io_ptr() instead of accessing io_ptr directlyРуслан Ижбулатов1-4/+4
2010-03-15speexdec: Use speex_stereo_state_init() instead of the deprecated initializat...Sebastian Dröge2-4/+10
2010-03-15cairotextoverlay: Don't render text outside the frame boundariesSebastian Dröge1-28/+33
2010-03-14pngenc: Call png_jmpbuf() instead of accessing png_struct_ptr directlyРуслан Ижбулатов1-1/+1
2010-03-13pngenc: Call png_error() instead of using longjmp() directly.Руслан Ижбулатов1-2/+1
2010-03-11souphttpsrc: fix metadata writable warningsTim-Philipp Müller1-1/+3
2010-03-10speexdec: adapt to new oggdemuxMark Nauwelaerts1-18/+1
2010-03-10speexdec: refactor granulepos hacksMark Nauwelaerts2-36/+34
2010-03-09png: fractions don't allow doublesBenjamin Otte1-1/+1
2010-03-08flacdec: don't send second newsegment event in framed mode, fixes long playba...Tim-Philipp Müller1-1/+3
2010-02-22jpegdec: Fix invalid memory access by first checking and then readingDavid Hoyt1-2/+2
2010-02-22pulsesink: gst_pulsesink_get_mute: set result earlier.Philippe Normand1-2/+1
2010-02-16jpegenc: add a fixme for handling other YUV variantsStefan Kost1-0/+5
2010-02-15raw1394, matroska, rtpmanager: remove padding from structuresTim-Philipp Müller1-3/+0
2010-02-15pulsesink: add comment for translators for 'x by y' messageTim-Philipp Müller1-2/+2
2010-02-15cairorender: Fix leaking of pad templatesSebastian Dröge1-4/+2
2010-02-12speex: add missing includeStefan Kost1-0/+1