1 2009-01-05 Wim Taymans <wim.taymans@collabora.co.uk>
3 * gst/playback/gstplaybin2.c: (notify_source_cb), (activate_group):
4 Disconnect signal handlers before destroying a previous decodebin so
5 that we don't end up causing deadlocks. Fixes #566586.
7 2009-01-05 Wim Taymans <wim.taymans@collabora.co.uk>
9 * gst/audiotestsrc/gstaudiotestsrc.c:
10 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
11 (gst_audio_test_src_check_get_range),
12 (gst_audio_test_src_set_property),
13 (gst_audio_test_src_get_property):
14 * gst/audiotestsrc/gstaudiotestsrc.h:
15 Add property to control pull/push based scheduling.
17 2009-01-02 Alessandro Decina <alessandro.d@gmail.com>
20 * tests/examples/seek/Makefile.am:
21 * tests/icles/Makefile.am:
22 Make the seek and colorkey examples depend on gtk+-x11 as they use
24 Fixes the build with gtk+-quartz.
26 2008-12-31 Jan Schmidt <jan.schmidt@sun.com>
28 * win32/common/libgstaudio.def:
29 * win32/common/libgsttag.def:
30 * win32/common/libgstvideo.def:
31 Add new exports to win32 files.
33 2008-12-31 Edward Hervey <edward.hervey@collabora.co.uk>
35 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_result_get_type):
36 * gst-libs/gst/tag/gsttagdemux.h:
37 Add GType for GstTagDemuxResult enum.
39 2008-12-31 Edward Hervey <edward.hervey@collabora.co.uk>
41 * gst-libs/gst/video/Makefile.am:
42 * gst-libs/gst/video/video.h:
43 Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
44 This will help bindings to use it.
46 2008-12-31 Edward Hervey <edward.hervey@collabora.co.uk>
48 * gst-libs/gst/audio/Makefile.am:
49 * gst-libs/gst/audio/audio.c:
50 * gst-libs/gst/audio/multichannel.h:
51 * gst-libs/gst/audio/testchannels.c:
53 * win32/common/audio-enumtypes.c:
54 (gst_audio_channel_position_get_type),
55 (gst_ring_buffer_state_get_type),
56 (gst_ring_buffer_seg_state_get_type),
57 (gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
58 * win32/common/audio-enumtypes.h:
59 * win32/common/multichannel-enumtypes.c:
60 * win32/common/multichannel-enumtypes.h:
61 * win32/vs6/grammar.dsp:
62 * win32/vs6/libgstaudio.dsp:
63 * win32/vs7/libgstaudio.vcproj:
64 * win32/vs8/libgstaudio.vcproj:
65 Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
66 audio- in order to wrap all enums declarations of that library.
67 This modification should not matter since that header file is not a
68 public header (it will be included by public headers).
69 Modify win32 crap^Wfiles accordingly.
71 2008-12-30 Edward Hervey <edward.hervey@collabora.co.uk>
73 * gst-libs/gst/audio/gstbaseaudiosrc.h:
74 * gst-libs/gst/audio/gstbaseaudiosink.h:
75 Complete Sebastien's commit from the 13th by exporting the
76 _slave_method_get_type() methods.
78 2008-12-20 Sebastian Dröge <sebastian.droege@collabora.co.uk>
80 * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
81 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_class_init),
82 (gst_gio_base_src_query):
83 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_query):
84 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
85 (gst_gnome_vfs_src_query):
86 Implement URI query. Fixes bug #562949.
88 2008-12-20 Wim Taymans <wim.taymans@collabora.co.uk>
90 * gst/playback/gstplaybin2.c: (no_more_pads_cb):
93 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
94 (gst_play_sink_reconfigure), (gst_play_sink_request_pad),
95 (gst_play_sink_release_pad):
96 Add some more debug info.
97 Reconfigure the audio chain when we switch between raw and encoded audio
100 2008-12-20 Wim Taymans <wim.taymans@collabora.co.uk>
102 * gst-libs/gst/audio/gstbaseaudiosink.c:
103 (gst_base_audio_sink_setcaps):
104 Pause the write thread before deactivating and releasing the ringbuffer
105 to avoid a deadlock when we do gapless playback with different sample
106 rates in playbin2. Fixes #564929.
108 2008-12-19 Sebastian Dröge <sebastian.droege@collabora.co.uk>
110 * gst-libs/gst/audio/gstbaseaudiosrc.c:
111 Make GstAudioSrcSlaveMethod get_type() function non-static
114 * win32/common/libgstaudio.def:
115 * win32/common/libgstnetbuffer.def:
116 Add some missing functions to the list of exported symbols.
118 2008-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
120 Patch by: Andrew Feren <acferen at yahoo dot com>
122 * gst-libs/gst/netbuffer/gstnetbuffer.c:
123 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
124 (gst_netaddress_get_address_bytes),
125 (gst_netaddress_set_address_bytes):
126 * gst-libs/gst/netbuffer/gstnetbuffer.h:
127 Make gst_netaddress_get_ip4_address fail for v6 addresses.
128 Make gst_netaddress_get_ip6_address either fail or return the v4
129 address as a transitional v6 address.
130 Add two convenience functions:
131 API: gst_netaddress_get_address_bytes()
132 API: gst_netaddress_set_address_bytes()
135 2008-12-17 Stefan Kost <ensonic@users.sf.net>
137 * gst/adder/Makefile.am:
138 * gst/adder/gstadder.c:
139 Cleanup variable names to make the adder-loop easier to understand.
140 Also try to use liboil to spee it up, but ifdef it out as it does not
141 make any change for me (Intel pentim M (sse,sse2) please try on other
144 2008-12-16 Wim Taymans <wim.taymans@collabora.co.uk>
146 * docs/plugins/Makefile.am:
147 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
148 * docs/plugins/gst-plugins-base-plugins-sections.txt:
149 * gst/tcp/gsttcpclientsink.c:
150 * gst/tcp/gsttcpclientsrc.c:
151 * gst/tcp/gsttcpserversrc.c:
152 Add minimal docs to make the remaining tcp elements show up.
155 2008-12-13 Tim-Philipp Müller <tim.muller at collabora co uk>
157 * win32/common/config.h:
158 Update to CVS version.
160 * win32/common/config.h.in:
161 Hardcode path to plugin install helper exe, just like we hardcode
162 the paths in core. Removes another source of VCS conflicts for
163 people hacking gst-plugins-base on systems with autotools.
165 2008-12-13 Edward Hervey <bilboed@gmail.com>
168 And a couple more .m4 that don't exist anymore with gettext 0.17
170 2008-12-13 Edward Hervey <edward.hervey@collabora.co.uk>
174 inttypes.m4 hasn't been available since gettext-0.15, and since we now
175 require gettext >= 0.17 ... we can remove it from the list of files to
178 2008-12-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
180 * gst-libs/gst/audio/gstbaseaudiosink.c:
181 (gst_base_audio_sink_slave_method_get_type),
182 (gst_base_audio_sink_class_init):
183 * gst-libs/gst/audio/gstbaseaudiosink.h:
184 * gst-libs/gst/audio/gstbaseaudiosrc.c:
185 (gst_base_audio_src_slave_method_get_type),
186 (gst_base_audio_src_class_init):
187 * gst-libs/gst/audio/gstbaseaudiosrc.h:
188 API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
189 public API. This is needed for the C++ bindings to be able
190 to use this base classes. Fixes bug #564200, #564206.
192 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
194 * gst-libs/gst/cdda/gstcddabasesrc.c:
195 (gst_cdda_base_src_handle_event):
196 Remove erroneous gst_buffer_ref().
197 * tests/check/libs/rtp.c: (GST_START_TEST):
198 Don't forget to unref the buffer once you're done with it.
200 2008-12-12 Stefan Kost <ensonic@users.sf.net>
202 * gst/playback/gstplaybin.c:
203 * gst/playback/gstplaybin2.c:
206 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
208 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
209 Free the factory array when finalizing.
210 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
211 Use a GstStaticPadTemplate since the src pad caps are fixed.
213 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
215 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
216 (gst_vorbis_enc_init):
217 Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
220 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
222 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
223 (gst_riff_create_video_template_caps):
224 Add mapping for VP6 in avi/riff.
226 2008-12-11 Edward Hervey <edward.hervey@collabora.co.uk>
228 * gst/subparse/samiparse.c: (sami_context_push_state),
229 (sami_context_pop_state), (start_sami_element), (end_sami_element):
230 Some versions of libxml seem to be very picky as to strict formatting
231 of the input and never 'close' the final </body> tag.
232 In order to fix that bad behaviour, we trigger the flushing of
233 remaining data on both </body> and </sami>.
236 2008-12-11 Sebastian Dröge <sebastian.droege@collabora.co.uk>
238 Patch by: Guillaume Emont <guillaume at fluendo dot com>
240 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
241 Add typefinders for MS Word files and OS X .DS_Store files to
242 prevent them to be recognized as MPEG files. Fixes bug #564098.
244 2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
246 * gst/playback/gstplaysink.c: (gen_audio_chain),
247 (gst_play_sink_reconfigure):
248 Add some more debug info.
249 Fix linking of just an encoded sink.
250 Handle failure to create a sink chain more gracefully than crashing.
252 2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
254 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
255 Pushing 10 buffers is enough to run the test.
257 2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
259 * tests/examples/seek/seek.c: (do_seek), (stop_cb),
260 (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
262 Hook up the SKIP seek flag.
264 2008-12-10 Wim Taymans <wim.taymans@collabora.co.uk>
266 * gst/playback/gstplaybin2.c: (pad_added_cb):
267 Error out with a missing-plugin error when the input-selector was not
270 * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
273 2008-12-10 Wim Taymans <wim.taymans@collabora.co.uk>
275 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
276 (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
277 (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
278 (gst_play_sink_send_event), (gst_play_sink_change_state):
280 Try to set the selected sink to READY before using it. This will allow
281 for detection of incompatible formats sooner.
282 Don't cause a fatal error when conversion elements are missing but post
283 a missing-element message and a warning instead because things might
284 still link and run fine.
285 Simplyfy the construction of audio and video sink chains.
287 2008-12-10 Wim Taymans <wim.taymans@collabora.co.uk>
289 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
290 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
291 Use G_DEFINE_TYPE for the OggPad to get some threadsafe type
294 2008-12-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
296 Patch by: Luis Menina <liberforce at freeside dot fr>
298 * gst-libs/gst/floatcast/floatcast.h:
299 * gst/typefind/gsttypefindfunctions.c:
300 Include glib.h instead of a specific GLib header. Including single
301 GLib headers is deprecated. Fixes bug #563904.
303 2008-12-09 Julien Moutte <julien@fluendo.com>
305 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
306 Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
308 2008-12-09 Stefan Kost <ensonic@users.sf.net>
310 * gst-libs/gst/riff/riff-read.c:
311 Fix handling of odd chunks in riff metadata.
313 2008-12-08 Wim Taymans <wim.taymans@collabora.co.uk>
315 * gst/volume/gstvolume.c: (gst_volume_class_init),
316 (volume_before_transform), (volume_transform_ip):
317 Use new basetransform vmethod to reconfigure the dynamic properties and
318 any pending volume/mute changes. Fixes #563508.
320 2008-12-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
323 First check for "theoraenc theoradec" and if that failed check
324 for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
325 deprecate the latter. Also linking on Windows fails with just "theora"
326 and the version check would fail for the release candidates.
329 2008-12-08 Stefan Kost <ensonic@users.sf.net>
331 * gst/playback/gstdecodebin.c:
332 * gst/playback/gstdecodebin2.c:
333 Add basic docs to decodebin and link to decodebin from decodebin2.
335 2008-12-08 Wim Taymans <wim.taymans@collabora.co.uk>
337 Patch by: Olivier Crete <tester at tester ca>
339 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
340 * gst-libs/gst/rtp/gstrtcpbuffer.h:
341 Implement gst_rtcp_packet_remove(). Fixes #563174.
343 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
344 Add unit test for some RTCP functions.
346 2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
349 Apparently AC_CONFIG_MACRO_DIR breaks when using more
350 than one macro directory, reverting last change.
352 2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
355 Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
358 2008-12-03 Edward Hervey <edward.hervey@collabora.co.uk>
360 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
361 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
362 Clear all flags on buffers returned from the image pool.
365 2008-11-29 Sebastian Dröge <sebastian.droege@collabora.co.uk>
367 Patch by: Cygwin Ports maintainer
368 <yselkowitz at users dot sourceforge dot net>
372 Require gettext 0.17 because older versions don't mix with libtool
373 2.2. At build time an older gettext version will still work.
376 2008-11-28 Christian Schaller <christian.schaller@collabora.co.uk>
378 * gst/speexresample/Makefile.am: fix build by removing -lgstaudio
380 2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
382 * docs/plugins/gst-plugins-base-plugins.args:
383 * docs/plugins/gst-plugins-base-plugins.hierarchy:
384 * docs/plugins/gst-plugins-base-plugins.interfaces:
385 * docs/plugins/gst-plugins-base-plugins.prerequisites:
386 * docs/plugins/inspect/plugin-videorate.xml:
387 * gst/speexresample/gstspeexresample.c:
388 Update documentation of speexresample for the new element name.
390 2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
392 * gst/speexresample/README:
393 Update README with the latest diff between the Speex resampler
396 2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
398 * gst/speexresample/gstspeexresample.c: (plugin_init):
399 Update the debug category from speex_resample to audioresample.
401 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
403 * gst/audioresample/Makefile.am:
404 * gst/audioresample/buffer.c:
405 * gst/audioresample/buffer.h:
406 * gst/audioresample/debug.c:
407 * gst/audioresample/debug.h:
408 * gst/audioresample/functable.c:
409 * gst/audioresample/functable.h:
410 * gst/audioresample/gstaudioresample.c:
411 * gst/audioresample/gstaudioresample.h:
412 * gst/audioresample/resample.c:
413 * gst/audioresample/resample.h:
414 * gst/audioresample/resample_chunk.c:
415 * gst/audioresample/resample_functable.c:
416 * gst/audioresample/resample_ref.c:
417 * tests/check/elements/audioresample.c:
418 Remove audioresample files.
420 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
422 * docs/plugins/inspect/plugin-audioresample.xml:
423 Regenerated for library filename change.
425 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
428 * docs/plugins/Makefile.am:
429 * docs/plugins/gst-plugins-base-plugins-sections.txt:
430 * docs/plugins/gst-plugins-base-plugins.args:
431 * docs/plugins/gst-plugins-base-plugins.hierarchy:
432 * docs/plugins/gst-plugins-base-plugins.interfaces:
433 * docs/plugins/gst-plugins-base-plugins.prerequisites:
434 * docs/plugins/inspect/plugin-adder.xml:
435 * docs/plugins/inspect/plugin-alsa.xml:
436 * docs/plugins/inspect/plugin-audioconvert.xml:
437 * docs/plugins/inspect/plugin-audiorate.xml:
438 * docs/plugins/inspect/plugin-audioresample.xml:
439 * docs/plugins/inspect/plugin-audiotestsrc.xml:
440 * docs/plugins/inspect/plugin-cdparanoia.xml:
441 * docs/plugins/inspect/plugin-decodebin.xml:
442 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
443 * docs/plugins/inspect/plugin-gdp.xml:
444 * docs/plugins/inspect/plugin-gio.xml:
445 * docs/plugins/inspect/plugin-gnomevfs.xml:
446 * docs/plugins/inspect/plugin-libvisual.xml:
447 * docs/plugins/inspect/plugin-ogg.xml:
448 * docs/plugins/inspect/plugin-pango.xml:
449 * docs/plugins/inspect/plugin-playback.xml:
450 * docs/plugins/inspect/plugin-queue2.xml:
451 * docs/plugins/inspect/plugin-subparse.xml:
452 * docs/plugins/inspect/plugin-tcp.xml:
453 * docs/plugins/inspect/plugin-theora.xml:
454 * docs/plugins/inspect/plugin-typefindfunctions.xml:
455 * docs/plugins/inspect/plugin-uridecodebin.xml:
456 * docs/plugins/inspect/plugin-video4linux.xml:
457 * docs/plugins/inspect/plugin-videorate.xml:
458 * docs/plugins/inspect/plugin-videoscale.xml:
459 * docs/plugins/inspect/plugin-videotestsrc.xml:
460 * docs/plugins/inspect/plugin-volume.xml:
461 * docs/plugins/inspect/plugin-vorbis.xml:
462 * docs/plugins/inspect/plugin-ximagesink.xml:
463 * docs/plugins/inspect/plugin-xvimagesink.xml:
464 * gst/speexresample/gstspeexresample.c: (plugin_init):
465 * gst/speexresample/Makefile.am:
466 * tests/check/Makefile.am:
467 * tests/check/elements/speexresample.c: (setup_speexresample),
468 (GST_START_TEST), (test_pipeline):
469 Rename the moved speexresample to audioresample, integrate into the
470 build system and remove the old audioresample from the build system.
471 Fixes bug #558124, #385061, #346218, #116051.
473 2008-11-27 Wim Taymans <wim.taymans@collabora.co.uk>
475 * gst-libs/gst/audio/gstbaseaudiosrc.c:
476 (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
477 Avoid nasty int overflows after about 12 hours and 25 minutes when these
478 code paths are triggered.
479 A free beer to Håvard Graff for finding this!
481 2008-11-27 Wim Taymans <wim.taymans@collabora.co.uk>
483 Patch by: 이문형 <iwings at gmail dot com>
485 * gst-libs/gst/rtsp/gstrtspconnection.c:
486 (gst_rtsp_connection_connect):
487 A successful gst_poll_wait() doesn't always mean successful connect() on
488 Windows. We should check errors by calling gst_poll_fd_has_error().
491 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
493 * gst-libs/gst/rtp/gstrtcpbuffer.c:
494 Fix typo in the docs.
496 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
498 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
499 If no stream was found before receiving EOS, post an error message.
502 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
504 * ext/theora/gsttheoraenc.h:
505 * ext/theora/theoraenc.c: (gst_theora_enc_init),
506 (theora_buffer_from_packet), (theora_push_packet),
507 (theora_enc_sink_event), (theora_enc_is_discontinuous),
509 Parse segment events.
510 Pass incomming buffer timestamps to outgoing buffers.
511 Use the running_time to construct the granulepos.
514 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
516 * gst/playback/gstplaybin2.c: (activate_group):
517 Fix buffer-duration property.
519 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
521 * gst-libs/gst/audio/gstbaseaudiosink.c:
522 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
523 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
524 (gst_base_audio_sink_change_state):
525 Really fix audiosink drain handling by keeping track of the running_time
528 2008-11-24 Michael Smith <msmith@songbirdnest.com>
530 * gst/playback/gstplaybin2.c:
531 Add notification of current stream. Add ability to configure buffer
533 * gst/playback/gsturidecodebin.c:
534 Add ability to configure buffer sizes for streaming mode.
537 2008-11-24 Stefan Kost <ensonic@users.sf.net>
539 * gst-libs/gst/audio/gstbaseaudiosink.c:
540 Time is already in running_time. Remove base_time handling. Fixes
541 audiosinks not draining and thus chopping some audio in the end.
543 2008-11-24 David Schleef <ds@schleef.org>
545 * ext/ogg/gstoggmux.c:
546 * ext/ogg/gstoggmux.h:
547 If we're muxing a dirac stream, flush the page after every picture.
549 2008-11-24 Stefan Kost <ensonic@users.sf.net>
551 * gst-libs/gst/audio/gstbaseaudiosink.c:
552 Add one log message to check for audio_drained. Sync one log message
553 with the condition. Send EOS after draining audio in pull mode.
555 2008-11-24 Sebastian Dröge <sebastian.droege@collabora.co.uk>
557 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
558 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
559 Use gst_buffer_try_new_and_alloc() and fail properly if the
560 allocation failed. This prevents abort() if downstream elements
561 request an insane amount of memory.
563 2008-11-24 Wim Taymans <wim.taymans@collabora.co.uk>
565 * gst/volume/gstvolume.c: (volume_choose_func),
566 (volume_update_volume), (gst_volume_set_volume),
567 (gst_volume_get_volume), (gst_volume_set_mute),
568 (gst_volume_class_init), (gst_volume_init),
569 (volume_process_double), (volume_process_float),
570 (volume_process_int32), (volume_process_int32_clamp),
571 (volume_process_int24), (volume_process_int24_clamp),
572 (volume_process_int16), (volume_process_int16_clamp),
573 (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
574 (volume_transform_ip), (volume_set_property),
575 (volume_get_property):
576 * gst/volume/gstvolume.h:
577 Cleanup volume, define and use default values.
578 Recalculate new volume and mute setup before processing. Fixes #561789.
580 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
581 Add controller unit test. Patch by: Jonathan Matthew
582 Fix bogus test that messed with basetransform's internal state.
584 2008-11-22 Wim Taymans <wim.taymans@collabora.co.uk>
586 * gst/videorate/gstvideorate.c:
587 Add jpeg and png image media types to the caps. Fixes #561436.
589 2008-11-22 Wim Taymans <wim.taymans@collabora.co.uk>
591 * gst/playback/gstplaysink.c: (gen_audio_chain):
592 Don't post an error when we can't configure the volume but post a
593 warning instead. Fixes #561780.
595 2008-11-21 David Schleef <ds@schleef.org>
597 Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
599 * gst/videotestsrc/gstvideotestsrc.c:
600 * gst/videotestsrc/gstvideotestsrc.h:
601 * gst/videotestsrc/videotestsrc.c:
602 * gst/videotestsrc/videotestsrc.h:
603 Add a zone plate pattern generator based on BBC R&D Report
604 1978/23 (yeah *that* 1978). Try 'videotestsrc pattern=zone-plate
607 2008-11-20 Michael Smith <msmith@songbirdnest.com>
609 * gst/playback/gstdecodebin2.c:
610 Fix random fat-fingering making this not compile.
612 2008-11-20 Michael Smith <msmith@songbirdnest.com>
614 * gst/playback/gstdecodebin2.c:
615 If the top-level type of the stream is plain text, don't try to decode
616 it, matching behaviour of decodebin.
617 * gst/playback/gstplaysink.c:
618 If we fail to generate a text chain (e.g. due to missing optional
619 plugins), don't crash.
621 2008-11-20 Michael Smith <msmith@songbirdnest.com>
623 * gst-libs/gst/rtsp/gstrtspdefs.c:
624 Fix win32 build. Oops.
626 2008-11-20 Michael Smith <msmith@songbirdnest.com>
628 * gst-libs/gst/rtsp/gstrtspdefs.c:
629 Use WSAGetLastError() rather than errno/h_errno on win32.
631 2008-11-20 Michael Smith <msmith@songbirdnest.com>
633 * gst-libs/gst/riff/riff-media.c:
634 Support WMA Lossless properly.
636 2008-11-18 David Schleef <ds@schleef.org>
638 * gst/videotestsrc/gstvideotestsrc.c:
639 * gst/videotestsrc/gstvideotestsrc.h:
640 * gst/videotestsrc/videotestsrc.c:
641 * gst/videotestsrc/videotestsrc.h:
642 Add "colorspec" property, specifying whether to generate BT.601
643 or BT.709 video. This only affects YCbCr values, not RGB, since
644 if you're generating a 709 test pattern, presumably you want
645 709 RGB primaries, not 601. Also add "smpte75" pattern, which
646 uses 75% colors instead of 100%, since this is often more useful
647 for testing (and also follows the SMPTE EG-1 guideline).
649 2008-11-18 Alessandro Decina <alessandro.d@gmail.com>
651 * gst/playback/gstdecodebin.c:
652 Add a "sink-caps" property to decodebin like it's done for decodebin2.
655 2008-11-14 Jan Schmidt <jan.schmidt@sun.com>
657 * gst/audioresample/gstaudioresample.c:
658 Guard against a NULL dereference I somehow encountered -
659 with a FLUSH_STOP arriving either before basetransform _start(),
662 * gst/typefind/gsttypefindfunctions.c:
663 Make sure we never jump backwards when typefinding corrupt mov files.
665 2008-11-14 Jan Schmidt <jan.schmidt@sun.com>
667 * gst-libs/gst/interfaces/propertyprobe.c:
668 Fix random type causing a docs warning.
670 2008-11-14 Stefan Kost <ensonic@users.sf.net>
673 Give it a minimal rank for autovideosrc.
675 2008-11-13 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
677 * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
679 Improve typefinding of ISO JPEG2000 mime types.
681 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
683 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
684 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
685 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
686 * sys/xvimage/xvimagesink.h:
687 Avoid typechecking when we do trivial casts.
688 Move error handling out of the main program flow.
689 Sneak in the display-region caps property, not completely correct yet.
690 Cache the width/height in buffer_alloc instead of parsing it from the
693 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
695 * gst/playback/gstplaybin2.c: (deactivate_group):
696 don't try to unlink the selector sinkpad when we don't have it yet. This
697 can happen if an error occured before the group was complete.
699 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
701 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
702 (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
703 (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
704 (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
705 (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
706 (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
707 (gst_rtp_buffer_get_extension_data),
708 (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
709 (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
710 (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
711 (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
712 (gst_rtp_buffer_get_payload_type),
713 (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
714 (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
715 (gst_rtp_buffer_set_timestamp),
716 (gst_rtp_buffer_get_payload_subbuffer),
717 (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
718 Avoid expensive type checks we already did as part of the
719 _validate() function that should be called first.
721 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
723 * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
724 (gst_base_rtp_depayload_push_full),
725 (gst_base_rtp_depayload_set_gst_timestamp):
726 Fix some cases where a newsegment event was not sent.
728 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
730 * gst/playback/gstplaybin2.c: (activate_group):
731 Catch state change errors and stop from the uridecodebin elements
732 instead of trying to continue in vain.
734 2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
736 * gst-libs/gst/audio/gstbaseaudiosink.c:
737 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
738 (gst_base_audio_sink_callback):
739 Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
740 for the latency to expire, fixes #559567.
742 2008-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
744 * gst/adder/gstadder.c:
745 Change author string after seeing output of gst-inspector.
747 2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
749 * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
750 Don't try to do crazy things when we only have a text pad without a
751 video pad. Fixes #559478.
753 2008-11-06 Wim Taymans <wim.taymans@collabora.co.uk>
755 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
756 Fix case where we don't have a range for the rates or channels as is the
757 case with truespeech.
759 2008-11-05 Wim Taymans <wim.taymans@collabora.co.uk>
761 * gst/volume/gstvolume.c: (volume_update_real_volume),
762 (gst_volume_set_volume), (gst_volume_get_volume),
763 (gst_volume_set_mute), (gst_volume_init), (volume_setup),
764 (volume_transform_ip), (volume_update_mute),
765 (volume_update_volume), (volume_get_property):
766 * gst/volume/gstvolume.h:
767 Keep negotiated state in a separate variable.
768 Protect the volume and mute properties with the object lock.
769 Protect modifying the transform with the transform lock.
771 2008-11-05 Wim Taymans <wim.taymans@collabora.co.uk>
773 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
774 (gst_ffmpeg_pixfmt_to_caps):
775 Only convert caps to string when debug is enabled.
777 2008-11-04 Wim Taymans <wim.taymans@collabora.co.uk>
779 * ext/theora/gsttheoradec.h:
780 * ext/theora/theoradec.c: (gst_theora_dec_init),
781 (gst_theora_dec_reset), (theora_dec_src_event),
782 (theora_dec_sink_event), (theora_handle_type_packet):
784 Keep events in a pending list, like vorbisdec, instead of trying
785 to construct a segment event ourselves.
787 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
788 (vorbis_dec_src_event), (vorbis_dec_sink_event):
789 * ext/vorbis/vorbisdec.h:
792 2008-11-04 Wim Taymans <wim.taymans@collabora.co.uk>
794 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
795 (gst_ogg_demux_deactivate_current_chain),
796 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
797 (gst_ogg_demux_loop):
798 * ext/ogg/gstoggdemux.h:
799 Copy seqnums around to track playback segments and messages.
801 2008-11-03 Wim Taymans <wim.taymans@collabora.co.uk>
803 Based on patch by: Matthias Kretz <kretz at kde dot org>
805 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
806 (gst_alsasink_prepare), (gst_alsasink_unprepare),
807 (gst_alsasink_write):
808 Make all access non-blocking so that we can better handle unplugging
809 of usb devices. Fixes #559111
811 2008-11-03 Wim Taymans <wim.taymans@collabora.co.uk>
813 Patch by: Damien Lespiau <damien.lespiau gmail com>
815 * gst-libs/gst/rtsp/gstrtspconnection.c:
816 (gst_rtsp_connection_write):
817 Make the next call to poll not depend on previous calls to poll with or
818 without reading from the active descriptor. Fixes #544293.
820 2008-10-31 Wim Taymans <wim.taymans@collabora.co.uk>
822 Patch by: Nick Haddad <nick at haddads dot net>
824 * gst-libs/gst/riff/riff-ids.h:
825 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
826 Add support for other fourcc codes that are commonly used for
827 'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
830 2008-10-30 Stefan Kost <ensonic@users.sf.net>
832 * gst/audioresample/gstaudioresample.c:
833 Return the result of parent_class->event().
835 2008-10-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
837 * gst/audioresample/gstaudioresample.c:
838 (gst_audioresample_class_init), (audioresample_fixate_caps):
839 Fixate the rate to the nearest supported rate instead of
840 the first one. Fixes bug #549510.
842 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
844 * win32/common/libgstaudio.def:
847 2008-10-23 Wim Taymans <wim.taymans@collabora.co.uk>
849 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
850 Attempt to make obfuscated code clearer.
852 2008-10-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
854 * docs/libs/gst-plugins-base-libs-sections.txt:
855 * gst-libs/gst/floatcast/floatcast.h:
856 Move float endianness conversion macros to core. Second part of
859 2008-10-22 Stefan Kost <ensonic@users.sf.net>
861 * sys/ximage/ximagesink.h:
862 * sys/xvimage/xvimagesink.h:
863 Don't mark as gtk-doc docs as they aren't public.
865 2008-10-22 Stefan Kost <ensonic@users.sf.net>
867 * sys/xvimage/xvimagesink.c:
868 * sys/xvimage/xvimagesink.h:
869 * tests/icles/Makefile.am:
870 * tests/icles/test-colorkey.c:
871 Allow setting colorkey if possible. Implement property probe interface
872 for optional X features (autopaint-colorkey, double-buffer and
873 colorkey). Fixes #554533
875 2008-10-22 Sebastian Dröge <slomo@circular-chaos.org>
877 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
878 Remove useless buffer size assignment. It already has this value.
880 2008-10-20 Wim Taymans <wim.taymans@collabora.co.uk>
882 * gst-libs/gst/audio/gstaudiosink.c:
883 (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
884 (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
885 (gst_audioringbuffer_stop):
886 Implement a separate activate functions to start monitoring the segments
887 or, in pull mode, pulling in data.
889 * gst-libs/gst/audio/gstbaseaudiosink.c:
890 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
891 (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
892 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
893 (gst_base_audio_sink_activate_pull),
894 (gst_base_audio_sink_async_play),
895 (gst_base_audio_sink_change_state):
896 Implement pad and element convert query function.
897 Activate the ringbuffer.
898 Use the segment last_stop value as the offset to pull.
899 Use new basesink _do_preroll() method to preroll in the pulling thread.
900 Take appropriate locking in the pulling thread.
902 * gst-libs/gst/audio/gstringbuffer.h:
905 2008-10-20 Sebastian Dröge <sebastian.droege@collabora.co.uk>
907 * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
908 Improve MXF typefinding a bit by searching for a header partition
909 pack instead of just a general partition pack and checking more
910 bytes for valid values.
912 2008-10-20 Wim Taymans <wim.taymans@collabora.co.uk>
914 * tests/icles/.cvsignore:
917 * tests/icles/Makefile.am:
918 * tests/icles/test-box.c: (make_pipeline), (main):
919 Add another interactive command line experimentation suite for
920 dynamically boxing/cropping/saling an input video.
922 2008-10-17 Wim Taymans <wim.taymans@collabora.co.uk>
924 * docs/libs/gst-plugins-base-libs-sections.txt:
925 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
926 (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
927 * gst-libs/gst/audio/gstringbuffer.h:
928 Add methods to more accuratly control the pulling thread of a
930 Add format conversion helper code to the ringbuffer.
931 API: GstRingBuffer:gst_ring_buffer_activate()
932 API: GstRingBuffer:gst_ring_buffer_is_active()
933 API: GstRingBuffer:gst_ring_buffer_convert()
935 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
937 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
938 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
939 (gst_audioringbuffer_stop):
940 Signal thread startup earlier so that we can immediatly go into pull
941 mode when we have to and block on preroll.
943 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
945 * gst-libs/gst/audio/gstringbuffer.c:
946 (gst_ring_buffer_prepare_read):
947 In pull mode we want the callback to prepull a buffer we can preroll on
948 even when we are not yet playing.
950 2008-10-16 Stefan Kost <ensonic@users.sf.net>
952 * ext/alsa/Makefile.am:
953 * ext/cdparanoia/Makefile.am:
954 * ext/gio/Makefile.am:
955 * ext/gnomevfs/Makefile.am:
956 * ext/libvisual/Makefile.am:
957 * ext/ogg/Makefile.am:
958 * ext/pango/Makefile.am:
959 * ext/theora/Makefile.am:
960 * ext/vorbis/Makefile.am:
961 * gst/adder/Makefile.am:
962 * gst/audioconvert/Makefile.am:
963 * gst/audiorate/Makefile.am:
964 * gst/audioresample/Makefile.am:
965 * gst/audiotestsrc/Makefile.am:
966 * gst/ffmpegcolorspace/Makefile.am:
967 * gst/gdp/Makefile.am:
968 * gst/playback/Makefile.am:
969 * gst/subparse/Makefile.am:
970 * gst/tcp/Makefile.am:
971 * gst/typefind/Makefile.am:
972 * gst/videorate/Makefile.am:
973 * gst/videoscale/Makefile.am:
974 * gst/videotestsrc/Makefile.am:
975 * gst/volume/Makefile.am:
976 * sys/v4l/Makefile.am:
977 * sys/ximage/Makefile.am:
978 * sys/xvimage/Makefile.am:
979 Don't install static libs for plugins. Fixes #550851 for base.
981 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
983 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
984 Set the default blocksize to -1 because we will then use the configured
985 samplesperbuffer to create our output buffer.
987 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
989 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
990 (gst_riff_create_video_template_caps):
991 Add mappping for the KMVC (Karl Morton's Video) Codec.
993 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
995 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
996 Don't forget to advance the offset of what we're matching against, else
997 we end up in a forever loop.
999 2008-10-15 Sebastian Dröge <slomo@circular-chaos.org>
1001 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1002 Improve typefinding a bit. If we don't have a Unicode charset
1003 try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
1005 2008-10-14 Edward Hervey <edward.hervey@collabora.co.uk>
1007 * ext/theora/theoradec.c: (theora_dec_decode_buffer):
1008 Fix build on macosx.
1010 2008-10-13 Wim Taymans <wim.taymans@collabora.co.uk>
1012 Based on patch by: Robin Stocker <robin at nibor dot org>
1014 * ext/theora/gsttheoradec.h:
1015 * ext/theora/theoradec.c: (gst_theora_dec_init),
1016 (theora_dec_setcaps), (theora_handle_type_packet),
1017 (theora_dec_decode_buffer), (theora_dec_change_state):
1018 Parse input caps and make the PAR override the encoded PAR when
1019 specified by a container. Fixes #555699.
1021 2008-10-13 Wim Taymans <wim.taymans@collabora.co.uk>
1023 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1024 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1025 (gst_base_rtp_depayload_set_gst_timestamp),
1026 (gst_base_rtp_depayload_change_state):
1027 * gst-libs/gst/rtp/gstbasertpdepayload.h:
1028 Add some more G_LIKELY
1029 Fail when the setcaps function was not called.
1031 * gst-libs/gst/rtp/gstbasertppayload.c:
1032 (gst_basertppayload_set_outcaps):
1033 Propagate return value of setcaps.
1035 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1037 * gst/subparse/Makefile.am:
1038 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1039 (gst_sub_parse_class_init), (gst_sub_parse_init),
1040 (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
1041 (get_next_line), (gst_sub_parse_data_format_autodetect),
1042 (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
1043 (gst_subparse_type_find):
1044 * gst/subparse/gstsubparse.h:
1045 Add support for UTF16/UTF32 subtitles as long as the first bytes of
1046 the first buffer contain the BOM. This also adds support for other
1047 encodings that allow NUL bytes via the encoding property.
1048 Fixes bugs #552237 and #456788.
1050 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1052 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1053 Don't drop the last byte of image tags if they're not an URI list.
1056 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1058 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1059 For looking at the 4th byte we have to get 4 bytes of course
1062 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1064 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1065 Improve FLAC-without-headers typefinding by looking at most of the
1066 frame header and checking if invalid values are used. Should prevent
1067 quite some false positives compared to the old version which only
1068 check if the first 14 bits are set.
1070 2008-10-11 Stefan Kost <ensonic@users.sf.net>
1072 * sys/xvimage/xvimagesink.c:
1073 Don't assert on caps==NULL.
1075 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1077 * gst/subparse/gstsubparse.c:
1078 (gst_sub_parse_data_format_autodetect), (handle_buffer),
1079 (gst_sub_parse_change_state):
1080 * gst/subparse/gstsubparse.h:
1081 * tests/check/elements/subparse.c: (GST_START_TEST):
1082 Add support for subtitle files with UTF-8 BOM at the beginning
1083 by simple stripping it from the first line before passing it
1084 to any parsing code. Fixes bug #555257 and playback of files
1085 created by Gnome Subtitles.
1087 2008-10-10 Wim Taymans <wim.taymans@collabora.co.uk>
1089 * gst/audiotestsrc/gstaudiotestsrc.c:
1090 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1091 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1092 (gst_audio_test_src_start), (gst_audio_test_src_stop),
1093 (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
1094 (gst_audio_test_src_create):
1095 * gst/audiotestsrc/gstaudiotestsrc.h:
1096 Define the default property values in the usual place.
1097 Implement start/stop to reset values correctly.
1098 Calculate the sample size only once when we negotiate.
1099 Rename some values to make more sense.
1100 Keep track of our byte range.
1101 Add support for pull based scheduling. Disabled for now until we have
1102 the whole stack working.
1103 Set the BUFFER_OFFSET correctly.
1105 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1107 Based on a patch by: xavierb at gmail dot com
1109 * gst/subparse/gstsubparse.c:
1110 (gst_sub_parse_data_format_autodetect):
1111 * tests/check/elements/subparse.c: (GST_START_TEST):
1112 Make the detection of the used subtitle a bit less strict
1113 for srt subtitles. Fixes bug #555607.
1115 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1117 * ext/vorbis/vorbisenc.c:
1118 (gst_vorbis_enc_buffer_check_discontinuous):
1119 Fix discontinuity detection which was broken by last commit.
1121 2008-10-09 Tim-Philipp Müller <tim.muller at collabora co uk>
1124 Require core CVS for ghostpad API additions used by decodebin2.
1126 2008-10-08 Edward Hervey <edward.hervey@collabora.co.uk>
1128 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1129 (gst_base_audio_src_create):
1130 Fix debug statements (space between '%' and actual format).
1132 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1134 * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1135 Remove bogus assert, the decodepad could have been created inside an
1136 already existing group.
1138 2008-10-08 Andy Wingo <wingo@pobox.com>
1140 * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1141 target instead of setting it.
1142 (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1143 API for a decode pad. The bugfix is that we set the group in
1144 activate(), not when the pad was created because it might be NULL
1146 (gst_decode_group_control_source_pad, gst_decode_group_expose):
1147 Update to use the API.
1149 2008-10-08 Andy Wingo <wingo@pobox.com>
1151 * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1152 be a subclass of GstGhostPad.
1153 (analyze_new_pad): So, when emitting the signals that determine
1154 how we do autoplugging, already create the ghost pad and use it as
1155 the pad in the signal arguments. This allows applications to make
1156 a connection between the pad passed in e.g. autoplug-continue, and
1157 the pad passed in new-decoded-pad.
1158 (connect_pad, expose_pad): Update to receive the ghosted decode
1159 pad in the args, retargetting it as necessary if we have to plug
1160 the target pad through a multiqueue.
1161 (gst_decode_group_control_source_pad): Adapt to receive an
1162 already-ghosted pad that just needs activation, blocking, and
1164 (sort_end_pads): Adapt for decode pads actually being pads.
1165 (gst_decode_group_expose): Adapt for decode pads actually being
1166 pads. Rewrite the decode pad names so they appear in order. Adds a
1167 new error case if we couldn't set the name.
1168 (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1170 (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1171 New API for the decode pad, needed because we shouldn't do these
1172 things inside gst_decode_pad_new(), but after.
1173 (gst_decode_pad_new): Change to actually make the real pad, and
1174 delay the blocking/drainage bits.
1176 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1178 Patch by: Daniel Drake <dsd at laptop dot org>
1180 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1181 Unref all buffers when clearing collectpads. Fixes bug #546955.
1183 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1185 Based on a patch by: Klaas <klaas at rivercrew dot net>
1187 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1188 (gst_vorbis_enc_buffer_check_discontinuous),
1189 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1190 * ext/vorbis/vorbisenc.h:
1191 Keep track of the upstream segments and use the running time on that
1192 segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1194 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1196 * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1197 Prevent overflows with big buffer when calculating the size of
1198 the intermediate buffer by using gst_util_uint64_scale() instead of
1199 plain arithmetics. Fixes bug #552801.
1201 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1203 Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1205 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1206 (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1207 (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1208 (gst_clock_overlay_get_property):
1209 * ext/pango/gstclockoverlay.h:
1210 API: Add ability to specify format for date/time display by
1211 adding a "time-format" property.
1214 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1216 Patch by: Jan Gerber <j at oil21 dot org>
1218 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1219 (gst_riff_create_video_template_caps):
1220 Add FFV1 fourcc to support playback of FFMPEG lossless video
1221 in AVI. Fixes bug #555319.
1223 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1225 Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1227 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1228 (gst_base_audio_src_create):
1229 Implement skew clock slaving. Fixes #552559.
1231 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1233 * gst-libs/gst/audio/multichannel.c:
1234 * gst-libs/gst/audio/testchannels.c:
1235 Fix include of config.h
1237 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
1239 Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1241 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1242 (print_media), (gst_sdp_message_dump):
1243 Fix parsing of the c= field containing multicast addresses.
1245 Add the connection info to the session or streams.
1246 Fix parsing of the bandwidth.
1247 Add debugging for the connections and bandwidths for a media.
1248 Add debugging for the bandwidth of the session.
1250 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
1252 * gst-libs/gst/rtp/gstbasertppayload.c:
1253 (gst_basertppayload_change_state):
1254 Configure the next seqnum and timestamp in the state change so that they
1255 can be queried soon after.
1257 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
1259 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1260 (gst_base_rtp_depayload_chain):
1261 Improve debugging of the rtptime.
1263 2008-10-05 Jan Schmidt <jan.schmidt@sun.com>
1266 Back to development -> 0.10.21.1
1268 2008-10-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1270 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1272 Add typefinding for FLAC without headers in the beginning.
1273 This is already handled by flacdec and friends.
1275 2008-10-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1277 * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1279 Add typefinder for MXF.
1281 2008-10-03 Jan Schmidt <jan.schmidt@sun.com>
1283 * tests/icles/Makefile.am:
1284 Only build test-colorkey if GTK+ is available.
1286 === release 0.10.21 ===
1288 2008-10-03 Jan Schmidt <jan.schmidt@sun.com>
1291 releasing 0.10.21, "We Could Be Wrong"
1293 2008-09-28 Jan Schmidt <jan.schmidt@sun.com>
1296 0.10.20.4 pre-release
1298 2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
1300 Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1302 * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1303 Set the BOS flag on the BOS packet. Fixes #553244.
1305 2008-09-23 Wim Taymans <wim.taymans@collabora.co.uk>
1307 * gst-libs/gst/rtsp/gstrtspmessage.c:
1308 (gst_rtsp_message_parse_request),
1309 (gst_rtsp_message_parse_response):
1310 Fix the g_return_val_if_fail() statements.
1312 2008-09-22 Michael Smith <msmith@songbirdnest.com>
1314 * gst-libs/gst/tag/gsttagdemux.c:
1315 Fail to activate if there's insufficient data in the file to be usable,
1316 preventing an assertion fail later. Fixes #552960
1318 2008-09-15 Tim-Philipp Müller <tim.muller at collabora co uk>
1320 * gst-libs/gst/pbutils/descriptions.c:
1321 * gst/typefind/gsttypefindfunctions.c:
1322 Recognise Kate subtitle streams (#550582).
1324 2008-09-13 Tim-Philipp Müller <tim.muller at collabora co uk>
1326 * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1327 Remove trailing comma from enum list, which causes problems
1328 with -pendantic (#550729).
1330 2008-09-10 Jan Schmidt <jan.schmidt@sun.com>
1333 0.10.20.2 pre-release
1341 2008-09-05 Tim-Philipp Müller <tim.muller at collabora co uk>
1343 * gst-libs/gst/interfaces/propertyprobe.c:
1344 (gst_property_probe_get_properties),
1345 (gst_property_probe_get_property),
1346 (gst_property_probe_probe_property),
1347 (gst_property_probe_probe_property_name),
1348 (gst_property_probe_needs_probe),
1349 (gst_property_probe_needs_probe_name),
1350 (gst_property_probe_get_values),
1351 (gst_property_probe_get_values_name),
1352 (gst_property_probe_probe_and_get_values),
1353 (gst_property_probe_probe_and_get_values_name):
1354 More sanity checks for our second-favourite interface.
1356 2008-09-05 Stefan Kost <ensonic@users.sf.net>
1358 * gst-libs/gst/interfaces/propertyprobe.c:
1359 Check for NULL pointer, in the hope that this fixes #532864.
1361 2008-09-05 Tim-Philipp Müller <tim.muller at collabora co uk>
1363 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1364 No really, the next release is 0.10.21 (fix Since: tags in docs).
1366 2008-09-04 Wim Taymans <wim.taymans@collabora.co.uk>
1368 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1369 Disable a code path that is now called but causes a deadlock for some
1370 reason and is unneeded.
1372 2008-09-04 Stefan Kost <ensonic@users.sf.net>
1374 * sys/xvimage/xvimagesink.c:
1375 * sys/xvimage/xvimagesink.h:
1376 Add a "draw-border" property that can be set to false to disable
1379 * tests/icles/test-colorkey.c:
1380 * tests/icles/Makefile.am:
1381 Add new test application for the colorkey handling.
1383 2008-09-03 Edward Hervey <edward.hervey@collabora.co.uk>
1385 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1386 Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1387 This will also be fixed for upcoming gst-ffmpeg release so that once
1388 this release of -base is out, it will work with the latest gst-ffmpeg
1391 2008-09-03 Edward Hervey <edward.hervey@collabora.co.uk>
1393 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1394 (gst_riff_create_audio_template_caps):
1395 Add Truespeech mapping for RIFF formats (AVI/WAV).
1398 2008-09-03 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1400 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1401 Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1404 2008-09-03 Stefan Kost <ensonic@users.sf.net>
1407 * gst/subparse/Makefile.am:
1408 * gst/subparse/gstsubparse.c:
1409 * gst/subparse/samiparse.c:
1410 * tests/check/elements/subparse.c:
1411 Rework last change, so that we build subparse, but just disable the
1412 sami parse functionality, if we're configured to not use xml. In the
1413 tests only the sami test is disabled now.
1415 2008-09-02 Stefan Kost <ensonic@users.sf.net>
1418 Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1421 2008-09-02 Tim-Philipp Müller <tim.muller at collabora co uk>
1424 Add some more files with strings for translation.
1426 2008-09-02 Stefan Kost <ensonic@users.sf.net>
1428 * gst-libs/gst/tag/gstvorbistag.c:
1429 * tests/check/libs/tag.c:
1430 Use new geo location tags from core. Fixes #481169
1432 2008-09-01 Edward Hervey <edward.hervey@collabora.co.uk>
1434 * tests/check/elements/audioresample.c: (setup_audioresample),
1435 (fail_unless_perfect_stream), (test_perfect_stream_instance),
1436 (test_discont_stream_instance):
1437 Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1438 Add debugging for coherence.
1440 2008-08-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1442 Patch by: Jonathan Matthew <notverysmart gmail com>
1444 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1445 Add typefinder for PDF documents (which is nice to have, since it's a
1446 common format, but also helps prevent false positives). Fixes #549814.
1448 2008-08-27 Wim Taymans <wim.taymans@collabora.co.uk>
1450 * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1452 Fix nasty race where multiple decodebins could start pushing data before
1453 we manage to configure the sinks, resulting in not-linked errors in
1454 typical RTSP streaming cases.
1456 2008-08-26 Wim Taymans <wim.taymans@collabora.co.uk>
1458 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1459 Since we now call stop, we trigger this code path that causes a deadlock
1460 is apparently not needed.
1462 2008-08-26 Wim Taymans <wim.taymans@collabora.co.uk>
1464 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1465 (gst_ring_buffer_stop):
1466 Also allow the case where the ringbuffer was paused when we try to stop
1467 it so that the basesrc stop function is still called.
1469 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1471 Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1473 * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1474 Reprobe devices again instead of taking a cached list as new
1475 devices could've been plugged in. Fixes bug #549062.
1477 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1479 Patch by: Alessandro Dessina <alessandro nnva org>
1481 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1482 (gst_ogg_demux_activate_chain):
1483 Don't add pads and activate them for skeleton streams. These are already
1484 handled inside oggdemux. Fixes bug #537599.
1486 2008-08-22 Wim Taymans <wim.taymans@collabora.co.uk>
1488 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1489 Reset variable so that query and convert fail after going back to
1490 READY. Fixes #548898.
1492 2008-08-22 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1494 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1495 If a buffer arrives with a timestamp before the timestamp+duration
1496 of the previous buffer clip it instead of dropping it completely.
1497 Slight improvement for the unfixable bug #548913.
1499 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1501 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1502 Take the current timestamp instead of timestamp+duration for the offset.
1503 This offset will later be used for calculating the timestamp and
1504 otherwise vorbisdec will interpolate timestamps wrong if upstream
1505 only sends timestamps and no granulepos.
1507 2008-08-21 Stefan Kost <ensonic@users.sf.net>
1509 * tests/examples/seek/seek.c:
1510 Don't crash when having no visualisations.
1512 2008-08-16 David Schleef <ds@schleef.org>
1514 * gst/typefind/gsttypefindfunctions.c: DV typefinding. Remove
1515 check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1518 2008-08-15 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1520 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1521 When cleaning up the caps fields also remove "depth" for the same
1522 reason we remove "width".
1524 2008-08-14 Tim-Philipp Müller <tim.muller at collabora co uk>
1526 * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1527 Add Lead H.264 here as well.
1529 2008-08-14 Julien Moutte <julien@fluendo.com>
1531 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1532 (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1534 2008-08-13 Wim Taymans <wim.taymans@collabora.co.uk>
1536 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1537 (gst_base_audio_src_create):
1538 When not slaved to another clock also subtract the base_time from our
1539 internal clock time to get the running time.
1541 2008-08-12 David Schleef <ds@schleef.org>
1543 * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1544 since it has no basis in libtheora.
1546 2008-08-12 Stefan Kost <ensonic@users.sf.net>
1548 * gst-libs/gst/interfaces/propertyprobe.h:
1549 Remove double "interface" from doc-string.
1551 * gst-libs/gst/interfaces/xoverlay.h:
1554 * gst-libs/gst/riff/riff.c:
1555 Add basic doc blobs.
1557 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1559 * gst-libs/gst/audio/Makefile.am:
1560 Don't try to build that example anymore.
1562 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1564 * gst-libs/gst/audio/.cvsignore:
1565 * gst-libs/gst/audio/Makefile.am:
1566 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1567 * gst-libs/gst/audio/make_filter:
1568 Move audiofiltertemplate to gst-template.
1570 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1572 * docs/libs/gst-plugins-base-libs-sections.txt:
1573 * gst-libs/gst/audio/gstaudiosrc.h:
1574 More docs and shuffling. What can we do with the hundreds of #defines.
1576 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1578 * gst-libs/gst/audio/audio.h:
1579 * gst-libs/gst/audio/gstaudiofilter.h:
1580 * gst-libs/gst/audio/gstringbuffer.h:
1581 * gst-libs/gst/interfaces/propertyprobe.h:
1582 * gst-libs/gst/tag/gsttagdemux.h:
1583 Reducing number of dundocumented symbols.
1585 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1587 * gst-libs/gst/audio/audio.c:
1588 Fix doc comment syntax.
1590 * gst-libs/gst/interfaces/propertyprobe.c:
1591 Add more doc-comments and a FIXME: for the signal.
1593 2008-08-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1595 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1596 (gst_ogg_mux_request_new_pad):
1597 * ext/ogg/gstoggmux.h:
1598 Don't pretend to support NEWSEGMENT events, instead override the
1599 GstCollectPads event function to return FALSE on NEWSEGMENT events
1600 and do the normal work for other events.
1602 This prevents elements like flacenc to seek to the start and rewrite
1603 some data which then results in a broken Ogg packet.
1605 2008-08-07 Tim-Philipp Müller <tim.muller at collabora co uk>
1607 Patch by: Frederic Crozat <fcrozat@mandriva.org>
1609 * ext/alsa/gstalsaplugin.c: (plugin_init):
1610 * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1611 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1612 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1613 * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1614 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1615 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1616 * gst/playback/gstdecodebin.c: (plugin_init):
1617 * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1618 * gst/playback/gstplayback.c: (plugin_init):
1619 * gst/playback/gstqueue2.c: (plugin_init):
1620 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1621 * sys/v4l/gstv4l.c: (plugin_init):
1622 Make sure gettext returns translations in UTF-8 encoding rather
1623 than in the current locale encoding (#546822).
1625 2008-08-06 Stefan Kost <ensonic@users.sf.net>
1627 * gst-libs/gst/pbutils/descriptions.c:
1628 Add audio/x-qdm for qtdemux.
1630 2008-08-05 Stefan Kost <ensonic@users.sf.net>
1632 * ext/vorbis/vorbisdec.c:
1633 Do not leak old taglist.
1635 2008-08-04 Stefan Kost <ensonic@users.sf.net>
1637 * tests/icles/test-scale.c:
1638 Include <stdlib.h> for atoi().
1640 2008-08-04 Andy Wingo <wingo@pobox.com>
1642 * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1645 2008-08-01 Stefan Kost <ensonic@users.sf.net>
1647 * gst/adder/gstadder.c:
1648 Cleanup lots of empty lines that came from gst-indent going havoc
1649 before I added the INDENT_ON/OFF marker some time agao.
1651 2008-08-01 Stefan Kost <ensonic@users.sf.net>
1654 * gst-libs/gst/riff/riff-read.c:
1655 Bump requirement to latest core and use new tag for riff formats.
1658 2008-08-01 Wim Taymans <wim.taymans@collabora.co.uk>
1660 * tests/examples/dynamic/Makefile.am:
1661 * tests/examples/dynamic/codec-select.c: (make_encoder),
1662 (make_pipeline), (do_switch), (my_bus_callback), (main):
1663 Add example app that dynamically switches between 3 'encoders'.
1665 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1667 * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1668 Add some more comments.
1670 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1672 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1673 (gst_video_test_src_create):
1674 Discard buffers of the wrong size after renegotiation, this is perfectly
1675 possible with things like capsfilter that could suggest caps changes
1676 upstream without knowing the size of the buffer.
1678 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1680 * tests/icles/.cvsignore:
1681 * tests/icles/Makefile.am:
1682 * tests/icles/test-scale.c: (make_pipeline), (main):
1683 Add dynamic rescaling tests for the new basetransform.
1685 2008-07-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1687 * gst/audioconvert/Makefile.am:
1688 Dist recently-added gstfastrandom.h.
1690 2008-07-30 Edward Hervey <edward.hervey@collabora.co.uk>
1692 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1693 Fix a "may be used uninitialized in this function" which weirdly only
1694 appears on macosx (?).
1696 2008-07-30 Stefan Kost <ensonic@users.sf.net>
1698 * gst-libs/gst/riff/riff-ids.h:
1699 Adding acid chunk for tempo and loop information.
1701 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1703 * sys/xvimage/Makefile.am:
1704 floor() needs linking to $(LIBM).
1706 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1708 * ext/gnomevfs/gstgnomevfssrc.c:
1709 Aggregate short reads and add some comments and debug logging.
1712 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1714 * gst/playback/gstplaybasebin.c:
1715 Fix property doc markup (its not a signal).
1717 * sys/xvimage/xvimagesink.c:
1718 Add since tag for new proeprties (also add sice tags fro the last two
1721 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1723 * sys/xvimage/xvimagesink.c:
1724 * sys/xvimage/xvimagesink.h:
1725 Add autofill/colorkey properties. Fixes #538656.
1727 2008-07-28 David Schleef <ds@schleef.org>
1729 * sys/xvimage/xvimagesink.c:
1730 Fix rounding errors when converting colorbalance values
1731 between hardware and object property ranges. Partial
1732 fix for #537889, however, there still seems to be a small
1733 drift problem that could be totem's fault.
1735 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1737 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1738 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1739 Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1740 This fixes a critical warning.
1742 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1744 * ext/ogg/gstoggmux.c:
1745 Allow muxing of CELT into Ogg streams.
1747 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1749 * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1751 Add simple typefinder for the CELT codec (www.celt-codec.org).
1753 2008-07-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1755 Patch by: Jan Gerber <j at oil21 dot org>
1757 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1758 Fix calculation of the start time from skeleton streams.
1761 2008-07-24 Stefan Kost <ensonic@users.sf.net>
1763 * tests/examples/seek/seek.c:
1764 Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1766 2008-07-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1768 * gst/audioconvert/audioconvert.h:
1769 * gst/audioconvert/gstaudioquantize.c:
1770 (gst_audio_quantize_setup_dither),
1771 (gst_audio_quantize_free_dither):
1772 * gst/audioconvert/gstfastrandom.h:
1773 Implement a linear congruential generator as pseudo random number
1774 generator for the dither noise. This is about 2 times faster than
1775 using GLib's mersenne twister. Also this uses only integer math for
1776 generating integers while GLib internally uses floating point math.
1778 2008-07-23 Michael Smith <msmith@songbirdnest.com>
1781 Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1783 2008-07-23 Tim-Philipp Müller <tim.muller at collabora co uk>
1785 Patch by: Damien Lespiau <damien.lespiau gmail com>
1787 * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1788 Use GST_STR_NULL to avoid crashes with libcs that don't
1789 like NULL strings in printf args (such as the win32 one).
1792 2008-07-17 Jan Schmidt <Jan.Schmidt@sun.com>
1794 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1795 Oops - set the size of the image used for probing back to 1x1, for
1796 consistency with ximagesink
1798 2008-07-17 Jan Schmidt <Jan.Schmidt@sun.com>
1800 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1801 (gst_ximagesink_ximage_new):
1802 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1803 (gst_xvimagesink_xvimage_new):
1805 Apparently on Solaris and OS/X (at least), it's not legal to ask the
1806 X server to attach to a shared memory segment after we've deleted it,
1807 with the result that MIT-SHM is disabled. Instead, remove it only after
1808 X succeeds in attaching too.
1810 2008-07-16 David Schleef <ds@schleef.org>
1812 * gst/audiotestsrc/gstaudiotestsrc.c:
1813 * gst/audiotestsrc/gstaudiotestsrc.h:
1814 Add 'ticks', a 1/30 second sine wave pulse every second.
1816 2008-07-15 David Schleef <ds@schleef.org>
1818 * gst-libs/gst/video/video.c: Revert ABI change.
1820 2008-07-15 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1822 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1823 Make it impossible to have NULL caps at the point where we set
1824 framerate and other things. Also don't return immediately for "3ivd"
1825 video and let framerate, etc be set. Might fix bug #542508.
1827 2008-07-14 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1829 * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1830 Video format can also be conveniently determined from (many)
1833 2008-07-14 Jan Schmidt <thaytan@noraisin.net>
1835 * gst/playback/gstplaybasebin.c:
1836 * gst/playback/gstplaybasebin.h:
1837 * gst/playback/gstplaybin.c:
1838 * gst/playback/gststreamselector.c:
1839 First stab at integrating DVD subpicture overlay into
1840 playbin. Successfully plugs and plays, but the queues need
1841 shrinking - 3 seconds of video is too much buffering.
1843 2008-07-11 Stefan Kost <ensonic@users.sf.net>
1845 * gst/audioconvert/gstaudioconvert.c:
1846 Remove now obsolete note in the docs.
1848 2008-07-11 Stefan Kost <ensonic@users.sf.net>
1850 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1851 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1852 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1853 * docs/plugins/gst-plugins-base-plugins.args:
1854 * docs/plugins/gst-plugins-base-plugins.hierarchy:
1855 * docs/plugins/gst-plugins-base-plugins.interfaces:
1856 * docs/plugins/gst-plugins-base-plugins.prerequisites:
1857 * docs/plugins/gst-plugins-base-plugins.signals:
1858 * docs/plugins/inspect/plugin-adder.xml:
1859 * docs/plugins/inspect/plugin-alsa.xml:
1860 * docs/plugins/inspect/plugin-audioconvert.xml:
1861 * docs/plugins/inspect/plugin-audiorate.xml:
1862 * docs/plugins/inspect/plugin-audioresample.xml:
1863 * docs/plugins/inspect/plugin-audiotestsrc.xml:
1864 * docs/plugins/inspect/plugin-cdparanoia.xml:
1865 * docs/plugins/inspect/plugin-decodebin.xml:
1866 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1867 * docs/plugins/inspect/plugin-gdp.xml:
1868 * docs/plugins/inspect/plugin-gnomevfs.xml:
1869 * docs/plugins/inspect/plugin-libvisual.xml:
1870 * docs/plugins/inspect/plugin-ogg.xml:
1871 * docs/plugins/inspect/plugin-pango.xml:
1872 * docs/plugins/inspect/plugin-playback.xml:
1873 * docs/plugins/inspect/plugin-queue2.xml:
1874 * docs/plugins/inspect/plugin-subparse.xml:
1875 * docs/plugins/inspect/plugin-tcp.xml:
1876 * docs/plugins/inspect/plugin-theora.xml:
1877 * docs/plugins/inspect/plugin-typefindfunctions.xml:
1878 * docs/plugins/inspect/plugin-uridecodebin.xml:
1879 * docs/plugins/inspect/plugin-video4linux.xml:
1880 * docs/plugins/inspect/plugin-videorate.xml:
1881 * docs/plugins/inspect/plugin-videoscale.xml:
1882 * docs/plugins/inspect/plugin-videotestsrc.xml:
1883 * docs/plugins/inspect/plugin-volume.xml:
1884 * docs/plugins/inspect/plugin-vorbis.xml:
1885 * docs/plugins/inspect/plugin-ximagesink.xml:
1886 * docs/plugins/inspect/plugin-xvimagesink.xml:
1887 * ext/alsa/gstalsamixer.c:
1888 * ext/alsa/gstalsasink.c:
1889 * ext/alsa/gstalsasrc.c:
1890 * ext/gio/gstgiosink.c:
1891 * ext/gio/gstgiosrc.c:
1892 * ext/gio/gstgiostreamsink.c:
1893 * ext/gio/gstgiostreamsrc.c:
1894 * ext/gnomevfs/gstgnomevfssink.c:
1895 * ext/gnomevfs/gstgnomevfssrc.c:
1896 * ext/ogg/gstoggdemux.c:
1897 * ext/ogg/gstoggmux.c:
1898 * ext/pango/gstclockoverlay.c:
1899 * ext/pango/gsttextoverlay.c:
1900 * ext/pango/gsttextrender.c:
1901 * ext/pango/gsttimeoverlay.c:
1902 * ext/theora/theoradec.c:
1903 * ext/theora/theoraenc.c:
1904 * ext/theora/theoraparse.c:
1905 * ext/vorbis/vorbisdec.c:
1906 * ext/vorbis/vorbisenc.c:
1907 * ext/vorbis/vorbisparse.c:
1908 * ext/vorbis/vorbistag.c:
1909 * gst/adder/gstadder.c:
1910 * gst/audioconvert/gstaudioconvert.c:
1911 * gst/audioresample/gstaudioresample.c:
1912 * gst/audiotestsrc/gstaudiotestsrc.c:
1913 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1914 * gst/gdp/gstgdpdepay.c:
1915 * gst/gdp/gstgdppay.c:
1916 * gst/playback/gstdecodebin2.c:
1917 * gst/playback/gstplaybin.c:
1918 * gst/playback/gstplaybin2.c:
1919 * gst/playback/gstqueue2.c:
1920 * gst/playback/gsturidecodebin.c:
1921 * gst/tcp/gstmultifdsink.c:
1922 * gst/tcp/gsttcpserversink.c:
1923 * gst/videorate/gstvideorate.c:
1924 * gst/videoscale/gstvideoscale.c:
1925 * gst/videotestsrc/gstvideotestsrc.c:
1926 * gst/volume/gstvolume.c:
1927 * sys/ximage/ximagesink.c:
1928 * sys/xvimage/xvimagesink.c:
1929 Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1930 titles. Drop mentining that all our example pipelines are "simple"
1933 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1935 * tests/examples/seek/Makefile.am:
1936 Fix out of tree build by adding all required CFLAGS.
1938 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1940 * gst/playback/gstdecodebin.c: (add_raw_queue):
1941 And ref the pad before returning it again when linking to the queue
1942 failed. Otherwise we will unref the pad twice later and things break.
1944 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1946 * gst/playback/gstdecodebin.c: (add_raw_queue):
1947 If linking the raw pad with a queue fails, try it without a queue
1948 instead of failing completely. This should never happen.
1950 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1952 Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1954 * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1955 Add a queue after a demuxer if the demuxer outputs raw data. This was
1956 done before only for non-raw data but is required in this case too.
1959 decodebin2 doesn't have this issue because all streams of a group
1960 go through multiqueue.
1962 2008-07-03 Wim Taymans <wim.taymans@collabora.co.uk>
1964 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1966 * gst-libs/gst/sdp/gstsdpmessage.c:
1967 Makes libgstsdp compile with mingw32 by defining the right WINVER so
1968 that getaddrinfo() can be used. Fixes #541358.
1970 2008-07-01 Wim Taymans <wim.taymans@collabora.co.uk>
1972 * gst/videotestsrc/gstvideotestsrc.c:
1973 (gst_video_test_src_class_init), (gst_video_test_src_init),
1974 (gst_video_test_src_set_property),
1975 (gst_video_test_src_get_property), (gst_video_test_src_create):
1976 * gst/videotestsrc/gstvideotestsrc.h:
1977 Cleanups, use default property values as defines.
1978 Add property to enable/disable peer buffer allocation.
1980 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1982 * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1983 * tests/check/pipelines/streamheader.c: (streamheader_suite):
1984 Enable unit tests on PPC again as the bugs are now fixed.
1986 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1988 * gst-libs/gst/riff/riff-ids.h:
1989 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1990 (gst_riff_create_audio_template_caps):
1991 Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1994 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1996 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1997 (gst_ffmpeg_pixfmt_to_caps):
1998 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1999 (gst_ffmpegcsp_get_unit_size):
2000 Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
2001 it on other formats. Also adjust the unit size only for that format
2002 to not include the palette. Fixes bug #540497.
2004 2008-06-29 Stefan Kost <ensonic@users.sf.net>
2006 * gst/adder/gstadder.c:
2007 Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
2009 2008-06-27 Stefan Kost <ensonic@users.sf.net>
2014 * tests/examples/seek/seek.c:
2015 Move variable into ifdef too.
2018 2008-06-27 Stefan Kost <ensonic@users.sf.net>
2020 * tests/examples/seek/seek.c:
2021 Include config.h and check if we have X. Remove XInitThread(), don't
2022 think its needed. Fixes: #540334.
2024 2008-06-26 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2026 Patch by: Sam Morris <sam at robots dot org to uk>
2028 * gst-libs/gst/interfaces/mixertrack.c:
2029 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2030 (gst_mixer_track_set_property):
2031 API: Add "index" property to GstMixerTrack to differantiate between
2032 multiple mixer tracks with the same label.
2034 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2035 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2036 Set the "index" property of GstMixerTrack to the index given by ALSA.
2039 2008-06-25 Stefan Kost <ensonic@users.sf.net>
2041 * tests/examples/seek/Makefile.am:
2042 * tests/examples/seek/seek.c:
2043 Remove libgstvideo usage. Use gtk_get_option_group instead of
2046 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2048 * tests/check/Makefile.am:
2049 Name the test registry format neutral.
2051 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2053 * gst/playback/gstqueue2.c:
2054 Do not double notify. Remove the unsued return value.
2056 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2058 * ext/alsa/gstalsamixer.c:
2059 Also consider "speaker" as a name for master volume. If that doesn't
2060 help look for the first non-mono volume control that also has a
2063 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2066 Forgot to save the ChangeLog :/
2068 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2070 * tests/examples/seek/Makefile.am:
2071 * tests/examples/seek/seek.c:
2072 Embedd the xwindow. Allow to play multiple files.
2074 2008-06-24 Jan Schmidt <jan.schmidt@sun.com>
2076 * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
2077 (gst_ximagesink_setcaps):
2078 * sys/ximage/ximagesink.h:
2079 When the caps change, make sure to re-draw borders in
2080 force-aspect-ratio=true mode.
2081 * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
2082 Don't clear the border_draw flag until we actually draw the border.
2083 * tests/check/Makefile.am:
2084 Ignore alsasink/src during the states test too, so it doesn't fail
2085 when running without access to the sound device.
2087 2008-06-22 Stefan Kost <ensonic@users.sf.net>
2089 * tests/examples/seek/seek.c:
2090 Fix crasher when playing a parse-launch line the 2nd time.
2092 2008-06-21 Thomas Vander Stichele <thomas at apestaart dot org>
2094 * tests/check/pipelines/oggmux.c:
2095 Properly ifdef tests to fix compilation.
2097 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2099 * gst/playback/gstplay-marshal.list:
2100 * gst/playback/gstplaybin2.c:
2101 Add get-video-pad, get-audio-pad, get-text-pad action signals to
2102 playbin2. This allows the user to get to the selector's sinkpads, and
2103 thus inspect a range of things - caps, tags, etc.
2105 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2107 * gst/playback/gstplaybin2.c:
2108 Use a different constant for the convert-frame signal id.
2111 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2113 * gst/playback/gstplaybin2.c:
2114 * gst/playback/gstplaysink.c:
2115 Fix a whole bunch of typos in comments and log statements.
2117 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2119 * sys/xvimage/xvimagesink.c:
2120 Don't set colour balance values on the Xv port if the user hasn't
2121 changed them (via properties or the interface). Avoids accumulating
2122 rounding errors for the common case.
2123 Partial fix for bug #537889.
2125 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2127 * gst/playback/gstdecodebin2.c:
2128 Ensure decodebin2 emits 'drained' signal once, and only once, when all
2131 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
2133 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2134 (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2135 Report the encoder latency. Fixes #538232.
2137 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
2139 * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2140 (notify_source), (activate_group):
2141 Implement the source property, emit notify when it changes in the
2142 underlying uridecodebin.
2144 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
2146 * tests/examples/seek/seek.c: (stop_cb):
2147 Free and clear the seek element list so that we don't use invalid
2148 references when seeking after recreating a gst-launch line.
2150 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
2152 * gst-libs/gst/audio/gstbaseaudiosink.c:
2153 (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2154 (gst_base_audio_sink_render):
2155 Report latency even if we are not live instead of hiding it.
2156 Take ts-offset and render-delay of the basesink into account when
2158 Rework the clipping code so that we can take the various offsets into
2159 account and still do correct clipping.
2161 2008-06-20 Jan Schmidt <jan.schmidt@sun.com>
2164 Bump verion back to devel -> 0.10.20.1
2166 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
2168 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2169 Don't increase the size of non-string image buffers by one as this
2170 might in theory confuse decoders. Still increase it by one for string
2171 image buffers to append '\0'.
2173 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
2175 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2177 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2178 Fix a buffer memleak and remove a confusing and wrong debug output.
2181 === release 0.10.20 ===
2183 2008-06-18 Jan Schmidt <jan.schmidt@sun.com>
2186 releasing 0.10.20, "Here I Go Again"
2188 2008-06-11 Jan Schmidt <jan.schmidt@sun.com>
2191 0.10.19.3 pre-release
2193 2008-06-11 Jan Schmidt <jan.schmidt@sun.com>
2195 * gst-libs/gst/rtsp/gstrtspconnection.c:
2197 Patch By: David Schleef <ds@schleef.org>
2200 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
2202 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2203 (gst_gio_base_src_create):
2204 * ext/gio/gstgiobasesrc.h:
2205 Try to read the requested number of bytes, even if the first
2206 read returns less than requested, until nothing is read anymore
2207 or we have the requested amount of bytes. This fixes playback of
2208 files via Samba as Samba only allows to read 64k at once.
2210 Implement a caching algorithm that makes sure that we read at
2211 least 4k of data every time. Some elements will try to read a few
2212 bytes, then seek, read again a few bytes and so on and this is
2213 painfully slow as every operation has to go over DBus if GVfs is
2216 Fixes bug #536849 and #536848.
2218 * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2219 (gst_gio_src_check_get_range):
2220 Override check_get_range() to blacklist http/https URIs
2221 and whitelist file URIs. More to be added on demand.
2223 2008-06-05 Jan Schmidt <jan.schmidt@sun.com>
2226 0.10.19.2 pre-release
2228 2008-06-04 Jan Schmidt <jan.schmidt@sun.com>
2230 * win32/common/libgstrtsp.def:
2231 * win32/common/libgsttag.def:
2232 Add new API functions to the dll exports
2234 2008-06-04 Michael Smith <msmith@songbirdnest.com>
2236 * gst/playback/gstplaybasebin.c:
2237 Disconnect signals from decodebins we created before we remove it
2238 from playbin, to avoid crashes if the decodebin is eventually
2239 disposed after the playbin itself (possible if the app takes a
2240 reference on the decodebin).
2243 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
2245 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2246 (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2247 (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2248 (h264_video_type_find), (mpeg_video_stream_type_find),
2249 (dv_type_find), (mmsh_type_find):
2250 Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2251 copy caps for no good reason (this may be desirable to make it easier
2252 to detect leaks, but then it should probably be done for all caps
2253 in the typefinder somewhere).
2255 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2257 * tests/check/Makefile.am:
2258 Do not try to run the check tests for subparse unless it has been
2261 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2263 * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2264 (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2265 Do not try to run a test which requires vorbisenc unless we have
2268 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2270 * gst-libs/gst/rtsp/gstrtspconnection.c:
2271 (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2272 (gst_rtsp_connection_clear_auth_params),
2273 (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2274 * gst-libs/gst/rtsp/gstrtspconnection.h:
2275 Add a couple of missing argument guards.
2276 Add a way of setting the DSCP for an RTSP connection.
2277 Add an accessor method for the ip member of GstRTSPConnection as all
2278 members are supposed to be private.
2280 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2282 * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2283 Fixed accidental use of IPv4 options for all IPv6 addresses.
2285 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
2287 * gst-libs/gst/interfaces/mixertrack.h:
2288 Document mixer track flags.
2290 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2292 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2294 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2295 Don't set caps on the buffers that contain a copy of the buffer
2296 including the caps of them resulting in an always increasing refcount
2297 of the caps and insanely large caps. Instead include a buffer without
2298 caps in the new caps. Fixes bug #536475.
2300 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2302 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2303 Transform a given PAR to a range on the struct with the generic
2304 height/width instead of the struct with the possibly restricted
2307 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2309 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2310 Prefer the given format if it contains something stricter than [1,MAX]
2311 for height or width and only put a structure that requires rescaling
2312 as second. This makes it possible to use videoscale in pipelines where
2313 the source can actually produce the wanted height/width but usually
2314 selects a different one from the requested.
2316 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2318 Based on patch by: John Millikin <jmillikin gmail com>
2320 * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2321 (gst_vorbis_tag_add_coverart):
2322 Retrieve COVERART tags from vorbis comments (#512333)
2324 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2326 * gst-libs/gst/tag/tag.h:
2327 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2328 Don't forget to add new enum value here too (should probably use
2329 glib-mkenums here...).
2331 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2333 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2334 * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2335 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2336 (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2337 (gst_tag_image_data_to_image_buffer):
2338 Add two utility functions to avoid code duplication (#512333):
2339 API: add gst_tag_image_data_to_image_buffer()
2340 API: add gst_tag_list_add_id3_image()
2341 API: add GST_TAG_IMAGE_TYPE_NONE enum value
2343 2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
2345 * win32/common/libgstaudio.def:
2346 Add gst_audio_check_channel_positions() to the exported symbols.
2348 2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
2350 * docs/libs/gst-plugins-base-libs-sections.txt:
2351 * gst-libs/gst/audio/multichannel.c:
2352 (gst_audio_check_channel_positions):
2353 * gst-libs/gst/audio/multichannel.h:
2354 API: Make gst_audio_check_channel_positions() public.
2356 * tests/check/libs/audio.c: (GST_START_TEST):
2357 Add some simple checks for gst_audio_check_channel_positions().
2359 2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk>
2361 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2362 minrange and maxrange are scaled according to the frequency
2365 2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk>
2367 * ext/pango/Makefile.am:
2368 * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2369 (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2370 Use gstvideo functions to calculate strides and plane offsets. Fixes
2371 rendering issue ('ghost' images of the text on the chroma planes)
2372 with widths or heights that are not multiples of 8 (#506659 and
2373 probably also #485729).
2375 * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2377 Test with odd height/width too.
2379 2008-06-02 Sebastian Dröge <slomo@circular-chaos.org>
2381 * gst/adder/gstadder.c: (gst_adder_query_duration),
2382 (gst_adder_query_latency):
2383 When using gst_element_iterate_pads() one has to unref every pad
2386 2008-05-31 Mark Nauwelaerts <mnauw@users.sf.net>
2388 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2389 (gst_base_audio_src_class_init):
2390 Add a gtk-doc chunk for the new properties to have a Since: indication.
2392 2008-05-31 Mark Nauwelaerts <mnauw@users.sf.net>
2394 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2395 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2396 (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2397 (gst_base_audio_src_change_state):
2398 Provide readable actual-buffer-time and actual-latency-time properties
2399 that reflect the configured ringbuffer values. Fixes #524724.
2400 API: GstBaseAudioSrc:actual-buffer-time
2401 API: GstBaseAudioSrc:actual-latency-time
2403 2008-05-30 Wim Taymans <wim.taymans@collabora.co.uk>
2405 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2406 (gst_basertppayload_change_state):
2407 Simply converting the running time into an RTP timestamp by scaling it
2408 based on the clock-rate is good enough for making an RTP timestamp. This
2409 has the added benefit that we can later on expose a property with the
2410 RTP timestamp of running time 0, as is needed for RTSP servers to
2411 generate the response of the PLAY request.
2413 2008-05-30 Sebastian Dröge <slomo@circular-chaos.org>
2415 * gst/audioconvert/gstaudioconvert.c:
2416 (structure_has_fixed_channel_positions),
2417 (gst_audio_convert_transform_caps):
2418 Allow up to 11 positioned channels now that audioconvert can handle
2419 this but add no default positions for > 8 channels.
2421 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2422 Add some unit tests for the above change: Test conversion of
2423 11 positioned channels to stereo and the other way around, test
2424 conversion of 15 unpositioned channels in different ways.
2426 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2428 * win32/common/libgstaudio.def:
2429 Add gst_audio_clock_reset to the list of exported symbols.
2431 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2433 * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2434 Remove wrong_channels_identification_header unit test as we now
2435 support 7 (and more channels).
2437 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2439 * gst/audioconvert/gstchannelmix.c:
2440 (gst_channel_mix_fill_one_other):
2441 If mixing left or right to center (or the other way around) only take
2442 the complete value if we don't already have the original position in
2445 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2447 * gst-libs/gst/audio/multichannel.c:
2448 (gst_audio_check_channel_positions),
2449 (gst_audio_set_structure_channel_positions_list),
2450 (gst_audio_fixate_channel_positions):
2451 Allow rear center together with rear left/right and other previously
2452 conflicting channel positions. The reason why they weren't allowed
2453 was the channel mixing implementation in audioconvert.
2454 Also take this into account when fixing channel layouts.
2456 Allow setting channel positions for 1/2 channels when using
2457 gst_audio_set_structure_channel_position().
2459 * gst/audioconvert/gstchannelmix.c:
2460 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2461 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2462 (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2463 Major rewrite of the channel mixing.
2465 We now allow previously conflicting channel positions to appear
2466 together (rear center and rear left/right for example).
2469 Rework the way channels are mixed together to take more possible
2470 channel positions into account, properly mix from/to side channels
2471 and don't assume that either center, left&right or nothing of a
2472 specific position is available anymore.
2474 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2475 Adjust unit tests with non-standard 1/2 channel layouts to the more
2476 correct new behaviour.
2478 Add a unit test for 5.1->Stereo downmixing.
2480 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2482 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2483 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2484 Add sane defaults for the 7 and 8 channel layouts as those are
2485 undefined in the Vorbis spec. Use NONE channel layouts when decoding
2486 more than 8 channels instead of erroring out. Fixes bug #535356.
2488 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2490 * docs/plugins/Makefile.am:
2491 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2492 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2493 * ext/theora/theoraparse.c:
2494 Add theoraparse to the docs and fix some docs.
2496 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2498 * gst-libs/gst/cdda/gstcddabasesrc.c:
2499 (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2500 Fix EOS condition and track addition check, the track.end sector is
2501 included in the track. Fixes #533265.
2503 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2505 Patch by: Mark Nauwelaerts <manauw at skynet be>
2507 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2508 (gst_video_rate_flush_prev), (gst_video_rate_event),
2509 (gst_video_rate_chain):
2510 * gst/videorate/gstvideorate.h:
2511 React (more) to NEWSEGMENT
2512 Small adjustment in timestamp calculation to prevent mismatches
2515 2008-05-28 Tim-Philipp Müller <tim.muller at collabora co uk>
2517 * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2518 Initialise error to NULL as we should.
2520 2008-05-28 Sebastian Dröge <slomo@circular-chaos.org>
2522 * gst/adder/gstadder.c: (gst_adder_query_duration),
2523 (gst_adder_query_latency), (gst_adder_query):
2524 Implement latency query.
2526 2008-05-27 Sebastian Dröge <slomo@circular-chaos.org>
2528 * gst/adder/gstadder.c: (gst_adder_query_duration):
2529 Correctly resync the iterator if gst_iterator_next() returns
2530 GST_ITERATOR_RESYNC.
2532 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2534 * win32/vs6/libgstpbutils.dsp:
2535 Add pbutils-enumtypes.c to sources (#518037).
2537 2008-05-27 Wim Taymans <wim.taymans@collabora.co.uk>
2539 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2540 (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2541 * gst-libs/gst/audio/gstaudioclock.h:
2542 Add method to inform the clock that the time starts from 0 again. We use
2543 this info to calculate a clock offset so that the time we report in
2544 internal_time is monotonically increasing, as required by the clock base
2545 class. Fixes #521761.
2546 API: GstAudioClock::gst_audio_clock_reset()
2548 * gst-libs/gst/audio/gstbaseaudiosink.c:
2549 (gst_base_audio_sink_skew_slaving),
2550 (gst_base_audio_sink_change_state):
2551 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2552 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2553 Reset reported time when we (re)create the ringbuffer.
2555 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2557 * ext/alsa/gstalsamixertrack.c:
2558 (gst_alsa_mixer_track_update_alsa_capabilities):
2559 Make sure playback volumes aren't accidentally overwritten by
2560 capture volumes if an alsa mixer track has both playback and
2561 capture capabilities: we create two GstMixerTracks in that
2562 case, so make sure we query only the alsa capabilities that
2563 refer to the type of GstMixerTrack we created from the dual
2564 capability alsa element. Should fix issues with Audigy2 sound
2567 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2569 * tests/check/pipelines/oggmux.c: (test_pipeline):
2570 Don't use deprecated function.
2572 2008-05-27 Wim Taymans <wim.taymans@collabora.co.uk>
2574 * gst/playback/gstdecodebin2.c:
2575 (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2576 Check for NULL cases and log them, creating ghostpads can, for example,
2577 fail when the pad returns wrong caps.
2579 * gst/playback/gstplaybin2.c: (perform_eos):
2580 When pushing out the EOS event, collect the return value and warn when
2583 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
2585 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2586 (gst_riff_create_video_template_caps):
2587 Add support for DVCPRO.
2589 2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
2591 * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2592 Change default scaling method from nearest-neighbour to bilinear.
2594 2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
2596 * tests/check/libs/video.c:
2599 2008-05-25 Tim-Philipp Müller <tim.muller at collabora co uk>
2601 * gst/subparse/gstsubparse.c: (parser_state_init),
2602 (gst_sub_parse_format_autodetect), (handle_buffer):
2603 * gst/subparse/gstsubparse.h:
2604 * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2605 Limit duration to a maximum of five seconds for tmplayer format where
2606 we can guess the duration only from the timestamp of the next line of
2607 text. We don't want to show a text for eternities just because nothing
2608 else is being said for a while.
2610 2008-05-23 Wim Taymans <wim.taymans@collabora.co.uk>
2612 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2613 (gst_base_rtp_depayload_chain),
2614 (gst_base_rtp_depayload_handle_sink_event),
2615 (gst_base_rtp_depayload_push_full),
2616 (gst_base_rtp_depayload_change_state):
2617 Check sequence numbers, mark input buffers with a discont flag for the
2618 subclass when we detected a gap, drop duplicate buffers. We do this
2619 because one can use the element without a jitterbuffer in front and we
2620 don't want to feed the subclasses invalid or reordered data.
2621 Do an error when the subclass did not provide a process function instead
2623 Some other small cleanups.
2625 2008-05-22 Tim-Philipp Müller <tim.muller at collabora co uk>
2627 * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2628 May just as well use the precalculated uvstride here.
2630 2008-05-22 Jan Schmidt <jan.schmidt@sun.com>
2632 * docs/plugins/Makefile.am:
2633 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2634 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2635 * docs/plugins/gst-plugins-base-plugins.args:
2636 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2637 * docs/plugins/gst-plugins-base-plugins.interfaces:
2638 * docs/plugins/gst-plugins-base-plugins.prerequisites:
2639 * docs/plugins/inspect/plugin-adder.xml:
2640 * docs/plugins/inspect/plugin-alsa.xml:
2641 * docs/plugins/inspect/plugin-audioconvert.xml:
2642 * docs/plugins/inspect/plugin-audiorate.xml:
2643 * docs/plugins/inspect/plugin-audioresample.xml:
2644 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2645 * docs/plugins/inspect/plugin-cdparanoia.xml:
2646 * docs/plugins/inspect/plugin-decodebin.xml:
2647 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2648 * docs/plugins/inspect/plugin-gdp.xml:
2649 * docs/plugins/inspect/plugin-gio.xml:
2650 * docs/plugins/inspect/plugin-gnomevfs.xml:
2651 * docs/plugins/inspect/plugin-libvisual.xml:
2652 * docs/plugins/inspect/plugin-ogg.xml:
2653 * docs/plugins/inspect/plugin-pango.xml:
2654 * docs/plugins/inspect/plugin-playback.xml:
2655 * docs/plugins/inspect/plugin-queue2.xml:
2656 * docs/plugins/inspect/plugin-subparse.xml:
2657 * docs/plugins/inspect/plugin-tcp.xml:
2658 * docs/plugins/inspect/plugin-theora.xml:
2659 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2660 * docs/plugins/inspect/plugin-uridecodebin.xml:
2661 * docs/plugins/inspect/plugin-video4linux.xml:
2662 * docs/plugins/inspect/plugin-videorate.xml:
2663 * docs/plugins/inspect/plugin-videoscale.xml:
2664 * docs/plugins/inspect/plugin-videotestsrc.xml:
2665 * docs/plugins/inspect/plugin-volume.xml:
2666 * docs/plugins/inspect/plugin-vorbis.xml:
2667 * docs/plugins/inspect/plugin-ximagesink.xml:
2668 * docs/plugins/inspect/plugin-xvimagesink.xml:
2669 * ext/cdparanoia/gstcdparanoiasrc.c:
2670 * ext/ogg/gstoggdemux.c:
2671 * ext/ogg/gstoggdemux.h:
2672 * ext/ogg/gstoggmux.c:
2673 * ext/ogg/gstoggmux.h:
2674 * gst/audioconvert/audioconvert.c:
2675 * gst/audioconvert/audioconvert.h:
2676 * gst/audioconvert/gstaudioconvert.h:
2677 * gst/gdp/gstgdpdepay.h:
2678 * gst/gdp/gstgdppay.h:
2679 * gst/playback/gstdecodebin.c:
2680 * gst/playback/gstdecodebin2.c:
2681 * gst/playback/gstplaybin.c:
2682 * gst/playback/gstplaybin2.c:
2683 * gst/playback/gsturidecodebin.c:
2684 * gst/tcp/gstmultifdsink.c:
2685 * gst/tcp/gstmultifdsink.h:
2688 Add some documentation comments, and some new headers to be scanned.
2689 Rename some internal enum declarations (audioconvert's DitherType and
2690 NoiseShapingType, GstUnitType from the TCP elements) to match the
2691 documented GObject type names so that the docs pick them up.
2692 Name the playbin2 docs markups properly so they get picked up. They'll
2693 need renaming back when/if playbin2 becomes playbin.
2695 100% symbol coverage for the plugin docs, booya.
2697 2008-05-22 Sebastian Dröge <slomo@circular-chaos.org>
2699 Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2701 * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2702 Fix generation of NV12/NV21 frames. Fixes bug #532454.
2704 2008-05-22 Wim Taymans <wim.taymans@collabora.co.uk>
2706 Patch by: Sjoerd Simons <sjoerd at luon dot net>
2708 * gst/playback/gstdecodebin.c: (remove_fakesink):
2709 Lock the fakesink before setting the state to NULL and removing it from
2710 the bin so that a concurrent state change cannot interfere.
2713 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
2716 Fix installing plugin documentation when gtk-doc is disabled.
2718 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
2720 * gst-libs/gst/rtsp/Makefile.am:
2721 Distribute, don't install md5.h
2723 2008-05-21 Julien Moutte <julien@fluendo.com>
2725 * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2726 instead of SOL_IP, works on more platforms.
2727 * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2730 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2732 * ext/vorbis/vorbisdec.c:
2733 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2734 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2735 Some debug and comment fixes.
2737 * tests/examples/dynamic/addstream.c: (main):
2740 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2742 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2743 * gst/playback/decodetest.c: (new_decoded_pad_cb):
2744 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2745 (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2746 (cleanup_decodebin):
2747 * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2748 (connect_element), (gst_decode_group_control_demuxer_pad):
2749 * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2750 (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2752 * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2753 (gst_play_bin_set_property), (handoff), (gen_video_element),
2754 (gen_text_element), (gen_audio_element), (gen_vis_element),
2755 (remove_sinks), (add_sink), (setup_sinks):
2756 * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2757 * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2758 (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2759 (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2760 (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2761 (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2762 (gen_vis_chain), (gst_play_sink_reconfigure),
2763 (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2764 (gst_play_sink_request_pad):
2765 * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2766 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2768 * gst/playback/test6.c: (new_decoded_pad_cb):
2769 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2770 * tests/check/elements/audiorate.c: (test_injector_chain),
2771 (do_perfect_stream_test):
2772 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2773 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2774 * tests/check/elements/gnomevfssink.c:
2775 * tests/check/elements/textoverlay.c:
2776 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2777 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2778 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2779 * tests/check/pipelines/oggmux.c: (test_pipeline):
2780 * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2781 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2782 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2783 * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2784 * tests/examples/seek/seek.c: (make_mod_pipeline),
2785 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2786 (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2787 (make_theora_pipeline), (make_vorbis_theora_pipeline),
2788 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2789 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2790 (update_fill), (msg_buffering):
2791 Don't use bad gst_element_get_pad().
2793 2008-05-21 Stefan Kost <ensonic@users.sf.net>
2795 * gst-libs/gst/riff/riff-media.c:
2796 Fix wrong method name in docs. Fix calculation of strf fields for
2799 * gst-libs/gst/riff/riff-read.c:
2800 Whitespace fix and removing double ';'.
2802 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2804 * docs/design/part-playbin2.txt:
2805 Add some leftover doc.
2807 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2809 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2810 Fix copy & paste error in last commit.
2812 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2814 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2815 Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2816 other channel positions when source has SIDE channels and dest doesn't
2817 or the other way around.
2819 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2821 Patch by: Henrik Eriksson <henriken at axis dot com>
2823 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2824 (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2825 (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2826 (gst_multi_fd_sink_get_property):
2827 * gst/tcp/gstmultifdsink.h:
2828 Add support for DSCP QOS. Fixes #469933.
2830 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2832 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2833 Add another test that checks if conversion between standard 1 and 2
2834 channel layouts with and without positions set is working.
2836 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2838 * gst-libs/gst/audio/multichannel.c:
2839 (gst_audio_check_channel_positions):
2840 Allow non-standard 2 channel layouts.
2842 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2843 Add some tests for converting and remapping non-standard 1 and 2
2846 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2848 * gst/audioconvert/gstchannelmix.c:
2849 (gst_channel_mix_fill_normalize):
2850 Prevent division by zero if the channel mix matrix contains only
2853 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2855 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2857 * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2858 Close a buffer memory leak. Fixes bug #534071.
2860 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2862 * gst-libs/gst/rtsp/gstrtsptransport.h:
2863 Make the GstRTSPTransport struct members public as there are no
2864 setters/getters and it's supposed to be changed directly.
2867 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2869 * gst/adder/gstadder.c:
2870 Adder also doesn't support audio/x-raw-int with width!=depth so don't
2871 claim this on the pad template caps.
2873 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
2875 * gst-libs/gst/audio/gstbaseaudiosink.c:
2876 (gst_base_audio_sink_sync_latency):
2877 We can only use our optimal calibration if we prerolled before the
2880 2008-05-20 Tim-Philipp Müller <tim.muller at collabora co uk>
2883 Require core CVS for GstBaseSrc buffer caps setting magic.
2885 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
2887 * gst/audioconvert/gstaudioconvert.c:
2888 (gst_audio_convert_fixate_channels):
2889 Fix logic in last commit.
2891 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
2893 * gst/audioconvert/gstaudioconvert.c:
2894 (gst_audio_convert_fixate_channels):
2895 Passthrough the channel positions if the number of output channels is
2896 the same as the number of input channels, the input had a channel
2897 layout and downstream requests no special one. We did this already for
2898 > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2900 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
2902 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2903 (gst_gnome_vfs_src_finalize),
2904 (gst_gnome_vfs_src_received_headers_callback),
2905 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2906 * ext/gnomevfs/gstgnomevfssrc.h:
2907 Set the ICY caps on the srcpad from where they get picked up by the base
2908 class now and set on the outgoing buffers.
2910 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2911 (gst_base_audio_src_create):
2912 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2913 BaseSrc now sets the caps on outgoing buffers automatically.
2915 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
2917 * gst-libs/gst/audio/gstbaseaudiosink.c:
2918 (gst_base_audio_sink_resample_slaving),
2919 (gst_base_audio_sink_skew_slaving),
2920 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2921 (gst_base_audio_sink_async_play),
2922 (gst_base_audio_sink_change_state):
2923 Change the way in which the ringbuffer is started when dealing with a
2924 slaved clock and latency. We now sync to the clock until we reach
2925 upstream latency before starting the ringbuffer. This has the effect
2926 that we can accurately align the master and slave clocks and let the
2927 rate correction code take care of the initial drift or rounding errors
2928 instead of leaving them uncorrected with the old approach.
2930 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
2932 * gst/audioconvert/gstaudioconvert.c:
2933 (gst_audio_convert_fixate_channels):
2934 Correctly set the default channel positions when converting to 8
2937 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
2940 Error out if we don't have the required version of core.
2942 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
2944 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2945 Use data scan helper in aac typefinder and stop scanning
2946 for headers when we've found a type. Also fix potential invalid
2947 memory access when calculating the frame length.
2949 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
2951 * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2952 (mpeg_sys_is_valid_pack):
2953 Don't modify scan context when we return FALSE in ensure_data, so
2954 it's possible to continue scanning, and we don't end up with a NULL
2955 data pointer and a positive size, which might bite us the next time
2956 we're called. Small constification.
2958 2008-05-16 Sebastian Dröge <slomo@circular-chaos.org>
2960 * gst/adder/gstadder.c:
2961 Adder doesn't support 24 bit samples so don't claim it supports them
2962 in the pad template caps.
2964 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
2966 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2967 (gst_base_rtp_depayload_chain):
2968 Validate the RTP packet before further processing it. It's just too
2969 dangerous to accept random packets and people are not forced to use a
2970 jitterbuffer or session manager to filter out the bad packets.
2972 * gst-libs/gst/rtp/gstrtpbuffer.c:
2973 (gst_rtp_buffer_set_extension_data),
2974 (gst_rtp_buffer_get_payload_subbuffer):
2976 When setting extension data in a buffer that is too small, we fail and
2977 we should not set the extension bit.
2978 Change GST_WARNINGS into g_warning because they really are
2981 * tests/check/libs/rtp.c: (GST_START_TEST):
2982 Catch the g_warnings now in the unit tests and that fact that failing to
2983 set extension data left the extension bit untouched.
2985 2008-05-14 Tim-Philipp Müller <tim.muller at collabora co uk>
2987 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2988 Revert previous change which made basetransform handle buffer_alloc
2989 and which breaks things badly in the non-passthrough case since it
2990 returned buffers with a different (ie. sometimes smaller) size than
2993 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
2995 Patch by: Bernard B <b-gnome at largestprime dot net>
2997 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2998 Fix seqnum compare function for bordercase values and fix the docs
2999 again. Fixes #533075.
3001 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
3002 Add a testcase for seqnum compare function.
3004 2008-05-14 Sebastian Dröge <slomo@circular-chaos.org>
3006 * gst/adder/gstadder.c: (gst_adder_setcaps),
3007 (gst_adder_class_init):
3008 Correctly declare the supported endianness on the pad templates
3009 and check for correct endianness in the set caps function. Adder
3010 only supports native endianness.
3011 Also use gst_element_class_set_details_simple().
3013 2008-05-14 Stefan Kost <ensonic@users.sf.net>
3015 * sys/xvimage/xvimagesink.c:
3016 Better debug logging in port value handling. Merging separate port
3017 value loops into one.
3019 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
3021 Patch by: Hannes Bistry <hannesb at gmx dot de>
3023 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3024 * gst/tcp/gsttcpserversink.c:
3025 (gst_tcp_server_sink_handle_server_read),
3026 (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
3027 Fix regression in clientsrc because we did not add the fd to the poll
3028 set anymore. Fixes #532364.
3029 Do some cleanups here and there.
3031 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3033 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3034 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3035 * gst/playback/gstplay-marshal.list:
3036 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3037 Use correct marshallers. GstCaps are a boxed type and no GObject
3040 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3042 * win32/common/libgstrtsp.def:
3043 Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
3046 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3048 Patch by: Sjoerd Simons <sjoerd at luon dot net>
3050 * tests/check/elements/audioresample.c:
3051 (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
3052 (live_switch_push), (GST_START_TEST):
3053 Add unit test for the latest basetransform negotiation changes.
3056 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3058 * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3059 Fix nv12<->nv21 conversion if stride is larger than width.
3061 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3063 Patch by: Jan Gerber <j at oil21 dot org>
3065 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
3066 (gst_ogg_pad_parse_skeleton_fisbone):
3067 * ext/ogg/gstoggdemux.h:
3068 Parse presentation time from skeleton streams and use it as offset
3069 for the timestamps. Fixes bug #530068.
3071 2008-05-12 Wim Taymans <wim.taymans@collabora.co.uk>
3073 * gst-libs/gst/audio/gstbaseaudiosink.c:
3074 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3075 Revert previous patch that attempted to more accurately calculate the
3076 initial offset between master and slave clock. The best thing we can do
3077 in general is take the time of both clocks as the diff since we don't
3078 know when the actual preroll happened.
3080 2008-05-11 Tim-Philipp Müller <tim.muller at collabora co uk>
3082 * gst-libs/gst/pbutils/install-plugins.c:
3083 Fix docs: type and missing word.
3085 2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
3087 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3088 Don't do lots of 4-byte peeks, but use the 'new' data scan helper
3089 for this instead; don't check if we've found enough markers after
3090 each and every step, it's enough to do that only if we've actually
3092 Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
3094 2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
3096 * gst/typefind/gsttypefindfunctions.c:
3097 (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
3098 (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
3099 (mpeg_video_stream_type_find):
3100 Move scan helper thingy to the beginning of the file so we can use
3101 it in other typefind functions. Rename it to something more
3102 generic. Also improve handling of things towards the end of the
3103 typefind data: peek as much as we can if we know the size of the
3104 data, rather than just min_size.
3106 2008-05-09 Jan Schmidt <jan.schmidt@sun.com>
3108 * docs/libs/gst-plugins-base-libs-sections.txt:
3109 * gst-libs/gst/interfaces/colorbalance.c:
3110 * gst-libs/gst/interfaces/colorbalance.h:
3111 * gst-libs/gst/interfaces/colorbalancechannel.c:
3112 * gst-libs/gst/interfaces/colorbalancechannel.h:
3113 * gst-libs/gst/interfaces/tuner.c:
3114 * gst-libs/gst/interfaces/tunerchannel.c:
3115 * gst-libs/gst/interfaces/tunerchannel.h:
3116 * gst-libs/gst/interfaces/tunernorm.c:
3117 * gst-libs/gst/interfaces/tunernorm.h:
3118 * gst-libs/gst/video/video.c:
3119 * gst-libs/gst/video/video.h:
3120 Document the GstTuner and GstColorBalance interfaces, and some
3121 other random API functions that needed it. 70% symbol coverage, woo.
3123 2008-05-09 Wim Taymans <wim.taymans@collabora.co.uk>
3125 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3126 Choose to allocate one less segment but require one additional segment
3129 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3130 No need to increment the number of segments in the source.
3132 * gst-libs/gst/audio/gstbaseaudiosink.c:
3133 (gst_base_audio_sink_get_time), (clock_convert_external),
3134 (gst_base_audio_sink_resample_slaving),
3135 (gst_base_audio_sink_skew_slaving),
3136 (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3137 (gst_base_audio_sink_async_play):
3138 Remove adding latency when returning the internal time while subtracting
3139 it again when we use the value a little later.
3140 When calculating the end timestamp, we are making a rounding error
3141 with the current algorithm. Ensure that we don't accumulate these
3142 rounding errors when aligning samples by not resampling at all if we
3143 don't need to. Fixes #419351.
3144 Make the initial calibration of the clock slaving a little more
3145 predictable and accurate. Also handle the case where we don't do
3148 2008-05-09 Sebastian Dröge <slomo@circular-chaos.org>
3150 Based on a patch by:
3151 Björn Benderius <bjoern dot benderius at axis dot com>
3153 * gst/ffmpegcolorspace/avcodec.h:
3154 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3155 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3156 (gst_ffmpegcsp_avpicture_fill):
3157 * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3158 * gst/ffmpegcolorspace/imgconvert_template.h:
3159 Add conversions from/to NV12 and NV21 and conversions between those
3160 two formats. Fixes bug #532166.
3162 2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
3164 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3165 Abort the h264 typefinding as soon as _peek() doesn't return anything,
3166 which happens for example with files smaller than 128kb.
3168 2008-05-08 Wim Taymans <wim.taymans@collabora.co.uk>
3170 Patch by: Wouter Cloetens <zombie at e2big dot org>
3172 * gst-libs/gst/rtsp/Makefile.am:
3173 * gst-libs/gst/rtsp/gstrtspconnection.c:
3174 (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3175 (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3176 (add_auth_header), (gst_rtsp_connection_free),
3177 (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3178 (gst_rtsp_connection_set_auth_param),
3179 (gst_rtsp_connection_clear_auth_params):
3180 * gst-libs/gst/rtsp/gstrtspconnection.h:
3181 Add Digest authorization support for RTSP connections. See #532065.
3183 * gst-libs/gst/rtsp/md5.c:
3184 * gst-libs/gst/rtsp/md5.h:
3185 Yeap, another md5 implementation until we can depend on a glib that has
3188 2008-05-08 Sebastian Dröge <slomo@circular-chaos.org>
3190 Patch by: Sjoerd Simons <sjoerd at luon dot net>
3192 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3193 Let audioresample use the buffer allocation of basetransform instead
3196 * tests/check/elements/audioresample.c: (alloc_only_48000),
3197 (GST_START_TEST), (audioresample_suite):
3198 Add unit test for the recent basetransform bugfix, where upstream
3199 changes caps to something that can't be passed through anymore.
3201 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
3203 * win32/common/config.h.in:
3204 Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3205 use the real thing than having "???" unconditionally.
3207 2008-05-07 Wim Taymans <wim.taymans@collabora.co.uk>
3209 * gst-libs/gst/audio/gstbaseaudiosink.c:
3210 (gst_base_audio_sink_query):
3211 Report the latency with the new seglatency parameter.
3213 * gst-libs/gst/audio/gstringbuffer.c:
3214 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3215 (gst_ring_buffer_acquire):
3216 * gst-libs/gst/audio/gstringbuffer.h:
3217 Add new field to the ringbufferspec to specify the expected latency
3218 between the underlying device read/write pointer, this is needed
3219 when writing sinks that sit a little closer to the hardware.
3220 Add some more docs for other fields.
3222 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3224 * gst/volume/gstvolume.c: (volume_transform_ip):
3225 Return NOT_NEGOTIATED if we didn't set a process function yet for some
3226 reason instead of crashing later. Might fix bug #509125.
3228 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3230 Based on a patch by: Tim-Philipp Müller <tim.muller at collabora co uk>
3232 * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3233 * gst/audioconvert/audioconvert.h:
3234 * gst/audioconvert/gstaudioconvert.c:
3235 (gst_audio_convert_parse_caps),
3236 (structure_has_fixed_channel_positions),
3237 (gst_audio_convert_transform_caps):
3238 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3239 Add support for more than 8 channels and NONE channel layouts. For
3240 more than 8 channels no channel conversion is supported yet, only
3241 format conversions are supported. Fixes bug #398033.
3243 * tests/check/elements/audioconvert.c: (verify_convert),
3244 (GST_START_TEST), (audioconvert_suite):
3245 Add some unit tests by Tim for checking the NONE channel layouts
3246 and more than 8 channels and add some more unit tests for channel
3249 2008-05-06 Wim Taymans <wim.taymans@collabora.co.uk>
3251 * gst/playback/gstdecodebin2.c: (connect_pad):
3252 When autoplugging fails, set the element back to NULL before
3255 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3257 * win32/common/libgstaudio.def:
3258 Add gst_base_audio_src_[sg]et_slave_method() to the exported
3261 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
3263 * gst/subparse/samiparse.c: (handle_start_sync),
3264 (end_sami_element), (characters_sami):
3265 Remove trailing, leading and double whitespaces.
3266 Correctly timestamp buffers and output the last buffer too.
3268 * tests/check/elements/subparse.c: (GST_START_TEST),
3270 Add a simple unit test for SAMI parsing.
3272 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
3274 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3276 * gst/subparse/samiparse.c: (handle_start_sync),
3277 (start_sami_element), (end_sami_element), (characters_sami),
3278 (sami_context_reset):
3279 Only output characters inside the "sync" elements. There could be
3280 other elements like "style" that have some content but should
3281 not be printed. Fixes bug #467911.
3283 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
3285 * gst/playback/gstplaybasebin.c: (set_audio_mute),
3286 (set_active_source):
3287 * gst/playback/gstplaybasebin.h:
3288 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3289 (playbin_set_audio_mute):
3290 Allow setting -1 as current-audio to mute the current audio stream,
3291 similar to what is done for subtitles. Fixes bug #342294.
3293 2008-05-05 Edward Hervey <edward.hervey at collabora co uk>
3295 * gst-libs/gst/pbutils/descriptions.c: (formats):
3296 It's SorensOn and not SorensEn.
3298 2008-05-04 Tim-Philipp Müller <tim.muller at collabora co uk>
3300 * gst-libs/gst/pbutils/descriptions.c: (formats):
3301 Fix description of video/x-flash-video.
3303 2008-05-04 Sebastian Dröge <slomo@circular-chaos.org>
3305 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3306 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3307 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3308 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3309 Remove some unused code.
3311 * gst/audioconvert/gstaudioquantize.c:
3312 (gst_audio_quantize_free_noise_shaping):
3313 Don't return before freeing the noise shaping history.
3315 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3317 * tests/check/elements/subparse.c: (do_test),
3318 (test_tmplayer_style3b), (subparse_suite):
3319 Add unit test for the tmplayer variant from bug #530962.
3321 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3323 * gst/subparse/gstsubparse.c: (handle_buffer),
3324 (gst_sub_parse_sink_event):
3325 * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3326 (tmplayer_parse_line):
3327 Fix parsing of tmplayer subtitle variant where every single line contains
3328 text and there isn't an empty line after each line to determine the
3329 duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3330 making sure that we push out the last line of text without a duration if
3331 there's still text left in the buffer at the end.
3333 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3335 * gst/subparse/gstsubparse.c: (feed_textbuf):
3336 Fix detection of discontinuities based on the buffer offset (doesn't work
3337 so well if no buffer offset is set) and also check for the DISCONT buffer
3338 flag. This keeps the parser state from being reset after each buffer in
3341 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3343 * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3344 Further fine-tuning: don't absolutely require sequence or GOP headers
3345 (as introduced in the previous commit), but adjust the typefind
3346 probabilities returned accordingly if we don't see them. Also make sure
3347 picture header and first slice are somewhat close to each other (which
3348 is not perfect but still better than requiring a fixed offset or having
3351 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
3353 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3354 (gst_basertppayload_sink_setcaps),
3355 (gst_basertppayload_sink_getcaps):
3356 Rename the setcaps/getcaps function internally to make it clear that
3357 they are called for the sink pad.
3359 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
3361 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3362 (gst_base_rtp_depayload_class_init),
3363 (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3364 (gst_base_rtp_depayload_packet_lost),
3365 (gst_base_rtp_depayload_set_gst_timestamp):
3366 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3367 Catch packet-lost events from the jitterbuffer and convert them into a
3368 vmethod call (lost-packet) so that depayloaders can do something smart.
3369 Also add a default packet-lost function that sends out a segment update
3372 2008-05-02 Stefan Kost <ensonic@users.sf.net>
3374 * gst/playback/test4.c:
3375 * gst/playback/test5.c:
3376 * gst/playback/test6.c:
3377 * gst/playback/test7.c:
3378 Also include config.h when relying on defines from it. Fixes the
3379 build. Its been a please to serve :)
3381 2008-05-02 Thijs Vermeir <thijsvermeir@gmail.com>
3383 * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3384 (paint_setup_NV21), (paint_hline_NV12_NV21):
3385 Add support for NV12 and NV21 in videotestsrc
3387 2008-05-02 Sebastian Dröge <slomo@circular-chaos.org>
3389 * gst/videoscale/gstvideoscale.c:
3390 * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3391 * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3392 (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3393 (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3394 (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3395 (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3396 (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3397 (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3398 (vs_image_scale_linear_RGB555):
3399 Support 1x1 images as input and output as for example the BBC HQ new
3400 streams have 1x1 GIFs in the playlists for some reason.
3402 2008-05-01 Tim-Philipp Müller <tim.muller at collabora co uk>
3404 * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3406 If we can't activate one of the decoders we plugged in (such as,
3407 say, musepackdec) for some reason (it might not support push mode,
3408 for example), remove any pad probes that close_pad_link() might
3409 have set up. This makes sure we later don't try to remove a probe
3410 for a pad that doesn't exist any longer, and avoids nast warnings
3411 and probably other things too.
3413 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
3415 * gst/typefind/gsttypefindfunctions.c:
3416 (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3418 Rework mpeg video stream typefinding a bit more: make sure sequence,
3419 GOP, picture and slice headers appear in the order they should and
3420 that we've in fact at least had one of each; fix picture header
3421 detection; decouple picture and slice header check - don't assume
3422 they're at a fixed offset, there may be extra data in between. Also,
3423 announce varying degrees of probability depending on what we found
3424 exactly (multiple pictures, at least one picture, just sequence and
3425 GOP headers). Finally, in _ensure_data(), take into account that we
3426 might be typefinding smaller amounts of data, such as the first
3427 buffer of a stream, so fall back to the minimum size needed as long
3428 as that's available, instead of erroring out if there's less than
3429 2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3430 fuzzed file from #399342 as valid.
3432 2008-04-30 Michael Smith <msmith@songbirdnest.com>
3434 * ext/theora/theoradec.c:
3435 Cool kids don't divide by zero.
3436 Treat PAR of x:0 as 1:1.
3439 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
3441 * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3442 (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3443 (mpeg_video_stream_type_find):
3444 Refactor a bit: use context structure to track parsing offset and
3445 size of available data and make the code a bit clearer. Fixes bad
3446 memory access in #356937.
3448 2008-04-28 Michael Smith <msmith@songbirdnest.com>
3450 * gst/playback/test4.c:
3451 * gst/playback/test5.c:
3452 * gst/playback/test6.c:
3453 * gst/tcp/gstmultifdsink.c:
3454 Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3457 2008-04-28 Wim Taymans <wim.taymans@collabora.co.uk>
3459 * gst-libs/gst/audio/gstbaseaudiosink.h:
3462 * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3463 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3464 (gst_base_audio_src_set_slave_method),
3465 (gst_base_audio_src_get_slave_method),
3466 (gst_base_audio_src_set_property),
3467 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3468 * gst-libs/gst/audio/gstbaseaudiosrc.h:
3469 Add property and methods for selecting the clock slave method in the
3470 source, like in the sink.
3471 We only implement "none" and "re-timestamp" for now.
3472 API: gst_base_audio_src_set_slave_method()
3473 API: gst_base_audio_src_get_slave_method()
3475 2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
3477 * gst-libs/gst/rtp/gstrtpbuffer.c:
3478 Fix the docs about the seqnum compare function, it returns a difference.
3480 2008-04-24 Edward Hervey <edward.hervey@collabora.co.uk>
3482 * ext/alsa/gstalsadeviceprobe.c:
3483 (gst_alsa_get_device_list): Don't return before freeing up
3484 the allocated structures.
3486 2008-04-24 Stefan Kost <ensonic@users.sf.net>
3488 * gst/playback/gstplaybin.c:
3489 Remove obsolete streaminfo code and fix a leak. Fixes #529546
3491 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3493 * ext/ogg/gstoggdemux.c:
3494 Revert the event part, that should not go in.
3496 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3498 * ext/ogg/gstoggdemux.c:
3499 Don't leak GstPluginFeatures when filtering.
3501 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3503 * sys/xvimage/xvimagesink.c:
3504 Add some logging for cases when grabbing the xv failed.
3506 2008-04-21 David Schleef <ds@schleef.org>
3508 * ext/ogg/gstoggmux.c:
3509 Update Ogg/Dirac muxing. Removes the weird "KW-DIRAC" bos
3510 packet. Should conform to what we currently think is the
3511 final Ogg/Dirac muxing spec.
3513 2008-04-21 David Schleef <ds@schleef.org>
3515 * sys/xvimage/xvimagesink.c:
3516 Fix typo that causes the overlay keying color to bright green
3517 on a 16-bit display. Dark grey good. Bright green bad.
3519 2008-04-21 Stefan Kost <ensonic@users.sf.net>
3521 * ext/gnomevfs/gstgnomevfsuri.c:
3522 Add FIXME comment about using uri-list for source and sink.
3524 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3526 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3527 GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3528 vaargs functions to gint. Otherwise the fractions will get 0 set
3529 instead of the correct value on big endian systems. Fixes bug #529018.
3531 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3533 * ext/gnomevfs/gstgnomevfssink.c:
3534 (gst_gnome_vfs_sink_uri_get_protocols):
3535 * ext/gnomevfs/gstgnomevfssrc.c:
3536 (gst_gnome_vfs_src_uri_get_protocols):
3537 * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3538 (gst_gnomevfs_get_supported_uris):
3539 Get the list of supported URI schemes in a threadsafe way and use the
3540 same list for the source and sink.
3542 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3544 * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3545 (gst_gio_get_supported_protocols):
3546 Don't generate a new supported protocols list on each call but cache
3547 it. It's supposed to be static anyway, this way we only leak it once
3550 * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3551 (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3552 (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3553 (gst_gio_sink_start):
3554 * ext/gio/gstgiosink.h:
3555 * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3556 (gst_gio_src_class_init), (gst_gio_src_finalize),
3557 (gst_gio_src_set_property), (gst_gio_src_get_property),
3558 (gst_gio_src_start):
3559 * ext/gio/gstgiosrc.h:
3560 API: Add "file" properties where one can set a GFile as
3563 Add locking to the properties and use
3564 gst_element_class_set_details_simple() instead of a static
3565 GstElementDetails struct.
3567 2008-04-19 Sebastian Dröge <slomo@circular-chaos.org>
3569 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3571 Add "mpp" and "mp+" as possible extensions for MusePack files.
3573 Add typefinding for MusePack StreamVersion 8 files and include the
3574 stream version in the caps.
3576 2008-04-19 Sebastian Dröge <slomo@circular-chaos.org>
3578 * gst-libs/gst/rtp/gstrtppayloads.c:
3579 (gst_rtp_payload_info_for_name):
3580 Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3582 2008-04-18 Tim-Philipp Müller <tim at centricular dot net>
3585 Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3586 (NB: this only affects compilation of some of the examples).
3587 Remove some configure.ac cruft that's not needed any longer.
3589 2008-04-18 Edward Hervey <edward.hervey@collabora.co.uk>
3591 * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3592 Don't validate the payload if there isn't any.
3595 2008-04-17 Sebastian Dröge <slomo@circular-chaos.org>
3597 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3598 Use g_atomic_int_set() instead of gst_atomic_int_set().
3600 2008-04-17 Sebastian Dröge <slomo@circular-chaos.org>
3602 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3603 Return NULL instead of a gchar * array with one NULL element if we
3604 don't get any supported URI schemes from GIO.
3606 2008-04-15 Stefan Kost <ensonic@users.sf.net>
3608 * gst/audiotestsrc/gstaudiotestsrc.c:
3609 Remove cpp style commented old code.
3611 2008-04-15 Stefan Kost <ensonic@users.sf.net>
3613 * gst/playback/gstdecodebin2.c:
3616 2008-04-14 Tim-Philipp Müller <tim at centricular dot net>
3618 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3619 (gst_text_overlay_init):
3620 Fix textoverlay unit test again by making the supposed default
3621 value for the wait-text property the actual default value.
3622 Also fix Since: tag for new property.
3624 2008-04-11 Tim-Philipp Müller <tim at centricular dot net>
3626 * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3627 (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3628 (gst_video_format_get_pixel_stride),
3629 (gst_video_format_get_component_width),
3630 (gst_video_format_get_component_height),
3631 (gst_video_format_get_component_offset), (gst_video_format_get_size),
3632 (gst_video_format_convert):
3633 Add guards to these functions to ensure sane input values.
3635 * tests/check/libs/video.c:
3636 Fix unit test not to create caps with width=0 and height=0.
3638 2008-04-11 Wim Taymans <wim.taymans@collabora.co.uk>
3640 * docs/design/draft-keyframe-force.txt:
3643 * gst/playback/gstqueue2.c: (update_buffering),
3644 (gst_queue_handle_src_query):
3645 Set buffering mode in the messages.
3646 Set buffering percent in the query.
3648 * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3649 (do_stream_buffering), (do_download_buffering), (msg_buffering):
3650 Do some more fancy things based on the buffering method in use.
3652 2008-04-09 Wim Taymans <wim.taymans@collabora.co.uk>
3654 * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3655 (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3656 (msg_buffering), (main):
3657 Add basic download reports to seek using the new buffering API.
3659 2008-04-09 Wim Taymans <wim.taymans@collabora.co.uk>
3661 * gst/playback/gstqueue2.c: (update_buffering),
3662 (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3663 (gst_queue_src_checkgetrange_function):
3664 Include extra buffering stats in the buffering message.
3665 Implement BUFFERING query.
3667 * gst/playback/gsturidecodebin.c: (do_async_start),
3668 (do_async_done), (type_found), (setup_streaming), (setup_source),
3669 (gst_uri_decode_bin_change_state):
3670 Only add decodebin2 when the type is found in streaming mode.
3671 Make uridecodebin async to PAUSED even when we don't have decodebin2
3674 2008-04-09 Sebastian Dröge <slomo@circular-chaos.org>
3676 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3677 Filter cdda from the supported URI schemes. We can't support
3678 musicbrainz tags and everything else one expects from a cdda source
3679 with GIO. Fixes bug #526794.
3681 2008-04-07 Jan Schmidt <jan.schmidt@sun.com>
3683 * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3684 (gst_xvimagesink_buffer_alloc):
3685 Fix calculation of 'expected size' for YV12 buffers.
3686 Be a little more verbose in the debug output for buffer-alloc'ed
3687 buffers which turn out to have the wrong size.
3689 2008-04-07 Tim-Philipp Müller <tim at centricular dot net>
3693 * gst-plugins-base.doap:
3694 Merge other changes from 0.10.19 release branch.
3696 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
3698 * gst-libs/gst/audio/gstbaseaudiosink.c:
3699 (gst_base_audio_sink_class_init):
3700 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3701 (gst_base_audio_src_class_init):
3702 * gst/playback/gstplayback.c: (plugin_init):
3703 * gst/volume/gstvolume.c: (plugin_init):
3704 Work around missing bits of thread-safety on older GLibs some
3705 more to avoid assertions when starting up multiple playbin
3706 objects concurrently (see #512382).
3708 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
3710 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3711 Remove some more fields.
3713 2008-04-06 Sebastian Dröge <slomo@circular-chaos.org>
3715 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3718 Actually build dlls when cross-compiling with mingw32.
3721 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
3724 Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3726 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3728 * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3729 (msg_buffering), (connect_bus_signals), (main):
3731 Add buffering support with feedback in the statusbar.
3733 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
3735 * ext/ogg/gstoggmux.c:
3736 Fix sample pipeline description.
3738 2008-04-03 Stefan Kost <ensonic@users.sf.net>
3740 * docs/plugins/Makefile.am:
3741 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3742 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3743 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3744 Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3746 * docs/plugins/gst-plugins-base-plugins.args:
3747 * docs/plugins/gst-plugins-base-plugins.hierarchy:
3748 * docs/plugins/gst-plugins-base-plugins.interfaces:
3749 * docs/plugins/gst-plugins-base-plugins.prerequisites:
3750 * docs/plugins/inspect/plugin-adder.xml:
3751 * docs/plugins/inspect/plugin-alsa.xml:
3752 * docs/plugins/inspect/plugin-audioconvert.xml:
3753 * docs/plugins/inspect/plugin-audiorate.xml:
3754 * docs/plugins/inspect/plugin-audioresample.xml:
3755 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3756 * docs/plugins/inspect/plugin-cdparanoia.xml:
3757 * docs/plugins/inspect/plugin-decodebin.xml:
3758 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3759 * docs/plugins/inspect/plugin-gdp.xml:
3760 * docs/plugins/inspect/plugin-gnomevfs.xml:
3761 * docs/plugins/inspect/plugin-libvisual.xml:
3762 * docs/plugins/inspect/plugin-ogg.xml:
3763 * docs/plugins/inspect/plugin-pango.xml:
3764 * docs/plugins/inspect/plugin-playback.xml:
3765 * docs/plugins/inspect/plugin-queue2.xml:
3766 * docs/plugins/inspect/plugin-subparse.xml:
3767 * docs/plugins/inspect/plugin-tcp.xml:
3768 * docs/plugins/inspect/plugin-theora.xml:
3769 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3770 * docs/plugins/inspect/plugin-uridecodebin.xml:
3771 * docs/plugins/inspect/plugin-video4linux.xml:
3772 * docs/plugins/inspect/plugin-videorate.xml:
3773 * docs/plugins/inspect/plugin-videoscale.xml:
3774 * docs/plugins/inspect/plugin-videotestsrc.xml:
3775 * docs/plugins/inspect/plugin-volume.xml:
3776 * docs/plugins/inspect/plugin-vorbis.xml:
3777 * docs/plugins/inspect/plugin-ximagesink.xml:
3778 * docs/plugins/inspect/plugin-xvimagesink.xml:
3779 Update introspection data.
3781 * ext/ogg/gstoggmux.c:
3784 * gst/playback/gstdecodebin2.c:
3785 Don't use gtk-doc style comment start for private stuff, but make it
3786 formatted like this for consistency.
3788 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3790 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3791 (gst_decode_bin_init), (gst_decode_bin_dispose),
3792 (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3793 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3794 (analyze_new_pad), (connect_pad), (expose_pad),
3795 (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3796 (gst_decode_group_expose), (gst_decode_group_free),
3797 (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3798 Remove fakesink hack, we can now implement this more elegantly.
3799 Added property to bypass typefinding.
3800 Removed underrun callback and demuxer pad probe, we now use the srcpad
3801 probe to expose groups.
3802 API::sink-caps property
3804 * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3805 Guard against multiple emissions of the no_more_pads signal, which
3806 happens when we are dealing with chained oggs.
3808 * gst/playback/gsturidecodebin.c: (remove_decoders),
3809 (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3811 For streams, use our own typefind element and plug our queue after it.
3812 We will need this to determine the type of buffering to use for the
3815 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3817 * gst-libs/gst/audio/gstbaseaudiosink.c:
3818 (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3819 Guard against over and underflows because of clock slaving.
3820 When we are using our own clock, still compensate for any calibrations
3821 that we might have done to our clock.
3823 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3825 * ext/theora/theoradec.c: (theora_handle_type_packet),
3827 Don't try to do anything fancy with the return code from pushing an
3828 event, it does not have enough information to turn it into a
3831 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3833 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3834 (gst_ogg_demux_chain_elem_pad):
3835 Add small debug line.
3836 Pass return code from the internal decoder instead of the too generic
3839 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
3841 * gst-libs/gst/cdda/Makefile.am:
3842 * gst-libs/gst/cdda/base64.c:
3843 * gst-libs/gst/cdda/base64.h:
3844 * gst-libs/gst/cdda/gstcddabasesrc.c:
3845 (gst_cddabasesrc_calculate_musicbrainz_discid):
3846 Use GLib's base64 implementation instead of our own.
3848 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
3850 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3851 (gst_ogg_demux_read_chain):
3852 Refix oggdemux, we only have a problem if we failed to find a chain and
3855 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
3857 Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3859 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3860 (gst_ogg_demux_read_chain):
3861 When we fail to find a BOS page and we and up with no chain, error out
3862 properly instead of segfaulting. Fixes #525665.
3864 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
3866 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3867 (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3868 The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3871 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
3873 * gst/playback/gstqueue2.c: (update_out_rates),
3874 (gst_queue_open_temp_location_file),
3875 (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3876 (gst_queue_handle_src_query), (gst_queue_set_property):
3877 Update the estimated input data when we push out a buffer.
3878 Add some debug info about the temp file.
3879 Only forward src events when we are not using a temp file.
3880 Don't block the duration query, we need to find something better.
3881 Don't leak the temp filename.
3883 2008-04-01 Sebastian Dröge <slomo@circular-chaos.org>
3886 Require GLib 2.12 and liboil 0.3.14.
3888 * gst/volume/gstvolume.c: (volume_process_double):
3889 Unconditionally use liboil 0.3.14 function.
3891 2008-03-31 Wim Taymans <wim.taymans@collabora.co.uk>
3893 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3894 ms-gsm can have arbitrarty sample rates. See #481354.
3896 2008-03-28 Wim Taymans <wim.taymans@collabora.co.uk>
3898 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3899 MP4S is generic MPEG-4, not a microsoft variant.
3901 2008-03-27 Michael Smith <msmith@fluendo.com>
3903 * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3904 Check the body CRC (if set) when depayloading.
3907 2008-03-24 Tim-Philipp Müller <tim at centricular dot net>
3909 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3910 Fix Since: version for new property.
3912 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3914 * gst-libs/gst/rtsp/gstrtspconnection.c:
3915 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3916 (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3917 Don't error when poll_wait returns EAGAIN.
3919 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3921 * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3922 The queue is never filled when there are no buffers in the queue at all.
3925 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3927 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3928 (init_group), (free_group), (gst_play_bin_init),
3929 (gst_play_bin_finalize), (gst_play_bin_set_uri),
3930 (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3931 (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3932 (gst_play_bin_set_current_video_stream),
3933 (gst_play_bin_set_current_audio_stream),
3934 (gst_play_bin_set_current_text_stream),
3935 (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3936 (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3937 (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3938 (activate_group), (deactivate_group), (setup_next_source),
3939 (save_current_group), (gst_play_bin_change_state):
3941 Add new locks and conds to protect pipeline creation and group
3943 Implement the sub-uri property.
3944 Keep track of pending uridecodebin creation and configure the output
3945 pipeline after all streams are configured.
3946 Propagate subtitle encoding to the uridecodebins.
3947 Implement getting the video/audio/visualisation elements.
3948 Use input-selector for stream switching.
3949 If we are asked to do visualisation, prefer to autoplug raw sinks
3950 instead of sinks that accept encoded data.
3952 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3954 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3955 (gst_play_sink_init), (gst_play_sink_dispose),
3956 (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3957 (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3958 (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3959 (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3960 (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3961 (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3962 (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3963 (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3964 (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3965 * gst/playback/gstplaysink.h:
3966 Add methods to get audio/video/vis elements.
3967 Add methods to set the font description for the overlay.
3968 Remove properties, we're using this element with its methods only.
3969 Add support for subtitles.
3970 Rearrange the locking a bit to not use the object lock for protecting
3971 the pipeline construction.
3972 Try to use the volume and mute property on the sink when its available.
3973 Implement the mute option with volume when the sink does not have a mute
3975 Only add volume element when the sink has no volume property.
3976 Only do visualisations with raw audio pads.
3978 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3980 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3981 (gst_text_overlay_init), (gst_text_overlay_set_property),
3982 (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3983 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3984 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3985 (gst_text_overlay_change_state):
3986 * ext/pango/gsttextoverlay.h:
3987 Add property to configure waiting for text on the textpad or not, with
3988 the default behaviour being the old one (always wait for text before
3989 rendering the video). This default behaviour is usually not the best one
3990 because the text stream can very sparse and could require queueing a lot
3992 Fix the flushing and EOS handing so that we don't mix up their meaning.
3994 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
3996 * gst/playback/gsturidecodebin.c:
3997 (gst_uri_decode_bin_autoplug_factories),
3998 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3999 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
4000 (gst_uri_decode_bin_set_property),
4001 (gst_uri_decode_bin_get_property), (no_more_pads_full),
4002 (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
4003 (proxy_autoplug_factories_signal), (make_decoder),
4004 (source_new_pad), (setup_source):
4005 Add a readonly source property and notify.
4006 Add new lock for protecting the construction of the pipeline.
4007 Keep track of the decodebins we plugged.
4008 Correctly proxy the autoplug signal so that it actually continues.
4009 Proxy subtitle-encoding to the decodebins.
4011 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4013 * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
4014 (text_toggle_cb), (update_streams), (main):
4015 Rearrange some buttons in playbin2 and make some other boxes insensitive
4017 Add language codes to subtitle selection boxes when we gind the right
4018 tags for the streams.
4020 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4022 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4023 (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
4024 (gst_decode_bin_set_subs_encoding),
4025 (gst_decode_bin_get_subs_encoding),
4026 (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
4027 (deactivate_free_recursive):
4028 Protect caps property with the object lock.
4029 Protect encoding property with the object lock.
4030 Keep list of elements we added that have the subtitle-encoding property.
4031 Distribute the subtitle-encoding to all of the elements when it
4034 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4036 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
4037 Small debug improvement.
4039 * gst-libs/gst/audio/gstbaseaudiosink.c:
4040 (gst_base_audio_sink_render):
4041 Fix bug in determining the sample start/stop position, we want to base
4042 this decision on the fact that we are going forwards or backwards, not
4043 slower or faster. This fixes some ugly resync warnings when playing at
4046 2008-03-23 Sebastian Dröge <slomo@circular-chaos.org>
4048 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4049 Correctly set the supported URI schemes and don't leave
4050 some schemes in the middle or at the start at NULL.
4052 2008-03-23 Tim-Philipp Müller <tim at centricular dot net>
4054 * tests/check/elements/gdpdepay.c:
4055 Make test compile without unused function/variable warnings on PPC.
4057 2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
4060 * ext/alsa/gstalsamixerelement.c:
4061 (gst_alsa_mixer_element_class_init):
4062 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
4063 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
4064 * ext/cdparanoia/gstcdparanoiasrc.c:
4065 (gst_cd_paranoia_src_class_init):
4066 * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
4067 * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
4068 * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
4069 * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
4070 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4071 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
4072 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
4073 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4074 * ext/pango/gsttextrender.c: (gst_text_render_class_init):
4075 * ext/theora/theoradec.c: (gst_theora_dec_class_init):
4076 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4077 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4078 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
4079 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4080 (gst_audio_filter_template_class_init):
4081 * gst-libs/gst/audio/gstbaseaudiosink.c:
4082 (gst_base_audio_sink_class_init):
4083 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4084 (gst_base_audio_src_class_init):
4085 * gst-libs/gst/cdda/gstcddabasesrc.c:
4086 (gst_cdda_base_src_class_init):
4087 * gst-libs/gst/interfaces/mixertrack.c:
4088 (gst_mixer_track_class_init):
4089 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4090 (gst_base_rtp_depayload_class_init):
4091 * gst-libs/gst/rtp/gstbasertppayload.c:
4092 (gst_basertppayload_class_init):
4093 * gst/audioconvert/gstaudioconvert.c:
4094 (gst_audio_convert_class_init):
4095 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
4096 * gst/audioresample/gstaudioresample.c:
4097 (gst_audioresample_class_init):
4098 * gst/audiotestsrc/gstaudiotestsrc.c:
4099 (gst_audio_test_src_class_init):
4100 * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
4101 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4102 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4104 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4105 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
4106 * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
4107 * gst/playback/gstqueue2.c: (gst_queue_class_init):
4108 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
4109 * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4110 (gst_stream_selector_class_init):
4111 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
4112 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4113 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4114 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4115 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4116 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4117 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4118 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4119 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4120 * gst/videotestsrc/gstvideotestsrc.c:
4121 (gst_video_test_src_class_init):
4122 * gst/volume/gstvolume.c: (gst_volume_class_init):
4123 * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4124 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4125 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4126 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4127 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4128 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4129 Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4130 static strings (i.e. all). This gives us less memory usage,
4131 fewer allocations and thus less memory defragmentation. Depend
4132 on core CVS for this. Fixes bug #523806.
4134 2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
4136 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4137 Filter http and https protocols. GIO/GVfs handles them but it's
4138 impossible to implement iradio/icecast with it. Better use
4139 souphttpsrc or something else for this.
4141 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4142 If getting the file informations by a query fails try it with the
4143 seek-to-end trick too.
4145 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4147 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4148 (gst_volume_base_init), (gst_volume_class_init),
4149 (volume_process_double), (volume_process_float),
4150 (volume_transform_ip), (plugin_init):
4151 memset buffers to zero if we get a GAP buffer. We usually see a
4152 buffer as one unit so let's handle it as one and don't care about
4153 volume changes while processing one buffer.
4154 Also clean up some stuff a bit.
4156 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4158 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4159 (gst_audio_convert_create_silence_buffer),
4160 (gst_audio_convert_transform):
4161 Make audioconvert GAP-aware by outputting silence buffers when the
4162 input has the GAP flag set. This is up to 8x faster.
4163 Based on a patch by Stefan Kost. Fixes bug #517813.
4165 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4167 * gst/volume/gstvolume.c: (volume_process_double):
4168 Use oil_scalarmultiply_f64_ns() for double processing when it's
4169 available at compile time.
4171 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4174 Fix lrint/lrintf checks to actually work. These functions are
4175 in libm on Linux at least so try to link to it.
4177 2008-03-21 Jan Schmidt <jan.schmidt@sun.com>
4180 Back to development - 0.10.18.1
4182 === release 0.10.18 ===
4184 2008-03-20 Jan Schmidt <jan.schmidt@sun.com>
4187 releasing 0.10.18, "I will follow"
4189 2008-03-18 Jan Schmidt <jan.schmidt@sun.com>
4192 * win32/common/config.h:
4193 0.10.17.4 pre-release
4195 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk>
4197 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4198 Use GST_STR_NULL when trying to print strings that could be NULL because
4199 this might crash on some platforms. See #520808.
4201 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk>
4203 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
4205 * gst-libs/gst/rtsp/gstrtspconnection.c:
4206 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4207 (read_line), (gst_rtsp_connection_read_internal):
4208 Generic Windows fixes that makes libgstrtsp work on Windows when
4209 coupled with the new GstPoll API. See #520808.
4211 2008-03-17 Sebastian Dröge <slomo@circular-chaos.org>
4213 Patch by: Milosz Derezynski <internalerror at gmail dot com>
4215 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4216 If seeking to a new position succeeds don't simply return from
4217 create() without creating a buffer. Do this only in the case
4218 seeking to the new position fails. Fixes bug #523054.
4220 2008-03-17 Tim-Philipp Müller <tim at centricular dot net>
4222 * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4223 (gst_video_format_from_rgba32_masks):
4224 Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4227 * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4228 Add unit test for the RGB caps parsing and creation, checking for
4229 internal consistency of the new API and consistency of the API with
4230 the old GST_VIDEO_CAPS_* defines.
4232 2008-03-14 David Schleef <ds@schleef.org>
4234 * gst/videotestsrc/videotestsrc.c: Oops, revert last change
4235 because -base is in freeze.
4237 2008-03-14 David Schleef <ds@schleef.org>
4239 Patch by: William M. Brack
4241 * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4243 2008-03-14 Wim Taymans <wim.taymans@collabora.co.uk>
4245 * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4246 (gst_selector_pad_chain):
4247 * gst/playback/gststreamselector.h:
4248 Revert change that caused regression until a real fix is found.
4251 2008-03-12 Michael Smith <msmith@fluendo.com>
4253 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4254 * gst-libs/gst/audio/gstringbuffer.h:
4255 Rename recently added buffer types to make more sense.
4256 * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4257 (gst_alsasink_write):
4258 Adapt for above API changes.
4261 2008-03-11 Sebastian Dröge <slomo@circular-chaos.org>
4263 * win32/common/libgstnetbuffer.def:
4264 Add new symbol gst_netaddress_equal. Fixes bug #521743.
4266 2008-03-11 Jan Schmidt <jan.schmidt@sun.com>
4269 * win32/common/config.h:
4270 0.10.17.3 pre-release
4272 2008-03-10 Wim Taymans <wim.taymans@collabora.co.uk>
4274 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4275 (gst_base_audio_src_create):
4276 Fix duration when no clock was provided. Fixes #520300.
4278 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4280 Patch by: Olivier Crete <tester at tester ca>
4282 * docs/libs/gst-plugins-base-libs-sections.txt:
4283 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4284 * gst-libs/gst/netbuffer/gstnetbuffer.h:
4285 Add trivial function to compare GstNetAddress. See #520626.
4286 API: GstNetBuffer::gst_netaddress_equal
4288 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4290 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4291 Update mode property docs, it's deprecated now.
4293 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4295 * gst-libs/gst/rtsp/gstrtspconnection.c:
4296 (gst_rtsp_connection_create):
4297 * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4298 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4299 * gst/tcp/gstmultifdsink.h:
4300 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4301 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4302 Remove GstPollMode from gstpoll constructor.
4304 2008-03-04 Jan Schmidt <jan.schmidt@sun.com>
4307 * win32/common/config.h:
4308 0.10.17.2 pre-release
4310 2008-03-03 Jan Schmidt <jan.schmidt@sun.com>
4313 GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4316 * win32/common/libgstinterfaces.def:
4317 * win32/common/libgstrtp.def:
4318 Add new API to the defs
4320 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
4322 Patch by: Mersad Jelacic <mersad at axis dot com>
4324 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4325 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4326 API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4327 possible to specify the sample size in bits. (#509637)
4329 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
4331 * tests/check/libs/mixer.c:
4332 Add a few simple checks for the new message types.
4334 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
4336 * docs/libs/gst-plugins-base-libs-sections.txt:
4337 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4338 (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4339 (gst_mixer_message_get_type),
4340 (gst_mixer_message_parse_option_changed),
4341 (gst_mixer_message_parse_options_list_changed):
4342 * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4343 (GST_MIXER_MESSAGE_OPTION_CHANGED),
4344 (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4345 (GST_MIXER_MESSAGE_MIXER_CHANGED):
4346 API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4347 and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4349 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
4351 * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4352 (gst_mixer_options_get_values):
4353 * gst-libs/gst/interfaces/mixeroptions.h:
4354 (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4355 (_GstMixerOptions), (_GstMixerOptionsClass):
4356 API: add GstMixerOptions::get_values vfunc (#519906)
4358 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
4361 Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4362 plug-ins are included/excluded. (#498222)
4364 2008-03-03 Sebastian Dröge <slomo@circular-chaos.org>
4366 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4367 Add typefinder for IMelody files, using audio/x-imelody.
4370 2008-03-03 Sebastian Dröge <slomo@circular-chaos.org>
4372 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4373 * ext/alsa/gstalsasink.c: (set_hwparams):
4374 * ext/alsa/gstalsasrc.c: (set_hwparams):
4375 * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4376 * ext/ogg/gstoggmux.h:
4377 * ext/ogg/gstogmparse.c:
4378 * gst-libs/gst/audio/audio.c:
4379 * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4380 * gst-libs/gst/pbutils/missing-plugins.c:
4381 (gst_missing_uri_sink_message_new),
4382 (gst_missing_element_message_new),
4383 (gst_missing_decoder_message_new),
4384 (gst_missing_encoder_message_new):
4385 * gst-libs/gst/rtp/gstbasertppayload.c:
4386 * gst-libs/gst/rtp/gstrtcpbuffer.c:
4387 (gst_rtcp_packet_bye_get_reason):
4388 * gst/audioconvert/gstaudioconvert.c:
4389 * gst/audioresample/gstaudioresample.c:
4390 * gst/ffmpegcolorspace/imgconvert.c:
4391 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4392 * gst/typefind/gsttypefindfunctions.c:
4393 * gst/videoscale/vs_4tap.c:
4394 * gst/videoscale/vs_4tap.h:
4395 * sys/v4l/gstv4lelement.c:
4396 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4397 * sys/v4l/v4l_calls.c:
4398 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4399 (gst_v4lsrc_try_capture):
4400 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4401 (gst_ximagesink_ximage_new):
4402 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4403 (gst_xvimagesink_xvimage_new):
4404 * tests/check/elements/audioconvert.c:
4405 * tests/check/elements/audioresample.c:
4406 (fail_unless_perfect_stream):
4407 * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4408 * tests/check/elements/decodebin.c:
4409 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4410 (setup_gdpdepay_streamheader):
4411 * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4412 (setup_gdppay_streamheader):
4413 * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4414 * tests/check/elements/multifdsink.c: (setup_multifdsink):
4415 * tests/check/elements/textoverlay.c:
4416 * tests/check/elements/videorate.c: (setup_videorate):
4417 * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4418 * tests/check/elements/volume.c: (setup_volume):
4419 * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4420 * tests/check/elements/vorbistag.c:
4421 * tests/check/generic/clock-selection.c:
4422 * tests/check/generic/states.c: (setup), (teardown):
4423 * tests/check/libs/cddabasesrc.c:
4424 * tests/check/libs/video.c:
4425 * tests/check/pipelines/gio.c:
4426 * tests/check/pipelines/oggmux.c:
4427 * tests/check/pipelines/simple-launch-lines.c:
4428 (simple_launch_lines_suite):
4429 * tests/check/pipelines/streamheader.c:
4430 * tests/check/pipelines/theoraenc.c:
4431 * tests/check/pipelines/vorbisdec.c:
4432 * tests/check/pipelines/vorbisenc.c:
4433 * tests/examples/seek/scrubby.c:
4434 * tests/examples/seek/seek.c: (query_positions_elems),
4435 (query_positions_pads):
4436 * tests/icles/stress-xoverlay.c: (myclock):
4437 Correct all relevant warnings found by the sparse semantic code
4438 analyzer. This include marking several symbols static, using
4439 NULL instead of 0 for pointers and using "foo (void)" instead
4440 of "foo ()" for declarations.
4442 * win32/common/libgstrtp.def:
4443 Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4445 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4447 Patch by: José Alburquerque <jaalburqu svn gnome org>
4449 * gst/playback/gstplaybin2.c:
4450 Make the function signature of the _get_*_tags() functions match
4451 the signature of the vfuncs they implement, ie. return a
4452 GstTagList rather than a GstStructure, which is more correct,
4453 even if one is typedef'ed to the other (#518940).
4455 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4457 * gst-libs/gst/rtsp/gstrtspconnection.c:
4458 Don't include unix headers unconditionally (fixes #518037).
4460 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4462 * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4463 (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4464 (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4465 (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4466 (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4467 (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4468 (gst_video_format_is_packed), (video_format_is_packed):
4469 Add unit test that makes sure that the strides, offsets and
4470 sizes returned for the various YUV formats by the new video API
4471 match the old reference implementation in videotestsrc.
4473 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4475 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4476 (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4477 (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4478 (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4479 (gst_video_format_get_pixel_stride),
4480 (gst_video_format_get_component_width),
4481 (gst_video_format_get_component_height),
4482 (gst_video_format_get_component_offset), (gst_video_format_get_size):
4483 * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4484 (GST_VIDEO_FORMAT_Y42B):
4485 API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4487 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4489 * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4490 YV12 is I420 with swapped components 1 and 2, so the offset of
4491 component 1 for I420 should be the offset for component 2 for YV12
4494 2008-02-29 Rene Stadler <mail@renestadler.de>
4496 * sys/v4l/gstv4lelement.c:
4497 Add missing semicolon to fix indentation.
4499 2008-02-29 Julien Moutte <julien@fluendo.com>
4501 * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4502 (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4503 if we can do SPDIF output.
4504 * ext/alsa/gstalsa.h:
4505 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4506 (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4507 * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4508 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4509 * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4510 to support AC3, EC3 and IEC958 buffers.
4512 2008-02-29 Tim-Philipp Müller <tim at centricular dot net>
4514 * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4515 (gst_mixer_message_parse_mute_toggled),
4516 (gst_mixer_message_parse_record_toggled),
4517 (gst_mixer_message_parse_volume_changed),
4518 (gst_mixer_message_parse_option_changed):
4519 De-cruft and fix message type assertions (NULL is not a really
4520 valid mixer message type string).
4522 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
4524 * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4525 When negotiating, actually start from a format that we can support
4526 instead of from the too generic template.
4528 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
4530 * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4533 * gst/playback/gstplaysink.c: (gst_play_sink_init),
4534 (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4535 (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4537 Implement vis switching while playing.
4539 2008-02-28 David Schleef <ds@schleef.org>
4541 * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4543 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
4545 Patch by: Peter Kjellerstedt <pkj at axis com>
4547 * gst/tcp/Makefile.am:
4548 * gst/tcp/fdsetstress.c:
4549 * gst/tcp/gstfdset.c:
4550 * gst/tcp/gstfdset.h:
4551 Removed fdset and stress test, they are now known as GstPoll in
4554 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4555 (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4556 (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4557 (gst_multi_fd_sink_handle_client_write),
4558 (gst_multi_fd_sink_queue_buffer),
4559 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4560 (gst_multi_fd_sink_stop):
4561 * gst/tcp/gstmultifdsink.h:
4562 * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4563 (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4564 (gst_tcp_gdp_read_caps):
4566 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4567 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4568 (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4569 * gst/tcp/gsttcpclientsink.h:
4570 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4571 (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4572 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4573 * gst/tcp/gsttcpclientsrc.h:
4574 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4575 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4576 * gst/tcp/gsttcpserversink.h:
4577 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4578 (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4579 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4580 * gst/tcp/gsttcpserversrc.h:
4581 Port to GstPoll. See #505417.
4583 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
4585 Patch by: Peter Kjellerstedt <pkj at axis com>
4587 * gst-libs/gst/rtsp/gstrtspconnection.c:
4588 (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4589 (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4590 (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4591 (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4592 (gst_rtsp_connection_flush):
4593 * gst-libs/gst/rtsp/gstrtspconnection.h:
4594 Use GstPoll for the rtsp connection. See #505417.
4596 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
4598 * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4599 (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4600 Add combo box for visualisations, populate it with a factory list
4601 of all visualisation plugins, configure vis plugin instance in
4604 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
4606 * tests/check/libs/rtp.c: (GST_START_TEST):
4607 Add check for RTP buffer defaults, padding and marker bit API.
4609 2008-02-27 Sebastian Dröge <slomo@circular-chaos.org>
4611 * gst-libs/gst/cdda/sha1.c: (sha_transform):
4612 Use memcpy() instead of upcasting a byte array to long *. This
4613 fixes an unaligned memory access, resulting in SIGBUS on IA64.
4614 This should be ported to GCheckSum once we can use GLib 2.16.
4615 Partially fixes bug #500833.
4617 2008-02-27 Tim-Philipp Müller <tim at centricular dot net>
4619 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4620 Push tag event after the newsegment event. Log the pointer of
4621 the buffer we're actually going to push rather than the buffer
4622 we're feeding to _make_metadata_writable().
4624 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4626 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4627 Comment smoke typefinder for now. The smokedec plugin needs one
4628 frame per buffer but we have no parser yet, thus it simply crashes
4631 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4633 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4634 Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4636 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4638 * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4640 Add midi typefinder, copied from the timidity plugin.
4642 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
4644 Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4646 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4647 * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4649 Forward slashes at the beginning and end of a line also signify
4650 italics (Fixes: #518162).
4652 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
4654 * tests/check/gst-plugins-base.supp:
4655 Add a suppression for a cached value in GIO that wasn't moved
4656 while moving gio from -bad to -base.
4658 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
4660 Patch by: Brian Cameron <brian dot cameron at sun dot com>
4663 Don't hardcode -Wall and -Werror for configure checks, this fails
4664 with non-GCC compilers. Fixes bug #517991.
4666 2008-02-21 Stefan Kost <ensonic@users.sf.net>
4668 * gst/audioconvert/gstaudioconvert.c:
4669 * gst/audioconvert/gstaudioquantize.c:
4670 * gst/audioconvert/gstaudioquantize.h:
4671 Make audioconvert gap aware. If noiseshaping is used, wait for
4672 noiseshaping to converge before marking as GAP. Fixes #517813.
4674 2008-02-21 Stefan Kost <ensonic@users.sf.net>
4676 * gst/audiotestsrc/gstaudiotestsrc.c:
4677 Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4679 2008-02-20 Sebastian Dröge <slomo@circular-chaos.org>
4681 * ext/gnomevfs/gstgnomevfssink.c:
4682 (gst_gnome_vfs_sink_handle_event):
4683 Return FALSE when seeking for a new segment fails instead
4684 of silently ignoring the failure and appending every buffer
4685 that comes for the new segment.
4687 2008-02-20 Wim Taymans <wim.taymans@collabora.co.uk>
4689 * gst/playback/gstplaysink.c: (find_property),
4690 (gst_play_sink_find_property), (gen_video_chain),
4691 (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4692 Recursively search the sink element for a last-frame property so that we
4693 can also find the property in autovideosink and friends that don't
4694 always proxy the internal sink properties.
4696 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4698 * gst-libs/gst/audio/multichannel.c:
4699 (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4700 (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4701 (gst_audio_set_structure_channel_positions_list),
4702 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4703 (gst_audio_fixate_channel_positions):
4704 Fix confusing terminology in docs and code: structure fields are
4705 'fields' and not 'properties'.
4707 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4709 * gst-libs/gst/audio/multichannel.c:
4710 (gst_audio_check_channel_positions), (add_list_to_struct):
4711 Give more useful warning messages if one of the channel
4712 layout enums passed to us is invalid and if the "channels"
4713 field in the caps has a GType we don't expect.
4715 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4717 * gst-libs/gst/audio/multichannel.c:
4718 Fix typo in docs blurb.
4720 2008-02-19 Julien Moutte <julien@fluendo.com>
4722 Patch by: Josep Torra Valles <josep@fluendo.com>
4724 * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4725 typefind lookup to fix typefinding on HD clips.
4727 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4729 * gst/playback/gstscreenshot.c:
4730 * gst/playback/gstscreenshot.h:
4731 Fix up copyright (I rewrote the GStreamer-0.10 code for
4732 this from scratch back in the days).
4734 2008-02-19 Wim Taymans <wim.taymans@collabora.co.uk>
4736 * gst/playback/Makefile.am:
4737 * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4738 (create_element), (gst_play_frame_conv_convert):
4739 * gst/playback/gstscreenshot.h:
4740 Add screenshot conversion code from totem.
4742 * gst/playback/gstplay-marshal.list:
4743 * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4744 (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4745 (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4746 Implement frame property to get a color-unconverted snapshot.
4747 Implement convert-frame action signal to get a converted snapshot image.
4748 Configure connection speed in uridecodebin.
4749 Document some more properties.
4751 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4752 (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4753 (gst_play_sink_get_last_frame):
4754 * gst/playback/gstplaysink.h:
4755 Use last-buffer property of the video sink to get a video snapshot.
4757 * tests/examples/seek/seek.c: (shot_cb), (main):
4758 Add snapshot button for playbin2 and use the frame property to save the
4759 frame as a png in the current directory.
4761 2008-02-19 Sebastian Dröge <slomo@circular-chaos.org>
4763 Patch by: Josep Torra Valles <josep at fluendo dot com>
4765 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4767 Add typefinding support for h264 elementary streams.
4770 2008-02-18 Stefan Kost <ensonic@users.sf.net>
4773 Require CVS of core for new API in collectpads.
4775 * gst/adder/gstadder.c:
4776 Use new API to make adder sparse stream aware.
4778 2008-02-18 Wim Taymans <wim.taymans@collabora.co.uk>
4780 * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4782 Get the object data correct so that we can remove our channels
4785 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4786 (gen_vis_chain), (gst_play_sink_reconfigure),
4787 (gst_play_sink_request_pad):
4788 Add option to disable async behaviour in the sinks when possible. This
4789 makes it possible to avoid an audio queue when dealing with
4791 Add option to add a queue for the audio path.
4793 * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4795 Disable the vis checkbox to match the defaults of playbin2.
4796 Only get the stream info when we need to.
4798 2008-02-17 Sebastian Dröge <slomo@circular-chaos.org>
4800 * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4801 (gst_gio_base_sink_set_stream):
4802 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4803 (gst_gio_base_src_set_stream):
4804 * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4805 * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4806 Don't use async operations as they require a running main loop.
4807 This makes us block again when closing streams and unable
4808 to mount the enclosing volume of an URI if it isn't yet.
4810 2008-02-15 Wim Taymans <wim.taymans@collabora.co.uk>
4812 * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4813 (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4814 (gen_vis_chain), (gst_play_sink_reconfigure),
4815 (gst_play_sink_request_pad):
4816 Move tee in front of the audio and vis pipelines.
4817 Add queue for audio for now.
4818 Add visualisation support.
4820 * tests/examples/seek/seek.c: (main):
4821 Visualisation is by default disabled.
4823 2008-02-15 Sebastian Dröge <slomo@circular-chaos.org>
4825 * ext/gio/gstgiobasesink.c: (close_stream_cb):
4826 * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4827 Improve debugging a bit.
4829 * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4830 * ext/gio/gstgiosink.h:
4831 * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4832 * ext/gio/gstgiosrc.h:
4833 Try to mount the enclosing volume of a GFile if it isn't mounted
4834 yet. This requires us to wait for an async operation to finish, done
4835 with an nested GMainLoop. Authentication is not supported yet, will
4838 2008-02-14 Wim Taymans <wim.taymans@collabora.co.uk>
4840 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4841 (gst_play_bin_set_property), (gst_play_bin_get_property),
4842 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4843 * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4844 (gst_play_sink_get_mute), (gen_audio_chain):
4845 * gst/playback/gstplaysink.h:
4848 * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4849 (gst_selector_pad_chain):
4850 * gst/playback/gststreamselector.h:
4851 Make sure we forward the event only once.
4853 * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4854 Add and implement the mute button for playbin2.
4856 2008-02-13 Wim Taymans <wim.taymans@collabora.co.uk>
4858 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4860 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4861 Add some more debug info.
4862 Make sure we never return a negative delay. Fixes #516246.
4864 2008-02-12 Tim-Philipp Müller <tim at centricular dot net>
4866 * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4867 Revert patch that makes the sink hold the object lock when
4868 calling snd_pcm_delay(), since it breaks playback for me.
4870 2008-02-12 Julien Moutte <julien@fluendo.com>
4872 * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4873 some seek flags when changing rate.
4875 2008-02-12 Wim Taymans <wim.taymans@collabora.co.uk>
4877 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4878 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4879 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4880 Fix potential leaks.
4882 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4883 Fix leak when there is no function configured.
4885 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4887 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4888 (gst_v4lsrc_buffer_finalize):
4889 Correctly chain up the finalize method.
4891 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4893 * ext/gio/gstgiostreamsink.c:
4894 * ext/gio/gstgiostreamsrc.c:
4895 Add documentation and example code for giostreamsink/giostreamsrc.
4897 * tests/check/pipelines/gio.c: (GST_START_TEST):
4898 Ask the GMemoryOutputStream for the data instead of assuming that
4899 the pointer to the data stayed the same. It could've been realloc'ed.
4901 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4903 * ext/gio/gstgiosink.c:
4904 * ext/gio/gstgiosrc.c:
4905 Make the documentation of giosink/giosrc complete, large parts
4906 are based on the gnomevfssink/gnomevfssrc docs.
4908 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
4910 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4911 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4912 * docs/plugins/gst-plugins-base-plugins.args:
4913 * docs/plugins/gst-plugins-base-plugins.hierarchy:
4914 * docs/plugins/gst-plugins-base-plugins.interfaces:
4915 * docs/plugins/gst-plugins-base-plugins.prerequisites:
4916 * docs/plugins/gst-plugins-base-plugins.signals:
4917 * docs/plugins/inspect/plugin-adder.xml:
4918 * docs/plugins/inspect/plugin-audioconvert.xml:
4919 * docs/plugins/inspect/plugin-audiorate.xml:
4920 * docs/plugins/inspect/plugin-audioresample.xml:
4921 * docs/plugins/inspect/plugin-decodebin.xml:
4922 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4923 * docs/plugins/inspect/plugin-gdp.xml:
4924 * docs/plugins/inspect/plugin-gio.xml:
4925 * docs/plugins/inspect/plugin-gnomevfs.xml:
4926 * docs/plugins/inspect/plugin-libvisual.xml:
4927 * docs/plugins/inspect/plugin-ogg.xml:
4928 * docs/plugins/inspect/plugin-pango.xml:
4929 * docs/plugins/inspect/plugin-playback.xml:
4930 * docs/plugins/inspect/plugin-queue2.xml:
4931 * docs/plugins/inspect/plugin-subparse.xml:
4932 * docs/plugins/inspect/plugin-theora.xml:
4933 * docs/plugins/inspect/plugin-uridecodebin.xml:
4934 * docs/plugins/inspect/plugin-videorate.xml:
4935 * docs/plugins/inspect/plugin-videoscale.xml:
4936 * docs/plugins/inspect/plugin-volume.xml:
4937 * docs/plugins/inspect/plugin-vorbis.xml:
4938 Add the GIO documentation again and while at that run make update.
4940 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
4942 * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4943 * ext/alsa/gstalsasink.c: (set_swparams):
4944 * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4945 Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4946 against libasound >= 1.0.16, since it's been deprecated in
4947 0.10.16, and alignment is always 1 then, apparently. (#512899)
4949 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
4951 * gst/playback/gstplaybin.c: (gen_audio_element):
4952 * gst/playback/gstplaysink.c: (gen_audio_chain):
4953 Handle case where we can't create the volume element a bit
4956 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
4958 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4959 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4960 Add support for https protocol. Fixes #510229.
4962 2008-02-11 Julien Moutte <julien@fluendo.com>
4964 Patch by: Alan Peevers <peeves@pacbell.net>
4966 * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4967 lock when calling alsa methods.
4969 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
4971 * gst/typefind/gsttypefindfunctions.c:
4972 Bump rank of jpeg and png typefinders, which will return maximum
4973 probability in the most common cases (thus short-circuiting more
4974 expensive typefinders like the mp3 one for these two quite common
4977 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
4979 * ext/theora/theoraparse.c:
4980 Fix long description of the theora parser to be more verbose than just
4983 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
4985 Patch by: Branko Čibej <brane at xbc dot nu>
4987 * sys/xvimage/xvimagesink.c:
4988 Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4991 2008-02-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
4993 * gst/playback/gstplaybasebin.c:
4994 Set is_dynamic as True if there are elements with both request
4995 and sometimes src pad templates instead of breaking out when it
4996 finds the first pad template that is a src.
4998 2008-02-08 Wim Taymans <wim.taymans@collabora.co.uk>
5000 * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
5001 (update_streams), (video_combo_cb), (audio_combo_cb),
5002 (text_combo_cb), (volume_spinbutton_changed_cb), (main):
5003 Add some stream switching and volume gui for playbin2.
5005 2008-02-08 Wim Taymans <wim.taymans@collabora.co.uk>
5007 * gst/playback/gstplay-marshal.list:
5008 Added marshal for streamselector Tags.
5010 * gst/playback/gstplaybasebin.c: (set_active_source):
5011 Streamselector now selects pads based on the pad object instead of its
5014 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5015 (init_group), (gst_play_bin_init), (get_group), (get_tags),
5016 (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
5017 (gst_play_bin_get_text_tags),
5018 (gst_play_bin_set_current_video_stream),
5019 (gst_play_bin_set_current_audio_stream),
5020 (gst_play_bin_set_current_text_stream),
5021 (gst_play_bin_set_property), (gst_play_bin_get_property),
5022 (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
5023 Remove option to mute streams with the current-a/v/t property, we have
5024 this functionality in the flags.
5025 Add signals to notify when the number of A/V/T channels changed.
5026 Add action signals to get tags for the A/V/T streams.
5027 Implement setting the current A/V/T stream.
5028 Rearrange some things to simplify stream selection.
5031 * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
5032 (gst_play_sink_get_volume), (gst_play_sink_set_property),
5033 (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
5034 (activate_vis), (gst_play_sink_reconfigure):
5035 * gst/playback/gstplaysink.h:
5036 Add and implement volume setting methods.
5038 * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
5039 (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5040 (gst_selector_pad_event), (gst_stream_selector_class_init),
5041 (gst_stream_selector_init), (gst_stream_selector_finalize),
5042 (gst_stream_selector_set_property),
5043 (gst_stream_selector_get_property),
5044 (gst_stream_selector_get_linked_pad),
5045 (gst_stream_selector_request_new_pad):
5046 * gst/playback/gststreamselector.h:
5047 Add pad properties for tags and status of pads.
5049 Make active pad selection based on pad object instead of name.
5051 2008-02-08 Stefan Kost <ensonic@users.sf.net>
5054 Revert last change as we now check in gtk-doc.m4 for sed.
5056 2008-02-08 Jan Schmidt <Jan.Schmidt@sun.com>
5059 Find and subst SED when building the docs.
5061 2008-02-08 Julien Moutte <julien@fluendo.com>
5063 * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
5064 (main): Make sure bus signals are reconnected when pressing STOP
5065 and then PLAY again for a parse launch pipeline. Fix a ref leak
5067 * win32/common/config.h: Updated.
5069 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
5072 Make DISABLE_DEPRECATED defined *only* during CVS, not during
5073 pre-releases or releases.
5075 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
5078 * ext/gio/Makefile.am:
5079 Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
5082 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
5084 * docs/plugins/Makefile.am:
5085 Add the headers which need scanning for the GIO plugin. The rest of
5086 the docs still need migrating.
5088 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
5091 * tests/check/Makefile.am:
5092 * tests/check/pipelines/.cvsignore:
5093 Add gio in a few more places.
5095 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
5099 * tests/check/Makefile.am:
5100 Move gio plugin from -bad and mark as experimental.
5102 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
5104 * gst-libs/gst/interfaces/mixeroptions.c:
5105 * gst-libs/gst/interfaces/mixertrack.c:
5106 Comment out a couple of other things which break the build when
5107 GST_DISABLE_DEPRECATED isn't on but -Werror is.
5109 2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
5111 * docs/libs/gst-plugins-base-libs-sections.txt:
5114 2008-02-07 Wim Taymans <wim.taymans@collabora.co.uk>
5116 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5117 Fix compiler warning.
5119 2008-02-07 Wim Taymans <wim.taymans@collabora.co.uk>
5121 Patch by: Peter Kjellerstedt <pkj at axis com>
5123 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5124 Clear the addrinfo struct using memset. Fixes #514937.
5126 2008-02-06 Wim Taymans <wim.taymans@collabora.co.uk>
5128 * gst/tcp/gstfdset.h:
5129 Remove unused field to same some memory.
5131 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5132 Mark action signals as such.
5134 2008-02-06 Michael Smith <msmith@fluendo.com>
5136 * ext/theora/theoradec.c: (_theora_granule_frame),
5138 Increment granulepos for new-bitstream versions appropriately.
5141 2008-02-04 Wim Taymans <wim.taymans@collabora.co.uk>
5143 * tests/examples/seek/seek.c: (do_seek),
5144 (rate_spinbutton_changed_cb), (update_streams), (main):
5145 Remove obsolete stream_time reset after flushing seek, core does that
5147 Improve accuracy of speed spinbutton.
5148 Only do playbin2 stuff when we actually use it.
5150 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
5152 * tests/check/Makefile.am:
5153 Revert previous change of the test environment's GST_PLUGIN_PATH.
5154 The problem is not with the plugins, but with element factories
5155 and only occurs if elements are split out from existing plugins
5156 or if plugins change name (see #512740).
5158 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
5160 * tests/check/Makefile.am:
5161 Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5162 with the core's plugins first and our local build directories last,
5163 since we might be building against an installed core, and that
5164 core's plugin directory may contain older or other versions of
5165 our own -base plugins, but we really do want to test our local
5166 ones (if there are multiple plugins or element factories with the
5167 same name, those inspected last will trump those read in earlier).
5168 Fixes #512740 for the most part.
5170 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
5173 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5174 Use gmtime_r if available as gmtime is not MT-safe.
5177 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
5179 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5180 Cast glong to time_t as time_t might have a different type on
5181 other platforms, like FreeBSD, and we get a compiler warning
5182 otherwise. Fixes bug #511825.
5184 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
5186 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5187 (get_group), (get_n_pads), (gst_play_bin_get_property),
5188 (pad_added_cb), (no_more_pads_cb), (perform_eos),
5189 (autoplug_select_cb), (deactivate_group):
5190 Remove stream-info, we going for something easier.
5191 Refactor getting the current group.
5192 Implement getting the number of audio/video/text streams.
5194 * gst/playback/gststreamselector.c:
5195 (gst_stream_selector_class_init), (gst_stream_selector_init),
5196 (gst_stream_selector_get_property),
5197 (gst_stream_selector_request_new_pad),
5198 (gst_stream_selector_release_pad):
5199 * gst/playback/gststreamselector.h:
5200 Add property for number of pads.
5202 * tests/examples/seek/seek.c: (set_scale), (update_flag),
5203 (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5204 (text_toggle_cb), (update_streams), (msg_async_done),
5205 (msg_state_changed), (main):
5206 Block slider callback when updating the slider position.
5207 Add gui elements for controlling playbin2.
5208 Add callback for async_done that updates position/duration.
5210 2008-02-01 Stefan Kost <ensonic@users.sf.net>
5212 * docs/plugins/Makefile.am:
5213 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5214 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5215 * docs/plugins/gst-plugins-base-plugins.hierarchy:
5216 * docs/plugins/gst-plugins-base-plugins.interfaces:
5217 * docs/plugins/gst-plugins-base-plugins.prerequisites:
5218 First round of plugin docs cleansups.
5220 * docs/plugins/inspect/plugin-adder.xml:
5221 * docs/plugins/inspect/plugin-alsa.xml:
5222 * docs/plugins/inspect/plugin-audioconvert.xml:
5223 * docs/plugins/inspect/plugin-audiorate.xml:
5224 * docs/plugins/inspect/plugin-audioresample.xml:
5225 * docs/plugins/inspect/plugin-audiotestsrc.xml:
5226 * docs/plugins/inspect/plugin-cdparanoia.xml:
5227 * docs/plugins/inspect/plugin-decodebin.xml:
5228 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5229 * docs/plugins/inspect/plugin-gdp.xml:
5230 * docs/plugins/inspect/plugin-gnomevfs.xml:
5231 * docs/plugins/inspect/plugin-libvisual.xml:
5232 * docs/plugins/inspect/plugin-ogg.xml:
5233 * docs/plugins/inspect/plugin-pango.xml:
5234 * docs/plugins/inspect/plugin-subparse.xml:
5235 * docs/plugins/inspect/plugin-tcp.xml:
5236 * docs/plugins/inspect/plugin-theora.xml:
5237 * docs/plugins/inspect/plugin-typefindfunctions.xml:
5238 * docs/plugins/inspect/plugin-video4linux.xml:
5239 * docs/plugins/inspect/plugin-videorate.xml:
5240 * docs/plugins/inspect/plugin-videoscale.xml:
5241 * docs/plugins/inspect/plugin-videotestsrc.xml:
5242 * docs/plugins/inspect/plugin-volume.xml:
5243 * docs/plugins/inspect/plugin-vorbis.xml:
5244 * docs/plugins/inspect/plugin-ximagesink.xml:
5245 * docs/plugins/inspect/plugin-xvimagesink.xml:
5248 * ext/ogg/Makefile.am:
5249 * ext/ogg/gstoggmux.c:
5250 * ext/ogg/gstoggmux.h:
5251 Add header for oggmux. the c-file needs a doc blob still.
5253 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
5255 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5257 * gst-libs/gst/rtp/gstrtpbuffer.c:
5258 (gst_rtp_buffer_set_extension_data):
5259 * gst-libs/gst/rtp/gstrtpbuffer.h:
5260 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5261 Add gst_rtp_buffer_set_extension_data()
5262 Add a unit test for this addition. Fixes #511478.
5263 API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5265 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5270 === release 0.10.17 ===
5272 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5275 releasing 0.10.17, "Peanut Butter and Jelly"
5277 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5279 * gst-libs/gst/interfaces/mixeroptions.c:
5280 * gst-libs/gst/interfaces/mixertrack.c:
5281 Also remove the conditional registration of the signals
5282 that disappeared with the ABI change in 0.10.14
5284 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5286 * gst-libs/gst/rtsp/gstrtspconnection.c:
5287 Revert patch to gstrtspconnection.c for brown paper bag
5288 release of -base. Re-opens: #511825
5290 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5292 * gst-libs/gst/interfaces/mixeroptions.h:
5293 * gst-libs/gst/interfaces/mixertrack.h:
5294 Change the way these deprecated function pointers are removed
5295 so that the compiled ABI is unconditionally smaller. This
5296 sets in stone an ABI break that actually occurred when the
5297 things were deprecated in 0.10.14, which seems to be the best
5298 fix as the only known users are oss-mixer and sunaudio-mixer in
5302 2008-01-30 Tim-Philipp Müller <tim at centricular dot net>
5304 * win32/common/libgstpbutils.def:
5305 Export the two new _get_type() functions which are needed
5306 by the python bindings.
5308 2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
5310 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5311 Cast glong to time_t as time_t might have a different type on
5312 other platforms, like FreeBSD, and we get a compiler warning
5313 otherwise. Fixes bug #511825.
5315 2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
5317 * gst-libs/gst/audio/gstaudiofilter.c:
5318 (gst_audio_filter_class_init):
5319 Initialize the GstRingerBuffer class to get it's debug category
5320 initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5321 category and otherwise we get some g_critical(). Fixes bug #512334.
5323 2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
5328 === release 0.10.16 ===
5330 2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
5333 releasing 0.10.16, "Scheduled Interruption"
5335 2008-01-22 Wim Taymans <wim.taymans@collabora.co.uk>
5337 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5339 * gst-libs/gst/rtp/gstrtpbuffer.c:
5340 (gst_rtp_buffer_get_extension_data):
5341 Fix typos and wrong extension check. Fixes #511274.
5343 2008-01-18 Jan Schmidt <jan.schmidt@sun.com>
5346 Oops - add new sk.po mentioned in the LINGUAS I just committed
5348 2008-01-17 Jan Schmidt <jan.schmidt@sun.com>
5351 Add ca translation to the disted list.
5353 * win32/vs6/libgstsdp.dsp:
5354 Convert line endings to CRLF
5356 2008-01-17 Sebastien Moutte <sebastien@moutte.net>
5359 Add win32/vs6/libgstrtsp.dsp to MANIFEST
5361 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
5363 * win32/common/libgstsdp.def:
5364 * win32/common/libgstvideo.def:
5365 Add new API declarations
5367 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
5369 * ext/theora/gsttheoradec.h:
5370 * ext/theora/gsttheoraparse.h:
5371 * ext/theora/theoradec.c:
5372 * ext/theora/theoraparse.c:
5373 Take a 2nd stab at handling libtheora granulepos changes in the decoder
5374 and parser by inspecting the bitstream version of the incoming data.
5376 2008-01-14 Sebastian Dröge <slomo@circular-chaos.org>
5379 * pkgconfig/Makefile.am:
5380 * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5381 * pkgconfig/gstreamer-audio.pc.in:
5382 * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5383 * pkgconfig/gstreamer-cdda.pc.in:
5384 * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5385 * pkgconfig/gstreamer-fft.pc.in:
5386 * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5387 * pkgconfig/gstreamer-floatcast.pc.in:
5388 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5389 * pkgconfig/gstreamer-interfaces.pc.in:
5390 * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5391 * pkgconfig/gstreamer-netbuffer.pc.in:
5392 * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5393 * pkgconfig/gstreamer-pbutils.pc.in:
5394 * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5395 * pkgconfig/gstreamer-riff.pc.in:
5396 * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5397 * pkgconfig/gstreamer-rtp.pc.in:
5398 * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5399 * pkgconfig/gstreamer-rtsp.pc.in:
5400 * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5401 * pkgconfig/gstreamer-sdp.pc.in:
5402 * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5403 * pkgconfig/gstreamer-tag.pc.in:
5404 * pkgconfig/gstreamer-video-uninstalled.pc.in:
5405 * pkgconfig/gstreamer-video.pc.in:
5406 Provide one pkg-config file for every gst-plugins-base library.
5407 This makes linking to those libraries much more intuitive and
5408 provides standard pkg-config behaviour for them. Fixes bug #499697.
5410 2008-01-13 David Schleef <ds@schleef.org>
5412 * gst/videoscale/vs_4tap.c:
5413 Fix valgrind error on 4tap scaling method.
5415 2008-01-13 Sebastien Moutte <sebastien@moutte.net>
5417 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5418 Include Winsock2.h for VS6 and use a different way initialize
5419 hints structure so it can build with VS6.
5421 * win32/vs6/libgstsdp.dsp:
5422 * win32/common/libgstsdp.def:
5423 Add new files for libgstsdp.
5424 * win32/vs6/grammar.dsp:
5425 Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5426 * win32/vs6/gst_plugins_base.dsw:
5427 * win32/vs6/libgstdecodebin.dsp:
5428 * win32/vs6/libgstdecodebin2.dsp:
5429 * win32/vs6/libgstplaybin.dsp:
5430 * win32/vs6/libgstvolume.dsp:
5431 Add new dependencies to the link list.
5433 2008-01-13 Julien Moutte <julien@fluendo.com>
5435 * win32/common/config.h:
5436 * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5437 (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5438 (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5439 (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5440 (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5441 * win32/common/interfaces-enumtypes.c:
5442 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5443 (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5444 (gst_mixer_track_flags_get_type),
5445 (gst_tuner_channel_flags_get_type):
5446 * win32/common/multichannel-enumtypes.c:
5447 (gst_audio_channel_position_get_type):
5448 * win32/common/pbutils-enumtypes.c:
5449 (gst_install_plugins_return_get_type):
5450 * win32/common/pbutils-enumtypes.h: Update/Add generated files
5451 in the win32 build directory.
5453 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
5455 * tests/check/Makefile.am:
5456 Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5458 * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5459 * tests/check/elements/playbin.c:
5460 * tests/check/libs/mixer.c: (test_element_interface_supported),
5461 (gst_implements_interface_init):
5462 * tests/check/libs/rtp.c: (GST_START_TEST):
5463 Fix various assignment type mismatches.
5465 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
5468 * gst-libs/gst/rtsp/Makefile.am:
5469 Add test to see if hstrerror is available or if we need libresolv
5470 (Solaris) for it, then use it in libgstrtsp.
5472 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
5474 * gst-libs/gst/tag/Makefile.am:
5475 Fix include path order
5477 2008-01-11 Edward Hervey <edward.hervey@collabora.co.uk>
5479 * gst-libs/gst/pbutils/install-plugins.c:
5480 (gst_install_plugins_context_copy),
5481 (gst_install_plugins_context_get_type):
5482 * gst-libs/gst/pbutils/install-plugins.h:
5483 Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5486 2008-01-11 Michael Smith <msmith@fluendo.com>
5488 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5489 (_theora_granule_frame), (_theora_granule_start_time),
5490 (theora_dec_sink_convert), (theora_dec_decode_buffer):
5491 Adapt for post-alpha meaning of granulepos, when we
5492 have a newer version of libtheora.
5493 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5494 (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5495 (theora_enc_is_discontinuous), (theora_enc_chain):
5497 * tests/check/Makefile.am:
5498 Link libtheora into theoraenc test so we can check which version of
5499 libtheora we're testing against.
5500 * tests/check/pipelines/theoraenc.c: (check_libtheora),
5501 (check_buffer_granulepos),
5502 (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5504 Adapt tests to check the values that are now defined for theora; make
5505 the tests backwards-adapt the passed values if we're running against an
5509 2008-01-10 Tim-Philipp Müller <tim at centricular dot net>
5511 * gst-libs/gst/audio/gstbaseaudiosink.c:
5512 (gst_base_audio_sink_class_init):
5513 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5514 (gst_base_audio_src_class_init):
5515 Ref audio clock class from a thread-safe context to make sure
5516 we're not bit by GObjects lack of thread-safety here (#349410),
5517 however unlikely that may be in practice.
5519 2008-01-10 Sebastian Dröge <slomo@circular-chaos.org>
5522 Add -Wno-portability to the automake parameters to stop warnings
5523 about GNU make extensions being used. We require GNU make in almost
5524 every Makefile anyway.
5527 Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5528 at the same time is required for per target flags.
5530 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5532 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5533 Post an error message if we can't pull as many bytes as we need
5534 for the tag. This makes sure the user gets to see a proper error
5535 message if a file with a partial ID3 tag is fed to decodebin, and
5536 not a 'no ID3 tag demuxer' error, which would be confusing
5539 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5541 * gst-libs/gst/pbutils/descriptions.c: (formats):
5542 Add description strings for ID3, APE, and ICY tags.
5544 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5546 * gst/playback/gstdecodebin.c: (try_to_link_1):
5547 Make sure we error out correctly if we can't activate one of
5548 the elements we've added. Fixes #508138.
5550 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
5552 Patch by: Bastien Nocera <hadess at hadess net>
5554 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5555 (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5556 Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5557 the volume is the same for all channels. This works around
5558 some problem in alsa that leaves us with inconsistent state
5559 for some reason (#486840).
5561 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
5563 Patch by: Jerone Young <jerone at gmail com>
5565 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5566 If there's no mixer track by the name of 'Master' or 'Front',
5567 check if there's one called 'PCM' before trying the generic
5568 fallback logic (fixes #506928, where we pick 'Mic' as master
5569 track for the AD1984 card in a Thinkpad T61/X61 laptop).
5571 2008-01-07 Wim Taymans <wim.taymans@collabora.co.uk>
5573 * gst/playback/gstplay-enum.c:
5574 (register_gst_autoplug_select_result),
5575 (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5576 (gst_play_flags_get_type):
5577 * gst/playback/gstplay-enum.h:
5578 Add enums for configuration flags.
5580 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5581 (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5582 (gst_play_bin_get_property), (no_more_pads_cb),
5583 (autoplug_select_cb), (gst_play_bin_change_state):
5584 Merge mode with flags.
5585 Add more property getters/setters, defaults and docs.
5586 Add properties to get number of audio/video/text streams.
5587 Create sink object in _init so that we can always rely on it being
5590 * gst/playback/gstplaysink.c: (gst_play_sink_init),
5591 (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5592 (activate_vis), (gst_play_sink_reconfigure),
5593 (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5594 (gst_play_sink_change_state):
5595 * gst/playback/gstplaysink.h:
5596 Use flags to configure the sink pipelines.
5597 Add tee before audio pipeline so that we can use it for visualisations.
5598 Start working on integrating visualisations.
5599 Remove mode, we can do everything with the flags now.
5600 Add method to configue the sink pipeline.
5602 2008-01-06 Tim-Philipp Müller <tim at centricular dot net>
5604 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5605 (check_buffer_timestamp), (check_buffer_duration):
5606 Turn these functions into macros so we can see right away
5607 where the failure occured.
5609 2008-01-05 Julien Moutte <julien@fluendo.com>
5611 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5612 debugging information to understand how X calculates the stride
5615 2008-01-03 Sebastian Dröge <slomo@circular-chaos.org>
5617 * gst/volume/Makefile.am:
5618 * gst/volume/gstvolume.c: (volume_choose_func),
5619 (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5621 * gst/volume/gstvolume.h:
5622 Use GstAudioFilter as base class for the volume element instead of
5623 plain GstBaseTransform.
5625 2008-01-03 Sebastian Dröge <slomo@circular-chaos.org>
5627 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5628 Don't set element details for the abstract GstAudioFilter class.
5630 2008-01-02 Sebastian Dröge <slomo@circular-chaos.org>
5632 * gst-libs/gst/audio/gstaudiofilter.c:
5633 (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5634 Implement get_unit_size() vmethod of GstBaseTransform.
5636 2008-01-01 Edward Hervey <edward.hervey@collabora.co.uk>
5638 * gst-libs/gst/pbutils/Makefile.am:
5639 * gst-libs/gst/pbutils/pbutils.h:
5640 Use glib-enum generator to have a proper enum GType for
5641 GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5643 2007-12-31 David Schleef <ds@schleef.org>
5645 * tests/check/Makefile.am:
5646 * tests/check/pipelines/theoraenc.c:
5647 Reenable theoraenc test, which fails on the buildbot but
5650 2007-12-31 David Schleef <ds@schleef.org>
5652 * docs/libs/.cvsignore:
5653 * docs/plugins/.cvsignore:
5654 Add *-undeclared.txt to fix buildbot.
5656 2007-12-31 David Schleef <ds@schleef.org>
5658 * tests/check/Makefile.am:
5659 Second attempt at disabling theoraenc test long enough to
5660 get buildbot to compile -base.
5662 2007-12-31 David Schleef <ds@schleef.org>
5664 * tests/check/pipelines/theoraenc.c:
5665 Disable theoraenc test long enough to get the buildbot to
5666 compile a recent -base.
5668 2007-12-31 Wim Taymans <wim.taymans@collabora.co.uk>
5670 * tests/examples/seek/seek.c: (stop_cb):
5671 Make sure we reset the slider value to 0.0 without racing against a
5672 possible g_idle that sets it to something else.
5674 2007-12-31 Thijs Vermeir <thijsvermeir@gmail.com>
5676 * sys/ximage/ximagesink.c:
5679 2007-12-30 Wim Taymans <wim.taymans@collabora.co.uk>
5681 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5682 * gst-libs/gst/rtsp/gstrtspdefs.h:
5683 Add Location header so that we can start implementing redirects.
5686 2007-12-29 Thijs Vermeir <thijsvermeir@gmail.com>
5688 * gst/subparse/gstssaparse.c:
5691 2007-12-29 Thijs Vermeir <thijsvermeir@gmail.com>
5693 * gst/subparse/gstssaparse.c:
5694 remove duplicate log message
5696 2007-12-29 Sebastian Dröge <slomo@circular-chaos.org>
5698 * ext/libvisual/visual.c: (gst_visual_chain):
5699 Fix 'xyz may be used uninitialized' compiler warnings caused
5700 by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5701 abort() in any case but properly report the error.
5703 2007-12-28 Wim Taymans <wim.taymans@collabora.co.uk>
5705 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5706 (gst_play_bin_finalize), (gst_play_bin_set_uri),
5707 (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5708 (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5709 (autoplug_select_cb), (activate_group), (deactivate_group),
5710 (setup_next_source), (save_current_group),
5711 (gst_play_bin_change_state):
5713 Remove next-uri, we can use the uri property just fine.
5715 Unref uridecodebin when switching.
5718 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5719 (gst_play_sink_init), (gst_play_sink_dispose),
5720 (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5721 (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5722 (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5723 (gst_play_sink_set_property), (gst_play_sink_get_property),
5724 (gen_video_chain), (gen_text_element), (gen_audio_chain),
5725 (gen_vis_element), (gst_play_sink_get_mode),
5726 (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5727 (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5728 (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5729 (gst_play_sink_change_state):
5730 * gst/playback/gstplaysink.h:
5731 Add some locking to make things threadsafe.
5733 * gst/playback/test7.c: (about_to_finish_cb):
5736 2007-12-22 Tim-Philipp Müller <tim at centricular dot net>
5738 * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5739 (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5740 (gst_video_scale_transform):
5741 Don't claim to be able to handle/transform caps that can't really
5742 be handled by the currently selected scaling method (here: RGB or
5743 packed YUV with 4-tap method). Also add locking to method property.
5745 * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5746 (test_basetransform_based):
5747 Some test pipelines for the above (not entirely valgrind clean yet
5750 2007-12-21 David Schleef <ds@schleef.org>
5752 * gst-libs/gst/video/video.c:
5753 * gst-libs/gst/video/video.h:
5754 Add additional RGBA and RGB-24 video formats.
5756 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
5758 * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5759 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5760 (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5761 * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5762 (cddabasesrc_suite):
5763 Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5764 deprecated in the future (see #498924).
5766 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
5768 * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5771 2007-12-20 Thijs Vermeir <thijsvermeir@gmail.com>
5773 * gst-libs/gst/riff/riff-read.c:
5774 Use GST_ROUND_UP_2 macro
5776 2007-12-20 Tim-Philipp Müller <tim at centricular dot net>
5778 * gst/playback/.cvsignore:
5781 2007-12-20 Tim-Philipp Müller <tim at centricular dot net>
5783 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5784 * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5785 (set_active_source):
5786 * gst/playback/gstplaybasebin.h:
5787 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5788 (setup_sinks), (playbin_set_subtitles_visible):
5789 Make switching off of subtitles work. To avoid all kind of
5790 problems with unlinking of the subtitle input, we just keep
5791 the subtitle inputs linked as they are and tell textoverlay
5792 not to render them. Fixes #373011.
5793 Other subtitle switching issues (esp. when there are both
5794 external and in-stream subtitles) remain. They'll be solved
5797 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
5799 * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5800 Init the pad segment too.
5802 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
5804 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5805 (gst_audioringbuffer_open_device),
5806 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5807 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5808 (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5809 (gst_audio_sink_create_ringbuffer):
5810 Improve debug output.
5812 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5813 (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5814 Prevent some functions from doing things and failing when the
5815 ringbuffer is not yet acquired.
5817 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
5819 * gst-libs/gst/interfaces/interfaces.h:
5820 Also remove interfaces.h from CVS as it is not needed anymore.
5822 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
5824 * gst-libs/gst/interfaces/Makefile.am:
5825 interfaces.h is not used anymore so remove it from the build
5828 2007-12-17 David Schleef <ds@schleef.org>
5830 * gst/videotestsrc/gstvideotestsrc.c:
5831 * gst/videotestsrc/gstvideotestsrc.h:
5832 Add a "blink" pattern. Turn on the pain. Apologies. It's useful
5833 for testing vertical refresh synchronization.
5835 2007-12-17 David Schleef <ds@schleef.org>
5837 * docs/libs/gst-plugins-base-libs-sections.txt:
5838 * gst-libs/gst/video/video.c:
5839 * gst-libs/gst/video/video.h:
5840 Add new GstVideFormat enum and write a bunch of helper functions
5843 2007-12-17 Tim-Philipp Müller <tim at centricular dot net>
5846 Use new common/win32.mak.
5848 2007-12-17 Wim Taymans <wim.taymans@collabora.co.uk>
5850 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5851 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5853 When going from PLAYING to PAUSED, pause the ringbuffer before calling
5854 the parent state change function, just like the audiosink, because the
5855 parent waits for the element to finish its processing before completing
5856 the state change. This makes going to PAUSED a lot snappier.
5857 When going from READY to PAUSED, don't allow the ringbuffer to start
5860 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
5862 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5863 Yet another fix for broken software that produce files with an empty
5864 blockalign field. Instead of completely failing, make a second attempt
5865 at guessing the width/depth by looking at strf->size.
5867 2007-12-16 Tim-Philipp Müller <tim at centricular dot net>
5869 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5870 (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5871 * gst-libs/gst/pbutils/install-plugins.c:
5872 (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5873 * gst-libs/gst/pbutils/missing-plugins.c:
5874 (gst_missing_plugin_message_get_installer_detail),
5875 (gst_missing_encoder_installer_detail_new):
5876 * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5877 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5878 Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5879 avoid compiler warnings (#503930).
5881 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
5883 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5884 Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5885 for jpeg video streams.
5886 Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5887 for the above modification.
5889 2007-12-15 Tim-Philipp Müller <tim at centricular dot net>
5891 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5892 (gst_x_overlay_handle_events):
5893 More guards (we don't want klass to end up being NULL).
5895 2007-12-14 Sebastian Dröge <slomo@circular-chaos.org>
5898 * gst/volume/gstvolume.c: (gst_volume_init):
5899 Use new gst_base_transform_set_gap_aware() function as volume
5900 correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1
5903 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
5905 * tests/examples/seek/seek.c: (msg_segment_done), (main):
5906 Don't go to READY on EOS as this avoids testing of seeking and
5907 restarting after EOS, use the stop button when you want to READY.
5908 Don't try to do a flushing seek in segment-done, it does not make
5909 sense to use this for gapless playback and is not needed.
5911 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
5913 * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5914 (reset_rate_timer), (update_in_rates), (update_out_rates),
5915 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5916 (gst_queue_chain), (gst_queue_loop):
5917 Use separate timers for input and output rates.
5918 Pause measuring the output rate when we block for more data.
5921 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
5923 * gst/playback/gstqueue2.c: (gst_queue_chain):
5924 Pause the timer to measure the input rate when we block because the
5925 queue is filled. See #503262.
5927 2007-12-13 Wim Taymans <wim.taymans@collabora.co.uk>
5929 Patch by: Peter Kjellerstedt <pkj at axis com>
5931 * gst-libs/gst/rtsp/gstrtspconnection.c:
5932 (gst_rtsp_connection_free):
5933 Close control sockets. Fixes #503440.
5935 2007-12-13 Wim Taymans <wim.taymans@collabora.co.uk>
5937 * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5938 Expose the right pad in the right place with the right element.
5940 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
5942 * gst-libs/gst/pbutils/descriptions.c: (formats):
5943 Add description for 'private' dts caps (who come up with that name?).
5945 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
5948 Add check-exports target and run it with 'make check'.
5951 Be stricter about what we export in our libraries: change regexp so that
5952 we only export _gst_foo(), but not __gst_foo().
5954 * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5955 * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5956 Change internal functions to __gst_foo so they dont' get exported.
5958 * win32/common/libgstaudio.def:
5959 Add missing symbols.
5961 2007-12-11 David Schleef <ds@schleef.org>
5963 * ChangeLog: remove conflict markers
5965 2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
5967 * ext/gnomevfs/Makefile.am:
5968 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5969 Use gst_tag_freeform_string_to_utf8() here, which also takes
5970 into account any character sets specified by the user via
5971 environment variables.
5973 2007-12-10 Wim Taymans <wim.taymans@gmail.com>
5975 * gst/audioconvert/Makefile.am:
5978 2007-12-10 Wim Taymans <wim.taymans@gmail.com>
5980 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5981 No need for floating point operations here. avoids having to link
5982 against the math library too.
5984 2007-12-10 Tim-Philipp Müller <tim at centricular dot net>
5986 * gst-libs/gst/pbutils/descriptions.c: (formats),
5987 (format_info_get_desc):
5988 * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5990 Add one or two missing formats. Generate ADPCM description
5991 dynamically depending on layout/format.
5993 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
5996 Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5998 2007-12-08 Tim-Philipp Müller <tim at centricular dot net>
6000 Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
6002 * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
6003 Some .srt files start with chunk number 0 and not chunk number 1,
6004 recognise and accept those as well (fixes #502497).
6006 * tests/check/elements/subparse.c: (srt_input), (srt_input0),
6008 Add unit test for the above.
6010 2007-12-06 Wim Taymans <wim.taymans@gmail.com>
6012 * gst/playback/gstplay-enum.c:
6013 (register_gst_autoplug_select_result),
6014 (gst_autoplug_select_result_get_type):
6015 * gst/playback/gstplay-enum.h:
6018 2007-12-05 Wim Taymans <wim.taymans@gmail.com>
6020 * gst/playback/Makefile.am:
6021 Group decodebin2 and uridecodebin into the same plugin so that they
6022 can share the GEnumType.
6024 * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
6025 (_gst_select_accumulator), (gst_decode_bin_class_init),
6026 (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
6027 (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
6028 (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
6029 Add signal to sort factories instead of the more awkward autoplug-select
6031 Modify autoplug_select so that we can try, skip or expose the
6032 autopluggin of an element on a pad.
6034 * gst/playback/gstfactorylists.c: (compare_ranks),
6035 (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
6036 (element_filter), (gst_factory_list_get_elements),
6037 (gst_factory_list_debug), (gst_factory_list_filter):
6038 * gst/playback/gstfactorylists.h:
6039 Simplify the API, allow getting elements based on mask.
6041 * gst/playback/gstplay-marshal.list:
6042 Add some more marshallers.
6044 * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
6045 (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
6046 (autoplug_select_cb), (activate_group):
6047 Add support for managing non-raw sinks by providing a custom element and
6048 sink list to decodebin2.
6049 Try to plug non-raw sinks when decodebin2 using autoplug-select of
6052 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
6053 (gst_play_sink_set_mode), (gst_play_sink_request_pad):
6054 * gst/playback/gstplaysink.h:
6055 Add support for raw and non-raw sinks.
6056 Add support to force sinks selected by playbin2.
6057 Don't plug raw converters for non-raw sinks.
6059 * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
6060 (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
6061 (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
6063 Use right accumulators.
6066 2007-12-03 Wim Taymans <wim.taymans@gmail.com>
6068 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6069 Use runnning time as the base time instead of the timestamp.
6070 Spotted by Saur on IRC.
6072 2007-12-03 Edward Hervey <bilboed@bilboed.com>
6074 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6075 Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
6077 2007-12-03 Wim Taymans <wim.taymans@gmail.com>
6079 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
6080 (gst_ogg_demux_read_chain):
6081 If we find a new serial number but it does not contain a BOS page, make
6082 sure we initialize the chain to NULL because else we will try to scan it
6083 and crash. Fixes #500763
6085 2007-11-30 Wim Taymans <wim.taymans@gmail.com>
6087 * gst/playback/Makefile.am:
6088 * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
6089 (get_feature_array), (decoders_filter), (sinks_filter),
6090 (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
6091 (gst_factory_list_filter):
6092 * gst/playback/gstfactorylists.h:
6093 Refactor some common code to filter factories and check caps compat.
6095 * gst/playback/gstdecodebin.c:
6096 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6097 (gst_decode_bin_init), (gst_decode_bin_dispose),
6098 (gst_decode_bin_autoplug_continue),
6099 (gst_decode_bin_autoplug_factories),
6100 (gst_decode_bin_autoplug_select), (analyze_new_pad),
6102 * gst/playback/gstplaybin.c:
6103 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
6104 (gst_play_bin_init), (gst_play_bin_finalize),
6105 (autoplug_factories_cb), (activate_group):
6106 * gst/playback/gstqueue2.c:
6107 * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
6108 (proxy_autoplug_continue_signal),
6109 (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6110 (proxy_drained_signal):
6111 Add some more debug info and use factor filtering code.
6113 2007-11-26 Stefan Kost <ensonic@users.sf.net>
6115 * gst/audiotestsrc/gstaudiotestsrc.c:
6116 * gst/volume/gstvolume.c:
6117 * gst/volume/gstvolume.h:
6118 Add GAP-flag support.
6120 2007-11-24 Julien MOUTTE <julien@moutte.net>
6122 * tests/examples/seek/seek.c: (main): Increase the range of the
6123 rate selector as I would like to test QOS behavior at higher
6124 forward and reverse playback speed like say 64x.
6126 2007-11-23 Sebastian Dröge <slomo@circular-chaos.org>
6128 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6129 (audioresample_query), (audioresample_query_type),
6130 (gst_audioresample_set_property):
6131 Implement latency query.
6133 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
6135 * gst-libs/gst/audio/gstbaseaudiosink.c:
6136 (gst_base_audio_sink_drain):
6137 Our EOS time contains the base_time, _wait_eos() expects a running_time
6138 so we have to subtract the base_time again before calling the function.
6139 This fixes an EOS regression where the base_time was added twice and EOS
6140 took longer and longer in certain situations.
6143 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
6145 * docs/libs/gst-plugins-base-libs-sections.txt:
6146 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6147 (gst_base_audio_sink_set_provide_clock),
6148 (gst_base_audio_sink_get_provide_clock),
6149 (gst_base_audio_sink_set_slave_method),
6150 (gst_base_audio_sink_get_slave_method),
6151 (gst_base_audio_sink_set_property),
6152 (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6153 (gst_base_audio_sink_none_slaving),
6154 (gst_base_audio_sink_handle_slaving):
6155 * gst-libs/gst/audio/gstbaseaudiosink.h:
6156 Expose methods for some object properties so that subclasses can more
6157 easily configure them.
6158 Added slave method none, that completely disables slaving to the
6160 API: gst_base_audio_sink_set_provide_clock()
6161 API: gst_base_audio_sink_get_provide_clock()
6162 API: gst_base_audio_sink_set_slave_method()
6163 API: gst_base_audio_sink_get_slave_method()
6165 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6166 (gst_base_audio_src_set_provide_clock),
6167 (gst_base_audio_src_get_provide_clock),
6168 (gst_base_audio_src_set_property),
6169 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6170 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6171 Expose methods for some object properties so that subclasses can more
6172 easily configure them.
6173 API: gst_base_audio_src_set_provide_clock()
6174 API: gst_base_audio_src_get_provide_clock()
6176 2007-11-20 Wim Taymans <wim.taymans@gmail.com>
6178 Patch by: Joe Peterson <lavajoe at gentoo dot org>
6180 * gst-libs/gst/sdp/gstsdpmessage.c:
6181 Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6183 2007-11-19 Sebastian Dröge <slomo@circular-chaos.org>
6185 * tests/check/libs/fft.c: (GST_START_TEST):
6186 Fix scaling to really have dB instead of something else.
6188 2007-11-19 Julien MOUTTE <julien@moutte.net>
6190 * tests/examples/seek/seek.c: (main): There's a nice macro to check
6191 GTK version, use it.
6193 2007-11-19 Julien MOUTTE <julien@moutte.net>
6195 * tests/examples/seek/seek.c: (main): Try to support stable version
6198 2007-11-17 Stefan Kost <ensonic@users.sf.net>
6200 * gst/playback/README:
6201 * gst/playback/test7.c:
6202 Fix the build + little README update.
6204 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6206 * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6207 Add playbin2 seek pipeline.
6209 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6211 * gst/playback/Makefile.am:
6212 * gst/playback/gstplayback.c: (plugin_init):
6213 * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6214 (eos_cb), (about_to_finish_cb), (main):
6216 Added gapless playback example.
6218 * gst/playback/gstplaybasebin.c:
6219 * gst/playback/gstplaybasebin.h:
6220 * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6221 * gst/playback/gstqueue2.c:
6222 * gst/playback/test.c:
6223 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6225 * gst/playback/gststreaminfo.h:
6228 * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6229 (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6230 (gst_play_bin_dispose), (gst_play_bin_set_uri),
6231 (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6232 (gst_play_bin_get_property), (gst_play_bin_handle_message),
6233 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6234 (drained_cb), (unlink_group), (activate_group),
6235 (setup_next_source), (gst_play_bin_change_state),
6236 (gst_play_bin2_plugin_init):
6237 Added raw first version of playbin2. Does chained oggs and gapless
6238 playback fine. No support for raw sinks yet. No visualisations or
6241 * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6242 (gst_play_sink_class_init), (gst_play_sink_init),
6243 (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6244 (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6245 (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6246 (gst_play_sink_set_property), (gst_play_sink_get_property),
6247 (post_missing_element_message), (free_chain), (add_chain),
6248 (activate_chain), (gen_video_chain), (gen_text_element),
6249 (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6250 (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6251 (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6252 (gst_play_sink_send_event), (gst_play_sink_change_state):
6253 * gst/playback/gstplaysink.h:
6254 Added Element that abstracts the sinks and their pipelines for playbin2.
6256 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6258 * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6259 (gst_selector_pad_class_init), (gst_selector_pad_init),
6260 (gst_selector_pad_finalize), (gst_selector_pad_reset),
6261 (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6262 (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6263 (gst_selector_pad_chain), (gst_stream_selector_get_type),
6264 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6265 (gst_stream_selector_init), (gst_stream_selector_set_property),
6266 (gst_stream_selector_get_linked_pad),
6267 (gst_stream_selector_getcaps),
6268 (gst_stream_selector_is_active_sinkpad),
6269 (gst_stream_selector_activate_sinkpad),
6270 (gst_stream_selector_get_linked_pads),
6271 (gst_stream_selector_request_new_pad),
6272 (gst_stream_selector_release_pad):
6273 * gst/playback/gststreamselector.h:
6274 Improve streamselector, make it select and unselect the current pad more
6276 Subclass GstPad for the sinkpads of the selector.
6277 Handle segments more correctly.
6278 Fix caps negotiation.
6279 Implement release_pad.
6281 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6283 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6284 (gst_decode_group_check_if_drained), (source_pad_event_probe),
6286 Add drained signal fired when decodebin finishes decoding the data.
6287 Remove deprecated STATE_DIRTY message.
6289 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6290 (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6291 (analyse_source), (proxy_drained_signal), (make_decoder),
6292 (source_new_pad), (value_list_append_structure_list),
6293 (handle_redirect_message), (handle_message):
6294 Proxy the new drained signal.
6295 Handle pad removed from decodebin.
6296 Handle redirect messages by sorting multiple redirections based on the
6299 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6301 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6303 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6304 Fix leaking headers. Fixes #496761.
6306 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6308 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6310 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6311 (gst_ximagesink_change_state):
6312 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6313 Don't leak the PAR on errors. Fixes #496731.
6315 2007-11-16 Tim-Philipp Müller <tim at centricular dot net>
6317 * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6318 (gst_tag_from_id3_user_tag):
6319 Add mapping for audio cd discid tags, so we can extract
6320 them from tags as well (see #347848). Also compare identifiers
6321 in ID3v2 TXXX frames in a case-insensitive way to increase
6322 compatibility when reading tags (discid vs. DiscID vs. DiscId).
6324 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
6326 * gst-plugins-base.doap:
6327 Oops, fix the release name.
6329 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
6331 * gst-plugins-base.doap:
6334 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
6339 === release 0.10.15 ===
6341 2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
6344 releasing 0.10.15, "No need to argue"
6346 2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
6348 * win32/vs6/libgstfft.dsp:
6349 Convert line endings to DOS.
6351 2007-11-15 Sebastien Moutte <sebastien@moutte.net>
6353 * win32/vs6/gst_plugins_base.dsw:
6354 * win32/vs6/libgstfft.dsp:
6356 Add a project file for fft plugin and remove socket
6357 based plugin which don't build from the workspace.
6358 * win32/vs6/libgstaudio.dsp:
6359 * win32/vs6/libgstrtp.dsp:
6360 * win32/vs6/libgsttag.dsp:
6361 Convert line endings back to DOS.
6364 2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
6366 * win32/vs6/libgstinterfaces.dsp:
6367 * win32/vs6/libgstrtsp.dsp:
6368 Convert line endings back to DOS
6370 2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
6372 * gst-libs/gst/fft/kiss_fft_f32.h:
6373 * gst-libs/gst/fft/kiss_fft_f64.h:
6374 * gst-libs/gst/fft/kiss_fft_s16.h:
6375 * gst-libs/gst/fft/kiss_fft_s32.h:
6376 Don't include malloc.h which doesn't exist on Mac OSX.
6377 Instead, pull in glib.h and use g_malloc/g_free for
6378 consistency. Fixes: #496548
6380 2007-11-09 Stefan Kost <ensonic@users.sf.net>
6382 * gst/playback/gstdecodebin2.c:
6383 Dont leak ghostpad. Fixes #475451.
6385 2007-11-09 Wim Taymans <wim.taymans@gmail.com>
6387 * docs/design/design-decodebin.txt:
6388 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6389 Update some more docs and comments.
6391 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
6393 Patch by: Sebastien Moutte <sebastien moutte net>
6395 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6396 (gst_rtcp_unix_to_ntp):
6397 * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6398 Fix some C99-isms and and a missing function that some versions of
6399 MSVC don't like too much (#494346).
6401 * win32/vs6/gst_plugins_base.dsw:
6402 * win32/vs6/libgstaudio.dsp:
6403 * win32/vs6/libgstrtp.dsp:
6404 * win32/vs6/libgsttag.dsp:
6405 Update vs6 projects files (#494346).
6407 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
6409 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6411 * win32/common/libgstaudio.def:
6412 * win32/common/libgstcdda.def:
6413 * win32/common/libgstinterfaces.def:
6414 * win32/common/libgstnetbuffer.def:
6415 * win32/common/libgstpbutils.def:
6416 * win32/common/libgstrtp.def:
6417 * win32/common/libgstrtsp.def:
6418 * win32/common/libgsttag.def:
6419 * win32/common/libgstvideo.def:
6420 More missing symbols to export (fixes #493986).
6422 2007-11-06 Sebastian Dröge <slomo@circular-chaos.org>
6424 * docs/libs/gst-plugins-base-libs-sections.txt:
6425 * gst-libs/gst/fft/gstfftf32.c:
6426 * gst-libs/gst/fft/gstfftf32.h:
6427 * gst-libs/gst/fft/gstfftf64.c:
6428 * gst-libs/gst/fft/gstfftf64.h:
6429 * gst-libs/gst/fft/gstffts16.c:
6430 * gst-libs/gst/fft/gstffts16.h:
6431 * gst-libs/gst/fft/gstffts32.c:
6432 * gst-libs/gst/fft/gstffts32.h:
6433 * tests/check/libs/fft.c: (GST_START_TEST):
6434 Remove the magnitude and phase calculation functions as these have
6435 very special use cases and can't even be used for the spectrum
6436 element. Also adjust the docs to mention some properties of the used
6437 FFT implemention, i.e. how the values are scaled. Fixes #492098.
6439 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
6441 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6443 Avoid crash when there are external subtitles (fixes #491722).
6445 2007-11-03 Tim-Philipp Müller <tim at centricular dot net>
6447 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6448 * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6449 'Could not open resource for writing' is not an acceptable
6450 error message when we can't open the audio device (see #492334),
6451 even less so when we're trying to open it to record something.
6453 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
6455 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6457 * win32/common/libgstrtp.def:
6458 Add some more missing symbols (#492813).
6460 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
6462 Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6464 * tests/check/elements/audioconvert.c: (verify_convert):
6465 Add check to make sure that the out caps have a channel layout
6466 set on them where they should have one.
6468 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
6470 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6472 * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6473 * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6474 Include our own _stdint.h instead of sys/types.h, makes MingW happy
6477 * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6478 Use _pipe directly, GLib doesn't have a pipe() macro any longer
6479 (it disappeared in GLib 2.14.0) (#492306).
6481 * gst-libs/gst/sdp/Makefile.am:
6482 * gst-libs/gst/sdp/gstsdpmessage.c:
6483 Fix includes and LIBS for win32/Mingw (#492306).
6485 * tests/examples/dynamic/addstream.c (pause_play_stream):
6486 Use more portable g_usleep() instead of sleep() (#492306).
6488 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
6490 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6492 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6493 (gst_ring_buffer_parse_caps):
6494 Return NULL instead of an enum that happens to be 0, fixes warning
6497 * gst-libs/gst/audio/gstringbuffer.h:
6498 No trailing commas in enum list (for gcc-2.9x).
6500 * gst/videotestsrc/videotestsrc.c: (random_char):
6501 Make information loss explicit instead of implicitly truncating to
6502 eight bits via the return value. Fixes runtime error on MSVC when
6503 using the debug CRT (#492114).
6505 * win32/common/config.h.in:
6506 Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6508 * win32/common/libgstinterfaces.def:
6509 * win32/common/libgstrtp.def:
6510 Export a few more symbols (#492114).
6512 2007-11-01 Stefan Kost <ensonic@users.sf.net>
6514 * gst-libs/gst/audio/audio.c:
6515 * gst-libs/gst/audio/audio.h:
6516 Readd the deprecation guards, but preserve compilability.
6518 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6520 * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6521 (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6522 Preserve channel layout when fixating the number of channels in the
6523 output caps, or make sure there's a suitable channel position layout
6524 set on the caps if required. Fixes #430677.
6526 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6528 * tests/check/elements/decodebin.c: (test_text_plain_streams):
6529 Make sure the pipeline really operates in push mode as it should
6532 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6534 * gst-libs/gst/audio/audio.h:
6535 Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6536 compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6537 (ie. normal cvs builds) will fail.
6539 2007-10-31 Stefan Kost <ensonic@users.sf.net>
6541 * docs/libs/Makefile.am:
6542 * gst-libs/gst/audio/audio.c:
6543 * gst-libs/gst/audio/audio.h:
6544 * gst-libs/gst/interfaces/mixer.c:
6545 tell gtk-doc about the deprecation guard. Apply more doc fixes.
6547 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6549 * tests/check/libs/audio.c: (init_value_to_channel_layout),
6550 (test_channel_layout_value_intersect), (audio_suite):
6551 Add simple unit test to make sure GstValue intersection
6552 of channel layouts works the way I think it does.
6554 2007-10-30 Stefan Kost <ensonic@users.sf.net>
6556 * docs/libs/gst-plugins-base-libs-sections.txt:
6557 * gst-libs/gst/audio/gstaudiofilter.h:
6558 * gst-libs/gst/interfaces/mixer.h:
6559 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6560 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6561 * gst-libs/gst/sdp/gstsdpmessage.c:
6562 Fix the docs according to what gtk-doc complained about.
6564 2007-10-30 Stefan Kost <ensonic@users.sf.net>
6566 * tests/icles/stress-playbin.c:
6569 2007-10-30 Tim-Philipp Müller <tim at centricular dot net>
6571 * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6572 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6573 Post nice/more useful error message if we don't have a decoder for
6576 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
6578 * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6579 Be a bit more useful, unblock the pads after we fired the no-more-pads
6580 signal so that we can use the signal to inspect and connect all pads
6581 without having to keep extra state outside of decodebin.
6583 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
6585 * gst/playback/gsturidecodebin.c:
6586 (gst_uri_decode_bin_autoplug_continue),
6587 (gst_uri_decode_bin_class_init), (no_more_pads_full):
6588 Implement default signal handler so that we return TRUE when nothing is
6591 2007-10-28 Sebastian Dröge <slomo@circular-chaos.org>
6593 * gst-libs/gst/riff/riff-media.c:
6594 (gst_riff_wavext_add_channel_layout),
6595 (gst_riff_wave_add_default_channel_layout),
6596 (gst_riff_wavext_get_default_channel_mask),
6597 (gst_riff_create_audio_caps):
6598 Use the ALSA channel layout as default for wav files without channel
6599 layout information. This fixes playback of chan-id.wav on 5.1 systems
6600 for example. Also refactor the channel layout setting a bit and add
6601 more default channel orders. Fixes #489010.
6603 2007-10-26 Tim-Philipp Müller <tim at centricular dot net>
6605 * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6606 GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6607 -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6610 2007-10-25 Wim Taymans <wim.taymans@gmail.com>
6612 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6613 (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6614 (gst_decode_bin_set_subs_encoding),
6615 (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6616 (gst_decode_bin_get_property), (analyze_new_pad):
6617 Move subtitle encoding property to decodebin2 so that it can set the
6618 property value on all elements that it autoplugs and that require it.
6619 Make caps refcounting more consistent in get/set.
6621 * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6622 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6623 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6624 (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6625 (proxy_autoplug_continue_signal),
6626 (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6628 Proxy properties and relevant signals from the internal decodebin.
6629 Make properties MT safe.
6631 2007-10-25 Tim-Philipp Müller <tim at centricular dot net>
6633 * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6634 * gst-libs/gst/tag/tags.c:
6635 Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6636 GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6638 * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6639 Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6641 * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6642 (gst_tag_to_vorbis_comments):
6643 Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6644 just mapping everything I found in the wild) (#414539).
6646 2007-10-24 Wim Taymans <wim.taymans@gmail.com>
6648 Inspired by patch of: René Stadler <mail at renestadler dot de>
6650 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6651 (gst_decode_bin_autoplug_continue),
6652 (gst_decode_bin_autoplug_factories),
6653 (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6655 * gst/playback/gstplay-marshal.list:
6656 Remove the autoplug-sort signal and replace it with a binding friendly
6657 autoplug-select signal.
6658 Add an autoplug-factories signal that can be used to generate a list of
6659 factories to try to autoplug.
6660 Add the GstPad to the autoplugging signal args as it might be needed to
6661 make a good factory selection.
6662 Fix up the marshallers for this. Fixes #407282.
6664 2007-10-23 Tim-Philipp Müller <tim at centricular dot net>
6666 * gst-libs/gst/tag/gsttagdemux.c:
6667 Don't abort with an assertion if we receive a seek event with
6668 a start type of NONE (see launchpad bug #155878).
6670 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
6672 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6673 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6674 (gst_ximagesink_change_state), (gst_ximagesink_reset):
6675 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6676 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6677 (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6678 Make sure that before we clean up the X resources, we shutdown and join
6680 Also make sure the event thread does not shut down immediatly after
6681 startup because the running variable is not yet correctly set.
6684 2007-10-16 Wim Taymans <wim.taymans@gmail.com>
6686 * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6687 Make the window for a race in typefind and shutting down smaller until
6688 we figure out the right locking here. Avoids #485753 usually.
6690 * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6691 Remove unneeded lock causing a race in typefind and shutting down.
6694 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6695 Also remove sinks when going to NULL because we might not complete the
6696 state change to PAUSED, causing the PAUSED->READY state change not to
6699 2007-10-16 Wim Taymans <wim.taymans@gmail.com>
6701 * gst-libs/gst/audio/gstbaseaudiosink.c:
6702 (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6703 Also explicitly release the ringbuffer when going to NULL because it
6704 is required in the setcaps function, before the state change to PAUSED
6707 2007-10-16 Tim-Philipp Müller <tim at centricular dot net>
6709 * tests/icles/.cvsignore:
6710 * tests/icles/Makefile.am:
6711 * tests/icles/stress-playbin.c:
6712 Does what it says on the tin.
6714 2007-10-15 Wim Taymans <wim.taymans@gmail.com>
6716 * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6717 Fix queue negotiation. See #486758.
6719 2007-10-12 Jan Schmidt <Jan.Schmidt@sun.com>
6721 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6722 (gst_xvimagesink_xwindow_new),
6723 (gst_xvimagesink_update_colorbalance),
6724 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6726 Fix handling of some of the X atoms. If the last parameter is True,
6727 XInternAtom won't create the atom if it doesn't exist, and therefore
6728 might return None. This causes X errors on Xv implementations that
6729 don't provide the colour balance attributes.
6731 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
6733 * gst-libs/gst/tag/gstvorbistag.c:
6734 * tests/check/libs/tag.c:
6735 Extract vorbis comment LICENSE tags correctly.
6737 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
6739 Patch by: Jason Kivlighn <jkivlighn gmail com>
6741 * gst-libs/gst/tag/gstid3tag.c:
6742 * tests/check/libs/tag.c:
6743 Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6745 2007-10-10 Tim-Philipp Müller <tim at centricular dot net>
6747 * gst-libs/gst/tag/gsttagdemux.c:
6748 Don't error out when a buggy downstream element doesn't
6749 handle the newsegment event we send properly (especially
6750 not without posting a meaningful error message on the
6751 bus). See bug #471370 and launchpad bug #136264.
6753 2007-10-10 Wim Taymans <wim.taymans@gmail.com>
6755 * gst-libs/gst/audio/gstbaseaudiosink.c:
6756 (gst_base_audio_sink_drain):
6757 Use new basesink method to make our EOS drain interruptable.
6759 2007-10-10 Jan Schmidt <Jan.Schmidt@sun.com>
6761 * gst-libs/gst/rtp/gstrtppayloads.c:
6762 Fix silly search-replace oversight.
6764 2007-10-09 Wim Taymans <wim.taymans@gmail.com>
6766 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6768 * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6769 (gst_basertppayload_set_outcaps):
6770 Fix caps memleak. Fixes #484989.
6773 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6775 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6776 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6779 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6781 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6782 (gst_base_audio_src_create):
6783 Also handle the case where there is no clock set on the audio source,
6784 like in the unit tests.
6786 2007-10-08 Jan Schmidt <Jan.Schmidt@sun.com>
6788 * gst-libs/gst/rtp/gstrtppayloads.c:
6789 Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6790 to avoid compiler warnings
6792 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6794 * gst/playback/gstdecodebin.c: (type_found),
6795 (gst_decode_bin_change_state):
6796 * gst/playback/gstdecodebin2.c: (type_found),
6797 (gst_decode_bin_change_state):
6798 Don't disconnect the have_type signal because we never reconnect it
6799 later on. Instead keep a variable to see if we already detected a type.
6801 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6803 * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6804 * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6806 Unlink the signal handler when we found the type, we're not going to do
6807 anything sensible with more type_found signals anyway.
6809 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
6811 * gst-libs/gst/tag/gsttagdemux.c:
6814 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
6816 * gst-libs/gst/tag/Makefile.am:
6817 * gst-libs/gst/tag/gsttagdemux.c:
6818 * gst-libs/gst/tag/gsttagdemux.h:
6819 API: add GstTagDemux base class for simple tag demuxers.
6821 * docs/libs/gst-plugins-base-libs-docs.sgml:
6822 * docs/libs/gst-plugins-base-libs-sections.txt:
6823 Add GstTagDemux to docs.
6825 2007-10-05 Sebastian Dröge <slomo@circular-chaos.org>
6827 * gst-libs/gst/rtp/gstrtpbuffer.c:
6828 (gst_rtp_buffer_get_payload_subbuffer):
6829 Fix bug introduced with last commit which inverted the logic and
6830 caused all buffers to be dropped. Fixes #483620.
6831 Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6833 2007-10-04 Stefan Kost <ensonic@users.sf.net>
6835 * gst-libs/gst/rtp/gstrtpbuffer.c:
6836 Replace g_return_if_val (as it could be disabled), with regular return
6839 2007-10-03 Stefan Kost <ensonic@users.sf.net>
6841 * tests/check/pipelines/simple-launch-lines.c:
6842 Print message name and not just number.
6844 2007-10-02 Wim Taymans <wim.taymans@gmail.com>
6846 * gst-libs/gst/audio/gstbaseaudiosink.c:
6847 (gst_base_audio_sink_async_play):
6848 When slaved to the clock, don't try to align a sample with the previous
6849 one when going to PLAYING again.
6851 2007-10-02 Stefan Kost <ensonic@users.sf.net>
6853 * tests/examples/snapshot/snapshot.c:
6856 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
6858 * gst-libs/gst/sdp/gstsdpmessage.h:
6859 Add RFC 3556 bandwidth modifiers.
6861 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
6863 * docs/libs/gst-plugins-base-libs-docs.sgml:
6864 * docs/libs/gst-plugins-base-libs-sections.txt:
6865 * gst-libs/gst/rtp/gstrtppayloads.c:
6866 Update documentation.
6868 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
6870 * gst-libs/gst/rtp/Makefile.am:
6871 * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6872 (gst_rtp_payload_info_for_name):
6873 * gst-libs/gst/rtp/gstrtppayloads.h:
6874 Added new file and header to deal with payload info.
6876 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6877 (gst_rtp_buffer_default_clock_rate):
6878 * gst-libs/gst/rtp/gstrtpbuffer.h:
6879 Payload specific stuff is move to new headers.
6880 Implement _default_clock rate using the new payload function.
6882 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6883 (gst_sdp_parse_line):
6884 * gst-libs/gst/sdp/gstsdpmessage.h:
6885 Add some more comments.
6887 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
6889 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6890 (sdp_check_header), (sdp_type_find), (plugin_init):
6891 Add typefind function for application/sdp.
6892 Remove some old dirac typefind code that was ifdeffed out.
6894 2007-09-29 Sebastien Moutte <sebastien@moutte.net>
6896 * win32/common/libgstaudio.def:
6897 Add new exported functions.
6898 * win32/vs6/grammar.dsp:
6899 Add autogeneration and copy of some autegenerated files from win32/common
6901 * win32/vs6/libgstaudioconvert.dsp:
6902 Add gstaudioquantize.c to the build.
6903 * win32/vs6/libgstinterfaces.dsp:
6904 Add videoorientation.c to the build.
6905 * win32/vs6/libgstriff.dsp:
6906 Add libgsttag to the link libraries list.
6907 * win32/vs6/libgstvolume.dsp:
6908 Add liboil to the link.
6909 * win32/vs6/gst_plugins_base.dsw:
6910 * win32/vs6/libgstrtsp.dsp:
6911 * win32/common/libgstrtsp.def:
6912 Add files to build libgstrtsp library.
6914 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
6916 * tests/examples/snapshot/snapshot.c: (main):
6917 Print error when pipeline failed to construct.
6919 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
6922 * gst-libs/gst/tag/gstid3tag.c:
6923 * gst-libs/gst/tag/gstvorbistag.c:
6924 Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6927 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
6929 * gst-libs/gst/floatcast/floatcast.h:
6930 Don't include config.h in an installed public header, this
6931 might break compilation of applications that don't have such
6932 a header and doesn't necessarily do what it's supposed to do
6933 anyway (ie. check for the lrint/lrintf defines) (#442065).
6934 Add docs for the various macros and document how this header
6935 has to be used (link against libm, etc.); add a few FIXMEs;
6936 include math.h for non-c99 code path. Based on patch by
6939 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
6942 Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6943 of duplicating these macros in configure.ac.
6945 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6950 Updated translations to 0.10.14
6952 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6954 translated by: Jakub Bogusz <qboosh@pld-linux.org>
6957 Added Polish translation.
6959 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6961 translated by: Ilkka Tuohela <hile@iki.fi>
6964 Added Finnish translation.
6966 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6968 translated by: Jorge González González <aloriel@gmail.com>
6971 Added Spanish translation.
6973 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6975 translated by: Mogens Jaeger <mogens@jaeger.tf>
6978 Added Danish translation.
6980 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6982 translated by: Funda Wang <fundawang@linux.net.cn>
6985 Added Chinese (simplified) translation.
6987 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
6989 translated by: Alexander Shopov <ash@contact.bg>
6992 Added Bulgarian translation.
6994 2007-09-21 Wim Taymans <wim.taymans@gmail.com>
6996 * gst/playback/gstqueue2.c: (gst_queue_push_one):
6997 Fix compilation wrt printf arguments.
6999 2007-09-20 Wim Taymans <wim.taymans@gmail.com>
7002 * tests/examples/Makefile.am:
7003 * tests/examples/snapshot/.cvsignore:
7004 * tests/examples/snapshot/Makefile.am:
7005 * tests/examples/snapshot/snapshot.c: (main):
7006 Add simple snapshot example program using appsink.
7008 2007-09-20 Stefan Kost <ensonic@users.sf.net>
7010 * tests/check/generic/states.c:
7011 Improved state change unit test.
7013 2007-09-19 Stefan Kost <ensonic@users.sf.net>
7015 * docs/plugins/.cvsignore:
7016 * tests/check/.cvsignore:
7017 Ignore registries in any format.
7019 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
7021 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7022 (gst_base_rtp_depayload_chain),
7023 (gst_base_rtp_depayload_set_gst_timestamp):
7024 Only copy timestamp on outgoing packets if the depayloader did not set
7026 Also copy duration on outgoing packets.
7028 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
7030 * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
7031 (gst_basertppayload_set_outcaps):
7032 Fix compilation because of missing %d in printf.
7033 When fixating caps, fixate what we can and throw away all remaining
7034 unfixed caps, subclasses should do something smart if they need to.
7036 2007-09-19 Stefan Kost <ensonic@users.sf.net>
7038 * ext/gnomevfs/gstgnomevfssrc.c:
7039 Improve debug logs a bit and be more verbose if things go wrong.
7041 2007-09-17 Jan Schmidt <Jan.Schmidt@sun.com>
7043 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7044 (gst_text_overlay_set_property):
7045 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7046 * gst-libs/gst/audio/gstbaseaudiosink.c:
7047 (gst_base_audio_sink_render):
7048 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
7049 (gst_rtcp_unix_to_ntp):
7050 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
7051 * gst/playback/gstqueue2.c:
7052 * tests/examples/seek/seek.c: (set_scale):
7053 Fix a bunch of compile warnings shown with Forte.
7055 * gst/audiorate/gstaudiorate.c:
7056 Always pull in config.h before including any system headers.
7058 2007-09-17 Wim Taymans <wim.taymans@gmail.com>
7060 * gst/playback/gstqueue2.c: (update_buffering),
7061 (gst_queue_locked_flush), (gst_queue_locked_enqueue),
7062 (gst_queue_handle_sink_event), (gst_queue_chain),
7063 (gst_queue_push_one), (gst_queue_sink_activate_push),
7064 (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
7065 Also fix #476514 for queue2.
7067 2007-09-16 Wim Taymans <wim.taymans@gmail.com>
7069 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7070 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
7071 (gst_base_rtp_depayload_chain),
7072 (gst_base_rtp_depayload_handle_sink_event),
7073 (gst_base_rtp_depayload_push_full),
7074 (gst_base_rtp_depayload_set_gst_timestamp),
7075 (gst_base_rtp_depayload_change_state):
7076 Remove code to deal with RTP to GST time conversion, we now just copy
7077 the GST timestamp we receive to the outgoing buffers.
7078 Handle segment and flushes correctly.
7080 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7081 When we have no valid input timestamp, use the previous rtp timestamp on
7082 the outgoing RTP packet instead of the RTP base time.
7084 2007-09-15 David Schleef <ds@schleef.org>
7086 * ext/alsa/gstalsa.c:
7087 * ext/alsa/gstalsadeviceprobe.c:
7088 * ext/alsa/gstalsamixer.c:
7089 * ext/alsa/gstalsasink.c:
7090 * ext/alsa/gstalsasrc.c:
7091 Change alsa alloca's to malloc to fix warnings on gcc-4.2.
7093 2007-09-15 Wim Taymans <wim.taymans@gmail.com>
7095 * gst-libs/gst/rtp/gstbasertppayload.c:
7096 (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
7097 Add some debug info when negotiating caps.
7099 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
7101 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7102 A buffer with an empty payload is also a valid buffer.
7104 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
7106 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
7107 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7108 (gst_basertppayload_change_state):
7109 Make sure we start our RTP timestamp from the random base RTP
7110 timestamp even if the buffer timestamp starts from some random value.
7112 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
7115 * tests/examples/Makefile.am:
7116 * tests/examples/dynamic/.cvsignore:
7117 * tests/examples/dynamic/Makefile.am:
7118 * tests/examples/dynamic/addstream.c: (create_stream),
7119 (pause_play_stream), (message_received), (eos_message_received),
7120 (perform_step), (main):
7121 Add simple exmple app to demonstrate starting and pausing live and
7122 non-live bins in a PLAYING pipeline.
7124 2007-09-14 Julien MOUTTE <julien@moutte.net>
7126 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7127 typefind for QCP files (RFC #3625)
7129 2007-09-13 Wim Taymans <wim.taymans@gmail.com>
7131 * gst-libs/gst/audio/gstbaseaudiosink.c:
7132 (gst_base_audio_sink_init):
7133 Disable pull mode scheduling, we're not ready for it yet and it subtly
7134 breaks a lot of things.
7136 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
7138 * tests/check/elements/libvisual.c:
7139 Test all libvisual plugins, not just the first one; this reproduces
7140 bug #450336 quite easily. Looks like a problem with the 'jess'
7143 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
7145 * tests/check/Makefile.am:
7146 * tests/check/elements/.cvsignore:
7147 * tests/check/elements/libvisual.c:
7148 Add basic libvisual test case in an attempt to reproduce bug #450336.
7149 Doesn't reproduce that bug, but some other crasher instead (invalid
7150 free), at least with make elements/libvisual.forever and the bumscope
7151 plugin on x86-64/gutsy. Leaving test disabled for now.
7153 2007-09-11 Wim Taymans <wim.taymans@gmail.com>
7155 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7157 * gst-libs/gst/rtsp/gstrtspconnection.c:
7158 (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7159 (read_body), (gst_rtsp_connection_receive):
7160 Make sure we can not cancel in the middle of receiving a message.
7163 2007-09-11 Tim-Philipp Müller <tim at centricular dot net>
7165 Patch by: Josep Torra Valles <josep@fluendo.com>
7167 * gst/playback/gstplaybasebin.c:
7168 Increase upper limit for audio queue a bit; fixes preroll problem
7169 with playbin and decodebin2 when playing a quicktime trailer with
7170 multichannel audio via http (#464666).
7172 2007-09-10 Wim Taymans <wim.taymans@gmail.com>
7174 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7175 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7176 (gst_base_audio_src_provide_clock),
7177 (gst_base_audio_src_set_property),
7178 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7179 * gst-libs/gst/audio/gstbaseaudiosrc.h:
7180 Allow othe clocks than the internal clock to be used for the pipeline.
7181 Add property to disable clock provide.
7182 API: GstBaseAudioSrc::provide-clock
7184 2007-09-10 Stefan Kost <ensonic@users.sf.net>
7186 * gst/playback/gstdecodebin2.c:
7187 Don't leak request pads. Fixes #475395.
7189 2007-09-09 Sebastian Dröge <slomo@circular-chaos.org>
7191 Patch by: René Stadler <mail at renestadler dot de>
7193 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7194 (gst_ximage_buffer_class_init):
7195 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7196 (gst_xvimage_buffer_class_init):
7197 Correctly chain up finalize with the parent class to prevent
7198 memory leaks. Fixes #474880.
7200 2007-09-09 Sebastian Dröge <slomo@circular-chaos.org>
7202 * gst/volume/gstvolume.c: (volume_choose_func):
7203 * tests/check/elements/volume.c: (GST_START_TEST):
7204 Revert the latest change: floating point samples are allowed to
7205 have any value, not only values in the range [-1,1]. Thanks to Andy
7207 Also fix processing of int32 samples with volumes > 4 by making the
7208 unity value smaller which prevents overflows.
7210 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
7212 * gst-libs/gst/rtp/gstrtpbuffer.c:
7213 * tests/check/libs/rtp.c:
7214 Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7216 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
7218 Based on patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
7220 * gst-libs/gst/rtp/gstrtpbuffer.c:
7221 Fix up GstRTPHeader helper struct so that compilers will not under
7222 any circumstances add padding in between our fields, as currently
7223 happens with MSVC on win32, because that would lead to us sending
7224 out RTP payloads with broken RTP headers (#471194).
7225 Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7227 * tests/check/Makefile.am:
7228 * tests/check/libs/.cvsignore:
7229 * tests/check/libs/rtp.c:
7230 Add some simple unit tests for GstRTPBuffer. Some are disabled
7231 because the code tested still needs fixing (set_csrc() does not work).
7233 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
7236 * win32/common/gstrtsp-enumtypes.c:
7237 * win32/common/gstrtsp-enumtypes.h:
7238 * win32/common/interfaces-enumtypes.c:
7239 * win32/common/interfaces-enumtypes.h:
7240 * win32/common/multichannel-enumtypes.c:
7241 Add rtsp enumtypes (#474384) and update others.
7243 2007-09-06 Stefan Kost <ensonic@users.sf.net>
7246 Fix configure check for HAVE_LIBXML_HTML.
7248 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
7250 * tests/check/libs/.cvsignore:
7251 Ignore more, in case the build bots work again one day.
7253 2007-09-06 Sebastian Dröge <slomo@circular-chaos.org>
7255 Reviewed by: Stefan Kost <ensonic@users.sf.net>
7258 * gst-libs/gst/Makefile.am:
7259 * gst-libs/gst/fft/Makefile.am:
7260 * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7261 * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7262 * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7263 * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7264 * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7265 * gst-libs/gst/fft/gstfft.h:
7266 * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7267 (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7268 (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7269 * gst-libs/gst/fft/gstfftf32.h:
7270 * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7271 (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7272 (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7273 * gst-libs/gst/fft/gstfftf64.h:
7274 * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7275 (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7276 (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7277 * gst-libs/gst/fft/gstffts16.h:
7278 * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7279 (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7280 (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7281 * gst-libs/gst/fft/gstffts32.h:
7282 * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7283 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7284 (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7285 (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7286 * gst-libs/gst/fft/kiss_fft_f32.h:
7287 * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7288 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7289 (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7290 (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7291 * gst-libs/gst/fft/kiss_fft_f64.h:
7292 * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7293 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7294 (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7295 (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7296 * gst-libs/gst/fft/kiss_fft_s16.h:
7297 * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7298 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7299 (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7300 (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7301 * gst-libs/gst/fft/kiss_fft_s32.h:
7302 * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7303 (kiss_fftr_f32), (kiss_fftri_f32):
7304 * gst-libs/gst/fft/kiss_fftr_f32.h:
7305 * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7306 (kiss_fftr_f64), (kiss_fftri_f64):
7307 * gst-libs/gst/fft/kiss_fftr_f64.h:
7308 * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7309 (kiss_fftr_s16), (kiss_fftri_s16):
7310 * gst-libs/gst/fft/kiss_fftr_s16.h:
7311 * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7312 (kiss_fftr_s32), (kiss_fftri_s32):
7313 * gst-libs/gst/fft/kiss_fftr_s32.h:
7314 * gst-libs/gst/fft/kiss_version:
7315 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7316 * pkgconfig/gstreamer-plugins-base.pc.in:
7317 Add libgstfft, a FFT library based on Kiss FFT which is
7318 BSD licensed. Supported sample formats are int16, int32,
7319 float and double. For those formats a real FFT and IFFT
7320 can be done, different windowing functions can be applied
7321 and functions for extracting the magnitude and phase exist.
7324 * docs/libs/Makefile.am:
7325 * docs/libs/gst-plugins-base-libs-docs.sgml:
7326 * docs/libs/gst-plugins-base-libs-sections.txt:
7327 Integrate libgstfft into the docs.
7329 * tests/check/Makefile.am:
7330 * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7331 Add unit tests for libgstfft, currently only testing the FFT.
7332 Unit tests for IFFT will follow soon.
7334 2007-09-05 Wim Taymans <wim.taymans@gmail.com>
7336 Patch by: Peter Kjellerstedt <pkj at axis com>
7338 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7339 (gst_sdp_message_init), (gst_sdp_message_uninit),
7340 (is_multicast_address), (gst_sdp_message_as_text),
7341 (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7342 (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7343 (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7344 (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7345 (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7346 (gst_sdp_media_init), (gst_sdp_media_uninit),
7347 (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7348 (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7349 (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7350 (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7351 (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7352 * gst-libs/gst/sdp/gstsdpmessage.h:
7353 Separate INIT_ARRAY() and related macros into two versions, one for
7354 structures and one for pointers (e.g., INIT_ARRAY() and
7355 INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7356 lists of emails and phone numbers.
7357 Add missing const as appropriate.
7358 Change all gint to guint since they all actually represent unsigned
7360 Do not use time as a variable name as it shadows the global time().
7361 Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7362 Actually implement gst_sdp_message_add_time().
7363 Make gst_sdp_message_add_time() take repeat times as an argument.
7364 Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7365 Corrected the definition of gst_sdp_media_get_bandwidth() (was
7366 misspelled as badwidth).
7367 gst-indented and a little clean up. Fixes #471067.
7369 2007-09-05 Sebastian Dröge <slomo@circular-chaos.org>
7371 * gst/volume/gstvolume.c: (volume_choose_func),
7372 (volume_process_double), (volume_process_double_clamp),
7373 (volume_process_float_clamp):
7374 Correctly clamp float/double samples in the [-1.0,1.0] range to
7375 prevent weird effects.
7376 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7377 Add unit tests for all samples types that had none before.
7379 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
7381 * gst-libs/gst/rtp/gstrtpbuffer.c:
7382 Need to include stdlib.h for abs() here too.
7384 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
7386 * gst/playback/gststreaminfo.c:
7389 2007-09-05 Stefan Kost <ensonic@users.sf.net>
7391 * gst/playback/gststreaminfo.c:
7392 Clean up some half-disabled code and comment.
7394 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
7396 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7398 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7399 (gst_base_rtp_payload_audio_handle_event):
7400 Return FALSE from the event handler to let the parent class handle the
7401 event. Fixes #446766.
7403 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7404 (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7405 Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7407 * gst-libs/gst/rtp/gstbasertppayload.c:
7408 Bump the MTU to 1400.
7410 2007-09-03 Johan Dahlin <jdahlin@async.com.br>
7412 * gst/typefind/gsttypefindfunctions.c (plugin_init):
7413 Add an audio/x-nsf typefind function for the nsfdec element.
7415 2007-09-03 Renato Filho <renato.filho@indt.org.br>
7416 * gst/playback/gstplaybasebin.c:
7417 Included "myth://" on stream_uris list for enable buffering to mythtv files
7419 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
7421 * docs/libs/gst-plugins-base-libs-sections.txt:
7422 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7423 (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7424 (gst_rtcp_unix_to_ntp):
7425 * gst-libs/gst/rtp/gstrtcpbuffer.h:
7426 Fix parsing of RB blocks.
7428 Added helper functions to convert to/from UNIX and NTP time.
7429 API: gst_rtcp_ntp_to_unix()
7430 API: gst_rtcp_unix_to_ntp()
7432 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7433 (gst_rtp_buffer_get_header_len),
7434 (gst_rtp_buffer_get_extension_data),
7435 (gst_rtp_buffer_get_payload_subbuffer),
7436 (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7437 (gst_rtp_buffer_ext_timestamp):
7438 * gst-libs/gst/rtp/gstrtpbuffer.h:
7440 Implement handling of packets with extensions.
7441 Fix padding check in _validate().
7442 Added function to get extension data.
7443 API: gst_rtp_buffer_get_header_len()
7444 API: gst_rtp_buffer_get_extension_data()
7446 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
7448 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7449 (gst_base_rtp_depayload_class_init),
7450 (gst_base_rtp_depayload_set_gst_timestamp):
7451 Add some more docs for the queue-delay property and fix a typo in a
7454 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7457 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
7459 * gst-libs/gst/audio/gstbaseaudiosink.c:
7460 (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7461 (gst_base_audio_sink_change_state):
7462 When skew slaving, try to hover around the middle of a segment so that
7463 we at most drift by half a segment.
7464 If we are aligning in the oposite direction of the clock skew, we don't
7467 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
7469 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7470 (gst_base_rtp_depayload_setcaps),
7471 (gst_base_rtp_depayload_set_gst_timestamp):
7472 Be less silly with the segment start, just apply the clock-base to the
7475 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
7477 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7478 (gst_base_rtp_depayload_class_init),
7479 (gst_base_rtp_depayload_finalize),
7480 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7481 (gst_base_rtp_depayload_handle_sink_event),
7482 (gst_base_rtp_depayload_set_gst_timestamp),
7483 (gst_base_rtp_depayload_change_state):
7484 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7485 Deprecate the queue handling thread thing and remove the code.
7486 Use new method to calculate the extended timestamp.
7488 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
7490 * gst-libs/gst/rtp/gstrtcpbuffer.c:
7491 (gst_rtcp_packet_sdes_copy_entry):
7492 Use g_strndup which does exactly what we want.
7494 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7495 (gst_rtp_buffer_ext_timestamp):
7496 * gst-libs/gst/rtp/gstrtpbuffer.h:
7497 Add helper function to compare seqnums.
7498 Add helper function to calculate extended timestamps.
7499 API: gst_rtp_buffer_compare_seqnum()
7500 API: gst_rtp_buffer_ext_timestamp()
7502 2007-08-30 Wim Taymans <wim.taymans@gmail.com>
7504 * gst-libs/gst/rtp/gstrtcpbuffer.c:
7505 (gst_rtcp_packet_sdes_get_entry),
7506 (gst_rtcp_packet_sdes_copy_entry):
7507 * gst-libs/gst/rtp/gstrtcpbuffer.h:
7508 Fix and document SDES item data function.
7509 Add new function that makes a proper copy of SDES item data.
7510 API: gst_rtcp_packet_sdes_copy_entry()
7512 2007-08-30 Stefan Kost <ensonic@users.sf.net>
7516 The tcp and subparse plugins are under gst, but not totaly free of
7517 dependencies. Handle selection inconfigure.ac, so that they show up
7518 on the final list of what is build and what is not. Maybe they should
7519 better be moved to ext.
7521 2007-08-30 Stefan Kost <ensonic@users.sf.net>
7523 Patch by: Daniel Díaz <yosoy@danieldiaz.org>
7527 Check if libxml provides HTML parser which subparse needs.
7530 2007-08-29 Tim-Philipp Müller <tim at centricular dot net>
7532 * ext/alsa/gstalsa.c:
7533 Fix typo and compilation on big endian systems.
7535 2007-08-29 Tim-Philipp Müller <tim at centricular dot net>
7537 * gst/subparse/gstssaparse.c:
7538 Convert SSA newline codes into actual newline characters (#470766).
7540 2007-08-28 Tim-Philipp Müller <tim at centricular dot net>
7542 * docs/libs/gst-plugins-base-libs-sections.txt:
7543 * gst-libs/gst/pbutils/install-plugins.c:
7544 * gst-libs/gst/pbutils/install-plugins.h:
7545 * tests/check/libs/pbutils.c:
7546 API: also add gst_install_plugins_supported() while we're at it
7549 2007-08-28 Tim-Philipp Müller <tim at centricular dot net>
7551 * docs/libs/gst-plugins-base-libs-sections.txt:
7552 * gst-libs/gst/pbutils/missing-plugins.c:
7553 * gst-libs/gst/pbutils/missing-plugins.h:
7554 * tests/check/libs/pbutils.c:
7555 API: add gst_missing_*_installer_detail_new() convenience API so
7556 that applications that know exactly what they're missing can request
7557 installer detail strings for those items directly instead of having
7558 to first create a dummy missing-plugin message and then get the
7559 installer detail string from that. Fixes #470456.
7561 2007-08-27 Jan Schmidt <thaytan@mad.scientist.com>
7563 * gst/playback/gstdecodebin.c: (close_pad_link):
7564 We need to set up delayed-linking whenever the caps are non-fixed,
7565 not just when there are multiple types - use gst_pad_is_fixed()
7568 2007-08-26 Tim-Philipp Müller <tim at centricular dot net>
7570 * gst-libs/gst/pbutils/missing-plugins.c:
7571 (gst_missing_plugin_message_get_installer_detail):
7572 Add missing separator in PID fallback case.
7574 2007-08-24 Jan Schmidt <thaytan@mad.scientist.com>
7576 * ext/alsa/Makefile.am:
7577 There is no GST_PLUGINS_BASE_LIBS defined.
7579 * ext/alsa/gstalsa.c:
7580 * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7581 * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7582 Add support for ALSA 24-bit formats.
7583 snd_pcm_delay can return an error code, especially
7584 during XRUNS. In that case, the best we can do is assume
7587 * gst/audioconvert/Makefile.am:
7588 Add flags from -base before any more-remote dependencies.
7590 2007-08-23 Sebastian Dröge <slomo@circular-chaos.org>
7592 Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7594 * gst/volume/gstvolume.c: (volume_choose_func),
7595 (volume_update_real_volume), (gst_volume_set_volume),
7596 (gst_volume_init), (volume_process_int32),
7597 (volume_process_int32_clamp), (volume_process_int24),
7598 (volume_process_int24_clamp), (volume_process_int16),
7599 (volume_process_int16_clamp), (volume_process_int8),
7600 (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7601 * gst/volume/gstvolume.h:
7602 Add support for int32, int24 and int8 to the volume element.
7605 2007-08-23 Tim-Philipp Müller <tim at centricular dot net>
7607 * tests/examples/Makefile.am:
7610 2007-08-23 Stefan Kost <ensonic@users.sf.net>
7613 * docs/libs/Makefile.am:
7614 * docs/libs/gst-plugins-base-libs-docs.sgml:
7615 * docs/libs/gst-plugins-base-libs-sections.txt:
7616 * ext/gnomevfs/gstgnomevfssrc.c:
7617 * ext/gnomevfs/gstgnomevfssrc.h:
7618 * gst-libs/gst/Makefile.am:
7619 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7620 * pkgconfig/gstreamer-plugins-base.pc.in:
7621 * sys/v4l/v4lsrc_calls.c:
7622 * tests/examples/Makefile.am:
7623 * win32/common/config.h:
7624 Revert unwanted commit. many thanks to moap. I want a fix for
7625 https://thomas.apestaart.org/moap/trac/ticket/239
7627 2007-08-23 Stefan Kost <ensonic@users.sf.net>
7629 * gst/volume/gstvolume.c:
7630 Move passthrough below gst_object_sync_values(). Fixes #442654.
7632 2007-08-22 Wim Taymans <wim.taymans@gmail.com>
7634 * gst-libs/gst/audio/audio.c:
7635 Clarify the docs a little.
7637 2007-08-22 Stefan Kost <ensonic@users.sf.net>
7639 * gst/volume/gstvolume.c:
7640 Enable liboil for float and add more details about problems with
7643 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7645 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7646 Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7648 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7650 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7651 When calculating the first timestamp of the buffers, don't go below 0
7652 and clip the samples because the offset was on the eos page.
7655 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7657 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7658 (gst_ogg_demux_collect_chain_info):
7659 Also submit the eos page when trying to find the first timestamp.
7662 2007-08-17 Sebastian Dröge <slomo@circular-chaos.org>
7664 * gst-libs/gst/audio/audio.h:
7665 Use gst_util_uint64_scale() instead of doing the math
7666 with double for GST_FRAMES_TO_CLOCK_TIME() and
7667 GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7668 prevents rounding errors. Fixes #467667.
7670 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
7672 * gst-libs/gst/rtsp/gstrtspconnection.c:
7673 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7674 (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7675 * gst-libs/gst/rtsp/gstrtspconnection.h:
7677 On shutdown, don't read the control socket yet.
7678 Set timeout value correctly in all cases.
7679 Add function to check if the server accepts reads or writes.
7680 API: gst_rtsp_connection_poll()
7682 * gst-libs/gst/rtsp/gstrtspdefs.h:
7683 Fix compilation with -pedantic.
7686 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
7688 Patch by: Olivier Crete <tester at tester ca>
7690 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7691 (gst_basertppayload_getcaps):
7692 * gst-libs/gst/rtp/gstbasertppayload.h:
7693 Add getcaps vfunc to basertppayload. See #465146.
7695 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
7697 * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7698 Only post buffering messages when we are a stream.
7700 2007-08-15 Tim-Philipp Müller <tim at centricular dot net>
7702 * gst-libs/gst/pbutils/install-plugins.c:
7703 * gst-libs/gst/pbutils/missing-plugins.c:
7704 Small docs fix and addition.
7706 2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
7708 * tests/icles/.cvsignore:
7709 * tests/icles/Makefile.am:
7710 * tests/icles/test-textoverlay.c:
7711 Add a dumb little test for textoverlay alignments.
7713 2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
7715 Patch by: Dan Williams <dcbw redhat com>
7717 * ext/pango/gsttextoverlay.c:
7718 * ext/pango/gsttextoverlay.h:
7719 API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7720 "silent" property so there's a Since tag in the API reference.
7722 2007-08-12 Wim Taymans <wim.taymans@gmail.com>
7724 * gst-libs/gst/rtp/gstbasertppayload.c:
7725 (gst_basertppayload_set_outcaps):
7726 * gst-libs/gst/rtp/gstbasertppayload.h:
7727 Improve caps negotiation so that downstream elements can confiure
7728 certain RTP properties by fixing them on the caps. See #465146.
7731 2007-08-11 Tim-Philipp Müller <tim at centricular dot net>
7733 * docs/libs/gst-plugins-base-libs-sections.txt:
7734 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7735 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7736 Mark as deprecated some macros which were presumably meant to be
7737 private API and accidentally exposed in the public header file.
7738 Also actually _init() lock (only works at the moment because the
7739 struct is zeroed out when created and the initial values in the
7740 mutex struct are zeroes too). (#459585)
7742 2007-08-10 Stefan Kost <ensonic@users.sf.net>
7744 * docs/libs/Makefile.am:
7745 Remove cruft and do some cleanups.
7747 * docs/libs/gst-plugins-base-libs-docs.sgml:
7748 Prepare for comming gtkdoc features (rebase against online docs).
7750 2007-08-10 Michael Smith <msmith@fluendo.com>
7752 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7754 * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7756 Change the number of buffers used; 500 is too many and leads to
7759 2007-08-10 Tim-Philipp Müller <tim at centricular dot net>
7761 * gst/playback/gstqueue2.c:
7762 * gst/videorate/gstvideorate.c:
7763 Printf format fixes (#465028).
7765 2007-08-09 Michael Smith <msmith@fluendo.com>
7767 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7768 If we have a large (> 1 second) discontinuity, push a series of
7769 smaller buffers rather than a single very large buffer. Avoids
7770 unreasonably large single buffer allocations when encountering a
7772 * tests/check/elements/audiorate.c: (GST_START_TEST),
7774 Add a test for this.
7776 2007-08-09 Jan Schmidt <thaytan@mad.scientist.com>
7778 * gst/playback/gstplaybasebin.c: (group_commit),
7779 (queue_remove_probe), (queue_threshold_reached):
7781 Patch by: Josep Torra Valles <josep@fluendo.com>
7783 Make sure we remove the check_queues buffer probe from the
7784 correct queue to avoid racily going back to "buffering 99%" when
7785 buffering is actually complete.
7787 Also, fix the spelling of Josep's surname in the ChangeLog.
7789 2007-08-09 Stefan Kost <ensonic@users.sf.net>
7791 * ext/ogg/gstoggmux.c:
7792 Do not leak oggmux instance.
7794 * ext/vorbis/vorbisenc.c:
7797 2007-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
7804 Updated translations.
7806 2007-08-08 Stefan Kost <ensonic@users.sf.net>
7808 patch by: Yang Hong <hongyang@redflag-linux.com>
7810 * ext/pango/gsttextoverlay.c:
7811 * ext/pango/gsttextoverlay.h:
7812 Add 'silent' property to GstTimeOverlay. Fixes #462979
7814 2007-08-08 Wim Taymans <wim.taymans@gmail.com>
7816 Patch by: Josep Torra Valles <josep@fluendo.com>
7818 * docs/plugins/gst-plugins-base-plugins.args:
7819 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7820 (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7821 (gst_uri_decode_bin_get_property), (gen_source_element):
7822 Add connection-speed property. Fixes #464690.
7824 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
7826 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7829 * gst-libs/gst/rtsp/Makefile.am:
7830 * gst-libs/gst/rtsp/gstrtspconnection.c:
7831 (gst_rtsp_connection_connect):
7832 Fix compilation on windows. Fixes #464320.
7834 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
7836 Patch by: Josep Torra Valles <josep@fluendo.com>
7838 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7839 (gst_play_base_bin_init), (queue_threshold_reached),
7840 (gen_source_element), (setup_substreams),
7841 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7842 (gst_play_base_bin_get_streaminfo_value_array):
7843 * gst/playback/gstplaybasebin.h:
7844 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7845 (gst_play_bin_set_property), (gst_play_bin_get_property),
7846 (gst_play_bin_handle_redirect_message):
7847 Move connection-speed property from playbin to playbasebin so that we
7848 can also configure it in source elements that have the connection-speed
7849 property. Fixes #464028.
7850 Add some debug info here and there.
7852 2007-08-06 Sebastian Dröge <slomo@circular-chaos.org>
7854 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7855 Properly respond to conversion queries. Fixes #464079.
7857 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
7859 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7860 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7861 (gst_audio_test_src_init_sine_table),
7862 (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7863 * gst/audiotestsrc/gstaudiotestsrc.h:
7864 Add float/double and int32 support to audiotestsrc. Fixes #460422.
7865 Also set the default volume to the default value specified in the
7868 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
7870 Patch by: Jens Granseuer <jensgr at gmx dot net>
7872 * gst/audioconvert/gstaudioquantize.c:
7873 Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7875 2007-08-03 Wim Taymans <wim.taymans@gmail.com>
7877 * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7878 Add rdt manager for rdt transport.
7879 Fix parsing of RDT transport.
7881 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
7886 === release 0.10.14 ===
7888 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
7891 releasing 0.10.14, "Light Years Ahead"
7893 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
7895 * tests/check/libs/audio.c: (GST_START_TEST):
7896 Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7898 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
7900 * gst-libs/gst/audio/audio.c:
7901 When clipping a buffer with no timestamp, assume it is
7902 within the segment without warnings.
7906 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
7908 * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7909 Fire the signal on the object, not the interface.
7911 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
7913 * gst-libs/gst/rtsp/.cvsignore:
7914 Ber. Don't include the full path, idiot.
7916 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
7918 * gst-libs/gst/rtsp/.cvsignore:
7919 Ignore generated files.
7921 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
7923 * gst-libs/gst/interfaces/Makefile.am:
7924 * gst-libs/gst/interfaces/interfaces-marshal.list:
7925 * gst-libs/gst/interfaces/rtspextension.c:
7926 * gst-libs/gst/interfaces/rtspextension.h:
7927 * gst-libs/gst/rtsp/Makefile.am:
7928 * gst-libs/gst/rtsp/gstrtsp.h:
7929 * gst-libs/gst/rtsp/gstrtspextension.c:
7930 (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7931 (gst_rtsp_extension_detect_server),
7932 (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7933 (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7934 (gst_rtsp_extension_configure_stream),
7935 (gst_rtsp_extension_get_transports),
7936 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7937 * gst-libs/gst/rtsp/gstrtspextension.h:
7938 * gst-libs/gst/rtsp/rtsp-marshal.list:
7939 Move the rtspextension.h interface into gstrtspextension.h
7940 as part of libgstrtsp instead of libgstinterfaces, because it's
7941 only for use within plugins, not applications.
7942 Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7943 Use the GST_TYPE_RTSP_RESULT enum type for the return value of the
7944 signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7947 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
7949 * gst-libs/gst/interfaces/Makefile.am:
7950 * gst-libs/gst/interfaces/interfaces-marshal.list:
7951 * gst-libs/gst/interfaces/rtspextension.c:
7952 (gst_rtsp_extension_iface_init),
7953 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7954 * gst-libs/gst/interfaces/rtspextension.h:
7955 Fix marshaller for the send signal.
7956 Add URL to stream selection interface method.
7958 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
7960 * gst-libs/gst/riff/Makefile.am:
7961 Pull in our dependencies from -base before those from outside.
7963 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
7965 * docs/libs/gst-plugins-base-libs-sections.txt:
7966 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7967 * gst-libs/gst/rtsp/gstrtspbase64.h:
7968 API: gst_rtsp_base64_decode_ip()
7969 Added function to decode Base64 in-place.
7971 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
7973 * tests/check/libs/.cvsignore:
7974 Ignore the mixer test binary.
7976 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
7978 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7979 Gratuitous comment change to trigger a rebuild on the buildbots.
7981 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
7983 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7984 (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7985 (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7986 (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7987 (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7988 (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7989 (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7990 (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7991 (gst_sdp_media_get_attribute_val):
7992 * gst-libs/gst/sdp/gstsdpmessage.h:
7993 Constify args where we can.
7995 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
7997 * gst-libs/gst/interfaces/Makefile.am:
7998 * gst-libs/gst/interfaces/rtspextension.c:
7999 (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8000 (gst_rtsp_extension_detect_server),
8001 (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8002 (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8003 (gst_rtsp_extension_configure_stream),
8004 (gst_rtsp_extension_get_transports),
8005 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8006 * gst-libs/gst/interfaces/rtspextension.h:
8007 Move interface for RTSP extensions from -good to here.
8008 Added helper methods to invoke interface methods.
8010 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
8012 * docs/libs/gst-plugins-base-libs-sections.txt:
8013 * gst-libs/gst/rtsp/gstrtspdefs.h:
8014 * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8015 (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
8016 (gst_rtsp_message_init_response),
8017 (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
8018 (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
8019 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8020 (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8021 (gst_rtsp_message_get_body), (dump_key_value):
8022 * gst-libs/gst/rtsp/gstrtspmessage.h:
8023 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8024 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8025 (gst_rtsp_range_parse):
8026 * gst-libs/gst/rtsp/gstrtsprange.h:
8027 * gst-libs/gst/rtsp/gstrtsptransport.c:
8028 * gst-libs/gst/rtsp/gstrtspurl.c:
8029 Fix some more RTSP docs.
8030 Add some missing methods for dealing with messages.
8032 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
8034 * docs/libs/gst-plugins-base-libs-docs.sgml:
8035 * docs/libs/gst-plugins-base-libs-sections.txt:
8036 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8037 * gst-libs/gst/rtsp/gstrtspbase64.h:
8038 * gst-libs/gst/rtsp/gstrtspconnection.c:
8039 (gst_rtsp_connection_connect), (add_auth_header),
8040 (gst_rtsp_connection_write), (gst_rtsp_connection_send),
8041 (read_body), (gst_rtsp_connection_receive),
8042 (gst_rtsp_connection_next_timeout),
8043 (gst_rtsp_connection_reset_timeout),
8044 (gst_rtsp_connection_set_auth):
8045 * gst-libs/gst/rtsp/gstrtspconnection.h:
8046 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
8047 * gst-libs/gst/rtsp/gstrtspdefs.h:
8048 * gst-libs/gst/rtsp/gstrtspmessage.h:
8049 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8050 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8051 (gst_rtsp_range_parse):
8052 * gst-libs/gst/rtsp/gstrtspurl.h:
8053 Added beginnings of RTSP documentation.
8055 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
8057 * docs/libs/Makefile.am:
8058 * docs/libs/gst-plugins-base-libs-docs.sgml:
8059 * docs/libs/gst-plugins-base-libs-sections.txt:
8060 * gst-libs/gst/sdp/gstsdp.h:
8061 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
8062 (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
8063 (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
8064 (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
8065 (gst_sdp_message_get_attribute_val),
8066 (gst_sdp_message_add_attribute), (gst_sdp_media_new),
8067 (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
8068 (gst_sdp_media_get_media), (gst_sdp_media_set_media),
8069 (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8070 (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
8071 (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
8072 (gst_sdp_media_get_format), (gst_sdp_media_add_format),
8073 (gst_sdp_media_get_information), (gst_sdp_media_set_information),
8074 (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8075 (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
8076 (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
8077 (gst_sdp_media_set_key), (gst_sdp_media_get_key),
8078 (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
8079 (gst_sdp_media_get_attribute_val_n),
8080 (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
8081 (print_media), (gst_sdp_message_dump):
8082 * gst-libs/gst/sdp/gstsdpmessage.h:
8083 Document the SDP library.
8084 Add some of the missing SDPMedia methods.
8086 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
8089 * gst-libs/gst/Makefile.am:
8090 * gst-libs/gst/rtsp/Makefile.am:
8091 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8092 * gst-libs/gst/rtsp/gstrtspbase64.h:
8093 * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
8094 (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
8095 (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
8096 (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
8097 (parse_response_status), (parse_request_line), (parse_line),
8098 (gst_rtsp_connection_read), (read_body),
8099 (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
8100 (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
8101 (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
8102 (gst_rtsp_connection_set_auth):
8103 * gst-libs/gst/rtsp/gstrtspconnection.h:
8104 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
8105 (gst_rtsp_strresult), (gst_rtsp_method_as_text),
8106 (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
8107 (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
8108 (gst_rtsp_find_method):
8109 * gst-libs/gst/rtsp/gstrtspdefs.h:
8110 * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8111 (gst_rtsp_message_new), (gst_rtsp_message_init),
8112 (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
8113 (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
8114 (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
8115 (gst_rtsp_message_free), (gst_rtsp_message_add_header),
8116 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8117 (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8118 (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8119 (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8120 (gst_rtsp_message_dump):
8121 * gst-libs/gst/rtsp/gstrtspmessage.h:
8122 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8123 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8124 (gst_rtsp_range_parse), (gst_rtsp_range_free):
8125 * gst-libs/gst/rtsp/gstrtsprange.h:
8126 * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8127 (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8128 (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8129 (range_as_text), (rtsp_transport_mode_as_text),
8130 (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8131 (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8132 (gst_rtsp_transport_free):
8133 * gst-libs/gst/rtsp/gstrtsptransport.h:
8134 * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8135 (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8136 (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8137 * gst-libs/gst/rtsp/gstrtspurl.h:
8138 * gst-libs/gst/sdp/Makefile.am:
8139 * gst-libs/gst/sdp/gstsdp.h:
8140 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8141 (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8142 (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8143 (gst_sdp_attribute_init), (gst_sdp_message_new),
8144 (gst_sdp_message_init), (gst_sdp_message_uninit),
8145 (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8146 (gst_sdp_media_uninit), (gst_sdp_media_free),
8147 (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8148 (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8149 (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8150 (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8151 (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8152 (gst_sdp_message_get_attribute_val),
8153 (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8154 (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8155 (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8156 (gst_sdp_media_get_attribute_val_n),
8157 (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8158 (read_string), (read_string_del), (gst_sdp_parse_line),
8159 (gst_sdp_message_parse_buffer), (print_media),
8160 (gst_sdp_message_dump):
8161 * gst-libs/gst/sdp/gstsdpmessage.h:
8162 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8163 Move SDP and RTSP from helper objects in -good to a reusable library.
8164 Use a proper gst_ namespace.
8166 2007-07-23 Sebastian Dröge <slomo@circular-chaos.org>
8168 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8169 (vorbis_dec_flush_decode):
8170 Use the new buffer clipping function from gstaudio here.
8172 2007-07-23 Sebastian Dröge <slomo@circular-chaos.org>
8174 * docs/libs/gst-plugins-base-libs-sections.txt:
8175 * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8176 * gst-libs/gst/audio/audio.h:
8177 * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8178 API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8179 Also add deprecation guards for gst_audio_structure_set_int() to the
8182 2007-07-23 Stefan Kost <ensonic@users.sf.net>
8184 * docs/libs/gst-plugins-base-libs-sections.txt:
8187 2007-07-23 Wim Taymans <wim.taymans@gmail.com>
8189 Patch by: Dan Williams <dcbw at redhat dot com>
8191 * gst/playback/gstplaybasebin.c:
8192 (gst_play_base_bin_get_streaminfo_value_array):
8193 Don't return NULL when querying the stream info value array but instead
8194 return an empty array. Fixes #459204.
8196 2007-07-23 Tim-Philipp Müller <tim at centricular dot net>
8198 * gst/playback/gsturidecodebin.c:
8199 Init debug category before using it.
8201 2007-07-21 Jan Schmidt <thaytan@noraisin.net>
8203 * gst-libs/gst/interfaces/mixer.h:
8204 Add padding vars in place of the signal pointers
8205 when building with DISABLE_DEPRECATED so that the
8206 interface structure doesn't change size.
8208 2007-07-20 Jan Schmidt <thaytan@noraisin.net>
8210 * docs/libs/gst-plugins-base-libs-sections.txt:
8211 * ext/alsa/gstalsamixer.c:
8212 * ext/alsa/gstalsamixer.h:
8213 * ext/alsa/gstalsamixerelement.c:
8214 * ext/alsa/gstalsamixertrack.c:
8215 * gst-libs/gst/interfaces/mixer.c:
8216 * gst-libs/gst/interfaces/mixer.h:
8217 * gst-libs/gst/interfaces/mixeroptions.c:
8218 * gst-libs/gst/interfaces/mixeroptions.h:
8219 * gst-libs/gst/interfaces/mixertrack.c:
8220 * gst-libs/gst/interfaces/mixertrack.h:
8221 * tests/check/Makefile.am:
8222 * tests/check/libs/mixer.c:
8224 Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8227 Add support for notifying mixer changes on the message bus, and
8228 implement it in alsamixer.
8230 API: gst_mixer_get_mixer_flags
8231 API: gst_mixer_message_parse_mute_toggled
8232 API: gst_mixer_message_parse_record_toggled
8233 API: gst_mixer_message_parse_volume_changed
8234 API: gst_mixer_message_parse_option_changed
8235 API: GstMixerMessageType
8238 2007-07-20 Michael Smith <msmith@fluendo.com>
8240 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8241 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8242 xcontext->im_format is only for testing XShm support (as the header
8243 file comments document). Use xvimage->im_format for everything else.
8244 Avoids spurious warnings on buffer allocation before setcaps.
8246 2007-07-20 Stefan Kost <ensonic@users.sf.net>
8248 * tests/examples/volume/Makefile.am:
8249 * tests/icles/Makefile.am:
8250 We should use $(LIBM).
8252 2007-07-20 Stefan Kost <ensonic@users.sf.net>
8254 * tests/icles/Makefile.am:
8257 2007-07-16 Wim Taymans <wim.taymans@gmail.com>
8259 * gst-libs/gst/rtp/gstbasertppayload.c:
8260 (gst_basertppayload_class_init), (gst_basertppayload_init),
8261 (gst_basertppayload_set_property),
8262 (gst_basertppayload_get_property):
8263 Don't break ABI, restore previous ranges. Keep the default random
8264 selection of timestamp and seqnum offset but as soon as the app sets a
8265 specific value, use that one.
8267 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
8269 Patch by: Bastien Nocera <hadess at hadess dot net>
8271 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8272 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8273 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8274 * sys/xvimage/xvimagesink.h:
8275 Add option to turn off double-buffering for debugging purposes.
8278 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
8280 Patch by: Jorn Baayen <jorn at openedhand dot com>
8282 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8283 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8284 (gst_ximagesink_init), (gst_ximagesink_class_init):
8285 * sys/ximage/ximagesink.h:
8286 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8287 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8288 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8289 * sys/xvimage/xvimagesink.h:
8290 add 'handle-expose' property. Useful for video widgets which may want to
8291 be in control of Expose behaviour. Fixes #380625
8293 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
8295 * gst-libs/gst/rtp/gstbasertppayload.c:
8296 (gst_basertppayload_class_init), (gst_basertppayload_init),
8297 (gst_basertppayload_event), (gst_basertppayload_push),
8298 (gst_basertppayload_set_property),
8299 (gst_basertppayload_get_property),
8300 (gst_basertppayload_change_state):
8301 * gst-libs/gst/rtp/gstbasertppayload.h:
8302 Fix ranges of rtp payloader properties so that the full range can be
8303 used in addition to -1 (random).
8304 Fix wrong seqnum reporting in caps.
8307 2007-07-13 Wim Taymans <wim.taymans@gmail.com>
8309 * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8310 (gst_video_rate_query):
8312 Add latency query, might not be perfect yet but already works a lot
8313 better. Fixes #442557.
8315 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8317 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8318 (gst_xvimagesink_setcaps):
8319 * sys/xvimage/xvimagesink.h:
8320 After a caps change, redraw our borders to avoid garbage left there
8321 when the image format changes to a smaller size, like 16:9 -> 4:3
8322 Also, hold the flow_lock a bit longer in the set_caps while we're
8323 fiddling with the xcontext.
8325 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8329 * tests/Makefile.am:
8330 Remove bogus check for libcheck, since we check for
8331 gstreamer-check and it pulls in the required info from there, and we
8332 weren't actually _using_ the information for libcheck ourselves
8335 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8337 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8338 (gst_ffmpeg_caps_to_pixfmt):
8339 Fix the r_mask test for RGBA32 on little-endian.
8340 Fix a stupid typo that would have obviously broken
8341 compilation on big-endian, if anyone was testing.
8343 2007-07-12 Wim Taymans <wim.taymans@gmail.com>
8345 * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8347 * gst/videotestsrc/videotestsrc.h:
8348 Add alpha to the color struct.
8349 Use a default alpha value of 255 instead of 128.
8351 2007-07-12 Wim Taymans <wim.taymans@gmail.com>
8353 * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8355 Clear the dynamic pads counter when starting a new uri. This makes
8356 reusing playbin work again.
8359 2007-07-12 Stefan Kost <ensonic@users.sf.net>
8362 Use pkg-config to locate check.
8364 2007-07-12 Tim-Philipp Müller <tim at centricular dot net>
8367 * tests/check/elements/volume.c: (GST_START_TEST):
8368 Fix 'make check' build against core CVS.
8370 2007-07-10 Stefan Kost <ensonic@users.sf.net>
8372 * gst-libs/gst/interfaces/propertyprobe.c:
8373 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8374 * gst-libs/gst/tag/gstvorbistag.c:
8377 2007-07-08 Tim-Philipp Müller <tim at centricular dot net>
8379 * gst-libs/gst/audio/gstbaseaudiosink.c:
8380 (gst_base_audio_sink_callback):
8381 Quick hack to make audiosinks stop at EOS when operating in
8382 pull-mode; needs to be fixed properly some day.
8384 2007-07-06 Stefan Kost <ensonic@users.sf.net>
8386 * docs/libs/gst-plugins-base-libs-sections.txt:
8387 Fix location of includes in the docs.
8389 2007-07-06 Jan Schmidt <thaytan@mad.scientist.com>
8391 * gst/ffmpegcolorspace/avcodec.h:
8392 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8393 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8394 (gst_ffmpegcsp_avpicture_fill):
8395 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8396 (img_get_alpha_info):
8397 Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8398 of the existing BGRA32 and RGBA32 formats with the alpha at the other
8399 end of the word. Partially fixes #451908
8401 2007-07-05 Stefan Kost <ensonic@users.sf.net>
8403 * docs/libs/Makefile.am:
8404 * docs/plugins/Makefile.am:
8405 Simplify --extra-dir as gtkdoc scans recursively.
8407 2007-07-03 Wim Taymans <wim.taymans@gmail.com>
8409 * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8410 (gst_adder_request_new_pad):
8411 Make getcaps more robust by not using the proxycaps function. This makes
8412 sure that we don't end up recursively calling getcaps upstream.
8415 2007-06-29 Wim Taymans <wim.taymans@gmail.com>
8417 * gst/audioconvert/audioconvert.c:
8418 Include math.h to fix compilation.
8420 2007-06-29 Jan Schmidt <thaytan@mad.scientist.com>
8422 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8423 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8424 Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8425 format, as produced by some dc1394 cameras like the iSight.
8426 See http://www.fourcc.org/yuv.php#IYU1
8428 2007-06-28 Sebastian Dröge <slomo@circular-chaos.org>
8430 * gst/audioconvert/Makefile.am:
8431 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8432 (check_default), (audio_convert_prepare_context),
8433 (audio_convert_clean_context), (audio_convert_convert):
8434 * gst/audioconvert/audioconvert.h:
8435 * gst/audioconvert/gstaudioconvert.c:
8436 (gst_audio_convert_dithering_get_type),
8437 (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8438 (gst_audio_convert_init), (gst_audio_convert_set_caps),
8439 (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8440 * gst/audioconvert/gstaudioconvert.h:
8441 * gst/audioconvert/gstaudioquantize.c:
8442 (gst_audio_quantize_setup_noise_shaping),
8443 (gst_audio_quantize_free_noise_shaping),
8444 (gst_audio_quantize_setup_dither),
8445 (gst_audio_quantize_free_dither),
8446 (gst_audio_quantize_setup_quantize_func),
8447 (gst_audio_quantize_setup), (gst_audio_quantize_free):
8448 * gst/audioconvert/gstaudioquantize.h:
8449 Implement dithering and noise shaping in audioconvert. By default now
8450 TPDF dithering (and no noise shaping) will be used when converting
8451 from a higher bit depth to 20 bit depth or smaller, otherwise
8452 everything will be as it is now.
8453 For the last audioconvert in a pipeline it would make sense to
8454 use some kind of noise shaping, enabling it by default for all
8455 conversions would give undesired results though. Fixes #360246.
8456 * tests/check/elements/audioconvert.c: (setup_audioconvert),
8458 Adjust unit test for the new audioconvert.
8460 2007-06-28 Wim Taymans <wim@fluendo.com>
8462 * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8463 Use other metrics as well when estimating the buffer level.
8465 2007-06-28 Wim Taymans <wim@fluendo.com>
8467 * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8468 Small debug improvement.
8470 * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8472 Tweak the rate estimation period.
8473 When calculating the buffer filledness in rate estimation mode, don't
8474 mix it with other metrics.
8476 2007-06-28 Wim Taymans <wim@fluendo.com>
8478 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8479 (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8480 When creating the groups, allow for a 5 second, unlimited buffers
8481 preroll phase after which we expose the group.
8482 When the group is exposed, use a small number of buffers up to a 2
8483 second limit. Also disconnect the overrun signal from multiqueue when we
8484 exposed the group because it is not needed anymore.
8486 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8488 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8489 Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8490 to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8491 (#451707); also, output some debugging info when dealing with
8494 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8495 Add unit test for the above.
8497 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8499 * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8500 Add description for Windows Media RTP caps.
8502 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8503 Remove RTP fields that don't define the format from caps.
8505 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8507 * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8508 Skip empty buffers, but not empty header buffers. That way the original
8509 vorbisdec unit test still passes (#451145); also, take into account
8510 that those empty packets might carry a granulepos.
8512 * tests/check/Makefile.am:
8513 * tests/check/elements/vorbisdec.c:
8514 (_create_codebook_header_buffer), (_create_audio_buffer),
8515 (GST_START_TEST), (vorbisdec_suite):
8516 Add unit test that sends an empty packet.
8518 2007-06-27 Wim Taymans <wim@fluendo.com>
8520 * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8521 Don't error out on 0-sized packets, just emit a warning because this is
8522 not a fatal error. Fixes #451145.
8524 2007-06-25 Stefan Kost <ensonic@users.sf.net>
8526 * docs/plugins/gst-plugins-base-plugins.args:
8527 * docs/plugins/gst-plugins-base-plugins.signals:
8528 * docs/plugins/inspect/plugin-adder.xml:
8529 * docs/plugins/inspect/plugin-alsa.xml:
8530 * docs/plugins/inspect/plugin-audioconvert.xml:
8531 * docs/plugins/inspect/plugin-audiorate.xml:
8532 * docs/plugins/inspect/plugin-audioresample.xml:
8533 * docs/plugins/inspect/plugin-audiotestsrc.xml:
8534 * docs/plugins/inspect/plugin-cdparanoia.xml:
8535 * docs/plugins/inspect/plugin-decodebin.xml:
8536 * docs/plugins/inspect/plugin-decodebin2.xml:
8537 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8538 * docs/plugins/inspect/plugin-gdp.xml:
8539 * docs/plugins/inspect/plugin-gnomevfs.xml:
8540 * docs/plugins/inspect/plugin-libvisual.xml:
8541 * docs/plugins/inspect/plugin-ogg.xml:
8542 * docs/plugins/inspect/plugin-pango.xml:
8543 * docs/plugins/inspect/plugin-playbin.xml:
8544 * docs/plugins/inspect/plugin-subparse.xml:
8545 * docs/plugins/inspect/plugin-tcp.xml:
8546 * docs/plugins/inspect/plugin-theora.xml:
8547 * docs/plugins/inspect/plugin-typefindfunctions.xml:
8548 * docs/plugins/inspect/plugin-video4linux.xml:
8549 * docs/plugins/inspect/plugin-videorate.xml:
8550 * docs/plugins/inspect/plugin-videoscale.xml:
8551 * docs/plugins/inspect/plugin-videotestsrc.xml:
8552 * docs/plugins/inspect/plugin-volume.xml:
8553 * docs/plugins/inspect/plugin-vorbis.xml:
8554 * docs/plugins/inspect/plugin-ximagesink.xml:
8555 * docs/plugins/inspect/plugin-xvimagesink.xml:
8556 Update docs with caps info.
8558 2007-06-25 Tim-Philipp Müller <tim at centricular dot net>
8561 Add more files with translatable strings (#450875).
8563 2007-06-23 Edward Hervey <edward@fluendo.com>
8565 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8566 The chain should be freed if we error out here, else it will leak.
8567 * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8568 (cleanup_decodebin):
8569 Don't forget to *properly* remove the signals, else it will leak.
8571 2007-06-22 Jan Schmidt <thaytan@noraisin.net>
8574 Updating all the maintainers files
8576 2007-06-21 Stefan Kost <ensonic@users.sf.net>
8578 * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8580 Destroy and recreate parse-launch based pipeline after stop to be able
8581 to play again. Reorder some code and add more comments.
8583 2007-06-20 Jan Schmidt <thaytan@mad.scientist.com>
8585 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8586 When handling a delayed-caps notification case, mark
8587 the group as dynamic so that the nbdynamic count is
8588 incremented and decremented correctly. Fixes: #449156
8589 Patch by: Wim Taymans <wim@fluendo.com>
8591 2007-06-19 Andy Wingo <wingo@pobox.com>
8593 * gst-libs/gst/audio/gstbaseaudiosink.c
8594 (gst_base_audio_sink_init): Enable pull-mode operation.
8596 2007-06-19 Michael Smith <msmith@fluendo.com>
8598 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8599 Change minimum rate back to 1000 to allow low-sample-rate wav files
8602 2007-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
8605 Update translations.
8607 2007-06-15 David Schleef <ds@schleef.org>
8609 * gst/playback/gstqueue2.c:
8610 Fix compile error from ignored return value.
8612 2007-06-15 Michael Smith <msmith@fluendo.com>
8614 * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8615 Update tmpbuf for all neccesary rows, not just one, as is required
8619 2007-06-15 Michael Smith <msmith@fluendo.com>
8621 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8623 Add a test that ensures we set DELTA_UNIT on all non-header,
8624 non-video buffers, if we have a video stream.
8625 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8626 (gst_ogg_mux_process_best_pad):
8627 Move setting delta_pad to earlier, where we inspect all pads, so
8628 that leading audio pages don't get DELTA_UNIT unset if they come
8629 before the first DELTA_UNIT from video pages. Fixes the newly-added
8630 test. Fixes #385527.
8632 2007-06-14 Tim-Philipp Müller <tim at centricular dot net>
8634 * tests/check/pipelines/streamheader.c: (streamheader_suite):
8635 Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8636 fails on the p5-ppc64 build bot and the failure looks like it is due
8637 to the same issue as #348114, ie. a compiler bug.
8639 2007-06-13 Edward Hervey <edward@fluendo.com>
8641 * gst/playback/gstqueue2.c: (gst_queue_create_read):
8642 Fix build on MacOSX.
8644 2007-06-13 Wim Taymans <wim@fluendo.com>
8646 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8647 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8648 Fix compilation on mingw. Fixes #446972.
8650 2007-06-12 Wim Taymans <wim@fluendo.com>
8652 Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8654 * gst/playback/gstqueue2.c: (update_buffering),
8655 (gst_queue_locked_enqueue):
8656 Fix a division by zero when the max percent is <= 0. Fixes #446572.
8657 also update the buffering status when receiving events. Fixes #446551.
8659 2007-06-11 Wim Taymans <wim@fluendo.com>
8661 Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8663 * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8664 (gst_queue_handle_src_query):
8665 Wait for preroll before attempting to forward a duration query upstream.
8668 2007-06-07 Sebastien Moutte <sebastien@moutte.net>
8670 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8671 (gst_base_rtp_depayload_set_gst_timestamp):
8672 Use G_GINT64_CONSTANT macro for int64 constant.
8673 * win32/common/libgstinterfaces.def:
8674 * win32/common/libgsttag.def:
8675 Add new exported functions.
8677 2007-06-07 Tim-Philipp Müller <tim at centricular dot net>
8679 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8680 The BOS page of the first Dirac video stream needs to come before
8681 the BOS page of any Vorbis streams or other audio streams, just like
8684 2007-06-07 Wim Taymans <wim@fluendo.com>
8686 * gst/playback/gstqueue2.c: (gst_queue_get_range):
8689 2007-06-06 Wim Taymans <wim@fluendo.com>
8691 Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8693 * gst/playback/gstqueue2.c: (gst_queue_init),
8694 (gst_queue_handle_sink_event), (gst_queue_chain),
8695 (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8696 (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8697 (gst_queue_src_activate_pull):
8698 Add pull based scheduling and fix some deadlocks. Fixes #444523.
8699 Does not yet completely work because duration queries upstream won't
8702 2007-06-06 Wim Taymans <wim@fluendo.com>
8705 * gst/playback/gstqueue2.c: (gst_queue_create_read):
8706 Some more fseeko checks.
8708 2007-06-06 Wim Taymans <wim@fluendo.com>
8711 check for large file support.
8713 2007-06-05 Sebastian Dröge <slomo@circular-chaos.org>
8715 Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8717 * gst/subparse/gstsubparse.c: (parse_subrip),
8718 (subviewer_unescape_newlines), (parse_subviewer),
8719 (gst_sub_parse_data_format_autodetect),
8720 (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8721 * gst/subparse/gstsubparse.h:
8722 Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8723 * tests/check/elements/subparse.c: (GST_START_TEST),
8725 Add a unit test for both SubViewer formats.
8727 2007-06-01 Michael Smith <msmith@fluendo.com>
8729 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8730 Don't overflow intermediate values when seeking to large time values
8733 2007-06-05 Wim Taymans <wim@fluendo.com>
8735 * gst/playback/gstqueue2.c: (gst_queue_have_data),
8736 (gst_queue_create_read), (gst_queue_read_item_from_file),
8737 (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8738 Include stdio to define fseeko.
8740 2007-06-05 Wim Taymans <wim@fluendo.com>
8742 Patch by: Edward Hervey <edward@fluendo.com>
8744 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8746 Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8748 2007-06-05 Tim-Philipp Müller <tim at centricular dot net>
8750 * gst-libs/gst/riff/Makefile.am:
8751 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8752 Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8753 our own implementation.
8755 2007-06-05 Wim Taymans <wim@fluendo.com>
8757 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8758 (gst_base_rtp_depayload_setcaps),
8759 (gst_base_rtp_depayload_set_gst_timestamp),
8760 (gst_base_rtp_depayload_change_state):
8761 Handle timestamp wraparound.
8763 2007-06-05 Wim Taymans <wim@fluendo.com>
8765 * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8766 (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8767 (gst_uri_decode_bin_change_state):
8768 Make sure we name srcpads uniquely even when using different internal
8770 Signal no-more-pads when no more dynamic elements exist.
8771 Remove pads on cleanup.
8773 2007-06-05 Wim Taymans <wim@fluendo.com>
8775 Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8777 * gst/playback/gstqueue2.c: (gst_queue_class_init),
8778 (gst_queue_init), (gst_queue_finalize),
8779 (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8780 (gst_queue_create_read), (gst_queue_read_item_from_file),
8781 (gst_queue_open_temp_location_file),
8782 (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8783 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8784 (gst_queue_is_empty), (gst_queue_is_filled),
8785 (gst_queue_change_state), (gst_queue_set_temp_location),
8786 (gst_queue_set_property):
8787 Add support for filebased buffering. Fixes #441264.
8789 2007-06-05 Wim Taymans <wim@fluendo.com>
8791 * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8792 (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8793 (caps_notify_group_cb), (gst_decode_group_new),
8794 (gst_decode_group_free):
8795 Add support for delayed caps fixation when autoplugging.
8796 Optimize cases where a multiqueue is not needed/wanted, like right after
8797 anything that is not a demuxer.
8799 2007-06-05 Wim Taymans <wim@fluendo.com>
8801 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8802 (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8803 (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8804 consideratly speedup ogg chain detection by not trying to find a base
8805 timestamp for skeleton streams.
8807 2007-06-05 Wim Taymans <wim@fluendo.com>
8809 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8810 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8811 (gst_multi_fd_sink_remove_flush),
8812 (gst_multi_fd_sink_remove_client_link),
8813 (gst_multi_fd_sink_handle_client_write),
8814 (gst_multi_fd_sink_handle_clients):
8815 * gst/tcp/gstmultifdsink.h:
8816 Add support for remove_flush.
8818 2007-06-05 Wim Taymans <wim@fluendo.com>
8820 * docs/design/draft-keyframe-force.txt:
8821 * ext/theora/theoraenc.c: (theora_enc_sink_event),
8823 Add draft design for forcing keyframes in encoders and implement in
8826 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
8831 === release 0.10.13 ===
8833 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
8836 releasing 0.10.13, "What's Going on?"
8838 2007-05-31 Jan Schmidt <thaytan@mad.scientist.com>
8840 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8841 In riff, the depth is stored in the size field but it just means that
8842 the least significant bits are cleared. We can therefore just play
8843 the sample as if it had a depth == width. Fixes: #440997
8845 Patch by: Wim Taymans <wim@fluendo.com>
8846 Patch by: Sebastian Dröge <slomo@circular-chaos.org>
8848 2007-05-31 Jan Schmidt <thaytan@mad.scientist.com>
8850 * gst-libs/gst/floatcast/floatcast.h:
8851 Define inline when needed on win32 builds. Fixes: #441295
8852 Patch by: Sebastien Moutte <sebastien@moutte.net>
8854 2007-05-29 Wim Taymans <wim@fluendo.com>
8856 * gst/playback/gstplaybasebin.c: (queue_overrun),
8857 (no_more_pads_full):
8858 Stop buffering when the group is commited because the queues filled up.
8861 2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
8863 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8864 (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8865 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8866 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8867 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8868 * ext/alsa/gstalsamixer.h:
8869 * ext/alsa/gstalsamixerelement.c:
8870 (gst_alsa_mixer_element_interface_supported),
8871 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8872 (gst_alsa_mixer_element_set_property),
8873 (gst_alsa_mixer_element_get_property),
8874 (gst_alsa_mixer_element_change_state):
8875 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8876 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8877 (gst_mixer_option_changed):
8878 * gst-libs/gst/interfaces/mixer.h:
8879 Revert commits towards #152864 made so far. We'll pick it up again
8880 after the 0.10.13 release.
8882 2007-05-24 Wim Taymans <wim@fluendo.com>
8884 * gst-libs/gst/audio/gstbaseaudiosink.c:
8885 (gst_base_audio_sink_render):
8886 After an interrupt (PAUSED/flush) assume that the next sample should not
8887 be aligned to the previous sample. Fixes #417992.
8889 2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
8891 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8892 Don't add channels and rate fields to the template caps for
8893 audio/x-dts, as wavparse might not always be able to set them,
8894 which would then lead to 'caps are not a real subset of the
8895 template caps' warnings.
8897 2007-05-24 Jan Schmidt <thaytan@mad.scientist.com>
8899 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8900 Handle unknown or invalid pads without crashing, as might occur if
8901 a media file like an mp3 is specified as a subtitle file.
8904 2007-05-24 Jan Schmidt <thaytan@mad.scientist.com>
8906 * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8908 Block the subtitle bin output queue before ghosting it and linking,
8909 then unblock after. This avoids spurious not-linked errors caused
8910 by the queue starting up (because it gets linked when it is ghosted).
8913 2007-05-23 Jan Schmidt <thaytan@mad.scientist.com>
8915 * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8916 Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8917 file. Avoids flukes where the input gets typefound to some valid but
8920 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
8922 * tests/check/Makefile.am:
8923 * tests/check/elements/.cvsignore:
8924 * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8925 (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8926 Add unit test for gnomevfssink seeking and position reporting for
8929 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
8931 Patch by: Mark Nauwelaerts <manauw at skynet be>
8933 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8934 (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8935 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8936 * ext/gnomevfs/gstgnomevfssink.h:
8937 Fix position reporting, especially after a seek (from upstream),
8940 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
8942 * ext/cdparanoia/gstcdparanoiasrc.c:
8945 2007-05-22 Jan Schmidt <thaytan@mad.scientist.com>
8947 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8948 Specify the full valid range for MP3 samplerates. Fixes a regression
8949 caused by extra header checks since the last release.
8951 2007-05-21 Jan Schmidt <thaytan@mad.scientist.com>
8953 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8954 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8955 Fix a locking-order bug I introduced with my changes the other day.
8956 Patch by Mike Smith.
8958 2007-05-21 Michael Smith <msmith@fluendo.com>
8960 * ext/theora/theoradec.c: (theora_handle_data_packet):
8961 Don't look inside 0-length packets (which indicate duplicated
8964 2007-05-21 Wim Taymans <wim@fluendo.com>
8966 * ext/cdparanoia/gstcdparanoiasrc.c:
8967 (gst_cd_paranoia_src_read_sector):
8968 * gst-libs/gst/audio/gstbaseaudiosrc.c:
8969 (gst_base_audio_src_create):
8972 * ext/theora/theoradec.c: (theora_dec_sink_event):
8975 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8976 (gst_base_rtp_depayload_set_gst_timestamp):
8979 * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8980 And some debug info when a FIXME path is hit.
8982 2007-05-21 Wim Taymans <wim@fluendo.com>
8984 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8985 (gst_base_rtp_audio_payload_class_init),
8986 (gst_base_rtp_audio_payload_init),
8987 (gst_base_rtp_audio_payload_finalize),
8988 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8989 (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8990 (gst_base_rtp_payload_audio_handle_event):
8991 Some cleanups, remove minptime property as it is now in the parent
8993 Override parent class event function.
8995 * gst-libs/gst/rtp/gstbasertppayload.c:
8996 (gst_basertppayload_class_init), (gst_basertppayload_init),
8997 (gst_basertppayload_event), (gst_basertppayload_set_property),
8998 (gst_basertppayload_get_property):
8999 * gst-libs/gst/rtp/gstbasertppayload.h:
9000 Add min-ptime property.
9001 Add handle-event vmethod. Fixes #415001.
9003 2007-05-18 Stefan Kost <ensonic@users.sf.net>
9005 * gst-libs/gst/audio/gstbaseaudiosink.c
9006 (gst_base_audio_sink_change_state):
9007 Fix typo in comment.
9009 * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
9010 free_dynamics, pad_probe, close_pad_link, try_to_link_1,
9011 get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
9013 * gst/playback/gstplaybin.c (gst_play_bin_set_property,
9014 gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
9015 Remove trailing whitespaces in comments.
9017 * gst/volume/Makefile.am:
9020 2007-05-18 Stefan Kost <ensonic@users.sf.net>
9022 patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9024 * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
9025 set_option, get_option, _gst_reserved):
9026 Revert reordering functions (keep ABI).
9028 2007-05-17 Jan Schmidt <thaytan@mad.scientist.com>
9030 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9031 (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
9032 (gst_ximagesink_show_frame):
9033 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9034 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
9035 (gst_xvimagesink_show_frame):
9036 When we create our own window, indicate that we handle the
9037 WM_DELETE client message from the window manager, so that it won't
9038 kill our window (and our app) along with it. Handle ClientMessage,
9039 post an error on the bus, and close the window. Further buffers
9040 arriving will result in a FlowError because the window has been
9045 Clean up the X event handling loop and make them the same for
9046 both xvimagesink and ximagesink while I'm at it.
9048 2007-05-17 Wim Taymans <wim@fluendo.com>
9050 * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
9051 Make decodebin2 autoplug depayloaders too.
9053 * gst/playback/gsturidecodebin.c: (source_new_pad):
9054 Set the newly created decoder in a usable state when autoplugging a
9055 dynamic source such as RTSP.
9057 2007-05-17 Tim-Philipp Müller <tim at centricular dot net>
9059 * gst/playback/gststreaminfo.c: (cb_probe):
9060 Ignore video-codec tag for audio streams and ignore audio-codec tags
9061 for video streams. Should make codec name collection a bit more
9062 robust against sloppy demuxers that send tag events containing both
9065 2007-05-17 Wim Taymans <wim@fluendo.com>
9067 * gst/playback/gstqueue2.c: (update_rates):
9068 Tweak the buffering thresholds a little.
9069 Update the buffer size with the previously calculate rate instead of
9070 only when we calculate a new rate so that we get smoother buffering
9073 * gst/playback/Makefile.am:
9074 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
9075 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
9076 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
9077 (gst_uri_decode_bin_get_property), (unknown_type),
9078 (add_element_stream), (no_more_pads_full), (no_more_pads),
9079 (source_no_more_pads), (new_decoded_pad), (array_has_value),
9080 (gen_source_element), (has_all_raw_caps), (analyse_source),
9081 (remove_decoders), (make_decoder), (remove_source),
9082 (source_new_pad), (setup_source), (decoder_query_init),
9083 (decoder_query_duration_fold), (decoder_query_duration_done),
9084 (decoder_query_position_fold), (decoder_query_position_done),
9085 (decoder_query_latency_fold), (decoder_query_latency_done),
9086 (decoder_query_seeking_fold), (decoder_query_seeking_done),
9087 (decoder_query_generic_fold), (gst_uri_decode_bin_query),
9088 (gst_uri_decode_bin_change_state), (plugin_init):
9089 New element that intergrates a source, optional buffering element and
9092 2007-05-17 Tim-Philipp Müller <tim at centricular dot net>
9095 Bump libtheora requirement to 1.0alpha5 for the pixformat check
9096 (also has a .pc file, so we don't need the fallback check any
9097 longer). Fixes #438840.
9099 2007-05-17 Wim Taymans <wim@fluendo.com>
9101 * gst/playback/gstqueue2.c: (gst_queue_get_type),
9102 (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
9103 (apply_segment), (apply_buffer), (update_buffering),
9104 (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
9105 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9106 (gst_queue_handle_sink_event), (gst_queue_is_filled),
9107 (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
9111 2007-05-17 Wim Taymans <wim@fluendo.com>
9113 * gst/playback/Makefile.am:
9114 * gst/playback/gstqueue2.c: (gst_queue_get_type),
9115 (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
9116 (gst_queue_getcaps), (gst_queue_bufferalloc),
9117 (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9118 (apply_buffer), (update_buffering), (reset_rate_timer),
9119 (update_rates), (gst_queue_locked_flush),
9120 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9121 (gst_queue_handle_sink_event), (gst_queue_is_empty),
9122 (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9123 (gst_queue_loop), (gst_queue_handle_src_event),
9124 (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9125 (gst_queue_src_activate_push), (gst_queue_change_state),
9126 (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9127 On our way to playbin2 this is the new network queue that does buffering
9128 all by itself using high and low watermarks. It can also measure up and
9129 downstream bandwidth to optimally size the queue.
9131 2007-05-17 Michael Smith <msmith@fluendo.com>
9133 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9134 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9135 Use the segment->last_stop value to calculate the next timestamp to
9136 generate after a seek; not the segment->start value.
9138 2007-05-15 David Schleef <ds@schleef.org>
9140 * docs/Makefile.am: Install docs even when --disable-gtk-doc
9141 is disabled. This matches the behavior of gtk+. Fixes #349099.
9143 2007-05-15 Wim Taymans <wim@fluendo.com>
9145 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9146 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9147 Some more chained streaming ogg timestamp fixes.
9149 2007-05-15 Wim Taymans <wim@fluendo.com>
9151 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9152 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9153 (gst_ogg_demux_handle_page):
9155 Fix chain start/stop segment handling based on patch by
9156 <ahalda at cs dot mcgill dot ca> see #320984.
9158 2007-05-15 Michael Smith <msmith@fluendo.com>
9161 We don't require a C++ compiler. So don't require one.
9163 2007-05-15 Stefan Kost <ensonic@users.sf.net>
9165 * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9166 gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9167 gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9168 gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9169 gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9170 gst_alsa_mixer_update_track):
9171 Apply some of the cleanup Tim suggested in #152864 afterwards.
9173 2007-05-15 Stefan Kost <ensonic@users.sf.net>
9175 patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9177 * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9178 _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9179 gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9180 gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9181 gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9182 gst_alsa_mixer_handle_source_callback,
9183 gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9184 gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9185 gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9186 gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9187 gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9188 gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9189 * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9190 * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9191 gst_alsa_mixer_element_interface_supported,
9192 gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9193 gst_alsa_mixer_element_set_property,
9194 gst_alsa_mixer_element_get_property,
9195 gst_alsa_mixer_element_change_state):
9196 * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9197 * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9198 gst_mixer_option_changed):
9199 * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9200 volume_changed, option_changed, _gst_reserved):
9201 Implement notification for alsamixer. Fixes #152864
9203 2007-05-14 David Schleef <ds@schleef.org>
9205 * gst/videotestsrc/videotestsrc.c:
9206 * gst/videotestsrc/videotestsrc.h:
9207 Add support for video/x-raw-bayer.
9209 2007-05-12 David Schleef <ds@schleef.org>
9211 * sys/xvimage/xvimagesink.c:
9212 Add some sanity checking for the XVImage size returned by X.
9215 2007-05-12 Wim Taymans <wim@fluendo.com>
9217 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9218 (gst_base_rtp_depayload_setcaps),
9219 (gst_base_rtp_depayload_set_gst_timestamp):
9220 Parse and use additional caps fields as described in updated
9221 application/x-rtp caps spec.
9223 2007-05-12 Wim Taymans <wim@fluendo.com>
9225 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9226 (gst_ogg_demux_collect_chain_info):
9227 If there is a stream in a chain without any data packets, ignore the
9228 stream in the total length calculations. Might be related to #436820.
9230 2007-05-11 Jan Schmidt <thaytan@mad.scientist.com>
9232 * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9233 (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9234 (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9235 (mpeg_video_type_find), (mpeg_video_stream_type_find),
9238 Consolidate and re-work our mpeg system stream detection to probe
9239 more packets and produce a higher confidence result. Fixes a
9240 regression caused by lowering the typefind probability last year
9241 - related to bug #397810. Remove the redundant MPEG-1 specific
9242 typefind function, as the new one detects both MPEG-1 & MPEG-2
9245 Also cleanup the MPEG elementary and MPEG-TS detection functions a
9248 Tested against my media test directory, with some improvements and
9251 2007-05-10 Wim Taymans <wim@fluendo.com>
9253 * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9254 (queue_out_of_data):
9255 Connect to the new queue "pushing" signal instead of the broken
9258 2007-05-09 Sebastien Moutte <sebastien@moutte.net>
9260 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9261 (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9262 Move variable declaration before the first instruction.
9263 * gst/videotestsrc/videotestsrc.c:
9264 Define M_PI if it's not defined yet.
9265 * win32/common/libgstrtp.def:
9266 Add new exported functions.
9268 2007-05-09 Michael Smith <msmith@fluendo.com>
9270 * ext/theora/theoradec.c: (theora_handle_type_packet):
9271 gst_pad_push_event() does not return a GstFlowReturn!
9273 2007-05-09 Wim Taymans <wim@fluendo.com>
9275 * tests/examples/seek/scrubby.c: (stop_cb), (main):
9276 * tests/examples/seek/seek.c: (do_seek):
9277 Some small cosmetic changes.
9279 2007-05-08 Stefan Kost <ensonic@users.sf.net>
9281 * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9282 gst_adder_change_state):
9283 * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9284 segment_pending, segment_position, segment_rate):
9285 Handle playback-rate on adder.
9287 2007-05-07 Michael Smith <msmith@fluendo.com>
9289 * ext/theora/gsttheoradec.h:
9290 * ext/theora/theoradec.c: (gst_theora_dec_reset),
9291 (theora_dec_sink_event), (theora_handle_comment_packet),
9292 (theora_handle_type_packet), (theora_dec_change_state):
9293 Don't push events (newsegment, tags) before initialising the
9295 This is neccesary for seeking to work correctly in gnonlin.
9297 2007-05-04 Stefan Kost <ensonic@users.sf.net>
9299 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9300 * gst/adder/gstadder.c:
9301 * gst/audiotestsrc/gstaudiotestsrc.c
9302 (gst_audio_test_src_create_white_noise):
9303 * gst/videotestsrc/gstvideotestsrc.c:
9304 * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9305 VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9306 volume_sink_template, volume_src_template, gst_volume_init,
9307 volume_process_double, volume_process_int16,
9308 volume_process_int16_clamp):
9309 Doc fixes and formatting.
9311 2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
9313 * tests/check/Makefile.am:
9314 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9315 Minimal check for volume's GstController usability; also another
9318 2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
9320 * gst-libs/gst/cdda/gstcddabasesrc.c:
9321 (gst_cdda_base_src_add_track):
9322 Fix it so that it (a) makes sense and (b) doesn't break
9323 everything cdda-related including the unit test.
9325 2007-05-04 Stefan Kost <ensonic@users.sf.net>
9327 * gst-libs/gst/cdda/gstcddabasesrc.c:
9328 (gst_cdda_base_src_add_track):
9329 Fix build when disabling asserts.
9331 2007-05-03 Tim-Philipp Müller <tim at centricular dot net>
9333 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9334 When XShm is not available, we might get row strides that are not
9335 rounded up to multiples of four; this is bad, because virtually
9336 every RGB-processing element in GStreamer assumes rowstrides are
9337 rounded up to multiples of four, so let's allocate at least enough
9338 memory to avoid crashes in this case. The image will still be
9339 displayed distorted though if this happens, so that still needs
9340 fixing (maybe by allocating a bigger image with an 'even' width
9341 and then clipping it appropriately when rendering - something for
9342 Xlib aficionados in any case).
9344 2007-05-03 Michael Smith <msmith@fluendo.com>
9346 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9347 If a buffer doesn't have a timestamp, assume it's contiguous with
9348 the previous buffer, and synthesise timestamps appropriately.
9350 2007-05-03 Edward Hervey <edward@fluendo.com>
9352 * tests/check/elements/videorate.c: (GST_START_TEST):
9353 Set buffer timestamp to a valid value in order to test the buffer
9354 really does stay in videorate.
9356 2007-05-03 Edward Hervey <edward@fluendo.com>
9358 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9359 There is no sensible way to handle incoming buffers which don't have a
9360 valid timestamp. We therefore discard them and wait for the next one.
9362 2007-05-01 Tim-Philipp Müller <tim at centricular dot net>
9364 * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9365 * gst/playback/gstdecodebin2.c: (plugin_init):
9366 Better error message for text files.
9368 2007-04-29 Wim Taymans <wim@fluendo.com>
9370 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9371 Fix offset bug in generation RR packets.
9373 2007-04-27 Julien MOUTTE <julien@moutte.net>
9375 * ext/theora/theoradec.c: (_theora_granule_time),
9376 (theora_dec_push_forward), (theora_handle_data_packet),
9377 (theora_dec_decode_buffer): Calculate buffer duration correctly
9378 to generate a perfect stream (#433888).
9379 * gst/audioresample/gstaudioresample.c:
9380 (audioresample_check_discont): Glib provides ABS.
9382 2007-04-27 Wim Taymans <wim@fluendo.com>
9384 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9385 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9386 (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9387 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9388 (gst_rtcp_packet_bye_set_reason):
9389 * gst-libs/gst/rtp/gstrtcpbuffer.h:
9390 Fix RB block parsing and writing.
9391 Add support for constructing BYE packets.
9393 2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
9395 * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9396 (gst_base_audio_src_create):
9398 When posting a warning message because samples were dropped, post
9399 something more intelligible than he default error message for clock
9400 errors which is just confusing in this context (#432984).
9402 2007-04-25 Wim Taymans <wim@fluendo.com>
9404 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9405 (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9406 (read_packet_header), (gst_rtcp_packet_move_to_next),
9407 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9408 (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9409 (gst_rtcp_packet_sdes_get_item_count),
9410 (gst_rtcp_packet_sdes_first_item),
9411 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9412 (gst_rtcp_packet_sdes_first_entry),
9413 (gst_rtcp_packet_sdes_next_entry),
9414 (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9415 (gst_rtcp_packet_sdes_add_entry):
9416 * gst-libs/gst/rtp/gstrtcpbuffer.h:
9417 Implement code to write SR, RR and SDES packets.
9419 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
9421 Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9423 * sys/ximage/ximagesink.c:
9424 Fix build if XShm is not available (#432362).
9426 2007-04-24 Sebastian Dröge <slomo@circular-chaos.org>
9428 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9429 Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9430 pointers to random memory which are passed to g_free() when
9431 audio_convert_prepare_context() is called the first time.
9433 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
9435 Patch by: Dan Williams <dcbw redhat com>
9437 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9438 Don't leak incoming buffer if gst_pad_push() returns a
9439 non-OK flow. Fixes #432755.
9441 * tests/check/elements/videorate.c: (GST_START_TEST),
9443 Unit test for the above by Yours Truly.
9445 2007-04-23 Stefan Kost <ensonic@users.sf.net>
9447 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9448 (gst_adder_sink_event), (gst_adder_collected):
9449 Fix non-flushing segmented seeks, Fixes #340060 for me
9451 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9453 Patch by: Olivier Crete <tester at tester ca>
9455 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9456 (gst_base_rtp_audio_payload_class_init),
9457 (gst_base_rtp_audio_payload_init),
9458 (gst_base_rtp_audio_payload_dispose):
9459 Chain up to parent class in dispose function; get rid of
9460 unnecessary 'diposed' flag in private structure (#415001).
9462 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9464 * docs/libs/gst-plugins-base-libs.types:
9465 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9466 (gst_base_rtp_audio_payload_class_init):
9467 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9468 * gst-libs/gst/rtp/gstbasertppayload.c:
9469 Some minor docs fixes and additions; also add missing 'Since' bits.
9471 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9473 Patch by: Zeeshan Ali <zeenix gmail com>
9475 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9476 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9477 (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9478 (gst_base_rtp_audio_payload_push):
9479 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9480 The recently-added gst_base_rtp_audio_payload_push() should take an
9481 object of type GstBaseRTPAudioPayload as first argument (#431672).
9483 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9485 * gst/audioresample/gstaudioresample.c:
9486 Make more functions static, just because we can.
9488 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9490 * tests/check/elements/audioresample.c:
9491 Add unit test for audioresample shutdown crasher (#420106).
9493 2007-04-20 Stefan Kost <ensonic@users.sf.net>
9495 * gst/subparse/gstsubparse.c:
9496 * gst/subparse/samiparse.c:
9497 Use GST_DISABLE_XML here
9499 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9500 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9501 (gst_xvimagesink_buffer_alloc),
9502 (gst_xvimagesink_navigation_send_event):
9503 * sys/xvimage/xvimagesink.h:
9504 Include stdlib.h when using atoi.
9506 * tests/check/elements/playbin.c: (playbin_suite):
9507 Use GST_DISABLE_REGISTRY here
9509 2007-04-19 Michael Smith <msmith@fluendo.com>
9511 * ext/theora/gsttheoraenc.h:
9512 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9513 (theora_enc_sink_event), (theora_enc_change_state):
9514 Track initialisation state; don't try to use encoder state if we're
9515 not initialised (it'll segfault).
9517 2007-04-18 Stefan Kost <ensonic@users.sf.net>
9519 * tests/check/pipelines/.cvsignore:
9522 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9524 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9525 Allow random depths between 1 and 32 instead of only multiplies of 8.
9527 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9529 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9530 Set the maximum number of channels for PCM and float in the correct
9531 place to have it also used when creating the template caps.
9533 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9535 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9536 Correctly support 4, 6 and 8 channels with normal PCM and float
9539 Fix the depth and signedness calculation in extensible wav files and
9540 also handle 1, 2, 4, 6, 8 channels here when a file without channel
9543 Add support for float, alaw and mulaw in extensible wav files.
9545 This allows correct playback of all but 5 files from
9546 http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9548 (gst_riff_create_audio_template_caps):
9549 Add voxware and float formats to the template caps.
9551 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9553 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9555 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9556 Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9558 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9559 * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9560 Use the correct format strings for integer formats.
9562 2007-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
9564 * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9565 Don't use pad_alloc_buffer_and_set_caps to create a small header
9566 packet, or, worse, to create a big temporary video buffer using the
9569 2007-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
9571 * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9572 * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9573 GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9574 Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9576 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
9578 * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9579 GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9580 streamheader_suite):
9581 Add another test set up for failure
9583 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
9585 * tests/check/Makefile.am:
9586 * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9587 GST_START_TEST, streamheader_suite, main):
9588 Add a test for the streamheader bug Wim fixed.
9590 2007-04-13 Jan Schmidt <thaytan@mad.scientist.com>
9592 * ext/theora/theoradec.c: (theora_dec_sink_event):
9593 Fix misleading comment.
9595 2007-04-13 Stefan Kost <ensonic@users.sf.net>
9597 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9598 More sanity checks for the header fields.
9600 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
9602 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9603 Try encodings from all environment variables, not just those in the
9604 first environment variable that is set.
9606 2007-04-12 Wim Taymans <wim@fluendo.com>
9608 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9609 (gst_video_rate_chain):
9612 * tests/check/elements/videorate.c: (GST_START_TEST),
9614 Added check for videorate changing caps handling. Closes #421834.
9616 2007-04-12 Michael Smith <msmith@fluendo.com>
9618 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9619 Use scale functions to avoid overflow when calculating duration of
9622 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
9624 * docs/libs/gst-plugins-base-libs-sections.txt:
9625 * gst-libs/gst/tag/tag.h:
9626 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9627 API: add gst_tag_freeform_string_to_utf8() (#405072).
9629 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9630 Use gst_tag_freeform_string_to_utf8() here.
9632 2007-04-12 Wim Taymans <wim@fluendo.com>
9634 * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9635 (gst_gdp_pay_sink_event):
9636 Make sure we set the IN_CAPS flag correctly.
9638 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9639 Get the IN_CAPS flag before we call functions that mess with the flags.
9641 2007-04-10 Thomas Vander Stichele <thomas at apestaart dot org>
9643 * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9644 gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9645 Only stamp buffers with offset/offset_end right before they get
9646 pushed. This ensures offset continuity, which was not the case
9648 gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9650 2007-04-06 Wim Taymans <wim@fluendo.com>
9652 * gst/playback/gstplaybin.c: (add_sink),
9653 (gst_play_bin_change_state):
9654 Activate sync in playbin, we are ready to handle it for live streams.
9656 2007-04-06 Tim-Philipp Müller <tim at centricular dot net>
9658 * tests/check/elements/playbin.c:
9659 (test_sink_usage_video_only_stream), (playbin_suite):
9660 Add small test for stream-info-value-array code paths.
9662 2007-04-05 Wim Taymans <wim@fluendo.com>
9664 * gst-libs/gst/audio/gstbaseaudiosink.c:
9665 (gst_base_audio_sink_skew_slaving):
9666 Don't try to create invalid calibration parameters by making the
9667 internal time go backwards, instead make external time go forward.
9669 2007-04-05 Wim Taymans <wim@fluendo.com>
9671 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9673 * gst/playback/gstplaybasebin.c: (add_stream):
9674 Fix leak in add_stream(), when g_value_set_object() increases the
9675 refcount of streaminfo object. Fixes #426250.
9677 2007-04-03 David Schleef <ds@schleef.org>
9679 * gst/videotestsrc/gstvideotestsrc.c:
9680 * gst/videotestsrc/gstvideotestsrc.h:
9681 * gst/videotestsrc/videotestsrc.c:
9682 * gst/videotestsrc/videotestsrc.h:
9683 Add a test pattern called "circular", which has concentric
9684 rings with varying radial frequency. The main purpose of this
9685 pattern is to test fidelity loss in a filter or scaler element.
9686 Notably, this pattern is scale invariant, and is optimally viewed
9687 with a width (and height) of 400.
9689 2007-04-03 Wim Taymans <wim@fluendo.com>
9691 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9693 * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9694 (deactivate_free_recursive):
9695 Decodebin2 doesn't unref pads it obtains in some occasions:
9696 - multiqueue src pads, when either connecting further or exposing
9697 - sink pads of new autoplugged elements
9698 - peer pads when recursively freeing elements
9701 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
9703 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9704 Add audio/x-raw-float support, now that audioconvert support
9705 non-native endianness floats.
9707 2007-03-30 Tim-Philipp Müller <tim at centricular dot net>
9709 * docs/libs/gst-plugins-base-libs-docs.sgml:
9710 gstreamer-plugins-base.pc doesn't exist, it's
9711 gstreamer-plugins-base-0.10.pc.
9713 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
9715 Patch by: René Stadler <mail at renestadler dot de>
9716 with some minor changes
9718 * gst-libs/gst/floatcast/floatcast.h:
9719 Use more efficient float endianness conversion functions that don't
9720 involve 2 function calls per value.
9721 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9722 (check_default), (audio_convert_prepare_context):
9723 * gst/audioconvert/gstaudioconvert.c:
9724 (gst_audio_convert_parse_caps), (make_lossless_changes):
9725 Support non-native endianness floats as input and output.
9727 * tests/check/elements/audioconvert.c: (verify_convert),
9729 Add unit tests for the non-native endianness float conversions.
9731 2007-03-29 Wim Taymans <wim@fluendo.com>
9733 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9734 (gst_base_rtp_depayload_base_init),
9735 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9736 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9737 (gst_base_rtp_depayload_set_gst_timestamp),
9738 (gst_base_rtp_depayload_change_state),
9739 (gst_base_rtp_depayload_set_property),
9740 (gst_base_rtp_depayload_get_property):
9741 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9742 Add Private structure.
9743 Bring element code to 2007.
9744 Parse clock-base caps param and use it when generating the
9746 Reset variables before going to PAUSED.
9749 2007-03-29 Wim Taymans <wim@fluendo.com>
9751 * docs/libs/gst-plugins-base-libs-docs.sgml:
9752 * docs/libs/gst-plugins-base-libs-sections.txt:
9753 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9754 (gst_base_rtp_audio_payload_get_adapter):
9758 * gst-libs/gst/rtp/Makefile.am:
9759 * gst-libs/gst/rtp/gstrtcpbuffer.c:
9760 (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9761 (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9762 (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9763 (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9764 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9765 (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9766 (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9767 (gst_rtcp_packet_sr_get_sender_info),
9768 (gst_rtcp_packet_sr_set_sender_info),
9769 (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9770 (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9771 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9772 (gst_rtcp_packet_sdes_get_chunk_count),
9773 (gst_rtcp_packet_sdes_first_chunk),
9774 (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9775 (gst_rtcp_packet_sdes_first_item),
9776 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9777 (gst_rtcp_packet_bye_get_ssrc_count),
9778 (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9779 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9780 (gst_rtcp_packet_bye_get_reason_len),
9781 (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9782 * gst-libs/gst/rtp/gstrtcpbuffer.h:
9783 Add new helper object for parsing and creating RTCP messages.
9785 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
9787 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9788 PCM samples with width=8 must be always unsigned, no matter what
9791 2007-03-29 Andy Wingo <wingo@pobox.com>
9793 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9794 perfect offsets also, not just timestamps.
9796 * tests/check/elements/videorate.c (test_more): Test that given
9797 any incoming offsets, that videorate produces perfect offsets.
9799 2007-03-29 Wim Taymans <wim@fluendo.com>
9801 * gst-libs/gst/riff/riff-ids.h:
9802 Add some more RIFF formats.
9804 2007-03-29 Wim Taymans <wim@fluendo.com>
9806 * gst-libs/gst/rtp/gstrtpbuffer.c:
9807 (gst_rtp_buffer_default_clock_rate):
9808 * gst-libs/gst/rtp/gstrtpbuffer.h:
9809 Fix fixed payload names and docs.
9810 Added method to get the default clock rates of fixed payload types.
9811 API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9813 2007-03-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9815 * tests/check/pipelines/.cvsignore:
9816 Add new vorbisdec test to cvsignore.
9818 2007-03-28 Wim Taymans <wim@fluendo.com>
9820 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9821 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9822 (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9823 (gst_base_audio_sink_set_property),
9824 (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9825 (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9826 (gst_base_audio_sink_skew_slaving),
9827 (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9828 (gst_base_audio_sink_async_play):
9829 * gst-libs/gst/audio/gstbaseaudiosink.h:
9830 Store private stuff in GstBaseAudioSinkPrivate.
9831 Add configurable clock slaving modes property.
9832 API:: GstBaseAudioSink::slave-method property
9833 Some more latency reporting tweaks.
9834 Added skew based clock slaving correction and make it the default until
9835 the resampling method is more robust.
9837 2007-03-27 Sebastian Dröge <slomo@circular-chaos.org>
9839 * gst/audioconvert/audioconvert.c:
9840 Add docs to the integer pack functions and implement proper
9841 rounding. Before we had rounding towards negative infinity, i.e.
9842 always the smaller number was taken. Now we use natural rounding,
9843 i.e. rounding to the nearest integer and to the one with the largest
9844 absolute value for X.5. The old rounding introduced some minor
9845 distortions. Fixes #420079
9846 * tests/check/elements/audioconvert.c: (GST_START_TEST):
9847 Fix one unit test that assumed the old rounding and added unit tests
9848 for checking signed/unsigned int16 <-> signed/unsigned int16 with
9849 depth 8, one for signed int16 <-> unsigned int16 and one for the new
9850 rounding from signed int32 to signed/unsigned int16.
9852 2007-03-27 Michael Smith <msmith@fluendo.com>
9854 * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9855 (gst_audio_convert_transform_caps):
9856 Fix typo in debug line introduced recently, as pointed out on irc.
9858 2007-03-27 Tim-Philipp Müller <tim at centricular dot net>
9860 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9861 * tests/check/libs/tag.c: (GST_START_TEST):
9862 Make sure we parse floating-point numbers in vorbis comments
9863 correctly with either '.' or ',' as separator, no matter what
9864 the current locale is. Add unit test for this too.
9866 2007-03-26 Tim-Philipp Müller <tim at centricular dot net>
9868 Patch by: René Stadler <mail at renestadler de>
9870 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9871 When writing out floating-point numbers to vorbis comment tags, always
9872 use the same character as separator no matter what the current locale is
9875 * tests/check/libs/tag.c: (GST_START_TEST):
9876 Add unit tests for replaygain tags in vorbis comments (closes #423055).
9878 2007-03-26 Thomas Vander Stichele <thomas at apestaart dot org>
9880 * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9881 vorbis_handle_data_packet):
9882 Correctly set DURATION to generate a timestamp-continuous stream.
9883 One bug left at the end; see
9884 ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9885 * tests/check/Makefile.am:
9886 * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9887 Add a test to check this. Without the above patch this test fails.
9889 2007-03-26 Jan Schmidt <thaytan@mad.scientist.com>
9891 * gst-libs/gst/rtp/Makefile.am:
9892 The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9894 2007-03-23 Michael Smith <msmith@fluendo.com>
9896 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9897 (gst_video_rate_reset), (gst_video_rate_chain):
9898 If videorate changes caps, we can no longer use the old buffer
9899 (which may have a different size, incompatible with our caps).
9900 So don't do that; just duplicate the new frame more times.
9902 2007-03-22 Jan Schmidt <thaytan@mad.scientist.com>
9904 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9905 Remove playbin's override of the set_clock vmethod. It's irrelevant
9906 after Wim's commit on the 19th.
9908 2007-03-22 Wim Taymans <wim@fluendo.com>
9910 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9911 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9912 * ext/gnomevfs/gstgnomevfssrc.h:
9913 Don't cache file sizes. Fixes #341078.
9915 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
9917 * gst/playback/gstplaybin.c: (add_sink):
9918 Use GST_PTR_FORMAT to log caps.
9920 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
9922 Patch by: Young-Ho Cha <ganadist at chollian net>
9924 * gst/subparse/samiparse.c: (handle_start_font):
9925 Special-case some more colour names that pango doesn't handle by
9926 default. Fixes #420578.
9928 2007-03-20 Michael Smith <msmith@fluendo.com>
9930 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9931 If we get a zero-sized input buffer, don't pass it to libvorbis, as
9932 that marks EOS internally. After that, libvorbis will buffer all
9933 input data, and encode none of it, eventually leading to memory
9936 2007-03-19 Wim Taymans <wim@fluendo.com>
9938 * gst/playback/gstdecodebin.c: (remove_fakesink):
9939 Don't post STATE_DIRTY anymore.
9941 * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9942 (gst_play_bin_change_state):
9943 Remove stream_time reset in seek handling, core does that now.
9944 Disable clocking for live pipelines by forcing a NULL clock to the
9945 complete pipeline, core is too smart now for our previous hack.
9946 We can always autoplug in PAUSED now.
9948 2007-03-17 David Schleef <ds@schleef.org>
9950 * REQUIREMENTS: Update this file, change the formatting to make
9951 it more consistent, plus more machine readable.
9953 2007-03-16 Michael Smith <msmith@fluendo.com>
9955 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9956 (strip_width_64), (append_with_other_format):
9957 Previous fix was too simplistic, and broke the tests. Use a better
9958 approach; only strip 64 from widths for integer audio.
9960 2007-03-16 Michael Smith <msmith@fluendo.com>
9962 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9963 (gst_audio_convert_transform_caps):
9964 We don't support 64 bit integer audio, so don't try to claim we can.
9965 Stops us producing caps don't match our template caps.
9968 2007-03-15 Michael Smith <msmith@fluendo.com>
9970 * gst/audioresample/gstaudioresample.c:
9971 (audioresample_check_discont), (audioresample_transform):
9972 Don't trigger discontinuities for very small imperfections; a filter
9973 flush will sound bad, and many plugins have rounding errors leading
9976 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
9978 Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9980 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9981 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9982 API: add "min-ptime" property to RTP base audio payloader.
9983 API: add gst_base_rtp_audio_payload_push().
9984 API: add gst_base_rtp_audio_payload_get_adapter().
9986 Indentation/whitespace/documentation fixes.
9988 2007-03-14 Julien MOUTTE <julien@moutte.net>
9990 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9991 (audioresample_transform_size), (audioresample_do_output),
9992 (audioresample_transform), (audioresample_pushthrough): Handle
9993 discontinuous streams.
9994 * gst/audioresample/gstaudioresample.h:
9995 * tests/check/elements/audioresample.c:
9996 (test_discont_stream_instance), (GST_START_TEST),
9997 (audioresample_suite): Add a test for discontinuous streams.
9998 * win32/common/config.h: Updated.
10000 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
10015 Update translations from translation project.
10017 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
10019 * gst/audioresample/debug.h:
10020 * gst/audioresample/resample.c: (resample_init):
10021 Since I really am not interested in a debug line for each sample
10022 being processed, move the library's debugging to its own category,
10025 2007-03-13 Michael Smith <msmith@fluendo.com>
10027 * ext/theora/theoradec.c: (theora_handle_type_packet):
10028 Since the plugin doesn't support anything other than 4:2:0 right
10029 now, post an error and fail if we get something else. Won't matter
10030 until libtheora supports the other pixel formats, but hopefully
10033 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
10035 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
10036 Use gst_guint64_to_gdouble for conversion.
10038 Add new files to the win32 MANIFEST.
10039 * win32/common/libgstaudio.def:
10040 * win32/common/libgstpbutils.def:
10041 Add new exported functions.
10042 * win32/vs6/gst_plugins_base.dsw:
10043 * win32/vs6/libgstdecodebin.dsp:
10044 * win32/vs6/libgstplaybin.dsp:
10045 Change the link to libgstpbutils.lib.
10046 * win32/vs6/libgstdecodebin2.dsp:
10047 Add a new project for decodebin2.
10048 * win32/vs6/libgstpbutils.dsp:
10049 Add a new project for pbutils.
10051 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
10053 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10054 Also accept partial dates with only year and month,
10055 like 1999-12-00 (fixes #410396 even more).
10057 * tests/check/libs/tag.c: (GST_START_TEST):
10058 Add unit test for the above.
10060 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
10062 * tests/check/elements/subparse.c: (GST_START_TEST),
10064 Add unit test for MPL2 subtitle format (#413799).
10066 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
10068 Patch by: Kamil Pawlowski <kamilpe gmail com>
10070 * gst/subparse/Makefile.am:
10071 * gst/subparse/gstsubparse.c:
10072 (gst_sub_parse_data_format_autodetect),
10073 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
10074 (gst_subparse_type_find):
10075 * gst/subparse/gstsubparse.h:
10076 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
10077 * gst/subparse/mpl2parse.h:
10078 Add support for MPL2 subtitle format (#413799).
10080 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10083 We require core CVS for the new buffer metadata copy functions.
10085 2007-03-09 Wim Taymans <wim@fluendo.com>
10087 * gst-libs/gst/tag/gstid3tag.c:
10088 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10091 Patch by: Alex Lancaster <alexl at users sourceforge net>
10093 2007-03-09 Wim Taymans <wim@fluendo.com>
10095 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10096 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
10097 Improve adapter usage and comments.
10099 2007-03-09 Wim Taymans <wim@fluendo.com>
10101 * ext/pango/gsttextrender.c: (gst_text_render_chain):
10102 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
10103 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
10104 Use new metadata copy function.
10106 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10107 (gst_ffmpegcsp_transform):
10108 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
10109 Basetransform copied the metadata for us.
10111 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10113 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10114 (gst_text_overlay_video_event):
10115 Some more logging. Only accept newsegment events in TIME format and
10116 send a WARNING message if they are not in TIME format.
10118 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10119 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10120 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10121 * gst/subparse/gstsubparse.h:
10122 No need to allocate GstSegment structure dynamically, just put it
10123 into the instance structure; ignore newsegment events in BYTE
10124 format and in particular don't let it overwrite our saved TIME
10125 segment from the last seek.
10127 2007-03-09 Michael Smith <msmith@fluendo.com>
10129 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10130 Replace AC3 typefinder with one that isn't terrible, and actually
10133 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
10135 * gst/audioconvert/gstaudioconvert.c:
10136 (gst_audio_convert_transform):
10137 fix error category and translatable string
10140 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10142 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10143 * pkgconfig/gstreamer-plugins-base.pc.in:
10144 Fix up utils => pbutils here too.
10146 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10148 * gst/subparse/gstsubparse.c: (handle_buffer):
10149 Break out of loop in chain function as soon as possible if we get
10150 a non-OK flow return.
10152 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10154 * tests/check/elements/alsa.c: (GST_START_TEST):
10155 Unref the mixer if the state change fails too (if the
10156 alsa devices are inaccessible, for example)
10158 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10160 * tests/check/Makefile.am:
10161 Don't test libvisual elements in the states check, because libvisual
10162 seems to leak internally.
10164 Re-enable the alsa and states tests now that there's new suppressions
10167 * tests/check/elements/alsa.c: (GST_START_TEST):
10168 Don't leak the alsamixer we instantiated.
10170 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10172 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10173 (gst_ximagesink_change_state), (gst_ximagesink_reset),
10174 (gst_ximagesink_finalize):
10175 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10176 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10177 Move some cleanup stuff from the state change handler into a _reset()
10178 function that can be called from _finalize(). This ensures that things
10179 get freed even if (for some reason) the NULL->READY state transition
10180 fails in the parent class.
10181 Even if a parent state change fails, process our downward state change
10182 logic instead of bailing out early.
10183 Free the correct xcontext pointer in ximagesink's xcontext_clear.
10185 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10187 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10190 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10191 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10192 Use pango_font_description_set_family_static instead of
10193 pango_font_description_set_family to save a string copy (it was
10194 leaking due to the strdup anyway)
10196 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10197 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10198 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10199 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10200 Chain up in finalize.
10202 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
10204 * gst-libs/gst/interfaces/mixertrack.c:
10205 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10206 (gst_mixer_track_set_property):
10207 API: add "untranslated-label" property which should be set by
10208 implementations at construct time (#414645).
10210 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10211 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10212 Set "untranslated-label" when constructing mixer track objects.
10214 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10215 Unit test to check the above.
10217 2007-03-07 Wim Taymans <wim@fluendo.com>
10219 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10220 Fix confusing debug message.
10222 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10224 * gst-plugins-base.doap:
10225 update doap file with new version
10227 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10232 === release 0.10.12 ===
10234 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10237 releasing 0.10.12, "Zombie Horde"
10239 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
10242 Bump version to 0.10.11.4 pre-release
10244 2007-03-06 Wim Taymans <wim@fluendo.com>
10246 * gst-libs/gst/audio/gstbaseaudiosink.c:
10247 (gst_base_audio_sink_async_play):
10248 Fix regression that made GStreamer skip the first samples of audio.
10251 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
10254 Bump version to 0.10.11.3 pre-release
10256 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
10259 Update paths for the rename from utils to pbutils to fix the build.
10261 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
10263 * gst-libs/gst/pbutils/Makefile.am:
10264 Change directory to install headers in from gst/utils to gst/pbutils
10267 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
10270 * docs/libs/gst-plugins-base-libs-docs.sgml:
10271 * docs/libs/gst-plugins-base-libs-sections.txt:
10272 * gst-libs/gst/Makefile.am:
10273 * gst-libs/gst/interfaces/mixer.c:
10274 * gst-libs/gst/pbutils/Makefile.am:
10275 * gst-libs/gst/pbutils/descriptions.c:
10276 (gst_pb_utils_get_source_description),
10277 (gst_pb_utils_get_sink_description),
10278 (gst_pb_utils_get_decoder_description),
10279 (gst_pb_utils_get_encoder_description),
10280 (gst_pb_utils_get_element_description),
10281 (gst_pb_utils_add_codec_description_to_tag_list),
10282 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10283 * gst-libs/gst/pbutils/descriptions.h:
10284 * gst-libs/gst/pbutils/install-plugins.c:
10285 * gst-libs/gst/pbutils/install-plugins.h:
10286 * gst-libs/gst/pbutils/missing-plugins.c:
10287 (gst_missing_uri_source_message_new),
10288 (gst_missing_uri_sink_message_new),
10289 (gst_missing_element_message_new),
10290 (gst_missing_decoder_message_new),
10291 (gst_missing_encoder_message_new),
10292 (gst_missing_plugin_message_get_description):
10293 * gst-libs/gst/pbutils/missing-plugins.h:
10294 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10295 * gst-libs/gst/pbutils/pbutils.h:
10296 * gst-libs/gst/utils/Makefile.am:
10297 * gst-libs/gst/utils/base-utils.c:
10298 * gst-libs/gst/utils/base-utils.h:
10299 * gst-libs/gst/utils/descriptions.c:
10300 * gst-libs/gst/utils/descriptions.h:
10301 * gst-libs/gst/utils/install-plugins.c:
10302 * gst-libs/gst/utils/install-plugins.h:
10303 * gst-libs/gst/utils/missing-plugins.c:
10304 * gst-libs/gst/utils/missing-plugins.h:
10305 * gst-plugins-base.spec.in:
10306 * gst/playback/Makefile.am:
10307 * gst/playback/gstdecodebin.c:
10308 * gst/playback/gstdecodebin2.c:
10309 * gst/playback/gstplaybasebin.c: (setup_subtitle),
10310 (gen_source_element):
10311 * gst/playback/gstplaybin.c: (plugin_init):
10312 * tests/check/Makefile.am:
10313 * tests/check/libs/pbutils.c: (GST_START_TEST),
10314 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10315 * tests/check/libs/utils.c:
10316 rename utils to pbutils
10318 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
10320 * docs/plugins/Makefile.am:
10321 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10322 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10323 * docs/plugins/inspect/plugin-decodebin2.xml:
10324 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10325 Add documentation for decodebin2 that indicates that the API
10328 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
10331 Update to 0.10.11.2 (0.10.12 pre-release)
10333 2007-03-01 Wim Taymans <wim@fluendo.com>
10335 * gst-libs/gst/audio/gstbaseaudiosink.c:
10336 (gst_base_audio_sink_async_play):
10337 base time is irrelevant here.
10339 2007-03-01 Wim Taymans <wim@fluendo.com>
10341 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10342 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10345 * gst-libs/gst/audio/gstbaseaudiosink.c:
10346 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10347 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10348 Improve latency and clock slaving calculations.
10349 Improve slave clock calibration.
10351 * gst-libs/gst/audio/gstringbuffer.c:
10352 (gst_ring_buffer_commit_full):
10353 When we are asked to render N sample to 0 bytes, return N.
10355 2007-03-01 Wim Taymans <wim@fluendo.com>
10357 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10358 (gst_alsasink_write), (gst_alsasink_reset):
10359 * ext/alsa/gstalsasink.h:
10360 Remove unused dispose function.
10361 Rename lock to not interfere with alsasrc lock.
10363 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10364 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10365 (gst_alsasrc_read), (gst_alsasrc_reset):
10366 * ext/alsa/gstalsasrc.h:
10367 Implement finalize function.
10368 Use lock to protect alsa access.
10370 Fine tune sw params.
10372 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
10375 Convert to new AG_GST style.
10377 2007-02-28 Wim Taymans <wim@fluendo.com>
10379 Patch by: Ed Catmur <ed at catmur dot co dot uk>
10381 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10382 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10383 Fix race condition when rapidly switching visualisations in playbin.
10386 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
10388 * tests/check/Makefile.am:
10389 Include local stuff before system installed things in LDFLAGS and
10392 2007-02-28 Wim Taymans <wim@fluendo.com>
10394 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10397 2007-02-28 Wim Taymans <wim@fluendo.com>
10399 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10400 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10401 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10402 Fix duration and timestamping, taking latency into account.
10403 Implement latency query.
10405 2007-02-28 Wim Taymans <wim@fluendo.com>
10407 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10408 (gst_audio_clock_new):
10411 * gst-libs/gst/audio/gstbaseaudiosink.c:
10412 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10413 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10414 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10415 (gst_base_audio_src_create):
10416 Improve latency query code.
10417 Use proper clock names.
10419 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
10421 * tests/check/generic/states.c: (GST_START_TEST):
10422 Copy the states.c test from core again
10423 * tests/check/Makefile.am:
10424 ignore cdio and cdparanoiasrc
10426 2007-02-28 Stefan Kost <ensonic@users.sf.net>
10428 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10429 (double_hq), (audio_convert_get_func_index), (check_default),
10430 (audio_convert_prepare_context), (audio_convert_convert):
10431 Also make valgrind happy and avoid copying data in some cases.
10433 2007-02-28 Stefan Kost <ensonic@users.sf.net>
10435 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10436 (double_hq), (audio_convert_get_func_index),
10437 (audio_convert_prepare_context), (audio_convert_convert):
10438 * gst/audioconvert/gstaudioconvert.c:
10439 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10440 (gst_audio_convert_transform_caps):
10441 * tests/check/elements/audioconvert.c: (GST_START_TEST),
10442 (audioconvert_suite):
10443 Don't run inplace if that overwrites source data as we go. Add more
10444 tests. Fixes #339837 even more.
10446 2007-02-27 Julien MOUTTE <julien@moutte.net>
10448 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10449 (msg_segment_done): Fix various seeking bugs (Slider was not
10450 updating when doing a non flushing seek, Reverse playback
10451 on segment seek was wrong).
10453 2007-02-26 Wim Taymans <wim@fluendo.com>
10455 * tests/examples/seek/seek.c: (stop_seek):
10456 When we stop scrubbing, don't leave the pipeline PLAYING when we
10457 requested a PAUSED state.
10459 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
10461 Patch by: René Stadler <mail at renestadler de>
10463 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10464 Parse date strings in vorbis comments that have an invalid (zero)
10465 month or day (#410396).
10467 * tests/check/libs/tag.c: (GST_START_TEST):
10468 Test case for the above.
10470 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
10472 Patch by: Loïc Minier <lool+gnome at via ecp fr>
10475 * ext/alsa/Makefile.am:
10476 * gst/audiotestsrc/Makefile.am:
10477 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10479 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
10481 * gst/playback/gstplaybin.c:
10482 Improve docs: point out that the application needs to assist playbin
10485 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
10487 * gst-libs/gst/utils/install-plugins.c:
10488 * gst-libs/gst/utils/missing-plugins.c:
10489 * tests/check/libs/utils.c: (missing_msg_check_getters):
10490 Change GStreamer marker prefix in detail string from 'gstreamer.net'
10491 to just 'gstreamer'. Document the caps string component of the
10492 decoder/encoder detail a bit better, since not everyone will be
10493 familiar with the GStreamer media type/caps system (but they better
10494 enjoy nested itemized lists).
10496 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
10498 * gst-libs/gst/netbuffer/gstnetbuffer.c:
10499 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10500 Fix copying of GstNetBuffer (would crash before, or at least lead to
10501 invalid memory access, #410772), for now by copying the GstBuffer copy
10502 code from the core over here so we can copy the GstBuffer fields on a
10503 provided buffer instance (of type GstNetBuffer in this case). Would be
10504 better to fix this with some support by the core though (and in the long
10505 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10507 * tests/check/Makefile.am:
10508 Enable unit test for GstNetBuffer.
10510 2007-02-22 Andy Wingo <wingo@pobox.com>
10512 * gst-libs/gst/audio/gstbaseaudiosink.c
10513 (gst_base_audio_sink_init): Disable pull-mode activation until we
10514 figure out how to make audio sinks go to PLAYING.
10516 2007-02-22 Stefan Kost <ensonic@users.sf.net>
10518 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10519 (double_hq), (audio_convert_get_func_index),
10520 (audio_convert_prepare_context), (audio_convert_convert):
10521 * gst/audioconvert/audioconvert.h:
10522 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10523 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10524 * gst/audioconvert/gstchannelmix.h:
10525 * tests/check/elements/audioconvert.c: (GST_START_TEST):
10526 Add float as an intermediate format, as well as float mixing. Enable
10527 test that was failing before. Fixes #339837
10529 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
10531 * tests/examples/seek/seek.c: (do_seek):
10532 Undo the previous commit: -1 as a stop time implies that the stop
10533 time is the end of file, clearing any previously configured segment.
10535 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
10537 * tests/examples/seek/seek.c: (do_seek):
10538 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10540 2007-02-21 Stefan Kost <ensonic@users.sf.net>
10542 * gst/volume/gstvolume.c: (volume_process_int16),
10543 (volume_process_int16_clamp), (volume_set_caps):
10544 Unbreak volume, value remains gint.
10546 2007-02-21 Stefan Kost <ensonic@users.sf.net>
10548 * gst/volume/gstvolume.c: (volume_choose_func),
10549 (volume_update_real_volume), (gst_volume_set_volume),
10550 (gst_volume_init), (volume_process_double), (volume_process_float),
10551 (volume_process_int16), (volume_process_int16_clamp),
10552 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10553 * gst/volume/gstvolume.h:
10554 Extend float audio support (double) and some int->uint cleanups.
10556 2007-02-20 Edward Hervey <edward@fluendo.com>
10558 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10559 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10560 (sort_end_pads), (gst_decode_group_expose),
10561 (gst_decode_group_hide):
10562 Don't free groups from the streaming threads. Just put them aside and
10563 free them in dispose.
10565 2007-02-20 Edward Hervey <edward@fluendo.com>
10567 * gst/playback/gstdecodebin2.c: (connect_element),
10568 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10569 (sort_end_pads), (gst_decode_group_expose):
10570 Handle dynamic pads within groups.
10571 Sort pads before exposing them in order to make playbin happy.
10572 There still is a race with the multiqueue filling up. This should be
10576 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10578 * gst-libs/gst/utils/base-utils.c:
10579 * gst-libs/gst/utils/descriptions.c:
10580 * gst-libs/gst/utils/install-plugins.c:
10581 * gst-libs/gst/utils/missing-plugins.c:
10582 Some more docs (and descriptions for two subtitle formats).
10584 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10586 * gst-libs/gst/audio/audio.c:
10589 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10591 Patch by: Yves Lefebvre <ivanohe abacom com>
10593 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10594 Don't leak caps. Fixes #408278.
10596 2007-02-15 Stefan Kost <ensonic@users.sf.net>
10598 * ext/cdparanoia/gstcdparanoiasrc.h:
10599 * ext/ogg/gstoggdemux.h:
10600 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10601 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10602 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10603 * gst-libs/gst/audio/audio.h:
10604 * gst-libs/gst/audio/gstaudiofilter.h:
10605 * gst-libs/gst/interfaces/videoorientation.h:
10606 * gst/adder/gstadder.h:
10607 More docs coverage and some ChangeLog surgery (add missing names)
10609 2007-02-15 Wim Taymans <wim@fluendo.com>
10611 * sys/ximage/ximagesink.c:
10612 (gst_ximagesink_calculate_pixel_aspect_ratio):
10613 * sys/xvimage/xvimagesink.c:
10614 (gst_xvimagesink_calculate_pixel_aspect_ratio):
10615 Small constifications.
10617 2007-02-15 Wim Taymans <wim@fluendo.com>
10619 * gst-libs/gst/audio/gstbaseaudiosink.c:
10620 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10621 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10622 (gst_base_audio_sink_async_play),
10623 (gst_base_audio_sink_change_state):
10624 Answer latency query.
10625 Use configured latency when syncing.
10628 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10629 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10630 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10631 Fix possible memleak.
10632 Implement latency query.
10635 2007-02-15 Wim Taymans <wim@fluendo.com>
10637 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10638 Ignore errors in reset, these are not fatal. They also grab the element
10639 lock which is already taking when this function is called. Fixes
10642 2007-02-13 Stefan Kost <ensonic@users.sf.net>
10645 Remove 'tests/examples/xerror/Makefile' from output files again.
10647 2007-02-13 Stefan Kost <ensonic@users.sf.net>
10650 * docs/plugins/Makefile.am:
10651 Also crossref against gst-plugins-base-libs.
10653 2007-02-12 Stefan Kost <ensonic@users.sf.net>
10656 * docs/libs/Makefile.am:
10657 * docs/plugins/Makefile.am:
10658 Add crossreferences to glib/gobject/gstream docs.
10660 * gst-libs/gst/audio/audio.h:
10663 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10664 Add own debug category.
10666 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
10668 Patch by: René Stadler <mail at renestadler de>
10670 * gst-libs/gst/tag/gstvorbistag.c:
10671 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10674 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
10676 * gst/playback/gstplaybasebin.c: (setup_source):
10677 When we have external subtitles and wait for the subtitle decodebin
10678 to get up and running, we set up a (sync) bus handler for the
10679 subtitle decodebin, so we can stop waiting when it posts an error
10680 message. However, we should do that before we set the subtitle
10681 decodebin's state to playing, otherwise things are racy and we might
10682 miss error messages posted before we had a chance to set up the bus.
10683 This should finally fix totem hanging on .txt pseudo-subtitle files.
10685 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
10687 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10688 Use gst_gdouble_to_guint64 for conversions.
10689 * win32/common/config.h.in:
10690 Add a define for GST_INSTALL_PLUGINS_HELPER
10691 * win32/common/libgstaudio.def:
10692 * win32/common/libgstcdda.def:
10693 * win32/common/libgstnetbuffer.def:
10694 * win32/common/libgstrtp.def:
10695 * win32/common/libgutils.def:
10696 Add new exported functions.
10697 * win32/vs6/gst_plugins_base.dsw:
10698 * win32/vs6/libgstdecodebin.dsp:
10699 * win32/vs6/libgstnetbuffer.dsp:
10700 * win32/vs6/libgstplaybin.dsp:
10701 * win32/vs6/libgstrtp.dsp:
10702 * win32/vs6/libgstvorbis.dsp:
10703 * win32/vs6/libgstcdda.dsp:
10704 * win32/vs6/libgstgdp.dsp:
10705 * win32/vs6/libgstutils.dsp:
10706 Update and add new project files.
10708 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
10710 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10711 (subrip_remove_unhandled_tags), (parse_subrip):
10712 For SubRip (.srt) subtitles, ignore all markup tags we don't
10713 handle (like font tags, for example).
10715 * tests/check/elements/subparse.c:
10718 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
10720 * gst/playback/gstdecodebin.c: (add_fakesink),
10721 (gst_decode_bin_change_state):
10722 * gst/playback/gstdecodebin2.c: (add_fakesink),
10723 (gst_decode_bin_change_state):
10724 Don't error out if there is no fakesink in the NULL to READY state
10725 change, since when decodebin is re-used, we're only adding the
10726 fakesink element in READY to PAUSED.
10728 * tests/check/elements/decodebin.c:
10729 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10731 Minimal unit test to make sure we can use the same decodebin
10732 instance twice (at least with audiotestsrc input).
10734 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
10736 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10737 Try to get devic-name from device string first, and from handle only
10738 as fallback (seems to yield better results and is more robust
10739 against buggy probing code on the application side).
10741 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
10743 Based on patch by: Julien Puydt <julien.puydt at laposte net>
10745 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10746 (gst_alsa_find_device_name):
10747 * ext/alsa/gstalsa.h:
10748 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10749 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10750 Improve device-name detection a bit, especially in the case where
10751 the device is not actually open (#405020, #405024). Move common code
10752 into gstalsa.c instead of duplicating it.
10754 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
10756 * gst/audioconvert/gstaudioconvert.c:
10757 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10759 2007-02-06 Julien MOUTTE <julien@moutte.net>
10761 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10762 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10763 (gst_xvimagesink_interface_supported),
10764 (gst_xvimagesink_probe_get_properties),
10765 (gst_xvimagesink_probe_probe_property),
10766 (gst_xvimagesink_probe_needs_probe),
10767 (gst_xvimagesink_probe_get_values),
10768 (gst_xvimagesink_property_probe_interface_init),
10769 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10770 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10771 (gst_xvimagesink_get_type):
10772 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10773 for XVAdaptors so that one can choose the adaptor to use with
10774 gstreamer-properties.
10776 2007-02-06 Stefan Kost <ensonic@users.sf.net>
10778 * gst/audioconvert/gstaudioconvert.c:
10779 Also mention that a conversion from double to float is suboptimal still.
10781 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
10783 * gst-libs/gst/audio/gstaudiofilter.c:
10784 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10785 Clear our formats structure and free the caps contained in it when
10788 2007-02-05 Andy Wingo <wingo@pobox.com>
10790 * gst-libs/gst/audio/gstbaseaudiosink.c
10791 (gst_base_audio_sink_callback): Update basesink->offset so that we
10792 pull monotonically increasing offsets instead of, um, seeking back
10793 to 0 each time. Fixes alsasrc ! alsasink!
10795 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
10797 * gst/videoscale/gstvideoscale.c:
10798 A width and height of 1 makes us crash, so increase minimum size to
10799 2x2 pixels until someone feels like fixing this (#404512).
10801 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
10803 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10804 Add small test to make sure request pads are cleaned up properly
10805 even if oggmux never changes state out of NULL.
10807 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
10809 * tests/check/libs/utils.c: (GST_START_TEST):
10810 Fix unit test. Turns out things work much better when you
10811 NULL-terminate string arrays. Should make p5 build bot happy again.
10813 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
10815 * gst-libs/gst/audio/Makefile.am:
10816 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10817 (gst_audio_filter_template_base_init),
10818 (gst_audio_filter_template_class_init),
10819 (gst_audio_filter_template_init),
10820 (gst_audio_filter_template_set_property),
10821 (gst_audio_filter_template_get_property),
10822 (gst_audio_filter_template_setup),
10823 (gst_audio_filter_template_filter),
10824 (gst_audio_filter_template_filter_inplace), (plugin_init):
10825 Oops, forgot to commit fixed-up example.
10827 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
10829 * docs/libs/gst-plugins-base-libs-sections.txt:
10830 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10831 (gst_audio_filter_class_init), (gst_audio_filter_init),
10832 (gst_audio_filter_set_caps),
10833 (gst_audio_filter_class_add_pad_templates):
10834 * gst-libs/gst/audio/gstaudiofilter.h:
10835 Port GstAudioFilter to 0.10. This change technically breaks
10836 API and ABI (and thus also every library developer's heart),
10837 but seems justifiable on the grounds that the base class was
10838 completely unusable before (ie. would crash immediately when
10839 actually used). Fixes #403963 (and eventually also #403572).
10840 Also document all of this a bit.
10842 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
10844 * gst-libs/gst/utils/install-plugins.c:
10845 (gst_install_plugins_spawn_child):
10846 * tests/check/libs/utils.c:
10847 (test_base_utils_install_plugins_do_callout):
10848 Lowering log level to see why things fail on the p5 build bot;
10849 fix some typos in unit test messages.
10851 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
10853 * tests/check/libs/utils.c:
10854 (test_base_utils_install_plugins_do_callout):
10855 Don't hard-code temp directory for test helper; use GLib functions
10856 to write out file and do error checking etc.
10858 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
10860 * gst-libs/gst/utils/Makefile.am:
10861 * gst-libs/gst/utils/base-utils.h:
10862 * gst-libs/gst/utils/install-plugins.c:
10863 (gst_install_plugins_context_set_xid),
10864 (gst_install_plugins_context_new),
10865 (gst_install_plugins_context_free),
10866 (gst_install_plugins_get_helper),
10867 (gst_install_plugins_spawn_child),
10868 (gst_install_plugins_return_from_status),
10869 (gst_install_plugins_installer_exited),
10870 (gst_install_plugins_async), (gst_install_plugins_sync),
10871 (gst_install_plugins_return_get_name),
10872 (gst_install_plugins_installation_in_progress):
10873 * gst-libs/gst/utils/install-plugins.h:
10874 API: add API for applications to initiate installation of missing
10875 plugins, ie. gst_install_plugins_async() primarily.
10876 Based on libgimme-codec by Ryan Lortie.
10879 Add --with-install-plugins-helper configure option so distros can specify
10880 the path of the helper script or program to call when plugin installation
10881 is requested (distros: please do any argument munging in this helper
10882 script instead of patching GStreamer to pass arguments differently
10883 to another program directly).
10885 * docs/libs/gst-plugins-base-libs-docs.sgml:
10886 * docs/libs/gst-plugins-base-libs-sections.txt:
10887 Build and document new API.
10889 * tests/check/libs/utils.c: (result_cb),
10890 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10891 (libgstbaseutils_suite):
10892 Some simple checks for the new API.
10894 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
10896 * tests/check/elements/audioconvert.c: (test_float_conversion):
10897 Add small test for 32bit float <=> 64bit float conversion (works
10898 only one way so far, 32=>64 produces structured noise).
10900 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
10902 * gst/audioconvert/gstaudioconvert.c:
10903 (set_structure_widths_32_and_64), (make_lossless_changes):
10904 We don't support floats with a width of 40, 48 or 56 bits.
10906 2007-02-02 Stefan Kost <ensonic@users.sf.net>
10908 * gst/audioconvert/audioconvert.c: (float), (double),
10909 (audio_convert_get_func_index):
10910 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10911 (make_lossless_changes):
10912 Support for 64-bit float audio in audioconvert (#339837)
10914 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
10916 Patch by: Holger Wansing <linux wansing-online de>
10920 Add German translation (#352069).
10922 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
10924 reviewed by: Wim Taymans <wim@fluendo.com>
10926 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10927 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10928 Use newly added GstCollectPads API to free the allocated resources in
10929 the GstOggPad structures (#402393).
10931 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
10933 * gst/playback/gstplaybin.c: (gen_vis_element):
10934 Add audioresample+audioconvert in front of the visualisation
10935 element, so that elements like libvisual 0.4 that don't support all
10936 samplerates can work.
10940 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
10942 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10943 (gst_play_base_bin_get_streaminfo_value_array):
10944 Take some locks and make a copy of the streaminfo value array we
10945 maintain while holding the lock, so that the application can
10946 retrieve the stream-info as a value array in a thread-safe way.
10948 2007-01-30 Wim Taymans <wim@fluendo.com>
10950 * gst/audioconvert/gstaudioconvert.c:
10951 Don't fail on 0 sized buffers. Fixes #396835.
10953 2007-01-29 David Schleef <ds@schleef.org>
10955 * gst/typefind/gsttypefindfunctions.c:
10956 Detect BBCD as video/x-dirac, so we can play raw dirac
10959 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
10961 * ext/theora/theoraenc.c: (theora_enc_chain):
10962 Check return value of theora_encode_header(), or we might try to
10963 allocate a random number of bytes. theora_encode_header() can fail
10964 if libtheora has been compiled with encoding support disabled.
10967 2007-01-29 Wim Taymans <wim@fluendo.com>
10969 * tests/check/gst/.cvsignore:
10970 Do as buildbot says.
10972 2007-01-29 Wim Taymans <wim@fluendo.com>
10974 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10975 Fix strides in libvisual. Gst uses X strides.
10976 Inspired by: <ed at catmur dot co dot uk> and
10977 <tim at centricular dot net>
10980 2007-01-27 Wim Taymans <wim@fluendo.com>
10982 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10983 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10984 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10985 (gst_ogg_demux_perform_seek),
10986 (gst_ogg_demux_bisect_forward_serialno),
10987 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10988 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10989 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10990 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10991 * ext/ogg/gstoggdemux.h:
10992 Properly propagate streaming errors when we are scanning the file for
10993 chains so that we don't crash when shut down. Might fix some crashers
10994 when quickly switching oggs in RB such as #332503 and #378436.
10996 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
10998 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10999 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
11000 error code as well.
11002 2007-01-25 Wim Taymans <wim@fluendo.com>
11004 * gst/playback/gstplaybasebin.c: (remove_source):
11005 Don't try to disconnect a signal from a finalized object.
11007 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
11009 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
11010 Cast lock macro parameters to make sure we're actually accessing the
11011 lock member at the right class level. Free list itself in _dispose()
11012 as well and NULL it in case dispose gets called multiple times.
11014 2007-01-25 Edward Hervey <edward@fluendo.com>
11016 * gst/playback/gstdecodebin2.c:
11017 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
11018 Free GstDecodeGroups no longer used.
11019 (gst_decode_group_expose):
11020 Don't unlock too many times !
11021 (deactivate_free_recursive):
11022 Free iterator once we're done with it.
11023 Fix for recursively deactivating elements (stop at ghostpads).
11025 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
11027 * gst/playback/gstplaybin.c: (handoff):
11028 Fix up caps on the frame buffer before we save it and potentially
11029 make it accessible to other threads via g_object_get; also use
11030 gst_buffer_replace() instead of gst_mini_object_replace().
11032 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
11034 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11035 Make getting the current frame thread-safe.
11037 2007-01-25 Edward Hervey <edward@fluendo.com>
11039 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
11040 (gst_decode_group_new), (gst_decode_group_free):
11041 Set queues to bigger sizes to cope with HD contents.
11042 Fix some mutex freeing and add comment about MT safe methods.
11044 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
11046 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
11047 (gst_text_overlay_text_event):
11048 Don't unnecessarily ref (and then leak) upstream events if the text
11049 pad is not linked. Fixes #399948.
11051 * tests/check/gst-plugins-base.supp:
11052 Add suppression for pango on edgy/x86 for textoverlay test.
11054 2007-01-24 Wim Taymans <wim@fluendo.com>
11056 * gst-libs/gst/rtp/gstrtpbuffer.h:
11057 Add some more fixed payloads.
11059 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
11061 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
11062 Error out properly if we get an error from libogg while reading the
11063 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
11065 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
11067 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
11070 * tests/check/elements/playbin.c:
11071 (test_sink_usage_video_only_stream),
11072 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
11073 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
11074 (test_missing_suburisource_handler),
11075 (test_missing_primary_decoder), (playbin_suite):
11076 Run all tests once with decodebin and once with decodebin2.
11077 One test does not pass yet with decodebin2.
11079 2007-01-23 Edward Hervey <edward@fluendo.com>
11081 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
11082 Fix the cases where oggmux doesn't properly figure out that all
11083 sinkpads have gone EOS, and therefore doesn't push out the remaining
11084 buffers and the final EOS event.
11087 2007-01-23 Julien MOUTTE <julien@moutte.net>
11089 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11090 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11091 Don't lock on navigation event push, just on keysym to string.
11092 Fixes #397673 again.
11094 2007-01-22 Edward Hervey <edward@fluendo.com>
11096 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
11097 (get_current_group), (group_demuxer_event_probe),
11098 (gst_decode_group_expose), (deactivate_free_recursive),
11099 (gst_decode_group_free):
11101 Don't forget to emit 'no-more-pads' once a group is exposed.
11102 Cleanup elements from a DecodeGroup once we remove it.
11103 Protect call to gst_decode_group_expose() with the decodebin lock.
11105 2007-01-22 Julien MOUTTE <julien@moutte.net>
11107 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11108 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11109 Looking at Xorg code i can't figure out if that XKeysymToString
11110 function is thread sensible or not. Lock it just in case as
11111 recommended by Radek Doulik <rodo at ximian dot com>.
11113 2007-01-22 Julien MOUTTE <julien@moutte.net>
11115 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11116 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11117 Lock that X Call as well. Fixes #397673.
11119 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
11121 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11122 Don't go into an endless loop if the file starts with 00 00 01 2X,
11123 like quicktime redirect files might. Fixes #396042.
11125 * tests/check/Makefile.am:
11126 * tests/check/gst/.cvsignore:
11127 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11128 (typefindfunctions_suite):
11129 Add unit test for the above.
11131 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
11133 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11134 On second thought, use "depth" field rather than "bpp" field.
11136 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
11138 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11139 Camtasia caps apparently need a bpp field (#398875).
11141 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11143 * gst/playback/gstplaybasebin.c: (setup_subtitle),
11144 (gen_source_element), (gst_play_base_bin_change_state):
11145 Attempt at a better error message in case we don't have the required
11146 URI handler installed; post missing-plugin message also when we're
11147 missing an URI handler for the subtitle URI; clean up properly also
11148 when an error occurs and we never made it to PAUSED state.
11150 * tests/check/elements/playbin.c: (GST_START_TEST),
11152 Check that we're also getting a missing-plugin messsage for a
11153 missing subtitle URI handler (and clean up properly).
11155 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11157 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11158 Plug a few reference leaks.
11160 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11162 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11163 Lower probability a bit if the marker isn't right at the start,
11164 to decrease the chance of false positives.
11166 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11168 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11169 Small mpeg2 system stream typefinding improvement: make typefinder
11170 probe a bit into the stream instead of just looking for a marker
11171 at the beginning. Fixes #397810.
11173 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
11175 * gst/audioconvert/gstchannelmix.c:
11176 Remove compatibility cruft for prehistoric GLib versions.
11178 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
11180 * gst/playback/Makefile.am:
11181 * gst/playback/gstdecodebin.c: (close_pad_link):
11182 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11183 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11184 (gst_play_base_bin_handle_message_func), (unknown_type):
11185 Let decodebin be the element to post missing-plugin messages for
11186 missing decoders (rather than playbin); make playbin implement
11187 GstBin::handle_message so we can suppress missing-plugin messages
11188 for types we're not handling on purpose (don't want to bring up an
11189 installer in those cases).
11191 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
11193 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11194 * gst-libs/gst/tag/gstvorbistag.c:
11195 (gst_tag_list_to_vorbiscomment_buffer):
11196 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11197 Fix potentially unaligned access (#397207).
11199 2007-01-16 Stefan Kost <ensonic@users.sf.net>
11201 * tests/examples/seek/seek.c: (set_scale), (update_scale),
11202 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11203 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11205 Allow to toggle looping while it plays. Fix callback prototype. Clean
11206 up code a bit more. Add copyright header.
11208 2007-01-16 Stefan Kost <ensonic@users.sf.net>
11210 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11211 Red and blue mask was swapped (spotted by Dan Williams).
11213 2007-01-15 Stefan Kost <ensonic@users.sf.net>
11215 * gst-libs/gst/tag/gstid3tag.c:
11216 * gst-libs/gst/tag/gstvorbistag.c:
11217 Use new beats-per-minute tag from core.
11219 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
11222 Add new files with translatable strings, so they actually make it
11223 into the template file one day.
11225 2007-01-12 Andy Wingo <wingo@pobox.com>
11227 * gst-libs/gst/audio/gstbaseaudiosink.c
11228 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11229 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11230 stuff, as the base class handles this now. Actually tell the ring
11232 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11233 How did this work before? Maybe I'm not as awesome a programmer as
11236 * gst-libs/gst/audio/gstbaseaudiosrc.c
11237 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11240 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
11242 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11243 Remove more fields so that the application can better blacklist
11244 formats that have been tried before.
11246 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
11248 * gst-libs/gst/audio/mixerutils.h:
11249 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11250 used when compiling with c++ compilers as well.
11252 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
11254 * gst/typefind/gsttypefindfunctions.c:
11257 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
11259 * gst/playback/gstplaybin.c: (post_missing_element_message),
11260 (gen_video_element), (gen_text_element), (gen_audio_element),
11262 Post missing-plugin messages also when we error out because
11263 converters, textoverlay or auto*sinks are missing (#161922).
11265 2007-01-10 Wim Taymans <wim@fluendo.com>
11267 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11268 (is_demuxer_element), (new_caps):
11269 * gst/playback/gstplaybasebin.c: (source_new_pad):
11270 Fix the case where we try to ref a NULL element when we delay a link
11271 because of unfixed caps.
11272 Set the state of autoplugged decodebins to PAUSED.
11273 RTSP now works in playbin, we can remove it from the blacklist.
11275 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11277 * gst/playback/Makefile.am:
11278 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11279 (unknown_type), (setup_subtitle), (gen_source_element):
11280 * gst/playback/gstplaybin.c: (plugin_init):
11281 Post missing-plugin messages on the bus for missing sources and
11282 missing decoders/demuxers/depayloaders; fix error code used when
11283 we're missing an URI handler source; for media types that we are not
11284 handling on purpose at the moment, don't print "don't know how to
11285 handle xyz" messages to the terminal or post missing-plugin
11286 messages on the bus.
11288 * tests/check/elements/playbin.c: (create_playbin),
11289 (GST_START_TEST), (gst_codec_src_uri_get_type),
11290 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11291 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11292 (gst_codec_src_init_type), (gst_codec_src_base_init),
11293 (gst_codec_src_create), (gst_codec_src_class_init),
11294 (gst_codec_src_init), (plugin_init), (playbin_suite):
11295 Add some tests for the missing-plugin stuff.
11297 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11300 * gst-libs/gst/Makefile.am:
11301 * gst-libs/gst/utils/Makefile.am:
11302 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11303 * gst-libs/gst/utils/base-utils.h:
11304 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11305 (find_format_info), (caps_are_rtp_caps),
11306 (gst_base_utils_get_source_description),
11307 (gst_base_utils_get_sink_description),
11308 (gst_base_utils_get_decoder_description),
11309 (gst_base_utils_get_encoder_description),
11310 (gst_base_utils_get_element_description),
11311 (gst_base_utils_add_codec_description_to_tag_list),
11312 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11313 * gst-libs/gst/utils/descriptions.h:
11314 * gst-libs/gst/utils/missing-plugins.c:
11315 (missing_structure_get_type), (copy_and_clean_caps),
11316 (gst_missing_uri_source_message_new),
11317 (gst_missing_uri_sink_message_new),
11318 (gst_missing_element_message_new),
11319 (gst_missing_decoder_message_new),
11320 (gst_missing_encoder_message_new),
11321 (missing_structure_get_string_detail),
11322 (missing_structure_get_caps_detail),
11323 (gst_missing_plugin_message_get_installer_detail),
11324 (gst_missing_plugin_message_get_description),
11325 (gst_is_missing_plugin_message):
11326 * gst-libs/gst/utils/missing-plugins.h:
11327 API: add new libgstbaseutils library with functions
11328 - to create and parse missing-plugins messages
11329 - that provide (translated) descriptions for caps/decoders/sources/etc.
11332 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11333 * pkgconfig/gstreamer-plugins-base.pc.in:
11336 * docs/libs/gst-plugins-base-libs-docs.sgml:
11337 * docs/libs/gst-plugins-base-libs-sections.txt:
11338 Generate docs for new lib and API.
11340 * tests/check/Makefile.am:
11341 * tests/check/libs/.cvsignore:
11342 * tests/check/libs/utils.c: (missing_msg_check_getters),
11343 (GST_START_TEST), (libgstbaseutils_suite):
11344 Add some basic unit tests.
11346 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11348 * ext/ogg/Makefile.am:
11349 Dist gstoggdemux.h to fix 'make distcheck'.
11351 * sys/v4l/Makefile.am:
11352 Fix 'make distcheck' even more.
11354 2007-01-09 Wim Taymans <wim@fluendo.com>
11356 * docs/plugins/Makefile.am:
11357 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11358 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11359 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11360 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11361 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11362 (gst_ogg_demux_perform_seek):
11363 * ext/ogg/gstoggdemux.h:
11365 Add some more comments.
11368 2007-01-09 Wim Taymans <wim@fluendo.com>
11370 * ext/theora/theoradec.c:
11371 * ext/vorbis/vorbisdec.c:
11372 * gst-libs/gst/audio/gstringbuffer.c:
11373 (gst_ring_buffer_commit_full):
11374 * gst-libs/gst/audio/gstringbuffer.h:
11375 * gst-libs/gst/rtp/gstrtpbuffer.c:
11376 * gst-libs/gst/tag/gstvorbistag.c:
11377 Small documentation updates/fixes
11379 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11382 Require core CVS HEAD for Andy's basesrc/sink API additions.
11384 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
11386 Patch by: Günter Thelen <daedalus dot inc at gmx net>
11388 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11390 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11391 on flac.sf.net (there appear to be other versions of the first
11392 ogg page in the wild) (#391365).
11394 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
11397 Check if localtime_r() is available.
11399 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11400 If localtime_r() is not available, fall back to localtime(). Should
11401 fix build on MingW (#393310).
11403 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
11405 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11406 * gst/subparse/gstsubparse.h:
11407 Remove spurious 1000 subtrahend when calculating the timestamp from
11408 the frame number and the frame rate . Also, use the frames/second
11409 value specified in the first line of the file, if one is specified
11410 there. Should fix #357503.
11412 * tests/check/elements/subparse.c: (do_test),
11413 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11415 Add some basic unit tests for the microdvd subtitle format.
11417 2007-01-07 Julien MOUTTE <julien@moutte.net>
11419 Patch by: Young-Ho Cha <ganadist at chollian dot net>
11421 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11422 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11423 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11424 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11425 (gst_xvimagesink_set_xwindow_id),
11426 (gst_xvimagesink_set_event_handling),
11427 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11428 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11430 Add an adaptor property to select a specific XV adaptor.
11431 * sys/xvimage/xvimagesink.h:
11433 2007-01-07 Julien MOUTTE <julien@moutte.net>
11435 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11436 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11437 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11438 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11439 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11440 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11441 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11442 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11443 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11444 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11445 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11446 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11447 Use flow_lock much more to protect every access to xwindow.
11448 Try to catch erros while creating images in case some drivers are
11449 just generating an XError when the requested image is too big.
11450 Should fix : #354698, #384008, #384060.
11451 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11452 Implement some stress testing of setting window xid.
11454 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
11456 * win32/common/libgsaudio.def:
11457 Add new exported function.
11458 * win32/common/libgstogg.dsp:
11459 Add gstoggaviparse.c to the build.
11460 * win32/common/libgstvideoscale.dsp:
11461 Add vs_4tap.c to the build.
11462 * win32/common/libgstvorbis.dsp:
11463 Add vorbistag.c to the build.
11465 2007-01-06 Andy Wingo <wingo@pobox.com>
11467 * gst-libs/gst/audio/gstbaseaudiosink.c
11468 (gst_base_audio_sink_class_init)
11469 (gst_base_audio_sink_init):
11470 (gst_base_audio_sink_activate_pull): Add an activate_pull function
11471 to baseaudiosink, and tell basesink that we can work in pull mode.
11472 This way the ring buffer thread drives the pipeline directly, if
11473 pull mode is possible. There is some lingering nastiness regarding
11475 (gst_base_audio_sink_callback): Implement the callback to pull
11476 data. This interface is a bit light, though -- it should get a
11477 GstFlowReturn return value at least.
11479 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11481 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11482 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11483 * gst/playback/gstdecodebin2.c:
11484 (gst_decode_group_check_if_blocked):
11485 Printf format and missing argument fixes.
11487 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
11489 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11490 (gst_ogm_parse_change_state):
11491 Activate pads before adding them to the element.
11493 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11495 * tests/examples/seek/scrubby.c: (main):
11496 * tests/examples/seek/seek.c: (main):
11497 Call g_thread_init() first thing in main() (see #391278).
11499 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11501 * tests/check/Makefile.am:
11502 * tests/check/libs/.cvsignore:
11503 * tests/check/libs/netbuffer.c: (GST_START_TEST),
11505 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11506 for the time being, since it's broken, see #393099.
11508 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11510 * tests/check/Makefile.am:
11511 Update to use GST_PLUGINS_BASE_CFLAGS as well.
11513 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
11516 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11517 so that GST_BASE_CFLAGS can go inbetween them, making sure
11518 we use uninstalled gst-libs headers
11519 * docs/libs/Makefile.am:
11520 * ext/alsa/Makefile.am:
11521 * ext/cdparanoia/Makefile.am:
11522 * ext/gnomevfs/Makefile.am:
11523 * ext/libvisual/Makefile.am:
11524 * ext/ogg/Makefile.am:
11525 * ext/theora/Makefile.am:
11526 * ext/vorbis/Makefile.am:
11527 * gst-libs/gst/audio/Makefile.am:
11528 * gst-libs/gst/cdda/Makefile.am:
11529 * gst-libs/gst/interfaces/Makefile.am:
11530 * gst-libs/gst/riff/Makefile.am:
11531 * gst-libs/gst/rtp/Makefile.am:
11532 * gst-libs/gst/tag/Makefile.am:
11533 * gst/adder/Makefile.am:
11534 * gst/audioconvert/Makefile.am:
11535 * gst/audiorate/Makefile.am:
11536 * gst/audioresample/Makefile.am:
11537 * gst/playback/Makefile.am:
11538 * gst/tcp/Makefile.am:
11539 * gst/videoscale/Makefile.am:
11540 * gst/volume/Makefile.am:
11541 * sys/ximage/Makefile.am:
11542 * sys/xvimage/Makefile.am:
11543 * tests/icles/Makefile.am:
11546 2007-01-04 Julien MOUTTE <julien@moutte.net>
11548 * gst-libs/gst/interfaces/xoverlay.c:
11549 (gst_x_overlay_handle_events):
11550 * gst-libs/gst/interfaces/xoverlay.h:
11551 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11552 (gst_ximagesink_set_xwindow_id),
11553 (gst_ximagesink_set_event_handling),
11554 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11555 (gst_ximagesink_get_property), (gst_ximagesink_init),
11556 (gst_ximagesink_class_init):
11557 * sys/ximage/ximagesink.h:
11558 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11559 (gst_xvimagesink_set_xwindow_id),
11560 (gst_xvimagesink_set_event_handling),
11561 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11562 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11563 (gst_xvimagesink_class_init):
11564 * sys/xvimage/xvimagesink.h:
11565 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11566 Add a method to the XOverlay interface to allow disabling of
11567 event handling in x[v]imagesink elements. This will let X events
11568 propagate to parent windows which can be usefull in some cases.
11569 Be carefull that the application is then responsible of pushing
11570 navigation events and expose events to the video sink.
11573 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
11575 * gst-libs/gst/tag/gstvorbistag.c:
11576 * tests/check/libs/tag.c: (GST_START_TEST):
11577 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11580 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
11583 * docs/Makefile.am:
11584 * docs/design/Makefile.am:
11587 2006-12-27 Julien MOUTTE <julien@moutte.net>
11589 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11590 typo. Fixes: #390063.
11592 2006-12-27 Julien MOUTTE <julien@moutte.net>
11594 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11595 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11597 * win32/common/config.h: Updated.
11599 2006-12-22 Stefan Kost <ensonic@users.sf.net>
11601 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11602 (setup_gdpdepay_streamheader):
11603 * tests/check/elements/gdppay.c: (cleanup_gdppay),
11604 (setup_gdppay_streamheader):
11605 Fix the dp tests, but activating the pads for the streamheader tests
11606 too and cleaning up conditionaly
11608 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
11610 * gst/ffmpegcolorspace/avcodec.h:
11611 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11612 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11613 (gst_ffmpegcsp_avpicture_fill):
11614 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11615 (img_get_alpha_info):
11616 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11617 other end of the word. Fixes: #387073.
11619 Add some inconsequential branch hints in a couple of places.
11621 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
11623 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11624 (gst_ffmpeg_caps_to_smpfmt):
11625 The "signed" field in raw audio caps is of boolean type, trying to
11626 extract the value with _get_int() will fail (fix to keep in sync with
11627 the copy in gst-ffmpeg)
11629 2006-12-21 Stefan Kost <ensonic@users.sf.net>
11631 * tests/check/elements/audioresample.c: (cleanup_audioresample):
11632 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11633 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11634 (cleanup_gdpdepay):
11635 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11636 * tests/check/elements/subparse.c: (teardown_subparse):
11637 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11638 * tests/check/elements/videorate.c: (cleanup_videorate):
11639 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11640 * tests/check/elements/volume.c: (cleanup_volume):
11641 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11642 (cleanup_vorbisdec):
11643 * tests/check/elements/vorbistag.c: (setup_vorbistag),
11644 (cleanup_vorbistag):
11645 consistent pad (de)activation
11647 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
11649 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11650 Forgot to register the extensions.
11652 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
11654 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11656 Add typefinder for VIVO files (my christmas present to the 90s).
11658 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
11660 * gst/playback/gstdecodebin.c: (type_found):
11661 Special-case the text/plain media type: we only want to recognise it
11662 as a 'raw' decoded media type if it comes from a demuxer or subtitle
11663 parser, but not if the entire stream is of text/plain type. If the
11664 entire stream is text/plain, we should just error out.
11666 This fixes playback of audio files with lyrics in totem. Totem can't
11667 distinguish between text files and subtitle files and passes any
11668 .txt file with the same basename as the main file to playbin as
11669 suburi, and playbin will then throw a 'subtitle found, but no video
11670 stream' error, which isn't entirely helpful. See #380342.
11672 Also, with this change we'll show a slightly more correct error
11673 message in case totem passes a playlist file to us (although a
11674 custom error message wording instead of the default text would
11675 probably not be a bad idea either).
11677 Same problem also needs to be fixed for playbin+decodebin2.
11679 * tests/check/Makefile.am:
11680 * tests/check/elements/decodebin.c: (src_handoff_cb),
11681 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11683 Add simple unit test for decodebin for the above.
11685 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
11687 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11688 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11689 Refuse to change state to READY when we failed to create any of the
11690 required elements in our instance init function.
11692 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
11694 * docs/libs/gst-plugins-base-libs-sections.txt:
11695 Small docs fixes/updates.
11697 * gst-libs/gst/video/gstvideosink.h:
11698 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11699 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11700 removed from the base sink API between 0.9.6 and 0.9.7).
11701 API: add GST_VIDEO_SINK_CAST and use it for the height/width
11702 accessor macros, so we don't do a runtime GObject type check every
11705 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
11708 * gst-plugins-base.doap:
11709 * gst-plugins-base.spec.in:
11712 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
11714 Patch by: Jens Granseuer <jensgr at gmx net>
11716 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11717 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11718 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11719 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11720 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11721 Declare variables at the beginning of a block. Fixes #383195.
11723 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
11726 Bump version nano - back to CVS.
11729 === release 0.10.11 ===
11731 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
11734 releasing 0.10.11, "Dumb things"
11736 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
11738 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11739 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11740 Handle the case where an element has multiple pads with
11741 unfixed caps as well as still possibly producing more dynamic
11742 pads by storing each case as a distinct entry in the dynamic list.
11743 Fixes #38223 again.
11745 2006-12-04 Wim Taymans <wim@fluendo.com>
11747 * gst/playback/gstdecodebin.c: (close_pad_link):
11748 Fix #382223, add more dynamic caps handling.
11750 2006-12-04 Wim Taymans <wim@fluendo.com>
11752 * gst-libs/gst/audio/gstringbuffer.h:
11753 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11754 (gst_netaddress_set_ip4_interface),
11755 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11756 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11757 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11758 (gst_netaddress_get_ttl):
11759 * gst-libs/gst/netbuffer/gstnetbuffer.h:
11760 * gst/playback/gstdecodebin.c: (close_pad_link):
11761 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11762 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11763 * win32/common/config.h:
11765 2006-12-01 Michael Smith <msmith@fluendo.com>
11767 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11768 Delete bad debug code.
11771 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
11773 * gst/videoscale/vs_4tap.c:
11775 * win32/common/config.h:
11776 * win32/vs8/libgstvideoscale.vcproj:
11777 Fix compilation on win32 under VS8
11778 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11779 Partially fixes #381175
11781 2006-11-30 Michael Smith <msmith@fluendo.com>
11783 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11785 It would be very bad if, after a discont buffer, we thought every
11786 single following buffer was also discont. So, add to the test to
11787 ensure that this isn't the case.
11789 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11790 ... it was the case. So fix it.
11792 2006-11-28 Wim Taymans <wim@fluendo.com>
11794 * gst/playback/gstplaybasebin.c: (check_queue_event):
11797 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11798 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11799 padtemplate caps. Refixes #357577.
11801 2006-11-28 Wim Taymans <wim@fluendo.com>
11803 * gst/playback/gstplaybasebin.c: (check_queue_event),
11804 (queue_threshold_reached), (queue_out_of_data),
11805 (gen_preroll_element):
11806 Add event probe to see when EOS is in a queue and we can disable the
11807 underrun signals. Fixes #357577.
11809 2006-11-28 Edward Hervey <edward@fluendo.com>
11811 * gst/playback/Makefile.am:
11812 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11813 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11814 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11815 (gst_decode_bin_init), (gst_decode_bin_dispose),
11816 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11817 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11818 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11819 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11820 (connect_element), (expose_pad), (type_found),
11821 (pad_added_group_cb), (pad_removed_group_cb),
11822 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11823 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11824 (are_raw_caps), (multi_queue_overrun_cb),
11825 (multi_queue_underrun_cb), (gst_decode_group_new),
11826 (get_current_group), (group_demuxer_event_probe),
11827 (gst_decode_group_control_demuxer_pad),
11828 (gst_decode_group_control_source_pad),
11829 (gst_decode_group_check_if_blocked),
11830 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11831 (gst_decode_group_hide), (gst_decode_group_free),
11832 (gst_decode_group_set_complete), (source_pad_blocked_cb),
11833 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11834 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11836 New decodebin2 element.
11838 * gst/playback/gstplay-marshal.list:
11839 Added marshallers for new signals in decodebin2
11840 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11841 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11844 2006-11-28 Wim Taymans <wim@fluendo.com>
11846 * gst/playback/gstplaybasebin.c: (setup_source),
11847 (gst_play_base_bin_change_state):
11848 Disable rtsp:// uris for the release, it's not good enough yet.
11851 2006-11-26 Wim Taymans <wim@fluendo.com>
11853 * ext/theora/theoradec.c: (gst_theora_dec_reset),
11854 (theora_dec_push_forward), (theora_dec_push_reverse),
11855 (theora_handle_data_packet), (theora_dec_decode_buffer),
11856 (theora_dec_flush_decode), (theora_dec_chain_reverse),
11857 (theora_dec_chain_forward), (theora_dec_chain):
11858 Implement reverse playback.
11860 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11861 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11862 (vorbis_dec_chain_forward):
11863 Clear buffers used for reverse playback in _reset.
11864 No need to set the eos flag, we clip samples using the segment.
11866 2006-11-24 Wim Taymans <wim@fluendo.com>
11868 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11869 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11870 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11871 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11873 Handle continued pages in reverse mode.
11875 2006-11-24 Wim Taymans <wim@fluendo.com>
11877 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11878 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11879 (vorbis_dec_flush_decode):
11881 Don't try to add invalid timestamps.
11882 Clipping will unref the buffer.
11884 2006-11-24 Stefan Kost <ensonic@users.sf.net>
11886 * gst/adder/gstadder.h:
11887 * gst/audiotestsrc/gstaudiotestsrc.h:
11888 remove obsolete _factory_init protos
11890 2006-11-24 Stefan Kost <ensonic@users.sf.net>
11892 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11893 Fix spacing in debug message.
11895 2006-11-23 Wim Taymans <wim@fluendo.com>
11897 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11898 (gst_ogg_demux_chain):
11899 Don't just ignore return values from _pad_push().
11900 Small debug improvements.
11902 2006-11-23 Michael Smith <msmith@fluendo.com>
11904 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11905 If our incoming buffer is marked as DISCONT, then increment the page
11906 number (so that the discontinuity is marked in the final ogg
11907 bitstream) and flush the previous page.
11909 2006-11-22 Michael Smith <msmith@fluendo.com>
11911 * ext/theora/gsttheoraenc.h:
11912 * ext/theora/theoraenc.c: (gst_theora_enc_init),
11913 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11914 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11915 (theora_enc_chain), (theora_enc_change_state):
11916 Mark discontinuities of > 3/4 of a frame, reinit encoder.
11918 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11919 (GST_START_TEST), (theoraenc_suite):
11920 Enable discontinuity test, fix it.
11922 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
11924 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11925 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11926 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11927 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11928 (gst_text_overlay_change_state):
11929 * ext/pango/gsttextoverlay.h:
11930 Some textoverlay fixes: for one, in the video chain function,
11931 actually wait for a text buffer to come in if there is none at the
11932 moment and there should be one; also, deal more gracefully with
11933 incoming buffers that do not have a timestamp or duration; discard
11934 text buffer when not needed any longer. Fixes #341681.
11936 * tests/check/Makefile.am:
11937 * tests/check/elements/.cvsignore:
11938 * tests/check/elements/textoverlay.c:
11939 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11940 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11941 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11942 (test_video_waits_for_text_send_text_newsegment_thread),
11943 (test_video_waits_for_text_shutdown_element),
11944 (test_render_continuity_push_video_buffers_thread),
11945 (textoverlay_suite):
11946 Add some unit tests for textoverlay.
11948 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
11950 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11951 Avoid integer underflow when the found probability for mp3 is
11952 smaller than the 'penalty' we subtract if there's not a clean
11953 mp3 header sync at offset 0.
11955 2006-11-21 Stefan Kost <ensonic@users.sf.net>
11957 * docs/libs/gst-plugins-base-libs-sections.txt:
11958 Add some new symbols to the docs
11960 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
11962 * tests/check/Makefile.am:
11963 * tests/check/elements/ffmpegcolorspace.c:
11964 (ffmpegcolorspace_suite):
11965 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11966 (for now not for valgrinding though, since it takes too long).
11968 2006-11-20 Wim Taymans <wim@fluendo.com>
11970 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11971 (gst_ffmpeg_pixfmt_to_caps):
11972 Fix RGBA32 caps. Fixes #357038.
11974 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
11976 * gst-libs/gst/interfaces/mixertrack.h:
11977 Add FIXME so we can add some padding here in 0.11
11979 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
11981 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11982 Fix GstBaseRTPAudioPayload structure so the whole GObject
11983 inheritance business actually works (parent class instance structure
11984 must always come first in the derived class instance structure).
11986 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
11988 * gst/videotestsrc/Makefile.am:
11989 * tests/check/Makefile.am:
11990 Make sure our checks and the videotestsrc plugin link against the
11991 local uninstalled gst libs and not any installed gst libs that
11992 might happen to exist as well.
11994 * tests/check/elements/adder.c: (message_received),
11995 (test_event_message_received), (test_play_twice_message_received):
11996 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11997 Fix compiler warnings when compiling against core with disabled
12000 2006-11-16 Michael Smith <msmith@fluendo.com>
12002 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12003 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
12004 Fix audiorate, so that it accurately sets offsets and timestamps.
12005 Doesn't change the fundamental algorithmic decisions; so should be
12008 * tests/check/Makefile.am:
12009 Enable audiorate test now that it passes.
12011 2006-11-09 Stefan Kost <ensonic@users.sf.net>
12013 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
12014 clear xv when going to NULL, remove // commented non-existant proto
12016 * tests/examples/seek/seek.c: (main):
12017 add missing tooltip description for scrub and play_scrub
12019 2006-11-14 David Schleef <ds@schleef.org>
12022 Bump liboil requirement to 0.3.8.
12023 * gst-libs/gst/riff/riff-media.c:
12025 * gst/videoscale/vs_image.h:
12026 * gst/videoscale/vs_scanline.h:
12027 Use liboil's stdint.h.
12028 * gst/videotestsrc/videotestsrc.c:
12029 Remove liboil related ifdef's, since they aren't needed now, and
12030 won't work with future versions.
12032 2006-11-14 David Schleef <ds@schleef.org>
12034 * gst/videoscale/Makefile.am:
12035 * gst/videoscale/gstvideoscale.c:
12036 * gst/videoscale/gstvideoscale.h:
12037 * gst/videoscale/vs_4tap.c:
12038 * gst/videoscale/vs_4tap.h:
12039 * gst/videoscale/vs_image.c:
12040 * gst/videoscale/vs_image.h:
12041 * gst/videoscale/vs_scanline.c:
12042 * gst/videoscale/vs_scanline.h:
12043 Add a 4-tap image scaler. Theoretically looks much prettier.
12044 The tap calculation could use some improvement.
12046 2006-11-14 Wim Taymans <wim@fluendo.com>
12048 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
12050 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
12051 (gst_riff_parse_strf_iavs):
12052 * gst/subparse/gstsubparse.c: (convert_encoding):
12053 * gst/tcp/gstmultifdsink.c:
12054 (gst_multi_fd_sink_handle_client_write):
12055 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12056 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
12057 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
12058 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
12059 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12060 (gst_ximagesink_ximage_new):
12061 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12062 Various gsize and gssize printf fixes. Fixes #372507.
12064 2006-11-13 Wim Taymans <wim@fluendo.com>
12066 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12067 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
12068 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12069 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
12070 (vorbis_dec_chain_forward), (vorbis_dec_chain):
12071 * ext/vorbis/vorbisdec.h:
12072 First stab at vorbis reverse playback.
12074 2006-11-13 Wim Taymans <wim@fluendo.com>
12076 * gst-libs/gst/audio/gstbaseaudiosink.c:
12077 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12078 * gst-libs/gst/audio/gstbaseaudiosink.h:
12079 Make the clock sync code more accurate wrt resampling and playback
12080 at different rates.
12082 * gst-libs/gst/audio/gstringbuffer.c:
12083 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
12084 * gst-libs/gst/audio/gstringbuffer.h:
12085 Use better algorithm to interpolate sample rates.
12087 2006-11-13 Michael Smith <msmith@fluendo.com>
12089 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
12090 Improve a debug line slightly.
12092 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
12093 Call gst_riff_init() in plugin_init, to avoid getting errors from
12094 the debug system (unrelated changes to another plugin made this turn
12097 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
12099 Patch by: Sergey Scobich <sergery.scobich at gmail com>
12101 * win32/common/libgsttag.def:
12102 Add missing symbol (#366492).
12104 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
12106 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
12107 Don't unref a NULL pad.
12109 2006-11-09 Wim Taymans <wim@fluendo.com>
12111 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12112 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
12113 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
12114 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
12115 (gst_ogg_demux_loop):
12116 Implement first stab at reverse playback.
12118 2006-11-07 Stefan Kost <ensonic@users.sf.net>
12120 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12121 (gst_riff_create_video_template_caps):
12122 add h263/h264 variants to the caps, Fixes #363118
12124 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
12126 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12127 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12128 Use g_strerror instead of strerror so we get UTF-8.
12130 2006-11-03 David Schleef <ds@schleef.org>
12132 * ext/ogg/gstoggdemux.c:
12133 * ext/ogg/gstoggmux.c:
12134 Add/remove KW-DIRAC header here, since it is ogg-specific.
12136 2006-11-03 Michael Smith <msmith@fluendo.com>
12138 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12139 Recognise more mpeg4 elementary video streams.
12141 2006-11-02 Edward Hervey <edward@fluendo.com>
12143 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12144 Lower the probability of mp3 typefinding functions if we don't find a
12145 valid mp3 header at the start of the file.
12148 2006-11-02 Wim Taymans <wim@fluendo.com>
12150 * ext/theora/gsttheoradec.h:
12151 * ext/theora/theoradec.c: (gst_theora_dec_init),
12152 (theora_dec_sink_event), (theora_dec_chain_forward),
12153 (theora_dec_flush_decode), (theora_dec_chain_reverse),
12154 (theora_dec_chain):
12155 Document and partially implement an algorithm for doing reverse playback
12158 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
12160 Patch by: Sergey Scobich <sergey.scobich at gmail com>
12162 * win32/common/config.h:
12163 * win32/common/interfaces-enumtypes.c:
12164 * win32/common/libgsttag.def:
12165 * win32/vs8/gst-plugins-base.sln:
12166 * win32/vs8/libgstaudioresample.vcproj:
12167 * win32/vs8/libgstinterfaces.vcproj:
12168 * win32/vs8/libgstogg.vcproj:
12169 * win32/vs8/libgstriff.vcproj:
12170 * win32/vs8/libgsttag.vcproj:
12171 * win32/vs8/libgsttheora.vcproj:
12172 * win32/vs8/libgstvideoscale.vcproj:
12173 * win32/vs8/libgstvorbis.vcproj:
12174 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12175 to libgsttag.def; add missing dependencies for some vs8 projects;
12176 re-arrange placement of .def files in vs8 projects (#366334).
12178 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
12180 * ext/ogg/gstogg.c:
12181 Remove unused variable.
12183 * ext/ogg/gstoggdemux.c:
12184 Fix Wim's surname in plugin description.
12186 2006-10-31 Wim Taymans <wim@fluendo.com>
12188 * gst-plugins-base.spec.in:
12189 spec new .h file. Fixes #368310.
12191 2006-10-31 Michael Smith <msmith@fluendo.com>
12193 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12194 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12195 (gst_multi_fd_sink_get_stats),
12196 (gst_multi_fd_sink_remove_client_link),
12197 (gst_multi_fd_sink_queue_buffer),
12198 (gst_multi_fd_sink_handle_clients):
12199 * gst/tcp/gstmultifdsink.h:
12200 Make using the remove or clear signals threadsafe.
12201 Make calling get-stats with an invalid fd not segfault.
12204 2006-10-31 Wim Taymans <wim@fluendo.com>
12206 * gst-libs/gst/rtp/Makefile.am:
12207 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12208 (gst_base_rtp_audio_payload_init):
12209 Fix and activate base audio payloader.
12211 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
12213 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12215 Add typefinder for QuickTime Image Files (see #366156).
12217 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
12219 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12220 Another typo fix (#366212).
12222 2006-10-27 Wim Taymans <wim@fluendo.com>
12224 * gst/volume/gstvolume.c: (volume_transform_ip):
12225 Use stream time to synchronize volume property instead of rather random
12226 timestamps. This is needed when gnonlin does its time shifting.
12228 2006-10-27 Wim Taymans <wim@fluendo.com>
12230 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12232 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12233 Remove the pad from the element in release_pad. Fixes #364812.
12235 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
12237 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12238 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12239 Explicitly create our custom buffer classes at a thread-safe
12240 location as well, since g_type_class_ref() doesn't seem to be
12241 entirely thread-safe either (#365501; also see #349410).
12243 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
12245 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12246 (gst_riff_parse_info):
12247 If strings in INFO chunk are not UTF-8, do something similar to
12248 what we do for ID3v1 tags: check a number of environment variables
12249 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12250 character sets to try, otherwise try the current locale and/or fall
12251 back on ISO-8859-1. Fixes #360552.
12253 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
12255 * gst/videotestsrc/gstvideotestsrc.c:
12256 (gst_video_test_src_pattern_get_type),
12257 (gst_video_test_src_set_pattern):
12258 * gst/videotestsrc/gstvideotestsrc.h:
12259 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12260 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12261 (gst_video_test_src_checkers8):
12262 * gst/videotestsrc/videotestsrc.h:
12263 Add a bunch of exciting new checkers patterns.
12265 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
12267 * gst/subparse/Makefile.am:
12268 * gst/subparse/gstsubparse.c:
12269 (gst_sub_parse_data_format_autodetect),
12270 (gst_sub_parse_format_autodetect), (handle_buffer),
12271 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12272 * gst/subparse/gstsubparse.h:
12273 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12275 * gst/subparse/tmplayerparse.h:
12276 Add support for TMPlayer-type subtitles (#362845).
12278 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12279 (GST_START_TEST), (subparse_suite):
12280 Add some basic unit tests for the above.
12282 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
12284 * tests/check/elements/audiorate.c: (test_injector_base_init),
12285 (test_injector_class_init), (test_injector_chain),
12286 (test_injector_init), (probe_cb), (do_perfect_stream_test),
12287 (GST_START_TEST), (audiorate_suite):
12288 More tests for audiorate: inject buffers to check behaviour when
12291 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
12293 * tests/check/Makefile.am:
12294 * tests/check/elements/.cvsignore:
12295 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12296 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12297 Add some basic unit tests for audiorate. Disabled at the moment
12298 since it doesn't pass yet (see bug #363119).
12300 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
12302 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12303 (parse_subrip), (handle_buffer):
12304 Add missing closing tags for markup and fix broken markup,
12305 otherwise pango won't render anything (fixes #357531). Also,
12306 make sure the text we send out is always NUL-terminated
12307 (better safe than sorry etc.).
12309 * tests/check/elements/subparse.c: (test_srt_do_test),
12311 Some more tests for .srt incl. tests for the above stuff.
12313 2006-10-20 Julien MOUTTE <julien@moutte.net>
12315 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12316 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12317 Patch by: Stefan Kost <ensonic@users.sf.net>
12318 Try to redraw borders only when needed. Apparently this consumes
12319 resources on small devices... :-O (#363607)
12321 2006-10-20 Michael Smith <msmith@fluendo.com>
12323 * gst/tcp/gstmultifdsink.c:
12324 (gst_multi_fd_sink_client_queue_buffer):
12325 If caps change, then update the client's idea of the caps so that we
12326 don't end up re-sending streamheaders for every single buffer after
12329 2006-10-20 Michael Smith <msmith@fluendo.com>
12331 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12332 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12333 Set caps on pushed buffers; fix up refcounting of caps objects.
12335 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
12337 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12339 Typefind mmsh header data packet to application/x-mmsh (#362625).
12341 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
12343 * tests/check/Makefile.am:
12344 * tests/check/elements/.cvsignore:
12345 * tests/check/elements/subparse.c: (buffer_from_static_string),
12346 (setup_subparse), (teardown_subparse), (test_srt_do_test),
12347 (GST_START_TEST), (subparse_suite):
12348 Add very simple unit test for subparse.
12350 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
12352 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12354 Strip trailing newlines from subtitle text output.
12356 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12358 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12359 (gst_sub_parse_change_state):
12360 Fix memleak; clear subparse->textbuf n state change function.
12362 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12364 * gst/subparse/gstsubparse.c:
12365 (gst_sub_parse_data_format_autodetect):
12366 Don't require subrip (.srt) files to start with a chunk number of 1.
12368 2006-10-18 Wim Taymans <wim@fluendo.com>
12370 * gst-libs/gst/audio/gstbaseaudiosink.c:
12371 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12372 * gst-libs/gst/audio/gstbaseaudiosink.h:
12373 Extract rate from the NEWSEGMENT event.
12374 Use commit_full to also take rate adjustment into account when writing
12375 samples to the ringbuffer.
12377 * gst-libs/gst/audio/gstringbuffer.c:
12378 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12379 (gst_ring_buffer_read):
12380 * gst-libs/gst/audio/gstringbuffer.h:
12381 Added _commit_full() to also take rate into account.
12382 Use simple interpolation algorithm to resample audio.
12383 API: gst_ring_buffer_commit_full()
12385 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12386 * tests/examples/seek/seek.c: (segment_done):
12387 Don't try to seek with 0.0 rate, just pause instead.
12388 Remove bogus debug line.
12390 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12392 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12394 Catch async errors when starting up the subtitle bin, so we can
12395 stop waiting and continue with the main film instead of hanging
12396 forever. Fixes #339366.
12398 * tests/check/elements/playbin.c: (playbin_suite):
12399 Enable unit test for the above.
12401 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12403 * tests/check/Makefile.am:
12404 * tests/check/elements/.cvsignore:
12405 * tests/check/elements/playbin.c: (GST_START_TEST),
12406 (gst_red_video_src_uri_get_type),
12407 (gst_red_video_src_uri_get_protocols),
12408 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12409 (gst_red_video_src_uri_handler_init),
12410 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12411 (gst_red_video_src_create), (gst_red_video_src_class_init),
12412 (gst_red_video_src_init), (plugin_init), (playbin_suite):
12413 Some small and basic unit tests for playbin; not very useful yet,
12414 but at least a start.
12416 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12418 * gst/playback/gstplaybin.c: (setup_sinks):
12419 The old pad activation spiel.
12421 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12423 * gst/playback/gstplaybasebin.c: (setup_source):
12424 Don't hang forever if the subbin already fails to start up in
12425 the state change to PAUSED (#339366).
12427 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
12429 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12430 (gst_tuner_set_channel), (gst_tuner_get_channel),
12431 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12432 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12433 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12434 (gst_tuner_find_channel_by_name):
12435 Fix some function guards, add some more function guards.
12437 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
12439 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12440 (remove_element_chain):
12441 Don't return a pad from get_our_ghost_pad unless it is actually the
12443 Change a cast in remove_element_chain slightly.
12445 2006-10-13 Julien MOUTTE <julien@moutte.net>
12447 * tests/examples/seek/seek.c: (do_seek), (start_seek),
12448 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12449 Segment seeking needs to use the rate and set stop to -1.
12451 2006-10-13 Wim Taymans <wim@fluendo.com>
12453 * gst-libs/gst/audio/gstbaseaudiosink.c:
12454 (gst_base_audio_sink_setcaps):
12455 Don't crash when ringbuffer is not yet created.
12456 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12459 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12460 * gst/playback/gststreamselector.c:
12461 (gst_stream_selector_request_new_pad):
12462 Activate pads befre adding them to running elements.
12464 2006-10-13 Julien MOUTTE <julien@moutte.net>
12466 * tests/examples/seek/seek.c: (do_seek), (start_seek),
12467 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12468 updater when we start grabing the slider. Don't wait for the
12469 pipeline to be PAUSED.
12471 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
12473 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12474 (gst_mixer_set_volume), (gst_mixer_get_volume),
12475 (gst_mixer_set_mute), (gst_mixer_set_option),
12476 (gst_mixer_get_option), (gst_mixer_mute_toggled),
12477 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12478 (gst_mixer_option_changed):
12479 Guard mixer interface functions against bogus arguments.
12481 2006-10-12 Julien MOUTTE <julien@moutte.net>
12483 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12484 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12485 (msg_state_changed), (main): Use state-changed messages to trigger
12486 start/stop of scale update timer. Indeed the scale slider was
12487 jumping here and there because the update timer was activated
12488 before seek completed. This fixes instant applying of rate changes
12489 by pressing the spinbutton like a crazy man !
12491 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
12493 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
12495 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12496 (gst_basertppayload_finalize):
12497 Fix two small memory leaks (#361456).
12499 2006-10-10 Julien MOUTTE <julien@moutte.net>
12501 * tests/examples/seek/seek.c: (do_seek),
12502 (rate_spinbutton_changed_cb): When changing spinbutton we try
12503 to change the rate on the fly.
12505 2006-10-10 Wim Taymans <wim@fluendo.com>
12507 * gst-libs/gst/riff/riff-ids.h:
12508 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12509 (gst_riff_create_audio_template_caps):
12512 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12514 Patch by: Josep Torra Valles <josep@fluendo.com>
12516 * ext/gnomevfs/gstgnomevfssink.c:
12517 * ext/gnomevfs/gstgnomevfssrc.c:
12518 Fix URI interface implementation return type.
12519 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12520 Fix what looks like a copy/paste issue when assigning values.
12521 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12522 (gst_audio_filter_template_get_type):
12523 Cast to prevent Forte warnings.
12524 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12525 Fix URI interface implementation return type.
12526 gst_pad_query_position requires a signed integer pointer as
12527 3rd parameter, GstClockTime is unsigned.
12528 * gst/audioconvert/audioconvert.c:
12529 Fix integer overflow when treated as signed.
12530 * gst/audioresample/resample.c: (resample_add_input_data):
12531 Cast to prevent warnings on Forte.
12532 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12533 Fix integer overflow when treated as signed.
12534 * gst/ffmpegcolorspace/imgconvert_template.h:
12535 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12536 * gst/playback/gstdecodebin.c: (queue_filled_cb),
12537 (cleanup_decodebin):
12538 Who initialises a guint to -1!
12539 Cast function pointers to prevent warnings on Forte.
12540 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12541 (queue_threshold_reached):
12542 Cast function pointers correctly to prevent warnings on Forte.
12543 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12544 Cast function pointers correctly to prevent warnings on Forte.
12545 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12546 Obvious change to unsigned, 0xEF > max signed char.
12547 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12548 GstClockTime is unsigned, initialise correctly.
12549 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12550 Cast so pointer arithemetic doesn't cause warnings on Forte.
12551 * gst/videorate/gstvideorate.c:
12552 Use correct return value.
12553 * tests/examples/seek/scrubby.c:
12554 GstClockTime is unsigned, initialise correctly.
12556 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
12558 Patch by: Ferenc Gerlits <fgerlits at gmail com>
12560 * gst/typefind/gsttypefindfunctions.c:
12561 Recognise XML files and XML-like files shorter than 256 bytes as
12562 well (fixes #359237).
12564 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
12566 Patch by: Renato Filho <renato.filho@indt.org.br>
12568 * gst/typefind/gsttypefindfunctions.c:
12569 Added typefind functions to video/x-nuv media.
12571 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
12573 * gst-libs/gst/interfaces/xoverlay.c:
12574 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12575 Some more guards against invalid input.
12577 2006-10-07 Julien MOUTTE <julien@moutte.net>
12579 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
12581 * tests/examples/seek/seek.c: (do_seek),
12582 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12583 seek example to experiment with rates != 1.0 (reverse playback !)
12585 2006-10-06 Stefan Kost <ensonic@users.sf.net>
12587 * gst-libs/gst/interfaces/xoverlay.c:
12588 Unref message in doc-example (spotted by Robert McQueen)
12590 2006-10-06 Wim Taymans <wim@fluendo.com>
12592 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12593 (mpeg1_parse_header), (mpeg1_sys_type_find):
12596 2006-10-06 Wim Taymans <wim@fluendo.com>
12598 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12600 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12601 Activate dynamic pads before adding them to the element.
12603 2006-10-06 Michael Smith <msmith@fluendo.com>
12605 * gst-libs/gst/floatcast/floatcast.h:
12606 Fix obviously-bogus macros; use the correct types.
12608 2006-10-06 Wim Taymans <wim@fluendo.com>
12610 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12611 (gst_base_rtp_depayload_change_state):
12612 Also call parent state change function to activate pads.
12614 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12615 (mpeg1_parse_header), (mpeg1_sys_type_find):
12616 Add some more debug info in mpeg typefinding.
12618 2006-10-06 Michael Smith <msmith@fluendo.com>
12620 * ext/theora/theoradec.c: (theora_dec_chain):
12621 Zero byte theora packets are valid and well-defined; don't warn on
12624 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
12626 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12627 (gst_multi_fd_sink_get_stats), (find_limits),
12628 (gst_multi_fd_sink_queue_buffer):
12629 API: add dropped_buffers to the get-stats GValueArray
12631 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
12633 * ext/alsa/gstalsadeviceprobe.c:
12634 (gst_alsa_device_property_probe_get_values):
12635 * ext/alsa/gstalsasink.c: (set_hwparams):
12636 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12637 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12638 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12639 (gst_ogg_mux_process_best_pad):
12640 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12641 (gst_ogg_parse_chain):
12642 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12643 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12644 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12645 (gst_vorbis_enc_buffer_check_discontinuous):
12646 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12647 * gst-libs/gst/audio/gstbaseaudiosink.c:
12648 (gst_base_audio_sink_render):
12649 * gst-libs/gst/cdda/gstcddabasesrc.c:
12650 (gst_cdda_base_src_handle_track_seek):
12651 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12652 (gst_base_rtp_depayload_push_full):
12653 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12654 * gst/audioresample/resample.c: (resample_input_pushthrough):
12655 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12656 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12657 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12658 (wavpack_type_find):
12659 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12660 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12661 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12662 * tests/check/elements/volume.c: (GST_START_TEST):
12663 Printf format fixes.
12665 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
12667 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12668 Fix a simple mistake (see the docs)
12671 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12673 * docs/plugins/Makefile.am:
12674 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12675 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12676 * docs/plugins/gst-plugins-base-plugins.args:
12677 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12678 * docs/plugins/inspect/plugin-adder.xml:
12679 * docs/plugins/inspect/plugin-alsa.xml:
12680 * docs/plugins/inspect/plugin-audioconvert.xml:
12681 * docs/plugins/inspect/plugin-audiorate.xml:
12682 * docs/plugins/inspect/plugin-audioresample.xml:
12683 * docs/plugins/inspect/plugin-audiotestsrc.xml:
12684 * docs/plugins/inspect/plugin-cdparanoia.xml:
12685 * docs/plugins/inspect/plugin-decodebin.xml:
12686 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12687 * docs/plugins/inspect/plugin-gdp.xml:
12688 * docs/plugins/inspect/plugin-gnomevfs.xml:
12689 * docs/plugins/inspect/plugin-libvisual.xml:
12690 * docs/plugins/inspect/plugin-ogg.xml:
12691 * docs/plugins/inspect/plugin-pango.xml:
12692 * docs/plugins/inspect/plugin-playbin.xml:
12693 * docs/plugins/inspect/plugin-subparse.xml:
12694 * docs/plugins/inspect/plugin-tcp.xml:
12695 * docs/plugins/inspect/plugin-theora.xml:
12696 * docs/plugins/inspect/plugin-typefindfunctions.xml:
12697 * docs/plugins/inspect/plugin-video4linux.xml:
12698 * docs/plugins/inspect/plugin-videorate.xml:
12699 * docs/plugins/inspect/plugin-videoscale.xml:
12700 * docs/plugins/inspect/plugin-videotestsrc.xml:
12701 * docs/plugins/inspect/plugin-volume.xml:
12702 * docs/plugins/inspect/plugin-vorbis.xml:
12703 * docs/plugins/inspect/plugin-ximagesink.xml:
12704 * docs/plugins/inspect/plugin-xvimagesink.xml:
12705 Add vorbistag element to docs; update version numbers to 0.10.10.1.
12707 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12709 Patch by: James "Doc" Livingston <doclivingston at gmail com>
12711 * ext/vorbis/Makefile.am:
12712 * ext/vorbis/vorbis.c: (plugin_init):
12713 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12714 (vorbis_parse_parse_packet), (vorbis_parse_chain):
12715 * ext/vorbis/vorbisparse.h:
12716 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12717 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12718 (gst_vorbis_tag_parse_packet):
12719 * ext/vorbis/vorbistag.h:
12720 Add new vorbistag element which derives from vorbisparse
12721 and is essentially the same as well, only that it implements
12722 the GstTagSetter interface and can modify the stream's
12723 vorbiscomment on the fly (#335635).
12725 * tests/check/Makefile.am:
12726 * tests/check/elements/.cvsignore:
12727 * tests/check/elements/vorbistag.c: (setup_vorbistag),
12728 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12729 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12730 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12731 Add unit test for new vorbistag element.
12733 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12735 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12736 (vorbis_parse_push_headers), (vorbis_parse_chain):
12737 Set BOS flag in packet structure to fix 'jump depends
12738 on unitialized value' errors in valgrind; various minor
12741 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
12743 * gst/playback/gstdecodebin.c: (close_pad_link):
12744 Fix typo in a debug statement.
12746 * gst/playback/gstplaybasebin.c: (probe_triggered),
12747 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12748 (gen_source_element), (source_new_pad), (analyse_source),
12750 When handling no_more_pads in new_decoded_pad, make sure to treat
12751 subtitle pads correctly. Fixes playback with subtitle files.
12753 Move a recurring message to LOG level.
12755 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12756 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12757 which ends up as -1 when cast to an int. Make the logic handle the
12758 max value as an unsigned mask and only change the colorkey when it's
12759 a value we recognise.
12761 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
12763 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12764 Removed empty * between paragraphs
12766 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
12768 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12769 * gst-libs/gst/rtp/README:
12770 Moved some documentation into .c file
12772 2006-09-29 Wim Taymans <wim@fluendo.com>
12774 * gst/playback/gstdecodebin.c: (no_more_pads):
12777 2006-09-29 Wim Taymans <wim@fluendo.com>
12779 * gst/playback/gstdecodebin.c: (new_caps):
12782 * gst/playback/gstplaybin.c:
12785 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
12787 * tests/check/Makefile.am:
12788 Re-enable cddabasesrc test to see if it works again
12791 2006-09-29 Wim Taymans <wim@fluendo.com>
12793 * gst/playback/gstplaybasebin.c: (setup_subtitle),
12794 (gen_source_element):
12795 Handle invalid URIs a bit more gracefully.
12797 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
12799 * tests/check/pipelines/oggmux.c:
12800 Remove obsolete comment.
12802 2006-09-29 Michael Smith <msmith@fluendo.com>
12804 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12805 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12806 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12807 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12808 (gst_ogg_mux_collected):
12809 Commit patch from James "Doc" Livingston, adds proper EOS handling
12810 in oggmux. GStreamer can, for the first time ever, create a valid
12813 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12815 Reenable tests now that they pass.
12817 2006-09-29 Wim Taymans <wim@fluendo.com>
12819 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12820 Stop reading commands when EOF (we read 0) as well.
12822 2006-09-28 Wim Taymans <wim@fluendo.com>
12824 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12825 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12826 (find_dynamic), (unlinked), (close_link):
12827 Implement delayed caps linking needed for element with a lot of
12828 different caps on the src pads that get fixed at runtime.
12829 Improve management of dynamic elements.
12831 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12832 (group_destroy), (group_commit), (check_queue), (queue_overrun),
12833 (gen_preroll_element), (remove_groups), (unknown_type),
12834 (add_element_stream), (no_more_pads_full), (no_more_pads),
12835 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12836 (new_decoded_pad), (setup_subtitle), (array_has_value),
12837 (gen_source_element), (source_new_pad), (has_all_raw_caps),
12838 (analyse_source), (remove_decoders), (make_decoder),
12839 (remove_source), (setup_source), (finish_source), (prepare_output),
12840 (gst_play_base_bin_change_state):
12841 * gst/playback/gstplaybasebin.h:
12842 Use more _CAST instead of full type checking casts.
12843 Small cleanups, plug some leaks.
12844 Handle dynamic sources.
12845 Add some helper functions to create lists of strings used for
12846 blacklisting and other stuff.
12847 Refactor some code dealing with analysing the source.
12848 Re-enable sources without pads (like cd:// or other selfcontained
12851 2006-09-28 Wim Taymans <wim@fluendo.com>
12853 * gst-libs/gst/audio/gstbaseaudiosink.c:
12854 (gst_base_audio_sink_render):
12855 When we have a timestamp, we can still perform clipping.
12856 When we have no clock, we must play the sample ASAP.
12858 2006-09-28 Wim Taymans <wim@fluendo.com>
12860 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12861 Set caps on outgoing buffers.
12863 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12864 (gst_video_rate_event), (gst_video_rate_chain):
12865 * gst/videorate/gstvideorate.h:
12866 Fix videorate some more. Fixes #357977
12868 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
12870 * tests/check/elements/adder.c: (adder_suite):
12871 Don't set timeout to 6 seconds when we're running
12872 in valgrind ... (and how is 6 seconds longer than
12873 the default anyway?)
12875 2006-09-28 Wim Taymans <wim@fluendo.com>
12877 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12878 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12879 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12880 Keep sink and src segment to keep track of time and support more
12882 Fix bogus next_offset and run_time calculation, don't understand how
12883 this could have worked before. Fixes #357976.
12884 Remove some unneeded vars.
12886 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
12888 * gst/playback/gstplaybin.c: (remove_sinks):
12889 Only remove visualisation from visbin if there is a visbin (or:
12890 don't throw warnings when closing totem without playing a file).
12892 2006-09-27 Wim Taymans <wim@fluendo.com>
12894 * gst-libs/gst/audio/gstbaseaudiosink.c:
12895 (gst_base_audio_sink_render):
12896 Add some more info in a WARNING.
12898 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12899 (gst_base_audio_src_create):
12900 Handle PAUSE in create function, use new -core addition to
12901 wait for playing. Fixes pausing and resuming capture from an
12904 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12905 (gst_ring_buffer_read):
12906 Constify some more.
12907 Caller supports interrupted reads now.
12909 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
12911 * tests/check/Makefile.am:
12912 Another attempt to make the gen64 buildbot happy.
12914 2006-09-27 Stefan Kost <ensonic@users.sf.net>
12916 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12918 * ext/libvisual/visual.c: (gst_visual_clear_actors),
12919 (gst_visual_chain), (gst_visual_change_state):
12920 Libvisual plugin was not passing audio data to libvisual 0.4.0
12921 correctly. Fixes #357800
12923 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
12925 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12926 Add timeout to _get_state() so we see which pipeline it is
12927 that causes trouble on the gen64 build bot.
12929 2006-09-27 Wim Taymans <wim@fluendo.com>
12931 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12932 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12933 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12934 (gst_base_rtp_depayload_set_gst_timestamp):
12935 the source pad always uses fixed caps.
12937 2006-09-27 Wim Taymans <wim@fluendo.com>
12939 * docs/libs/gst-plugins-base-libs-docs.sgml:
12940 * docs/libs/gst-plugins-base-libs-sections.txt:
12941 * gst-libs/gst/audio/gstaudioclock.c:
12942 * gst-libs/gst/audio/gstaudioclock.h:
12943 * gst-libs/gst/audio/gstaudiosink.c:
12944 * gst-libs/gst/audio/gstaudiosink.h:
12945 * gst-libs/gst/audio/gstaudiosrc.c:
12946 * gst-libs/gst/audio/gstbaseaudiosink.c:
12947 (gst_base_audio_sink_render):
12948 * gst-libs/gst/audio/gstbaseaudiosink.h:
12949 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12950 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12951 * gst-libs/gst/audio/gstringbuffer.h:
12952 Added docs for the audio libs.
12954 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
12956 * tests/check/Makefile.am:
12957 Temporarily disable test that fails on the bots for unknown reasons.
12959 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
12961 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12962 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12963 Moved AudioCodecType into priv
12964 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12966 2006-09-25 Wim Taymans <wim@fluendo.com>
12968 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12969 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12970 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12972 Cleanups and small leak fixes.
12973 Added Depayloaders to valid list of autopluggable elements.
12975 2006-09-25 Wim Taymans <wim@fluendo.com>
12977 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12978 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12979 (gen_video_element), (gen_text_element), (gen_audio_element),
12980 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12981 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12982 Detect NO_PREROLL state change returns and disable clock distribution to
12983 the sinks so that sync is disabled.
12984 Avoid some type checking and do simple casts instead.
12985 Small cleanups, fix some FIXMEs.
12986 Be more robust when linking user specified elements, catch an report
12987 errors. Fixes #357404.
12988 Fix some leaks in the error paths.
12990 2006-09-25 Stefan Kost <ensonic@users.sf.net>
12993 ChangeLog surgery for missing bug-number
12995 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
12997 Patch by: Peter Kjellerstedt <pkj at axis com>
12999 * gst/playback/test.c:
13000 Fix compilation with uClibc and -Werror (#357591).
13002 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
13004 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13005 Parse dates that are followed by a time as well (#357532).
13007 * tests/check/libs/tag.c: (test_vorbis_tags):
13008 Add unit test for this.
13010 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13012 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13013 (gst_audio_convert_transform_caps):
13014 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
13015 * gst/videotestsrc/videotestsrc.h:
13016 A few array const-ifications.
13018 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13020 * tests/check/Makefile.am:
13021 See if this makes the build bots happy.
13023 * tests/check/libs/cddabasesrc.c:
13026 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13028 Patch by: Young-Ho Cha <ganadist at chollian dot net>
13030 * gst/subparse/samiparse.c: (handle_start_font),
13031 (fix_invalid_entities):
13032 More case-insensitivity for certain tags; recognise entities with
13033 decimal codes as special entities as well (#357330).
13035 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13037 * gst-libs/gst/Makefile.am:
13038 Need to build tag directory before cdda.
13040 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13042 * docs/libs/gst-plugins-base-libs-sections.txt:
13043 * gst-libs/gst/cdda/Makefile.am:
13044 * gst-libs/gst/cdda/gstcddabasesrc.c:
13045 (gst_cdda_base_src_base_init):
13046 * gst-libs/gst/cdda/gstcddabasesrc.h:
13047 * gst-libs/gst/tag/tag.h:
13048 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
13049 (gst_tag_register_musicbrainz_tags):
13050 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
13051 depend on libgsttag. This is required so we can extract/read tags like
13052 DISCID without depending on libgstcddabasesrc (which used to register
13055 * gst-libs/gst/tag/gstvorbistag.c:
13056 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
13057 tags (also see #347848).
13059 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
13060 Log vorbis comments we are actually writing. Const-ify array.
13062 2006-09-23 Wim Taymans <wim@fluendo.com>
13064 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13065 Improve buffering a bit by avoiding a deadlock because we cannot assume
13066 the underrun is always called.
13068 2006-09-23 Wim Taymans <wim@fluendo.com>
13070 Patch by: Young-Ho Cha <ganadist at chollian dot net>
13072 * gst-libs/gst/riff/riff-ids.h:
13073 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13074 (gst_riff_create_audio_template_caps):
13075 Added MPEG-4 AAC and id and caps. Fixes #357289
13076 Added WMA9 Lossless id.
13078 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
13080 * ext/gnomevfs/gstgnomevfssrc.c:
13081 Fix misleading docs addition.
13083 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13084 Get rid of compiler warning the right way.
13086 2006-09-22 Wim Taymans <wim@fluendo.com>
13088 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13089 (gst_base_rtp_depayload_finalize),
13090 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
13091 (gst_base_rtp_depayload_push_full),
13092 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
13093 (gst_base_rtp_depayload_process),
13094 (gst_base_rtp_depayload_set_gst_timestamp),
13095 (gst_base_rtp_depayload_queue_release):
13096 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13099 Refactored the process method and added methods to push from the process
13101 Use _scale functions.
13102 API: gst_base_rtp_depayload_push_ts
13103 API: gst_base_rtp_depayload_push
13105 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
13106 timestamps are uint.
13108 2006-09-22 Stefan Kost <ensonic@users.sf.net>
13110 * gst-libs/gst/interfaces/xoverlay.c:
13111 Remove unused statement from doc example.
13113 2006-09-21 Stefan Kost <ensonic@users.sf.net>
13115 * gst-libs/gst/interfaces/videoorientation.c:
13116 (gst_video_orientation_iface_init),
13117 (gst_video_orientation_get_hflip),
13118 (gst_video_orientation_get_vflip),
13119 (gst_video_orientation_get_hcenter),
13120 (gst_video_orientation_get_vcenter),
13121 (gst_video_orientation_set_hflip),
13122 (gst_video_orientation_set_vflip),
13123 (gst_video_orientation_set_hcenter),
13124 (gst_video_orientation_set_vcenter):
13125 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13128 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
13130 * tests/check/Makefile.am:
13131 * tests/check/elements/.cvsignore:
13132 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13133 (create_rgb_conversions), (rgb_conversion_free),
13134 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13135 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13136 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13137 but disable for now since it doesn't pass (something wrong with
13140 2006-09-21 Wim Taymans <wim@fluendo.com>
13142 * gst/playback/gstplaybasebin.c: (group_commit),
13143 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13144 (queue_out_of_data), (gen_preroll_element),
13145 (preroll_remove_overrun), (probe_triggered):
13146 Refactor handling of overrun detection.
13147 Separate handling of group completion and deadlock detection when doing
13148 network buffering. This should fix some deadlocks that were not detected
13149 because the group was completed.
13150 Add more comments, improve debugging.
13152 2006-09-21 Wim Taymans <wim@fluendo.com>
13154 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13155 * tests/check/libs/audio.c:
13156 Some more compilation fixes.
13158 2006-09-21 Wim Taymans <wim@fluendo.com>
13160 * gst-libs/gst/audio/gstringbuffer.c:
13161 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13162 (gst_ring_buffer_read):
13163 Early morning compilation fix.
13165 2006-09-20 Wim Taymans <wim@fluendo.com>
13167 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13168 * tests/check/elements/multifdsink.c: (GST_START_TEST):
13169 * tests/check/elements/videorate.c: (GST_START_TEST):
13170 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13171 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13174 2006-09-20 Stefan Kost <ensonic@users.sf.net>
13176 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13177 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13178 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13179 Handcrafted merge to help CVS understanding what I changed and what
13182 2006-09-20 Stefan Kost <ensonic@users.sf.net>
13184 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13185 (gst_xvimagesink_get_times):
13186 change colorkey behaviour back according to #354773 comment 6/7
13188 2006-09-19 Michael Smith <msmith@fluendo.com>
13190 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13191 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13192 (gst_multi_fd_sink_recover_client),
13193 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13194 (gst_multi_fd_sink_get_property):
13195 * gst/tcp/gstmultifdsink.h:
13196 Implement stubbed out properties unit-type, units-soft-max,
13197 units-max, to allow specifying maximum sizes in units other than
13201 2006-09-19 Wim Taymans <wim@fluendo.com>
13203 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13204 (gst_riff_create_audio_template_caps):
13205 Reorder the audio formats a bit for clarity.
13206 Detect and create caps for MSGSM and MSN (WAV49).
13209 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13210 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13211 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13212 Small cleanups, move error handling out of normal flow for clarity.
13214 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13216 * docs/libs/gst-plugins-base-libs-docs.sgml:
13217 * docs/libs/gst-plugins-base-libs.types:
13218 * gst-libs/gst/interfaces/Makefile.am:
13219 * gst-libs/gst/interfaces/videoorientation.c:
13220 (gst_video_orientation_get_type),
13221 (gst_video_orientation_iface_init),
13222 (gst_video_orientation_get_hflip),
13223 (gst_video_orientation_get_vflip),
13224 (gst_video_orientation_get_hcenter),
13225 (gst_video_orientation_get_vcenter),
13226 (gst_video_orientation_set_hflip),
13227 (gst_video_orientation_set_vflip),
13228 (gst_video_orientation_set_hcenter),
13229 (gst_video_orientation_set_vcenter):
13230 * gst-libs/gst/interfaces/videoorientation.h:
13231 API: Add new interface to control video orientation (fixes #354908)
13233 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13235 * gst/videotestsrc/gstvideotestsrc.c:
13236 Use G_UNLIKELY in _create and log one more detail.
13238 (gst_video_test_src_get_times), (gst_video_test_src_create):
13239 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13240 Use gst_util_uint64_scale_int in _get_times().
13242 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13244 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13245 Give better warning message (add object and detail).
13247 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13249 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13250 (gst_xvimagesink_get_times):
13251 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13252 #354773), use gst_util_uint64_scale_int in _get_times()
13254 2006-09-18 Michael Smith <msmith@fluendo.com>
13256 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13257 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13258 always true, leading to dropping all timestamps.
13260 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13262 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13263 (gst_visual_chain), (gst_visual_change_state):
13264 update to work also with libvisual 0.4 API, fix double unref (#355914)
13266 * tools/gst-launch-ext.1.in:
13267 * tools/gst-visualise.1.in:
13268 remove references to old man-pages
13270 * tests/examples/seek/seek.c: (main):
13271 add real meadi-buttons, add tool-tips for the seek-options, arrange
13272 seek options in a table
13274 2006-09-18 Michael Smith <msmith@fluendo.com>
13276 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13277 (gst_ogg_mux_push_buffer):
13278 Don't generate out-of-order timestamps from oggmux, instead clamp
13279 output timestamps to be >= the previously output ts.
13282 2006-09-18 Michael Smith <msmith@fluendo.com>
13284 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13285 (gst_multi_fd_sink_class_init):
13286 Updates, fixes, and typo corrections for multifdsink. No functional
13289 2006-09-17 Michael Smith <msmith@fluendo.com>
13291 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13292 Don't crash on truncated files - check that we got an 8 byte buffer
13293 before trying to memcmp it.
13295 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
13297 * gst/playback/gstplaybasebin.c: (get_active_source):
13298 Make stream-switching appear instant to the application
13299 (ie. make sure that a g_object_get on 'current-foo' returns
13300 the stream previously set with g_object_set(). Totem needs
13301 this to update stream-related meta-info (like audio-codec)
13302 correctly when switching streams.
13304 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
13306 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13307 (gst_alsa_mixer_ensure_track_list):
13308 Try harder to guess which mixer track is the master mixer
13309 track (instead of just taking the first one that has a pvolume).
13312 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13314 reviewed by: <delete if not using a buddy>
13316 * gst-libs/gst/audio/audio.h:
13317 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13319 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13321 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13322 (gst_audio_convert_transform_caps):
13323 Get structure-name just once.
13325 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13327 * tests/check/elements/audioresample.c: (GST_START_TEST):
13328 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13329 * tests/check/elements/volume.c: (GST_START_TEST):
13330 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13331 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13332 (test_pipeline), (GST_START_TEST):
13333 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13334 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13335 Fix big batch of compiler warnings.
13337 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13339 * ext/gnomevfs/gstgnomevfssrc.c:
13340 Add docs about icydemux usage in connection with gnomevfssrc
13342 * ext/libvisual/visual.c:
13343 * ext/ogg/gstoggaviparse.c:
13344 * ext/ogg/gstoggdemux.c:
13345 * ext/ogg/gstoggmux.c:
13346 * ext/ogg/gstoggparse.c:
13347 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13348 * gst-libs/gst/audio/gstaudiosink.c:
13349 * gst-libs/gst/audio/gstaudiosrc.c:
13350 * gst/audiorate/gstaudiorate.c:
13351 More G_OBJECT macro fixing.
13353 * gst/audiotestsrc/gstaudiotestsrc.h:
13354 Fix wrong info in header due to copy & paste
13356 2006-09-15 Wim Taymans <wim@fluendo.com>
13358 * gst-libs/gst/audio/gstbaseaudiosink.c:
13359 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13360 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13361 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13362 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13363 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13364 Do the delay calculation in the source/sink base classes as this is
13365 specific for the capture/playback mode.
13366 Try to fixate a bit better, like round depth up to a multiple of 8
13368 Handle underruns correctly by marking DISCONT on buffers and adjusting
13369 timestamps to handle the gap.
13370 Set offset/offset_end correctly on buffers.
13372 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13373 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13374 (gst_ring_buffer_read):
13375 Remove resync and underrun recovery from the ringbuffer.
13376 Fix ringbuffer read code on under/overrun.
13378 2006-09-15 Wim Taymans <wim@fluendo.com>
13380 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13381 (gst_play_base_bin_init), (fill_buffer), (check_queue),
13382 (queue_threshold_reached), (gst_play_base_bin_set_property),
13383 (gst_play_base_bin_get_property):
13384 * gst/playback/gstplaybasebin.h:
13385 Don't use a 0 low watermark when buffering, it is catching starvation
13386 way too late. Instead, use a 3 second queue with 30 and 95
13387 percent low/high watermarks.
13388 Added queue-min-threshold property to configure low watermark.
13389 Use new _buffering message API.
13390 Make queue_threshold variable big enough to store a uint64 time value.
13391 API: playbin::queue-min-threshold property.
13393 2006-09-15 Wim Taymans <wim@fluendo.com>
13396 We require 0.10.10.1 now because of _wait_preroll().
13398 * gst-libs/gst/audio/gstbaseaudiosink.c:
13399 (gst_base_audio_sink_render):
13400 Use gst_base_sink_wait_preroll().
13402 2006-09-15 Wim Taymans <wim@fluendo.com>
13404 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13405 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13406 Use DEBUG_OBJECT more.
13408 === release 0.10.10 ===
13410 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
13412 patch by: Michael Smith <msmith at fluendo dot com>
13414 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13415 (gst_multi_fd_sink_client_queue_buffer),
13416 (gst_multi_fd_sink_new_client):
13417 * tests/check/elements/multifdsink.c: (GST_START_TEST),
13418 (multifdsink_suite):
13419 Fix implementation of sync-method 'next-keyframe'
13422 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
13424 patch by: Wim Taymans <wim at fluendo dot com>
13426 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13427 This patch removes the RANDOM flag that was incorrectly introduced with
13428 revision 1.91. Fixes #354590
13430 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
13432 * tests/check/Makefile.am:
13433 Random variation in Makefile line to see if it makes the
13434 gen64-base-full bot any happier.
13436 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
13438 * tests/check/pipelines/oggmux.c: (oggmux_suite):
13439 Disable test that fails at the moment (killed after timeout).
13441 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
13443 Patch by: James Livingston <doclivingston at gmail.com>
13445 * tests/check/Makefile.am:
13446 * tests/check/pipelines/.cvsignore:
13447 * tests/check/pipelines/oggmux.c: (get_page_codec),
13448 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13449 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13450 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13451 (test_theora_vorbis), (oggmux_suite):
13452 Add simple unit test for oggmux from #337026 with checking for the
13453 EOS flags disabled for the time being.
13455 2006-09-04 Wim Taymans <wim@fluendo.com>
13457 patch by: Alessandro Dessina <alessandro nnva org>
13459 * ext/ogg/gstoggmux.c:
13460 Add cmml caps to oggmux. Fixes #353912
13462 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
13464 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13465 Returning a return value often helps. In this case, we
13466 don't need the return value anyway, so just get rid of it.
13467 Should make build bots much happier.
13469 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
13471 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13472 (paint_get_structure), (gst_video_test_src_get_size),
13473 (gst_video_test_src_smpte), (gst_video_test_src_snow),
13474 (gst_video_test_src_unicolor), (paint_setup_AYUV),
13475 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13476 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13477 * gst/videotestsrc/videotestsrc.h:
13478 Add support for AYUV and the various RGBA formats. Initialise
13479 fields of paintinfo structs allocated on the stack.
13481 * tests/check/elements/videotestsrc.c: (right_shift_colour),
13482 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13483 (check_rgb_buf), (videotestsrc_suite):
13484 Add unit tests for videotestsrc's RGB output.
13486 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
13488 * gst/videotestsrc/gstvideotestsrc.c:
13489 (gst_video_test_src_pattern_get_type),
13490 (gst_video_test_src_set_pattern):
13491 * gst/videotestsrc/gstvideotestsrc.h:
13492 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13493 (gst_video_test_src_black), (gst_video_test_src_white),
13494 (gst_video_test_src_red), (gst_video_test_src_green),
13495 (gst_video_test_src_blue):
13496 * gst/videotestsrc/videotestsrc.h:
13497 Add more uni-colour patterns ("white", "red", "green", and "blue").
13499 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
13501 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13502 Fix stride for YVYU, should be word-aligned (#353658).
13504 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
13506 * gst/adder/gstadder.c: (gst_adder_src_event):
13509 2006-08-31 Edward Hervey <edward@fluendo.com>
13511 * gst/adder/gstadder.c: (forward_event_func),
13512 (gst_adder_src_event), (gst_adder_collected),
13513 (gst_adder_change_state):
13514 * gst/adder/gstadder.h:
13515 Remember the start position asked in the incoming seeks, so we can
13516 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13517 of assuming it will always be 0).
13519 2006-08-31 Edward Hervey <edward@fluendo.com>
13521 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13522 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13523 (gst_ogg_demux_loop):
13524 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13526 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
13528 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13529 (gst_ffmpegcsp_get_unit_size):
13530 Return FALSE instead of returning a random false unit
13531 size when the format isn't known/supported (even if
13532 this shouldn't happen under normal circumstances).
13534 2006-08-29 Wim Taymans <wim@fluendo.com>
13536 Patch by: Tim-Philipp Müller <tim at centricular dot net>
13538 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13539 (gst_gnome_vfs_src_start):
13540 Try harder to get the size from a uri by using _info_uri() when
13541 _info_from_handle() does not give us enough info.
13542 Also follow symlinks when getting the size.
13543 Partially Fixes #332864.
13545 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
13547 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
13549 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13550 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13551 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13552 (gst_alsa_mixer_set_record):
13553 * ext/alsa/gstalsamixertrack.c:
13554 (gst_alsa_mixer_track_update_alsa_capabilities),
13555 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13556 (gst_alsa_mixer_track_update):
13557 * ext/alsa/gstalsamixertrack.h:
13558 Improve and fix mixer track handling, in particular better handling
13559 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13560 separate track objects for tracks that have both capture and playback
13561 volume (and label them differently as well so they're not mistakenly
13562 assumed to be duplicates); classify mixer tracks that only affect
13563 the audible volume of something (rather than the capture volume)
13564 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13565 for capture tracks to correspond to alsa-pswitch alsa-cswitch
13566 (following the meaning documented in the mixer interface header
13567 file); add support for alsa's exclusive cswitch groups; update/sync
13568 state/flags better if mixer settings are changed by another
13569 application. Fixes #336075.
13571 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
13573 * gst/playback/gstplaybin.c:
13574 Improve docs: add section about BUFFERING messages sent by playbin.
13576 2006-08-29 Michael Smith <msmith@fluendo.com>
13578 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13579 (gst_vorbis_enc_buffer_check_discontinuous),
13580 (gst_vorbis_enc_chain):
13581 Ignore explicit DISCONT marked on buffers (which is often spurious,
13582 particularly when using multiple segments), in favour of solely
13583 using the timestamps/durations.
13585 2006-08-29 Edward Hervey <edward@fluendo.com>
13587 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13588 Don't rely on incoming buffers offset anymore, since it is completely
13589 broken when using multiple segments.
13590 Instead convert the incoming buffers timestamp to running time, and
13591 then convert that value to the offsets.
13592 Also inform GstSegment of the last outputted stop position, which is
13593 needed if we received several segments with an unknown stop value.
13595 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
13597 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13598 fix buffer unreffing on a header push failure
13600 2006-08-28 Wim Taymans <wim@fluendo.com>
13602 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13603 (gst_audio_rate_chain):
13604 Make the metadata of the buffer writable before changing its
13607 2006-08-28 Wim Taymans <wim@fluendo.com>
13609 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13610 (gst_audio_rate_setcaps), (gst_audio_rate_init),
13611 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13612 (gst_audio_rate_chain), (gst_audio_rate_change_state):
13613 Fix audiorate some more.
13614 Reset and resync counters on flush and READY.
13615 Handle the DISCONT flag correctly.
13616 Use GstSegment to track position.
13617 Fail when not negotiated.
13620 2006-08-25 Michael Smith <msmith@fluendo.com>
13622 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13624 Remove accidently included debug line.
13626 2006-08-25 Wim Taymans <wim@fluendo.com>
13628 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13630 If a buffer is received with no caps, make the buffer metadata
13631 writable and set the caps, making sure that we don't screw up the
13634 2006-08-25 Michael Smith <msmith@fluendo.com>
13636 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13637 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13638 Fix memory leaks and misleading debug messages, add a couple of
13641 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13642 (gst_multi_fd_sink_render):
13643 Do not use gst_buffer_make_writable() in a basesink render method,
13644 as it may incorrectly unref the buffer. Instead, use convoluted
13645 dance to avoid copying the buffer except when we need to.
13647 2006-08-25 Michael Smith <msmith@fluendo.com>
13649 * ext/vorbis/vorbisenc.c:
13650 (gst_vorbis_enc_buffer_check_discontinuous):
13651 Allow very small discontinuities in the timestamps. These we can't
13652 do anything useful with anyway (because vorbis's timestamps have
13653 only sample granularity), and are commonly produced by elements with
13654 minor bugs. Allow up to 1/2 a sample out.
13657 2006-08-24 Wim Taymans <wim@fluendo.com>
13659 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13660 (play_scrub_toggle_cb), (main):
13661 Add a checkbox to enable play scrubbing. Makes it possible to disable
13664 2006-08-23 Stefan Kost <ensonic@users.sf.net>
13666 * tests/check/elements/.cvsignore:
13667 make buildbot happy
13669 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13671 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13672 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13673 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13674 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13675 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13676 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13677 (gst_ogm_text_parse_strip_trailing_zeroes),
13678 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13679 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13680 Refactor ogm parse, do better input checking, misc. clean-ups.
13681 Cache incoming events and push them once the source pad has
13682 been created. Don't pass unterminated strings to sscanf().
13683 Strip trailing zeroes from subtitle text output, since they
13684 are not valid UTF-8. Don't push vorbiscomment packets on
13685 the subtitle text pad. Output perfect streams if possible.
13687 2006-08-23 Wim Taymans <wim@fluendo.com>
13689 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13690 Waits for tasks to settle down so that we clean up correctly for
13693 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13695 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13696 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13697 actually return return value in taglists_are_equal.
13699 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13701 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13702 Fix crash due to broken bitstream parsing on x86-64: can't make
13703 any assumptions about sizeof(struct) due to alignment/packing
13704 differences on different architectures. Fixes #351790.
13706 2006-08-22 Wim Taymans <wim@fluendo.com>
13708 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13709 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13710 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13711 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13712 (gst_riff_parse_info):
13713 Protect public functions against bad input.
13717 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13719 * gst-libs/gst/riff/riff-ids.h:
13720 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13721 Add voxware audio IDs (even if we can't play it) (#351795).
13723 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13725 * gst-libs/gst/riff/riff-media.c:
13726 (gst_riff_create_video_template_caps),
13727 (gst_riff_create_audio_template_caps),
13728 (gst_riff_create_iavs_template_caps):
13729 Const-ify some arrays and use G_N_ELEMENTS instead
13730 of wasting oodles of RAM on terminator bits.
13732 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13734 * gst-libs/gst/tag/gstvorbistag.c:
13735 (gst_tag_list_to_vorbiscomment_buffer):
13736 * tests/check/libs/tag.c: (GST_START_TEST):
13737 And the same for _to_vorbiscomment_buffer(): allow
13738 id_data_len == 0 for speex.
13740 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13743 * docs/plugins/Makefile.am:
13744 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13745 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13746 * docs/plugins/inspect/plugin-gdp.xml:
13747 * gst/gdp/Makefile.am:
13748 * tests/check/Makefile.am:
13749 Move GDP plugin to -base from -bad. Closes #347783.
13751 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
13753 * gst-libs/gst/tag/gstvorbistag.c:
13754 (gst_tag_list_from_vorbiscomment_buffer):
13755 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13756 Also add some checks to make sure we don't memcmp() beyond the end of
13757 vorbiscomment buffer if the ID to check for is larger than the buffer.
13759 * tests/check/libs/tag.c: (GST_START_TEST):
13760 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13762 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
13764 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13765 (gst_vorbis_enc_set_metadata):
13766 Use vorbis comment utility functions from libgsttag
13767 instead of re-inventing the wheel (partially fixes #347091).
13769 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
13771 * tests/check/elements/audioconvert.c: (GST_START_TEST):
13772 Fix leaks. Wait for state transitions that might happen ASYNC, as well
13773 as some that won't.
13775 2006-08-21 Wim Taymans <wim@fluendo.com>
13777 * docs/libs/Makefile.am:
13778 * docs/libs/gst-plugins-base-libs-sections.txt:
13779 * docs/libs/gst-plugins-base-libs.types:
13780 Don't try to GObject scan the netbuffer as it's not a GObject.
13783 * gst-libs/gst/netbuffer/gstnetbuffer.c:
13784 * gst-libs/gst/netbuffer/gstnetbuffer.h:
13785 Document GstNetBuffer.
13787 2006-08-21 Stefan Kost <ensonic@users.sf.net>
13789 * tests/check/elements/audioconvert.c: (GST_START_TEST),
13790 (audioconvert_suite):
13791 Add testcase for caps-size-explosion
13793 2006-08-20 Stefan Kost <ensonic@users.sf.net>
13795 * gst/audioconvert/gstaudioconvert.c:
13796 (gst_audio_convert_get_unit_size), (set_structure_widths):
13797 Lower debug, use g_assert in _get_unit_size
13799 * gst/audioresample/gstaudioresample.c:
13800 (audioresample_get_unit_size):
13801 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13802 (gst_ffmpegcsp_get_unit_size):
13803 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13804 use g_assert in _get_unit_size
13806 2006-08-18 Wim Taymans <wim@fluendo.com>
13808 * docs/libs/gst-plugins-base-libs-sections.txt:
13809 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13810 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13811 (gst_rtp_buffer_get_payload_buffer):
13812 * gst-libs/gst/rtp/gstrtpbuffer.h:
13813 Document GstRTPBuffer.
13814 Added function to efficiently strip payload headers.
13815 API: gst_rtp_buffer_get_payload_subbuffer()
13817 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
13819 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13820 (gst_tag_to_vorbis_comments):
13821 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13822 tags and deserialise them properly as well (#347091).
13823 Add some more gtk-doc blurbs and also some g_return_if_fail().
13825 * tests/check/libs/tag.c: (GST_START_TEST),
13826 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13829 2006-08-17 Wim Taymans <wim@fluendo.com>
13831 * ext/ogg/Makefile.am:
13832 * ext/ogg/gstogg.c: (plugin_init):
13833 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13834 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13835 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13836 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13837 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13838 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13839 Added ogg-in-avi parser element. Fixes #140139.
13841 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13842 Fixed a bug in oggdemux debug code.
13844 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13845 (gst_riff_create_audio_template_caps):
13846 Recognise Ogg in the AVI extensible wave format.
13848 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
13850 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13851 Make buffer durations add up (duration should be next_ts-ts for
13852 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13855 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13856 (test_buffer_timestamps), (cddabasesrc_suite):
13857 Add unit test for the above.
13859 * tests/check/Makefile.am:
13860 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13861 to see what happens.
13863 2006-08-16 Wim Taymans <wim@fluendo.com>
13865 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13866 (gst_alsasink_open):
13867 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13868 (gst_alsasrc_open):
13869 Avoid setting and using a NULL device name.
13870 Print more info when we fail to open a device.
13872 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
13874 * docs/libs/gst-plugins-base-libs-sections.txt:
13875 * gst-libs/gst/tag/tag.h:
13876 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13877 API: add gst_tag_parse_extended_comment() (#351426).
13879 * tests/check/Makefile.am:
13880 * tests/check/libs/.cvsignore:
13881 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13882 Add unit test for gst_tag_parse_extended_comment().
13884 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
13886 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13887 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13888 Fix leak (#351502).
13890 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
13892 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13893 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13894 * docs/plugins/gst-plugins-base-plugins.args:
13895 * gst/playback/gstplaybin.c:
13898 * docs/plugins/inspect/plugin-adder.xml:
13899 * docs/plugins/inspect/plugin-alsa.xml:
13900 * docs/plugins/inspect/plugin-audioconvert.xml:
13901 * docs/plugins/inspect/plugin-audiorate.xml:
13902 * docs/plugins/inspect/plugin-audioresample.xml:
13903 * docs/plugins/inspect/plugin-audiotestsrc.xml:
13904 * docs/plugins/inspect/plugin-cdparanoia.xml:
13905 * docs/plugins/inspect/plugin-decodebin.xml:
13906 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13907 * docs/plugins/inspect/plugin-gnomevfs.xml:
13908 * docs/plugins/inspect/plugin-ogg.xml:
13909 * docs/plugins/inspect/plugin-pango.xml:
13910 * docs/plugins/inspect/plugin-playbin.xml:
13911 * docs/plugins/inspect/plugin-subparse.xml:
13912 * docs/plugins/inspect/plugin-tcp.xml:
13913 * docs/plugins/inspect/plugin-theora.xml:
13914 * docs/plugins/inspect/plugin-typefindfunctions.xml:
13915 * docs/plugins/inspect/plugin-video4linux.xml:
13916 * docs/plugins/inspect/plugin-videorate.xml:
13917 * docs/plugins/inspect/plugin-videoscale.xml:
13918 * docs/plugins/inspect/plugin-videotestsrc.xml:
13919 * docs/plugins/inspect/plugin-volume.xml:
13920 * docs/plugins/inspect/plugin-vorbis.xml:
13921 * docs/plugins/inspect/plugin-ximagesink.xml:
13922 * docs/plugins/inspect/plugin-xvimagesink.xml:
13923 Update to CVS version.
13925 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
13927 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13928 (gst_play_bin_set_property), (gst_play_bin_get_property),
13929 (value_list_append_structure_list),
13930 (gst_play_bin_handle_redirect_message),
13931 (gst_play_bin_handle_message):
13932 API: GstPlayBin::connection-speed
13933 Add "connection-speed" property; re-order redirect messages with
13934 multiple redirect locations depending on the minimum bitrate if
13935 that information is available and a connection speed is set
13938 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
13940 * gst/playback/gstplaybin.c:
13941 Update max volume to the same value that the volume element uses.
13943 2006-08-14 Wim Taymans <wim@fluendo.com>
13945 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13948 2006-08-14 Wim Taymans <wim@fluendo.com>
13950 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13951 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13952 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13953 Add some more debug info.
13954 Don't crash when a seek failed.
13955 Actually return the result of the seek instead of TRUE.
13956 Ignore multiple BOS pages with the same serial so that we don't create
13957 the same stream multiple times.
13958 Post an error when we fail to do the initial seek.
13960 2006-08-13 Wim Taymans <wim@fluendo.com>
13962 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13963 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13964 Small code cleanup.
13966 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13967 (gst_alsa_mixer_new):
13968 Remove hack that always set the device to hw:0*.
13969 Properly find the card name for whatever device was configured.
13970 Do some better debugging.
13973 * ext/alsa/gstalsamixerelement.c:
13974 (gst_alsa_mixer_element_set_property),
13975 (gst_alsa_mixer_element_change_state):
13977 Handle setting of a NULL device name better.
13979 2006-08-11 Wim Taymans <wim@fluendo.com>
13981 * gst/adder/gstadder.c:
13982 Don't clip float values. Fixes #350900.
13984 2006-08-11 Andy Wingo <wingo@pobox.com>
13986 * gst/tcp/gsttcp.c: Really fix the build?
13988 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13991 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
13993 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13994 Float caps shouldn't have a "signed" field.
13996 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
13998 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13999 Implement SEEKING query in its most basic form, so that we can
14000 at least check if we're seekable or not (#350655).
14002 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
14004 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
14005 The checks here are not even close to anything that would
14006 justify MAXIMUM probability, lowering to POSSIBLE until someone
14007 fixes the checks (case at hand: quicktime redirection files
14008 might start with 00 00 01 XX and pass the checks here just
14009 fine, see #350399).
14011 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
14013 Patch by: Sjoerd Simons <sjoerd at luon net>
14015 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
14016 Better detection for multipart/x-mixed-replace: accept leading
14017 whitespaces before the boundary marker as well (as our very own
14018 multipartmux used to produce) (#349068).
14020 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
14022 Patch by: Young-Ho Cha <ganadist at chollian net>
14024 * gst-libs/gst/riff/riff-ids.h:
14025 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14026 (gst_riff_create_audio_template_caps):
14027 Detect DTS audio streams (#350157).
14029 2006-08-05 Andy Wingo <wingo@pobox.com>
14031 * ext/theora/gsttheoraparse.h:
14032 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
14033 (theora_parse_dispose, theora_parse_set_property)
14034 (theora_parse_get_property, theora_parse_munge_granulepos)
14035 (theora_parse_push_buffer, theora_parse_change_state):
14036 API: GstTheoraParse::synchronization-points
14037 Add a property 'synchronization-points' to fix badly synchronized oggs.
14039 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
14041 * tests/check/Makefile.am:
14042 * tests/check/libs/.cvsignore:
14043 * tests/check/libs/audio.c: (structure_contains_channel_positions),
14044 (fixed_caps_have_channel_positions), (GST_START_TEST),
14045 (audio_suite), (main):
14046 Add a few tests for the channel position stuff in libgstaudio.
14048 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
14050 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
14051 (gst_alsa_detect_channels):
14052 * ext/alsa/gstalsasink.c:
14053 Add support for cards that (only) do more than 8 channels,
14054 like the Delta 44 (#345188).
14056 * gst-libs/gst/audio/multichannel.c:
14057 (gst_audio_check_channel_positions):
14058 * gst-libs/gst/audio/multichannel.h:
14059 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
14060 unspecified channel position and cannot be combined with any
14061 of the other audio channel positions; adjust position layout
14062 checks accordingly (#345188).
14064 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
14066 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14067 Recognise ancient RealAudio files (see #349779).
14069 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
14071 Patch by: Jens Granseuer <jensgr at gmx net>
14073 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14074 Add typefinder for Interplay's MVE format (#348973).
14076 2006-08-02 Wim Taymans <wim@fluendo.com>
14078 Patch by: Marcel Moreaux <marcelm at luon dot net>
14080 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14081 (gst_base_rtp_depayload_add_to_queue):
14082 * gst-libs/gst/rtp/gstbasertpdepayload.h:
14083 Handle RTP sequence number rollover.
14084 Disable jitterbuffer by default.
14086 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
14088 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
14089 (audioresample_set_caps):
14090 Don't leak references to the incoming caps. Clean them up when
14093 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14094 (gst_video_scale_finalize):
14095 Don't leak our temporary pixel buffer.
14097 * tests/check/Makefile.am:
14098 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
14099 (GST_START_TEST), (simple_launch_lines_suite):
14101 Fix leaks and re-enable the test for valgrind checking.
14103 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
14105 Patch by: Sjoerd Simons <sjoerd at luon net>
14107 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
14109 Add typefind function for multipart/x-mixed-replace (#348916).
14111 2006-07-28 Wim Taymans <wim@fluendo.com>
14113 * gst/adder/gstadder.c: (gst_adder_setcaps),
14114 (gst_adder_query_duration):
14115 Fix leak in duration query.
14116 Reflow some docs and notes.
14118 2006-07-28 Michael Smith <msmith@fluendo.com>
14120 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14122 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14125 2006-07-28 Michael Smith <msmith@fluendo.com>
14127 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14128 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14129 (gst_vorbis_enc_push_buffer),
14130 (gst_vorbis_enc_buffer_check_discontinuous),
14131 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14132 * ext/vorbis/vorbisenc.h:
14133 Handle discontinuities in the input vorbis stream correctly,
14134 so that the output is properly timestamped (and has good granulepos
14135 values). Needs some oggmux fixes too.
14137 2006-07-27 Wim Taymans <wim@fluendo.com>
14139 patch by: Kai Vehmanen <kv2004 eca cx>
14141 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14142 (gst_base_rtp_depayload_chain),
14143 (gst_base_rtp_depayload_handle_sink_event),
14144 (gst_base_rtp_depayload_change_state):
14145 Don't send multiple newsegments with different formats.
14148 2006-07-26 Wim Taymans <wim@fluendo.com>
14150 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14151 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14152 Make seeking in ogg more accurate again by doing the more correct
14153 granuletime to stream time conversion.
14155 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
14157 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14158 (gst_multi_fd_sink_new_client):
14159 debug a little more understandably
14160 do not use goto as a substitute for break, especially if
14161 break is also being used
14163 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
14165 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14166 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14167 Remove GLib-2.6 compatibility cruft.
14169 2006-07-24 Wim Taymans <wim@fluendo.com>
14171 * gst-libs/gst/audio/gstbaseaudiosink.c:
14172 (gst_base_audio_sink_render):
14173 Don't try to align a sample to an unknown value.
14175 2006-07-24 Wim Taymans <wim@fluendo.com>
14177 * gst-libs/gst/audio/gstbaseaudiosink.c:
14178 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14179 When the audio clock is slaved to another clock, never try to align
14180 samples but trust the rate interpolation algorithm.
14182 2006-07-24 Wim Taymans <wim@fluendo.com>
14184 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14185 Don't try to calculate silence samples, base class does this much
14188 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14189 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14190 (gst_ring_buffer_acquire):
14191 Calculate silence samples correctly.
14193 * gst-libs/gst/audio/gstringbuffer.h:
14196 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
14198 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14199 Limit search for the first markup tag to the first few kB of
14200 the file. If we don't find one there, it's highly unlikely that
14201 this is an XML(-ish) file.
14203 2006-07-21 Andy Wingo <wingo@pobox.com>
14205 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14206 test to the one in vorbisenc. Also commented out.
14208 * tests/check/pipelines/vorbisenc.c:
14209 (test_discontinuity): New test, commented out until Mike lands
14210 some elite vorbisenc patches.
14212 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14213 Bufferstraw was actually factored out of these tests. Now we share
14216 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14217 for bufferstraw addition to gstcheck.
14219 2006-07-21 Wim Taymans <wim@fluendo.com>
14221 * ext/theora/theoradec.c: (clip_buffer):
14224 2006-07-21 Wim Taymans <wim@fluendo.com>
14226 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14227 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14228 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14230 Avoid type casting when we can.
14232 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14235 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
14237 * ext/alsa/gstalsamixerelement.c:
14238 (gst_alsa_mixer_element_change_state):
14239 Make state change fail if the specified device can't be opened
14242 2006-07-20 Wim Taymans <wim@fluendo.com>
14244 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14245 (cb_newpad), (main):
14246 Example of a small audio/video player using decodebin.
14248 2006-07-20 Stefan Kost <ensonic@users.sf.net>
14250 * gst-libs/gst/riff/riff-ids.h:
14251 Add 'fact' chunk id
14253 2006-07-19 Wim Taymans <wim@fluendo.com>
14255 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14256 (gst_base_rtp_depayload_chain),
14257 (gst_base_rtp_depayload_change_state):
14258 Don't assert when not negotiated but post a meaningfull
14259 error message. Fixes #347918.
14261 * gst-libs/gst/rtp/gstbasertppayload.c:
14262 Add comment about better default MTU size.
14264 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14265 Small cleanups, start docs.
14267 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
14269 Patch by: Martin Szulecki
14271 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14272 If "device-name" is requested and the device is not
14273 open, try to temporarily open it to obtain this
14274 information (#342494).
14276 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
14278 * gst-libs/gst/tag/gstid3tag.c:
14279 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14281 * gst-libs/gst/tag/gsttageditingprivate.h:
14282 * gst-libs/gst/tag/gstvorbistag.c:
14283 Some more random const-ifications.
14285 2006-07-18 Stefan Kost <ensonic@users.sf.net>
14287 * gst-libs/gst/riff/riff-ids.h:
14288 * gst-libs/gst/riff/riff-media.c:
14289 (gst_riff_create_video_template_caps):
14290 Add more FOURCCs (sort list to make stuff easier to find),
14291 add comment what those 16 bytes in struct _gst_riff_strh according to
14294 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
14296 * gst-libs/gst/audio/multichannel.c:
14297 (gst_audio_check_channel_positions),
14298 (gst_audio_fixate_channel_positions):
14299 Const-ify two arrays.
14301 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
14303 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14304 Fix typo, so that alsasink also advertises 8 channels
14305 if that's supported (tags: can, worms, open, alsa, ph34r).
14307 2006-07-17 Wim Taymans <wim@fluendo.com>
14309 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14310 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14311 *sigh*, when is the compiler going to warn when the comments
14312 are out-of-sync with the code.. Refix case of busted theora
14313 headers with 0 granule pos.
14315 2006-07-14 Wim Taymans <wim@fluendo.com>
14317 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14318 (gst_base_rtp_depayload_wait),
14319 (gst_base_rtp_depayload_change_state),
14320 (gst_base_rtp_depayload_set_property),
14321 (gst_base_rtp_depayload_get_property):
14322 Fix 99% cpu load by waiting for absolute times on the
14323 clock. Fixes #347300.
14325 2006-07-14 Andy Wingo <wingo@pobox.com>
14327 * ext/theora/gsttheoraparse.h:
14328 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14329 (theora_parse_push_headers, theora_parse_clear_queue)
14330 (theora_parse_drain_queue_prematurely, )
14331 (theora_parse_sink_event, theora_parse_change_state): Queue events
14332 until we initialized our state, like in vorbisparse.
14334 * ext/vorbis/vorbisparse.h:
14335 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14336 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14337 (vorbis_parse_drain_queue_prematurely, )
14338 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14339 until we have initialized our state. Fixes seeking after an
14342 2006-07-14 Andy Wingo <wingo@pobox.com>
14344 Patch by: Iain Holmes <iaingnome@gmail.com>
14346 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14348 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
14351 Bump nano back to CVS
14353 === release 0.10.9 ===
14355 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14358 releasing 0.10.9, "I walk the line"
14360 2006-07-14 Michael Smith <msmith@fluendo.com>
14362 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14363 Move a g_cond_signal to earlier to avoid sometimes deadlocking
14364 (commonly happens when running this test under valgrind) when trying
14365 to remove the buffer probe.
14367 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14369 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14370 Fix missing g_unlock from the previous commit
14372 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14374 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14375 (gst_ximagesink_change_state):
14376 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14377 (gst_xvimagesink_change_state):
14378 Implement a locking order to ensure we always take the object lock
14379 before the x_lock and never vice-versa.
14381 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14383 * gst/playback/gstdecodebin.c: (find_compatibles):
14384 Fix a caps leak when linking (#347304)
14386 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14387 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14388 (gst_ximagesink_change_state):
14389 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14390 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14391 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14392 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14393 Don't leak shared memory resources. Use the object lock to protect
14394 against the xcontext disappearing while returning a buffer from the
14395 pipeline. (#347304)
14397 2006-07-12 Edward Hervey <edward@fluendo.com>
14399 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14400 (vorbis_handle_comment_packet):
14401 gst_tag_list_merge() returns a new object. Take that into account when
14402 using it. This avoids memleak.
14403 Revert previous commit which is not needed.
14405 2006-07-12 Edward Hervey <edward@fluendo.com>
14407 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14408 Reset the decoder in finalize so that all fields get cleared.
14410 2006-07-12 Wim Taymans <wim@fluendo.com>
14412 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14413 (gst_base_audio_src_set_clock),
14414 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14415 Don't try to post an error message when setting the clock fails
14416 as this can happen when adding an element to a bin which will then
14417 deadlock. Fixes #347296.
14419 2006-07-12 Edward Hervey <edward@fluendo.com>
14421 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14422 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14423 (vorbis_handle_type_packet):
14424 Post tag messages on the bus even if we're not initialized.
14425 If we're not initialized, we still postpone the event pushing of tags.
14427 2006-07-12 Wim Taymans <wim@fluendo.com>
14429 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14430 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14431 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14432 Revert last two changes that broke the freeze.
14434 2006-07-12 Wim Taymans <wim@fluendo.com>
14436 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14437 basesink calculates silence sample correctly for us.
14439 2006-07-12 Wim Taymans <wim@fluendo.com>
14441 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14442 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14443 Calculate correct silence samples so we don't fill our ringbuffer
14446 2006-07-12 Edward Hervey <edward@fluendo.com>
14448 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14449 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14450 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14451 * ext/vorbis/vorbisdec.h:
14452 Delay sending events (newsegment, tags) until the decoder is properly
14456 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
14458 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14459 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14460 Patch from #347221 adding a test for audioconvert
14461 channel remappings.
14463 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
14465 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14466 (gst_ssa_parse_parse_line):
14467 Don't include the terminating NUL in the buffer size,
14468 it's only there for extra paranoia (would add random
14469 '*' characters at the end of each subtitle since the
14470 terminator itself is not valid UTF-8 technically).
14471 Also fix indenting after boilerplate macro.
14473 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
14475 * gst/playback/gstdecodebin.c: (close_pad_link):
14476 Also emit 'unknown-type' signal (which should really be
14477 called unhandled-type) if we found potential decoders/demuxers
14478 in the registry but none of them worked in the end (as in the
14479 case where the plugins don't exist any longer but are still
14480 listed in the registry). Fixes #329798.
14482 2006-07-08 Andy Wingo <wingo@pobox.com>
14484 * theoraparse.c (theora_parse_push_buffer)
14485 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14486 Add some more debugging. Fix granulepos reconstruction in the face
14487 of discontinuities.
14489 2006-07-06 Wim Taymans <wim@fluendo.com>
14491 * gst-libs/gst/audio/gstbaseaudiosink.c:
14492 (gst_base_audio_sink_class_init),
14493 (gst_base_audio_sink_provide_clock):
14494 Use gobject_class instead of G_OBJECT_CLASS (klass)
14496 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14497 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14498 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14499 (gst_base_audio_src_get_time),
14500 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14501 (gst_base_audio_src_create_ringbuffer):
14502 Fix latency and buffer-time constants and properties ala basesink.
14503 Implement pull based scheduling. Fixes #346527.
14504 Set default blocksize in GstBaseSrc to 0, we default to pushing out
14506 Refuse slaving to another clock instead of silently not working.
14507 Only provide a clock when we are actually able to do so.
14508 Various small cleanups and compiler hints.
14510 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14512 Patch by: Lutz Mueller <lutz at topfrose de>
14514 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14516 Add typefinding for text/html (#346581).
14518 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14520 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14521 (xml_check_first_element), (xml_type_find), (smil_type_find):
14522 Fix SMIL typefinding, make xml_check_first_element() more
14525 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14527 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14528 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14529 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14530 * gst/playback/gstplaybasebin.h:
14531 Protect list of elements with a subtitle-encoding property and
14532 the subtitle encoding member itself with a lock of their own
14533 instead of using the object lock. This prevents a dead-lock in
14534 the element-remove callback in some circumstances when shutting
14537 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
14539 * win32/common/libgsttag.def:
14540 Export some new functions.
14541 * win32/vs6/libgstogg.dsp:
14542 Add a link to libgsttag-0.10.lib.
14544 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
14546 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14547 Some const-ification.
14549 2006-07-04 Wim Taymans <wim@fluendo.com>
14551 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14552 Improve checking if we are dealing with a stream. Added some
14553 more uris that need buffering.
14555 2006-07-03 Edward Hervey <edward@fluendo.com>
14557 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14558 Remove unused variable.
14560 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
14565 add GCOV_LIBS to GST_LIBS
14567 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
14569 Patch by: Michael Sheldon <webmaster at mikeasoft com>
14571 * ext/alsa/gstalsasrc.c:
14572 Add 32 bps to template caps and increase channels range
14573 from [1,2] to [1,MAX]. See #346326.
14575 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
14577 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14578 Recognise 'WMVA' video codec fourcc (#345879).
14580 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
14582 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14583 Fixed nasty memory leak
14585 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
14587 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14588 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14591 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
14593 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14594 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14595 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14596 Protect remove_fakesink using a mutex, so that we don't try and
14597 remove the fakesink simultaneously from multiple threads.
14599 When going from READY to PAUSED, restore the fakesink, so that
14600 it is there when decodebin gets reused.
14602 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
14604 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14605 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14606 * gst-libs/gst/rtp/gstbasertppayload.c:
14607 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14608 * gst/tcp/gstmultifdsink.c:
14609 * gst/tcp/gsttcpclientsink.c:
14610 * gst/tcp/gsttcpclientsrc.c:
14611 * gst/tcp/gsttcpserversink.c:
14612 * gst/tcp/gsttcpserversrc.c:
14613 * gst/videorate/gstvideorate.c:
14614 * gst/videotestsrc/gstvideotestsrc.c:
14615 * sys/v4l/gstv4ljpegsrc.c:
14616 * sys/v4l/gstv4lmjpegsink.c:
14617 * sys/v4l/gstv4lsrc.c:
14618 * tests/examples/seek/scrubby.c:
14619 * tests/examples/seek/seek.c:
14620 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14622 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14624 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14625 Second field in GEnumValue shouldn't be a description,
14626 but a stringified version of the enum value.
14628 2006-06-22 Wim Taymans <wim@fluendo.com>
14630 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14631 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14632 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14633 Avoid type checking in buffer casts.
14634 Avoid caps copy in buffer_alloc when we can.
14635 Use pad_peer_accept.
14637 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14639 * gst-libs/gst/tag/tag.h:
14640 Oops, make that 'Since: 0.10.9'.
14642 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14644 * docs/libs/gst-plugins-base-libs-sections.txt:
14645 * gst-libs/gst/tag/tag.h:
14646 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14647 (gst_tag_image_type_get_type):
14648 API: add GstTagImageType enum to describe images contained
14649 in image tags (#345641).
14651 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14653 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14654 Fix warnings with gst-inspect: "buffers-min" property
14655 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14656 typo in property description.
14658 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14660 Patch by: Cody Russell <bratsche at gnome org>
14662 * gst/audioresample/gstaudioresample.c:
14663 (gst_audioresample_class_init):
14664 * gst/playback/gststreamselector.c:
14665 (gst_stream_selector_class_init):
14666 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14667 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14668 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14669 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14670 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14671 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14672 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14673 * gst/videotestsrc/gstvideotestsrc.c:
14674 (gst_video_test_src_class_init):
14675 * gst/volume/gstvolume.c: (gst_volume_class_init):
14676 Avoid unnecessary class cast check in class_init
14677 functions (#337747).
14679 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
14681 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14682 (gst_text_overlay_video_chain):
14683 g_markup_escape_text() REALLY doesn't like non-UTF8 input
14684 and doesn't validate its input either (and neither did
14685 textoverlay it seems). Let's do that then and fix #345206.
14687 2006-06-19 Wim Taymans <wim@fluendo.com>
14689 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14690 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14691 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14692 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14693 (find_syncframe), (find_limits), (assign_value),
14694 (count_burst_unit), (gst_multi_fd_sink_new_client),
14695 (gst_multi_fd_sink_handle_client_write),
14696 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14697 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14698 (gst_multi_fd_sink_change_state):
14699 * gst/tcp/gstmultifdsink.h:
14700 Added shiny new burst-on-connect methods.
14701 Add properties to control the minimal amount of data queued.
14703 API: bytes-min property
14704 API: time-min property
14705 API: buffers-min property
14706 API: burst-unit property
14707 API: burst-value property
14708 API: add-full signal
14710 * gst/tcp/gsttcp-marshal.list:
14711 Added new marshaller code for the new signal.
14713 * tests/check/elements/multifdsink.c: (GST_START_TEST),
14714 (multifdsink_suite):
14715 Added testcases for new burst methods.
14717 2006-06-19 Edward Hervey <edward@fluendo.com>
14719 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14720 Implement clipping for accurate seeking.
14723 2006-06-19 Wim Taymans <wim@fluendo.com>
14725 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14727 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14728 (gst_video_scale_transform):
14729 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14731 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
14734 Fix --disable-external (can't set conditionals conditionally,
14737 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14739 * tests/check/elements/audioresample.c: (test_reuse),
14740 (audioresample_suite):
14741 Add test case for bug #342789 fixed below.
14743 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14745 * gst/audioresample/gstaudioresample.c:
14746 (gst_audioresample_class_init), (gst_audioresample_init),
14747 (audioresample_start), (audioresample_stop),
14748 (gst_audioresample_set_property), (gst_audioresample_get_property):
14749 Implement GstBaseTransform::start and ::stop so that audioresample
14750 can clear its internal state properly and be reused instead of
14751 causing non-negotiated errors with playbin under some circumstances
14754 * tests/check/elements/audioresample.c: (setup_audioresample),
14755 (cleanup_audioresample):
14756 Need to set element state here so that ::start and ::stop are
14759 2006-06-16 Wim Taymans <wim@fluendo.com>
14761 Patch by: Young-Ho Cha <ganadist at chollian dot net>
14763 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14764 Parse extra data better, apparently it's right behind
14765 the normal strf header size. Fixes #343500.
14767 2006-06-16 Wim Taymans <wim@fluendo.com>
14769 * ext/alsa/gstalsasink.c: (set_hwparams):
14770 If we fail to set the buffer_time and period_time alsa
14771 parameters, post a warning and leave alsa select a
14772 default instead of failing. Fixes #342085
14774 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14776 * docs/libs/gst-plugins-base-libs-sections.txt:
14777 * gst-libs/gst/cdda/gstcddabasesrc.h:
14778 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14779 out in the header file and shouldn't be listed in the docs.
14781 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14782 Must dereference pointer to fourcc in the debug statement.
14784 2006-06-16 Stefan Kost <ensonic@users.sf.net>
14786 * docs/libs/Makefile.am:
14787 * docs/libs/gst-plugins-base-libs-docs.sgml:
14788 * docs/libs/gst-plugins-base-libs-sections.txt:
14789 * docs/libs/gst-plugins-base-libs.types:
14790 add remaining symbols into correct setions
14792 * gst-libs/gst/audio/gstringbuffer.c:
14793 fix incomplete docs
14795 * gst-libs/gst/audio/gstringbuffer.h:
14796 comment out not yet implemented function
14799 * gst-libs/gst/floatcast/floatcast.h:
14800 * gst-libs/gst/netbuffer/gstnetbuffer.c:
14801 add short descriptions
14804 * gst-libs/gst/interfaces/propertyprobe.c:
14805 fix return value docs
14807 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14808 simplify debug logging
14810 * gst-libs/gst/riff/riff-read.h:
14811 sync function prototype and docs
14813 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14814 remove left over symbol
14816 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14820 * docs/Makefile.am:
14821 Use GST_PLUGIN_DOCS macro in configure.ac, add
14822 --enable-plugin-docs default to autogen.sh and use
14823 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14825 2006-06-15 Wim Taymans <wim@fluendo.com>
14827 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14828 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14829 (gst_ogg_demux_loop):
14830 Combine GstFlowReturn from the source pads to give a
14831 meaningfull result to the upstream peer or to stop the
14832 processing task in case of errors.
14834 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
14836 * gst/playback/gststreaminfo.c: (cb_probe):
14837 Try GST_TAG_CODEC as fallback when extracting the
14838 codec name; more debug info.
14840 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
14842 * ext/ogg/Makefile.am:
14843 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14844 Extract language tags from ogm subtitle streams, so that
14845 the subtitle menu choices are labelled correctly in
14846 Totem (fixes #344708).
14848 2006-06-14 Wim Taymans <wim@fluendo.com>
14850 Patch by: Alessandro Decina <alessandro at nnva dot org>
14852 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14853 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14854 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14855 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14856 Fix various leaks. Fixes #343699.
14857 Add x-smoke mime type.
14859 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
14861 * gst-libs/gst/riff/riff-ids.h:
14862 Add IDs for 'bext' chunks (see #343837).
14864 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
14866 Patch by: Young-Ho Cha <ganadist at chollian net>
14868 * gst/subparse/samiparse.c: (sami_context_pop_state),
14869 (handle_start_font), (end_sami_element):
14870 Honour font face tags in SAMI subtitles (#344503).
14872 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14875 add missing files containing translatable strings
14877 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14879 * docs/libs/tmpl/.cvsignore:
14880 we don't want those *.sgml files in CVS either
14882 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14884 * docs/libs/.cvsignore:
14885 * tests/check/elements/.cvsignore:
14886 * tests/check/libs/.cvsignore:
14889 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14891 * docs/libs/Makefile.am:
14892 also commiting the changed Makefile.am (added more libs to the
14895 2006-06-11 Stefan Kost <ensonic@users.sf.net>
14897 * docs/libs/gst-plugins-base-libs-docs.sgml:
14898 * docs/libs/gst-plugins-base-libs-sections.txt:
14899 * docs/libs/gst-plugins-base-libs.types:
14900 first batch of reordering things, add index & hierarchy
14902 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
14905 use GST_PKG_CHECK_MODULES, cleans up output
14907 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
14909 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14910 Add support for burn:// URIs (#343385); const-ify things a bit,
14911 use G_N_ELEMENTS instead of hard-coded array size.
14913 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
14915 Patch by: Young-Ho Cha <ganadist at chollian net>
14917 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14918 Fix up broken entities before passing them to libxml *sigh*.
14921 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
14926 === release 0.10.8 ===
14928 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
14931 releasing 0.10.8, "Moar gij ziet mij nie"
14933 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
14950 * win32/common/config.h:
14951 0.10.7.2 prerelease
14953 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
14955 * docs/libs/tmpl/gstaudio.sgml:
14956 * docs/libs/tmpl/gstcolorbalance.sgml:
14957 * docs/libs/tmpl/gstmixer.sgml:
14958 * docs/libs/tmpl/gstringbuffer.sgml:
14959 * docs/libs/tmpl/gsttuner.sgml:
14960 * docs/libs/tmpl/gstxoverlay.sgml:
14961 * gst-libs/gst/audio/audio.c:
14962 * gst-libs/gst/audio/gstringbuffer.c:
14963 * gst-libs/gst/interfaces/colorbalance.c:
14964 * gst-libs/gst/interfaces/mixer.c:
14965 * gst-libs/gst/interfaces/tuner.c:
14966 * gst-libs/gst/interfaces/xoverlay.c:
14967 move last template doc snippets to source code and delete them
14969 2006-06-06 Michael Smith <msmith@fluendo.com>
14971 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14972 (theora_parse_drain_queue):
14973 Mark DELTA_UNIT on non-keyframes.
14975 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
14977 * gst-libs/gst/audio/gstbaseaudiosink.c:
14978 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14979 * gst-libs/gst/audio/gstbaseaudiosink.h:
14980 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14981 (gst_ring_buffer_samples_done):
14982 * gst-libs/gst/audio/gstringbuffer.h:
14983 Document better the fact that latency_time and buffer_time are values
14984 stored in microseconds, and not the usual GStreamer nanoseconds.
14985 Change the variables (compatibly) that store them from GstClockTime
14986 to guint64 to make it more clear that they're not storing clock times.
14987 Also, remove the bogus property description that says the user can
14988 specify -1 to get the default value, since that's never been the case.
14990 When computing the default segment size for the ring buffer, make it
14991 an integer number of samples.
14993 When the sub-class indicates a delay greater than the number of
14994 samples we've written return 0 from the audio sink get_time method.
14996 2006-06-02 Michael Smith <msmith@fluendo.com>
14998 * tests/check/elements/audioconvert.c: (set_channel_positions),
14999 (get_float_mc_caps), (get_int_mc_caps):
15000 * tests/check/elements/audioresample.c:
15001 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
15002 * tests/check/elements/videorate.c:
15003 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
15004 * tests/check/elements/volume.c:
15005 * tests/check/elements/vorbisdec.c:
15006 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
15007 Don't busy-wait in tests; this was causing test timeouts very
15008 frequently when running under valgrind.
15010 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
15013 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
15014 (gst_multi_fd_sink_remove_client_link),
15015 (gst_multi_fd_sink_client_queue_caps),
15016 (gst_multi_fd_sink_client_queue_buffer),
15017 (gst_multi_fd_sink_handle_client_write),
15018 (gst_multi_fd_sink_render):
15019 * gst/tcp/gstmultifdsink.h:
15020 make multifdsink properly deal with streamheader:
15021 - streamheader is taken from caps
15022 - buffers marked with IN_CAPS are not sent
15023 - streamheaders are sent, on connection, from the caps of the
15024 buffer where the client gets positioned to
15025 - further streamheader changes are done every time the client
15026 will receive a buffer with different caps
15027 * tests/check/elements/multifdsink.c: (GST_START_TEST),
15028 (gst_multifdsink_create_streamheader):
15031 2006-06-02 Michael Smith <msmith@fluendo.com>
15033 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15034 Reinstate limit on channel count. Vorbis does not define the meaning
15035 of > 6 channels, so they're just independent channels. Gstreamer
15036 currently has no mechanism to represent N independent channels.
15038 2006-06-02 Michael Smith <msmith@fluendo.com>
15040 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15041 Don't arbitrarily restrict channel counts and rate in vorbis.
15042 In terms of effects likely on real-world files, this fixes 96kHz
15043 playback of vorbis.
15045 2006-06-02 Michael Smith <msmith@fluendo.com>
15047 * gst/audioconvert/audioconvert.c: (float):
15048 More correct float->int conversion.
15050 2006-06-02 Michael Smith <msmith@fluendo.com>
15052 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
15053 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
15054 value. Fixes g-critical on trying to play back ogg containing
15057 2006-06-02 Wim Taymans <wim@fluendo.com>
15059 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
15061 * gst/playback/gstplaybasebin.h:
15062 Make the subtitle detection work from any thread so we don't
15063 deadlock. Fixes #343397.
15065 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
15067 * gst/volume/Makefile.am:
15068 Seriously, it's not *that* hard to get compilation right. Even
15069 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
15071 2006-06-01 Stefan Kost <ensonic@users.sf.net>
15073 * gst/volume/gstvolume.c: (volume_choose_func),
15074 (volume_update_real_volume), (gst_volume_class_init),
15075 (gst_volume_init), (volume_process_float), (volume_process_int16),
15076 (volume_process_int16_clamp), (volume_set_caps),
15077 (volume_transform_ip), (plugin_init):
15078 * gst/volume/gstvolume.h:
15079 rewrite the passthrough check, split _int16 and _int16_clamp, fix
15080 another property desc., remove unused param from process function
15082 * tests/check/elements/volume.c: (volume_suite):
15083 reactivate the passthrough test
15085 2006-06-01 Stefan Kost <ensonic@users.sf.net>
15087 * ext/alsa/gstalsamixerelement.h:
15088 * ext/alsa/gstalsamixeroptions.h:
15089 * ext/alsa/gstalsamixertrack.h:
15090 * ext/gnomevfs/gstgnomevfssink.h:
15091 * ext/gnomevfs/gstgnomevfssrc.h:
15092 * ext/theora/gsttheoradec.h:
15093 * ext/theora/gsttheoraenc.h:
15094 * ext/theora/gsttheoraparse.h:
15095 * ext/vorbis/vorbisparse.h:
15096 * gst-libs/gst/audio/gstaudioclock.h:
15097 * gst-libs/gst/audio/gstaudiofilter.h:
15098 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15099 * gst/audioconvert/gstaudioconvert.h:
15100 * gst/audioresample/gstaudioresample.h:
15101 * gst/audiotestsrc/gstaudiotestsrc.h:
15102 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15103 * gst/playback/gststreamselector.h:
15104 * gst/tcp/gstmultifdsink.h:
15105 * gst/tcp/gsttcpclientsink.h:
15106 * gst/tcp/gsttcpclientsrc.h:
15107 * gst/tcp/gsttcpserversink.h:
15108 * gst/tcp/gsttcpserversrc.h:
15109 * gst/videorate/gstvideorate.h:
15110 * gst/videoscale/gstvideoscale.h:
15111 * gst/videotestsrc/gstvideotestsrc.h:
15112 * gst/volume/gstvolume.h:
15113 * sys/v4l/gstv4ljpegsrc.h:
15114 * sys/v4l/gstv4lmjpegsink.h:
15115 * sys/v4l/gstv4lmjpegsrc.h:
15116 * sys/v4l/gstv4lsrc.h:
15117 * sys/ximage/ximagesink.h:
15118 * sys/xvimage/xvimagesink.h:
15119 * tests/old/testsuite/alsa/sinesrc.h:
15120 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15122 2006-05-31 Wim Taymans <wim@fluendo.com>
15124 * ext/libvisual/visual.c: (gst_visual_reset),
15125 (gst_visual_sink_setcaps), (gst_visual_sink_event),
15126 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15128 Use running time before doing QoS.
15131 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
15133 * docs/libs/Makefile.am:
15134 set a magic variable to indicate we know the docs are incomplete
15136 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
15138 * win32/common/libgstvideo.def:
15139 export gst_video_calculate_display_ratio
15140 * win32/vs6/libgstvideoscale.dsp:
15141 add link to libgstvideo-0.10.lib
15143 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
15145 * gst/playback/gstplaybasebin.c: (gen_source_element):
15146 Throw a more comprehensible error for rtsp:// URIs (rather
15147 than erroring out with a negotiation error later on) until
15148 we fix playbin to handle rtspsrc etc.
15150 2006-05-30 Wim Taymans <wim@fluendo.com>
15152 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15153 (gst_text_overlay_text_event):
15156 2006-05-30 Wim Taymans <wim@fluendo.com>
15158 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15159 (gst_adder_request_new_pad), (gst_adder_release_pad):
15160 * gst/adder/gstadder.h:
15161 Implement release_request_pad.
15162 Make padcounter atomic.
15164 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15165 Added check for release_pad in adder.
15167 2006-05-30 Wim Taymans <wim@fluendo.com>
15169 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15172 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
15174 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15175 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15176 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15177 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15178 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15179 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15180 (gst_ogg_demux_bisect_forward_serialno),
15181 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15182 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15184 clean up printf formats for granulepos and serialno
15186 2006-05-30 Michael Smith <msmith@fluendo.com>
15188 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15189 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15190 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15191 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15192 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15193 * ext/vorbis/vorbisenc.h:
15194 Multi-channel caps negotiation, so we can do proper multichannel
15195 vorbis encoding, negotiated through audioconvert.
15197 2006-05-30 Wim Taymans <wim@fluendo.com>
15199 * tests/check/elements/adder.c: (test_event_message_received),
15200 (test_play_twice_message_received), (GST_START_TEST),
15202 Added check to show that #339935 is fixed with ongoing
15203 adder and collectpads fixes.
15205 2006-05-29 Wim Taymans <wim@fluendo.com>
15207 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15208 Don't leak pad name.
15210 2006-05-29 Wim Taymans <wim@fluendo.com>
15212 * gst/adder/gstadder.c: (gst_adder_query_duration),
15213 (forward_event_func), (forward_event), (gst_adder_src_event):
15215 Make query/seeking code threadsafe.
15217 * tests/check/Makefile.am:
15218 * tests/check/elements/adder.c: (test_event_message_received),
15219 (GST_START_TEST), (test_play_twice_message_received):
15220 Fix adder test case.
15222 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
15224 Patch by: Young-Ho Cha <ganadist at chollian net>
15226 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15227 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15228 (set_encoding_element), (decodebin_element_added_cb),
15229 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15230 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15231 * gst/playback/gstplaybasebin.h:
15232 Add 'subtitle-encoding' property to playbin, so applications can
15233 force a subtitle encoding for non-UTF8 subtitles (#342268).
15235 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15236 (gst_sub_parse_set_property):
15237 Rename recently-added 'encoding' property to 'subtitle-encoding'
15238 (so it can be proxied by playbin/decodebin in a generic way
15239 with less danger of false positives).
15241 2006-05-29 Michael Smith <msmith@fluendo.com>
15243 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15244 (append_with_other_format), (set_structure_widths),
15245 (gst_audio_convert_transform_caps):
15246 Patch from #341562: give more specific audio caps in get_caps, so
15247 that basetransform can make better decisions on what caps to
15250 2006-05-28 Stefan Kost <ensonic@users.sf.net>
15252 * tests/check/elements/volume.c:
15253 make it compile again
15255 2006-05-28 Stefan Kost <ensonic@users.sf.net>
15257 * tests/check/elements/volume.c: (volume_suite):
15258 disable test until #343196 gets resolved
15260 2006-05-28 Stefan Kost <ensonic@users.sf.net>
15262 * gst/adder/gstadder.c: (gst_adder_get_type):
15263 Make it easier to copy&paste
15265 * gst/volume/Makefile.am:
15266 * gst/volume/gstvolume.c: (volume_update_real_volume),
15267 (gst_volume_set_volume), (gst_volume_set_mute),
15268 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15269 (volume_transform_ip), (volume_update_mute),
15270 (volume_update_volume):
15271 * gst/volume/gstvolume.h:
15272 Add own debug category, move duplicate code to helper function, fix
15273 property texts, add more comments and prepare ffor liboil-goodness
15275 * tests/check/Makefile.am:
15276 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15277 add test for mute and passtrough case, be a bit more verbose to track
15280 * tests/check/generic/states.c: (GST_START_TEST):
15281 catch elements that fail to instantiate
15283 2006-05-28 Edward Hervey <edward@fluendo.com>
15285 * tests/check/pipelines/simple-launch-lines.c:
15286 * tests/check/pipelines/theoraenc.c:
15287 * tests/check/pipelines/vorbisenc.c:
15288 Comment out tests using parse_launch() if core was built without
15289 parsing capabilities.
15291 2006-05-27 Edward Hervey <edward@fluendo.com>
15293 * tests/check/Makefile.am:
15294 Extra bonus points for whoever explains to ensonic that you are meant
15295 to test unit tests thoroughly before commiting them, especially if
15296 you know it's going to break.
15297 De-activated element/adder tests.
15299 2006-05-27 Edward Hervey <edward@fluendo.com>
15301 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15302 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15303 Marking caps conversion issues as GST_WARNING is way too verbose,
15304 Moving them to GST_LOG.
15306 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
15309 Replace current README (containing the release notes from
15310 some 0.9.x version) with a proper README taken from the core.
15312 2006-05-26 Wim Taymans <wim@fluendo.com>
15314 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15315 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15316 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15317 (vorbis_dec_change_state):
15320 Clip output samples to segment boundaries.
15322 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
15324 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15325 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15326 Improve the errors produced on bad output, including some human
15327 readable description strings.
15328 Handle the (theoretical for ximagesink) case where the XServer
15329 has a different idea about the size required for a particular
15330 frame and gives us too small a memory allocation.
15332 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
15334 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15335 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15336 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15337 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15338 Improve the errors produced on bad output, including some human
15339 readable description strings.
15340 Handle RGB Xv formats properly by transforming them into our
15341 big-endian caps description.
15342 Use gst_caps_truncate to ensure that we never try and choose a
15343 non-fixed caps in buffer_alloc.
15344 Handle the case where the XServer has a different idea about the size
15345 required for a particular frame and gives us too small a memory
15347 Use -1 to indicate 'no image format', because 0 is a valid XServer
15348 image format number.
15349 Put RGB Xv formats at the end of the caps, so that we always prefer
15351 Iterate the available Xv Encodings to determine the maximum width and
15352 height, and then return that in our caps.
15353 (Closes #315312, #337544)
15355 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
15357 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15358 When there is only one unfinished pad and it receives an event that
15359 doesn't match our requirements, we need to set alldone=FALSE so that
15360 the fakesink is not removed yet.
15362 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
15364 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15365 Use gst_type_find_helper_for_buffer() to find the type
15366 of stream from the first packet.
15369 Bump requirements to core CVS (needed for vorbis
15370 typefinding to work).
15372 2006-05-24 Edward Hervey <edward@fluendo.com>
15374 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15375 Added the 'prfl' atom type which MQV (no, it's not a typo) files
15376 contain. Else they play perfectly fine with qtdemux.
15378 2006-05-23 Stefan Kost <ensonic@users.sf.net>
15380 * ext/theora/theoradec.c:
15381 * ext/theora/theoraenc.c:
15382 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15383 * gst/audiorate/gstaudiorate.c:
15384 make more debug catagories static
15386 * tests/check/Makefile.am:
15387 * tests/check/elements/adder.c: (message_received),
15388 (test_event_message_received), (GST_START_TEST),
15389 (test_play_twice_message_received), (adder_suite):
15390 added test case for using element twice, extra bonus points for anyone
15391 who can make these test run reliably
15393 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
15395 * ext/theora/theoradec.c: (theora_dec_chain):
15396 Make work with time-stamped input buffers that do not
15397 have a granulepos in BUFFER_OFFSET_END (like theora
15398 buffers coming from matroskademux). Fixes #342448.
15400 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
15402 Patch by: Peter Kjellerstedt <pkj at axis com>
15404 * gst/tcp/Makefile.am:
15405 fdstresstest doesn't need Gtk+, fix compilation if
15406 gtk is not available (#342566).
15408 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
15410 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
15412 Removed redundant floor()
15414 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
15416 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15417 On second thought, just skip JUNK chunks automatically, so
15418 the caller doesn't have to handle this. Fixes #342345.
15419 Also, return GST_FLOW_UNEXPECTED if we get a short read,
15420 not GST_FLOW_ERROR.
15422 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
15424 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15425 Don't bail out on JUNK chunks with a size of 0 (would try to
15426 pull_range 0 bytes before, which sources don't like too much).
15429 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
15431 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15432 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15433 Use the gstutil scaling function to preserve 64 bits while calculating
15434 output width and height from the display-aspect-ratio. (A continuation
15437 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
15439 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15440 (gst_xvimagesink_buffer_alloc):
15441 * sys/xvimage/xvimagesink.h:
15442 When performing buffer allocations, remember the caps and image format
15443 we return so that if the same caps are asked for next time we can
15444 return them immediately without doing any caps intersections.
15446 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
15448 * gst-libs/gst/rtp/README:
15449 Some new documentation
15450 * gst-libs/gst/rtp/gstrtpbuffer.h:
15451 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
15452 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
15453 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15454 New RTP audio base payloader class. Supports frame or sample based
15455 codecs. Not enabled in Makefile.am until approved.
15457 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15459 * tests/check/elements/alsa.c: (test_device_property_probe):
15460 Fix test case: don't try to free NULL GValueArray when there
15463 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15465 * tests/check/Makefile.am:
15466 * tests/check/elements/alsa.c: (test_device_property_probe),
15467 (alsa_suite), (main):
15468 Add simple test that runs a device property probe on alsasrc,
15469 alsasink and alsamixer. Disable valgrind check for now (too
15470 many leaks in libasound, and valgrind ignored my suppressions
15473 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15475 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15476 (gst_alsa_device_property_probe_probe_property),
15477 (gst_alsa_device_property_probe_needs_probe),
15478 (gst_alsa_device_property_probe_get_values),
15479 (gst_alsa_type_add_device_property_probe_interface):
15480 * ext/alsa/gstalsadeviceprobe.h:
15481 * ext/alsa/gstalsamixerelement.c:
15482 (gst_alsa_mixer_element_init_interfaces):
15483 * ext/alsa/gstalsamixerelement.h:
15484 Clean up and simplify alsa device probing. Make it actually work
15485 for multiple classes. Don't cache results any longer.
15487 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15488 (gst_alsasink_init):
15489 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15490 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15491 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15492 Make alsasink and alsasrc implement the GstPropertyProbe interface
15493 for device probing (#342181).
15494 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
15496 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15498 * gst/subparse/samiparse.c: (handle_start_font):
15499 Don't ignore return value of strtol (++compiler_happiness).
15501 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
15503 Patch by: Young-Ho Cha <ganadist chollian net>
15505 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15506 (gst_sub_parse_class_init), (gst_sub_parse_init),
15507 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15508 (convert_encoding):
15509 * gst/subparse/gstsubparse.h:
15510 Add 'encoding' property (#341681).
15512 * gst/subparse/samiparse.c: (characters_sami):
15513 Output is pango markup, so we need to escape text
15514 between tags (#342143).
15516 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
15518 * gst-libs/gst/audio/multichannel.c:
15519 (gst_audio_check_channel_positions):
15520 It's okay to have caps with channels=1 and a channel position
15521 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15522 (deinterleavers might want to keep the position in the caps,
15523 so that they can be re-interleaved again properly later).
15524 Leave check for unexpected 2-channel layouts intact for now.
15526 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15528 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15529 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15530 basesrc can do its job correctly.
15532 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
15534 * ext/alsa/Makefile.am:
15535 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15536 (gst_alsa_detect_formats), (get_channel_free_structure),
15537 (caps_add_channel_configuration), (gst_alsa_detect_channels),
15538 (gst_alsa_probe_supported_formats):
15539 * ext/alsa/gstalsa.h:
15540 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15541 Refactor and improve caps probing code: probe signedness
15542 when we probe the supported formats/widths; set endianness
15543 to the one we actually probed for (ie. cpu endianness).
15545 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15546 (gst_alsasrc_close):
15547 * ext/alsa/gstalsasrc.h:
15548 Implement caps probing for alsasrc.
15550 2006-05-15 Wim Taymans <wim@fluendo.com>
15552 * ext/theora/theoradec.c: (gst_theora_dec_reset),
15553 (theora_dec_src_query), (theora_dec_src_event),
15554 (theora_dec_sink_event), (theora_handle_comment_packet),
15555 (theora_handle_data_packet), (theora_dec_change_state):
15556 Cleanups, add some G_LIKELY.
15557 Use segment helpers instead of our own wrong code.
15558 Clear queued buffers on seek and READY.
15560 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15561 (vorbis_dec_convert), (vorbis_dec_src_query),
15562 (vorbis_dec_src_event), (vorbis_dec_sink_event),
15563 (vorbis_handle_comment_packet), (vorbis_dec_push),
15564 (vorbis_handle_data_packet), (vorbis_dec_chain),
15565 (vorbis_dec_change_state):
15566 * ext/vorbis/vorbisdec.h:
15567 Remove old useless packetno variable.
15568 Do position query properly.
15570 Do cleanup of queued buffers in new helper function
15573 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15575 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15576 Query supported sample rates. Fixes #341732.
15578 2006-05-15 Julien MOUTTE <julien@moutte.net>
15580 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15581 (gst_decode_bin_change_state): Make decodebin reusable
15582 when going from PAUSE_TO_READY and then back to PAUSED.
15585 2006-05-15 Wim Taymans <wim@fluendo.com>
15587 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15588 (vorbis_dec_convert), (vorbis_dec_src_query),
15589 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15590 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15591 (vorbis_dec_clean_queued), (vorbis_dec_push),
15592 (vorbis_handle_data_packet), (vorbis_dec_change_state):
15593 Cleanups. Use refcounting and DEBUG_OBJECT.
15594 Reset segment on flush, use code methods instead of our
15596 Fix potential memleak.
15598 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15600 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15601 (gst_alsasink_init):
15602 * ext/alsa/gstalsasink.h:
15603 Don't leak allocated snd_output_t structure if there's
15604 more than one alsasink instance at a time (#341873).
15605 Also fix GObject macros in header file.
15607 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15609 * gst/subparse/gstsubparse.c:
15610 (gst_sub_parse_data_format_autodetect):
15611 Don't use libxml functions in the typefinding code.
15613 2006-05-15 Wim Taymans <wim@fluendo.com>
15615 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15616 Fix seeking performance in the case where a non-header
15617 packet has a 0 granulepos (busted theora case).
15619 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15620 the first place, you limelight stealer you)
15622 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15624 * gst/subparse/gstsubparse.c:
15625 (gst_sub_parse_data_format_autodetect):
15626 Improve SAMI typefinding: handle case where there are
15627 whitespaces or newlines in front of the first <SAMI>
15630 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15633 Build video4linux plugin even if there's no XVIDEO, just
15634 without implementing the GstXOverlay interface (#334002).
15636 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15639 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15641 Add tentative support for libvisual-0.4 (#336881).
15643 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15645 Patch by: Young-Ho Cha <ganadist at chollian net>
15647 * gst/subparse/samiparse.c: (handle_start_font):
15648 Need to map "silver" colour explicitly (#169936).
15650 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15652 Patch by: Young-Ho Cha <ganadist at chollian net>
15654 * gst/subparse/Makefile.am:
15655 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15656 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15657 (gst_sub_parse_format_autodetect), (feed_textbuf),
15658 (gst_subparse_type_find), (plugin_init):
15659 * gst/subparse/gstsubparse.h:
15660 * gst/subparse/samiparse.c:
15661 * gst/subparse/samiparse.h:
15662 Add support for SAMI subtitles (#169936).
15664 2006-05-14 Michael Smith <msmith@fluendo.com>
15666 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15667 Fix #341696: crash when mixing L+R+C to mono or stereo.
15668 * tests/check/Makefile.am:
15669 * tests/check/elements/audioconvert.c: (set_channel_positions),
15670 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15671 (audioconvert_suite):
15672 Add test for the above, including some generic framework bits for
15673 testing multichannel things.
15675 === release 0.10.7 ===
15677 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
15680 releasing 0.10.7, "Leave the gun"
15682 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
15684 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15685 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15688 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
15690 * docs/libs/gst-plugins-base-libs-docs.sgml:
15691 * docs/libs/gst-plugins-base-libs-sections.txt:
15692 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15693 * gst-libs/gst/video/video.h:
15694 * gst/videoscale/Makefile.am:
15695 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15696 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15697 * tests/check/Makefile.am:
15698 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15700 Fix integer overflow problem with pixel-aspect-ratio calculations
15701 in videoscale and xvimagesink (#341542)
15703 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
15705 * gst-libs/gst/tag/gstid3tag.c:
15706 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15708 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
15711 update win32 files listing
15713 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
15715 patch by: Sjoerd Simons (sjoerd@luon.net)
15717 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15718 (group_create), (group_destroy), (add_stream),
15719 (gst_play_base_bin_get_property),
15720 (gst_play_base_bin_get_streaminfo_value_array):
15721 * gst/playback/gstplaybasebin.h:
15722 API: GstPlayBaseBin::stream-info-value-array property
15723 use a more bindings-friendly way of exposing streaminfo
15724 using a GValueArray. Tested in ipython.
15727 2006-05-11 Wim Taymans <wim@fluendo.com>
15729 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15730 (queue_underrun_cb), (queue_filled_cb):
15731 Also catch queue underruns but don't do anything yet.
15732 Refactor and comment queue enlarging code a bit.
15734 * gst/playback/gstplaybasebin.c: (queue_overrun),
15735 (queue_threshold_reached), (queue_out_of_data),
15736 (gen_preroll_element):
15737 If a queue over/underruns check that we don't create nasty
15738 deadlocks when the min-threshold is not reached but the
15739 max-bytes is. In those cases disable max-bytes when we
15740 know that the queue is fed timed data.
15743 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
15745 * gst/playback/gstplaybin.c: (gen_audio_element):
15746 Make playbin automatically plug an 'audioresample'
15747 element before the audio sink as well. This solves
15748 problems with sinks that only accept a very specific
15749 sample rate, like esdsink (e.g. #340379).
15751 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
15753 * gst/playback/gstplaybasebin.c: (gen_source_element):
15754 Make http sources send special headers so that we receive
15755 icecast metadata if the http stream is an icecast stream
15756 (otherwise the server will just ignore them). This also
15757 means that from now on users will need the 'icydemux'
15758 element from gst-plugins-good installed if they want to
15759 listen to icecast radio streams. (#341432, #333657).
15761 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
15763 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15764 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15765 remove stupid example from docs - it should come with a simple
15768 * tests/check/elements/multifdsink.c: (wait_bytes_served),
15769 (fail_if_can_read), (GST_START_TEST),
15770 (gst_multifdsink_create_streamheader), (multifdsink_suite):
15771 add a test for changing streamheader which exposes a bug in
15774 2006-05-11 Michael Smith <msmith@fluendo.com>
15776 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15777 (gst_gnome_vfs_src_received_headers_callback):
15778 * ext/gnomevfs/gstgnomevfssrc.h:
15779 Don't set icy-caps unless we have a sane interval value. Move
15780 interval to a local variable; we never use it outside this function.
15782 2006-05-11 Wim Taymans <wim@fluendo.com>
15784 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15785 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15786 Register special buffer types along with the objects so
15787 that they are not registered at runtime from N different
15788 streaming threads since they are not threadsafe.
15790 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
15792 * tests/check/elements/multifdsink.c: (wait_bytes_served),
15793 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15794 add two more tests, one doing streamheader
15796 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
15798 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15799 clean up the bufqueue when shutting down
15800 * tests/check/Makefile.am:
15801 * tests/check/elements/multifdsink.c: (setup_multifdsink),
15802 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15804 add a test for the leak that was just fixed
15806 2006-05-10 Wim Taymans <wim@fluendo.com>
15808 * gst/adder/gstadder.c: (gst_adder_setcaps),
15809 (gst_adder_query_duration), (gst_adder_query), (forward_event),
15810 (gst_adder_src_event), (gst_adder_sink_event),
15811 (gst_adder_class_init), (gst_adder_finalize),
15812 (gst_adder_request_new_pad), (gst_adder_collected):
15813 * gst/adder/gstadder.h:
15814 Updated some docs. Added comments and FIXMEs all over the place.
15815 Improve debugging info.
15816 Fix leak on finalize by not calling the parent.
15817 Implement duration query.
15818 Make event forwarding threadsafe.
15819 Correctly send NEWSEGMENT at start and after flush.
15820 Handle EOS correctly.
15821 Post error when not negotiated.
15823 * tests/check/elements/adder.c: (GST_START_TEST):
15824 Added FIXME in the test.
15826 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
15828 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15829 (gst_text_overlay_halign_get_type),
15830 (gst_text_overlay_wrap_mode_get_type):
15831 * ext/theora/theoradec.c: (theora_handle_type_packet),
15832 (theora_handle_data_packet):
15833 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15834 (theora_enc_sink_setcaps), (theora_enc_chain):
15835 * gst-libs/gst/cdda/gstcddabasesrc.c:
15836 (gst_cdda_base_src_mode_get_type):
15837 * gst/audiotestsrc/gstaudiotestsrc.c:
15838 (gst_audiostestsrc_wave_get_type):
15839 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15840 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15841 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15842 (gst_sync_method_get_type), (gst_unit_type_get_type),
15843 (gst_client_status_get_type):
15844 * gst/videoscale/gstvideoscale.c:
15845 (gst_video_scale_method_get_type):
15846 * gst/videotestsrc/gstvideotestsrc.c:
15847 (gst_video_test_src_pattern_get_type):
15848 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15849 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15850 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15851 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15852 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15853 (paint_setup_RGB565), (paint_setup_xRGB1555):
15854 Const-ify GEnumValue and GFlagsValue arrays. Use
15855 GST_ROUND_UP_* macros instead of home-made ones.
15857 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
15860 Require core CVS for the new newsegment stuff.
15862 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
15864 Patch by: Sjoerd Simons <sjoerd at luon net>
15866 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15867 Register nick for enum value (#341160).
15869 2006-05-09 Stefan Kost <ensonic@users.sf.net>
15871 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15873 backout typefind patch #340375
15875 * tests/check/elements/adder.c: (message_received),
15876 (GST_START_TEST), (adder_suite):
15877 redo, signal-handling of test
15879 2006-05-09 Wim Taymans <wim@fluendo.com>
15881 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15882 (gst_adder_collected):
15883 * gst/adder/gstadder.h:
15884 Remove bogus segment merging and forwarding, we don't
15885 care about timestamps anyway and we just produce a
15887 Also create a nice NEWSEGMENT event when we start.
15888 Use _scale_int some more.
15890 2006-05-09 Edward Hervey <edward@fluendo.com>
15892 * tests/icles/stress-xoverlay.c:
15893 Fix if core was built without parsing support.
15895 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
15897 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15898 Add SEDG (Samsung MPEG-4) fourcc.
15900 2006-05-09 Edward Hervey <edward@fluendo.com>
15902 * tests/icles/stress-xoverlay.c:
15903 * tests/examples/volume/volume.c:
15904 Fix if core was built without parsing support.
15906 * tests/examples/seek/seek.c:
15907 Disable the parse_launch example if core was built without parsing
15910 2006-05-08 Edward Hervey <edward@fluendo.com>
15912 * autogen.sh: (CONFIGURE_DEF_OPT):
15913 libtoolize on Darwin/MacOSX is called glibtoolize
15915 2006-05-07 Stefan Kost <ensonic@users.sf.net>
15917 * tests/check/Makefile.am:
15918 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15919 Disable the adder test, until the build-slaves posses the kindness to
15920 either like it or to give valid reason for not doing so
15922 2006-05-07 Stefan Kost <ensonic@users.sf.net>
15924 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15926 Shuffle NULL state change around and raise timeout more
15928 2006-05-07 Stefan Kost <ensonic@users.sf.net>
15930 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15931 (mp4_type_find), (plugin_init):
15932 Add typefind to distinguish between "audio/x-m4a" and new type
15933 "video/mp4". Fixes #340375
15935 * tests/check/elements/adder.c: (adder_suite):
15936 Raise timeout to make buildbot happy
15938 2006-05-07 Stefan Kost <ensonic@users.sf.net>
15940 * gst/adder/gstadder.c: (gst_adder_sink_event),
15941 (gst_adder_request_new_pad), (gst_adder_change_state):
15942 * gst/adder/gstadder.h:
15943 * tests/check/Makefile.am:
15944 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15945 (adder_suite), (main):
15946 Add sink-event handling to adder. It tries to merge incomming
15947 newsegment-events. Added test to check if segment_done is comming
15948 through. Fixes #340060
15950 2006-05-05 Andy Wingo <wingo@pobox.com>
15952 * ext/theora/theoraparse.c (gst_theora_parse_init)
15953 (theora_parse_src_convert, theora_parse_src_query):
15954 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15955 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15956 query functions on the source pads of the theora and vorbis parse
15957 elements. Fixes position querying when doing a remux.
15959 2006-05-05 Michael Smith <msmith@fluendo.com>
15961 * ext/theora/theoraparse.c: (parse_granulepos),
15962 (theora_parse_drain_queue_prematurely),
15963 (theora_parse_queue_buffer), (theora_parse_sink_event):
15965 Fix invalid granulepos outputs when starting with a non-keyframe.
15967 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
15969 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15970 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15971 Rearrange MPEG system stream detection, fixing some memleaks in the
15973 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15974 they clean up their data correctly.
15975 Remove unused ogganx caps and move the 'is_annodex' check to inside
15976 the 'is_ogg' if statement.
15978 2006-05-05 Wim Taymans <wim@fluendo.com>
15980 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15981 Properly remove ghostpads. Fixes #340392
15983 2006-05-04 David Schleef <ds@schleef.org>
15985 * gst/typefind/gsttypefindfunctions.c:
15987 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
15989 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15990 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15992 When typefinding an MP3 in push-based mode, don't penalise the
15993 probability down to 74% when we found 5 valid frames just because we
15994 can't peek the end of the file.
15996 Make the probability for detecting MPEG Transport Streams based on the
15997 number of sequential headers we successfully detected.
15999 2006-05-03 Wim Taymans <wim@fluendo.com>
16001 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16002 (vorbis_dec_push), (vorbis_dec_chain):
16003 Still produce an error when we receive an empty packet.
16005 2006-05-03 Wim Taymans <wim@fluendo.com>
16007 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16008 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
16009 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
16010 Mark buffers with DISCONT after seek and after activating new
16013 * ext/theora/gsttheoradec.h:
16014 * ext/theora/theoradec.c: (gst_theora_dec_reset),
16015 (theora_get_query_types), (theora_dec_sink_event),
16016 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
16017 (theora_dec_change_state):
16019 Detect and mark DISCONT buffers.
16021 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16022 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
16023 (vorbis_dec_change_state):
16024 * ext/vorbis/vorbisdec.h:
16026 Detect and mark DISCONT buffers.
16027 Don't crash on 0 sized buffers.
16029 2006-05-03 Wim Taymans <wim@fluendo.com>
16031 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
16032 (volume_transform_ip):
16033 Increase "volume" property to 10.0. Fixes #340369.
16034 Set the process function to NULL when capsnego fails so that
16035 we properly error out.
16037 2006-05-02 Stefan Kost <ensonic@users.sf.net>
16039 * gst/playback/gstplaybin.c: (add_sink):
16040 * gst/playback/test.c: (main):
16041 * gst/playback/test5.c: (dump_element_stats):
16042 * gst/playback/test6.c: (main):
16043 free caps using gst_caps_unref, don't leak caps-strings
16045 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
16047 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
16049 Refine musepack typefinding a bit. Return MAXIMUM
16050 probability when we detect stream version 7 to make
16051 sure the mpeg audio typefinder doesn't trump us.
16053 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
16055 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16056 Protect against unexpected NULL strf_data buffer.
16058 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
16060 * tests/check/elements/audioconvert.c: (verify_convert),
16062 interpret the out[] buffer in the order the bytes are actually
16063 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
16064 Other tests should use BYTE_ORDER since the array is filled in
16067 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
16069 * tests/check/elements/audioconvert.c: (verify_convert),
16071 when a test fails, give an indication of which it is
16073 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
16075 * gst-libs/gst/cdda/gstcddabasesrc.c:
16076 compile fix; strtol() needs <stdlib.h>
16078 2006-04-28 Stefan Kost <ensonic@users.sf.net>
16080 * ext/alsa/gstalsamixerelement.c:
16081 * ext/alsa/gstalsasrc.c:
16082 * ext/cdparanoia/gstcdparanoiasrc.c:
16083 * ext/gnomevfs/gstgnomevfssink.c:
16084 * ext/gnomevfs/gstgnomevfssrc.c:
16085 * ext/ogg/gstoggdemux.c:
16086 * ext/ogg/gstoggmux.c:
16087 * ext/ogg/gstoggparse.c:
16088 * ext/ogg/gstogmparse.c:
16089 * ext/pango/gstclockoverlay.c:
16090 * ext/pango/gsttextoverlay.c:
16091 * ext/pango/gsttextrender.c:
16092 * ext/pango/gsttimeoverlay.c:
16093 * ext/theora/theoradec.c:
16094 * ext/theora/theoraenc.c:
16095 * ext/vorbis/vorbisdec.c:
16096 * ext/vorbis/vorbisenc.c:
16097 * gst-libs/gst/audio/gstaudiofilter.c:
16098 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16099 * gst/audioconvert/gstaudioconvert.c:
16100 * gst/audiorate/gstaudiorate.c:
16101 * gst/audioresample/gstaudioresample.c:
16102 * gst/audiotestsrc/gstaudiotestsrc.c:
16103 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16104 * gst/playback/gstdecodebin.c:
16105 * gst/playback/gstplaybin.c:
16106 * gst/playback/gststreamselector.c:
16107 * gst/subparse/gstsubparse.c:
16108 * gst/tcp/gstmultifdsink.c:
16109 * gst/tcp/gsttcpclientsink.c:
16110 * gst/tcp/gsttcpclientsrc.c:
16111 * gst/tcp/gsttcpserversink.c:
16112 * gst/tcp/gsttcpserversrc.c:
16113 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16114 * gst/videorate/gstvideorate.c:
16115 * gst/videoscale/gstvideoscale.c:
16116 * gst/videotestsrc/gstvideotestsrc.c:
16117 * gst/volume/gstvolume.c:
16118 * sys/v4l/gstv4ljpegsrc.c:
16119 * sys/v4l/gstv4lmjpegsink.c:
16120 * sys/v4l/gstv4lmjpegsrc.c:
16121 * sys/v4l/gstv4lsrc.c:
16122 * sys/ximage/ximagesink.c:
16123 * sys/xvimage/xvimagesink.c:
16124 * tests/check/libs/cddabasesrc.c:
16125 make GstElementDetails const
16127 2006-04-28 Stefan Kost <ensonic@users.sf.net>
16129 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16131 send events from src-pad to all sink-pads fixes #338657
16133 2006-04-28 Stefan Kost <ensonic@users.sf.net>
16135 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16136 (alsasink_parse_spec):
16137 query width capabilities from alsa, fixes #338919
16139 2006-04-28 Wim Taymans <wim@fluendo.com>
16141 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16142 (gst_multi_fd_sink_remove_client_link):
16143 * gst/tcp/gstmultifdsink.h:
16144 Fix race condition in multifdsink that can lead to spurious
16145 duplicate clients. this patch adds a new signal that is fired when
16146 multifdsink has removed all references to the fd.
16148 Updated documentation.
16149 API: client-fd-removed signal added
16151 2006-04-28 Michael Smith <msmith@fluendo.com>
16153 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16154 When asking g_value_array_new to prealloc elements, we may as well
16155 ask for the right number of elements.
16157 2006-04-28 Wim Taymans <wim@fluendo.com>
16159 * gst-libs/gst/audio/gstbaseaudiosink.c:
16160 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16161 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16162 patch to make timestamp checking more tollerant to rounding
16163 errors given that real discontinuities are to be marked on
16164 buffers. Fixes some asf files and #338778.
16165 Also avoid some crashers when we receive an event in the
16168 2006-04-28 Michael Smith <msmith@fluendo.com>
16170 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16171 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16172 (gst_gnome_vfs_src_get_property),
16173 (gst_gnome_vfs_src_send_additional_headers_callback),
16174 (gst_gnome_vfs_src_received_headers_callback),
16175 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16176 (gst_gnome_vfs_src_stop):
16177 * ext/gnomevfs/gstgnomevfssrc.h:
16178 Remove ICY handling (mostly) from gnomevfssrc, in favour of
16179 proper shared support within icydemux.
16181 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16183 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16184 (gst_video_rate_swap_prev), (gst_video_rate_chain):
16186 fix a leak when no caps negotiated
16187 fix counting of input frames
16188 * tests/check/elements/.cvsignore:
16189 * tests/check/elements/videorate.c: (assert_videorate_stats),
16190 (GST_START_TEST), (videorate_suite):
16191 add tests for these
16193 2006-04-28 Wim Taymans <wim@fluendo.com>
16195 * gst-libs/gst/audio/gstringbuffer.c:
16196 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16197 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16198 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16199 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16200 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16201 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16202 (gst_ring_buffer_commit), (gst_ring_buffer_read),
16203 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16204 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16205 Check arguments passed to public functions instead of
16208 2006-04-28 Wim Taymans <wim@fluendo.com>
16210 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16211 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16212 GstBaseAudioSrc must be live or it does not work.
16214 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16215 Don't set live to TRUE as this is the default in the parentclass.
16217 2006-04-28 Wim Taymans <wim@fluendo.com>
16219 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16220 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16221 Videoscale doesn't pass on pixel-aspect ratio. Handle all
16222 fixation cases better. Fixes #338991
16224 2006-04-28 Wim Taymans <wim@fluendo.com>
16226 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16227 Handle 0/1 framerate correctly Fixes #331901.
16229 2006-04-28 Wim Taymans <wim@fluendo.com>
16231 * tests/check/elements/audioconvert.c: (get_float_caps),
16232 (GST_START_TEST), (audioconvert_suite):
16233 Added check for correct clipping when doing float samples
16236 2006-04-28 Wim Taymans <wim@fluendo.com>
16238 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16239 (gst_video_rate_chain):
16240 Print more debugging info.
16242 2006-04-28 Wim Taymans <wim@fluendo.com>
16244 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16245 (resample_set_state_from_caps):
16246 Add support for other formats audioresample can handle such as
16247 32 bits in and float and 64 bits float. Fixes #301759
16249 2006-04-28 Wim Taymans <wim@fluendo.com>
16251 * gst/audioconvert/audioconvert.c: (float):
16252 correctly clip float samples > 1.0. Fixes #338718
16254 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
16256 Patch by: Young-Ho Cha <ganadist at chollian net>
16258 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16259 (gst_text_overlay_render_text):
16260 Don't strip newlines from the text. Also, center lines
16261 within multi-line paragraphs (#339405).
16263 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
16265 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16266 Fix wavpack typefinding to work in more cases (don't peek
16267 for chunks of multiple hundred kBs at once, but process
16268 things step-by-step in smaller units). Fixes #339786.
16270 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16275 === release 0.10.6 ===
16277 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16280 releasing 0.10.6, "Chao"
16282 2006-04-26 David Schleef <ds@schleef.org>
16284 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16287 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
16290 * win32/common/config.h:
16293 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
16295 patch by: Wim Taymans
16297 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16298 (gst_ogg_demux_perform_seek):
16299 make sure correct newsegments are sent, so that the decoder
16300 and the demuxer agree on timestamps. Fixes playback of a lot
16301 of Ogg files that do not start from 0. Fixes #339833.
16303 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
16305 Patch by: Edward Hervey <edward@fluendo.com>
16307 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16308 * tests/check/Makefile.am:
16309 * tests/check/elements/videorate.c: (assert_videorate_stats),
16310 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16311 (videorate_suite), (main):
16312 Fix an infinite loop if frames are passed in with wrongly ordered
16313 timestamps. Fixes #339013.
16315 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
16317 Patch by: Tim-Philipp Müller <tim at centricular dot net>
16319 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16320 fix typefinding on some ISO files. Fixes #339212.
16322 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
16324 Patch by: Tim-Philipp Müller <tim at centricular dot net>
16326 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16327 add another H264 fourcc. Fixes #339047.
16329 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
16331 Patch by: Jan Schmidt
16333 * gst/playback/gststreamselector.c:
16334 (gst_stream_selector_bufferalloc):
16335 Restore old StreamSelector behaviour.
16338 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
16341 * win32/common/config.h:
16344 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
16346 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
16348 * gst-libs/gst/rtp/gstbasertpdepayload.c:
16349 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16350 Fix some memory leaks: on finalize, free buffers left in the queue
16351 before destroying the queue; in _push(), unref rtp_buf even if
16352 the process vfunc returned a NULL buffer as output buffer (#337548);
16353 demote some recuring debug messages to LOG level.
16355 2006-04-11 Wim Taymans <wim@fluendo.com>
16357 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16358 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16359 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16360 (gst_ogg_demux_loop):
16362 Respect segment stop when emiting EOS or SEGMENT_DONE.
16365 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
16367 * gst/playback/gststreamselector.c:
16368 (gst_stream_selector_get_property):
16369 Don't leak pad name.
16371 2006-04-10 Michael Smith <msmith@fluendo.com>
16373 * tests/check/Makefile.am:
16374 * tests/check/gst-plugins-base.supp:
16375 Suppress an old libtheora bug (fixed in more recent versions), so
16376 that FC4 buildslaves can pass.
16378 2006-04-10 Wim Taymans <wim@fluendo.com>
16380 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16381 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16382 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16383 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16384 (gst_ogg_demux_loop):
16386 Remember what error we got when finding chains, if we
16387 were shutdown, that would not be an error.
16389 2006-04-10 Wim Taymans <wim@fluendo.com>
16391 * gst-libs/gst/audio/gstbaseaudiosink.c:
16392 (gst_base_audio_sink_event):
16393 Starting the ringbuffer when we did not acquire it can cause
16394 a deadlock, is pointless and causes nasty things for
16396 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16398 2006-04-10 Wim Taymans <wim@fluendo.com>
16400 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16401 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16402 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16403 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16404 (gst_ogg_demux_deactivate_current_chain),
16405 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16406 (gst_ogg_demux_bisect_forward_serialno),
16407 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16408 Add some more debugging.
16410 2006-04-10 Wim Taymans <wim@fluendo.com>
16412 * ext/theora/theoradec.c: (theora_dec_src_event),
16413 (theora_handle_data_packet):
16414 Some more debug info.
16416 * tests/examples/seek/seek.c: (start_seek), (main):
16417 Print element messages too.
16419 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
16421 * gst/audioresample/debug.h:
16422 replace debug macros with variable number of parameters
16423 by a simple alias to gstreamer standard debug macros
16424 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16425 supported by MSVC 6.0 and 7.1)
16426 * gst/audioresample/resample.h:
16427 define M_PI and rint for WIN32
16428 * win32/common/libgstaudio.def:
16429 * win32/common/libgstriff.def:
16430 * win32/common/libgsttag.def:
16431 * win32/common/libgstvideo.def:
16432 add new exported functions
16434 update project files
16436 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16438 * ext/alsa/gstalsamixeroptions.c:
16439 (gst_alsa_mixer_options_class_init):
16440 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16441 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16442 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16443 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16444 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16445 * gst-libs/gst/audio/gstaudiofilter.c:
16446 (gst_audio_filter_class_init):
16447 * gst-libs/gst/audio/gstaudiosink.c:
16448 (gst_audioringbuffer_class_init):
16449 * gst-libs/gst/audio/gstaudiosrc.c:
16450 (gst_audioringbuffer_class_init):
16451 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16452 * gst-libs/gst/interfaces/colorbalancechannel.c:
16453 (gst_color_balance_channel_class_init):
16454 * gst-libs/gst/interfaces/mixeroptions.c:
16455 (gst_mixer_options_class_init):
16456 * gst-libs/gst/interfaces/mixertrack.c:
16457 (gst_mixer_track_class_init):
16458 * gst-libs/gst/interfaces/tunerchannel.c:
16459 (gst_tuner_channel_class_init):
16460 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16461 * gst-libs/gst/netbuffer/gstnetbuffer.c:
16462 (gst_netbuffer_class_init):
16463 * gst-libs/gst/rtp/gstbasertppayload.c:
16464 (gst_basertppayload_class_init):
16465 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16466 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16467 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16468 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16469 * gst/playback/gststreamselector.c:
16470 (gst_stream_selector_class_init):
16471 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16472 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16473 * sys/v4l/gstv4lcolorbalance.c:
16474 (gst_v4l_color_balance_channel_class_init):
16475 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16476 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16477 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16478 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16479 (gst_v4l_tuner_norm_class_init):
16480 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16481 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16482 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16483 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16485 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16487 * ext/pango/gsttextrender.h:
16488 * gst-libs/gst/audio/gstaudiosink.h:
16489 * gst-libs/gst/audio/gstaudiosrc.h:
16490 * gst-libs/gst/audio/gstbaseaudiosink.h:
16491 * gst-libs/gst/audio/gstbaseaudiosrc.h:
16492 * gst-libs/gst/audio/gstringbuffer.h:
16493 * gst-libs/gst/rtp/gstbasertpdepayload.h:
16494 * gst-libs/gst/rtp/gstbasertppayload.h:
16495 * gst-libs/gst/video/gstvideofilter.h:
16496 * gst-libs/gst/video/gstvideosink.h:
16497 * gst/playback/gstplaybasebin.h:
16498 * gst/tcp/gstmultifdsink.h:
16499 * sys/v4l/gstv4lelement.h:
16500 Fix broken GObject macros
16502 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16504 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16505 More debug to trace why my USB headset is not working with gst
16507 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
16509 * gst/playback/gstplaybasebin.c: (group_destroy):
16510 Clean up our group elements properly in the case where it never
16511 got committed - it still got added unconditionally to the bin.
16513 2006-04-07 Wim Taymans <wim@fluendo.com>
16515 * ext/theora/theoradec.c: (theora_dec_sink_event),
16516 (theora_handle_data_packet), (theora_dec_chain):
16517 Unref unhandled events.
16518 Protect against empty buffers.
16519 Perform QoS on running time.
16521 2006-04-07 Michael Smith <msmith@fluendo.com>
16523 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16524 (gst_vorbis_enc_chain):
16525 Remove leaks from vorbisenc.
16526 Mostly minor changes, the only significant one is that now the
16527 buffers we set as 'streamheader' on the caps are copies of the
16528 original buffers, to avoid circular refcounting problems.
16530 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
16532 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16533 Don't remove our mute-probe if someone else already did so.
16534 Don't set a 2nd one if there is already one pending on the pad.
16536 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16538 When a seek fails, ensure that playbin is still set back to playing.
16540 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16541 (mpeg_ts_type_find), (plugin_init):
16542 Add a typefind function for mpeg-ts streams. (Closes: #336617)
16544 2006-04-06 Andy Wingo <wingo@pobox.com>
16546 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
16547 (gst_video_rate_init): Caps-related parameters should not be reset
16548 by a flush -- move their inits to the instance init function.
16549 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16550 is not OK, just return the result.
16552 * gst/audiotestsrc/gstaudiotestsrc.c
16553 (gst_audio_test_src_class_init)
16554 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16555 broken by Stefan's commit on 24 March.
16557 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16558 buffers being pushed out. Fixes oggmux ! multifdsink.
16560 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
16562 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16563 (gst_vorbis_dec_init), (vorbis_dec_finalize):
16564 * ext/vorbis/vorbisdec.h:
16565 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16566 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16567 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16568 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16569 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16570 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16571 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16572 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16573 (gst_vorbis_enc_buffer_from_packet),
16574 (gst_vorbis_enc_buffer_from_header_packet),
16575 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16576 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16577 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16578 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16579 (gst_vorbis_enc_change_state):
16580 * ext/vorbis/vorbisenc.h:
16581 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16582 vorbisenc adhere to the official nomenclature; use boilerplate
16585 2006-04-04 Andy Wingo <wingo@pobox.com>
16587 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16588 Whoops, fix bug introduced. Bad hacker!
16590 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16591 Properly handle the case where you get EOS before any buffers are
16592 received. Use gst_buffer_make_metadata_writable where appropriate.
16594 * ext/theora/theoradec.c (theora_handle_data_packet): This value
16595 is often negative -- make it signed so as not to wrap around.
16596 Fixes segfaults introduced on 9 March.
16598 2006-04-03 Wim Taymans <wim@fluendo.com>
16600 * ext/theora/gsttheoradec.h:
16601 * ext/theora/theoradec.c: (theora_dec_src_event):
16602 Don't try to store a gdouble in a gboolean.
16605 2006-04-03 Michael Smith <msmith@fluendo.com>
16607 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16609 Make it suck slightly less by writing out the final page.
16610 Still can't encode a vorbis-in-ogg file correctly, though.
16612 2006-04-03 Andy Wingo <wingo@pobox.com>
16614 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16617 * ext/theora/theora.c (plugin_init): Register theoraparse.
16619 * ext/theora/gsttheoraparse.h:
16620 * ext/theora/theoraparse.c: New files implementing a theora
16621 parser. Now we can properly remux ogg/theora+vorbis, yay.
16623 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16625 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
16627 * gst/audiotestsrc/gstaudiotestsrc.c:
16628 Fixed the sample pipeline (see #323798)
16630 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
16633 * win32/common/config.h:
16634 * win32/common/config.h.in:
16635 use AS_VERSION and AS_NANO
16638 2006-03-31 Andy Wingo <wingo@pobox.com>
16640 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16641 uninitialized variable return that would happen.
16643 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16644 uninitialized variable return that would never happen.
16646 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16647 (vorbis_parse_sink_event): Add an event function to flush our
16648 state on a seek, and to drain buffers on a premature EOS.
16649 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
16650 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
16651 (vorbis_parse_chain, vorbis_parse_queue_buffer)
16652 (vorbis_parse_drain_queue): Queue up buffers until we can set
16653 their timestamps and granulepos values.
16655 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16656 and keep track of data needed for deriving granulepos and
16657 timestamps for buffers.
16659 2006-03-29 Wim Taymans <wim@fluendo.com>
16661 Patch by: j^ <j at bootlab dot org>
16663 * ext/alsa/gstalsamixerelement.c:
16664 (gst_alsa_mixer_element_class_init):
16665 * ext/alsa/gstalsasink.c:
16666 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16667 * ext/ogg/gstoggdemux.c:
16668 * ext/ogg/gstoggmux.c:
16669 * ext/ogg/gstoggparse.c:
16670 * ext/pango/gstclockoverlay.c:
16671 * ext/pango/gsttextoverlay.c:
16672 * ext/pango/gsttextrender.c:
16673 * ext/pango/gsttimeoverlay.c:
16674 * ext/theora/theoradec.c:
16675 * ext/theora/theoraenc.c:
16676 * ext/vorbis/vorbisdec.c:
16677 * ext/vorbis/vorbisenc.c:
16678 * gst/audioconvert/gstaudioconvert.c:
16679 * gst/subparse/gstsubparse.c:
16680 * gst/tcp/gstmultifdsink.c:
16681 * gst/tcp/gsttcpclientsink.c:
16682 * gst/tcp/gsttcpclientsrc.c:
16683 * gst/tcp/gsttcpserversink.c:
16684 * gst/tcp/gsttcpserversrc.c:
16685 better/unified long descriptions
16688 2006-03-29 Wim Taymans <wim@fluendo.com>
16690 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16692 Don't let double and triple clicks mess up our state.
16694 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
16696 * gst/playback/gstplaybin.c: (gen_video_element),
16697 (gen_text_element), (gen_audio_element), (gen_vis_element):
16698 Error out gracefully when we can't create any of the usual
16699 conversion elements for some reason. Also, don't try to
16700 create an audioscale (sic) element that's not used anyway.
16702 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
16704 * gst/playback/gstplaybasebin.c: (setup_source):
16705 Don't post RESOURCE_NOT_FOUND error when we can't find a source
16706 element for a particular protocol, that's confusing for users.
16707 Instead, post a RESOURCE_FAILED error, so that our own error
16708 message is actually shown in totem etc. (#336303).
16710 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
16712 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
16714 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16715 (gst_gnome_vfs_src_get_icy_metadata):
16716 Fix some minor memory leaks (#336194).
16718 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
16720 * ext/gnomevfs/gstgnomevfs.c:
16721 (gst_gnome_vfs_location_to_uri_string):
16722 * ext/gnomevfs/gstgnomevfs.h:
16723 * ext/gnomevfs/gstgnomevfssink.c:
16724 (gst_gnome_vfs_sink_set_property):
16725 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16726 Make gnomevfssink accept filenames as well as URIs for the
16727 "location" property, just like gnomevfssrc does (and
16728 filesrc/filesink do) (#336190).
16730 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
16732 * tests/check/generic/clock-selection.c: (GST_START_TEST):
16733 set to NULL before unreffing, fixes a valgrind leak.
16734 Why was this not triggering the error that an object needs to
16735 be NULL before unreffing ?
16736 * win32/common/config.h:
16739 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
16741 * gst/subparse/gstsubparse.c: (convert_encoding),
16742 (gst_sub_parse_change_state):
16743 * gst/subparse/gstsubparse.h:
16744 Text subtitle files may or may not be UTF-8. If it's not, we
16745 don't really want to see '?' characters in place of non-ASCII
16746 characters like accented characters. So let's assume the input
16747 is UTF-8 until we come across text that is clearly not. If it's
16748 not UTF-8, we don't really know what it is, so try the following:
16749 (a) see whether the GST_SUBTITLE_ENCODING environment variable
16750 is set; if not, check (b) if the current locale encoding is
16751 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16752 the current locale encoding is UTF-8 and the environment variable
16753 was not set to any particular encoding. Not perfect, but better
16754 than nothing (and better than before, I think) (fixes #172848).
16756 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
16759 update core requirement to 0.10.4.1 because of async_playback
16760 vmethod on GstBaseSink
16762 2006-03-24 Stefan Kost <ensonic@users.sf.net>
16764 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16765 * gst/adder/gstadder.c: (gst_adder_init):
16766 use DEBUG_FUNCPTR for collectpads
16768 2006-03-24 Stefan Kost <ensonic@users.sf.net>
16770 * docs/plugins/Makefile.am:
16771 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16772 * docs/plugins/gst-plugins-base-plugins-sections.txt:
16773 * ext/cdparanoia/gstcdparanoiasrc.c:
16774 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16775 (gst_gnome_vfs_sink_class_init):
16776 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16777 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16778 * ext/ogg/gstoggmux.c:
16779 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16780 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16781 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16782 * ext/pango/gsttextoverlay.c:
16783 * ext/pango/gsttextrender.c:
16784 * ext/theora/theoradec.c:
16785 * ext/theora/theoraenc.c:
16786 * ext/vorbis/vorbisdec.c:
16787 * ext/vorbis/vorbisenc.c:
16788 * gst-libs/gst/audio/gstaudiofilter.c:
16789 (gst_audio_filter_base_init):
16790 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16791 (gst_audio_filter_template_base_init):
16792 * gst/adder/gstadder.c: (gst_adder_get_type):
16793 * gst/adder/gstadder.h:
16794 * gst/audioconvert/gstaudioconvert.c:
16795 * gst/audiotestsrc/gstaudiotestsrc.c:
16796 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16797 (gst_audio_test_src_create):
16798 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16799 * gst/playback/gstdecodebin.c:
16800 * gst/playback/gstplaybin.c:
16801 * gst/playback/gststreamselector.c:
16802 (gst_stream_selector_base_init):
16803 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16804 * gst/volume/gstvolume.c:
16805 * sys/v4l/gstv4lmjpegsink.c:
16806 * sys/v4l/gstv4lmjpegsrc.c:
16807 * tests/check/libs/cddabasesrc.c:
16808 * tests/old/examples/gob/gst-identity2.gob:
16809 Add docs for adder, use GST_ELEMENT_DETAILS macro,
16810 define GstElementDetails at the top
16812 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
16814 * win32/common/libgstinterfaces.def:
16815 Add a lot of export functions for gst-python
16816 * win32/vs6/libgstinterfaces.dsp:
16817 Add a missing include folder in the project configuration
16819 2006-03-23 Wim Taymans <wim@fluendo.com>
16821 * gst-libs/gst/audio/gstbaseaudiosrc.c:
16822 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16823 (gst_base_audio_src_change_state):
16824 Fix audio sources, forgot to make the ringbuffer
16827 2006-03-23 Wim Taymans <wim@fluendo.com>
16829 * gst-libs/gst/audio/gstbaseaudiosrc.c:
16830 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16831 (gst_base_audio_src_change_state):
16832 unparent instead of unref the ringbuffer.
16834 2006-03-23 Wim Taymans <wim@fluendo.com>
16836 * gst-libs/gst/audio/gstbaseaudiosink.c:
16837 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16838 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16839 Implement new async_play vmethod to start slaving and allow
16840 playback start in case of async PLAY state changes.
16842 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16843 Enable QoS with new method in base class.
16845 2006-03-23 Wim Taymans <wim@fluendo.com>
16847 Patch by: Julien MOUTTE <julien at moutte dot net>
16849 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16850 (gst_video_test_src_do_seek), (gst_video_test_src_create):
16851 Partially handle 0 framerate, only EOS after the first frame
16854 2006-03-23 Wim Taymans <wim@fluendo.com>
16856 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16858 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16859 (gst_riff_create_video_template_caps):
16860 * gst/ffmpegcolorspace/avcodec.h:
16861 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16862 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16863 (gst_ffmpegcsp_avpicture_fill):
16864 * gst/ffmpegcolorspace/imgconvert.c:
16865 Patch for support of YVU9 AVI files (#334822)
16867 2006-03-22 Edward Hervey <edward@fluendo.com>
16869 * docs/design/design-decodebin.txt:
16870 Added design document for new decodebin
16871 (Target Caps): text/x-pango-markup is also a default target caps.
16873 2006-03-22 Wim Taymans <wim@fluendo.com>
16875 * gst-libs/gst/audio/gstbaseaudiosink.c:
16876 (gst_base_audio_sink_dispose):
16877 Since we _parent the ringbuffer, we also need to
16878 _unparent instead of a plain _unref.
16880 2006-03-22 Wim Taymans <wim@fluendo.com>
16882 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16883 (stop_seek), (scrub_toggle_cb), (main):
16884 Add scrub checkbox.
16886 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
16888 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16889 (gst_ogg_parse_chain):
16890 Fix very inefficient usage of linked lists (#335365).
16892 2006-03-21 Edward Hervey <edward@fluendo.com>
16894 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16895 * gst/playback/gstplaybin.c: (handoff):
16896 * gst/playback/gststreamselector.c:
16897 (gst_stream_selector_set_property):
16898 gcc 4.1 unreferenced pointer fixes.
16899 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16900 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16901 gst_buffer_ref() now takes a GstBuffer*.
16903 2006-03-20 Julien MOUTTE <julien@moutte.net>
16905 * sys/xvimage/xvimagesink.c:
16906 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16909 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
16911 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16912 (id3v1_type_find), (apetag_type_find), (plugin_init):
16913 Can't do tag preferences via probability, as tags would then
16914 lose against types that are recognised with MAXIMUM probability
16915 (like .wav); so let all tag typefinders return MAXIMUM themselves
16916 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16917 that we can prefer APE to ID3v1 (fixes #335028).
16919 2006-03-17 Wim Taymans <wim@fluendo.com>
16921 * gst-libs/gst/audio/gstbaseaudiosink.c:
16922 (gst_base_audio_sink_change_state):
16923 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16924 (gst_ring_buffer_may_start):
16925 * gst-libs/gst/audio/gstringbuffer.h:
16926 Only start playback if we are playing.
16927 should fix #330748.
16929 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
16931 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16932 * win32/common/config.h:
16933 Revert accidental commits to these files.
16935 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
16937 Patch by: Michal Benes <michal dot benes at xeris dot cz>
16939 * tests/Makefile.am:
16940 Don't try to build tests in tests/icles if we
16941 don't have X (#323852)
16943 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
16945 * gst-libs/gst/tag/gstid3tag.c:
16946 Add TXXX frame identifiers for replaygain stuff as used
16947 by some taggers (see #323721).
16949 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
16951 * gst/playback/gststreamselector.c:
16952 (gst_stream_selector_set_property),
16953 (gst_stream_selector_bufferalloc):
16954 Preserve the existing buggy streamselector behaviour by performing
16955 a fallback buffer allocation when downstream isn't linked yet.
16956 This should really be fixed in playbin by blocking pads until it's
16958 Also, use gst_pad_alloc_buffer instead of
16959 gst_pad_alloc_buffer_and_set.
16961 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
16963 * gst-libs/gst/tag/gstid3tag.c:
16964 Don't crash on unknown ID3v2 TXXX frames.
16966 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
16968 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16969 Chain up to the parent finalize method.
16970 Add 32-bit sample size to the template caps.
16972 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16973 (gst_riff_create_video_template_caps):
16974 Add the fourcc that the VMWare codec uses.
16976 * gst/playback/gststreamselector.c:
16977 (gst_stream_selector_set_property),
16978 (gst_stream_selector_bufferalloc),
16979 (gst_stream_selector_request_new_pad):
16980 For the active pad, forward buffer-alloc requests, otherwise
16981 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16982 having to memcpy every frame when used by playbin.
16984 * gst/tcp/gstmultifdsink.c:
16985 (gst_multi_fd_sink_handle_client_write):
16986 Get negotiated caps from the sink pad, rather than the sink
16989 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
16991 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
16993 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16994 Don't forget to set src->callbacks_pushed to FALSE again when
16995 popping them, otherwise re-activation in a different mode won't
16998 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
17000 Patch by: Sebastien Moutte <sebastien moutte net>
17002 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
17003 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
17004 (gst_ffmpeg_smpfmt_to_caps):
17005 Replace __VA_ARGS__ caps creation macros with varargs functions.
17006 Makes things compile on MSVC (#320765), looks nicer, and we can
17007 tell the compiler to check for the NULL terminator.
17009 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17011 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17013 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17014 Make sure the buffer we copy into is really always big
17015 enough, this time for real (#333488).
17017 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17019 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17020 Add support for 24bpp DIB (#305279).
17022 2006-03-14 Wim Taymans <wim@fluendo.com>
17024 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
17025 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17026 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
17027 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17028 (gst_video_scale_init), (gst_video_scale_src_event):
17029 Re-enable QoS after the release.
17030 Rework videoscale to use the base class src_event handler.
17032 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17037 === release 0.10.5 ===
17039 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
17042 releasing 0.10.5, "Net"
17044 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
17046 * docs/plugins/Makefile.am:
17047 Part of previous cdparanoiasrc docs fixes, forgot to commit.
17049 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
17051 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17052 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17053 * docs/plugins/gst-plugins-base-plugins.hierarchy:
17054 Add cdparanoiasrc to docs.
17056 * gst-libs/gst/cdda/gstcddabasesrc.c:
17057 More GstCddaBaseSrc docs.
17059 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
17061 * docs/libs/gst-plugins-base-libs-sections.txt:
17062 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
17063 * gst-libs/gst/tag/tag.h:
17064 API: libgsttag: new method gst_tag_from_id3_user_tag().
17066 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
17068 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17069 NULL-terminate array of mpeg4 video file extensions.
17070 Fixes crash on PPC (#334226).
17072 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
17074 * ext/gnomevfs/gstgnomevfssrc.c:
17075 (gst_gnome_vfs_src_check_get_range):
17076 gnome_vfs_uri_is_local() alone is not a good indicator
17077 whether we can operate in pull-mode with a specific URI,
17078 as it returns FALSE for file:// URIs that point to an
17079 NFS-mounted path. Be more conservative here: whitelist
17080 local files, blacklist http URIs and use the old
17081 mechanism for anything else (fixes #334216).
17083 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
17088 === release 0.10.4 ===
17090 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
17093 releasing 0.10.4, "Power"
17095 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
17097 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17098 Disable max-lateness by setting it to -1 for now, so that
17099 we can bed QoS stuff in thoroughly between now and the next
17102 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
17104 Patch by: Fabrizio Gennari
17106 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17107 Make sure we don't read beyond the palette buffer in case of
17108 broken or manipulated files (#333488)
17110 2006-03-10 Edward Hervey <edward@fluendo.com>
17112 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17113 Fix for variable not initialized.
17115 2006-03-09 Wim Taymans <wim@fluendo.com>
17117 * ext/libvisual/visual.c: (gst_visual_get_type),
17118 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17119 (gst_visual_chain):
17122 * ext/theora/gsttheoradec.h:
17123 * ext/theora/theoradec.c: (gst_theora_dec_init),
17124 (gst_theora_dec_reset), (_theora_granule_time),
17125 (theora_dec_src_convert), (theora_dec_sink_convert),
17126 (theora_dec_src_query), (theora_dec_src_event),
17127 (theora_dec_sink_event), (theora_handle_comment_packet),
17128 (theora_handle_header_packet), (theora_dec_push),
17129 (theora_handle_data_packet), (theora_dec_chain),
17130 (theora_dec_change_state):
17133 2006-03-09 Wim Taymans <wim@fluendo.com>
17135 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17136 (audiocast_register_listener), (gst_gnome_vfs_src_start):
17139 2006-03-09 Wim Taymans <wim@fluendo.com>
17141 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17142 Don't try to activate NULL chains.
17144 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17146 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17147 Fix invalid memory access to region before peek'd data (#332964).
17149 2006-03-09 Wim Taymans <wim@fluendo.com>
17151 Patch by: Christophe Fergeau
17153 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17154 * ext/pango/gsttextrender.c: (gst_text_render_init):
17155 * gst/adder/gstadder.c: (gst_adder_init):
17156 Don't leak padtemplates, closes #333510.
17158 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17160 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17161 Fix invalid memory access: make sure string passed to
17162 regexec() is NUL-termianted.
17164 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17166 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17168 Refactor mpeg/audio typefinding to make it more maintainable
17169 and easier to fine-tune. Make probing into middle of the file
17170 work properly (fixes #333900, also see #152688).
17172 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17174 * gst/typefind/gsttypefindfunctions.c:
17175 (utf8_type_find_have_valid_utf8_at_offset):
17176 Remove part from previous commit that was bogus:
17177 g_utf8_validate() does in fact not accept embedded
17178 zeroes, so we don't need to check for those (thanks
17179 to Mike for the hint).
17181 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
17183 * gst/typefind/gsttypefindfunctions.c:
17184 (utf8_type_find_count_embedded_zeroes),
17185 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17186 Make plain/text typefinder more conservative: firstly, check
17187 for embedded zeroes, which are perfectly valid UTF-8 characters,
17188 but also a fairly good sign that something is not a plain text
17189 file; secondly, probe into the middle of the file if possible.
17190 If we can't probe into the middle, limit the probability value
17191 to be returned to TYPE_FIND_POSSIBLE (see #333900).
17193 2006-03-08 Michael Smith <msmith@fluendo.com>
17195 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17196 Make typefind function name for mpeg4 video unique.
17198 2006-03-08 Wim Taymans <wim@fluendo.com>
17200 * ext/libvisual/visual.c: (gst_visual_init),
17201 (gst_visual_clear_actors), (gst_visual_dispose),
17202 (gst_visual_reset), (gst_visual_src_setcaps),
17203 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17204 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17205 (gst_visual_chain), (gst_visual_change_state):
17206 Cleanups, post nice errors.
17207 Handle sink and src events.
17208 Implement simple QoS.
17210 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17211 Use new basesink methods to configure max-lateness.
17214 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17215 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17216 Debug statement cleanups.
17218 * gst/volume/gstvolume.c: (gst_volume_class_init):
17221 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
17223 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17224 (gst_text_overlay_init), (gst_text_overlay_set_property),
17225 (gst_text_overlay_get_property):
17226 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17227 as string type properties, but mark them deprecated. Add
17228 'halignment' and 'valignment' properties that use enums
17229 instead of strings.
17231 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
17233 Patch by: Fabrizio Gennari
17235 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17236 Allow palettes with less than 256 colours in AVI files
17239 2006-03-07 Julien MOUTTE <julien@moutte.net>
17241 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17242 (gst_text_overlay_video_event): Fix wrong EOS handling on text
17243 pad. We were releasing the queued text buffer when we should keep
17244 it until video pad gets EOS or discard the text buffer because it's
17245 too old. That was eating the last subtitle buffer. Add some more
17248 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17250 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17251 (gst_text_overlay_video_chain):
17252 Fix invalid memory access (we can't access a buffer after it's been
17253 pushed downstream without taking a reference); fix memory leak (if
17254 there's no text to render, bail out before allocating stuff).
17256 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17258 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17259 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17260 * ext/pango/gsttextoverlay.h:
17261 If input is plain text, escape it before passing it to
17262 pango_layout_set_markup().
17264 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17266 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17267 Don't ignore flow return from gst_pad_push().
17269 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17271 Patch by: Fabrizio Gennari
17273 * ext/libvisual/visual.c: (gst_visual_getcaps),
17274 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17275 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17276 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17277 (gst_vorbisenc_convert_sink):
17278 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17279 (gst_audio_duration_from_pad_buffer):
17280 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17281 (gst_audio_filter_chain):
17282 * gst-libs/gst/rtp/gstbasertpdepayload.c:
17283 (gst_base_rtp_depayload_setcaps):
17284 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17285 (gst_video_get_size):
17286 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17287 Don't leak references returned by gst_pad_get_parent()
17290 2006-03-06 Stefan Kost <ensonic@users.sf.net>
17292 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17293 change location param details
17294 * gst/volume/gstvolume.c: (plugin_init):
17295 correct plugin description
17297 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
17299 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17300 (gst_gnome_vfs_src_check_get_range):
17301 Override GstBaseSrc::check_get_range() in order to avoid opening
17302 the resource just to check whether we can operate in pull-mode or
17303 not - we can predict that pretty well from the URI alone. Should
17304 fix problems with last.fm (#331690). (Requires latest core CVS).
17306 2006-03-06 Wim Taymans <wim@fluendo.com>
17308 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17309 (gst_video_sink_class_init):
17310 Throw away frames that are later than 20 ms.
17312 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
17314 Patch by: Fabrizio Gennari
17316 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17317 Set depth on WMA caps (#333545)
17319 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
17321 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17322 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17323 put Theora BOS pages before others. This hardcodes
17324 the Ogg/Theora I profile, but hey.
17326 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
17329 updated with some examples
17330 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17331 (granulepos_add), (theora_buffer_from_packet):
17332 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17333 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17334 (gst_vorbisenc_chain):
17335 implement strategy from ext/ogg/README
17336 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17337 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17338 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17339 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17340 Fix muxer so that oggz-validate is happy with all streams;
17341 except for no eos mark, and the BOS page ordering
17342 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17343 (check_buffer_granulepos):
17344 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17345 update tests to check for OFFSET being set as requested
17346 fixed type of granulepos, it's not a ClockTime
17348 2006-03-05 Julien MOUTTE <julien@moutte.net>
17350 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17351 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17352 Check that the xvimage we are creating has a correct size
17353 before returning it. (#314897)
17355 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
17357 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17358 Give id3 and ape tag typefinders a rank slightly higher
17359 than PRIMARY to ensure they're always run before any of
17360 the other typefinders (in particular wav and mp3) (#324186).
17362 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
17364 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17365 Add support for '3IVD' fourcc (#333403).
17367 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
17370 Bump requirements to GStreamer CVS for the new error enum.
17372 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17373 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17374 space left on the device (fixes #333352).
17376 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
17379 add a project file for libgstvolume
17380 update the workspace
17382 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
17384 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17385 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17387 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17388 Set IN_CAPS on header buffers
17390 2006-03-02 Wim Taymans <wim@fluendo.com>
17392 * docs/plugins/Makefile.am:
17393 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17394 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17395 Add audioresample to docs.
17397 * gst/audioconvert/gstaudioconvert.c:
17400 * gst/audioresample/gstaudioresample.c:
17401 (gst_audioresample_base_init), (gst_audioresample_class_init),
17402 (gst_audioresample_init), (gst_audioresample_dispose),
17403 (audioresample_get_unit_size), (audioresample_transform_caps),
17404 (resample_set_state_from_caps), (audioresample_transform_size),
17405 (audioresample_set_caps), (audioresample_event),
17406 (audioresample_do_output), (audioresample_transform),
17407 (audioresample_pushthrough), (gst_audioresample_set_property),
17408 (gst_audioresample_get_property), (plugin_init):
17409 * gst/audioresample/gstaudioresample.h:
17411 Small code cleanups.
17413 2006-03-02 Wim Taymans <wim@fluendo.com>
17415 * docs/plugins/Makefile.am:
17416 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17417 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17418 Added videoscale to docs.
17420 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17421 (gst_video_rate_swap_prev), (gst_video_rate_event),
17422 (gst_video_rate_chain):
17425 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17426 (gst_video_scale_init), (gst_video_scale_prepare_size),
17427 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17428 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17429 * gst/videoscale/gstvideoscale.h:
17430 Added docs, examples.
17431 Some code cleanups.
17432 Post errors instead of g_warning.
17434 2006-03-02 Wim Taymans <wim@fluendo.com>
17436 * docs/libs/gst-plugins-base-libs-docs.sgml:
17437 * docs/libs/gst-plugins-base-libs-sections.txt:
17438 * docs/libs/gst-plugins-base-libs.types:
17439 * docs/plugins/Makefile.am:
17440 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17441 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17442 Added some more docs to libs and plugins.
17444 * gst-libs/gst/audio/gstringbuffer.c:
17445 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17446 * gst-libs/gst/audio/gstringbuffer.h:
17447 Document ringbuffer some more.
17449 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17450 (gst_video_rate_setcaps), (gst_video_rate_reset),
17451 (gst_video_rate_init), (gst_video_rate_flush_prev),
17452 (gst_video_rate_swap_prev), (gst_video_rate_event),
17453 (gst_video_rate_chain), (gst_video_rate_change_state):
17454 * gst/videorate/gstvideorate.h:
17455 Fix videorate to use segments.
17456 Make it work with 0/1 framerates (closes #331903)
17457 Handle EOS correctly.
17460 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
17462 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17463 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17464 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17465 In state change function, first chain up to parent class,
17466 then handle downwards state change stuff. Remove some
17467 commented out cruft from 0.8 code.
17469 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
17471 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17472 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17473 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17474 (gst_ogm_parse_chain):
17475 Don't remove/re-add source pad if the new caps are the same as
17476 the old caps anyway (#333042). When removing source pad, don't
17477 unref it afterwards - we didn't ref it when adding. Sprinkle some
17478 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17479 after using gst_pad_get_parent(). Return downstream flow return
17480 value in chain function.
17482 2006-03-02 Wim Taymans <wim@fluendo.com>
17484 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17485 * docs/plugins/gst-plugins-base-plugins.args:
17486 * docs/plugins/gst-plugins-base-plugins.hierarchy:
17487 * docs/plugins/gst-plugins-base-plugins.interfaces:
17488 * docs/plugins/gst-plugins-base-plugins.signals:
17489 Fix hierarchy, added some more elements to the docs.
17491 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17492 (gst_ffmpegcsp_get_type):
17493 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17494 Fix docs for ffmpegcolorspace.
17496 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
17498 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17499 (apetag_type_find), (ape_type_find), (plugin_init):
17500 Some typefinding fine-tuning:
17501 - rank ID3/APE tags in order of preference via probabilities, so that
17502 ID3v2 > APEv2 > APEv1 > ID3v1.
17503 - three or four bytes don't really justify MAXIMUM probability,
17504 change those to 'very likely' (musepack and monkeysaudio).
17506 2006-03-01 Wim Taymans <wim@fluendo.com>
17508 * docs/plugins/Makefile.am:
17509 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17510 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17511 * ext/alsa/gstalsamixer.c:
17512 * ext/alsa/gstalsamixer.h:
17513 * ext/alsa/gstalsamixerelement.c:
17514 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17515 * ext/alsa/gstalsamixerelement.h:
17516 * ext/alsa/gstalsasink.c:
17517 * ext/alsa/gstalsasink.h:
17518 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17519 (gst_alsasrc_init):
17520 * ext/alsa/gstalsasrc.h:
17522 Small code cleanups.
17524 2006-03-01 Wim Taymans <wim@fluendo.com>
17526 * ext/theora/Makefile.am:
17527 Dist new header too,
17529 2006-03-01 Wim Taymans <wim@fluendo.com>
17531 * docs/plugins/Makefile.am:
17532 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17533 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17534 * ext/gnomevfs/gstgnomevfssink.h:
17535 * ext/gnomevfs/gstgnomevfssrc.h:
17536 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17537 * ext/vorbis/vorbisdec.h:
17538 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17539 * ext/vorbis/vorbisenc.h:
17540 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17541 (vorbis_parse_chain), (vorbis_parse_change_state):
17542 * ext/vorbis/vorbisparse.h:
17543 * gst/audioconvert/gstaudioconvert.h:
17544 * gst/tcp/gsttcpserversink.h:
17545 * gst/videotestsrc/gstvideotestsrc.c:
17546 * gst/videotestsrc/gstvideotestsrc.h:
17547 * gst/volume/gstvolume.c:
17548 * gst/volume/gstvolume.h:
17549 Fix some more docs.
17550 Added docs for vorbisdec and vorbisparse.
17553 2006-03-01 Wim Taymans <wim@fluendo.com>
17555 * docs/plugins/Makefile.am:
17556 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17557 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17558 * ext/pango/gstclockoverlay.h:
17559 * ext/pango/gsttextoverlay.h:
17560 * ext/pango/gsttextrender.h:
17561 * ext/pango/gsttimeoverlay.h:
17562 * ext/theora/gsttheoradec.h:
17563 * ext/theora/gsttheoraenc.h:
17564 * ext/theora/theoradec.c:
17565 * ext/theora/theoraenc.c:
17566 * gst/audioconvert/gstaudioconvert.h:
17567 * gst/audiotestsrc/gstaudiotestsrc.h:
17568 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17569 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17570 * gst/tcp/gstmultifdsink.h:
17571 Updated/added documentation.
17573 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17574 (gst_text_overlay_halign_get_type),
17575 (gst_text_overlay_wrap_mode_get_type),
17576 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17577 (gst_text_overlay_init), (gst_text_overlay_set_property),
17578 (gst_text_overlay_get_property):
17579 Fix up properties to be enums instead of string to make bindings,
17580 introspection and automatic GUI creation possible.
17581 Add getters for the properties.
17583 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
17585 * gst/audiotestsrc/gstaudiotestsrc.c:
17586 added defines of M_PI and M_PI_2
17587 * gst/ffmpegcolorspace/avcodec.h:
17588 removed #include "stdint.h" for win32 as _stdint.h is
17589 autogenerated to win32/common
17590 * win32/common/libgstaudio.def:
17591 * win32/common/libgsttag.def:
17594 some project files bugs corrected
17596 project files are reset to the default vs7 configuration
17597 (they link to msvcr71.dll using default optimizations)
17599 2006-02-28 Wim Taymans <wim@fluendo.com>
17601 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17604 2006-02-28 Edward Hervey <edward@fluendo.com>
17606 * ext/alsa/gstalsasrc.c:
17607 Set proper class on the ElementDetails:
17608 Source/Audio instead of Src/Audio/
17610 2006-02-28 Edward Hervey <edward@fluendo.com>
17612 * gst/videoscale/vs_scanline.c:
17613 (vs_scanline_resample_nearest_RGBA):
17614 Revert optimization in videoscale. It should go in liboil and have
17615 an appropriate liboil function.
17617 2006-02-28 Wim Taymans <wim@fluendo.com>
17619 * gst-libs/gst/audio/gstbaseaudiosink.c:
17620 (gst_base_audio_sink_provide_clock):
17621 Don't try to provide a clock in the NULL state.
17623 2006-02-28 Wim Taymans <wim@fluendo.com>
17625 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17626 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17627 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17628 (gst_ogg_demux_deactivate_current_chain),
17629 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17630 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17631 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17632 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17633 Use GstSegment infrastructure to remove duplicated code
17634 and handle more seek cases correctly.
17636 2006-02-28 Wim Taymans <wim@fluendo.com>
17638 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17639 (gst_ffmpegcsp_transform):
17640 Don't ignore return code from ffmpeg convert function.
17642 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17643 Split out some long statements to ease debugging.
17645 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
17647 * ext/libvisual/visual.c: (gst_visual_init),
17648 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17649 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17650 being able to renegotiate the size. Instead, use the negotiation
17651 algorithm from the goom plugin to pick an initial output caps.
17653 Also, allow theoretical libvisual plugins that might support non-GL
17654 output even if they also do GL.
17656 2006-02-26 Julien MOUTTE <julien@moutte.net>
17658 * ext/libvisual/visual.c: (gst_visual_init),
17659 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17660 (plugin_init): Load only non GL plugins. Fix some memleaks and
17661 possible negotiation issues.
17663 2006-02-25 Julien MOUTTE <julien@moutte.net>
17665 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17667 2006-02-24 Michael Smith <msmith@fluendo.com>
17669 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17670 (cmml_type_find), (plugin_init):
17671 Fix CMML type find function to not require a specific minor version
17672 of the CMML header.
17674 Add an MPEG4 video elementary stream typefind function.
17676 2006-02-04 Michael Smith <msmith@fluendo.com>
17678 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17679 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17680 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17681 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17682 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17683 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17684 Annodex support in ogg demuxer. Doesn't do very much without the
17685 other annodex patches (to come).
17687 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17689 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17691 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17692 Pick up palette for MS video v1 (#327028)
17694 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17696 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17697 (gst_ffmpegcsp_caps_remove_format_info),
17698 (gst_ffmpegcsp_get_unit_size):
17699 The 'palette_data' field from incoming RGB caps shouldn't be
17700 proxied on outgoing YUV caps; also, restrict unit size
17701 adjustment in case of paletted data only to the unit that
17702 actually has a palette. Fixes #330711.
17704 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17706 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17707 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17708 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17709 (gst_ffmpegcsp_get_unit_size):
17710 Plug some memory leaks.
17712 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17714 * sys/ximage/Makefile.am:
17715 * sys/xvimage/Makefile.am:
17716 Add some _CFLAGS and _LIBS that seem to be missing
17717 and/or required for Cygwin (see #317048).
17719 2006-02-22 Wim Taymans <wim@fluendo.com>
17721 * ext/alsa/gstalsasrc.c:
17722 Fix description as pointed out by caugier.
17724 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
17726 Reviewed by : Edward Hervey <edward@fluendo.com>
17728 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17730 Better 3gp typefinding (#331526).
17732 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
17734 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17735 Don't send EOS event here, the base class will send one for us.
17737 * gst/playback/gstplaybasebin.c: (prepare_output):
17738 Subpictures without video stream aren't allowed either.
17740 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17741 Fix debug statement copy'n'paste-o.
17743 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
17745 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17746 Fix issues with mixer keeping state when muting/unmuting
17747 and when changing the volume whilst muted (see #331763
17750 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
17752 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17753 (parse_subrip), (gst_sub_parse_format_autodetect):
17754 Set right caps given that we send escaped text. Also,
17755 honour <i></i>, <b></b> and <u></u> markers that can be found
17756 in .srt files (fixes #310202).
17758 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
17760 * gst-libs/gst/audio/mixerutils.c:
17761 (element_factory_rank_compare_func):
17762 Make order in which elements are tried more determinable.
17764 2006-02-20 Julien MOUTTE <julien@moutte.net>
17766 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17767 (remove_element_chain), (cleanup_decodebin),
17768 (gst_decode_bin_change_state): Make decodebin reusable by
17769 fixing remove_element_chain first and then introduce a
17770 cleaner in state change to ->NULL. (Closes #331678)
17772 2006-02-19 Wim Taymans <wim@fluendo.com>
17774 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17775 use 0666 mask when creating files so umask gets applied
17776 correctly. Fixes #331295.
17778 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
17780 * gst/subparse/Makefile.am:
17781 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17782 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17783 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17784 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17785 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17786 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17787 * gst/subparse/gstssaparse.h:
17788 * gst/subparse/gstsubparse.c: (plugin_init):
17789 Add very basic parser for SSA subtitle streams (as often
17790 found in matroska files).
17792 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
17794 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17795 That should be text/x-pango-markup, not text/x-pango-layout.
17797 2006-02-19 Julien MOUTTE <julien@moutte.net>
17799 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17802 2006-02-19 Julien MOUTTE <julien@moutte.net>
17804 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17805 (gst_text_overlay_finalize), (gst_text_overlay_init),
17806 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17807 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17808 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17809 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17810 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17811 Fix state change deadlock.
17813 2006-02-19 Julien MOUTTE <julien@moutte.net>
17815 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17816 (gst_text_overlay_finalize), (gst_text_overlay_init),
17817 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17818 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17819 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17820 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17821 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17822 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17823 and subtitles files.
17825 2006-02-19 Julien MOUTTE <julien@moutte.net>
17827 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17828 should be considered as raw.
17830 2006-02-19 Julien MOUTTE <julien@moutte.net>
17832 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17834 * gst/playback/gststreaminfo.h: Introduce language informations.
17836 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
17838 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17839 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17840 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17841 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17842 Set shared memory segments to be deleted as soon as we have attached,
17843 that way they get cleaned up automatically if we crash.
17845 2006-02-18 Julien MOUTTE <julien@moutte.net>
17847 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
17848 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17849 functions are called with lock held.
17851 2006-02-18 Julien MOUTTE <julien@moutte.net>
17853 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17854 (gst_text_overlay_finalize), (gst_text_overlay_init),
17855 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17856 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17857 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17858 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17859 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17860 (gst_text_overlay_change_state): Refactoring of textoverlay
17861 without collectpads. This now supports sparse subtitles coming
17862 from a demuxer instead of a sub file. Seeking is still broken
17863 though. Need to discuss with wtay some more on how to handle
17865 * ext/pango/gsttextoverlay.h:
17866 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17867 subtitles coming from the demuxer.
17869 2006-02-17 Wim Taymans <wim@fluendo.com>
17871 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17872 (gst_vorbisenc_convert_sink):
17873 Use some more scaling functions.
17875 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
17877 * ext/cdparanoia/gstcdparanoiasrc.c:
17878 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17879 (gst_cd_paranoia_paranoia_callback),
17880 (gst_cd_paranoia_src_signal_is_being_watched),
17881 (gst_cd_paranoia_src_read_sector):
17882 * ext/cdparanoia/gstcdparanoiasrc.h:
17883 Add back 'transport-error' and 'uncorrected-error' signals and
17884 make them actually be fired when bad stuff happens (#319340).
17886 2006-02-17 Wim Taymans <wim@fluendo.com>
17888 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17889 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17890 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17891 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17892 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17893 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17894 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17895 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17896 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17897 (gst_ring_buffer_clear):
17899 Added some G_LIKELY.
17901 2006-02-17 Wim Taymans <wim@fluendo.com>
17903 * gst-libs/gst/audio/TODO:
17906 * gst-libs/gst/audio/gstbaseaudiosink.c:
17907 (gst_base_audio_sink_get_offset):
17908 When trying to play samples ASAP and we don't have a
17909 previous sample, try to play at position 0 instead of
17910 an invalid position.
17912 2006-02-17 Wim Taymans <wim@fluendo.com>
17914 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17915 (gst_alsasink_reset):
17916 Also release lock when we get an error in _reset();
17917 fix an error message.
17919 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17921 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17922 (gst_alsasink_init), (get_channel_free_structure),
17923 (caps_add_channel_configuration), (gst_alsasink_getcaps),
17924 (gst_alsasink_close):
17925 * ext/alsa/gstalsasink.h:
17926 Add support for more than 2 channels (#326720).
17928 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17930 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17931 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17932 with 4 or 6 channels, assume a default channel layout to make things
17933 work (not sure there's anything else we can do in those cases).
17935 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17937 * gst-libs/gst/audio/multichannel.c:
17940 * gst-libs/gst/riff/Makefile.am:
17941 * gst-libs/gst/riff/riff-ids.h:
17942 * gst-libs/gst/riff/riff-media.c:
17943 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17944 Add support for WAVEFORMATEX, eg. PCM audio with more than two
17945 channels and a channel layout map.
17947 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
17949 Reviewed by Edward Hervey <edward@fluendo.com>
17951 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
17952 C-level optimization of the RGBA nearest neighbour function.
17953 Eventually this might end up in liboil with vectorized versions.
17955 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17957 * gst-libs/gst/audio/multichannel.c:
17958 (gst_audio_get_channel_positions):
17959 When we have more than 2 channels, but no channel layout is
17960 specified in the caps, return some default channel layout
17961 to the caller and warn about about a possibly buggy element
17962 (could be buggy filtercaps as well of course) (#317038).
17964 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
17966 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17967 Add gst-libs/gst/cdda to list of lib search paths.
17969 2006-02-15 Andy Wingo <wingo@pobox.com>
17971 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17972 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17973 to the Lord Jesus that I do not have to touch the ogg muxer ever
17976 2006-02-15 Edward Hervey <edward@fluendo.com>
17978 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17979 quicktime movie files can also contain 'uuid' atoms.
17981 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
17983 * gst/audioconvert/plugin.c: (plugin_init):
17984 Register the GstAudioChannelPosition enum type with the type
17985 system in the plugin_init function, so that it is known before
17986 any element actually makes use of multi-channel stuff. This is
17987 required for example if one wants to be able to deserialise/use
17988 a caps string with channel positions before any pipeline has
17989 been setup and started, like with gst-launch.
17991 2006-02-14 Wim Taymans <wim@fluendo.com>
17993 * gst-libs/gst/audio/gstringbuffer.c:
17994 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17995 (gst_ring_buffer_samples_done), (wait_segment),
17996 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17997 Add some compiler G_(UN_)LIKELY help.
17998 SIGNAL the ringbuffer waiters when going to PAUSED as well to
17999 make sure they can exit their functions. Should fix #330748
18001 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
18006 * win32/common/_stdint.h:
18007 Windows does not have long long; copy the generated _stdint.h
18008 * win32/common/interfaces-enumtypes.c:
18009 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18010 (gst_mixer_track_flags_get_type),
18011 (gst_tuner_channel_flags_get_type):
18012 * win32/common/multichannel-enumtypes.c:
18013 (gst_audio_channel_position_get_type):
18016 2006-02-13 Wim Taymans <wim@fluendo.com>
18018 * gst-libs/gst/audio/gstbaseaudiosink.c:
18019 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
18020 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18021 Always sync on first sample we receive when starting.
18023 2006-02-13 Wim Taymans <wim@fluendo.com>
18025 * gst/playback/gstplaybin.c: (gen_vis_element):
18026 Update vis bin docs.
18027 Move queue after tee so we don't queue video buffers but
18028 audio samples instead. Fixes problems where the video queue
18029 is filled and the audio queue empty.
18031 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
18033 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
18034 No need to push an EOS event here, GstBaseSrc will do that for us
18035 when we return FLOW_UNEXPECTED.
18037 2006-02-12 Wim Taymans <wim@fluendo.com>
18039 * gst-libs/gst/audio/gstbaseaudiosink.c:
18040 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
18041 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
18042 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18043 Use scale functions when possible.
18044 Fix error messages.
18045 Free clockid when after waiting for EOS.
18046 Use G_(UN_)LIKLY when it makes sense.
18047 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
18049 2006-02-12 Edward Hervey <edward@fluendo.com>
18051 * gst/playback/gstplaybasebin.c: (prepare_output):
18052 Remove stray semi-colon (fixes #330888).
18054 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
18056 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18057 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
18058 Fix up the XShm call testing so that we catch errors, and don't
18059 cause new ones by attempting to detach from a segment we failed
18060 to attach to. Fixes #312439.
18062 2006-02-10 Edward Hervey <edward@fluendo.com>
18064 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18065 Added flv file typefind (video/x-flv).
18067 2006-02-10 Edward Hervey <edward@fluendo.com>
18069 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18070 (gst_riff_create_video_template_caps):
18071 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
18072 Also added the caps to the default set of riff video caps.
18074 2006-02-09 Andy Wingo <wingo@pobox.com>
18076 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
18077 time and the end time of the last packet in the page.
18078 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
18079 on the pages in our queue, set the duration as well. Reflow a
18081 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
18082 Fixes bad muxing order.
18084 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
18086 * gst-libs/gst/rtp/gstbasertppayload.c:
18087 (gst_basertppayload_setcaps), (gst_basertppayload_push):
18088 update seqnum before setting it on the packet; this makes sure
18089 that the timestamp and seqnum properties match after pushing
18092 2006-02-09 Andy Wingo <wingo@pobox.com>
18094 * gst-libs/gst/audio/gstringbuffer.c
18095 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
18096 overflow after 13.5 hours of recording. Kapow!
18098 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
18099 the buffer size -- we don't care about underrun/overrun reporting
18100 right now, just need to return a useful value.
18102 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
18107 === release 0.10.3 ===
18109 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
18112 releasing 0.10.3, "Under Pressure"
18114 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
18117 Drat. Bump libtool version number for new API.
18118 Prelease 0.10.2.3 (of 0.10.3)
18120 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
18123 * win32/common/config.h:
18124 0.10.2.2 prerelease (of 0.10.3).
18126 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
18128 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18129 Revert Andy's newsegment change pending a more correct
18132 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
18134 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18135 (qt_type_find), (plugin_init):
18136 detect more files as 3gp
18137 group and reorder the iso file formats
18139 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18141 * ext/vorbis/vorbis.c: (plugin_init):
18142 Register musicbrainz tags, so apps don't have to.
18144 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18146 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18147 (gst_tag_to_vorbis_tag):
18148 Make sure we called gst_tag_register_musicbrainz_tags()
18149 before possibly mapping a vorbiscomment string from/to a
18152 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18154 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18155 In case we can't find the required number of consecutive
18156 mpeg audio frames to positively identify an MPEG audio
18157 stream, check if there's at least a valid mpeg audio
18158 frame right at offset 0 and if so suggest mpeg/audio
18159 caps with a very low probability (#153004).
18161 2006-02-07 Andy Wingo <wingo@pobox.com>
18163 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18164 a TIME segment if we get timestamped buffers. Requires recent
18165 fixes in core to work properly.
18167 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18169 * gst/playback/gstplaybasebin.c: (prepare_output):
18170 Don't print the URI as part of the error message, it
18171 makes error dialogs look rather ugly, especially if
18172 the URI is very long or has characters in it that
18175 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18177 * gst/playback/gstplaybasebin.c: (prepare_output):
18178 Error out if we have only text or subtitles, but nothing
18179 else. Also error out if we have subtitles but no video
18182 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18184 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18185 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18186 Post an error message on the bus when we encounter an
18187 error, which will hopefully be more meaningful than the
18188 'Internal Flow Error' message users get to see if we
18189 just return GST_FLOW_ERROR.
18191 2006-02-07 Andy Wingo <wingo@pobox.com>
18193 * configure.ac (GST_MAJORMINOR): Update core version req to
18194 0.10.2.2, for the collectpads API addition (#330244).
18196 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18198 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18199 Return FALSE from plugin_init() when GnomeVFS can't
18200 be initialised for some reason (#328423).
18202 2006-02-06 Julien MOUTTE <julien@moutte.net>
18204 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
18205 Stick to seeking theory until i find the bug.
18206 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18208 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
18210 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18211 (theora_enc_finalize), (theora_enc_sink_setcaps),
18212 (theora_set_header_on_caps), (theora_enc_chain),
18213 (theora_enc_change_state):
18214 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18215 Make theoraenc and the tests leak free. Like, really.
18217 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
18219 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18220 (theora_enc_finalize), (theora_enc_sink_setcaps):
18221 Add a finalize method to ensure we clean up state even if
18222 someone omitted the state change back to NULL.
18224 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18225 (gst_vorbisenc_chain):
18226 Free some more leaked bits.
18228 * tests/check/pipelines/theoraenc.c: (start_pipeline),
18230 Wait for state changes to happen if they're ASYNC.
18232 This ought to teach those fancy pants buildbots a lesson.
18234 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
18236 * gst-libs/gst/tag/gstid3tag.c:
18237 Add mapping for ID3 International Standard Recording Code
18240 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
18242 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18243 Don't leak tag names.
18245 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18247 * docs/libs/gst-plugins-base-libs-docs.sgml:
18248 * docs/libs/gst-plugins-base-libs-sections.txt:
18249 * gst-libs/gst/tag/gstid3tag.c:
18250 * gst-libs/gst/tag/gstvorbistag.c:
18251 * gst-libs/gst/tag/tags.c:
18252 Split libgsttag docs into multiple sections.
18254 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18256 * docs/libs/Makefile.am:
18257 * docs/libs/gst-plugins-base-libs-docs.sgml:
18258 * docs/libs/gst-plugins-base-libs-sections.txt:
18259 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18260 * gst-libs/gst/tag/gstvorbistag.c:
18261 * gst-libs/gst/tag/tag.h:
18262 * gst-libs/gst/tag/tags.c:
18263 Add libgsttag to the docs.
18265 2006-02-05 Julien MOUTTE <julien@moutte.net>
18267 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18268 (gst_text_overlay_init), (gst_text_overlay_src_event),
18269 (gst_text_overlay_collected): Fix clockoverlay.
18271 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18273 * docs/libs/compiling.sgml:
18274 Fix typo: it's pkg-config, not pkg-gconfig
18276 * docs/libs/gst-plugins-base-libs-docs.sgml:
18277 * docs/libs/gst-plugins-base-libs-sections.txt:
18278 * docs/libs/tmpl/gstgconf.sgml:
18279 There is no libgstgconf in 0.10, remove it
18282 2006-02-05 Julien MOUTTE <julien@moutte.net>
18284 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18285 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18286 (gst_text_overlay_src_event), (gst_text_overlay_collected):
18287 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18288 (gst_sub_parse_class_init), (gst_sub_parse_init),
18289 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18290 (parse_mpsub), (parser_state_init), (handle_buffer),
18291 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18292 * gst/subparse/gstsubparse.h: Introduce seeking code.
18294 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18296 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18297 Add comment about LANGUAGE tag inconsistency (we want
18298 ISO-639-1, but extract three-letter identifiers?)
18301 Add two translatable files.
18303 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18305 * gst-libs/gst/tag/Makefile.am:
18306 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18307 * gst-libs/gst/tag/tag.h:
18308 * gst-libs/gst/tag/tags.c:
18309 (gst_tag_register_musicbrainz_tags_internal),
18310 (gst_tag_register_musicbrainz_tags):
18311 Forward-port some tags stuff from the 0.8 branch. This is
18312 mostly the addition of musicbrainz tags and their mapping
18313 to vorbistags, and a vorbistag mapping of the language tag.
18315 2006-02-05 Julien MOUTTE <julien@moutte.net>
18317 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18320 2006-02-04 David Schleef <ds@schleef.org>
18322 * ext/ogg/gstoggmux.c:
18323 * gst/typefind/gsttypefindfunctions.c:
18324 Add Dirac typefinding and add dirac format to oggmux.
18326 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
18328 * gst/playback/gstdecodebin.c: (try_to_link_1):
18329 Don't put essential function call into
18330 g_return_*() macro, otherwise it'll all be
18331 replaced by NOOPs when compiling with
18332 G_DISABLE_CHECKS defined.
18334 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
18336 * ext/ogg/gstoggdemux.c:
18337 * ext/ogg/gstoggparse.c:
18338 * gst/tcp/gsttcpserversink.c:
18339 * sys/v4l/v4lsrc_calls.c:
18340 * sys/v4l/v4lsrc_calls.h:
18341 Just make it compile with --disable-gst-debug.
18343 2006-02-03 Wim Taymans <wim@fluendo.com>
18345 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18346 (gst_alsasink_class_init), (gst_alsasink_init),
18347 (gst_alsasink_write), (gst_alsasink_reset):
18348 * ext/alsa/gstalsasink.h:
18349 Add lock to protect alsa calls.
18350 Implement reset to flush samples ASAP, does not work
18353 2006-02-02 Wim Taymans <wim@fluendo.com>
18355 * gst-libs/gst/audio/gstbaseaudiosink.c:
18356 (gst_base_audio_sink_provide_clock):
18357 Ugh.. getting late I guess...
18359 2006-02-02 Wim Taymans <wim@fluendo.com>
18361 * gst-libs/gst/audio/gstbaseaudiosink.c:
18362 (gst_base_audio_sink_provide_clock),
18363 (gst_base_audio_sink_set_property),
18364 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18365 Don't try to provide a clock when we are not negotiated since
18366 we might not be able to make it run.
18368 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
18370 * gst/playback/gstdecodebin.c: (try_to_link_1):
18371 Unlinking two source pads is ... hard.
18373 2006-02-02 Wim Taymans <wim@fluendo.com>
18375 * gst-libs/gst/audio/TODO:
18378 * gst-libs/gst/audio/gstbaseaudiosink.c:
18379 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18380 On EOS, wait till the last sample is played before posting EOS.
18382 2006-02-01 Philippe Kalaf <burger at speedy dot org>
18384 Patch by: Kai Vehmanen
18385 * gst-libs/gst/rtp/gstbasertpdepayload.c:
18386 Adds ability to enable newsegment bypass by setting queue_delay to
18387 zero. Also avoid thread being started if queue_delay is zero.
18389 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18391 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18392 Make test work again by connecting fakesinks to each decoded pad,
18393 which makes the pipeline wait until each fakesink has a buffer
18394 queued before going to PAUSED state. At that point we know the
18395 decodebin pads are negotiated.
18397 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18399 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18400 (gst_cdda_base_src_handle_event):
18401 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18402 Pass unhandled queries to the parent class's query function.
18404 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18406 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18407 (gst_ogg_pad_src_query):
18408 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18409 * ext/theora/theoradec.c: (theora_dec_src_query),
18410 (theora_dec_sink_query):
18411 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18412 (vorbis_dec_sink_query):
18413 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18414 (gst_vorbisenc_sink_query):
18415 * gst/adder/gstadder.c: (gst_adder_query):
18416 Pass unhandled queries upstream instead of just
18417 dropping them (#326447). Also, fix supported
18418 query types list for some elements.
18420 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18422 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18423 (paris_type_find), (ilbc_type_find), (plugin_init):
18424 Fix typefinding for audio/x-au, audio/x-paris and
18425 audio/iLBC-sh. We cannot use the START_WITH macros
18426 here, because there can only be one typefind factory
18427 with the same name (caps), so the second one would
18428 replace the first one and the first one would never
18429 be called when doing typefinding (see #161712).
18432 2006-01-31 Wim Taymans <wim@fluendo.com>
18434 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18435 (vorbis_handle_header_packet), (vorbis_dec_push),
18436 (vorbis_handle_data_packet):
18437 Use scale_int when we can, add some more scaling.
18438 Check packettype before parsing it.
18440 2006-01-31 Wim Taymans <wim@fluendo.com>
18442 * ext/theora/theoradec.c: (_theora_granule_time),
18443 (theora_dec_src_convert), (theora_dec_sink_convert):
18444 Call right _scale functions.
18445 Use parameter instead of some other random value.
18447 2006-01-31 Wim Taymans <wim@fluendo.com>
18449 * ext/theora/theoradec.c: (_theora_granule_frame),
18450 (_theora_granule_time), (_inc_granulepos),
18451 (theora_dec_src_convert), (theora_dec_sink_convert),
18452 (theora_handle_type_packet), (theora_handle_data_packet),
18453 (theora_dec_chain):
18454 Use higher precision timestamps calculation.
18455 Convert some other conversions to _scale.
18457 2006-01-31 Stefan Kost <ensonic@users.sf.net>
18459 * gst/audiotestsrc/gstaudiotestsrc.c:
18460 (gst_audio_test_src_create_sine_table), (plugin_init):
18461 * gst/volume/gstvolume.c: (plugin_init):
18462 initialize gst_controller before using
18464 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
18466 * tests/check/pipelines/theoraenc.c:
18467 * tests/check/pipelines/vorbisenc.c:
18468 Define constant using G_GINT64_CONSTANT to avoid errors when
18469 passing it around - otherwise it gets truncated to 32 bits.
18471 Fixes failing tests.
18473 2006-01-31 Andy Wingo <wingo@pobox.com>
18475 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18476 caps being set doesn't have a framerate value. Basically a stopgap
18479 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18480 technically correct enough to put into core though.
18481 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18482 DURATION. Fixes theoraenc ! oggmux.
18484 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18485 fraction, not double.
18487 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
18490 add vs7 project files created by Sergey Scobich
18492 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
18495 add vs8 project files created by Sergey Scobich
18497 2006-01-30 Andy Wingo <wingo@pobox.com>
18499 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18500 timestamp + duration, not just timestamp -- ogg pages should be
18501 ordered by stop time. Necessary fix given the change in vorbis
18504 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
18505 (gst_theora_enc_init): Pull the granule shift out of the encoder.
18506 (granulepos_add): New function, handles the messiness of adjusting
18508 (theora_buffer_from_packet):
18509 (theora_enc_chain):
18510 (theora_enc_sink_event): Use granulepos_add, not +.
18512 * tests/check/pipelines/theoraenc.c
18513 (check_buffer_granulepos_from_starttime): Just check the frame
18514 count, not the actual granulepos -- we can't dictate to the
18515 encoder when it should be placing keyframes.
18517 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
18519 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18520 SERVICE_NOT_AVAILABLE happens for example when you're trying to
18521 play an http:// stream from a server that's not serving
18523 2006-01-30 Andy Wingo <wingo@pobox.com>
18525 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
18526 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18527 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18530 * ext/theora/gsttheoraenc.h:
18531 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18532 although theoraenc was timestamping correctly. Added handling of
18533 streams that start with nonzero timestamps.
18535 * tests/check/Makefile.am:
18536 * tests/check/pipelines/theoraenc.c: New file, basically does same
18537 tests as vorbisenc.
18539 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18541 2006-01-30 Wim Taymans <wim@fluendo.com>
18543 * gst-libs/gst/audio/gstaudiosink.c:
18544 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18545 (gst_audioringbuffer_pause):
18546 Implement pause that does not wait for completion.
18548 * gst-libs/gst/audio/gstbaseaudiosink.c:
18549 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18550 Don't drop buffers when going to PAUSED but perform preroll on
18551 remaining samples now that core base class supports this.
18553 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18554 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18555 (gst_ring_buffer_commit):
18556 Pause should not signal waiters.
18557 Implement return value of _commit correctly.
18559 2006-01-30 Andy Wingo <wingo@pobox.com>
18561 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18563 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18564 updated to timestamp from the first sample, not the last.
18565 (gst_vorbisenc_buffer_from_header_packet): New function, takes
18566 special care of granulepos and timestamp for header packets.
18567 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18568 when the first buffer has a nonzero timestamp.
18570 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18571 (GstVorbisEnc.subgranule_offset): New members. Take care of the
18572 case when the first audio buffer we get has a nonzero timestamp.
18573 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18574 properly timestamp vorbis buffers with the time of the first
18575 sample, not the last.
18577 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18578 vorbis_granule_time_copy -- now it takes the granule/subgranule
18579 offset into account.
18581 * tests/check/pipelines/vorbisenc.c: New test for correctness of
18582 timestamps, durations, and granulepos on buffers produced by
18585 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
18587 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18588 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18589 Patch from Eric Jonas to support conversions to/from UYVY
18592 2006-01-30 Julien MOUTTE <julien@moutte.net>
18594 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18595 (setup_subtitle), (setup_source), (set_active_source):
18596 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18597 (gen_text_element), (gen_audio_element), (gen_vis_element),
18598 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18600 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
18602 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18603 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18604 use gst_guint64_to_gdouble to be compliant with vs6
18605 * gst/playback/gstdecodebin.c: (try_to_link_1)
18606 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18607 use G_GINT64_CONSTANT for int64 constants
18608 * win32/common/libgstinterfaces.def:
18609 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18611 update and add new project files
18613 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
18617 * win32/common/interfaces-enumtypes.c:
18618 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18619 (gst_mixer_track_flags_get_type),
18620 (gst_tuner_channel_flags_get_type):
18621 * win32/common/interfaces-enumtypes.h:
18622 * win32/common/multichannel-enumtypes.c:
18623 (gst_audio_channel_position_get_type):
18624 * win32/common/multichannel-enumtypes.h:
18625 add a win32-update rule like in core, and copy over enumtypes files
18627 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
18630 * win32/common/config.h:
18631 * win32/common/config.h.in:
18632 add config files just like in core
18634 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
18636 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18637 Make gcc-4.1 happy (part of #327357).
18639 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
18641 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18642 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18643 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18644 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18645 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18646 (gst_alsasrc_unprepare), (gst_alsasrc_read):
18647 Update all error messages. All of them should either use
18648 the default translated message, or actually provide a
18649 translatable string.
18650 Make the string for channel count problems meaningful.
18652 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
18654 * sys/v4l/v4l_calls.c: (gst_v4l_open):
18655 check for and throw RESOURCE_BUSY
18657 2006-01-27 David Schleef <ds@schleef.org>
18659 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18660 checked in this change -- it requires liboil features not
18661 in 0.3.6. Revert parts.
18663 2006-01-27 David Schleef <ds@schleef.org>
18666 * configure.ac: update liboil requirement to 0.3.6
18667 * gst/videoscale/Makefile.am:
18668 * gst/videoscale/vs_scanline.c: liboilify
18670 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
18672 * ext/libvisual/visual.c: (get_buffer):
18673 When pad_alloc returns a GstFlowReturn other
18674 than GST_FLOW_OK, make sure it is passed upstream.
18676 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
18678 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18679 (gst_alsasink_class_init):
18680 Free the device name string.
18682 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18683 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18684 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18685 Don't remove a pad from the collectpads structure until it
18686 is released - it's a request pad, and may receive data again
18687 if the element gets moved back to PLAYING state.
18689 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18690 Ensure we turn on double buffering on the Xv port, and
18691 set the colour key to something dark and mysterious that
18694 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
18696 * ext/alsa/gstalsaplugin.c: (plugin_init):
18697 * ext/cdparanoia/gstcdparanoiasrc.c:
18698 (gst_cd_paranoia_src_base_init), (plugin_init):
18699 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18700 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18701 - a library should not call setlocale. see "Libraries" node in
18703 - make sure all plugins that use translation do bindtextdomain
18704 to point to the localedir
18705 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18706 (setup_sinks), (plugin_init):
18707 all this, and check for NULL when creating sinks
18709 2006-01-27 Julien MOUTTE <julien@moutte.net>
18711 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18712 (plugin_init): Make typefinding of subtitles work again.
18714 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
18716 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18717 (mp3_type_frame_length_from_header), (mp3_type_find),
18718 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18720 Backport a bunch of typefinding fixes from the 0.8 branch.
18721 Also, improve wavpack typefinding: if we can't peek the
18722 entire wavpack block, try to parse the bits we can get and
18723 see if we find what we're looking for in those.
18725 2006-01-26 Julien MOUTTE <julien@moutte.net>
18727 * sys/ximage/ximagesink.c:
18728 (gst_ximagesink_calculate_pixel_aspect_ratio):
18729 * sys/xvimage/xvimagesink.c:
18730 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18731 more cases of pixel aspect ratio.
18733 2006-01-26 Edward Hervey <edward@fluendo.com>
18735 * gst/playback/gstdecodebin.c: (pad_probe):
18736 Also consider the flush-start and tag events as unblockers
18737 for the pad probes.
18739 2006-01-26 Julien MOUTTE <julien@moutte.net>
18741 * gst/playback/gstplaybin.c: (gst_play_bin_init),
18742 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18743 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
18744 On the fly visualisation switch, works disabling, enabling as
18745 well but it won't be able to enable vis in a playbin that was
18746 created with no visualisation.
18748 2006-01-25 Wim Taymans <wim@fluendo.com>
18750 * gst-libs/gst/audio/gstbaseaudiosink.c:
18751 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18752 Undo previous commit that returned WRONG_STATE sooner, it breaks
18753 resume after pause.
18755 2006-01-25 Wim Taymans <wim@fluendo.com>
18757 * gst-libs/gst/audio/gstbaseaudiosink.c:
18758 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18759 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18761 Post error when caps cannot be parsed.
18762 Resync on discontinuity in the stream.
18763 Clip samples to segment boundaries.
18764 return WRONG_STATE sooner when we are flushing.
18766 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18767 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18768 Make audiosrc operate in TIME.
18769 Set TIMESTAMP and DURATION on buffers.
18771 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
18773 * tests/examples/seek/seek.c: (main):
18774 Output tag messages as well.
18776 2006-01-23 Edward Hervey <edward@fluendo.com>
18778 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18779 (free_pad_probes), (remove_fakesink), (pad_probe),
18780 (close_pad_link), (gst_decode_bin_change_state):
18781 Replace GstPadBlockCallback with pad probes that detect
18782 first buffer AND eos before removing fakesink.
18783 Fixes hang with demuxers doing EOS while pre-rolling.
18786 2006-01-23 Andy Wingo <wingo@pobox.com>
18788 * ext/alsa/gstalsasink.c:
18789 * gst-libs/gst/rtp/gstbasertpdepayload.c:
18790 (gst_base_rtp_depayload_setcaps),
18791 (gst_base_rtp_depayload_add_to_queue),
18792 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18794 Patch by: Jens Granseuer <jensgr at gmx dot net>
18796 2006-01-22 Julien MOUTTE <julien@moutte.net>
18798 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18799 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18800 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
18801 frames. We might get a frame destroyed after changing state to
18802 NULL, adding a safety check on xcontext.
18804 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
18806 * gst-libs/gst/interfaces/xoverlay.c:
18807 Fix prepare-xwindow-id code example in the docs - we need to
18808 ignore all messages that aren't element messages as well.
18810 2006-01-21 Julien MOUTTE <julien@moutte.net>
18812 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18813 I think one day i'll completely undestand how caps negotiation
18814 is supposed to work. This refactoring handles buffer_alloc
18815 called with caps we can't handle. We definitely don't want a
18816 set_caps with those caps, so we define and allocate a buffer
18817 we would like to receive.
18819 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
18821 * gst/playback/gstplaybasebin.c: (setup_source):
18822 Free iterator when done.
18824 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
18826 * gst-libs/gst/audio/gstbaseaudiosink.c:
18827 (gst_base_audio_sink_render):
18828 Fix playback of non-synchronised streams by assuming a rate
18829 of 1.0 instead of a random one.
18831 Makes this work again:
18833 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18834 endianness=(int)4321, signed=(boolean)true, width=(int)16,
18835 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18836 audioresample ! alsasink
18838 === release 0.10.2 ===
18840 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
18843 releasing 0.10.2, "Then the devil is six"
18845 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
18847 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18848 * gst/playback/gststreamselector.c:
18849 (gst_stream_selector_set_property):
18850 Comment out broken code that connects to the state-changed signal.
18851 At this point, changing current stream selection is broken, but
18852 stuff like gst-launch playbin current-audio=1 works and filters
18853 to the chosen stream.
18855 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
18857 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18858 Fix #327216 (null dereference in vorbisdec)
18860 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
18862 * ext/theora/theoradec.c: (theora_handle_comment_packet):
18863 Post taglist actually on bus instead of just freeing it
18864 (fixes #327114 and totem bug #327080).
18866 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18867 Use gst_element_found_tags_for_pad(), so that the tags
18868 are sent downstream as an event as well.
18870 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
18872 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18873 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18874 (gst_ximagesink_buffer_alloc):
18875 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18876 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18877 (gst_xvimagesink_buffer_alloc):
18878 move all regularly occurring messages to GST_LOG level
18879 add some more object logs
18881 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
18883 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18884 fix a silly segfault
18886 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
18888 * docs/libs/gst-plugins-base-libs-docs.sgml:
18889 * docs/libs/gst-plugins-base-libs-sections.txt:
18890 * gst-libs/gst/audio/mixerutils.c:
18891 * gst-libs/gst/audio/mixerutils.h:
18892 Add docs for mixerutils stuff.
18894 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
18896 * gst/playback/gstplaybasebin.c: (setup_source):
18897 Fix playback for sources that emit raw audio or
18898 raw video streams (e.g.: cd audio sources) (#325984).
18900 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
18902 * gst-libs/gst/audio/mixerutils.c:
18903 (gst_audio_mixer_filter_do_filter):
18904 actually save the element we create
18906 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
18908 * gst-libs/gst/cdda/gstcddabasesrc.c:
18909 (gst_cdda_base_src_handle_track_seek):
18910 No need to post a tag message on the bus when seeking
18911 within the same track, only post it when the current
18914 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
18916 * gst/playback/gstplaybasebin.c: (group_destroy),
18917 (probe_triggered), (new_decoded_pad), (mute_group_type),
18918 (set_active_source):
18919 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18920 * gst/playback/gststreamselector.c:
18921 (gst_stream_selector_base_init),
18922 (gst_stream_selector_set_property),
18923 (gst_stream_selector_request_new_pad):
18924 Reenable stream selection. These mechanisms need a complete overhaul
18925 in the face of 0.8->0.10 changes though.
18927 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
18929 * ext/ogg/gstoggdemux.c:
18930 Change the pad template to src_%d to match the pads that
18931 are created from it. decodebin needs this information in order
18932 to decide that oggdemux is capable of producing multiple pads
18933 (and hence needs queues inserted).
18935 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18936 (gst_ogg_mux_collected):
18937 Make debug output more useful by using GST_PTR_FORMAT.
18939 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
18941 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
18943 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18944 Set depth and width for alaw/mulaw (fixes #326601).
18946 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
18948 * tests/icles/Makefile.am:
18949 don't build the tests if we don't have the libs
18951 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
18953 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18954 (gst_cd_paranoia_paranoia_callback):
18955 Don't try to free NULL pointers.
18957 2006-01-10 Edward Hervey <edward@fluendo.com>
18959 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18960 (gst_audio_rate_change_state), (plugin_init):
18961 Add debugging category.
18963 Add case for incoming buffers without valid offset/offset_end.
18965 2006-01-10 Michael Smith <msmith@fluendo.com>
18967 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18968 Don't leak GCond in audio sources.
18970 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
18972 * gst/playback/gstplaybin.c: (gen_audio_element):
18973 Don't leak an autoaudiosink/alsasink when we generate
18974 a new audio element. (old code, I guess)
18976 2006-01-10 Michael Smith <msmith@fluendo.com>
18978 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18979 Support float audio in audiorate.
18980 Use width rather than depth for selecting sample width.
18982 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
18984 * gst/videotestsrc/videotestsrc.h:
18985 Use GLib types here (that way we don't have to include the
18986 generated _stdint.h header, which makes life easier for win32
18987 folks that don't use autotools for the build) (#325990, patch
18988 by: Sergey Scobich).
18990 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
18992 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18993 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18994 (gst_ring_buffer_pause), (wait_segment):
18995 * gst-libs/gst/audio/gstringbuffer.h:
18996 Name (private) union, makes Forte compiler happy (this time
18997 for real) (#324900).
18999 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
19001 * gst-libs/gst/audio/Makefile.am:
19002 Link against libgstinterfaces, needed for mixer
19003 and property probe stuff.
19005 2006-01-09 Edward Hervey <edward@fluendo.com>
19007 * gst-libs/gst/Makefile.am:
19009 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
19011 * gst-libs/gst/audio/Makefile.am:
19012 * gst-libs/gst/audio/mixerutils.c:
19013 (gst_audio_mixer_filter_do_filter),
19014 (gst_audio_mixer_filter_check_element),
19015 (gst_audio_mixer_filter_probe_feature),
19016 (element_factory_rank_compare_func),
19017 (gst_audio_default_registry_mixer_filter):
19018 * gst-libs/gst/audio/mixerutils.h:
19019 Add gst_audio_default_registry_mixer_filter() utility
19022 2006-01-03 Michael Smith <msmith@fluendo.com>
19024 * gst/audioresample/resample.h:
19025 As before, but for o_buf
19027 2006-01-03 Michael Smith <msmith@fluendo.com>
19029 * gst/audioresample/resample.h:
19030 Declare struct _ResampleState.buffer as unsigned char *, not void *,
19031 since we do arithmetic on it.
19033 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
19035 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19036 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19037 (gst_ring_buffer_pause), (wait_segment):
19038 * gst-libs/gst/audio/gstringbuffer.h:
19039 Sun's Forte compiler doesn't seem to like anonymous structs,
19040 so use same setup as in GstBaseSrc (fixes #324900).
19042 2005-12-30 Stefan Kost <ensonic@users.sf.net>
19045 * gst/volume/Makefile.am:
19046 * gst/volume/demo.c:
19047 move old example to tests/examples/volume/volune.c
19048 * tests/examples/Makefile.am:
19049 * tests/examples/seek/seek.c: (main):
19050 change window-close event from "delete-event" to "destroy"
19051 * tests/examples/volume/Makefile.am:
19052 * tests/examples/volume/volume.c: (value_changed_callback),
19053 (setup_gui), (message_received), (eos_message_received), (main):
19054 fix event handling and bus usage
19056 2005-12-29 Stefan Kost <ensonic@users.sf.net>
19058 * gst/audiotestsrc/gstaudiotestsrc.c:
19059 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
19060 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
19061 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
19062 (gst_audio_test_src_create_square),
19063 (gst_audio_test_src_create_saw),
19064 (gst_audio_test_src_create_triangle),
19065 (gst_audio_test_src_create_silence),
19066 (gst_audio_test_src_create_white_noise),
19067 (gst_audio_test_src_create_pink_noise),
19068 (gst_audio_test_src_init_sine_table),
19069 (gst_audio_test_src_create_sine_table),
19070 (gst_audio_test_src_change_wave),
19071 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
19072 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
19073 * gst/audiotestsrc/gstaudiotestsrc.h:
19074 update to basesrc changes, implement segmented seeking and eos
19075 handling, add a 'sine-tab' waveform for performance critical playback
19077 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19080 ... and this time the other modified file that I missed last time.
19082 2005-12-29 Michael Smith <msmith@fluendo.com>
19084 * gst/playback/gstdecodebin.c: (new_pad):
19085 Fix non-C89 variable declaration not at the start of a block. Should
19086 help some compilers.
19088 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19090 * tests/check/Makefile.am:
19091 And now fix 'make distcheck' (builddir != srcdir)
19093 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19096 * ext/cdparanoia/Makefile.am:
19097 * ext/cdparanoia/gstcdparanoia.c:
19098 * ext/cdparanoia/gstcdparanoia.h:
19099 * ext/cdparanoia/gstcdparanoiasrc.c:
19100 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
19101 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
19102 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
19103 (gst_cd_paranoia_paranoia_callback),
19104 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
19105 (gst_cd_paranoia_src_set_property),
19106 (gst_cd_paranoia_src_get_property), (plugin_init):
19107 * ext/cdparanoia/gstcdparanoiasrc.h:
19108 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
19109 plugin again (there are still fixes required to playbin to make
19110 cdda:// uris work there).
19112 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19114 * tests/check/Makefile.am:
19115 Fix test case compilation.
19117 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19119 * gst-libs/gst/cdda/gstcddabasesrc.c:
19120 (gst_cdda_base_src_update_duration),
19121 (gst_cdda_base_src_calculate_cddb_id):
19122 An integer is not a string. Fix access to uninitialised variable.
19124 * tests/check/Makefile.am:
19125 Add cddabasesrc unit test; also actually enable the vorbis test.
19127 * tests/check/generic/states.c:
19128 Blacklist new cd audio elements as well.
19130 * tests/check/libs/cddabasesrc.c:
19131 Unit test for GstCddaBaseSrc (discid calculation mostly).
19133 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
19135 * docs/libs/Makefile.am:
19136 * docs/libs/gst-plugins-base-libs-docs.sgml:
19137 * docs/libs/gst-plugins-base-libs-sections.txt:
19138 * docs/libs/gst-plugins-base-libs.types:
19139 Add docs for libgstcdda/GstCddaBaseSrc.
19141 * gst-libs/gst/interfaces/mixertrack.h:
19142 Do one struct member per line with a semicolon at the end, that way
19143 even gtk-doc might parse it without complaining.
19145 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
19148 * gst-libs/gst/Makefile.am:
19149 * gst-libs/gst/cdda/Makefile.am:
19150 * gst-libs/gst/cdda/base64.c:
19151 * gst-libs/gst/cdda/base64.h:
19152 * gst-libs/gst/cdda/gstcddabasesrc.c:
19153 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19154 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19155 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19156 (gst_cdda_base_src_get_property),
19157 (gst_cdda_base_src_get_track_from_sector),
19158 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19159 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19160 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19161 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19162 (gst_cdda_base_src_uri_get_protocols),
19163 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19164 (gst_cdda_base_src_uri_handler_init),
19165 (gst_cdda_base_src_setup_interfaces),
19166 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19167 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19168 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19169 (gst_cdda_base_src_add_tags),
19170 (gst_cdda_base_src_add_index_associations),
19171 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19172 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19173 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19174 (gst_cdda_base_src_create):
19175 * gst-libs/gst/cdda/gstcddabasesrc.h:
19176 * gst-libs/gst/cdda/sha1.c:
19177 * gst-libs/gst/cdda/sha1.h:
19178 Add new libgstcdda with GstCddaBaseSrc class.
19180 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
19182 * ext/gnomevfs/gstgnomevfssink.h:
19183 Use GstBaseSinkClass as parent_class member for class struct, not
19186 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
19188 Patch by: Michael Benes
19190 * gst/videotestsrc/gstvideotestsrc.c:
19191 (gst_video_test_src_class_init), (gst_video_test_src_start):
19192 Add start method to reset running time and number of frames sent
19193 when starting up (fixes #324696)
19195 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
19197 * docs/plugins/Makefile.am:
19198 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19199 * docs/plugins/gst-plugins-base-plugins-sections.txt:
19200 * docs/plugins/gst-plugins-base-plugins.args:
19201 * docs/plugins/gst-plugins-base-plugins.hierarchy:
19202 * docs/plugins/gst-plugins-base-plugins.signals:
19203 Add docs stuff for gnomevfssrc and gnomevfssink.
19205 * ext/gnomevfs/gstgnomevfssrc.c:
19206 Fix example pipeline in gtk-doc blurb.
19208 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
19210 * ext/gnomevfs/Makefile.am:
19211 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19212 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19213 (gst_gnome_vfs_handle_get_type), (plugin_init):
19214 * ext/gnomevfs/gstgnomevfs.h:
19215 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19216 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19217 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19218 (gst_gnome_vfs_sink_set_property),
19219 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19220 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19221 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19222 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19223 (gst_gnome_vfs_sink_uri_get_type),
19224 (gst_gnome_vfs_sink_uri_get_protocols),
19225 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19226 (gst_gnome_vfs_sink_uri_handler_init):
19227 * ext/gnomevfs/gstgnomevfssink.h:
19228 Port gnomevfssink; add gtk-doc blurb.
19230 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19231 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19232 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19233 (gst_gnome_vfs_src_uri_get_type),
19234 (gst_gnome_vfs_src_uri_get_protocols),
19235 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19236 (gst_gnome_vfs_src_uri_handler_init),
19237 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19238 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19239 (gst_gnome_vfs_src_send_additional_headers_callback),
19240 (gst_gnome_vfs_src_received_headers_callback),
19241 (gst_gnome_vfs_src_push_callbacks),
19242 (gst_gnome_vfs_src_pop_callbacks),
19243 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19244 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19245 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19246 * ext/gnomevfs/gstgnomevfssrc.h:
19247 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19248 file; add gtk-doc blurb with example pipelines.
19250 === release 0.10.1 ===
19252 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
19255 releasing 0.10.1, "Dobro Dedek"
19257 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
19259 * gst/typefind/gsttypefindfunctions.c:
19260 iLBC30 and iLBC20 added to typefind.
19262 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
19264 * gst-libs/gst/audio/gstbaseaudiosink.c:
19265 (gst_base_audio_sink_class_init):
19266 * gst-libs/gst/audio/gstbaseaudiosrc.c:
19267 (gst_base_audio_src_class_init):
19268 update strings, values are in microseconds
19269 change the default sink buffer time to something that is smaller
19270 (to help software volume mixing have a slightly lower delay) but
19271 still be acceptable on Wim's laptop
19273 2005-12-20 Edward Hervey <edward@fluendo.com>
19275 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19276 Made a quack, forgot to add DUCK to the riff video template.
19278 2005-12-19 Edward Hervey <edward@fluendo.com>
19280 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19281 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19282 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19283 (gst_ogm_parse_chain):
19284 Make sure pads are initialized correctly.
19285 * gst-libs/gst/riff/riff-ids.h:
19286 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19287 (gst_riff_create_video_template_caps):
19288 Add a whole bunch of FOURCC <=> MimeType.
19289 Extend the riff video pad template to support the newly added fourcc.
19291 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
19293 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19294 (gst_ogg_demux_activate_chain):
19295 Extra debug output when activating/deactivating chains.
19297 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19298 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19300 Remove a queue from our list when it becomes unlinked.
19301 Don't add queues to elements in class 'Demux' if they
19302 can only produce one pad
19304 2005-12-18 Julien MOUTTE <julien@moutte.net>
19306 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19307 (gst_video_sink_get_type): Add a debug category.
19309 2005-12-17 Philippe Khalaf <burger@speedy.org>
19311 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19312 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19313 Handle downstream newsegment by sending our own newsegment before the
19314 next buffer to be released. (#323900)
19316 2005-12-17 Philippe Khalaf <burger@speedy.org>
19318 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19319 (gst_base_rtp_depayload_set_gst_timestamp):
19320 add queue delay to new segment as well (as opposed to just the first
19321 buffer). (bug #322347)
19323 2005-12-16 Stefan Kost <ensonic@users.sf.net>
19325 * ext/libvisual/visual.c: (make_valid_name):
19326 change some char* into char[]
19327 * gst/audiotestsrc/gstaudiotestsrc.c:
19328 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19329 (gst_audio_test_src_create):
19330 * gst/audiotestsrc/gstaudiotestsrc.h:
19331 prepare to handle EOS and SEGMENT_DONE
19333 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
19335 * tests/check/generic/states.c: (GST_START_TEST):
19336 Blacklist cdparanoia element in state test.
19338 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
19340 Patch by: Benjamin Pineau
19342 * gst/tcp/gsttcp.c:
19343 * gst/tcp/gsttcpclientsink.c:
19344 * gst/tcp/gsttcpserversink.c:
19345 * gst/tcp/gsttcpserversrc.c:
19346 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19348 2005-12-15 Michael Smith <msmith@fluendo.com>
19350 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19351 (gst_video_rate_chain):
19352 Fix timestamping for videorate when the first buffer it sees has a
19353 non-zero timestamp. Fix some misleading debug output.
19355 2005-12-15 Michael Smith <msmith@fluendo.com>
19357 * gst/audioresample/gstaudioresample.c:
19358 Don't leak all input buffers to audioresample.
19360 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
19362 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19363 Don't operate on empty text buffers. Strip newlines and
19364 tabs only from the end of the text, but leave them intact
19365 in the middle. Fix typo in gtk-doc description.
19367 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
19369 * gst/playback/gstplaybasebin.c:
19370 * gst/playback/gstplaybin.c: (handoff):
19371 Make sure the video frame buffer we return to apps via the
19372 "frame" property always has caps set on it. Modify
19373 _gst_gvalue_set_object() macro to handle NULL objects
19376 2005-12-14 Stefan Kost <ensonic@users.sf.net>
19378 * gst/audiotestsrc/gstaudiotestsrc.c:
19379 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19380 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19381 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19382 (gst_audio_test_src_create):
19383 * gst/audiotestsrc/gstaudiotestsrc.h:
19384 Adjust to some recent api changes and add wtays new cool seeking
19387 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
19389 * ext/alsa/Makefile.am:
19390 * ext/alsa/gstalsadeviceprobe.c:
19391 * ext/alsa/gstalsadeviceprobe.h:
19392 Helper functions to add device probing via the GstPropertyProbe
19393 interface to a class.
19395 * ext/alsa/gstalsamixer.h:
19396 Comment out GST_ALSA_MIXER, it returns a struct that's not
19399 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19400 Add some debug info.
19402 * ext/alsa/gstalsamixerelement.c:
19403 (gst_alsa_mixer_element_interface_supported),
19404 (gst_implements_interface_init),
19405 (gst_alsa_mixer_element_init_interfaces),
19406 (gst_alsa_mixer_element_class_init),
19407 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19408 (gst_alsa_mixer_element_set_property),
19409 (gst_alsa_mixer_element_get_property),
19410 (gst_alsa_mixer_element_change_state):
19411 * ext/alsa/gstalsamixerelement.h:
19412 Add 'device' and 'device-name' properties. Add GstPropertyProbe
19413 for device handling (gnome-volume-control will need that).
19415 2005-12-12 Christian Schaller <uraeus@gnome.org>
19417 * ext/Makefile.am: fix cdparanoia entry
19418 * gst-plugins-base.spec.in: add cdparanoia
19420 2005-12-12 Michael Smith <msmith@fluendo.com>
19422 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19423 Use the correct function to free list of typefind factories.
19425 2005-12-12 Wim Taymans <wim@fluendo.com>
19427 * gst/videotestsrc/gstvideotestsrc.c:
19428 (gst_video_test_src_class_init), (gst_video_test_src_init),
19429 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19430 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19431 (gst_video_test_src_create):
19432 * gst/videotestsrc/gstvideotestsrc.h:
19433 Implement seeking in videotestsrc.
19436 2005-12-12 Wim Taymans <wim@fluendo.com>
19438 * ext/cdparanoia/Makefile.am:
19439 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19440 (gst_paranoia_endian_get_type), (_do_init),
19441 (cdparanoia_class_init), (cdparanoia_init),
19442 (cdparanoia_set_property), (cdparanoia_get_property),
19443 (cdparanoia_do_seek), (cdparanoia_is_seekable),
19444 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19445 (cdparanoia_convert), (cdparanoia_get_query_types),
19446 (cdparanoia_query), (cdparanoia_set_index),
19447 (cdparanoia_uri_set_uri):
19448 * ext/cdparanoia/gstcdparanoia.h:
19449 Partially ported cdparanoia now that basesrc can support a
19452 2005-12-12 Wim Taymans <wim@fluendo.com>
19454 * tests/examples/seek/scrubby.c: (main):
19455 Set higher priority for bus events so they don't get reordered with
19458 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19459 (flush_toggle_cb), (main):
19460 Added checkbox to disable flushing seeks.
19461 Disable scrubbing when doing non flushing seeks.
19463 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
19465 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19466 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19467 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19468 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19469 Implement some sort of event handling that doesn't rely on
19470 g_return_if_fail; make sure we always push the last chunk of an
19471 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19472 state change function; remove some old cruft. Seeking is still
19473 rather unlikely to work though.
19475 * tools/.cvsignore:
19478 2005-12-11 Julien MOUTTE <julien@moutte.net>
19480 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
19481 Fixed a leak of the current image reference when cleaning up.
19482 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19484 2005-12-09 Michael Smith <msmith@fluendo.com>
19486 * tools/Makefile.am:
19487 * tools/gst-launch-ext-m.m:
19488 Remove gst-launch-ext. It doesn't work, and is no longer
19489 particularly useful.
19491 2005-12-08 Luca Ognibene <luogni@tin.it>
19493 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19494 don't pass random values to ogmparse convert function.
19495 Make seeking possible in the exile1.ogm file.
19497 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
19499 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19500 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19501 Work around refcount problem with g_value_set_object() that occur
19502 if the core has been compiled against GLib-2.6 (g_value_set_object()
19503 will only g_object_ref() the element, but the caller will
19504 gst_object_unref() it and bad things will happen due to the way
19505 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19506 totem for people on FC4 using Thomas's 0.10 RPMs.
19508 2005-12-07 Edward Hervey <edward@fluendo.com>
19510 Time to welcome ogm to 0.10 :)
19512 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19513 (gst_ogg_pad_typefind):
19514 Oggdemux can now properly typefind elements with dynamic pads.
19515 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19516 Properly set caps on src pad, and set caps on outgoing buffers.
19518 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
19520 * ext/alsa/gstalsamixer.h:
19521 * ext/alsa/gstalsamixerelement.h:
19522 * ext/alsa/gstalsamixeroptions.h:
19523 * ext/alsa/gstalsamixertrack.h:
19524 * ext/alsa/gstalsasink.c:
19525 * ext/alsa/gstalsasink.h:
19526 * ext/alsa/gstalsasrc.c:
19527 * ext/alsa/gstalsasrc.h:
19528 * ext/cdparanoia/gstcdparanoia.h:
19529 * ext/gnomevfs/gstgnomevfsuri.h:
19530 * ext/ogg/gstoggdemux.c:
19531 * ext/ogg/gstoggmux.c:
19532 * ext/pango/gsttextoverlay.h:
19533 * ext/theora/theoradec.c:
19534 * ext/theora/theoraenc.c:
19535 * ext/vorbis/vorbisdec.h:
19536 * ext/vorbis/vorbisenc.c:
19537 * ext/vorbis/vorbisenc.h:
19538 * ext/vorbis/vorbisparse.h:
19539 * gst-libs/gst/audio/gstaudioclock.h:
19540 * gst-libs/gst/audio/gstaudiosink.c:
19541 * gst-libs/gst/audio/gstaudiosink.h:
19542 * gst-libs/gst/audio/gstaudiosrc.c:
19543 * gst-libs/gst/audio/gstaudiosrc.h:
19544 * gst-libs/gst/audio/gstbaseaudiosink.c:
19545 * gst-libs/gst/audio/gstbaseaudiosink.h:
19546 * gst-libs/gst/audio/gstbaseaudiosrc.c:
19547 * gst-libs/gst/audio/gstbaseaudiosrc.h:
19548 * gst-libs/gst/audio/gstringbuffer.h:
19549 * gst-libs/gst/audio/multichannel.h:
19550 * gst-libs/gst/floatcast/floatcast.h:
19551 * gst-libs/gst/interfaces/colorbalance.c:
19552 * gst-libs/gst/interfaces/colorbalance.h:
19553 * gst-libs/gst/interfaces/colorbalancechannel.h:
19554 * gst-libs/gst/interfaces/mixer.h:
19555 * gst-libs/gst/interfaces/mixeroptions.h:
19556 * gst-libs/gst/interfaces/mixertrack.h:
19557 * gst-libs/gst/interfaces/navigation.h:
19558 * gst-libs/gst/interfaces/propertyprobe.h:
19559 * gst-libs/gst/interfaces/tuner.h:
19560 * gst-libs/gst/interfaces/tunerchannel.h:
19561 * gst-libs/gst/interfaces/tunernorm.h:
19562 * gst-libs/gst/interfaces/xoverlay.h:
19563 * gst-libs/gst/netbuffer/gstnetbuffer.h:
19564 * gst-libs/gst/riff/riff-ids.h:
19565 * gst-libs/gst/riff/riff-media.h:
19566 * gst-libs/gst/riff/riff-read.h:
19567 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19568 * gst-libs/gst/rtp/gstbasertppayload.c:
19569 * gst-libs/gst/rtp/gstbasertppayload.h:
19570 * gst-libs/gst/rtp/gstrtpbuffer.c:
19571 * gst-libs/gst/rtp/gstrtpbuffer.h:
19572 * gst-libs/gst/tag/gsttageditingprivate.h:
19573 * gst-libs/gst/tag/gstvorbistag.c:
19574 (gst_tag_list_from_vorbiscomment_buffer):
19575 * gst-libs/gst/tag/tag.h:
19576 * gst-libs/gst/video/video.h:
19577 * gst/adder/gstadder.c:
19578 * gst/adder/gstadder.h:
19579 * gst/audioconvert/audioconvert.c:
19580 * gst/audioconvert/audioconvert.h:
19581 * gst/audioconvert/gstaudioconvert.c:
19582 * gst/audioconvert/gstchannelmix.c:
19583 * gst/audioconvert/gstchannelmix.h:
19584 * gst/audiorate/gstaudiorate.c:
19585 * gst/audioresample/buffer.h:
19586 * gst/audioresample/functable.h:
19587 * gst/audioresample/gstaudioresample.c:
19588 * gst/audioresample/resample.h:
19589 * gst/ffmpegcolorspace/avcodec.h:
19590 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19591 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19592 * gst/ffmpegcolorspace/imgconvert.c:
19593 * gst/ffmpegcolorspace/imgconvert_template.h:
19594 * gst/playback/gstdecodebin.c:
19595 * gst/playback/gstplaybasebin.h:
19596 * gst/playback/gstplaybin.c:
19597 * gst/playback/gststreaminfo.h:
19598 * gst/tcp/gstfdset.c:
19599 * gst/tcp/gstfdset.h:
19600 * gst/tcp/gstmultifdsink.c:
19601 * gst/tcp/gstmultifdsink.h:
19602 * gst/tcp/gsttcp.h:
19603 * gst/tcp/gsttcpclientsrc.c:
19604 * gst/tcp/gsttcpclientsrc.h:
19605 * gst/tcp/gsttcpplugin.h:
19606 * gst/tcp/gsttcpserversink.c:
19607 * gst/tcp/gsttcpserversrc.c:
19608 * gst/typefind/gsttypefindfunctions.c:
19609 * gst/videorate/gstvideorate.c:
19610 * gst/videotestsrc/gstvideotestsrc.h:
19611 * gst/videotestsrc/videotestsrc.h:
19612 * sys/v4l/gstv4lcolorbalance.h:
19613 * sys/v4l/gstv4ltuner.h:
19614 * sys/v4l/gstv4lxoverlay.h:
19615 * sys/v4l/v4l_calls.h:
19616 * sys/v4l/videodev_mjpeg.h:
19617 * tests/check/elements/audioconvert.c:
19618 * tests/check/elements/audioresample.c:
19619 * tests/check/elements/audiotestsrc.c:
19620 * tests/check/elements/videotestsrc.c:
19621 * tests/check/elements/volume.c:
19622 * tests/examples/seek/scrubby.c:
19623 * tests/examples/seek/seek.c:
19626 === release 0.10.0 ===
19628 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19631 releasing 0.10.0, "Mont-d'or"
19633 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
19635 * tests/examples/seek/Makefile.am:
19636 Build fix for when gtk is not available.
19638 2005-12-05 Andy Wingo <wingo@pobox.com>
19640 * ext/libvisual/visual.c: (get_buffer):
19641 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19642 * ext/pango/gsttextrender.c: (gst_text_render_chain):
19643 * ext/theora/theoradec.c: (theora_handle_data_packet):
19644 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19645 (theora_enc_chain):
19646 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19647 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19648 Update for alloc_buffer changes.
19650 2005-12-05 Andy Wingo <wingo@pobox.com>
19652 patch by: Kai Vehmanen <kv2004 eca cx>
19654 * gst-libs/gst/rtp/gstbasertpdepayload.c
19655 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19657 2005-12-04 Andy Wingo <wingo@pobox.com>
19659 patch by: Sebastien Cote <sebas642 yahoo ca>
19661 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19664 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
19666 * docs/plugins/Makefile.am:
19667 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19668 * docs/plugins/gst-plugins-base-plugins-sections.txt:
19669 * docs/plugins/gst-plugins-base-plugins.hierarchy:
19670 * ext/pango/gstclockoverlay.c:
19671 * ext/pango/gsttextoverlay.c:
19672 * ext/pango/gsttextrender.c:
19673 * ext/pango/gsttimeoverlay.c:
19674 Add gtk-doc blurbs to pango elements.
19676 2005-12-02 Wim Taymans <wim@fluendo.com>
19678 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19679 * gst/audioresample/buffer.h:
19680 * gst/audioresample/gstaudioresample.c:
19681 * gst/audioresample/gstaudioresample.h:
19682 * gst/audioresample/resample.c: (resample_input_flush),
19683 (resample_input_pushthrough), (resample_input_eos),
19684 (resample_get_output_size_for_input),
19685 (resample_get_input_size_for_output), (resample_get_output_size),
19686 (resample_get_output_data):
19687 * gst/audioresample/resample.h:
19688 * gst/audioresample/resample_ref.c: (resample_scale_ref):
19689 Fix audioresample, seek torture, new segments, reverse negotiation
19692 2005-12-02 Wim Taymans <wim@fluendo.com>
19694 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19697 2005-12-02 Wim Taymans <wim@fluendo.com>
19699 * gst/audioconvert/gstaudioconvert.c:
19700 (gst_audio_convert_transform):
19703 === release 0.9.7 ===
19705 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19708 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19710 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19716 add win32 MANIFEST file
19717 do something to the hungarian translation
19719 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
19722 Add $(PANGO_DIR) to SUBDIRS
19724 * ext/pango/gstclockoverlay.c:
19725 * ext/pango/gsttimeoverlay.c:
19726 Fix and improve element descriptions.
19728 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19730 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19731 * docs/plugins/inspect/plugin-libvisual.xml:
19732 * docs/plugins/inspect/plugin-pango.xml:
19733 add pango plugin to docs
19735 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19739 moved pango to base
19741 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19744 * tests/Makefile.am:
19745 * tests/icles/.cvsignore:
19746 * tests/icles/Makefile.am:
19747 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19748 (close_display), (resize_window), (move_window), (create_window),
19749 (terminate_playback), (pause_playback), (start_playback), (main):
19750 add stress test for xoverlay from Julien
19752 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19754 * docs/libs/tmpl/gstcolorbalance.sgml:
19755 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19756 * gst-libs/gst/rtp/gstbasertppayload.c:
19757 * gst-libs/gst/rtp/gstrtpbuffer.c:
19758 * gst-libs/gst/rtp/gstrtpbuffer.h:
19759 Do burger's rename for rtp payloaders and depayloaders
19761 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19764 add Visual Studio 6 build files
19766 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19768 * docs/libs/gst-plugins-base-libs-docs.sgml:
19769 * docs/libs/gst-plugins-base-libs-sections.txt:
19770 * docs/libs/tmpl/gstaudio.sgml:
19771 * docs/libs/tmpl/gstringbuffer.sgml:
19772 * gst-libs/gst/interfaces/xoverlay.c:
19773 * gst-libs/gst/video/gstvideofilter.c:
19774 * gst-libs/gst/video/gstvideosink.c:
19775 update documentation
19777 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19779 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19780 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19781 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19782 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19783 (gst_multi_fd_sink_get_stats),
19784 (gst_multi_fd_sink_remove_client_link),
19785 (gst_multi_fd_sink_handle_client_read),
19786 (gst_multi_fd_sink_client_queue_data),
19787 (gst_multi_fd_sink_client_queue_caps),
19788 (gst_multi_fd_sink_client_queue_buffer),
19789 (gst_multi_fd_sink_new_client),
19790 (gst_multi_fd_sink_handle_client_write),
19791 (gst_multi_fd_sink_recover_client),
19792 (gst_multi_fd_sink_queue_buffer),
19793 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19794 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19795 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19796 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19797 * gst/tcp/gstmultifdsink.h:
19798 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19799 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19800 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19801 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19802 (gst_tcp_client_sink_set_property),
19803 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19804 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19805 * gst/tcp/gsttcpclientsink.h:
19806 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19807 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19808 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19809 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19810 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19811 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19812 * gst/tcp/gsttcpclientsrc.h:
19813 * gst/tcp/gsttcpplugin.c: (plugin_init):
19814 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19815 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19816 (gst_tcp_server_sink_finalize),
19817 (gst_tcp_server_sink_handle_server_read),
19818 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19819 (gst_tcp_server_sink_set_property),
19820 (gst_tcp_server_sink_get_property),
19821 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19822 * gst/tcp/gsttcpserversink.h:
19823 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19824 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19825 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19826 (gst_tcp_server_src_set_property),
19827 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19828 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19829 * gst/tcp/gsttcpserversrc.h:
19832 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19834 * docs/plugins/Makefile.am:
19835 * docs/plugins/gst-plugins-base-plugins.args:
19836 * docs/plugins/inspect/plugin-libvisual.xml:
19837 * gst/audioconvert/plugin.h:
19838 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19839 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19840 (gst_audio_rate_setcaps), (gst_audio_rate_init),
19841 (gst_audio_rate_chain), (gst_audio_rate_set_property),
19842 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19844 * gst/audiotestsrc/gstaudiotestsrc.c:
19845 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19846 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19847 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19848 (gst_audio_test_src_get_query_types),
19849 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19850 (gst_audio_test_src_create_square),
19851 (gst_audio_test_src_create_saw),
19852 (gst_audio_test_src_create_triangle),
19853 (gst_audio_test_src_create_silence),
19854 (gst_audio_test_src_create_white_noise),
19855 (gst_audio_test_src_init_pink_noise),
19856 (gst_audio_test_src_generate_pink_noise_value),
19857 (gst_audio_test_src_create_pink_noise),
19858 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19859 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19860 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19862 * gst/audiotestsrc/gstaudiotestsrc.h:
19863 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19864 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19865 (gst_sub_parse_init), (gst_sub_parse_formats),
19866 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19867 (convert_encoding), (get_next_line),
19868 (gst_sub_parse_data_format_autodetect),
19869 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19870 (gst_sub_parse_loop), (gst_sub_parse_chain),
19871 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19873 * gst/subparse/gstsubparse.h:
19874 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19875 (gst_video_rate_base_init), (gst_video_rate_class_init),
19876 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19877 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19878 (gst_video_rate_init), (gst_video_rate_event),
19879 (gst_video_rate_chain), (gst_video_rate_set_property),
19880 (gst_video_rate_get_property), (gst_video_rate_change_state),
19882 * gst/videoscale/gstvideoscale.c:
19883 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19884 (gst_video_scale_src_template_factory),
19885 (gst_video_scale_sink_template_factory),
19886 (gst_video_scale_get_type), (gst_video_scale_base_init),
19887 (gst_video_scale_class_init), (gst_video_scale_init),
19888 (gst_video_scale_set_property), (gst_video_scale_get_property),
19889 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19890 (gst_video_scale_prepare_size), (parse_caps),
19891 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19892 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19893 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19895 * gst/videoscale/gstvideoscale.h:
19896 * gst/videotestsrc/gstvideotestsrc.c:
19897 (gst_video_test_src_pattern_get_type),
19898 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19899 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19900 (gst_video_test_src_set_pattern),
19901 (gst_video_test_src_set_property),
19902 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19903 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19904 (gst_video_test_src_event), (gst_video_test_src_get_times),
19905 (gst_video_test_src_create), (plugin_init):
19906 * gst/videotestsrc/gstvideotestsrc.h:
19907 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19908 (gst_video_test_src_smpte), (gst_video_test_src_snow),
19909 (gst_video_test_src_black):
19910 * gst/videotestsrc/videotestsrc.h:
19912 clean up docs a little
19914 2005-11-30 Wim Taymans <wim@fluendo.com>
19916 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19917 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19918 (gst_basertppayload_event), (gst_basertppayload_push),
19919 (gst_basertppayload_change_state):
19920 * gst-libs/gst/rtp/gstbasertppayload.h:
19923 2005-11-30 Julien MOUTTE <julien@moutte.net>
19925 * docs/libs/gst-plugins-base-libs-docs.sgml:
19926 * docs/libs/gst-plugins-base-libs-sections.txt:
19927 * gst-libs/gst/video/gstvideofilter.c:
19928 * gst-libs/gst/video/gstvideosink.c:
19929 * gst-libs/gst/video/gstvideosink.h: Adding docs.
19931 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19951 * scripts/autoplugins.sh:
19954 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19958 * examples/Makefile.am:
19959 * examples/capsfilter/Makefile.am:
19960 * examples/capsfilter/capsfilter1.c:
19961 * examples/gob/Makefile.am:
19962 * examples/gob/gst-identity2.gob:
19963 * examples/indexing/.cvsignore:
19964 * examples/indexing/Makefile.am:
19965 * examples/indexing/indexmpeg.c:
19966 * examples/seeking/.cvsignore:
19967 * examples/seeking/Makefile.am:
19968 * examples/seeking/cdparanoia.c:
19969 * examples/seeking/cdplayer.c:
19970 * examples/seeking/chained.c:
19971 * examples/seeking/scrubby.c:
19972 * examples/seeking/seek.c:
19973 * examples/stats/Makefile.am:
19974 * examples/stats/mp2ogg.c:
19975 * examples/switch/.cvsignore:
19976 * examples/switch/Makefile.am:
19977 * examples/switch/switcher.c:
19978 * tests/Makefile.am:
19979 * tests/check/generic/.cvsignore:
19980 * tests/check/pipelines/.cvsignore:
19981 * tests/examples/Makefile.am:
19982 * tests/examples/seek/Makefile.am:
19983 reorganize stuff under tests/
19985 2005-11-30 Edward Hervey <edward@fluendo.com>
19987 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19988 Go away you stupid GstStaticPadTemplate memleak.
19990 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
19992 * gst-libs/gst/net/Makefile.am:
19993 * gst-libs/gst/net/README:
19994 * gst-libs/gst/net/gstnetbuffer.c:
19995 * gst-libs/gst/net/gstnetbuffer.h:
19996 this was moved to "netbuffer"
19998 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
20000 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
20001 (gst_video_filter_class_init), (gst_video_filter_init):
20002 * gst-libs/gst/video/gstvideofilter.h:
20003 borgify name to bring in line with other classes
20005 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
20007 * gst/audioscale/.cvsignore:
20008 * gst/audioscale/Makefile.am:
20009 * gst/audioscale/README:
20010 * gst/audioscale/audioscale.vcproj:
20011 * gst/audioscale/dtof.c:
20012 * gst/audioscale/dtos.c:
20013 * gst/audioscale/functable.c:
20014 * gst/audioscale/gstaudioscale.c:
20015 * gst/audioscale/gstaudioscale.h:
20016 * gst/audioscale/private.h:
20017 * gst/audioscale/resample.c:
20018 * gst/audioscale/resample.h:
20019 * gst/audioscale/test.c:
20022 2005-11-30 Edward Hervey <edward@fluendo.com>
20024 * gst-libs/gst/netbuffer/Makefile.am:
20025 really, really tired
20027 2005-11-30 Edward Hervey <edward@fluendo.com>
20029 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20030 Update for new GstTypeFindFactory _register()
20032 2005-11-30 Edward Hervey <edward@fluendo.com>
20034 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
20035 Let's not override libgstnet from core for no reason...
20036 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
20037 Ok, maybe not so quick next time.
20039 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
20042 * gst-libs/gst/Makefile.am:
20043 moved gst-libs/gst/net to netbuffer through CVS surgery
20044 remove old directory
20045 updating build to accomodate
20048 2005-11-29 Andy Wingo <wingo@pobox.com>
20050 * pkgconfig/gstreamer-plugins-base.pc.in:
20051 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
20052 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
20055 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
20057 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20058 3rd time's the charm. Correct ref-counting for discarded buffers.
20060 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
20062 * gst/playback/gststreamselector.c:
20063 (gst_stream_selector_class_init),
20064 (gst_stream_selector_set_property),
20065 (gst_stream_selector_get_property),
20066 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20069 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
20071 * gst/subparse/gstsubparse.c: (feed_textbuf):
20072 Don't access already unref'ed buffer.
20074 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
20076 * gst/playback/gststreamselector.c:
20077 (gst_stream_selector_class_init), (gst_stream_selector_init),
20078 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
20079 (gst_stream_selector_get_property),
20080 (gst_stream_selector_get_linked_pad),
20081 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20082 * gst/playback/gststreamselector.h:
20083 Add the active-pad property for playbin to use shortly. Ignore buffers
20084 from any other pad, returning GST_FLOW_NOT_LINKED
20086 2005-11-29 Julien MOUTTE <julien@moutte.net>
20088 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
20089 patch from bug #322704 (Alessandro Decina).
20091 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
20093 * gst-libs/gst/audio/Makefile.am:
20094 folded audiofilter into the audio library
20096 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
20098 * gst/videoscale/gstvideoscale.h:
20099 * gst/videoscale/gstvideoscale.c:
20100 remove unimplemented scale methods
20102 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
20104 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20107 2005-11-28 Julien MOUTTE <julien@moutte.net>
20109 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20110 (gst_ximagesink_setcaps):
20111 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20112 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
20113 happens (only visible on ximagesink but bug is in xv too) set_caps was
20114 destroying the internal x[v]image used to memcpy non locally alloced
20115 buffers so that it got renewed on next _chain. The issue is that
20116 _expose will try to put that image as it reffed it in _put.
20117 Using gst_buffer_unref instead of destroy fixes it !
20119 2005-11-28 Edward Hervey <edward@fluendo.com>
20121 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20122 (try_to_link_1), (queue_filled_cb):
20123 Better use of the queues. Start with a small size queue and only increase
20124 the size of the queues when the other queues are empty.
20126 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
20128 * gst-libs/gst/video/Makefile.am:
20129 compile in copied-over videofilter into the video library
20130 * gst-libs/gst/video/videosink.h:
20131 rename the header to gstvideosink.h since it's a base GstObject class
20132 * sys/ximage/ximagesink.h:
20133 * sys/xvimage/xvimagesink.h:
20136 2005-11-28 Wim Taymans <wim@fluendo.com>
20138 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20139 * gst/playback/gstplaybasebin.h:
20140 Prepare to handle errors betters.
20142 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20143 Set sinks to PAUSED first before adding and linking them so that
20144 we don't interrupt dataflow.
20146 2005-11-28 Wim Taymans <wim@fluendo.com>
20148 * gst-libs/gst/audio/TODO:
20151 * gst-libs/gst/audio/gstaudiosink.c:
20152 (gst_audioringbuffer_open_device),
20153 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20154 (gst_audioringbuffer_release):
20157 * gst-libs/gst/audio/gstbaseaudiosink.c:
20158 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20159 (gst_base_audio_sink_change_state):
20160 Slave to the master clock when going to PLAYING and unslave when
20163 * gst-libs/gst/audio/gstringbuffer.c:
20164 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20165 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20166 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20167 (gst_ring_buffer_clear_all), (wait_segment),
20168 (gst_ring_buffer_commit), (gst_ring_buffer_read),
20169 (gst_ring_buffer_advance):
20170 * gst-libs/gst/audio/gstringbuffer.h:
20171 Add some docs and cleanups.
20173 2005-11-28 Julien MOUTTE <julien@moutte.net>
20175 * sys/xvimage/xvimagesink.c:
20176 (gst_xvimagesink_navigation_send_event): Fix navigation events
20177 coordinates translation with pixel aspect ratios.
20179 2005-11-28 Julien MOUTTE <julien@moutte.net>
20181 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20182 Use calculated video geometry from _setcaps instead of buffer
20183 caps to respect pixel aspect ratio. (fixes #322388)
20185 2005-11-28 Julien MOUTTE <julien@moutte.net>
20187 * docs/libs/tmpl/gstcolorbalance.sgml:
20188 * docs/libs/tmpl/gstmixer.sgml:
20189 * docs/libs/tmpl/gstxoverlay.sgml:
20190 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20193 2005-11-28 Julien MOUTTE <julien@moutte.net>
20195 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20196 Refuse to create an XvImage if we can't find the format.
20198 2005-11-28 Edward Hervey <edward@fluendo.com>
20200 * gst-libs/gst/riff/riff-media.c:
20201 (gst_riff_create_audio_template_caps):
20202 Add ATRAC3 to the list of riff-possible audio caps.
20203 I know we still don't have a plugin for atrac3, but it's saner to output
20204 that than a cryptic mimetype.
20206 2005-11-27 Edward Hervey <edward@fluendo.com>
20208 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20209 Don't try to create a zero-sized subbuffer.
20211 2005-11-27 Julien MOUTTE <julien@moutte.net>
20213 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20214 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20215 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20216 (gst_ximagesink_expose): Fixed a tricky race.
20217 * sys/ximage/ximagesink.h:
20218 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20219 (gst_xvimagesink_expose): Fixed a tricky race.
20220 * sys/xvimage/xvimagesink.h:
20222 2005-11-27 Edward Hervey <edward@fluendo.com>
20224 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20225 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20226 Remove unused properties, and add queues between demuxers and decoders
20227 so that a lot more files can preroll properly.
20229 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
20231 * gst-libs/gst/net/Makefile.am:
20232 * gst-libs/gst/rtp/Makefile.am:
20233 * gst-libs/gst/tag/Makefile.am:
20234 remove silly include
20235 * gst/tags/Makefile.am:
20236 * gst/tags/gsttagediting.c:
20237 * gst/tags/gsttageditingprivate.h:
20238 * gst/tags/tagedit.vcproj:
20239 remove directory, is as good as empty
20241 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
20244 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20245 * gst-libs/Makefile.am:
20246 * gst-libs/gst/audio/Makefile.am:
20247 * gst-libs/gst/interfaces/Makefile.am:
20248 * gst-libs/gst/net/Makefile.am:
20249 * gst-libs/gst/riff/Makefile.am:
20250 * gst-libs/gst/rtp/Makefile.am:
20251 * gst-libs/gst/tag/Makefile.am:
20252 * gst-libs/gst/video/Makefile.am:
20255 2005-11-27 Julien MOUTTE <julien@moutte.net>
20257 * docs/libs/tmpl/gstcolorbalance.sgml:
20258 * docs/libs/tmpl/gstmixer.sgml:
20259 * docs/libs/tmpl/gstxoverlay.sgml:
20260 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20261 * sys/ximage/ximagesink.h:
20262 * sys/xvimage/xvimagesink.h: More and more documentation.
20264 2005-11-26 Julien MOUTTE <julien@moutte.net>
20266 * docs/libs/gst-plugins-base-libs-docs.sgml:
20267 * docs/libs/gst-plugins-base-libs-sections.txt:
20268 * docs/libs/tmpl/gstcolorbalance.sgml:
20269 * docs/libs/tmpl/gstmixer.sgml:
20270 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20273 2005-11-26 Julien MOUTTE <julien@moutte.net>
20275 * docs/plugins/Makefile.am:
20276 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20277 * docs/plugins/gst-plugins-base-plugins-sections.txt:
20278 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20280 2005-11-26 Julien MOUTTE <julien@moutte.net>
20282 * docs/plugins/Makefile.am:
20283 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20284 * docs/plugins/gst-plugins-base-plugins-sections.txt:
20285 * docs/plugins/inspect/plugin-adder.xml:
20286 * docs/plugins/inspect/plugin-alsa.xml:
20287 * docs/plugins/inspect/plugin-audioconvert.xml:
20288 * docs/plugins/inspect/plugin-audiorate.xml:
20289 * docs/plugins/inspect/plugin-audioresample.xml:
20290 * docs/plugins/inspect/plugin-audiotestsrc.xml:
20291 * docs/plugins/inspect/plugin-decodebin.xml:
20292 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20293 * docs/plugins/inspect/plugin-gnomevfs.xml:
20294 * docs/plugins/inspect/plugin-ogg.xml:
20295 * docs/plugins/inspect/plugin-playbin.xml:
20296 * docs/plugins/inspect/plugin-subparse.xml:
20297 * docs/plugins/inspect/plugin-tcp.xml:
20298 * docs/plugins/inspect/plugin-theora.xml:
20299 * docs/plugins/inspect/plugin-typefindfunctions.xml:
20300 * docs/plugins/inspect/plugin-video4linux.xml:
20301 * docs/plugins/inspect/plugin-videorate.xml:
20302 * docs/plugins/inspect/plugin-videoscale.xml:
20303 * docs/plugins/inspect/plugin-videotestsrc.xml:
20304 * docs/plugins/inspect/plugin-volume.xml:
20305 * docs/plugins/inspect/plugin-vorbis.xml:
20306 * docs/plugins/inspect/plugin-ximagesink.xml:
20307 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20308 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20310 2005-11-26 Edward Hervey <edward@fluendo.com>
20312 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20313 Properly return GstFlowReturn from gst_pad_push in chain functions.
20315 2005-11-25 Michael Smith <msmith@fluendo.com>
20317 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20318 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20319 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20320 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20321 Handle various conditions better when we don't understand a stream.
20322 Removes a heap of CRITICALs on ogg streams containing unknown data.
20324 2005-11-24 Andy Wingo <wingo@pobox.com>
20326 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20329 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20331 * configure.ac: back to HEAD
20333 === release 0.9.6 ===
20335 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20338 releasing 0.9.6, "White Eight"
20340 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20342 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20343 * docs/plugins/inspect/plugin-sine.xml:
20344 remove sinesrc some more
20346 2005-11-23 Wim Taymans <wim@fluendo.com>
20348 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20349 If we are reading too slowly, jump forward in the ringbuffer
20350 instead of blocking.
20352 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20354 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20355 (gst_visual_chain):
20356 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20357 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20358 (gst_videorate_chain):
20359 * gst/videotestsrc/gstvideotestsrc.c:
20360 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20361 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20362 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20363 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20364 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20365 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20366 Updates for API changes
20368 2005-11-23 Wim Taymans <wim@fluendo.com>
20370 * gst-libs/gst/audio/gstbaseaudiosink.c:
20371 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20372 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20373 Fix for calibration API change.
20375 2005-11-23 Michael Smith <msmith@fluendo.com>
20377 * gst-libs/gst/audio/multichannel.c:
20378 (gst_audio_get_channel_positions),
20379 (gst_audio_set_channel_positions),
20380 (gst_audio_set_structure_channel_positions_list),
20381 (gst_audio_fixate_channel_positions):
20382 Use gst_value_array_*() functions on value arrays, not
20383 gst_value_list_*().
20385 2005-11-23 Edward Hervey <edward@fluendo.com>
20388 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20391 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20393 * check/Makefile.am:
20394 * check/elements/videotestsrc.c: (setup_videotestsrc),
20395 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20397 add a test for videotestsrc
20399 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20401 * gst/sine/.cvsignore:
20402 * gst/sine/Makefile.am:
20403 * gst/sine/gstsinesrc.c:
20404 * gst/sine/gstsinesrc.h:
20405 * gst/sine/sinesrc.vcproj:
20406 and remove sinesrc from the repository. Closes #321446
20408 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20411 * gst-plugins-base.spec.in:
20412 remove sinesrc from the build
20414 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20416 * check/Makefile.am:
20417 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20418 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20420 add a test for audiotestsrc, testing all waves. Even seems
20421 leak-free at first glance, nice job Stefan
20423 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20439 Translation string updates
20441 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20442 (gst_v4lsrc_set_caps):
20443 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20444 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20445 * sys/v4l/v4lsrc_calls.h:
20446 Improve v4lsrc, by making it work again.
20448 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20450 * ext/libvisual/visual.c: (gst_visual_chain):
20451 Fix the fps calculations.
20453 * gst/ffmpegcolorspace/avcodec.h:
20454 Move structure element for clarity
20456 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20457 * gst-libs/gst/interfaces/tunernorm.h:
20458 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20459 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20460 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20461 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20462 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20463 (gst_v4lmjpegsrc_getcaps):
20464 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20465 (gst_v4lsrc_set_caps):
20466 * sys/v4l/gstv4lsrc.h:
20467 * sys/v4l/v4l_calls.c: (gst_v4l_open):
20468 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20469 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20470 * sys/v4l/v4lsrc_calls.h:
20471 Fractional framerates...
20473 2005-11-22 Wim Taymans <wim@fluendo.com>
20475 * gst-libs/gst/audio/gstbaseaudiosink.c:
20476 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20477 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20478 And we provide a clock by default, of course...
20480 2005-11-22 Wim Taymans <wim@fluendo.com>
20482 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20483 This clock can be slaved to a master clock now.
20485 * gst-libs/gst/audio/gstbaseaudiosink.c:
20486 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20487 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20488 (gst_base_audio_sink_set_clock),
20489 (gst_base_audio_sink_set_property),
20490 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20491 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20492 * gst-libs/gst/audio/gstbaseaudiosink.h:
20493 Handle slaving the internal clock to the clock selected in the
20495 Add property to make the basesink not provide a clock.
20497 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20498 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20499 (gst_base_rtp_depayload_wait):
20500 * gst-libs/gst/rtp/gstbasertpdepayload.h:
20501 We can use the clock in GstElement, no need to store it ourselves.
20503 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20505 * docs/libs/tmpl/gstaudio.sgml:
20507 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20508 (gst_paranoia_endian_get_type):
20509 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20510 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20511 * gst/audiotestsrc/gstaudiotestsrc.c:
20512 (gst_audiostestsrc_wave_get_type):
20513 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20514 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20515 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20516 (gst_sync_method_get_type), (gst_unit_type_get_type),
20517 (gst_client_status_get_type), (gst_multifdsink_class_init),
20518 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20519 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20520 (gst_multifdsink_get_property):
20521 * gst/tcp/gstmultifdsink.h:
20522 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20523 * gst/videotestsrc/gstvideotestsrc.c:
20524 (gst_videotestsrc_pattern_get_type):
20525 remove deprecated properties
20526 fix up enums to correctly have short lowercase dashed nicks
20528 2005-11-22 Michael Smith <msmith@fluendo.com>
20530 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20531 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20534 2005-11-22 Michael Smith <msmith@fluendo.com>
20536 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20537 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20538 Use utility method for scaling clocktime for fractional framerates.
20540 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
20542 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20543 (gst_visual_chain):
20544 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20545 * ext/theora/theoradec.c: (theora_handle_type_packet):
20546 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20547 (theora_enc_chain):
20548 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20549 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20550 * gst-libs/gst/video/video.h:
20551 * gst/ffmpegcolorspace/avcodec.h:
20552 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20553 (gst_ffmpeg_caps_to_pixfmt):
20554 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20555 (gst_ffmpegcsp_set_caps):
20556 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20557 (gst_videorate_setcaps), (gst_videorate_blank_data),
20558 (gst_videorate_chain):
20559 * gst/videotestsrc/gstvideotestsrc.c:
20560 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20561 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20562 (gst_videotestsrc_event), (gst_videotestsrc_create):
20563 * gst/videotestsrc/gstvideotestsrc.h:
20564 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20565 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20566 (gst_ximagesink_get_times), (gst_ximagesink_init):
20567 * sys/ximage/ximagesink.h:
20568 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20569 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20570 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20571 * sys/xvimage/xvimagesink.h:
20572 Convert elements to use fractions for their framerate.
20573 V4L elements to come later tonight.
20575 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20577 * gst-libs/gst/audio/audio.c:
20578 * gst-libs/gst/audio/audio.h:
20579 remove some deprecated functions
20581 2005-11-22 Andy Wingo <wingo@pobox.com>
20583 * Update for gst_tag_setter API changes.
20585 2005-11-22 Andy Wingo <wingo@pobox.com>
20587 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20588 (gst_ogg_demux_perform_seek):
20589 * ext/theora/theoradec.c (theora_dec_sink_event):
20590 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20593 2005-11-22 Wim Taymans <wim@fluendo.com>
20595 * examples/seeking/seek.c: (main):
20596 Give higher priority to bus signals than the gtk events
20597 to fix a race condition in the segment looping.
20599 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20601 * ext/theora/Makefile.am:
20602 * ext/vorbis/Makefile.am:
20603 * gst-libs/gst/tag/Makefile.am:
20604 * gst-plugins-base.spec.in:
20605 Rename libgsttagedit to libgsttag (#322117).
20607 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20609 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20610 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20611 Call gst_x_overlay_prepare_xwindow_id() to give applications
20612 a final chance to set their own xwindow id before the video
20613 sink creates its own window.
20615 2005-11-22 Julien MOUTTE <julien@moutte.net>
20617 * sys/xvimage/xvimagesink.c:
20618 (gst_xvimagesink_navigation_send_event): Handle navigation
20619 events correcly with borders if applicable.
20621 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20623 Patch by: Luca Ognibene
20625 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20626 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20627 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20628 (gst_ffmpegcsp_caps_remove_format_info):
20629 * gst/ffmpegcolorspace/imgconvert.c:
20630 * gst/ffmpegcolorspace/imgconvert_template.h:
20631 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20632 #318353); use gst_structure_has_name().
20634 2005-11-22 Julien MOUTTE <julien@moutte.net>
20636 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20637 (gst_ximagesink_class_init): Add debug macros on functions.
20638 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20639 (gst_xvimagesink_xwindow_draw_borders),
20640 (gst_xvimagesink_xvimage_put),
20641 (gst_xvimagesink_xwindow_update_geometry),
20642 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20643 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20644 (gst_xvimagesink_xcontext_clear),
20645 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20646 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20647 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20648 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20649 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20650 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20651 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20652 expose while being PAUSED, out of data flow navigation events, etc..
20654 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20656 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20657 * gst-libs/gst/audio/audio.h:
20658 fix prototype - wondering why the test worked regardless
20660 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
20662 * check/Makefile.am:
20663 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20664 * gst-libs/gst/audio/audio.h:
20665 add a method that returns a proper GstClockTime
20667 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20669 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20670 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20671 * gst-libs/gst/interfaces/xoverlay.h:
20672 Remove everything having to do with the desired size; add
20673 gst_x_overlay_prepare_xwindow_id() function; remove the
20674 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20675 post a message on the bus instead (#321816).
20677 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20678 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20679 (gst_xvimagesink_xoverlay_init):
20680 Remove desired size stuff (#321816).
20682 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20684 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20685 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20686 (mpeg_video_type_find), (mpeg_video_stream_type_find):
20687 Terminate vararg functions with NULL instead of 0 to
20690 2005-11-21 Andy Wingo <wingo@pobox.com>
20692 patch by: Sebastien Cote <sebas642@yahoo.ca>
20694 * gst-libs/gst/rtp/gstrtpbuffer.h:
20695 * gst-libs/gst/rtp/gstrtpbuffer.c
20696 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20698 2005-11-21 Andy Wingo <wingo@pobox.com>
20700 * gst/playback/gstplaybin.c (gen_audio_element)
20701 (gen_video_element): Use the new MISSING_PLUGIN core error
20702 category. Closes #320060.
20704 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
20705 * gst/videorate/gstvideorate.c (gst_videorate_event):
20706 * ext/theora/theoradec.c (theora_dec_sink_event):
20707 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20710 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20711 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20712 stream lock changes.
20714 2005-11-21 Wim Taymans <wim@fluendo.com>
20716 * gst-libs/gst/audio/gstbaseaudiosink.c:
20717 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20718 (gst_base_audio_sink_provide_clock),
20719 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20720 (gst_base_audio_sink_change_state):
20721 * gst/audioresample/gstaudioresample.c:
20722 Segment update fix.
20724 2005-11-21 Andy Wingo <wingo@pobox.com>
20727 * *.c: Ran scripts/update-macros. Oh yes.
20729 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20731 * sys/ximage/Makefile.am:
20732 * sys/ximage/ximage.c:
20733 Rename ximage plugin to ximagesink (#321426) (Don't forget to
20734 remove your old libgstximage.* manually if necessary).
20736 2005-11-21 Michael Smith <msmith@fluendo.com>
20738 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20739 Minimal fix for bug #320200: set the min/max bitrate in the correct
20740 units. A better fix would be to upgrade to the RATEMANAGE2
20741 interface, rather than using the deprecated interface used here, but
20742 that would require an update in our libvorbis dependency (to 1.1),
20743 which is probably undesirable.
20745 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
20747 * ext/libvisual/visual.c: (get_buffer):
20748 * gst-libs/gst/audio/gstbaseaudiosrc.c:
20749 (gst_base_audio_src_fixate):
20750 * gst/audioconvert/gstaudioconvert.c:
20751 (gst_audio_convert_fixate_caps):
20752 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20753 * gst/audiotestsrc/gstaudiotestsrc.c:
20754 (gst_audiotestsrc_src_fixate):
20755 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20756 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20757 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20758 * gst/videotestsrc/gstvideotestsrc.c:
20759 (gst_videotestsrc_src_fixate):
20760 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20761 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20762 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20766 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20768 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20769 (gst_riff_create_iavs_caps):
20770 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20771 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20772 (gst_riff_parse_info):
20773 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20774 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20775 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20776 Fixes for GST_FOURCC_FORMAT API change.
20778 2005-11-21 Andy Wingo <wingo@pobox.com>
20780 patch by: Alessandro Dessina <alessandro nnva org>
20782 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20783 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20784 (gst_ogg_parse_chain):
20785 * ext/theora/theoraenc.c (theora_set_header_on_caps):
20786 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20787 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20788 gst_value_list calls on arrays. Fixes #321962.
20790 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20792 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20793 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20794 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20795 * gst/adder/gstadder.c: (gst_adder_init),
20796 (gst_adder_request_new_pad), (gst_adder_collected),
20797 (gst_adder_change_state):
20798 Update for gst_collectpads_foo() to gst_collect_pads_foo()
20801 2005-11-21 Michael Smith <msmith@fluendo.com>
20803 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20804 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20805 Properly handle pad_push return values.
20807 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
20809 * gst-libs/gst/tag/Makefile.am:
20810 * gst-libs/gst/tag/gstvorbistag.c:
20811 (gst_tag_list_to_vorbiscomment_buffer):
20812 Remove obsolete vorbistag element and debug category.
20814 * gst/playback/gstplaybasebin.c: (check_queue):
20815 Don't divide by 0 when queue-threshold is 0.
20817 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20818 Don't modify an existing pixel-aspect-ratio if we fail to read
20821 2005-11-20 Wim Taymans <wim@fluendo.com>
20823 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20824 (gst_vorbisenc_push_packet):
20825 GST_PAD_IS_USABLE is gone, use the return value of
20826 the push or pad_alloc_buffer instead.
20828 2005-11-18 Julien MOUTTE <julien@moutte.net>
20830 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20831 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20832 (gst_ximagesink_ximage_destroy),
20833 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20834 (gst_ximagesink_xwindow_new),
20835 (gst_ximagesink_xwindow_update_geometry),
20836 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20837 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20838 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20839 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20840 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20841 (gst_ximagesink_navigation_send_event),
20842 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20843 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20844 (gst_ximagesink_finalize), (gst_ximagesink_init),
20845 (gst_ximagesink_class_init):
20846 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20847 This new version brings correct software scaling, non flickering
20848 window while resizing, pixel aspect ratio handling, usage of
20849 hardware buffer pools, out of data flow event thread for
20850 navigation and handling of expose events even when being PAUSED,
20851 a new property to keep video aspect ratio when resizing, etc...
20853 2005-11-18 Julien MOUTTE <julien@moutte.net>
20855 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20856 (gst_videoscale_fixate_caps): Introduce back caps fixate with
20859 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
20861 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
20862 Unsetting IS_SINK flag from the fakesink, so decodebin
20863 never behaves as a sink.
20865 2005-11-17 Wim Taymans <wim@fluendo.com>
20867 * gst-libs/gst/audio/gstbaseaudiosrc.c:
20868 (gst_base_audio_src_change_state):
20869 Fix the audiosrc base class again, we did not unflush.
20871 2005-11-17 Julien MOUTTE <julien@moutte.net>
20873 * examples/seeking/seek.c: (make_dv_pipeline),
20874 (make_vorbis_theora_pipeline), (make_avi_pipeline),
20875 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20876 to ogg/vorbis/theora pipeline.
20878 2005-11-17 Wim Taymans <wim@fluendo.com>
20880 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20881 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20882 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20883 Fix EOS on multiple streams.
20886 2005-11-16 Wim Taymans <wim@fluendo.com>
20888 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20889 (gst_ogg_demux_perform_seek):
20890 Segment done must include stream time.
20892 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20893 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20894 (gst_ogg_mux_change_state):
20895 Fix ogg muxer again.
20897 2005-11-16 Wim Taymans <wim@fluendo.com>
20899 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20902 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
20904 * ext/libvisual/visual.c: (gst_visual_init):
20905 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20906 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20907 (gst_ogg_parse_chain):
20908 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20909 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20910 * ext/theora/theoradec.c: (gst_theora_dec_init):
20911 * ext/theora/theoraenc.c: (gst_theora_enc_init):
20912 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20913 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20914 * gst/adder/gstadder.c: (gst_adder_class_init),
20915 (gst_adder_dispose):
20916 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20917 * gst/subparse/gstsubparse.c: (gst_subparse_init):
20918 * gst/videorate/gstvideorate.c: (gst_videorate_init):
20919 Fix a whole set of pad template leaks
20921 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
20923 * check/generic/states.c: (GST_START_TEST):
20924 fix the test so that it only checks for elements that are part of
20927 2005-11-16 Michael Smith <msmith@fluendo.com>
20929 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20930 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20931 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20932 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20933 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20934 (gst_ogg_mux_change_state):
20935 Fix leaking collectpads.
20937 2005-11-16 Edward Hervey <edward@fluendo.com>
20939 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20940 (gst_videorate_event), (gst_videorate_chain):
20941 Handle segment seeks
20943 2005-11-16 Wim Taymans <wim@fluendo.com>
20945 * gst-libs/gst/audio/gstbaseaudiosink.c:
20946 (gst_base_audio_sink_provide_clock),
20947 (gst_base_audio_sink_change_state):
20948 Set ringbuffer to non-flushing when going to PAUSED, set to
20949 flushing again when going to READY.
20951 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20952 (gst_ring_buffer_stop):
20953 Start in flushing mode by default.
20954 Don't set flushing in the _stop method, let the app call
20957 2005-11-16 Julien MOUTTE <julien@moutte.net>
20959 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20960 * gst-libs/gst/video/videosink.h: Add helper function needed
20963 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
20965 * gst/videoscale/gstvideoscale.c:
20966 (gst_videoscale_handle_src_event):
20967 Don't leak reference to pad parent.
20969 2005-11-16 Wim Taymans <wim@fluendo.com>
20971 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20972 Set ringbuffer to flushing when stopping so that we don't
20973 block on wait_segment anymore and livelock.
20975 2005-11-16 Wim Taymans <wim@fluendo.com>
20977 * examples/seeking/seek.c: (send_event), (do_seek),
20978 (loop_toggle_cb), (segment_done), (main):
20979 Added looping checkbox.
20981 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
20983 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20984 (gst_ogg_demux_init):
20985 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20986 (gst_vorbis_dec_init):
20987 revert unrefs, they don't pass make check
20989 2005-11-15 Johan Dahlin <johan@gnome.org>
20991 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20992 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20993 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20994 (gst_vorbis_dec_init):
20995 Fix pad template leaks.
20997 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
20999 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
21000 Make state change function thread safe.
21002 2005-11-15 Edward Hervey <edward@fluendo.com>
21004 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
21005 (gst_ogg_demux_class_init):
21006 Implement GstElement::send_event, so we can send seek events
21009 2005-11-14 Julien MOUTTE <julien@moutte.net>
21011 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
21012 Discovered how to take away flickering while resizing the
21013 window. Please don't put that in ximagesink, refactoring in
21016 2005-11-14 Michael Smith <msmith@fluendo.com>
21018 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
21019 (gst_multifdsink_render):
21020 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
21022 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
21024 * gst/playback/gstplaybin.c: (gen_audio_element):
21025 Use autoaudiosink, it tends to be more widely available than
21028 2005-11-14 Andy Wingo <wingo@pobox.com>
21030 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
21031 as well if it is available. Fixes #316442.
21033 2005-11-14 Michael Smith <msmith@fluendo.com>
21035 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
21036 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
21037 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21038 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21039 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
21040 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21041 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
21042 (gst_vorbisenc_change_state):
21043 Fix a small memory leak in vorbisenc.
21044 Fix large memory leaks in oggmux, also fix lots of state change
21047 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
21049 * gst/videotestsrc/gstvideotestsrc.c:
21050 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
21051 (gst_videotestsrc_src_fixate):
21052 move fixation to a fixate function
21053 remove negotiate function, basesrc's is good enough
21054 fixes a bug for check when using the element alone
21056 2005-11-13 Edward Hervey <edward@fluendo.com>
21058 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
21059 (key_toggle_cb), (main):
21060 Added checkboxes for adding/removing the accurate and key_unit seek
21063 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
21065 * configure.ac: back to HEAD
21067 === release 0.9.5 ===
21069 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
21072 releasing 0.9.5, "No No Kia"
21074 2005-11-11 Edward Hervey <edward@fluendo.com>
21076 * examples/seeking/seek.c: (make_parselaunch_pipeline):
21077 Added parse-launch syntax seeking mode for the seeking example.
21078 This should help stress-test even more cases.
21079 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
21081 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
21083 * sys/xvimage/xvimagesink.c:
21084 (gst_xvimagesink_navigation_send_event):
21085 Check whether peer pad exists before sending navigation events
21088 2005-11-11 Michael Smith <msmith@fluendo.com>
21090 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
21091 (gst_vorbisenc_buffer_from_packet):
21092 * ext/vorbis/vorbisenc.h:
21093 Set duration on encoded buffers. This allows oggmux's
21094 max_page_delay parameter to actually work.
21096 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
21098 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21099 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21100 (gst_ffmpegcsp_avpicture_fill):
21101 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21102 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
21103 Make palettes work again (see #132341). Use our own macros
21106 2005-11-10 Andy Wingo <wingo@pobox.com>
21108 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
21111 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
21113 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21114 (gst_ffmpegcsp_transform_caps):
21115 Prefer passthrough in transform_caps
21117 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
21119 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21120 check for ALSA errors properly, instead of relying on ALSA's
21121 error strings to serve to the user.
21123 2005-11-10 Wim Taymans <wim@fluendo.com>
21125 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21126 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21127 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21128 Modernise the seek code.
21130 2005-11-10 Michael Smith <msmith@fluendo.com>
21132 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21133 (setup_substreams), (set_active_source):
21134 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21135 trying to go to NULL if we failed to read a file.
21137 2005-11-10 Wim Taymans <wim@fluendo.com>
21139 * gst/audiotestsrc/gstaudiotestsrc.c:
21140 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21141 (gst_audiotestsrc_create):
21142 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21143 (gst_sinesrc_get_times), (gst_sinesrc_create):
21144 * gst/videotestsrc/gstvideotestsrc.c:
21145 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21146 (gst_videotestsrc_create):
21147 The base class can now sync for us.
21149 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
21151 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21152 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21153 name=source autoprobe=false autoprobe-fps=false copy-mode=1
21154 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21155 format=(fourcc)I420" ! xvimagesink
21157 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
21159 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21160 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21161 (gst_sinesrc_newsegment):
21162 Send newsegment event in TIME format, set duration if
21163 num-buffers is set, fix duration querying.
21165 2005-11-10 Michael Smith <msmith@fluendo.com>
21167 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21168 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21169 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21170 (gst_ogg_mux_collected):
21171 Fix EOS handling, partially. Now forwarding an EOS event once we have
21172 EOS on all pads works correctly. However, we still don't properly set
21173 EOS on the actual ogg stream pages.
21175 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
21177 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21178 Set elements to NULL state before disposing of them.
21180 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
21182 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21184 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21185 (gst_base_rtp_depayload_init),
21186 (gst_base_rtp_depayload_set_gst_timestamp):
21187 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21188 We need to send a newsegment event for each instance, not
21189 just for the first instance of this class (get rid of
21190 static variable in function). (#321011).
21192 2005-11-08 Michael Smith <msmith@fluendo.com>
21194 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21195 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21196 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21197 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21198 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21199 This makes us mux things correctly according to the ogg muxing
21200 rules. Still not handling EOS correctly right now, though.
21202 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
21204 * gst/audioconvert/gstaudioconvert.c:
21207 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
21209 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21210 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21211 Initialise segment_stop to GST_CLOCK_TIME_NONE when
21212 creating a new chain; should fix live streaming. Also
21213 add more debug output and fix a typo.
21215 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
21217 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21219 * gst/volume/gstvolume.c: (volume_set_caps):
21220 Fix compilation on Solaris with Forte. (#320923)
21222 2005-11-08 Wim Taymans <wim@fluendo.com>
21224 * gst-libs/gst/audio/gstbaseaudiosink.c:
21225 (gst_base_audio_sink_render):
21226 No need to do a typecheck.
21228 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
21230 * ext/alsa/gstalsa.h:
21231 We register a debug category, so let's use it.
21233 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
21235 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21236 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21237 Fixed a small problem.
21239 2005-11-04 Wim Taymans <wim@fluendo.com>
21241 * examples/seeking/Makefile.am:
21242 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21243 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21244 (make_playerbin_pipeline), (format_value), (update_scale),
21245 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21246 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21247 (print_usage), (main):
21248 Added app for playback speed testing.
21250 * examples/seeking/seek.c: (dynamic_link),
21251 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21252 (make_mpeg_pipeline), (do_seek), (set_update_scale),
21253 (message_received), (main):
21254 Updated seek example.
21256 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
21258 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21259 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21260 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21261 (gst_base_rtp_depayload_set_clock):
21262 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21263 Don't sleep on the bench (system clock) when you have a nice
21264 comfortable bed (Gstreamer clock) to sleep on.
21266 2005-11-03 Wim Taymans <wim@fluendo.com>
21268 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21269 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21270 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21271 Handle the case where a pad_block failed.
21273 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
21275 reviewed by: Zeeshan Ali <zeenix@gmail.com>
21277 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21278 (gst_base_rtp_depayload_add_to_queue),
21279 (gst_base_rtp_depayload_push),
21280 (gst_base_rtp_depayload_set_gst_timestamp),
21281 (gst_base_rtp_depayload_queue_release):
21282 Fixes some bugs in the depayloader's queuing/de-queueing code.
21284 2005-10-31 Michael Smith <msmith@fluendo.com>
21286 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21287 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21288 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21289 Patch from Alessandro Decina <alessandro@nnva.org>.
21290 Make oggdemux only find the final time in a chain, not per-pad,
21291 since the per-pad information can be very expensive to locate, and
21292 it isn't used anywhere. This makes reading a file containing
21293 OggSkeleton reasonably fast.
21294 Also, make chain finding work when there are logical bitstreams that
21295 can't be decoded. Fixes #319110.
21297 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
21299 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21300 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21301 (gst_base_rtp_depayload_chain),
21302 (gst_base_rtp_depayload_add_to_queue),
21303 (gst_base_rtp_depayload_push),
21304 (gst_base_rtp_depayload_set_gst_timestamp),
21305 (gst_base_rtp_depayload_queue_release),
21306 (gst_base_rtp_depayload_start_thread),
21307 (gst_base_rtp_depayload_set_property),
21308 (gst_base_rtp_depayload_get_property):
21309 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21310 Some random fixes, to fullfill the desires of thomas.
21312 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
21314 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21315 (gst_base_rtp_depayload_add_to_queue),
21316 (gst_base_rtp_depayload_push):
21317 Fixed the queueing algorithm.
21319 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
21321 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21322 (gst_base_rtp_depayload_push):
21325 2005-10-31 Wim Taymans <wim@fluendo.com>
21327 * gst-libs/gst/audio/gstringbuffer.h:
21330 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21331 (gst_ffmpeg_caps_to_pixfmt):
21332 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21333 (gst_ffmpegcsp_set_caps):
21334 Some more comments.
21335 Handle missing required caps fields better.
21337 2005-10-31 Wim Taymans <wim@fluendo.com>
21339 * gst-libs/gst/audio/gstbaseaudiosink.c:
21340 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21341 (gst_base_audio_sink_render):
21342 * gst-libs/gst/audio/gstringbuffer.c:
21343 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21344 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21345 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21346 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21347 (gst_ring_buffer_read):
21348 * gst-libs/gst/audio/gstringbuffer.h:
21349 Add flushing mode to the ringbuffer so that it in all cases does
21350 not try to handle more audio. This makes sure it does not try to
21351 block anymore when flushing and fixes a livelock.
21353 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
21355 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21356 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21357 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21358 Explicitly check for -1 values before doing a conversion
21359 and always map them to -1. (#315545)
21361 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
21363 * gst/playback/gstplaybin.c: (gen_video_element):
21364 first try autovideosink, then xvimagesink, then error out
21366 add translatable file
21381 update translations
21383 2005-10-27 Philippe Khalaf <burger at speedy dot org>
21385 * gst-libs/gst/rtp/gstbasedepayload.c:
21386 * gst-libs/gst/rtp/gstbasedepayload.h:
21389 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
21391 * gst/playback/.cvsignore:
21392 * gst/playback/decodetest.c:
21393 * gst/playback/test3.c:
21394 Port these two tests as well.
21396 2005-10-27 Wim Taymans <wim@fluendo.com>
21398 * ext/theora/theoradec.c: (theora_dec_src_query),
21399 (theora_dec_sink_event):
21400 * ext/theora/theoraenc.c: (theora_enc_sink_event),
21401 (theora_enc_change_state):
21402 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21403 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21404 Take proper locks when handling events.
21406 2005-10-27 Wim Taymans <wim@fluendo.com>
21408 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21409 (gst_adder_change_state):
21410 Fix timestamps and fix deadlock when stopping the collectpads.
21412 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
21414 * gst-libs/gst/rtp/gstrtpbuffer.h:
21415 Declaring the payload types as strings too so that they can be used
21416 in the padtemplate inialization.
21418 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
21420 reviewed by: Zeeshan Ali <zeenix@gmail.com>
21422 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21423 (gst_base_rtp_depayload_class_init):
21424 Fixes a small but nasty bug. The derived elements no longer segfaults
21427 2005-10-26 Michael Smith <msmith@fluendo.com>
21429 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21430 When clearing an audioconvert context, set tmpbufsize to zero, so
21431 we'll allocate it again later if required.
21432 This fixes audioconvert re-negotiating formats, which previously
21433 segfaulted with a NULL destination buffer.
21435 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
21437 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21438 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21439 (gst_base_rtp_depayload_set_gst_timestamp),
21440 (gst_base_rtp_depayload_queue_release):
21441 Fixed a smalll memleak.
21443 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
21444 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21445 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21446 (gst_base_rtp_depayload_finalize),
21447 (gst_base_rtp_depayload_setcaps),
21448 (gst_base_rtp_depayload_add_to_queue),
21449 (gst_base_rtp_depayload_push),
21450 (gst_base_rtp_depayload_set_gst_timestamp),
21451 (gst_base_rtp_depayload_queue_release),
21452 (gst_base_rtp_depayload_thread),
21453 (gst_base_rtp_depayload_change_state):
21454 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21455 Changed the C++ comments to C comments
21457 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
21459 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21460 * gst/tcp/gsttcpclientsrc.h:
21461 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21462 * gst/tcp/gsttcpserversrc.h:
21463 Remove unused 'curoffset' structure member.
21465 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
21467 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21468 (gst_base_rtp_depayload_base_init),
21469 (gst_base_rtp_depayload_finalize):
21470 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21471 * gst-libs/gst/rtp/gstbasertppayload.h:
21472 The pad-template on the sinkpad should be set by the derived classes.
21473 Also added some useful macros.
21475 2005-10-24 Wim Taymans <wim@fluendo.com>
21477 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21478 Correctly flush decoder samples even if we could not
21479 copy them to an output buffer. Fixes #319618.
21481 2005-10-24 Julien MOUTTE <julien@moutte.net>
21483 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21484 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21485 the caps against our xcontext caps.
21487 2005-10-24 Wim Taymans <wim@fluendo.com>
21489 * gst-libs/gst/audio/gstbaseaudiosink.c:
21490 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21492 Use sync property from baseclass to disable sync.
21494 2005-10-24 Wim Taymans <wim@fluendo.com>
21496 * gst-libs/gst/audio/gstbaseaudiosink.c:
21497 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21498 Buffers with no timestamps get aligned with previous buffers or
21499 on underrun, played ASAP.
21501 2005-10-24 Julien MOUTTE <julien@moutte.net>
21503 * gst-libs/gst/video/video.h:
21504 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21505 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21506 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21507 here comes my change on caps for framerate and geometry range.
21508 We are now accepting 1 to MAXINT for width and height, and from
21509 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21510 to be blended correctly in videomixer.
21512 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
21517 === release 0.9.4 ===
21519 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
21524 releasing 0.9.4, "Velociraptor"
21526 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
21528 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21532 2005-10-21 Wim Taymans <wim@fluendo.com>
21534 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21535 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21536 (pad_blocked), (close_pad_link), (new_pad):
21537 Don't try to remove elements twice.
21539 2005-10-21 Wim Taymans <wim@fluendo.com>
21541 * ext/theora/theoradec.c: (theora_dec_src_query),
21542 (theora_dec_sink_event):
21543 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21544 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21545 (vorbis_handle_data_packet):
21546 * ext/vorbis/vorbisdec.h:
21549 * gst-libs/gst/audio/gstbaseaudiosink.c:
21550 (gst_base_audio_sink_render):
21551 Don't try to sync on buffers without a timestamp.
21553 2005-10-21 Wim Taymans <wim@fluendo.com>
21555 * ext/theora/theoradec.c: (theora_dec_src_query),
21556 (theora_dec_sink_event):
21557 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21558 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21559 (vorbis_handle_data_packet):
21560 * ext/vorbis/vorbisdec.h:
21563 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21565 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21566 (gst_vorbisenc_src_query):
21567 Implement position and duration queries.
21569 * gst/playback/test3.c: (update_scale), (main):
21570 Fix for async state changes and print nicer output.
21572 2005-10-20 Wim Taymans <wim@fluendo.com>
21574 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21575 (dump_element_stats), (main):
21576 * gst/playback/test6.c: (main):
21579 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21581 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21582 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21583 Don't use functions for position queries when handling
21586 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21588 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21589 (vorbis_handle_data_packet), (vorbis_dec_chain),
21590 (vorbis_dec_change_state):
21591 * ext/vorbis/vorbisdec.h:
21592 Vorbis streams can be embedded in other container formats
21593 than ogg, container formats where the demuxer might set
21594 timestamps on encoded vorbis buffers instead of those silly
21595 granulepos thingies. In short: make vorbisdec handle
21596 timestamps on incoming buffers as well.
21598 2005-10-20 Wim Taymans <wim@fluendo.com>
21600 * gst/playback/gstplaybasebin.c: (group_destroy),
21601 (gst_play_base_bin_change_state):
21603 Handle case where playbasebin is now ASYNC because
21606 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
21608 * gst/audioconvert/Makefile.am:
21609 * gst/audioconvert/bufferframesconvert.c:
21610 * gst/audioconvert/plugin.c: (plugin_init):
21611 * gst/audioconvert/plugin.h:
21612 And bye bye buffer-frames-convert
21614 2005-10-19 Wim Taymans <wim@fluendo.com>
21616 * check/elements/audioconvert.c:
21617 * docs/libs/tmpl/gstaudio.sgml:
21618 * docs/libs/tmpl/gstcolorbalance.sgml:
21619 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21620 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21621 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21622 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21623 * gst-libs/gst/audio/audio.h:
21624 * gst/audioconvert/audioconvert.h:
21625 * gst/audioconvert/gstaudioconvert.c:
21626 (gst_audio_convert_parse_caps):
21627 * gst/volume/gstvolume.c:
21628 Bye bye buffer-frames.
21630 2005-10-19 Wim Taymans <wim@fluendo.com>
21632 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21633 (query_positions_elems), (query_positions_pads), (update_scale),
21634 (do_seek), (set_update_scale), (message_received), (main):
21635 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21636 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21637 (gst_ogg_demux_loop):
21638 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21639 * ext/theora/theoradec.c: (theora_dec_src_query),
21640 (theora_dec_sink_event):
21641 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21642 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21643 * gst/adder/gstadder.c: (gst_adder_query):
21644 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21645 * gst/playback/test3.c: (update_scale):
21646 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21647 (dump_element_stats), (main):
21648 * gst/playback/test6.c: (main):
21649 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21652 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
21654 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21655 (xml_check_first_element), (xml_type_find), (smil_type_find),
21657 Add typefinding for SMIL and for generic XML. Based on patch by
21658 Akos Maroy (#308663).
21660 2005-10-18 Wim Taymans <wim@fluendo.com>
21662 * gst/playback/Makefile.am:
21663 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21664 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21665 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21666 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21667 (gst_decode_bin_change_state):
21668 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21669 (gst_play_bin_send_event_to_sink):
21670 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21671 (dump_element_stats), (main):
21672 * gst/playback/test6.c: (main):
21673 Make playbin async, it'll commit state to paused when all streams
21676 Added test6.c to show async behaviour.
21678 2005-10-18 Wim Taymans <wim@fluendo.com>
21680 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21681 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21682 Fix for segment-start/stop API change.
21684 2005-10-18 Wim Taymans <wim@fluendo.com>
21686 * check/Makefile.am:
21687 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21689 Add future test for clock selection.
21691 2005-10-18 Wim Taymans <wim@fluendo.com>
21693 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21694 (gst_alsasink_close):
21695 Set handle to NULL.
21697 * gst-libs/gst/audio/gstringbuffer.c:
21698 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21699 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21700 (gst_ring_buffer_start), (gst_ring_buffer_pause),
21701 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21702 (gst_ring_buffer_read):
21705 2005-10-17 Stefan Kost <ensonic@users.sf.net>
21707 * gst/audiotestsrc/Makefile.am:
21708 * gst/sine/Makefile.am:
21709 * gst/volume/Makefile.am:
21710 fix broken build of controllerized plugins
21712 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
21714 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21716 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21717 (gst_riff_create_video_template_caps):
21718 Add support for Indeo-3 (IV32).
21720 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21725 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21727 * gst-libs/gst/video/video.c: (gst_video_get_size):
21728 * gst/audiotestsrc/gstaudiotestsrc.c:
21731 2005-10-17 Andy Wingo <wingo@pobox.com>
21733 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21734 with the collectpads change.
21735 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21737 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21739 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21741 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21742 alloc_buffer flow return to callers.
21743 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21744 change. Fix some memleaks in theoraenc.
21746 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21747 in strange circumstance.
21749 2005-10-17 Julien MOUTTE <julien@moutte.net>
21751 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21752 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21753 from caps, let's use the caps...
21755 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21758 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21760 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
21762 * gst-libs/gst/interfaces/Makefile.am:
21765 2005-10-16 Andy Wingo <wingo@pobox.com>
21767 * gst/playback/gstdecodebin.c
21768 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21770 (try_to_link_1): Increase kraziness level.
21772 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
21775 restructure like the core one
21776 * gst-libs/gst/audio/Makefile.am:
21777 * gst-libs/gst/interfaces/Makefile.am:
21778 * gst-libs/gst/net/Makefile.am:
21779 * gst-libs/gst/riff/Makefile.am:
21780 * gst-libs/gst/rtp/Makefile.am:
21781 * gst-libs/gst/tag/Makefile.am:
21782 * gst-libs/gst/video/Makefile.am:
21783 use correct linker flags, now the libs are properly versioned
21784 * check/elements/audioconvert.c: (verify_convert):
21785 * ext/alsa/gstalsaplugin.c:
21786 * ext/cdparanoia/gstcdparanoia.c:
21787 * ext/gnomevfs/gstgnomevfs.c:
21788 * ext/libvisual/visual.c:
21789 * ext/ogg/gstogg.c:
21790 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21791 * ext/theora/theora.c:
21792 * ext/vorbis/vorbis.c:
21793 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21794 * gst-libs/gst/tag/gsttagediting.c:
21795 * gst-libs/gst/video/video.c:
21796 * gst/adder/gstadder.c:
21797 * gst/audioconvert/plugin.c:
21798 * gst/audiorate/gstaudiorate.c:
21799 * gst/audioresample/gstaudioresample.c:
21800 * gst/audioresample/resample_ref.c: (resample_scale_ref):
21801 * gst/audioscale/gstaudioscale.c:
21802 * gst/audioscale/resample.c:
21803 * gst/audiotestsrc/gstaudiotestsrc.c:
21804 * gst/ffmpegcolorspace/gstffmpeg.c:
21805 * gst/playback/gstdecodebin.c: (close_pad_link):
21806 * gst/playback/gstplaybin.c: (gen_video_element),
21807 (gen_audio_element):
21808 * gst/sine/gstsinesrc.c:
21809 * gst/subparse/gstsubparse.c:
21810 * gst/tags/gsttagediting.c:
21811 * gst/tcp/gsttcpplugin.c:
21812 * gst/typefind/gsttypefindfunctions.c:
21813 * gst/videorate/gstvideorate.c:
21814 * gst/videoscale/gstvideoscale.c:
21815 * gst/videotestsrc/gstvideotestsrc.c:
21816 * gst/volume/gstvolume.c:
21817 * sys/v4l/gstv4l.c:
21818 * sys/ximage/ximage.c:
21819 * sys/xvimage/xvimagesink.c:
21822 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
21824 * ext/vorbis/vorbisenc.c:
21825 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21826 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21827 (gst_tag_to_vorbis_comments):
21828 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21830 2005-10-13 Stefan Kost <ensonic@users.sf.net>
21832 * examples/stats/mp2ogg.c:
21833 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21836 2005-10-13 Michael Smith <msmith@fluendo.com>
21838 * ext/ogg/gstoggmux.c:
21839 Use magic glib macros to define constants as 64 bit, to ensure
21840 appropriate vararg passing.
21842 2005-10-13 Michael Smith <msmith@fluendo.com>
21844 * ext/ogg/gstoggmux.c:
21845 * gst/audioconvert/audioconvert.c: (float):
21846 Don't use LL suffix, as it's not portable, and neither of these
21847 uses required it anyway.
21849 2005-10-12 Stefan Kost <ensonic@users.sf.net>
21851 * examples/indexing/indexmpeg.c: (main):
21852 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21853 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21854 (cdparanoia_convert), (cdparanoia_query):
21855 * ext/cdparanoia/gstcdparanoia.h:
21856 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21857 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21858 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21859 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21860 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21861 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21862 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21863 (gst_multifdsink_render), (gst_multifdsink_start),
21864 (gst_multifdsink_stop):
21865 * gst/tcp/gstmultifdsink.h:
21866 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21867 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21868 (gst_tcpclientsink_stop):
21869 * gst/tcp/gsttcpclientsink.h:
21870 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21871 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21872 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21873 * gst/tcp/gsttcpclientsrc.h:
21874 * gst/tcp/gsttcpserversink.h:
21875 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21876 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21877 (gst_tcpserversrc_stop):
21878 * gst/tcp/gsttcpserversrc.h:
21879 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21880 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21881 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21882 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21883 moved bitshift from macro to enum definition
21885 2005-10-12 Wim Taymans <wim@fluendo.com>
21887 * examples/seeking/Makefile.am:
21890 2005-10-12 Wim Taymans <wim@fluendo.com>
21892 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21893 (gst_ring_buffer_read), (gst_ring_buffer_clear):
21894 Don't assert on normal stuff.
21896 * gst/playback/gstplaybin.c: (do_playbin_seek):
21899 2005-10-12 Wim Taymans <wim@fluendo.com>
21901 * check/pipelines/simple_launch_lines.c: (run_pipeline):
21902 * examples/seeking/Makefile.am:
21903 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21904 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21905 (do_seek), (set_update_scale), (message_received), (main):
21906 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21907 (gst_ring_buffer_read), (gst_ring_buffer_clear):
21908 Update for _get_state() API change.
21910 2005-10-11 Wim Taymans <wim@fluendo.com>
21912 * gst-libs/gst/audio/gstbaseaudiosink.c:
21913 (gst_base_audio_sink_render):
21914 * gst-libs/gst/audio/gstbaseaudiosrc.c:
21915 (gst_base_audio_src_create):
21916 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21917 (gst_ring_buffer_read):
21919 Commit and read from ringbuffer in samples rather than bytes.
21921 2005-10-11 Wim Taymans <wim@fluendo.com>
21923 * gst-libs/gst/audio/gstbaseaudiosink.c:
21924 (gst_base_audio_sink_render):
21925 Respect segment rate and accum when scheduling samples.
21927 2005-10-11 Julien MOUTTE <julien@moutte.net>
21929 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21930 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21931 EOS correctly, that needs more work.
21933 2005-10-11 Wim Taymans <wim@fluendo.com>
21935 * check/generic/states.c: (GST_START_TEST):
21936 remove old property.
21938 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21939 (gst_ogg_demux_perform_seek):
21940 * ext/theora/theoradec.c: (theora_dec_sink_event):
21941 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21942 (vorbis_handle_data_packet):
21943 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21944 (gst_base_rtp_depayload_set_gst_timestamp):
21945 * gst/videorate/gstvideorate.c: (gst_videorate_event):
21946 Update for newsegment API change.
21948 2005-10-11 Michael Smith <msmith@fluendo.com>
21950 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21951 (do_playbin_seek), (gst_play_bin_send_event):
21952 Override send_event differently, so that we can takes bits of
21953 functionality from GstPipeline (special handling for seeks,
21954 including pausing/resuming, and resetting stream time) and still get
21955 the appropriate behaviour of only forwarding event to a single sink,
21956 rather than all of them.
21957 Unfortunately requires a lot of code duplication, but the
21958 alternatives are equally ugly in the end.
21960 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
21962 * check/elements/audioconvert.c: (setup_audioconvert),
21963 (cleanup_audioconvert), (get_int_caps), (verify_convert),
21964 (GST_START_TEST), (audioconvert_suite):
21965 clean up tests a little, fix some leaks.
21967 2005-10-10 Wim Taymans <wim@fluendo.com>
21969 * ext/alsa/gstalsasink.c:
21970 Also allow unsigned int.
21972 * gst-libs/gst/audio/gstbaseaudiosrc.c:
21973 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21976 2005-10-10 Wim Taymans <wim@fluendo.com>
21978 * check/pipelines/simple_launch_lines.c: (run_pipeline):
21979 Small update, use API as stated in design docs.
21981 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21982 (update_scale), (do_seek), (seek_cb), (set_update_scale),
21983 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21984 (message_received), (main):
21985 Updated seek example for GOption. Some usability improvements.
21987 2005-10-10 Wim Taymans <wim@fluendo.com>
21989 * gst/audioconvert/audioconvert.h:
21990 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21991 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21992 Alloc temp storage somewhere else where we can do it more
21995 2005-10-10 Wim Taymans <wim@fluendo.com>
21997 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21998 (gst_tcpserversrc_start):
21999 Don't block in accept while doing the state change, move
22000 to poll and make cancellable.
22002 2005-10-09 Philippe Khalaf <burger@speedy.org>
22004 * gst-libs/gst/rtp/rtpbasedepayload.c:
22005 Set timestamp and add queue delay to timestamp
22006 * gst-libs/gst/rtp/rtpbuffer.h:
22007 Set correct payload type for h263
22009 2005-10-09 Stefan Kost <ensonic@users.sf.net>
22011 * gst/audiotestsrc/gstaudiotestsrc.c:
22012 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
22013 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
22014 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
22015 (gst_audiotestsrc_create_triangle),
22016 (gst_audiotestsrc_create_silence),
22017 (gst_audiotestsrc_create_white_noise),
22018 (gst_audiotestsrc_init_pink_noise),
22019 (gst_audiotestsrc_generate_pink_noise_value),
22020 (gst_audiotestsrc_create_pink_noise),
22021 (gst_audiotestsrc_change_wave):
22022 * gst/audiotestsrc/gstaudiotestsrc.h:
22023 fixed typo, added pink noise
22025 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
22027 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
22029 Add wavpack and spc typefind functions from 0.8 branch.
22031 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
22033 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
22034 (ar_type_find), (msdos_type_find), (plugin_init):
22035 Add typefind functions for tar archives, ar archives,
22036 RAR archives, and msdos-executables (dlls, exe, etc.).
22037 Some of those would be wrongly identified as mpeg
22038 streams of some sort before (#315550).
22040 2005-10-09 Stefan Kost <ensonic@users.sf.net>
22043 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22044 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22045 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
22046 * gst/audiotestsrc/Makefile.am:
22047 * gst/audiotestsrc/gstaudiotestsrc.c:
22048 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
22049 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
22050 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
22051 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
22052 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
22053 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
22054 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
22055 (gst_audiotestsrc_create_silence),
22056 (gst_audiotestsrc_create_white_noise),
22057 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
22058 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
22059 (gst_audiotestsrc_start), (plugin_init):
22060 * gst/audiotestsrc/gstaudiotestsrc.h:
22061 add new plugin and element
22062 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
22065 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
22067 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
22068 (gst_adder_init), (gst_adder_request_new_pad),
22069 (gst_adder_change_state):
22070 Add query function to source pad, so adder reports the correct
22071 time/sample position when queried (#315457); fix state change
22072 function; use GST_DEBUG_FUNCPTR() for pad functions.
22074 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
22076 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
22077 Fix leaks in typefind registration
22078 Clean up the gratuitous commenting and whitespacing a little
22080 2005-10-08 Wim Taymans <wim@fluendo.com>
22082 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
22083 Only actually wait for the thread to be stopped if it's
22086 2005-10-08 Wim Taymans <wim@fluendo.com>
22088 * gst-libs/gst/audio/gstbaseaudiosink.c:
22089 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22090 If we receive EOS we can start playback of what we had.
22092 2005-10-08 Wim Taymans <wim@fluendo.com>
22094 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22095 (gst_multifdsink_finalize), (multifdsink_hash_remove),
22096 (gst_multifdsink_stop):
22097 Fix crasher when going to NULL multiple times.
22099 2005-10-06 Wim Taymans <wim@fluendo.com>
22101 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
22102 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22103 * gst-libs/gst/audio/gstbaseaudiosrc.h:
22104 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
22105 patch from Edgard Lima <edgard.lima@indt.org.br>
22106 Fixed gstbaseaudiosrc adding ring buffer sync to it.
22108 2005-10-06 Wim Taymans <wim@fluendo.com>
22110 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
22111 Report the FLOW_RETURN as string in the error message.
22113 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
22114 Don't assert when clearing an unnegotiated buffer.
22116 2005-10-04 Michael Smith <msmith@fluendo.com>
22118 * gst/playback/gstplaybasebin.c: (group_destroy),
22119 (gen_preroll_element), (remove_groups), (setup_source):
22120 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22121 (setup_sinks), (gst_play_bin_send_event),
22122 (gst_play_bin_change_state):
22123 Set state to NULL before removing from bin. Fix refcounting.
22125 2005-10-04 Michael Smith <msmith@fluendo.com>
22127 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22128 Correct refcounting in send_event() function. Previously was wrong
22129 if the first sink was unable to handle the event.
22131 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
22134 back to development
22136 === release 0.9.3 ===
22138 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
22141 Releasing 0.9.3, "De Facto"
22143 2005-10-03 Andy Wingo <wingo@pobox.com>
22145 * gst/playback/gstdecodebin.c (try_to_link_1)
22146 (remove_element_chain): set element to NULL before removing it.
22148 2005-10-02 Johan Dahlin <johan@gnome.org>
22150 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
22151 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22154 2005-10-02 Andy Wingo <wingo@pobox.com>
22156 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
22157 (gst_ring_buffer_prepare_read):
22158 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22161 2005-09-29 Wim Taymans <wim@fluendo.com>
22163 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22164 * ext/theora/theoradec.c: (theora_handle_data_packet):
22165 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22166 Propagate error codes from alloc_buffer too.
22168 2005-09-29 Wim Taymans <wim@fluendo.com>
22170 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22173 * gst/playback/Makefile.am:
22174 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22175 (dump_element_stats), (main):
22176 Added example stream introspection code.
22178 2005-09-28 Stefan Kost <ensonic@users.sf.net>
22180 * gst/adder/gstadder.c: (gst_adder_collected):
22181 fix adder for float elements
22183 2005-09-28 Wim Taymans <wim@fluendo.com>
22185 * gst-libs/gst/audio/gstbaseaudiosink.c:
22186 (gst_base_audio_sink_class_init),
22187 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22188 * gst-libs/gst/audio/gstbaseaudiosrc.c:
22189 (gst_base_audio_src_class_init),
22190 (gst_base_audio_src_provide_clock):
22191 get_clock -> provide_clock
22193 2005-09-28 Andy Wingo <wingo@pobox.com>
22195 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22198 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22201 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22202 Actually add the pad template.
22203 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22205 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22208 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22209 from fdsrc. Get caps in create() instead of start() so it can be
22210 interrupted. Interruption somewhat untested.
22212 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22213 Proper EOS handling.
22215 2005-09-27 Andy Wingo <wingo@pobox.com>
22217 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22219 * gst/tcp/gsttcpserversrc.c: Cleaned up.
22221 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22223 * gst/tcp/gsttcp.h:
22224 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22225 out of tcpclientsrc.c. Cancellable.
22226 (gst_tcp_socket_read): Made private, cancellable, with better
22227 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22228 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22229 whole buffer, and better diagnostics.
22230 (gst_tcp_gdp_read_caps): Same.
22232 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22234 2005-09-26 Andy Wingo <wingo@pobox.com>
22236 * gst/sine/gstsinesrc.h:
22237 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22238 change the 'sync' property to 'is-live' and implement it halfway,
22239 update for controller api change.
22241 * gst/volume/gstvolume.c (volume_transform_ip): Update for
22242 controller api change.
22244 2005-09-24 Wim Taymans <wim@fluendo.com>
22246 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22247 * gst-libs/gst/audio/gstaudiosink.c:
22248 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22249 (gst_audioringbuffer_stop):
22250 * gst-libs/gst/audio/gstbaseaudiosink.c:
22251 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22252 (gst_base_audio_sink_change_state):
22253 * gst-libs/gst/audio/gstbaseaudiosink.h:
22254 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22255 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22256 (gst_ring_buffer_commit), (gst_ring_buffer_read):
22257 * gst-libs/gst/audio/gstringbuffer.h:
22258 Fix sync again. Moved sample alignment to basesink.
22260 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
22262 * docs/plugins/Makefile.am:
22263 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22264 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22265 * gst/volume/gstvolume.c:
22267 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22268 * gst-libs/gst/audio/audio.h:
22269 add conversion macros for frames <-> clocktime
22271 2005-09-23 David Schleef <ds@schleef.org>
22273 * gst/audioresample/Makefile.am:
22274 * gst/audioresample/debug.h:
22275 * gst/audioresample/gstaudioresample.c:
22276 * gst/audioresample/resample.c: Convert to using gst debugging
22278 2005-09-22 Wim Taymans <wim@fluendo.com>
22280 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22281 (gst_play_bin_send_event):
22282 Only seek on one sink, the first one that succeeds.
22284 2005-09-22 Michael Smith <msmith@fluendo.com>
22286 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22287 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22288 Don't flush encoder state unless we have an initialised encoder.
22289 Clear out encoder state on PAUSED_TO_READY.
22291 2005-09-22 Wim Taymans <wim@fluendo.com>
22293 * gst-libs/gst/rtp/gstbasertppayload.c:
22294 (gst_basertppayload_class_init), (gst_basertppayload_init),
22295 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22296 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22297 (gst_basertppayload_is_filled), (gst_basertppayload_push),
22298 (gst_basertppayload_set_property),
22299 (gst_basertppayload_get_property),
22300 (gst_basertppayload_change_state):
22301 * gst-libs/gst/rtp/gstbasertppayload.h:
22302 Added max-ptime to control amount of data in the rtp packets.
22304 2005-09-21 Andy Wingo <wingo@pobox.com>
22306 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22309 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22310 can be called multiple times, dogs.
22312 2005-09-21 Wim Taymans <wim@fluendo.com>
22314 * gst-libs/gst/rtp/gstbasertppayload.c:
22315 (gst_basertppayload_class_init), (gst_basertppayload_init),
22316 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22317 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22318 (gst_basertppayload_push), (gst_basertppayload_get_property),
22319 (gst_basertppayload_change_state):
22322 2005-09-21 Stefan Kost <ensonic@users.sf.net>
22324 * docs/libs/compiling.sgml:
22327 2005-09-20 Wim Taymans <wim@fluendo.com>
22329 * gst-libs/gst/rtp/gstbasertppayload.c:
22330 (gst_basertppayload_class_init), (gst_basertppayload_init),
22331 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22332 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22333 (gst_basertppayload_push), (gst_basertppayload_set_property),
22334 (gst_basertppayload_get_property),
22335 (gst_basertppayload_change_state):
22336 * gst-libs/gst/rtp/gstbasertppayload.h:
22337 Added property to configure sequence number offsets.
22339 2005-09-20 Wim Taymans <wim@fluendo.com>
22341 * gst-libs/gst/rtp/gstbasertppayload.c:
22342 (gst_basertppayload_class_init), (gst_basertppayload_init),
22343 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22344 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22345 (gst_basertppayload_push), (gst_basertppayload_set_property),
22346 (gst_basertppayload_get_property),
22347 (gst_basertppayload_change_state):
22348 * gst-libs/gst/rtp/gstbasertppayload.h:
22349 Make timestamp offset configurable.
22351 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
22353 * check/pipelines/simple_launch_lines.c: (run_pipeline):
22354 fix wrong pop/unref
22356 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
22358 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
22360 * gst-libs/gst/interfaces/propertyprobe.c:
22361 (gst_property_probe_probe_property_name),
22362 (gst_property_probe_needs_probe_name),
22363 (gst_property_probe_get_values_name),
22364 (gst_property_probe_probe_and_get_values_name):
22365 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22366 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22368 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
22370 * check/Makefile.am:
22371 have some tests be disabled for valgrinding
22372 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22374 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22375 Fix A Leak. Chain To Parent Finalize.
22377 2005-09-19 Wim Taymans <wim@fluendo.com>
22379 * examples/seeking/seek.c: (make_wav_pipeline), (main):
22380 Fixed wav pipeline.
22382 2005-09-19 Wim Taymans <wim@fluendo.com>
22384 * gst-libs/gst/rtp/gstbasertppayload.c:
22385 (gst_basertppayload_class_init), (gst_basertppayload_init),
22386 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22387 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22388 (gst_basertppayload_push), (gst_basertppayload_get_property),
22389 (gst_basertppayload_change_state):
22390 Posting ERROR and WARNING messages is good.
22392 2005-09-19 Wim Taymans <wim@fluendo.com>
22394 * gst-libs/gst/rtp/gstbasertpdepayload.c:
22395 (gst_base_rtp_depayload_add_to_queue),
22396 (gst_base_rtp_depayload_push),
22397 (gst_base_rtp_depayload_set_gst_timestamp),
22398 (gst_base_rtp_depayload_queue_release):
22399 This one was not supposed to go in.
22401 2005-09-19 Wim Taymans <wim@fluendo.com>
22403 * check/pipelines/simple_launch_lines.c: (run_pipeline):
22406 * gst-libs/gst/rtp/gstbasertpdepayload.c:
22407 (gst_base_rtp_depayload_chain),
22408 (gst_base_rtp_depayload_add_to_queue),
22409 (gst_base_rtp_depayload_push),
22410 (gst_base_rtp_depayload_set_gst_timestamp),
22411 (gst_base_rtp_depayload_queue_release):
22414 * gst-libs/gst/rtp/gstbasertppayload.c:
22415 (gst_basertppayload_class_init), (gst_basertppayload_init),
22416 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22417 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22418 (gst_basertppayload_get_property),
22419 (gst_basertppayload_change_state):
22420 Added debugging category.
22422 2005-09-18 David Schleef <ds@schleef.org>
22424 * gst/playback/gstdecodebin.c: free plugin list correctly
22425 * gst/playback/gstplaybin.c: emit warning if autovideosink
22426 and autoaudiosink can't be found (instead of segfaulting)
22428 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
22430 * check/elements/audioconvert.c: (GST_START_TEST):
22431 try out 24 bit conversion
22433 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22435 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22436 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22437 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22438 * ext/vorbis/vorbisenc.h:
22439 Fix EOS handling. Still needs a fix in the ogg muxer to
22440 mark the last page as eos.
22442 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22444 * common/gtk-doc-plugins.mak:
22445 * docs/plugins/Makefile.am:
22446 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22447 * gst/ffmpegcolorspace/Makefile.am:
22448 * gst/ffmpegcolorspace/avcodec.h:
22449 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22450 * gst/tcp/gstmultifdsink.c:
22451 fix up ffmpegcolorspace docs; extract header
22453 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22455 * common/gtk-doc-plugins.mak:
22456 * docs/plugins/Makefile.am:
22457 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22458 * ext/theora/Makefile.am:
22459 * ext/theora/gsttheoraenc.h:
22460 * ext/theora/theoraenc.c:
22461 * ext/vorbis/vorbisenc.c:
22462 pick up signals and args for vorbis; add some docs for vorbis
22464 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22466 * common/gstdoc-scangobj:
22467 * common/gtk-doc-plugins.mak:
22468 * docs/libs/Makefile.am:
22469 * docs/plugins/gst-plugins-base-plugins.args:
22470 * docs/plugins/gst-plugins-base-plugins.hierarchy:
22471 * docs/plugins/gst-plugins-base-plugins.interfaces:
22472 * docs/plugins/gst-plugins-base-plugins.prerequisites:
22473 * docs/plugins/gst-plugins-base-plugins.signals:
22474 only scanobj stuff from our source module. Not sure yet
22475 if that's correct, given the hierarchy stuff :)
22477 2005-09-15 Wim Taymans <wim@fluendo.com>
22479 * gst/audioconvert/gstaudioconvert.c:
22480 And enable 24 bits mode as well..
22482 2005-09-15 Wim Taymans <wim@fluendo.com>
22484 * gst-libs/gst/rtp/Makefile.am:
22485 * gst-libs/gst/rtp/gstbasertppayload.c:
22486 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22487 (gst_basertppayload_class_init), (gst_basertppayload_init),
22488 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22489 (gst_basertppayload_chain), (gst_basertppayload_set_options),
22490 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22491 (gst_basertppayload_set_property),
22492 (gst_basertppayload_get_property),
22493 (gst_basertppayload_change_state):
22494 * gst-libs/gst/rtp/gstbasertppayload.h:
22495 Added rtp payloader base class.
22497 2005-09-15 Andy Wingo <wingo@pobox.com>
22499 * configure.ac (plugindir): Remove the EOL matcher from the
22500 regexp, as it causes me problems. Libtool? Make? Who knows?
22502 2005-09-14 David Schleef <ds@schleef.org>
22504 * check/generic/states.c:
22505 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22506 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22507 Fixes for changes in registry API.
22509 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
22510 to GST_PLUGIN_LDFLAGS.
22511 * ext/libvisual/visual.c: Make the library shut up.
22512 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22513 * gst-libs/gst/audio/gstaudiofilter.c: same
22515 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
22517 * docs/plugins/Makefile.am:
22518 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22519 * docs/plugins/inspect/plugin-libvisual.xml:
22520 * docs/plugins/tmpl/element-tcpserversink.sgml:
22521 * ext/theora/theoraenc.c:
22522 add libvisual plugin and theoraenc element to docs
22524 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
22526 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22527 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22528 * ext/theora/theoraenc.c:
22531 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
22533 * gst/audioconvert/Makefile.am:
22534 Audioconvert derives from GstBaseTransform and should
22535 link to the library with our base elements to avoid
22536 unresolved symbols. Makes things work with MinGW (#316160)
22538 * gst/playback/test4.c: (main):
22539 Fix MinGW build problem and use g_usleep() instead of
22542 2005-09-12 Wim Taymans <wim@fluendo.com>
22544 * gst/audioconvert/audioconvert.c: (float),
22545 (audio_convert_prepare_context), (audio_convert_convert):
22546 * gst/audioconvert/audioconvert.h:
22547 Cleanups, speedups, simplifications, added back support
22550 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
22552 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22553 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22554 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22555 * docs/plugins/tmpl/element-tcpserversink.sgml:
22556 * gst/ffmpegcolorspace/gstffmpeg.c:
22557 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22558 * gst/videotestsrc/gstvideotestsrc.c:
22559 * gst/volume/gstvolume.c:
22560 add more elements to the docs
22562 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
22564 * check/Makefile.am:
22565 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22566 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22567 Add extra tests for basetransform based components.
22568 Comment out the test_element_negotiation test until we decide
22569 if it's testing correct behaviour.
22570 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22571 (gst_visual_chain), (gst_visual_change_state):
22572 Slightly more correct but still bogus timestamping.
22573 Fix state change function.
22574 * gst/audioconvert/gstaudioconvert.c:
22575 (gst_audio_convert_class_init):
22576 * gst/audioresample/gstaudioresample.c:
22577 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22578 (gst_ffmpegcsp_class_init):
22579 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22580 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22581 (gst_videoscale_prepare_image):
22582 * gst/volume/gstvolume.c: (gst_volume_class_init),
22583 (volume_transform_ip):
22584 Basetransform updates. Enable passthrough modes.
22585 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22586 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22587 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22588 Negotiation fix that allows the window to return to the original
22589 size and renegotiate passthrough upstream. Extra debug output.
22591 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
22593 * gst/sine/gstsinesrc.c:
22594 * gst/volume/gstvolume.c:
22595 fix up header include
22597 2005-09-09 Stefan Kost <ensonic@users.sf.net>
22599 * gst-libs/gst/audio/gstbaseaudiosink.c:
22600 (gst_base_audio_sink_render):
22601 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22602 * gst/volume/gstvolume.c: (gst_volume_class_init),
22603 (volume_transform):
22604 fixing lost sync, some more debugging
22606 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
22608 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22609 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22610 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22611 (gst_xvimagesink_check_xshm_calls):
22612 Fix compilation when XShm is not available.
22614 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
22616 * ext/libvisual/visual.c: (gst_visual_dispose),
22617 (gst_visual_getcaps), (gst_visual_src_setcaps),
22618 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22619 (gst_visual_change_state):
22620 Finish fixing up libvisual plugin so that it runs.
22622 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22624 * ext/vorbis/vorbisenc.c:
22625 * gst-libs/gst/tag/gstvorbistag.c:
22626 gsttaginterface.h -> gsttagsetter.h
22628 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22630 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22631 added another test that failes for me (test is not active by default)
22633 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22636 v4l2 is no longer in gst-plugins-base
22638 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
22641 In the output at the end, don't show the first plugin on the same
22642 line as "Core plug-ins, always built:".
22643 Indent the output as for other plugin categories
22644 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22645 #define that can be used to not use peer buffer_alloc functions for
22647 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22648 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22649 (gst_ximagesink_show_frame):
22650 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22651 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22652 (gst_xvimagesink_show_frame):
22653 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22654 fails gracefully instead of XError aborting or deadlocking.
22656 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22658 * ext/libvisual/Makefile.am:
22659 link against gst-base-libs
22661 2005-09-06 David Schleef <ds@schleef.org>
22663 * configure.ac: Enable libvisual plugin.
22664 * ext/libvisual/Makefile.am:
22665 * ext/libvisual/visual.c: Fixes to make it compile.
22667 === release 0.9.2 ===
22669 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
22674 * docs/random/ChangeLog-0.8:
22675 releasing 0.9.2, "Spoon"
22677 2005-09-05 Michael Smith <msmith@fluendo.com>
22679 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22680 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22681 that in the vorbisenc element.
22683 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
22685 * common/gtk-doc-plugins.mak:
22686 * docs/plugins/Makefile.am:
22688 * gst/audioresample/resample.c:
22689 fix wrong docstring
22691 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
22693 * common/gst-xmlinspect.py:
22694 * common/gtk-doc-plugins.mak:
22695 only inspect plugins for this given package
22696 require gst-python 0.9
22698 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
22702 * common/gst-xmlinspect.py:
22704 * docs/Makefile.am:
22705 * docs/plugins/inspect/plugin-alsa.xml:
22706 * docs/plugins/inspect/plugin-audioresample.xml:
22707 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22708 * docs/plugins/inspect/plugin-ogg.xml:
22709 * docs/plugins/tmpl/element-gnomevfssink.sgml:
22710 * docs/plugins/tmpl/element-multifdsink.sgml:
22711 * docs/plugins/tmpl/element-tcpserversink.sgml:
22712 * docs/plugins/tmpl/element-vorbisenc.sgml:
22713 * gst-plugins-base.spec.in:
22714 various doc-related updates
22716 2005-08-31 Wim Taymans <wim@fluendo.com>
22718 * gst-libs/gst/audio/gstbaseaudiosink.c:
22719 (gst_base_audio_sink_render):
22720 Resync if the buffer timestamps drift more than a 10th
22723 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
22725 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22726 (gst_v4lsrc_get_property):
22727 The 'timestamp-offset' property is registered as an int64, so
22728 let's use g_value_{set|get}_int64() in our setter and getter
22729 functions (makes it work and fixes warnings with gst-inspect).
22731 2005-08-30 Wim Taymans <wim@fluendo.com>
22733 * check/elements/audioconvert.c: (setup_audioconvert):
22734 * check/elements/audioresample.c: (setup_audioresample):
22735 * check/elements/volume.c: (setup_volume):
22738 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
22740 * common/gtk-doc-plugins.mak:
22741 * common/plugins.xsl:
22742 * docs/plugins/Makefile.am:
22743 make module a param
22745 2005-08-30 Stefan Kost <ensonic@users.sf.net>
22747 * examples/seeking/seek.c: (make_mp3_pipeline),
22748 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22749 (play_cb), (pause_cb), (stop_cb):
22752 2005-08-30 Stefan Kost <ensonic@users.sf.net>
22754 * gst/volume/gstvolume.c: (gst_volume_class_init),
22755 (volume_transform):
22756 do not update controlled params, if buffer has no timestamp
22758 2005-08-29 Stefan Kost <ensonic@users.sf.net>
22761 * gst/sine/Makefile.am:
22762 * gst/volume/Makefile.am:
22763 controllerized elements also need to link against controller-libs ;)
22765 2005-08-29 Stefan Kost <ensonic@users.sf.net>
22767 * docs/libs/tmpl/gstcolorbalance.sgml:
22768 * docs/libs/tmpl/gstgconf.sgml:
22769 * docs/libs/tmpl/gstmixer.sgml:
22770 * docs/libs/tmpl/gstringbuffer.sgml:
22771 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22772 (gst_sinesrc_create):
22773 * gst/volume/gstvolume.c: (gst_volume_class_init),
22774 (volume_transform):
22775 controllerized two audio plugins
22777 2005-08-29 Andy Wingo <wingo@pobox.com>
22779 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
22780 (vorbis_handle_data_packet): Fix some int overflow errors.
22782 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22784 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22786 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22787 if it's valid. Fixed streaming-mode playback.
22789 * check/elements/volume.c (cleanup_volume): Fix for running
22792 * check/elements/audioconvert.c: Convert from native endian, not
22795 2005-08-29 Michael Smith <msmith@fluendo.com>
22797 * ext/ogg/Makefile.am:
22798 * ext/ogg/gstogg.c: (plugin_init):
22799 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22800 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22801 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22802 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22803 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22804 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22805 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22806 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22807 Add an ogg parser element.
22809 2005-08-28 Andy Wingo <wingo@pobox.com>
22811 * Updates for two-arg init from GST_BOILERPLATE_FULL.
22813 2005-08-26 Wim Taymans <wim@fluendo.com>
22815 * gst/audioconvert/audioconvert.c: (if), (float),
22816 (audio_convert_get_func_index), (check_default),
22817 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22818 (audio_convert_clean_context), (audio_convert_get_sizes),
22819 (audio_convert_convert):
22822 2005-08-26 Wim Taymans <wim@fluendo.com>
22824 * gst/audioconvert/audioconvert.c: (if), (float),
22825 (audio_convert_get_func_index), (check_default),
22826 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22827 (audio_convert_clean_context), (audio_convert_get_sizes),
22828 (audio_convert_convert):
22829 More elegant and working temp buffer selection algo.
22831 2005-08-26 Wim Taymans <wim@fluendo.com>
22833 * gst/audioconvert/audioconvert.c: (if), (float),
22834 (audio_convert_get_func_index), (check_default),
22835 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22836 (audio_convert_clean_context), (audio_convert_get_sizes),
22837 (get_temp_buffer), (audio_convert_convert):
22838 Use realloc else we lose our original data.
22840 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
22842 * gst/audioresample/gstaudioresample.c:
22843 use base class' newsegment to properly timestamp
22845 2005-08-26 Wim Taymans <wim@fluendo.com>
22847 * gst/audioconvert/audioconvert.c: (if), (float),
22848 (audio_convert_get_func_index), (check_default),
22849 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22850 (audio_convert_clean_context), (audio_convert_get_sizes),
22851 (get_temp_buffer), (audio_convert_convert):
22852 * gst/audioconvert/gstaudioconvert.c:
22853 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22854 (gst_audio_convert_transform_caps),
22855 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22856 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22857 Oops, allocate enough space to perform the channel mix.
22859 2005-08-26 Wim Taymans <wim@fluendo.com>
22861 * gst/audioconvert/Makefile.am:
22862 * gst/audioconvert/audioconvert.c: (if), (float),
22863 (audio_convert_get_func_index), (check_default),
22864 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22865 (audio_convert_clean_context), (audio_convert_get_sizes),
22866 (get_temp_buffer), (audio_convert_convert):
22867 * gst/audioconvert/audioconvert.h:
22868 * gst/audioconvert/gstaudioconvert.c:
22869 (gst_audio_convert_class_init), (gst_audio_convert_init),
22870 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22871 (gst_audio_convert_get_unit_size),
22872 (gst_audio_convert_transform_caps),
22873 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22874 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22875 * gst/audioconvert/gstaudioconvert.h:
22876 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22877 (gst_channel_mix_fill_identical),
22878 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22879 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22880 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22881 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22882 (gst_channel_mix_mix):
22883 * gst/audioconvert/gstchannelmix.h:
22884 Cleanups, librarify a bit, optimize, better negotiation and more.
22886 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
22888 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22889 Another from MikeS:
22890 During typefinding, don't support negative offsets
22891 (offsets from the end of the stream) in our typefind->peek() function
22892 - nothing embedded in ogg ever needs them. However, we need to recognise
22893 those requests and reject them, otherwise we return invalid pointers.
22895 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
22897 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22898 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22899 (vorbisdec_finalize), (vorbis_handle_type_packet):
22900 Big shout-out to MikeS for fixing this giant memory leak.
22903 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
22905 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22906 (audio_convert_get_unit_size):
22909 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
22911 * check/Makefile.am:
22912 * check/elements/audioconvert.c: (setup_audioconvert),
22913 (cleanup_audioconvert), (get_int_caps), (verify_convert),
22914 (GST_START_TEST), (audioconvert_suite), (main):
22915 add a test for audioconvert
22916 * gst/audioresample/gstaudioresample.c:
22917 * gst/audioresample/gstaudioresample.h:
22918 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22919 note that for buffers of 1/3 sec this means DURATION(c) is
22920 one nanosecond more than for a and b
22922 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
22924 * check/Makefile.am:
22925 * check/elements/audioresample.c: (setup_audioresample),
22926 (cleanup_audioresample), (fail_unless_perfect_stream),
22927 (test_perfect_stream_instance), (GST_START_TEST),
22928 add a check for audioresample
22929 (audioresample_suite), (main):
22930 * check/elements/volume.c: (GST_START_TEST):
22931 remove unused method
22932 * gst/audioresample/gstaudioresample.c:
22933 set correct buffer parameters since we're changing them
22934 * gst/audioresample/resample_ref.c: (resample_scale_ref):
22937 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
22939 * gst/audioresample/debug.c:
22940 * gst/audioresample/gstaudioresample.c:
22941 add room for extra overlap samples when asked to transform size
22942 protect against possible mem corruption and check for discrepancies
22943 between written size and outbuffer's size so we can warn for
22945 * gst/audioresample/resample.c: (resample_init),
22946 (resample_get_output_size_for_input), (resample_get_output_size),
22947 (resample_set_n_channels), (resample_set_format):
22948 set debug level based on RESAMPLE_DEBUG env var
22949 make sure that get_output_size* returns a whole number of
22951 set sample_size each time either channel or format is set
22952 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22953 * gst/audioresample/resample_functable.c:
22954 (resample_scale_functable):
22955 * gst/audioresample/resample_ref.c: (resample_scale_ref):
22956 remove r->sample_size, it's done in resample.c now
22957 add some debugging to the ref implementation
22958 make sure we only give back bytes that are wholes of the sample
22961 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
22962 * gst/playback/gstplaybasebin.c: (fill_buffer):
22963 Revert unpopular change for GST_MESSAGE_SRC to GObject.
22965 2005-08-25 Stefan Kost <ensonic@users.sf.net>
22967 * gst/volume/gstvolume.c:
22968 made set_caps function static
22970 2005-08-24 Wim Taymans <wim@fluendo.com>
22972 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22973 (gst_vorbisenc_change_state):
22974 Stop leaking taglists.
22976 2005-08-24 Wim Taymans <wim@fluendo.com>
22978 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22979 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22980 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22981 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22982 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22983 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22984 Parse seeking events better.
22986 Generate correct newsegment events, fixes seeking in live oggs.
22988 * ext/theora/theoradec.c: (theora_dec_src_query),
22989 (theora_dec_src_event), (theora_dec_src_getcaps),
22990 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22991 Use newsegment values to report correct play time.
22993 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22994 (vorbis_dec_src_event), (vorbis_dec_sink_event):
22995 * ext/vorbis/vorbisdec.h:
22996 Parse and use newsegment values to report correct play time.
22998 * gst-libs/gst/audio/gstbaseaudiosink.c:
22999 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23000 Clear ringbuffer on flush.
23001 Use newsegment values to calculate playback time.
23003 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
23004 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23005 Basesink does newsegment calculations for us now.
23007 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
23009 * check/Makefile.am:
23011 add core's plugins to the mix so that playbin works
23012 * check/generic/states.c: (GST_START_TEST):
23013 set a 0 timeout on pipelines, so they don't force the next
23015 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
23016 (gst_play_base_bin_change_state):
23017 remove the crappy error handling and do GST error handling
23019 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
23021 * check/Makefile.am:
23022 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
23023 add same test as to core, it bitches out on playbin atm.
23025 2005-08-24 Wim Taymans <wim@fluendo.com>
23030 2005-08-24 Wim Taymans <wim@fluendo.com>
23032 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23033 (gst_videoscale_prepare_size), (parse_caps),
23034 (gst_videoscale_set_caps), (gst_videoscale_get_size),
23035 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
23036 (gst_videoscale_transform):
23037 * gst/videoscale/gstvideoscale.h:
23038 Refactor, make use of BaseTranform really well.
23040 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
23043 compile audioresample
23044 * gst/audioresample/Makefile.am:
23045 * gst/audioresample/buffer.c:
23046 * gst/audioresample/functable.c:
23047 * gst/audioresample/gstaudioresample.c:
23048 * gst/audioresample/gstaudioresample.h:
23049 * gst/audioresample/resample.c:
23050 (resample_get_output_size_for_input):
23051 * gst/audioresample/resample.h:
23052 * gst/audioresample/resample_chunk.c:
23053 * gst/audioresample/resample_functable.c:
23054 * gst/audioresample/resample_ref.c:
23055 port to use basetransform; doesn't work in all cases yet
23057 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
23059 * gst/audioconvert/gstaudioconvert.c:
23060 (gst_audio_convert_class_init), (gst_audio_convert_init),
23061 (audio_convert_get_unit_size), (audio_convert_transform_caps),
23062 (audio_convert_fixate_caps), (audio_convert_set_caps),
23063 (audio_convert_transform),
23064 (gst_audio_convert_buffer_to_default_format),
23065 (gst_audio_convert_buffer_from_default_format),
23066 (gst_audio_convert_channels):
23067 * gst/audioconvert/gstchannelmix.c:
23068 * gst/audioconvert/gstchannelmix.h:
23069 port to basetransform
23070 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23071 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
23072 (gst_ffmpegcsp_get_unit_size):
23073 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
23074 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
23075 fix for basetransform changes
23077 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
23079 * check/Makefile.am:
23080 Add CHECK_CFLAGS and LDFLAGS
23082 * gst/playback/gstplaybasebin.c: (fill_buffer):
23083 GST_MESSAGE_SRC became a GObject
23085 2005-08-24 Wim Taymans <wim@fluendo.com>
23087 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
23088 (gst_ring_buffer_clear_all):
23089 * gst-libs/gst/audio/gstringbuffer.h:
23090 Added function to clear the ringbuffer.
23092 2005-08-24 Andy Wingo <wingo@pobox.com>
23094 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
23095 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
23096 of _open and _close.
23098 * sys/v4l/gstv4lxoverlay.h:
23099 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
23100 an Xv connection here, instead of all the time. Make Xv only be
23101 loaded if you axe for it. Kindof a workaround for buggy behaviour
23102 of Xv when using remote xservers (XvQueryExtension would block).
23103 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
23104 replace the _open and _close public API. Only start the xv
23105 connection if necessary.
23106 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
23108 2005-08-23 David Schleef <ds@schleef.org>
23110 * gst/audioresample/Makefile.am: Leet audioresampling code
23111 * gst/audioresample/buffer.c:
23112 * gst/audioresample/buffer.h:
23113 * gst/audioresample/debug.c:
23114 * gst/audioresample/debug.h:
23115 * gst/audioresample/functable.c:
23116 * gst/audioresample/functable.h:
23117 * gst/audioresample/gstaudioresample.c:
23118 * gst/audioresample/gstaudioresample.h:
23119 * gst/audioresample/resample.c:
23120 * gst/audioresample/resample.h:
23121 * gst/audioresample/resample_chunk.c:
23122 * gst/audioresample/resample_functable.c:
23123 * gst/audioresample/resample_ref.c:
23125 2005-08-23 Wim Taymans <wim@fluendo.com>
23127 * examples/seeking/seek.c: (make_vorbis_pipeline),
23128 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23129 Small seek updates.
23131 2005-08-23 Andy Wingo <wingo@pobox.com>
23133 * gst-libs/gst/audio/gstbaseaudiosrc.c
23134 (gst_base_audio_src_fixate): Only fixate endianness if it is
23135 present in the caps.
23137 2005-08-22 Andy Wingo <wingo@pobox.com>
23139 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
23140 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23141 device-name property.
23143 * gst-libs/gst/audio/gstaudiosrc.h:
23144 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23145 close_device in the ring buffer, like gstaudiosink.
23147 * ext/alsa/gstalsamixer.h:
23148 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23149 macro to implement the interface without much code. Cleanups.
23151 * ext/alsa/gstalsasrc.h:
23152 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23155 * ext/alsa/Makefile.am: Add new files.
23156 * ext/alsa/gstalsamixerelement.c:
23157 * ext/alsa/gstalsamixerelement.c: Split element code out from
23158 mixer code so that alsasrc can be a mixer too.
23160 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
23162 * check/elements/volume.c: (setup_volume), (cleanup_volume),
23164 * check/elements/vorbisdec.c: (setup_vorbisdec),
23165 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23166 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23167 (vorbis_handle_identification_packet),
23168 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23169 (vorbis_handle_header_packet), (vorbis_dec_push),
23170 (vorbis_dec_chain):
23171 use the setup/teardown methods to save code. save code is good.
23173 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
23175 * check/Makefile.am:
23176 add ext dir for plugins
23177 add vorbisdec test conditionally
23178 * check/elements/volume.c: (setup_volume), (cleanup_volume),
23179 (GST_START_TEST), (volume_suite):
23180 add a test with wrong caps
23181 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23182 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23183 add a vorbisdec test
23184 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23185 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23186 clean up debug output
23187 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23188 yay, fix a segfault/security issue in vorbisdec
23189 gst-launch fakesrc ! vorbisdec wasn't happy
23190 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23191 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23192 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23193 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23194 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23195 (gst_vorbisenc_set_metadata), (get_constraints_string),
23196 (update_start_message), (gst_vorbisenc_setup),
23197 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23198 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23199 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23200 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23201 * ext/vorbis/vorbisenc.h:
23203 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23204 (gst_ffmpegcsp_transform):
23205 have the kow come home
23206 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23208 * gst/volume/gstvolume.c: (volume_set_caps):
23211 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
23214 * check/.cvsignore:
23215 * check/Makefile.am:
23216 * check/elements/.cvsignore:
23217 * check/elements/volume.c: (chain_func), (event_func),
23218 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23221 add unit test structure for gst-plugins-base
23222 add a test for volume
23223 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23224 (gst_volume_set_volume), (gst_volume_get_volume),
23225 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23226 (volume_funcfind), (volume_process_float), (volume_process_int16),
23227 (volume_set_caps), (volume_transform), (volume_update_mute),
23228 (volume_update_volume), (volume_set_property),
23229 (volume_get_property):
23230 document a little; use basetransform vmethod _set_caps
23232 2005-08-19 Andy Wingo <wingo@pobox.com>
23234 * ext/alsa/gstalsamixertrack.h:
23235 * ext/alsa/gstalsamixertrack.c:
23236 * ext/alsa/gstalsamixeroptions.h:
23237 * ext/alsa/gstalsamixeroptions.c:
23238 * ext/alsa/gstalsamixer.h:
23239 * ext/alsa/gstalsamixer.c: Port to 0.9.
23241 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23242 Remove gstalsa.c and alsaclock. No more cruft here.
23244 2005-08-18 Wim Taymans <wim@fluendo.com>
23246 * gst-libs/gst/rtp/gstbasertpdepayload.c:
23247 (gst_base_rtp_depayload_chain),
23248 (gst_base_rtp_depayload_add_to_queue),
23249 (gst_base_rtp_depayload_push),
23250 (gst_base_rtp_depayload_queue_release):
23251 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23252 Fix for RTPBuffer changes.
23254 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23255 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23256 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23257 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23258 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23259 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23260 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23261 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23262 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23263 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23264 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23265 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23266 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23267 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23268 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23269 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23270 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23271 (gst_rtpbuffer_get_payload):
23272 * gst-libs/gst/rtp/gstrtpbuffer.h:
23273 Don't subclass GstBuffer but add methods and helper functions
23274 to construct and manipulate RTP packets in regular GstBuffers.
23276 2005-08-18 Stefan Kost <ensonic@users.sf.net>
23278 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23279 moved statement below switch
23280 * gst/volume/gstvolume.c: (gst_volume_class_init):
23283 2005-08-16 Wim Taymans <wim@fluendo.com>
23285 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23286 (gst_base_audio_src_change_state):
23287 Open and close device in READY<->NULL state change.
23289 2005-08-16 Andy Wingo <wingo@pobox.com>
23291 * examples/seeking/Makefile.am: Don't compile non-compiling
23292 compiled objects with the compiler.
23294 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23297 2005-08-12 Philippe Khalaf <burger@speedy.org>
23298 * gst-libs/gst/rtp/gstbasertpdepayload.c:
23299 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23300 Made a thread to release the queue.
23301 Removed timestamp conversion for now.
23303 2005-08-10 Philippe Khalaf <burger@speedy.org>
23304 * gst-libs/gst/rtp/gstbasertpdepayload.c:
23305 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23306 Added rtp timestamp -> gst timestamp conversion.
23307 Fixed several problems with queue.
23309 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
23311 * gst-libs/gst/audio/gstaudioclock.h:
23312 * gst-libs/gst/audio/gstaudiofilter.h:
23313 * gst-libs/gst/audio/gstaudiosink.h:
23314 * gst-libs/gst/audio/gstaudiosrc.h:
23315 * gst-libs/gst/audio/gstbaseaudiosink.h:
23316 * gst-libs/gst/audio/gstbaseaudiosrc.h:
23317 * gst-libs/gst/audio/gstringbuffer.h:
23318 * gst-libs/gst/net/gstnetbuffer.h:
23319 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23320 * gst-libs/gst/rtp/gstrtpbuffer.h:
23321 Add padding (you will need to rebuild gst-plugins-base,
23322 gst-plugins and all applications afterwards!)
23324 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
23326 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23327 (gst_riff_parse_chunk):
23328 Fix bug in debug message and add some more debug messages.
23330 2005-08-08 Edward Hervey <edward@fluendo.com>
23332 * gst-libs/gst/riff/riff-media.c:
23333 backported updates since branch
23335 2005-08-08 Andy Wingo <wingo@pobox.com>
23337 * gst-libs/gst/audio/gstbaseaudiosink.c
23338 (gst_base_audio_sink_change_state): Open the device in NULL->READY
23339 like good elements should. Close on READY->NULL too.
23341 * gst-libs/gst/audio/gstaudiosink.c
23342 (gst_audioringbuffer_open_device,
23343 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23344 (gst_audioringbuffer_release): Updates for new ring buffer API,
23345 hook into the new audio sink api.
23347 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23348 (GstAudioSinkClass.close): Just open and close the device -- no
23349 resource allocation or configuration.
23350 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23351 vmethods, handle device setup and resource allocation.
23353 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23354 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23357 * gst-libs/gst/audio/gstringbuffer.h
23358 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23361 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23362 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23363 New API functions. The device should be opened before acquiring
23364 and closed after releasing.
23366 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
23368 * gst-libs/gst/interfaces/mixer.h:
23369 Reset padding to GST_PADDING.
23371 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23373 * gst/playback/gstplaybin.c: (remove_sinks):
23374 Remove visualization from parent explicitely; works around some
23375 apparent refcount issue that I haven't tracked down yet.
23377 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23379 * ext/alsa/gstalsasink.c: (set_hwparams):
23380 Assign debug category, add negotiation debug msgs.
23382 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23384 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23385 Fix error code for file-not-found to NOT_FOUND.
23387 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
23389 * common/gtk-doc-plugins.mak:
23390 * docs/plugins/Makefile.am:
23391 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23392 * docs/plugins/gst-plugins-base-plugins-sections.txt:
23393 renamed to actual element names, so much nicer to look at
23394 * docs/plugins/tmpl/gstmultifdsink.sgml:
23396 * docs/plugins/tmpl/multifdsink.sgml:
23397 * docs/plugins/tmpl/tcpserversink.sgml:
23399 * ext/alsa/gstalsa.c:
23400 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23401 * ext/ogg/gstoggmux.c:
23402 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23403 * gst/playback/gstdecodebin.c:
23404 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23405 * gst/tcp/gsttcpserversink.c:
23406 various fixes and documentation additions
23408 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
23410 * common/Makefile.am:
23411 * common/gstdoc-scangobj:
23412 * common/gtk-doc-plugins.mak:
23413 * common/gtk-doc.mak:
23414 add a custom scangobj that uses the registry
23415 add a custom gtk-doc-plugins.mak that uses it
23416 some doc build fixes
23418 * docs/Makefile.am:
23419 * docs/plugins/Makefile.am:
23420 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23421 * docs/plugins/gst-plugins-base-plugins-sections.txt:
23422 * docs/plugins/gst-plugins-base-plugins.types:
23423 * docs/plugins/tmpl/gstmultifdsink.sgml:
23424 add docs for one element, multifdsink
23425 * gst/adder/gstadder.h:
23426 * gst/volume/gstvolume.h:
23427 don't privatize enum
23428 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23429 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23430 (gst_sync_method_get_type), (gst_client_status_get_type),
23431 (gst_multifdsink_class_init),
23432 (gst_multifdsink_client_queue_buffer),
23433 (gst_multifdsink_handle_client_write):
23434 * gst/tcp/gstmultifdsink.h:
23435 * gst/tcp/gsttcp.h:
23436 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23437 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23438 (gst_tcpclientsink_render):
23439 * gst/tcp/gsttcpclientsink.h:
23440 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23441 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23442 (gst_tcpclientsrc_start):
23443 * gst/tcp/gsttcpclientsrc.h:
23444 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23445 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23446 * gst/tcp/gsttcpserversrc.h:
23447 * gst/typefind/gsttypefindfunctions.c:
23448 remove superfluous Type stuff
23450 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23452 * gst/playback/gstplaybin.c: (gen_video_element):
23455 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23457 * gst-libs/gst/gconf/gconf.c:
23458 * gst-libs/gst/gconf/gconf.h:
23459 Fix some Andy Problem [tm].
23461 2005-08-04 Andy Wingo <wingo@pobox.com>
23463 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23464 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23465 (gst_ffmpegcsp_get_size): Adapt to API changes.
23467 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23468 Implement an in-place do-nothing transform.
23470 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23472 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23473 (gst_ximagesink_renegotiate_size):
23474 Do not set new window sizes yet if we prepare a new buffer size
23475 for upstream renegotiation (software scaling) at some point in the
23476 future, because this new size waqs not actually accepted yet. Once
23477 accepted, renegotiation later on will set the new sizes just fine.
23478 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23479 embedding testcase.
23481 2005-08-03 Andy Wingo <wingo@pobox.com>
23483 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23484 (gst_ximagesink_buffer_alloc):
23485 Protect the height, width, and desired_caps with the pool_lock.
23486 Fixes videotestsrc ! queue ! ximagesink.
23488 2005-08-02 Edward Hervey <edward@fluendo.com>
23490 * gst/volume/gstvolume.c:
23491 include left from controller cleanup
23493 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
23494 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23495 Stop collectpads before calling the parent state
23496 change function on PAUSED->READY.
23498 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
23500 When testing for X libs, use the X CFlags
23501 * gst/adder/gstadder.c: (gst_adder_change_state):
23502 Stop the collectpads before calling parent state change function
23503 on PAUSED->READY, otherwise we deadlock deactivating pads.
23505 2005-08-01 Stefan Kost <ensonic@users.sf.net>
23508 * docs/libs/tmpl/gstcolorbalance.sgml:
23509 * docs/libs/tmpl/gstmixer.sgml:
23510 * examples/Makefile.am:
23511 * gst/sine/Makefile.am:
23512 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23513 (gst_sinesrc_set_property), (plugin_init):
23514 * gst/sine/gstsinesrc.h:
23515 * gst/volume/Makefile.am:
23516 * gst/volume/gstvolume.c: (gst_volume_set_volume),
23517 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23518 (volume_process_float), (volume_process_int16),
23519 (volume_set_property), (plugin_init):
23520 * gst/volume/gstvolume.h:
23521 deactivate and remove dparams (libgstcontrol)
23523 2005-07-29 Wim Taymans <wim@fluendo.com>
23525 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23526 Convert me to BaseTransform!! help..
23528 2005-07-29 Andy Wingo <wingo@pobox.com>
23530 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23533 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23534 support of both endiannesses.
23536 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
23538 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23539 Fix confusing debug message (s/event/query/)
23541 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
23543 * gst/videotestsrc/videotestsrc.h:
23544 Use "_stdint.h" instead of <stdint.h>
23546 2005-07-27 Wim Taymans <wim@fluendo.com>
23548 * ext/vorbis/Makefile.am:
23549 Revert wrong commit.
23551 2005-07-27 Wim Taymans <wim@fluendo.com>
23553 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23554 More compilation fixen.
23556 2005-07-27 Wim Taymans <wim@fluendo.com>
23558 * gst-libs/gst/audio/gstbaseaudiosink.c:
23559 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23560 (gst_base_audio_sink_create_ringbuffer),
23561 (gst_base_audio_sink_change_state):
23564 2005-07-27 Wim Taymans <wim@fluendo.com>
23566 * examples/seeking/seek.c: (setup_dynamic_link),
23567 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23568 (query_positions_elems), (query_positions_pads), (do_seek):
23569 Update seek example.
23571 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23572 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23573 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23574 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23575 (gst_ogg_demux_handle_event),
23576 (gst_ogg_demux_deactivate_current_chain),
23577 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23578 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23579 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23580 (gst_ogg_demux_loop):
23581 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23582 * ext/theora/theoradec.c: (theora_dec_src_event),
23583 (theora_dec_src_getcaps), (theora_dec_sink_event),
23584 (theora_dec_push), (theora_dec_chain):
23585 * ext/vorbis/Makefile.am:
23586 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23587 (vorbis_dec_sink_event), (vorbis_dec_push),
23588 (vorbis_handle_data_packet):
23589 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23590 (gst_vorbisenc_chain):
23591 * gst/playback/gststreaminfo.c: (cb_probe):
23592 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23593 * gst/videorate/gstvideorate.c: (gst_videorate_event):
23594 * gst/videoscale/gstvideoscale.c:
23595 (gst_videoscale_handle_src_event):
23596 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23597 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23598 (gst_ximagesink_navigation_send_event):
23599 * sys/xvimage/xvimagesink.c:
23600 (gst_xvimagesink_navigation_send_event):
23601 Various event updates and cleanups
23603 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23605 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23606 Fix segfault for I420/YV12.
23608 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23610 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23613 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23615 * gst/playback/gstplaybin.c: (gen_video_element),
23616 (gen_audio_element):
23617 Switch to auto*sink elements as default sinks; add volume element
23618 so that volume control in totem works.
23620 2005-07-21 Wim Taymans <wim@fluendo.com>
23622 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23623 * gst/playback/gstplaybin.c: (setup_sinks),
23624 (gst_play_bin_change_state):
23625 Refcount fix and more comments.
23627 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23629 * sys/ximage/Makefile.am:
23630 * sys/ximage/ximage.c: (plugin_init):
23631 * sys/ximage/ximagesink.c:
23632 Prepare for adding ximagesrc, rename of plugin to ximage etc.
23635 2005-07-21 Wim Taymans <wim@fluendo.com>
23637 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23638 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23639 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23640 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23641 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23642 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23643 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23644 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23645 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23646 Generate correct disconts for live chained oggs.
23648 * gst-libs/gst/audio/gstbaseaudiosink.c:
23649 (gst_base_audio_sink_render),
23650 (gst_base_audio_sink_create_ringbuffer),
23651 (gst_base_audio_sink_change_state):
23652 Handle discont math correctly.
23654 * gst/playback/gstplaybin.c: (add_sink):
23655 Some small debug cleanup.
23657 2005-07-21 Wim Taymans <wim@fluendo.com>
23659 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23660 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23661 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23662 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23663 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23664 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23665 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23666 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23667 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23668 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23669 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23670 (gst_ogg_demux_change_state), (gst_ogg_print):
23671 Reorganize code to send the right disconts when in streaming
23674 2005-07-20 Andy Wingo <wingo@pobox.com>
23676 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23677 fix (?), fixes a seggie mcfalterson (#310894).
23679 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23681 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23682 (gst_ogg_mux_set_header_on_caps):
23683 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23684 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23685 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23686 * gst-libs/gst/audio/multichannel.c:
23687 (gst_audio_set_channel_positions),
23688 (gst_audio_set_structure_channel_positions_list):
23689 * gst/playback/gstdecodebin.c: (dynamic_create):
23690 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23691 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23692 Fixes for API changes in core.
23694 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23696 * gst/playback/gstplaybasebin.c: (fill_buffer):
23697 Use _new_custom() so we can set custom message types for buffering
23700 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23703 * gst-libs/gst/Makefile.am:
23704 * gst-libs/gst/gconf/.cvsignore:
23705 * gst-libs/gst/gconf/Makefile.am:
23706 * gst-libs/gst/gconf/test-gconf.c:
23707 * pkgconfig/Makefile.am:
23708 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23709 * pkgconfig/gstreamer-gconf.pc.in:
23710 Remove gconf stuff, use gconf elements instead from now on.
23712 2005-07-20 Wim Taymans <wim@fluendo.com>
23714 * gst-libs/gst/audio/TODO:
23715 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23716 (gst_audio_clock_get_internal_time):
23717 * gst-libs/gst/audio/gstaudioclock.h:
23718 * gst-libs/gst/audio/gstbaseaudiosink.c:
23719 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23720 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23721 (gst_base_audio_sink_render),
23722 (gst_base_audio_sink_create_ringbuffer),
23723 (gst_base_audio_sink_change_state):
23724 Make sure the audio clock always returns an increasing value.
23726 2005-07-19 Andy Wingo <wingo@pobox.com>
23728 * gst/videotestsrc/: Cleanups.
23730 2005-07-19 Wim Taymans <wim@fluendo.com>
23732 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23735 2005-07-19 Wim Taymans <wim@fluendo.com>
23737 * examples/seeking/seek.c: (make_dv_pipeline),
23738 (make_vorbis_theora_pipeline), (query_rates),
23739 (query_positions_elems), (query_positions_pads), (do_seek):
23740 Make correct DV pipeline.
23742 2005-07-18 Andy Wingo <wingo@pobox.com>
23744 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23745 default. Also because it's the only thing that really works. (This
23746 is used in the GConf elements).
23747 Use AS_LIBTOOL_TAGS.
23749 2005-07-18 Wim Taymans <wim@fluendo.com>
23751 * gst/playback/gstdecodebin.c: (remove_element_chain):
23752 * gst/playback/gstplaybin.c: (add_sink):
23753 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23754 (gst_stream_info_set_mute):
23755 * gst/playback/gststreamselector.c:
23756 (gst_stream_selector_get_linked_pad),
23757 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23758 More leak and compile fixes.
23760 2005-07-18 Wim Taymans <wim@fluendo.com>
23762 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23763 (query_rates), (query_positions_elems), (query_positions_pads),
23764 (do_seek), (seek_cb), (stop_seek):
23765 Updated seek example.
23767 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23768 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23769 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23770 * gst/playback/gstplaybin.c: (add_sink):
23771 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23772 (gst_stream_info_set_mute):
23773 Some refcount leak fixes.
23775 2005-07-16 Wim Taymans <wim@fluendo.com>
23777 * gst-libs/gst/audio/gstbaseaudiosink.c:
23778 (gst_base_audio_sink_render):
23779 Align samples even if we have roundoff errors in the
23780 timestamp conversion.
23782 2005-07-16 Wim Taymans <wim@fluendo.com>
23784 * docs/libs/tmpl/gstringbuffer.sgml:
23785 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23786 (query_rates), (query_positions_elems), (query_positions_pads),
23787 (update_scale), (do_seek):
23788 Updated seek example.
23790 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23791 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23792 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23793 (gst_ogg_demux_loop):
23794 Push out correct discont values.
23796 * ext/theora/theoradec.c: (theora_dec_src_convert),
23797 (theora_dec_sink_convert), (theora_dec_src_getcaps),
23798 (theora_dec_sink_event), (theora_handle_type_packet),
23799 (theora_handle_header_packet), (theora_dec_push),
23800 (theora_handle_data_packet), (theora_dec_chain),
23801 (theora_dec_change_state):
23802 Better timestamping.
23804 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23805 (vorbis_dec_sink_event), (vorbis_dec_push),
23806 (vorbis_handle_data_packet), (vorbis_dec_chain):
23807 * ext/vorbis/vorbisdec.h:
23808 Better timestamping.
23810 * gst-libs/gst/audio/gstbaseaudiosink.c:
23811 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23812 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23813 Handle syncing on timestamps instead of sample offsets. Make
23814 use of DISCONT values as described in design docs.
23816 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23817 (gst_base_audio_src_get_time):
23818 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23819 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23820 (gst_ring_buffer_read):
23821 * gst-libs/gst/audio/gstringbuffer.h:
23822 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23823 (gst_ximagesink_show_frame):
23824 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23825 Correcly convert buffer timestamp to stream time.
23827 2005-07-16 Wim Taymans <wim@fluendo.com>
23829 * gst/audioconvert/gstaudioconvert.c:
23830 (gst_audio_convert_get_buffer):
23831 Timestamp buffers correctly.
23833 * gst/playback/gstplaybin.c: (gen_video_element):
23834 Make internal fakesink silent.
23836 2005-07-15 Wim Taymans <wim@fluendo.com>
23838 * gst/ffmpegcolorspace/Makefile.am:
23839 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23840 (gst_ffmpegcsp_caps_remove_format_info),
23841 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23842 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23843 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23844 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23845 Ported ffmpegcolorspace to basetransform.
23847 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23848 * gst/volume/gstvolume.c: (volume_transform):
23851 2005-07-14 Wim Taymans <wim@fluendo.com>
23853 * gst/videotestsrc/Makefile.am:
23854 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23855 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23856 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23857 (gst_videotestsrc_init), (gst_videotestsrc_event),
23858 (gst_videotestsrc_create), (gst_videotestsrc_start),
23859 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23860 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23861 (gst_videotestsrc_get_property):
23862 * gst/videotestsrc/gstvideotestsrc.h:
23863 Make videotestsrc a pushsrc.
23865 2005-07-14 Wim Taymans <wim@fluendo.com>
23867 * gst/tcp/gstfdset.c: (gst_fdset_free):
23868 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23869 (gst_multifdsink_add), (gst_multifdsink_remove),
23870 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23871 (gst_multifdsink_remove_client_link),
23872 (gst_multifdsink_client_queue_data),
23873 (gst_multifdsink_client_queue_caps),
23874 (gst_multifdsink_client_queue_buffer),
23875 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23876 (gst_multifdsink_stop):
23877 * gst/tcp/gstmultifdsink.h:
23880 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23881 Also draw image when not from a pool.
23883 2005-07-14 Wim Taymans <wim@fluendo.com>
23885 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23886 (mute_stream), (silence_stream):
23887 Small debug additions.
23889 2005-07-14 Wim Taymans <wim@fluendo.com>
23891 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23892 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23893 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23894 Better error recovery, ignore unconnected pads and
23897 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23899 * docs/libs/tmpl/gstaudio.sgml:
23900 * docs/libs/tmpl/gstcolorbalance.sgml:
23901 * docs/libs/tmpl/gstgconf.sgml:
23902 * docs/libs/tmpl/gstmixer.sgml:
23903 * docs/libs/tmpl/gstringbuffer.sgml:
23904 * docs/libs/tmpl/gsttuner.sgml:
23905 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23906 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23907 (gst_tcpclientsrc_class_init):
23908 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23909 (gst_tcpserversrc_class_init):
23910 * sys/v4l/gstv4lelement.c:
23911 more autistic cleanliness in functions/names/defines
23913 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
23916 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23917 added manually to each Makefile.am so we are sure it goes
23918 *last* and doesn't add -L flags before linking in libs of our
23919 own, like, say, internal .la libs, that then accidentally pick
23920 up the installed copy.
23921 * docs/libs/Makefile.am:
23922 * ext/alsa/Makefile.am:
23923 * ext/cdparanoia/Makefile.am:
23924 * ext/gnomevfs/Makefile.am:
23925 * ext/libvisual/Makefile.am:
23926 * ext/ogg/Makefile.am:
23927 * ext/theora/Makefile.am:
23928 * ext/vorbis/Makefile.am:
23929 * gst-libs/gst/video/Makefile.am:
23930 * gst/adder/Makefile.am:
23931 * gst/audioconvert/Makefile.am:
23932 * gst/audiorate/Makefile.am:
23933 * gst/audioscale/Makefile.am:
23934 * gst/ffmpegcolorspace/Makefile.am:
23935 * gst/playback/Makefile.am:
23936 * gst/sine/Makefile.am:
23937 * gst/subparse/Makefile.am:
23938 * gst/tags/Makefile.am:
23939 * gst/tcp/Makefile.am:
23940 * gst/typefind/Makefile.am:
23941 * gst/videorate/Makefile.am:
23942 * gst/videoscale/Makefile.am:
23943 * gst/videotestsrc/Makefile.am:
23944 * gst/volume/Makefile.am:
23945 * sys/v4l/Makefile.am:
23946 * sys/ximage/Makefile.am:
23947 * sys/xvimage/Makefile.am:
23948 adapt properly to this change. This should make sure that
23949 plugins and libs properly link to the as-yet-uninstalled
23950 copies of stuff like libgstinterfaces and libgstvideo
23952 2005-07-13 Andy Wingo <wingo@pobox.com>
23954 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23955 (gst_v4lsrc_fixate): Fixate on format as well.
23957 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
23958 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23959 buffer points to it.
23960 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23961 rather just doing X calls ourselves. Also fixes a memleak.
23963 2005-07-12 Andy Wingo <wingo@pobox.com>
23965 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
23966 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
23967 (gst_v4lsrc_create): Re-add the copy-mode property, default to
23968 TRUE to avoid deadlocks if an element holds on to our buffers.
23970 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
23972 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23973 (gst_sinesrc_init), (gst_sinesrc_create),
23974 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23975 (gst_sinesrc_start):
23976 * gst/sine/gstsinesrc.h:
23977 removing num-buffers property before moving it
23979 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
23982 use overridable ERROR_CFLAGS
23983 * docs/libs/gst-plugins-base-libs.types:
23984 * docs/libs/tmpl/gstringbuffer.sgml:
23985 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23986 (gst_alsasink_class_init):
23987 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23988 (gst_alsasrc_class_init):
23989 * gst-libs/gst/audio/audio.h:
23990 * gst-libs/gst/audio/gstaudioclock.h:
23991 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23992 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23993 (gst_audio_filter_link), (gst_audio_filter_init),
23994 (gst_audio_filter_chain), (gst_audio_filter_set_property),
23995 (gst_audio_filter_get_property),
23996 (gst_audio_filter_class_add_pad_templates):
23997 * gst-libs/gst/audio/gstaudiofilter.h:
23998 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23999 (gst_audio_filter_template_get_type),
24000 (gst_audio_filter_template_base_init),
24001 (gst_audio_filter_template_class_init),
24002 (gst_audio_filter_template_init),
24003 (gst_audio_filter_template_set_property),
24004 (gst_audio_filter_template_get_property), (plugin_init),
24005 (gst_audio_filter_template_setup),
24006 (gst_audio_filter_template_filter),
24007 (gst_audio_filter_template_filter_inplace):
24008 * gst-libs/gst/audio/gstaudiosink.c:
24009 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24010 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
24011 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24012 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24013 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
24014 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
24015 * gst-libs/gst/audio/gstaudiosink.h:
24016 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24017 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24018 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24019 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
24020 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
24021 (gst_audio_src_class_init), (gst_audio_src_init),
24022 (gst_audio_src_create_ringbuffer):
24023 * gst-libs/gst/audio/gstaudiosrc.h:
24024 * gst-libs/gst/audio/gstbaseaudiosink.c:
24025 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
24026 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
24027 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
24028 (gst_base_audio_sink_set_property),
24029 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
24030 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
24031 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
24032 (gst_base_audio_sink_create_ringbuffer),
24033 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
24034 * gst-libs/gst/audio/gstbaseaudiosink.h:
24035 * gst-libs/gst/audio/gstbaseaudiosrc.c:
24036 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
24037 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
24038 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
24039 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
24040 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
24041 (gst_base_audio_src_event), (gst_base_audio_src_create),
24042 (gst_base_audio_src_create_ringbuffer),
24043 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
24044 * gst-libs/gst/audio/gstbaseaudiosrc.h:
24045 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
24046 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
24047 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
24048 (gst_ring_buffer_debug_spec_caps),
24049 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
24050 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
24051 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
24052 (gst_ring_buffer_start), (gst_ring_buffer_pause),
24053 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
24054 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
24055 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
24056 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
24057 (gst_ring_buffer_clear):
24058 * gst-libs/gst/audio/gstringbuffer.h:
24059 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
24060 (gst_video_sink_class_init), (gst_video_sink_get_type):
24061 * gst-libs/gst/video/videosink.h:
24062 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24063 (gst_multifdsink_class_init),
24064 (gst_multifdsink_handle_client_write),
24065 (gst_multifdsink_change_state):
24066 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24067 (gst_tcpclientsink_setcaps):
24068 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24069 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
24070 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
24071 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24072 (gst_ximagesink_send_pending_navigation),
24073 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
24074 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
24075 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24076 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24077 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
24078 (gst_xvimagesink_send_pending_navigation),
24079 (gst_xvimagesink_navigation_send_event),
24080 (gst_xvimagesink_set_xwindow_id),
24081 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
24082 (gst_xvimagesink_get_type):
24083 more macro splitting
24085 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
24087 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24088 plug a memleak, allows me to import 1479 albums in one go
24090 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24091 (vorbis_handle_type_packet), (vorbis_dec_chain),
24092 (vorbis_dec_change_state):
24093 fix some format strings
24095 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
24097 * docs/libs/tmpl/gstcolorbalance.sgml:
24098 * docs/libs/tmpl/gstmixer.sgml:
24099 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
24100 (gst_alsasink_set_property), (gst_alsasink_get_property):
24101 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24102 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
24103 add device property
24105 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
24107 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24108 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24109 (audiocast_register_listener), (audiocast_thread_run),
24110 (gst_gnomevfssrc_send_additional_headers_callback),
24111 (gst_gnomevfssrc_received_headers_callback),
24112 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
24113 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
24114 (gst_gnomevfssrc_get_size):
24115 add/clean up debugging
24116 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24119 2005-07-07 Andy Wingo <wingo@pobox.com>
24121 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24122 framerate. Need to get a handle on when exactly this function is
24125 * sys/v4l/v4lsrc_calls.h:
24126 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24127 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24128 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24130 * sys/v4l/v4l_calls.h: Cast to V4lElement.
24131 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24132 v4lelements are sources.
24134 * sys/v4l/gstv4lxoverlay.h:
24135 * sys/v4l/gstv4lxoverlay.c:
24136 * sys/v4l/gstv4ltuner.h:
24137 * sys/v4l/gstv4ltuner.c: Header loc fixen.
24139 * sys/v4l/gstv4lsrc.h:
24140 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24141 PushSrc/BaseSrc. Removed most sync-related properties, videorate
24142 or something should handle that. Made a live source.
24144 * sys/v4l/gstv4lelement.h:
24145 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24146 signals. Some cleanups.
24148 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24150 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24153 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24156 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24158 2005-07-07 Wim Taymans <wim@fluendo.com>
24160 * ext/theora/theoradec.c: (theora_get_query_types),
24161 (theora_dec_src_getcaps), (theora_dec_push):
24162 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24163 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24164 Remove deprecated/unused query types.
24166 2005-07-06 Wim Taymans <wim@fluendo.com>
24168 * ext/alsa/Makefile.am:
24169 * ext/alsa/gstalsaplugin.c: (plugin_init):
24170 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24171 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24172 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24173 (gst_alsasrc_class_init), (gst_alsasrc_init),
24174 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24175 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24176 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24177 (gst_alsasrc_reset):
24178 * ext/alsa/gstalsasrc.h:
24179 * gst-libs/gst/audio/Makefile.am:
24180 * gst-libs/gst/audio/gstaudiosink.c:
24181 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24182 (gst_audioringbuffer_start):
24183 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24184 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24185 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24186 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24187 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24188 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24189 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24190 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24191 * gst-libs/gst/audio/gstaudiosrc.h:
24192 * gst-libs/gst/audio/gstbaseaudiosink.c:
24193 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24194 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24195 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24196 * gst-libs/gst/audio/gstbaseaudiosrc.c:
24197 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24198 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24199 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24200 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24201 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24202 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24203 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24204 (gst_baseaudiosrc_change_state):
24205 * gst-libs/gst/audio/gstbaseaudiosrc.h:
24206 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24207 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24208 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24209 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24210 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24211 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24212 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24213 * gst-libs/gst/audio/gstringbuffer.h:
24214 Added audiosource base classes.
24215 Ported alsasrc, still very basic.
24217 2005-07-06 Wim Taymans <wim@fluendo.com>
24219 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24220 (theora_dec_push), (theora_handle_data_packet):
24221 Prepare for better timestamp fix later.
24223 * gst/audioconvert/gstaudioconvert.c:
24224 List most accurate caps first
24226 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24227 Use proper pad task function.
24229 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24230 (gst_xvimagesink_show_frame):
24231 Fix deadlock when alloc failed.
24233 2005-07-05 Andy Wingo <wingo@pobox.com>
24235 * ext/gnomevfs/gstgnomevfssrc.c:
24236 * gst/sine/gstsinesrc.c:
24237 * gst/tcp/gsttcpserversrc.c:
24238 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24240 * sys/v4l/: Port from 0.8.
24242 * Many files: Null if we got it....
24244 2005-07-05 Andy Wingo <wingo@pobox.com>
24246 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
24247 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24250 2005-07-05 Wim Taymans <wim@fluendo.com>
24253 * gst/tcp/Makefile.am:
24255 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24256 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24257 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24258 (is_sync_frame), (gst_multifdsink_handle_client_write),
24259 (gst_multifdsink_render), (gst_multifdsink_start),
24260 (gst_multifdsink_stop), (gst_multifdsink_change_state):
24261 * gst/tcp/gstmultifdsink.h:
24262 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24263 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24264 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24265 * gst/tcp/gsttcp.h:
24266 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24267 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24268 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24269 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24270 * gst/tcp/gsttcpclientsink.h:
24271 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24272 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24273 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24274 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24275 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24276 * gst/tcp/gsttcpclientsrc.h:
24277 * gst/tcp/gsttcpplugin.c: (plugin_init):
24278 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24279 * gst/tcp/gsttcpserversink.h:
24280 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24281 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24282 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24283 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24284 (gst_tcpserversrc_stop):
24285 * gst/tcp/gsttcpserversrc.h:
24286 * gst/tcp/gsttcpsink.c:
24287 * gst/tcp/gsttcpsink.h:
24288 * gst/tcp/gsttcpsrc.c:
24289 * gst/tcp/gsttcpsrc.h:
24290 Ported tcp plugins to 0.9.
24293 2005-07-05 Andy Wingo <wingo@pobox.com>
24295 * gst/playback/gstplaybasebin.c (fill_buffer):
24296 message_new_application fixen.
24298 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24301 2005-07-04 Wim Taymans <wim@fluendo.com>
24303 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24304 Set caps on output buffer.
24306 2005-07-04 Andy Wingo <wingo@pobox.com>
24308 * ext/gnomevfs/gstgnomevfssrc.c
24309 (gst_gnomevfssrc_received_headers_callback)
24310 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24313 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24314 No refcount leakage.
24316 * configure.ac: Enable -Werror.
24318 * ext/theora/theoradec.c (theora_dec_src_getcaps):
24319 * gst/audioconvert/bufferframesconvert.c
24320 (buffer_frames_convert_fixate):
24321 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24322 (gst_audio_convert_fixate):
24323 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24324 (gst_sinesrc_create): Fixate func changes.
24326 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24327 (gst_ximagesink_buffer_alloc): Unused var.
24329 2005-07-01 Andy Wingo <wingo@pobox.com>
24331 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24332 getcaps to do explicit caps. Needs to be done in all decoders,
24333 possibly via a base class.
24335 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24337 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24338 caps on the sink pad, just rely on the pad template. Also, setting
24339 ANY caps on a pad is not valid because the caps are not fixed.
24341 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24342 caps on the buffer, and get the width from the desired_caps if
24344 (gst_ximagesink_renegotiate_size): Implement via setting the
24345 desired_caps on the ximagesink.
24346 (gst_ximagesink_setcaps): Only reset the width of the player if it
24347 wasn't already set. Not sure if this is right.
24348 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24350 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24351 that the user wants. NULL unless the window has been resized.
24353 * gst/volume/gstvolume.c (volume_transform): Adapt to
24354 basetransform refcount changes.
24356 2005-07-01 Andy Wingo <wingo@pobox.com>
24358 * gst/videoscale/gstvideoscale.c:
24359 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24360 from BaseTransform, implements a transform_caps. Removed dead code
24361 including some PAR stuff that was never reached -- should probably
24362 be added back somehow.
24364 2005-07-01 Andy Wingo <wingo@pobox.com>
24366 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24369 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
24372 * docs/libs/Makefile.am:
24373 * docs/libs/gst-plugins-libs.types:
24374 * ext/alsa/Makefile.am:
24375 * ext/alsa/gstalsamixer.h:
24376 * ext/alsa/gstalsamixeroptions.h:
24377 * ext/alsa/gstalsamixertrack.h:
24378 * gst-libs/gst/Makefile.am:
24379 * gst-libs/gst/colorbalance/.cvsignore:
24380 * gst-libs/gst/colorbalance/Makefile.am:
24381 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24382 * gst-libs/gst/colorbalance/colorbalance.c:
24383 * gst-libs/gst/colorbalance/colorbalance.h:
24384 * gst-libs/gst/colorbalance/colorbalance.vcproj:
24385 * gst-libs/gst/colorbalance/colorbalancechannel.c:
24386 * gst-libs/gst/colorbalance/colorbalancechannel.h:
24387 * gst-libs/gst/interfaces/Makefile.am:
24388 * gst-libs/gst/interfaces/colorbalance.c:
24389 (gst_color_balance_class_init):
24390 * gst-libs/gst/interfaces/colorbalance.h:
24391 * gst-libs/gst/interfaces/interfaces-marshal.list:
24392 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24393 * gst-libs/gst/interfaces/mixer.h:
24394 * gst-libs/gst/interfaces/mixeroptions.h:
24395 * gst-libs/gst/interfaces/navigation.c:
24396 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24397 * gst-libs/gst/interfaces/tuner.h:
24398 * gst/volume/Makefile.am:
24399 * gst/volume/gstvolume.c:
24400 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24401 * sys/ximage/Makefile.am:
24402 * sys/ximage/ximagesink.c:
24403 * sys/xvimage/Makefile.am:
24404 * sys/xvimage/xvimagesink.c:
24405 fold in all interfaces into an interfaces dir, preserving CVS
24408 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24410 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24411 Fix build after riff changes.
24413 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24415 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24416 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24417 (gst_riff_create_video_template_caps),
24418 (gst_riff_create_audio_template_caps),
24419 (gst_riff_create_iavs_template_caps):
24420 * gst-libs/gst/riff/riff-media.h:
24421 * gst-libs/gst/riff/riff-read.h:
24422 * gst-libs/gst/riff/riff.c: (gst_riff_init):
24423 Add gst_riff_init() to initialize the debug category, instead
24424 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24426 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24428 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24429 Oops, I shouldn't apply hacks.
24431 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24433 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24434 Remove pad_loop function which doesn't work.
24436 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24438 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24439 Send EOS when deactivating.
24440 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24441 (check_queue), (queue_threshold_reached), (queue_out_of_data),
24442 (gen_preroll_element), (probe_triggered), (mute_stream),
24443 (silence_stream), (new_decoded_pad), (setup_substreams),
24444 (set_active_source):
24445 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24446 (remove_sinks), (add_sink):
24447 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24448 Change for new probe API.
24450 2005-06-29 Wim Taymans <wim@fluendo.com>
24452 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24453 * gst-libs/gst/audio/gstbaseaudiosink.c:
24454 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24455 (gst_baseaudiosink_change_state):
24456 * gst-libs/gst/audio/gstbaseaudiosink.h:
24457 * gst-libs/gst/audio/gstringbuffer.c:
24458 (gst_ringbuffer_set_callback):
24459 Fix compilation error.
24460 Ringbuffer starts out as not running.
24461 Free our clock in dispose.
24462 When releasing the ringbuffer we need to renegotiate so
24463 clear the pad caps.
24465 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
24469 * docs/Makefile.am:
24470 * docs/libs/Makefile.am:
24471 * docs/libs/gst-plugins-libs-docs.sgml:
24472 * docs/libs/gst-plugins-libs-sections.txt:
24473 * docs/libs/gst-plugins-libs.types:
24474 * docs/libs/tmpl/gstaudio.sgml:
24475 * docs/libs/tmpl/gstcolorbalance.sgml:
24476 * docs/libs/tmpl/gstringbuffer.sgml:
24477 * gst-libs/gst/audio/gstringbuffer.c:
24478 (gst_ringbuffer_set_callback):
24479 reinstate gtk-doc docs for plugin libs
24481 2005-06-28 Wim Taymans <wim@fluendo.com>
24483 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24484 (gst_ogg_demux_init):
24485 Removed pad loop function.
24487 2005-06-28 Wim Taymans <wim@fluendo.com>
24489 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24490 If we're building a chain we are not in an error case
24491 when we queue a buffer.
24493 2005-06-28 Andy Wingo <wingo@pobox.com>
24495 * *.c: Don't cast to GstObject before reffing/unreffing.
24497 2005-06-27 Andy Wingo <wingo@pobox.com>
24499 * gst/videotestsrc/gstvideotestsrc.c
24500 (gst_videotestsrc_activate_push): Activation API changes.
24502 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
24503 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24504 they have refs on the decodebin.
24506 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24508 (gst_ogg_pad_typefind): Don't leak a pad ref.
24509 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24510 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
24511 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24513 2005-06-27 Edward Hervey <edward@fluendo.com>
24515 * ext/theora/theoradec.c: (theora_dec_change_state):
24516 re-arranged call to parent's state change in order to avoid locks (or
24519 2005-06-26 Edward Hervey <edward@fluendo.com>
24521 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24522 2nd argument of 'unknow-type' signal is a GstCaps and not a
24525 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
24526 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24527 Set the worker thread's running flag to TRUE before starting the
24529 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24530 Catch a failure to add typefind to the bin.
24532 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24534 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24535 (gst_sinesrc_init), (gst_sinesrc_create),
24536 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24537 (gst_sinesrc_start):
24538 * gst/sine/gstsinesrc.h:
24539 add num-buffers and timestamp-offset properties
24540 * gst/videotestsrc/gstvideotestsrc.c:
24541 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24542 (gst_videotestsrc_get_property):
24543 add timestamp-offset property
24545 2005-06-23 Christian Schaller <uraeus@gnome.org>
24547 * configure.ac: add videorate
24548 * gst-plugins-base.spec.in: add videorate
24550 2005-06-23 Wim Taymans <wim@fluendo.com>
24552 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24553 (gst_videorate_getcaps), (gst_videorate_setcaps),
24554 (gst_videorate_event), (gst_videorate_chain):
24555 Fixed videorate, fixating an already fixated caps is not
24558 2005-06-23 Wim Taymans <wim@fluendo.com>
24561 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24562 Buffer on caps is not boxed anymore.
24564 2005-06-22 Wim Taymans <wim@fluendo.com>
24566 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24567 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24568 Set buffers on caps as miniobjects and not as boxed.
24570 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
24575 === release 0.9.1 ===
24577 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
24598 updates for release
24600 2005-06-09 Andy Wingo <wingo@pobox.com>
24602 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24604 2005-06-09 Andy Wingo <wingo@pobox.com>
24607 * gst-libs/gst/Makefile.am:
24608 * gst-libs/gst/net/Makefile.am:
24609 Add gstnet to build.
24611 2005-06-09 Andy Wingo <wingo@pobox.com>
24613 * gst-libs/gst/gconf/gconf.c:
24614 * gst/playback/test.c:
24615 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24618 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24620 * ext/theora/theoraenc.c (theora_enc_chain):
24621 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24623 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24626 2005-06-02 Wim Taymans <wim@fluendo.com>
24628 * gst-libs/gst/net/Makefile.am:
24629 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24630 * pkgconfig/gstreamer-libs.pc.in:
24631 Added net stuff, version net lib.
24633 2005-06-02 Wim Taymans <wim@fluendo.com>
24635 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24636 (query_rates), (query_positions_elems), (query_positions_pads),
24638 Updated seek example.
24640 2005-06-02 Andy Wingo <wingo@pobox.com>
24642 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24643 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24646 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24647 remove the typefind, the bin dispose will do it for us. When it's
24648 removed and unreffed, the signal handler will be disconnected,
24650 (unlinked): It's too difficult to disconnect from unlinked
24651 handlers, as they are on pads not elements. Just punt if the pads
24652 aren't grandkids of the bin.
24654 2005-06-02 Wim Taymans <wim@fluendo.com>
24657 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24658 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24659 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24660 * ext/theora/theoradec.c: (theora_dec_src_query),
24661 (theora_handle_data_packet):
24662 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24663 (theora_enc_chain):
24664 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24665 (vorbis_handle_data_packet):
24666 * gst/audioconvert/bufferframesconvert.c:
24667 (buffer_frames_convert_chain):
24668 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24669 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24670 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24671 (gst_ffmpegcsp_chain):
24672 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24673 (gst_videorate_getcaps), (gst_videorate_setcaps),
24674 (gst_videorate_event), (gst_videorate_chain):
24675 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24676 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24677 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24678 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24679 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24680 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24681 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24682 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24683 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24684 Cleanups and buffer alloc.
24686 2005-05-31 Wim Taymans <wim@fluendo.com>
24688 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24689 Don't try to call the delay method when the device is not
24692 2005-05-31 Wim Taymans <wim@fluendo.com>
24694 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24695 Get actual segment size and buffer size after opening
24698 2005-05-30 Wim Taymans <wim@fluendo.com>
24700 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24701 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24702 Also FLUSH upstream, makes the loop function exit faster.
24704 * ext/theora/theoradec.c: (theora_dec_src_query):
24705 Some more debug info in the query.
24707 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24708 (gst_ximagesink_setcaps):
24709 Release lock on par error, better error reporting.
24711 2005-05-26 Wim Taymans <wim@fluendo.com>
24713 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24714 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24715 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24716 Clear chains in READY
24717 Queue packets until the chain is activated.
24719 2005-05-25 Wim Taymans <wim@fluendo.com>
24721 * gst-libs/gst/audio/gstaudiosink.c:
24722 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24723 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24724 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24725 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24726 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24727 (gst_audiosink_create_ringbuffer):
24728 * gst-libs/gst/audio/gstbaseaudiosink.c:
24729 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24730 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24731 (gst_baseaudiosink_set_property), (build_linear_format),
24732 (debug_spec_caps), (debug_spec_buffer),
24733 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24734 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24735 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24736 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24737 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24738 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24739 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24740 (gst_ringbuffer_play), (gst_ringbuffer_pause),
24741 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24742 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24743 (wait_segment), (gst_ringbuffer_commit),
24744 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24745 (gst_ringbuffer_clear):
24746 Various small cleanups.
24748 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24749 (gst_audio_convert_change_state):
24750 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24751 No need to take the locks anymore.
24753 2005-05-25 Wim Taymans <wim@fluendo.com>
24755 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24756 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24757 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24759 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24760 (group_destroy), (group_commit), (queue_overrun),
24761 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24762 (mute_stream), (new_decoded_pad), (setup_substreams),
24763 (setup_source), (mute_group_type), (set_active_source),
24764 (gst_play_base_bin_change_state):
24765 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24766 (gen_video_element), (gen_text_element), (gen_audio_element),
24767 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24768 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24769 (gst_stream_info_dispose), (gst_stream_info_set_mute):
24770 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24771 Some playbin cleanups mostly refcounting sloppyness.
24773 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24775 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24776 Work with streaming input.
24778 2005-05-25 Wim Taymans <wim@fluendo.com>
24780 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24781 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24782 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24783 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24784 No need to take the STREAM lock anymore.
24786 2005-05-25 Wim Taymans <wim@fluendo.com>
24788 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24789 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24790 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24791 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24792 (gst_ogg_demux_sink_activate):
24793 * ext/theora/theoradec.c: (theora_dec_src_event),
24794 (theora_handle_comment_packet), (theora_dec_chain),
24795 (theora_dec_change_state):
24796 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24797 (vorbis_handle_data_packet), (vorbis_dec_chain),
24798 (vorbis_dec_change_state):
24799 Remove STREAM locks as they are taken in core now.
24800 Never set bogus granulepos on vorbis/theora.
24801 Fix leaks in theoradec tag parsing.
24803 2005-05-25 Wim Taymans <wim@fluendo.com>
24805 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24806 Fix memleaks, GST_BUFFER_DATA() is not freed.
24808 2005-05-25 Wim Taymans <wim@fluendo.com>
24810 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24811 Open non-blocking, set to blocking mode afterwards to avoid
24812 lockups when audio device is busy.
24814 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24816 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24817 This can't be good.
24819 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24821 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24822 (gst_audio_convert_chain), (gst_audio_convert_link_src),
24823 (gst_audio_convert_setcaps):
24824 Implement instant setup switching.
24826 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24828 * gst/playback/gstplaybasebin.c: (probe_triggered):
24829 Fix missing unlock.
24830 * gst/playback/gstplaybin.c: (add_sink):
24831 First add, then link (otherwise pad link fails).
24833 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24835 * examples/Makefile.am:
24836 fix buildbot (make distcheck)
24838 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24840 * gst/playback/gstplaybin.c: (gen_vis_element):
24841 Remove some wrong code. Doesn't work yet.
24843 2005-05-19 Wim Taymans <wim@fluendo.com>
24845 * gst-libs/gst/net/Makefile.am:
24846 * gst-libs/gst/net/README:
24847 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24848 (gst_netbuffer_class_init), (gst_netbuffer_init),
24849 (gst_netbuffer_finalize), (gst_netbuffer_copy),
24850 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24851 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24852 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24853 * gst-libs/gst/net/gstnetbuffer.h:
24854 Added buffer subclass to store extra to/from addresses for
24855 network sources/sinks.
24857 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24859 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24860 Don't lock an unassigned variable.
24862 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24864 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24865 Increase buffer for video, decrease buffer for other media types.
24866 * gst/playback/gstplaybin.c: (gen_video_element),
24867 (gen_audio_element):
24868 Change names for debugging purposes.
24870 2005-05-18 Wim Taymans <wim@fluendo.com>
24872 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24873 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24874 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24875 (gst_ffmpegcsp_chain):
24876 Enable buffer alloc passthrough if the source and dest
24877 formats are the same.
24879 2005-05-17 Wim Taymans <wim@fluendo.com>
24881 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24882 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24883 (gst_ogg_demux_chain_unlocked):
24884 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24885 (gst_audio_convert_caps_remove_format_info),
24886 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24887 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24888 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24889 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24890 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24891 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24892 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24893 (gst_ffmpegcsp_get_property):
24894 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24895 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24896 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24897 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24898 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24899 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24900 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24901 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24902 Leak fixes in oggdemux.
24903 Some cleanups in audioconvert.
24904 Make passthrough work along with buffer_alloc etc.
24905 Make buffer_alloc and buffer recycling actually work in
24908 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
24910 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24911 make the compiler happy
24913 2005-05-17 Wim Taymans <wim@fluendo.com>
24915 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24916 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24917 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24918 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24919 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24920 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24921 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24922 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24923 (gst_xvimagesink_set_xwindow_id):
24924 * sys/xvimage/xvimagesink.h:
24925 Port xvimagesink to new MiniObject.
24927 2005-05-17 Wim Taymans <wim@fluendo.com>
24929 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24930 (gst_audiofilter_chain):
24931 * gst-libs/gst/audio/gstaudiosink.c:
24932 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24933 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24934 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24935 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24936 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24937 (gst_audiosink_create_ringbuffer):
24938 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24939 (gst_audio_convert_caps_remove_format_info),
24940 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24941 (gst_audio_convert_fixate), (gst_audio_convert_channels):
24942 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24943 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24944 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24945 Fix passthrough in ffmpegcolorspace.
24946 Fix memset in audiosink on wrong memory.
24948 2005-05-16 David Schleef <ds@schleef.org>
24950 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24953 2005-05-16 David Schleef <ds@schleef.org>
24955 Port from GstData to GstMiniObject.
24956 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24957 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24958 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24959 (gst_ogg_mux_collected):
24960 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24961 * ext/theora/theoradec.c: (theora_handle_comment_packet),
24962 (theora_handle_data_packet):
24963 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24964 (theora_set_header_on_caps), (theora_enc_chain):
24965 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24966 (vorbis_handle_comment_packet):
24967 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24968 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24969 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24970 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24971 * gst/audioconvert/gstaudioconvert.c:
24972 (gst_audio_convert_get_buffer):
24973 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24974 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24975 (mute_stream), (silence_stream):
24976 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24977 * gst/volume/gstvolume.c: (volume_transform):
24978 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24979 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24980 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24981 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24982 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24983 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24984 (gst_ximagesink_buffer_alloc):
24985 * sys/ximage/ximagesink.h:
24987 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24989 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24990 (fill_buffer), (check_queue), (queue_threshold_reached),
24991 (queue_out_of_data):
24992 * gst/playback/gstplaybasebin.h:
24993 Post buffer-fullness on the bus.
24995 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24997 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24999 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25000 (group_commit), (probe_triggered), (setup_source),
25001 (gst_play_base_bin_change_state):
25002 * gst/playback/gstplaybasebin.h:
25003 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25004 (gst_play_bin_init), (remove_sinks), (setup_sinks),
25005 (gst_play_bin_change_state):
25006 Move setup_output_pads into a virtual function, remove
25007 group-switch (no longer needed) and redirect (handled by bus
25010 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25012 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25013 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
25014 (get_active_group), (get_building_group), (group_destroy),
25015 (group_commit), (check_queue), (queue_overrun),
25016 (queue_threshold_reached), (queue_out_of_data),
25017 (gen_preroll_element), (remove_groups), (unknown_type),
25018 (add_element_stream), (no_more_pads), (probe_triggered),
25019 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
25020 (setup_substreams), (setup_source), (finish_source),
25021 (prepare_output), (muted_group_change_state),
25022 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25023 (gst_play_base_bin_change_state):
25024 * gst/playback/gstplaybasebin.h:
25025 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25026 (gst_play_bin_init), (gst_play_bin_set_property),
25027 (gen_video_element), (gen_text_element), (gen_audio_element),
25028 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
25029 (gst_play_bin_change_state):
25030 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25031 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
25032 (stream_info_change_state), (gst_stream_info_set_mute),
25033 (gst_stream_info_get_property):
25034 * gst/playback/gststreaminfo.h:
25035 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25036 (gst_stream_selector_get_linked_pad),
25037 (gst_stream_selector_getcaps),
25038 (gst_stream_selector_get_linked_pads),
25039 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25040 * gst/playback/gststreamselector.h:
25041 Rough port of playbin. Needs some more work, but is mostly done,
25042 and uses a few locks in important places, which should make stuff
25043 like chain-switches clean. Still uses GST_STATE() in a few places,
25044 which isn't all that good an idea, subtitles/elements disabled
25045 because no elements to test with and thus probably broken, query
25046 and event handling moved to GstBin, internal thread removed
25047 alltogether because the pipeline does that for us now. Can play
25048 Ogg/Vorbis files. Haven't tested anything else yet.
25050 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25052 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
25053 Do no-more-pads (needed for autoplugging).
25055 2005-05-10 Andy Wingo <wingo@pobox.com>
25057 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
25058 message to the bus with the tags. Still not sent downstream tho.
25060 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
25062 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
25063 avoid refcounting hassles.
25065 2005-05-09 Andy Wingo <wingo@pobox.com>
25067 * gst/volume/Makefile.am:
25068 * gst/volume/demo.c
25069 * gst/volume/gstvolume.h
25070 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
25071 basetransform. Probably need an audio filter base class.
25073 2005-05-09 Wim Taymans <wim@fluendo.com>
25075 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
25076 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
25077 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
25078 (gst_vorbisenc_chain):
25079 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25080 (gst_audio_convert_caps_remove_format_info),
25081 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25082 (gst_audio_convert_fixate), (gst_audio_convert_channels):
25083 Make caps writable before writing to it.
25084 Fix negotiation in audioconvert some more.
25086 2005-05-09 Wim Taymans <wim@fluendo.com>
25088 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
25089 (gst_videorate_getcaps), (gst_videorate_setcaps),
25090 (gst_videorate_event), (gst_videorate_chain):
25091 Better negotiation.
25093 2005-05-09 Wim Taymans <wim@fluendo.com>
25095 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
25096 (gst_videorate_getcaps), (gst_videorate_setcaps),
25097 (gst_videorate_blank_data), (gst_videorate_init),
25098 (gst_videorate_event), (gst_videorate_chain),
25099 (gst_videorate_change_state):
25100 Port videorate, do a better job at negotiation while we're at
25103 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
25108 * examples/Makefile.am:
25109 * gst-libs/gst/audio/Makefile.am:
25110 * gst-libs/gst/riff/Makefile.am:
25111 * gst-libs/gst/tag/Makefile.am:
25112 * gst-libs/gst/video/Makefile.am:
25113 Fixups for missing variables.
25115 2005-05-09 Wim Taymans <wim@fluendo.com>
25117 * examples/seeking/seek.c: (make_theora_pipeline),
25118 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25119 (query_rates), (query_positions_elems), (query_positions_pads),
25120 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25121 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25122 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25123 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25124 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25125 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25126 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25127 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25128 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25129 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25130 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25131 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25132 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25133 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25134 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25135 (theora_dec_src_convert), (theora_dec_sink_convert),
25136 (theora_dec_src_query), (theora_dec_sink_query),
25137 (theora_dec_src_event), (theora_dec_sink_event),
25138 (theora_handle_comment_packet), (theora_handle_type_packet),
25139 (theora_handle_header_packet), (theora_handle_data_packet),
25140 (theora_dec_chain):
25141 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25142 (vorbis_dec_convert), (vorbis_dec_src_query),
25143 (vorbis_dec_sink_query), (vorbis_dec_src_event),
25144 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25145 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25146 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25147 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25148 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25149 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25150 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25151 (gst_play_bin_query):
25152 * gst/playback/test3.c: (update_scale):
25153 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25154 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25155 * gst/subparse/gstsubparse.c: (gst_subparse_init):
25156 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25157 (gst_videotestsrc_src_query):
25158 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25159 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25160 (paint_hline_YUV9):
25161 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25162 Port to new query API.
25164 Cleanups in x[v]imagesink
25166 2005-05-09 Andy Wingo <wingo@pobox.com>
25168 * ext/alsa/gstalsasink.h:
25169 * ext/gnomevfs/gstgnomevfssrc.c:
25170 (gst_gnomevfssrc_get_icy_metadata):
25171 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25172 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25173 * ext/theora/theoradec.c (theora_dec_src_query)
25174 (theora_dec_src_event, theora_dec_sink_event)
25175 (theora_handle_comment_packet, theora_handle_data_packet):
25176 * ext/theora/theoraenc.c (theora_enc_chain):
25177 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25178 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25179 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25180 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25182 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25183 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25184 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25185 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25186 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25187 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25188 (paint_setup_xBGR8888, paint_setup_RGBx8888)
25189 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25190 (paint_setup_RGB565, paint_setup_xRGB1555):
25191 * gst/videotestsrc/videotestsrc.h:
25192 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25193 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25194 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25197 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25198 gst_pad_query_position. Fixes oggdemux.
25200 2005-05-08 David Schleef <ds@schleef.org>
25202 * configure.ac: Require liboil.
25203 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25205 * gst/videotestsrc/videotestsrc.c:
25206 * gst/videotestsrc/videotestsrc.h:
25208 2005-05-06 Wim Taymans <wim@fluendo.com>
25210 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25211 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25212 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25213 Well, unreffing a buffer right before pushing it is asking
25216 2005-05-06 Christian Schaller <uraeus@gnome.org>
25218 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25220 2005-05-06 Wim Taymans <wim@fluendo.com>
25222 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25223 (gst_audio_convert_caps_remove_format_info),
25224 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25225 (gst_audio_convert_fixate), (gst_audio_convert_channels):
25226 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25227 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25228 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25229 * gst/sine/Makefile.am:
25230 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25231 (gst_sinesrc_class_init), (gst_sinesrc_init),
25232 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25233 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25234 (gst_sinesrc_update_freq):
25235 * gst/sine/gstsinesrc.h:
25236 * gst/tcp/gstmultifdsink.c:
25237 * sys/xvimage/xvimagesink.c:
25238 Fixed negotiation wrt _peer_get_caps()
25242 2005-05-06 Wim Taymans <wim@fluendo.com>
25244 * gst-libs/gst/audio/gstaudiosink.c:
25245 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25246 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25247 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25248 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25249 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25250 (gst_audiosink_create_ringbuffer):
25251 * gst-libs/gst/audio/gstbaseaudiosink.c:
25252 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25253 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25254 (gst_baseaudiosink_set_property), (build_linear_format),
25255 (debug_spec_caps), (debug_spec_buffer),
25256 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25257 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25258 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25259 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25260 * gst-libs/gst/audio/gstbaseaudiosink.h:
25261 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25262 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25263 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25264 (gst_ringbuffer_play), (gst_ringbuffer_pause),
25265 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25266 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25267 (wait_segment), (gst_ringbuffer_commit),
25268 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25269 (gst_ringbuffer_clear):
25270 * gst-libs/gst/audio/gstringbuffer.h:
25271 Make the base audiosink return an error when there is no
25272 audiobuffer negotiated.
25274 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25277 Disable cdparanoia until someone ports it!
25279 2005-05-06 Wim Taymans <wim@fluendo.com>
25281 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25282 (gst_ogg_demux_sink_activate):
25283 And revert after wingo's revert.. sigh..
25285 2005-05-05 Andy Wingo <wingo@pobox.com>
25287 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25289 * configure.ac: Return audiorate and subparse from the ghetto.
25290 Re-enable -Wall -Werror.
25291 * gst/subparse/gstsubparse.c:
25292 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25293 or chain-based. Cleaned up a bit. Not tested.
25295 2005-05-05 Christian Schaller <christian@fluendo.com>
25297 * Makefile.am: remove stuff that is not building
25298 * configure.ac: remove stuff that is not building
25299 * examples/Makefile.am: remove stuff that is not building
25300 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25301 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25302 * sys/Makefile.am: remove stuff that is not building
25303 * testsuite/Makefile.am: remove stuff that is not building
25305 2005-05-05 Andy Wingo <wingo@pobox.com>
25307 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25308 * gst-libs/gst/tag/gstvorbistag.c:
25309 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25310 * gst/adder/gstadder.h:
25311 * gst/audioconvert/gstchannelmix.c:
25312 (gst_audio_convert_fill_one_other):
25313 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25314 (gst_audiorate_init), (gst_audiorate_chain):
25315 * gst/playback/gstplaybasebin.c: (setup_source):
25316 * gst/playback/test3.c: (update_scale):
25334 2005-05-05 Wim Taymans <wim@fluendo.com>
25336 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25337 (gst_audio_convert_caps_remove_format_info),
25338 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25339 (gst_audio_convert_change_state), (gst_audio_convert_channels):
25340 * gst/videotestsrc/gstvideotestsrc.c:
25341 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25342 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25343 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25344 (gst_videotestsrc_init), (gst_videotestsrc_loop):
25345 Don't ignore _push() return values.
25346 Make sure no processing is done when shutting down.
25347 Videotestsrc pad activation fix.
25349 2005-05-05 Wim Taymans <wim@fluendo.com>
25351 * gst/adder/Makefile.am:
25352 * gst/adder/gstadder.c: (gst_adder_setcaps),
25353 (gst_adder_class_init), (gst_adder_init),
25354 (gst_adder_request_new_pad), (gst_adder_collected),
25355 (gst_adder_change_state):
25356 * gst/adder/gstadder.h:
25357 Ported adder as an example of a mixer element using
25358 collect pads. Needs more negotiation work.
25360 2005-05-05 Wim Taymans <wim@fluendo.com>
25362 * ext/theora/theoradec.c: (_inc_granulepos),
25363 (theora_dec_src_event), (theora_dec_sink_event),
25364 (theora_handle_comment_packet), (theora_handle_type_packet),
25365 (theora_handle_header_packet), (theora_handle_data_packet),
25366 (theora_dec_chain):
25367 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25368 (gst_theora_enc_init), (theora_enc_sink_setcaps),
25369 (theora_push_buffer), (theora_push_packet),
25370 (theora_enc_sink_event), (theora_enc_chain),
25371 (theora_enc_change_state), (theora_enc_set_property),
25372 (theora_enc_get_property):
25373 Added stream lock to decoder so that we can serialize
25375 More theoraenc porting, recover from errors, do clean
25378 2005-05-05 Wim Taymans <wim@fluendo.com>
25380 * ext/ogg/Makefile.am:
25382 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25383 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25385 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25386 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25387 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25388 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25389 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25390 (gst_ogg_mux_change_state):
25393 2005-05-05 Wim Taymans <wim@fluendo.com>
25395 * docs/design-audiosinks.txt:
25396 * gst-libs/gst/audio/TODO:
25397 * gst-libs/gst/audio/gstaudiosink.c:
25398 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25399 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25400 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25401 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25402 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25403 (gst_audiosink_create_ringbuffer):
25404 * gst-libs/gst/audio/gstbaseaudiosink.c:
25405 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25406 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25407 (gst_baseaudiosink_set_property), (build_linear_format),
25408 (debug_spec_caps), (debug_spec_buffer),
25409 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25410 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25411 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25412 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25413 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25414 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25415 (gst_ringbuffer_release), (gst_ringbuffer_play),
25416 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25417 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25418 (gst_ringbuffer_set_sample), (wait_segment),
25419 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25420 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25421 More work on the audiosink, mostly debugging and a race in
25424 2005-04-28 Wim Taymans <wim@fluendo.com>
25426 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25427 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25428 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25429 (vorbis_dec_src_query), (vorbis_dec_src_event),
25430 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25431 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25432 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25433 Don't crap out when seeking back to position 0.
25435 2005-04-28 Wim Taymans <wim@fluendo.com>
25437 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25438 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25439 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25440 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25441 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25442 Make audio sink configurable, use alsasink as default.
25444 2005-04-28 Wim Taymans <wim@fluendo.com>
25446 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25447 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25448 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25449 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25450 (vorbis_dec_change_state):
25451 * ext/vorbis/vorbisdec.h:
25452 Refactor, use STREAM_LOCK.
25454 2005-04-28 Wim Taymans <wim@fluendo.com>
25456 * ext/theora/theoradec.c: (_inc_granulepos),
25457 (theora_dec_sink_event), (theora_handle_comment_packet),
25458 (theora_handle_type_packet), (theora_handle_header_packet),
25459 (theora_handle_data_packet), (theora_dec_chain),
25460 (theora_dec_change_state):
25461 Refactor a bit, use STREAM_LOCK.
25463 2005-04-28 Wim Taymans <wim@fluendo.com>
25465 * ext/alsa/Makefile.am:
25466 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25467 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25468 (gst_alsa_link), (gst_alsa_close_audio):
25469 * ext/alsa/gstalsaplugin.c: (plugin_init):
25470 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25471 (gst_alsasink_dispose), (gst_alsasink_base_init),
25472 (gst_alsasink_class_init), (gst_alsasink_init),
25473 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25474 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25475 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25476 (gst_alsasink_reset):
25477 * ext/alsa/gstalsasink.h:
25478 Implement alsasink with simple open/write/close API.
25479 Make alsa dir build by disabling compilation of code.
25481 2005-04-28 Wim Taymans <wim@fluendo.com>
25483 * gst-libs/gst/audio/Makefile.am:
25484 * gst-libs/gst/audio/audio.h:
25485 * gst-libs/gst/audio/audioclock.c:
25486 * gst-libs/gst/audio/audioclock.h:
25487 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25488 (gst_audio_clock_class_init), (gst_audio_clock_init),
25489 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25490 * gst-libs/gst/audio/gstaudioclock.h:
25491 * gst-libs/gst/audio/gstaudiosink.c:
25492 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25493 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25494 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25495 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25496 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25497 (gst_audiosink_create_ringbuffer):
25498 * gst-libs/gst/audio/gstbaseaudiosink.c:
25499 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25500 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25501 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25502 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25503 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25504 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25505 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25506 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25507 * gst-libs/gst/audio/gstbaseaudiosink.h:
25508 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25509 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25510 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25511 (gst_ringbuffer_release), (gst_ringbuffer_play),
25512 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25513 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25514 (gst_ringbuffer_set_sample), (wait_segment),
25515 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25516 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25517 * gst-libs/gst/audio/gstringbuffer.h:
25518 Make ringbuffer faster and more simple by removing the locks
25519 in the playback thread.
25520 Add sample accurate playback based on buffer sample offsets.
25521 Make the baseaudiosink provide a clock.
25522 Parse caps in the base class.
25523 Correctly handle seeking, flushing and state changes.
25525 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
25528 * gst/audioconvert/Makefile.am:
25529 * gst/audioscale/Makefile.am:
25530 Fix part of the build. Come on guys, autogen didn't even work :)
25532 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25535 * gst-libs/gst/Makefile.am:
25536 * gst-libs/gst/media-info/.cvsignore:
25537 * gst-libs/gst/media-info/Makefile.am:
25538 * gst-libs/gst/media-info/README:
25539 * gst-libs/gst/media-info/media-info-priv.c:
25540 * gst-libs/gst/media-info/media-info-priv.h:
25541 * gst-libs/gst/media-info/media-info-test.c:
25542 * gst-libs/gst/media-info/media-info.c:
25543 * gst-libs/gst/media-info/media-info.h:
25544 * gst-libs/gst/media-info/media-info.vcproj:
25545 * pkgconfig/Makefile.am:
25546 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25547 * pkgconfig/gstreamer-media-info.pc.in:
25548 Remove media-info, which is also successed by playbin (see Totem
25551 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25554 * examples/Makefile.am:
25555 * examples/gstplay/.cvsignore:
25556 * examples/gstplay/Makefile.am:
25557 * examples/gstplay/player.c:
25558 * gst-libs/gst/Makefile.am:
25559 * gst-libs/gst/play/.cvsignore:
25560 * gst-libs/gst/play/Makefile.am:
25561 * gst-libs/gst/play/play.c:
25562 * gst-libs/gst/play/play.h:
25563 * gst-libs/gst/play/play.vcproj:
25564 * pkgconfig/Makefile.am:
25565 * pkgconfig/gstreamer-play-uninstalled.pc.in:
25566 * pkgconfig/gstreamer-play.pc.in:
25567 Remove libgstplay, playbin is now the official successor.
25569 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25572 * gst-libs/gst/Makefile.am:
25573 * gst-libs/gst/xwindowlistener/Makefile.am:
25574 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25575 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25576 Remove deprecated xwindowlistener (I've moved xwindowlistening
25577 in the v4l/v4l2 plugins over to serverside).
25579 2005-04-25 David Schleef <ds@schleef.org>
25581 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25582 to examples/dynparams. Examples do not belong interspersed with
25584 * examples/dynparams/demo-dparams.c:
25585 * gst/sine/Makefile.am:
25586 * gst/sine/demo-dparams.c:
25588 2005-04-25 David Schleef <ds@schleef.org>
25590 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25591 * gst-libs/gst/audio/Makefile.am:
25592 * gst-libs/gst/riff/Makefile.am:
25593 * gst-libs/gst/tag/Makefile.am:
25594 * gst-libs/gst/video/Makefile.am:
25595 * gst-libs/gst/xwindowlistener/Makefile.am:
25597 Convert to 0.9 API, seems to work:
25598 * sys/ximage/Makefile.am:
25599 * sys/ximage/ximagesink.c:
25601 2005-04-24 David Schleef <ds@schleef.org>
25603 Link plugins against libraries:
25604 * ext/alsa/Makefile.am:
25605 * gst/tcp/Makefile.am:
25607 Remove asm code that should be in liboil
25608 * gst/videoscale/Makefile.am:
25609 * gst/videoscale/videoscale_x86_asm.s:
25611 gettext wants these checked in:
25627 2005-04-24 David Schleef <ds@schleef.org>
25629 Convert gst_main() to g_main_loop_run()
25630 * gst/playback/decodetest.c: (main):
25631 * gst/playback/test2.c: (main):
25632 * gst/playback/test3.c: (main):
25633 * gst/playback/test4.c: (main):
25635 Link plugins against libraries:
25636 * ext/libvisual/Makefile.am:
25637 * sys/xvimage/Makefile.am:
25639 2005-04-24 David Schleef <ds@schleef.org>
25641 * configure.ac: Remove idct and resample libs
25642 * gst-libs/gst/Makefile.am: same
25644 Remove usage of gst_library_load():
25645 * ext/alsa/gstalsaplugin.c: (plugin_init):
25646 * ext/libvisual/visual.c: (plugin_init):
25647 * ext/ogg/gstogg.c: (plugin_init):
25648 * ext/theora/theora.c: (plugin_init):
25649 * ext/vorbis/vorbis.c: (plugin_init):
25650 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25651 * gst/audioscale/gstaudioscale.c:
25652 * gst/adder/gstadder.c: (plugin_init):
25653 * gst/audioconvert/plugin.c: (plugin_init):
25654 * sys/ximage/ximagesink.c: (plugin_init):
25655 * sys/xvimage/xvimagesink.c: (plugin_init):
25656 * gst/tcp/gsttcpplugin.c: (plugin_init):
25658 Link plugins against libraries:
25659 * ext/ogg/Makefile.am:
25660 * ext/theora/Makefile.am:
25661 * ext/vorbis/Makefile.am:
25662 * gst/audioconvert/Makefile.am:
25664 Create proper libraries:
25665 * gst-libs/gst/riff/Makefile.am:
25666 * gst-libs/gst/audio/Makefile.am:
25667 * gst-libs/gst/video/Makefile.am:
25669 Move resample library to audioscale plugin directory:
25670 * gst-libs/gst/resample/Makefile.am:
25671 * gst-libs/gst/resample/README:
25672 * gst-libs/gst/resample/dtof.c:
25673 * gst-libs/gst/resample/dtos.c:
25674 * gst-libs/gst/resample/functable.c:
25675 * gst-libs/gst/resample/private.h:
25676 * gst-libs/gst/resample/resample.c:
25677 * gst-libs/gst/resample/resample.h:
25678 * gst-libs/gst/resample/resample.vcproj:
25679 * gst-libs/gst/resample/test.c:
25680 * gst/audioscale/Makefile.am:
25681 * gst/audioscale/README:
25682 * gst/audioscale/dtof.c:
25683 * gst/audioscale/dtos.c:
25684 * gst/audioscale/functable.c:
25685 * gst/audioscale/private.h:
25686 * gst/audioscale/resample.c:
25687 * gst/audioscale/resample.h:
25688 * gst/audioscale/test.c:
25690 Move tagedit library to gst-libs:
25691 * gst-libs/gst/tag/Makefile.am:
25692 * gst-libs/gst/tag/gstid3tag.c:
25693 * gst-libs/gst/tag/gsttagediting.c:
25694 * gst-libs/gst/tag/gsttageditingprivate.h:
25695 * gst-libs/gst/tag/gstvorbistag.c:
25696 * gst/tags/Makefile.am:
25697 * gst/tags/gstid3tag.c:
25698 * gst/tags/gstvorbistag.c:
25700 Fix for core changes:
25701 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25702 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25703 (gst_sinesrc_getrange):
25705 2005-04-23 David Schleef <ds@schleef.org>
25707 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
25708 in gst-plugins in a long time, and properly belongs in liboil.
25709 * gst-libs/gst/idct/Makefile.am:
25710 * gst-libs/gst/idct/README:
25711 * gst-libs/gst/idct/dct.h:
25712 * gst-libs/gst/idct/doieee:
25713 * gst-libs/gst/idct/fastintidct.c:
25714 * gst-libs/gst/idct/floatidct.c:
25715 * gst-libs/gst/idct/idct.c:
25716 * gst-libs/gst/idct/idct.h:
25717 * gst-libs/gst/idct/idtc.vcproj:
25718 * gst-libs/gst/idct/ieeetest.c:
25719 * gst-libs/gst/idct/intidct.c:
25721 2005-04-20 Wim Taymans <wim@fluendo.com>
25723 * docs/design-audiosinks.txt:
25724 * gst-libs/gst/audio/Makefile.am:
25725 * gst-libs/gst/audio/TODO:
25726 * gst-libs/gst/audio/gstaudiosink.c:
25727 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25728 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25729 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25730 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25731 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25732 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25733 (gst_audiosink_class_init), (gst_audiosink_init),
25734 (gst_audiosink_create_ringbuffer):
25735 * gst-libs/gst/audio/gstaudiosink.h:
25736 * gst-libs/gst/audio/gstbaseaudiosink.c:
25737 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25738 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25739 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25740 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25741 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25742 (gst_baseaudiosink_create_ringbuffer),
25743 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25744 * gst-libs/gst/audio/gstbaseaudiosink.h:
25745 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25746 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25747 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25748 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25749 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25750 (gst_ringbuffer_play), (gst_ringbuffer_pause),
25751 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25752 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25753 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25754 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25755 * gst-libs/gst/audio/gstringbuffer.h:
25756 An attempt at a set of audio base classes together with some
25759 2005-04-20 Wim Taymans <wim@fluendo.com>
25761 * gst/audioconvert/Makefile.am:
25762 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25763 (gst_audio_convert_caps_remove_format_info),
25764 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25765 (gst_audio_convert_channels):
25766 Link against audio libs.
25767 Fix audio convert plugin.
25769 2005-04-20 Wim Taymans <wim@fluendo.com>
25771 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25772 (gst_ogg_demux_sink_activate):
25773 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25774 (theora_set_header_on_caps), (theora_enc_sink_event),
25775 (theora_enc_chain):
25776 Fix theora encoder.
25778 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25780 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25781 * gst/playback/gstdecodebin.c: (find_compatibles):
25782 Work with staticpadtemplates in elementfactories.
25784 2005-04-12 Wim Taymans <wim@fluendo.com>
25786 * gst/playback/README:
25787 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25788 (compare_ranks), (print_feature), (gst_decode_bin_init),
25789 (dynamic_create), (dynamic_free), (find_compatibles),
25790 (mimetype_is_raw), (close_pad_link), (got_redirect),
25791 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25792 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25793 (gst_decode_bin_change_state):
25794 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25795 (gst_play_base_bin_init), (group_destroy), (group_commit),
25796 (check_queue), (queue_overrun), (queue_threshold_reached),
25797 (queue_out_of_data), (gen_preroll_element), (unknown_type),
25798 (new_decoded_pad), (setup_subtitle), (gen_source_element),
25799 (got_redirect), (setup_source), (play_base_eos),
25800 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25801 (gst_play_base_bin_remove_element):
25802 * gst/playback/gstplaybasebin.h:
25803 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25804 (gst_play_bin_init), (gst_play_bin_dispose),
25805 (gst_play_bin_set_property), (gen_video_element),
25806 (gen_text_element), (gen_audio_element), (remove_sinks),
25807 (gst_play_bin_send_event):
25808 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25809 (stream_info_change_state), (gst_stream_info_set_mute):
25810 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25811 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25812 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25813 (gst_stream_selector_chain):
25814 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25816 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25817 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25818 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25819 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25820 Raw and crude port of decodebin.
25821 Make playbin compile.
25823 2005-04-06 Wim Taymans <wim@fluendo.com>
25825 * ext/gnomevfs/Makefile.am:
25826 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25827 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25828 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25829 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25830 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25831 (gst_gnomevfssrc_stop):
25832 * ext/ogg/Makefile.am:
25833 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25834 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25835 * ext/theora/Makefile.am:
25836 * ext/theora/theoradec.c: (_inc_granulepos),
25837 (theora_dec_sink_event), (theora_dec_chain):
25838 * ext/vorbis/Makefile.am:
25839 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25840 (vorbis_dec_sink_event), (vorbis_dec_chain):
25841 * gst-libs/gst/audio/Makefile.am:
25842 * sys/xvimage/Makefile.am:
25843 Make gnomevfssrc extend the source base class.
25844 Fix linking against libs in various plugins.
25846 2005-04-06 Andy Wingo <wingo@pobox.com>
25848 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25851 * configure.ac: Add check and AC_SUBST for libgstbase.
25853 2005-03-31 Wim Taymans <wim@fluendo.com>
25855 * examples/seeking/Makefile.am:
25856 * examples/seeking/cdparanoia.c: (main):
25857 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25858 (play_cb), (pause_cb), (stop_cb), (main):
25859 * examples/seeking/playbin.c:
25860 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25861 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25862 (make_sid_pipeline), (make_vorbis_pipeline),
25863 (make_theora_pipeline), (make_vorbis_theora_pipeline),
25864 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25865 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25866 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25867 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25869 * examples/seeking/spider_seek.c:
25870 * examples/seeking/vorbisfile.c:
25871 * ext/gnomevfs/Makefile.am:
25872 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25873 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25874 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25875 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25876 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25877 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25878 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25879 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25881 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25882 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25883 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25884 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25885 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25886 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25887 (gst_ogg_pad_event), (gst_ogg_pad_reset),
25888 (gst_ogg_demux_factory_filter), (compare_ranks),
25889 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25890 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25891 (gst_ogg_chain_new), (gst_ogg_chain_free),
25892 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25893 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25894 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25895 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25896 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25897 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25898 (gst_ogg_demux_get_prev_page),
25899 (gst_ogg_demux_deactivate_current_chain),
25900 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25901 (gst_ogg_demux_bisect_forward_serialno),
25902 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25903 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25904 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25905 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25906 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25907 (gst_ogg_demux_change_state), (gst_ogg_print):
25908 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25909 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25910 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25911 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25912 (gst_ogg_mux_loop):
25913 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25914 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25915 (theora_dec_src_convert), (theora_dec_sink_convert),
25916 (theora_dec_src_query), (theora_dec_src_event),
25917 (theora_dec_sink_event), (theora_dec_chain),
25918 (theora_dec_change_state):
25919 * ext/theora/theoraenc.c: (gst_theora_enc_init),
25920 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25921 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25922 (theora_enc_change_state):
25923 * ext/vorbis/Makefile.am:
25924 * ext/vorbis/oggvorbisenc.c:
25925 * ext/vorbis/oggvorbisenc.h:
25926 * ext/vorbis/vorbis.c: (plugin_init):
25927 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25928 (vorbis_dec_src_query), (vorbis_dec_src_event),
25929 (vorbis_dec_sink_event), (vorbis_dec_chain),
25930 (vorbis_dec_change_state):
25931 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25932 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25933 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25934 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25935 (gst_vorbisenc_change_state):
25936 * ext/vorbis/vorbisenc.h:
25937 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25938 * gst-libs/gst/audio/audioclock.c:
25939 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25940 (gst_audiofilter_init), (gst_audiofilter_chain):
25941 * gst-libs/gst/audio/testchannels.c: (main):
25942 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25943 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25944 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25945 (gmip_find_track_streaminfo), (gmip_find_track_format):
25946 * gst-libs/gst/media-info/media-info.c:
25947 (gst_media_info_read_idler):
25948 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25949 (gst_play_get_all_by_interface):
25950 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25951 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25952 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25953 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25954 (gst_riff_parse_info):
25955 * gst-libs/gst/riff/riff-read.h:
25956 * gst-libs/gst/riff/riff.c: (plugin_init):
25957 * gst-libs/gst/video/Makefile.am:
25958 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25959 (gst_videosink_class_init), (gst_videosink_get_type):
25960 * gst-libs/gst/video/videosink.h:
25961 * gst/audioconvert/bufferframesconvert.c:
25962 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25963 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25964 * gst/audioconvert/channelmixtest.c: (main):
25965 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25966 (gst_audio_convert_chain),
25967 (gst_audio_convert_caps_remove_format_info),
25968 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25969 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25970 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25971 (gst_audio_convert_buffer_to_default_format),
25972 (gst_audio_convert_buffer_from_default_format),
25973 (gst_audio_convert_channels):
25974 * gst/audioconvert/gstchannelmix.h:
25975 * gst/ffmpegcolorspace/avcodec.h:
25976 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25977 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25978 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25979 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25980 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25981 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25982 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25983 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25984 (mpeg_video_type_find), (mpeg_video_stream_type_find),
25986 * gst/videotestsrc/gstvideotestsrc.c:
25987 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25988 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25989 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25990 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25991 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25992 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25993 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25994 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25995 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25996 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25997 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25998 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25999 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
26000 (gst_xvimagesink_navigation_send_event),
26001 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
26002 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
26003 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26004 * sys/xvimage/xvimagesink.h:
26005 Plugin port to 0.9, ogg/theora playback should work in the seek
26007 Removed old examples.
26008 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
26009 explained in 0.9 TODO doc.
26012 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
26034 * testsuite/Makefile.am:
26035 remove a whole bunch of plugins. This module now contains a set
26036 of free reference plugins/elements as agreed.
26038 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
26041 hunting season on 0.9 is now OPEN
26043 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26045 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26046 Kick the hell out of gcc for not warning me about a symbol conflict.
26048 2005-02-22 Luca Ognibene <luogni@tin.it>
26050 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
26052 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
26053 Don't leak caps string (fixes #168134)
26055 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
26056 (gst_jpegenc_init), (gst_jpegenc_finalize),
26057 (gst_jpegenc_change_state):
26058 Don't leak line buffers and context struct (fixes #168133).
26060 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
26063 * ext/dirac/gstdiracdec.cc:
26064 (gst_diracdec_chain):
26065 Since dirac 0.5.0 the framerate in dirac is expressed as a
26066 rational number. Fix build and up requirement to 0.5.0, and
26067 also pass parameters to gst_diracdec_link in the right order
26070 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
26072 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
26073 * ext/faad/gstfaad.h:
26074 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
26075 certain invalid muxed streams, where some packets will contain
26076 junk after decoder data. Partially fixes #149158.
26078 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
26079 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
26080 Make sure we only write to writable buffers
26082 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
26084 * gst-libs/gst/riff/riff-media.c:
26085 (gst_riff_create_audio_caps_with_data):
26086 Do actually fix invalid RIFF fmt header values for alaw
26087 and mulaw audio instead of just saying so.
26089 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26090 Give gst_riff_create_audio_caps_with_data() a chance to
26091 fix up broken format header fields before extracting any
26092 parameters from the header. (fixes #167633)
26094 2005-02-19 Martin Holters <martin.holters@gmx.de>
26096 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
26098 * gst/audioconvert/bufferframesconvert.c:
26099 (buffer_frames_convert_link):
26100 Don't leak othercaps. (fixes #167878)
26102 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
26105 * ext/libvisual/visual.c: (gst_visual_srclink),
26106 (gst_visual_change_state):
26107 Support libvisual 0.2.0.
26109 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
26111 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
26112 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
26113 Use same rowstrides for I420 as used everywhere else.
26115 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
26117 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26118 Declare variables at beginning of block and make gcc-2.95 happy
26119 (fixes # 167482, patch by Gergely Nagy).
26121 * gst/tcp/gsttcpclientsrc.c:
26122 * gst/tcp/gsttcpclientsrc.h:
26123 Move some includes into the header, so that struct sockaddr_in is
26124 defined when it should be defined on FreeBSD as well (fixes
26127 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26128 Don't pass uninitialised values to setsockopt() here either.
26130 2005-02-17 Luca Ognibene <luogni at tin dot it>
26132 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
26134 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26135 Don't pass uninitialised values to setsockopt(). (fixes #167704)
26137 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26139 * gst/playback/gstplaybin.c: (add_sink):
26140 Invert bin_add/link order to workaround deadlock in opt.
26142 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26144 * gst/modplug/gstmodplug.cc:
26145 Add missing break causing position queries to fail.
26147 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26149 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26150 Granpos can apparently be -1, which screws up calculations...
26152 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
26154 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26155 (gst_ximagesink_send_pending_navigation),
26156 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26157 (gst_ximagesink_init):
26158 * sys/ximage/ximagesink.h:
26159 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26160 (gst_xvimagesink_send_pending_navigation),
26161 (gst_xvimagesink_navigation_send_event),
26162 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26163 * sys/xvimage/xvimagesink.h:
26164 Use a mutex protected list to marshal navigation
26165 events into the stream thread from whichever thread
26168 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
26170 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26171 Display current position and track length; misc. clean-ups.
26173 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26174 (speed_init), (speed_chain):
26175 Add query function, so that the stream length and current position
26176 get adjusted when queried (note that current position queries may
26177 still be wrong if the audio sink returns values based on buffer
26178 timestamps instead of passing on the query).
26180 2005-02-13 Benjamin Otte <otte@gnome.org>
26182 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26183 (gst_audio_convert_channels):
26184 create channel conversion matrix when linking
26185 * gst/audioconvert/.cvsignore:
26186 * gst/audioconvert/Makefile.am:
26187 * gst/audioconvert/channelmixtest.c: (main):
26188 add (ugly) test that ensures stereo <=> mono conversion works
26191 2005-02-13 Benjamin Otte <otte@gnome.org>
26193 * gst/audioconvert/gstchannelmix.h:
26194 include missing header file
26195 * gst/audioconvert/gstchannelmix.c:
26196 (gst_audio_convert_fill_compatible):
26197 use same sign for both channels when converting to/from compatible
26198 channel. Previously used different signs made the signals cancel
26199 each other out and appear like silence. (fixes #167269)
26201 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
26203 * gst/ffmpegcolorspace/avcodec.h:
26204 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26205 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26206 (gst_ffmpegcsp_avpicture_fill):
26207 * gst/ffmpegcolorspace/imgconvert.c:
26208 Convert to and from YV12 (fixes #156379).
26210 2005-02-12 Julien MOUTTE <julien@moutte.net>
26212 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26213 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26214 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26215 (gst_ximagesink_expose), (gst_ximagesink_set_property),
26216 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26217 methods from chain and negotiation and vice versa (Fixes #166142).
26218 * sys/ximage/ximagesink.h: Add stream_lock.
26219 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26220 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26221 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26222 (gst_xvimagesink_expose): Check for xcontext before trying to link.
26224 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
26226 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26227 Don't send "Hey! You gave me a NULL pointer you naughty person" as
26228 error message when we can't open the DVD device (when dvdnav_open()
26229 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26230 the above). Send something more useful instead (fixes #167117).
26232 2005-02-11 Julien MOUTTE <julien@moutte.net>
26234 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26235 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26236 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26237 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26238 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26239 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26240 methods from chain and negotiation and vice versa (Fixes #166142).
26241 Fix a possible bug of images in the buffer pool being discarded because
26242 we are looking at the wrong geometry.
26243 * sys/xvimage/xvimagesink.h: Add stream_lock.
26245 2005-02-11 David Schleef <ds@schleef.org>
26247 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26248 unsigned int. (fixes #167128)
26250 2005-02-11 David Schleef <ds@schleef.org>
26252 * gst/librfb/Makefile.am: Testing stuff before committing is
26253 for wimps... and people with fast machines. Fix stupid
26256 2005-02-11 David Schleef <ds@schleef.org>
26258 * configure.ac: Pull in librfb from my CVS tree, because it is
26259 too small and annoying to be separate. Move rfbsrc plugin
26262 * ext/librfb/Makefile.am:
26263 * ext/librfb/gstrfbsrc.c:
26264 * gst/librfb/Makefile.am:
26265 * gst/librfb/gstrfbsrc.c:
26266 * gst/librfb/rfb.c:
26267 * gst/librfb/rfb.h:
26268 * gst/librfb/rfbbuffer.c:
26269 * gst/librfb/rfbbuffer.h:
26270 * gst/librfb/rfbbytestream.c:
26271 * gst/librfb/rfbbytestream.h:
26272 * gst/librfb/rfbcontext.h:
26273 * gst/librfb/rfbdecoder.c:
26274 * gst/librfb/rfbdecoder.h:
26275 * gst/librfb/rfbutil.h:
26277 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
26279 * gst/speed/Makefile.am:
26280 * gst/speed/demo-mp3.c: (main):
26281 * gst/speed/filter.func:
26282 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26283 (speed_class_init), (speed_init), (speed_chain_int16),
26284 (speed_chain_float32), (speed_chain), (speed_set_property),
26285 (speed_get_property), (speed_change_state):
26286 * gst/speed/gstspeed.h:
26287 Fix speed element and make it chain-based (fixes #156467),
26288 and make it handle more than one channel.
26290 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
26292 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26293 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26294 (gst_dtsdec_chain), (gst_dtsdec_change_state):
26295 * ext/dts/gstdtsdec.h:
26296 Don't clobber the stack constructing the channels array.
26297 Make the element chain-based. DTS tracks can now be played.
26299 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
26301 * gst-libs/gst/audio/multichannel.h:
26302 * gst-libs/gst/gconf/gconf.h:
26303 * gst-libs/gst/idct/idct.h:
26304 * gst-libs/gst/media-info/media-info-priv.h:
26305 * gst-libs/gst/play/play.h:
26306 * gst-libs/gst/resample/private.h:
26307 * gst-libs/gst/resample/resample.h:
26308 * gst-libs/gst/riff/riff-ids.h:
26309 * gst-libs/gst/video/video.h:
26310 * gst-libs/gst/video/videosink.h:
26311 Add G_BEGIN_DECLS and G_END_DECLS around headers where
26312 missing, so that they work when included from C++ code.
26314 2005-02-09 David Schleef <ds@schleef.org>
26316 * testsuite/gst-lint: Check for non-statically scoped
26317 parent_class variables. This won't be a problem once
26318 plugins are loaded with RTLD_LOCAL.
26320 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26322 * ext/mplex/gstmplexibitstream.cc:
26325 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26327 * ext/ogg/gstogmparse.c:
26328 * gst/debug/gstnavigationtest.c:
26329 Die, thou faulty symbol pollutors (non-static parent_class).
26331 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26333 * ext/mplex/gstmplexibitstream.cc:
26334 Fix event handling (#165525).
26336 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26338 * ext/mikmod/gstmikmod.c:
26339 * gst/modplug/gstmodplug.cc:
26340 Add missing endianness to template (fixes #165509).
26342 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26344 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26345 Fix wrong order of reading of optional bytes (#165290).
26347 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26349 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26350 Implement FILLER event awareness.
26352 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26354 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26355 Fix track calculations (#166208).
26357 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
26359 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26361 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26362 * ext/libpng/gstpngenc.c:
26363 Fix byte-order, use proper fixed caps. Fixes #164197.
26365 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
26370 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26371 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26372 Don't push buffers if the src pad isn't negotiated yet.
26374 * gst/audioconvert/gstaudioconvert.c:
26375 (gst_audio_convert_buffer_to_default_format),
26376 (gst_audio_convert_buffer_from_default_format):
26377 Add support for 24-bit width.
26379 * gst/dvdlpcmdec/.cvsignore:
26380 * gst/dvdlpcmdec/Makefile.am:
26381 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26382 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26383 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26384 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26386 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26387 New decoder for rearranging DVD LPCM into our audio/x-raw-int
26388 format. Needs support for the channels maps if someone can find
26389 a DVD LPCM track with > 2 channels.
26391 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26392 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26393 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26394 * gst/mpegstream/gstdvddemux.h:
26395 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26396 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26397 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26398 * gst/mpegstream/gstmpegdemux.h:
26399 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26400 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26401 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26402 (gst_mpeg_parse_handle_src_query),
26403 (gst_mpeg_parse_handle_src_event):
26404 Use audio/x-dvd-lpcm for LPCM output.
26407 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
26409 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26411 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26412 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26413 Add BGRA handling (#165736).
26415 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
26417 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26419 * gst/law/alaw-decode.c: (alawdec_link):
26420 * gst/law/alaw-encode.c: (alawenc_link):
26421 * gst/law/mulaw-decode.c: (mulawdec_link):
26422 * gst/law/mulaw-encode.c: (mulawenc_link):
26423 Fix caps memleaks (#166600).
26425 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
26427 * ext/tarkin/mem.h:
26428 * ext/tarkin/wavelet.h:
26429 * ext/tarkin/yuv.h:
26430 * gst/ffmpegcolorspace/avcodec.h:
26431 Include "_stdint.h" instead of <stdint.h>. Fixes build on
26432 systems that don't have stdint.h, like Solaris9 (fixes #166631).
26434 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26436 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26437 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26438 (gst_xvimagesink_change_state):
26439 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26440 Xv video (and thereby regenerate Xv colourkey) in clear() so
26441 that PLAY -> READY -> PLAY works (fixes #162504).
26443 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26445 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26446 Switch to list instead of range, since MJPEG-devices really just
26447 support decimations, not any size.
26449 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
26450 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26451 (gst_mpeg2dec_reset), (free_all_buffers),
26452 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26453 * ext/mpeg2dec/gstmpeg2dec.h:
26454 The libmpeg2 user-allocated buffer management is awkward,
26455 to say the least. Hopefully this fixes things.
26457 2005-02-04 Andy Wingo <wingo@pobox.com>
26459 * gst/audioconvert/bufferframesconvert.c
26460 (buffer_frames_convert_fixate): New function, fixates to 256
26461 frames per buffer by default. (Much better than 1.)
26462 (buffer_frames_convert_init): Set the fixate function for both src
26464 (buffer_frames_convert_link): After success setting nonfixed caps,
26465 get the negotiated caps so we can know how many buffer-frames it
26466 will be. No idea how this worked at all before.
26468 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
26470 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26471 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26472 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26473 (handle_sequence), (handle_picture):
26474 * ext/mpeg2dec/gstmpeg2dec.h:
26475 Rearrange buffer tracking and refcounting and refactor
26476 a little for readability.
26478 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
26479 * sys/v4l/gstv4l.c: (plugin_init):
26480 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26481 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26482 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26483 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26484 * sys/v4l/gstv4ljpegsrc.h:
26485 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26486 * sys/v4l/v4l_calls.h:
26487 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26488 (gst_v4lsrc_get_fps):
26489 * sys/v4l/v4lsrc_calls.h:
26490 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26491 you jpeg inside rgb frames" driver.
26492 Don't error in the v4lsrc link function, just return
26495 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26497 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26498 (gst_qcamsrc_open):
26499 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26501 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26503 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26504 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26506 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26508 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26509 Reset negotiated state on PAUSED->READY.
26511 2005-02-02 David Schleef <ds@schleef.org>
26513 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26514 whereever possible. (Fixes #165997)
26515 * examples/capsfilter/capsfilter1.c: (main):
26516 * examples/dynparams/filter.c: (create_ui):
26517 * examples/seeking/cdparanoia.c: (get_track_info), (main):
26518 * examples/seeking/chained.c: (main):
26519 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26520 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26521 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26522 (make_mpeg_pipeline), (make_mpegnt_pipeline):
26523 * examples/seeking/spider_seek.c: (make_spider_pipeline):
26524 * examples/switch/switcher.c: (main):
26525 * ext/dv/demo-play.c: (main):
26526 * ext/faad/gstfaad.c: (gst_faad_change_state):
26527 * ext/mad/gstmad.c: (gst_mad_chain):
26528 * ext/smoothwave/demo-osssrc.c: (main):
26529 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26530 (gst_gconf_render_bin_from_description),
26531 (gst_gconf_get_default_audio_sink),
26532 (gst_gconf_get_default_video_sink),
26533 (gst_gconf_get_default_audio_src),
26534 (gst_gconf_get_default_video_src),
26535 (gst_gconf_get_default_visualization_element):
26536 * gst/level/demo.c: (main):
26537 * gst/level/plot.c: (main):
26538 * gst/playback/gstplaybin.c: (gen_video_element),
26539 (gen_audio_element):
26540 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26541 * gst/playondemand/demo-mp3.c: (setup_pipeline):
26542 * gst/sine/demo-dparams.c: (main):
26543 * gst/spectrum/demo-osssrc.c: (main):
26544 * gst/speed/demo-mp3.c: (main):
26545 * gst/volume/demo.c: (main):
26546 * testsuite/embed/embed.c: (main):
26548 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
26550 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26551 (gst_tcpclientsink_finalize):
26552 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26553 (gst_tcpclientsrc_finalize):
26554 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26555 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26556 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26557 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26558 Don't leak the hostname when shutting down.
26559 In tcpserversrc, take a copy of the default hostname.
26561 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26563 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26564 Set caps to systemstream=TRUE.
26566 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26568 * testsuite/Makefile.am:
26569 Fix more OSX buildbots.
26571 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
26573 * ext/mpeg2dec/gstmpeg2dec.c:
26574 Don't send things to NULL PAD_PEERs
26576 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26577 Copy-on-write the incoming buffer.
26579 * gst/mpegstream/gstdvddemux.h:
26580 * gst/mpegstream/gstmpegclock.h:
26581 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26582 (normal_seek), (gst_mpeg_demux_handle_src_event):
26583 * gst/mpegstream/gstmpegdemux.h:
26584 * gst/mpegstream/gstmpegpacketize.h:
26585 * gst/mpegstream/gstmpegparse.c:
26586 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26587 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26588 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26589 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26590 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26591 * gst/mpegstream/gstmpegparse.h:
26592 * gst/mpegstream/gstrfc2250enc.h:
26593 Various changes to the way time is computed that make seeking and
26594 total time estimation much better here.
26595 Use G_BEGIN/END_DECLS instead of __cplusplus
26597 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26598 Use gst_buffer_stamp instead of only copying the TIMESTAMP
26600 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26602 * gst/subparse/gstsubparse.c:
26605 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
26607 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26608 (theora_enc_chain), (theora_enc_change_state):
26609 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26610 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26611 (gst_vorbisenc_change_state):
26612 * ext/vorbis/vorbisenc.h:
26613 Set granulepos and timestamp correctly for streams not
26614 starting at 0, taking into account the initial delay.
26616 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
26618 * gst/mpegstream/gstdvddemux.c:
26619 Add audio/x-dts to audio pad template caps
26621 2005-01-30 David Schleef <ds@schleef.org>
26623 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26624 (create_context), (gst_polypsink_link): Fix silly endianness
26625 bug. Add some debugging. Remove float from caps; it doesn't
26626 work. Attempt to get remote audio working.
26628 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26630 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26633 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26635 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26636 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26637 (gst_avi_demux_stream_data):
26638 * gst/avi/gstavidemux.h:
26639 Invert DIB images. Fixes #132341.
26641 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26643 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26644 (gst_ffmpegcsp_chain):
26645 D'oh, reference the palette data, not the palette structure.
26646 Fixes color distortion in #132341.
26648 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26650 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26651 PAR can be non-fixed when not provided as argument (#162626).
26653 2005-01-29 David Moore <dcm@acm.org>
26655 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26657 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26658 (gst_qtdemux_loop_header):
26659 Re-apply patch from #142272 that allows non-seekable sources,
26660 re-proposed by Daniel Drake <dsd@gentoo.org>.
26662 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26664 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26665 Use the src template for creating the src pad (#162330).
26667 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26670 * ext/musepack/Makefile.am:
26671 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26672 (gst_musepackdec_init), (gst_musepackdec_dispose),
26673 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26674 (gst_musepack_stream_init), (gst_musepackdec_loop),
26675 (gst_musepackdec_change_state):
26676 * ext/musepack/gstmusepackdec.cpp:
26677 * ext/musepack/gstmusepackdec.h:
26678 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26679 (gst_musepack_reader_read), (gst_musepack_reader_seek),
26680 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26681 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26682 * ext/musepack/gstmusepackreader.cpp:
26683 * ext/musepack/gstmusepackreader.h:
26684 Update to 1.1 API (#165446).
26686 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26691 2005-01-28 Andy Wingo <wingo@pobox.com>
26693 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26694 to reflect a different dubious internet source. Add a reference
26695 and some commentary.
26697 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26699 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26700 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26701 * gst/playback/gststreamselector.h:
26702 Be more selective when we're redoing caps negotiation from
26703 within the chain function on a stream change.
26705 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26709 * ext/amrnb/Makefile.am:
26710 * ext/amrnb/amrnb.c: (plugin_init):
26711 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26712 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26713 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26714 (gst_amrnbdec_state_change):
26715 * ext/amrnb/amrnbdec.h:
26716 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26717 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26718 (gst_amrnbparse_init), (gst_amrnbparse_formats),
26719 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26720 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26721 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26722 * ext/amrnb/amrnbparse.h:
26723 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26724 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26725 Add AMR-NB/-WB raw formats.
26726 * ext/alsa/gstalsa.c: (gst_alsa_link):
26727 Keep valid time when changing format.
26728 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26729 (qtdemux_parse_trak):
26730 Add some more format-specific options (#140141, #143555, #155163).
26732 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26734 * gst/matroska/matroska-demux.c:
26735 (gst_matroska_demux_parse_blockgroup):
26736 Fix logic error in timing of subtitle stream synchronization.
26737 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26738 Add skip-chunk, which is found in kodak-camera streams.
26740 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
26744 Adding Vietnamese translation (submitted by Clytie Siddall)
26746 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26748 * gst/playback/gstdecodebin.c: (try_to_link_1):
26749 Use realpad for signal.
26751 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26753 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26754 Fix category so decodebin picks it up.
26756 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26758 * ext/mad/Makefile.am:
26759 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26760 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26761 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26762 (found_type), (gst_id3demux_bin_change_state):
26763 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26764 (gst_id3_tag_init), (gst_id3_tag_handle_event),
26765 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26766 (gst_id3_tag_change_state), (plugin_init):
26767 * ext/mad/gstmad.h:
26768 Add id3demuxbin (which is a simple bin consisting of id3demux
26769 and typefind), take over rank from id3demux, remove typefind
26770 code from id3demux. Makes all broken mp3s that I know of work,
26771 and thereby fixes #152688.
26773 2005-01-27 Edward Hervey <bilboed@bilboed.com>
26775 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26777 * ext/mad/gstmad.c: (gst_mad_src_event):
26778 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26779 Allow seeks on audio pad, make mad forward those (#164826).
26780 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26781 Set duration (#165335).
26783 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26785 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26786 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26787 (gst_asf_demux_process_ext_content_desc),
26788 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26789 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26790 * gst/asfdemux/gstasfdemux.h:
26791 Improve metadata display, e.g. if the metadata comes before the
26792 streams are loaded (which is perfectly valid).
26794 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26796 * tools/gst-launch-ext-m.m:
26797 Fix AVI/ASF pipelines (#165340).
26799 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
26800 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
26801 build failure on amd64
26803 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
26805 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26806 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26807 Check environment variables GST_ID3V2_TAG_ENCODING,
26808 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26809 list of character encodings to force interpretation of non-unicode
26810 strings stored in an ID3v2 tag to a particular encoding. If none
26811 is specified, try to use current locale's encoding, then fall back
26812 to ISO-8859-1 (which will always succeed). (Resolves #149274)
26813 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26814 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26815 Check environment variables GST_ID3V1_TAG_ENCODING,
26816 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26817 list of character encodings to use in case a string encountered
26818 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26819 specified, try to use the current locale's encoding, then fall
26820 back to ISO-8859-1 (which will always succeed).
26822 2005-01-25 Benjamin Otte <otte@gnome.org>
26824 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26825 - on half framerate, compute the rate in advance so the comparisons
26826 don't compare wrong values
26827 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26829 - don't use mad_header_decode anymore, mad_frame_decode does that
26831 - when getting rid of consumed bytes, reset the stream's skiplen
26834 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
26836 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26837 Use 1/2 a second for default max_discont, as PES streams from DVB
26838 seem to have larger spacings in the SCR.
26841 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26843 * gst/playback/gstplaybasebin.c: (group_commit):
26844 Notify delayed stream-info availability.
26846 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
26847 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26848 (gst_a52dec_handle_event), (gst_a52dec_chain):
26849 Add some debug output. Check that a discont has a valid
26851 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26852 (gst_alsa_sink_loop):
26853 Ignore TAG events. A little extra debug for broken timestamps.
26854 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26855 (dvdnavsrc_change_state):
26856 Ensure we send a discont to engage the link before we send any
26858 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26859 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26860 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26861 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26862 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26863 dvd://title works in totem because typefinding sends a seek that ends
26864 up going back to chapter 1 regardless.
26865 * ext/mpeg2dec/gstmpeg2dec.c:
26866 * ext/mpeg2dec/gstmpeg2dec.h:
26867 Output correct timestamps and handle disconts.
26868 * ext/ogg/gstoggdemux.c: (get_relative):
26869 Small guard against a null dereference.
26870 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26871 (gst_textoverlay_set_property):
26872 Free memory when done. Don't call gst_event_filler_get_duration on
26873 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26875 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26876 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26877 (gst_sw_srclink), (gst_smoothwave_chain):
26878 Draw solid lines, prettier colours.
26879 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26880 Add a default palette that'll work for some movies.
26881 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26882 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26883 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26884 * gst/mpegstream/gstdvddemux.h:
26885 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26886 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26887 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26888 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26889 * gst/mpegstream/gstmpegparse.h:
26890 Use PTM/NAV events when for timestamp adjustment when connected to
26891 dvdnavsrc. Don't use many discont events where one suffices.
26892 * gst/playback/gstplaybasebin.c: (group_destroy),
26893 (gen_preroll_element), (gst_play_base_bin_add_element):
26894 * gst/playback/gstplaybasebin.h:
26895 Make sure we remove subtitles from the same bin we put them in.
26896 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26897 (gst_subparse_buffer_format_autodetect),
26898 (gst_subparse_change_state):
26899 Fix some memleaks and invalid accesses.
26900 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26901 (oggskel_type_find), (cmml_type_find), (plugin_init):
26902 Some typefind functions for Annodex v3.0 files
26903 * gst/wavparse/gstwavparse.h:
26904 GstRiffReadClass is the correct parent class.
26906 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26908 * gst-libs/gst/riff/riff-media.c:
26909 (gst_riff_create_video_caps_with_data):
26910 Add extradata to huffyuv (fixes #165013).
26911 * gst-libs/gst/riff/riff-read.c:
26912 (gst_riff_read_strf_vids_with_data):
26913 Fix extradata extraction if it is in the chunk size.
26915 2005-01-25 Edward Hervey <bilboed@bilboed.com>
26917 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26919 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26920 (gst_quarktv_change_state), (gst_quarktv_dispose):
26921 Memory free'ing location fix (#164708).
26923 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26925 * gst/playback/gstplaybasebin.c: (group_commit),
26926 (gen_preroll_element), (probe_triggered), (gen_source_element),
26927 (setup_source), (gst_play_base_bin_change_state),
26928 (gst_play_base_bin_add_element):
26929 Don't block for streams.
26930 * gst/playback/gststreaminfo.c: (stream_info_change_state),
26931 (gst_stream_info_set_mute):
26932 Use gst_pad_set_active_recursive.
26934 2005-01-25 Andy Wingo <wingo@pobox.com>
26936 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26937 for #ifndef HAVE_XVIDEO.
26939 2005-01-24 Jeffrey C. Ollie
26941 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
26943 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26944 * ext/gsm/gstgsmdec.h:
26945 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26946 * ext/gsm/gstgsmenc.h:
26947 Fix rate to 8kHz as per spec, removes obscure errors when no rate
26948 was given by property. Add proper buffer timestamps and offsets.
26950 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26952 * gst-libs/gst/riff/riff-media.c:
26953 (gst_riff_create_audio_caps_with_data):
26954 Audio can be <8000Hz.
26956 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26958 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26959 Explicit state change to workaround refcount bugs.
26961 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26963 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26964 (gst_avimux_riff_get_avi_header):
26967 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26969 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26970 (gst_riff_read_element_data):
26971 * gst-libs/gst/riff/riff-read.h:
26972 Add _peek version (req'ed in CDXA).
26973 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26974 (gst_cdxaparse_loop):
26975 Fix parsing in playbin.
26976 * gst/playback/gstdecodebin.c: (close_pad_link):
26977 Ignore current_ pads, they cause major annoyance.
26979 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26981 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26984 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26986 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26989 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26991 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26992 Allow for 0-sized buffers. Fixes length query problems in
26993 starwars.mkv from the testsuite.
26995 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
26997 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26998 (gst_video_box_i420), (gst_video_box_chain):
26999 Fix row strides for I420 (fixes #163159)
27001 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27003 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
27004 MPEG2 has a useful rate property, so we can actually use that.
27005 For MPEG-1, continue using the bytes/time properties.
27007 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27009 * gst-libs/gst/riff/riff-media.c:
27010 (gst_riff_create_video_caps_with_data),
27011 (gst_riff_create_video_template_caps):
27014 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27016 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27017 Fail if caps negotiation fails. Should fix #162184, and should
27018 definately be in there regardless of it fixing the actual bug.
27019 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
27020 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
27021 (gst_avimux_riff_get_avix_header),
27022 (gst_avimux_riff_get_video_header),
27023 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
27024 (gst_avimux_start_file), (gst_avimux_handle_event),
27025 (gst_avimux_change_state):
27026 * gst/avi/gstavimux.h:
27027 Refactor structure writing to use GST_WRITE_UINT macros, add
27028 metadata writing support.
27030 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27032 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
27033 Elements may already be destroyed when this function is called.
27035 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27037 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27038 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
27039 More memory leak fixes (#149162).
27041 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27043 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27044 (gst_qtdemux_add_stream):
27047 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27049 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27052 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27054 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27055 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
27056 when fixating to six channels in Totem.
27058 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
27060 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
27061 Fix compile warnings on Solaris 10 buildbot
27063 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
27065 * ext/dvdread/dvdreadsrc.c: (_read):
27066 Don't read beyond the last cell in a chapter (fixes
27067 invalid memory access)
27069 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
27071 * ext/dvdread/stream_labels.c:
27072 (dvdreadsrc_get_audio_stream_labels):
27073 Use NULL for an empty GList instead of g_list_alloc(); fix
27074 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
27075 of GString (easier to bulk free later)
27077 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
27079 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27081 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27082 (gst_ffmpeg_pixfmt_to_caps):
27083 Fix BGRA32 caps (#164209).
27085 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
27087 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27089 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27090 (gst_ffmpeg_caps_to_pixfmt):
27091 alpha_mask can be RGBA/ABGR. Fixes #164265.
27093 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
27095 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27097 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
27098 (gst_mpeg2dec_alloc_buffer):
27099 * ext/mpeg2dec/gstmpeg2dec.h:
27100 Crop if decoding size is not the actual image size (#163676).
27102 2005-01-17 Steve Baker <steve@stevebaker.org>
27104 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27106 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
27107 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
27108 Add libsndfile typefind functions (#163309).
27110 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27112 * tools/gst-launch-ext-m.m:
27113 Add .aac, fix .m1v/.m2v (#163891).
27115 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27117 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27118 Sanity check, don't wait endlessly since the clock might not
27119 actually run at this point (which is a deadlock). Fixes #164069.
27121 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27123 * gst/playback/gstplaybasebin.c: (probe_triggered):
27124 Of course, only pause if group is done...
27126 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27128 * gst/playback/gstplaybasebin.c: (probe_triggered):
27131 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
27133 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27134 Don't return state change success when the parent
27137 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27139 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27140 Free events (fix memleak in #162905).
27142 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
27144 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27146 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27147 (gst_ffmpeg_caps_to_pixfmt):
27148 Fix for depth = 15. Fixes #161675.
27150 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27152 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27153 Set FPS correctly, even for webcams and the like.
27154 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27155 Don error on setting while capturing.
27157 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27159 * ext/dv/gstdvdec.c:
27160 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27161 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27162 I'm a bad boy. using /1001. to force C to do float division
27163 and not integer division (as it did in my last commit)
27164 Thanks to David I. Lehn for pointing this mistake.
27166 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27168 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27169 Revert Johan's 1.35->1.36 since it breaks compat.
27171 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27173 * ext/dv/gstdvdec.c:
27174 * ext/libfame/gstlibfame.c:
27175 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27176 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27177 replace framerate aproximations by their real value
27178 (24000/1001, 30000/1001, 60000/1001)
27179 Finish fixing bug #164049
27181 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
27183 * ext/ogg/gstoggmux.c:
27185 * gst/tcp/gstmultifdsink.c:
27186 * gst/tcp/gstmultifdsink.h:
27187 * gst/tcp/gsttcp.c:
27188 * gst/tcp/gsttcp.h:
27189 * gst/tcp/gsttcpclientsink.c:
27190 * gst/tcp/gsttcpclientsrc.c:
27191 * gst/tcp/gsttcpserversink.c:
27192 * gst/tcp/gsttcpserversrc.c:
27193 improve reusability of elements after state changes and errors
27194 make multifdsink throw away streamheaders when receiving new ones
27196 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27198 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27199 Fix for if items are already in list...
27201 2005-01-12 Benjamin Otte <otte@gnome.org>
27203 * gst/adder/gstadder.c: (gst_adder_loop):
27204 fix adder a bit so it doesn't screw up with events as much anymore
27206 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
27208 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27209 (pixbufscale_scale), (gst_pixbufscale_chain):
27210 * ext/gdk_pixbuf/pixbufscale.h:
27211 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27212 to ensure rowstrides are calculated the same way as
27214 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27215 that we pick up duration and offset also.
27217 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27219 * gst/avi/gstavimux.c: (gst_avimux_class_init),
27220 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27223 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27225 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27226 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27227 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27228 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27229 Update flags when requested.
27231 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27233 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27236 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27238 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27239 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27240 (probe_triggered), (new_decoded_pad), (gen_source_element),
27241 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27242 * gst/playback/gstplaybasebin.h:
27243 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27244 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27245 (gst_play_bin_change_state):
27246 Implement group-switch signal for use in apps to clear metadata
27247 cache, clean up subtitle, add suburi property instead of # hack,
27248 some error-out fixes.
27250 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27252 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27254 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27255 If we got a state change in the _get handler, don't return success.
27257 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27259 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27260 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27261 Make jpegdec quiet on MJPEG decoding
27262 * gst/asfdemux/README:
27263 Fix mimetypes for MJPEG and H263
27265 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27267 * ext/theora/theoradec.c: (theora_dec_chain):
27268 Fix broken code generation by gcc by swapping arguments.
27269 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27272 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27275 delete this file, it is by far outdated
27276 * ext/alsa/gstalsa.1: remove
27277 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27278 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27279 (gst_alsa_get_caps):
27280 Add HW probing for supported sample rates. Fixes #161704
27282 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27284 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27285 Don't crash, biatch! :).
27287 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27289 * ext/musepack/gstmusepackreader.cpp:
27290 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27291 Some work on tags - still doesn't work in playbin...
27292 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27295 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27297 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27298 Also shove tags on kid pads.
27300 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27302 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27303 Don't bail on unknown events.
27304 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27305 Don't crash on events before negotiation.
27306 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27307 Send tags on pads, too.
27308 * gst/playback/gststreamselector.c:
27309 (gst_stream_selector_request_new_pad):
27310 Forward events on first pad if no input was selected yet.
27312 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27314 * gst/playback/gstplaybasebin.c: (setup_substreams):
27315 Don't disable streamtype if the stream doesn't exist, since
27316 then playing a video after audio will disable both and nothing
27317 will happen. Fixes the testsuite.
27319 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27321 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27322 (gst_v4l_xoverlay_set_xwindow_id):
27323 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27324 (gst_v4l2_xoverlay_set_xwindow_id):
27325 Add debug categories, fix overlay disabling.
27327 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27329 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27330 * ext/alsa/gstalsa.h:
27331 Add HW probing for period_count/size and buffer_size MIX/MAX
27332 Adjust default/user defined value if out of bounds
27333 Should fix bug #162024
27335 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27337 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27338 Fix warning (#161191).
27340 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27342 * ext/dvdread/stream_labels.c:
27343 (dvdreadsrc_get_audio_stream_labels):
27344 Fix warning (init the good variable in switch default)
27346 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
27348 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27350 * gst/tta/gstttaparse.c: (gst_tta_src_event):
27351 Fix gcc-2.95 compile (#163485).
27353 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27356 * ext/flac/gstflacenc.c: (gst_flacenc_init),
27357 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27358 (gst_flacenc_tell_callback), (gst_flacenc_chain),
27359 (gst_flacenc_change_state):
27360 * ext/flac/gstflacenc.h:
27361 Update for API change in flac-1.1.1. Update requirement in
27362 configure.ac. Fixes #162974.
27364 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27366 * gst/playback/gstplaybasebin.c: (group_destroy):
27367 Remove hack to get rid of assert and get rid of unlinked
27370 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27372 * gst/playback/gstplaybasebin.c: (setup_source):
27373 Set source to NULL so that resources are free'ed. Fixes issues
27374 with playback of CDDA and similar device-accessing things.
27376 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27378 * testsuite/embed/Makefile.am:
27379 test->noinst, fix make test in buildbot.
27381 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27383 * ext/dvdread/stream_labels.c: new file
27384 * ext/dvdread/stream_labels.h: new file
27385 * ext/dvdread/Makefile.am:
27386 * ext/dvdread/dvdreadsrc.c: (_seek_title):
27387 Extract audio stream label from DVD IFO files.
27388 It only dump them on the console for now, still have to
27389 make playbin aware of them.
27391 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27393 * gst/playback/gstplaybasebin.c: (setup_source):
27396 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27398 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27399 (gen_preroll_element), (remove_groups), (setup_subtitle),
27400 (gen_source_element), (setup_source):
27401 * gst/playback/gstplaybasebin.h:
27402 Multiple .sub files is just a stupid idea... Fix some threading
27403 mistakes. Interestingly, external .sub files cause playbin to
27404 hang, I don't know why... Parsing fixes contributed by Fran??ois
27405 Kooman <fkooman@tuxed.net>.
27407 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27409 * testsuite/embed/Makefile.am:
27412 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
27414 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27416 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27417 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27418 (gst_pngenc_set_property):
27419 * ext/libpng/gstpngenc.h:
27420 Add compression level property (#163323).
27422 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27425 * examples/capsfilter/capsfilter1.c: (main):
27426 * examples/seeking/spider_seek.c: (make_spider_pipeline):
27427 * ext/dvdread/Makefile.am:
27428 * ext/dvdread/demo-play:
27429 * ext/dvdread/demo-play.c:
27430 * gconf/gstreamer.schemas.in:
27431 * gst-libs/gst/gconf/gconf.c:
27433 * testsuite/Makefile.am:
27434 * testsuite/embed/Makefile.am:
27435 * testsuite/embed/embed.c: (cb_expose), (main):
27436 Remove all references to xvideosink, fix examples (#140845).
27437 * gst/playback/gstplaybasebin.c: (group_destroy):
27438 Apparently, disposal does not unlink - so do explicitely.
27439 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27442 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
27444 * README: fix PKG_CONFIG_PATH instructions, what was there
27445 previously was breaking default search path, not nice.
27448 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27450 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27451 (gst_audioscale_chain):
27452 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27453 when resampling - how the ^@$^!@^! is this possible?!?
27455 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27457 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27458 Reset variables on READY.
27459 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27460 (gst_matroska_mux_loop):
27461 Require data before writing header.
27463 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
27465 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27467 * ext/mad/gstmad.c: (gst_mad_chain):
27468 Don't call mad_stream_sync() directly after recovering sync.
27471 2005-01-09 Martin Eikermann <meiker@upb.de>
27473 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27475 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27476 (snapshot_handler), (gst_snapshot_sinkconnect),
27477 (gst_snapshot_chain):
27478 Allocate resources when required, fix recursive signal emission
27479 and fix caps. Fixes #161667.
27481 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
27483 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27485 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27486 (gst_pngdec_chain):
27487 Handle only 8-bppc (bits-per-pixel-component) images, better
27488 error handling and correct strides. Fixes #163177.
27489 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27490 (gst_pngenc_chain):
27491 Better error handling. Fixes #163348.
27493 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27495 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27496 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27497 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27498 (dvdnavsrc_uri_handler_init):
27499 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27500 * gst/playback/gstplaybasebin.c: (gen_source_element):
27501 Add MMS to streaming URIs.
27503 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27505 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27506 * sys/xvimage/xvimagesink.c:
27507 (gst_xvimagesink_navigation_send_event):
27508 Check for pad availability before sending event.
27510 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27512 * gst-plugins.spec.in:
27515 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27518 Since we use functions from CVS, up requirement.
27520 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27522 * gst/playback/Makefile.am:
27523 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27524 (group_destroy), (group_commit), (group_is_muted),
27525 (gen_preroll_element), (add_stream), (unknown_type),
27526 (probe_triggered), (preroll_unlinked), (mute_stream),
27527 (silence_stream), (new_decoded_pad), (setup_substreams),
27528 (setup_source), (get_active_source), (mute_group_type),
27529 (muted_group_change_state), (set_active_source),
27530 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27531 (play_base_eos), (gst_play_base_bin_change_state):
27532 * gst/playback/gstplaybasebin.h:
27533 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27534 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27535 (gst_stream_info_dispose), (stream_info_mute_pad),
27536 (stream_info_change_state), (gst_stream_info_set_mute):
27537 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27538 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27539 (gst_stream_selector_init), (gst_stream_selector_dispose),
27540 (gst_stream_selector_get_linked_pad),
27541 (gst_stream_selector_get_caps), (gst_stream_selector_link),
27542 (gst_stream_selector_get_linked_pads),
27543 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27544 * gst/playback/gststreamselector.h:
27545 Adding stream selection support plus required properties for
27546 applications to use this. Fully fixes #100931.
27548 2005-01-08 Benjamin Otte <otte@gnome.org>
27550 * gst/games/gstpuzzle.c: (nav_event_handler):
27551 - handle nav events differently: forward every event no matter if it
27552 was handled or not.
27554 You can now cheat by using navigationtest ! puzzle and moving the
27555 mouse close to the edge of a tile. ;)
27557 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27560 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27561 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27562 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27563 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27564 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27565 (gst_ogm_parse_plugin_init):
27566 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27567 (gst_textoverlay_link), (gst_textoverlay_getcaps),
27568 (gst_textoverlay_event), (gst_textoverlay_video_chain),
27569 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27570 * ext/pango/gsttextoverlay.h:
27571 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27572 (gst_matroska_demux_handle_seek_event),
27573 (gst_matroska_demux_sync_streams),
27574 (gst_matroska_demux_parse_blockgroup),
27575 (gst_matroska_demux_subtitle_caps),
27576 (gst_matroska_demux_plugin_init):
27577 * gst/matroska/matroska-ids.h:
27578 * gst/playback/gstdecodebin.c: (close_pad_link):
27579 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27580 (gen_preroll_element), (remove_groups), (add_stream),
27581 (new_decoded_pad), (setup_subtitles), (gen_source_element),
27583 * gst/playback/gstplaybasebin.h:
27584 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27585 * gst/subparse/Makefile.am:
27586 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27587 (gst_subparse_base_init), (gst_subparse_class_init),
27588 (gst_subparse_init), (gst_subparse_formats),
27589 (gst_subparse_eventmask), (gst_subparse_event),
27590 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27591 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27592 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27593 (parse_mpsub_deinit), (parse_mpsub_init),
27594 (gst_subparse_buffer_format_autodetect),
27595 (gst_subparse_format_autodetect), (gst_subparse_loop),
27596 (gst_subparse_change_state), (gst_subparse_type_find),
27598 * gst/subparse/gstsubparse.h:
27599 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27601 Add subtitle support, .sub parser (supports SRT and MPsub),
27602 OGM text support, Matroska UTF-8 text support, deadlock fixes
27603 all over the place, subtitle awareness in decodebin/playbin
27604 and some fixes to textoverlay to handle subtitles in a stream
27605 correctly. Fixes #100931.
27607 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27609 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27610 Check for pad availability before doing a query on it.
27612 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27614 * ext/dv/gstdvdec.c:
27615 really fix bpp24/32 dvdec caps (classic rgba indeed)
27616 * gst/asfdemux/gstasfdemux.c:
27617 (gst_asf_demux_process_ext_content_desc):
27618 don't send text tags if they are empty (bis repetita)
27620 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27622 * ext/dv/gstdvdec.c:
27623 remove unneeded comment from dvdec
27624 (related to DV 4CC codes in AVI files)
27625 moved them in gstreamer/docs/random/mimetypes
27626 * gst/asfdemux/gstasfdemux.c:
27627 (gst_asf_demux_process_ext_content_desc):
27628 don't send text tags if they are empty
27629 fix mem leak on error path
27630 * gst/ffmpegcolorspace/avcodec.h:
27631 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27632 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27633 (gst_ffmpegcsp_avpicture_fill):
27634 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27635 * gst/ffmpegcolorspace/imgconvert_template.h:
27636 adds BGR32 and BGRA32 to ffmpegcolorspace
27637 (still bad colors, fixing it on next commit)
27638 helps with dvdec outputing BGR32
27640 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27642 * ext/dv/gstdvdec.c:
27643 Fix audio caps i just broke (missing ',')
27644 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27645 (gst_matroska_mux_reset):
27646 Fix typo + add FIXME about old "x-gst-metadata" crap
27648 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27650 * ext/dv/demo-play.c: (main):
27651 xvideosink -> xvimagesink
27652 * ext/dv/gstdvdec.c:
27653 change rgb 32/32 caps to 24/32 (no alpha)
27654 change nb of channels to be a list (2 or 4, not 2)
27655 change sample rate to be a list (32, 44.1, 48 kHz) not a range
27656 * gst/asfdemux/gstasfdemux.c:
27657 (gst_asf_demux_process_ext_content_desc):
27658 Add 'date/year' to extracted metadata list
27660 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27662 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27663 The return value of fixate_to does not imply that the requested
27664 value was set, so don't assume.
27666 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
27668 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27670 * ext/libpng/gstpngdec.c:
27671 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27672 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27673 * ext/libpng/gstpngenc.h:
27674 Alpha support (encoder; #163161), mime fixage.
27676 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
27678 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27680 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27681 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27682 (gst_faac_set_property), (gst_faac_get_property):
27683 * ext/faac/gstfaac.h:
27684 Allow for ADTS output (#153434).
27686 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27688 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27689 Fix against template (#150576).
27691 2005-01-06 Benjamin Otte <otte@gnome.org>
27693 * gst/games/gstpuzzle.c: (draw_puzzle):
27694 don't draw a puzzle if either width or height of tiles would be 0.
27696 2005-01-06 Benjamin Otte <otte@gnome.org>
27698 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27699 (gst_puzzle_class_init), (gst_puzzle_finalize):
27700 no memleaks, please
27701 (gst_puzzle_create), (gst_puzzle_init),
27702 (gst_puzzle_set_property), (gst_puzzle_setup):
27703 change initialization code around so we don't reshuffle on resize
27705 fix another stupid typo
27707 2005-01-06 Benjamin Otte <otte@gnome.org>
27709 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27710 fix stupid typo that borked copying on YUY2
27712 2005-01-06 Benjamin Otte <otte@gnome.org>
27714 * gst/games/gstpuzzle.c: (draw_puzzle):
27715 fix edges when image sizes aren't multiples of tile sizes
27717 2005-01-06 Benjamin Otte <otte@gnome.org>
27719 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27720 make RGB endianness work correctly
27721 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27722 refactor and fix race with initial shuffling
27723 (nav_event_handler):
27724 allow using the mouse to puzzle
27726 insist on tiles having width and height as multiples of 4 to get
27727 clean YUV image handling
27728 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27729 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27730 s/DEBUG/LOG/ for common messages
27731 (gst_xvimagesink_navigation_send_event):
27732 fix mouse event translation to not include screen PAR
27733 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27734 fix mouse event translation to actually work
27736 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27738 * gst/asfdemux/gstasfdemux.c:
27739 (gst_asf_demux_process_ext_content_desc):
27740 Extract TrackNumber metadata + clean up code
27741 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27742 Hope this is the good fix (var used unitialised)
27744 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27746 * ext/faad/gstfaad.c: (gst_faad_chain):
27747 Only increment timestamp if it's valid. Fixes raw AAC streams.
27749 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
27752 * gst/games/Makefile.am:
27753 * gst/games/gstpuzzle.c:
27754 add a puzzle game with...
27755 * gst/games/gstvideoimage.c:
27756 * gst/games/gstvideoimage.h:
27757 ... full colorspace support (that includes YUV9 and RGB16)) stolen
27758 from videotestsrc and made into something that would be a nice
27759 library for a lot of other plugins.
27761 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27764 don't compile faad plugin if a RC of 2.0 is found
27765 Fixes #155346 (and FC1 buildbot)
27766 * gst/asfdemux/gstasfdemux.c:
27767 (gst_asf_demux_process_ext_content_desc):
27768 try to make Solaris compiler happier
27770 2005-01-06 Paul Jack <pjack@sfaf.org>
27772 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27774 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27775 Fix segfault (#161667).
27777 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27779 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27780 Fix framerate reporting.
27782 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27784 * gst-libs/gst/riff/riff-ids.h:
27785 * gst/wavenc/riff.h:
27786 Add AMR (VBR and CBR) ids to riff.h audio codec list
27787 * gst/asfdemux/gstasfdemux.c:
27788 (gst_asf_demux_process_ext_content_desc),
27789 (gst_asf_demux_process_object):
27790 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27792 2005-01-05 Martin Eikermann <meiker@upb.de>
27794 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27796 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27797 (gst_dvd_demux_handle_discont):
27798 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27799 (gst_mpeg_demux_handle_discont):
27800 Recreate pads on new-media (#160730).
27801 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27802 Send discont even if manager changes timestamps (#161929).
27804 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
27806 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27808 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27809 Fix invalid memory access (#159211).
27811 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27813 * examples/gstplay/player.c: (main):
27815 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27816 Add visualizations.
27817 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27818 (gst_a52dec_handle_frame):
27820 * ext/dvdnav/gst-dvd:
27821 Add audioconvert. Fixes #161325.
27822 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27823 Explicitely case to gint64. Possible valgrind error.
27824 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27825 (gst_play_tick_callback), (gst_play_change_state),
27826 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27827 (gst_play_set_location), (gst_play_get_location),
27828 (gst_play_seek_to_time), (gst_play_set_data_src),
27829 (gst_play_set_video_sink), (gst_play_set_audio_sink),
27830 (gst_play_set_visualization), (gst_play_connect_visualization),
27831 (gst_play_get_framerate), (gst_play_get_all_by_interface),
27833 Use playbin. Fixes #139749 and #147744.
27834 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27836 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27837 (audioscale_get_type), (gst_audioscale_base_init),
27838 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27839 (gst_audioscale_getcaps), (gst_audioscale_fixate),
27840 (gst_audioscale_link), (gst_audioscale_get_buffer),
27841 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27842 (gst_audioscale_init), (gst_audioscale_dispose),
27843 (gst_audioscale_chain), (gst_audioscale_set_property),
27844 (gst_audioscale_get_property), (plugin_init):
27846 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27848 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27849 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27850 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27851 Add more metadata (fixes #162656).
27853 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
27858 === release 0.8.7 ===
27860 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
27865 releasing 0.8.7, "Hyperspace"
27867 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
27869 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
27871 * gst/playback/gstplaybasebin.c:
27872 Fix for #162924 - free caps after use, not before
27874 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
27876 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27878 * gst/playback/gstplaybasebin.c:
27879 * gst/wavparse/gstwavparse.c:
27880 Fix for #154773 - fixes playback of small .wav files
27882 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
27884 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27886 * gst/audioscale/gstaudioscale.c:
27887 Fix for #162819 - make audioscale reusable
27888 Fixes playback of more than one file with playbin/totem
27890 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
27892 * gst/ffmpegcolorspace/avcodec.h:
27893 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27894 * gst/ffmpegcolorspace/imgconvert.c:
27895 clean up the mess that made me cry and avoid needless duplication
27897 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
27899 * gst/ffmpegcolorspace/imgconvert.c:
27900 give some indication of why we're segfaulting
27902 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27905 Fix indentation, fix v4l2 plugin detection.
27907 Fix libmms location (Maciej, use diff -u!).
27908 * ext/alsa/gstalsa.c: (gst_alsa_init):
27909 Initialize caps cache to NULL.
27910 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27911 Only change state on audiosink if it exists.
27913 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
27915 * gst/matroska/matroska-demux.c:
27916 * gst/matroska/matroska-ids.h:
27917 * gst/matroska/matroska-demux.h:
27918 Fix Vorbis streams failing to decode in some files, where cluster_time
27919 isn't 0, because then it doesn't send codec_priv before actual data.
27920 Remove time-based test and replace it with marker set on beginning of
27923 2004-12-28 David Schleef <ds@schleef.org>
27925 Merge patch from Ronald fixing problems with streaming
27927 * ext/cairo/gstcairo.c: (plugin_init):
27928 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27929 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27930 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27931 (gst_textoverlay_font_init), (gst_textoverlay_init),
27932 (gst_textoverlay_set_property):
27933 * ext/cairo/gsttextoverlay.h:
27935 2004-12-27 David Schleef <ds@schleef.org>
27937 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27938 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27939 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27940 (gst_textoverlay_font_init), (gst_textoverlay_init),
27941 (gst_textoverlay_set_property): Improvements to actually
27942 render text as white on black outline on video, including
27943 font selection and horizontal/vertical alignment. (Ronald's
27945 * ext/cairo/gsttextoverlay.h:
27947 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27949 * ext/ogg/gstogg.c:
27950 * ext/ogg/gstogmparse.c:
27951 fix ogm[audio/video]parse plugin registration
27952 (riff won't load if bytestream is already loaded)
27954 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
27956 * gst/audioconvert/gstchannelmix.c:
27959 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
27963 disable docs again until it actually passes make distcheck.
27965 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27967 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27968 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27970 Add 3GP (variables name Q3GP because they can't start with a
27971 number). Add samr audio fourcc (used in .3gp files), decoder
27972 is work in progress. Also do a GST_WARNING instead of ERROR
27973 in case of unknown nodes, to decrease output.
27975 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
27980 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
27983 * ext/speex/gstspeexdec.h:
27984 * ext/speex/gstspeexenc.h:
27985 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
27986 Fix detection code in configure.ac
27988 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27990 * gst/matroska/matroska-demux.c:
27991 (gst_matroska_demux_parse_blockgroup):
27992 Save position, so that queries give proper return values. Don't
27993 know how this could ever have worked before...
27995 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
27998 Put additional LAME check inside the conditional. Fixes #152339
28000 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28002 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28003 (gst_avi_demux_stream_scan):
28004 Add some more debug. Fix logic error when setting movi offset
28005 while reading index.
28007 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28009 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28010 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
28011 (gst_avi_demux_process_next_entry):
28012 Add some debugging. Better detection of broken indexes and the
28013 accompanying index recovery. No infinite loops on state changes
28014 when we're still in our loopfunction.
28016 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28021 2004-12-22 Archana Shah <archana.shah@wipro.com>
28023 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28025 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
28026 Normalizing the value before setting
28027 (gst_sunaudiomixer_get_volume):
28028 Normalizing the value after getting. Fixes bug# 161980
28030 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28032 * Makefile.am: Make sure docs gets disted
28033 * docs/Makefile.am: Make sure all needed files get disted
28034 * gst-plugins.spec.in: latest updates
28036 2004-12-22 Wim Taymans <wim@fluendo.com>
28038 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28039 Revert patch 1.38 as clock distribution over schedulers does
28040 not work correcly in the core yet.
28042 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28044 * sys/oss/README: remove this file, which predates my birth
28045 (and which content is by far outdated)
28047 2004-12-20 Stefan Kost <ensonic@users.sf.net>
28051 * docs/Makefile.am:
28052 * docs/libs/Makefile.am:
28053 * docs/libs/gst-plugins-libs-docs.sgml:
28054 * docs/libs/gst-plugins-libs-sections.txt:
28055 * docs/libs/tmpl/gstgconf.sgml:
28057 * docs/version.entities.in:
28058 Added boilerplate gtk-doc files for plugin-libs documentation.
28060 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28062 * gst/auparse/gstauparse.c: fix int and float audio caps
28064 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28066 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28067 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28068 g_assert() can be a macro, don't use #ifdef inside it.
28070 2004-12-19 Edward Hervey <bilboed@bilboed.com>
28072 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28074 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
28075 (gst_videorate_init), (gst_videorate_chain),
28076 (gst_videorate_change_state):
28077 Event handling (fixes #159986).
28079 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28081 * gst-libs/gst/riff/riff-media.c:
28082 (gst_riff_create_video_caps_with_data):
28083 Add BLZ0 (Blizzard's version of DivX) fourcc.
28085 2004-12-18 David Schleef <ds@schleef.org>
28087 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
28090 2004-12-18 David Schleef <ds@schleef.org>
28092 * gst/tta/ttadec.h: Disable some header code that isn't used
28093 and clearly isn't portable.
28095 2004-12-18 David Schleef <ds@schleef.org>
28097 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
28098 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28099 (avcodec_get_pix_fmt), (avpicture_layout),
28100 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
28101 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
28102 Fix code to not use GCC extensions (and c99 extensions that
28103 Forte does not like.)
28105 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
28107 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28109 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28110 (gst_deinterlace_chain):
28111 Rowstride fixes. Fixes #161039.
28112 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
28113 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
28114 (gst_video_crop_getcaps), (gst_video_crop_link),
28115 (gst_video_crop_i420), (gst_video_crop_chain),
28116 (gst_video_crop_change_state):
28117 Rework of negotiation. Actually works now. Fixes #158650.
28119 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28121 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28122 That was very stupid.
28124 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28126 * gst/matroska/matroska-demux.c:
28127 (gst_matroska_demux_parse_blockgroup):
28128 Fix possible crasher.
28130 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28132 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28133 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28134 Lace sizes can be zero.
28136 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28138 * ext/musepack/gstmusepackdec.cpp:
28139 Fetch error return values. Fixes #161624.
28140 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28143 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28145 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28146 Work for truncated (unfinished download etc.) files. Fixes #160514.
28148 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28150 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28151 Fix for integer overflow. Makes #156001 not crash. Probably masks
28154 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28156 * gst/ac3parse/gstac3parse.c: (plugin_init):
28157 Parsers never have ranks. Fixes #159651.
28159 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
28161 * gst/playback/gstdecodebin.c: (compare_ranks):
28162 make sure the facotries are ordered the same every time even if they
28163 have the same rank by using the name
28164 * gst/playback/gstdecodebin.c: (find_compatibles):
28165 make sure we don't add factories to the list twice
28167 2004-12-16 David Schleef <ds@schleef.org>
28169 * configure.ac: look for musepack headers as musepack/*.h
28171 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28172 * ext/musepack/gstmusepackreader.h: same
28174 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28176 * gst-libs/gst/riff/riff-read.c:
28177 (gst_riff_read_strf_auds_with_data):
28178 Read extradata correctly (fixes #155879).
28180 2004-12-16 David Schleef <ds@schleef.org>
28182 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28183 audio. does _not_ attempt or allow conversion unless channels
28186 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28188 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28190 2004-12-16 David Schleef <ds@schleef.org>
28192 * gst/audioscale/gstaudioscale.c: the resample library only
28193 handles 1 or 2 channels. Change caps to compensate.
28195 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28197 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28198 (gst_matroska_demux_audio_caps):
28199 Some MPEG-AAC hacks, because else it doesn't work...
28201 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28203 * gst-libs/gst/riff/riff-media.c:
28204 (gst_riff_create_video_caps_with_data),
28205 (gst_riff_create_video_template_caps):
28208 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28210 * gst-libs/gst/audio/Makefile.am:
28211 Try to fix buildbot.
28213 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
28215 * gst/tcp/gstmultifdsink.c:
28216 Clean up and uniformize debugging.
28218 2004-12-16 Edward Hervey <bilboed@bilboed.com>
28220 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28222 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28223 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28224 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28225 (gst_mpeg_demux_change_state):
28226 Reset on ready. Fixes 160276.
28228 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
28230 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28232 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28233 (gst_ffmpegcsp_pad_link):
28234 Fix memleak (#154815).
28236 2004-12-16 James Bowes <bowes@cs.dal.ca>
28238 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28240 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28241 (gst_musicbrainz_init), (gst_musicbrainz_chain),
28242 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28243 * ext/musicbrainz/gsttrm.h:
28244 Add support for using a proxy server when getting a trm id from
28245 the MusicBrainz database (#149613).
28247 2004-12-16 Christophe Fergeau <teuf@gnome.org>
28249 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28251 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28252 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28253 Fix memleaks (#157233).
28255 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
28257 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28259 * gst-libs/gst/resample/resample.c: (gst_resample_close):
28260 * gst-libs/gst/resample/resample.h:
28261 * gst/audioscale/gstaudioscale.c:
28262 Fix memleak (#159215).
28264 2004-12-16 Toni Willberg <toniw@iki.fi>
28266 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28268 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28269 * sys/oss/oss_probe.c: (main):
28270 Check for mono/stereo support (similar to samplerate probing),
28271 fixes #159433. Also add missing copyright header to oss_probe.c.
28273 2004-12-15 David Schleef <ds@schleef.org>
28275 * configure.ac: add audioresample and cairo plugins. Remove
28276 HAVE_MMX stuff, because it's not used.
28277 * ext/Makefile.am: same
28278 * ext/audioresample/Makefile.am: You are not ready for an
28279 audio resampling element based on audioresample.
28280 * ext/audioresample/gstaudioresample.c:
28281 * ext/audioresample/gstaudioresample.h:
28282 * ext/cairo/Makefile.am: You are not ready for overlay elements
28283 based on cairo. Don't look too closely, these elements kinda
28285 * ext/cairo/gstcairo.c: new
28286 * ext/cairo/gsttextoverlay.c: new
28287 * ext/cairo/gsttextoverlay.h: new
28288 * ext/cairo/gsttimeoverlay.c: new
28289 * ext/cairo/gsttimeoverlay.h: new
28290 * gst-libs/gst/media-info/media-info-priv.h: fix compile
28291 problem with compilers that don't support variadic macros.
28293 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
28295 Reviewed by: David Schleef <ds@schleef.org>
28297 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
28298 Bala, registering sunaudiosrc (oops!), and cleaning up code a
28299 bit. Also ran indent-gst.
28300 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28301 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28302 (gst_sunaudiosrc_setparams):
28304 2004-12-14 David Schleef <ds@schleef.org>
28306 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28307 output rate to 16000. Should fix #160235.
28309 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28311 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28312 Add typefinding for mpeg2 pes streams
28314 2004-12-13 David Schleef <ds@schleef.org>
28316 * configure.ac: Applied patch from bug #143659, making default
28317 sources and sinks OS-dependent (for Solaris), and added code
28319 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28321 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28323 * gst-libs/gst/riff/riff-media.c:
28324 forgot to add h2.64 to avidemux template caps
28326 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28328 * gst/wavenc/riff.h:
28329 * gst-libs/gst/riff/riff-media.c:
28330 * gst-libs/gst/riff/riff-ids.h:
28331 * gst/avi/gstavimux.c
28332 add 4CC code for VideoSoft h264 in AVI (VSSH)
28334 remove s323 from riff, it's quicktime specific :(
28336 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28338 * gst/asfdemux/README
28339 * gst/wavenc/riff.h
28340 * gst-libs/gst/riff/riff-ids.h
28341 * gst-libs/gst/riff/riff-media.c
28342 * gst/qtdemux/qtdemux.c:
28343 add new 4CC codes for h263 related codecs
28344 fixes partially bug #155163
28346 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
28348 * configure.ac: Update polyaudio requirement to 0.7
28349 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28351 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28353 * gst/interleave/deinterleave.c:
28354 fix my name's spelling! :)
28356 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28358 * AUTHORS ChangeLog
28359 * gst/auparse/gstauparse.c
28360 * gst/interleave/deinterleave.c
28362 alaw-decode.c alaw-encode.c
28363 mulaw-decode.c mulaw-encode.c
28364 * gst/oneton/gstoneton.c
28366 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28368 cocoawindow.h cocoawindow.m
28369 osxvideosink.h osxvideosink.m
28371 put the same mail address for Zaheer Abbas Merali everywhere
28373 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28375 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28376 Align by packetsize, and assert that we a packet available before
28377 playing. The first makes webstreams work (they often include
28378 trailing padding data in a packet), the second allows pausing a
28379 ASF stream in totem without getting demux errors afterwards.
28381 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28383 * ext/ogg/gstoggdemux.c: (get_relative):
28384 Check for non-NULL before accessing member (end-of-chain).
28386 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28388 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28389 (cdparanoia_set_property), (cdparanoia_get_property):
28390 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28391 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28392 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28393 (dvdreadsrc_init), (dvdreadsrc_set_property),
28394 (dvdreadsrc_get_property):
28395 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28396 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28397 Synchronize property names where not yet the case. Devices are
28398 now device=X, other versions are deprecated (but still exist).
28399 Also use g_free() unconditionally.
28400 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28401 (setup_source), (gst_play_base_bin_get_property):
28404 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
28406 * configure.ac: move GCONF macro outside conditional for the am
28407 conditional. Fixes #160439
28409 2004-12-08 David Schleef <ds@schleef.org>
28411 * tools/gst-visualise-m.m: Switch to elements that currently
28414 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28416 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28417 We love wrong commas.
28419 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28421 * gst/matroska/matroska-demux.c:
28422 (gst_matroska_demux_handle_src_query):
28423 Don't set DEFAULT, unsupported - makes length display incorrectly
28426 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28428 * gst/monoscope/README: remove blurb about files being GPL
28429 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28430 * gst/monoscope/monoscope.c: Change license to BSD with explanation
28431 monoscope is now effectively LGPL licensed
28433 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28435 * gst/monoscope/README: Update information to be more correct
28436 * gst/monoscope/convolve.c: Relicense to LGPL
28437 * gst/monoscope/convolve.h: Relicense to LGPL
28439 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
28441 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28442 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28443 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28444 set default_duration for mpeg1 audio
28446 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
28448 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28449 * ext/alsa/gstalsa.h:
28450 refactor big chunks of the core caps negotiation code to make it
28451 a lot faster, because people claim it's really slow
28452 (actually, just cache the getcaps when the device is opened)
28454 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28456 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28457 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28458 (gst_a52dec_handle_frame), (gst_a52dec_chain),
28459 (gst_a52dec_change_state), (plugin_init):
28460 * ext/a52dec/gsta52dec.h:
28461 Do something useful with timestamps. Make chain-based (since
28462 there's really no reason to be loopbased).
28463 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28464 Update current_byte/frame correctly.
28466 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28468 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28469 (gst_ape_demux_stream_init):
28472 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28474 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28475 Let's make sure we're done typefinding when detecting tags.
28477 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28479 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28480 (gst_ebml_read_init), (gst_ebml_read_use_event),
28481 (gst_ebml_read_element_id), (gst_ebml_peek_id),
28482 (gst_ebml_read_seek), (gst_ebml_read_skip),
28483 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28484 (gst_ebml_read_master):
28485 * gst/matroska/ebml-read.h:
28486 * gst/matroska/matroska-demux.c:
28487 (gst_matroska_demux_parse_contents),
28488 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28489 Disgustingly evil hack for working around INTERRUPT events and
28490 their extremely annoying habit of being a pain in the ass. We
28491 simply peek a cluster before reading any of it.
28493 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28495 * ext/musepack/gstmusepackdec.cpp:
28496 There's also floating point libmusepacks.
28498 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28500 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28501 (gst_faad_chanpos_to_gst), (gst_faad_chain):
28502 Set DURATION even if source buffer didn't. Also use increasing
28504 * gst-libs/gst/riff/riff-media.c:
28505 (gst_riff_create_audio_caps_with_data):
28506 Block_align can have larger values than 8192.
28508 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28510 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28511 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28512 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28513 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28516 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28518 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28521 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28523 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28526 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28528 * ext/esd/esdsink.c: (gst_esdsink_chain):
28529 Make error actually say something useful (fixes #156798).
28530 * gst-libs/gst/riff/riff-media.c:
28531 (gst_riff_create_video_caps_with_data),
28532 (gst_riff_create_video_template_caps):
28533 Add Intel Video 5.0 fourcc (IV50).
28535 2004-12-01 Christophe Fergeau <teuf@gnome.org>
28537 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28538 detection on mono and stereo mp3 files.
28540 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28542 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28543 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28544 the contained stream).
28546 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28548 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28549 Oops, remove debug.
28551 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
28553 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28555 * gst/law/alaw-decode.c: (alawdec_getcaps):
28556 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28557 Prevent warnings when negotiating caps (fixes #159338).
28559 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28561 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28562 (gst_ffmpegcsp_chain):
28563 Remove old leftover that shouldn't be there...
28565 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
28567 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28569 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28570 Don't forward DISCONT events (fixes #159684).
28572 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28574 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28575 Unlink manually since sometimes bin disposal (and therefore
28576 pad unlinking) is delayed, which will cause a new media file
28577 to not be able to start playing instantly.
28579 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28581 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28582 On mute of an unlinked stream, check for pad availability so
28583 we don't crash on unlinked pad.
28585 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28587 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28588 (gst_avi_demux_massage_index):
28589 Fix quite humiliating bug in omitting 0-sized index chunks but
28590 forgetting to count them for timestamps.
28592 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28594 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28595 Actually leave the loop if we failed to sync. Don't crash.
28597 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28599 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28600 (gst_dvd_demux_process_private):
28601 * gst/mpegstream/gstdvddemux.h:
28602 Fix crash (#159759). Doesn't work, though. :-(.
28604 2004-11-28 Benjamin Otte <otte@gnome.org>
28606 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28607 more overwriting protection due to modifying channels one by one
28608 instead of all at once
28610 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28612 * gst/audioconvert/gstchannelmix.c:
28613 (gst_audio_convert_fill_normalize):
28614 Normalize using absolute values.
28616 2004-11-28 Julien MOUTTE <julien@moutte.net>
28620 * ext/directfb/Makefile.am:
28621 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28622 (gst_directfbvideosink_get_pixel_format),
28623 (gst_directfbvideosink_get_format_from_fourcc),
28624 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28625 (gst_directfbvideosink_sink_link),
28626 (gst_directfbvideosink_change_state),
28627 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28628 (gst_directfbvideosink_buffer_alloc),
28629 (gst_directfbvideosink_interface_supported),
28630 (gst_directfbvideosink_interface_init),
28631 (gst_directfbvideosink_navigation_send_event),
28632 (gst_directfbvideosink_navigation_init),
28633 (gst_directfbvideosink_set_property),
28634 (gst_directfbvideosink_get_property),
28635 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28636 (gst_directfbvideosink_base_init),
28637 (gst_directfbvideosink_class_init),
28638 (gst_directfbvideosink_get_type), (plugin_init):
28639 * ext/directfb/directfbvideosink.h: Adding a first version of
28641 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28644 2004-11-28 Benjamin Otte <otte@gnome.org>
28646 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28647 walk the samples backwards if out_channels > in_channels so we don't
28650 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28652 * gst/audioconvert/Makefile.am:
28653 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28654 (gst_audio_convert_link), (gst_audio_convert_change_state),
28655 (gst_audio_convert_channels):
28656 * gst/audioconvert/gstchannelmix.c:
28657 (gst_audio_convert_unset_matrix),
28658 (gst_audio_convert_fill_identical),
28659 (gst_audio_convert_fill_compatible),
28660 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28661 (gst_audio_convert_fill_others),
28662 (gst_audio_convert_fill_normalize),
28663 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28664 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28665 * gst/audioconvert/gstchannelmix.h:
28666 Implement a channel mixer.
28668 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
28670 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28671 * ext/alsa/gstalsa.h:
28672 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28673 Make alsasink actually honor gst_element_set_clock and use that
28674 clock instead of its internal one.
28676 2004-11-27 Christophe Fergeau <teuf@gnome.org>
28678 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28679 (gst_play_base_bin_change_state): nullify source and decoder when
28680 going from READY to NULL so that we don't try to do weird stuff with
28681 them when going from NULL to READY
28682 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28683 instead of g_object_unref
28684 (gen_video_element), (gen_audio_element): more refcounting fixes, now
28685 it should be correct
28686 (gst_play_bin_change_state): don't call remove_sinks if we are
28687 currently disposing the object
28689 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28691 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28692 Don't forget bass if it's there. Else left channel is silent...
28694 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28696 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28697 (gst_a52dec_change_state):
28698 Don't do sample adjusting anymore, we use float audio now.
28699 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28700 Don't fixate to non-existing properties.
28702 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28704 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28705 (gst_a52dec_change_state):
28706 Advertise that we can do surround sound.
28708 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28710 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28711 Add buffer-frames=0.
28712 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28713 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28714 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28715 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28716 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28717 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28718 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28719 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28720 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28721 * ext/dvdread/dvdreadsrc.h:
28722 Add seeking, querying for bytes, sectors, title, angle and
28723 chapter. Handle multiple chapters. Relicense to LGPL because
28724 Billy agreed on that (thanks Billy!).
28726 2004-11-27 Christophe Fergeau <teuf@gnome.org>
28728 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28729 call parent dispose method
28731 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
28733 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28734 (gst_audio_clock_get_internal_time):
28735 Fix active <-> inactive transitions: ensure time value always
28736 grows and avoid abrupt value changes.
28738 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
28741 * gst/tta/Makefile.am:
28743 * gst/tta/filters.h:
28744 * gst/tta/gsttta.c:
28745 * gst/tta/gstttadec.c:
28746 * gst/tta/gstttadec.h:
28747 * gst/tta/gstttaparse.c:
28748 * gst/tta/gstttaparse.h:
28749 * gst/tta/ttadec.h:
28750 added TTA parser and decoder
28752 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28754 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28755 (probe_triggered), (check_queue), (buffer_underrun),
28756 (buffer_running), (buffer_overrun), (gen_source_element),
28758 * gst/playback/gstplaybasebin.h:
28759 Implement buffering. Needs some more work.
28761 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28763 * ext/theora/theoradec.c: (theora_dec_chain):
28764 Fix ilog mask range overflow.
28766 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28768 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28769 Don't omit the last (which in case of dmix is the only :) )
28770 channel count. Don't set channels if <= 2.
28772 2004-11-26 Christophe Fergeau <teuf@gnome.org>
28774 * gst/playback/gstplaybin.c: (gen_video_element),
28775 (gen_audio_element): Removed 2 obsolete comments
28777 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28779 * ext/vorbis/oggvorbisenc.c
28780 * ext/vorbis/vorbisenc.c :
28781 change description fields of those plugins to differentiate them
28782 (pitivi show Encoders by description, they had the same one)
28784 2004-11-25 Christophe Fergeau <teuf@gnome.org>
28786 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28788 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28789 (gst_play_bin_set_property), (gen_video_element),
28790 (gen_audio_element):
28791 Refcounting fixes for provided audio-/videosinks.
28793 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28795 * gst/playback/gstplaybin.c: (gen_video_element),
28796 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28797 Don't reference all sinks, but only the video- and audiosinks.
28798 The vis. element should be disposed when we're done with it.
28799 We don't have any reason to keep it around. This fixes warnings
28800 when reusing playbin for playing multiple audio files with
28801 vis. enabled. Also release audio device on pause - idea stolen
28804 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28806 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28807 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28808 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28809 * ext/alsa/gstalsaplugin.c: (plugin_init):
28810 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28811 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28812 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28813 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28814 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28815 (gst_faad_change_state), (plugin_init):
28816 * ext/faad/gstfaad.h:
28817 * ext/vorbis/vorbis.c: (plugin_init):
28818 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28819 * gst-libs/gst/audio/Makefile.am:
28820 * gst-libs/gst/audio/audio.c: (plugin_init):
28821 * gst-libs/gst/audio/multichannel.c:
28822 (gst_audio_check_channel_positions),
28823 (gst_audio_get_channel_positions),
28824 (gst_audio_set_channel_positions),
28825 (gst_audio_set_structure_channel_positions_list),
28826 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28827 (gst_audio_fixate_channel_positions):
28828 * gst-libs/gst/audio/multichannel.h:
28829 * gst-libs/gst/audio/testchannels.c: (main):
28830 * gst/audioconvert/gstaudioconvert.c:
28831 (gst_audio_convert_class_init), (gst_audio_convert_init),
28832 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28833 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28834 (gst_audio_convert_fixate), (gst_audio_convert_channels):
28835 * gst/audioconvert/plugin.c: (plugin_init):
28836 Surround sound support.
28838 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28840 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28841 Fix position for discont if we're close as well. Nitpicking, but
28842 saves a few milliseconds of extra waiting or skipping.
28844 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28846 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28847 We sometimes need parsers for playback, so add those too.
28849 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28852 * gst/apetag/Makefile.am:
28853 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28854 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28855 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28856 (gst_ape_demux_get_src_query_types),
28857 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28858 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28859 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28860 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28861 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28862 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28863 (gst_ape_demux_change_state):
28864 * gst/apetag/apedemux.h:
28865 * gst/apetag/apetag.c: (plugin_init):
28866 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28868 APE v1/2 tag reader plus typefind function.
28870 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28873 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28874 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28875 Remove hacks for older core. Require newer core version
28878 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28880 * gst/cdxaparse/Makefile.am:
28881 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28882 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28883 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28884 * gst/cdxaparse/gstcdxaparse.h:
28885 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28886 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28887 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28888 (gst_cdxastrip_get_src_query_types),
28889 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28890 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28891 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28892 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28893 * gst/cdxaparse/gstcdxastrip.h:
28894 SVCD/VCD header stripping separated from CDXA image parsing.
28895 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28897 Add VCD/SVCD header typefinding for VCD/SVCD.
28898 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28899 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28900 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28901 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28902 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28903 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28904 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28905 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28906 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28907 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28908 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28909 * sys/vcd/vcdsrc.h:
28910 Fix up, add seeking, querying, URI interface. Works in totem now.
28912 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
28917 === release 0.8.6 ===
28919 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
28937 releasing 0.8.6, "IOU Love"
28939 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28941 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28943 * gst/playback/gstplaybasebin.c:
28944 Fix unplayable files error handling. Fixes #158365
28946 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28948 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28950 * gst/typefind/gsttypefindfunctions.c:
28951 Fix broken mp3 typefinding. Fixes #158375
28953 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28955 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28957 * ext/ogg/gstoggdemux.c:
28958 Fix sync on broken files. Fixes #158976
28960 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28962 patch by: Edward Hervey <bilboed@bilboed.com>
28964 * ext/libpng/gstpngenc.c:
28965 Copy over buffer properties. Fixes #158832
28967 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28969 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28971 * ext/dvdread/dvdreadsrc.c:
28972 Fixes invalid reads (#158462)
28974 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28976 * sys/v4l/gstv4lsrc.c:
28977 * sys/v4l/gstv4lsrc.h:
28978 * sys/v4l/v4lsrc_calls.c:
28979 Probe less and cache it. Fixes #159187.
28981 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
28983 * gst/videorate/gstvideorate.c:
28984 Handle all video formats. Fixes #159186.
28986 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
28987 * gst/synaesthesia/gstsynaesthesia.c:
28988 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28989 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28990 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28991 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28992 (gst_synaesthesia_change_state), (plugin_init):
28993 Fix up synaesthesia to work under different samplerates/ buffer sizes.
28994 Force 320x200 output, as that's the only thing the underlying
28995 synaesthesia implementation supports. Still needs to be made
28998 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29001 Fix mpeg2enc configure check (similar to mplex check below).
29003 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
29005 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29007 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29008 Fix for gcc-2.95 (fixes #158221).
29010 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29012 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29013 Re-add clock distribution hack (until new core is released).
29016 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
29018 fix mplex configure check segfaulting on some systems (bug #140994)
29020 2004-11-13 Benjamin Otte <otte@gnome.org>
29022 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
29024 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29025 do a wait when we enter the loop func with no data available to
29026 write instead of getting into an 100% CPU loop by just returning and
29027 being called again by the scheduler
29029 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
29032 * ext/libvisual/visual.c: (gst_visual_get_type),
29033 (libvisual_log_handler), (gst_visual_getcaps),
29034 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
29036 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
29037 * ext/smoothwave/Makefile.am:
29038 * ext/smoothwave/demo-osssrc.c: (main):
29039 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
29040 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
29041 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
29043 * ext/smoothwave/gstsmoothwave.h:
29044 Make gstsmoothwave a working element in the 20th century.
29046 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
29047 Fix incorrect link function
29049 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29051 * gst/volume/gstvolume.c:
29052 Allow buffer-frames=0.
29054 2004-11-12 Iain <iaingnome@gmail.com>
29056 * configure.ac: Check for polypaudio
29058 * ext/Makefile.am: Build the polyp dir
29060 * ext/polyp: The polypsink sources.
29062 2004-10-30 Iain <iaingnome@gmail.com>
29064 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
29065 caps to reflect the new number of channels.
29067 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29069 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29070 Fix for negotiation order problem. This would show when the
29071 ALSA loopfuction was called before any other function. ALSA
29072 wouldn't do anything because we're not negotiated yet, leading
29073 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
29075 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
29077 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29079 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
29080 No warnings (#157986).
29082 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29084 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29085 Prefer apev1/2 and id3v1 (at end of file) over musepack.
29087 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29089 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
29090 Signal no-more-pads (so it works in playbin).
29092 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29094 * ext/musepack/gstmusepackreader.cpp:
29095 Workaround for older core.
29097 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29099 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
29100 Actually test for odd width/height rather than testing whether
29101 a temporary variable that was 0 before we subtracted 1 is now
29102 not equal to zero (which it always is).
29104 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29106 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
29107 Fix compilation if HAVE_XVIDEO is not defined
29109 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29111 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
29112 Fix compilation if HAVE_XVIDEO is not defined
29114 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
29116 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29117 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29118 (gst_goom_change_state), (plugin_init):
29119 Use the bytestream adapter so goom doesn't depend on the input
29121 Add a debug category
29123 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29125 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29126 Only set hardware parameters *after* negotiation. Before
29127 negotiation, it will set ANY and that seems to cause crashes
29128 (see e.g. #151288, #153227).
29130 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29132 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29133 This seems to be antique leftover. It needs to pass error
29135 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29136 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29137 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29138 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29139 Fix GstXOverlay implementation (#151059).
29141 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29143 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29144 Don't assert (#157853).
29146 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29148 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29149 Fix bytes/samples confustion.
29150 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29151 Fix for underrun (#144389).
29153 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29155 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29156 Disable halfway-seek for pending release (since it needs a new
29159 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
29161 * sys/v4l/gstv4lsrc.c:
29162 * sys/v4l/gstv4lsrc.h:
29163 * sys/v4l/v4lsrc_calls.c:
29164 add autoprobe-fps property so we can separate autoprobing parts
29166 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
29168 * sys/v4l/gstv4lsrc.c:
29169 * sys/v4l/v4lsrc_calls.c:
29170 initialise fourcc to catch unset fourcc's, and debug
29172 2004-11-09 Wim Taymans <wim@fluendo.com>
29174 * gst/playback/README:
29175 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29176 * gst/playback/gstplaybin.c: (gst_play_bin_init),
29177 (gst_play_bin_dispose), (gst_play_bin_set_property),
29178 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29179 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29180 (gst_play_bin_get_formats), (gst_play_bin_convert),
29181 (gst_play_bin_get_query_types), (gst_play_bin_query):
29182 Cleanups and some more documentation.
29184 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
29186 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29187 (gst_cacasink_init), (gst_cacasink_chain):
29188 * ext/libcaca/gstcacasink.h:
29189 Cacasink inherits from VideoSink, so let that store the clock.
29191 2004-11-09 Wim Taymans <wim@fluendo.com>
29193 * gst/playback/README:
29194 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29195 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29196 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29197 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29198 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29200 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29201 (gst_stream_info_is_mute), (gst_stream_info_set_property):
29202 * gst/playback/gststreaminfo.h:
29204 Only switch groups if all streams have muted (EOSed).
29205 Send Tags in sync with the stream playback instead of in
29206 the playback/preroll phase.
29207 Some cleanups, free the fakesrc elements.
29209 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
29211 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29212 buffer-frames property was missing
29213 * ext/arts/gst_arts.c:
29214 rate missing from sinkcaps
29215 * ext/audiofile/gstafparse.c:
29216 * ext/audiofile/gstafsink.c:
29217 * ext/audiofile/gstafsrc.c:
29218 * ext/swfdec/gstswfdec.c:
29219 int audio doesn't know buffer-frames
29220 * ext/cdparanoia/gstcdparanoia.c:
29221 int audio doesn't know chunksize either
29222 * ext/nas/nassink.c:
29223 it's endianness, not endianess
29224 * gst-libs/gst/audio/audio.h:
29225 make float standard pad template caps really describe float
29226 * gst/law/mulaw.c: (linear_factory):
29227 signed only, please
29228 * gst/mpegstream/gstdvddemux.c:
29229 widths of 20 are not valid
29231 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
29233 Submitted by: Luca Ferretti <elle.uca@infinito.it>
29239 2004-11-08 Wim Taymans <wim@fluendo.com>
29241 * gst/playback/README:
29242 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29243 * gst/playback/gstplaybasebin.c: (probe_triggered),
29244 (gst_play_base_bin_change_state):
29245 Updated README, added more comments for fixmes etc..
29247 2004-11-08 Wim Taymans <wim@fluendo.com>
29249 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29250 We can remove this hack now.
29252 2004-11-08 Wim Taymans <wim@fluendo.com>
29254 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29255 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29256 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29257 Only mix AYUV for maximum quality.
29259 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29261 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29262 (gst_ogg_demux_push), (gst_ogg_pad_push):
29263 Let's act as if we're synchronized now! :).
29264 * ext/theora/theoradec.c: (theora_dec_chain):
29267 2004-11-08 Wim Taymans <wim@fluendo.com>
29269 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29270 (gst_alpha_set_property), (gst_alpha_sink_link),
29271 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29272 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29273 (gst_alpha_init_params), (gst_alpha_chain):
29274 Implement alpha functions for AYUV too, this increases
29275 accuracy quite a bit.
29277 2004-11-08 Wim Taymans <wim@fluendo.com>
29279 * gst/ffmpegcolorspace/avcodec.h:
29280 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29281 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29282 (gst_ffmpegcsp_avpicture_fill):
29283 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29284 (gst_ffmpegcsp_caps_remove_format_info):
29285 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29286 (shrink12), (img_get_alpha_info), (deinterlace_line),
29287 (deinterlace_line_inplace):
29288 * gst/ffmpegcolorspace/imgconvert_template.h:
29289 Added AYUV colorspace and handle RGBA a bit more respectful.
29291 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29293 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29294 Actually always send a discont (cornercase when resending the
29295 same serial-tagged chain twice).
29297 2004-11-08 Julien MOUTTE <julien@moutte.net>
29299 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29300 (gst_ximagesink_finalize):
29301 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29302 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29304 2004-11-08 Wim Taymans <wim@fluendo.com>
29306 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29307 Don't segfault on NULL data.
29309 2004-11-08 Wim Taymans <wim@fluendo.com>
29311 * gst/playback/gstdecodebin.c: (unlinked):
29312 * gst/playback/gstplay-marshal.list:
29313 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29314 (gst_play_base_bin_init), (group_create), (get_active_group),
29315 (get_building_group), (group_destroy), (group_commit),
29316 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29317 (add_element_stream), (no_more_pads), (probe_triggered),
29318 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29319 (state_change), (setup_source), (gst_play_base_bin_get_property),
29320 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29321 (gst_play_base_bin_link_stream),
29322 (gst_play_base_bin_get_streaminfo):
29323 * gst/playback/gstplaybasebin.h:
29324 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29325 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29326 Add support for chained ogg files. Prepare for playlist
29327 support. This patch introduces the concept of pad groups, which
29328 together compose one playable media file.
29330 2004-11-07 David Schleef <ds@schleef.org>
29332 * testsuite/gst-lint: Check for pad templates that aren't statically
29335 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29339 * ext/musepack/Makefile.am:
29340 * ext/musepack/gstmusepackdec.cpp:
29341 * ext/musepack/gstmusepackdec.h:
29342 * ext/musepack/gstmusepackreader.cpp:
29343 * ext/musepack/gstmusepackreader.h:
29344 Add musepack decoder.
29345 * ext/faad/gstfaad.c: (gst_faad_base_init):
29346 Make pad templates static.
29347 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29349 Add musepack typefinder, make mp3 typefinding work halfway stream,
29350 which doesn't actually work yet because id3demux doesn't implement
29353 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29355 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29356 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29357 Fix interrupt event handling (#144436).
29359 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29361 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29364 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
29366 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29368 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29369 Fix weird caps (#157548).
29371 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
29373 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29375 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29376 Add missing NULL terminator (#157543).
29378 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
29380 * gst/tcp/gsttcp.h:
29381 * gst/tcp/gsttcpclientsink.c:
29382 * gst/tcp/gsttcpclientsrc.c:
29383 * gst/tcp/gsttcpserversink.c:
29384 * gst/tcp/gsttcpserversrc.c:
29385 ports can go up to 65535. Move common defines to gsttcp.h
29387 2004-11-05 Wim Taymans <wim@fluendo.com>
29389 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29390 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29391 Added two more colorspaces.
29393 2004-11-05 Wim Taymans <wim@fluendo.com>
29395 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29396 (gst_ffmpegcsp_avpicture_fill):
29397 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29398 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29399 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29402 2004-11-05 Wim Taymans <wim@fluendo.com>
29404 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29405 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29406 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29407 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29408 (gst_videomixer_loop):
29411 2004-11-05 Benjamin Otte <otte@gnome.org>
29413 * ext/mad/gstmad.c: (gst_mad_chain):
29414 don't overflow data buffer. Flush not needed sync data when syncing
29417 2004-11-04 Wim Taymans <wim@fluendo.com>
29419 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29420 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29421 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29422 (gst_alpha_init_params), (gst_alpha_chain),
29423 (gst_alpha_change_state):
29424 Updated the chroma keying algorithm with something more
29427 2004-11-03 Wim Taymans <wim@fluendo.com>
29429 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29430 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29431 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29432 Fix stride issues. Does not completely work for odd
29435 2004-11-03 Wim Taymans <wim@fluendo.com>
29437 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29438 (gst_alpha_chroma_key), (gst_alpha_chain):
29439 Fix stride issues. Does not completely work for odd
29442 2004-11-03 Christophe Fergeau <teuf@gnome.org>
29444 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29445 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29448 2004-11-03 Wim Taymans <wim@fluendo.com>
29450 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29451 (gst_ffmpegcsp_avpicture_fill):
29452 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29454 * gst/ffmpegcolorspace/imgconvert_template.h:
29455 Use correct _fill function to get correct strides.
29457 2004-11-02 David Schleef <ds@schleef.org>
29459 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29460 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29461 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29462 Change all g_print()s to debugging. Add a bunch of consistency
29465 2004-11-02 Wim Taymans <wim@fluendo.com>
29467 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29468 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29469 (unlinked), (no_more_pads), (close_link):
29470 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29471 (unknown_type), (add_element_stream), (new_decoded_pad),
29472 (removed_decoded_pad), (setup_source):
29473 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29474 (gst_stream_info_class_init), (gst_stream_info_init),
29475 (gst_stream_info_new), (gst_stream_info_dispose),
29476 (stream_info_mute_pad), (gst_stream_info_set_property),
29477 (gst_stream_info_get_property):
29478 * gst/playback/gststreaminfo.h:
29479 Fix playback of multiple files.
29480 a slightly different approach to handling dynamic pad removals.
29481 This one only looks at pads that we have linked.
29483 2004-11-01 Christophe Fergeau <teuf@gnome.org>
29485 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29486 free" warning from libc.
29488 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29490 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29491 (get_unconnected_element), (remove_starting_from), (pad_removed),
29493 Implement support for dynamic pad changing. We listen to "live"
29494 pad removals (i.e. while playing) and re-setup autoplugging
29495 after that. Playbasebin/playbin need some more work for this
29496 to finally work, but decodebin supports (and replugs) chained
29499 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
29501 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29502 (gst_alsa_finalize):
29503 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29504 (gst_cdaudio_finalize):
29505 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29506 (cdparanoia_finalize):
29507 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29508 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29509 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29510 (dvdreadsrc_finalize):
29511 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29512 (gst_flacdec_finalize):
29513 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29514 (gst_flacenc_finalize):
29515 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29516 (gst_gnomevfssink_finalize):
29517 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29518 (gst_gnomevfssrc_finalize):
29519 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29520 (gst_fameenc_finalize):
29521 * ext/nas/nassink.c: (gst_nassink_class_init),
29522 (gst_nassink_finalize):
29523 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29524 (gst_sdlvideosink_class_init):
29525 * ext/sndfile/gstsf.c: (gst_sf_dispose):
29526 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29527 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29528 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29529 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29530 (gst_x_window_listener_dispose):
29531 * gst/audioscale/gstaudioscale.c:
29532 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29533 (play_on_demand_finalize):
29534 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29535 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29536 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29537 (cdplayer_finalize):
29538 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29539 (gst_glimagesink_class_init):
29540 * sys/oss/gstosselement.c: (gst_osselement_class_init),
29541 (gst_osselement_finalize):
29542 * sys/oss/gstosssink.c: (gst_osssink_dispose):
29543 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29544 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29545 Fixes a bunch of problems with finalize and dispose functions,
29546 either assumptions that dispose is only called once, or not calling
29547 the parent class dispose/finalize function
29549 2004-11-01 Stefan Kost <ensonic@users.sf.net>
29551 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29552 added two api precondition guards
29553 use g_strdup with getenv to fix crash when using ENVVAR
29555 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
29556 * ext/esd/esdsink.c: (gst_esdsink_class_init),
29557 (gst_esdsink_finalize):
29558 Use a finalize function, not dispose, and more importantly,
29559 call the parent class finalize function too
29561 2004-11-01 Johan Dahlin <johan@gnome.org>
29563 * ext/ogg/gstoggdemux.c:
29564 * gst/tags/gstvorbistag.c:
29567 2004-10-31 Benjamin Otte <otte@gnome.org>
29569 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29570 lotsa memleaks today. But they're all small...
29572 2004-10-31 Benjamin Otte <otte@gnome.org>
29574 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29575 another memleak crushed
29577 2004-10-31 Benjamin Otte <otte@gnome.org>
29579 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29582 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29584 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29585 Hack to prevent crash when going to READY inside signal handler
29586 while this function is active.
29588 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29590 * gst/ffmpegcolorspace/Makefile.am:
29591 * gst/ffmpegcolorspace/avcodec.h:
29592 * gst/ffmpegcolorspace/common.h:
29593 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29594 * gst/ffmpegcolorspace/dsputil.h:
29595 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29596 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29597 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29598 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29599 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29600 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29601 (gst_ffmpegcsp_avpicture_fill):
29602 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29603 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29604 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29605 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29606 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29607 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29608 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29609 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29610 * gst/ffmpegcolorspace/imgconvert.c:
29611 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29612 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29613 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29614 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29615 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29616 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29617 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29618 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29619 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29620 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29621 (grow21), (grow22), (grow41), (grow44), (conv411),
29622 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29623 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29624 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29625 (avpicture_free), (is_yuv_planar), (img_convert),
29626 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29627 (deinterlace_line_inplace), (deinterlace_bottom_field),
29628 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29629 * gst/ffmpegcolorspace/imgconvert_template.h:
29630 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29631 * gst/ffmpegcolorspace/mmx.h:
29632 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29633 (av_fast_realloc), (av_mallocz_static), (av_free_static),
29634 (av_freep), (avcodec_get_context_defaults),
29635 (avcodec_alloc_context), (avcodec_init):
29636 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29637 handling plus update from ffmpeg CVS. Large clean-up.
29639 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29641 * gst/playback/Makefile.am:
29642 We need the marshallers for decodebin, too.
29644 2004-10-30 David Schleef <ds@schleef.org>
29646 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29647 quicktime typefinding work with 64-bit offsets.
29649 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
29651 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29652 Set EOS on the element when processing an EOS event.
29653 * ext/speex/gstspeexdec.h:
29654 * ext/speex/gstspeexenc.h:
29655 Only keep a const ptr to the mode
29656 * gst-libs/gst/riff/riff-media.c:
29657 (gst_riff_create_audio_caps_with_data),
29658 (gst_riff_create_audio_template_caps):
29659 Allow WMAV3, with up to 6 channels.
29660 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29661 Don't call gst_pad_set_event_function on a sink pad.
29662 * gst/mpegstream/gstdvddemux.c:
29663 (gst_dvd_demux_get_subpicture_stream),
29664 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29665 Copy the explicit caps that were set across to the cur_* pads,
29666 instead of trying to use a possibly non-existent negotiated caps.
29667 Reset the type of subpicture pads to UNKNOWN after calling
29668 init_stream, so that the caps get set.
29670 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
29672 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29674 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29675 Don't touch buffer if it is of size 0 (fixes #151064).
29677 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29679 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29680 Synchronized discont handling.
29682 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29684 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29685 (gst_ogg_demux_push):
29686 Make seeking sort-of exact again (fixes #156387).
29688 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29690 * gst/playback/gstplaybasebin.c: (unknown_type),
29691 (add_element_stream), (new_decoded_pad),
29692 (gst_play_base_bin_change_state):
29693 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29694 (gst_stream_info_init), (gst_stream_info_new),
29695 (gst_stream_info_dispose), (gst_stream_info_get_property):
29696 * gst/playback/gststreaminfo.h:
29697 Make caps explicitely available. Makes testing for unsupported
29698 types possible. Improves error reporting.
29700 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29702 * gst/audioconvert/gstaudioconvert.c:
29703 (gst_audio_convert_buffer_to_default_format):
29704 Really don't touch read-only buffers (#156563).
29706 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
29708 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29710 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29711 Fix memleak (#155223).
29713 2004-10-29 Wim Taymans <wim@fluendo.com>
29715 * gst/tcp/.cvsignore:
29716 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29717 (gst_multifdsink_class_init), (gst_multifdsink_init),
29718 (gst_multifdsink_add), (gst_multifdsink_remove),
29719 (gst_multifdsink_remove_client_link), (is_sync_frame),
29720 (gst_multifdsink_new_client),
29721 (gst_multifdsink_handle_client_write),
29722 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29723 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29724 (gst_multifdsink_get_property):
29725 * gst/tcp/gstmultifdsink.h:
29726 Added burst on connect sync_method, deprecated sync_clients,
29727 streamlined the sync code some more.
29729 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29731 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29732 (gst_play_base_bin_change_state):
29733 Improve error reporting.
29735 2004-10-28 Wim Taymans <wim@fluendo.com>
29737 * gst/tcp/Makefile.am:
29738 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29739 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29740 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29741 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29742 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29743 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29745 Added more locks around fdset structures. Fixed/reworked
29746 the poll array resizing code.
29747 Added stress test for fdset.
29749 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29751 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29754 2004-10-28 Benjamin Otte <otte@gnome.org>
29756 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29757 fix link function to always query channels and query width for
29761 * gst/equalizer/Makefile.am:
29762 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29763 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29764 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29765 (arg_to_scale), (setup_filter),
29766 (gst_iir_equalizer_compute_frequencies),
29767 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29768 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29772 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
29774 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29778 Added Norwegian Bokmaal translation
29780 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29782 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29783 Don't break on options (fixes #156488).
29785 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
29788 * ext/cdaudio/Makefile.am:
29790 fix build on older automake
29792 2004-10-26 Wim Taymans <wim@fluendo.com>
29794 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29795 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29796 Allow a little margin when negotiating the framerate.
29798 2004-10-26 Stefan Kost <ensonic@users.sf.net>
29800 * gst/level/gstlevel.c:
29801 synchonised naming of pads and pad-templates
29803 2004-10-26 Wim Taymans <wim@fluendo.com>
29805 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29806 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29807 (_find_streams_check), (gst_ogg_demux_push):
29808 Fix EOS again. Needs to be done in a better way. We should not
29809 remove the pad if there is no new chained stream.
29811 2004-10-26 Iain <iaingnome@gmail.com>
29813 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29814 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29816 * gst/interleave/interleave.c (interleave_class_init): Hook up release
29818 (interleave_release_pad): Remove the pad.
29819 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29820 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29822 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29824 (gst_xvimagesink_xcontext_clear): Free the xcontext.
29825 (gst_xvimagesink_finalize): Free the par.
29827 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29829 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29830 (gst_avimux_stop_file):
29831 First calculate the rate, and only then use it. Hdr.rate is a
29832 multiple and not a derivative of hdr.scale. Scale is not the
29833 same as blockalign but is solely related to rate.
29835 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29837 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29838 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29841 2004-10-25 James Henstridge <james@jamesh.id.au>
29843 Reviewed by: David Schleef <ds@schleef.org>
29845 * examples/gstplay/player.c: (got_stream_length), (main):
29846 * examples/seeking/cdplayer.c: (update_scale):
29847 * examples/seeking/seek.c: (format_value), (update_scale):
29848 * examples/seeking/spider_seek.c: (format_value), (update_scale),
29850 Build fixes on AMD64.
29852 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29854 reviewed by: Ronald Bultje <rbultje at gnome dot org>
29856 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29857 Fix for some v4l cards which hang in v4lsrc
29859 2004-10-25 Wim Taymans <wim@fluendo.com>
29861 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29862 (gst_ogg_demux_push), (gst_ogg_chains_clear):
29863 Make sure to remove the pad when a new chain is
29864 encountered. Set some vars to NULL so we don't try
29865 to reference freed memory.
29867 2004-10-25 Wim Taymans <wim@fluendo.com>
29869 * examples/seeking/Makefile.am:
29870 * examples/seeking/cdplayer.c: (update_scale):
29871 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29872 * examples/seeking/playbin.c: (make_playerbin_pipeline),
29873 (format_value), (update_scale), (iterate), (start_seek),
29874 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29875 (print_usage), (main):
29876 Added some more examples, update others.
29878 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29880 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29881 * ext/speex/gstspeexdec.c: (speex_dec_chain):
29882 * ext/theora/theoradec.c: (theora_dec_chain):
29883 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29884 Add codec-name metadata.
29886 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
29888 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29890 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29891 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29892 * ext/alsa/gstalsamixertrack.h:
29894 ALSA mixer track label internationalization (#154054).
29896 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29898 * ext/theora/theoradec.c: (theora_dec_chain):
29899 Export bitrate as metadata.
29901 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29903 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29904 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29905 * ext/alsa/gstalsamixertrack.h:
29906 Fix names, fix loop.
29908 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29910 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29911 (speex_dec_convert):
29912 sinkconvert function so oggdemux can get the file length (totem).
29914 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
29916 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29918 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29919 Don't push incomplete packets.
29920 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29921 Fix MPEG-4 audio typefinding.
29923 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29925 * sys/v4l/Makefile.am:
29926 * sys/v4l/gstv4l.c: (plugin_init):
29927 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29928 (gst_v4lelement_init), (gst_v4lelement_dispose),
29929 (gst_v4lelement_change_state):
29930 * sys/v4l/gstv4lelement.h:
29931 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29932 (gst_v4l_xoverlay_close), (idle_refresh),
29933 (gst_v4l_xoverlay_set_xwindow_id):
29934 * sys/v4l/gstv4lxoverlay.h:
29935 * sys/v4l/v4l-overlay_calls.c:
29936 * sys/v4l/v4l_calls.h:
29937 * sys/v4l2/Makefile.am:
29938 * sys/v4l2/gstv4l2.c: (plugin_init):
29939 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29940 (gst_v4l2element_init), (gst_v4l2element_dispose),
29941 (gst_v4l2element_change_state):
29942 * sys/v4l2/gstv4l2element.h:
29943 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29944 (gst_v4l2_xoverlay_close), (idle_refresh),
29945 (gst_v4l2_xoverlay_set_xwindow_id):
29946 * sys/v4l2/gstv4l2xoverlay.h:
29947 * sys/v4l2/v4l2-overlay_calls.c:
29948 * sys/v4l2/v4l2_calls.h:
29949 Remove client-side overlay handling, use the X-server v4l plugin
29950 for that. Nicer overlay, less code. Also make the plugin
29951 compileable without X (but then without overlay, obviously).
29952 Makes xwindowlistener obsolete, should we remove that?
29954 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29956 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29957 (gst_osssrc_src_query):
29958 * sys/oss/gstosssrc.h:
29959 OK, so people want offset in DEFAULT. This time, actually fix all
29961 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29964 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29966 * gst/asfdemux/gstasfmux.c:
29967 * gst/avi/gstavimux.c:
29970 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29972 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29973 Fix properties (channel, norm, frequency).
29975 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29977 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29979 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29982 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29984 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29987 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29989 * sys/v4l2/gstv4l2element.h:
29990 Yet Another Hack (tm) for kernel header borkedness.
29991 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29992 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29993 (gst_v4l2src_link), (gst_v4l2src_getcaps),
29994 (gst_v4l2src_change_state):
29995 * sys/v4l2/gstv4l2src.h:
29996 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29997 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29998 Fix caps, keep track of state, work.
30000 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30002 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
30005 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30007 * sys/oss/gstosssrc.c: (gst_osssrc_get):
30008 Don't mix bytes and samples.
30010 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30012 * ext/ogg/gstoggmux.c:
30013 Basic pad template which accepts OGM tracks, speex, flac, vorbis
30014 and theora. Any is incorrect.
30015 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
30017 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
30018 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
30019 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
30020 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
30021 * sys/v4l/gstv4lmjpegsrc.h:
30022 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
30023 (gst_v4lsrc_change_state):
30024 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
30025 (gst_v4lmjpegsrc_capture_stop):
30026 Fix caps. Keep track of internal state. Work.
30028 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30031 Fix the build fixes.
30033 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30035 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30036 (gst_ogg_demux_src_event), (_find_chain_seek),
30037 (gst_ogg_pad_push):
30038 Check for pad availability before using it.
30039 * ext/ogg/gstoggdemux.c: (_find_chain_process):
30040 Fix parsing of chained ogg. Needs more work on the decoder side.
30042 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
30044 * gst/spectrum/Makefile.am:
30045 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
30047 Fix demo and reenable it. Yes, I'm currently playing with audio
30050 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30052 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30053 We love it if files that start at zero work too...
30055 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30057 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30058 Handle files with missing EOS headers.
30060 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30062 * gst/tcp/gsttcpserversink.c:
30063 (gst_tcpserversink_handle_server_read),
30064 (gst_tcpserversink_init_send):
30065 Zero some variables first (need for accept not to return EINVAL)
30067 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30069 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30070 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30071 * ext/theora/theoradec.c: (theora_dec_sink_convert),
30072 (theora_dec_chain):
30073 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30074 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
30075 Seeking and querying finetune.
30077 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
30081 * ext/raw1394/Makefile.am:
30084 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30086 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30088 * gst/playback/Makefile.am:
30089 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
30090 * gst/playback/gstplay-marshal.list:
30091 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
30094 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30096 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
30099 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30101 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30102 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30103 (gst_ogg_pad_push):
30104 Yay for non-lineair granulepos in theora.
30106 2004-10-18 Wim Taymans <wim@fluendo.com>
30108 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30109 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30110 * ext/dv/gstdvdec.h:
30111 Make sure we renegotiate aspect ratio when the camera switches.
30113 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30115 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30116 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30118 * ext/theora/theoradec.c: (theora_dec_chain):
30119 Skip headers. Bad idea for chained ogg, but fixes seeking.
30121 2004-10-18 Wim Taymans <wim@fluendo.com>
30124 I swear, this is the last time I touch this.
30126 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30128 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30129 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30130 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30132 * ext/theora/theoradec.c: (theora_dec_sink_convert):
30133 Time-to-default conversion.
30134 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30135 Don't error on unknown packets, just skip. We should probably
30136 read them if we want to support chained ogg.
30138 2004-10-18 Wim Taymans <wim@fluendo.com>
30141 Added cdaudio to wrong list.
30143 2004-10-18 Wim Taymans <wim@fluendo.com>
30148 2004-10-18 Wim Taymans <wim@fluendo.com>
30150 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30151 (gst_dvdec_video_link), (gst_dvdec_push):
30152 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30153 (gst_smokeenc_resync), (gst_smokeenc_chain):
30154 Fix mimetype on smoke encoder.
30155 Add aspect ratio to dvdec. Not sure if these
30156 values are correct though....
30158 2004-10-18 Wim Taymans <wim@fluendo.com>
30160 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30161 Fix vorbis property descriptions and ranges.
30163 2004-10-18 Wim Taymans <wim@fluendo.com>
30165 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30166 Really do nothing when no data is available.
30167 Go to the playing state when the stream is not seekable
30168 instead of failing.
30170 2004-10-18 Wim Taymans <wim@fluendo.com>
30172 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30173 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30174 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30175 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30176 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30177 Added uri handler for cd://
30180 2004-10-18 Wim Taymans <wim@fluendo.com>
30182 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30183 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30184 (try_to_link_1), (no_more_pads), (close_link), (type_found):
30185 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30186 (remove_prerolls), (unknown_type), (add_element_stream),
30187 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30188 (gst_play_base_bin_remove_element),
30189 (gst_play_base_bin_link_stream):
30190 * gst/playback/gstplaybin.c: (gen_video_element),
30191 (gen_vis_element), (remove_sinks), (setup_sinks):
30192 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30193 (gst_stream_info_get_type), (gst_stream_info_class_init),
30194 (gst_stream_info_init), (gst_stream_info_new),
30195 (gst_stream_info_dispose), (stream_info_mute_pad),
30196 (gst_stream_info_set_property), (gst_stream_info_get_property):
30197 * gst/playback/gststreaminfo.h:
30198 Add sink padtemplate to decodebin.
30199 Added some more comments.
30200 Make queue size configurable in playbasebin.
30201 Added possibility to use elements as sinks (ex cdaudio).
30203 2004-10-15 Wim Taymans <wim@fluendo.com>
30205 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30206 (gst_speexenc_chain):
30207 Fix speex timestamps so that it gets muxed properly.
30209 2004-10-15 Wim Taymans <wim@fluendo.com>
30211 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30212 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30213 (gst_dv1394src_init), (gst_dv1394src_dispose),
30214 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30215 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30216 (gst_dv1394src_event), (gst_dv1394src_get_formats),
30217 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30218 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30219 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30220 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30221 * ext/raw1394/gstdv1394src.h:
30222 Added conversion/query functions.
30223 Update buffer timestamps,
30225 Added uri dv:// so it might play from the firewire in playbin.
30226 Fix a possible leak.
30229 2004-10-15 Wim Taymans <wim@fluendo.com>
30231 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30232 (gst_dv1394src_init), (gst_dv1394src_set_property),
30233 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30234 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30235 * ext/raw1394/gstdv1394src.h:
30236 Added AV/C VTR control support needed for some cameras.
30237 Added automatic port detection.
30238 Added properties for selecting the channel.
30239 The configure.ac script is not yet updated to reflect the
30240 new libavc1394 and librom1394 dependencies.
30242 2004-10-15 Wim Taymans <wim@fluendo.com>
30244 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30245 (qtdemux_parse), (gst_qtdemux_handle_esds):
30246 An esds box is not a container.
30247 Fix parsing of mp4v boxes.
30248 Do not try to renegotiate fps for each frame. Need to
30249 find a better method. This should fix mp4 playback.
30251 2004-10-14 David Schleef <ds@schleef.org>
30253 * configure.ac: update for swfdec-0.3 and liboil-0.2
30254 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30255 * ext/swfdec/gstswfdec.h: same
30256 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30257 * gst/videotestsrc/videotestsrc.c: same
30259 2004-10-14 Wim Taymans <wim@fluendo.com>
30261 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30262 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30263 (is_sync_frame), (gst_multifdsink_new_client),
30264 (gst_multifdsink_handle_client_write),
30265 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30266 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30267 Turn warnings into info.
30268 Don't allow a state change in the streaming thread.
30270 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
30272 * ext/vorbis/oggvorbisenc.c:
30273 * ext/vorbis/vorbisdec.c:
30274 fix template sample rate
30276 2004-10-13 Wim Taymans <wim@fluendo.com>
30278 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30279 Decoding the header first fixes some problems in resyncing
30282 2004-10-12 Wim Taymans <wim@fluendo.com>
30284 * gst/playback/gstplaybin.c: (gen_video_element),
30285 (gen_vis_element), (remove_sinks), (setup_sinks):
30286 Added vis plugin support, need to configure the vis
30287 element to activate it.
30289 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30291 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30292 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30294 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30295 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30296 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30297 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30298 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30299 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30300 * gst/avi/gstavidemux.h:
30301 Support for openDML-2.0 indx/ix## chunks. Support for broken index
30302 recovery (where, if part of the index is broken, we will still read
30303 the rest of the index and recover the broken part by stream
30304 scanning). More broken media support. EOS workarounds. General AVI
30305 braindamage headache recovery. Aspirin included.
30307 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30309 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30310 (cdparanoia_event), (cdparanoia_query):
30311 Get rid of hideous lead-in.
30313 2004-10-11 Wim Taymans <wim@fluendo.com>
30315 * gst/playback/gstplaybasebin.c: (setup_source):
30316 Wrong var used to get g_list_next.
30318 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30320 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30321 (cdparanoia_get), (cdparanoia_open):
30322 Report discid as metadata, add duration.
30324 2004-10-11 Wim Taymans <wim@fluendo.com>
30326 * gst/playback/gstplaybasebin.c: (setup_source):
30327 Cleanup the previous pipeline a little earlier for the
30328 case that a source element provides raw data.
30330 2004-10-11 Benjamin Otte <otte@gnome.org>
30332 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30333 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30334 consuming the last 128 bytes, even though it was valid mp3 data.
30336 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30338 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30339 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30340 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30341 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30343 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30345 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30346 Fix for webcams that support only specific width or height
30348 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
30350 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30352 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30353 Fix wrong discont event setup (fixes #154967).
30355 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
30357 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30359 * gst/auparse/gstauparse.c: (gst_auparse_chain):
30360 Error out on invalid data (fixes #154807).
30362 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
30364 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30366 * ext/dvdread/dvdreadsrc.c: (_read):
30367 Make titles > 0 work again (fixes #154834).
30369 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30371 * gst-libs/gst/riff/riff-media.c:
30372 (gst_riff_create_video_template_caps):
30373 WMV3 missing in template caps.
30375 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30377 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30378 OK, so the original code was too strict. It makes random AVI files
30379 hang for seconds upon opening, which is unacceptable and is far
30380 beyond the original goal of getting multiple chunks for one-chunk
30381 sounc stream files. So now do just that.
30383 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30385 * gst/playback/gstplaybasebin.c: (setup_source),
30386 (gst_play_base_bin_change_state):
30387 Actually clean up streaminfo if output fails. This would trigger
30388 if, for example, there was no CD in the drive. No preroll, so
30389 a streaminfo structure is created, but the subsequent state change
30390 of the thread fails.
30391 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30392 Don't change state if parent failed.
30394 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30396 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30397 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30398 (gen_video_element), (remove_sinks):
30399 Add small bits of code for screenshot handling.
30401 2004-10-08 Wim Taymans <wim@fluendo.com>
30403 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30404 (gen_video_element), (gen_audio_element), (setup_sinks):
30405 Don't assume the user provided sinks are named "sink"...
30407 2004-10-08 Wim Taymans <wim@fluendo.com>
30409 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30410 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30411 (gst_play_base_bin_link_stream):
30412 Do not try to autoplug sources that generate raw streams like
30414 disconnect the preroll overrun signal when we don't need it anymore.
30416 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
30418 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30419 Added reworked patch from #154903 from milosz derezynski (deadchip).
30421 2004-10-08 Wim Taymans <wim@fluendo.com>
30423 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30424 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30425 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30426 (cdparanoia_convert), (cdparanoia_uri_get_type),
30427 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30428 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30429 * ext/cdparanoia/gstcdparanoia.h:
30430 This adds the cdda://<tracknum> uri.
30432 2004-10-08 Wim Taymans <wim@fluendo.com>
30434 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30435 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30436 (try_to_link_1), (no_more_pads), (close_link), (type_found):
30437 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30438 (unknown_type), (gst_play_base_bin_remove_element),
30439 (gst_play_base_bin_link_stream):
30440 * gst/playback/gstplaybasebin.h:
30441 * gst/playback/gstplaybin.c: (gst_play_bin_init),
30442 (gst_play_bin_set_property), (gen_video_element),
30443 (gen_audio_element), (setup_sinks):
30444 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30445 (gst_stream_info_get_type), (gst_stream_info_class_init),
30446 (gst_stream_info_init), (gst_stream_info_new),
30447 (gst_stream_info_dispose), (stream_info_mute_pad),
30448 (gst_stream_info_set_property), (gst_stream_info_get_property):
30449 * gst/playback/gststreaminfo.h:
30450 Reuse the audio and video bins.
30451 Some internal cleanups in the stream selection code.
30453 2004-10-08 Julien MOUTTE <julien@moutte.net>
30455 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30456 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30457 * sys/ximage/ximagesink.h:
30458 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30459 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30460 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30461 not coming from those elements. Moreover these elements should not keep
30462 the xid they have been given when in NULL state.
30464 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30466 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30467 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30468 * sys/ximage/ximagesink.h:
30469 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30470 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30471 * sys/xvimage/xvimagesink.h:
30472 Actually only create a new toplevel window if we're not gonna
30473 embed it right after.
30475 2004-10-07 Wim Taymans <wim@fluendo.com>
30477 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30478 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30479 * gst/playback/gstplaybin.c: (setup_sinks):
30480 Implement muting/unmuting of streams, mute streams that are not
30483 2004-10-07 Wim Taymans <wim@fluendo.com>
30485 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30487 Added lame audio/x-ac3 typefind function.
30489 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30494 === release 0.8.5 ===
30496 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30501 releasing 0.8.5, "Take You On"
30503 2004-10-06 Wim Taymans <wim@fluendo.com>
30505 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30506 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30507 (no_more_pads), (close_link), (type_found):
30508 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30509 * gst/playback/gstplaybin.c: (gen_video_element):
30510 Do not signal the no_more_pads after the first pad when
30511 we are plugging a non dynamic element with multiple
30512 output pads (like swfdec, dvdec, ...).
30514 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
30517 bump for prerelease
30519 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30521 * gst/wavparse/gstwavparse.c:
30522 add ATRAC3 to STATIC CAPS to fix a warning
30524 * gst/matroska/ebml-read.c:
30525 * gst-libs/gst/riff/riff-read.c:
30528 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30530 * gst-libs/gst/riff/riff-media.c:
30531 generate caps for ATRAC3 audio streams
30533 * gst/realmedia/rmdemux.c:
30534 generate caps for ATRAC3 audio streams
30536 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30538 * gst/wavparse/Makefile.am
30539 * gst/wavparse/riff.h
30540 * gst/wavparse/wavparse.vcproj
30541 riff.h removal (unused and duplication with riff-ids.h)
30543 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30545 * gst/wavparse/gstwavparse.h
30546 remove duplicated defines for audio codec codes
30548 * gst-libs/gst/riff/riff-ids.h
30549 * gst/wavenc/riff.h:
30550 add "4CC" code for ATRAC3 audio streams
30551 add "4CC" code for ITU_G721_ADPCM (unused for now)
30553 2004-10-06 Wim Taymans <wim@fluendo.com>
30555 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30556 Actually _do_ negotiation. Pass gdouble as arg instead
30557 of guint64 for the framerate.
30559 2004-10-06 Wim Taymans <wim@fluendo.com>
30561 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30562 (find_compatibles), (close_pad_link), (try_to_link_1),
30563 (no_more_pads), (close_link), (type_found):
30564 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30565 * gst/playback/gstplaybin.c: (gen_video_element),
30566 (gen_audio_element):
30567 Set state on newly added element to READY so that negotiation
30569 Addes some more debug info.
30570 Do not try to plug pads with multiple caps structures or ANY
30571 because it is too dangerous since we do not do dynamic
30574 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
30576 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30580 add Oriya translation
30582 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30584 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30585 Prevent overwrite of size member. Makes audio sound crappy.
30587 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30589 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30590 Add rmvb to the list of known RealMedia extensions
30592 2004-10-05 Wim Taymans <wim@fluendo.com>
30594 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30595 (mngdec_openstream), (mngdec_closestream),
30596 (mngdec_handle_sink_event), (mngdec_readdata),
30597 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30598 (mngdec_getcanvasline), (mngdec_refresh),
30599 (gst_mngdec_change_state):
30600 Set the framerate correctly.
30602 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30604 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30605 There was something wrong with the index massaging.
30607 2004-10-04 Wim Taymans <wim@fluendo.com>
30609 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30610 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30611 (gst_smokedec_chain):
30612 * ext/jpeg/gstsmokedec.h:
30613 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30614 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30615 * ext/jpeg/gstsmokeenc.h:
30616 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30617 (smokecodec_decode_new), (smokecodec_info_free),
30618 (smokecodec_set_quality), (smokecodec_get_quality),
30619 (smokecodec_set_threshold), (smokecodec_get_threshold),
30620 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30621 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30622 (smokecodec_encode), (smokecodec_parse_id),
30623 (smokecodec_parse_header), (smokecodec_decode):
30624 * ext/jpeg/smokecodec.h:
30625 * ext/jpeg/smokeformat.h:
30626 Updated smoke, new bitstream, allows embedding in ogg.
30628 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30630 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30631 Fix seeking in some files. All this code is no longer needed (and
30632 actually breaks stuff) because we now synchronize the full index
30633 right when reading the header.
30635 2004-10-04 Wim Taymans <wim@fluendo.com>
30638 configure update for libmng.
30640 2004-10-04 Wim Taymans <wim@fluendo.com>
30642 * ext/libmng/Makefile.am:
30643 * ext/libmng/gstmng.c: (plugin_init):
30644 * ext/libmng/gstmng.h:
30645 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30646 (gst_mngdec_base_init), (gst_mngdec_class_init),
30647 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30648 (gst_mngdec_loop), (gst_mngdec_get_property),
30649 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30650 (mngdec_closestream), (mngdec_handle_sink_event),
30651 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30652 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30653 (gst_mngdec_change_state):
30654 * ext/libmng/gstmngdec.h:
30655 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30656 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30657 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30658 (gst_mngenc_chain), (gst_mngenc_get_property),
30659 (gst_mngenc_set_property):
30660 * ext/libmng/gstmngenc.h:
30661 Added basic MNG decoder. Needs more work. The encoder does
30664 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30666 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30667 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30668 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30669 Don't hang on length=0 chunks. Some negotiation fixes. Signal
30672 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
30675 you need at least 1.0.4 of speex
30677 2004-10-04 Iain <iaingnome@gmail.com>
30679 * ext/speex/gstspeexdec.h: Revert the includes changes.
30681 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30683 2004-09-30 Iain <iaingnome@gmail.com>
30685 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30686 found during init or set as a property instead of hardcoding /dev/audio
30688 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30690 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30691 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30692 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30693 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30694 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30695 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30696 (gst_rmdemux_dump_data):
30697 Use debug category, fix EOS handling. filesrc ! rmdemux now
30700 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30702 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30703 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30704 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30705 Improve allocation, cutting and sorting of the index. How takes a
30706 few seconds instead of minutes.
30708 2004-10-03 Christophe Fergeau <teuf@gnome.org>
30710 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30713 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30715 * gst-libs/gst/riff/riff-media.c:
30716 (gst_riff_create_video_caps_with_data),
30717 (gst_riff_create_video_template_caps):
30718 Add wing commander format mimetype/fourccs.
30719 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30720 Don't crash if some value is 0.
30722 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30724 * gst-libs/gst/riff/riff-media.c:
30725 (gst_riff_create_video_caps_with_data),
30726 (gst_riff_create_video_template_caps):
30727 Add DIB fourcc (raw, palettized 8-bit RGB).
30728 * gst-libs/gst/riff/riff-read.c:
30729 (gst_riff_read_strf_vids_with_data):
30730 Oops, fix strf_data reading bug.
30731 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30732 Use a non-NULL tag.
30733 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30734 Time for hacks. Sorry Dave. At least one quicktime movie (a
30735 trailer) that I've encountered contains multiple video tracks.
30736 One of those is the actual video track, the other are one-frame
30737 tracks (images). Unfortunately, the number of frames according
30738 to the trak header is 1 for each, so that doesn't help. So
30739 instead, I look at the duration and discard tracks with a
30740 duration shorter than 20% of the length of the stream. Better
30743 2004-10-01 Christian Schaller <christian@fluendo.com>
30745 * ext/ivorbis/vorbis.c:
30746 Patch from Phil Blundell (Bug 152341)
30748 2004-10-01 Wim Taymans <wim@fluendo.com>
30750 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30751 (speex_dec_get_formats), (speex_dec_convert),
30752 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30753 (speex_dec_chain), (gst_speexdec_get_property),
30754 (gst_speexdec_set_property):
30757 2004-10-01 Wim Taymans <wim@fluendo.com>
30759 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30760 (gst_wavparse_stream_init), (gst_wavparse_fmt),
30761 (gst_wavparse_other), (gst_wavparse_loop),
30762 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30763 (gst_wavparse_srcpad_event):
30764 * gst/wavparse/gstwavparse.h:
30765 Added some more debugging info.
30766 Fix the case where the length of the file is 0.
30767 Make sure we seek to sample borders.
30769 2004-10-01 Wim Taymans <wim@fluendo.com>
30771 * gst/playback/README:
30772 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30773 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30774 (try_to_link_1), (no_more_pads), (close_link), (type_found):
30775 Add some debug info to decodebin, update README
30777 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30779 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30780 Don't use g_print(); use GST_DEBUG().
30782 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30784 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30785 (gst_ogg_mux_queue_pads):
30786 Handle EOS properly.
30788 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
30790 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30792 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30793 (gst_faad_chain), (gst_faad_change_state):
30794 * ext/faad/gstfaad.h:
30795 Allow playback of raw (unframed) MPEG AAC files (#148993).
30797 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
30799 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30801 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30802 Throw error if we didn't recognize the stream. Fixes #152289.
30804 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30806 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30809 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
30811 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30813 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30816 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
30818 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30820 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30822 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30825 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30827 * gst-libs/gst/riff/riff-media.c:
30828 (gst_riff_create_video_caps_with_data),
30829 (gst_riff_create_audio_caps_with_data):
30830 Add codec_data handling (like asfdemux used to do).
30831 * gst/asfdemux/gstasf.c: (plugin_init):
30832 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30833 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30834 Use riff-media for caps creation instead of our own (mostly
30835 broken) copy of its functions.
30837 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30839 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30840 Don't actually error out if we get another return value than
30841 -EINVAL. Opposite to what I first thought, drivers have random
30842 return values for this, although -EINVAL is the expected return
30843 value. Since this is not fatal, we shouldn't use
30844 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30846 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30848 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30849 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30850 (dvdreadsrc_get_property), (_open), (_seek), (_read),
30851 (dvdreadsrc_get), (dvdreadsrc_open_file),
30852 (dvdreadsrc_change_state):
30853 Fix. Don't do one big huge loop around the whole DVD, that will
30854 cache all data and thus eat sizeof(dvd) (several GB) before we
30856 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30857 Actually NULL'ify event after using it.
30858 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30859 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30860 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30861 (gst_ebml_read_seek), (gst_ebml_read_skip):
30863 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30864 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30865 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30866 Fix timing (this will probably break if I seek using menus, but
30867 I didn't get there yet). VOBs and normal DVDs should now work.
30868 Add a mpeg2-only pad with high rank so this get autoplugged for
30870 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30871 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30872 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30873 (gst_mpeg_demux_get_audio_stream),
30874 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30875 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30876 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30877 MPEG-1 but use dvddemux for MPEG-2.
30878 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30879 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30880 (gst_mpeg_parse_parse_packhead):
30881 Timing. Only add pad template if it exists. Add sink template from
30882 class and not from ourselves. This means we will always use the
30883 correct sink template even if it is not the one defined in this
30886 2004-09-29 Wim Taymans <wim@fluendo.com>
30888 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30889 (gst_mpeg_demux_parse_pes):
30890 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30891 Fix playback of mpeg again, timestamps where screwed up by
30894 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30896 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30897 Only return true if we actually filled something in. Prevents
30898 player applications from showing a random length for flac files.
30899 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30900 (gst_riff_read_use_event), (gst_riff_read_handle_event),
30901 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30902 (gst_riff_read_strf_vids_with_data),
30903 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30904 OK, ok, so I implemented event handling. Apparently it's normal
30905 that we receive random events at random points without asking
30907 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30908 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30909 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30910 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30911 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30912 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30913 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30914 * gst/avi/gstavidemux.h:
30915 Implement non-lineair chunk handling and subchunk processing.
30916 The first solves playback of AVI files where the audio and video
30917 data of individual buffers that we read are not synchronized.
30918 This should not happen according to the wonderful AVI specs, but
30919 of course it does happen in reality. It is also a prerequisite for
30920 the second. Subchunk processing allows us to cut chunks in small
30921 pieces and process each of these pieces separately. This is
30922 required because I've seen several AVI files with incredibly large
30923 audio chunks, even some files with only one audio chunk for the
30924 whole file. This allows for proper playback including seeking.
30925 This patch is supposed to fix all AVI A/V sync issues.
30926 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30927 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30929 * gst/modplug/gstmodplug.cc:
30930 Proper return value setting for the query() function.
30931 * gst/playback/gstplaybasebin.c: (setup_source):
30932 Being in non-playing state (after, e.g., EOS) is not necessarily
30933 a bad thing. Allow for that. This fixes playback of short files.
30934 They don't actually playback fully now, because the clock already
30935 runs. This means that small files (<500kB) with a small length
30936 (<2sec) will still not or barely play. Other files, such as mod
30937 or flx, will work correctly, however.
30939 2004-09-28 Wim Taymans <wim@fluendo.com>
30941 * ext/speex/gstspeex.c: (plugin_init):
30942 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30943 (gst_speex_dec_class_init), (speex_dec_get_formats),
30944 (speex_get_event_masks), (speex_get_query_types),
30945 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30946 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30947 (gst_speexdec_get_property), (gst_speexdec_set_property),
30948 (speex_dec_change_state):
30949 * ext/speex/gstspeexdec.h:
30950 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30951 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30952 (gst_speexenc_base_init), (gst_speexenc_class_init),
30953 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30954 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30955 (gst_speexenc_src_query), (gst_speexenc_init),
30956 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30957 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30958 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30959 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30960 (gst_speexenc_chain), (gst_speexenc_get_property),
30961 (gst_speexenc_set_property), (gst_speexenc_change_state):
30962 * ext/speex/gstspeexenc.h:
30963 Rewrote speex encoder, make sure it can be embedded in ogg.
30964 Implemented speex decoder.
30966 2004-09-28 Christian Schaller <christian@fluendo.com>
30969 Remove kioslave plugin. Markey is brewing a new working one
30970 * ext/Makefile.am: Remove kioslave plugin
30972 * gst-plugins.spec.in: remove kio plugin from spec
30974 2004-09-27 Wim Taymans <wim@fluendo.com>
30976 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30977 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30978 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30979 (gst_multifdsink_new_client),
30980 (gst_multifdsink_handle_client_write),
30981 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30982 (gst_multifdsink_handle_clients):
30983 * gst/tcp/gstmultifdsink.h:
30984 Make syncing to keyframes actually work for new clients and lagging
30987 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
30989 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30990 (gst_navigationtest_handle_src_event), (draw_box_planar411),
30991 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30992 * gst/debug/gstnavigationtest.h:
30993 make navigationtest display button-press and button-release events
30995 2004-09-26 Iain <iaingnome@gmail.com>
30997 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30998 the channels have received a new media event.
30999 (interleave_buffered_loop): Compresses a new media event on all
31002 2004-09-26 Iain <iaingnome@gmail.com>
31004 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
31005 call the sinkpad's default event handler and not the srcpads. He also
31006 says this is confusing :)
31007 (gst_wavenc_stop_file): Company says that seek events only go upstream
31008 we should send a discontinuous downstream instead.
31010 2004-09-25 Christian Schaller <christian@fluendo.com>
31012 * Update SPEC file to be usable in conjunction with Fedora Core,
31013 Fedora.us and freshrpms packages
31014 * Fix typo in multifilesrc test Makefile
31016 2004-09-24 Wim Taymans <wim@fluendo.com>
31018 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
31019 Only signal the no_more_pads signal when we have
31020 added the stream to our list.
31022 2004-09-24 Wim Taymans <wim@fluendo.com>
31024 * gst/playback/gstplaybasebin.c: (remove_prerolls),
31026 * gst/playback/gstplaybasebin.h:
31027 * gst/playback/gstplaybin.c: (setup_sinks):
31028 Don't try to preroll or decode more than one audio/video
31031 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31033 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31034 Throw error if we failed to find a suitable output. This should
31035 throw an error if we successfully set up a pipeline (e.g. because
31036 we recognized a media file) but found no decodable streams in it
31037 (e.g. because it contains only media stream types for which we
31038 have no decoders, or because it's not a media type).
31040 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31042 * ext/dirac/Makefile.am:
31043 * ext/dirac/gstdirac.cc:
31044 * ext/dirac/gstdiracdec.cc:
31045 * ext/dirac/gstdiracdec.h:
31046 Do something. Don't actually know if this works because I don't
31047 have a demuxer yet.
31048 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
31049 Add channels=1 to caps returned from _getcaps().
31050 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
31051 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
31052 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
31053 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
31054 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
31055 (gst_ogm_parse_change_state):
31056 Separate between audio/video so ogmaudioparse actually uses the
31057 audio pad templates. Both audio and video work now, including
31058 autoplugging. Also use sometimes-srcpad hack.
31059 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31060 Handle events better. Don't hang on infinite loops.
31061 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
31062 (gst_avi_demux_init), (gst_avi_demux_reset),
31063 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31064 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
31065 (gst_avi_demux_change_state):
31066 * gst/avi/gstavidemux.h:
31067 Improve A/V sync. Still not perfect.
31068 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
31069 (gst_ebml_read_skip):
31070 Handle events better.
31071 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31072 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
31073 (qtdemux_audio_caps):
31074 Add IMA4. Improve event handling. Save offset after a seek when
31075 the headers are at the end of the file so that we don't end up in
31077 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
31078 Add low-priority typefind support for files with no length.
31080 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31082 * testsuite/multifilesink/Makefile.am:
31085 2004-09-22 Julien MOUTTE <julien@moutte.net>
31087 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31088 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
31089 mistakes from thaytan's patches.
31091 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
31093 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31094 For completeness, XSync in the destroy function as xvimage does.
31096 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
31098 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31099 Correct caps negotiation
31100 * gst/volume/gstvolume.c: (volume_chain_float),
31101 (volume_chain_int16):
31102 Modify debug output to be little more informative
31103 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
31104 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31105 (gst_xvimagesink_xvimage_destroy):
31106 Add XSync calls after detaching from the shared memory segment to
31109 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31111 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31112 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
31113 * ext/vorbis/vorbis.c: (plugin_init):
31114 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
31115 (gst_vorbisenc_chain):
31116 * ext/vorbis/vorbisenc.h:
31117 remove explicit newmedia support from oggmux and vorbisenc
31118 add debug category to vorbisenc
31119 * gst/multifilesink/gstmultifilesink.c:
31120 (gst_multifilesink_class_init), (gst_multifilesink_init),
31121 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31122 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31123 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31125 * gst/multifilesink/gstmultifilesink.h:
31126 add support for streamheader in multifilesink
31128 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31130 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31131 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31132 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31133 Prevent infinite loops. More correct error reporting.
31134 * gst/auparse/gstauparse.c: (gst_auparse_chain):
31135 Error out if negotiation fails.
31136 * gst/playback/gstplaybasebin.c: (setup_source),
31137 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31138 (gst_play_base_bin_found_tag):
31139 Error/tag forwarding. Pre-roll fixes for source errors on state
31140 changes (e.g. "file does not exist") to prevent hangs.
31142 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31144 * testsuite/multifilesink/Makefile.am:
31145 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31146 (gst_newmedia_class_init), (gst_newmedia_init),
31147 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31148 (newfile_signal), (test_signal), (main):
31149 * testsuite/multifilesink/multifilesrc_test.c: (main):
31150 * testsuite/multifilesink/oggtheora_test.c:
31151 (gst_newmedia_base_init), (gst_newmedia_class_init),
31152 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31153 (test_format), (newfile_signal), (test_signal), (main):
31154 * testsuite/multifilesink/oggvorbis_test.c:
31155 (gst_newmedia_base_init), (gst_newmedia_class_init),
31156 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31157 (test_format), (newfile_signal), (test_signal), (main):
31158 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31159 (gst_newmedia_class_init), (gst_newmedia_init),
31160 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31161 (newfile_signal), (test_signal), (main):
31164 2004-09-20 Christian Schaller <christian@fluendo.com>
31166 * Fix mikmod license to LGPL as they have relicensed
31167 * Move Dirac and Effectv into LGPL section of README_license
31169 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31171 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31172 (gst_mad_change_state):
31173 Allow for mp3 rate/channels changes. However, only very
31174 conservatively. Reason that we *have* to enable this is smiply
31175 because the mad find_sync() function is not good enough, it will
31176 regularly sync on random data as valid frames and therefore make
31177 us provide random caps as *final* caps of the stream. The best fix
31178 I could think of is to simply require several of the same stream
31179 changes in a row before we change caps.
31180 The actual testcase that works now is #
31181 * ext/ogg/Makefile.am:
31182 * ext/ogg/gstogg.c: (plugin_init):
31183 * ext/ogg/gstogmparse.c:
31184 OGM support (video only for now; I need an audio sample file).
31185 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31186 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31187 (gst_asf_demux_add_video_stream):
31189 * gst/playback/gstplaybasebin.c: (unknown_type):
31190 Don't error out on single unknown-types after all. It's wrong.
31191 If we found type of video and audio but not of a subtitle stream,
31192 it will still error out (which is unwanted). Will find a better fix
31194 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31195 (ogmaudio_type_find), (plugin_init):
31198 2004-09-20 Johan Dahlin <johan@gnome.org>
31200 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31201 after setting caps.
31203 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31205 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31206 * gst/wavenc/gstwavenc.h:
31207 Added newmedia support to wavenc
31209 2004-09-17 Wim Taymans <wim@fluendo.com>
31211 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31212 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31213 (gst_fdset_fd_can_write), (gst_fdset_wait):
31214 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31215 (gst_multifdsink_init), (gst_multifdsink_add),
31216 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31217 (gst_multifdsink_remove_client_link),
31218 (gst_multifdsink_client_queue_buffer),
31219 (gst_multifdsink_handle_client_write),
31220 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31221 (gst_multifdsink_close), (gst_multifdsink_change_state):
31222 * gst/tcp/gstmultifdsink.h:
31223 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31224 (gst_tcpserversink_removed):
31225 Small cleanups in fdset.c
31226 Use a hastable to map fd to the client structure for faster
31227 lookup in _remove and get_stats.
31228 Added virtual function to close the fds.
31229 Handle clients even when the select/poll call was unblocked because
31231 Implement syncing to keyframe in the recovery procedure.
31233 2004-09-16 Iain <iaingnome@gmail.com>
31235 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31238 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31240 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31241 Caps are only set if the type of the stream is unknown, but this
31242 is initialized in ->init_stream(), so set to UNKNOWN after calling
31243 ->init_stream() so that capsnego starts.
31245 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31247 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31248 (gst_avi_demux_stream_data):
31249 Just hardcode for raw audio then. AVI audio sucks.
31251 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
31253 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31254 * gst/matroska/matroska-mux.c: (audiosink_templ),
31255 (gst_matroska_mux_audio_pad_link):
31256 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31257 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31259 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31261 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31262 (gst_avi_demux_stream_data):
31263 Try to fix a/v sync issues.
31265 2004-09-15 David Schleef <ds@schleef.org>
31267 * configure.ac: remove NASM check, since we don't use it. Update
31269 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31270 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31271 Initialized variables.
31272 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31273 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31274 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31277 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31279 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31280 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31281 * gst/avi/gstavidemux.h:
31282 Fix for compressed audio (mp3) timestamp generation. How did this
31285 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31287 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31288 Volume is a double not a float.
31290 2004-09-15 Wim Taymans <wim@fluendo.com>
31292 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31293 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31294 Don't close the fd in multifdsink as we didn't open it in the
31295 first place. Some cleanups.
31297 2004-09-15 Wim Taymans <wim@fluendo.com>
31299 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31300 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31301 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31302 Fix the case where the muxer would mark pages as delta
31303 frames when they are not (vorbis only ogg).
31305 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31307 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31308 (gst_play_base_bin_change_state):
31309 Handle the case where we failed to setup a clear pipeline. This
31310 will throw an error (or EOS, another nice case) and if you don't
31311 catch that, the app will wait for the signal forever (and thus
31314 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31316 * ext/gnomevfs/gstgnomevfssink.c:
31317 (gst_gnomevfssink_uri_get_protocols):
31318 * ext/gnomevfs/gstgnomevfssrc.c:
31319 (gst_gnomevfssrc_uri_get_protocols):
31320 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31321 * ext/gnomevfs/gstgnomevfsuri.h:
31322 Use _uri_new() instead of _open(), so it doesn't take as long and
31323 Christophe's computer won't hang.
31324 * gst/playback/gstplaybasebin.c: (unknown_type):
31325 Throw error on unknown media type, so apps actually display it.
31327 2004-09-14 Brian Cameron <brian.cameron@sun.com
31329 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
31330 this script to work on Solaris since bash shell handles echo
31331 differenly than bash.
31333 2004-09-17 Wim Taymans <wim@fluendo.com>
31335 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31336 (setup_source), (gst_play_base_bin_set_property),
31337 (gst_play_base_bin_add_element):
31338 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31339 Some more work on making sure seeking pauses the pipeline and
31340 that changing the uri actually does something.
31342 2004-09-17 Wim Taymans <wim@fluendo.com>
31344 * gst/tcp/gstfdset.c: (gst_fdset_wait):
31345 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31346 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31347 (gst_tcpserversink_close):
31348 Be a bit more paranoid when freeing memory.
31350 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31352 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31353 (qtdemux_parse_trak):
31354 Don't crash by dividing by zero (see sample movie in #126922).
31356 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31358 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31359 Don't touch non-existing data (fixes crash on file in #140147).
31361 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31363 * gst/playback/gstplaybasebin.c:
31364 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31365 Handle double disposals, and proper change of URIs.
31367 2004-09-13 Martin Eikermann <meiker@upb.de>
31369 * gst/mpegstream/gstmpegparse.c:
31370 fix synchronistation for streams recorded from digital PCR
31373 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31375 * ext/gnomevfs/Makefile.am:
31376 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31377 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31378 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31379 (gst_gnomevfssink_uri_get_type),
31380 (gst_gnomevfssink_uri_get_protocols),
31381 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31382 (gst_gnomevfssink_uri_handler_init),
31383 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31384 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31385 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31386 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31387 (gst_gnomevfssrc_uri_get_type),
31388 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31389 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31390 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31391 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31392 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31393 * ext/gnomevfs/gstgnomevfsuri.h:
31394 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31395 of fake URIs to see which this version of Gnome-VFS likes, and
31396 uses that for the Gst-URI interface. Makes playbin support http://
31397 streams. Also fix up some stupid behaviour in gnomevfssrc.
31399 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31401 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31402 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31403 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31404 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31405 Update mixer (to sync with other sessions) if we try to obtain
31406 a new value. This makes alsamixer work accross applications.
31407 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31408 Only call sync functions if we're running, else alsalib asserts.
31409 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31410 Sometimes fails to compile. Possibly a gcc bug.
31411 * gst/playback/gstplaybin.c: (gen_video_element),
31412 (gen_audio_element):
31413 Add a reference to an application-provided object, because we lose
31414 this same reference if we add it to the bin. If we don't do this,
31415 we can only use this object once and thus crash if we go from
31416 ready to playing, back to ready and back to playing again.
31417 Also add an audioscale element because several cheap soundcards -
31418 like mine - don't support all samplerates.
31419 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31420 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31421 Fix wrong order or PAR calls. Makes automatically obtained PAR
31422 from the X server atually being used.
31424 2004-09-12 David Schleef <ds@schleef.org>
31426 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31427 #151887, #152102, #152247.
31428 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31429 * examples/seeking/cdparanoia.c: same
31430 * examples/seeking/cdplayer.c: same
31431 * examples/seeking/seek.c: same
31432 * examples/seeking/spider_seek.c: same
31433 * examples/seeking/vorbisfile.c: same
31434 * examples/stats/mp2ogg.c: same
31435 * ext/esd/esdsink.c: (gst_esdsink_class_init),
31436 (gst_esdsink_dispose): Dispose of element properly.
31437 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31439 * ext/nas/nassink.c: (gst_nassink_class_init),
31440 (gst_nassink_dispose): Dispose of element correctly.
31441 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31442 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31443 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31444 Fix 64-bit warning.
31445 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31446 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31447 Fix 64-bit warning.
31449 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31451 * configure.ac : change speex detection as 1.1.6 now uses
31452 .pc/pkg-config and they changed their headers location.
31454 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
31456 * gst/matroska/matroska-mux.h:
31457 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31458 (gst_matroska_mux_start), (gst_matroska_mux_finish),
31459 (gst_matroska_mux_write_data):
31460 Write multiple blocks/frames per cluster.
31461 Write meta-seek information (seek heads).
31463 2004-09-09 Scott Wheeler <wheeler@kde.org>
31465 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31466 (gst_play_bin_set_property), (gst_play_bin_get_property),
31467 (gen_audio_element), (gen_audio_element):
31468 Add a volume element / property to the pipeline.
31470 2004-09-07 Wim Taymans <wim@fluendo.com>
31472 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31473 Copy timestamps from the master pad to the output buffers.
31475 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
31477 * ext/raw1394/gstdv1394src.c:
31478 throw errors when applicable
31480 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
31482 * gst/matroska/ebml-ids.h:
31483 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31484 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31485 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31486 automatically convert unix time <-> ebml time when reading/writing
31487 a date, use gst_ebml_write_uint to write CUETIME,
31488 not gst_ebml_write_date.
31489 * gst/matroska/matroska-ids.h:
31490 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31491 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31492 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31493 (gst_matroska_mux_write_data):
31494 Write track and segment UIDs, write muxing date, write
31495 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31496 Create cues for audio only files.
31498 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31500 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31501 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31502 Re-commit ALSA switches.
31503 * gst/adder/gstadder.c: (gst_adder_loop):
31504 64-bit fix (#151416).
31505 * gst/debug/progressreport.c: (gst_progressreport_report):
31506 64-bit fix (#151419).
31507 * gst/matroska/matroska-demux.c:
31508 (gst_matroska_demux_parse_contents):
31509 64-bit fix (#151420).
31510 * gst/playback/test3.c: (update_scale):
31511 64-bit fix (#151421).
31513 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
31518 === release 0.8.4 ===
31520 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
31522 * configure.ac: releasing 0.8.4, "Alias"
31524 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
31526 * ext/theora/Makefile.am:
31527 fix makefile. Fixes #151462.
31529 2004-08-30 Wim Taymans <wim@fluendo.com>
31531 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31532 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31533 (gst_multifdsink_remove_client_link),
31534 (gst_multifdsink_client_queue_buffer),
31535 (gst_multifdsink_handle_client_write):
31536 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31537 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31538 Fix some memory leaks.
31540 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
31542 Patch by: David Schleef
31546 rename our detection macro for V4L2. Fixes #151236.
31548 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
31550 Patch by: David Schleef
31553 check to define LAMEPRESET. Fixes #151232.
31555 2004-08-27 David Schleef <ds@schleef.org>
31557 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31558 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31559 (gst_glimagesink_fixate): Move local variable declarations to
31560 make gcc-2.95 happy.
31562 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
31565 bump nano for prerelease
31567 2004-08-27 David Schleef <ds@schleef.org>
31569 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31570 * sys/sunaudio/gstsunaudiosrc.c:
31571 * sys/sunaudio/gstsunaudiosrc.h:
31573 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31575 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31576 handle EOS correctly
31577 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31578 * gst/matroska/matroska-mux.h:
31579 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31580 VFW compatibility mode
31582 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
31584 patch by: Zaheer Abbas Merali
31586 * ext/ogg/gstoggmux.c:
31587 * ext/vorbis/vorbisenc.c:
31588 * ext/vorbis/vorbisenc.h:
31591 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31593 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31594 fix byte order reversion on little endian machines.
31595 * gst/matroska/matroska-mux.c: (audiosink_templ),
31596 (gst_matroska_mux_audio_pad_link):
31597 add TTA codec to the list of supported codecs.
31598 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31599 (gst_matroska_mux_start), (gst_matroska_mux_finish),
31600 (gst_matroska_mux_write_data):
31601 * gst/matroska/matroska-mux.h:
31602 write segment duration correctly, write muxing app string, fixes bugs
31603 #140897 and #140898.
31604 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31605 wait for all pads to be negotiated before starting to mux.
31607 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31609 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31610 * ext/lame/gstlame.h:
31611 Added new media support to lame
31613 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31615 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31616 send vorbis headers at the beginning of a stream, fixes bug #141554.
31617 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31619 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31620 (gst_matroska_demux_plugin_init):
31621 * gst/matroska/matroska-ids.h:
31622 enable demuxing of TTA audio streams, fixes bug #148951.
31623 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31624 enable typefinding for TTA audio files, fixes bug #148711.
31625 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31626 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31627 fixes playback of packed bitstream and xvid with bframes, bug #135407.
31629 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
31631 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31632 (gst_riff_read_element_data), (gst_riff_read_seek),
31633 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31634 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31637 2004-08-23 Iain <iaingnome@gmail.com>
31639 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31640 tags. They appear to be handled differently to normal.
31641 (tag_list_to_id3_tag_foreach): Ditto.
31643 2004-08-22 Wim Taymans <wim@fluendo.com>
31645 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31646 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31647 Make sure we never send -1 granulepos.
31649 2004-08-20 Wim Taymans <wim@fluendo.com>
31651 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31652 (gst_ogg_mux_loop):
31653 I will accept bitchslappings with non sharp objects.
31655 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31658 Clean up the test for lame presets
31660 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31663 * ext/lame/Makefile.am:
31664 * ext/lame/gstlame.c: (gst_lame_class_init),
31665 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31666 Only enable lame presets if version of lame has presets in API
31668 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
31669 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31670 * gst/udp/gstudpsrc.h:
31671 Don't call gst_pad_push in a get function. Fixes #150449
31673 2004-08-18 Wim Taymans <wim@fluendo.com>
31675 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31676 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31677 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31678 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31679 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31681 * gst/tcp/gstfdset.h:
31682 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31683 (gst_multifdsink_client_queue_buffer),
31684 (gst_multifdsink_handle_client_write):
31685 * gst/tcp/gstmultifdsink.h:
31686 Some extra checks in gstfdset.
31687 Only use send() when the fd is a socket. Don't try to
31688 read from write only fds.
31690 2004-08-18 Wim Taymans <wim@fluendo.com>
31692 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31693 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31694 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31695 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31697 Add more locking and bounds checking.
31699 2004-08-18 Wim Taymans <wim@fluendo.com>
31701 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31702 Realloc test fdset in the lock and right before starting
31703 the poll call. Bump the limit to 4096.
31705 2004-08-17 David Schleef <ds@schleef.org>
31707 * sys/sunaudio/Makefile.am:
31708 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31709 of rates and channels. Make debugging less obnoxious.
31711 Patch from Balamurali Viswanathan implementing a mixer for
31712 Sun audio. (bug #144091):
31713 * sys/sunaudio/gstsunelement.c:
31714 * sys/sunaudio/gstsunelement.h:
31715 * sys/sunaudio/gstsunmixer.c:
31716 * sys/sunaudio/gstsunmixer.h:
31718 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31720 * gst/audioscale/gstaudioscale.c:
31721 * gst/audioscale/gstaudioscale.h:
31722 made audioscale resample from any sample rate to any sample rate
31724 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
31726 * ext/libpng/gstpngdec.c:
31727 error out on unsupported types
31729 2004-08-17 Iain <iaingnome@gmail.com>
31731 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31732 mid_side and loose_mid_side properties if its a stereo stream.
31734 2004-08-17 Wim Taymans <wim@fluendo.com>
31736 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31737 (theora_get_formats), (theora_dec_src_convert),
31738 (theora_dec_sink_convert), (theora_dec_src_query),
31739 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31742 2004-08-17 Wim Taymans <wim@fluendo.com>
31744 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31745 (gst_ogg_pad_push):
31746 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31747 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31748 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31749 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31750 Mark delta units in the muxer.
31751 Try to decode the packet after an out-of-sync error from
31754 2004-08-17 Wim Taymans <wim@fluendo.com>
31756 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31757 (gst_multifdsink_init), (gst_multifdsink_add),
31758 (gst_multifdsink_client_queue_buffer),
31759 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31760 * gst/tcp/gstmultifdsink.h:
31761 Added option to send a keyframe to clients as the first buffer.
31762 Make timeout property writable.
31764 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
31766 patch by: Wim Taymans
31768 * gst/tcp/gstfdset.c:
31769 * gst/tcp/gstmultifdsink.c:
31770 fix index comparison, should include 0
31772 2004-08-16 Wim Taymans <wim@fluendo.com>
31774 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31775 (gst_fdset_add_fd), (gst_fdset_remove_fd),
31776 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31777 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31779 copy when reallocing for poll so the select arguments don't get
31780 changed during the call
31782 2004-08-16 Wim Taymans <wim@fluendo.com>
31784 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31785 (gst_theora_enc_class_init), (theora_enc_sink_link),
31786 (theora_buffer_from_packet), (theora_enc_chain):
31787 Fix bug where buffers were not marked as keyframes
31790 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31792 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31793 (gst_lame_preset_get_type), (gst_lame_class_init):
31794 describe the enum values for vbr mode and presets more verbosely
31796 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31798 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31799 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31800 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31801 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31802 * ext/lame/gstlame.h:
31803 add preset property to lame so it can use lame presets
31805 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31807 * ext/lame/gstlame.c: (gst_lame_get_property):
31808 whoops forgot break, thanks teuf
31810 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31812 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31813 (gst_lame_class_init), (gst_lame_src_getcaps),
31814 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31815 (gst_lame_get_property), (gst_lame_setup):
31816 * ext/lame/gstlame.h:
31817 fix lame's broken vbr stuff, allow it to resample if need be, and also
31818 make xing header optional
31820 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31822 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31823 added getcaps function so samplerate doesnt get fixated to silly values
31825 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31827 * ext/lame/gstlame.c: (gst_lame_src_link):
31828 revert previous fix
31830 2004-08-12 Johan Dahlin <johan@gnome.org>
31832 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31833 checks. Doesn't matter what state we are in. Interfaces are a
31834 compile time thing, not runtime. It also broke the python bindings.
31836 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31838 * ext/lame/gstlame.c: (gst_lame_src_link):
31839 made source pad link function check if sinkpad is ok..fixes the problem
31840 where core fixates the output rate of lame stupidly
31842 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
31844 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31845 * sys/v4l/v4l_calls.c:
31846 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31847 fix fixate function to handle nonsimple caps.
31848 remove bogus check in _link
31851 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31853 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31854 set default compression ratio parameter to 0.0 so bitrate parameter
31857 2004-08-11 David Schleef <ds@schleef.org>
31859 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31861 2004-08-11 David Schleef <ds@schleef.org>
31863 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31866 2004-08-11 David Schleef <ds@schleef.org>
31868 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31870 2004-08-11 David Schleef <ds@schleef.org>
31872 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31874 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31875 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31877 * gst/auparse/gstauparse.c: Fix plugin license field.
31878 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31879 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31880 * gst/rtp/gstrtp.c: Fix plugin license field.
31882 2004-08-11 Wim Taymans <wim@fluendo.com>
31884 * gst/tcp/Makefile.am:
31885 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31886 (ensure_size), (gst_fdset_new), (gst_fdset_free),
31887 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31888 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31889 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31890 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31891 (gst_fdset_fd_can_write), (gst_fdset_wait):
31892 * gst/tcp/gstfdset.h:
31893 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31894 (gst_multifdsink_class_init), (gst_multifdsink_init),
31895 (gst_multifdsink_add), (gst_multifdsink_remove),
31896 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31897 (gst_multifdsink_remove_client_link),
31898 (gst_multifdsink_handle_client_read),
31899 (gst_multifdsink_client_queue_data),
31900 (gst_multifdsink_client_queue_caps),
31901 (gst_multifdsink_client_queue_buffer),
31902 (gst_multifdsink_handle_client_write),
31903 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31904 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31905 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31906 (gst_multifdsink_close):
31907 * gst/tcp/gstmultifdsink.h:
31908 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31909 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31910 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31911 (gst_tcpserversink_close):
31912 * gst/tcp/gsttcpserversink.h:
31913 Abstracted away the select call, implemented poll (yes we ran into
31914 the 1024 limit in production).
31916 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
31918 * gst/tcp/gsttcp.c:
31919 * gst/tcp/gsttcpplugin.c:
31920 improve debuggging, remove assert
31922 2004-08-10 Wim Taymans <wim@fluendo.com>
31924 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31925 (gst_client_status_get_type), (gst_multifdsink_class_init),
31926 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31927 (gst_multifdsink_handle_client_read),
31928 (gst_multifdsink_handle_client_write),
31929 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31930 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31931 (gst_multifdsink_get_property):
31932 * gst/tcp/gstmultifdsink.h:
31933 * gst/tcp/gsttcp-marshal.list:
31934 Starting to prepare for specifying buffer time in other units
31935 than buffers. Expose remove reason in signal.
31937 2004-08-10 Wim Taymans <wim@fluendo.com>
31939 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31940 (gst_multifdsink_remove), (gst_multifdsink_clear),
31941 (gst_multifdsink_remove_client_link),
31942 (gst_multifdsink_handle_client_read),
31943 (gst_multifdsink_client_queue_data),
31944 (gst_multifdsink_client_queue_buffer),
31945 (gst_multifdsink_handle_client_write),
31946 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31947 (gst_multifdsink_chain), (gst_multifdsink_close):
31948 * gst/tcp/gstmultifdsink.h:
31949 Added more debugging info. Changed the way clients are
31950 removed from the lists. Fixed a bug where a bad file descriptor
31951 could cause many clients to be removed.
31953 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
31955 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31956 allow all pixel-aspect-ratios, not just 1:1
31958 2004-08-09 David Schleef <ds@schleef.org>
31960 * sys/glsink/ARB_multitexture.h: Remove old files.
31961 * sys/glsink/EXT_paletted_texture.h:
31962 * sys/glsink/NV_register_combiners.h:
31963 * sys/glsink/gstgl_nvimage.c:
31964 * sys/glsink/gstgl_pdrimage.c:
31965 * sys/glsink/gstgl_rgbimage.c:
31966 * sys/glsink/gstglsink.c:
31967 * sys/glsink/gstglsink.h:
31968 * sys/glsink/gstglxwindow.c:
31969 * sys/glsink/regcomb_yuvrgb.c:
31971 2004-08-09 David Schleef <ds@schleef.org>
31973 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31974 GL sink plugin. (Bug #147302)
31976 * configure.ac: Test for OpenGL
31977 * sys/Makefile.am: Use test for OpenGL
31978 * sys/glsink/Makefile.am:
31979 * sys/glsink/glimagesink.c: rewrite
31980 * sys/glsink/glimagesink.h: rewrite
31982 2004-08-09 David Schleef <ds@schleef.org>
31984 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
31986 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31987 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31988 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31990 2004-08-09 Wim Taymans <wim@fluendo.com>
31992 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31993 (gst_multifdsink_add), (gst_multifdsink_get_stats),
31994 (gst_multifdsink_client_remove),
31995 (gst_multifdsink_handle_client_read),
31996 (gst_multifdsink_handle_client_write),
31997 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31998 Do a bit more logging, make the client_read code more robust.
32000 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
32002 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
32003 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
32004 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
32005 (gst_jpegdec_init), (gst_jpegdec_chain):
32006 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
32007 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
32008 cleanups, debugging fixes and memleak plugging
32010 2004-08-09 Wim Taymans <wim@fluendo.com>
32012 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32013 (theora_get_formats), (theora_dec_src_convert),
32014 (theora_dec_sink_convert), (theora_dec_src_query),
32015 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
32016 (theora_dec_change_state):
32017 Don't crash on missing header packets.
32019 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
32023 Added Albanian translation (Laurent Dhima)
32027 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
32029 * ext/lame/gstlame.c:
32032 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
32034 * sys/ximage/ximagesink.c:
32035 * sys/xvimage/xvimagesink.c:
32036 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
32038 2004-08-06 Wim Taymans <wim@fluendo.com>
32040 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32041 (gst_multifdsink_add), (gst_multifdsink_get_stats),
32042 (gst_multifdsink_client_remove),
32043 (gst_multifdsink_handle_client_read),
32044 (gst_multifdsink_handle_client_write),
32045 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32046 Make sure we don't try to read more from a client that what
32047 ioctl says us or we deadlock.
32049 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
32051 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
32052 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
32053 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32054 decouple running_time and n_frames so it can handle changing
32055 framerate while running
32057 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
32061 updated translations
32063 2004-08-04 Benjamin Otte <otte@gnome.org>
32065 * gst/videotestsrc/gstvideotestsrc.c:
32066 (gst_videotestsrc_get_capslist), (generate_capslist),
32068 generate the list of supported caps at startup and reuse it instead
32069 of always generating it
32071 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
32073 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
32074 whoops, last checkin broke normal build
32076 2004-08-03 Benjamin Otte <otte@gnome.org>
32078 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
32079 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32080 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32081 (gst_alsa_mixer_get_option):
32082 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
32083 (dvdnavsrc_print_event):
32084 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
32085 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
32086 (gst_ogg_mux_pad_unlink):
32087 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
32088 (gst_multipart_mux_pad_unlink):
32089 * gst/videofilter/gstvideobalance.c:
32090 (gst_videobalance_colorbalance_set_value):
32091 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
32092 (gst_videomixer_pad_unlink):
32094 * sys/oss/gstossmixer.c:
32095 * sys/v4l/gstv4lcolorbalance.c:
32096 * sys/v4l/gstv4ltuner.c:
32097 * sys/v4l/v4lsrc_calls.c:
32098 * sys/v4l2/gstv4l2colorbalance.c:
32099 * sys/v4l2/gstv4l2tuner.c:
32100 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
32102 2004-08-03 Benjamin Otte <otte@gnome.org>
32104 * examples/dynparams/filter.c: (ui_control_create):
32105 * examples/gstplay/player.c: (print_tag):
32106 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
32107 * ext/gdk_pixbuf/gstgdkanimation.c:
32108 (gst_gdk_animation_iter_may_advance):
32109 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
32110 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
32111 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
32112 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
32113 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
32114 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32115 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
32116 * gst/sine/demo-dparams.c: (main):
32117 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32118 * testsuite/alsa/formats.c: (create_pipeline):
32119 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32120 fixes for G_DISABLE_ASSERT and friends
32121 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32122 (mp3_type_frame_length_from_header), (mp3_type_find),
32124 require mp3 typefinding to have at least MIN_HEADERS valid headers
32125 add typefinding for AAC adts files
32127 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
32129 * sys/ximage/ximagesink.c:
32130 (gst_ximagesink_calculate_pixel_aspect_ratio):
32131 * sys/xvimage/xvimagesink.c:
32132 (gst_xvimagesink_calculate_pixel_aspect_ratio):
32133 Make sure we calculate pixel-aspect-ratio using floating point maths
32135 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
32138 updated translation
32140 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
32142 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32143 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32144 add debugging for display PAR calculation
32146 2004-08-02 David Schleef <ds@schleef.org>
32148 * configure.ac: Fix mikmod CFLAGS.
32150 2004-07-27 Benjamin Otte <otte@gnome.org>
32152 * gst/audioscale/gstaudioscale.c:
32153 - fix templates to only support S16, it's the only format that works
32154 - make caps nego code use try_set_caps_nonfixed and fixation instead
32155 of try_set_caps twice, which is not nice for autopluggers
32156 - change rank to secondary, so autopluggers can pick it up after
32159 2004-08-02 Iain <iain@prettypeople.org>
32161 * gst/interleave/interleave.c (interleave_init),
32162 (interleave_request_new_pad),
32163 (interleave_pad_removed),
32164 (interleave_buffered_loop): Use the real pad count, not the artificial
32167 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32169 * configure.ac: bump nano back to development
32171 === release 0.8.3 ===
32173 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32175 * configure.ac: releasing 0.8.3, "Water"
32177 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32179 * sys/xvimage/xvimagesink.c:
32180 (gst_xvimagesink_calculate_pixel_aspect_ratio),
32181 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32182 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32183 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32184 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32185 * sys/xvimage/xvimagesink.h:
32186 apply similar PAR fixes as to ximagesink
32188 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32190 patch from: Benjamin Otte
32192 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32193 add link function to lame. Fixes #148986.
32195 2004-08-02 Johan Dahlin <johan@gnome.org>
32197 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32200 2004-07-30 David Schleef <ds@schleef.org>
32202 * gst/videomixer/Makefile.am: Fix things that should have been
32203 fixed in the last checkin.
32205 2004-07-30 David Schleef <ds@schleef.org>
32207 * gst/multipart/Makefile.am: Fix things that should have been
32208 fixed in the last checkin.
32210 2004-07-30 David Schleef <ds@schleef.org>
32212 * testsuite/multifilesink/Makefile.am: Fix unused variable.
32214 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
32217 bump nano for prerelease
32229 2004-07-30 Wim Taymans <wim@fluendo.com>
32231 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32232 (gst_multifdsink_add), (gst_multifdsink_remove),
32233 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32234 (gst_multifdsink_client_remove),
32235 (gst_multifdsink_handle_client_write),
32236 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32237 * gst/tcp/gstmultifdsink.h:
32238 Recover from a select with a bad file descriptor by removing
32241 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
32244 fix requirement of core
32245 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32246 (gst_play_pipeline_setup):
32247 don't use colorspace element. do use hermescolorspace element.
32248 make macro to get a colorspace element.
32249 mark strings for translation.
32261 update translations
32263 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32265 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32266 fix default for newmedia flag
32268 2004-07-30 Wim Taymans <wim@fluendo.com>
32270 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32271 (gst_theora_dec_init), (theora_get_formats),
32272 (theora_dec_src_convert), (theora_dec_sink_convert),
32273 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32274 (theora_dec_chain), (theora_dec_set_property),
32275 (theora_dec_get_property):
32276 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32277 (gst_theora_enc_class_init), (gst_theora_enc_init),
32278 (theora_enc_sink_link), (theora_enc_chain),
32279 (theora_enc_set_property), (theora_enc_get_property):
32280 Added cropping option to theora decoder.
32281 Added border option to theora encoder.
32283 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32285 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32286 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32287 (gst_pngenc_set_property):
32288 * ext/libpng/gstpngenc.h:
32289 Added newmedia support to pngenc so now gst-launch-0.8 videotestsrc ! ffmpegcolorspace ! pngenc snapshot=false newmedia=true ! multifilesink location=blah%d.png works as expected
32291 2004-07-30 Wim Taymans <wim@fluendo.com>
32293 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32294 (theora_enc_sink_link), (theora_enc_chain),
32295 (theora_enc_set_property), (theora_enc_get_property):
32296 Fix encoding of non-multiple-of-16 video.
32298 2004-07-29 David Schleef <ds@schleef.org>
32300 * configure.ac: make test for audiofile more strict
32302 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
32304 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32305 give different names to typefind functions
32307 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
32309 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32310 (gst_ximagesink_calculate_pixel_aspect_ratio),
32311 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32312 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32313 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32314 (gst_ximagesink_get_property), (gst_ximagesink_init):
32315 * sys/ximage/ximagesink.h:
32316 allocate PAR's dynamically.
32317 use autodetected PAR if no object-set PAR is given.
32318 add workaround for directfb's X not setting physical size.
32319 fix to xvimagesink will follow tomorrow.
32321 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32323 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32324 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32325 (gst_shout2send_get_type), (gst_shout2send_set_clock),
32326 (gst_shout2send_class_init), (gst_shout2send_init),
32327 (set_shout_metadata), (gst_shout2send_set_metadata),
32328 (gst_shout2send_chain), (gst_shout2send_set_property),
32329 (gst_shout2send_get_property), (gst_shout2send_connect),
32330 (gst_shout2send_change_state):
32331 * ext/shout2/gstshout2.h:
32332 - fix for sending mp3 audio to icecast2 server, if pad link function not
32333 called before PAUSED state
32334 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32335 - added tagging support for mp3 audio broadcasted
32336 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32339 2004-07-28 Wim Taymans <wim@fluendo.com>
32341 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32342 (gst_ogg_demux_push):
32343 Return query failure when we don't know the length of
32344 an ogg stream insteda of returning TRUE with a bogus value.
32346 2004-07-28 Wim Taymans <wim@fluendo.com>
32348 * ext/theora/theoradec.c: (theora_get_formats),
32349 (theora_dec_src_convert), (theora_dec_sink_convert),
32350 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32351 (theora_dec_chain):
32352 Don't screw up the 1 Chroma for 1 luma sample situation when we
32353 have an odd offset/width by adding a black border in those cases.
32355 2004-07-28 Wim Taymans <wim@fluendo.com>
32357 * ext/theora/theoradec.c: (theora_get_formats),
32358 (theora_dec_src_convert), (theora_dec_sink_convert),
32359 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32360 (theora_dec_chain):
32361 * ext/theora/theoraenc.c: (theora_enc_sink_link):
32362 Added first attempt at cropping of the image as required by the
32363 theora spec. We need more properties in the caps (offset_x,
32364 offset_y,stride) to implement this correctly.
32366 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
32368 * ext/dvdnav/README:
32369 Update the README to use dvddemux
32370 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32371 Ensure getcaps returns a subset of the template caps
32372 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32373 (gst_mpeg2subt_init):
32374 Ensure getcaps returns a subset of the template caps
32375 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32376 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32377 (gst_dvd_demux_get_subpicture_stream),
32378 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32379 * gst/mpegstream/gstdvddemux.h:
32380 Set the explicit caps on the current_video pad before pushing
32382 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32383 (gst_mpeg_demux_get_audio_stream):
32384 Free caps used to gst_pad_set_explicit_caps, which takes a const
32387 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
32389 * configure.ac: update GStreamer requirement to 0.8.4 because of
32392 2004-07-28 Wim Taymans <wim@fluendo.com>
32394 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32395 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32396 Add the pad to the element after setting up the caps. This
32397 makes it a lot easier to autoplug.
32399 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
32401 * gst/median/gstmedian.c:
32402 * gst/mpeg2subt/gstmpeg2subt.c:
32403 * gst/mpegaudioparse/gstmpegaudioparse.c:
32404 * gst/mpegstream/gstdvddemux.c:
32405 * gst/mpegstream/gstmpegdemux.c:
32406 * gst/mpegstream/gstmpegpacketize.c:
32407 * gst/rtjpeg/gstrtjpeg.c:
32408 * gst/rtjpeg/gstrtjpegdec.c:
32409 * gst/rtjpeg/gstrtjpegenc.c:
32410 * gst/sine/gstsinesrc.c:
32411 * gst/smooth/gstsmooth.c:
32412 * gst/smpte/gstsmpte.c:
32413 * gst/smpte/gstsmpte.h:
32414 * gst/stereo/gststereo.c:
32415 * gst/videofilter/gstgamma.c:
32416 * gst/videofilter/gstvideobalance.c:
32417 * gst/videofilter/gstvideofilter.c:
32418 * gst/videofilter/gstvideoflip.c:
32419 * gst/videoscale/gstvideoscale.c:
32420 * gst/videoscale/videoscale.c:
32421 * gst/videotestsrc/gstvideotestsrc.c:
32422 * gst/videotestsrc/videotestsrc.c:
32423 * gst/wavenc/gstwavenc.c:
32424 * gst/wavparse/gstwavparse.c:
32425 fix local includes and 64 bits constants
32427 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
32430 * gst-libs/gst/*/*.vcproj:
32432 more working plugins
32434 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32436 * testsuite/alsa/Makefile.am:
32437 * testsuite/alsa/srcstate.c:
32438 add test for alsasrc changing state
32440 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32442 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32444 * gst/silence/gstsilence.h:
32445 fix silence generation for 16bit raw audio
32447 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32449 * gst/matroska/matroska-demux.c:
32450 (gst_matroska_demux_parse_metadata),
32451 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32452 * gst/mpegaudio/common.c:
32453 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32454 (gst_videoscale_getcaps), (gst_videoscale_link),
32455 (gst_videoscale_src_fixate), (gst_videoscale_init),
32456 (gst_videoscale_finalize):
32457 * gst/videoscale/gstvideoscale.h:
32458 * gst/videotestsrc/gstvideotestsrc.c:
32459 (gst_videotestsrc_get_capslist):
32460 * gst/wavenc/gstwavenc.c:
32461 * sys/oss/gstossmixer.c: (fill_labels):
32462 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32463 (gst_ximagesink_handle_xevents),
32464 (gst_ximagesink_calculate_pixel_aspect_ratio),
32465 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32466 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32467 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32468 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32469 (gst_ximagesink_init), (gst_ximagesink_class_init):
32470 * sys/ximage/ximagesink.h:
32471 * sys/xvimage/xvimagesink.c:
32472 (gst_xvimagesink_calculate_pixel_aspect_ratio),
32473 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32474 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32475 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32476 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32477 * sys/xvimage/xvimagesink.h:
32478 first batch of pixel aspect ratio commits.
32480 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32482 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32483 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32484 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32485 handle stride, needs work if we want to move stride handling
32486 upstream, but works correctly for our purposes.
32488 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32490 * gst/videoscale/README:
32491 add testing examples
32492 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32493 (gst_videoscale_chain):
32494 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32495 (gst_videoscale_get_size):
32496 add get_size function that handles stride like videotestsrc.
32497 fixes conversion for YUV formats for as much as I can test them.
32499 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32501 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32502 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32503 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32504 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32505 (gst_xvimagesink_xvimage_put):
32506 further cleanups, logging, error handling and synchronizing
32508 2004-07-27 Wim Taymans <wim@fluendo.com>
32510 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32511 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32512 (gst_videomixer_pad_set_property),
32513 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32514 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32515 (gst_videomixer_class_init), (gst_videomixer_init),
32516 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32517 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32518 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32519 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32520 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32521 (gst_videomixer_loop), (plugin_init):
32522 Be a nicer negotiation citizen and provide a getcaps function on
32523 the srcpad. This also fixes a crash when resizing.
32525 2004-07-27 Julien MOUTTE <julien@moutte.net>
32527 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32528 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32530 2004-07-27 Wim Taymans <wim@fluendo.com>
32532 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32533 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32534 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32535 (gst_pngenc_set_property):
32536 * ext/libpng/gstpngenc.h:
32537 Added snapshot property to pngenc.
32538 removed g_print from pngdec
32540 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
32542 * gst/ac3parse/ac3parse.vcproj
32543 * gst/adder/adder.vcproj
32544 * gst/alpha/alpha.vcproj
32545 * gst/alpha/alphacolor.vcproj
32546 * gst/asfdemux/asf.vcproj
32547 * gst/audioconvert/audioconvert.vcproj
32548 * gst/audiorate/audiorate.vcproj
32549 * gst/audioscale/audioscale.vcproj
32550 * gst/auparse/auparse.vcproj
32551 * gst/avi/avi.vcproj
32552 * gst/cdxaparse/cdxaparse.vcproj
32553 * gst/chart/chart.vcproj
32554 * gst/colorspace/colorspace.vcproj
32555 * gst/cutter/cutter.vcproj
32556 * gst/debug/debug.vcproj
32557 * gst/debug/efence.vcproj
32558 * gst/debug/navigationtest.vcproj
32559 * gst/deinterlace/deinterlace.vcproj
32560 * gst/effectv/effectv.vcproj
32561 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32562 * gst/filter/filter.vcproj
32563 * gst/flx/flxdec.vcproj
32564 * gst/goom/goom.vcproj
32565 * gst/interleave/interleave.vcproj
32566 * gst/law/alaw.vcproj
32567 * gst/law/mulaw.vcproj
32568 * gst/matroska/matroska.vcproj
32569 * gst/median/median.vcproj
32570 * gst/mixmatrix/mixmatrix.vcproj
32571 * gst/mpeg1sys/mpeg1systemencode.vcproj
32572 * gst/mpeg1videoparse/mp1videoparse.vcproj
32573 * gst/mpeg2sub/mpeg2subt.vcproj
32574 * gst/mpegaudio/mpegaudio.vcproj
32575 * gst/mpegaudioparse/mpegaudioparse.vcproj
32576 * gst/mpegstream/mpegstream.vcproj
32577 * gst/multifilesink/multifilesink.vcproj
32578 * gst/multipart/multipart.vcproj
32579 * gst/oneton/oneton.vcproj
32580 * gst/overlay/overlay.vcproj
32581 * gst/passthrough/passthrough.vcproj
32582 * gst/qtdemux/qtdemux.vcproj
32583 * gst/realmedia/rmdemux.vcproj
32584 * gst/rtjpeg/rtjpeg.vcproj
32585 * gst/rtp/rtp.vcproj
32586 * gst/silence/silence.vcproj
32587 * gst/sine/sinesrc.vcproj
32588 * gst/smooth/smooth.vcproj
32589 * gst/smpte/smpte.vcproj
32590 * gst/spectrum/spectrum.vcproj
32591 * gst/speed/speed.vcproj
32592 * gst/stereo/stereo.vcproj
32593 * gst/switch/switch.vcproj
32594 * gst/tags/tagedit.vcproj
32595 * gst/tcp/tcp.vcproj
32596 * gst/typefind/typefindfunctions.vcproj
32597 * gst/udp/udp.vcproj
32598 * gst/videobox/videobox.vcproj
32599 * gst/videocrop/videocrop.vcproj
32600 * gst/videodrop/videodrop.vcproj
32601 * gst/videofilter/gamma.vcproj
32602 * gst/videofilter/videobalance.vcproj
32603 * gst/videofilter/videofilter.vcproj
32604 * gst/videofilter/videoflip.vcproj
32605 * gst/videoflip/videoflip.vcproj
32606 * gst/videomixer/videomixer.vcproj
32607 * gst/videorate/videorate.vcproj
32608 * gst/videoscale/videoscale.vcproj
32609 * gst/videotestsrc/videotestsrc.vcproj
32610 * gst/virtualdub/virtualdub.vcproj
32611 * gst/volenv/volenv.vcproj
32612 * gst/volume/volume.vcproj
32613 * gst/wavenc/wavenc.vcproj
32614 * gst/wavparse/wavparse.vcproj
32615 * gst/y4m/y4menc.vcproj
32616 * gst-libs/gst/audio/audio.vcproj
32617 * gst-libs/gst/audio/audiofilter.vcproj
32618 * gst-libs/gst/colorbalance/colorbalance.vcproj
32619 * gst-libs/gst/idct/idtc.vcproj
32620 * gst-libs/gst/media-info/media-info.vcproj
32621 * gst-libs/gst/mixer/mixer.vcproj
32622 * gst-libs/gst/navigation/navigation.vcproj
32623 * gst-libs/gst/play/play.vcproj
32624 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32625 * gst-libs/gst/resample/resample.vcproj
32626 * gst-libs/gst/riff/riff.vcproj
32627 * gst-libs/gst/tuner/tuner.vcproj
32628 * gst-libs/gst/video/video.vcproj
32629 * gst-libs/gst/xoverlay/xoverlay.vcproj
32630 avoid problems with math.h, fix release dependancy
32631 rename GStreamer-0.8.lib to libgstreamer.lib
32633 2004-07-27 Julien MOUTTE <julien@moutte.net>
32635 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32636 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32637 the atom is not available we have to unlock the mutex. Fixes #148023
32639 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32641 * gst-libs/gst/media-info/media-info.h:
32642 issue for a vararg macro with MSVC
32644 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32646 * gst/effectv/effectv.vcproj
32647 * gst-libs/gst/idct/idct.vcproj:
32648 * gst-libs/gst/media-info/media-info.vcproj:
32649 * gst-libs/gst/navigation/navigation.vcproj:
32650 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32651 * gst-libs/gst/video/video.vcproj:
32652 * gst-libs/gst/xoverlay/xoverlay.vcproj:
32653 fixes for build problems
32655 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32657 * gst-libs/gst/audio/audio.def:
32658 * gst-libs/gst/audio/riff.def:
32659 add some definitions needed by plugins
32661 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32663 * gst/asfdemux/gstasfmux.c
32664 Fix some 64 bits constants to be glib friendly
32666 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32668 * gst/ac3parse/gstac3parse.c
32669 * gst/audioscale/gstaudioscale.c
32670 * gst/auparse/gstauparse.c
32671 * gst/colorspace/gstcolorspace.c
32672 * gst/colorspace/yuv2rgb.h
32673 local include fixes
32675 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32678 add more plugins to the build
32680 2004-07-26 Julien MOUTTE <julien@moutte.net>
32682 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32683 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32685 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32687 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32688 (gst_level_set_property), (gst_level_get_property),
32689 (gst_level_base_init), (gst_level_class_init):
32690 add debugging categories. cleanups.
32692 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32694 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32695 (gst_videoscale_planar411), (gst_videoscale_planar400),
32696 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32697 (gst_videoscale_scale_nearest_str1),
32698 (gst_videoscale_scale_nearest_str2),
32699 (gst_videoscale_scale_nearest_str4),
32700 (gst_videoscale_scale_nearest_16bit),
32701 (gst_videoscale_scale_nearest_24bit):
32702 fixed stride issues
32703 tested with 320x240 -> 321, 322, 324 x240
32704 tested with YV12, I420, YUY2, UYVY
32705 fixed packed422rev (don't think it could have worked before)
32706 by testing with UYVY
32708 2004-07-26 Benjamin Otte <otte@gnome.org>
32710 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32711 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32713 add debugging category, add error checks like checking return values
32714 of setup calls, make sure it still works after
32715 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32717 2004-07-26 Wim Taymans <wim@fluendo.com>
32719 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32720 (gst_mpeg_demux_get_audio_stream),
32721 (gst_mpeg_demux_process_private):
32722 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32723 Check for error codes from the negotiation functions. Make sure
32724 we really set the pad caps when a new pad is created.
32726 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32728 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32729 (gst_ffmpeg_caps_to_pix_fmt):
32730 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32731 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32732 (gst_ffmpegcolorspace_pad_link):
32733 don't make function do two things at the same time without reason.
32735 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32737 * gst/ac3parse/ac3parse.vcproj
32738 * gst/adder/adder.vcproj
32739 * gst/alpha/alpha.vcproj
32740 * gst/alpha/alphacolor.vcproj
32741 * gst/asfdemux/asf.vcproj
32742 * gst/audioconvert/audioconvert.vcproj
32743 * gst/audiorate/audiorate.vcproj
32744 * gst/audioscale/audioscale.vcproj
32745 * gst/auparse/auparse.vcproj
32746 * gst/avi/avi.vcproj
32747 * gst/cdxaparse/cdxaparse.vcproj
32748 * gst/chart/chart.vcproj
32749 * gst/colorspace/colorspace.vcproj
32750 * gst/cutter/cutter.vcproj
32751 * gst/debug/debug.vcproj
32752 * gst/debug/efence.vcproj
32753 * gst/debug/navigationtest.vcproj
32754 * gst/deinterlace/deinterlace.vcproj
32755 * gst/effectv/effectv.vcproj
32756 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32757 * gst/filter/filter.vcproj
32758 * gst/flx/flxdec.vcproj
32759 * gst/goom/goom.vcproj
32760 * gst/interleave/interleave.vcproj
32761 * gst/law/alaw.vcproj
32762 * gst/law/mulaw.vcproj
32763 * gst/matroska/matroska.vcproj
32764 * gst/median/median.vcproj
32765 * gst/mixmatrix/mixmatrix.vcproj
32766 * gst/mpeg1sys/mpeg1systemencode.vcproj
32767 * gst/mpeg1videoparse/mp1videoparse.vcproj
32768 * gst/mpeg2sub/mpeg2subt.vcproj
32769 * gst/mpegaudio/mpegaudio.vcproj
32770 * gst/mpegaudioparse/mpegaudioparse.vcproj
32771 * gst/mpegstream/mpegstream.vcproj
32772 * gst/multifilesink/multifilesink.vcproj
32773 * gst/multipart/multipart.vcproj
32774 * gst/oneton/oneton.vcproj
32775 * gst/overlay/overlay.vcproj
32776 * gst/passthrough/passthrough.vcproj
32777 * gst/qtdemux/qtdemux.vcproj
32778 * gst/realmedia/rmdemux.vcproj
32779 * gst/rtjpeg/rtjpeg.vcproj
32780 * gst/rtp/rtp.vcproj
32781 * gst/silence/silence.vcproj
32782 * gst/sine/sinesrc.vcproj
32783 * gst/smooth/smooth.vcproj
32784 * gst/smpte/smpte.vcproj
32785 * gst/spectrum/spectrum.vcproj
32786 * gst/speed/speed.vcproj
32787 * gst/stereo/stereo.vcproj
32788 * gst/switch/switch.vcproj
32789 * gst/tags/tagedit.vcproj
32790 * gst/tcp/tcp.vcproj
32791 * gst/typefind/typefindfunctions.vcproj
32792 * gst/udp/udp.vcproj
32793 * gst/videobox/videobox.vcproj
32794 * gst/videocrop/videocrop.vcproj
32795 * gst/videodrop/videodrop.vcproj
32796 * gst/videofilter/gamma.vcproj
32797 * gst/videofilter/videobalance.vcproj
32798 * gst/videofilter/videofilter.vcproj
32799 * gst/videofilter/videoflip.vcproj
32800 * gst/videoflip/videoflip.vcproj
32801 * gst/videomixer/videomixer.vcproj
32802 * gst/videorate/videorate.vcproj
32803 * gst/videoscale/videoscale.vcproj
32804 * gst/videotestsrc/videotestsrc.vcproj
32805 * gst/virtualdub/virtualdub.vcproj
32806 * gst/volenv/volenv.vcproj
32807 * gst/volume/volume.vcproj
32808 * gst/wavenc/wavenc.vcproj
32809 * gst/wavparse/wavparse.vcproj
32810 * gst/y4m/y4menc.vcproj
32811 more plugins supported under windows
32813 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32815 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32816 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32817 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32818 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32819 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32820 Add debugging statements. Use the sizes as returned by the
32821 *CreateImage calls.
32823 2004-07-26 Johan Dahlin <johan@gnome.org>
32825 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32826 the pad is negotiated.
32828 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32830 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32832 * gst-libs/gst/colorbalance/colorbalance.vcproj:
32833 * gst-libs/gst/idct/idct.vcproj:
32834 * gst-libs/gst/media-info/media-info.vcproj:
32835 * gst-libs/gst/mixer/mixer.vcproj:
32836 * gst-libs/gst/navigation/navigation.vcproj:
32837 * gst-libs/gst/play/play.vcproj:
32838 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32839 * gst-libs/gst/resample/resample.vcproj:
32840 * gst-libs/gst/tuner/tuner.vcproj:
32841 * gst-libs/gst/video/video.vcproj:
32842 * gst-libs/gst/xoverlay/xoverlay.vcproj:
32843 more plugins supported under windows
32845 2004-07-25 Iain <iain@prettypeople.org>
32847 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32848 pad now rather than when the pad is created because state changes wipe
32849 explicit caps (fixes #148043).
32851 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
32853 reviewed by Benjamin Otte <otte@gnome.org>
32855 * ext/mad/gstmad.c:
32856 fix mad plugin crashing on Sun (fixes #148289)
32858 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
32861 * gst/avi/avi.vcproj:
32862 * gst/matroska/matroska.def:
32863 * gst/matroska/matroska.vcproj:
32864 remove unused .def files
32866 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
32868 * gst-libs/gst/audio/gstaudiofilter.c:
32869 Clean the local include
32871 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
32874 * gst-libs/gst/audio/audio.def:
32875 * gst-libs/gst/audio/audio.vcproj:
32876 * gst-libs/gst/audio/audiofilter.vcproj:
32877 * gst-libs/gst/audio/riff.def:
32878 * gst-libs/gst/audio/riff.vcproj:
32879 * gst-libs/gst/gst-libs.def:
32880 * gst-libs/gst/gst-libs.vcproj:
32881 * gst/avi/avi.vcproj:
32882 * gst/avi/avi.vcproj:
32883 Copy the files where needed after building, cleaner projects
32885 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
32887 * gst/matroska/ebml-write.c:
32888 Fix some 64 bits constants to be glib friendly
32890 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
32893 * gst-libs/gst/gst-libs.def:
32894 * gst-libs/gst/gst-libs.vcproj:
32895 * gst/matroska/matroska.def:
32896 * gst/matroska/matroska.vcproj:
32897 Add the preliminary canvas to build plugins on Win32
32899 2004-07-23 Benjamin Otte <otte@gnome.org>
32901 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32902 don't enfore negotiation from source side, it breaks
32903 sinesrc ! audioconvert ! osssink
32905 2004-07-22 David Schleef <ds@schleef.org>
32907 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32908 for ELF files, since they can easily be recognized as audio/mpeg.
32911 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
32913 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32914 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32915 (gst_videoscale_scale_nearest_24bit),
32916 (gst_videoscale_scale_nearest_16bit):
32917 fix 16bit and 24bit for stride (24bit might need testing)
32918 don't pretend we do more than one algorithm
32920 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32924 * gst/multifilesink/Makefile.am:
32925 * gst/multifilesink/gstmultifilesink.c:
32926 (gst_multifilesink_get_formats),
32927 (gst_multifilesink_get_query_types), (_do_init),
32928 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32929 (gst_multifilesink_init), (gst_multifilesink_dispose),
32930 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32931 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32932 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32933 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32934 (gst_multifilesink_chain), (gst_multifilesink_change_state),
32935 (gst_multifilesink_uri_get_type),
32936 (gst_multifilesink_uri_get_protocols),
32937 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32938 (gst_multifilesink_uri_handler_init), (plugin_init):
32939 * gst/multifilesink/gstmultifilesink.h:
32940 * testsuite/Makefile.am:
32941 * testsuite/multifilesink/Makefile.am:
32942 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32943 (gst_newmedia_class_init), (gst_newmedia_init),
32944 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32945 (newfile_signal), (test_signal), (main):
32946 multifilesink plugin for creating new files every time a new media
32947 discontinuity event occurs
32949 2004-07-22 Wim Taymans <wim@fluendo.com>
32951 * gst/alpha/Makefile.am:
32952 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32953 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32954 (gst_alpha_color_init), (gst_alpha_color_set_property),
32955 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32956 (transform), (gst_alpha_color_chain),
32957 (gst_alpha_color_change_state), (plugin_init):
32958 Stupid plugin to to RGBA to AYUV conversion because none of
32959 the colorspace plugins can handle that yet.
32961 2004-07-22 Wim Taymans <wim@fluendo.com>
32963 * examples/seeking/seek.c: (update_scale), (main):
32964 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32965 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32966 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32967 (gst_decode_bin_init), (gst_decode_bin_dispose),
32968 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32969 (no_more_pads), (close_link), (type_found),
32970 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32972 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32973 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32974 (gst_play_base_bin_dispose), (queue_overrun),
32975 (gen_preroll_element), (remove_prerolls), (unknown_type),
32976 (no_more_pads), (new_stream), (setup_source),
32977 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32978 (play_base_eos), (gst_play_base_bin_change_state),
32979 (gst_play_base_bin_add_element),
32980 (gst_play_base_bin_remove_element),
32981 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32982 (gst_play_base_bin_unlink_stream),
32983 (gst_play_base_bin_get_streaminfo):
32984 * gst/playback/gstplaybin.c: (gen_video_element),
32985 (gen_audio_element):
32986 * gst/playback/gststreaminfo.h:
32987 More playback updates, attempt to fix things after the state change
32990 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
32992 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32993 (gst_videoscale_scale_nearest_16bit):
32996 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
32998 * gst/videotestsrc/gstvideotestsrc.c:
32999 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
33000 (gst_videotestsrc_init), (gst_videotestsrc_get),
33001 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
33002 (gst_videotestsrc_get_property):
33003 * gst/videotestsrc/gstvideotestsrc.h:
33004 * gst/videotestsrc/videotestsrc.c:
33005 * gst/videotestsrc/videotestsrc.h:
33006 cleanup and commenting
33008 2004-07-21 Wim Taymans <wim@fluendo.com>
33010 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
33011 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
33012 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
33013 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
33014 (_find_chain_get_unknown_part), (_find_streams_check),
33015 (gst_ogg_demux_push), (gst_ogg_pad_push):
33016 * ext/theora/theoradec.c: (theora_get_formats),
33017 (theora_dec_src_convert), (theora_dec_sink_convert),
33018 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33019 (theora_dec_chain):
33020 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33021 (vorbis_dec_convert), (vorbis_dec_src_query),
33022 (vorbis_dec_src_event), (vorbis_dec_event):
33023 More seeking fixes, oggdemux now supports seeking to time and
33024 uses the downstream element to convert granulepos to time.
33025 Seeking in theora-only ogg files now works.
33027 2004-07-21 Wim Taymans <wim@fluendo.com>
33029 * ext/theora/theoradec.c: (gst_theora_dec_init),
33030 (theora_get_formats), (theora_get_event_masks),
33031 (theora_get_query_types), (theora_dec_src_convert),
33032 (theora_dec_sink_convert), (theora_dec_src_query),
33033 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
33034 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33035 (vorbis_get_event_masks), (vorbis_get_query_types),
33036 (gst_vorbis_dec_init), (vorbis_dec_convert),
33037 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
33038 Added query/convert/formats functions to vorbis and theora decoders
33039 so that the outside world can use them too. Fixed seeking on an
33040 ogg/theora/vorbis file by disabling the seeking seeking on the
33043 2004-07-21 Julien MOUTTE <julien@moutte.net>
33045 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33046 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
33047 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
33048 images creation for both elements. We don't create the image on caps
33049 nego or renego, we just destroy the internal one if present if it does
33050 not match the needs. The chain function takes care of creating a new
33052 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33053 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
33054 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
33055 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
33056 the image format information. The buffer pool checks for the context
33057 image format and discard images with different formats.
33058 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
33060 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
33062 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33063 (gst_ffmpegcolorspace_chain):
33064 no point in doing any chaining if the pad we want to push from
33067 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
33069 * gst-libs/gst/riff/riff-media.c:
33070 (gst_riff_create_audio_caps_with_data):
33071 Fix double end-to-native symbol conversion (#148021).
33073 2004-07-20 David Schleef <ds@schleef.org>
33075 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
33076 Don't use an Atom that doesn't exist.
33078 2004-07-20 Wim Taymans <wim@fluendo.com>
33080 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33081 (gst_multifdsink_add), (gst_multifdsink_get_stats),
33082 (gst_multifdsink_client_remove),
33083 (gst_multifdsink_handle_client_write),
33084 (gst_multifdsink_queue_buffer):
33085 * gst/tcp/gstmultifdsink.h:
33086 More multifdsink stats. Avoid deadlock by releasing locks
33087 before sending out a signal.
33089 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
33093 added Hungarian translation (Laszlo Dvornik)
33095 2004-07-20 Wim Taymans <wim@fluendo.com>
33097 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33098 (gst_multifdsink_add), (gst_multifdsink_client_remove),
33099 (gst_multifdsink_handle_client_write),
33100 (gst_multifdsink_queue_buffer):
33101 * gst/tcp/gsttcp-marshal.list:
33102 Fixed the stupid marshal definition.
33104 2004-07-20 Wim Taymans <wim@fluendo.com>
33106 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33107 (gst_multifdsink_init), (gst_multifdsink_add),
33108 (gst_multifdsink_client_remove),
33109 (gst_multifdsink_handle_client_write),
33110 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
33111 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
33112 (gst_multifdsink_init_send):
33113 * gst/tcp/gstmultifdsink.h:
33114 Added more stats, added timeout for a client, fixed some typos
33115 and added some comments.
33117 2004-07-20 Wim Taymans <wim@fluendo.com>
33119 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33120 (gst_multifdsink_add), (gst_multifdsink_get_stats),
33121 (gst_multifdsink_client_remove),
33122 (gst_multifdsink_handle_client_write):
33123 * gst/tcp/gstmultifdsink.h:
33124 * gst/tcp/gsttcp-marshal.list:
33125 Added get_stats method that returns a GValueArray of
33128 2004-07-19 Benjamin Otte <otte@gnome.org>
33130 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33131 make sure longname, description and author are valid UTF-8
33133 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
33135 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33136 (gst_ximagesink_set_property):
33137 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33138 (gst_xvimagesink_set_property):
33139 make sure SYNCHRONOUS is respected after getting the X context
33141 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
33143 * gst/matroska/matroska-demux.c:
33144 (gst_matroska_demux_handle_src_event),
33145 (gst_matroska_demux_parse_blockgroup):
33146 * gst/matroska/matroska-ids.h:
33147 add BlockReference tag and ignore it to clear out log.
33148 ignore NAVIGATION events to clear out log.
33150 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
33152 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33153 (gst_matroska_demux_add_stream):
33154 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33155 add debug categories
33157 2004-07-16 Wim Taymans <wim@fluendo.com>
33159 * ext/libpng/Makefile.am:
33160 * ext/libpng/gstpng.c: (plugin_init):
33161 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33162 (gst_pngdec_get_type), (gst_pngdec_base_init),
33163 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33164 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33165 * ext/libpng/gstpngdec.h:
33168 2004-07-16 Julien MOUTTE <julien@moutte.net>
33170 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33171 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33172 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33173 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33174 (gst_ximagesink_buffer_alloc):
33175 * sys/ximage/ximagesink.h:
33176 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33177 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33178 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33179 (gst_xvimagesink_buffer_alloc):
33180 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33181 again. Using internal data pointer of the x(v)image to store image's
33182 data to be coherent with the buffer alloc mechanism. Investigated the
33183 image destruction code to be sure that everything gets freed correctly.
33185 2004-07-16 Wim Taymans <wim@fluendo.com>
33187 * gst-libs/gst/riff/riff-read.c:
33188 (gst_riff_read_strf_vids_with_data),
33189 (gst_riff_read_strf_auds_with_data):
33190 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33191 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33192 Make sure we don't create 0 sized subbuffers in riff-read.
33193 Signal the no more pads signal after reading the avi header.
33195 2004-07-16 Wim Taymans <wim@fluendo.com>
33197 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33198 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33199 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33200 (gst_decode_bin_init), (gst_decode_bin_dispose),
33201 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33202 (no_more_pads), (close_link), (type_found),
33203 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33204 (gst_decode_bin_change_state), (plugin_init):
33205 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33206 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33207 (gst_play_base_bin_dispose), (queue_overrun),
33208 (gen_preroll_element), (remove_prerolls), (unknown_type),
33209 (no_more_pads), (new_stream), (setup_source),
33210 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33211 (play_base_eos), (gst_play_base_bin_change_state),
33212 (gst_play_base_bin_add_element),
33213 (gst_play_base_bin_remove_element),
33214 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33215 (gst_play_base_bin_unlink_stream),
33216 (gst_play_base_bin_get_streaminfo):
33217 * gst/playback/gstplaybasebin.h:
33218 Better error recovery. Added configurable preroll queue size. Faster
33219 detection of no-more-pads.
33221 2004-07-16 Wim Taymans <wim@fluendo.com>
33223 * gst-libs/gst/video/video.h:
33224 Added 32 bits RGBA. Not sure if we should use another mime-type
33225 for alpha rgb. Currently the presence of the alpha_mask property
33226 signals an alpha channel.
33228 2004-07-16 Wim Taymans <wim@fluendo.com>
33230 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33231 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33232 FPS seems to be 0.0 to MAX everywhere else.
33234 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
33236 * gst-libs/gst/riff/riff-media.c:
33237 (gst_riff_create_video_caps_with_data):
33238 mp42/mp43 (no caps) exist too.
33239 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33240 Set pixel_width/height; we've got them in-caps.
33241 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33242 * gst/wavparse/gstwavparse.c: (plugin_init):
33243 Both are valid primary.
33244 * sys/oss/gstossmixer.c:
33245 Remove i18n hack and enable translations.
33247 2004-07-15 Benjamin Otte <otte@gnome.org>
33249 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33250 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33251 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33253 2004-07-15 Benjamin Otte <otte@gnome.org>
33255 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33256 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33257 (gst_alsa_close_audio):
33258 disable some of the debugging code for now. Writing debugging to a
33259 buffer is broken in current alsalib releases.
33261 2004-07-12 Benjamin Otte <otte@gnome.org>
33263 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33266 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
33268 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33269 (theora_dec_src_query), (theora_dec_event):
33270 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33271 add debugging categories. Remove \n's.
33273 2004-07-13 Johan Dahlin <johan@gnome.org>
33275 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33276 (gst_play_bin_get_property): Impl.
33278 2004-07-13 Wim Taymans <wim@fluendo.com>
33280 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33281 When trying to find the stream length, seek back N pages
33282 instead of just one, where N is the number of streams in
33285 2004-07-13 Wim Taymans <wim@fluendo.com>
33287 * gst-libs/gst/riff/riff-media.c:
33288 (gst_riff_create_audio_caps_with_data),
33289 (gst_riff_create_audio_caps),
33290 (gst_riff_create_audio_template_caps):
33291 * gst-libs/gst/riff/riff-media.h:
33292 * gst-libs/gst/riff/riff-read.c:
33293 (gst_riff_read_strf_vids_with_data),
33294 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33295 * gst-libs/gst/riff/riff-read.h:
33296 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33297 (gst_avi_demux_add_stream):
33298 Set codec_data on caps for avidemuxer.
33300 2004-07-12 David Schleef <ds@schleef.org>
33302 * configure.ac: Fix test for Objective C
33304 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
33305 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33306 (gst_gdk_pixbuf_chain):
33307 Add svg and pcx to template caps, and ensure that getcaps returns a
33308 subset of the template caps.
33309 Copy each row manually for output, as gdkpixbuf may pad the
33310 rowstride to a 32-bit word boundary.
33312 2004-07-12 Wim Taymans <wim@fluendo.com>
33314 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33315 (gst_riff_create_video_template_caps):
33316 Fix the template caps to include some more media types.
33318 2004-07-12 Wim Taymans <wim@fluendo.com>
33320 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33321 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33322 (compare_ranks), (print_feature), (gst_decode_bin_init),
33323 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33324 (try_to_link_1), (new_pad), (close_link), (type_found),
33325 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33326 (gst_decode_bin_change_state), (plugin_init):
33327 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33328 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33329 (gst_play_base_bin_dispose), (queue_overrun),
33330 (gen_preroll_element), (remove_prerolls), (no_more_pads),
33331 (new_stream), (setup_source), (gst_play_base_bin_set_property),
33332 (gst_play_base_bin_get_property), (play_base_eos),
33333 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33334 (gst_play_base_bin_remove_element),
33335 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33336 (gst_play_base_bin_unlink_stream),
33337 (gst_play_base_bin_get_streaminfo):
33338 * gst/playback/gstplaybasebin.h:
33339 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33340 (gst_play_bin_class_init), (gst_play_bin_init),
33341 (gst_play_bin_dispose), (gst_play_bin_set_property),
33342 (gst_play_bin_get_property), (gen_video_element),
33343 (gen_audio_element), (remove_sinks), (setup_sinks),
33344 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33345 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33346 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33347 (gst_play_bin_query), (plugin_init):
33348 * gst/playback/test4.c: (main):
33349 More fixes on reusing of the element.
33351 2004-07-11 Benjamin Otte <otte@gnome.org>
33353 * ext/mad/gstmad.c: (normal_seek):
33354 allow seeking for other methods than just SET
33356 2004-07-11 Andy Wingo <wingo@pobox.com>
33358 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33359 float, "any" caps -> buffer_frames=[0,MAX].
33361 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33362 doesn't intersect our caps with the template any more. Do it
33364 (interleave_buffered_loop): Use g_newa instead of malloc/free.
33366 2004-07-09 Wim Taymans <wim@fluendo.com>
33368 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33369 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33370 (compare_ranks), (print_feature), (gst_decode_bin_init),
33371 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33372 (try_to_link_1), (new_pad), (close_link), (type_found),
33373 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33374 (gst_decode_bin_change_state), (plugin_init):
33375 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33376 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33377 (gst_play_base_bin_dispose), (queue_overrun),
33378 (gen_preroll_element), (remove_prerolls), (no_more_pads),
33379 (new_stream), (setup_source), (gst_play_base_bin_set_property),
33380 (gst_play_base_bin_get_property), (play_base_eos),
33381 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33382 (gst_play_base_bin_remove_element),
33383 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33384 (gst_play_base_bin_unlink_stream),
33385 (gst_play_base_bin_get_streaminfo):
33386 * gst/playback/gstplaybasebin.h:
33387 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33388 (gst_play_bin_class_init), (gst_play_bin_init),
33389 (gst_play_bin_dispose), (gst_play_bin_set_property),
33390 (gst_play_bin_get_property), (gen_video_element),
33391 (gen_audio_element), (remove_sinks), (setup_sinks),
33392 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33393 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33394 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33395 (gst_play_bin_query), (plugin_init):
33396 * gst/playback/test4.c: (main):
33397 Work on object reuse and seeking.
33399 2004-07-09 Wim Taymans <wim@fluendo.com>
33401 * examples/seeking/seek.c: (iterate):
33402 Don't consume all CPU in the idle loop.
33404 2004-07-09 Wim Taymans <wim@fluendo.com>
33406 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33407 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33408 Add pad to element *after* setting the pad functions so that
33409 the scheduler can use the correct ones.
33411 2004-07-09 Wim Taymans <wim@fluendo.com>
33413 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33414 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33415 Sync to keyframe after seek
33417 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33419 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33420 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33421 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33422 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33423 * ext/libvisual/visual.c: (gst_visual_change_state):
33424 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33425 * ext/theora/theoradec.c: (theora_dec_change_state):
33426 * ext/theora/theoraenc.c: (theora_enc_change_state):
33427 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33428 * gst-libs/gst/navigation/navigation.c:
33429 * gst/adder/gstadder.c: (gst_adder_change_state):
33430 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33431 (gst_audio_convert_get_buffer):
33432 * gst/multipart/multipartdemux.c:
33433 (gst_multipart_demux_change_state):
33434 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33435 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33436 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33437 * gst/videoscale/gstvideoscale.c:
33438 (gst_videoscale_handle_src_event):
33439 * gst/volume/gstvolume.c: (volume_chain_int16):
33440 don't assert in state change, this should be done by the base
33442 various debugging fixes.
33444 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33447 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33448 (gst_play_dispose), (gst_play_set_location),
33449 (gst_play_set_data_src), (gst_play_set_video_sink),
33450 (gst_play_set_audio_sink), (gst_play_set_visualization),
33451 (gst_play_connect_visualization), (gst_play_get_sink_element),
33452 (gst_play_get_all_by_interface):
33453 * gst-libs/gst/play/play.h:
33454 add new method to get elements implementing an interface.
33455 add various error logging
33457 2004-07-08 Wim Taymans <wim@fluendo.com>
33459 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33460 (make_mpeg_pipeline), (make_mpegnt_pipeline),
33461 (make_playerbin_pipeline), (query_durations_elems),
33462 (query_durations_pads), (query_positions_elems),
33463 (query_positions_pads), (update_scale), (iterate), (stop_seek),
33465 Added playbin seeking example.
33467 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33469 * gst-libs/gst/play/play.c: (gst_play_set_location),
33470 (gst_play_set_data_src), (gst_play_set_video_sink),
33471 (gst_play_set_audio_sink), (gst_play_set_visualization),
33472 (gst_play_connect_visualization), (gst_play_get_framerate):
33473 use a macro to look up elements from hash table
33475 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33477 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33478 (gst_play_get_length_callback), (gst_play_set_location),
33479 (gst_play_seek_to_time), (gst_play_set_data_src),
33480 (gst_play_set_video_sink), (gst_play_set_audio_sink),
33481 (gst_play_set_visualization), (gst_play_connect_visualization),
33482 (gst_play_get_sink_element):
33483 - add debugging info
33484 - fix looking up sink elements by iterating over complete caps
33485 - put everything except for source and autoplugger in a complete bin
33487 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33489 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33490 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33491 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33492 (gst_alsa_sink_write), (gst_alsa_sink_loop):
33493 * ext/alsa/gstalsasink.h:
33494 - add debugging info
33495 - clean up schizophrenia of data/buffer/event
33496 - fix double event unref error
33498 2004-07-08 Wim Taymans <wim@fluendo.com>
33500 * gst/playback/Makefile.am:
33501 Add headers to noinst
33503 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33505 * tools/gst-launch-ext-m.m:
33506 * tools/gst-launch-ext.1.in:
33507 convert to the third millenium
33509 2004-07-07 David Schleef <ds@schleef.org>
33511 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33513 2004-07-07 Wim Taymans <wim@fluendo.com>
33515 * gst/playback/Makefile.am:
33516 * gst/playback/README:
33517 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33518 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33519 (compare_ranks), (print_feature), (gst_decode_bin_init),
33520 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33521 (try_to_link_1), (new_pad), (close_link), (type_found),
33522 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33524 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33525 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33526 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33527 (gen_preroll_element), (no_more_pads), (new_stream),
33528 (setup_source), (gst_play_base_bin_set_property),
33529 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33530 (gst_play_base_bin_add_element),
33531 (gst_play_base_bin_remove_element),
33532 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33533 (gst_play_base_bin_unlink_stream),
33534 (gst_play_base_bin_get_streaminfo):
33535 * gst/playback/gstplaybasebin.h:
33536 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33537 (gst_play_bin_class_init), (gst_play_bin_init),
33538 (gst_play_bin_dispose), (gst_play_bin_set_property),
33539 (gst_play_bin_get_property), (gen_video_element),
33540 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33541 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33542 (gst_play_bin_get_formats), (gst_play_bin_convert),
33543 (gst_play_bin_get_query_types), (gst_play_bin_query),
33545 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33546 (gst_stream_info_get_type), (gst_stream_info_class_init),
33547 (gst_stream_info_init), (gst_stream_info_new),
33548 (gst_stream_info_dispose), (gst_stream_info_set_property),
33549 (gst_stream_info_get_property):
33550 * gst/playback/gststreaminfo.h:
33551 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33553 * gst/playback/test2.c: (main):
33554 * gst/playback/test3.c: (update_scale), (main):
33555 More playbin fixes. Added README. Do better element filtering.
33556 Added base class to preroll media. Added test apps.
33558 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33560 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33561 * ext/mpeg2dec/gstmpeg2dec.h:
33562 various debugging improvements. Reset stream to next picture
33563 instead of sequence header, otherwise seeks cannot work.
33565 2004-07-07 Wim Taymans <wim@fluendo.com>
33567 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33568 (gst_video_box_class_init), (gst_video_box_set_property),
33569 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33570 Use pad_alloc where possible.
33572 2004-07-07 Wim Taymans <wim@fluendo.com>
33574 * sys/oss/gstosselement.c: (gst_osselement_reset),
33575 (gst_osselement_parse_caps):
33576 * sys/oss/gstosselement.h:
33577 * sys/oss/gstosssrc.c: (gst_osssrc_get):
33578 Fix offset on osssrc.
33580 2004-07-07 Wim Taymans <wim@fluendo.com>
33582 * ext/theora/theora.c: (plugin_init):
33583 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33584 (theora_dec_src_query), (theora_dec_chain):
33585 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33586 (theora_enc_sink_link), (theora_buffer_from_packet),
33587 (theora_push_packet), (theora_enc_chain):
33588 Fix theora granulepos calculation.
33589 Fix overflow in duration/position calculation.
33590 Bump rank to PRIMARY for theoradec.
33591 Use granulepos of last packet to calculate position.
33592 Set keyframe flag on buffers when needed.
33594 2004-07-06 David Schleef <ds@schleef.org>
33596 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
33597 serious? (Fixed, obviously.)
33599 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
33603 added Czech translation (Miloslav Trmac)
33605 2004-07-05 Wim Taymans <wim@fluendo.com>
33607 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33608 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33609 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33610 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33611 (close_link), (type_found), (gst_decode_bin_set_property),
33612 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33613 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33614 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33615 (gst_decode_bin_query), (plugin_init):
33616 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33617 (gst_play_bin_class_init), (gst_play_bin_init),
33618 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33619 (get_video_element), (new_pad), (setup_source),
33620 (gst_play_bin_set_property), (gst_play_bin_get_property),
33621 (gst_play_bin_change_state), (gst_play_bin_add_element),
33622 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33623 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33624 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33625 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33626 * gst/playback/test.c: (main):
33627 More fixes, cleaned up playbin, make it use decodebin. Added
33628 threaded property to playbin.
33630 2004-07-05 Wim Taymans <wim@fluendo.com>
33633 * gst/playback/Makefile.am:
33634 * gst/playback/decodetest.c: (main):
33635 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33636 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33637 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33638 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33639 (close_link), (type_found), (gst_decode_bin_set_property),
33640 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33641 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33642 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33643 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33645 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33646 (gst_play_bin_class_init), (gst_play_bin_init),
33647 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33648 (collect_sink_pads), (find_compatibles), (close_pad_link),
33649 (try_to_link_1), (new_pad), (close_link), (type_found),
33650 (setup_source), (gst_play_bin_set_property),
33651 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33652 (compare_ranks), (gst_play_bin_collect_factories),
33653 (gst_play_bin_change_state), (gst_play_bin_add_element),
33654 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33655 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33656 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33657 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33658 * gst/playback/test.c: (main):
33659 Added some playback helper elements and some test apps, very alpha
33662 2004-07-04 Benjamin Otte <otte@gnome.org>
33664 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33665 only restart audio when we indeed have an xrun to fix repeated
33666 xruns. Fix suggested by Giuliano Pochini.
33668 2004-07-03 David Schleef <ds@schleef.org>
33670 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33671 call to gst_debug_log() if debugging is disabled (bug #145118)
33673 2004-07-03 Benjamin Otte <otte@gnome.org>
33675 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33676 use our own functions for restarting the alsa device.
33677 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33678 I should apply patches myself - use MIN for the third argument, not
33679 the second, this fixes seeking
33681 2004-07-02 David Schleef <ds@schleef.org>
33683 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33684 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
33687 2004-07-02 David Schleef <ds@schleef.org>
33689 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
33690 output buffers. Fix logic mistake. (bug #144866)
33692 2004-07-02 David Schleef <ds@schleef.org>
33694 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33695 on X. (bug #144753)
33697 2004-07-02 David Schleef <ds@schleef.org>
33699 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33700 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33702 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33703 (gst_osselement_rate_probe_check): Add another workaround for
33704 buggy drivers (bug #145336)
33706 2004-07-02 David Schleef <ds@schleef.org>
33708 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33709 Most systems don't have MSG_NOSIGNAL.
33711 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
33714 * gst-libs/gst/colorbalance/Makefile.am:
33715 * gst-libs/gst/mixer/Makefile.am:
33716 * gst-libs/gst/play/Makefile.am:
33717 * gst-libs/gst/tuner/Makefile.am:
33718 (hopefully) fix both install and dist and make error message useful.
33719 needs testing across automakes.
33721 2004-07-02 Benjamin Otte <otte@gnome.org>
33723 * ext/ogg/gstogg.c: (plugin_init):
33724 we require bytestream now
33725 * ext/ogg/gstoggdemux.c:
33726 huge diff to implement chain setup in a fast and generic way. This
33727 improves tag reading and startup of huge files (read: Theora videos)
33728 quite a bit. It probably contains bugs, too, so please test.
33729 Seeking is not improved to the fast method.
33731 2004-06-29 Wim Taymans <wim@fluendo.com>
33733 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33734 * ext/ogg/gstoggmux.c:
33735 Fix memleak in oggdemux when running unconnected pads.
33736 doc update in mux, start working on keyframe mode.
33738 2004-06-29 Benjamin Otte <otte@gnome.org>
33740 * sys/oss/gstosssink.c:
33741 * sys/oss/gstosssrc.c:
33742 advertise correct template caps - we indeed do non-native endianness
33743 and 8bit audio has no endianness
33744 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33745 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33746 avoid (wrong) duplications in getcaps function and return
33749 2004-06-29 Wim Taymans <wim@fluendo.com>
33751 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33752 (gst_multifdsink_class_init), (gst_multifdsink_add),
33753 (gst_multifdsink_remove), (gst_multifdsink_clear),
33754 (gst_multifdsink_client_remove),
33755 (gst_multifdsink_handle_client_read),
33756 (gst_multifdsink_client_queue_data),
33757 (gst_multifdsink_client_queue_caps),
33758 (gst_multifdsink_client_queue_buffer),
33759 (gst_multifdsink_handle_client_write),
33760 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33761 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33762 (gst_multifdsink_init_send), (gst_multifdsink_close):
33763 Fix wrong GList iteration that could crash the server when
33764 more then 2 clients disconnect at the same time. Read all the
33765 pending commands in one batch to recover from command storms under
33768 2004-06-28 Wim Taymans <wim@fluendo.com>
33770 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33771 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33772 (gst_videomixer_pad_set_property),
33773 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33774 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33775 (gst_videomixer_class_init), (gst_videomixer_init),
33776 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33777 (pad_zorder_compare), (gst_videomixer_sort_pads),
33778 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33779 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33780 (gst_videomixer_update_queues), (gst_videomixer_loop),
33782 Avoid divide by zero, choose masterpad as the pad with the highest
33785 2004-06-27 Julien Moutte <julien@moutte.net>
33787 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33788 (gst_ximagesink_xwindow_new):
33789 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33790 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33791 function directly. We might want to call it from somewhere else one day.
33793 2004-06-27 Julien Moutte <julien@moutte.net>
33795 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33796 (gst_ximagesink_xwindow_new):
33797 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33798 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33799 window decorations.
33801 2004-06-27 Wim Taymans <wim@fluendo.com>
33803 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33804 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33805 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33806 (gst_dvdec_set_property), (gst_dvdec_get_property):
33807 * ext/dv/gstdvdec.h:
33808 Implement drop_factor property to lower the framerate with
33811 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
33813 * gst-libs/gst/colorbalance/Makefile.am:
33814 * gst-libs/gst/mixer/Makefile.am:
33815 * gst-libs/gst/play/Makefile.am:
33816 * gst-libs/gst/tuner/Makefile.am:
33817 unbreak Company's fix that didn't install the -enum.h files
33819 2004-06-27 Wim Taymans <wim@fluendo.com>
33821 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33822 (gst_dvdec_change_state):
33823 * ext/dv/gstdvdec.h:
33824 Fix timestamp, duration and offset of the buffers.
33826 2004-06-27 Wim Taymans <wim@fluendo.com>
33828 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33829 (gst_multifdsink_class_init), (gst_multifdsink_add),
33830 (gst_multifdsink_remove), (gst_multifdsink_clear),
33831 (gst_multifdsink_client_remove),
33832 (gst_multifdsink_handle_client_read),
33833 (gst_multifdsink_client_queue_data),
33834 (gst_multifdsink_client_queue_caps),
33835 (gst_multifdsink_client_queue_buffer),
33836 (gst_multifdsink_handle_client_write),
33837 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33838 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33839 (gst_multifdsink_init_send), (gst_multifdsink_close):
33840 * gst/tcp/gstmultifdsink.h:
33841 * gst/tcp/gsttcpserversink.c:
33842 (gst_tcpserversink_handle_server_read),
33843 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33844 More multifdsink fixes, more recovery policy fixes.
33845 Removed stupid g_print
33847 2004-06-26 Wim Taymans <wim@fluendo.com>
33849 * gst/tcp/Makefile.am:
33850 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33851 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33852 (gst_multifdsink_class_init), (gst_multifdsink_init),
33853 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33854 (gst_multifdsink_handle_client_read),
33855 (gst_multifdsink_client_queue_data),
33856 (gst_multifdsink_client_queue_caps),
33857 (gst_multifdsink_client_queue_buffer),
33858 (gst_multifdsink_handle_client_write),
33859 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33860 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33861 (gst_multifdsink_chain), (gst_multifdsink_set_property),
33862 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33863 (gst_multifdsink_close), (gst_multifdsink_change_state):
33864 * gst/tcp/gstmultifdsink.h:
33865 * gst/tcp/gsttcpplugin.c: (plugin_init):
33866 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33867 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33868 (gst_tcpserversink_handle_server_read),
33869 (gst_tcpserversink_handle_select),
33870 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33871 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33872 * gst/tcp/gsttcpserversink.h:
33873 Added multifdsink, made tcpserversink a subclass of fdsink, removed
33874 one of the locks, added recovery policy to multifdsink.
33876 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
33878 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33879 fix decision for when getting frames with same timestamp
33880 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33881 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33882 (gst_v4lsrc_get_property):
33883 * sys/v4l/gstv4lsrc.h:
33884 add latency offset property
33886 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
33888 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33890 fix debugging. add category.
33892 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
33894 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33897 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
33899 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33900 (gst_alsa_src_get_time), (gst_alsa_src_loop),
33901 (gst_alsa_src_change_state):
33902 return a time that is in sync with the element's processing
33904 2004-06-25 Wim Taymans <wim@fluendo.com>
33906 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33907 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33908 (gst_tcpserversink_client_remove),
33909 (gst_tcpserversink_handle_client_read),
33910 (gst_tcpserversink_client_queue_data),
33911 (gst_tcpserversink_client_queue_caps),
33912 (gst_tcpserversink_client_queue_buffer),
33913 (gst_tcpserversink_handle_client_write),
33914 (gst_tcpserversink_queue_buffer),
33915 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33916 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33917 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33918 (gst_tcpserversink_close):
33919 * gst/tcp/gsttcpserversink.h:
33920 Serversink rewrite. Really do non blocking writes to clients and
33921 maintain an internal queue to handle slower clients while not
33922 disturbing fast clients.
33924 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
33926 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33927 better debug, don't override OFFSET and OFFSET_END
33929 2004-06-25 Iain <iain@prettypeople.org>
33931 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33932 name=source for the wavparse pipeline.
33934 2004-06-24 Johan Dahlin <johan@gnome.org>
33936 * ext/theora/theoraenc.c (theora_enc_chain): Call
33937 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33938 streamheader caps are set correctly.
33940 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
33942 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33943 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33944 respect minimum bitrate; same could be done for max bitrate
33946 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
33948 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33949 (gst_vorbisenc_setup):
33950 fix sample rate range
33952 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
33954 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33955 (gst_oggvorbisenc_setup):
33956 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33957 (gst_vorbisenc_setup):
33958 resolve ambiguities in code and description
33960 2004-06-24 Wim Taymans <wim@fluendo.com>
33962 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33963 * ext/alsa/gstalsa.h:
33964 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33965 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33966 Use alsa trigger_tstamp to get the timestamp of the first
33967 sample in the buffer for more precise sync. Some cleanups.
33969 2004-06-24 Wim Taymans <wim@fluendo.com>
33971 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33972 (gst_audiorate_init), (gst_audiorate_chain),
33973 (gst_audiorate_set_property), (gst_audiorate_get_property):
33974 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33975 (gst_videorate_chain):
33976 Added some logging, fixed an overflow bug in videorate.
33978 2004-06-24 Benjamin Otte <otte@gnome.org>
33980 * ext/kio/Makefile.am:
33981 fix for builddir != srcdir and distcheck
33983 2004-06-24 Benjamin Otte <otte@gnome.org>
33985 * gst-libs/gst/colorbalance/Makefile.am:
33986 * gst-libs/gst/mixer/Makefile.am:
33987 * gst-libs/gst/play/Makefile.am:
33988 * gst-libs/gst/tuner/Makefile.am:
33989 * gst/tcp/Makefile.am:
33990 * sys/dxr3/Makefile.am:
33991 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33993 Also add all *.list files that were missing.
33995 add a distcheck hook to ensure the above doesn't happen again.
33997 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
33999 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
34001 2004-06-23 Colin Walters <walters@redhat.com>
34003 * m4/Makefile.am: Distribute gst-fionread.m4.
34005 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
34007 * configure.ac: back to dev
34009 2004-06-23 Wim Taymans <wim@fluendo.com>
34011 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
34012 (gst_alsa_xrun_recovery):
34013 * ext/alsa/gstalsa.h:
34014 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
34015 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
34016 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34017 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
34018 (gst_alsa_src_loop):
34019 Add clock to alsasrc. Take new capture timestamp when
34020 restarting after an overrun. Split up some functions between
34021 alsasrc and alsasink.
34023 === release 0.8.2 ===
34025 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
34027 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34028 (gst_alsa_change_state), (gst_alsa_update_avail),
34029 (gst_alsa_xrun_recovery):
34030 * ext/alsa/gstalsa.h:
34031 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34032 merge back changes from release
34034 2004-06-23 Wim Taymans <wim@fluendo.com>
34036 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
34037 (gst_audiorate_init), (gst_audiorate_chain),
34038 (gst_audiorate_set_property), (gst_audiorate_get_property):
34039 Implement sample dropping and notify
34041 2004-06-22 Wim Taymans <wim@fluendo.com>
34043 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34044 (theora_enc_sink_link), (theora_buffer_from_packet),
34045 (theora_push_packet), (theora_enc_chain):
34046 Some cleanups, make sure the timestamps are correct.
34048 2004-06-22 Wim Taymans <wim@fluendo.com>
34050 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
34051 (gst_alsa_change_state), (gst_alsa_update_avail),
34052 (gst_alsa_xrun_recovery):
34053 * ext/alsa/gstalsa.h:
34054 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34055 Cleanups, take queued samples into account when reporting
34058 2004-06-22 Wim Taymans <wim@fluendo.com>
34060 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34061 (gst_videorate_init):
34062 Initialize the property as well.
34064 2004-06-22 Wim Taymans <wim@fluendo.com>
34066 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34067 (gst_videorate_init), (gst_videorate_chain),
34068 (gst_videorate_set_property), (gst_videorate_get_property):
34069 Add property to make videorate silent.
34070 Add property to prefer new frames over old ones.
34072 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34074 * sys/osxvideo/Makefile.am:
34075 Workaround so that the osxvideo .so file gets linked with the
34076 Cocoa, OpenGL and QuickTime frameworks
34078 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34080 * sys/osxaudio/Makefile.am:
34081 Workaround so that the osxaudio .so file gets linked with the
34082 CoreAudio framework
34084 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34087 Whoops, my fault...fixed build issues
34089 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34092 Add objective-c support if running in Darwin/Mac OS X
34095 * sys/osxvideo/Makefile.am:
34096 * sys/osxvideo/osxvideosink.h:
34097 * sys/osxvideo/osxvideosink.m:
34098 * sys/osxvideo/cocoawindow.h:
34099 * sys/osxvideo/cocoawindow.m:
34100 Add osxvideosink, a cocoa-based osx video sink
34103 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
34104 * ext/dvdnav/gst-dvd:
34105 Grab the gconf key from the right spot
34106 * gst/debug/gstnavseek.c: (gst_navseek_init),
34107 (gst_navseek_segseek), (gst_navseek_handle_src_event),
34108 (gst_navseek_chain):
34109 * gst/debug/gstnavseek.h:
34110 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
34111 and loop parameters of a segment seek.
34112 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
34113 (gst_videotestsrc_get_event_masks),
34114 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
34115 * gst/videotestsrc/gstvideotestsrc.h:
34116 Add seeking support to videotestsrc
34117 Initialise the timestamp_offset variable.
34119 2004-06-18 Wim Taymans <wim@fluendo.com>
34121 * ext/sidplay/gstsiddec.cc:
34122 Fix negotiation and set correct end offset.
34124 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
34126 * configure.ac: branch and prerelease
34128 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
34130 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34131 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34132 (gst_tcpclientsrc_init_receive):
34133 * gst/tcp/gsttcpclientsrc.h:
34134 read caps when connecting to server for GDP so we set them correctly
34136 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
34138 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34139 notify drops and duplicates
34140 * gst/videoscale/videoscale.c: (videoscale_get_structure):
34141 no good reason to limit ourselves to 100x100
34143 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
34145 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34146 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34147 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34148 (gst_v4lsrc_get_property):
34149 * sys/v4l/gstv4lsrc.h:
34150 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34151 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34152 (gst_v4l_set_audio):
34153 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34154 (gst_v4lsrc_try_capture):
34155 * sys/v4l/v4lsrc_calls.h:
34156 change try_palette to more general try_capture
34157 add autoprobe option so we can turn off autoprobing
34160 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
34164 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34165 (gst_ximagesink_class_init):
34166 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34167 (gst_xvimagesink_class_init):
34168 run them as finalize, not dispose, since dispose can be invoked
34171 2004-06-17 Wim Taymans <wim@fluendo.com>
34173 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34174 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34175 * ext/alsa/gstalsa.h:
34176 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34177 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34178 (gst_alsa_src_change_state):
34179 * ext/alsa/gstalsasrc.h:
34180 Make the xrun code timestamp and offset the buffers correctly.
34181 moved the clock to the base class, use alsa methods to get time.
34182 Do correct timestamping on outgoing buffers.
34184 2004-06-17 Wim Taymans <wim@fluendo.com>
34186 * gst/audiorate/Makefile.am:
34187 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34188 (gst_audiorate_base_init), (gst_audiorate_class_init),
34189 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34190 (gst_audiorate_set_property), (gst_audiorate_get_property),
34191 (gst_audiorate_change_state), (plugin_init):
34192 Added an audiorate converter that fills in gaps.
34194 2004-06-17 Johan Dahlin <johan@gnome.org>
34196 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34198 2004-06-16 Wim Taymans <wim@fluendo.com>
34200 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34201 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34202 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34203 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34204 (gst_v4lsrc_get_property):
34205 * sys/v4l/gstv4lsrc.h:
34206 Added a copy mode to v4lsrc where it will output a copied version
34207 of its internal hardware buffer.
34208 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34211 2004-06-16 Wim Taymans <wim@fluendo.com>
34213 * sys/oss/gstosssrc.c: (gst_osssrc_get):
34216 2004-06-16 Wim Taymans <wim@fluendo.com>
34218 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34219 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34220 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34221 (gst_v4lsrc_get_property):
34222 * sys/v4l/gstv4lsrc.h:
34223 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34224 Added a sync mode enum property to control v4lsrc timestamp method
34225 Removed the use-fixed-fps property and moved functionality in
34227 Don't error on an error value from v4l-conf, it might not always
34230 2004-06-16 Wim Taymans <wim@fluendo.com>
34232 * gst/videorate/Makefile.am:
34233 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34234 (gst_videorate_base_init), (gst_videorate_class_init),
34235 (gst_videorate_getcaps), (gst_videorate_link),
34236 (gst_videorate_init), (gst_videorate_chain),
34237 (gst_videorate_set_property), (gst_videorate_get_property),
34238 (gst_videorate_change_state), (plugin_init):
34239 Added a video timestamp corrector.
34241 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34243 fixed a potential leak with previous commit
34245 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34247 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34249 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34250 Added missing refcount, fixes bug #144425
34251 Cheers Tim for finding the bug
34253 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
34255 * sys/v4l/gstv4l.c: (plugin_init):
34256 * sys/v4l/gstv4lcolorbalance.c:
34257 * sys/v4l/gstv4lcolorbalance.h:
34258 * sys/v4l/gstv4lelement.c:
34259 * sys/v4l/gstv4lelement.h:
34260 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34261 * sys/v4l/gstv4lmjpegsink.h:
34262 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34263 * sys/v4l/gstv4lmjpegsrc.h:
34264 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34265 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34266 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34267 * sys/v4l/gstv4lsrc.h:
34268 * sys/v4l/gstv4ltuner.c:
34269 * sys/v4l/gstv4ltuner.h:
34270 * sys/v4l/gstv4lxoverlay.c:
34271 * sys/v4l/gstv4lxoverlay.h:
34272 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34273 (gst_v4l_set_window), (gst_v4l_enable_overlay):
34274 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34275 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34276 (gst_v4l_set_audio):
34277 * sys/v4l/v4l_calls.h:
34278 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34279 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34280 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34281 (gst_v4lmjpegsink_playback_init),
34282 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34283 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34284 (gst_v4lmjpegsink_playback_stop),
34285 (gst_v4lmjpegsink_playback_deinit):
34286 * sys/v4l/v4lmjpegsink_calls.h:
34287 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34288 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34289 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34290 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34291 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34292 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34293 * sys/v4l/v4lmjpegsrc_calls.h:
34294 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34295 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34296 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34297 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34298 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34299 (gst_v4lsrc_try_palette):
34300 * sys/v4l/v4lsrc_calls.h:
34301 bunch of paranoia cleanups
34303 2004-06-14 David Schleef <ds@schleef.org>
34305 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34306 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34307 Send discont events and change timestamps appropriately when
34308 we get a seek event. (bug #144240)
34309 * ext/cdparanoia/gstcdparanoia.h:
34311 2004-06-14 Benjamin Otte <otte@gnome.org>
34313 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34314 snd_pcm_hw_params_set_rate since the latter fails for no good
34315 reason on some setups.
34317 2004-06-14 David Schleef <ds@schleef.org>
34319 * gst/volume/demo.c: (value_changed_callback): exp10() is not
34320 standard. Thank you for playing.
34322 2004-06-14 Wim Taymans <wim@fluendo.com>
34324 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34325 Patch 1.3 broke the ordering of the colorspace info and
34326 made the plugin basically work by coincidence, reordered
34329 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
34331 * ext/lame/gstlame.c:
34332 * ext/mad/gstmad.c:
34333 sync caps. Make sure mad can only output a list of rates, not
34334 a full range. In the future, have three caps lists for each of the
34335 mpeg versions. Change mpegversion to a double as well.
34337 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
34339 * gst/volume/.cvsignore:
34340 * gst/volume/Makefile.am:
34341 * gst/volume/demo.c: (value_changed_callback), (idler),
34342 (setup_gui), (main):
34343 added small demo app
34345 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
34346 * ext/esd/esdsink.c: (gst_esdsink_change_state):
34347 * ext/esd/esdsink.h:
34348 Close the esd connection on pause, because esd will just wait -
34349 blocking all other esd clients indefinitely.
34351 2004-06-12 Christophe Fergeau <teuf@gnome.org>
34353 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34354 previous commit with GST_DEBUG
34356 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
34359 add a header check for a dvdread header in dvdnav. Fixes #133002
34361 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34363 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34364 * gst/tcp/gsttcpclientsink.h:
34365 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34366 * gst/tcp/gsttcpclientsrc.h:
34367 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34368 (gst_tcpserversink_handle_server_read),
34369 (gst_tcpserversink_init_send):
34370 * gst/tcp/gsttcpserversink.h:
34371 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34372 * gst/tcp/gsttcpserversrc.h:
34373 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34376 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34379 Added ogg library so that OSX detects libtheora properly
34381 2004-06-11 Wim Taymans <wim@fluendo.com>
34383 * ext/theora/theoradec.c: (theora_dec_chain),
34384 (theora_dec_change_state):
34385 Don't try to decode frames before we received a keyframe.
34387 2004-06-11 Wim Taymans <wim@fluendo.com>
34389 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34390 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34391 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34392 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34393 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34394 Added property to set the maximum delay of a page.
34396 2004-06-10 Wim Taymans <wim@fluendo.com>
34398 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34399 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34400 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34401 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34402 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34403 Added max-delay property to control the maximum amount
34404 of data to put in one page.
34406 2004-06-10 Wim Taymans <wim@fluendo.com>
34408 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34409 (gst_theora_enc_init), (theora_enc_sink_link),
34410 (theora_buffer_from_packet), (theora_enc_set_property),
34411 (theora_enc_get_property):
34412 Set duration on encoded buffer, added some more properties
34414 2004-06-10 Wim Taymans <wim@fluendo.com>
34416 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34417 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34418 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34419 * ext/theora/theoraenc.c: (theora_enc_chain):
34420 Fix refcounting bugs
34422 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
34424 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34425 (gst_asf_demux_loop), (gst_asf_demux_process_file),
34426 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34427 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34428 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34429 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34430 (gst_asf_demux_change_state):
34431 * gst/asfdemux/gstasfdemux.h:
34432 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34433 feels like. I think we should set a new requirement for demuxers
34434 from now on to implement sane loop functions, data loops, query
34435 and seek functions before first commit into CVS. And this commit
34436 fixes all of the above.
34438 2004-06-10 Christophe Fergeau <teuf@gnome.org>
34440 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34441 vorbis comments are properly encoded in UTF-8 before adding them
34444 2004-06-09 Benjamin Otte <otte@gnome.org>
34446 * ext/alsa/gstalsa.c: (add_channels):
34447 handle min <= max correctly
34448 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34449 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34450 add fixation functions so we fixate correctly. No preferring of alaw
34451 anymore because it's the first structure.
34452 * ext/alsa/gstalsa.h:
34453 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34454 (gst_alsa_hw_params_dump):
34455 add functions to ease debugging in alsalib
34456 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34457 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34458 (gst_alsa_start_audio):
34459 only specify hw params if we really setup a format (fixes #134007 -
34460 or at least works around it)
34462 2004-06-09 Wim Taymans <wim@fluendo.com>
34464 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34465 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34466 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34467 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34468 (gst_ogg_mux_loop):
34469 Use stream caps to setup the initial pages in the ogg stream.
34470 Correctly set the streamheader caps on the srcpad.
34472 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
34474 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34475 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34476 (gst_v4lsrc_getcaps):
34477 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34478 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34479 add querying of fps lists for webcams. Negotiating to a framerate
34482 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34484 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34485 (theora_push_buffer), (theora_push_packet),
34486 (theora_set_header_on_caps), (theora_enc_chain):
34487 mark buffers and put on streamheader, raw theora streaming
34488 now works too, whee
34490 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34492 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34493 (gst_tcp_gdp_read_caps):
34494 do a looping read for caps and GDP headers too
34496 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34498 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34499 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34500 return EOS instead of NULL in _get
34502 2004-06-08 Wim Taymans <wim@fluendo.com>
34504 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34505 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34506 (gst_tcp_gdp_write_caps):
34507 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34508 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34509 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34512 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34514 * ext/vorbis/Makefile.am:
34515 * ext/vorbis/vorbis.c: (plugin_init):
34516 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34517 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34518 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34519 (vorbis_parse_change_state):
34520 * ext/vorbis/vorbisparse.h:
34521 adding a vorbisparse element that marks the buffers, streaming
34522 raw vorbis using GDP now works, whee
34524 2004-06-08 Wim Taymans <wim@fluendo.com>
34526 * ext/jpeg/Makefile.am:
34528 * ext/jpeg/gstjpeg.c: (plugin_init):
34529 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34530 (gst_smokedec_base_init), (gst_smokedec_class_init),
34531 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34532 * ext/jpeg/gstsmokedec.h:
34533 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34534 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34535 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34536 (gst_smokeenc_resync), (gst_smokeenc_chain),
34537 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34538 * ext/jpeg/gstsmokeenc.h:
34539 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34540 (smokecodec_flush_destination), (smokecodec_term_destination),
34541 (smokecodec_init_source), (smokecodec_fill_input_buffer),
34542 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34543 (smokecodec_term_source), (smokecodec_encode_new),
34544 (smokecodec_decode_new), (smokecodec_info_free),
34545 (smokecodec_set_quality), (smokecodec_get_quality),
34546 (smokecodec_set_threshold), (smokecodec_get_threshold),
34547 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34548 (find_best_size), (abs_diff), (put), (smokecodec_encode),
34549 (smokecodec_parse_header), (smokecodec_decode):
34550 * ext/jpeg/smokecodec.h:
34551 Added a new simple jpeg based codec
34553 2004-06-08 Wim Taymans <wim@fluendo.com>
34555 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34556 (gst_multipart_mux_loop):
34559 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34561 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34562 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34563 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34564 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34565 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34566 * gst/tcp/gsttcpserversink.h:
34567 take streamheader into account
34569 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34571 * gst/level/Makefile.am:
34572 * gst/level/gstlevel.c: (gst_level_class_init):
34573 clean up marshal generation
34575 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34577 * gst/tcp/Makefile.am:
34578 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34579 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34580 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34581 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34582 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34583 (gst_tcpclientsrc_get_property):
34584 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34585 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34586 (gst_tcpserversink_handle_client_read),
34587 (gst_tcpserversink_handle_client_write),
34588 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34589 * gst/tcp/gsttcpserversink.h:
34590 add signals client-added and client-removed
34591 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34592 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34593 (gst_tcpserversrc_get_property):
34594 uniformized, change default protocol to NONE
34595 * gst/tcp/gsttcp-marshal.list: added
34596 2004-06-07 Benjamin Otte <otte@gnome.org>
34598 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34599 handle discont events if they happen before caps nego
34601 2004-06-07 Wim Taymans <wim@fluendo.com>
34603 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34604 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34605 (gst_multipart_demux_plugin_init):
34606 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34607 (gst_multipart_mux_init), (gst_multipart_mux_loop),
34608 (gst_multipart_mux_change_state):
34609 Small updates, fix a memleak
34611 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34613 * configure.ac: OSS portability
34614 * ext/arts/gst_arts.c: idem
34615 * sys/oss/gstosselement.c: idem
34616 * sys/oss/gstossmixer.c: idem
34617 * sys/oss/gstosssink.c: idem
34618 * sys/oss/gstosssrc.c: idem
34619 * sys/oss/oss_probe.c: idem
34620 - check for soundcard.h in different places for some BSD
34622 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
34625 Add me to the authors file
34627 Increase the libdv requirement to >= version 0.100
34628 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34629 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34630 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34631 * ext/dv/gstdvdec.h:
34632 Add support for the new_media flag when sending DISCONT events
34633 Make the querying work when video pad is not linked
34635 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
34637 reviewed by Benjamin Otte <otte@gnome.org>
34639 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34640 create a NULL-initialized array of pads, so we don't think they
34641 exist already. (fixes #143130)
34643 2004-06-07 Benjamin Otte <otte@gnome.org>
34645 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34646 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34647 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34648 don't use // coments
34650 2004-06-07 Benjamin Otte <otte@gnome.org>
34652 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34653 cast to GstClockTime to get higher granularity
34654 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34655 use gst_element_set_time_delay to get the exact time
34656 * ext/mad/gstmad.c: (gst_mad_chain):
34657 use the negotiated rate instead of the current frame's rate which
34658 might be wrong because of bit errors. This avoids emitting totally
34659 bogus timestamps and screwing sync.
34662 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
34664 reviewed by Benjamin Otte <otte@gnome.org>
34666 * gst/adder/gstadder.c: (gst_adder_loop):
34667 properly error out when no negotiation has happened yet. (fixes
34670 2004-06-06 Benjamin Otte <otte@gnome.org>
34672 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34673 forward correctly transformed offset in discont events. Based on
34674 patch by Arwed v. Merkatz. (fixes #142851)
34676 2004-06-06 David Schleef <ds@schleef.org>
34678 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34679 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
34680 problems on several systems.
34682 2004-06-06 Benjamin Otte <otte@gnome.org>
34684 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34685 use explicit caps on the srcpad
34686 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34687 properly error out if caps couldn't be set (fixes #142764)
34689 2004-06-06 Benjamin Otte <otte@gnome.org>
34691 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34692 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34693 (gst_alsa_start_audio):
34694 - don't call set_periods_integer anymore, it breaks the
34695 configuration randomly
34696 - call snd_pcm_hw_params_set_access directly instead of using masks
34697 - don't fail if the sw_params can't be set, just use the default
34698 params and hope it works. Alsalib has weird issues when you touch
34699 sw_params and does no proper error reporting about what failed.
34700 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34701 (gst_alsa_close_audio):
34702 make our alsa debugging go via gst debugging and not conditionally
34704 * ext/alsa/gstalsa.h:
34705 add ALSA_DEBUG_FLUSH macro
34706 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34708 wrap alsa errors to be printed via the gst debugging system and not
34711 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
34713 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34714 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34715 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34716 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34717 (qtdemux_parse_trak):
34718 * gst/qtdemux/qtdemux.h:
34719 Bitch. Also known as seeking, querying & co.
34720 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34721 (gst_osssink_change_state):
34722 * sys/oss/gstosssink.h:
34723 Resyncing is for weenies, this hack is no longer needed and was
34724 broken anyway (since it - unintendedly - always leaves resync to
34727 2004-06-05 Andrew Turner <zxombie@hotpop.com>
34729 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34730 * gst/tcp/gsttcpclientsrc.h: idem
34731 - define MSG_NOSIGNAL if not done
34732 - include unistd.h for off_t
34735 2004-06-05 Benjamin Otte <otte@gnome.org>
34738 * ext/kio/Makefile.am:
34739 check for qt's moc preprocessor explicitly and use it
34741 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
34743 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34744 don't get a signal for EPIPE on socket writes
34745 (somebody check if this works on other platforms)
34747 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
34749 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34750 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34751 check error condition on available samples correctly
34753 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
34755 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34757 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34758 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34759 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34760 (gst_tcpserversrc_gdp_read_header):
34761 use ssize_t over size_t since the former is signed and thus the
34762 check for error codes can work
34764 2004-06-02 Wim Taymans <wim@fluendo.com>
34768 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34769 (gst_multipart_mux_loop):
34772 2004-06-02 Wim Taymans <wim@fluendo.com>
34774 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34775 (gst_multipart_mux_init), (gst_multipart_mux_loop),
34776 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34777 (gst_multipart_mux_change_state):
34778 Added configurable boundary specifier, added the value as a
34779 caps field as well.
34781 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34783 * gst/tcp/gsttcp.c:
34784 * gst/tcp/gsttcpclientsrc.c:
34785 * gst/tcp/gsttcpclientsrc.h:
34786 * gst/tcp/gsttcpserversrc.c:
34787 - portability fix, to compile on OSX
34790 * sys/osxaudio/gstosxaudioelement.c:
34791 * sys/osxaudio/gstosxaudiosink.c:
34792 * sys/osxaudio/gstosxaudiosrc.c:
34793 - compilation warnings on OSX
34796 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34798 * ext/vorbis/vorbisdec.c : sign warning fixes
34800 * gst-libs/gst/mixer/mixertrack.c :
34801 do no use defines which are glib 2.4 specific
34803 2004-06-01 Christophe Fergeau <teuf@gnome.org>
34805 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34806 buffer since libflac doesn't expect it (reports a sync error when
34807 it encounters that)
34810 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
34812 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34813 * gst-libs/gst/mixer/mixertrack.c:
34814 (gst_mixer_track_get_property), (get_mixer_track_init),
34815 (get_mixer_track_get_property): Added property accessors
34816 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34817 * gst-libs/gst/mixer/mixeroptions.c:
34818 (gst_mixer_options_get_values): Added
34819 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34820 * gst-libs/gst/mixer/mixer.c: Fixed comment
34823 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
34825 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34826 improve error messages on open
34829 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
34831 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34832 check if v4l-conf is in path
34834 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
34836 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34837 change assert to a more readable error message
34839 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34841 * gst-libs/gst/tuner/tunerchannel.h:
34842 - add a freq_multiplicator field to make the conversion
34843 between internal frequency unit and Hz
34844 * sys/v4l/gstv4lelement.c:
34845 * sys/v4l2/gstv4l2element.c:
34846 - change default video device to /dev/video0
34847 * sys/v4l/v4l_calls.c:
34848 * sys/v4l2/v4l2_calls.c:
34849 - we only expose frequency to the user in Hz instead of
34850 bastard v4lX unit (either 62.5kHz or 62.5Hz)
34852 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
34853 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34854 Initialise b_o_s and e_o_s variables
34855 * gst-libs/gst/riff/riff-media.c:
34856 (gst_riff_create_video_caps_with_data):
34857 Add some unusual fourcc's from mplayer avi's
34858 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34859 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34862 2004-05-28 Wim Taymans <wim@fluendo.com>
34865 * gst/alpha/Makefile.am:
34866 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34867 (gst_alpha_get_type), (gst_alpha_base_init),
34868 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34869 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34870 (gst_alpha_chroma_key), (gst_alpha_chain),
34871 (gst_alpha_change_state), (plugin_init):
34872 A plugin to add an alpha channel to I420 video. Can optionally do
34874 * gst/multipart/Makefile.am:
34875 * gst/multipart/multipart.c: (plugin_init):
34876 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34877 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34878 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34879 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34880 (gst_multipart_demux_change_state),
34881 (gst_multipart_demux_plugin_init):
34882 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34883 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34884 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34885 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34886 (gst_multipart_mux_pad_unlink),
34887 (gst_multipart_mux_request_new_pad),
34888 (gst_multipart_mux_handle_src_event),
34889 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34890 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34891 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34892 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34893 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34894 send multipart jpeg images to a browser.
34895 * gst/videobox/Makefile.am:
34896 * gst/videobox/README:
34897 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34898 (gst_video_box_get_type), (gst_video_box_base_init),
34899 (gst_video_box_class_init), (gst_video_box_init),
34900 (gst_video_box_set_property), (gst_video_box_get_property),
34901 (gst_video_box_sink_link), (gst_video_box_i420),
34902 (gst_video_box_ayuv), (gst_video_box_chain),
34903 (gst_video_box_change_state), (plugin_init):
34904 Crops or adds borders around an image. can do alpha channel
34906 * gst/videomixer/Makefile.am:
34907 * gst/videomixer/README:
34908 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34909 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34910 (gst_videomixer_pad_get_sink_event_masks),
34911 (gst_videomixer_pad_get_property),
34912 (gst_videomixer_pad_set_property),
34913 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34914 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34915 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34916 (gst_videomixer_base_init), (gst_videomixer_class_init),
34917 (gst_videomixer_init), (gst_videomixer_request_new_pad),
34918 (gst_videomixer_handle_src_event),
34919 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34920 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34921 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34922 (gst_videomixer_loop), (gst_videomixer_get_property),
34923 (gst_videomixer_set_property), (gst_videomixer_change_state),
34925 Generic video mixer plugin, can handle multiple inputs all with
34926 different framerates and video sizes. Is fully alpha channel
34929 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
34931 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34932 Select first track as master track. Not sure how else to handle
34934 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34935 Discard discont events. Should fix #142962.
34937 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
34939 * ext/alsa/Makefile.am:
34940 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34941 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34942 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34943 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34944 (gst_alsa_mixer_get_option):
34945 * ext/alsa/gstalsamixer.h:
34946 * ext/alsa/gstalsamixeroptions.c:
34947 (gst_alsa_mixer_options_get_type),
34948 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34949 (gst_alsa_mixer_options_new):
34950 * ext/alsa/gstalsamixeroptions.h:
34951 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34952 * ext/alsa/gstalsamixertrack.h:
34953 Add enumerations (as GstMixerOptions). Make correct distinction
34954 between input/output tracks. Add capture/playback private flag.
34955 Use flag to decide on whether to set capture or playback volumes
34956 or switches. Use playback and record switches.
34957 * gst-libs/gst/mixer/Makefile.am:
34958 * gst-libs/gst/mixer/mixer-marshal.list:
34959 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34960 (gst_mixer_set_option), (gst_mixer_get_option),
34961 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34962 (gst_mixer_volume_changed), (gst_mixer_option_changed):
34963 * gst-libs/gst/mixer/mixer.h:
34964 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34965 (gst_mixer_options_class_init), (gst_mixer_options_init),
34966 (gst_mixer_options_dispose):
34967 * gst-libs/gst/mixer/mixeroptions.h:
34968 Add GstMixerOptions.
34969 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34970 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34971 broken device detection on computers with multiple OSS sound
34974 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
34976 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34977 fixate nicely even when the peer is not negotiating
34979 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
34981 * gst/audioconvert/gstaudioconvert.c:
34982 (gst_audio_convert_parse_caps):
34983 make sure we don't allow depth > width
34984 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34985 fixate endianness to G_BYTE_ORDER as default
34986 * gst/audioscale/gstaudioscale.c:
34987 we don't handle another endianness as host-endianness
34989 2004-05-25 David Schleef <ds@schleef.org>
34991 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
34993 2004-05-24 Benjamin Otte <otte@gnome.org>
34995 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34996 (gst_oggvorbisenc_setup):
34997 properly fail when we can't setup the vorbis encoder due to
34998 unsupported settings
34999 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
35000 (gst_vorbisenc_setup):
35002 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35003 fix case where warnings occured when one pad was unlinked while the
35004 other's link function was called
35006 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
35008 * gst/tcp/Makefile.am:
35011 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
35013 * gst-libs/gst/resample/private.h:
35014 don't use optimizations that are #if 0'ed
35016 2004-05-24 Wim Taymans <wim@fluendo.com>
35018 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
35019 Fix potential division by zero error and hopefully get
35020 the position query right to get correct timestamps on avi
35023 2004-05-24 Wim Taymans <wim@fluendo.com>
35025 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
35026 (gst_videoscale_scale_nearest_str2),
35027 (gst_videoscale_scale_nearest_str4),
35028 (gst_videoscale_scale_nearest_32bit),
35029 (gst_videoscale_scale_nearest_24bit),
35030 (gst_videoscale_scale_nearest_16bit):
35031 Fix the scaling algorithm and avoid a buffer overflow.
35032 removed the while loop in the scaling function as it
35033 was used for point sampling only.
35035 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
35037 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35038 (gst_id3_tag_class_init), (gst_id3_tag_init),
35039 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
35040 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
35041 (gst_id3_tag_send_tag_event):
35042 lots of fixes to make id3mux work and id3demux work correctly
35044 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35047 add rules to build shout2send (was removed by accident
35048 when this module was no more marked experimental/broken)
35050 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
35052 * ext/shout2/gstshout2.c:
35053 * ext/shout2/gstshout2.h:
35054 adding a "connection problem" signal to shout2send
35057 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
35059 * ext/kio/kioreceiver.cpp:
35060 * ext/kio/kioreceiver.h:
35061 fix sign comparison issues
35063 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35065 * gst/cdxaparse/gstcdxaparse.c:
35066 * gst/cdxaparse/gstcdxaparse.h:
35068 add some checks/sanity
35069 prepare for seek addition
35071 * sys/sunaudio/gstsunaudio.c:
35072 remove exported dupe init function
35074 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
35076 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
35077 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
35078 Fix format conversion and position querying.
35079 * gst/debug/progressreport.c: (gst_progressreport_report):
35080 Don't output a bogus total value that we didn't query.
35081 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35082 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
35083 only a blank window after xine has been used.
35085 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
35088 sync with upstream version to fix test on FC2
35089 readd with -ko to preserve Id header
35091 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35094 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
35095 * gst/tcp/gsttcpclientsrc.c: idem
35096 * gst/tcp/gsttcpserversink.c: idem
35097 * gst/tcp/gsttcpserversrc.c: idem
35098 * m4/gst-fionread.m4: idem
35100 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
35102 * configure.ac: enable speex plugin for speex 1.1.5+
35103 * ext/speex/gstspeexenc.c: fix cast warning
35105 * ext/esd/README: fix typo
35107 2004-05-20 David Schleef <ds@schleef.org>
35109 * configure.ac: Minor cosmetic change to convince the buildbot to
35111 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
35112 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
35113 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
35114 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
35115 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
35116 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35117 More hacking. Plays audio now.
35119 2004-05-20 David Schleef <ds@schleef.org>
35124 2004-05-20 David Schleef <ds@schleef.org>
35126 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
35127 * sys/osxaudio/gstosxaudio.c:
35128 * sys/osxaudio/gstosxaudioelement.c:
35129 * sys/osxaudio/gstosxaudioelement.h:
35130 * sys/osxaudio/gstosxaudiosink.c:
35131 * sys/osxaudio/gstosxaudiosink.h:
35132 * sys/osxaudio/gstosxaudiosrc.c:
35133 * sys/osxaudio/gstosxaudiosrc.h:
35135 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
35137 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35138 (gst_vorbisenc_chain):
35139 put the codec headers on the caps as streamheader as well as
35142 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
35144 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35145 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35146 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35147 split up push_packet into two functions
35149 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
35151 * gst/tcp/.cvsignore:
35153 * gst/tcp/Makefile.am:
35155 * gst/tcp/gsttcp.c:
35156 * gst/tcp/gsttcp.h:
35157 * gst/tcp/gsttcpclientsink.c:
35158 * gst/tcp/gsttcpclientsink.h:
35159 * gst/tcp/gsttcpclientsrc.c:
35160 * gst/tcp/gsttcpclientsrc.h:
35161 * gst/tcp/gsttcpplugin.c:
35162 * gst/tcp/gsttcpserversink.c:
35163 * gst/tcp/gsttcpserversink.h:
35164 * gst/tcp/gsttcpserversrc.c:
35165 * gst/tcp/gsttcpserversrc.h:
35166 add new tcp elements
35168 2004-05-19 Wim Taymans <wim@fluendo.com>
35170 * gst/law/mulaw-conversion.c: (mulaw_encode):
35171 Fix overflow bug in ulaw encoding.
35173 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35175 * ext/mad/gstmad.c: (gst_mad_handle_event):
35176 don't unref the event twice
35178 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35181 remove -Wno-sign-compare
35183 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35186 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35187 if you want to work against glib 2.2 and 2.4
35189 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
35191 * gst/tcp/Makefile.am:
35192 * gst/tcp/gsttcp.c:
35193 * gst/tcp/gsttcp.h:
35194 * gst/tcp/gsttcpsink.h:
35195 * gst/tcp/gsttcpsrc.h:
35196 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35198 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35200 * gst/debug/tests.c: (md5_get_value):
35201 fix segfault on gst-inspect
35203 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35205 * gst/debug/testplugin.c:
35206 * gst/debug/tests.c:
35207 * gst/debug/tests.h:
35208 add new extensible and configurable testing element. Current tests
35209 include buffer count, stream length, timestamp/duration matching and
35211 * gst/debug/Makefile.am:
35212 * gst/debug/gstdebug.c: (plugin_init):
35213 add infrastructure for new element
35215 2004-05-19 Johan Dahlin <johan@gnome.org>
35217 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35218 ending of the array. Fixes gst-inspect segfault on ppc.
35220 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35222 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35224 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35226 2004-05-18 David Schleef <ds@schleef.org>
35228 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35229 warnings (bugs, actually) noticed by gcc but not forte.
35231 2004-05-18 David Schleef <ds@schleef.org>
35233 * sys/sunaudio/Makefile.am:
35234 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35236 2004-05-18 David Schleef <ds@schleef.org>
35238 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35239 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
35240 to allow qtdemux to use non-seekable streams. (bug #142272)
35242 2004-05-18 David Schleef <ds@schleef.org>
35244 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35245 (gst_resample_sinc_ft_float): Remove use of static temporary
35246 buffer. This code was obviously not supposed to last long, but
35247 it's stuck in our ABI, so it required a little hack to make it
35248 ABI-compatible. Fixes #142585.
35249 * gst-libs/gst/resample/resample.h: same.
35251 2004-05-18 David Schleef <ds@schleef.org>
35253 * configure.ac: Add sunaudio
35254 * examples/Makefile.am: make gstplay depend on gconf
35255 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35256 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35257 (convert_table_lookup), (img_convert): remove c99-isms
35258 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35259 unsigned, to fix a warning on Solaris
35260 * gst/mpeg1sys/systems.c: bcopy->memcpy
35261 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35262 * sys/Makefile.am: Add sunaudio
35264 2004-05-18 Wim Taymans <wim@fluendo.com>
35266 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35267 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35268 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35269 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35270 (gst_ogg_mux_loop):
35271 Fix an ugly memleak where the muxer didn't flush enough ogg
35272 pages. This also resulted in badly muxed ogg files.
35274 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35276 * gst/asfdemux/asfheaders.c :
35277 * gst/asfdemux/asfheaders.h :
35278 * gst/asfdemux/gstasfdemux.c :
35279 - fix ASF_OBJ_PADDING guid
35280 - add 3 new object guids (language list, metadata,
35281 extended stream properties)
35282 - add a function to parse extended header objects
35284 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
35286 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35287 remove leftover debugging g_print
35289 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
35291 * ext/mad/gstmad.c: (gst_mad_handle_event):
35292 Fix for when the first format in a discont event is not a
35293 byte-based one. Should fix #137710.
35295 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35297 * m4/a52.m4 : fix compilation with -Wall -Werror
35298 * m4/libfame.m4 : idem
35299 * m4/libmikmod.m4 : idem
35301 2004-05-17 Benjamin Otte <otte@gnome.org>
35303 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35304 signal the new tags before giving up the reference
35306 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
35308 * ext/shout2/gstshout2.c:
35309 use application/ogg instead of application/x-ogg (patch by Patrick
35310 Guimond, fixes #142432)
35311 * sys/oss/gstosselement.c: (gst_osselement_reset),
35312 (gst_osselement_sync_parms):
35313 don't set fragment size unless specified (fixes #142493)
35315 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35317 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35320 2004-05-17 Benjamin Otte <otte@gnome.org>
35322 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35323 compute offsets correctly for internal buffers so timestamps are set
35324 correctly when we can't seek. Also handle cases where there are no
35325 offsets. (based on a patch by David Moore, fixes #142507)
35327 2004-05-17 Benjamin Otte <otte@gnome.org>
35329 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35330 use correct variable when determining amount of data to skip so we
35331 don't skip into the void and segfault
35333 2004-05-16 Benjamin Otte <otte@gnome.org>
35335 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35338 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35340 * gst/asfdemux/gstasfdemux.c:
35341 - fix a mem leak and always propagate tags
35342 - add WMV3 to known video codecs (but no decoder yet)
35343 - replace "surplus data" at end of audio header for what
35344 it is : codec specific data
35347 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
35349 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
35351 * gst-libs/gst/audio/audioclock.c:
35352 Fix wrong return type (#142205).
35354 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
35356 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35357 Ignore CRCs by default (fixes #142566).
35359 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
35361 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35362 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35363 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35364 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35365 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35366 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35367 Fix for cases where we fail to attach to a mixer.
35369 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
35371 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35372 Don't touch events after not owning them anymore.
35373 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35374 (gst_wavparse_fmt), (gst_wavparse_other),
35375 (gst_wavparse_handle_seek), (gst_wavparse_loop),
35376 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35377 (gst_wavparse_srcpad_event):
35378 * gst/wavparse/gstwavparse.h:
35379 Add seeking, fix querying.
35381 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35383 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35384 - process comments even if they don't end with \0\0
35385 g_convert would ignore them if present and works well without them
35387 2004-05-16 Benjamin Otte <otte@gnome.org>
35389 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35392 2004-05-16 Benjamin Otte <otte@gnome.org>
35394 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35395 don't write to memory we might not write to - g_convert does that
35396 for us anyway (fixes #142613)
35397 (gst_asf_demux_audio_caps):
35398 comment out gst_util_dump_mem
35400 2004-05-16 Benjamin Otte <otte@gnome.org>
35402 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35403 compute correct expected timestamps after seek (broken since
35405 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35406 rename element and debugging category to gdkpixbufscale
35408 2004-05-16 Benjamin Otte <otte@gnome.org>
35410 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35411 add error checking to snd_pcm_delay and remove duplicate call to
35412 snd_pcm_delay that caused issues (see inline code comments)
35413 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35414 make more readable and fix return value when snd_pcm_delay fails
35417 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
35418 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35419 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35420 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35421 (gst_pixbufscale_link), (gst_pixbufscale_init),
35422 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35423 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35424 (gst_pixbufscale_get_property), (pixbufscale_init):
35425 * ext/gdk_pixbuf/pixbufscale.h:
35426 Add these files I forgot earlier
35428 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
35429 * ext/gdk_pixbuf/Makefile.am:
35430 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35431 * ext/gdk_pixbuf/gstgdkpixbuf.h:
35432 Add new pixbufscale element to scale RGB video
35433 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35434 and HYPER interpolation correctly.
35435 * ext/theora/theoraenc.c: (theora_enc_chain),
35436 Discard buffer and return if explicit caps could not be set
35437 (theora_enc_get_property):
35438 Make _get return kbps for the bitrate consistent with
35442 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
35444 * ext/libvisual/visual.c: (gst_visual_chain):
35445 add missing visual_audio_analyze
35447 2004-05-14 David Schleef <ds@schleef.org>
35449 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35450 is killed while we're playing.
35451 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35452 gst_element_no_more_pads().
35454 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35456 * gst-libs/gst/riff/riff-read.c :
35457 - fix INFO tag extraction in RIFF/AVI files
35458 because gst_event_unref (event) also freed taglist
35461 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35463 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35464 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35466 * gst/auparse/gstauparse.c :
35467 - add code (commented for now) to support audio/x-adpcm on src pad
35468 (we have no decoder for those layout yet)
35470 * gst/cdxaparse/gstcdxaparse.c :
35471 * gst/cdxaparse/gstcdxaparse.h :
35472 - partial rewrite using RiffRead (ripped iain's wavparse code)
35474 * gst/rtp/gstrtpL16enc.c : typo
35475 * gst/rtp/gstrtpgsmenc.c : typo
35477 2004-05-13 Benjamin Otte <otte@gnome.org>
35480 check for exact version of libvisual, it's not supposed to be
35483 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
35485 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35486 signal no-more-pads
35488 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
35490 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35491 Report which format was used for GST_FORMAT_DEFAULT
35492 * gst/debug/Makefile.am:
35493 * gst/debug/gstdebug.c: (plugin_init):
35494 * gst/debug/progressreport.c: (gst_progressreport_base_init),
35495 (gst_progressreport_class_init), (gst_progressreport_init),
35496 (gst_progressreport_report), (gst_progressreport_set_property),
35497 (gst_progressreport_get_property), (gst_progressreport_chain),
35498 (gst_progressreport_plugin_init):
35499 Add progressreport element for testing.
35501 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
35503 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35504 * sys/v4l/gstv4lsrc.h:
35505 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35506 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35507 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35508 (gst_v4lsrc_grab_frame):
35510 send a discont at start
35512 2004-05-12 Colin Walters <walters@redhat.com>
35514 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35515 inflooping if we can't find a chunk. Or in other words, don't blow
35516 chunks if we don't have a chunk to blow.
35518 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
35519 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35520 Remove old debug output
35521 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35522 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35523 (gst_dvdec_set_property), (gst_dvdec_get_property):
35524 Change the quality setting to an enum, so it works from gst-launch
35525 Don't renegotiate a non-linked pad. Allows audio only decoding.
35526 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35527 (gst_deinterlace_link), (gst_deinterlace_init):
35528 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35529 (gst_videodrop_link):
35530 Some caps negotiation fixes
35532 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35534 * ext/tarkin/gsttarkin.c :
35535 - Change RANK from NONE to PRIMARY
35536 * ext/gdk_pixbuf/gstgdkpixbuf.c :
35537 - Change RANK from NONE to MARGINAL
35538 * ext/divx/gstdivxenc.c :
35539 - Change RANK from PRIMARY to NONE (encoder/spider issue)
35541 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
35543 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35544 (gst_vorbisenc_push_packet):
35545 copy a function that was added between 1.0 and 1.0.1 until we
35546 depend on worthwhile features of post-1.0
35548 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
35551 enable shout2 by default
35552 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35553 (gst_shout2send_base_init), (gst_shout2send_init),
35554 (gst_shout2send_connect), (gst_shout2send_change_state):
35555 * ext/shout2/gstshout2.h:
35556 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35558 * ext/theora/theora.c: (plugin_init):
35559 don't set rank on encoders
35561 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
35563 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35564 Use codec_data property instead of flag1 and flag2 for wma
35566 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35568 * gst/cdxaparse/gstcdxaparse.c :
35569 - Add mpegversion to CAPS to make it link
35570 - Rank is as GST_RANK_SECONDARY instead of NONE
35571 * gst/auparse/gstauparse.c :
35572 - Document all audio encoding we can encounter from Solaris 9
35573 headers and libsndfile information.
35574 - Increase max. rate from 48000 to 192000 (to match other elements)
35575 - Don't try to play junk data between header and samples
35577 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
35579 * ext/libvisual/visual.c: (gst_visual_getcaps):
35580 use the right caps depending on endianness (I hope)
35581 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35582 use GST_RANK_NONE for all non-decoding elements or spider gets
35585 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
35587 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35588 Fix some odd cases and fix BE metadata parsing of unicode16 text.
35590 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
35592 * gst/switch/gstswitch.c: (gst_switch_release_pad),
35593 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35594 (gst_switch_loop), (gst_switch_get_type):
35595 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35596 HEADERS. Had to be said.
35598 2004-05-10 David Schleef <ds@schleef.org>
35600 * configure.ac: Add prototype Dirac support.
35602 * ext/dirac/Makefile.am:
35603 * ext/dirac/gstdirac.cc:
35604 * ext/dirac/gstdiracdec.cc:
35606 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35608 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35609 (gst_auparse_init), (gst_auparse_chain),
35610 (gst_auparse_change_state):
35611 Hack around spider. Remove me some day please.
35613 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35615 * gst/auparse/gstauparse.c: (gst_auparse_chain):
35616 Fix for some uninitialized variables in previous patch, also
35617 makes it work. Fixes #142286 while we're at it.
35619 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35621 * gst/auparse/gstauparse.c:
35622 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35623 only unsupported formats are ADPCM/CCITT G.72x
35625 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35627 2004-05-10 Wim Taymans <wim@fluendo.com>
35629 * ext/vorbis/Makefile.am:
35630 * ext/vorbis/README:
35631 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35632 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35633 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35634 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35635 (gst_oggvorbisenc_convert_sink),
35636 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35637 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35638 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35639 (get_constraints_string), (update_start_message),
35640 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35641 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35642 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35643 * ext/vorbis/oggvorbisenc.h:
35644 * ext/vorbis/vorbis.c: (plugin_init):
35645 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35646 (raw_caps_factory), (gst_vorbisenc_class_init),
35647 (gst_vorbisenc_init), (gst_vorbisenc_setup),
35648 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35649 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35650 * ext/vorbis/vorbisenc.h:
35651 Added a raw vorbis encoder to be used with the oggmuxer.
35652 We still need the old encoder for some gnome applications,
35653 read the README to find out how that works.
35654 The raw encoder is called "rawvorbisenc" until 0.9.
35656 2004-05-10 Wim Taymans <wim@fluendo.com>
35658 * ext/ogg/gstogg.c: (plugin_init):
35659 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35661 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35662 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35663 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35664 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35665 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35666 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35667 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35668 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35669 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35670 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35671 Added an ogg muxer.
35672 Small typo fixes in the demuxer.
35674 2004-05-10 Wim Taymans <wim@fluendo.com>
35676 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35677 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35678 (theora_enc_change_state), (theora_enc_set_property),
35679 (theora_enc_get_property):
35680 Mark the last packet with an EOS flag which is not really needed
35682 Do some better video framerate initialisation.
35683 Update the buffer timestamp.
35685 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
35687 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35688 Return the result of the parent state change call
35690 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35692 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35693 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35694 * gst/law/alaw-encode.c : (idem)
35695 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35696 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35697 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35699 2004-05-09 Benjamin Otte <otte@gnome.org>
35701 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35702 don't use a fixed buffer size when writing variable length data to
35703 it. Fixes memory corruption and makes alsasrc work
35705 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
35707 * ext/gnomevfs/gstgnomevfssink.c:
35708 (_gst_boolean_allow_overwrite_accumulator),
35709 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35710 Run glib's default signal handler (??) in RUN_CLEANUP rather than
35711 RUN_LAST, and don't use that to set the accumulator value because
35712 then it's always FALSE.
35714 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
35716 * gst-libs/gst/riff/riff-media.c:
35717 (gst_riff_create_video_caps_with_data),
35718 (gst_riff_create_audio_caps),
35719 (gst_riff_create_audio_template_caps):
35720 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35721 Fix for unaligned RIFF files (i.e. where all the chunks together
35722 in a LIST chunk are not of the same size as the size given in
35723 the LIST chunk header). Fixes several odd WAVE files. Also fix
35724 ADPCM (block_align property) in audio, so that wavparse based
35725 on this works now as it used to stand-alone.
35727 2004-05-09 Edward Hervey <bilboed@bilboed.com>
35729 reviewed by Benjamin Otte <otte@gnome.org>
35731 * ext/a52dec/gsta52dec.c:
35732 * ext/divx/gstdivxdec.c:
35733 * ext/divx/gstdivxenc.c:
35734 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35735 * ext/faac/gstfaac.c: (gst_faac_base_init):
35736 * ext/faad/gstfaad.c: (gst_faad_base_init):
35737 * ext/ivorbis/vorbisfile.c:
35738 * ext/lame/gstlame.c:
35739 * ext/libfame/gstlibfame.c:
35740 * ext/mpeg2enc/gstmpeg2enc.cc:
35741 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35742 * ext/sidplay/gstsiddec.cc:
35743 * ext/speex/gstspeexdec.c:
35744 * ext/speex/gstspeexenc.c:
35745 * ext/xvid/gstxviddec.c:
35746 * ext/xvid/gstxvidenc.c:
35747 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35750 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
35752 * ext/alsa/gstalsa.c: (device_list),
35753 (gst_alsa_class_probe_devices):
35754 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35755 Fix alsa oddness in mixer after the combination of using mixer
35756 in source/sink elements and using hw:x,y instead of just hw:x.
35758 2004-05-09 Benjamin Otte <otte@gnome.org>
35760 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35761 (gst_wavparse_create_sourcepad):
35762 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35765 2004-05-09 Benjamin Otte <otte@gnome.org>
35767 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35768 allow discont events before caps nego
35770 2004-05-08 Benjamin Otte <otte@gnome.org>
35772 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35775 2004-05-08 Benjamin Otte <otte@gnome.org>
35777 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35778 (gst_level_change_state), (gst_level_init):
35779 * gst/level/gstlevel.h:
35780 figure out if we're initialized directly instead of keeping a
35781 variable that's wrong in 90% of cases
35782 don't initialize pads and then leak them and use a new unitialized
35783 pad. (fixes #142084)
35784 these were bugs so n00bish I didn't find them for an hour :/
35786 2004-05-08 Iain <iain@prettypeople.org>
35788 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35789 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35790 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35791 return the length that was read.
35792 (gst_riff_read_strf_auds): Allow fmt tags as well.
35794 2004-05-07 David Schleef <ds@schleef.org>
35796 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35797 signed char assumption in faad.h.
35799 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
35801 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35802 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35804 2004-05-07 Colin Walters <walters@redhat.com>
35806 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35807 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35809 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35810 Add dispose function.
35812 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
35813 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35814 Fix caps nego and pad templates. RGB mode caps should
35816 * ext/dvdnav/gst-dvd:
35817 Move mpeg2dec inside the thread because otherwise the
35818 queue rejects cap changes mid-stream
35819 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35820 (gst_mpeg2dec_flush_decoder):
35821 For mpeg2dec > 0.4.0, call the flush function instead of
35822 manually extracting all in-flight frames.
35823 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35824 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35825 Change mime type video/dv go video/x-dv to match the
35826 rest of gst-plugins
35828 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
35830 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35831 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35832 (gst_alsa_sink_class_init):
35833 * ext/alsa/gstalsasink.h:
35834 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35835 (gst_alsa_src_class_init):
35836 * ext/alsa/gstalsasrc.h:
35837 Make alsasink/src a subclass of alsamixer so that mixer stuff
35838 shows up in gst-rec. Needs some finetuning.
35840 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
35842 * ext/lame/gstlame.c: (gst_lame_chain):
35844 * ext/mad/gstmad.c: (gst_mad_handle_event):
35846 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35847 be able to detect mp3 files < 4096 bytes
35849 2004-05-06 Wim Taymans <wim@fluendo.com>
35851 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35852 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35853 (theora_enc_set_property), (theora_enc_get_property):
35854 Also encode the first frame, cleanup some code.
35856 2004-05-06 Wim Taymans <wim@fluendo.com>
35858 * ext/mpeg2enc/gstmpeg2enc.cc:
35859 Forward events first before deciding that negotiation was
35862 2004-05-06 Wim Taymans <wim@fluendo.com>
35864 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35865 First process the events before deciding that negotiation
35868 2004-05-06 Wim Taymans <wim@fluendo.com>
35870 * ext/theora/Makefile.am:
35871 * ext/theora/theora.c: (plugin_init):
35872 * ext/theora/theoradec.c: (theora_dec_change_state):
35873 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35874 (gst_theora_enc_class_init), (gst_theora_enc_init),
35875 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35876 (theora_enc_chain), (theora_enc_change_state),
35877 (theora_enc_set_property), (theora_enc_get_property):
35878 Added a theora encoder, grouped the encoder and decoder into the
35881 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
35883 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35884 (gst_jpegenc_chain):
35885 fix DURATION on outgoing buffers
35886 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35887 debug using time formats
35888 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35889 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35890 (gst_xvimagesink_sink_link):
35891 windows with width/height 0 generate X errors, so don't allow them
35893 2004-05-05 Wim Taymans <wim@fluendo.com>
35895 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35896 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35897 (gst_mpeg2dec_negotiate_format):
35898 * ext/mpeg2dec/gstmpeg2dec.h:
35899 removed the static pad template so that we can add the
35900 more accurate framerate value to the caps.
35903 2004-05-04 Benjamin Otte <otte@gnome.org>
35906 check for kdemacros.h, too (should fix #141821)
35907 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35908 don't crash if no header was sent, but nicely error out (fixes part
35911 2004-05-04 Wim Taymans <wim@fluendo.com>
35913 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35914 parent dispose function to avoid segfault on destroy.
35916 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
35918 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35920 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35921 (gst_xvimagesink_sink_link):
35922 clean up debugging caps
35923 also recreate xvimage when format has changed
35925 2004-05-04 Benjamin Otte <otte@gnome.org>
35927 * ext/libvisual/Makefile.am:
35928 * ext/libvisual/visual.c: (gst_visual_class_init),
35929 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35930 (gst_visual_srclink), (gst_visual_chain),
35931 (gst_visual_change_state), (plugin_init):
35932 use a GstAdapter to correctly adapt buffer sizes - allows using a
35935 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
35937 * sys/v4l/gstv4lelement.h:
35938 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35939 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35940 (gst_v4lsrc_buffer_free):
35941 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35942 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35943 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35944 (gst_v4lsrc_requeue_frame):
35945 move some debugging categories around
35946 query for fps index and set accordingly if found
35948 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35950 * ext/lame/gstlame.c:
35951 correct defaults that lame_init puts out of range
35953 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
35955 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35956 (gst_divxenc_class_init):
35957 fix range since -1 is the default
35958 * gst/mpeg1sys/gstmpeg1systemencode.c:
35959 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35960 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35961 (gst_rtjpegdec_chain):
35962 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35963 (gst_rtjpegenc_chain):
35964 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35965 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35966 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35967 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35968 * sys/v4l/gstv4lsrc.c:
35969 * sys/v4l/v4l_calls.c: (gst_v4l_open):
35970 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35971 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35972 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35973 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35974 remove gst_info calls
35976 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
35985 Updated translations
35987 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
35989 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35990 refactor/comment code
35992 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
35994 * gst/asfdemux/Makefile.am:
35995 * gst/asfdemux/asfheaders.c:
35996 * gst/asfdemux/asfheaders.h:
35997 * gst/asfdemux/gstasf.c: (plugin_init):
35998 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35999 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
36000 (gst_asf_demux_setup_pad):
36001 * gst/asfdemux/gstasfdemux.h:
36002 * gst/asfdemux/gstasfmux.c:
36003 * gst/asfdemux/gstasfmux.h:
36004 Add tagging support to demuxer, split out registration in its own
36005 file instead of in demux (hacky), and prevent having some tables
36006 in our memory multiple times (in asfheaders.h).
36008 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
36010 * gst/matroska/matroska-demux.c:
36011 (gst_matroska_demux_parse_metadata):
36012 * gst/matroska/matroska-ids.h:
36013 Basic tag reading support.
36015 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
36017 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
36018 Really detect ac-3 audio.
36019 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
36020 really detect matroska files (off-by-1).
36022 2004-04-30 David Schleef <ds@schleef.org>
36024 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36025 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
36026 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
36027 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
36028 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
36029 hackage -- parse a lot more atoms, extract a few tags. One might even
36030 mistake this for tag support. Maybe it is.
36031 * gst/qtdemux/qtdemux.h:
36033 2004-04-30 Colin Walters <walters@verbum.org>
36035 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
36037 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
36039 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36040 (gst_ffmpegcolorspace_getcaps):
36041 remove broken nego fix
36043 2004-04-30 Benjamin Otte <otte@gnome.org>
36047 * ext/libvisual/Makefile.am:
36048 * ext/libvisual/visual.c:
36049 add initial support for libvisual (http://libvisual.sourceforge.net)
36050 libvisual is still quite alpha, so expect crashes in there :)
36052 2004-04-29 David Schleef <ds@schleef.org>
36054 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
36055 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
36056 up qtdemux to make it spit out codec_data. Do _not_ look at this
36057 code; you will no longer respect me.
36059 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36061 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
36062 * ext/alsa/gstalsa.h :
36063 change alsa pcm device discovery to find more than 1 device
36064 per card. code review by Ronald.
36066 2004-04-29 David Schleef <ds@schleef.org>
36068 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
36069 Add a check for a driver bug on FreeBSD. (bug #140565)
36071 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
36073 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
36074 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36075 (gst_jpegenc_getcaps):
36076 move format setting to inner loop
36077 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36078 (gst_ffmpegcolorspace_getcaps):
36079 use GST_PAD_CAPS if available so that we use already negotiated
36081 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36082 (qtdemux_parse_moov), (qtdemux_parse):
36084 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
36085 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
36086 move hardcoded path to DEFINE
36088 2004-04-28 David Schleef <ds@schleef.org>
36090 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
36093 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
36095 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36096 Don't probe for playback device if we're a source element. Fixes
36099 2004-04-29 Benjamin Otte <otte@gnome.org>
36101 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36102 (gst_id3_tag_chain):
36103 rewrite buffer offset
36105 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
36109 * ext/dts/Makefile.am:
36110 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
36111 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
36112 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
36113 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
36114 (gst_dtsdec_loop), (gst_dtsdec_change_state),
36115 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
36117 * ext/dts/gstdtsdec.h:
36119 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36120 (gst_faad_srcconnect):
36121 Add ESDS atom handling (.m4a).
36123 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
36125 * ext/divx/gstdivxdec.c: (plugin_init):
36126 Remove comment that makes no sense.
36127 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36128 Fix for obvious typo that resulted in warnings during gst-register.
36129 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36130 (gst_xviddec_sink_link):
36131 Fix caps negotiation a bit better.
36132 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36133 We call this 'codec_data', not 'esds'.
36135 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
36137 * gst/monoscope/gstmonoscope.c:
36138 make sure we only provide 256x128
36139 * gst/monoscope/monoscope.c: (monoscope_init):
36140 assert size of 256x128
36142 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
36145 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36146 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36147 fixate to max width and height of device
36149 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
36152 * sys/v4l/gstv4l.c:
36153 * sys/v4l/gstv4lsrc.c:
36154 * sys/v4l/v4l_calls.c:
36155 * sys/v4l/v4lsrc_calls.c:
36156 fix for qc-usb driver which fakes having more than one buffer
36157 by handing the same buffer twice, which confused GStreamer's/v4lsrc
36158 buffer_free override
36161 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
36164 * gst/videotestsrc/gstvideotestsrc.c:
36165 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36166 (gst_videotestsrc_init), (gst_videotestsrc_get),
36167 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36168 * gst/videotestsrc/gstvideotestsrc.h:
36169 add num-buffers property
36171 2004-04-26 Benjamin Otte <otte@gnome.org>
36173 * ext/mad/gstid3tag.c: (plugin_init):
36174 set id3mux rank to NONE so it doesn't confuse spider
36175 require audio/mpeg,mpegversion=1 in id3mux
36177 2004-04-26 Benjamin Otte <otte@gnome.org>
36180 detect faad correctly as non-working if it's indeed non-working
36182 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
36185 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36186 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36187 fix _getcaps so it only negotiates to its supported format
36189 2004-04-25 Benjamin Otte <otte@gnome.org>
36191 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36194 2004-04-23 Benjamin Otte <otte@gnome.org>
36196 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36197 audio/x-raw-int with height rules! not. Now it's depth.
36199 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
36201 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36202 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36203 (gst_wavparse_loop):
36204 Missing variable initialization. Add handling of DVI ADPCM. Fix
36205 mis-parsing of LIST chunks. This works around a bug where we mis-
36206 parse non-aligning LIST chunks (so LIST chunks where the contents
36207 don't align with the actual LIST size). The correct fix is to use
36208 rifflib, I'm not going to fix wavparse - too much work. All this
36211 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
36213 reviewed by Benjamin Otte <otte@gnome.org>
36215 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36216 fix shoutcast not working (fixes #140844)
36218 2004-04-22 Benjamin Otte <otte@gnome.org>
36220 * ext/hermes/gsthermescolorspace.c:
36221 (gst_hermes_colorspace_caps_remove_format_info):
36222 * gst/colorspace/gstcolorspace.c:
36223 (gst_colorspace_caps_remove_format_info):
36224 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36225 (gst_ffmpegcolorspace_caps_remove_format_info):
36226 s/gst_caps_simplify/gst_caps_do_simplify/
36228 2004-04-22 Benjamin Otte <otte@gnome.org>
36230 * gst-libs/gst/riff/riff-media.c:
36231 (gst_riff_create_video_caps_with_data):
36232 mpegversion is an int
36233 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36234 don't try to create pad templates with NULL caps, use any caps
36237 2004-04-20 David Schleef <ds@schleef.org>
36239 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36240 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
36243 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
36245 reviewed by David Schleef
36247 * ext/mad/gstid3tag.c: Add stdlib.h
36248 * gst/rtp/gstrtpgsmenc.c: same
36249 * gst/tags/gstid3tag.c: same
36250 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36251 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36252 GST_DISABLE_LOADSAVE use.
36253 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36254 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36255 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36257 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36258 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36260 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36261 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36263 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36266 2004-04-20 David Schleef <ds@schleef.org>
36268 * gst/realmedia/rmdemux.c: This was supposed to part of the
36269 last checkin. Same idea.
36271 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
36273 reviewed by David Schleef
36275 * configure.ac: bump required gstreamer version to 0.8.1.1
36276 because of following changes [--ds]
36278 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
36279 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36280 (gst_riff_read_header): Use GST_READ_UINT*
36281 macros to access possibly unaligned memory.
36283 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36284 (mp3_type_find): Use GST_READ_UINT*
36285 macros to access possibly unaligned memory.
36286 (mp3_type_find, mpeg1_parse_header, qt_type_find)
36287 (speex_type_find): Likewise
36289 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36291 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36292 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36293 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36294 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36295 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36296 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
36297 macros to access possibly unaligned memory.
36299 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36302 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36303 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36305 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36308 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36309 (gst_mpeg2subt_chain_subtitle): Likewise.
36311 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36312 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36315 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36318 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36321 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36324 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
36327 update required version of GStreamer because of GST_TIME_FORMAT
36329 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
36331 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36332 remove leftover g_print
36333 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36334 don't try setting only a subset of the caps. We don't want to kill
36335 autoplugging on purpose
36337 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
36339 * sys/ximage/ximagesink.c: (plugin_init):
36340 * sys/xvimage/xvimagesink.c: (plugin_init):
36341 add debugging categories
36343 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
36347 Adding en_GB translation (Gareth Owen)
36349 2004-04-20 David Schleef <ds@schleef.org>
36351 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36352 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36353 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36354 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36355 A number of new features and hacks to extract the esds atom and
36356 put it into the caps. (bug #137724)
36358 2004-04-19 David Schleef <ds@schleef.org>
36360 * gconf/Makefile.am: Fix for non-GNU make
36361 * gst-libs/gst/Makefile.am: Change directory order to handle
36362 GstPlay linking with gstinterfaces
36363 * gst-libs/gst/audio/make_filter: make use of tr portable
36364 * gst-libs/gst/play/Makefile.am: Add intended \
36365 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36366 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36367 function prototype instead of void *.
36368 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36370 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36371 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36372 * gst/videofilter/make_filter: make use of tr portable
36373 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36375 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
36379 Added Ukrainian translation (Maxim V. Dziumanenko)
36381 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
36383 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36384 (gst_gsmdec_link), (gst_gsmdec_chain):
36385 Fix capsnego, simplify chain function slightly.
36386 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36389 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
36391 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36392 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36393 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36394 Hack to make wavparse work with spider (always -> sometimes pad).
36395 Fixes #135862 && #140411.
36397 2004-04-18 Benjamin Otte <otte@gnome.org>
36399 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36400 (gst_osselement_rate_probe_check),
36401 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36402 get rid of \n in debug output
36404 2004-04-17 Iain <iain@prettypeople.org>
36406 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36409 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
36411 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36412 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36413 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36414 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36415 (gst_id3_tag_src_link), (gst_id3_tag_chain),
36416 (gst_id3_tag_change_state), (plugin_init):
36417 deprecate id3tag element and replace with id3demux/id3mux.
36418 great side effect: this ugly file is now even uglier, yay!
36419 * ext/mad/gstmad.h:
36420 remove non-available function
36421 update for new get_type
36423 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
36426 require mpeg2dec >= 0.4.0
36428 2004-04-17 Benjamin Otte <otte@gnome.org>
36430 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36431 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36432 (gst_xvimagesink_set_xwindow_id):
36433 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36434 assorted cleanup fixes.
36436 2004-04-16 David Schleef <ds@schleef.org>
36438 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36439 * sys/xvimage/xvimagesink.h: same
36441 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
36443 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36444 Fix GST_ELEMENT_ERROR with (NULL)
36446 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
36448 * gst-libs/gst/riff/riff-media.c:
36449 (gst_riff_create_video_caps_with_data):
36450 Add div[3456] as fourccs for DivX 3 (fixes #140137).
36452 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
36454 * gst-libs/gst/riff/riff-media.c:
36455 (gst_riff_create_video_caps_with_data),
36456 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36457 (gst_riff_create_video_template_caps),
36458 (gst_riff_create_audio_template_caps):
36459 * gst-libs/gst/riff/riff-media.h:
36460 * gst-libs/gst/riff/riff-read.c:
36461 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36462 * gst-libs/gst/riff/riff-read.h:
36463 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36464 Add MS RLE support. I added some functions to read out strf chunks
36465 into strf chunks and the data behind it. This is usually color
36466 palettes (as in RLE, but also in 8-bit RGB). Also use those during
36467 caps creation. Lastly, add ADPCM (similar to wavparse - which
36468 should eventually be rifflib based).
36469 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36470 (gst_matroska_demux_init), (gst_matroska_demux_reset):
36471 * gst/matroska/matroska-demux.h:
36472 Remove placeholders for some prehistoric tagging system. Didn't add
36473 support for any tag system really anyway.
36474 * gst/qtdemux/qtdemux.c:
36475 Add support for audio/x-m4a (MPEG-4) through spider.
36476 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36477 (gst_wavparse_loop):
36478 ADPCM support (#135862). Increase max. buffer size because we
36479 cannot split buffers for ADPCM (screws references) and I've seen
36480 files with 2048 byte chunks. 4096 seems safe for now.
36482 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
36484 * configure.ac: bump nano to 1
36486 === release 0.8.1 ===
36488 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
36490 * configure.ac: releasing 0.8.1, "Comforting Sounds"
36492 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
36494 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36495 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36498 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
36500 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36501 lower rank of dvddemux so that it's not used for mpeg playback.
36503 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
36506 save libs correctly when checking mad
36508 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
36510 * ext/mad/gstid3tag.c: (plugin_init):
36511 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
36513 2004-04-13 David Schleef <ds@schleef.org>
36515 * common/m4/gst-feature.m4: Call -config scripts with
36516 --plugin-libs if it is supported.
36517 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36518 JPEG images are image/jpeg.
36519 * gst/debug/Makefile.am:
36520 * gst/debug/negotiation.c: (gst_negotiation_class_init),
36521 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36522 (gst_negotiation_update_caps), (gst_negotiation_get_property),
36523 (gst_negotiation_plugin_init): Add a property that acts like
36525 * testsuite/gst-lint: Move license checking to be a standard
36528 2004-04-13 David Schleef <ds@schleef.org>
36530 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36531 patch from Sebastien Cote (bug #139958)
36533 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
36535 * examples/gstplay/Makefile.am:
36536 * examples/gstplay/player.c: (main):
36537 make the commandline player example use gconf settings
36539 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
36541 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36542 (gst_cacasink_sinkconnect), (gst_cacasink_init),
36543 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36544 init/end library during state transition, not object
36545 creation/disposal. get rid of custom dispose handler.
36548 2004-04-12 Christian Schaller <Uraeus@gnome.org>
36550 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36553 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36555 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36556 Handle JUNK chunks inside data section. Prevents warnings.
36558 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36560 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36561 (gst_riff_create_video_template_caps):
36563 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36564 (gst_avi_demux_stream_data):
36565 Add support for "rec-list" chunks.
36567 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36569 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36570 Fix another codecname mismatch.
36572 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36574 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36575 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36576 so that MJPEG plays back.
36578 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36580 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36581 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36582 * gst/mpeg1videoparse/gstmp1videoparse.h:
36583 Fix for some slight mis-cuts in buffer parsing, and for some
36584 potential overflows or faults-causers. Adds disconts. Also fixes
36585 #139105 while we're at it.
36587 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36590 * sys/v4l2/gstv4l2element.h:
36591 Workaround for missing struct v4l2_buffer declaration in Suse 9
36592 and Mandrake 10 linux/videodev2.h header file (#135919).
36594 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36596 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36597 Bail out if no filename was given.
36599 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36601 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36602 (gst_v4l2_fourcc_from_structure):
36603 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36606 2004-04-09 Benjamin Otte <otte@gnome.org>
36608 * ext/gnomevfs/gstgnomevfssink.c:
36609 (_gst_boolean_allow_overwrite_accumulator),
36610 (gst_gnomevfssink_class_init):
36611 fix erase signal - if any handler returns false the file will not be
36612 overwritten. If no handler is connected, the file will not be
36613 overwritten either.
36614 renamed signal to "allow-overwrite"
36615 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36616 free string when adding it to ID3 failed
36617 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36618 unref event when done
36619 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36621 * gst/typefind/gsttypefindfunctions.c:
36622 (mpeg_video_stream_type_find):
36625 2004-04-08 David Schleef <ds@schleef.org>
36627 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36628 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36630 2004-04-08 David Schleef <ds@schleef.org>
36632 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36633 we don't support (bug #139532)
36635 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
36637 * ext/mad/gstmad.c: (gst_mad_handle_event),
36638 (gst_mad_check_caps_reset), (gst_mad_chain),
36639 (gst_mad_change_state):
36640 only set explicit caps if they haven't been set before for
36641 this stream. MPEG-audio sample rate/channels aren't allowed
36642 to change in-stream.
36645 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
36647 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36648 (_gst_boolean_did_something_accumulator),
36649 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36650 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36651 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36652 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36653 (gst_gnomevfssink_change_state):
36654 Fix erase signal. Don't erase by default. Remove handoff signal.
36655 Remove erase property. Don't segfault. General cleanup.
36657 2004-04-07 Benjamin Otte <otte@gnome.org>
36659 * gst-libs/gst/gconf/test-gconf.c: (main):
36660 add missing gst_init
36662 2004-04-07 Benjamin Otte <otte@gnome.org>
36664 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36665 free the mutexes, too
36667 2004-04-07 Benjamin Otte <otte@gnome.org>
36669 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36670 actually free the URI string
36671 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36672 compute offset correctly when passing discont events
36673 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36674 don't leak discont events
36675 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36676 add some missing breaks so caps aren't copied randomly
36677 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36678 if we realloc memory, we better use it
36680 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
36682 * ext/mad/gstmad.c: (normal_seek):
36683 fix GST_FORMAT_TIME usage
36685 2004-04-05 David Schleef <ds@schleef.org>
36687 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
36688 a deprecated function (hack!)
36690 2004-04-05 Benjamin Otte <otte@gnome.org>
36692 * ext/esd/esdmon.c: (gst_esdmon_get):
36693 fix nonterminated vararg and memleak
36695 2004-04-05 Benjamin Otte <otte@gnome.org>
36697 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36698 (gst_ladspa_init), (gst_ladspa_force_src_caps),
36699 (gst_ladspa_set_property), (gst_ladspa_get_property),
36700 (gst_ladspa_instantiate), (gst_ladspa_activate),
36701 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36704 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
36706 reviewed by Benjamin Otte <otte@gnome.org>
36708 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36709 check for broken LADSPA parameters (fixes #138635)
36711 2004-04-05 Benjamin Otte <otte@gnome.org>
36713 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36714 advertise buffer-frames correctly on sinkpads
36716 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
36718 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36719 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36720 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36721 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36722 (gst_mad_check_caps_reset), (gst_mad_chain):
36723 add more debugging, only reset caps when we're not in error state
36725 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
36727 * ext/mad/gstmad.c: add debugging category, comment + cleanups
36729 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
36731 reviewed by Benjamin Otte <otte@gnome.org>
36734 fix == in test(1) operator
36736 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
36738 reviewed by Benjamin Otte <otte@gnome.org>
36741 fix --export-symblos-regex to a working regex.
36743 2004-04-04 Benjamin Otte <otte@gnome.org>
36745 * sys/oss/.cvsignore:
36748 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
36750 reviewed by Benjamin Otte <otte@gnome.org>
36752 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36753 add missing 'new_media' argument (fixes #138168)
36754 * gst/matroska/matroska-demux.c:
36755 (gst_matroska_demux_handle_seek_event):
36756 add vararg terminator (fixes #138169)
36758 2004-04-02 David Schleef <ds@schleef.org>
36760 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
36761 disted (bug #138914)
36763 2004-04-01 Benjamin Otte <otte@gnome.org>
36765 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36766 (gst_alsa_close_audio):
36767 handle case better where a soundcard can't pause
36768 * ext/ogg/gstoggdemux.c:
36769 don't crash when we get events but don't have pads yet
36771 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
36773 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36774 throw an error if we couldn't probe any caps.
36776 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
36778 * ext/dvdnav/gst-dvd:
36779 Add a really simple sample DVD player
36781 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
36783 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36784 (gst_a52dec_push), (gst_a52dec_handle_event),
36785 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36786 (gst_a52dec_change_state):
36787 * ext/a52dec/gsta52dec.h:
36788 Use a debug category, Output timestamps correctly
36789 Emit tag info, Handle events, tell liba52dec about cpu
36790 capabilities so it can use MMX etc.
36791 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36792 Fix a crasher accessing invalid memory
36793 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36794 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36795 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36796 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36798 Some support for byte-format seeking.
36799 Small fixes for still frames and menu button overlays
36800 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36801 (gst_mpeg2dec_alloc_buffer):
36802 Use a debug category. Adjust the report level of several items to
36803 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36804 so it doesn't lose the GstBuffer pointer
36805 * gst/debug/Makefile.am:
36806 * gst/debug/gstdebug.c: (plugin_init):
36807 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36808 (gst_navseek_base_init), (gst_navseek_class_init),
36809 (gst_navseek_init), (gst_navseek_seek),
36810 (gst_navseek_handle_src_event), (gst_navseek_set_property),
36811 (gst_navseek_get_property), (gst_navseek_chain),
36812 (gst_navseek_plugin_init):
36813 * gst/debug/gstnavseek.h:
36814 Add the navseek debug element for seeking back and forth in a
36815 video stream using arrow keys.
36816 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36817 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36818 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36819 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36820 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36821 (gst_mpeg2subt_parse_header), (gst_get_nibble),
36822 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36823 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36824 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36825 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36826 * gst/mpeg2sub/gstmpeg2subt.h:
36827 Pretty much a complete rewrite. Now a loopbased element. May still
36828 require work to properly synchronise subtitle buffers.
36829 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36830 (gst_dvd_demux_send_subbuffer):
36831 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36832 Don't attempt to create subbuffers of size 0
36833 Reduce a couple of error outputs to warnings.
36834 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36835 (gst_y4mencode_chain):
36836 Output the y4m frame header correctly.
36838 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
36840 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36841 throw errors instead of allowing SIGFPE
36843 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
36845 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36846 (gst_gconf_render_bin_from_key):
36847 leak plugging and style fixing
36849 2004-03-31 David Schleef <ds@schleef.org>
36851 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36852 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36854 * gst/debug/Makefile.am:
36855 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36856 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
36858 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36859 (gst_negotiation_base_init), (gst_negotiation_class_init),
36860 (gst_negotiation_init), (gst_negotiation_getcaps),
36861 (gst_negotiation_pad_link), (gst_negotiation_chain),
36862 (gst_negotiation_set_property), (gst_negotiation_get_property),
36863 (gst_negotiation_plugin_init): New element to talk about random
36864 negotiation things happening in a pipeline.
36866 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
36868 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36869 fix integer addition with help of Stefan Kost
36871 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
36873 * po/nl.po: updated Dutch translation (Elros Cyriatan)
36875 2004-03-30 David Schleef <ds@schleef.org>
36877 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36878 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
36879 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36881 * ext/mpeg2dec/gstmpeg2dec.h:
36883 2004-03-30 David Schleef <ds@schleef.org>
36885 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36887 2004-03-30 David Schleef <ds@schleef.org>
36889 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
36890 Michael Petullo) to handle .mov
36892 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
36894 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36895 (gst_osselement_rate_check_rate):
36896 probe caps correctly for sound cards that only support one format
36898 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
36900 * ext/kio/kiosrc.cpp: (process_events):
36901 update handling event processing if inside KDE - untested
36903 2004-03-29 David Schleef <ds@schleef.org>
36905 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36906 by 2 to not interfere with other colorspaces.
36907 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36908 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36909 one to not interfere with ffmpeg_colorspace.
36911 2004-03-29 David Schleef <ds@schleef.org>
36913 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36914 aren't in the caps.
36915 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36916 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36918 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
36920 * gst-libs/gst/riff/riff-media.c:
36921 fail on error, don't try to set stuff on NULL caps
36923 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
36927 * ext/kio/Makefile.am:
36928 * ext/kio/kioreceiver.cpp:
36929 * ext/kio/kioreceiver.h:
36930 * ext/kio/kiosrc.cpp:
36931 * ext/kio/kiosrc.h:
36932 add experimental kiosrc plugin
36933 * ext/alsa/gstalsaplugin.c: (plugin_init):
36934 initialize debugging category only when we're sure registering the
36937 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
36939 * examples/gstplay/player.c: (main):
36940 * gst-libs/gst/play/play.c: (gst_play_class_init),
36941 (gst_play_set_location), (gst_play_set_data_src),
36942 (gst_play_set_video_sink), (gst_play_set_audio_sink),
36943 (gst_play_set_visualization), (gst_play_connect_visualization):
36944 check return values of element_set_state and return FALSE where
36947 2004-03-29 Benjamin Otte <otte@gnome.org>
36949 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36950 try harder to check if an event is really a discont
36952 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
36954 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36957 2004-03-28 Benjamin Otte <otte@gnome.org>
36959 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36960 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36961 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36962 get rid of non-standard "..." ranges in case statements.
36964 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
36966 * gst/mpegstream/gstmpegdemux.c:
36967 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36968 specific functionality split to the new dvddemux element.
36969 * gst/mpegstream/gstdvddemux.c:
36970 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36971 streams, derived from mpegdemux.
36972 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36973 up. SCR based timestamp rewriting can be turned off (will probably
36974 completely disappear soon).
36975 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36976 hacking. General cleanup. All printf statements replaced by
36977 debugging messages. Almost complete libdvdnav support.
36978 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36979 by events. New properties for audio and subpicture languages.
36980 (dvdnavsrc_update_highlight): Now uses events.
36981 (dvdnavsrc_user_op): Cleaned up.
36982 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36983 based). Lots of cleanup, and propper support for most libdvdnav
36985 (dvdnavsrc_make_dvd_event): New function.
36986 (dvdnavsrc_make_dvd_nav_packet_event): New function.
36987 (dvdnavsrc_make_clut_change_event): New function.
36989 2004-03-26 Benjamin Otte <otte@gnome.org>
36991 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36992 fix bug where typefinding would claim it's theora whenever less then
36993 7 bytes of data were available
36995 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
36997 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36998 (gst_alawdec_base_init), (gst_alawdec_class_init),
36999 (gst_alawdec_init), (gst_alawdec_chain):
37000 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
37001 (gst_alawenc_base_init), (gst_alawenc_class_init),
37002 (gst_alawenc_init), (gst_alawenc_chain):
37003 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
37004 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
37005 (gst_mulawdec_init), (gst_mulawdec_chain):
37006 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
37007 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
37008 (gst_mulawenc_init), (gst_mulawenc_chain):
37009 Fix capsnego in all four, remove the unused property functions and
37010 simplify the chain functions slightly. I guess we could use macros
37011 or something similar for those, since the code is so similar, but
37012 I'm currently too lazy...
37014 2004-03-24 David Schleef <ds@schleef.org>
37016 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
37017 (gst_osselement_close_audio), (gst_osselement_probe_caps),
37018 (gst_osselement_get_format_structure),
37019 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
37020 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
37021 (gst_osselement_rate_int_compare): Add code to handle rate probing
37023 * sys/oss/gstosselement.h: same
37024 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
37025 Use rate probing provided by osselement.
37026 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
37028 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
37030 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
37031 (gst_xvidenc_get_property):
37034 2004-03-24 David Schleef <ds@schleef.org>
37036 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
37037 (gst_speexdec_init):
37038 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
37039 (gst_speexenc_init): Create the pad template correctly (from
37040 the static pad template, not a NULL pointer.)
37042 2004-03-25 Benjamin Otte <otte@gnome.org>
37044 * gst/debug/Makefile.am:
37045 * gst/debug/breakmydata.c:
37046 add element that quasi-randomly changes bytes in the stream.
37047 Intended use is robustness checking of demuxers and decoders in
37050 2004-03-24 Benjamin Otte <otte@gnome.org>
37052 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37053 (gst_alsa_probe_hw_params):
37054 * ext/alsa/gstalsa.h:
37055 debugging output fixes
37057 2004-03-24 Benjamin Otte <otte@gnome.org>
37059 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
37060 don't g_return_if_fail if element is PLAYING, fail silently as every
37062 * gst/effectv/gstquark.c: (gst_quarktv_chain):
37063 only fix needed for cast lvalue issues in gst-plugins
37064 * gst/volenv/gstvolenv.c: (gst_volenv_init):
37067 2004-03-24 Benjamin Otte <otte@gnome.org>
37069 * gst/level/gstlevel.c: (gst_level_init):
37070 add proxying getcaps function, so level doesn't advertise impossible
37073 2004-03-24 David Schleef <ds@schleef.org>
37075 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37076 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
37077 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
37078 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
37079 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
37080 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
37081 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
37082 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
37083 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
37084 messages. Divide the chunk size by the compression ratio
37085 (needed for MACE audio)
37087 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
37089 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37090 Fix buffer overflow read error.
37092 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
37094 * ext/alsa/gstalsa.h:
37095 Remove unused entry.
37096 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
37098 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37099 (gst_videodrop_link), (gst_videodrop_chain):
37100 Fix, sort of. Was horribly broken with new capsnego. Bah...
37102 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
37104 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
37106 Add a monkeysaudio typefind function
37108 2004-03-23 Johan Dahlin <johan@gnome.org>
37110 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
37111 (gst_play_video_fixate): Check so the structure has the field
37112 before trying to fixate them, this makes it possible to have
37113 fakesinks for video and audio output without printing errors on
37114 the output console.
37116 2004-03-22 David Schleef <ds@schleef.org>
37118 * sys/oss/Makefile.am:
37119 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37120 (check_rate), (add_rate): Rate probing test app.
37122 2004-03-21 Benjamin Otte <otte@gnome.org>
37124 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37125 (_fixate_caps_to_int), (gst_audio_convert_fixate):
37126 add a fixation function that pretty much does the right thing (fixes
37129 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
37131 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37133 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
37135 reviewed by: Benjamin Otte <otte@gnome.org>
37137 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37138 terminate gst_event_new_discontinuous correctly (fixes parts of
37141 2004-03-19 David Schleef <ds@schleef.org>
37143 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
37144 since it doesn't depend on X, and it's part of our ABI.
37146 2004-03-19 Iain <iain@prettypeople.org>
37148 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37149 is_int in the structure, not the local variable.
37151 2004-03-19 David Schleef <ds@schleef.org>
37153 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37154 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37155 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37156 Improvements in caps negotiation.
37158 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
37162 adding Afrikaans (Petri Jooste)
37164 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
37166 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37167 (gst_ffmpegcolorspace_chain):
37168 throw error instead of g_critical (#137588)
37170 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
37174 dist common and m4 correctly
37177 2004-03-17 David Schleef <ds@schleef.org>
37179 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
37182 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
37186 adding Swedish translation (Christian Rose)
37188 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
37190 * Makefile.am: use release.mak
37192 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37194 * common/ChangeLog:
37195 * common/gst-autogen.sh:
37196 add some explanation about the version detection
37200 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37202 * configure.ac: bump nano to 1
37204 === release 0.8.0 ===
37206 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37208 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37210 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37213 update libtool version
37214 * gst-libs/gst/media-info/Makefile.am:
37215 actually use libtool version
37217 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37219 * configure.ac: fix speex detection to work with 1.0 but not 1.1
37221 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37224 * gst-plugins.spec.in:
37225 * pkgconfig/Makefile.am:
37226 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37227 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37228 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37229 * pkgconfig/gstreamer-libs.pc.in:
37230 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37231 * pkgconfig/gstreamer-play-uninstalled.pc.in:
37232 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37233 * pkgconfig/gstreamer-plugins.pc.in:
37234 remove @VERSION@ from some of the pc files since core and plugins
37236 created gstreamer-plugins.pc as it's a better name, but keeping
37237 -libs around for now to get fixes upstream done first.
37239 2004-03-15 Julien MOUTTE <julien@moutte.net>
37241 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37242 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37243 * gst-libs/gst/play/play.h:
37245 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37247 * *.c, *.cc: don't mix tabs and spaces
37249 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37251 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37252 use the new ffmpegcolorspace
37253 * gst-plugins.spec.in:
37254 package new colorspace and media-info
37256 * pkgconfig/Makefile.am:
37257 fix some more disting issues
37258 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37259 * pkgconfig/gstreamer-media-info.pc.in:
37260 generate media-info pc files
37262 2004-03-15 Johan Dahlin <johan@gnome.org>
37264 * *.h: Revert indenting
37266 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37269 adding ffmpegcolorspace element
37270 * gst/ffmpegcolorspace/Makefile.am:
37271 * gst/ffmpegcolorspace/avcodec.h:
37272 * gst/ffmpegcolorspace/common.h:
37273 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37274 * gst/ffmpegcolorspace/dsputil.h:
37275 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37276 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37277 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37278 (gst_ffmpeg_caps_to_pix_fmt):
37279 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37280 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37281 (gst_ffmpegcolorspace_caps_remove_format_info),
37282 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37283 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37284 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37285 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37286 (gst_ffmpegcolorspace_set_property),
37287 (gst_ffmpegcolorspace_get_property),
37288 (gst_ffmpegcolorspace_register):
37289 * gst/ffmpegcolorspace/imgconvert.c:
37290 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37291 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37292 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37293 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37294 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37295 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37296 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37297 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37298 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37299 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37300 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37301 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37302 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37303 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37304 (img_get_alpha_info), (deinterlace_line),
37305 (deinterlace_line_inplace), (deinterlace_bottom_field),
37306 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37307 * gst/ffmpegcolorspace/imgconvert_template.h:
37308 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37309 * gst/ffmpegcolorspace/mmx.h:
37310 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37311 adding ffmpegcolorspace element supplied by Ronald after cleaning
37312 up and pulling in the right bits of upstream source.
37313 I'm sure a better C/compiler wizard could do some cleaning up (for
37314 example use GLIB's malloc stuff), but as a first pass this
37317 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37319 * ext/alsa/gstalsa.h:
37320 I assume Ronald forgot to commit the change to have cardname
37321 as a struct member. Expect some public spanking at the next
37324 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
37326 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37327 (gst_alsa_open_audio), (gst_alsa_close_audio):
37328 * ext/alsa/gstalsa.c:
37329 Don't open the device if we're a mixer (= padless).
37330 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37331 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37332 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37333 Open mixer during state change rather than during object
37334 initialization. Also, get a device name. Currently in a somewhat
37335 hackish fashion, but I didn't really find something better.
37337 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
37339 * *.c, *.h: run gst-indent
37341 2004-03-14 Benjamin Otte <otte@gnome.org>
37343 * gst/modplug/gstmodplug.cc:
37344 * gst/modplug/gstmodplug.h:
37345 set correct timestamps on outgoing buffers
37347 2004-03-14 Benjamin Otte <otte@gnome.org>
37349 * gst/modplug/gstmodplug.cc:
37350 handle events - don't do crap when a discont arrives that's not
37352 This allows correct loading and playback of mods in Rhythmbox
37354 2004-03-14 Benjamin Otte <otte@gnome.org>
37357 * gst-libs/gst/gconf/Makefile.am:
37358 * pkgconfig/Makefile.am:
37359 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37360 they get rebuilt properly
37362 when checking for vorbis, try pkgconfig first.
37363 * gst/modplug/gstmodplug.cc:
37364 add fixate function
37366 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
37368 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37369 Fix for obvious mistake, where we first shift the offset and then
37370 read a samplesize element assuming the old offset. Note that this
37371 part still has something weird, i.e. my movies containing those
37372 don't actually play well, but at least there's something that looks
37375 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
37376 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37378 Add a typefind function for speex format
37380 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
37382 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37383 (gst_asf_demux_setup_pad):
37384 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37385 instead of 0. Reason is simple: some elements have a fps range
37386 of 1-max instead of 0-max. So now ASF video actually works.
37388 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
37392 adding serbian as a language
37394 2004-03-13 Benjamin Otte <otte@gnome.org>
37396 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37397 return taglist correctly from _get function, don't gst_pad_push it.
37400 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
37401 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37403 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
37405 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37406 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37407 (gst_alsa_mixer_track_new):
37408 * ext/alsa/gstalsamixertrack.h:
37409 Fix ancient leftovers... MixerTrack is a GObject.
37411 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
37413 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37414 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37415 Don't block during probing...
37417 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
37419 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37420 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37421 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37422 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37423 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37424 (gst_alsa_open_audio), (gst_alsa_close_audio):
37425 * ext/alsa/gstalsa.h:
37426 Add propertyprobe interface implementation, add some device-name
37427 property, all this so that it looks good in gnome-volume-control.
37429 2004-03-12 David Schleef <ds@schleef.org>
37431 * configure.ac: the Hermes library controls hermescolorspace, not
37433 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37434 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37436 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37437 * ext/sdl/sdlvideosink.h: ditto.
37438 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37440 2004-03-12 Benjamin Otte <otte@gnome.org>
37442 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37443 (gst_x_overlay_got_xwindow_id):
37444 * gst-libs/gst/xoverlay/xoverlay.h:
37445 replace XID with unsigned long to get rid of the xlibs dependency in
37446 XOverlay (fixes #137004)
37448 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
37449 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37450 (gst_agingtv_setup):
37451 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37452 (gst_dicetv_base_init), (gst_dicetv_class_init),
37453 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37454 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37455 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37456 (gst_edgetv_setup), (gst_edgetv_rgb32):
37457 * gst/effectv/gsteffectv.c:
37458 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37459 (gst_quarktv_set_property):
37460 * gst/effectv/gstrev.c: (gst_revtv_get_type),
37461 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37462 (gst_revtv_setup), (gst_revtv_rgb32):
37463 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37464 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37465 (gst_shagadelictv_init), (gst_shagadelictv_setup),
37466 (gst_shagadelictv_rgb32):
37467 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37468 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37469 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37470 * gst/effectv/gstwarp.c:
37471 Port everything that can be ported to videofilter and fix up the caps.
37472 Can someone with a big-endian machine please check these?
37474 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
37476 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37477 (gst_osssink_chain), (gst_osssink_change_state):
37478 Latest fixes for A/V sync, audio playback and such. This is about
37479 all... MPEG playback issues are mostly related to the async build-
37480 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37482 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
37484 patch from: Stephane Loeuillet
37487 use pkg-config for some libraries, falling back to the old .m4 way
37492 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
37495 * tools/Makefile.am:
37496 * tools/Makefile.in:
37497 * tools/gst-launch-ext-m.m:
37498 * tools/gst-launch-ext.1.in:
37499 * tools/gst-visualise-m.m:
37500 * tools/gst-visualise.1:
37501 * tools/gst-visualise.1.in:
37502 reorganizing generation of script tools
37504 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
37506 * ext/divx/gstdivxdec.c:
37507 Downgrade priority. We prefer ffdec_mpeg4.
37508 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37509 (gst_faad_chain), (gst_faad_change_state):
37510 Fix capsnego. Doesn't work for some sounds because we don't have
37511 a 5:1 to stereo element.
37512 * ext/xvid/gstxvid.c: (plugin_init):
37514 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37515 (gst_osssink_change_state):
37516 Add discont handling.
37518 2004-03-09 Colin Walters <walters@verbum.org>
37520 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37523 2004-03-09 Benjamin Otte <otte@gnome.org>
37525 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37526 the signals take 2 arguments
37528 2004-03-09 David Schleef <ds@schleef.org>
37530 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37531 (gst_alsa_fixate): Add fixate function. (bug #136686)
37532 * ext/alsa/gstalsa.h:
37533 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37535 2004-03-09 Benjamin Otte <otte@gnome.org>
37537 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37538 (gst_mikmod_change_state):
37539 * ext/mikmod/gstmikmod.h:
37540 make mikmod's loop function not loop infinitely and call
37541 gst_element_yield anymore
37542 * gst/modplug/gstmodplug.cc:
37543 fix pad negotiation (fixes #136590)
37545 2004-03-09 David Schleef <ds@schleef.org>
37547 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
37548 doesn't conflict with the internal colorspace plugin.
37549 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
37550 satisfy the crappy-ass shell shipped by a certain vendor.
37551 * gst/videofilter/make_filter: same (bug #135299)
37553 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37555 * configure.ac: bump nano to 1
37557 === release 0.7.6 ===
37559 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37561 * configure.in: releasing 0.7.6, "There"
37563 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37565 * pkgconfig/gstreamer-play-uninstalled.pc.in:
37566 * pkgconfig/gstreamer-play.pc.in:
37567 synchronize the two
37569 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37571 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37572 (cdparanoia_open), (cdparanoia_event):
37573 fix/add error handling
37575 add cdparanoia source
37576 * tools/Makefile.am:
37577 make scripts executable
37579 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37582 * ext/vorbis/Makefile.am:
37584 remove id3types, vorbisfile and xvideosink from the build (#133783)
37586 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
37588 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37589 Fix metadata read crash (#136537).
37591 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37593 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37594 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37595 adding mime types, fixing the one-stop function
37597 2004-03-08 Christian Schaller <Uraeus@gnome.org>
37599 * ext/nas/nassink.c and /ext/nas/nassink.h:
37600 More NAS love from Arwed von Merkatz
37601 So lets all sing 'Can you feel the NAS tonight'
37603 2004-03-08 Christian Schaller <Uraeus@gnome.org>
37605 * tools/gst-launch-ext.in:
37606 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37608 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37610 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37611 (gst_mpeg2dec_init):
37612 remove the user_data pad for now, because it is being used in
37613 fixating causing MPEG playback to fixate on 1000 Hz for playback.
37614 If someone knows how to fix this properly, please do.
37616 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37618 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37619 (gst_osssink_get_time):
37620 add a warning, IMO this won't get triggered anymore, remove later
37622 2004-03-07 David Schleef <ds@schleef.org>
37624 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
37625 format (bug #136470)
37627 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
37629 * gst-libs/Makefile.am:
37630 * gst-libs/gst/media-info/Makefile.am:
37631 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37632 (error_callback), (gst_media_info_error_create),
37633 (gst_media_info_error_element), (gmip_init), (gmip_reset),
37634 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37635 * gst-libs/gst/media-info/media-info-priv.h:
37636 * gst-libs/gst/media-info/media-info-test.c: (main):
37637 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37638 (gst_media_info_class_init), (gst_media_info_instance_init),
37639 (gst_media_info_set_source), (gst_media_info_read_with_idler),
37640 (gst_media_info_read_idler), (gst_media_info_read):
37641 * gst-libs/gst/media-info/media-info.h:
37642 fixed, should work now
37644 2004-03-07 Christian Schaller <Uraeus@gnome.org>
37646 * ext/nas/nassink.c:
37647 A bunch of NAS fixes from Arwed von Merkatz
37649 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37651 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37652 (qtdemux_parse_trak):
37653 Fix crash (j might be greater than n_samples, in which case we're
37654 writing outside the allocated space for the array) and memleak.
37656 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37658 * sys/oss/gstosssink.c: (gst_osssink_chain):
37659 And another caller that couldn't handle delay < 0 (unsigned
37660 integer overflow). Video now continues playing on an audio
37661 buffer underrun, and the clock continues working. Audio still
37664 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37666 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37667 (gst_osssink_get_time):
37668 get_delay() may return values lower than 0. In those cases, we
37669 should not actually cast to *unsigned* int64, that will break
37670 stuff horribly. In my case, it screwed up A/V sync in movies
37671 in totem rather badly.
37673 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37675 * ext/faac/gstfaac.c: (gst_faac_chain):
37676 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37677 * ext/libpng/gstpngenc.c: (user_write_data):
37678 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37679 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37680 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37681 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37682 Fix several misuse of gst_buffer_merge (it doesn't take ownership
37683 of any buffer), should fix some leaks. I hope I didn't unref buffers
37684 that shouldn't be...
37686 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37688 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37689 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37690 (error_callback), (gmi_reset), (gmi_seek_to_track),
37691 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37692 (gmip_find_type_post), (gmip_find_stream_post),
37693 (gmip_find_track_streaminfo_post):
37694 * gst-libs/gst/media-info/media-info-priv.h:
37695 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37696 (info_print), (main):
37697 * gst-libs/gst/media-info/media-info.c:
37698 (gst_media_info_error_create), (gst_media_info_error_element),
37699 (gst_media_info_instance_init), (gst_media_info_get_property),
37700 (gst_media_info_new), (gst_media_info_set_source),
37701 (gst_media_info_read_idler), (gst_media_info_read):
37702 * gst-libs/gst/media-info/media-info.h:
37703 first pass at making this work again. This seems to work on
37704 tagged ogg/vorbis and mp3 files.
37706 2004-03-06 Benjamin Otte <otte@gnome.org>
37708 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37709 fix huge leak: gst_buffer_merge doesn't unref the first argument
37712 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37714 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37715 report layer/mode/emphasis
37717 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37719 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37721 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37723 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37726 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37728 * ext/vorbis/vorbis.c: (plugin_init):
37729 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37730 (gst_vorbis_dec_init), (vorbis_dec_event):
37732 make vorbisdec handle _BYTE and _TIME queries
37734 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37736 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37737 from the xing header
37739 2004-03-06 Benjamin Otte <otte@gnome.org>
37741 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37742 (gst_audio_convert_link), (gst_audio_convert_change_state),
37743 (gst_audio_convert_buffer_from_default_format):
37744 do conversions from/to float correctly, fix some caps nego errors,
37745 export correct supported caps in template and getcaps, use correct
37746 caps in try_set_caps functions
37748 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37750 For some reason, I only committed a ChangeLog entry yesterday and
37751 not the corresponding code...
37752 * ext/mad/gstmad.c: Fix detection of Xing headers
37753 * gst/tags/gstid3tag.c: Changes to support TLEN tags
37755 2004-03-06 Benjamin Otte <otte@gnome.org>
37757 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37758 (gst_ogg_demux_src_query):
37759 make sure to handle the case where there's no current chain
37762 2004-03-05 David Schleef <ds@schleef.org>
37764 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37765 Add fixate function. (bug #131128)
37766 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37767 (gst_sdlvideosink_fixate): Add fixate function.
37768 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37769 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37770 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37771 Fix missing break that was causing ulaw to be interpreted as
37774 2004-03-05 David Schleef <ds@schleef.org>
37776 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37777 Fix code that ignores return value of gst_buffer_merge().
37779 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37780 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37781 * testsuite/gst-lint: Check for above.
37783 2004-03-05 David Schleef <ds@schleef.org>
37785 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
37786 caps and throw an element error. (bug #136334)
37788 2004-03-05 David Schleef <ds@schleef.org>
37790 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37791 (gst_faad_chain): Fix negotiation.
37792 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37793 key and button events.
37794 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37796 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37798 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37799 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37800 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37801 function to encourage better negotiation, particularly between
37802 audioconvert and osssink.
37803 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37804 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
37806 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
37808 * gst/vbidec/vbiscreen.c: Add glib header
37809 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
37811 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
37813 * ext/mad/gstmad.c: Fix detection of Xing headers
37814 * gst/tags/gstid3tag.c: Changes to support TLEN tags
37816 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37818 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37819 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37822 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37824 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37825 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37826 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37827 files, and report the parsed length as a GST_TAG_DURATION tag.
37828 * gst/tags/gstid3tag.c: support TLEN (duration) tag
37830 2004-03-05 Benjamin Otte <otte@gnome.org>
37832 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37833 convert channels correctly. convert correctly to unsigned.
37835 2004-03-05 Julien MOUTTE <julien@moutte.net>
37837 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37838 we have a window before clearing it.
37840 2004-03-05 Julien MOUTTE <julien@moutte.net>
37842 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37843 have a window before clearing it.
37845 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
37847 * gconf/gstreamer.schemas.in:
37848 * gst-libs/gst/gconf/Makefile.am:
37849 version installation path the same way as for 0.6
37850 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37851 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37852 * pkgconfig/gstreamer-play-uninstalled.pc.in:
37853 remove comment that was fixed
37855 2004-03-05 David Schleef <ds@schleef.org>
37857 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37858 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37859 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37860 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37861 Add prototype code for handling seeking and querying.
37863 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
37865 * examples/gstplay/player.c: (main):
37866 Initialize variables to NULL. Prevents a segfault because the
37867 (uninitialized) variable is not NULL, resulting in a crash on
37868 trying to reach error->message.
37870 2004-03-05 Benjamin Otte <otte@gnome.org>
37872 * gst/audioconvert/gstaudioconvert.c:
37873 (gst_audio_convert_buffer_to_default_format):
37874 make float=>int conversion work correctly even in cornercases.
37876 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
37878 * debian/README.Debian:
37879 * debian/build-deps:
37880 * debian/changelog:
37882 * debian/control.in:
37883 * debian/copyright:
37884 * debian/gstreamer-a52dec.files:
37885 * debian/gstreamer-aa.files:
37886 * debian/gstreamer-alsa.files:
37887 * debian/gstreamer-alsa.manpages:
37888 * debian/gstreamer-arts.files:
37889 * debian/gstreamer-artsd.files:
37890 * debian/gstreamer-audiofile.files:
37891 * debian/gstreamer-avifile.files:
37892 * debian/gstreamer-cdparanoia.files:
37893 * debian/gstreamer-colorspace.files:
37894 * debian/gstreamer-doc.files:
37895 * debian/gstreamer-dv.files:
37896 * debian/gstreamer-dvd.files:
37897 * debian/gstreamer-esd.files:
37898 * debian/gstreamer-festival.files:
37899 * debian/gstreamer-flac.files:
37900 * debian/gstreamer-gconf.conffiles:
37901 * debian/gstreamer-gconf.files:
37902 * debian/gstreamer-gconf.postinst:
37903 * debian/gstreamer-gnomevfs.files:
37904 * debian/gstreamer-gsm.files:
37905 * debian/gstreamer-http.files:
37906 * debian/gstreamer-jack.files:
37907 * debian/gstreamer-jpeg.files:
37908 * debian/gstreamer-mad.files:
37909 * debian/gstreamer-mikmod.files:
37910 * debian/gstreamer-misc.files:
37911 * debian/gstreamer-mpeg2dec.files:
37912 * debian/gstreamer-oss.files:
37913 * debian/gstreamer-plugin-apps.files:
37914 * debian/gstreamer-plugin-apps.manpages:
37915 * debian/gstreamer-plugin-libs-dev.files:
37916 * debian/gstreamer-plugin-libs.files:
37917 * debian/gstreamer-plugin-template.postinst:
37918 * debian/gstreamer-plugin-template.postrm:
37919 * debian/gstreamer-sdl.files:
37920 * debian/gstreamer-sid.files:
37921 * debian/gstreamer-vorbis.files:
37922 * debian/gstreamer-x.files:
37923 * debian/mk.control:
37925 Debian package info not maintained here.
37927 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
37929 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37930 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37931 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37932 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37933 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37934 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37935 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37936 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37937 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37938 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37939 * gst-libs/gst/colorbalance/colorbalance.c:
37940 (gst_color_balance_class_init):
37941 * gst-libs/gst/colorbalance/colorbalancechannel.c:
37942 (gst_color_balance_channel_class_init):
37943 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37944 * gst-libs/gst/play/play.c: (gst_play_class_init):
37945 * gst-libs/gst/propertyprobe/propertyprobe.c:
37946 (gst_property_probe_iface_init):
37947 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37948 * gst-libs/gst/tuner/tunerchannel.c:
37949 (gst_tuner_channel_class_init):
37950 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37951 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37952 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37953 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37954 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37955 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37956 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37957 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37958 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37959 fix signals to use - instead of _
37960 * ext/libcaca/gstcacasink.h:
37961 * ext/sdl/sdlvideosink.h:
37964 2004-03-04 David Schleef <ds@schleef.org>
37966 * testsuite/gst-lint: Add a check for bad signal names.
37968 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
37970 reviewed by David Schleef
37972 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37973 modified the alpha channel and caused a warning. (bug #136192)
37975 2004-04-03 Christian Schaller <Uraeus@gnome.org>
37977 * gst-plugins.spec.in:
37978 Change names of plugins to actually be correct. Try to keep things
37979 alphabetical to avoid getting beat up by Thomas
37981 2004-03-03 Julien MOUTTE <julien@moutte.net>
37983 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37984 Using ximagesink as a default if no gconf key found. We should
37985 probably consider using alsasink instead of osssink for the audio
37988 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
37991 fix --with-plugins, don't think it ever worked before
37992 * gst-plugins.spec.in:
37995 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
37997 * ext/sdl/sdlvideosink.h:
37998 * sys/ximage/ximagesink.h:
37999 * sys/xvideo/xvideosink.h:
38000 * sys/xvimage/xvimagesink.h:
38001 Fix for move of gstvideosink.h -> videosink.h.
38003 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
38005 * gst-libs/gst/xwindowlistener/Makefile.am:
38006 this is a plugin library, not a library
38008 2004-03-01 David Schleef <ds@schleef.org>
38010 * AUTHORS: Added some names. Add yourself if you're still
38013 2004-03-01 David Schleef <ds@schleef.org>
38017 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
38019 * gst-plugins.spec.in: clean up spec file
38021 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
38023 * gst-libs/gst/video/Makefile.am:
38024 * gst-libs/gst/video/gstvideosink.c:
38025 * gst-libs/gst/video/gstvideosink.h:
38026 rename gstvideosink.h to videosink.h to match other headers
38027 * gst/mixmatrix/Makefile.am:
38028 fix plugin filename
38029 * gst/tags/Makefile.am: fix plugin filename
38031 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
38033 * gst/tags/Makefile.am: fix plugin filename
38035 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
38037 * examples/gstplay/player.c: (got_time_tick), (main):
38039 display time_tick more readably
38040 * gst/mixmatrix/Makefile.am:
38041 fix plugin file name
38043 2004-02-29 Christophe Fergeau <teuf@gnome.org>
38045 * sys/oss/gstosselement.c: (gst_osselement_probe),
38046 (device_combination_append), (gst_osselement_class_probe_devices):
38047 * sys/oss/gstosselement.h:
38048 Reworked enumeration of oss dsps and mixers so that gst-mixer works
38049 on my system using alsa oss emulation, fixes bug #135597
38051 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
38053 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
38054 (gst_videodrop_chain), (gst_videodrop_change_state):
38055 * gst/videodrop/gstvideodrop.h:
38056 Work based on timestamp of input data, not based on the expected
38057 framerate from the input. The consequence is that this element now
38058 not only scales framerates, but also functions as a framerate
38059 corrector or framerate stabilizer/constantizer.
38061 2004-02-27 David Schleef <ds@schleef.org>
38063 patches from jmmv@menta.net (Julio M. Merino Vidal)
38065 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
38066 GST_ELEMENT_ERROR call (bug #135634)
38067 * gst/interleave/interleave.c: (interleave_buffered_loop),
38068 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
38069 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
38070 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
38071 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
38072 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
38073 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
38074 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
38075 Fix GST_ELEMENT_ERROR call.
38076 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
38077 GST_ELEMENT_ERROR call.
38079 2004-02-27 Benjamin Otte <otte@gnome.org>
38081 * gst-libs/gst/audio/audio.h:
38082 add macro to make sure header isn't included twice
38083 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
38084 don't use gst_buffer_free
38085 * gst/playondemand/filter.func:
38086 don't use gst_data_free. Free data only once.
38088 2004-02-26 David Schleef <ds@schleef.org>
38090 * gst-libs/gst/colorbalance/Makefile.am:
38091 * gst-libs/gst/mixer/Makefile.am:
38092 * gst-libs/gst/tuner/Makefile.am:
38093 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
38094 should not be disted, -marshal.h files should not be installed,
38095 and -enum.h files _should_ be installed. Fix to make this the
38098 === release 0.7.5 ===
38100 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
38102 * configure.ac: release 0.7.5, "Under The Sea"
38104 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
38106 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
38107 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
38108 * gst/videoscale/gstvideoscale.c:
38109 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38110 assorted debug/warning fixes
38112 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
38114 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38115 (gst_videoscale_init), (gst_videoscale_chain),
38116 (gst_videoscale_set_property), (plugin_init):
38117 * gst/videoscale/gstvideoscale.h:
38118 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38119 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38120 (gst_videoscale_planar400), (gst_videoscale_packed422),
38121 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38122 (gst_videoscale_24bit), (gst_videoscale_16bit),
38123 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38124 (gst_videoscale_scale_plane_slow),
38125 (gst_videoscale_scale_point_sample),
38126 (gst_videoscale_scale_nearest),
38127 (gst_videoscale_scale_nearest_str2),
38128 (gst_videoscale_scale_nearest_str4),
38129 (gst_videoscale_scale_nearest_32bit),
38130 (gst_videoscale_scale_nearest_24bit),
38131 (gst_videoscale_scale_nearest_16bit):
38132 add debugging category and use it properly
38133 fix use of GST_PTR_FORMAT
38135 2004-02-25 Andy Wingo <wingo@pobox.com>
38137 * gst/interleave/interleave.c (interleave_buffered_loop): Always
38138 push only when channel->buffer is NULL. Prevents segfaults doing
38139 the state change after a nonlocal exit, like a scheme exception.
38141 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38142 Handle the case where the intersected caps is empty.
38144 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
38146 * gst/law/mulaw-decode.c: (mulawdec_link):
38147 * gst/law/mulaw.c: (plugin_init):
38148 fix mulawdec so it actually works again
38150 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
38152 reviewed by: David Schleef <ds@schleef.org>
38154 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38155 (gst_gamma_init), (gst_gamma_set_property),
38156 (gst_gamma_get_property), (gst_gamma_calculate_tables),
38157 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
38158 for RGB, with separate r g and b correction factors. (#131167)
38160 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
38162 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38163 only signal tags for bitrate if they're > 0 (#134894)
38165 2004-02-24 David Schleef <ds@schleef.org>
38167 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38168 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38169 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38170 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38171 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38172 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38173 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38174 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38175 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
38176 category. Attempt to fix timestamp calculation.
38178 2004-02-24 Johan Dahlin <johan@gnome.org>
38180 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38182 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
38185 * gconf/Makefile.am:
38186 * gconf/gstreamer.schemas:
38187 * gst-libs/gst/gconf/Makefile.am:
38188 * gst-libs/gst/gconf/gconf.c:
38189 version gconf schemas and install locations
38191 2004-02-23 Benjamin Otte <otte@gnome.org>
38193 * ext/xine/xineinput.c: (gst_xine_input_dispose):
38194 (gst_xine_input_subclass_init):
38195 call parent dispose.
38196 change pad template for CD reader correctly
38197 * ext/xine/Makefile.am:
38198 * ext/xine/gstxine.h:
38199 * ext/xine/xine.c: (plugin_init):
38200 * ext/xine/xineaudiosink.c:
38201 wrap audio sinks, too
38202 * gst-libs/gst/resample/private.h:
38203 * gst-libs/gst/resample/resample.c: (gst_resample_init),
38204 (gst_resample_reinit), (gst_resample_scale),
38205 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38206 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38207 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38208 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38209 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38210 * gst-libs/gst/resample/resample.h:
38211 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38212 (gst_audioscale_class_init), (gst_audioscale_link),
38213 (gst_audioscale_get_buffer), (gst_audioscale_init),
38214 (gst_audioscale_chain), (gst_audioscale_set_property),
38215 (gst_audioscale_get_property):
38216 * gst/audioscale/gstaudioscale.h:
38217 s/resample_*/gst_resample_*/i to not clobber namespaces
38219 2004-02-23 Julien MOUTTE <julien@moutte.net>
38221 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38222 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38223 (gst_riff_create_video_template_caps),
38224 (gst_riff_create_audio_template_caps),
38225 (gst_riff_create_iavs_template_caps):
38226 * gst-libs/gst/riff/riff-media.h:
38227 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38228 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38229 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38230 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38231 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38232 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38233 (gst_matroska_demux_plugin_init): First batch implementing audio and
38234 video codec tags in demuxers.
38236 2004-02-22 Benjamin Otte <otte@gnome.org>
38238 * ext/xine/Makefile.am:
38239 * ext/xine/gstxine.h:
38240 * ext/xine/xine.c: (plugin_init):
38241 * ext/xine/xineinput.c:
38242 add input plugin wrapper. Playback from files, http, mms and cdda
38244 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38245 remove leftover G_GNUC_UNUSED
38246 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38247 (gst_asf_demux_identify_guid):
38248 improve debugging output
38250 2004-02-22 Benjamin Otte <otte@gnome.org>
38252 reported by: Padraig O'Briain <padraig.obriain@sun.com>
38255 replace test -e with test -x for mkinstalldirs to be more portable.
38258 2004-02-22 Benjamin Otte <otte@gnome.org>
38260 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38262 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38263 set rank to PRIMARY
38264 * gst/volume/gstvolume.c: (plugin_init):
38268 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
38270 reviewed by Benjamin Otte <otte@gnome.org>
38272 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38273 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38275 2004-02-22 Benjamin Otte <otte@gnome.org>
38278 export [_]*{gst,Gst,GST}.* symbols from plugins
38280 2004-02-22 Christophe Fergeau <teuf@gnome.org>
38282 reviewed by: Benjamin Otte <otte@gnome.org>
38284 * ext/lame/gstlame.c: (add_one_tag):
38285 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38286 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38287 (gst_vorbisenc_metadata_set1):
38288 * gst/tags/gstid3tag.c:
38289 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38290 apply fixes from bugs #135042 (lame can't write tags) and #133817
38291 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38293 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38295 * configure.ac: Export only gst_plugin_desc from plugins.
38296 Note that this change only makes any effect with Linux using libtool
38297 1.5.2 or higher. Otherwise it is silently ignored, but it would build
38298 fine. And don't try to have several versions of libtool in different
38301 2004-02-20 Andy Wingo <wingo@pobox.com>
38303 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38304 interleave respectively.
38306 * gst/interleave/deinterleave.c: New plugin: deinterleave
38307 (replaces on oneton).
38308 * gst/interleave/interleave.c: New plugin: interleave.
38309 * gst/interleave/plugin.h: Support file.
38310 * gst/interleave/plugin.c: Support file.
38312 * configure.ac: Remove intfloat and oneton, add interleave.
38314 * ext/sndfile/gstsf.c: Handle events better.
38316 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38317 and float2int operation. int2float has scheduling problems as
38318 noted in in2float_chain.
38320 2004-02-20 Benjamin Otte <otte@gnome.org>
38322 * ext/xine/Makefile.am:
38323 * ext/xine/gstxine.h:
38325 * ext/xine/xineaudiodec.c:
38326 * ext/xine/xinecaps.c:
38327 add first version of xine plugin wrapper. Currently only wraps the
38328 QDM2 win32 DLL, and even that only in proof-of-concept quality.
38331 add xine plugin wrapper, disabled by default. Use --enable-xine to
38332 build. Note that it'll segfault on gst-register if you don't remove
38333 the goom and tvtime post plugins from xine.
38334 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38335 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38336 add extradata parsing for QDM2.
38337 change around debugging prints.
38339 2004-02-19 Benjamin Otte <otte@gnome.org>
38341 * ext/lame/gstlame.c: (gst_lame_chain):
38342 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38343 use gst_tag_list_insert when you want to insert tags
38345 2004-02-18 David Schleef <ds@schleef.org>
38347 * configure.ac: Move massink to gst-rotten
38349 * ext/mas/Makefile.am:
38350 * ext/mas/massink.c:
38351 * ext/mas/massink.h:
38353 2004-02-18 David Schleef <ds@schleef.org>
38355 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38356 typefinding, since it seems to be worse than nothing.
38357 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
38358 atom to recognize .mp4 and .m4a files as video/quicktime.
38360 2004-02-18 David Schleef <ds@schleef.org>
38362 * gst/sine/demo-dparams.c: (quit_live),
38363 (dynparm_log_value_changed), (dynparm_value_changed), (main):
38364 Use double dparams, not float.
38365 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38366 (gst_sinesrc_init): Change sync default to FALSE, since multiple
38367 sync'd elements don't really work correctly.
38368 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38369 (volume_update_volume), (volume_get_property): Change dparam
38372 2004-02-18 Julien MOUTTE <julien@moutte.net>
38374 * sys/ximage/ximagesink.c:
38375 (gst_ximagesink_xwindow_update_geometry),
38376 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38377 (gst_ximagesink_change_state), (gst_ximagesink_expose),
38378 (gst_ximagesink_init): Rework the way software video scaling works. So
38379 now we check on each chain call if the video frames are feeling the
38380 window. If not we try to renegotiate caps. On failure we memorize that
38381 and we won't try again for that PLAYING sessions.
38382 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38384 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38387 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
38389 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38390 break up _link so we can give a better debug message for errors
38392 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
38394 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38395 set up debug category
38397 2004-02-18 Julien MOUTTE <julien@moutte.net>
38399 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38400 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38401 the way renegotiation work. The event handling function is not taking
38402 care of external windows and renegotiate method check for pad flags
38403 NEGOTIATING. Should fix : #133209
38405 2004-02-17 Julien MOUTTE <julien@moutte.net>
38407 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38408 pad is negotiating before trying renegotiation.
38410 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
38412 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38413 pass on all possible mime types as typefind hints
38415 2004-02-17 Julien MOUTTE <julien@moutte.net>
38417 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38418 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38419 possible SHM leak if we crash. All other apps using XShm are doing
38422 2004-02-17 Julien MOUTTE <julien@moutte.net>
38424 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38425 (gst_ximagesink_expose): Renegotiate size on expose.
38426 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38429 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
38431 * testsuite/alsa/sinesrc.c:
38432 cosmetic fix to fix compile issue with gcc 2.95.4
38434 2004-02-16 Julien MOUTTE <julien@moutte.net>
38436 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38437 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38438 failed opening the audio device.
38439 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38440 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38441 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38442 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38443 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38444 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38445 (gst_ximagesink_change_state), (gst_ximagesink_chain),
38446 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38447 Removing some useless g_return_if_fail like wingo suggested.
38448 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38449 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38450 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38451 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38452 (gst_xvimagesink_update_colorbalance),
38453 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38454 (gst_xvimagesink_xcontext_clear),
38455 (gst_xvimagesink_get_fourcc_from_caps),
38456 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38457 (gst_xvimagesink_set_xwindow_id),
38458 (gst_xvimagesink_colorbalance_list_channels),
38459 (gst_xvimagesink_colorbalance_set_value),
38460 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38461 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38463 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
38465 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38466 throw error when not negotiated instead of asserting
38468 2004-02-15 Julien MOUTTE <julien@moutte.net>
38470 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38471 correct data refcounting.
38473 2004-02-15 Julien MOUTTE <julien@moutte.net>
38475 * gst/switch/gstswitch.c: (gst_switch_change_state),
38476 (gst_switch_class_init): Cleaning the sinkpads correctly on state
38477 change, mostly the EOS flag.
38479 2004-02-15 Julien MOUTTE <julien@moutte.net>
38481 * examples/gstplay/player.c: (got_eos), (main): Adding some
38482 output for debugging.
38483 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38484 timeouts if we go to any state different from PLAYING.
38485 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38486 more EOS bugs in riff lib.
38488 2004-02-14 Julien MOUTTE <julien@moutte.net>
38490 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38491 visualization until i find a way to fix switch correctly.
38492 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38494 * gst/switch/gstswitch.c: (gst_switch_release_pad),
38495 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38496 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38497 Reworked switch to get a more correct behaviour with events and refing
38498 of data stored in sinkpads.
38499 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38500 we don't pull from a pad in EOS.
38502 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38504 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38505 remove v1 tag even if we can't read it (makes sure we don't detect
38508 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38510 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38511 (gst_alsa_xrun_recovery):
38512 * ext/alsa/gstalsa.h:
38513 try xrun recovery when wait failed. Make xrun recovery function
38514 return TRUE/FALSE to indicate success. (might fix #134354)
38516 2004-02-13 David Schleef <ds@schleef.org>
38518 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38519 (dynparm_value_changed), (main): Convert from float to double.
38520 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38522 2004-02-13 David Schleef <ds@schleef.org>
38524 * gst/silence/gstsilence.c: (gst_silence_class_init),
38525 (gst_silence_set_clock), (gst_silence_get),
38526 (gst_silence_set_property), (gst_silence_get_property):
38527 * gst/silence/gstsilence.h: Add sync property.
38528 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38529 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38530 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38531 * gst/sine/gstsinesrc.h: Add sync property.
38533 2004-02-13 David Schleef <ds@schleef.org>
38535 * gst/intfloat/gstint2float.c: (conv_f32_s16),
38536 (gst_int2float_chain_gint16): Change stdint usage to glib types.
38538 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
38542 * gst-libs/ext/Makefile.am:
38543 move ffmpeg plugin to gst-ffmpeg module
38545 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
38547 * configure.ac: use GST_ARCH to detect architecture
38549 2004-02-12 Julien MOUTTE <julien@moutte.net>
38551 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38553 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
38555 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38556 classify LADSPA plugins based on number of src/sink pads
38557 (#133663, Stefan Kost)
38558 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38559 fix dparams registration
38560 (#133528, Stefan Kost)
38561 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38562 fix use of isprint and use g_ascii_isprint instead
38563 (#133316, Stefan Kost)
38565 2004-02-11 David Schleef <ds@schleef.org>
38567 Convert a few inner loops to use liboil. This is currently
38568 optional, and is only enabled if liboil is present (duh!).
38569 * configure.ac: Check for liboil-0.1
38570 * gst/intfloat/Makefile.am:
38571 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38572 (gst_int2float_chain_gint16):
38573 * gst/videofilter/Makefile.am:
38574 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38575 (tablelookup_u8), (gst_videobalance_planar411):
38576 * gst/videotestsrc/Makefile.am:
38577 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38578 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38579 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38580 (paint_hline_RGB565), (paint_hline_xRGB1555):
38582 2004-02-11 David Schleef <ds@schleef.org>
38584 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38585 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38586 (gst_colorspace_getcaps), (gst_colorspace_link),
38587 (gst_colorspace_base_init), (gst_colorspace_init),
38588 (gst_colorspace_chain), (gst_colorspace_change_state),
38589 (plugin_init): Merge Ronald's patch (bug #117897) and update
38590 for new caps and negotiation. Seems to work, although it
38591 shows off bugs in lcs.
38593 2004-02-11 David Schleef <ds@schleef.org>
38595 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38596 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38598 2004-02-11 David Schleef <ds@schleef.org>
38600 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38601 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38602 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38603 Add server and port properties
38605 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
38610 * m4/as-liblame.m4:
38611 * m4/as-slurp-ffmpeg.m4:
38612 * m4/check-libheader.m4:
38619 * m4/gst-ivorbis.m4:
38620 * m4/gst-matroska.m4:
38622 * m4/gst-shout2.m4:
38630 fix underquotedness of macros (#133800)
38631 * m4/as-avifile.m4:
38633 removed because no longer used
38635 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
38638 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38639 by autopoint (fixes #132996)
38641 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
38643 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38644 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38645 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38646 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38649 2004-02-11 David Schleef <ds@schleef.org>
38651 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38652 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38653 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38654 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38655 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38656 (gst_jpegenc_class_init), (gst_jpegenc_init),
38657 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38658 (gst_jpegenc_chain), (gst_jpegenc_set_property),
38659 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
38660 * ext/jpeg/gstjpegenc.h: Fix negotiation.
38662 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
38664 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38665 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38666 * ext/mikmod/gstmikmod.h:
38667 fix caps negotiation in mikmod
38668 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38669 output debug information
38671 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
38673 * gst-libs/gst/colorbalance/Makefile.am:
38674 * gst-libs/gst/navigation/Makefile.am:
38675 * gst-libs/gst/xoverlay/Makefile.am:
38676 remove unused GST_OPT_CFLAGS from Makefiles
38677 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38679 2004-02-07 David Schleef <ds@schleef.org>
38681 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38682 push events to pads that haven't been created (#133508)
38684 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
38686 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38687 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38688 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38689 (gst_dvdec_loop), (gst_dvdec_change_state):
38690 Second attempt at committing a working dvdec element.
38692 2004-02-06 David Schleef <ds@schleef.org>
38694 Build fixes for OS X: (see #129600)
38695 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38696 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38697 (gst_riff_read_strf_iavs):
38698 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38699 (gst_avi_demux_stream_odml):
38700 * gst/playondemand/Makefile.am:
38701 * gst/rtp/rtp-packet.c:
38703 2004-02-05 David Schleef <ds@schleef.org>
38705 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38706 last change, because it Just Doesn't Compile.
38708 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38710 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38711 skip undecodable id3v2 tag instead of keeping it
38713 2004-02-05 David Schleef <ds@schleef.org>
38715 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38716 Unref leaked buffer. (Noticed by Ronald)
38718 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
38720 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38721 Sync requires with other checks. >= vs =.
38723 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
38725 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38726 (gst_dvdec_video_link), (gst_dvdec_loop):
38727 * ext/dv/gstdvdec.h:
38728 rework the caps negotiation so that dvdec works again instead
38729 of just segfaulting.
38731 === release 0.7.4 ===
38733 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
38735 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38736 * configure.ac: changed for release
38738 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
38740 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38741 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38742 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38743 * pkgconfig/gstreamer-play-uninstalled.pc.in:
38744 reworked patch by David Lehn to fix libdir and includedir for
38745 uninstalled libraries
38746 removed play and gconf from gstreamer-libs since they have their
38747 own pkgconfig files
38749 2004-02-04 David Schleef <ds@schleef.org>
38751 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38754 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38756 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38757 use correct GST_TAG_ENCODER tag
38759 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38761 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38762 be sure to stop the clock when going to paused
38763 * sys/oss/gstosssink.c: (gst_osssink_change_state):
38764 reset number of transmitted when going to ready.
38767 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
38769 reviewed by Benjamin Otte
38771 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38772 extract track count (fixes #133410)
38774 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
38776 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38777 that should be !=, not == (fixes #132519)
38779 2004-02-04 David Schleef <ds@schleef.org>
38781 Make sure set_explicit_caps() is called before adding pad.
38782 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38783 * gst/id3/gstid3types.c: (gst_id3types_loop):
38784 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38785 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38787 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
38790 bump nano to 2, first prerelease
38791 put back AM_PROG_LIBTOOL
38793 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
38795 * testsuite/alsa/Makefile.am:
38796 these are user test apps, not automatic testsuite tests
38798 2004-02-04 David Schleef <ds@schleef.org>
38800 Convert GST_DEBUG_CAPS() to GST_DEBUG():
38801 * gst/mpeg1videoparse/gstmp1videoparse.c:
38802 (mp1videoparse_parse_seq):
38803 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38804 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38805 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38806 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38807 (gst_xvideosink_getcaps):
38808 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38809 * testsuite/gst-lint: more tests
38811 2004-02-04 David Schleef <ds@schleef.org>
38813 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38814 with the code that they would expand to.
38815 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38816 (gst_flacdec_get_src_query_types),
38817 (gst_flacdec_get_src_event_masks):
38818 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38819 (gst_gnomevfssrc_get_query_types),
38820 (gst_gnomevfssrc_get_event_mask):
38822 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
38824 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38825 (gst_sinesrc_dispose):
38826 fix memleak by properly disposing sinesrc
38828 2004-02-04 Julien MOUTTE <julien@moutte.net>
38830 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38831 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38832 an overlay to redraw the image because it has been exposed.
38833 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38834 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38835 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38836 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38838 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38839 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38840 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38841 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38844 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38846 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38847 more memleak fixage
38849 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38851 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38852 * gst/typefind/gsttypefindfunctions.c:
38853 fix memleaks shown by gst-typefind
38855 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
38857 * common/glib-gen.mak:
38858 add hack rule to touch .Plo files
38859 * gst-libs/gst/colorbalance/Makefile.am:
38860 * gst-libs/gst/mixer/Makefile.am:
38861 * gst-libs/gst/play/Makefile.am:
38862 * gst-libs/gst/tuner/Makefile.am:
38863 remove glib_root variable
38865 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38867 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38868 set explicit caps before adding the element, so the autopluggers can
38870 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38871 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38872 (mpeg_video_type_find), (mpeg_video_stream_type_find),
38874 fix memleaks in typefind functions. gst_type_find_suggest takes a const
38877 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
38879 * gst-libs/gst/colorbalance/Makefile.am:
38880 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38881 * gst-libs/gst/colorbalance/colorbalance.c:
38882 * gst-libs/gst/colorbalance/colorbalance.h:
38883 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38884 * gst-libs/gst/mixer/Makefile.am:
38885 * gst-libs/gst/mixer/mixer-marshal.list:
38886 * gst-libs/gst/mixer/mixer.c:
38887 * gst-libs/gst/mixer/mixer.h:
38888 * gst-libs/gst/mixer/mixermarshal.list:
38889 * gst-libs/gst/play/Makefile.am:
38890 * gst-libs/gst/play/play.h:
38891 * gst-libs/gst/tuner/Makefile.am:
38892 * gst-libs/gst/tuner/tuner-marshal.list:
38893 * gst-libs/gst/tuner/tuner.c:
38894 * gst-libs/gst/tuner/tuner.h:
38895 * gst-libs/gst/tuner/tunermarshal.list:
38896 use new glib-gen.mak snippet to clean up Makefile.am
38897 fix various bugs in Makefile.am's
38899 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38901 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38902 handle chain parsing correctly in the multichain case
38903 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38904 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38905 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38906 (theora_dec_chain):
38907 handle events and queries correctly
38909 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
38912 Ignore generated file _stdint.h.
38914 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
38916 * gst-libs/gst/colorbalance/Makefile.am:
38917 * gst-libs/gst/colorbalance/colorbalance.h:
38918 * gst-libs/gst/mixer/Makefile.am:
38919 * gst-libs/gst/mixer/mixer.h:
38920 * gst-libs/gst/play/Makefile.am:
38921 * gst-libs/gst/play/play.h:
38922 * gst-libs/gst/tuner/Makefile.am:
38923 * gst-libs/gst/tuner/tuner.h:
38924 Generate enum type code with glib-mkenums.
38925 * gst-libs/gst/colorbalance/.cvsignore:
38926 * gst-libs/gst/mixer/.cvsignore:
38927 * gst-libs/gst/play/.cvsignore:
38928 * gst-libs/gst/tuner/.cvsignore:
38929 Ignore generated files.
38931 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
38933 * gst-libs/gst/audio/.cvsignore:
38934 Ignore generated file.
38935 * gst-libs/gst/audio/Makefile.am:
38936 Do not install example filter.
38938 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
38940 * examples/switch/.cvsignore:
38941 Ignore generated file.
38943 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
38945 * common/m4/ax_create_stdint_h.m4:
38947 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38950 remove generated _stdint.h in DISTCLEANFILES
38951 * ext/a52dec/gsta52dec.c:
38952 include _stdint.h for a52dec. (should fix #133064)
38954 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
38956 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38957 (gst_tag_to_vorbis_comments):
38958 Add replaygain support to vorbistag
38960 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
38961 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38962 (gst_ffmpeg_caps_to_extradata):
38963 Fix SVQ3 caps flag properties
38964 Use glib macro for bytes swap
38966 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
38968 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38969 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38970 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38971 * ext/sndfile/gstsf.c: (plugin_init):
38972 * gst/avi/gstavi.c: (plugin_init):
38973 * sys/dxr3/dxr3init.c: (plugin_init):
38974 * sys/oss/gstossaudio.c: (plugin_init):
38975 * sys/v4l/gstv4l.c: (plugin_init):
38976 * sys/v4l2/gstv4l2.c: (plugin_init):
38977 remove textdomain calls
38979 update Dutch translation
38981 2004-02-02 Julien MOUTTE <julien@moutte.net>
38983 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38984 (gst_play_set_audio_sink): Moving volume in the audio thread for
38985 instantaneous volume change. Maybe i will add another volume in front
38986 of visualization later, not sure yet though.
38988 2004-02-02 Julien MOUTTE <julien@moutte.net>
38990 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38991 (gst_ximagesink_handle_xevents): Better X events handling, only take
38992 the latest events for configure and motion.
38993 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38995 2004-02-02 Jon Trowbridge <trow@gnu.org>
38997 reviewed by: David Schleef <ds@schleef.org>
39000 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
39001 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
39003 2004-02-02 David Schleef <ds@schleef.org>
39005 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
39007 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
39008 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39009 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
39010 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39011 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
39012 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
39013 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
39014 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
39015 (gst_float2_2_int_link):
39016 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
39017 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
39018 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
39019 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
39020 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
39021 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
39022 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
39023 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
39024 * testsuite/gst-lint: Add tests for bzero and ;;
39026 2004-02-02 David Schleef <ds@schleef.org>
39028 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
39030 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39032 * ext/aalib/gstaasink.c: (gst_aasink_open):
39033 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39034 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39035 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39036 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39037 (gst_afsink_close_file):
39038 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39039 (gst_afsrc_close_file):
39040 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39041 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39042 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39043 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39044 * ext/esd/esdmon.c: (gst_esdmon_get):
39045 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
39046 * ext/faac/gstfaac.c: (gst_faac_chain):
39047 * ext/faad/gstfaad.c: (gst_faad_chain):
39048 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39049 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39050 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39051 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39052 (gst_flacdec_loop):
39053 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39054 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39055 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39056 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39057 (gst_gnomevfssink_close_file):
39058 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39059 (gst_gnomevfssrc_open_file):
39060 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39061 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39062 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39063 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39064 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39065 * ext/mad/gstmad.c: (gst_mad_chain):
39066 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39067 * ext/mpeg2dec/gstmpeg2dec.c:
39068 * ext/mpeg2enc/gstmpeg2enc.cc:
39069 * ext/mplex/gstmplex.cc:
39070 * ext/mplex/gstmplexibitstream.cc:
39071 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39072 (gst_ogg_demux_push):
39073 * ext/raw1394/gstdv1394src.c:
39074 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39075 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39076 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39078 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39079 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
39080 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39081 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39082 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39083 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39084 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39085 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39086 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39087 (gst_riff_read_element_data), (gst_riff_read_seek),
39088 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39089 * gst/adder/gstadder.c: (gst_adder_loop):
39090 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39091 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39092 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39093 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39094 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39095 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39096 * gst/goom/gstgoom.c: (gst_goom_chain):
39097 * gst/id3/gstid3types.c: (gst_id3types_loop):
39098 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39099 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39100 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39101 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39102 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39103 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39104 (gst_ebml_read_float), (gst_ebml_read_header):
39105 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39106 (gst_matroska_demux_parse_blockgroup):
39107 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39108 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39109 * gst/oneton/gstoneton.c: (gst_oneton_chain):
39110 * gst/silence/gstsilence.c: (gst_silence_get):
39111 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39112 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39113 * gst/speed/gstspeed.c: (speed_loop):
39114 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39115 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39116 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39117 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39118 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39119 (gst_wavparse_loop):
39120 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39121 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39122 (dxr3audiosink_close):
39123 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39124 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39125 (dxr3videosink_close), (dxr3videosink_write_data):
39126 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39127 * sys/oss/gstosssink.c: (gst_osssink_chain):
39128 * sys/oss/gstosssrc.c: (gst_osssrc_get):
39129 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39130 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39131 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39132 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39133 (gst_v4l_set_window), (gst_v4l_enable_overlay):
39134 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39135 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39136 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39137 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39138 (gst_v4l_set_audio):
39139 * sys/v4l/v4l_calls.h:
39140 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39141 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39142 (gst_v4lmjpegsink_playback_init),
39143 (gst_v4lmjpegsink_playback_start):
39144 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39145 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39146 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39147 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39148 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39149 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39150 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39151 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39152 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39153 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39154 (gst_v4l2_get_output), (gst_v4l2_set_output),
39155 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39156 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39157 (gst_v4l2_set_attribute):
39158 * sys/v4l2/v4l2_calls.h:
39159 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39160 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39161 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39162 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39163 (gst_v4l2src_capture_stop):
39164 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39165 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39166 (gst_ximagesink_chain):
39167 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39168 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39169 (gst_xvideosink_xwindow_new):
39170 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39171 (gst_xvimagesink_chain):
39173 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39175 * gst/volume/gstvolume.c: (gst_volume_set_volume),
39176 (gst_volume_get_volume), (volume_class_init), (volume_init),
39177 (volume_chain_int16), (volume_update_volume):
39178 * gst/volume/gstvolume.h:
39179 make code more readable by removing magic numbers
39180 make mixer interface export 0-100 range
39181 make it internally map to 0.0-1.0 range so users don't distort
39182 output by putting the sliders at full volume
39184 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39186 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39187 (gst_play_state_change), (gst_play_seek_to_time):
39188 block the tick callback for 0.5 secs after doing a seek
39190 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39192 * gst-libs/gst/play/play.c: (gst_play_new):
39195 2004-02-01 Julien MOUTTE <julien@moutte.net>
39197 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39198 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39199 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39200 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39201 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39202 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39204 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
39207 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39208 check for a function added in vorbis 1.1
39210 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
39212 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39213 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39214 really start/stop clock only on PLAYING <=> PAUSED
39215 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39216 remove \n from debugging lines
39217 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39218 make it work when seeking does not
39219 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39222 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
39224 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39225 start clock on PAUSED=>PLAYING, not later
39226 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39227 extract correct time for different discont formats
39228 (gst_alsa_sink_get_time):
39229 don't segfault when no format is negotiated yet, just return 0
39230 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39231 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39232 (gst_ogg_pad_push):
39233 handle flush and discont events correctly
39234 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39235 handle discont events correctly
39237 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
39239 * gst-libs/gst/play/play.c: (gst_play_error_quark),
39240 (gst_play_error_create), (gst_play_error_plugin),
39241 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39242 * gst-libs/gst/play/play.h:
39243 add error handling during creation
39244 * examples/gstplay/player.c: (main):
39245 use new gst_play_new
39248 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
39250 * ext/theora/theoradec.c: (theora_dec_chain):
39252 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39253 (vorbis_dec_src_event), (vorbis_dec_chain):
39254 add encoder tag, fix tag reading to be more error tolerant, change
39255 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39256 gst_pad_event_default.
39257 * gst/tags/gstvorbistag.c:
39258 (gst_tag_list_from_vorbiscomment_buffer):
39259 undefine function specific define at end of function
39261 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
39263 * ext/flac/gstflac.c: (plugin_init):
39264 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39265 * ext/flac/gstflacdec.h:
39266 * ext/flac/gstflacenc.h:
39269 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
39271 * examples/gstplay/player.c: s/gstplay.h/play.h/
39273 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39275 * gst-libs/gst/play/Makefile.am:
39276 * gst-libs/gst/play/gstplay.c:
39277 * gst-libs/gst/play/gstplay.h:
39278 * gst-libs/gst/play/play.c:
39279 more surgery, operation complete
39281 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39283 * gst-libs/gst/play/play.old.c:
39284 * gst-libs/gst/play/play.old.h:
39285 after CVS surgery by moving, remove
39286 * gst-libs/gst/play/playpipelines.c:
39289 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39290 add negotiation error
39292 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39294 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39295 (gst_ogg_demux_push):
39296 add some seeking debug info
39297 send a flush when seeking
39299 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
39305 * ext/theora/Makefile.am:
39306 * ext/theora/theoradec.c:
39307 add theora video decoder. Does just do simple decoding for now and
39308 has been tested against Theora cvs only. It only works when theora
39309 is compiled with --enable-static.
39310 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39311 always reset packetno on DISCONT
39313 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39315 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39318 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39320 * gst/mpegaudioparse/gstmpegaudioparse.c:
39321 (mp3_type_frame_length_from_header):
39322 Fix header parsing - stolen from ffmpeg (thank you! :) ).
39324 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39326 * ext/esd/esdsink.c: (gst_esdsink_init):
39327 Since we have static pad template caps, we don't need to negotiate;
39328 either the core errors out or we know the format.
39330 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39332 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39333 (gst_riff_read_seek):
39334 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39335 (gst_ebml_read_seek):
39336 Fix event handling.
39338 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
39340 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39341 removee video/x-theora from vp3 decoder, it doesn't handle raw
39343 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39344 fix bug with finalizing element that never went to PAUSED
39345 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39346 length and position queries were swapped
39347 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39348 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39349 (vorbis_dec_src_event):
39350 implement querying time and bytes
39352 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39354 * just about every source file:
39355 gst_element_error -> GST_ELEMENT_ERROR
39357 2004-01-29 Julien MOUTTE <julien@moutte.net>
39359 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39360 emiting FLUSH and even before DISCONT.
39361 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39362 get the best instant seeking as possible yay!
39364 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
39366 * gst/mpeg1videoparse/gstmp1videoparse.c:
39367 (gst_mp1videoparse_real_chain):
39368 Committed wrong version last week... Grr... Didn't notice until now.
39370 2004-01-29 Julien MOUTTE <julien@moutte.net>
39372 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39373 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39374 have_xwindow_id signal in xwindow_create.
39376 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
39378 * ext/ogg/gstoggdemux.c:
39379 lots of changes - mainly support for chained bitstreams, seeking,
39380 querying and bugfixes of course
39381 * ext/vorbis/Makefile.am:
39382 * ext/vorbis/vorbisdec.c:
39383 * ext/vorbis/vorbisdec.h:
39384 add vorbisdec raw vorbis decoder
39385 * ext/vorbis/vorbis.c: (plugin_init):
39386 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39387 * gst/intfloat/Makefile.am:
39388 * gst/intfloat/float22int.c:
39389 * gst/intfloat/float22int.h:
39390 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39391 add float2intnew plugin. It converts multichannel interleaved float to
39392 multichannel interleaved int. The name should probably be changed.
39393 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39395 add typefinding for raw theora video so oggdemux can detect it.
39397 2004-01-28 Julien MOUTTE <julien@moutte.net>
39399 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39400 sink element first.
39401 * gst/videoscale/gstvideoscale.c:
39402 (gst_videoscale_handle_src_event): Fixing src event handler.
39404 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
39406 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39407 (gst_v4lsrc_open), (gst_v4lsrc_close),
39408 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39409 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39410 * sys/v4l/gstv4lsrc.h:
39411 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39412 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39413 Implement resizing... Hack. But that's why v4l is b0rked...
39415 2004-01-28 Julien MOUTTE <julien@moutte.net>
39417 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39418 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39419 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39420 (gst_ximagesink_xwindow_destroy):
39421 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39422 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39423 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39424 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39425 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39426 correctly cleaning the image created to check xshm calls on succes,
39427 added a lot of XSync calls in X11 functions, and fixed a segfault when
39428 no image format was defined before negotiation happened.
39430 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
39432 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39433 use gst_element_get_time to get correct time
39435 2004-01-28 Julien MOUTTE <julien@moutte.net>
39437 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39438 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39439 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39440 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39441 (gst_xvimagesink_check_xshm_calls),
39442 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39443 X plugins are now able to detect that XShm calls will fail even if the
39444 server claims that it has XShm support (remote displays most of the
39445 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39446 so that we use non XShm functions. This feature is almost useless for
39447 xvimagesink as Xv is not supported on remote displays anyway, but
39448 it might happen than even on the local display XShm calls fail.
39450 2004-01-27 David Schleef <ds@schleef.org>
39452 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39453 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39454 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
39455 changed esdsink to only use 44100,16,2, since esd sucks at rate
39456 conversion and esdsink has had difficulty negotiating.
39458 2004-01-27 Julien MOUTTE <julien@moutte.net>
39460 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39461 (gst_play_seek_to_time): Fixing the way to get current position.
39463 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39465 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39466 use gst_element_get_time to get correct time
39468 2004-01-27 Julien MOUTTE <julien@moutte.net>
39470 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39471 fix ever... Inverting 2 lines of code make spider autoplug correctly
39474 2004-01-27 David Schleef <ds@schleef.org>
39476 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39477 Use gst_pad_try_set_caps_nonfixed().
39479 2004-01-27 David Schleef <ds@schleef.org>
39481 * gst/ac3parse/gstac3parse.c: update to checklist 5
39482 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
39483 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39484 * gst/audioscale/gstaudioscale.c: same
39485 * gst/auparse/gstauparse.c: same
39486 * gst/avi/gstavidemux.c: same
39488 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39490 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39491 stop processing after EOS
39493 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39495 * gst/asfdemux/asfheaders.h:
39496 * gst/asfdemux/gstasfdemux.c:
39497 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39498 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39499 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39500 lot's of fixes to make data extraction simpler and get the code
39501 architecture and compiler independant. Add debugging category
39502 * gst/goom/gstgoom.c: (gst_goom_change_state):
39503 reset channel count on PAUSED=>READY, not READY=>PAUSED
39505 2004-01-26 Colin Walters <walters@verbum.org>
39507 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39508 code to pull a bigger buffer in iradio mode. This as a side effect
39509 makes typefinding work.
39511 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
39513 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39514 Fix SVQ3 decoding on PPC
39516 2004-01-26 Julien MOUTTE <julien@moutte.net>
39518 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39519 that one managed to stay there... Fixed.
39521 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
39523 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39524 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39525 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39526 (qtdemux_video_caps):
39527 * gst/qtdemux/qtdemux.h:
39528 Add SVQ3 specific flags to qtdemux and ffmpeg
39530 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
39532 * gst-libs/gst/audio/audio.h:
39533 remove buffer-frames from audio caps
39534 * gst/audioconvert/gstaudioconvert.c:
39535 fix plugin to really work.
39537 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39539 * gst-libs/gst/mixer/mixer.c:
39540 * gst-libs/gst/propertyprobe/propertyprobe.c:
39541 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39542 (gst_tuner_find_channel_by_name):
39543 * gst-libs/gst/tuner/tuner.h:
39544 Add gtk-doc style comments. Also fix a function name.
39546 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39548 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39549 (gst_divxdec_negotiate):
39550 Fix for new capsnego - also fixes gst-player with divxdec.
39552 2004-01-25 Julien MOUTTE <julien@moutte.net>
39554 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39555 (gst_play_identity_handoff), (gst_play_set_location),
39556 (gst_play_set_visualization), (gst_play_connect_visualization): Another
39557 try in visualization implementation. Still have an issue with switch
39558 blocking when pulling from video_queue and only audio comes out of
39560 * gst/switch/gstswitch.c: (gst_switch_release_pad),
39561 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39562 release method. And check if the pad is usable before pulling.
39564 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39566 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39567 (gst_videobalance_init),
39568 (gst_videobalance_colorbalance_list_channels),
39569 (gst_videobalance_colorbalance_set_value),
39570 (gst_videobalance_colorbalance_get_value),
39571 (gst_videobalance_update_properties),
39572 (gst_videobalance_update_tables_planar411),
39573 (gst_videobalance_planar411):
39574 * gst/videofilter/gstvideobalance.h:
39575 Implement lookup-tables. +/- 10x faster.
39577 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39579 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39580 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39581 The index reading was broken. The rest worked fine, but the whole
39582 goal of my rewrite was to make avidemux readable, and this was
39583 not at all readable. Please use typed variables.
39585 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39587 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39588 Additional pad usability check.
39589 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39590 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39591 (gst_mp1videoparse_real_chain):
39592 Fix MPEG video stream parsing. The original plugin had several
39593 issues, including not timestamping streams where the source was
39594 not timestamped (this happens with PTS values in mpeg system
39595 streams, but MPEG video is also a valid stream on its own so
39596 that needs timestamps too). We use the display time code for that
39597 for now. Also, if one incoming buffer contains multiple valid
39598 frames, we push them all on correctly now, including proper EOS
39599 handling. Lastly, several potential segfaults were fixed, and we
39600 properly sync on new sequence/gop headers to include them in next,
39601 not previous frames (since they're header for the next frame, not
39602 the previous). Also see #119206.
39603 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39605 Move caps setting so we only do it after finding several valid
39606 MPEG-1 fraes sequentially, not right after the first one (which
39607 might be coincidental).
39608 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39609 (mpeg_video_type_find), (mpeg_video_stream_type_find),
39611 Add unsynced MPEG video stream typefinding, and change some
39612 probability values so we detect streams rightly. The idea is as
39613 follows: I can have an unsynced system stream which contains
39614 video. In the current code, I would randomly get a type for either
39615 system or video stream type found, because the probabilities are
39616 being calculated rather randomly. I now use fixed values, so we
39617 always prefer system stream if that was found (and that is how it
39618 should be). If no system stream was found, we can still identity the stream as video-only.
39620 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
39622 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39623 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39624 don't write to buffer. Extract data without the need of
39625 __attribute__ ((packed))
39627 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39629 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39630 (mpeg1_sys_type_find):
39631 Fix MPEG-1 stream typefinding.
39633 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39635 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39636 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39638 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
39640 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39641 * ext/esd/gstesd.c: (plugin_init):
39642 private debugging, better error reporting
39644 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39646 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39647 (gst_riff_read_init), (gst_riff_read_change_state):
39648 * gst-libs/gst/riff/riff-read.h:
39649 Remove stuff fromold metadata system.
39651 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39653 * ext/ogg/gstoggdemux.c:
39654 Fix wrong file comment.
39655 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39656 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39657 Add metadata reading properly.
39659 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
39662 Fix nas DIST_SUBDIRS
39664 Fix bug where make distcheck doesn't get run on adding stuff to
39667 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39669 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39670 * ext/divx/gstdivxdec.h:
39671 Fix divx3 ("msmpeg4") playback using divxdec.
39673 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
39675 * gst/typefind/gsttypefindfunctions.c:
39676 (mp3_type_frame_length_from_header): fix bug in length computation
39677 (mp3_type_find): improve debugging output
39679 2004-01-23 Julien MOUTTE <julien@moutte.net>
39681 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39682 (gst_play_set_location), (gst_play_seek_to_time),
39683 (gst_play_set_audio_sink), (gst_play_set_visualization),
39684 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39685 the pipeline from scratch. Visualization is back and switch went out as
39686 i realized it was not possible to use the way i wanted.
39687 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39688 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39689 clearing in state change from READY to NULL. So that one can clean the
39690 X ressources keeping the element.
39691 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39692 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39693 (gst_xvimagesink_colorbalance_set_value),
39694 (gst_xvimagesink_colorbalance_get_value),
39695 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39696 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39697 change from READY to NULL and fixed some stupid bugs in colorbalance
39698 get/set values. Also added the following feature : when nobody tries to
39699 set some values to the colorbalance levels before the xcontext is
39700 grabbed, then when creating channels list from Xv attributes we set the
39701 internal values to the Xv defaults. This way we handle buggy Xv drivers
39702 that set default hue values far from the middle of the range (Thanks
39703 to Jon Trowbridge for pointing that issue).
39704 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39705 colorbalance levels have been set before xcontext is grabbed.
39707 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
39709 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39710 Fix the ossmixer case where we shouldn't open /dev/dsp* because
39711 it might block operations (which is bad for a mixer).
39713 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
39715 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39716 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39717 (gmip_find_type_pre):
39718 * gst-libs/gst/media-info/media-info-priv.h:
39719 * gst-libs/gst/media-info/media-info.c:
39720 (gst_media_info_instance_init), (gst_media_info_read_idler):
39721 add fakesink to get caps on decoder src pad again
39722 fix callback prototype to match new have_type signal signature
39724 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
39726 * gst/adder/gstadder.c: (gst_adder_link):
39727 fix non-compile and cut-n-paste code
39729 2004-01-21 David Schleef <ds@schleef.org>
39731 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39732 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39733 (gst_swfdec_init), (gst_swfdec_change_state):
39734 * ext/swfdec/gstswfdec.h:
39736 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39737 (gst_adder_request_new_pad): Fix negotiation.
39738 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39739 Add a fixate function.
39740 * gst/intfloat/gstfloat2int.c:
39741 * gst/intfloat/gstfloat2int.h:
39742 * gst/intfloat/gstint2float.c:
39743 * gst/intfloat/gstint2float.h:
39744 Completely rewrite the negotiation. Doesn't quite work yet,
39745 due to some buffer-frames problem.
39747 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
39749 * ext/gnomevfs/gstgnomevfssrc.c:
39750 * sys/v4l2/v4l2_calls.h:
39751 fix includes for distcheck
39753 2004-01-21 Christian Schaller <uraeus@gnome.org>
39756 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39757 based on earlier patch from Laurent Vivier
39759 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
39761 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39762 Fix wma caps property
39763 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39764 Fix typo (flags1 and flags2)
39766 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39768 * gst-libs/gst/media-info/media-info-priv.c:
39769 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39770 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39771 (gmip_find_stream), (gmip_find_track_metadata),
39772 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39773 (gmip_find_track_format):
39774 * gst-libs/gst/media-info/media-info-priv.h:
39775 * gst-libs/gst/media-info/media-info-test.c: (main):
39776 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39777 (gst_media_info_read_idler), (gst_media_info_read):
39778 * gst-libs/gst/media-info/media-info.h:
39779 register debugging category and use it for debugging
39781 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39783 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39784 (gst_vorbisfile_new_link):
39785 signal streaminfo through tags
39787 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39789 * ext/mplex/gstmplex.cc:
39790 * ext/mplex/gstmplexibitstream.cc:
39791 g++ doesn't like NULL in our i18n/error macros, should be
39792 either (NULL) or ("").
39794 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39796 * sys/dxr3/dxr3audiosink.c:
39797 * sys/dxr3/dxr3init.c:
39798 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39799 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39800 Fix more error error error errors (missing includes here).
39802 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39804 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39805 fix thomas' error errors.
39807 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39809 * ext/mpeg2enc/gstmpeg2enc.cc:
39812 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39814 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39815 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39816 Fix for new error system.
39818 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39820 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39821 fix for new error reporting
39823 2004-01-20 David Schleef <ds@schleef.org>
39825 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39826 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39827 (gst_ximagesink_set_xwindow_id): Change to using a framerate
39828 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39829 and neither is 100+, most likely.
39830 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39831 (gst_xvimagesink_getcaps): same
39833 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
39836 Up version requirement to 2.0.3 (not yet released) to avoid symbol
39837 clashes with ffmpeg.
39839 2004-01-20 Julien MOUTTE <julien@moutte.net>
39841 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39842 (gst_switch_init): Fixed switch element : proxying link and setting
39843 caps from src to sink on request.
39845 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39847 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39848 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39849 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39852 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39854 * sys/v4l/v4l_calls.h:
39855 * sys/v4l2/v4l2_calls.h:
39856 element_error fixes
39858 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39860 * gst-libs/gst/gst-i18n-plugin.h:
39862 remove config.h inclusion
39864 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39867 adding autopoint invocation
39870 * gst-libs/gst/gettext.h:
39871 adding gettext bits
39872 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39873 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39874 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39875 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39876 (gst_gnomevfssink_close_file):
39877 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39878 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39879 * gst-libs/gst/gst-i18n-plugin.h:
39880 * gst/avi/gstavi.c: (plugin_init):
39881 * sys/dxr3/dxr3init.c: (plugin_init):
39882 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39883 * sys/oss/gstossaudio.c: (plugin_init):
39884 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39885 * sys/v4l/gstv4l.c: (plugin_init):
39886 * sys/v4l/v4l_calls.c: (gst_v4l_open):
39887 * sys/v4l2/gstv4l2.c: (plugin_init):
39888 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39889 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39890 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39891 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39892 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39893 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39894 make sure locale and translation domain are set
39895 fix translated strings
39901 put translation files into place
39902 * sys/xvideo/imagetest.c: (main):
39903 * ext/dv/demo-play.c: (main):
39904 fix unnecessary translations
39906 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
39908 * ext/sndfile/gstsf.c:
39909 * gst/avi/gstavimux.c:
39910 * ext/audiofile/gstafsink.c:
39911 * ext/audiofile/gstafsrc.c:
39912 * ext/gnomevfs/gstgnomevfssink.c:
39913 * ext/gnomevfs/gstgnomevfssrc.c:
39914 * sys/oss/gstosselement.c:
39915 * sys/v4l/v4l_calls.h:
39918 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39920 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39921 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39922 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39923 (gst_v4l2_get_output), (gst_v4l2_set_output),
39924 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39925 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39926 (gst_v4l2_set_attribute):
39927 update to new error handling
39929 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39931 * ext/sidplay/gstsiddec.cc:
39932 * gst/modplug/gstmodplug.cc:
39933 parenthese NULL because C++ seems angry about it
39935 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
39937 * gst-libs/gst/gst-i18n-plugin.h:
39938 add skeleton i18n stuff, but needs to be further implemented
39940 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
39942 * examples/gstplay/player.c: (main):
39943 * ext/aalib/gstaasink.c: (gst_aasink_open):
39944 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39945 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39946 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39947 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39948 (gst_afsink_close_file):
39949 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39950 (gst_afsrc_close_file):
39951 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39952 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39953 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39954 * ext/esd/esdmon.c: (gst_esdmon_get):
39955 * ext/esd/esdsink.c: (gst_esdsink_chain):
39956 * ext/faac/gstfaac.c: (gst_faac_chain):
39957 * ext/faad/gstfaad.c: (gst_faad_chain):
39958 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39959 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39960 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39961 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39962 (gst_flacdec_loop):
39963 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39964 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39965 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39966 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39967 (gst_gnomevfssink_close_file):
39968 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39969 (gst_gnomevfssrc_open_file):
39970 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39971 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39972 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39973 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39974 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39975 * ext/mad/gstmad.c: (gst_mad_chain):
39976 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39977 * ext/mpeg2dec/gstmpeg2dec.c:
39978 * ext/mpeg2enc/gstmpeg2enc.cc:
39979 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39980 * ext/mplex/gstmplex.cc:
39981 * ext/mplex/gstmplexibitstream.cc:
39982 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39983 (gst_ogg_demux_push), (gst_ogg_pad_push):
39984 * ext/raw1394/gstdv1394src.c:
39985 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39986 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39987 * ext/sidplay/gstsiddec.cc:
39988 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39990 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39991 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39992 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39993 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39994 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39995 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39996 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39997 * gst-libs/gst/Makefile.am:
39998 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39999 (gst_riff_read_element_data), (gst_riff_read_seek),
40000 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
40001 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
40002 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
40003 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
40004 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
40005 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
40006 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
40007 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40008 * gst/goom/gstgoom.c: (gst_goom_chain):
40009 * gst/id3/gstid3types.c: (gst_id3types_loop):
40010 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
40011 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
40012 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
40013 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
40014 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
40015 (gst_ebml_read_float), (gst_ebml_read_header):
40016 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
40017 (gst_matroska_demux_parse_blockgroup):
40018 * gst/modplug/gstmodplug.cc:
40019 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
40020 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40021 * gst/oneton/gstoneton.c: (gst_oneton_chain):
40022 * gst/silence/gstsilence.c: (gst_silence_get):
40023 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40024 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
40025 * gst/speed/gstspeed.c: (speed_loop):
40026 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
40027 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40028 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
40029 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
40030 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
40031 (gst_wavparse_loop):
40032 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
40033 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
40034 (dxr3audiosink_close):
40035 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
40036 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
40037 (dxr3videosink_close), (dxr3videosink_write_data):
40038 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40039 * sys/oss/gstosselement.h:
40040 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
40041 (gst_osssink_chain):
40042 * sys/oss/gstosssrc.c: (gst_osssrc_get):
40043 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40044 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
40045 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
40046 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
40047 (gst_v4l_enable_overlay):
40048 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
40049 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
40050 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
40051 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
40052 (gst_v4l_set_audio):
40053 * sys/v4l/v4l_calls.h:
40054 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
40055 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
40056 (gst_v4lmjpegsink_playback_init),
40057 (gst_v4lmjpegsink_playback_start):
40058 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
40059 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
40060 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
40061 (gst_v4lmjpegsrc_requeue_frame):
40062 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
40063 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
40064 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
40065 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
40066 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
40067 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
40068 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
40069 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
40070 (gst_v4l2src_capture_stop):
40071 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
40072 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40073 (gst_ximagesink_chain):
40074 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
40075 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
40076 (gst_xvideosink_xwindow_new):
40077 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40078 (gst_xvimagesink_chain):
40079 use new error signal, function and categories
40081 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
40085 * ext/musicbrainz/gsttrm.c:
40086 * ext/musicbrainz/gsttrm.h:
40087 * ext/musicbrainz/Makefile.am:
40090 2004-01-18 Julien MOUTTE <julien@moutte.net>
40092 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
40093 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
40094 synchronous property for debugging.
40095 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
40096 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40097 (gst_xvimagesink_set_property): Moving a pointer declaration to a
40098 smaller block, fixing indent.
40100 2004-01-16 David Schleef <ds@schleef.org>
40102 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
40103 property affects the video stream.
40104 * sys/xvimage/xvimagesink.c:
40105 * sys/xvimage/xvimagesink.h:
40106 Add synchronous property for debugging. Should probably be
40107 disabled in non-CVS builds. Make sure that the Xv attribute
40108 exists before we set it (crash!). Fix a silly float bug that
40109 caused colorbalance to just not work.
40111 2004-01-17 Christian Schaller <Uraeus@gnome.org>
40113 * tools/gst-launch-ext.in - update for new plugins
40115 2004-01-16 David Schleef <ds@schleef.org>
40117 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40118 already-freed caps.
40120 2994-01-16 Christian Schaller <Uraeus@gnome.org>
40122 * Update spec for new colorspace plugin and libcaca plugin
40123 * Fix compilation of libcaca plugin (clock -> id)
40125 2004-01-16 Julien MOUTTE <julien@moutte.net>
40127 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40128 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40129 (gst_xvimagesink_set_xwindow_id),
40130 (gst_xvimagesink_colorbalance_set_value),
40131 (gst_xvimagesink_colorbalance_get_value),
40132 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40133 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40134 correct colorbalance properties. They can now be set when the element
40135 is still in NULL state. The values will be committed to the Xv Port
40136 when xcontext is initialized.
40137 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40138 brightness int values in the GstXvImagesink structure.
40140 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
40142 * gst-libs/gst/Makefile.am:
40143 restructure so having local patches works easier.
40145 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
40147 * ext/mpeg2enc/Makefile.am:
40148 * ext/mpeg2enc/gstmpeg2enc.cc:
40149 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40150 Bugfix with respect to EOS handling.
40152 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
40154 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40155 Link with right caps (else, it segfaults).
40156 * ext/mplex/gstmplexjob.cc:
40157 Fix for slight API change in 1.6.1.93 release of mjpegtools.
40159 2004-01-15 David Schleef <ds@schleef.org>
40161 * gst-libs/gst/audio/Makefile.am:
40162 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40164 * gst-libs/gst/audio/gstaudiofilter.c:
40165 * gst-libs/gst/audio/gstaudiofilter.h:
40166 Add bytes_per_sample and size and n_samples calculation.
40167 * gst-libs/gst/audio/gstaudiofilterexample.c:
40168 Remove, now autogenerated.
40169 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40170 Moved from gstaudiofilterexample, object name changed, code added
40171 so that it actually works.
40172 * gst-libs/gst/audio/make_filter:
40173 Script to build an audiofilter subclass from the template.
40174 * gst/colorspace/Makefile.am:
40175 * gst/colorspace/yuv2yuv.c:
40176 Remove file, since it's GPL, and we don't use it.
40178 2004-01-15 Julien MOUTTE <julien@moutte.net>
40180 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40181 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40182 them use the buffer free function to test how the buffer was allocated.
40184 2004-01-15 David Schleef <ds@schleef.org>
40186 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40187 that handles osssink fallback.
40188 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40189 (gst_audio_convert_getcaps):
40190 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40191 Add audio/x-qdm2 for QDM2 audio.
40192 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40193 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40194 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40195 Decrease minimum size to 16x16.
40196 * gst/wavparse/gstwavparse.c:
40197 Convert disabled pad template caps to new caps.
40198 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40199 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40200 (gst_xvimagesink_chain): Throw element error when display cannot
40201 be opened. Increase minimum framerate to 1.0. Check the data
40202 free function on a buffer to make sure it is the type we expect
40203 before manipulating it.
40205 2004-01-15 Julien MOUTTE <julien@moutte.net>
40207 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40208 (gst_videobalance_colorbalance_set_value): Implement passthru if
40209 settings are in the middle.
40210 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40212 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40214 * gst/videofilter/Makefile.am:
40215 * gst/volume/Makefile.am:
40216 Since we use videofilter symbols, link to it.
40218 2004-01-15 Julien MOUTTE <julien@moutte.net>
40220 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40221 mixer interface type to HARDWARE.
40222 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40224 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40225 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40226 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40227 (gst_volume_interface_init), (gst_volume_list_tracks),
40228 (gst_volume_set_volume), (gst_volume_get_volume),
40229 (gst_volume_set_mute), (gst_volume_mixer_init),
40230 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40231 (volume_init): Implementing mixer interface.
40232 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40233 * sys/oss/gstosselement.c: (gst_osselement_get_type),
40234 (gst_osselement_change_state): Removing some trailing commas in
40236 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40237 interface type to HARDWARE.
40238 * sys/v4l/gstv4lcolorbalance.c:
40239 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40241 * sys/v4l2/gstv4l2colorbalance.c:
40242 (gst_v4l2_color_balance_interface_init): Setting colorbalance
40243 interface type to HARDWARE.
40244 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40245 same code than ximagesink for event handling.
40247 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40249 * ext/snapshot/Makefile.am:
40250 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40251 (gst_snapshot_chain):
40252 * ext/snapshot/gstsnapshot.h:
40253 This has to be a joke... Snapshot should be connected to a tee,
40254 colorspace element before it and EOS after that, where the other
40255 src of the tee receives normal data.
40256 The current way is *wrong*.
40258 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40260 * ext/hermes/gsthermescolorspace.c:
40261 Fix another compile error. Same as below.
40263 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40265 * gst/colorspace/gstcolorspace.c:
40266 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40267 (gst_colorspace_i420_to_yv12):
40268 Fix compiling... Didn't test if it actually works.
40270 2004-01-15 David Schleef <ds@schleef.org>
40273 * gst/colorspace/Makefile.am:
40274 * gst/colorspace/gstcolorspace.c:
40275 * gst/colorspace/gstcolorspace.h:
40276 * gst/colorspace/yuv2rgb.c:
40277 * gst/colorspace/yuv2rgb.h:
40278 Duplicate the ext/hermes colorspace plugin, and remove Hermes
40279 code and GPL code. Fix for new caps negotiation. Rewrite
40280 much of the format handling code, and some of the conversion
40281 code. Basically, rewrote almost everything. This element
40282 handles I420, YV12 to RGB conversions.
40283 * ext/hermes/Makefile.am:
40284 * ext/hermes/gsthermescolorspace.c:
40285 Rename colorspace to hermescolorspace. Fix negotiation issues.
40286 Remove non-Hermes related code. This element handles lots of
40287 RGB to RGB conversions, but no YUV.
40288 * ext/hermes/gstcolorspace.c:
40289 * ext/hermes/gstcolorspace.h:
40290 * ext/hermes/rgb2yuv.c:
40291 * ext/hermes/yuv2rgb.c:
40292 * ext/hermes/yuv2rgb.h:
40293 * ext/hermes/yuv2rgb_mmx16.s:
40294 * ext/hermes/yuv2yuv.c:
40295 * ext/hermes/yuv2yuv.h:
40298 2004-01-14 Colin Walters <walters@verbum.org>
40300 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40301 they've already been.
40303 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
40305 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40306 assume tag mode when pad is not connected
40308 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
40310 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40311 Don't update the time of the clock
40312 (gst_alsa_sink_loop):
40313 sync to the clock given to alsasink, not the own clock
40314 * sys/oss/gstosssink.c: (gst_osssink_chain):
40316 (gst_osssink_change_state):
40318 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40319 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40320 remove bogus code that made DISCONT events unhandled
40321 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40322 explicitly case to double in _set_simple. (fixes 2nd warning in bug
40324 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40325 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40326 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40327 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40328 2nd warning in bug #131502)
40330 2004-01-14 Julien MOUTTE <julien@moutte.net>
40332 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40333 (gst_videobalance_colorbalance_set_value),
40334 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40335 for colorbalance interface implementation.
40336 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40337 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40338 (gst_ximagesink_dispose), (gst_ximagesink_init),
40339 (gst_ximagesink_class_init): Adding DISPLAY property.
40340 * sys/ximage/ximagesink.h: Adding display_name to store display.
40341 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40342 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40343 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40344 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40345 properties (they still need polishing though for gst-launch use : no
40346 xcontext yet, i ll do that tomorrow).
40347 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40349 2004-01-14 Julien MOUTTE <julien@moutte.net>
40351 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40352 (gst_play_set_location), (gst_play_set_visualization): Preparing
40353 switch integration, adding videobalance in the pipeline.
40355 2004-01-14 Julien MOUTTE <julien@moutte.net>
40357 * gst-libs/gst/colorbalance/colorbalance.c:
40358 (gst_color_balance_class_init): Adding a default type.
40359 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40361 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40362 (gst_videobalance_dispose), (gst_videobalance_class_init),
40363 (gst_videobalance_init), (gst_videobalance_interface_supported),
40364 (gst_videobalance_interface_init),
40365 (gst_videobalance_colorbalance_list_channels),
40366 (gst_videobalance_colorbalance_set_value),
40367 (gst_videobalance_colorbalance_get_value),
40368 (gst_videobalance_colorbalance_init): Implementing colorbalance
40370 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40372 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40373 bug which was triggering a BadAccess X error when setting an overlay
40374 before pad was really negotiated.
40375 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40376 Using the colorbalance type macro.
40378 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40380 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40381 (gst_flacenc_chain):
40382 handle tags correctly
40383 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40384 extract ID3v1 tags correctly
40386 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
40388 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40390 Improve matroska typefinding for odd-typed headers...
40392 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
40394 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40395 Fix for using incremental number on padnames.
40397 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
40399 * ext/divx/gstdivxdec.c:
40400 * ext/divx/gstdivxenc.c:
40401 Set category to divx4linux instead of divx (too generic).
40402 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40403 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40404 (gst_wavparse_loop), (gst_wavparse_change_state):
40405 * gst/wavparse/gstwavparse.h:
40406 fix parsing of WAV files with non-standard fmt-tag size and fix
40407 skipping of unrecognized chunks... Someone please fix this thing
40408 to use rifflib so all this is automated.
40409 * sys/v4l/Makefile.am:
40410 * sys/v4l2/Makefile.am:
40411 Add X_CFLAGS because we depend on X (for overlay).
40413 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
40415 * ext/mpeg2dec/gstmpeg2dec.c:
40416 Don't issue a timestamp unless we tagged the frame
40419 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40421 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40422 Query the audio element to get the time, not the clock. We're
40423 interested in the element's time here.
40425 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40427 * ext/aalib/gstaasink.c: (gst_aasink_chain):
40428 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40429 * ext/esd/esdsink.c: (gst_esdsink_chain):
40430 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40431 * ext/mas/massink.c: (gst_massink_chain):
40432 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40433 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40434 (gst_matroska_demux_parse_metadata):
40435 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40436 (gst_mpeg_parse_release_locks):
40437 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40438 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40439 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40440 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40441 (gst_osssink_change_state):
40442 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40443 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40444 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40445 (gst_xvideosink_release_locks):
40446 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40448 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40449 (gst_alsa_clock_stop):
40450 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40451 (gst_audio_clock_get_internal_time):
40452 simplify for use with new clocking code.
40453 * testsuite/alsa/Makefile.am:
40454 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40455 fix testsuite for new caps system
40457 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40459 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40460 * ext/flac/gstflacenc.c: (add_one_tag):
40461 length is already host endian, no need to convert. Fixes playback of
40462 tagged files on PPC. (bug #128384)
40464 2004-01-13 Julien MOUTTE <julien@moutte.net>
40466 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40467 colorbalance interface stating if it is hardware based or software
40469 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40470 Removing a trailing comma.
40471 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40472 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40473 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40474 the documentation seems to be wrong on the -1000 to 1000 interval.
40476 2004-01-12 David Schleef <ds@schleef.org>
40478 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40479 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40480 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40481 Fix negotiation. Add a bufferalloc function for the sink pad,
40482 and generally clean up some of the code.
40484 2004-01-12 Julien MOUTTE <julien@moutte.net>
40486 * gst-libs/gst/colorbalance/colorbalancechannel.c:
40487 (gst_color_balance_channel_dispose): Adding safety check in dispose
40489 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40490 (gst_xvimagesink_xcontext_clear),
40491 (gst_xvimagesink_interface_supported),
40492 (gst_xvimagesink_colorbalance_list_channels),
40493 (gst_xvimagesink_colorbalance_set_value),
40494 (gst_xvimagesink_colorbalance_get_value),
40495 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40496 Adding colorbalance interface support to set XV parameters such as
40497 HUE, BRIGHTNESS, CONTRAST, SATURATION.
40498 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40501 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40503 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40504 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40505 (gst_audio_convert_init), (gst_audio_convert_set_property),
40506 (gst_audio_convert_get_property), (gst_audio_convert_chain),
40507 (gst_audio_convert_link),
40508 (gst_audio_convert_buffer_to_default_format),
40509 (gst_audio_convert_buffer_from_default_format), (plugin_init):
40510 - implement _getcaps and use it
40512 - remove float caps since no float conversion is actually done
40513 - remove properties and arguments that were to be used for rate
40516 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40518 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40519 (gst_audio_structure_set_int):
40520 * gst-libs/gst/audio/audio.h:
40521 add helper functions for _getcaps matching the standard audio
40524 2004-01-12 David Schleef <ds@schleef.org>
40526 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40527 Test that pad is negotiated before getting its caps.
40529 2004-01-12 Julien MOUTTE <julien@moutte.net>
40531 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40532 analyzing the pads of an element the bin is mostly in READY state so
40533 no caps were negotiated. This helper function needs to work with
40534 _get_caps directly then. I was not freeing them though, added that to
40537 2004-01-12 Julien MOUTTE <julien@moutte.net>
40539 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40540 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40541 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40542 than the free_func.
40544 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40546 * sys/oss/gstossaudio.c: (plugin_init):
40547 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40548 * sys/oss/gstosselement.h:
40549 make an oss debugging category
40550 make failure more descriptive
40552 2004-01-11 David Schleef <ds@schleef.org>
40554 * ext/ffmpeg/gstffmpeg.c:
40555 * ext/ffmpeg/gstffmpegcodecmap.c:
40556 * ext/ffmpeg/gstffmpegdec.c:
40557 * ext/ffmpeg/gstffmpegenc.c:
40558 * ext/ffmpeg/gstffmpegprotocol.c:
40559 * ext/gdk_pixbuf/gstgdkanimation.c:
40560 * ext/jpeg/gstjpeg.c:
40561 * ext/libpng/gstpng.c:
40562 * ext/mpeg2dec/perftest.c:
40563 * ext/speex/gstspeex.c:
40564 * gst-libs/gst/resample/dtos.c:
40565 * gst/intfloat/gstintfloatconvert.c:
40566 * gst/oneton/gstoneton.c:
40567 * gst/rtjpeg/RTjpeg.c:
40568 * gst/rtp/gstrtp.c:
40569 * sys/dxr3/dxr3init.c:
40570 * sys/glsink/gstgl_nvimage.c:
40571 * sys/glsink/gstgl_pdrimage.c:
40572 * sys/glsink/gstglsink.c:
40573 * testsuite/gst-lint:
40574 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40576 2004-01-11 David Schleef <ds@schleef.org>
40578 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40579 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40580 * ext/gdk_pixbuf/gstgdkanimation.c:
40581 (gst_gdk_animation_iter_create_pixbuf):
40582 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40583 (gst_gdk_pixbuf_chain):
40584 * ext/gdk_pixbuf/gstgdkpixbuf.h:
40585 * ext/jack/gstjack.c: (gst_jack_change_state):
40586 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40587 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40588 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40589 * gst/videofilter/gstvideofilter.c:
40590 (gst_videofilter_set_output_size):
40591 Remove all usage of gst_pad_get_caps(), and replace it with
40592 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40594 2004-01-11 David Schleef <ds@schleef.org>
40597 * ext/Makefile.am: Fixes to make ext/libcaca compile.
40598 * ext/divx/gstdivxdec.c:
40599 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40600 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40601 handle images that span multiple buffers. Now work with both
40602 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40603 * ext/gdk_pixbuf/gstgdkpixbuf.h:
40604 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40605 video/video.h changes
40606 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40607 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40608 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40609 of GstData free function.
40610 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40613 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40615 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40616 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40617 (gst_v4l2element_get_property):
40618 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40619 add norm, channel and frequency properties.
40620 * sys/v4l2/gstv4l2tuner.c:
40621 fixes for tuner interface changes
40622 * sys/v4l2/gstv4l2element.h:
40623 * sys/v4l2/gstv4l2src.c:
40624 * sys/v4l2/gstv4l2src.h:
40625 * sys/v4l2/v4l2src_calls.c:
40626 * sys/v4l2/v4l2src_calls.h:
40627 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40629 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40631 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40632 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40633 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40634 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40635 * gst-libs/gst/tuner/tuner.h:
40636 GObjects aren't const.
40637 Add find_by_name functions.
40638 Add checks to _changed functions.
40639 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40640 (gst_v4l_tuner_get_norm):
40643 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40645 * gst-libs/gst/video/video.h:
40646 Fix caps template names to be understandable.
40647 Prefix everything with GST_VIDEO.
40648 * ext/aalib/gstaasink.c:
40649 * ext/divx/gstdivxdec.c:
40650 * ext/divx/gstdivxenc.c:
40651 * ext/gdk_pixbuf/gstgdkpixbuf.c:
40652 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40653 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40654 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40655 * ext/libcaca/gstcacasink.c:
40656 * ext/libpng/gstpngenc.c: (raw_caps_factory):
40657 * ext/snapshot/gstsnapshot.c:
40658 * ext/swfdec/gstswfdec.c:
40659 * ext/xvid/gstxviddec.c:
40660 * ext/xvid/gstxvidenc.c:
40661 * gst/chart/gstchart.c:
40662 * gst/deinterlace/gstdeinterlace.c:
40663 * gst/effectv/gsteffectv.c:
40664 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40665 * gst/goom/gstgoom.c:
40666 * gst/median/gstmedian.c:
40667 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40668 (gst_monoscope_srcconnect), (gst_monoscope_chain):
40669 * gst/overlay/gstoverlay.c:
40670 * gst/smooth/gstsmooth.c:
40671 * gst/smpte/gstsmpte.c:
40672 * gst/synaesthesia/gstsynaesthesia.c:
40673 * gst/videocrop/gstvideocrop.c:
40674 * gst/videodrop/gstvideodrop.c:
40675 * gst/y4m/gsty4mencode.c:
40676 * sys/qcam/gstqcamsrc.c:
40677 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40678 Make them work with new video.h file.
40679 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40680 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40681 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40682 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40683 Make it work with new buffer allocation system.
40685 2004-01-11 Julien MOUTTE <julien@moutte.net>
40687 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40688 pad_alloc_buffer implementation to use ->srcpad
40689 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40690 pad_alloc_buffer implementation to use ->srcpad
40691 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
40692 pad_alloc_buffer implementation to use ->srcpad
40693 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40694 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40695 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40696 a reference to everything we need.
40697 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40698 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40699 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40700 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40701 a reference to everything we need.
40702 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40704 2004-01-11 David Schleef <ds@schleef.org>
40706 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40707 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40708 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40710 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40711 value during a resize/renegotiation.
40712 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40713 gst_pad_alloc_buffer();
40714 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40715 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40717 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40718 Fix for rename of buffer private structure members.
40719 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40720 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40721 Fix for rename of buffer private structure members.
40722 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40723 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40724 Fix for rename of buffer private structure members.
40726 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
40728 reviewed by: David Schleef <ds@schleef.org>
40730 * gst/videofilter/Makefile.am:
40731 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
40732 from the patch by ds to fit in with recent make_filter changes.
40734 2004-01-11 Julien MOUTTE <julien@moutte.net>
40736 * configure.ac: Adding examples/switch/Makefile
40737 * examples/Makefile.am: Adding examples/switch
40738 * examples/switch/Makefile.am: Adding switcher example.
40739 * examples/switch/switcher.c: (got_eos), (idle_iterate),
40740 (switch_timer), (main): Adding an example demonstrating switch usage
40741 with 2 videotestsrc showing different patterns.
40742 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40743 (gst_switch_init): Fixing switch with the new caps system.
40745 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40747 * gst-libs/gst/video/video.h:
40748 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40749 They should probably be like
40750 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40752 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40754 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40755 (qtdemux_parse_trak):
40756 fix audio chunk size/timestamp calculation
40758 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40760 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40763 2004-01-11 Steve Baker <steve@stevebaker.org>
40765 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40766 (gst_agingtv_base_init), (gst_agingtv_class_init),
40767 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40768 (gst_agingtv_set_property), (gst_agingtv_get_property):
40769 Port agingTV to videofilter
40771 2004-01-09 Julien MOUTTE <julien@moutte.net>
40773 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40774 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40776 2004-01-09 Julien MOUTTE <julien@moutte.net>
40778 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40779 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40780 * gst-libs/gst/xoverlay/xoverlay.c:
40781 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40782 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40783 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40784 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40785 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40786 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40787 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40788 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40789 the bufferalloc_function to replace bufferpools, fixing the XOverlay
40790 interface implementation to handle xid being 0 and fix some bugs
40791 triggered by Benjamin's testcase.
40792 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40793 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40794 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40795 the bufferalloc_function to replace bufferpools, fixing the XOverlay
40796 interface implementation to handle xid being 0 and fix some bugs
40797 triggered by Benjamin's testcase.
40799 2004-01-09 David Schleef <ds@schleef.org>
40801 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
40802 mouse pointer events. It works.
40804 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
40806 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40807 Use explicit caps - fix capsnego.
40808 * ext/xvid/gstxviddec.c:
40809 * ext/xvid/gstxvidenc.c:
40810 Remove macro-inside-macro which caused compile errors.
40811 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40812 Error out if it's not a RIFF file. Else we error out without
40813 gst_element_error() which is not good...
40815 2004-01-08 David Schleef <ds@schleef.org>
40817 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40818 Fix pad_link function to handle formats that ffmpeg returns
40819 as multiple caps structures.
40820 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40821 Only complain if source buffer is _smaller_ than expected.
40822 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40823 (gst_videoscale_handle_src_event): Resize navigation events
40824 when passing them upstream.
40825 * gst/videotestsrc/gstvideotestsrc.c:
40826 * gst/videotestsrc/gstvideotestsrc.h:
40827 * gst/videotestsrc/videotestsrc.c:
40828 * gst/videotestsrc/videotestsrc.h:
40829 Rewrite many of the buffer painting functions to handle odd
40830 sizes (for many formats, size%4!=0 or size%8!=0). Most have
40831 been verified to work with my video card.
40832 * testsuite/gst-lint: Add check for elements calling
40833 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40835 2004-01-08 David Schleef <ds@schleef.org>
40837 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40838 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40840 2004-01-08 Julien MOUTTE <julien@moutte.net>
40842 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40843 configure event is not emiting the desired size signal. That fixes
40844 aspect ratio issues with gst-player.
40846 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
40848 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40851 2004-01-08 Julien MOUTTE <julien@moutte.net>
40853 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40854 public method to fire size signal.
40856 2004-01-07 Julien MOUTTE <julien@moutte.net>
40858 * examples/gstplay/Makefile.am: Adding the interface library.
40859 * gst-libs/gst/play/Makefile.am: Adding the interface library.
40860 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
40861 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40862 GST_IS_X_OVERLAY before signal connect.
40863 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40864 Removing the have_video_size signal.
40865 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40866 and associated public method.
40867 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40868 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40870 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40871 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40873 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40874 Using XOverlay public method to fire size signal.
40876 2004-01-07 David Schleef <ds@schleef.org>
40878 * gst/videofilter/Makefile.am:
40879 * gst/videofilter/gstvideotemplate.c:
40880 * gst/videofilter/make_filter:
40881 Create gstvideoexample.c in a srcdir!=builddir friendly way.
40882 Convert make_filter to /bin/sh script.
40884 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
40886 * gst/modplug/gstmodplug.cc: fix element description
40888 2004-01-07 Julien MOUTTE <julien@moutte.net>
40890 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40891 (got_video_size): Adding some new lines in g_print calls.
40892 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40893 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40894 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40895 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40896 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40897 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40898 Complete code review, reverting some stuff i disagree with, adding
40899 some fixes : time synchronization on invalid timestamps, renegotiation
40901 * sys/ximage/ximagesink.h:
40902 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40903 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40904 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40905 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40906 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40907 (gst_xvimagesink_buffer_new),
40908 (gst_xvimagesink_navigation_send_event),
40909 (gst_xvimagesink_set_xwindow_id),
40910 (gst_xvimagesink_get_desired_size),
40911 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40912 stuff i disagree with, adding some fixes : Renegotiation of private
40913 window, implementing get_desired_size.
40915 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
40917 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40918 (gst_afsink_handle_event):
40919 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40920 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40921 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40922 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40923 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40924 Fix for instantiate-test (see core). Also remove dead code from
40925 jpegenc (which still needs fixing, but that's lower on my TODO
40927 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40928 Never return NULL as caps.
40930 2004-01-07 David Schleef <ds@schleef.org>
40934 * ext/librfb/Makefile.am:
40935 * ext/librfb/gstrfbsrc.c:
40936 New source plugin based on librfb-0.1. RFB (remote framebuffer)
40937 is the protocol used by VNC.
40939 2004-01-07 David Schleef <ds@schleef.org>
40941 * gst/videofilter/gstvideotemplate.c:
40942 * gst/videofilter/gstvideotemplate.h:
40943 * gst/videofilter/make_filter:
40944 Merge videotemplate header into source file.
40945 * gst/effectv/Makefile.am:
40946 * gst/effectv/gsteffectv.c: (plugin_init):
40947 * gst/effectv/gstwarp.c:
40948 Make warpTV a subclass of videofilter.
40950 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
40952 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40953 Add guard against invalid utf-8 conversions in mad. Just in case.
40955 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
40957 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40958 Fix for bug shown by poisoning
40960 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
40962 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40963 (gst_v4lmjpegsrc_buffer_free):
40964 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40965 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40966 (gst_v4lsrc_buffer_free):
40967 Fix for removed bufferpools.
40969 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
40971 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40972 Fix caps negotiation.
40974 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40975 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40976 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40978 * ext/mpeg2dec/gstmpeg2dec.c:
40979 * gst-libs/gst/navigation/navigation.c:
40980 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40981 * gst-libs/gst/navigation/navigation.h:
40982 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40983 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40984 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40985 Super-simple first version of mouse and keyboard events. Clicking
40986 on a DVD menu now works, although it may not take you where you
40989 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40990 * gst/videotestsrc/gstvideotestsrc.c:
40991 (gst_videotestsrc_src_fixate):
40992 These fixate functions were broken - they never actually
40995 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
40997 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40998 (gst_icecastsend_init):
40999 fix for new caps system.
41000 * gst-libs/gst/mixer/mixertrack.h:
41001 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
41002 Add 'master track' flag (for tools like ACME that only want to
41003 change the main volume).
41005 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
41007 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
41008 (gst_xvid_csp_to_caps):
41009 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
41010 * ext/xvid/gstxvidenc.c:
41011 ifdef out ARGB type when it isn't available
41012 in xvidcore 1.0.0beta2
41014 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
41016 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
41017 When we have received a new SCR right in the first buffer after
41018 a seek (so in the same cycle that handles the discont), we should
41019 handle the buffer instead of unreffing it, else we lose data.
41021 2004-01-06 Iain <iain@prettypeople.org>
41023 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
41024 buffer-frames caps too.
41026 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
41027 caps that we need, don't destroy them all and rebuild them. And when
41028 creating src pads, use the src pad template rather than the sink...
41030 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
41032 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
41033 Add pad to element *after* setting functions such as event handler.
41034 Without this, the scheduler (opt) will link pads, set the event
41035 handler from the default event function (dispatcher in gstpad.c)
41036 and *after* that, we will set our own event function, which will
41037 thus never be used (and thus mpegdemux doesn't handle events).
41039 2004-01-04 David Schleef <ds@schleef.org>
41041 Fix the fixate functions to handle new prototype:
41042 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41043 * gst/videotestsrc/gstvideotestsrc.c:
41044 (gst_videotestsrc_src_fixate):
41045 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41046 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
41047 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
41049 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
41051 * sys/ximage/ximagesink.h:
41052 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41053 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
41054 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
41055 (gst_ximagesink_xoverlay_init):
41056 assorted fixes to make (re)embedding work
41057 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
41058 (gst_ximagesink_get_desired_size):
41059 implement desired size additions to XOverlay
41061 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
41063 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
41064 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
41065 (gst_x_overlay_got_desired_size):
41066 * gst-libs/gst/xoverlay/xoverlay.h:
41067 Add optional "desired size" signal and querying.
41069 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41071 * gst/matroska/matroska-demux.c:
41072 (gst_matroska_demux_parse_blockgroup):
41073 Fix EBML-laced block parsing. Diffs are relative to previous
41074 lace, not the first lace. Thanks to Mosu from the Matroska
41075 team for detecting this.
41076 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41077 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
41078 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
41079 (gst_wavparse_change_state):
41080 * gst/wavparse/gstwavparse.h:
41081 Quickfix for capsnego.
41083 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41085 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
41086 Fix indenting, fix pad creation.
41088 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41090 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
41091 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
41092 (gst_xviddec_sink_link):
41093 Implement src_getcaps() so proper size caps is negotiated.
41095 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41097 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
41098 Finish flac decoder on EOS. See #116178.
41100 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41102 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
41103 (gst_matroska_demux_add_stream):
41104 * gst/matroska/matroska-ids.h:
41105 Add getcaps() function to fix capsnego...
41107 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41109 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41110 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
41111 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
41112 Fix more integer overflows. Again, see #126967.
41114 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41116 * ext/mpeg2dec/gstmpeg2dec.c:
41117 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41120 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41123 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41124 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41125 * ext/xvid/gstxvid.h:
41126 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41127 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41128 (gst_xviddec_src_link), (gst_xviddec_sink_link),
41129 (gst_xviddec_change_state):
41130 * ext/xvid/gstxviddec.h:
41131 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41132 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41133 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41134 (gst_xvidenc_link), (gst_xvidenc_set_property),
41135 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41136 * ext/xvid/gstxvidenc.h:
41137 Update xvid plugin to latest xvid (1.0.0-beta3) API.
41139 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41141 * gst/rtp/rtp-packet.c:
41142 Add sys/types.h include, since OS X doesn't define in_addr_t
41143 in netinet/in.h, like it does on Linux (see #129600).
41145 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
41147 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
41149 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41150 Correct logic of dispose function (see #129306).
41152 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41154 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41155 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41156 (gst_mpeg_parse_init):
41157 * gst/mpegstream/gstmpegparse.h:
41158 Remove clock (which was never provided, i.e. dead code), and
41159 also fix integer overflows at high PTS values (see #126967).
41161 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41163 * ext/flac/gstflacdec.c:
41164 * ext/libpng/gstpngenc.h:
41165 * ext/mikmod/gstmikmod.h:
41166 OS X fixes (see #126628).
41168 2004-01-02 David Schleef <ds@schleef.org>
41170 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41171 (gst_alsa_src_base_init): Remove bogus "src" request pad.
41172 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41173 (gst_mpeg_parse_class_init): Move pad template registration
41174 to class_init, since the derived class (mpegdemux) doesn't
41177 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41179 * sys/ximage/Makefile.am:
41180 * sys/xvideo/Makefile.am:
41181 * sys/xvimage/Makefile.am:
41182 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41183 after installation (see #127664).
41185 2004-01-02 David Schleef <ds@schleef.org>
41187 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41188 (gst_ffmpegenc_connect): Negotiation fixes.
41189 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41190 Remove inappropriate gst_caps_free().
41191 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41192 Reenable Ronald's internal resize code, since the core handles
41195 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41197 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41198 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41199 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41200 Fix pad template stuff.
41202 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41204 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41205 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41206 fix signed integer reading/writing.
41208 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
41211 Remove outdated document
41213 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
41215 * gst/cutter/gstcutter.c: (gst_cutter_init):
41216 src pad was being created twice - oops.
41218 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41220 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41221 Comment out internal resize. It doesn't handle the resulting
41222 XEvent internally, does another try_set_caps() which leads to
41223 a really nice loop.
41224 Real fix will come when Julien and Dave are awake. ;).
41226 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41228 * ext/mpeg2enc/gstmpeg2enc.cc:
41229 fix const/nonconst compile issue.
41231 2004-01-02 David Schleef <ds@schleef.org>
41233 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41234 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41235 Add fixate function and a check for bad formats.
41237 2004-01-01 David Schleef <ds@schleef.org>
41240 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41241 (gst_audiofilter_init):
41242 * gst/debug/efence.c: (gst_efence_init):
41243 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41244 (gst_deinterlace_init):
41245 * gst/volume/gstvolume.c: (volume_connect):
41247 2004-01-01 David Schleef <ds@schleef.org>
41249 Convert elements to use gst_pad_use_explicit_caps() where
41251 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41252 * ext/audiofile/gstafparse.c: (gst_afparse_init),
41253 (gst_afparse_open_file):
41254 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41255 (gst_afsrc_open_file):
41256 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41257 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41258 (gst_ffmpegdec_chain):
41259 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41260 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41261 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41262 (gst_gdk_pixbuf_chain):
41263 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41264 (gst_jpegdec_chain):
41265 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41266 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41267 (gst_mikmod_negotiate):
41268 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41269 (gst_mpeg2dec_negotiate_format):
41270 * ext/mpeg2enc/gstmpeg2enc.cc:
41271 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41272 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41273 (gst_speexdec_sinkconnect):
41274 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41275 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41276 (gst_vorbisfile_new_link):
41277 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41278 (gst_ac3parse_chain):
41279 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41280 (gst_asf_demux_setup_pad):
41281 * gst/auparse/gstauparse.c: (gst_auparse_init),
41282 (gst_auparse_chain):
41283 * gst/id3/gstid3types.c: (gst_id3types_loop):
41284 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41285 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41286 (mp1videoparse_parse_seq):
41287 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41289 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41290 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41291 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41292 (gst_mpeg_parse_send_data):
41293 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41294 (gst_qtdemux_add_stream):
41295 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41296 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41297 (gst_wavparse_parse_fmt):
41299 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
41302 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41303 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41304 it therefore uses the wrong include paths. Too bad... Note
41305 that 1.6.1.93 is not release yet. ;).
41306 Also add a check for mplex, which is now using the lib'ified
41307 mplex from mjpegtools, too.
41308 * ext/ffmpeg/gstffmpegcodecmap.c:
41309 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41310 issues. I don't think ffmpeg handles 3ivx correctly, so this
41311 probably won't work. But it won't hurt either.
41312 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41313 (gst_ffmpegdec_chain):
41314 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41315 (gst_ffmpegenc_chain_audio):
41316 Fix memleak in audio encoding. Close codec if open fails, this
41317 calls the cleanup routines so we can re-use the context.
41318 * ext/mpeg2enc/gstmpeg2enc.cc:
41319 Fix pad template names/types, fix memory issue with getcaps().
41320 * ext/mpeg2enc/gstmpeg2encoder.cc:
41321 * ext/mpeg2enc/gstmpeg2encoder.hh:
41322 Fix compile issue with new caps system (const thingy).
41323 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41324 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41325 We read a first frame right on initing, so that we have a caps
41326 when we init the output. This caps is cached in padprivate and
41327 read as first frame.
41328 * ext/mplex/Makefile.am:
41329 * ext/mplex/gstmplex.cc:
41330 * ext/mplex/gstmplex.h:
41331 * ext/mplex/gstmplex.hh:
41332 * ext/mplex/gstmplexibitstream.cc:
41333 * ext/mplex/gstmplexibitstream.hh:
41334 * ext/mplex/gstmplexjob.cc:
41335 * ext/mplex/gstmplexjob.hh:
41336 * ext/mplex/gstmplexoutputstream.cc:
41337 * ext/mplex/gstmplexoutputstream.hh:
41338 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41339 had issues, didn't do capsnego, supported only a subset of the
41340 mplex features and required a mplex fork in our local CVS. Plus
41341 that it worked agaist a very old mplex version. Rewriting was
41342 faster than updating it.
41343 * gst-libs/ext/Makefile.am:
41344 * gst-libs/ext/mplex/INSTRUCT:
41345 * gst-libs/ext/mplex/Makefile.am:
41346 * gst-libs/ext/mplex/README:
41347 * gst-libs/ext/mplex/TODO:
41348 * gst-libs/ext/mplex/ac3strm_in.cc:
41349 * gst-libs/ext/mplex/audiostrm.hh:
41350 * gst-libs/ext/mplex/audiostrm_out.cc:
41351 * gst-libs/ext/mplex/aunit.hh:
41352 * gst-libs/ext/mplex/bits.cc:
41353 * gst-libs/ext/mplex/bits.hh:
41354 * gst-libs/ext/mplex/buffer.cc:
41355 * gst-libs/ext/mplex/buffer.hh:
41356 * gst-libs/ext/mplex/fastintfns.h:
41357 * gst-libs/ext/mplex/format_codes.h:
41358 * gst-libs/ext/mplex/inputstrm.cc:
41359 * gst-libs/ext/mplex/inputstrm.hh:
41360 * gst-libs/ext/mplex/lpcmstrm_in.cc:
41361 * gst-libs/ext/mplex/mjpeg_logging.cc:
41362 * gst-libs/ext/mplex/mjpeg_logging.h:
41363 * gst-libs/ext/mplex/mjpeg_types.h:
41364 * gst-libs/ext/mplex/mpastrm_in.cc:
41365 * gst-libs/ext/mplex/mpegconsts.cc:
41366 * gst-libs/ext/mplex/mpegconsts.h:
41367 * gst-libs/ext/mplex/mplexconsts.hh:
41368 * gst-libs/ext/mplex/multplex.cc:
41369 * gst-libs/ext/mplex/outputstream.hh:
41370 * gst-libs/ext/mplex/padstrm.cc:
41371 * gst-libs/ext/mplex/padstrm.hh:
41372 * gst-libs/ext/mplex/stillsstream.cc:
41373 * gst-libs/ext/mplex/stillsstream.hh:
41374 * gst-libs/ext/mplex/systems.cc:
41375 * gst-libs/ext/mplex/systems.hh:
41376 * gst-libs/ext/mplex/vector.cc:
41377 * gst-libs/ext/mplex/vector.hh:
41378 * gst-libs/ext/mplex/videostrm.hh:
41379 * gst-libs/ext/mplex/videostrm_in.cc:
41380 * gst-libs/ext/mplex/videostrm_out.cc:
41381 * gst-libs/ext/mplex/yuv4mpeg.cc:
41382 * gst-libs/ext/mplex/yuv4mpeg.h:
41383 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41384 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41385 We don't fork mjpegtools' mplex in our CVS anymore.
41386 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41387 (gst_avi_demux_add_stream):
41388 * gst/avi/gstavidemux.h:
41389 Add getcaps() function for proper caps nego. This makes some
41390 parts of AVI playback/reading work.
41391 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41392 Resize window on new capsnego. This is probably wrong, but
41393 I'm still committing it because with current capsnego, the
41394 first successfull capsnego is auto-fixated, therefore rounded
41395 down to the lowest values in the caps. this results in a 16x16
41396 XWindow that is not reized when real capsnego finishes.
41397 Dave, I see more cases of this, do you know a proper solution?
41398 * tools/gst-launch-ext.in:
41399 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41401 2003-12-31 David Schleef <ds@schleef.org>
41403 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41404 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41405 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41407 2003-12-30 David Schleef <ds@schleef.org>
41409 * ext/ffmpeg/gstffmpegcolorspace.c:
41410 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41411 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41412 (gst_ffmpegcsp_chain): Negotiation fixes
41413 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41414 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41415 (gst_audio_convert_link), (gst_audio_convert_channels):
41416 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41417 (gst_audioscale_link), (gst_audioscale_get_buffer),
41418 (gst_audioscale_chain): Negotiation fixes
41419 * gst/audioscale/gstaudioscale.h:
41420 * gst/videofilter/gstvideofilter.c:
41421 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41422 (gst_videofilter_link), (gst_videofilter_init),
41423 (gst_videofilter_set_output_size), (gst_videofilter_setup),
41424 (gst_videofilter_find_format_by_structure):
41425 * gst/videofilter/gstvideofilter.h: Negotiation fixes
41426 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41427 (gst_videoscale_link):
41428 * gst/videoscale/videoscale.c: (videoscale_get_structure),
41429 (videoscale_find_by_structure), (gst_videoscale_setup):
41430 * gst/videoscale/videoscale.h: Negotiation fixes
41431 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41432 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41433 function, restrict resizing to a multiple of 4 (hack until
41434 everyone supports odd sizes correctly).
41436 2003-12-29 Colin Walters <walters@verbum.org>
41438 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41441 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
41443 * ext/sndfile/gstsf.c: (gst_sf_loop):
41444 Fix warning about discarding const qualifier
41446 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
41448 * gst/cutter/gstcutter.c:
41449 * gst/videoscale/gstvideoscale.c:
41450 * gst/volenv/gstvolenv.c:
41451 * gst-libs/gst/audio/audio.c:
41452 * gst-libs/gst/video/video.c:
41455 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41457 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41458 Don't send ALSA debugging to stderr.
41459 * ext/alsa/gstalsa.h:
41460 Use GST_WARNING instead of g_warning when ALSA functions fail.
41462 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41464 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41465 Free XVAdapterInfo correctly.
41467 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41469 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41470 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41471 Make id3tag use correct caps nego.
41473 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
41475 * ext/ivorbis/vorbis.c:
41476 * ext/ivorbis/vorbisenc.h:
41477 * ext/ivorbis/vorbisfile.c:
41478 Modify so that it uses the new caps things
41480 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41482 * testsuite/spider/spider1.c: (main):
41483 * testsuite/spider/spider2.c: (main):
41484 * testsuite/spider/spider3.c: (main):
41485 Make tests compile again. They probably don't work.
41487 2003-12-24 Colin Walters <walters@verbum.org>
41489 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41490 we can't fixate the caps anymore.
41492 2003-12-23 David Schleef <ds@schleef.org>
41494 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41495 * sys/oss/gstosssink.c: (gst_osssink_init),
41496 (gst_osssink_sink_fixate): Add fixate function.
41498 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
41500 * ext/ffmpeg/gstffmpegcodecmap.c:
41501 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41502 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41503 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41504 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41505 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41506 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41507 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41508 fix typo in RGB masks, and move back to "old" colorspace
41509 capsnego code until whoever wrote this new crap has actually
41510 tested it so that it works.
41511 And yes, this works, keep it that way please.
41513 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
41515 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41516 (gst_divxdec_init), (gst_divxdec_negotiate):
41517 * ext/divx/gstdivxdec.h:
41518 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41519 (gst_divxenc_init):
41520 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41521 (gst_faac_sinkconnect), (gst_faac_srcconnect):
41522 * ext/mpeg2enc/gstmpeg2enc.cc:
41523 * ext/mpeg2enc/gstmpeg2encoder.cc:
41524 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41525 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41526 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41527 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41528 (dxr3spusink_init):
41529 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41530 (dxr3videosink_init):
41531 Fix caps breakage after Dave's caps branch merge.
41533 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
41535 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41536 Fix for 24bpp display.
41538 2003-12-23 Colin Walters <walters@verbum.org>
41540 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41541 a GnomeVFSHandle directly.
41543 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41545 * gst/volume/Makefile.am:
41546 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41547 (volume_base_init), (volume_init):
41548 Reenable volume element and fix to work with new caps stuff.
41549 Rhythmbox needs this.
41551 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41553 * gst/qtdemux/qtdemux.c: (plugin_init):
41554 qtdemux requires bytestream
41556 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41558 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41559 Fix remaining caps handling errors due to CAPS merge.
41561 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41563 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41564 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41565 (gst_faad_srcconnect):
41566 Port to new caps system.
41568 2003-12-21 Julien MOUTTE <julien@moutte.net>
41570 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41571 (got_video_size), (main): using g_print instead of g_message.
41572 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41573 signal which was not emitted because of "switch" element added to the
41574 bin but not connected. (Removing from the bin temporarily)
41576 2003-12-21 Julien MOUTTE <julien@moutte.net>
41578 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41579 find X development files. I don't understand the previous tests and
41580 they fail on my debian/ppc unstable. This one works.
41581 * examples/gstplay/player.c: (main): Set the pipeline to READY before
41583 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41584 (gst_play_set_video_sink), (gst_play_set_audio_sink),
41585 (gst_play_set_visualization): Add some safety checks in set_ methods
41586 and state_change. This was throwing some ugly CRITICAL messages when
41587 pipeline was getting disposed and casts were failing.
41589 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
41592 Improve mpeg2enc detection. This is for distributions that do
41593 ship mjpegtools, but without mpeg2enc. Also does object check
41594 for might there ever be ABI incompatibility.
41595 * ext/mpeg2enc/gstmpeg2enc.cc:
41596 Add Andrew as second maintainer (he's helping me), and also add
41597 an error if no caps was set. This happens if I pull before capsnego
41598 and that's something I should solve sometime else.
41599 * gst/matroska/matroska-demux.c:
41600 (gst_matroska_demux_parse_blockgroup):
41602 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41603 (gst_matroska_mux_track_header):
41604 Add caps to templates.
41605 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41606 Add mpegversion=1 to prevent confusion with MPEG/AAC.
41607 * gst/mpegstream/gstmpegdemux.c:
41608 Remove layer since it causes warnings about unfixed caps.
41609 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41610 Fix obvious typo (we error out if caps were set, we should of
41611 course error out if *no* caps were set).
41612 * sys/oss/gstosselement.c: (gst_osselement_convert):
41613 Fix format conversion, we confused bits/bytes.
41614 * sys/oss/gstosselement.h:
41615 Improve documentation for 'bps'.
41617 Remove stuff about plugins that need removing - this was done
41619 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41620 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41621 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41622 (gst_v4lsrc_src_query):
41623 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41624 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41625 Add get_query_types(), get_formats() and query() functions.
41627 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
41629 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41630 * moved CVS to freedesktop.org