Alessandro Decina
adc048eb64
neonhttpsrc: implement URI query
2011-07-14 23:14:13 +02:00
Sebastian Dröge
62224e66f9
schroedinger: Fix compilation and set-but-not-used compiler warnings
2011-07-13 10:42:36 +02:00
Sebastian Dröge
1f50564962
diracenc: Fix compilation by including the new gstbasevideoutils.h header and fixing some set but not used compiler warnings
2011-07-13 10:33:58 +02:00
Olivier Crête
98f19a3674
jp2k: Fix set-but-unused warnings
2011-07-12 18:20:23 -04:00
Olivier Crête
c4d00d06a7
resindvd: Fix set-but-unused warnings
2011-07-12 18:18:30 -04:00
Olivier Crête
27b8c96391
cog: Fix set-but-unused warnings
2011-07-12 18:16:54 -04:00
Olivier Crête
eba9cf06d4
vp8: Fix set-but-unused warnings
2011-07-12 18:05:25 -04:00
Sebastian Dröge
b0d619855c
vp8enc: Use destroy notify to free the coder hook
2011-07-09 11:31:02 +02:00
David Schleef
3b6cd3d35c
opus: duplicate from CELT
...
Copy the celt plugin and convert it to Opus. Mostly works.
2011-07-07 12:05:53 -07:00
David Schleef
2a1d4c9b4a
vp8enc: update for new libvpx api
2011-07-04 16:34:48 -07:00
Alexey Fisher
d1fe501eb7
vp8enc: generate a timestamp for alt-ref frames.
...
It will fix handling of altref/invisible frames since matroska-mux
drop any fram with no timestamp.
see also:
http://www.webmproject.org/code/specs/container/
The encoder will currently set the AR's timestamp as close as possible
to the previous frame while attempting to provide a timestamp that is
strictly increasing. In cases where the time base given to the encoder
at configure time is not granular enough to allow for this the AR
will share the same timestamp as D, but should be
treated as having no duration.
Fixes bug #652951
Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>
2011-06-26 16:56:33 +02:00
Alexey Fisher
f5391e135a
vp8dec: add check if we have legal aspect-ratio before reset it.
...
the commit f9b552f049
(vp8dec: set par to 1/1)
will fix situation where no aspect-ratio is set, but it brake
stream with available aspect-ratio. This patch fix it.
Fixes : #652902 .
Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>
2011-06-25 11:36:05 -07:00
Jan Schmidt
38bf3169ff
RTMP: add rtmpsink element for output to an RTMP server
2011-06-18 01:09:51 +10:00
David Schleef
f9b552f049
vp8dec: set par to 1/1
2011-06-04 14:09:29 -07:00
Debarshi Ray
335293bf50
Remove unused but set variables
...
This is needed to satisfy the new -Wunused-but-set-variable added in
GCC 4.6: http://gcc.gnu.org/gcc-4.6/changes.html
2011-06-04 20:26:02 +01:00
Stefan Kost
45e87e8cce
zbar: remove template stamp comment
2011-05-31 13:53:41 +03:00
Tom Deseyn
8f7183dc85
dfbvideosink: Also consider non-accelerated DirectFB surfaces
...
Fixes bug #631390 .
2011-05-30 08:48:29 +02:00
Tim-Philipp Müller
e94245c264
faac: fix CFLAGS and LIBS order in Makefile.am
2011-05-27 10:44:28 +01:00
Sebastian Dröge
4093202e9d
faac: Set the correct, valid sample rates in the pad template caps
2011-05-27 10:44:42 +02:00
Sebastian Dröge
77f20353f8
voaacenc: Make sure to also return only a subset of the pad template caps in getcaps
2011-05-27 10:41:02 +02:00
Sebastian Dröge
da03a46861
voaacenc: Set the correct, valid sample rates in the pad template caps
2011-05-27 10:35:31 +02:00
Sebastian Dröge
b87ff1a1df
voaacenc: The encoder library currently only supports 1 or 2 channels
2011-05-27 10:32:26 +02:00
Sebastian Dröge
e3eabb6e6a
voaacenc: Add profile and level to the caps
...
Fixes bug #650595 .
2011-05-27 10:31:34 +02:00
Sebastian Dröge
6702de4237
faac: Add the profile and level to the caps
...
Also negotiate the profile from the downstream peer caps
instead of using a property.
Fixes bug #650594 .
2011-05-27 10:11:32 +02:00
Sebastian Dröge
7f0aa4061e
faac: Use PROP_ instead of ARG_ for the property enums
2011-05-27 09:40:38 +02:00
Sebastian Dröge
0bb2a4d229
dc1394src: Implement LATENCY query
...
Based on the LATENCY query code in v4l2src and the patch
by Tristan Matthews. Fixes bug #625520 .
2011-05-26 09:23:49 +02:00
Stefan Kost
579188d436
lv2: ensure uniqe property names
...
Copy and adjust the code from ladspa plugin to ensure unique gobject property
names.
2011-05-25 23:26:39 +03:00
Tim-Philipp Müller
202a548030
mpeg2enc: fix build with 1.9.0 release again after recent fixes for mjpegtools 2.0.0
...
https://bugzilla.gnome.org/show_bug.cgi?id=650970
2011-05-25 14:44:50 +01:00
Götz Waschk
407b025786
mpeg2enc: support mjpegtools 2.0
...
This adds conditional includes for the renamed headers in mjpegtools 2.0.
Fixes : #650970 .
2011-05-24 17:15:17 -07:00
Sebastian Dröge
4e01ce3fd2
xviddec: Add video/mpeg,mpegversion=4 to the caps
...
Fixes bug #609639 .
2011-05-23 17:30:41 +02:00
Christian Fredrik Kalager Schaller
efb89cfd4c
fix build of openal plugin from disted tarball
2011-05-23 14:58:47 +01:00
Sebastian Dröge
67f23a8539
teletextdec: Minor cleanup and indention fixes
2011-05-23 15:32:09 +02:00
Sebastian Dröge
827e2d13c1
teletextdec: Don't use GST_FLOW_IS_FATAL()
2011-05-23 15:24:12 +02:00
Sebastian Dröge
81134554db
teletextdec: Fix buffer data leak
2011-05-23 15:20:37 +02:00
Andoni Morales Alastruey
d20de1087c
teletextdec: Add support for pango
...
https://bugzilla.gnome.org/show_bug.cgi?id=619739
2011-05-23 15:17:41 +02:00
Andoni Morales Alastruey
f4e4fc44f7
teletextdec: add a new method to convert a page in a list of strings
...
https://bugzilla.gnome.org/show_bug.cgi?id=619739
2011-05-23 15:17:41 +02:00
Andoni Morales Alastruey
fb98c55f67
teletextdec: add some data in the preroll buffer
...
https://bugzilla.gnome.org/show_bug.cgi?id=619739
2011-05-23 15:17:41 +02:00
Andoni Morales Alastruey
126a98d967
teletextdec: fix deadlock on a stream error
...
https://bugzilla.gnome.org/show_bug.cgi?id=619739
2011-05-23 15:17:41 +02:00
Andoni Morales Alastruey
afd240c621
teletextdec: don't try to push an event on a pad that returned an error
...
https://bugzilla.gnome.org/show_bug.cgi?id=619739
2011-05-23 15:17:41 +02:00
Andoni Morales Alastruey
8bb6ff414f
teletextdec: New teletext decoder plugin based in zvbi
...
https://bugzilla.gnome.org/show_bug.cgi?id=619739
2011-05-23 15:17:37 +02:00
Sebastian Dröge
0e596670ef
openal: Add new openalsrc element
...
Based on patches by Victor Lin <bornstub@gmail.com>
Fixes bug #550230 .
2011-05-23 14:30:11 +02:00
Sebastian Dröge
66a4ed47a3
openal: Add new OpenAL sink element
...
Based on a patch by Chris Robinson <chris.kcat@gmail.com>
Fixes bug #615615 .
2011-05-23 14:30:11 +02:00
W. Michael Petullo
6e4a14d231
apexsink: Add support for generation 2 AirTunes hardware
...
Fixes bug #649931 .
2011-05-20 10:00:02 +02:00
Stefan Kost
16331c0b9e
jasperenc: remove unused 'mimetype' variable
...
As mimetype is not used, we don't need to fetch it and therefore neither need
the structure s.
2011-05-19 18:48:01 +03:00
Sebastian Dröge
23f9286d88
vp8enc: Name max/min quantizer properties {max,min}-quantizer
...
Also improve quality property description.
2011-05-18 13:27:20 +02:00
Alexey Fisher
1b650b6486
vp8enc: Add properties to select a maximum and minimum quantizer
...
Fixes bug #641405 .
2011-05-18 13:26:23 +02:00
Alexey Fisher
a9ea882307
vp8enc: Fix quality to (constant) quantizer mapping
...
This now allows to select all possible quantizers between
0 and 63.
See bug #641405 .
2011-05-18 13:18:58 +02:00
Stefan Kost
79e3b5b4bb
various: fix author tag in element details
2011-05-18 10:31:38 +03:00
Mark Nauwelaerts
66fe878d88
vp8dec: debug code style fixes
2011-05-16 20:32:24 +02:00
Mark Nauwelaerts
772d92eeba
vp8dec: propagate downstream flow return to upstream
2011-05-16 20:32:24 +02:00