David Hoyt
beeb8fa8ec
rsvgdec: fix compilation with MSVC
...
MSVC doesn't like #if #else within statements.
Fixes #609215 .
2010-02-07 11:17:20 +01:00
Vincent Penquerc'h
334714bbc0
katedec: don't escape special characters
...
Don't escape special characters, as we'll send the buffer as
text/plain rather than text/x-pango-markup; this avoids e.g.
quotes from appearing as " in the rendered subtitles.
See bug #600929 .
2010-02-07 10:27:58 +01:00
Vincent Penquerc'h
dfd5b4c99f
kate: rename the tiger overlay element's sink pad to 'subtitle_sink'
...
As this is what playbin2 expects. See bug #600929 .
2010-02-07 10:20:50 +01:00
Mark Nauwelaerts
a6ba273e36
metadata: append_sorted should really append sorted
...
... which means that identical offset_orig should preserve the order
in which they are appended.
2010-02-05 10:21:22 +01:00
Mark Nauwelaerts
5f4f24fb76
metadata: use a non-DEFAULT proper debug category in helper files
2010-02-05 10:21:19 +01:00
Grigori Goronzy
934c91682f
assrender: instruct libass to use light autohinting
...
Fixes bug #608753 .
2010-02-02 08:55:59 +01:00
Eric Appleman
febb13d26f
assrender: Don't scan current working directory recursively for fonts
...
This can take a very long time and also libass will overwrite files
if there's an embedded font with the same filename as an existing file.
Fixes bug #575878 and #608706 .
2010-02-02 08:53:53 +01:00
Stefan Kost
88009080e8
lv2: code cleanups
...
More logging and comments. Rename some vars for consistency. Fully init port
struct.
2010-02-01 22:37:39 +02:00
Stefan Kost
ebdf1c2a18
signalprocessor,lv2,ladspa: move sample-rate to baseclass
...
We need the sample-rate in baseclass for upcomming timestamp changes.
2010-02-01 22:32:32 +02:00
Stefan Kost
8f1bb31255
lv2: shorter element names
...
Cut off the protocol part from the uri. Also just g_Strdup, instead of printf
the name.
2010-02-01 22:24:52 +02:00
Stefan Kost
1658472183
lv2: simpify property registration
...
Avoid type cheking casts for each property. Use a running index.
2010-01-31 22:25:52 +02:00
Stefan Kost
b3ac421b96
ladspa: simplify property registration
...
Don't do checking cast for each parameter. Use a running index.
2010-01-31 22:25:51 +02:00
Stefan Kost
792c181edc
lv2: use plugin dependency registry api
2010-01-31 22:25:51 +02:00
Stefan Kost
6f4bf4cf8f
lv2: lookup GQuark just once instead for each plugin+1
2010-01-31 22:25:51 +02:00
Stefan Kost
99327869e2
ladspa: lookup GQuark just once and not for each plugin+1
2010-01-31 22:25:51 +02:00
Stefan Kost
ee2c1e6624
ladspa/lv2: link and init to gst-controller
2010-01-31 22:25:51 +02:00
Stefan Kost
78b699278c
lv2: add more debug and remove "\n" from debug logging
2010-01-27 23:34:34 +02:00
Stefan Kost
6aed9cfedb
lv2: better gobject properties
...
Use lv2:symbol as a base for the property name and lv2:name for nick and blurb.
2010-01-27 23:31:33 +02:00
Stefan Kost
faa007d4b0
lv2: create valid gobject property names. Fixes #602528
...
We cannot use the names as we get them from lv2 for the gparamspec name, only
for nick/blurb. Apply same algorithms like elsewhere (ladspa) for name.
2010-01-25 11:53:35 +02:00
Stefan Kost
76daceadca
Revert "mxf: add a return to fix the build when turning assert off"
...
This reverts commit 68ca62b369
.
2010-01-25 11:48:29 +02:00
Stefan Kost
68ca62b369
mxf: add a return to fix the build when turning assert off
2010-01-25 09:54:27 +02:00
Alessandro Decina
de81378a62
faac: fix warnings under OS X..
2010-01-22 10:48:54 +01:00
Thijs Vermeir
20fecc6874
flite: build and dist flite plugin
...
fixing "make dist"
2010-01-21 18:21:47 +01:00
Benjamin Otte
89d9aaee48
[cleanup] Various style and cleanups
...
Various fixes for gtk-doc warnings and making functions without
arguments take void as parameter.
2010-01-20 13:30:48 +01:00
David Schleef
3c0170aa4b
faac: Fix channel layout
...
Adjusted the channel mappings to agree with the default channel mappings
in the spec, which is presumably what faac is using. Fixes #607105 .
2010-01-16 15:34:33 -08:00
David Schleef
82c07135d4
flite: handle samplesperbuffer
2010-01-16 15:32:02 -08:00
David Schleef
43147671c1
flite: Add flitetestsrc
...
Flite is a speech synthesizer library (BSD-ish license). This element
negotiates a (possibly) multichannel audio stream, and then continually
outputs buffers naming the number and position of the channel. It's
kinda crappy, but I needed it for testing purposes.
2010-01-16 13:03:24 -08:00
Sebastian Dröge
007b667366
faac: Only accept specific channel layouts as required by AAC
...
Fixes bug #607105 .
2010-01-16 13:05:58 +01:00
Sebastian Dröge
bb757ad0bb
assrender: Improve debug output a bit and simplify code
2010-01-14 12:59:21 +01:00
Sebastian Dröge
d85be17a00
assrender: Make sure that the video buffer is writable before writing to it
2010-01-14 12:57:04 +01:00
Wim Taymans
9356b9df10
apexsink: change volume property to a double
...
Change the volume property from int to a double so that playbin2 can use it.
Keep the volume internally as a percent for now with the default 75% mapped to
a volume of 1.0.
some cleanups, add some FIXME and comments.
Fixes #606878
2010-01-14 12:49:39 +01:00
Tim-Philipp Müller
4be0225870
mmssrc: post error message in addition to redirect when connect fails
...
When we can't connect to the server, we should still post a proper
error message on the bus, so that applications that don't handle the
redirect messsage get a proper error message (and a hint to look for
the redirect).
Fixes #606636 .
2010-01-12 23:55:20 +00:00
Mark Nauwelaerts
8be4e3725f
faac: improve faac configuration
...
In particular, align configuration some more with reference binary faac.
Fixes #606726 .
2010-01-12 19:46:01 +01:00
Ðóñëàí Èæáóëàòîâ
b3f0b029f3
win32: Include config.h before anything else. Fix mpegdemux LIBADD
...
Because config.h defines __MSVCRT_VERSION__, which should be defined
before inclusion of any system header.
Also fixes mpegdemux Makefile.am LIBADD typo.
Fixes #606665
2010-01-12 12:31:56 +01:00
Thiago Santos
a428ad82c7
Rename aac's stream-format 'none' to 'raw'
...
Renames aac's stream-format from previous commits from none to
raw
2010-01-11 13:42:48 -03:00
Thiago Santos
635b0c1129
faac: Add format to output caps
...
Adds 'stream-format' to output caps to inform if the stream is
adts or raw. This makes it possible for muxers to reject
input streams on caps if they don't support adts instead of
generating a invalid file.
Fixes #604925
2010-01-11 11:01:09 -03:00
Tim-Philipp Müller
c31559841a
resindvd: fix unaligned access in this copy of mpegdemux as well
...
See #606371 .
2010-01-11 01:03:38 +00:00
Tim-Philipp Müller
0bd4d4e27b
zbar: use GST_MAKE_FOURCC to create FOURCC
2010-01-11 00:16:18 +00:00
Mark Nauwelaerts
8f70f5c479
faac: documentation fix
2010-01-05 17:50:41 +01:00
Sebastian Dröge
b648638401
modplug: Fix indention
2010-01-04 10:23:37 +01:00
Kaj-Michael Lang
f116cb0c19
modplug: Allow 1-2 channels for 16 and 32 bit depths, not only for 8 bits.
...
Fixes bug #605721 .
2010-01-04 10:23:16 +01:00
Kaj-Michael Lang
212cf43774
modplug: Allow 32 bit depth, modplugs native format.
...
Fixes bug #605720 .
2010-01-04 10:18:51 +01:00
Mark Nauwelaerts
137866c14b
faac: only raw output needs codec_data in caps
2009-12-18 16:16:46 +01:00
Sebastian Dröge
ac48db3247
cog: Table generation utility needs to link to -lm too
2009-12-14 16:16:08 +01:00
Sebastian Dröge
253fb99a56
cog: Don't build orc_memcpy() and depend on orc >= 0.4.3 for orc_memcpy()
...
In the latest release this function is already defined.
2009-12-14 16:08:01 +01:00
Mark Nauwelaerts
a93f6b8b38
ivorbis: also cater for traditional 16-bit width sample output
2009-12-10 11:11:48 +01:00
Sebastian Dröge
544c9d0151
assrender: Implement srcpad query function to always forward to the video sinkpad
2009-12-09 10:00:04 +01:00
Sebastian Dröge
876cfb3d26
assrender: Proxy buffer allocation on video sinkpad to the srcpad
...
...and add getcaps function to the video sinkpad.
2009-12-09 10:00:04 +01:00
Sebastian Dröge
44aba00375
assrender: Implement srcpad event functions for seeking and correct event forwarding
...
Copied from textoverlay.
2009-12-09 10:00:04 +01:00
Sebastian Dröge
c3e42004d1
assrender: Add docs and integrate into the docs build system
2009-12-08 14:46:35 +01:00