summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2009-10-07theoraenc: Make the default quality property 48.Edward Hervey1-1/+1
2009-10-07build: sprintf, sscanf need stdio.hStefan Kost2-0/+2
2009-10-01pango: Unpremultiply Cairo's ARGB to match GStreamers ARGBSebastian Dröge2-15/+58
2009-09-13oggdemux: Fix duration calculation for truncated filesDavid Schleef1-1/+3
2009-09-12theoraenc: Fix a string leak in _getcaps()Jan Schmidt1-0/+1
2009-09-10oggdemux: Handle kate and cmml as sparse streams tooSebastian Dröge1-1/+7
2009-09-10oggdemux: Better handling of sparse streams by sending segment updatesTim-Philipp Müller2-1/+54
2009-09-09theoraenc: Print a debug message with supported formatsSebastian Dröge1-0/+1
2009-09-09theora: Check supported input formats in getcaps functionBenjamin Otte1-0/+69
2009-09-09theora: Implement support in theoraenc for Y444 and Y42BBenjamin Otte1-19/+74
2009-09-09theora: Refactor the buffer copy codeBenjamin Otte1-111/+53
2009-09-09theora: Split yuv_buffer creation into its own functionBenjamin Otte1-17/+19
2009-09-09theora: Split out buffer resize in its own functionBenjamin Otte1-134/+142
2009-09-09theora: Add assertions that functions don't failBenjamin Otte1-1/+7
2009-08-24Remove Ronald Bultje from Authors fieldDavid Schleef3-5/+5
2009-08-20oggmux: don't drop the streamheader field from the output capsTim-Philipp Müller1-6/+8
2009-08-08ext: Remove dead assignments and resulting unused variables.Edward Hervey9-31/+5
2009-08-07Revert "theora: Convert theoradec to libtheora 1.0 API"Tim-Philipp Müller2-80/+82
2009-08-07oggmux: fix warning when we're not linked downstream and error out properlyTim-Philipp Müller1-3/+3
2009-08-06theora: Convert theoradec to libtheora 1.0 APIDavid Schleef2-82/+80
2009-08-06textrender: Fix blitting of text over the output buffer and cairo paintingSebastian Dröge1-8/+9
2009-08-06textrender: Fix endianness problems (i.e. make it work again on big endian ar...Sebastian Dröge1-11/+27
2009-08-06textoverlay: make buffer writableWim Taymans1-0/+2
2009-08-06pango: Send queries from the srcpad directly to the video sinkpadSebastian Dröge1-0/+18
2009-08-06pango: Add support for xRGB and BGRx formatsSebastian Dröge2-13/+104
2009-08-06pango: Fix endianness issues from the pangocairo switchSebastian Dröge1-38/+54
2009-08-06pango: Re-add shading support which was dropped by a previous patchSebastian Dröge1-0/+18
2009-08-06pango: Check if pangocairo supports vertical rendering and fix propertiesSebastian Dröge1-4/+5
2009-08-06textrender: Use PROP_X instead of ARG_X consistentlySebastian Dröge1-4/+4
2009-08-06pango: Some minor cleanupSebastian Dröge4-41/+33
2009-08-06pango: Use pango-cairo instead of pango-ft2Young-Ho Cha4-324/+641
2009-07-27alsasrc: set alsasrc->handle back to NULL when closing deviceBalachandran C1-0/+1
2009-07-16vorbisdec: Check for empty tag strings. Fixes #588724Edward Hervey1-2/+3
2009-07-13oggmux: add Kate caps to the list of accepted typesVincent Penquerc'h1-1/+2
2009-07-10gio: Also post a "not-mounted" message from giosinkSebastian Dröge1-0/+13
2009-07-10gio: Add documentation for the new "not-mounted" and "file-exists" messagesSebastian Dröge2-0/+24
2009-07-09gio: Make sure that we have the correct stream position when startingSebastian Dröge1-0/+3
2009-07-08gio: Make sure to flush the output stream if it shouldn't be closedSebastian Dröge1-0/+13
2009-07-08gio: Don't close the GIO streams for the giostream{src,sink} elementsSebastian Dröge6-2/+14
2009-07-08gio: Improve the error message if a stream is already closed before usageSebastian Dröge2-0/+8
2009-07-08gio: Post a custom file-exists message on the bus if the file already existsSebastian Dröge1-2/+11
2009-07-08gio: Use OPEN_READ instead of NOT_FOUND if a location is not mountedSebastian Dröge1-1/+1
2009-07-08gio: Use OPEN_WRITE instead of OPEN_READ as error category in giosinkSebastian Dröge1-1/+1
2009-07-08gio: Post a custom "not-mounted" message on the busSebastian Dröge1-0/+8
2009-07-07gio: Add vfunc for requesting the stream for the sinks tooSebastian Dröge7-29/+58
2009-07-07gio: Some more random cleanupSebastian Dröge7-80/+50
2009-07-07gio: Update my mail address and copyrightSebastian Dröge10-14/+14
2009-07-07gio: General clean up and simplificationSebastian Dröge5-96/+64
2009-07-05pango: Call tzset() before localtime_r()Hans-Peter Nilsson1-0/+3
2009-07-01build: remove spurious schroedinger referenceDavid Schleef1-1/+0