Sebastian Dröge
18bfd32a64
Automatic update of common submodule
...
From 44ecce7 to 7aa65b5
2010-03-09 21:38:59 +00:00
Sebastian Dröge
039f7e3dbb
schroenc: Only enable framestats code with schro >= 1.0.9
2010-03-09 21:26:14 +00:00
Sebastian Dröge
31f4ac7b30
frei0r: Sync properties to the controller if one was set
2010-03-09 21:05:50 +00:00
Sebastian Dröge
125efbffcc
frei0r: Protect set/get property and processing functions from concurrent access
...
The frei0r documentation says that these functions must not be called
on the same instance from different threads at the same time. All
other functions are guaranteed to be threadsafe.
2010-03-09 21:05:50 +00:00
Sebastian Dröge
678f7ddb16
build: Make some more rules silent if requested
2010-03-09 21:05:50 +00:00
Sebastian Dröge
1055c1a073
configure: Use automake 1.11 silent rules instead of shave if available
...
This makes sure that we use something that is still maintained and
also brings back libtool 1.5 support.
2010-03-09 21:05:49 +00:00
Sebastian Dröge
4a1f91a532
assrender: Add test for correct I420 rendering
2010-03-09 21:05:49 +00:00
David Schleef
fc484a029b
schroenc: Add frame-stats message
2010-03-09 12:35:22 -08:00
David Schleef
e98fc783c8
invtelecine: Add invtelecine element
...
Automatic inverse telecine element. Right now, it clumsily attempts
to rearrange video fields into frames that don't have combing effects,
and only works with 60i/24p content at 720x480. Later, it will handle
other pulldown variations, change caps and smooth timestamps
appropriately.
2010-03-09 12:34:36 -08:00
Benjamin Otte
6da643e072
apexsink: Use "apexsink" for plugin name
2010-03-09 19:16:30 +01:00
Benjamin Otte
87dbb0ab9d
wmnc: Update description
2010-03-09 19:16:30 +01:00
Benjamin Otte
2bc4626f73
nuvdemux: Update plugin description
2010-03-09 19:16:30 +01:00
Benjamin Otte
1982ca6e51
nsf: Name the plugin nsf, not nsfdec
...
The plugin in gstnsf.so should be named nsf, not nsfdec.
2010-03-09 19:16:30 +01:00
Tiago Katcipis
0664c55f05
soundtouch: removing very annoying g_print() in pitch element
...
Fixes #612208 .
2010-03-09 18:13:14 +00:00
Tim-Philipp Müller
5d0b8af8e6
Back to development
2010-03-09 18:00:26 +00:00
Tim-Philipp Müller
9194b36eb2
Release 0.10.18
2010-03-06 01:49:26 +00:00
Tim-Philipp Müller
c2908999bc
Update .po files
2010-03-06 01:39:58 +00:00
Tim-Philipp Müller
e282e8d0d9
0.10.17.4 pre-release
2010-03-03 23:42:28 +00:00
Thiago Santos
4a629eea25
qtmux: Rename 'avc-sample' to 'avc' in caps
...
Fixes #606662
2010-03-01 17:59:13 -03:00
Thiago Santos
55e2adda37
h264parse: Replace 'avc-sample' with 'avc' in caps
...
Fixes #606662
2010-03-01 17:59:10 -03:00
Tim-Philipp Müller
ccab6f45a0
docs: remove bits that refer to plugins that have been moved
2010-02-28 23:18:16 +00:00
Sebastian Dröge
852be755dd
assrender: Drop text buffers before the segment start and clip running time end to the segment stop
2010-02-27 11:43:49 +01:00
Sebastian Dröge
659776f1b1
assrender: Consume text buffers if they're to be displayed in the next 500ms
...
Instead of only consuming them if they're to be display now. Consuming
them then might make following buffers with the same timestamp to
be too late.
2010-02-27 11:43:49 +01:00
Michael Smith
bcdb7d4851
qtmux: Take lock around use of (non-threadsafe) tagsetter interface.
2010-02-26 11:50:25 -08:00
Tim-Philipp Müller
162c3059e4
0.10.17.3 pre-release
2010-02-24 02:03:11 +00:00
Sebastian Dröge
0dbe95a97d
assrender: Protect libass structures from concurrent access from multiple threads
...
Fixes bug #608751 .
2010-02-23 18:16:48 +01:00
Sebastian Dröge
e9990ea6bb
configure: Call $PKG_CONFIG instead of pkg-config to fix cross compilation
2010-02-23 17:29:31 +01:00
Thiago Santos
0922dbc22e
qtmux: write all udta children atoms
...
UDTA might have META and other children atoms
together, write them all.
2010-02-22 16:51:00 -03:00
Thiago Santos
ca136fe76b
qtmux: Use internal sink pads list
...
Due to GstCollectPads sink pads list being not reliably
iteratable (when not inside the collected function) this
patch adds a sink pads list to qtmux to be used when iterating
sink pads on reset function.
Fixes #609055
2010-02-22 10:50:49 -03:00
Tim-Philipp Müller
5072ca2331
faad: fix Makefile.am some more
...
FAAD_CFLAGS and _LIBS should be at the end, and -lgstaudio-0.10
should go right after GST_PLUGINS_BASE_LIBS.
2010-02-21 19:57:19 +00:00
Sebastian Dröge
cddb7b958e
faad: Link with libgstbase for GstAdapter
...
Also fix order of CFLAGS and LIBS
2010-02-19 15:24:45 +01:00
Tim-Philipp Müller
2e5a516fba
0.10.17.2 pre-release
2010-02-19 10:35:10 +00:00
Tim-Philipp Müller
870ee6508e
.gitignore: ignore generated cog files
2010-02-19 10:35:10 +00:00
Tim-Philipp Müller
7c890c0b91
fpsdisplaysink: fix NULL ref and error handling if no video sink is found
...
If no video sink is set and autovideosink is not available for some
reason, post a proper error message on the bus when failing to
change state, and don't try to gst_object_ref() NULL pointers. Fixes
generic/states unit test when distchecking.
2010-02-19 10:35:10 +00:00
Stephen Depooter
20540ebdb4
celt: fix compile against earlier CELT versions
...
Check the existence of the CELT_SET_COMPLEXITY symbol
before trying to use it. Fixes compilation against
libcelt 0.4.0.
Fixes #604311 .
2010-02-19 09:05:52 +00:00
Stefan Kost
caf2be2115
jpegparse: return offset+length from _get_image_length().
...
_find_end_marker() find the position of the marker. EOI has a fixed length of 2
bytes that where missing. Fixes #608998
2010-02-17 13:12:00 +02:00
Tim-Philipp Müller
87580aa59d
.gitignore: ignore new faad unit test
2010-02-17 01:34:45 +00:00
Tim-Philipp Müller
3e45e6ba9f
jpegparse: fix invalid memory access
...
See bug #608998 .
2010-02-17 01:32:12 +00:00
Sebastian Dröge
8db9136e89
assrender: Fix unit test to actually check for everything to work correctly
2010-02-16 22:23:45 +01:00
Sebastian Dröge
e8e3192a6e
assrender: If no codec data is set, still initialize the ass track
2010-02-16 22:22:39 +01:00
Sebastian Dröge
88bd4a8ada
assrender: Add simple unit test
...
This renders a test string on top of a red video stream and checks
if the text is only rendered at the correct timestamps.
2010-02-16 21:43:37 +01:00
Sebastian Dröge
820700124e
ofa: Fix warning message parsing
2010-02-16 21:43:36 +01:00
Tim-Philipp Müller
26e7e93bfd
faad: guard against codec_data field with a NULL buffer in caps
...
Fixes #609478 .
2010-02-16 16:49:39 +00:00
Mark Nauwelaerts
1da893ba68
qtmux: prevent leaking hdlr name
2010-02-16 17:13:09 +01:00
Mark Nauwelaerts
eed915a6fb
qtmux: support for ALAC
...
Fixes #580731 .
2010-02-16 16:26:48 +01:00
Mark Nauwelaerts
fdfdda8f09
qtmux: refactor building stsd entry 'wave' extension
2010-02-16 16:26:45 +01:00
Tim-Philipp Müller
e6a27e2431
Update .spec file: shapewipe and ivorbisdec have been moved elsewhere
2010-02-16 10:01:59 +00:00
Stefan Kost
d8fd8ea9e9
docs: unify doc style
...
Use gtkdoc syntax and add short desc for the examples.
2010-02-16 09:49:05 +02:00
Tim-Philipp Müller
cbbfba3152
configure: fix up GST_CXXFLAGS properly
...
We don't want C specific flags in GST_CXXFLAGS, so base it on the
GST_CFLAGS that only contains the pkg-config CFLAGS but none of
the GST_OPTION_CFLAGS. Also, we only need the local includes once.
2010-02-15 23:43:47 +00:00
Stefan Kost
77b97d4a2d
configure: base GST_CXXFLAGS on --cflags from pkg-config
...
pkg-config sets GST_CFLAGS and GST_LIBS. We need to use CFLAGS as a starting
point for for both C and CXX settings.
2010-02-15 23:17:57 +02:00