summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2011-04-17textoverlay: Always hold the class-global pango mutex when using pango APISebastian Dröge1-2/+21
2011-04-17{time,clock}overlay: Hold the class-global pango mutex when changing the pang...Sebastian Dröge2-0/+4
2011-04-17{clock,time}overlay: Only set the global pango context options once in class_...Sebastian Dröge2-27/+27
2011-04-17pango: Create a new pango context for every subclassSebastian Dröge1-4/+6
2011-04-16vorbis: add support for using tremolo on androidThibault Saunier4-2/+70
2011-04-16oggmux: prefer headers from caps to determine stream typeVincent Penquerc'h3-1/+69
2011-04-13ogg: fix unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller3-17/+1
2011-04-12oggmux: fix uninitialised variable usage and element leakTim-Philipp Müller1-6/+6
2011-04-11android: make it ready for androgenizerAlessandro Decina1-0/+14
2011-04-08vorbisdec: Unref events if the parent element disappearedSebastian Dröge1-1/+3
2011-04-08vorbisdec: make upstream queries and events MT-safeHavard Graff1-0/+4
2011-04-06theoraenc: refactor multipass file writingMark Nauwelaerts1-55/+43
2011-04-01oggmux: fix warning building in mac os xJosep Torra1-1/+1
2011-04-01textoverlay: fix comparison is always false due to limited range of data typeJosep Torra1-2/+3
2011-04-01oggmux: Store the segment directly inside the padSebastian Dröge2-20/+11
2011-04-01oggmux: Reset the segment on flush-stop events and when going back to READYSebastian Dröge1-0/+6
2011-04-01oggmux: Use running time instead of timestampsThiago Santos1-7/+18
2011-04-01oggmux: Keep track of pad's segmentsThiago Santos2-4/+34
2011-04-01textoverlay: Add support for xBGR and RGBxSebastian Dröge1-0/+26
2011-04-01textoverlay: Added support for ARGB and other RGB alpha variantsLane Brooks1-0/+123
2011-04-01textoverlay: converted AYUV to use 'A OVER B' alpha compositingLane Brooks1-5/+14
2011-03-26oggparse: fix list iteration codeTim-Philipp Müller1-30/+24
2011-03-26oggparse: make sure buffer metadata is writable before setting caps on buffersTim-Philipp Müller1-2/+10
2011-03-16textoverlay: Clean up alignment docs a bit and remove horiz top alignment enumMart Raudsepp1-2/+6
2011-03-15alsamixer: Store return values of poll functions in a signed integerBlaise Gassend1-9/+9
2011-03-14oggmux: Increase the seen header packets count when seeing a header packetSebastian Dröge1-0/+1
2011-03-14textoverlay: use a class wide mutex to work around pango reentrance issuesStefan Kost2-0/+7
2011-03-14Revert "textoverlay: add a hack to init the pango engine"Stefan Kost1-18/+0
2011-03-14textoverlay: drop trailing whitespacesStefan Kost1-6/+6
2011-03-14textoverlay: add a hack to init the pango engineStefan Kost1-0/+18
2011-02-24oggmux: Don't handle GstCollectData as GstObject, use the pad insteadSebastian Dröge1-3/+3
2011-02-21Revert "oggmux,adder: Check if collectpads has been freed"Edward Hervey1-3/+1
2011-02-20oggmux,adder: Check if collectpads has been freedDavid Schleef1-1/+3
2011-02-17theoraenc: move debug category init earlierDavid Schleef1-1/+2
2011-02-17oggparse: better detection of delta unit flagDavid Schleef2-11/+37
2011-02-17theoraenc: Set speed level while runningDavid Schleef1-0/+4
2011-02-17Set the theoraenc speed-level property from libtheora's defaults.Ralph Giles1-4/+72
2011-02-14theoraenc: Don't reset the video quality setting the bitrateSjoerd Simons1-2/+1
2011-02-03oggmux: ensure serialnos are uniqueVincent Penquerc'h1-1/+29
2011-02-02oggmux: free stream map caps when doneTim-Philipp Müller1-0/+1
2011-02-02oggmux: keep IN_CAPS flag check for header buffers as fallbackTim-Philipp Müller1-7/+16
2011-02-02oggmux: use oggstream for less brittleness in recognizing headersVincent Penquerc'h2-34/+54
2011-02-01oggmux: do not skip a pageno at startVincent Penquerc'h2-5/+13
2011-02-01theoraenc: clean up property descriptionsTim-Philipp Müller1-12/+6
2011-01-24oggmux: cleanupVincent Penquerc'h1-2/+2
2011-01-24oggdemux: Remove dead codeSreerenj Balachandran1-3/+0
2011-01-24oggparse: Make gst_ogg_parse_submit_buffer() safeYang Xichuan1-9/+21
2011-01-24textoverlay: Add support for vertical center alignmentLane Brooks2-1/+6
2011-01-10oggdemux: remove outdated commentYang Xichuan1-4/+1
2011-01-06textoverlay: make text property controllable tooTim-Philipp Müller1-1/+1