1 2007-12-26 Tim-Philipp Müller <tim at centricular dot net>
3 * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
4 * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
5 * sys/ximage/gstximagesrc.c: (composite_pixel):
6 Fix 'xyz may be used uninitialized' compiler warnings caused
7 by broken g_assert_not_reached() macro in GLib-2.15.x (it's
8 not really nice to abort in any case). Fixes #505745.
10 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
12 * tests/check/elements/avisubtitle.c: (check_correct_buffer):
13 Small unit test fix (has no practical impact at the moment,
14 since we're only feeding utf8 and hence just create a sub-
15 buffer for the output).
17 2007-12-18 Thijs Vermeir <thijsvermeir@gmail.com>
19 * gst/avi/gstavisubtitle.c:
20 * tests/check/elements/avisubtitle.c:
21 Add seeking support for avi subtitle
23 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
25 * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
26 (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
28 * ext/flac/gstflacdec.h:
29 Remove some unused vars.
30 Do more cleanup of leftover events and tags.
31 Output tags after the segment event. Fixes #504018.
33 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
35 * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
36 (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
37 (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
38 Detect other UTF byte order markers and convert to UTF-8 as
41 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
43 * gst/avi/gstavisubtitle.c: (src_template),
44 (gst_avi_subtitle_extract_utf8_file),
45 (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
46 (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
47 (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
48 * gst/avi/gstavisubtitle.h:
49 Refactor a bit; fix name extraction; don't assume all the data
50 in the chunk is actually subtitle data, there may be padding at
51 the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
52 file so it's there to send again after a seek (for future use).
54 2007-12-18 Thijs Vermeir <thijsvermeir@gmail.com>
56 * gst/avi/Makefile.am:
58 * gst/avi/gstavisubtitle.c:
59 * gst/avi/gstavisubtitle.h:
60 * tests/check/Makefile.am:
61 * tests/check/elements/avisubtitle.c:
62 * win32/common/config.h:
63 Add avi subtitle element for bug #442034. Need seeking support
64 and more support for character conversion.
66 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
69 Include common/win32.mak for CRLF check of win32 project
72 * win32/vs6/libgstpng.dsp:
73 Fix line endings and do cvs admin -kb.
75 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
77 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
78 Actually drop the buffers which are outside the currently configured
79 segment instead of just emitting a WARNING.
81 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
83 * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
85 * ext/flac/gstflacdec.h:
86 Send segments from the streaming thread. Fixes #502187.
87 Fix segment seeking and a bunch of other seeking cases.
89 2007-12-14 Tim-Philipp Müller <tim at centricular dot net>
91 * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
92 Parse WOAF frames and put the result into GST_TAG_CONTACT,
93 which is where it would end up if the same information was
94 put in a vorbis comment (don't think it's worth adding a
95 new URI tag for this). Fixes #488112.
97 2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
100 We need core/base 0.10.15 or later.
102 2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
104 Patch by: Mark Nauwelaerts <manauw skynet be>
106 * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
107 Fix regression in stream numbering. Fixes #502655.
109 2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
111 Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
113 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
114 (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
115 (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
116 (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
117 (gst_rtp_h264_pay_handle_buffer):
118 * gst/rtp/gstrtph264pay.h:
119 Use higher performance start-code searching.
120 Parse NALs and store SPS, PPS and profile in the caps so that they can
121 be used in the SDP. Fixes #502814.
123 2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
125 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
126 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
127 Init some structs to zero before we pass them to ioctl, which
128 avoids valgrind warnings. Also fix a small memory leak.
130 2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
132 Patch by: Wouter Cloetens <wouter at mind dot be>
134 * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
135 Copy timestamp from input to output. Not very perfect yet but better
136 than nothing. Fixes #503023.
138 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
140 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
141 Also print a useful error message with the old Wavpack API
144 2007-12-09 Tim-Philipp Müller <tim at centricular dot net>
146 * ext/wavpack/gstwavpackdec.c:
147 More build fixes for old libwavpack versions: include config.h so
148 that WAVPACK_OLD_API is actually defined as detected; only use
149 WavpackGetErrorMessage if it is available. This fixes the build
150 on debian stable for me.
152 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
154 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
155 * ext/wavpack/gstwavpackparse.c:
156 (gst_wavpack_parse_create_src_pad):
157 Workaround the non-existance of WavpackGetChannelMask in Wavpack
158 versions below 4.40.0.
160 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
163 And now do it right for real...
165 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
168 Correctly reset $LIBS to not contain -lm.
170 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
172 Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
175 * ext/cairo/gsttimeoverlay.c:
176 (gst_cairo_time_overlay_print_smpte_time):
177 Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
178 and checking for rint() and implementing it ourself if it doesn't
179 exist. Fixes #497293.
181 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
184 Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
186 2007-12-08 Jan Schmidt <jan.schmidt@sun.com>
188 * sys/oss/gstosshelper.c:
189 Verify that the format returned after the ioctl is the one
190 we requested. It is valid for the ioctl to succeed while
191 substituting an alternate 'supported' sample format.
193 2007-12-07 Tim-Philipp Müller <tim at centricular dot net>
195 * sys/oss/gstossaudio.c: (plugin_init):
196 * sys/oss/gstosssink.c: (gst_oss_sink_open):
197 * sys/oss/gstosssrc.c: (gst_oss_src_open):
198 Post decent (and translated) error message when we can't
199 open the audio device for some reason.
201 2007-12-07 Jan Schmidt <jan.schmidt@sun.com>
203 * sys/oss/gstosssink.c:
204 * sys/oss/gstosssrc.c:
205 Allow the AUDIODEV environment variable to redirect us
206 to a different default OSS device, like sunaudiosink does
207 on Solaris (makes audio play automatically on SunRays).
209 2007-12-06 Sebastian Dröge <slomo@circular-chaos.org>
211 * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
212 * gst/audiofx/audiochebyshevfreqband.c:
213 (gst_audio_chebyshev_freq_band_transform_ip):
214 * gst/audiofx/audiochebyshevfreqlimit.c:
215 (gst_audio_chebyshev_freq_limit_transform_ip):
216 * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
217 * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
218 The transform_ip() methods should do nothing if in passthrough mode.
219 It might get non-writable buffers in that case but the buffer might
222 * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
223 The transform() methods won't be called in passthrough mode and
224 otherwise the buffer is always writable so don't check here.
226 2007-12-06 Tim-Philipp Müller <tim at centricular dot net>
228 * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
229 Fix seeking in .wav files again (#501775). Some people seem to think
230 they don't need to test their changes when they're just 'reflowing'
233 2007-12-05 Wim Taymans <wim.taymans@gmail.com>
235 * gst/autodetect/gstautovideosink.c:
236 (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
237 (gst_auto_video_sink_init),
238 (gst_auto_video_sink_create_element_with_pretty_name),
239 (gst_auto_video_sink_find_best),
240 (gst_auto_video_sink_set_property),
241 (gst_auto_video_sink_get_property):
242 * gst/autodetect/gstautovideosink.h:
244 Use same error reporting code as autoaudiosink.
245 Add property to filter sinks based on caps. Only select raw video sinks
246 by default for backwards compat.
247 API: GstAutoVideoSink::filter-caps
249 2007-12-05 Wim Taymans <wim.taymans@gmail.com>
251 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
253 * gst/autodetect/gstautoaudiosink.c:
254 (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
255 (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
256 (gst_auto_audio_sink_set_property),
257 (gst_auto_audio_sink_get_property):
258 * gst/autodetect/gstautoaudiosink.h:
259 Add property to filter sinks based on caps. Only select raw audio sinks
260 by default for backwards compat. Fixes #417420.
261 API: GstAutoAudioSink::filter-caps
263 2007-11-29 Michael Smith <msmith@fluendo.com>
265 Patch by: Arek Korbik <arkadini@gmail.com>
267 * gst/videobox/gstvideobox.c: (plugin_init):
268 Initialise liboil in plugin_init()
270 2007-11-29 Wim Taymans <wim.taymans@gmail.com>
272 * ext/libpng/gstpngdec.c: (gst_pngdec_task):
273 Post error before sending EOS. Fixes #499178.
275 2007-11-28 Sebastien Moutte <sebastien@moutte.net>
277 * win32/vs6/gst_plugins_good.dsw:
278 * win32/vs6/libgstpng.dsp:
279 Add a project file for libgstpng
281 2007-11-28 Edward Hervey <bilboed@bilboed.com>
283 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
284 (gst_rtp_h263_depay_process):
286 Added debug statements.
287 Don't bit-shift everything, just do operations on last/first byte
290 2007-11-27 Wim Taymans <wim.taymans@gmail.com>
292 Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
294 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
295 Fix wrong comparison in overrun check. Fixes #499239 some more.
297 2007-11-27 Edward Hervey <bilboed@bilboed.com>
299 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
300 (gst_rtp_h263_depay_process):
301 * gst/rtp/gstrtph263depay.h:
302 Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
305 2007-11-26 Wim Taymans <wim.taymans@gmail.com>
307 Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
309 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
310 (gst_rtp_mp4a_depay_process):
311 * gst/rtp/gstrtpmp4adepay.h:
312 Fix depayloading when multiple frames are inside one RTP packet.
315 2007-11-26 Stefan Kost <ensonic@users.sf.net>
317 * gst/level/gstlevel.c:
318 Add GAP-flag support.
320 2007-11-26 Edward Hervey <bilboed@bilboed.com>
322 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
323 Read the I flag for Mode A h263 rtp stream and set the
324 GST_BUFFER_FLAG_DELTA_UNIT accordingly.
327 2007-11-26 Stefan Kost <ensonic@users.sf.net>
329 * gst/level/gstlevel.c:
330 Remove some dead code and do cleanups.
332 2007-11-26 Stefan Kost <ensonic@users.sf.net>
334 * tests/check/pipelines/simple-launch-lines.c:
335 Improve the tests by allowing to set a target state.
337 2007-11-26 Sebastian Dröge <slomo@circular-chaos.org>
339 * tests/check/elements/wavpackenc.c: (GST_START_TEST):
340 Don't check the caps of the output buffer if they're equal some
341 other caps. The caps can change in a backward compatible way
342 and did at this point.
344 2007-11-24 Julien MOUTTE <julien@moutte.net>
346 * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
347 (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
348 (gst_qtdemux_seek_to_previous_keyframe),
349 (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
350 (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
351 reverse playback support.
353 2007-11-20 Sebastian Dröge <slomo@circular-chaos.org>
355 * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
356 Also set the channel layout on the Wavpack caps if we're having
357 a mono layout. Of course only do it for "audio/x-wavpack".
359 2007-11-20 Sebastian Dröge <slomo@circular-chaos.org>
361 * ext/wavpack/gstwavpackcommon.c:
362 (gst_wavpack_get_default_channel_mask),
363 (gst_wavpack_set_channel_layout),
364 (gst_wavpack_get_default_channel_positions),
365 (gst_wavpack_get_channel_mask_from_positions),
366 (gst_wavpack_set_channel_mapping):
367 * ext/wavpack/gstwavpackcommon.h:
368 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
369 (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
370 * ext/wavpack/gstwavpackdec.h:
371 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
372 (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
373 (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
374 (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
375 (gst_wavpack_enc_rewrite_first_block),
376 (gst_wavpack_enc_sink_event):
377 * ext/wavpack/gstwavpackenc.h:
378 * ext/wavpack/gstwavpackparse.c:
379 (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
380 (gst_wavpack_parse_scan_to_find_sample),
381 (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
382 (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
383 * ext/wavpack/gstwavpackparse.h:
384 Add support for encoding, parsing and decoding multichannel
385 files with up to 8 channels. This also improves the robustness
386 of parsing quite a bit.
388 * ext/wavpack/gstwavpackstreamreader.c:
389 (gst_wavpack_stream_reader_read_bytes),
390 (gst_wavpack_stream_reader_get_pos),
391 (gst_wavpack_stream_reader_set_pos_abs),
392 (gst_wavpack_stream_reader_set_pos_rel),
393 (gst_wavpack_stream_reader_push_back_byte),
394 (gst_wavpack_stream_reader_get_length),
395 (gst_wavpack_stream_reader_can_seek),
396 (gst_wavpack_stream_reader_write_bytes):
399 2007-11-20 Stefan Kost <ensonic@users.sf.net>
401 * ext/libpng/gstpngdec.c:
402 * ext/libpng/gstpngdec.h:
403 Don't release the png-memory from within the callback.
405 2007-11-20 Stefan Kost <ensonic@users.sf.net>
407 Patch by: René Stadler <mail at renestadler dot de>
409 * ext/libpng/gstpngenc.c:
410 Don't leak buffer data memory. Fixes #498395.
412 2007-11-20 Stefan Kost <ensonic@users.sf.net>
414 Patch by: René Stadler <mail at renestadler dot de>
416 * tests/check/pipelines/simple-launch-lines.c:
419 2007-11-20 Julien MOUTTE <julien@moutte.net>
421 * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
422 (gst_tag_lib_mux_adjust_event_offsets):
423 * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
424 * sys/osxaudio/Makefile.am:
425 * sys/osxvideo/cocoawindow.h:
426 * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
428 2007-11-15 David Schleef <ds@schleef.org>
430 * ext/cairo/gsttextoverlay.c:
431 Change strcasecmp() to g_strcasecmp(). Fixes #497292.
433 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
435 Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
437 * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
438 (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
439 (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
440 * gst/rtp/gstrtpmp2tpay.h:
441 Fill the MTU with as many packets as possible. Fixes #491323.
443 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
445 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
447 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
448 Fix some more leaks. Fixes #497007.
450 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
452 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
454 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
455 (gst_rtspsrc_stream_configure_tcp):
456 Fix 3 pad leaks. Fixes #496983.
458 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
460 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
462 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
463 Fix small leak. Fixes #497017.
465 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
467 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
468 (gst_qtdemux_prepare_current_sample),
469 (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
470 (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
471 * gst/qtdemux/qtdemux_fourcc.h:
472 * gst/qtdemux/qtdemux_types.c:
473 Add suppport for theora in quicktime according to XiphQT.
475 2007-11-15 Edgard Lima <edgard.lima@indt.org.br>
477 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
478 (gst_v4l2src_init), (gst_v4l2src_set_property),
479 (gst_v4l2src_get_property):
480 * sys/v4l2/gstv4l2src.h:
481 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
482 Always copy buffers by default (handle safer with bugged drivers)
483 and added a property to make it possible to use mmap effectively (no
484 copy if possible) when application wants to. Fixes: #480557.
486 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
488 * gst/id3demux/id3tags.c:
489 * gst/id3demux/id3tags.h:
490 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
491 We don't want the same string multiple times in a tag list for the
492 same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
493 this doesn't happen and remove special-case code for GST_TAG_GENRE.
495 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
497 * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
498 Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
499 into ID3v2 TXXX frames (fixes #347848).
501 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
503 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
504 Don't leak sdp message contents (fixes #496773).
506 * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
507 Don't leak URI string.
509 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
511 Patch by: Julien Puydt <julien dot puydt at laposte net>
513 * ext/raw1394/Makefile.am:
514 * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
515 (gst_1394_property_probe_get_properties),
516 (gst_1394_property_probe_probe_property),
517 (gst_1394_property_probe_needs_probe),
518 (gst_1394_property_probe_get_values),
519 (gst_1394_property_probe_interface_init),
520 (gst_1394_type_add_property_probe_interface):
521 * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
522 * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
523 (gst_dv1394src_init), (gst_dv1394src_dispose),
524 (gst_dv1394src_set_property), (gst_dv1394src_get_property),
525 (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
526 (gst_dv1394src_update_device_name):
527 * ext/raw1394/gstdv1394src.h:
528 Implement GstPropertyProbe interface and add "device-name" property,
529 so applications can use this to probe for available devices in the
530 same way they can already with v4lsrc and v4l2src (however horrible
531 this property probe interface may be). Fixes #358841.
533 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
535 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
537 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
538 (gst_rtspsrc_parse_range):
539 Don't leak event, don't leak range (fixes #496752).
541 2007-11-14 Michael Smith <msmith@fluendo.com>
543 Patch by: Arek Korbik <arkadini@gmail.com>
545 * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
546 Detect RGBA/BGRA correctly on little endian systems.
548 2007-11-13 Tim-Philipp Müller <tim at centricular dot net>
550 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
551 If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
552 corresponding ioctl() call fails even though the driver claims to
553 support this format, just fall back to the pre-2.6.19 kernel
554 routine that creates caps with suitable height and width ranges
557 2007-11-13 Tim-Philipp Müller <tim at centricular dot net>
559 Patch by: Mark Nauwelaerts <manauw skynet be>
561 * gst/matroska/matroska-demux.c:
562 (gst_matroska_demux_push_dvd_clut_change_event),
563 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
564 (gst_matroska_demux_subtitle_caps):
565 * gst/matroska/matroska-ids.h:
566 Extract palette data for dvd subpicture streams and send it
567 downstream as custom gstreamer dvd event (fixes #453417).
569 2007-11-13 Tim-Philipp Müller <tim at centricular dot net>
571 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
572 Implement minimal parsing of the passed pango font description
573 string, so passing a font size works the same as with the
574 pango textoverlay plugin; fixes #455086.
575 (Maybe we could just use pangocairo here at some point).
577 2007-11-13 Stefan Kost <ensonic@users.sf.net>
579 * gst/avi/gstavidemux.c:
580 * gst/wavparse/gstwavparse.c:
581 Return the result in _activate_pull(). Don't ref element there.
583 2007-11-13 Stefan Kost <ensonic@users.sf.net>
585 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
586 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
587 (gst_wavparse_srcpad_event):
588 Ref the element when we should, but not when we its not needed. Reflow
589 the event_handling to not leak the event.
591 2007-11-12 Edward Hervey <bilboed@bilboed.com>
593 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
594 (qtdemux_parse_samples):
595 Properly free QTDemuxSamples array.
596 Protect table write with a sensible check, some files apparently DO contain
597 stts values starting with 0 :(
599 2007-11-12 Stefan Kost <ensonic@users.sf.net>
601 * gst/avi/gstavidemux.c:
602 * gst/qtdemux/qtdemux.c:
603 Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
604 previous commit messed up.
606 2007-11-12 Stefan Kost <ensonic@users.sf.net>
608 * gst/avi/gstavidemux.c:
609 * gst/qtdemux/qtdemux.c:
610 Sync _handle_src_event() with oggdemux. In avidemux also ref the
611 element when we should, but not when we its not needed.
613 2007-11-08 Stefan Kost <ensonic@users.sf.net>
615 * gst/wavparse/gstwavparse.c:
616 Return FALSE if we can't handle a query instead of changing the
617 format. Ignore fact when dealing with mpeg audio.
619 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
621 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
624 * gst/udp/gstdynudpsink.c:
625 * gst/udp/gstdynudpsink.h:
626 * gst/udp/gstmultiudpsink.c:
627 * gst/udp/gstmultiudpsink.h:
628 * gst/udp/gstudpsink.c:
629 * gst/udp/gstudpsink.h:
630 Fix includes for MSVC and GLib-2.14.0 (#492388).
632 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
633 No more pipe define since GLib-2.14.0, need to use _pipe() directly.
635 2007-11-02 Edward Hervey <bilboed@bilboed.com>
637 * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
638 (gst_mulawdec_chain):
639 * gst/law/mulaw-decode.h:
640 Calculate outgoing buffer duration if incoming buffer didn't have a
643 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
645 * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
646 (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
647 Smarter combine_flow code that also deals with downstream elements
648 returning UNEXPECTED when they receive data out of the segment
649 boundaries. Fixes #491305.
651 2007-10-26 Tim-Philipp Müller <tim at centricular dot net>
653 * sys/v4l2/v4l2src_calls.c:
654 Fix 'unused variable' compiler warning when compiling against
655 older kernel headers.
657 2007-10-25 Tim-Philipp Müller <tim at centricular dot net>
659 * ext/taglib/gstid3v2mux.cc (add_funcs):
660 Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
662 2007-10-24 Stefan Kost <ensonic@users.sf.net>
664 * tests/check/pipelines/simple-launch-lines.c:
665 Improve the tests a little more.
667 2007-10-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
669 patch by: Yun Zheng Hu
671 * sys/osxaudio/gstosxaudiosrc.c:
672 Use default input device instead of default output device and
673 only memcpy actual available bytes.
675 2007-10-22 Edgard Lima <edgard.lima@indt.org.br>
677 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
678 Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
679 early. It is temporary until we find something better.
681 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
683 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
685 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
686 Fix race when pausing a RTSP stream in interleaved.
689 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
691 Patch by: Peter Kjellerstedt <pkj at axis com>
693 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
694 Use correct unref function for buffers. #488844.
696 2007-10-19 Stefan Kost <ensonic@users.sf.net>
698 * gst/avi/gstavimux.c:
699 * tests/check/elements/avimux.c:
700 Add some debug and sync tests with the fix.
702 2007-10-18 Wim Taymans <wim.taymans@gmail.com>
704 Based on patch by: Laurent Glayal <spglegle yahoo fr>
706 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
707 When the socket is used by the app for other purposes, don't generate an
708 error if there is activaty on the socket that is not data related.
711 2007-10-18 Wim Taymans <wim.taymans@gmail.com>
713 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
714 (gst_v4l2src_grab_frame):
715 Add some more debug info. Generate an error when we run out of buffers
716 for some reason. See #480557.
718 2007-10-18 Wim Taymans <wim.taymans@gmail.com>
720 Patch by: Anders Skargren <anders dot skargren at axis dot com>
722 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
723 Set marker bit correctly.
725 2007-10-17 Wim Taymans <wim.taymans@gmail.com>
727 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
728 Use allowed name for the GstStructure.
730 2007-10-17 Tim-Philipp Müller <tim at centricular dot net>
732 * ext/gconf/gstswitchsink.c:
733 * gst/autodetect/gstautoaudiosink.c:
734 Use new gst_bus_pop_filtered().
736 2007-10-13 Tim-Philipp Müller <tim at centricular dot net>
738 * sys/v4l2/gstv4l2src.c:
739 * sys/v4l2/v4l2src_calls.c:
740 When probing the formats and sizes a camera supports, make
741 sure the best ones (highest resolution, prefered format)
742 end up at the beginning of the probed caps and the less
743 desirable ones at the end. This is important because the
744 order within the caps matters for things like fixation and
745 negotiation, ie. what format is chosen in the end.
746 With recent kernels, the current probing code will end up
747 querying the supported sizes from lowest resolution to
748 highest resolution, adding them to the probed caps in that
749 order, resulting to v4l2src fixating to the lowest possible
750 resolution if downstream does not express a size preference.
751 Also make up a somewhat random ranking of prefered output
752 formats for the same reason. Fixes #485828.
754 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
756 Based on patch by: Jason Kivlighn <jkivlighn gmail com>
758 * gst/id3demux/id3v2frames.c:
759 Extract license/copyright URIs from ID3v2 WCOP frames
762 * tests/check/elements/id3demux.c:
763 * tests/files/Makefile.am:
764 * tests/files/id3-447000-wcop.tag:
765 Add simple unit test.
767 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
769 * ext/taglib/gstid3v2mux.cc:
770 Add support for license/copyright URI tags (ID3v2 WCOP frame).
771 Prerequisite for #447000.
773 2007-10-08 Jan Schmidt <Jan.Schmidt@sun.com>
775 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
776 Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
779 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
781 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
782 (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
783 (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
784 (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
785 (gst_rtspsrc_change_state):
786 More seeking fixes, mostly passing around the new playback segment in
787 order to configure it properly.
788 Also reset base_time of udp sources when setting them back to PLAYING as
789 a temporary hack until core supports seek in live sources properly.
791 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
793 * gst/rtp/gstrtpmp4adepay.c:
794 Fix caps as to not confuse autopluggers.
796 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
798 * gst/id3demux/gstid3demux.c:
799 * gst/id3demux/gstid3demux.h:
800 * gst/id3demux/id3tags.c:
801 * gst/id3demux/id3tags.h:
802 * gst/id3demux/id3v2frames.c:
803 Port ID3 tag demuxer over to the new GstTagDemux in -base
804 (now would be a good time to test re-importing your music
807 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
809 * gst/apetag/Makefile.am:
810 * gst/apetag/gstapedemux.c:
811 * gst/apetag/gstapedemux.h:
812 * gst/apetag/gsttagdemux.c:
813 * gst/apetag/gsttagdemux.h:
814 Port APE tag demuxer over to the new GstTagDemux in -base.
816 2007-10-05 Wim Taymans <wim.taymans@gmail.com>
818 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
819 (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
820 (gst_rtspsrc_handle_internal_src_query),
821 (gst_rtspsrc_handle_src_query), (new_session_pad),
822 (gst_rtspsrc_stream_configure_tcp),
823 (gst_rtspsrc_stream_configure_transport),
824 (gst_rtspsrc_loop_send_cmd):
825 Improve flushing behaviour.
826 Set state of the udp sources to PAUSE/PLAYING correctly.
827 Handle events and queries for UDP and TCP transport now.
829 2007-10-04 Stefan Kost <ensonic@users.sf.net>
831 * gst/rtp/gstrtpgsmdepay.c:
832 * gst/rtp/gstrtpgsmpay.c:
835 2007-10-04 Stefan Kost <ensonic@users.sf.net>
837 Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
839 * tests/check/Makefile.am:
840 * tests/check/pipelines/simple-launch-lines.c:
841 Add unit tests for payloaders/depayloaders.
843 2007-10-02 Stefan Kost <ensonic@users.sf.net>
845 * gst/avi/gstavimux.c:
846 * gst/avi/gstavimux.h:
847 Also save codec data for audio streams. Fixes #482495.
849 2007-10-02 Stefan Kost <ensonic@users.sf.net>
851 * gst/avi/gstavimux.c:
852 Fix "Index entry has invalid stream nr 1".
853 Add support for muxing aac - work in progress (see #482495).
855 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
857 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
858 (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
859 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
860 * gst/rtsp/gstrtspsrc.h:
861 Parse bandwidth modifiers, they are not yet configured in the session
862 manager because we don't have an API for that yet.
864 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
866 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
867 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
868 Use shiny new function in -base to get the default clock-rate.
871 2007-09-29 Sebastien Moutte <sebastien@moutte.net>
874 Add files to win32 manifest.
875 * win32/vs6/libgstaudiofx.dsp:
876 * win32/vs6/libgstqtdemux.dsp:
877 * win32/vs6/libgstrtp.dsp:
878 * win32/vs6/libgstrtsp.dsp:
879 Update project files.
881 2007-09-28 Wim Taymans <wim.taymans@gmail.com>
883 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
885 * gst/rtsp/gstrtspsrc.h:
886 In TCP mode, only timestamp the first buffer. TCP is not real time and
887 it does not make sense to try to skew compensate, also some servers send
888 the first batch of data in a burst.
890 2007-09-27 Tim-Philipp Müller <tim at centricular dot net>
892 * gst/matroska/matroska-demux.c:
893 Fix setting the discont flag on the first buffer
894 pushed downstream for formats with private codec
895 data that needs to be deserialised into buffers
896 (such as vorbis and FLAC when in a matroska container).
898 2007-09-27 Wim Taymans <wim.taymans@gmail.com>
900 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
902 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
903 (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
904 (gst_rtp_mp4v_pay_handle_buffer):
905 * gst/rtp/gstrtpmp4vpay.h:
906 Free the config string. Fixes #480707.
907 Clean up the timestamp code a little.
909 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
911 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
912 (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
913 (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
914 * gst/rtsp/gstrtspsrc.h:
915 Set timestamps on RTP buffers in interleaved mode.
916 Mark first buffers with a DISCONT.
917 Remove flush hack now that sync for live sources has been figured out.
919 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
921 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
922 Update documentation.
924 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
926 * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
927 (gst_rtp_xqt_depay_change_state):
928 * gst/qtdemux/gstrtpxqtdepay.h:
929 Fail if we don't know the quicktime format.
931 2007-09-26 Tim-Philipp Müller <tim at centricular dot net>
933 * ext/flac/gstflacenc.c:
934 * ext/flac/gstflacenc.h:
935 Save the flow return from the last gst_pad_push() and
936 make sure we pass the right flow return value upstream
937 in the case of failure; minor clean-ups.
939 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
941 * ext/taglib/gstapev2mux.cc:
942 * ext/taglib/gstid3v2mux.cc:
943 * gst/apetag/gstapedemux.c:
944 Add support for the new GST_TAG_COMPOSER (#459809).
946 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
948 * gst/law/alaw-decode.c:
949 * gst/law/alaw-decode.h:
950 * gst/law/alaw-encode.c:
951 * gst/law/alaw-encode.h:
953 * gst/law/mulaw-conversion.h:
954 Compulsive clean-ups: use boilerplate macros, add debug
955 categories, fix up things to conform to symbol nomenklatura,
958 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
960 Based on patch by: Laurent Glayal <spglegle yahoo fr>
962 * gst/law/alaw-decode.c:
963 * gst/law/alaw-encode.c:
964 Use static tables for A-Law decoding and encoding; this makes
965 A-Law decoding and encoding less CPU-intensive, but increases
966 the binary size a bit. Leaving old code around for now,
967 selectable by a define in the code. Fixes #435435.
969 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
972 Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
973 AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
976 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
978 Patch by: <j at bootlab dot org>
980 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
981 Add fourccs for MPEG2 HDV streams. Fixes #479960.
983 2007-09-23 Stefan Kost <ensonic@users.sf.net>
985 * sys/oss/gstosshelper.c:
986 Use GST_WARNING instead of a g_critical. This situation is not caused
989 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
993 Updated translations.
995 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
997 translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1000 Added Basque translation.
1002 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
1004 translated by: Abel Cheung <abelcheung@gmail.com>
1008 Added Chinese (traditional and Hong Kong) translation.
1010 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
1012 translated by: Jakub Bogusz <qboosh@pld-linux.org>
1015 Added Polish translation.
1017 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
1019 translated by: Ilkka Tuohela <hile@iki.fi>
1022 Added Finnish translation.
1024 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
1026 translated by: Jorge González González <aloriel@gmail.com>
1029 Added Spanish translation.
1031 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
1033 translated by: Mogens Jaeger <mogens@jaeger.tf>
1036 Added Danish translation.
1038 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
1040 translated by: Funda Wang <fundawang@linux.net.cn>
1043 Added Chinese (simplified) translation.
1045 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
1047 translated by: Alexander Shopov <ash@contact.bg>
1050 Added Bulgarian translation.
1052 2007-09-21 Wim Taymans <wim.taymans@gmail.com>
1054 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1055 Set outgoing packet duration because we can. Fixes #478244 some more.
1057 2007-09-20 Stefan Kost <ensonic@users.sf.net>
1059 * ext/cairo/gsttextoverlay.c:
1060 Add info about static leak.
1062 * tests/check/Makefile.am:
1063 * tests/check/generic/states.c:
1064 Improved state change unit test.
1066 2007-09-19 Stefan Kost <ensonic@users.sf.net>
1068 * docs/plugins/.cvsignore:
1069 * tests/check/.cvsignore:
1070 Ignore registries in any format.
1072 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
1074 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1075 Removed some unused code.
1077 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1078 * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1079 * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1080 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1081 * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1082 (gst_rtp_theora_pay_flush_packet):
1083 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1084 Try to preserve the incomming buffer duration on the outgoing
1085 packets. Fixes #478244.
1087 2007-09-18 Tim-Philipp Müller <tim at centricular dot net>
1089 * ext/taglib/gstapev2mux.cc:
1090 * ext/taglib/gstid3v2mux.cc:
1091 Work around compiler warnings with g++-4.2 when assigning a
1092 string constant to a gchar * (partially fixes #478092).
1094 2007-09-18 Tim-Philipp Müller <tim at centricular dot net>
1097 We require core CVS now for gst_base_src_set_do_timestamp().
1099 2007-09-17 Jan Schmidt <Jan.Schmidt@sun.com>
1101 * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1102 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1103 (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1104 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1105 (gst_rtspsrc_handle_message):
1106 Fix compiler warnings shown with Forte.
1108 2007-09-16 Wim Taymans <wim.taymans@gmail.com>
1110 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1111 (gst_rtspsrc_dup_printf):
1112 Give meaningfull error when all streams failed to configure for some
1115 2007-09-16 Wim Taymans <wim.taymans@gmail.com>
1118 Update README with the design for synchronisation rules of RTP on
1119 sender and receiver.
1121 2007-09-14 Sebastian Dröge <slomo@circular-chaos.org>
1123 * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1124 (gst_wavparse_chain):
1125 Don't push EOS from the chain function, the element
1126 driving the pipeline is responsible for this. The bug
1127 this was meant to fix seems to be queue not forwarding
1128 EOS in all cases (see #476514).
1130 2007-09-13 Wim Taymans <wim.taymans@gmail.com>
1132 * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1133 (gst_level_transform_ip):
1134 * gst/level/gstlevel.h:
1135 Use basetransform segment so that it is correctly managed on flushes and
1137 Report message timestamp as stream time, which is what an application
1140 2007-09-13 Sebastian Dröge <slomo@circular-chaos.org>
1142 * ext/taglib/gstapev2mux.cc:
1143 * ext/taglib/gstapev2mux.h:
1144 * ext/taglib/gsttaglibmux.c:
1145 * tests/check/elements/apev2mux.c:
1146 Update my mail address.
1148 2007-09-13 Sebastian Dröge <slomo@circular-chaos.org>
1150 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1151 (gst_wavparse_loop), (gst_wavparse_chain):
1152 Add EOS logic for the push-based mode too. Fixes #476514.
1154 2007-09-12 Wim Taymans <wim.taymans@gmail.com>
1156 * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1157 * gst/law/alaw-encode.h:
1158 * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1159 (gst_mulawenc_chain):
1160 * gst/law/mulaw-encode.h:
1161 Fix law encoder timestamps.
1163 2007-09-12 Stefan Kost <ensonic@users.sf.net>
1165 * ext/gconf/gstgconfaudiosink.c:
1166 Fix warning when building without debug.
1168 * sys/oss/gstossmixertrack.c:
1169 Use const like in alsamixertrack.c (fixes warnings).
1171 2007-09-11 Wim Taymans <wim.taymans@gmail.com>
1173 * sys/v4l2/v4l2src_calls.c:
1174 (gst_v4l2src_probe_caps_for_format_and_size):
1175 Fix framerate detection code some more.
1176 Handle the case where there is a weird step in the stepwise framerates.
1177 Don't overwrite the min interval with the framerate, use a temp variable
1179 Use max in the Continuous framerate intervals instead of step, which is
1180 1 according to the docs. Fixes #475424.
1182 2007-09-10 Wim Taymans <wim.taymans@gmail.com>
1184 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1185 Make udpsrc timestamp outgoing buffers based on when they were received.
1186 Also make it output a segment in time.
1188 2007-09-10 Stefan Kost <ensonic@users.sf.net>
1190 * gst/avi/gstavidemux.c:
1191 Plug a little leak. Little code cleanups.
1193 2007-09-09 Tim-Philipp Müller <tim at centricular dot net>
1196 Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
1197 flac versions, 's good for cross-compilation karma.
1199 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
1201 Patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
1203 * gst/rtp/gstrtph263pay.c:
1204 Fix up header structure so that compilers don't add padding
1205 between the structure fields, since that would lead to us
1206 sending RTP packets with broken headers (as is currently the
1207 case when compiling with MSVC). Also see similar fixes in
1208 libgstrtp in gst-plugins-base. (#474616; #471194)
1210 2007-09-07 Wim Taymans <wim.taymans@gmail.com>
1212 * sys/v4l2/v4l2src_calls.c:
1213 (gst_v4l2src_probe_caps_for_format_and_size):
1214 Don't overwrite our GValue with 0 but instead use the previously
1215 computed value. Fixes #471823 some more.
1217 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
1219 * docs/plugins/gst-plugins-good-plugins.hierarchy:
1220 No tabs in this file please, or gtk-doc will end up documenting
1221 rather absurd class hierarchies.
1223 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
1225 * ext/gconf/gstswitchsink.c:
1226 If the new kid element fails to change state for some reason
1227 (e.g. esdsink not being able to connect to the sound server),
1228 forward the error message it posted on the bus instead of just
1229 posting a generic 'Internal state change error: please file a
1230 bug' error message. Fixes #471364.
1232 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
1234 * gst/qtdemux/Makefile.am:
1235 * gst/qtdemux/qtdemux.c:
1236 Don't assume tags are encoded as UTF-8 (#473670).
1238 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
1240 * sys/v4l2/gstv4l2src.c:
1241 * sys/v4l2/gstv4l2src.h:
1242 * sys/v4l2/v4l2src_calls.c:
1243 Implement LATENCY queries in the crudest way possible so I don't
1244 have to use sync=false any longer when testing with videosinks.
1246 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
1251 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
1253 * sys/v4l2/v4l2src_calls.c:
1254 (gst_v4l2src_probe_caps_for_format_and_size):
1255 Add some more debugging in the framerate function.
1256 Iterate stepwise framerate up to and _including_ the max and if nothing
1257 was added to the list, add a dummy 0/1 to 100/1 framerate so that we
1258 don't end up with an empty list. Fixes #471823
1260 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
1262 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1263 (gst_multiudpsink_set_clients_string),
1264 (gst_multiudpsink_get_clients_string),
1265 (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
1266 (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
1267 (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
1268 (gst_multiudpsink_clear):
1269 Add property do configure destination address/port pairs
1270 API:GstMultiUDPSink::clients
1272 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
1274 * tests/examples/Makefile.am:
1275 * tests/examples/rtp/Makefile.am:
1276 * tests/examples/rtp/client-H263p-AMR.sh:
1277 * tests/examples/rtp/client-H263p-PCMA.sdp:
1278 * tests/examples/rtp/client-H263p-PCMA.sh:
1279 * tests/examples/rtp/client-H264-PCMA.sdp:
1280 * tests/examples/rtp/client-H264-PCMA.sh:
1281 * tests/examples/rtp/client-PCMA.sh:
1282 * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
1283 * tests/examples/rtp/server-alsasrc-PCMA.sh:
1284 * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
1285 * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1286 Added some RTP example scripts for sending and receiving RTP streams.
1288 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
1290 * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
1291 (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
1292 Restructure the setcaps function so that we can also compute the
1293 expected GStreamer output size of the video frames.
1294 Set frame_byte_size correctly so that read-based devices have a chance
1295 of working correctly.
1296 When grabbing a frame, discard frames that are not of the expected size.
1297 Some cameras don't output the right framesize for the first buffer.
1298 Try only a couple of times to get a valid frame, else error out.
1300 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1301 (gst_v4l2_fill_lists), (gst_v4l2_get_input):
1302 Add some more debug info when scanning the device.
1304 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
1305 (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1306 (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
1307 (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
1308 Add some more debug info when dequeing a frame.
1310 2007-09-04 Stefan Kost <ensonic@users.sf.net>
1312 * gst/wavparse/gstwavparse.c:
1313 More code cleanups. Add some more comment and improve debugs logs.
1315 2007-09-04 Stefan Kost <ensonic@users.sf.net>
1317 * gst/wavparse/gstwavparse.c:
1318 * gst/wavparse/gstwavparse.h:
1319 Implement seek-query. Refactor duration calculations. Appropriate use
1320 of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
1323 2007-09-03 Stefan Kost <ensonic@users.sf.net>
1325 * gst/avi/gstavidemux.c:
1326 Implement seek-query.
1328 2007-08-29 Wim Taymans <wim.taymans@gmail.com>
1330 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
1331 (gst_rtspsrc_dup_printf):
1332 Use new basesink async property to make sparse RTCP packet not wait for
1335 2007-08-27 Jan Schmidt <thaytan@mad.scientist.com>
1337 * gst/audiofx/Makefile.am:
1338 Dist the right file.
1340 2007-08-23 Wim Taymans <wim.taymans@gmail.com>
1342 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
1343 (gst_rtspsrc_get_float), (gst_rtspsrc_play):
1344 Make sure we generate and parse floating point values in the POSIX
1345 locale instead of the current locale.
1347 2007-08-22 Wim Taymans <wim.taymans@gmail.com>
1349 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
1350 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
1352 * gst/rtsp/gstrtspsrc.h:
1353 Fix method detection again.
1354 Keep track of when we must send a Range header.
1355 Use segment values for Range, Speed and Scale headers.
1356 Parse Speed and Scale headers to update the segment values.
1358 2007-08-22 Stefan Kost <ensonic@users.sf.net>
1360 patch by: Mark Nauwelaerts <manauw@skynet.be>
1362 * sys/v4l2/v4l2src_calls.c:
1363 Handle optional v4l2 ioctls gracefully.
1365 2007-08-20 Wim Taymans <wim.taymans@gmail.com>
1367 * gst/rtp/Makefile.am:
1368 * gst/rtp/gstrtp.c: (plugin_init):
1369 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
1370 (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
1371 (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
1372 (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
1373 (gst_rtp_h263_depay_get_property),
1374 (gst_rtp_h263_depay_change_state),
1375 (gst_rtp_h263_depay_plugin_init):
1376 * gst/rtp/gstrtph263depay.h:
1377 Added an H263 depayloader. Fixes #369392.
1379 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1380 (gst_rtp_h263p_depay_process):
1381 * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
1382 (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
1383 Make the H263+ pay/depayloader support H263-1998 and H263-2000
1385 Also alow plain H263 on the h263p payloaders. Fixes #465040.
1387 2007-08-19 Sebastian Dröge <slomo@circular-chaos.org>
1389 * gst/audiofx/audiochebyshevfreqband.c:
1390 * gst/audiofx/audiochebyshevfreqlimit.c:
1391 Add small comparision with the windowed sinc filters in the docs.
1393 2007-08-19 Sebastian Dröge <slomo@circular-chaos.org>
1395 * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
1396 (audiochebyshevfreqband_suite):
1397 * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
1398 (audiochebyshevfreqlimit_suite):
1399 Also test 32 bit float mode and the type 2 variants of the filters.
1401 2007-08-18 Wim Taymans <wim.taymans@gmail.com>
1403 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1404 (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
1406 Refactor the udp and interleaved loop function a bit.
1408 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
1410 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1411 (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
1412 (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
1413 (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
1414 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
1415 (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
1416 * gst/rtsp/gstrtspsrc.h:
1417 Protect connection activity with a new lock, avoids deadlocks when going
1418 to PAUSED. Fixes #455808.
1420 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
1422 * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
1423 Fix debug statement.
1425 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
1427 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
1428 Fix stray %u in debug line as spotted by Saur on IRC.
1430 2007-08-17 Sebastian Dröge <slomo@circular-chaos.org>
1432 * gst/audiofx/audiochebyshevfreqband.c:
1433 (gst_audio_chebyshev_freq_band_class_init):
1434 * gst/audiofx/audiochebyshevfreqlimit.c:
1435 (gst_audio_chebyshev_freq_limit_class_init):
1436 Use generator macros for the process functions for the different
1437 sample types, add lower upper boundaries for the GObject properties
1438 so automatically generated UIs can use sliders and add a note about
1439 the number of poles as a too high number of poles combined with
1440 very low or very high frequencies will produce only noise.
1441 * docs/plugins/gst-plugins-good-plugins.args:
1442 Regenerated for the property changes.
1444 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
1446 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
1447 (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
1448 (gst_rtspsrc_stream_configure_udp_sink),
1449 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
1450 (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
1451 (gst_rtspsrc_try_send), (gst_rtspsrc_send),
1452 (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
1453 (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
1454 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1455 * gst/rtsp/gstrtspsrc.h:
1456 Improve timeout handling.
1457 Use the same socket for sending and receiving RTCP packets so that some
1458 servers can track clients better.
1459 Improve connection closed handling. Try to reconnect.
1460 Don't overwrite our content base with NULL.
1462 Improve range parsing and handling.
1463 Remove flushing hack now that core does the right thing.
1465 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
1467 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1468 (gst_multiudpsink_init), (gst_multiudpsink_set_property),
1469 (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
1470 (gst_multiudpsink_close), (gst_multiudpsink_add):
1471 * gst/udp/gstmultiudpsink.h:
1472 Add support for getting and setting the socket to use.
1474 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
1475 (gst_udpsrc_create), (gst_udpsrc_get_property):
1476 Add support for getting the currently used socket.
1478 2007-08-16 Sebastian Dröge <slomo@circular-chaos.org>
1480 reviewed by: Stefan Kost <ensonic@users.sf.net>
1482 * gst/audiofx/Makefile.am:
1483 * gst/audiofx/audiochebyshevfreqband.c:
1484 (gst_audio_chebyshev_freq_band_mode_get_type),
1485 (gst_audio_chebyshev_freq_band_base_init),
1486 (gst_audio_chebyshev_freq_band_dispose),
1487 (gst_audio_chebyshev_freq_band_class_init),
1488 (gst_audio_chebyshev_freq_band_init),
1489 (generate_biquad_coefficients), (calculate_gain),
1490 (generate_coefficients),
1491 (gst_audio_chebyshev_freq_band_set_property),
1492 (gst_audio_chebyshev_freq_band_get_property),
1493 (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
1494 (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
1495 (gst_audio_chebyshev_freq_band_start):
1496 * gst/audiofx/audiochebyshevfreqband.h:
1497 * gst/audiofx/audiochebyshevfreqlimit.c:
1498 (gst_audio_chebyshev_freq_limit_mode_get_type),
1499 (gst_audio_chebyshev_freq_limit_base_init),
1500 (gst_audio_chebyshev_freq_limit_dispose),
1501 (gst_audio_chebyshev_freq_limit_class_init),
1502 (gst_audio_chebyshev_freq_limit_init),
1503 (generate_biquad_coefficients), (calculate_gain),
1504 (generate_coefficients),
1505 (gst_audio_chebyshev_freq_limit_set_property),
1506 (gst_audio_chebyshev_freq_limit_get_property),
1507 (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
1508 (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
1509 (gst_audio_chebyshev_freq_limit_start):
1510 * gst/audiofx/audiochebyshevfreqlimit.h:
1511 * gst/audiofx/audiofx.c: (plugin_init):
1512 Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
1515 * tests/check/Makefile.am:
1516 * tests/check/elements/.cvsignore:
1517 * tests/check/elements/audiochebyshevfreqband.c:
1518 (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
1519 (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
1520 * tests/check/elements/audiochebyshevfreqlimit.c:
1521 (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
1522 (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
1523 Add unit tests for the chebyshev filters.
1525 * docs/plugins/Makefile.am:
1526 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1527 * docs/plugins/gst-plugins-good-plugins-sections.txt:
1528 * docs/plugins/gst-plugins-good-plugins.args:
1529 * docs/plugins/inspect/plugin-1394.xml:
1530 * docs/plugins/inspect/plugin-audiofx.xml:
1531 * docs/plugins/inspect/plugin-dv.xml:
1532 * docs/plugins/inspect/plugin-flac.xml:
1533 * docs/plugins/inspect/plugin-jpeg.xml:
1534 * docs/plugins/inspect/plugin-png.xml:
1535 * docs/plugins/inspect/plugin-rtp.xml:
1536 * docs/plugins/inspect/plugin-shout2send.xml:
1537 * docs/plugins/inspect/plugin-wavpack.xml:
1538 And add docs for the chebyshev filters. While doing
1539 that also run make update in docs/plugins.
1541 2007-08-16 Stefan Kost <ensonic@users.sf.net>
1543 * ext/annodex/gstcmmltag.c:
1544 * gst/rtp/gstrtpvorbispay.c:
1545 Make ro memory to share.
1547 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
1549 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1550 Improve UDP performance by avoiding a select() when we have data
1551 available immediatly.
1553 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
1555 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
1556 (gst_rtp_dec_class_init):
1557 * gst/rtsp/gstrtpdec.h:
1558 Add (dummy) SSRC management signals.
1560 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
1561 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
1562 (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
1563 (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
1564 (on_timeout), (gst_rtspsrc_stream_configure_manager),
1565 (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
1566 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1567 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1568 * gst/rtsp/gstrtspsrc.h:
1569 Add connection-speed property.
1570 Add find_stream helper functions.
1571 Handle stream EOS based on BYE messages or SSRC timeout.
1572 Returns SUCCESS from the state change function as we hide our async
1573 elements from the parent.
1575 2007-08-16 Stefan Kost <ensonic@users.sf.net>
1577 * gst/debug/rndbuffersize.c:
1580 2007-08-14 Stefan Kost <ensonic@users.sf.net>
1582 * gst/debug/Makefile.am:
1583 * gst/debug/breakmydata.c:
1584 * gst/debug/gstdebug.c:
1585 * gst/debug/negotiation.c:
1586 * gst/debug/progressreport.c:
1587 * gst/debug/rndbuffersize.c:
1588 * gst/debug/testplugin.c:
1589 Add new test element and clean-up the others a little.
1591 2007-08-12 Wim Taymans <wim.taymans@gmail.com>
1593 * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1594 Fix parsing of mp4a version 0 atoms. Fixes #465774.
1596 2007-08-10 Stefan Kost <ensonic@users.sf.net>
1598 * gst/rtp/gstrtpilbcdepay.c:
1601 2007-08-10 Wim Taymans <wim.taymans@gmail.com>
1603 * gst/rtp/gstrtpmpvdepay.c:
1604 Set the mpegversion in the caps so that autoplugging does not get
1607 2007-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
1612 Updated translations.
1614 2007-08-08 Michael Smith <msmith@fluendo.com>
1616 * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
1617 Render right border in the correct location.
1619 2007-08-08 Wim Taymans <wim.taymans@gmail.com>
1621 Patch by: Olivier Crete <tester at tester dot ca>
1623 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
1624 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
1625 Make mode property a string. Fixes #464475.
1627 2007-08-05 Stefan Kost <ensonic@users.sf.net>
1629 * ext/flac/gstflacenc.c:
1630 Widen caps to match decoder a bit and add more FIXMEs.
1632 2007-08-05 Stefan Kost <ensonic@users.sf.net>
1634 patch by: Mark Nauwelaerts <manauw@skynet.be>
1636 * gst/avi/gstavimux.c:
1637 Fix ODML index tag numbering. Fixes #463624.
1639 2007-08-03 Wim Taymans <wim.taymans@gmail.com>
1641 * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
1642 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
1643 (gst_rtspsrc_stream_configure_tcp),
1644 (gst_rtspsrc_stream_configure_udp_sink):
1645 Fix default clock-rate for realmedia.
1646 Fix parsing of transport.
1647 Don't try to link NULL pads.
1649 2007-07-30 Tim-Philipp Müller <tim at centricular dot net>
1652 Add POTFILES.skip with list of source files that aren't disted at the
1653 moment but contain translatable strings. Should hopefully pacify
1654 broken tools and make it clearer that these files are left out
1655 intentionally (#461600).
1657 2007-07-30 Edward Hervey <bilboed@bilboed.com>
1659 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
1660 If the buffer was entirely clipped ... don't try sending it :)
1662 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
1664 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
1665 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
1666 (gst_rtspsrc_create_transports_string),
1667 (gst_rtspsrc_prepare_transports):
1668 If we don't hav a session manager, set the caps on outgoing buffers
1670 Force PAUSE/PLAY methods for now until the extensions can overwrite.
1671 Append final bit of the transport string even when it does not contain a
1674 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
1676 * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
1677 (gst_rtsp_ext_list_connect):
1678 * gst/rtsp/gstrtspext.h:
1679 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1680 (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
1681 Clean up the interface list.
1682 Allow connecting to interface signals for the extensions.
1683 Remove old extension code.
1684 Free list on cleanup.
1685 Allow extensions to send additional RTSP messages.
1687 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
1689 * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
1690 Handle a NULL gconf key gracefully by rendering the default element.
1692 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
1694 * gst/rtsp/gstrtspext.h:
1695 Fix include path for extension interface.
1697 2007-07-26 Sebastian Dröge <slomo@circular-chaos.org>
1699 * gst/audiofx/audioamplify.h:
1700 Also remove a now unecessary variable here.
1702 2007-07-26 Sebastian Dröge <slomo@circular-chaos.org>
1704 * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
1705 (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
1706 * gst/audiofx/audiodynamic.c:
1707 (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
1708 (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
1709 * gst/audiofx/audiodynamic.h:
1710 * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1711 (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
1712 * gst/audiofx/audioinvert.h:
1713 Don't save format information ourselves, this is already saved in
1716 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
1718 * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
1719 (gst_rtsp_ext_list_stream_select):
1720 * gst/rtsp/gstrtspext.h:
1721 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1722 Use rank to filter out extensions.
1723 Add url to stream_select interface call.
1725 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
1727 * gst/rtsp/Makefile.am:
1728 * gst/rtsp/base64.c:
1729 * gst/rtsp/base64.h:
1730 * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
1731 (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
1732 (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
1733 (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
1734 (gst_rtsp_ext_list_setup_media),
1735 (gst_rtsp_ext_list_configure_stream),
1736 (gst_rtsp_ext_list_get_transports),
1737 (gst_rtsp_ext_list_stream_select):
1738 * gst/rtsp/gstrtspext.h:
1739 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
1740 (gst_rtspsrc_class_init), (gst_rtspsrc_init),
1741 (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
1742 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
1743 (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
1744 (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
1745 (gst_rtspsrc_stream_configure_tcp),
1746 (gst_rtspsrc_stream_configure_mcast),
1747 (gst_rtspsrc_stream_configure_udp),
1748 (gst_rtspsrc_stream_configure_udp_sink),
1749 (gst_rtspsrc_stream_configure_transport),
1750 (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
1751 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
1752 (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
1753 (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
1754 (gst_rtspsrc_try_send), (gst_rtspsrc_send),
1755 (gst_rtspsrc_parse_methods),
1756 (gst_rtspsrc_create_transports_string),
1757 (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
1758 (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
1759 (gst_rtspsrc_play), (gst_rtspsrc_pause),
1760 (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
1761 * gst/rtsp/gstrtspsrc.h:
1763 * gst/rtsp/rtspconnection.c:
1764 * gst/rtsp/rtspconnection.h:
1765 * gst/rtsp/rtspdefs.c:
1766 * gst/rtsp/rtspdefs.h:
1767 * gst/rtsp/rtspext.h:
1768 * gst/rtsp/rtspextwms.c:
1769 * gst/rtsp/rtspextwms.h:
1770 * gst/rtsp/rtspmessage.c:
1771 * gst/rtsp/rtspmessage.h:
1772 * gst/rtsp/rtsprange.c:
1773 * gst/rtsp/rtsprange.h:
1774 * gst/rtsp/rtsptransport.c:
1775 * gst/rtsp/rtsptransport.h:
1776 * gst/rtsp/rtspurl.c:
1777 * gst/rtsp/rtspurl.h:
1779 * gst/rtsp/sdpmessage.c:
1780 * gst/rtsp/sdpmessage.h:
1782 Use shiny new RTSP and SDP library.
1783 Implement RTSP extensions using the new interface.
1784 Remove a lot of old code.
1786 2007-07-24 Edward Hervey <bilboed@bilboed.com>
1788 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1789 Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
1791 2007-07-24 Sebastian Dröge <slomo@circular-chaos.org>
1793 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1794 Don't unref the outgoing buffer twice when dropping it because it's
1795 outside of the segment.
1797 2007-07-24 Sebastian Dröge <slomo@circular-chaos.org>
1800 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1801 (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
1802 Use the new buffer clipping function from gstaudio here and
1803 require gst-plugins-base CVS.
1804 * tests/check/elements/wavpackdec.c: (GST_START_TEST):
1805 For framed Wavpack buffers we require a valid timestamp.
1807 2007-07-23 Wim Taymans <wim.taymans@gmail.com>
1809 * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1810 (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
1811 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
1812 Clip raw audio and video when we can, keep track of current output
1814 Don't leak buffers and events when there is no output pad.
1815 Improve debugging here and there.
1817 2007-07-23 Stefan Kost <ensonic@users.sf.net>
1820 Sync liboil check with plugins-base.
1822 2007-07-20 Stefan Kost <ensonic@users.sf.net>
1824 * ext/annodex/Makefile.am:
1827 * ext/cdio/gstcdiocddasrc.c:
1828 * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1831 * ext/cairo/Makefile.am:
1832 * gst/videofilter/Makefile.am:
1833 * tests/examples/level/Makefile.am:
1834 Use $(LIBM) instead of -lm
1836 2007-07-18 Stefan Kost <ensonic@users.sf.net>
1838 * sys/v4l2/gstv4l2src.c:
1839 Add another example pipeline.
1841 2007-07-18 Stefan Kost <ensonic@users.sf.net>
1843 Patch by: Alexander Eichner <alexeichi@yahoo.de>
1845 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
1848 * sys/v4l2/gstv4l2tuner.c:
1849 (gst_v4l2_tuner_set_frequency_and_notify):
1850 Don't touch the property - its still disabled.
1852 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
1853 (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
1854 * sys/v4l2/v4l2src_calls.h:
1855 Improve fallback format negotionation. Fixes #451388
1857 2007-07-18 Stefan Kost <ensonic@users.sf.net>
1859 * tests/check/elements/videocrop.c: (GST_START_TEST):
1862 2007-07-18 Stefan Kost <ensonic@users.sf.net>
1864 * docs/plugins/Makefile.am:
1865 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1866 * docs/plugins/gst-plugins-good-plugins-sections.txt:
1867 * docs/plugins/inspect/plugin-jpeg.xml:
1868 * docs/plugins/inspect/plugin-png.xml:
1869 * ext/jpeg/gstjpegdec.c:
1870 * ext/libpng/gstpngdec.c: (gst_pngdec_task),
1871 (gst_pngdec_sink_setcaps):
1872 More docs. More logs in pngdec.
1874 2007-07-17 Stefan Kost <ensonic@users.sf.net>
1876 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
1877 Initialize num_buffers with minimum value.
1879 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
1880 (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
1881 Handle frame-size query failure gracefully.
1883 2007-07-16 Wim Taymans <wim.taymans@gmail.com>
1885 * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1886 Fix parsing of esds atoms inside mp4a atoms so that we can set correct
1887 codec_info for AAC audio. Fixes #457097 along with a whole other bunch
1890 2007-07-16 Sebastian Dröge <slomo@circular-chaos.org>
1892 * ext/wavpack/gstwavpackdec.c:
1893 (gst_wavpack_dec_clip_outgoing_buffer):
1894 Fix buffer clipping to correctly clip to the segment stop.
1896 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
1899 * tests/Makefile.am:
1900 Remove bogus check for libcheck, since we check for
1901 gstreamer-check and it pulls in the required info from there,
1902 and we weren't actually _using_ the information for libcheck
1905 2007-07-12 Stefan Kost <ensonic@users.sf.net>
1908 Use pkg-config to locate check.
1910 2007-07-11 Tim-Philipp Müller <tim at centricular dot net>
1912 * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
1913 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
1914 * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
1915 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1916 * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
1917 * gst/effectv/gstaging.c: (gst_agingtv_transform):
1918 * gst/effectv/gstdice.c: (gst_dicetv_transform):
1919 * gst/effectv/gstedge.c: (gst_edgetv_transform):
1920 * gst/effectv/gstquark.c: (gst_quarktv_transform):
1921 * gst/effectv/gstrev.c: (gst_revtv_transform):
1922 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
1923 * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
1924 * gst/effectv/gstwarp.c: (gst_warptv_transform):
1925 * gst/matroska/matroska-demux.c:
1926 (gst_matroska_demux_add_wvpk_header),
1927 (gst_matroska_demux_check_subtitle_buffer),
1928 (gst_matroska_decode_buffer):
1929 * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
1930 Fix build against core CVS.
1932 2007-07-10 Edward Hervey <bilboed@gmail.com>
1934 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
1935 Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
1936 don't have enough granularity to convert that boolean into a
1939 2007-07-06 Michael Smith <msmith@fluendo.com>
1941 * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
1942 (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
1943 (gst_alawdec_change_state):
1944 * gst/law/alaw-decode.h:
1945 * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1946 (gst_mulawdec_class_init), (gst_mulawdec_init),
1947 (gst_mulawdec_chain), (gst_mulawdec_change_state):
1948 * gst/law/mulaw-decode.h:
1949 Fix capsnego bogosity in *law decoders.
1951 2007-07-06 Michael Smith <msmith@fluendo.com>
1953 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
1954 (gst_smokeenc_setcaps), (gst_smokeenc_chain),
1955 (gst_smokeenc_change_state):
1956 * ext/jpeg/gstsmokeenc.h:
1957 Remove stupidity in get/set caps functions.
1958 Fix some refcounting problems.
1960 2007-07-06 Jan Schmidt <thaytan@mad.scientist.com>
1962 * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
1963 Remove endianness-flipping hack that seems to have been required
1964 only because of a bug in ffmpegcolorspace.
1965 Partially Fixes: #451908
1967 2007-07-05 Stefan Kost <ensonic@users.sf.net>
1969 * docs/plugins/Makefile.am:
1970 Simplify --extra-dir as gtkdoc scans recursively.
1972 2007-07-03 Wim Taymans,,, <set EMAIL_ADDRESS environment variable>
1974 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1976 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
1977 Set the encoding-name in the rtp caps to all uppercase, as required by
1979 Some small cleanups in the error paths. Fixes #453037.
1981 2007-06-28 Sebastian Dröge <slomo@circular-chaos.org>
1983 * ext/wavpack/gstwavpackparse.c:
1984 (gst_wavpack_parse_index_get_last_entry),
1985 (gst_wavpack_parse_index_get_entry_from_sample),
1986 (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1987 (gst_wavpack_parse_scan_to_find_sample):
1988 * ext/wavpack/gstwavpackparse.h:
1989 Use a GSList for the GArray that is used like a list anyway.
1991 2007-06-28 Tim-Philipp Müller <tim at centricular dot net>
1993 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
1994 (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
1995 (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
1996 Add state change function where we set 0/1 as default framerate in
1997 case our setcaps function isn't called, like it might not in a
1998 filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
1999 gdkpixbufdec trying to create caps with a 0/0 framerate.
2000 Also post an error message on the bus if gst_pad_push() fails when
2001 called from our sink event handler (+1 for flow returns for event
2002 functions in 0.11) instead of failing silently.
2004 2007-06-27 Wim Taymans <wim@fluendo.com>
2006 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2007 Cast stack args to the proper types. Fixes #451249.
2009 2007-06-27 Wim Taymans <wim@fluendo.com>
2011 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2012 (new_session_pad), (gst_rtspsrc_setup_streams):
2013 * gst/rtsp/gstrtspsrc.h:
2014 For container formats we only need to activate one of the streams so
2015 that we correctly signal no-more-pads. Fixes #451015.
2017 2007-06-25 Stefan Kost <ensonic@users.sf.net>
2019 * docs/plugins/gst-plugins-good-plugins.args:
2020 * docs/plugins/inspect/plugin-aasink.xml:
2021 * docs/plugins/inspect/plugin-alaw.xml:
2022 * docs/plugins/inspect/plugin-alpha.xml:
2023 * docs/plugins/inspect/plugin-alphacolor.xml:
2024 * docs/plugins/inspect/plugin-annodex.xml:
2025 * docs/plugins/inspect/plugin-apetag.xml:
2026 * docs/plugins/inspect/plugin-audiofx.xml:
2027 * docs/plugins/inspect/plugin-auparse.xml:
2028 * docs/plugins/inspect/plugin-autodetect.xml:
2029 * docs/plugins/inspect/plugin-avi.xml:
2030 * docs/plugins/inspect/plugin-cacasink.xml:
2031 * docs/plugins/inspect/plugin-cairo.xml:
2032 * docs/plugins/inspect/plugin-cdio.xml:
2033 * docs/plugins/inspect/plugin-cutter.xml:
2034 * docs/plugins/inspect/plugin-debug.xml:
2035 * docs/plugins/inspect/plugin-efence.xml:
2036 * docs/plugins/inspect/plugin-effectv.xml:
2037 * docs/plugins/inspect/plugin-esdsink.xml:
2038 * docs/plugins/inspect/plugin-flac.xml:
2039 * docs/plugins/inspect/plugin-flxdec.xml:
2040 * docs/plugins/inspect/plugin-gconfelements.xml:
2041 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2042 * docs/plugins/inspect/plugin-goom.xml:
2043 * docs/plugins/inspect/plugin-halelements.xml:
2044 * docs/plugins/inspect/plugin-icydemux.xml:
2045 * docs/plugins/inspect/plugin-id3demux.xml:
2046 * docs/plugins/inspect/plugin-jpeg.xml:
2047 * docs/plugins/inspect/plugin-ladspa.xml:
2048 * docs/plugins/inspect/plugin-level.xml:
2049 * docs/plugins/inspect/plugin-matroska.xml:
2050 * docs/plugins/inspect/plugin-mulaw.xml:
2051 * docs/plugins/inspect/plugin-multipart.xml:
2052 * docs/plugins/inspect/plugin-navigationtest.xml:
2053 * docs/plugins/inspect/plugin-ossaudio.xml:
2054 * docs/plugins/inspect/plugin-png.xml:
2055 * docs/plugins/inspect/plugin-quicktime.xml:
2056 * docs/plugins/inspect/plugin-rtp.xml:
2057 * docs/plugins/inspect/plugin-rtsp.xml:
2058 * docs/plugins/inspect/plugin-smpte.xml:
2059 * docs/plugins/inspect/plugin-speex.xml:
2060 * docs/plugins/inspect/plugin-taglib.xml:
2061 * docs/plugins/inspect/plugin-udp.xml:
2062 * docs/plugins/inspect/plugin-videobalance.xml:
2063 * docs/plugins/inspect/plugin-videobox.xml:
2064 * docs/plugins/inspect/plugin-videocrop.xml:
2065 * docs/plugins/inspect/plugin-videoflip.xml:
2066 * docs/plugins/inspect/plugin-videomixer.xml:
2067 * docs/plugins/inspect/plugin-wavenc.xml:
2068 * docs/plugins/inspect/plugin-wavparse.xml:
2069 * docs/plugins/inspect/plugin-ximagesrc.xml:
2070 Update docs with caps info.
2072 2007-06-25 Tim-Philipp Müller <tim at centricular dot net>
2075 Add more files with translatable strings (#450878).
2077 2007-06-22 Jan Schmidt <thaytan@noraisin.net>
2080 Updating all the maintainers files
2082 2007-06-22 Edward Hervey <edward@fluendo.com>
2084 * ext/flac/gstflactag.c: (gst_flac_tag_init):
2085 * gst/interleave/deinterleave.c: (deinterleave_init),
2086 (deinterleave_sink_link):
2087 * gst/interleave/interleave.c: (interleave_init):
2088 * gst/median/gstmedian.c: (gst_median_init):
2089 * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2091 * tests/check/elements/id3demux.c: (pad_added_cb):
2092 Remove unused variable.
2094 2007-06-21 Jan Schmidt <thaytan@mad.scientist.com>
2096 * ext/gconf/gconf.h:
2097 Make the prototype of gst_gconf_get_key_for_sink_profile
2098 match the implementation.
2099 Patch by: Damien Carbery <damien dot carbery at sun dot com>
2102 2007-06-20 Michael Smith <msmith@fluendo.com>
2104 * gst/rtp/gstrtpdepay.c:
2105 Fix description - rtpdepay is not a payloader.
2107 2007-06-20 Stefan Kost <ensonic@users.sf.net>
2109 * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2110 (qtdemux_video_caps):
2111 * gst/qtdemux/qtdemux_fourcc.h:
2112 Add MJPG to the variants of motion jpeg.
2114 2007-06-19 Tim-Philipp Müller <tim at centricular dot net>
2116 * tests/check/Makefile.am:
2117 * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2118 * tests/check/elements/videocrop.c: (GST_START_TEST):
2119 * tests/check/elements/videofilter.c:
2120 * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2121 * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2122 Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2123 error flags are included and it errors out on compiler warnings
2124 for CVS builds; remove unused variables in various unit tests.
2126 2007-06-19 Wim Taymans <wim@fluendo.com>
2128 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2129 (rtsp_connection_close), (rtsp_connection_free):
2130 Use threadsafe inet_ntop to convert an ip number to a string.
2132 Don't leak fd (and ip) when freeing a connection without first closing
2135 2007-06-19 Jan Schmidt <thaytan@mad.scientist.com>
2140 * gst-plugins-good.doap:
2141 Add 0.10.6 to the doap file.
2143 === release 0.10.6 ===
2145 2007-06-18 Jan Schmidt <thaytan@mad.scientist.com>
2148 releasing 0.10.6, "Wobble Board"
2150 2007-06-17 Tim-Philipp Müller <tim at centricular dot net>
2152 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2153 (rtsp_connection_free):
2154 Revert previous commit again, since we are frozen (sorry).
2156 2007-06-17 Tim-Philipp Müller <tim at centricular dot net>
2158 Patch by: Peter Kjellerstedt <pkj at axis com>
2160 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2161 (rtsp_connection_free):
2162 inet_ntoa() uses a static buffer internally, so we need to copy the
2163 returned string if we want to store it for later (#447961).
2165 2007-06-15 Jan Schmidt <thaytan@mad.scientist.com>
2167 * win32/vs6/autogen.dsp:
2168 * win32/vs6/gst_plugins_good.dsw:
2169 * win32/vs6/libgstalaw.dsp:
2170 * win32/vs6/libgstalpha.dsp:
2171 * win32/vs6/libgstalphacolor.dsp:
2172 * win32/vs6/libgstapetag.dsp:
2173 * win32/vs6/libgstaudiofx.dsp:
2174 * win32/vs6/libgstauparse.dsp:
2175 * win32/vs6/libgstautodetect.dsp:
2176 * win32/vs6/libgstavi.dsp:
2177 * win32/vs6/libgstcutter.dsp:
2178 * win32/vs6/libgstdirectdraw.dsp:
2179 * win32/vs6/libgstdirectsound.dsp:
2180 * win32/vs6/libgsteffectv.dsp:
2181 * win32/vs6/libgstflx.dsp:
2182 * win32/vs6/libgstgoom.dsp:
2183 * win32/vs6/libgsticydemux.dsp:
2184 * win32/vs6/libgstid3demux.dsp:
2185 * win32/vs6/libgstinterleave.dsp:
2186 * win32/vs6/libgstjpeg.dsp:
2187 * win32/vs6/libgstlevel.dsp:
2188 * win32/vs6/libgstmatroska.dsp:
2189 * win32/vs6/libgstmedian.dsp:
2190 * win32/vs6/libgstmonoscope.dsp:
2191 * win32/vs6/libgstmulaw.dsp:
2192 * win32/vs6/libgstmultipart.dsp:
2193 * win32/vs6/libgstqtdemux.dsp:
2194 * win32/vs6/libgstrtp.dsp:
2195 * win32/vs6/libgstrtsp.dsp:
2196 * win32/vs6/libgstsmpte.dsp:
2197 * win32/vs6/libgstspeex.dsp:
2198 * win32/vs6/libgstudp.dsp:
2199 * win32/vs6/libgstvideobalance.dsp:
2200 * win32/vs6/libgstvideobox.dsp:
2201 * win32/vs6/libgstvideocrop.dsp:
2202 * win32/vs6/libgstvideoflip.dsp:
2203 * win32/vs6/libgstvideomixer.dsp:
2204 * win32/vs6/libgstwaveform.dsp:
2205 * win32/vs6/libgstwavenc.dsp:
2206 * win32/vs6/libgstwavparse.dsp:
2207 Mark *.dsp & *.dsw as binary files and convert to DOS line
2208 endings, as they don't load into VS6 correctly otherwise.
2210 2007-06-15 Jan Schmidt <thaytan@mad.scientist.com>
2212 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2213 (rtsp_connection_connect):
2214 Fix the MingW build.
2215 Patch By: Vincent Torri <vtorri at univ-evry dot fr>
2218 2007-06-14 Jan Schmidt <thaytan@mad.scientist.com>
2220 * tests/check/elements/.cvsignore:
2221 * tests/icles/.cvsignore:
2222 Hush the buildbots up
2224 2007-06-14 Jan Schmidt <thaytan@mad.scientist.com>
2228 * sys/directdraw/Makefile.am:
2229 * sys/directsound/Makefile.am:
2230 * sys/waveform/Makefile.am:
2231 Make sure to dist everything needed for win32 builds.
2233 2007-06-14 Edward Hervey <edward@fluendo.com>
2235 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2236 For AMR-NB streams, export the AMRSpecificBox as codec_data on the
2240 2007-06-13 Wim Taymans <wim@fluendo.com>
2242 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2243 Make sure we allocate enough memory for the codec_data.
2246 2007-06-12 Sebastien Moutte <sebastien@moutte.net>
2249 Add videocrop project file to the win32 manifest.
2250 * win32/vs6/gst_plugins_good.dsw:
2251 Add qtdemux,videocrop and waveform projects to the workspace.
2252 * win32/vs6/libgstqtdemux.dsp:
2253 Add zlib to the link list of qtdemux.
2254 * win32/vs6/libgstvideocrop.dsp:
2255 Add a project file for videocrop.
2257 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
2260 Add qtdemux for translation
2262 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
2265 * docs/plugins/Makefile.am:
2266 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2267 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2268 * docs/plugins/inspect/plugin-videocrop.xml:
2269 * gst-plugins-good.spec.in:
2271 * tests/check/Makefile.am:
2272 * tests/icles/Makefile.am:
2273 * tests/icles/videocrop-test.c:
2274 Move videocrop and osxvideo from -bad.
2276 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
2279 * docs/plugins/Makefile.am:
2280 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2281 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2282 * docs/plugins/gst-plugins-good-plugins.args:
2283 * docs/plugins/inspect/plugin-qtdemux.xml:
2284 * docs/plugins/inspect/plugin-quicktime.xml:
2286 Move qtdemux from -bad.
2288 * gst-plugins-good.spec.in:
2289 Update spec file to reflect moving of qtdemux and wavpack
2291 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
2294 * docs/plugins/Makefile.am:
2295 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2296 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2297 * docs/plugins/inspect/plugin-directdraw.xml:
2298 * docs/plugins/inspect/plugin-directsound.xml:
2299 * docs/plugins/inspect/plugin-waveform.xml:
2300 Move the waveform plugin from -bad too. Update the inspect xml
2301 files to mention Plugins Good instead of Plugins Bad.
2303 2007-06-12 Andy Wingo <wingo@pobox.com>
2305 * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
2306 (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
2307 (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
2308 finalization and resuscitation. No longer public.
2309 (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
2310 (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
2311 (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
2312 (gst_v4l2_buffer_pool_destroy): Make the pool follow common
2313 miniobject semantics, and be threadsafe.
2314 (gst_v4l2src_queue_frame): Remove this function, as we just call
2315 the ioctls directly in the two places where we queue buffers.
2316 (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
2318 (gst_v4l2src_capture_init): Use the new buffer_pool_new function
2319 to allocate the pool, which also preallocates the GstBuffers.
2320 (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
2321 queueing the frames directly.
2322 (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
2323 mmap buffers have been dequeued.
2325 * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
2326 real MiniObject instead of rolling our own refcounting and
2327 finalizing. Give it a lock.
2328 (struct _GstV4l2Buffer): Remove one intermediary object, having
2329 the buffers hold the struct v4l2_buffer directly.
2331 * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
2332 capture_init so that it can set them on the buffers that it will
2334 (gst_v4l2src_get_read): For better or for worse, include the
2335 timestamping and offsetting code here; really we should be using
2337 (gst_v4l2src_get_mmap): Just make grab_frame return one of our
2338 preallocated, mmap'd buffers.
2340 2007-06-11 Wim Taymans <wim@fluendo.com>
2342 Patch by: daniel fischer <dan at f3c dot com>
2344 * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
2345 (gst_ximage_src_get_caps):
2346 Actually use the display_name property so that we can dump any
2347 available X display. Fixes #445905.
2349 2007-06-11 Wim Taymans <wim@fluendo.com>
2351 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2353 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
2354 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
2355 Add missing rate fields to caps. Fixes #441118.
2357 2007-06-10 Sebastien Moutte <sebastien@moutte.net>
2359 * win32/vs6/gst_plugins_good.dsw:
2360 * win32/vs8/gst-plugins-good.sln:
2361 Add DirectSound and DirectDraw sinks project files to
2362 workspace and solution files.
2364 2007-06-10 Sebastian Dröge <slomo@circular-chaos.org>
2366 Patch by: Josh Coalson <xflac at yahoo dot com>,
2367 updated by Alexis Ballier <aballier at gentoo dot org>:
2370 * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
2371 (gst_flac_dec_setup_seekable_decoder),
2372 (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
2373 (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
2374 (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
2375 * ext/flac/gstflacdec.h:
2376 * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2377 (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
2378 (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
2379 (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
2380 (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
2381 (gst_flac_enc_chain), (gst_flac_enc_set_property),
2382 (gst_flac_enc_get_property), (gst_flac_enc_change_state):
2383 * ext/flac/gstflacenc.h:
2384 Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
2386 2007-06-09 Sebastian Dröge <slomo@circular-chaos.org>
2388 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
2389 Remove workaround for bug #421543. This is fixed in core 0.10.13 and
2390 not necessary anymore as we need at least that core version.
2392 2007-06-09 Sebastian Dröge <slomo@circular-chaos.org>
2394 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2395 (gst_wavpack_dec_chain):
2396 * ext/wavpack/gstwavpackdec.h:
2397 * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2398 (gst_wavpack_parse_push_buffer):
2399 * ext/wavpack/gstwavpackparse.h:
2400 Improve discont handling by checking if the next Wavpack block has
2401 the expected, following block index.
2403 2007-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2405 * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
2406 Fix element description.
2408 2007-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2411 * docs/plugins/Makefile.am:
2412 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2413 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2414 * docs/plugins/gst-plugins-good-plugins.args:
2415 * docs/plugins/gst-plugins-good-plugins.hierarchy:
2416 * docs/plugins/gst-plugins-good-plugins.signals:
2417 * docs/plugins/inspect/plugin-autodetect.xml:
2418 * docs/plugins/inspect/plugin-gconfelements.xml:
2419 * docs/plugins/inspect/plugin-ladspa.xml:
2420 * docs/plugins/inspect/plugin-rtp.xml:
2421 * docs/plugins/inspect/plugin-wavpack.xml:
2423 * tests/check/Makefile.am:
2424 move wavpack plugin. See #352605.
2426 2007-06-08 Jan Schmidt <thaytan@mad.scientist.com>
2429 * docs/plugins/Makefile.am:
2430 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2431 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2432 * docs/plugins/gst-plugins-good-plugins.args:
2435 Add DirectDraw & DirectSound plugins to the build and docs.
2437 2007-06-08 Tim-Philipp Müller <tim at centricular dot net>
2439 * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
2440 * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
2441 When operating in pull mode, error out correct on not-linked.
2443 2007-06-06 Andy Wingo <wingo@pobox.com>
2445 * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
2446 (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
2447 format and size if the ioctls are defined; should fix compilation
2450 2007-06-06 Tim-Philipp Müller <tim at centricular dot net>
2452 * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2453 Printf fixes in debug statements; use LOG level for debug statements
2454 that are printed for each and every frame; convert c++ comments to
2455 C-style comments; not much point using g_try_malloc() if we then not
2456 even check the return value.
2458 2007-06-05 Tim-Philipp Müller <tim at centricular dot net>
2461 Bump requirements to released versions (core and base 0.10.13).
2463 * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
2464 Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
2467 2007-06-05 Andy Wingo <wingo@pobox.com>
2469 * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
2470 some useless comments.
2472 * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
2473 frames before calling STREAMON, that might leave them in a state
2474 where they can't be dequeued if we go back to NULL without calling
2475 STREAMON, according to the docs.
2476 (gst_v4l2src_capture_start): Enqueue buffers here instead, right
2477 before we call STREAMON.
2478 (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
2479 failures. (For me this code hung.) The pool refcounting is still
2480 crack; added a note to that effect.
2482 2007-06-05 Wim Taymans <wim@fluendo.com>
2484 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2485 (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
2486 Add support for mapping gst structure names to the MIME type equivalent.
2487 Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
2489 2007-06-03 Sebastian Dröge <slomo@circular-chaos.org>
2491 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
2492 (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
2493 (gst_wavenc_chain), (gst_wavenc_change_state):
2494 * gst/wavenc/gstwavenc.h:
2495 Properly write wav files with width!=depth by having the depth most
2496 significant bytes set and all others zero. Fixes #442535.
2498 2007-06-01 Wim Taymans <wim@fluendo.com>
2500 * gst/rtsp/rtspconnection.c:
2501 Add include to make buildbot happy.
2503 2007-06-01 Wim Taymans <wim@fluendo.com>
2505 Patch by: Peter Kjellerstedt <pkj at axis com>
2507 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2508 (rtsp_connection_connect), (add_date_header),
2509 (rtsp_connection_send), (parse_response_status),
2510 (parse_request_line), (parse_line), (rtsp_connection_receive):
2511 * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
2512 * gst/rtsp/rtspdefs.h:
2513 * gst/rtsp/rtspmessage.c: (key_value_foreach),
2514 (rtsp_message_init_request), (rtsp_message_init_response),
2515 (rtsp_message_remove_header), (rtsp_message_append_headers),
2516 (rtsp_message_dump):
2517 * gst/rtsp/rtspmessage.h:
2518 Improves version checking, allowing an RTSP server to reply with "505
2519 RTSP Version not supported.
2520 Adds a Date header to all messages.
2521 Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
2522 want to be able to send a response even if something in the request was
2523 invalid. EINVAL is only used when passing wrong arguments to functions.
2524 Do not handle an invalid method in parse_request_line(). Defer this to
2525 the caller so it can respond with "405 Method Not Allowed".
2526 Improves parsing of the timeout parameter to the Session header,
2527 allowing whitespace after the semicolon.
2528 Avoids a compiler warning due to variables shadowing a function argument.
2530 2007-06-01 Wim Taymans <wim@fluendo.com>
2532 Based on Patch by: Daniel Charles <dcharles at ti dot com>
2534 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
2535 (gst_rtp_amr_depay_process):
2536 * gst/rtp/gstrtpamrdepay.h:
2537 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
2538 (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
2539 (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
2540 * gst/rtp/gstrtpamrpay.h:
2541 Add support for AMR-WB.
2542 Small cleanups such as using BOILERPLATE.
2544 2007-05-31 Wim Taymans <wim@fluendo.com>
2546 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
2547 Fix compile warning when debug is disabled as spotted bu Saur on IRC.
2549 2007-05-30 Andy Wingo <wingo@pobox.com>
2551 * sys/v4l2/gstv4l2object.h:
2552 * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
2555 * sys/v4l2/v4l2src_calls.h:
2556 * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
2557 the format list in the order that the driver gives it to us.
2558 (gst_v4l2src_probe_caps_for_format_and_size)
2559 (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
2560 based on the capabilities of the device.
2561 (gst_v4l2src_grab_frame): Update for object variable renaming.
2562 (gst_v4l2src_set_capture): Update to be strict in its parameters,
2563 as in the set_caps below.
2564 (gst_v4l2src_capture_init): Update for object variable renaming,
2566 (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
2567 (gst_v4l2src_capture_deinit): Update for object variable renaming.
2568 (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
2569 (gst_v4l2src_get_fps): Remove; these functions don't have much
2570 meaning outside of an atomic set_caps method.
2571 (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
2574 * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
2575 call to update_fps; not sure about this change.
2576 (gst_v4l2_tuner_set_norm): Work around the fact that for the
2577 moment we don't have an update_fps_func.
2579 * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
2580 structures in the object, just store what we need. Do store the
2581 probed caps of the device. Don't store the current frame rate.
2583 * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
2584 update_fps_function, for now. Update for new object variable
2586 (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
2587 new object variable naming.
2588 (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
2589 (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
2590 (gst_v4l2src_get_caps): Rework to probe the device for supported
2591 frame sizes and frame rates.
2592 (gst_v4l2src_set_caps): Rework to be strict in the given
2593 parameters: if someone asks us to have a certain size and rate,
2594 that is what we configure.
2595 (gst_v4l2src_get_read): Update for object variable naming. Don't
2596 leak buffers on short reads.
2597 (gst_v4l2src_get_mmap): Update for object variable naming, and add
2599 (gst_v4l2src_create): Update for object variable naming.
2601 2007-05-30 Tim-Philipp Müller <tim at centricular dot net>
2603 * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
2604 (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
2605 * gst/avi/gstavidemux.h:
2606 Parse subtitle text streams instead of erroring out (#442034). Still
2607 needs a parser for the subtitles to actually show up.
2609 2007-05-30 Tim-Philipp Müller <tim at centricular dot net>
2611 * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
2612 (gst_avi_demux_loop):
2613 Make _push_event() return TRUE if the event could be pushed on at
2614 least one pad and not only if it could be pushed on all pads,
2615 otherwise we'll end up posting an error message on EOS if one or
2616 more source pads are not connected.
2618 2007-05-28 Wim Taymans <wim@fluendo.com>
2620 * gst/rtsp/rtsptransport.c:
2621 Use renamed RTP bin.
2623 2007-05-28 Wim Taymans <wim@fluendo.com>
2625 Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
2627 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
2628 (gst_video_box_set_property), (gst_video_box_transform_caps),
2629 (video_box_recalc_transform), (gst_video_box_set_caps),
2630 (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
2631 (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
2632 (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
2633 (gst_video_box_i420_i420), (gst_video_box_transform),
2635 Add AYUV->AYUV and AYUV->I420 formats.
2636 Fix negotiation and I420->AYUV conversion.
2639 2007-05-26 Wim Taymans <wim@fluendo.com>
2641 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
2642 Use different variables for nested for loops so that the outer loop
2643 functions properly and speex files with multiple frames per buffer work
2647 2007-05-25 Tim-Philipp Müller <tim at centricular dot net>
2649 * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
2650 Don't leak newsegment events.
2652 2007-05-25 Tim-Philipp Müller <tim at centricular dot net>
2654 * gst/wavparse/Makefile.am:
2655 Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
2658 2007-05-25 Tim-Philipp Müller <tim at centricular dot net>
2660 * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2661 (notgst_value_array_append_buffer),
2662 (gst_flac_enc_process_stream_headers),
2663 (gst_flac_enc_write_callback), (gst_flac_enc_chain),
2664 (gst_flac_enc_change_state):
2665 * ext/flac/gstflacenc.h:
2666 Collect headers, add "streamheader" field to output caps and set
2667 BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
2668 produces output according to the official FLAC-to-Ogg mapping
2669 instead of completely broken files. Fixes #426044.
2671 2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
2673 * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
2674 (gst_id3demux_send_new_segment), (gst_id3demux_chain),
2675 (gst_id3demux_sink_event):
2676 * gst/id3demux/gstid3demux.h:
2677 * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
2678 (gst_tag_demux_chain), (gst_tag_demux_sink_event),
2679 (gst_tag_demux_send_new_segment):
2680 Handle and adjust new-segment events so that downstream really
2681 sees a stream with the tag pieces stripped off the front and back.
2682 Fixes strangeness in seeking when mp3 decoders use the new-segment
2683 byte position to estimate their current playback position timestamp
2684 and then the arriving buffers don't match up.
2686 2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
2688 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
2689 Don't unnecessarily perform a READY->NULL->READY transition on the
2690 detected audio sink when starting up. Fixes: #440127
2692 2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
2694 * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
2695 (gst_flac_enc_chain):
2696 Don't crash in chain function if setcaps hasn't been called.
2698 2007-05-24 Wim Taymans <wim@fluendo.com>
2700 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
2701 Init value to avoid infinte loops.
2703 2007-05-24 Wim Taymans <wim@fluendo.com>
2705 Patch by: Peter Kjellerstedt <pkj at axis com>
2707 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
2708 (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
2709 (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2711 (rtsp_connection_send), (rtsp_connection_receive):
2712 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
2715 * gst/rtsp/rtspconnection.c: (add_auth_header),
2716 Only add authorisation and session headers when sending messages.
2718 * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
2719 (rtsp_message_init_request), (rtsp_message_init_response),
2720 (rtsp_message_unset), (rtsp_message_add_header),
2721 (rtsp_message_remove_header), (rtsp_message_get_header),
2722 (rtsp_message_append_headers), (dump_key_value),
2723 (rtsp_message_dump):
2724 * gst/rtsp/rtspmessage.h:
2725 Add support for multiple headers of the same type by storing the parsed
2726 headers in a GArray instaed of a hashtable.
2728 2007-05-21 Wim Taymans <wim@fluendo.com>
2730 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
2731 (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
2732 Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
2735 2007-05-21 Wim Taymans <wim@fluendo.com>
2737 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
2738 * gst/rtsp/gstrtpdec.h:
2739 Added signal for backwards compat.
2741 2007-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2743 Patch by: René Stadler <mail at renestadler dot de>
2746 * gst/auparse/gstauparse.c: (gst_au_parse_reset),
2747 (gst_au_parse_parse_header), (gst_au_parse_chain):
2748 * gst/auparse/gstauparse.h:
2749 Use audioconvert for converting from non-native endianness floats
2750 in auparse instead of doing it ourself. Fixes #424527.
2751 This needs the audioconvert from plugins-base CVS.
2753 2007-05-21 Wim Taymans <wim@fluendo.com>
2755 * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2756 (gst_rtp_h263p_pay_flush):
2757 Fix enum registration.
2759 2007-05-21 Wim Taymans <wim@fluendo.com>
2761 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2763 * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2764 (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
2765 (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
2766 (gst_rtp_h263p_pay_flush):
2767 * gst/rtp/gstrtph263ppay.h:
2768 Add new fragmentation mode base on GOB headers. Fixes #438940.
2770 2007-05-20 Tim-Philipp Müller <tim at centricular dot net>
2772 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
2775 2007-05-18 Wim Taymans <wim@fluendo.com>
2777 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2778 Don't crash when an unsupported transport error was returned by the
2779 server, just try to configure the next stream. Fixes #439255.
2781 2007-05-18 Wim Taymans <wim@fluendo.com>
2783 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2784 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2785 (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
2786 (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2787 (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
2788 * gst/rtsp/gstrtspsrc.h:
2789 Add TCP timeout property and use it for all TCP connection.
2791 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2792 (rtsp_connection_write), (rtsp_connection_next_timeout),
2793 (rtsp_connection_reset_timeout):
2794 Make connect and writes cancelable and make them use the timeout.
2796 2007-05-18 Wim Taymans <wim@fluendo.com>
2798 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
2799 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2800 (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2801 (gst_rtspsrc_setup_streams):
2802 Refactor timeout handling.
2803 Also send keep-alive when dealing with TCP transport.
2805 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2806 (rtsp_connection_free), (rtsp_connection_next_timeout),
2807 (rtsp_connection_reset_timeout):
2808 * gst/rtsp/rtspconnection.h:
2809 Use a timer to handle the session timeouts, add some methods to deal
2812 2007-05-17 Wim Taymans <wim@fluendo.com>
2814 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
2815 (gst_rtspsrc_setup_streams):
2816 Ignore streams that fail the setup command, we will retry with a
2817 different transport later on.
2819 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
2820 (rtsp_ext_wms_configure_stream):
2821 Fix encoding name case.
2823 2007-05-16 Edward Hervey <edward@fluendo.com>
2825 * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
2826 Fix build on macosx.
2828 2007-05-16 Sebastian Dröge <slomo@circular-chaos.org>
2830 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2831 Replace direct comparison of a string with the string literal "" with
2832 a comparison of the first character with '\0'. Fixes #438926.
2834 2007-05-15 Stefan Kost <ensonic@users.sf.net>
2836 * gst/debug/breakmydata.c (gst_break_my_data_init):
2837 One more try. This should be the proper fix now.
2839 2007-05-15 Stefan Kost <ensonic@users.sf.net>
2841 * gst/debug/breakmydata.c:
2842 Ooops, no // comments please.
2844 2007-05-15 Stefan Kost <ensonic@users.sf.net>
2846 * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
2847 (gst_break_my_data_init):
2848 Fix gst_buffer_is_writable() assertion.
2850 2007-05-14 David Schleef <ds@schleef.org>
2852 * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
2853 video/x-raw-bayer. Fixes #314160.
2855 2007-05-14 Wim Taymans <wim@fluendo.com>
2857 * gst/rtp/gstrtptheoradepay.c: (decode_base64),
2858 (gst_rtp_theora_depay_parse_configuration):
2859 * gst/rtp/gstrtptheorapay.c: (encode_base64),
2860 (gst_rtp_theora_pay_finish_headers),
2861 (gst_rtp_theora_pay_handle_buffer):
2862 Update theora pay/depayloader in a similar to vorbis.
2864 * gst/rtp/gstrtpvorbisdepay.c:
2865 (gst_rtp_vorbis_depay_parse_configuration):
2868 2007-05-14 Wim Taymans <wim@fluendo.com>
2870 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
2871 When we try to execute a method that is not supported by the server,
2872 don't error out but remove the method from the accepted methods so that
2873 we never try to perform this method again.
2875 2007-05-14 Wim Taymans <wim@fluendo.com>
2877 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
2878 Remove annoying _dump_mem.
2880 2007-05-14 Wim Taymans <wim@fluendo.com>
2882 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
2883 Parse range correctly.
2885 * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
2886 The baseurl now always has a '/' at the start.
2888 2007-05-14 Wim Taymans <wim@fluendo.com>
2890 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
2891 (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
2892 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
2893 Factor out caps configuration and configure more stuff such as the time
2894 ranges and speed/scale values.
2896 * gst/rtsp/rtsptransport.c:
2897 Add Copyright after non-trival fixes.
2899 2007-05-12 Wim Taymans <wim@fluendo.com>
2901 Patch by: Peter Kjellerstedt <pkj at axis com>
2903 * gst/rtsp/gstrtspsrc.h:
2904 * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
2905 * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
2906 (rtsp_message_get_header):
2907 * gst/rtsp/rtspmessage.h:
2908 Make channel guint8 where possible.
2909 Make rtsp_message_init_data() take the channel as a guint8.
2911 * gst/rtsp/rtspdefs.c:
2912 Fixed a typo: Timout -> Timeout
2914 * gst/rtsp/rtspdefs.h:
2915 Make RTSP_CHECK() behave as a statement.
2917 * gst/rtsp/sdpmessage.c:
2918 Avoid a compiler warning in INIT_ARRAY().
2921 2007-05-12 Wim Taymans <wim@fluendo.com>
2923 Patch by: Peter Kjellerstedt <pkj at axis com>
2925 * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
2926 (rtsp_url_get_request_uri):
2927 * gst/rtsp/rtspurl.h:
2928 Add support for query parameters to RTSP URLs.
2930 2007-05-12 Wim Taymans <wim@fluendo.com>
2932 Patch by: Peter Kjellerstedt <pkj at axis com>
2934 * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
2935 (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
2936 (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
2937 (rtsp_transport_parse), (rtsp_transport_as_text):
2938 * gst/rtsp/rtsptransport.h:
2939 Add validation to rtsp_transport_parse().
2940 Add rtsp_transport_as_text() to generate an RTSP header from an
2942 Change ssrc to guint (was a string) since that is what it is, even
2943 though it is sent as a hex string.
2944 Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
2945 incorrect, which can be seen when looking at the examples in the RFC).
2948 2007-05-11 Zaheer Abbas Merali <<zaheerabbas at merali dot org>>
2950 Patch by: Eric Anholt
2952 * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
2953 gst_ximage_src_ximage_get):
2954 Use union of all damage between frames to make it faster.
2956 Also fix crasher when cursor is at bottom right of window.
2958 2007-05-11 Tim-Philipp Müller <tim at centricular dot net>
2960 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
2961 Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
2962 streaming mode regression for file from #343837 with 'bext' chunk
2963 before the 'fmt' chunk.
2965 2007-05-11 Wim Taymans <wim@fluendo.com>
2967 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2968 (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2969 (gst_rtspsrc_handle_src_event),
2970 (gst_rtspsrc_stream_configure_manager),
2971 (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
2972 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
2973 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
2974 * gst/rtsp/gstrtspsrc.h:
2975 * gst/rtsp/rtspdefs.h:
2976 Preliminary seek support.
2977 Activate internal pads so that we can receive events on them.
2978 Don't try to parse a range string when it's NULL.
2980 2007-05-11 Wim Taymans <wim@fluendo.com>
2983 Update README with new RTP variables that will be used for
2986 * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
2987 (gst_rtp_vorbis_depay_parse_configuration),
2988 (gst_rtp_vorbis_depay_process):
2989 * gst/rtp/gstrtpvorbispay.c: (encode_base64),
2990 (gst_rtp_vorbis_pay_finish_headers),
2991 (gst_rtp_vorbis_pay_handle_buffer):
2992 Update vorbis pay and depayloader to draft-04.
2994 2007-05-11 Wim Taymans <wim@fluendo.com>
2996 * gst/rtsp/rtsptransport.c:
2997 UDP MCAST is actually the default for RTP/AVP.
2998 2007-05-13 Sebastien Moutte <sebastien@moutte.net>
3000 * gst/level/gstlevel.c: (gst_level_transform_ip):
3001 Use guint8 * instead of gpointer then vs6 can build
3002 in_data += (filter->width / 8).
3004 2007-05-11 Zaheer Abbas Merali <<zaheerabbas at merali dot org>>
3006 * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3007 gst_ximage_src_ximage_get):
3008 * sys/ximage/gstximagesrc.h (last_ximage):
3009 When using Damage actually keep the last frame, and not assume
3010 that the buffer we get already has the last frame on it.
3011 Copy the cursor over if we specify a non-zero start x and
3014 2007-05-11 Wim Taymans <wim@fluendo.com>
3016 * gst/rtsp/rtsptransport.c:
3017 Make UDP the default transport when not specified.
3019 2007-05-09 David Schleef <ds@schleef.org>
3021 * gst/level/gstlevel.c:
3024 2007-05-09 Sebastien Moutte <sebastien@moutte.net>
3026 * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3027 (gst_level_transform_ip):
3028 Use guint8 * instead of gpointer then vs6 know the size of data
3029 pointed when moving the pointer.
3030 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3031 Move instructions after variables declaration.
3032 * win32/vs6/autogen.dsp:
3033 * win32/vs6/libgstrtp.dsp:
3034 * win32/vs6/libgstrtsp.dsp:
3035 Update vs6 project files.
3037 2007-05-09 Wim Taymans <wim@fluendo.com>
3039 * gst/rtsp/Makefile.am:
3040 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3041 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3042 * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3043 (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3045 * gst/rtsp/rtsprange.h:
3046 Add code to parse time ranges.
3047 Report DURATION on the stream when possible.
3049 2007-05-08 Tim-Philipp Müller <tim at centricular dot net>
3051 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3052 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3053 (gst_videomixer_collected):
3054 Fix strides calculation for AYUV (it's just width*4) (#436910).
3056 2007-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3058 * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3059 * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3060 * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3061 Sync the GObject properties before each processing step to properly
3062 work with the controller.
3064 2007-05-04 Wim Taymans <wim@fluendo.com>
3066 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3067 (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3068 (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3069 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3070 (gst_rtspsrc_change_state):
3071 Let more error state trickle down so that we can catch more error
3073 Handle keep-alive a little smarter by selecting a method the server
3075 Fix a race in UDP streaming shutdown.
3077 2007-05-04 Wim Taymans <wim@fluendo.com>
3079 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3080 Ignore errors when trying to use the keep-alive messages.
3082 2007-05-04 Wim Taymans <wim@fluendo.com>
3084 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3085 (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3086 (gst_rtspsrc_stream_configure_manager),
3087 (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3088 (gst_rtspsrc_stream_configure_mcast),
3089 (gst_rtspsrc_stream_configure_udp),
3090 (gst_rtspsrc_stream_configure_udp_sink),
3091 (gst_rtspsrc_stream_configure_transport):
3092 Send RTCP messages back to the server over the TCP connection.
3094 * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3095 (rtsp_connection_send), (rtsp_connection_read), (read_body),
3096 (rtsp_connection_receive):
3097 * gst/rtsp/rtspconnection.h:
3098 Factor out and expose lowlevel _write and _read methods.
3099 Implement sending data messages to the server.
3101 2007-05-03 Wim Taymans <wim@fluendo.com>
3103 * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3104 (gst_multipart_mux_collected):
3105 Fix timestamps on outgoing buffers.
3107 2007-05-03 Wim Taymans <wim@fluendo.com>
3109 * gst/multipart/multipartmux.c:
3110 (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3111 (gst_multipart_mux_change_state):
3112 Emit NEWSEGMENT events before pushing the first buffer.
3114 2007-05-03 Wim Taymans <wim@fluendo.com>
3116 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3117 (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3118 (gst_rtspsrc_handle_src_query),
3119 (gst_rtspsrc_stream_configure_manager),
3120 (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3121 (gst_rtspsrc_stream_configure_mcast),
3122 (gst_rtspsrc_stream_configure_udp),
3123 (gst_rtspsrc_stream_configure_udp_sink),
3124 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3125 (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3126 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3127 (gst_rtspsrc_pause):
3128 Refactor transport configuration code.
3129 Create internal pads for TCP transport so that we can implement events
3131 Handle events and queries.
3132 Parse range from the SDP.
3133 Fix race in pause handler where the connection could still be flushing.
3135 2007-05-02 Wim Taymans <wim@fluendo.com>
3137 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3138 (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3139 (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3140 (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3141 (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3142 (gst_rtspsrc_change_state):
3143 * gst/rtsp/gstrtspsrc.h:
3144 Fix race when multiple udp sources post timeouts, just act on the first
3146 Protect stream list with a recursive lock to fix some races.
3147 Flush connection when we need to do a reconnect or stop.
3148 Make state lock recursive.
3150 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3151 (rtsp_connection_close):
3152 Some small cleanups.
3154 2007-05-02 Wim Taymans <wim@fluendo.com>
3156 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3157 (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3158 Only set DISCONT when there actually is a discont or when we just
3161 2007-05-02 Sebastian Dröge <slomo@circular-chaos.org>
3163 * ext/flac/gstflac.c: (plugin_init):
3164 Call bindtextdomain() to get localized strings.
3166 2007-05-02 Wim Taymans <wim@fluendo.com>
3168 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3169 (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3170 (gst_wavparse_stream_data):
3171 * gst/wavparse/gstwavparse.h:
3172 Be a bit more clever when dealing with VBR files with FACT tags, we
3173 don't want to timestamp buffers in that case but the estimated BPS can
3174 be used for seeking.
3175 Only send close segment in the streaming thread.
3177 2007-05-02 Sebastian Dröge <slomo@circular-chaos.org>
3179 * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3180 Correctly post an error on the bus if something went wrong in the loop
3181 function. This fixes a few cases where the task was paused and nothing
3184 2007-05-02 Wim Taymans <wim@fluendo.com>
3186 * gst/rtsp/test.c: (main):
3187 Fix compilation of deprecated test just because I'm too lazy to delete
3190 2007-05-02 Wim Taymans <wim@fluendo.com>
3192 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3193 (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3194 (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
3195 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
3196 (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3197 (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
3198 * gst/rtsp/gstrtspsrc.h:
3199 Fix sending RTCP to the right place.
3200 Fix bug in reffing the wrong UDP element.
3201 Use new pad names for the session manager.
3202 Implement handling server requests in interleaved and UDP modes.
3203 Handle session keep-alive in UDP modes.
3204 Remove GCond for handling UDP timeouts.
3206 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3207 (rtsp_connection_send), (rtsp_connection_read), (read_body),
3208 (rtsp_connection_receive), (rtsp_connection_close):
3209 * gst/rtsp/rtspconnection.h:
3210 Store connection IP address for later.
3211 Add timeout args to all operations that might block forever.
3212 Parse session timeout.
3213 Only close sockets when not already closed.
3215 * gst/rtsp/rtspdefs.c:
3216 * gst/rtsp/rtspdefs.h:
3217 Add timeout return value and error string.
3219 * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
3222 2007-05-01 Wim Taymans <wim@fluendo.com>
3224 Patch by: Sjoerd Simons <sjoerd at luon dot net>
3226 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
3227 (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
3228 * gst/rtp/gstrtpmp4vpay.h:
3229 Handle NEWSEGMENT and FLUSH events. Fixes #434824.
3231 2007-04-30 Tim-Philipp Müller <tim at centricular dot net>
3233 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3234 Remove v4l2src from docs, since it breaks the docs build, and the
3235 plugin is only built if --enable-experimental is used anyway.
3237 * docs/plugins/Makefile.am:
3240 2007-04-29 Wim Taymans <wim@fluendo.com>
3242 * gst/udp/gstmultiudpsink.c: (leave_multicast),
3243 (gst_multiudpsink_add), (gst_multiudpsink_remove):
3244 Add code to drop membership of a multicast group.
3246 * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
3247 (gst_udpsink_set_uri):
3248 Implement URI handler.
3250 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3251 (gst_rtspsrc_parse_rtpinfo):
3252 Use URI handler to make udpsink instace.
3253 Improve code to configure port and destination.
3255 2007-04-29 Wim Taymans <wim@fluendo.com>
3257 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
3258 Fix multicast detection.
3259 Don't try to join a multicast group if the address is not multicast.
3261 * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
3262 Small debug improvement.
3264 2007-04-27 Wim Taymans <wim@fluendo.com>
3266 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3267 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3268 (gst_rtspsrc_handle_message):
3269 Ignore ASYNC state messages from the udpsink, it's irrelevant for the
3272 2007-04-27 Wim Taymans <wim@fluendo.com>
3274 * gst/rtp/gstrtpilbcdepay.h:
3275 Fix mode property when specified as an arg.
3277 2007-04-26 Edward Hervey <edward@fluendo.com>
3279 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3280 * docs/plugins/gst-plugins-good-plugins-sections.txt:
3281 * docs/plugins/gst-plugins-good-plugins.hierarchy:
3282 * docs/plugins/inspect/plugin-osxaudio.xml:
3283 Add documentation for osxaudio plugin.
3285 2007-04-26 Wim Taymans <wim@fluendo.com>
3287 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3288 (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3289 (gst_rtspsrc_open), (gst_rtspsrc_close),
3290 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3291 (gst_rtspsrc_pause):
3292 * gst/rtsp/gstrtspsrc.h:
3293 Protect state changes with a lock.
3295 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3297 * gst/rtsp/rtspconnection.h:
3298 Remove some unused stuff.
3300 2007-04-26 Wim Taymans <wim@fluendo.com>
3302 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3303 Handle the case where there are exactly 0 bytes to read and the ioctl
3304 did not report an error. Fixes #433530.
3306 2007-04-26 Wim Taymans <wim@fluendo.com>
3308 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3309 (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3310 * gst/wavparse/gstwavparse.h:
3311 Apply DISCONT to buffers.
3312 Only apply timestamp to the first sample after a DISCONT, too many VBR
3313 files cause random jitter in the timestamps. Fixes #433119.
3315 2007-04-25 Wim Taymans <wim@fluendo.com>
3317 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
3318 (gst_rtp_dec_init), (gst_rtp_dec_set_property),
3319 (gst_rtp_dec_get_property):
3320 * gst/rtsp/gstrtpdec.h:
3321 Add dummy latency property to be backwards compat with rtpbin.
3323 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3324 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3325 (gst_rtspsrc_stream_configure_transport),
3326 (gst_rtspsrc_parse_rtpinfo):
3327 * gst/rtsp/gstrtspsrc.h:
3328 Add latency property and configure in the session manager.
3329 Don't set invalid clock-base and seqnum-base on caps, some servers
3330 sometimes don't send them.
3332 2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
3334 * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
3335 (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
3336 Double-check that RGB input caps are really RGBA caps (apparently
3337 the core doesn't always catch it if those caps aren't a subset of
3338 our template caps, also see #421543). Fixes #429319 in a way.
3339 Also, don't leak the pad template in the transform_caps function.
3341 * tests/check/Makefile.am:
3342 * tests/check/elements/.cvsignore:
3343 * tests/check/elements/alphacolor.c: (setup_alphacolor),
3344 (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
3345 (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
3346 (GST_START_TEST), (alphacolor_suite):
3347 Add some basic unit tests for alphacolor.
3349 2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
3351 * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3352 If we get a fatal flow return in the loop function, first post the
3353 error message and only then send the EOS event downstream, otherwise
3354 applications might get an eos message before the error message and
3355 think everything was ok (related to #429319).
3357 2007-04-25 Wim Taymans <wim@fluendo.com>
3359 * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3360 Read the channel byte as an unsigned byte.
3362 2007-04-25 Wim Taymans <wim@fluendo.com>
3364 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
3365 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
3366 (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
3367 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
3368 (gst_rtp_gsm_depay_setcaps):
3369 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
3370 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3371 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
3372 (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
3373 (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
3374 (gst_ilbc_depay_get_property):
3375 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
3376 * gst/rtp/gstrtpmp4adepay.c:
3377 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
3378 (gst_rtp_pcma_depay_setcaps):
3379 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
3380 (gst_rtp_pcmu_depay_setcaps):
3381 Make sure we configure the clock_rate in the baseclass in the setcaps
3382 function. Fixes #431282.
3384 2007-04-25 Wim Taymans <wim@fluendo.com>
3386 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3387 (gst_rtspsrc_stream_free), (request_pt_map),
3388 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
3389 * gst/rtsp/gstrtspsrc.h:
3390 Parse server address from SDP.
3391 Hook up a udpsink to send RTCP back to the server.
3393 * docs/plugins/gst-plugins-good-plugins-sections.txt:
3394 * gst/rtsp/rtsptransport.h:
3397 2007-04-25 Stefan Kost <ensonic@users.sf.net>
3399 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3400 Make header field check conditional. Fixes #433135
3402 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
3404 * docs/plugins/Makefile.am:
3405 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3406 * docs/plugins/gst-plugins-good-plugins-sections.txt:
3407 * docs/plugins/inspect/plugin-alphacolor.xml:
3408 * gst/alpha/Makefile.am:
3409 * gst/alpha/gstalphacolor.c:
3410 * gst/alpha/gstalphacolor.h:
3411 Add minimal docs blurb to alphacolor; split out headers into
3412 separate header file for gtk-doc.
3414 2007-04-20 Tim-Philipp Müller <tim at centricular dot net>
3416 * gst/debug/progressreport.c: (gst_progress_report_report):
3417 Don't try to post NULL message (in case we can't query upstream
3418 position or duration).
3420 2007-04-18 Michael Smith <msmith@fluendo.com>
3422 * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
3423 (gst_cutter_get_caps):
3424 * gst/cutter/gstcutter.h:
3425 Fix some of the most obvious bugs in cutter. Now doesn't leak
3426 everything if input is silent.
3428 2007-04-18 Sebastian Dröge <slomo@circular-chaos.org>
3430 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3431 (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
3432 * gst/wavenc/gstwavenc.h:
3433 Wav apparently only supports width==GST_ROUND_UP(depth), everything
3434 else results in a invalid block align and invalid files.
3436 2007-04-17 Tim-Philipp Müller <tim at centricular dot net>
3438 Patch by: Snaik <snaik32 gmail com>
3440 * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
3441 Add missing break statement for BOX_HORIZONTAL case.
3443 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
3445 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
3447 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3448 Use correct format strings for integer types.
3450 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
3452 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
3453 (gst_wavparse_create_sourcepad):
3454 Use gst_riff_create_audio_template_caps () instead of the local caps.
3455 This makes updates of the local caps unecessary whenever libgstriff
3456 gets support for new formats.
3458 2007-04-16 Tim-Philipp Müller <tim at centricular dot net>
3460 Patch by: Brian Cameron <brian.cameron at sun dot com>
3462 * sys/sunaudio/gstsunaudio.c:
3463 * sys/sunaudio/gstsunaudiomixer.c:
3464 * sys/sunaudio/gstsunaudiomixer.h:
3465 * sys/sunaudio/gstsunaudiomixerctrl.c:
3466 * sys/sunaudio/gstsunaudiomixerctrl.h:
3467 * sys/sunaudio/gstsunaudiomixertrack.h:
3468 * sys/sunaudio/gstsunaudiosink.c:
3469 * sys/sunaudio/gstsunaudiosink.h:
3470 * sys/sunaudio/gstsunaudiosrc.c:
3471 * sys/sunaudio/gstsunaudiosrc.h:
3472 Fix and/or update copyright attributions (#430228).
3474 2007-04-13 Wim Taymans <wim@fluendo.com>
3476 * docs/plugins/gst-plugins-good-plugins-sections.txt:
3480 Add some more example urls.
3482 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
3483 (gst_rtp_dec_chain_rtp):
3486 * gst/rtsp/gstrtspsrc.c: (request_pt_map),
3487 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
3488 (gst_rtspsrc_parse_rtpinfo):
3491 2007-04-13 Stefan Kost <ensonic@users.sf.net>
3493 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3494 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3495 (gst_wavparse_stream_data):
3496 Relax the audio/mpeg caps again and add FIXME: comment.
3498 2007-04-13 Stefan Kost <ensonic@users.sf.net>
3500 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3501 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3502 (gst_wavparse_stream_data):
3503 * gst/wavparse/gstwavparse.h:
3504 More sanity check for the header fields. Fix type for 'rate' header
3507 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
3509 * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
3510 (gst_icydemux_unicodify):
3511 If the metadata strings we get in the stream are not UTF-8, try to
3512 interpret them according to the character encodings specified in the
3513 GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
3514 only fall back to locale/ISO-8859-1 if those aren't set or don't
3515 work. Should fix #428901.
3517 2007-04-12 Wim Taymans <wim@fluendo.com>
3519 * gst/rtp/gstrtph264depay.c:
3520 Use the proper sync word for SPS and PPS.
3522 2007-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
3524 * gst/rtp/Makefile.am:
3525 * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
3526 fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
3527 * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
3528 Add a simple hashing implementation that we can use to generate
3529 a 24-bit ident value based on the codebooks for vorbis and theora.
3530 * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
3531 gst_rtp_theora_pay_handle_buffer):
3532 * gst/rtp/gstrtpvorbisdepay.c
3533 (gst_rtp_vorbis_depay_parse_configuration,
3534 gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
3535 * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
3536 gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
3537 gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
3538 Use the hashing function, ensuring that the same codebooks result
3539 in the same ident and thus the same SDP description.
3540 Various log fixes/changes.
3542 2007-04-12 Wim Taymans <wim@fluendo.com>
3544 Patch by: jerry tan <jerry dot tan at sun dot com>
3546 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
3547 remove the call of ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
3548 application's responsibility to make sure it open the device once.
3549 Remove a careless error if AUDIODEV is set. Fixes #392620.
3551 2007-04-12 Wim Taymans <wim@fluendo.com>
3553 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
3554 (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
3555 * gst/rtsp/gstrtpdec.h:
3556 Make backward compat with rtpbin by adding the request-pt-map signals.
3558 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3559 (new_session_pad), (request_pt_map),
3560 (gst_rtspsrc_stream_configure_transport),
3561 (gst_rtspsrc_stream_configure_caps),
3562 (gst_rtspsrc_activate_streams):
3563 * gst/rtsp/gstrtspsrc.h:
3564 Implement request-pt-map signals instead of setting caps on the buffers
3565 for the session manager.
3567 2007-04-11 Wim Taymans <wim@fluendo.com>
3569 * gst/udp/gstudp.c: (plugin_init):
3570 Register GstNetBuffer in plugin_init so that the type can be used from
3571 multiple threads without races.
3573 2007-04-10 Wim Taymans <wim@fluendo.com>
3575 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3576 (gst_rtp_amr_depay_process):
3577 Fix depayloader clock_rate and some cleanups.
3579 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
3580 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
3581 * gst/rtp/gstrtph264depay.h:
3582 Don't push codec_data in the adapter because it might get flushed when
3585 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3586 Handle multiple AU per packet.
3588 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
3589 (gst_rtp_sv3v_depay_plugin_init):
3590 Disable rank, this one does not work.
3591 Remove timestamping, base class does that.
3593 2007-04-10 Stefan Kost <ensonic@users.sf.net>
3595 * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
3596 limit caps to the formats we announce in the template
3598 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3599 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3600 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
3601 fix some crashers/asserts when dealing with broken files
3603 2007-04-10 Wim Taymans <wim@fluendo.com>
3605 Patch by: Peter Kjellerstedt <pkj at axis com>
3607 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
3608 * gst/rtp/gstrtpL16depay.c:
3609 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3610 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
3611 (gst_rtp_speex_depay_setcaps):
3612 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
3613 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
3614 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
3615 Fix some compiler warnings. Fixes #428182.
3617 2007-04-06 Wim Taymans <wim@fluendo.com>
3619 * gst/rtsp/Makefile.am:
3620 * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
3621 (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
3622 (gst_rtp_dec_init), (gst_rtp_dec_finalize),
3623 (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
3624 (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
3625 (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
3626 (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
3627 (create_rtcp), (gst_rtp_dec_request_new_pad),
3628 (gst_rtp_dec_release_pad):
3629 * gst/rtsp/gstrtpdec.h:
3630 * gst/rtsp/gstrtsp.c: (plugin_init):
3631 Morph RTPDec into something compatible with RTPBin as a fallback.
3632 Various other style fixes.
3634 * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
3635 (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
3636 (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
3637 (new_session_pad), (gst_rtspsrc_stream_configure_transport),
3638 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
3639 (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
3640 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
3641 * gst/rtsp/gstrtspsrc.h:
3642 Implement RTPBin session manager handling.
3643 Don't try to add empty properties to caps.
3644 Implement fallback session manager, handling.
3645 Don't combine errors from RTCP streams, just ignore them.
3647 * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
3648 * gst/rtsp/rtsptransport.h:
3649 Implement fallback session manager.
3650 Make RTPBin the default one when available.
3652 2007-04-05 Wim Taymans <wim@fluendo.com>
3654 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
3655 (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
3656 This element is ready to be autoplugged.
3658 2007-04-05 Julien MOUTTE <julien@moutte.net>
3660 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
3661 Don't leave the offsets defined by upstream element on the
3662 compressed data buffer we are pushing downstream. Make them
3663 GST_BUFFER_OFFSET_NONE.
3665 2007-04-04 Stefan Kost <ensonic@users.sf.net>
3668 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3669 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
3670 (gst_avi_demux_stream_index), (gst_avi_demux_sync),
3671 (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
3672 (gst_avi_demux_calculate_durations_from_index),
3673 (gst_avi_demux_stream_header_push),
3674 (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
3675 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
3676 Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
3678 2007-04-03 Wim Taymans <wim@fluendo.com>
3680 * gst/smpte/barboxwipes.c:
3681 Fix error as spotted by Snaik <snaik32 at gmail dot com>
3683 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
3685 * gst/wavparse/gstwavparse.c:
3686 Support audio/x-raw-float in wav files. This only works with
3687 plugins-base CVS, using an older version doesn't have any
3688 disadvantages though.
3690 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
3693 * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3694 (gst_au_parse_parse_header), (gst_au_parse_chain):
3695 * gst/auparse/gstauparse.h:
3696 Revert last change as we don't want plugins-good to depend on
3697 plugins-base CVS now.
3699 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
3702 Require gst-plugins-base CVS for audioconvert with non-native
3703 float support and width/depth fix in libgstriff.
3705 Patch by: René Stadler <mail at renestadler dot de>
3707 * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3708 (gst_au_parse_parse_header), (gst_au_parse_chain):
3709 * gst/auparse/gstauparse.h:
3710 Don't swap the floats ourself if they're not in native endianness.
3711 Instead let audioconvert handle this. Fixes #339838.
3713 2007-03-29 Wim Taymans <wim@fluendo.com>
3715 * gst/rtp/gstasteriskh263.h:
3716 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
3717 (gst_rtp_h263p_depay_change_state):
3718 * gst/rtp/gstrtph263pdepay.h:
3719 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3720 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
3721 (gst_rtp_h264_depay_change_state):
3722 * gst/rtp/gstrtph264depay.h:
3723 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
3724 (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
3725 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3726 Flush adapter on disconts.
3728 2007-03-29 Wim Taymans <wim@fluendo.com>
3730 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
3731 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
3732 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
3733 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
3734 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3735 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
3736 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
3737 (gst_rtp_mp4v_depay_process):
3738 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
3739 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
3740 * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
3741 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
3742 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
3743 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
3744 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
3745 Use more efficient adapter and rtpbuffer methods when possible.
3747 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
3749 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3750 (gst_wavenc_sink_setcaps):
3751 Correctly handle width!=depth input.
3752 * gst/wavparse/gstwavparse.c:
3753 Already export in the caps that width==8 uses unsigned samples and
3754 everything else uses signed samples.
3756 2007-03-29 Wim Taymans <wim@fluendo.com>
3758 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
3760 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
3761 (gst_dynudpsink_init), (gst_dynudpsink_set_property),
3762 (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
3763 (gst_dynudpsink_close):
3764 * gst/udp/gstdynudpsink.h:
3765 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3766 (gst_udpsrc_create), (gst_udpsrc_set_property),
3767 (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3768 * gst/udp/gstudpsrc.h:
3769 Rework the socket allocation a bit based on the sockfd argument so that
3771 Add a closefd property to instruct the udp elements to close the custom
3772 file descriptors when going to READY. Fixes #423304.
3773 API:GstUDPSrc::closefd property
3774 API:GstDynUDPSink::closefd property
3776 2007-03-29 Wim Taymans <wim@fluendo.com>
3778 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
3780 * gst/rtp/Makefile.am:
3781 * gst/rtp/gstrtp.c: (plugin_init):
3782 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
3783 (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3784 (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
3785 (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3786 (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
3787 (gst_rtp_h264_pay_plugin_init):
3788 * gst/rtp/gstrtph264pay.h:
3789 Added H264 payloader. Fixes #423782.
3791 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3792 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
3795 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
3797 * gst/wavparse/gstwavparse.c:
3798 Actually support depths from 1 to 32, not only 8 to 32.
3800 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
3802 * gst/wavparse/gstwavparse.c:
3803 Add support for wav files containing audio/x-raw-int with random
3804 depths between 1 and 32 bits.
3806 2007-03-28 Wim Taymans <wim@fluendo.com>
3808 Based on patch by: Stefan Kost <ensonic@users.sf.net>
3810 * gst/rtp/Makefile.am:
3811 * gst/rtp/gstrtp.c: (plugin_init):
3812 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
3813 (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
3814 (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
3815 (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
3816 (gst_rtp_mp4a_depay_get_property),
3817 (gst_rtp_mp4a_depay_change_state),
3818 (gst_rtp_mp4a_depay_plugin_init):
3819 * gst/rtp/gstrtpmp4adepay.h:
3820 Added MP4A-LATM depayloader. Fixes #417792.
3822 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
3823 (gst_rtp_mp4v_depay_process):
3824 Fixup depayloader, setting codec_data, using more efficient adaptor and
3828 Add url to test above.
3830 2007-03-25 Wim Taymans <wim@fluendo.com>
3832 * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
3833 (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
3834 (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
3835 (gst_rtspsrc_media_to_caps),
3836 (gst_rtspsrc_stream_configure_transport),
3837 (gst_rtspsrc_stream_configure_caps),
3838 (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
3839 * gst/rtsp/gstrtspsrc.h:
3840 Handle default clock-rates for static payload types, rearrange stuff so
3841 that the rtpmap field in the sdp can override the defaults.
3842 Parse RTP-Info field to get the seqnum and timebase fields that should
3844 Delay configuring caps after we got the RTP-Info from the PLAY reply from
3847 2007-03-22 Wim Taymans <wim@fluendo.com>
3849 Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
3851 * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
3852 Accept complex pipeline descriptions as an audio profile instead of just
3853 a single element. Fixes #420658.
3855 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
3857 * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
3858 Rename registered type in preparation of GstTagDemux moving to
3859 -base at some point in the future.
3861 2007-03-19 Tim-Philipp Müller <tim at centricular dot net>
3863 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3864 Streaming mode fixes: don't unref buffer we don't own any longer;
3865 remove bogus adapter flush. Fixes #419338.
3867 2007-03-17 David Schleef <ds@schleef.org>
3869 * REQUIREMENTS: Change the format to key/value, add a bunch of
3870 information, remove a bunch of requirements that are for
3871 other GStreamer packages.
3873 2007-03-17 David Schleef <ds@schleef.org>
3875 * REQUIREMENTS: Fix a few things. This file really needs a
3878 2007-03-15 Edward Hervey <edward@fluendo.com>
3881 Don't forget to distribute the sys/osxaudio/ directory.
3883 2007-03-15 Edward Hervey <edward@fluendo.com>
3887 * sys/osxaudio/Makefile.am:
3888 * sys/osxaudio/gstosxaudio.c:
3889 * sys/osxaudio/gstosxaudiosink.c:
3890 (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
3891 (gst_osx_audio_sink_getcaps),
3892 (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
3893 * sys/osxaudio/gstosxaudiosrc.c:
3894 (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
3895 (gst_osx_audio_src_create_ringbuffer):
3896 * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
3897 (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
3898 (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
3899 (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
3900 * sys/osxaudio/gstosxringbuffer.h:
3901 Activate osxaudio in gst-plugins-good with proper build setup.
3902 Add inlined documentation.
3903 Fix debug statements
3904 Fix ringbuffer when pausing.
3907 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3908 * gst/rtp/gstrtppcmapay.c:
3909 * gst/rtp/gstrtppcmapay.h:
3910 * gst/rtp/gstrtppcmupay.c:
3911 * gst/rtp/gstrtppcmupay.h:
3912 Ported mulaw and alaw payloaders to use new base class
3914 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
3928 Update translations.
3930 2007-03-14 Tim-Philipp Müller <tim at centricular dot net>
3933 Fix string replace error (AG_AG_GST_* => AG_GST_*).
3935 2007-03-12 Tim-Philipp Müller <tim at centricular dot net>
3937 * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
3938 Fix handling of -1 values for start and stop values when seeking,
3939 and SEEK_CUR+SEEK_END here as well.
3941 2007-03-12 Jan Schmidt <thaytan@mad.scientist.com>
3943 * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
3944 Fix handling of -1 values for start and stop values when seeking,
3945 and SEEK_CUR+SEEK_END.
3947 2007-03-12 Tim-Philipp Müller <tim at centricular dot net>
3949 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3950 Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
3951 the image format a variable-length NUL-terminated string; in
3952 versions before that the image format is a fixed-length string of
3953 3 characters (see #348644 for a sample tag).
3954 Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
3956 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
3959 Add new project files to MANIFEST.
3960 * win32/vs6/libgstaudiofx.dsp:
3961 * win32/vs6/libgstrtp.dsp:
3962 * win32/vs6/libgstrtsp.dsp:
3963 Update project files.
3965 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
3967 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
3968 (gst_avi_demux_parse_index):
3969 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3970 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
3971 Printf format fixes; also add some missing quotes in translated
3972 strings. Fixes #416728 and #416727.
3974 2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
3976 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
3977 Tim and I can't think of any reason the child audio sink needs to
3978 be set back to NULL after successfully determining that it can
3979 reach READY - it gets immediately set back to READY by the caller
3980 anyway, causing an unnecessary close/open of any audio devices
3983 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
3987 Add ja.po file from #377306.
3989 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
3991 * sys/sunaudio/gstsunaudio.c: (plugin_init):
3992 * sys/sunaudio/gstsunaudiomixertrack.c:
3993 (gst_sunaudiomixer_track_new):
3994 Actually translate sunaudio mixer track labels instead of just
3995 marking the strings as translatable (#377306); clean up weird
3996 label string mapping code that serves no apparent purpose. Also
3997 set the 'untranslated-label' property when creating mixer tracks
3998 if the GstMixerTrack base class supports this.
4000 * tests/check/Makefile.am:
4001 * tests/check/elements/.cvsignore:
4002 * tests/check/elements/sunaudio.c: (GST_START_TEST),
4004 Very minimalistic unit test for sunaudiomixer element (compiles, but not
4005 actually tested on a system where sunaudiomixer is available).
4007 2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
4009 * tests/check/Makefile.am:
4010 Re-enable the states test and see if it works on the buildbots.
4012 2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
4014 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4015 (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4016 (gst_dvdec_change_state):
4017 * ext/dv/gstdvdec.h:
4018 Infer pixel-aspect-ratio from the video frame format if it isn't
4019 provided by the container, as happens when playing DV from AVI
4020 or Quicktime containers.
4022 Patch by: Wim Taymans <wim@fluendo.com>
4025 2007-03-09 Wim Taymans <wim@fluendo.com>
4027 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4028 When activated, remove the udpsrc timeout, we have dataflow and timeouts
4029 will later be handled by the jitterbuffer.
4031 2007-03-09 Wim Taymans <wim@fluendo.com>
4033 * ext/taglib/gstid3v2mux.cc:
4034 Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4037 Patch by: Alex Lancaster <alexl at users sourceforge net>
4039 2007-03-09 Wim Taymans <wim@fluendo.com>
4041 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4042 (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4043 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4044 (gst_avi_demux_chain):
4045 Fix stream position reporting after a seek. Fixes #416445.
4047 2007-03-08 Wim Taymans <wim@fluendo.com>
4049 Patch by: René Stadler <mail at renestadler dot de>
4051 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4052 (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4053 (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4054 Make avidemux accept optional header chunks in any order.
4057 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
4059 * tests/check/Makefile.am:
4060 Disable the states check until the remaining Valgrind errors
4061 are fixed or suppressed.
4063 2007-03-08 Sebastian Dröge <slomo@circular-chaos.org>
4065 * tests/check/elements/.cvsignore:
4066 Add audiodynamic check to .cvsignore
4068 2007-03-08 Sebastian Dröge <slomo@circular-chaos.org>
4070 reviewed by: Stefan Kost <ensonic@users.sf.net>
4072 * gst/audiofx/Makefile.am:
4073 * gst/audiofx/audiodynamic.c:
4074 (gst_audio_dynamic_characteristics_get_type),
4075 (gst_audio_dynamic_mode_get_type),
4076 (gst_audio_dynamic_set_process_function),
4077 (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4078 (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4079 (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4080 (gst_audio_dynamic_transform_hard_knee_compressor_int),
4081 (gst_audio_dynamic_transform_hard_knee_compressor_float),
4082 (gst_audio_dynamic_transform_soft_knee_compressor_int),
4083 (gst_audio_dynamic_transform_soft_knee_compressor_float),
4084 (gst_audio_dynamic_transform_hard_knee_expander_int),
4085 (gst_audio_dynamic_transform_hard_knee_expander_float),
4086 (gst_audio_dynamic_transform_soft_knee_expander_int),
4087 (gst_audio_dynamic_transform_soft_knee_expander_float),
4088 (gst_audio_dynamic_transform_ip):
4089 * gst/audiofx/audiodynamic.h:
4090 * gst/audiofx/audiofx.c: (plugin_init):
4091 Add new audiodynamic element which can act as a compressor or
4092 expander. Supported are hard-knee and soft-knee operation modes with
4093 user-specified ratio and threshold.
4094 Attack and release parameters are not yet implemented but will follow.
4095 * docs/plugins/Makefile.am:
4096 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4097 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4098 * docs/plugins/gst-plugins-good-plugins.args:
4099 * docs/plugins/inspect/plugin-audiofx.xml:
4100 Integrate audiodynamic into the docs.
4101 * tests/check/Makefile.am:
4102 * tests/check/elements/audiodynamic.c: (setup_dynamic),
4103 (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4104 Add unit test for audiodynamic.
4106 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
4108 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4109 Free handles that we allocated when exiting via the error paths.
4111 2007-03-07 Stefan Kost <ensonic@users.sf.net>
4113 * gst/level/gstlevel.c: (gst_level_class_init),
4114 (gst_level_set_caps), (gst_level_start), (gst_level_event),
4115 (gst_level_transform_ip):
4116 * gst/level/gstlevel.h:
4117 Resolve message timestamps against the playback segment.
4119 2007-03-06 Tim-Philipp Müller <tim at centricular dot net>
4121 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4122 (gst_id3demux_sink_activate):
4123 Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4124 caps passed to it (previously one code path assumed it took ownership
4125 while another one assumed it didn't, while in fact it sometimes did and
4126 sometimes didn't ...).
4129 * tests/files/Makefile.am:
4130 * tests/files/id3-407349-1.tag:
4131 * tests/files/id3-407349-2.tag:
4132 Add directory where data for unit tests can be stored.
4134 * tests/Makefile.am:
4135 * tests/check/Makefile.am:
4136 * tests/check/elements/.cvsignore:
4137 * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4138 (read_tags_from_file), (run_check_for_file),
4139 (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4140 Add unit test for id3demux, and in particular for bug #407349. Only
4141 testing pull-mode for now; push mode doesn't work yet because the test
4142 files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4144 2007-03-06 Tim-Philipp Müller <tim at centricular dot net>
4146 * tests/check/Makefile.am:
4147 Add missing backslash at end of line.
4149 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
4153 2007-03-06 Tim-Philipp Müller <tim at centricular dot net>
4155 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4156 * gst/id3demux/id3tags.h:
4157 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4158 (parse_obsolete_tdat_frame):
4159 Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4160 the four-digit number will be interpreted as a year, whereas it is
4161 month and day in DDMM format. Instead, parse TDAT frames and fix up
4162 the date in the GST_TAG_DATE tag later if we also extracted a year.
4165 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
4167 * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4168 (gst_switch_commit_new_kid):
4169 Fix up the dispose logic so it doesn't leak, and fix setting of
4170 the child state so that we don't set a child to our current state
4171 just as we are changing it to something else.
4173 2007-03-06 Wim Taymans <wim@fluendo.com>
4175 * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4177 * gst/goom/gstgoom.h:
4178 Document, fix and improve goom adapter behaviour.
4181 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
4183 * ext/esd/esdsink.c: (gst_esdsink_open):
4184 Unref static pad template after using it.
4186 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
4188 * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4189 (gst_switch_commit_new_kid):
4190 Fix up the reference counting of the child elements.
4192 2007-03-05 Wim Taymans <wim@fluendo.com>
4194 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
4195 * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
4196 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
4197 Fix encoding-name case.
4199 2007-03-05 Wim Taymans <wim@fluendo.com>
4201 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
4202 (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
4203 (gst_rtp_speex_depay_process):
4204 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
4205 (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
4206 (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
4207 (gst_rtp_speex_pay_change_state):
4208 * gst/rtp/gstrtpspeexpay.h:
4209 Fix speex (de)payloader. Fixes #358040.
4211 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
4213 * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4214 (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
4215 Install fakesink in NULL by fixing some broken logic. This obviates
4216 the need to manually set _IS_SINK.
4217 Add some comments and remove a little cruft while I'm at it.
4219 2007-03-05 Wim Taymans <wim@fluendo.com>
4221 * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
4222 Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
4224 2007-03-04 Tim-Philipp Müller <tim at centricular dot net>
4229 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
4231 * tests/check/Makefile.am:
4232 Gah! Also disable gconfvideosink from the tests, otherwise
4233 it will instantiate autovideosink, and dfbvideosink and
4234 leak on the buildbots.
4236 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
4238 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
4239 (gst_cdio_cdda_src_finalize):
4240 Make sure we always destroy our libcdio handle.
4242 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
4244 * tests/check/Makefile.am:
4245 Disable autovideosink so the buildbots don't barf over memory
4246 leaked in the directfb sink.
4248 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
4250 * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
4253 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
4255 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
4256 (gst_multipart_find_pad_by_mime):
4257 Use gst_pad_new_from_static_template instead of
4258 static_pad_template_get+pad_new.
4260 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
4262 * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
4263 Catch the case where no clock has been set.
4265 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
4267 * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
4268 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
4269 (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
4270 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
4271 (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
4272 (gst_gconf_audio_src_finalize), (do_toggle_element):
4273 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
4274 (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
4275 (do_toggle_element):
4276 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
4277 (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
4278 (gst_gconf_video_src_finalize), (do_toggle_element):
4279 * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
4280 (gst_switch_sink_reset), (gst_switch_sink_set_child):
4281 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
4282 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
4283 * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4284 (gst_shout2send_init), (gst_shout2send_finalize):
4285 * gst/debug/testplugin.c: (gst_test_class_init),
4286 (gst_test_finalize):
4287 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
4288 (gst_flxdec_dispose):
4289 * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
4290 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
4291 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4292 (gst_rtspsrc_finalize):
4293 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
4294 * gst/rtsp/rtspextwms.h:
4295 * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
4296 (gst_smpte_finalize):
4297 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
4298 * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
4299 (gst_udpsink_finalize):
4300 * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
4301 (gst_wavparse_sink_activate):
4302 * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
4303 * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
4304 (gst_oss_src_finalize):
4305 * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
4306 * sys/v4l2/gstv4l2object.h:
4307 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4308 (gst_v4l2src_finalize):
4309 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
4311 Fix a bunch of leaks shown by the newly-added states test.
4313 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
4315 * ext/dv/gstdvdec.c: (gst_dvdec_init):
4316 Use gst_pad_new_from_static_template instead of
4317 static_pad_template_get+pad_new.
4319 2007-03-03 Tim-Philipp Müller <tim at centricular dot net>
4321 Patch by: Loïc Minier <lool+gnome at via ecp fr>
4323 * ext/libcaca/Makefile.am:
4324 * gst/debug/Makefile.am:
4325 Don't mix tabs and spaces (#414168).
4327 2007-03-02 Stefan Kost <ensonic@users.sf.net>
4329 * tests/check/generic/.cvsignore:
4330 Ignore files to please buildbot.
4332 2007-03-02 Stefan Kost <ensonic@users.sf.net>
4334 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
4335 (gst_wavparse_stream_data):
4336 Unbreak my previous commit (swapped nominator & denominator). Tim,
4337 thanks for spotting.
4339 2007-03-02 Wim Taymans <wim@fluendo.com>
4341 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
4342 (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
4343 (gst_cdio_cdda_src_finalize):
4344 Small code cleanups.
4345 Don't use pad_alloc as the base class cannot deal with the error codes.
4347 2007-03-02 Wim Taymans <wim@fluendo.com>
4349 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4350 (gst_udpsrc_create):
4353 2007-03-02 Stefan Kost <ensonic@users.sf.net>
4355 Patch by: René Stadler <mail@renestadler.de>
4357 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4358 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4359 (gst_wavparse_stream_data):
4360 Handle rounding better to not drop last sample frame. Fixes #356692
4362 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
4364 * tests/check/Makefile.am:
4365 Disable cacasink from the states check too - it also calls exit(1)
4366 on us when it can't find a terminal to talk to.
4368 2007-03-02 Wim Taymans <wim@fluendo.com>
4370 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4372 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4373 (gst_udpsrc_create), (gst_udpsrc_set_property),
4374 (gst_udpsrc_get_property):
4375 * gst/udp/gstudpsrc.h:
4376 Add support to strip proprietary headers. Fixes #350296.
4378 2007-03-02 Wim Taymans <wim@fluendo.com>
4380 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4383 2007-03-02 Wim Taymans <wim@fluendo.com>
4385 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4387 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
4388 (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
4389 (gst_rtp_mp2t_depay_set_property),
4390 (gst_rtp_mp2t_depay_get_property):
4391 * gst/rtp/gstrtpmp2tdepay.h:
4392 Add support to strip off proprietary headers. Fixes #350278.
4394 2007-03-02 Wim Taymans <wim@fluendo.com>
4399 2007-03-02 Wim Taymans <wim@fluendo.com>
4401 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
4402 (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
4403 (gst_sunaudiosrc_open):
4404 * sys/sunaudio/gstsunaudiosrc.h:
4405 Remove device-name from GstSunAudioSrc. Fixes #412597.
4407 2007-03-01 Sebastian Dröge <slomo@circular-chaos.org>
4409 * ext/hal/gsthalaudiosink.c: (do_toggle_element):
4410 * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
4411 Having NULL as UDI previously selected the default sink/src. Change
4412 this back but mention it in the debug output.
4413 * ext/hal/hal.c: (gst_hal_get_alsa_element),
4414 (gst_hal_get_oss_element), (gst_hal_get_string),
4415 (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
4416 (gst_hal_get_audio_src):
4418 Refactor a bit, check all error conditions, greatly improve debugging
4419 and fix some possible memory leaks. Also implement OSS support
4420 and allow specifying an UDI that points to a real device. For this the
4421 child device which supports ALSA (preferred) or OSS is used.
4422 As a side effect this makes it impossible now to get a alsasink in
4423 halaudiosrc and a alsasrc in halaudiosink.
4425 2007-03-01 Wim Taymans <wim@fluendo.com>
4427 * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
4428 (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
4429 Errors from the udp sources are not fatal unless all of them are in
4432 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
4434 * tests/check/Makefile.am:
4435 Disable aasink in the states test. I suspect this is the element that
4436 is calling exit(1) when it can't proceed.
4438 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
4440 * tests/check/Makefile.am:
4441 Draw plugins in from the build tree sys/ dir, rather than picking
4442 up the already installed versions.
4444 2007-03-01 Zaheer Abbas Merali <zaheerabbas at merali dot org>
4446 * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
4447 Error out correctly when getting xcontext fails.
4449 2007-03-01 Wim Taymans <wim@fluendo.com>
4451 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
4452 Make state change to PAUSED NO_PREROLL because that's what it will be in
4453 the future and rtspsrc relies on it.
4455 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4456 (gst_rtspsrc_change_state):
4457 Don't error out when we don't get an error from the state change
4460 2007-03-01 Sebastian Dröge <slomo@circular-chaos.org>
4462 * ext/hal/gsthalaudiosink.c: (do_toggle_element):
4463 * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
4464 Check if the device UDI is set before trying to query HAL
4465 about it and give a useful error message if it wasn't set.
4466 * ext/hal/hal.c: (gst_hal_get_string):
4467 Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
4468 gives an assertion failure in D-Bus when running with
4469 DBUS_FATAL_WARNINGS=1.
4471 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
4474 Convert to new AG_GST style.
4476 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
4478 * tests/check/Makefile.am:
4479 * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
4482 2007-02-28 Wim Taymans <wim@fluendo.com>
4484 * tests/check/elements/.cvsignore:
4485 Add new videofilter check to .cvsignore.
4487 2007-02-28 Wim Taymans <wim@fluendo.com>
4489 * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
4490 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4491 (gst_avi_demux_loop), (gst_avi_demux_chain):
4492 Fix combined flow return. Fixes #412608.
4494 2007-02-28 Wim Taymans <wim@fluendo.com>
4496 * gst/videofilter/Makefile.am:
4499 2007-02-28 Wim Taymans <wim@fluendo.com>
4501 * gst/videofilter/gstgamma.h:
4504 2007-02-28 Wim Taymans <wim@fluendo.com>
4506 Patch by: Mark Nauwelaerts <manauw at skynet be>
4508 * gst/videofilter/Makefile.am:
4509 * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
4510 (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
4511 (gst_gamma_get_property), (gst_gamma_calculate_tables),
4512 (oil_tablelookup_u8), (gst_gamma_set_caps),
4513 (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
4514 Port gamma filter to 0.10. Fixes #412704.
4516 * tests/check/Makefile.am:
4517 * tests/check/elements/videofilter.c: (setup_filter),
4518 (cleanup_filter), (check_filter), (GST_START_TEST),
4519 (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
4520 Add unit tests for videofilters.
4522 2007-02-28 Wim Taymans <wim@fluendo.com>
4525 Add another interesting test url.
4527 * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
4528 Don't allow getting header fields from data packets.
4530 2007-02-28 Michael Smith <msmith@fluendo.com>
4532 * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4533 (gst_shout2send_init), (gst_shout2send_start),
4534 (gst_shout2send_set_property), (gst_shout2send_get_property):
4535 * ext/shout2/gstshout2.h:
4536 Add a property for username.
4538 2007-02-27 Christian Schallerr <christian@fluendo.com>
4540 * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
4542 2007-02-26 Jan Schmidt <thaytan@mad.scientist.com>
4544 * gst/rtsp/Makefile.am:
4547 2007-02-26 Jan Schmidt <thaytan@mad.scientist.com>
4549 * gst/rtsp/base64.c: (util_base64_encode):
4550 * gst/rtsp/base64.h:
4551 Commit missing files for base64 encoding.
4553 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
4555 Patch by: Loïc Minier <lool+gnome at via ecp fr>
4558 * ext/annodex/Makefile.am:
4559 * ext/jpeg/Makefile.am:
4560 * ext/speex/Makefile.am:
4561 * gst/alpha/Makefile.am:
4562 * gst/cutter/Makefile.am:
4563 * gst/debug/Makefile.am:
4564 * gst/effectv/Makefile.am:
4565 * gst/goom/Makefile.am:
4566 * gst/level/Makefile.am:
4567 * gst/smpte/Makefile.am:
4568 * gst/videofilter/Makefile.am:
4569 Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
4571 2007-02-23 Jan Schmidt <thaytan@mad.scientist.com>
4573 * gst/rtsp/Makefile.am:
4574 * gst/rtsp/rtspconnection.c: (append_auth_header),
4575 (rtsp_connection_send), (rtsp_connection_set_auth):
4576 g_base64_encode is a GLib 2.12 function. Use an equivalent taken
4577 from icecast to replace it. Relicensed from GPL courtesy of Mike
4580 2007-02-23 Jan Schmidt <thaytan@mad.scientist.com>
4582 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4583 (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
4584 (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
4585 (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
4586 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4587 (gst_rtspsrc_uri_set_uri):
4588 * gst/rtsp/gstrtspsrc.h:
4589 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4590 (append_auth_header), (rtsp_connection_send),
4591 (rtsp_connection_free), (rtsp_connection_set_auth):
4592 * gst/rtsp/rtspconnection.h:
4593 * gst/rtsp/rtspdefs.h:
4594 * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4595 * gst/rtsp/rtspurl.h:
4597 Implement simple Basic Authentication support so that urls like
4598 rtsp://user:pass@hostname/rtspstream work on hosts that require
4601 2007-02-22 Edgard Lima <edgard.lima@indt.org.br>
4603 * sys/v4l2/gstv4l2object.c:
4604 * sys/v4l2/gstv4l2tuner.c:
4605 * sys/v4l2/v4l2_calls.c:
4606 Fix segfault when oppening a radio device.
4608 2007-02-22 Stefan Kost <ensonic@users.sf.net>
4610 * gst/level/gstlevel.c: (gst_level_set_caps),
4611 (gst_level_transform_ip):
4613 * tests/check/elements/level.c: (GST_START_TEST):
4614 Fix level for multi-channel case.
4616 2007-02-21 Stefan Kost <ensonic@users.sf.net>
4618 * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
4619 (gst_level_transform_ip):
4620 * gst/level/gstlevel.h:
4621 Use function pointer for process function and add process functions
4624 2007-02-19 Stefan Kost <ensonic@users.sf.net>
4626 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4627 (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
4628 (gst_v4l2src_capture_init):
4629 Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
4632 2007-02-18 Wim Taymans <wim@fluendo.com>
4634 * gst/rtp/Makefile.am:
4635 * gst/rtp/gstrtp.c: (plugin_init):
4636 * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
4637 (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
4638 (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
4639 (gst_rtp_mp2t_pay_plugin_init):
4640 * gst/rtp/gstrtpmp2tpay.h:
4641 Added simple mpeg transport stream payloader.
4643 2007-02-16 Wim Taymans <wim@fluendo.com>
4646 Add example H264 rtsp url.
4648 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4649 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4650 Don't convert values to lowercase or we might mess up base64 encoded
4653 2007-02-16 Wim Taymans <wim@fluendo.com>
4656 Fix case of string params.
4658 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4659 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4660 Fix depayloader, support more packet types.
4661 Add sync codes to make sure the packetizer can do its job.
4663 * gst/rtp/gstrtpmp4gdepay.c:
4664 * gst/rtp/gstrtpmp4gpay.c:
4665 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4666 Fix caps case again.
4668 2007-02-15 Wim Taymans <wim@fluendo.com>
4670 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4671 Set right caps on output buffers.
4673 2007-02-14 Wim Taymans <wim@fluendo.com>
4675 * gst/rtsp/sdpmessage.c: (sdp_parse_line):
4676 As spotted by: Peter Kjellerstedt <pkj at axis com>:
4677 Clear stack allocated SDPMedia struct before calling _init() on it.
4678 Clarify this in the docs as well.
4680 2007-02-14 Jan Schmidt <thaytan@mad.scientist.com>
4682 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
4684 Don't reset the profile when going switching states, as it makes
4685 the element non-reusable.
4687 2007-02-14 Wim Taymans <wim@fluendo.com>
4689 * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
4690 (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
4691 (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
4692 (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
4693 (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
4695 * gst/rtsp/sdpmessage.h:
4696 Based on patch by: jp.liu <jp_liu at astrocom dot cn>
4697 Fix memory management of SDP messages. Fixes #407793.
4699 2007-02-14 Stefan Kost <ensonic@users.sf.net>
4701 Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
4703 * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
4704 Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
4706 2007-02-14 Wim Taymans <wim@fluendo.com>
4708 Patch by: jp.liu <jp_liu at astrocom dot cn>
4710 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
4711 Fix parsing of password field in url. Fixes #407797.
4713 2007-02-14 Wim Taymans <wim@fluendo.com>
4715 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
4716 (gst_wavparse_reset), (gst_wavparse_init),
4717 (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
4718 (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
4719 (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
4720 (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
4721 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
4722 (gst_wavparse_loop), (gst_wavparse_chain),
4723 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
4724 (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
4726 * gst/wavparse/gstwavparse.h:
4729 Various code cleanups.
4730 When the bitrate is not known (bps == 0 or compressed formats) let
4731 downstream element guestimate the duration and position and don't
4732 generate timestamps or durations. Fixes #405213.
4733 Fix EOS and ERROR conditions in chain mode, we just need to forward the
4734 error flowreturn upstream.
4736 2007-02-13 Jan Schmidt <thaytan@mad.scientist.com>
4738 * ext/gconf/Makefile.am:
4739 * ext/gconf/gconf.c: (gst_gconf_get_string),
4740 (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
4741 (gst_gconf_render_bin_with_default):
4742 * ext/gconf/gconf.h:
4743 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
4744 (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
4745 (gst_gconf_audio_sink_dispose), (do_change_child),
4746 (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
4747 (cb_change_child), (gst_gconf_audio_sink_change_state):
4748 * ext/gconf/gstgconfaudiosink.h:
4749 * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
4750 (gst_switch_sink_class_init), (gst_switch_sink_reset),
4751 (gst_switch_sink_init), (gst_switch_sink_dispose),
4752 (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
4753 (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
4754 (gst_switch_sink_get_property), (gst_switch_sink_change_state):
4755 * ext/gconf/gstswitchsink.h:
4756 * gst/autodetect/gstautoaudiosink.c:
4757 (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
4758 (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
4759 (gst_auto_audio_sink_detect):
4760 * gst/autodetect/gstautovideosink.c:
4761 (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
4762 (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
4763 (gst_auto_video_sink_detect):
4764 Re-factor the gconfaudiosink into a "GstSwitchSink" base class
4765 and a child that implements the GConf key monitoring. The end goal of
4766 this is an audio sink that can be changed on the fly, but at the
4767 moment it still only changes on the next READY transition.
4769 2007-02-13 Stefan Kost <ensonic@users.sf.net>
4771 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4772 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
4773 (gst_avi_demux_sync), (gst_avi_demux_massage_index),
4774 (gst_avi_demux_calculate_durations_from_index),
4775 (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
4776 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4777 (gst_avi_demux_loop):
4778 Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
4780 2007-02-13 Stefan Kost <ensonic@users.sf.net>
4783 * docs/plugins/Makefile.am:
4784 Add crossreferences to glib/gobject/gstream docs.
4786 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
4788 * gst/monoscope/Makefile.am:
4789 * gst/monoscope/gstmonoscope.c:
4790 Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
4791 (but no LIBS, since we only use defines from the headers).
4793 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
4795 Based on patch by: Jonathan Matthew <jonathan at kaolin wh9 net>
4797 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
4798 (gst_wavparse_stream_data):
4799 Fix massive memory leak when operating in streaming mode due to
4800 GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
4803 2007-02-12 Stefan Kost <ensonic@users.sf.net>
4805 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
4806 (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
4807 (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
4808 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
4809 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
4810 (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
4811 (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4812 (gst_avi_demux_calculate_durations_from_index),
4813 (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
4814 (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
4815 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
4816 * gst/avi/gstavidemux.h:
4817 Save some memory (8%) by repacking the index entry structure (more to
4818 come). Add more FIXMEs to questionable parts.
4820 2007-02-12 Stefan Kost <ensonic@users.sf.net>
4822 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
4823 (gst_v4l2src_get_caps):
4824 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4825 (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
4826 (gst_v4l2src_capture_init):
4827 More FIXME comments and messaging changes.
4829 2007-02-12 Stefan Kost <ensonic@users.sf.net>
4831 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
4832 (gst_goom_change_state):
4833 * gst/goom/gstgoom.h:
4834 Improved docs and use GST_DEBUG_FUNCPTR.
4836 * gst/level/gstlevel.c: (gst_level_class_init):
4837 Use GST_DEBUG_FUNCPTR.
4839 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
4840 (gst_monoscope_chain), (gst_monoscope_change_state):
4841 Improved docs source cleanups.
4843 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
4845 * gst/debug/Makefile.am:
4846 * gst/debug/gstdebug.c: (plugin_init):
4847 * gst/debug/gstpushfilesrc.c:
4848 * gst/debug/gstpushfilesrc.h:
4849 Add code for a pushfilesrc element that implements a pushfile:// URI
4850 handler, to make debugging push-mode operation of demuxer/decoders
4851 that support both easier in connection with seek/playbin/etc.
4852 The element isn't registered at the moment.
4854 2007-02-11 Sébastien Moutte <sebastien@moutte.net>
4856 * gst/avi/gstavimux.c:
4857 Comment a #if 0 in caps template definition as VS6 seems to
4859 * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
4860 Use gst_guint64_to_gdouble for conversion.
4861 * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
4862 Move variables declaration before the first instruction.
4863 * gst/rtsp/rtspdefs.c:(rtsp_strresult):
4864 Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
4865 And don't include netdb.h for G_OS_WIN32
4866 * gst/rtsp/sdpmessage.c:(sdp_parse_line):
4867 This initialization SDPMedia nmedia = {.media = NULL }; is not supported
4868 by VS6 then use an other way to initialize SDPMedia structure.
4869 * gst/udp/gstdynudpsink.h:
4870 * gst/udp/gstdynudpnetutils.h:
4871 Do not include <sys/time.h> for G_OS_WIN32
4872 * gst/udp/gstudpsrc.c:
4873 Define socklen_t as int for G_OS_WIN32
4874 * win/common/config.h.in:
4875 Undef HAVE_NETINET_IN_H
4876 * win32/vs6/gst_plugins_good.dsw:
4877 * win32/vs6/libgstrtp.dsp:
4878 * win32/vs6/libgstrtsp.dsp:
4879 * win32/vs6/libgstautogen.dsp:
4880 * win32/vs6/libgstaudiofx.dsp:
4881 * win32/vs6/libgstudp.dsp:
4882 Add and update project files.
4883 * win32/common/gstudp-enumtypes.c:
4884 * win32/common/gstudp-enumtypes.h:
4885 Add a copy of udp enumtypes to win32/common as in core
4888 2007-02-11 Stefan Kost <ensonic@users.sf.net>
4891 Activate monoscope when building with --enable-experimental. Fix
4892 --enable-external configure switch description.
4894 * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
4895 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
4898 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
4900 * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
4901 Explicitly cast result of pointer arithmetic to integer in order to
4902 avoid compiler warnings on some 64-bit systems. Should fix #406018.
4904 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
4906 * gst/debug/progressreport.c:
4909 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
4911 * docs/plugins/inspect/plugin-rtp.xml:
4912 Update for new elements.
4914 * gst/debug/progressreport.h:
4915 Commit newly-created header file as well.
4917 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
4919 * docs/plugins/Makefile.am:
4920 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4921 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4922 * docs/plugins/gst-plugins-good-plugins.hierarchy:
4923 * gst/debug/Makefile.am:
4924 * gst/debug/progressreport.c: (gst_progress_report_post_progress),
4925 (gst_progress_report_do_query), (gst_progress_report_report):
4926 Make progressreport element post messages with the current progress
4927 on the bus. Also add some basic docs for it.
4929 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
4931 * ext/hal/hal.c: (gst_hal_get_string):
4933 Some small cleanups; deal with errors when parsing the HAL ALSA
4934 capabilities a bit better.
4936 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
4938 * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
4939 Let's try this again and use the right cast this time.
4941 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
4943 * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
4944 Add cast to avoid compiler warnings with older GLib versions
4945 where the nick/name members in GEnumValue are not declared as
4948 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
4950 * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
4951 (gst_gconf_render_bin_from_key),
4952 (gst_gconf_get_default_audio_sink):
4953 * ext/gconf/gconf.h:
4954 * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
4955 (do_toggle_element), (gst_gconf_audio_sink_set_property),
4956 (gst_gconf_audio_sink_get_property):
4957 In gconfaudiosink, get the right key as the old key in do_toggle
4958 (ie. one dependent on the profile selected). Log some more stuff so
4959 we can see what's actually going on.
4961 2007-02-06 Sebastian Dröge <slomo@circular-chaos.org>
4963 * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
4964 (gst_audio_amplify_class_init), (gst_audio_amplify_init),
4965 (gst_audio_amplify_set_process_function),
4966 (gst_audio_amplify_setup):
4967 * gst/audiofx/audioamplify.h:
4968 * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
4969 (gst_audio_invert_class_init), (gst_audio_invert_setup):
4970 * gst/audiofx/audioinvert.h:
4971 Some small cleanups and port both elements to the new GstAudioFilter
4972 base class to save a few lines of common code.
4973 * gst/audiofx/Makefile.am:
4974 Link against libgstaudio for the above changes
4976 2007-01-29 Wim Taymans <wim@fluendo.com>
4978 * tests/check/elements/.cvsignore:
4981 2007-01-26 Wim Taymans <wim@fluendo.com>
4983 Patch by: charles <charlesg3 at gmail dot com>
4985 * ext/shout2/gstshout2.c: (gst_shout2send_init),
4986 (set_shout_metadata), (gst_shout2send_event):
4987 * ext/shout2/gstshout2.h:
4988 Properly handle tags in shout2send. Fixes #399825.
4990 2007-01-25 Wim Taymans <wim@fluendo.com>
4992 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4993 (gst_rtspsrc_activate_streams):
4994 Convert SDP fields to upper/lowercase following the rules in the SDP to
4997 2007-01-25 Wim Taymans <wim@fluendo.com>
5000 * gst/rtp/gstrtpilbcdepay.c:
5001 * gst/rtp/gstrtpilbcpay.c:
5002 * gst/rtp/gstrtpmp4gdepay.c:
5003 * gst/rtp/gstrtpmp4gpay.c:
5004 * gst/rtp/gstrtpspeexdepay.c:
5005 * gst/rtp/gstrtpspeexpay.c:
5006 * gst/rtp/gstrtpsv3vdepay.c:
5007 * gst/rtp/gstrtptheoradepay.c:
5008 * gst/rtp/gstrtptheorapay.c:
5009 * gst/rtp/gstrtpvorbisdepay.c:
5010 * gst/rtp/gstrtpvorbispay.c:
5011 Fix case of encoding-name and key/value pairs to match the document.
5012 This is to make interoperation with SDP case-insensitive as required by
5015 2007-01-25 Wim Taymans <wim@fluendo.com>
5018 Bump required -core/-base to CVS
5020 2007-01-25 Wim Taymans <wim@fluendo.com>
5022 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5023 (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5024 * gst/rtp/gstrtpL16pay.h:
5025 Fill up to MTU using adapter.
5026 Timestamp rtp packets.
5028 2007-01-25 Edward Hervey <edward@fluendo.com>
5030 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5031 * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5032 Use G_GSIZE_FORMAT in print statements for portability.
5033 Fixes build on macosx.
5035 2007-01-24 Wim Taymans <wim@fluendo.com>
5037 * gst/rtp/Makefile.am:
5038 * gst/rtp/gstrtp.c: (plugin_init):
5039 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5040 (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5041 (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5042 (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5043 (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5044 (gst_rtp_L16_depay_plugin_init):
5045 * gst/rtp/gstrtpL16depay.h:
5046 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5047 (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5048 (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5049 (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5050 (gst_rtp_L16_pay_plugin_init):
5051 * gst/rtp/gstrtpL16pay.h:
5052 Port and enable raw audio payloader/depayloader. Needs a bit more work
5053 on the payloader side.
5055 2007-01-24 Wim Taymans <wim@fluendo.com>
5057 * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5058 (gst_rtspsrc_stream_configure_transport),
5059 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5060 * gst/rtsp/gstrtspsrc.h:
5061 Only unblock the udp pads when we linked and activated them all.
5064 2007-01-24 Wim Taymans <wim@fluendo.com>
5066 * gst/rtp/Makefile.am:
5067 * gst/rtp/gstrtp.c: (plugin_init):
5068 * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5069 (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5070 (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5071 (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5072 (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5073 * gst/rtp/gstrtpac3depay.h:
5074 Added simple AC3 depayloader (RFC 4184).
5076 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5079 2007-01-24 Sebastian Dröge <slomo@circular-chaos.org>
5081 reviewed by: Stefan Kost <ensonic@users.sf.net>
5083 * gst/audiofx/Makefile.am:
5084 * gst/audiofx/audioamplify.c:
5085 (gst_audio_amplify_clipping_method_get_type),
5086 (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5087 (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5088 (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5089 (gst_audio_amplify_set_caps),
5090 (gst_audio_amplify_transform_int_clip),
5091 (gst_audio_amplify_transform_int_wrap_negative),
5092 (gst_audio_amplify_transform_int_wrap_positive),
5093 (gst_audio_amplify_transform_float_clip),
5094 (gst_audio_amplify_transform_float_wrap_negative),
5095 (gst_audio_amplify_transform_float_wrap_positive),
5096 (gst_audio_amplify_transform_ip):
5097 * gst/audiofx/audioamplify.h:
5098 * gst/audiofx/audiofx.c: (plugin_init):
5099 Add new element "audioamplify". This allows scaling of raw audio
5100 samples, similar to the "volume" element, but provides different modes
5101 for clipping and allows unlimited amplification. It's mainly targeted
5102 for creative sound design and not as a replacement of the "volume"
5103 element. Fixes #397162
5104 * docs/plugins/Makefile.am:
5105 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5106 * docs/plugins/gst-plugins-good-plugins-sections.txt:
5107 * docs/plugins/gst-plugins-good-plugins.args:
5108 * docs/plugins/inspect/plugin-audiofx.xml:
5109 Add docs for audioamplify and integrate them into the build system
5110 * tests/check/Makefile.am:
5111 * tests/check/elements/audioamplify.c: (setup_amplify),
5112 (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5113 Add fairly extensive unit test suite for audioamplify
5115 2007-01-24 Wim Taymans <wim@fluendo.com>
5117 * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5118 Unblock pads after adding the pads to the element so that autopluggers
5119 get a change to link something. Possibly fixes #395688.
5121 2007-01-24 Wim Taymans <wim@fluendo.com>
5123 * gst/rtp/gstrtpamrdepay.c:
5124 * gst/rtp/gstrtpgsmdepay.c:
5125 * gst/rtp/gstrtph263pdepay.c:
5126 * gst/rtp/gstrtph263ppay.c:
5127 * gst/rtp/gstrtph264depay.c:
5128 * gst/rtp/gstrtpilbcdepay.c:
5129 * gst/rtp/gstrtpmp2tdepay.c:
5130 * gst/rtp/gstrtpmp4gdepay.c:
5131 * gst/rtp/gstrtpmp4gpay.c:
5132 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5133 * gst/rtp/gstrtpmp4vpay.c:
5134 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5135 (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5136 (gst_rtp_mpa_depay_process):
5137 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5138 (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5139 * gst/rtp/gstrtppcmadepay.c:
5140 * gst/rtp/gstrtppcmudepay.c:
5141 * gst/rtp/gstrtpspeexdepay.c:
5142 * gst/rtp/gstrtpspeexpay.c:
5143 * gst/rtp/gstrtpsv3vdepay.c:
5144 * gst/rtp/gstrtptheoradepay.c:
5145 * gst/rtp/gstrtptheorapay.c:
5146 * gst/rtp/gstrtpvorbisdepay.c:
5147 * gst/rtp/gstrtpvorbispay.c:
5148 Fix caps with payload numbers.
5149 Add some fixed payload numbers to caps when possible.
5151 2007-01-23 Sebastian Dröge <slomo@circular-chaos.org>
5153 reviewed by: Stefan Kost <ensonic@users.sf.net>
5155 * gst/audiofx/Makefile.am:
5156 * gst/audiofx/audiofx.c: (plugin_init):
5157 * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5158 (gst_audio_invert_class_init), (gst_audio_invert_init),
5159 (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5160 (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5161 (gst_audio_invert_transform_float),
5162 (gst_audio_invert_transform_ip):
5163 * gst/audiofx/audioinvert.h:
5164 Add new audiofx element "audioinvert". This element swaps the upper
5165 and lower half of samples and can be used for example for a
5166 wide-stereo effect. Fixes #396057
5167 * docs/plugins/Makefile.am:
5168 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5169 * docs/plugins/gst-plugins-good-plugins-sections.txt:
5170 * docs/plugins/gst-plugins-good-plugins.args:
5171 * docs/plugins/inspect/plugin-audiofx.xml:
5172 Add docs for the audioinvert element and add them to the build system.
5173 * tests/check/Makefile.am:
5174 * tests/check/elements/audioinvert.c: (setup_invert),
5175 (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5176 Add unit test suite for the audioinvert element.
5178 2007-01-23 Wim Taymans <wim@fluendo.com>
5180 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5181 (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5182 Parse config params as string and int.
5183 Parse and use AU header length
5185 2007-01-23 Wim Taymans <wim@fluendo.com>
5187 * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
5188 (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
5189 * gst/smpte/gstmask.c: (_gst_mask_register):
5190 * gst/smpte/gstmask.h:
5191 * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
5192 * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
5193 (gst_smpte_paint_triangle_clock):
5194 constify some static structs.
5195 Don't update the mask if nothing changed to the params.
5196 Make sure we never draw outside of the picture. Fixes #398325.
5198 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
5200 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
5201 Error out properly when pull_range fails while we're reading the
5202 headers, instead of just pausing the task silently. Fixes #399338.
5204 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
5206 * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5207 Some more sanity checks to make sure the input formats match and the
5208 input pads are actually negotiated, in case someone tries to feed
5209 buffers from fakesrc or filesrc. Fixes #398299.
5210 Also const-ify an array, just because we can.
5212 2007-01-19 Edward Hervey <edward@fluendo.com>
5214 * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
5215 Ignore previous commit, that was only valid for widths and heights
5216 that are multiples of 4.
5217 Copy over size/stride macros from jpegdec. This allows the element
5218 to work with any width,height...
5219 ... but puts in evidence that the actual transformations only work
5220 with width/height that are multiples of 4.
5222 2007-01-19 Edward Hervey <edward@fluendo.com>
5224 * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5225 Allocate buffers of the right size.
5226 The proper size of a I420 buffer in bytes is:
5232 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
5234 * gst/smpte/gstsmpte.c: (gst_smpte_init):
5235 Proxy getcaps on sink pads too, so that we either end up with the
5236 same dimensions on all pads or error out if that's not possible
5237 (seems to work even!). Fixes #398086, I think.
5239 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
5241 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5242 * docs/plugins/gst-plugins-good-plugins.args:
5243 * docs/plugins/gst-plugins-good-plugins.hierarchy:
5244 Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
5245 fix integer properties with -1 as minimum value.
5247 * docs/plugins/inspect/plugin-1394.xml:
5248 * docs/plugins/inspect/plugin-aasink.xml:
5249 * docs/plugins/inspect/plugin-alaw.xml:
5250 * docs/plugins/inspect/plugin-alpha.xml:
5251 * docs/plugins/inspect/plugin-alphacolor.xml:
5252 * docs/plugins/inspect/plugin-annodex.xml:
5253 * docs/plugins/inspect/plugin-apetag.xml:
5254 * docs/plugins/inspect/plugin-audiofx.xml:
5255 * docs/plugins/inspect/plugin-auparse.xml:
5256 * docs/plugins/inspect/plugin-autodetect.xml:
5257 * docs/plugins/inspect/plugin-avi.xml:
5258 * docs/plugins/inspect/plugin-cacasink.xml:
5259 * docs/plugins/inspect/plugin-cairo.xml:
5260 * docs/plugins/inspect/plugin-cdio.xml:
5261 * docs/plugins/inspect/plugin-cutter.xml:
5262 * docs/plugins/inspect/plugin-debug.xml:
5263 * docs/plugins/inspect/plugin-dv.xml:
5264 * docs/plugins/inspect/plugin-efence.xml:
5265 * docs/plugins/inspect/plugin-effectv.xml:
5266 * docs/plugins/inspect/plugin-esdsink.xml:
5267 * docs/plugins/inspect/plugin-flac.xml:
5268 * docs/plugins/inspect/plugin-flxdec.xml:
5269 * docs/plugins/inspect/plugin-gconfelements.xml:
5270 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5271 * docs/plugins/inspect/plugin-goom.xml:
5272 * docs/plugins/inspect/plugin-halelements.xml:
5273 * docs/plugins/inspect/plugin-icydemux.xml:
5274 * docs/plugins/inspect/plugin-id3demux.xml:
5275 * docs/plugins/inspect/plugin-jpeg.xml:
5276 * docs/plugins/inspect/plugin-level.xml:
5277 * docs/plugins/inspect/plugin-matroska.xml:
5278 * docs/plugins/inspect/plugin-mulaw.xml:
5279 * docs/plugins/inspect/plugin-multipart.xml:
5280 * docs/plugins/inspect/plugin-navigationtest.xml:
5281 * docs/plugins/inspect/plugin-ossaudio.xml:
5282 * docs/plugins/inspect/plugin-png.xml:
5283 * docs/plugins/inspect/plugin-rtp.xml:
5284 * docs/plugins/inspect/plugin-rtsp.xml:
5285 * docs/plugins/inspect/plugin-shout2send.xml:
5286 * docs/plugins/inspect/plugin-smpte.xml:
5287 * docs/plugins/inspect/plugin-speex.xml:
5288 * docs/plugins/inspect/plugin-taglib.xml:
5289 * docs/plugins/inspect/plugin-udp.xml:
5290 * docs/plugins/inspect/plugin-videobalance.xml:
5291 * docs/plugins/inspect/plugin-videobox.xml:
5292 * docs/plugins/inspect/plugin-videoflip.xml:
5293 * docs/plugins/inspect/plugin-videomixer.xml:
5294 * docs/plugins/inspect/plugin-wavenc.xml:
5295 * docs/plugins/inspect/plugin-wavparse.xml:
5296 * docs/plugins/inspect/plugin-ximagesrc.xml:
5299 2007-01-18 Stefan Kost <ensonic@users.sf.net>
5301 Patch by: Sebastian Dröge <slomo circular-chaos org>
5303 * gst/audiofx/audiopanorama.c:
5304 Fix doc section name (Fixes #397946)
5306 2007-01-17 Stefan Kost <ensonic@users.sf.net>
5308 * sys/v4l2/gstv4l2object.c:
5309 (gst_v4l2_object_install_properties_helper),
5310 (gst_v4l2_object_set_property_helper),
5311 (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
5312 * sys/v4l2/gstv4l2object.h:
5313 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5314 (gst_v4l2src_init), (gst_v4l2src_set_property),
5315 (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
5316 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5317 (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5318 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
5319 (gst_v4l2src_capture_deinit):
5320 Fix EIO handing when capturing. Add new property to specify the number of
5321 buffers to enque (and remove the borked num-buffers usage).
5323 2007-01-16 Stefan Kost <ensonic@users.sf.net>
5325 Patch by: Sebastian Dröge <slomo circular-chaos org>
5327 * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
5328 (gst_audio_panorama_set_process_function):
5329 Use a function array for process methods, add more docs and define the
5330 startindex of enums.
5332 2007-01-14 Tim-Philipp Müller <tim at centricular dot net>
5334 Patch by: Mark Nauwelaerts <manauw at skynet be>
5336 * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
5337 (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
5338 (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
5339 (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
5340 (gst_avi_mux_riff_get_avi_header),
5341 (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
5342 (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
5343 (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
5344 (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
5345 (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
5346 (gst_avi_mux_change_state):
5347 * gst/avi/gstavimux.h:
5348 * tests/check/elements/avimux.c: (teardown_src_pad):
5349 Add support for more than one audio stream; write better AVIX
5350 header; refactor code a bit; don't announce vorbis caps on our audio
5351 sink pads since we don't support it anyway. Closes #379298.
5353 2007-01-13 Tim-Philipp Müller <tim at centricular dot net>
5355 Patch by: Sebastian Dröge <slomo circular-chaos org>
5357 * gst/audiofx/audiopanorama.c:
5358 (gst_audio_panorama_method_get_type),
5359 (gst_audio_panorama_class_init), (gst_audio_panorama_init),
5360 (gst_audio_panorama_set_process_function),
5361 (gst_audio_panorama_set_property),
5362 (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
5363 (gst_audio_panorama_transform_m2s_int_simple),
5364 (gst_audio_panorama_transform_s2s_int_simple),
5365 (gst_audio_panorama_transform_m2s_float_simple),
5366 (gst_audio_panorama_transform_s2s_float_simple):
5367 * gst/audiofx/audiopanorama.h:
5368 Add 'method' property and provide a simple (non-psychoacustic)
5369 processing method (#394859).
5371 * tests/check/elements/audiopanorama.c: (GST_START_TEST),
5373 Tests for new method.
5375 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
5377 * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
5378 * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
5379 Set correct caps on outgoing pulled buffers, or things blow up
5380 after recent core changes.
5382 2007-01-11 Wim Taymans <wim@fluendo.com>
5384 Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
5386 * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
5387 (gst_multipart_mux_request_new_pad),
5388 (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
5389 (gst_multipart_mux_change_state):
5390 Return FLOW errors ASAP. Fixes #394977.
5393 2007-01-11 Wim Taymans <wim@fluendo.com>
5395 Patch by: Lutz Mueller <lutz at topfrose dot de>
5397 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5398 Check for stream pad before activating.
5400 2007-01-10 Wim Taymans <wim@fluendo.com>
5402 Patch by: Peter Kjellerstedt <pkj at axis com>
5404 * gst/rtsp/COPYING.MIT:
5405 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
5406 (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
5407 (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
5408 (gst_rtspsrc_stream_configure_transport),
5409 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
5410 (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
5411 (gst_rtspsrc_parse_methods),
5412 (gst_rtspsrc_create_transports_string),
5413 (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
5414 (gst_rtspsrc_open), (gst_rtspsrc_close):
5415 * gst/rtsp/gstrtspsrc.h:
5416 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5417 (rtsp_connection_connect), (rtsp_connection_send), (read_line),
5418 (parse_request_line), (parse_line), (rtsp_connection_read),
5419 (rtsp_connection_close):
5420 * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
5421 (rtsp_method_as_text), (rtsp_header_as_text),
5422 (rtsp_status_as_text), (rtsp_find_header_field),
5424 * gst/rtsp/rtspdefs.h:
5425 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
5426 (rtsp_ext_wms_configure_stream):
5427 * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
5428 (rtsp_message_new_request), (rtsp_message_init_request),
5429 (rtsp_message_new_response), (rtsp_message_init_response),
5430 (rtsp_message_init_data), (rtsp_message_unset),
5431 (rtsp_message_free), (rtsp_message_add_header),
5432 (rtsp_message_get_header), (rtsp_message_set_body),
5433 (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
5434 * gst/rtsp/rtspmessage.h:
5435 * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
5436 (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
5437 (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
5439 Allow url to be NULL to be able to use it for server connections.
5440 Can now send responses as well as requests.
5441 No longer hangs in an endless loop if EOF is received.
5442 Can now convert a status code to a text string.
5443 Return RTSP_HDR_INVALID for unknown headers.
5444 Return RTSP_INVALID for unknown methods.
5445 Copy CSeq and Session headers from the request.
5446 Only free memory corresponding to the currently set message type.
5447 Added const to function arguments as appropriate.
5448 Avoid a compiler warning when initializing nmedia.
5449 Use guint rather than gint to avoid compiler warnings.
5450 Fix crasher in wms extension.
5451 Factor out stream setup from open_connection.
5452 Delay activation of streams when actual data is received from the
5453 server, this prepares us to do proper protocol switching.
5458 2007-01-10 Tim-Philipp Müller <tim at centricular dot net>
5460 Patch by: Sebastian Dröge <slomo ubuntu com>
5462 * docs/plugins/Makefile.am:
5463 * gst/audiofx/audiopanorama.c:
5464 Some small docs fixes (#394851).
5466 2007-01-09 Wim Taymans <wim@fluendo.com>
5468 * gst/avi/gstavidemux.c:
5471 2007-01-09 Wim Taymans <wim@fluendo.com>
5473 * gst/rtp/Makefile.am:
5474 * gst/rtp/gstrtp.c: (plugin_init):
5475 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
5476 (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
5477 (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
5478 (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
5479 (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
5480 * gst/rtp/gstrtpmpvdepay.h:
5481 Added RFC 2250 MPEG Video Depayloader.
5483 * gst/rtp/gstrtpL16depay.h:
5484 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
5485 (gst_rtp_h263p_depay_process):
5486 Fix Header file. Small cleanups.
5488 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
5489 (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
5490 (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
5491 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
5492 (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
5493 (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
5494 (gst_rtp_mp4v_depay_change_state):
5495 Remove usused code. Remove Adapter from state Change. Added debug.
5497 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
5498 (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
5499 (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
5500 * gst/rtp/gstrtpmpadepay.h:
5501 Subclass base depayloader.
5503 Support static payload type assignment as well.
5505 * gst/rtp/gstrtpmpapay.c:
5508 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
5510 Patch by: Vincent Torri <vtorri at univ-evry fr>
5512 * ext/jpeg/gstjpegdec.c:
5513 * ext/jpeg/gstjpegenc.c:
5514 * ext/jpeg/smokecodec.c:
5515 These libjpeg callbacks should return a 'boolean' (unsigned char
5516 apparently) and not a 'gboolean' (which maps to gint). Fixes
5517 warnings when compiling with MingW (#393427).
5519 * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
5520 Use ioctlsocket on win32.
5522 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5523 Some printf format fixes for win32.
5525 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
5527 * gst/cutter/gstcutter.c: (gst_cutter_chain):
5528 Use gst_guint64_to_gdouble for conversion.
5529 * win32/vs6/libgstmatroska.dsp:
5530 Add zlib to the link.
5531 * win32/vs6/libgstvideobox.dsp:
5532 Update liboil library name (project is linked to
5533 liboil-0.3-0.lib now).
5535 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
5537 * gst/matroska/Makefile.am:
5538 If zlib is available and used, we must link it explicitly for
5539 things to work on MingW (fixes #392855).
5541 2007-01-04 Tim-Philipp Müller <tim at centricular dot net>
5543 * ext/esd/esdsink.c: (gst_esdsink_delay):
5544 Don't return bogus values when esd_get_delay() fails for some
5547 2006-12-24 Tim-Philipp Müller <tim at centricular dot net>
5549 * sys/ximage/gstximagesrc.c: (composite_pixel):
5550 Fix presumably copy'n'pasto for 16bpp depth.
5552 2006-12-24 Tim-Philipp Müller <tim at centricular dot net>
5554 * gst/matroska/matroska-mux.c:
5555 (gst_matroska_mux_audio_pad_setcaps):
5556 The "signed" field in audio caps is of boolean type, trying to use
5557 gst_structure_get_int() to extract it will fail. Fixing this makes
5558 matroskamux accept raw audio input (#387121) (use at your own risk
5559 though, due to the matroska spec being not entirely useful in this
5561 Also fix up raw audio structures in template caps so that they
5562 represent what our setcaps function will actually accept, so that
5563 converters know what to convert to.
5564 Finally, don't fail if there isn't an "endianness" field in 8-bit
5567 2006-12-22 Stefan Kost <ensonic@users.sf.net>
5569 * tests/check/elements/audiopanorama.c: (cleanup_panorama):
5570 * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
5571 * tests/check/elements/cmmldec.c: (setup_cmmldec),
5573 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5575 * tests/check/elements/level.c: (setup_level), (cleanup_level):
5576 reapply consistent pad (de)activation
5578 2006-12-21 Jan Schmidt <thaytan@mad.scientist.com>
5583 * gst-plugins-good.doap:
5584 Add 0.10.5 doap entry
5586 === release 0.10.5 ===
5588 2006-12-21 Jan Schmidt <thaytan@mad.scientist.com>
5591 releasing 0.10.5, "The Path of Thorns"
5593 2006-12-21 Stefan Kost <ensonic@users.sf.net>
5595 * tests/check/elements/audiopanorama.c: (cleanup_panorama):
5596 * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
5597 * tests/check/elements/cmmldec.c: (setup_cmmldec),
5599 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5601 * tests/check/elements/level.c: (setup_level), (cleanup_level):
5602 revert my freeze breakage
5604 2006-12-21 Stefan Kost <ensonic@users.sf.net>
5606 * tests/check/elements/audiopanorama.c: (cleanup_panorama):
5607 * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
5608 * tests/check/elements/cmmldec.c: (setup_cmmldec),
5610 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
5612 * tests/check/elements/level.c: (setup_level), (cleanup_level):
5613 consistent pad (de)activation
5615 2006-12-18 Jan Schmidt <thaytan@mad.scientist.com>
5619 Disable LADPSA, as it has moved to the -bad module for the duration.
5621 2006-12-18 Wim Taymans <wim@fluendo.com>
5623 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
5624 (gst_signal_processor_event):
5625 Reset flow_state back to _OK after a flush stop so that we exit our
5626 error state after the flush. Fixes #374213
5628 2006-12-16 David Schleef <ds@schleef.org>
5630 * sys/osxvideo/osxvideosink.h:
5631 * sys/osxvideo/osxvideosink.m:
5632 Decent effort at porting to 0.10. Needs cleanup on OS/X.
5634 2006-12-16 David Schleef <ds@schleef.org>
5636 Patch by: Vijay Santhanam <vijay santhanam gmail com>
5638 * sys/osxvideo/Makefile.am:
5639 * sys/osxvideo/osxvideosink.h:
5640 * sys/osxvideo/osxvideosink.m:
5641 Preliminary patch for porting osxvideosink
5643 2006-12-16 Wim Taymans <wim@fluendo.com>
5645 Patch by: Sjoerd Simons <sjoerd at luon dot net>
5647 * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
5648 (gst_videomixer_set_master_geometry),
5649 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
5650 (gst_videomixer_reset), (gst_videomixer_init),
5651 (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
5652 (gst_videomixer_release_pad), (gst_videomixer_collected),
5653 (gst_videomixer_change_state):
5654 Introduce some locking around the videomixer state so that it does not
5655 crash when adding/removing pads. Fixes #383043.
5657 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
5660 Make sure libcaca can actually be used instead of just checking for
5661 /usr/bin/caca-config, so we don't wrongly try to build cacasink when
5662 cross-compiling (fixes #384587).
5664 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
5667 * gst-plugins-good.doap:
5668 * gst-plugins-good.spec.in:
5671 2006-12-14 Tim-Philipp Müller <tim at centricular dot net>
5674 libflac-1.1.3 changed API again, but we can't build against it yet,
5675 so make sure our check doesn't use libflac-1.1.3 and add a comment
5678 2006-12-14 Tim-Philipp Müller <tim at centricular dot net>
5680 * gst/effectv/gstquark.c: (gst_quarktv_transform),
5681 (gst_quarktv_planetable_clear):
5682 Add some NULL pointer checks (possibly related to #385623).
5684 2006-12-12 Tim-Philipp Müller <tim at centricular dot net>
5686 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
5687 (gst_tag_demux_chain):
5688 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
5689 In streaming mode, if the first buffer we get doesn't have an
5690 offset, fix it up to be 0, otherwise trimming won't work later on
5691 and we'll be typefinding application/x-id3, which may result in
5692 decodebin plugging an endless number of id3demux elements as a
5693 consequence. Fixes #385031.
5695 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
5697 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
5698 Ignore the buffer_time the sound device reports. Turns out it is
5699 sometimes completely bogus and we're better off without it.
5701 2006-12-11 Tim-Philipp Müller <tim at centricular dot net>
5703 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
5704 (gst_matroska_demux_video_caps):
5705 * gst/matroska/matroska-ids.c:
5706 (gst_matroska_track_init_video_context):
5707 * gst/matroska/matroska-ids.h:
5708 Try harder to extract the framerate for video tracks correctly and
5709 save it directly instead of converting it back and forth a few
5710 times. Mostly makes a difference for very small framerates (<1).
5713 2006-12-11 Tim-Philipp Müller <tim at centricular dot net>
5715 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
5716 (gst_gconf_audio_src_dispose), (do_toggle_element):
5717 * ext/gconf/gstgconfaudiosrc.h:
5718 Remove gconf notify hook when the gconfaudiosrc element is
5719 destroyed, otherwise the callback may be called on an
5720 already-destroyed instance and bad things happen. Should fix
5722 Also ignore gconf key changes when the source is already running.
5724 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
5726 Patch by: Sebastian Dröge <mail at slomosnail de>
5728 * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
5729 We need to be able to read and parse any possible floating point string
5730 format ("1,234" or "1.234") irrespective of the current locale. g_strod()
5731 will parse the former only in certain locales though, so we really need
5732 to canonicalise the separator to '.' and then use g_ascii_strtod() to
5733 make sure we can parse either version at all times.
5734 Fixes #382982 for real.
5736 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
5738 * sys/sunaudio/gstsunaudiomixerctrl.c:
5739 * sys/sunaudio/gstsunaudiosrc.c:
5741 Use the sunaudio debug category.
5743 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
5744 (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
5745 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
5746 (gst_sunaudiosink_open), (gst_sunaudiosink_close),
5747 (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
5748 (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
5749 (gst_sunaudiosink_reset):
5750 * sys/sunaudio/gstsunaudiosink.h:
5752 Uses the sunaudio debug category for all debug output
5753 Implements the _delay() callback to synchronise video playback better
5754 Change the segtotal and segsize values back to the parent class
5755 defaults (taken from buffer_time and latency_times of 200ms and 10ms
5757 Measure the samples written to the device vs. played.
5758 Keep track of segments in the device by writing empty eof frames, and
5759 sleep using a GCond when we get too far ahead and risk overrunning the
5764 2006-12-08 Wim Taymans <wim@fluendo.com>
5766 Patch by: Sebastian Dröge <mail at slomosnail de >
5768 * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
5769 (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
5770 * gst/audiofx/audiopanorama.h:
5771 Fix audiopanorame with float samples. Fixes #383726.
5773 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
5775 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
5776 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
5777 (gst_sunaudiosrc_reset):
5779 Implement reset functions to unblock the src/sink more quickly on
5780 state change requests.
5781 Patch by: Brian Cameron <brian dot cameron at sun com>
5783 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
5785 * sys/sunaudio/gstsunaudiomixer.c:
5786 (gst_sunaudiomixer_change_state):
5787 Construct the correct mixer device name when the AUDIODEV env var
5790 Patch by: Jerry Tan <jerry.tan at sun dot com>
5793 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
5795 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
5796 Apply patch to open the mixer control and set the MULTIPLE_OPEN
5797 ioctl. On solaris, the mixer device doesn't need opening non-blocking
5798 - it can be opened by multiple processes by default, but needs the ioctl for multiple opens within 1 process.
5799 Patch by: Jerry Tan <jerry.tan at sun dot com>
5802 2006-12-07 Wim Taymans <wim@fluendo.com>
5804 * gst/smpte/gstmask.h:
5805 * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5806 (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
5807 (gst_smpte_collected), (gst_smpte_set_property),
5808 (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
5809 * gst/smpte/gstsmpte.h:
5810 Port to 0.10 some more.
5811 Added duration property to specify the duration of the transition.
5812 Make framerate a fraction.
5813 Deprecate fps property, we only use negotiated fps.
5815 Fix collectpad usage.
5816 Reset state in READY.
5817 Send NEWSEGMENT event.
5818 Fix racy updates of object properties.
5819 Added debug category.
5822 2006-12-06 Wim Taymans <wim@fluendo.com>
5824 Patch by: Sjoerd Simons <sjoerd at luon dot net>
5826 * gst/videomixer/videomixer.c:
5827 (gst_videomixer_set_master_geometry),
5828 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
5829 Don't reset xpos and ypos in the setcaps function because causes
5830 unexpected behaviour.
5833 2006-12-06 Wim Taymans <wim@fluendo.com>
5835 * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
5836 (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
5837 Keep track of the buffer timestamp in the collectdata member instead
5838 of modifying the buffer without making the metadata writable first.
5841 2006-12-06 Wim Taymans <wim@fluendo.com>
5843 Patch by: Rob Taylor <robtaylor at floopily dot org>
5845 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5846 If using multicast in udpsrc, bind to the multicast address rather than
5848 This allows the simultanous use of multiple udpsrcs listening on
5849 different multicat addresses. Without this all udpsrcs will receive all
5850 packets from all subscribed multicast addresses.
5853 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
5855 * ext/taglib/gstid3v2mux.cc:
5856 Don't attempt to write a NULL frame into the ID3 tag set when the
5857 createFrame method returned NULL.
5859 Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
5861 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
5863 * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
5864 Use g_strtod() instead of sscanf to parse doubles, so that it will
5865 try parsing in the C locale if the current locale fails.
5867 Patch by: Sebastian Dröge <mail at slomosnail de >
5869 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
5872 Fix compilation on win32 under VS8
5873 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
5874 Partially fixes #381175
5876 2006-11-30 Stefan Kost <ensonic@users.sf.net>
5878 * gst/avi/gstavimux.c:
5879 accept all mpegversions,fixes #380825
5880 spotted by: Jerome Alet
5882 2006-11-30 Stefan Kost <ensonic@users.sf.net>
5884 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5885 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
5886 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
5887 (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
5888 cleanup the error message a bit more
5890 2006-11-28 Wim Taymans <wim@fluendo.com>
5892 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
5893 Fix width and height properties.
5895 * ext/libcaca/gstcacasink.h:
5896 Fix compilation on newer libcaca that require us to include a new
5897 header. Fixes #379918.
5899 2006-11-28 Wim Taymans <wim@fluendo.com>
5901 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
5902 * gst/rtsp/gstrtspsrc.h:
5903 * gst/rtsp/rtspext.h:
5904 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
5905 (rtsp_ext_wms_get_context):
5906 Add method so that extensions can choose to disable the setup of
5908 Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
5910 2006-11-27 Wim Taymans <wim@fluendo.com>
5912 Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
5914 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5915 Push header in a separate buffer instead of memcpy:ing all data.
5916 Change LF => CRLF in headers.
5917 Move trailing LF to header. Fixes #379792.
5919 2006-11-27 Wim Taymans <wim@fluendo.com>
5921 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
5922 Small buffer overflow fix and improve debugging.
5924 2006-11-24 Stefan Kost <ensonic@users.sf.net>
5927 * ext/esd/esdsink.h:
5928 remove obsolete _factory_init protos
5930 2006-11-24 Stefan Kost <ensonic@users.sf.net>
5932 * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
5933 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
5934 (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
5935 (gst_avi_demux_read_subindexes_push),
5936 (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
5937 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5938 (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5939 (gst_avi_demux_massage_index),
5940 (gst_avi_demux_calculate_durations_from_index),
5941 (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
5942 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
5943 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5944 remove dead code, tweak debugs statements, add comments, use
5945 _uint64_scale instead _uint64_scale_int when using guint64 values,
5946 small optimizations, reflow some error handling
5948 2006-11-22 Edward Hervey <edward@fluendo.com>
5951 We never put .pot files in cvs. Let's ignore them all.
5953 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
5956 ... but better exclude files that aren't disted.
5958 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
5961 Add v4l2 source files to list of files with translations, so the
5962 strings are actually extracted (however bad they still may be).
5964 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
5966 * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
5967 Minor clean-ups: const-ify static array, remove trailing comma from
5968 last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
5970 2006-11-19 Jan Schmidt <thaytan@mad.scientist.com>
5972 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
5973 Make sure that g_free always gets called on the same pointer that was
5974 returned by g_malloc. Fixes #376594.
5975 Do not leak memory if decompressed size is wrong.
5976 Remove unneeded check of return value of g_malloc.
5977 Patch by: René Stadler <mail@renestadler.de>
5979 2006-11-18 Tim-Philipp Müller <tim at centricular dot net>
5981 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
5982 Add missing curly brackets.
5984 2006-11-17 Edgard Lima <edgard.lima@indt.org.br>
5986 * sys/v4l2/v4l2src_calls.c:
5989 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
5991 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
5992 (gst_matroska_mux_request_new_pad):
5993 Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
5995 * tests/check/elements/matroskamux.c: (setup_src_pad),
5996 (setup_sink_pad), (GST_START_TEST):
5997 Activate pads before using them.
5999 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
6001 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6002 Initialise variable to get rid of bogus compiler warning.
6004 2006-11-16 Stefan Kost <ensonic@users.sf.net>
6006 Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6008 * gst/rtp/gstrtph263pay.c:
6009 * gst/rtp/gstrtph263pdepay.c:
6010 * gst/rtp/gstrtph263ppay.c:
6011 Specify H.263 variant and version in the caps (fixes #361637)
6013 2006-11-15 Wim Taymans <wim@fluendo.com>
6015 * gst/rtsp/rtspconnection.c: (read_body):
6016 Don't set a data pointer to NULL and a size > 0 when we deal
6019 * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6020 (rtsp_message_init_response), (rtsp_message_init_data),
6021 (rtsp_message_unset), (rtsp_message_free),
6022 (rtsp_message_take_body):
6023 Check that we can't create invalid empty packets.
6025 2006-11-15 Tim-Philipp Müller <tim at centricular dot net>
6027 Patch by: Mark Nauwelaerts <manauw at skynet be>
6029 * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6030 (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6031 (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6032 (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6033 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6034 (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6035 * gst/matroska/matroska-mux.h:
6036 Add basic tag writing support; implement releasing pads (#374658).
6038 2006-11-15 Tim-Philipp Müller <tim at centricular dot net>
6040 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6041 (gst_matroska_demux_audio_caps):
6042 Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6044 2006-11-14 David Schleef <ds@schleef.org>
6046 * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6048 2006-11-14 Tim-Philipp Müller <tim at centricular dot net>
6050 Patch by: Sergey Scobich <sergey.scobich at gmail com>
6052 * win32/vs8/gst-plugins-good.sln:
6053 * win32/vs8/libgst1394.vcproj:
6054 * win32/vs8/libgstaasink.vcproj:
6055 * win32/vs8/libgstalaw.vcproj:
6056 * win32/vs8/libgstalpha.vcproj:
6057 * win32/vs8/libgstalphacolor.vcproj:
6058 * win32/vs8/libgstannodex.vcproj:
6059 * win32/vs8/libgstapetag.vcproj:
6060 * win32/vs8/libgstaudiofx.vcproj:
6061 * win32/vs8/libgstauparse.vcproj:
6062 * win32/vs8/libgstautodetect.vcproj:
6063 * win32/vs8/libgstavi.vcproj:
6064 * win32/vs8/libgstcacasink.vcproj:
6065 * win32/vs8/libgstcdio.vcproj:
6066 * win32/vs8/libgstcutter.vcproj:
6067 * win32/vs8/libgstdv.vcproj:
6068 * win32/vs8/libgsteffectv.vcproj:
6069 * win32/vs8/libgstflac.vcproj:
6070 * win32/vs8/libgstflxdec.vcproj:
6071 * win32/vs8/libgstgoom.vcproj:
6072 * win32/vs8/libgsticydemux.vcproj:
6073 * win32/vs8/libgstid3demux.vcproj:
6074 * win32/vs8/libgstjpeg.vcproj:
6075 * win32/vs8/libgstladspa.vcproj:
6076 * win32/vs8/libgstlevel.vcproj:
6077 * win32/vs8/libgstmatroska.vcproj:
6078 * win32/vs8/libgstmikmod.vcproj:
6079 * win32/vs8/libgstmng.vcproj:
6080 * win32/vs8/libgstmonoscope.vcproj:
6081 * win32/vs8/libgstmulaw.vcproj:
6082 * win32/vs8/libgstmultipart.vcproj:
6083 * win32/vs8/libgstpng.vcproj:
6084 * win32/vs8/libgstrtp.vcproj:
6085 * win32/vs8/libgstrtsp.vcproj:
6086 * win32/vs8/libgstshout2.vcproj:
6087 * win32/vs8/libgstsmpte.vcproj:
6088 * win32/vs8/libgstspeex.vcproj:
6089 * win32/vs8/libgsttaglib.vcproj:
6090 * win32/vs8/libgstudp.vcproj:
6091 * win32/vs8/libgstvideobalance.vcproj:
6092 * win32/vs8/libgstvideobox.vcproj:
6093 * win32/vs8/libgstvideoflip.vcproj:
6094 * win32/vs8/libgstvideomixer.vcproj:
6095 * win32/vs8/libgstwavenc.vcproj:
6096 * win32/vs8/libgstwavparse.vcproj:
6097 Make end-of-line returns unixy, so that when the files are checked
6098 out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6099 Hopefully fixes #366492.
6101 2006-11-14 Wim Taymans <wim@fluendo.com>
6103 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6104 Disable init_frames delay timestamp adjustment, it does not
6105 seem to be needed at all. Fixes #369621.
6107 2006-11-13 Wim Taymans <wim@fluendo.com>
6109 Patch by: Mark Nauwelaerts <manauw at skynet be>
6111 * gst/videomixer/videomixer.c:
6112 (gst_videomixer_set_master_geometry),
6113 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6114 (gst_videomixer_collect_free), (gst_videomixer_reset),
6115 (gst_videomixer_init), (gst_videomixer_finalize),
6116 (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6117 (gst_videomixer_collected), (gst_videomixer_change_state):
6118 Fix memleak by unref'ing collectpads instance (when finalizing)
6119 Implement releasing a request pad. Fixes #374479.
6121 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
6123 Patch by: Sergey Scobich <sergey.scobich at gmail com>
6125 * win32/vs8/gst-plugins-good.sln:
6126 * win32/vs8/libgst1394.vcproj:
6127 * win32/vs8/libgstaasink.vcproj:
6128 * win32/vs8/libgstalaw.vcproj:
6129 * win32/vs8/libgstalpha.vcproj:
6130 * win32/vs8/libgstalphacolor.vcproj:
6131 * win32/vs8/libgstannodex.vcproj:
6132 * win32/vs8/libgstapetag.vcproj:
6133 * win32/vs8/libgstaudiofx.vcproj:
6134 * win32/vs8/libgstauparse.vcproj:
6135 * win32/vs8/libgstautodetect.vcproj:
6136 * win32/vs8/libgstavi.vcproj:
6137 * win32/vs8/libgstcacasink.vcproj:
6138 * win32/vs8/libgstcdio.vcproj:
6139 * win32/vs8/libgstcutter.vcproj:
6140 * win32/vs8/libgstdv.vcproj:
6141 * win32/vs8/libgsteffectv.vcproj:
6142 * win32/vs8/libgstflac.vcproj:
6143 * win32/vs8/libgstflxdec.vcproj:
6144 * win32/vs8/libgstgoom.vcproj:
6145 * win32/vs8/libgsticydemux.vcproj:
6146 * win32/vs8/libgstid3demux.vcproj:
6147 * win32/vs8/libgstjpeg.vcproj:
6148 * win32/vs8/libgstladspa.vcproj:
6149 * win32/vs8/libgstlevel.vcproj:
6150 * win32/vs8/libgstmatroska.vcproj:
6151 * win32/vs8/libgstmikmod.vcproj:
6152 * win32/vs8/libgstmng.vcproj:
6153 * win32/vs8/libgstmonoscope.vcproj:
6154 * win32/vs8/libgstmulaw.vcproj:
6155 * win32/vs8/libgstmultipart.vcproj:
6156 * win32/vs8/libgstpng.vcproj:
6157 * win32/vs8/libgstrtp.vcproj:
6158 * win32/vs8/libgstrtsp.vcproj:
6159 * win32/vs8/libgstshout2.vcproj:
6160 * win32/vs8/libgstsmpte.vcproj:
6161 * win32/vs8/libgstspeex.vcproj:
6162 * win32/vs8/libgsttaglib.vcproj:
6163 * win32/vs8/libgstudp.vcproj:
6164 * win32/vs8/libgstvideobalance.vcproj:
6165 * win32/vs8/libgstvideobox.vcproj:
6166 * win32/vs8/libgstvideoflip.vcproj:
6167 * win32/vs8/libgstvideomixer.vcproj:
6168 * win32/vs8/libgstwavenc.vcproj:
6169 * win32/vs8/libgstwavparse.vcproj:
6170 Add VS8 project files (note that many of the plugins in ext are
6171 disabled by default). Fixes #366492.
6173 2006-11-10 Stefan Kost <ensonic@users.sf.net>
6175 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6176 we do not translate debug messages
6178 2006-11-08 Stefan Kost <ensonic@users.sf.net>
6180 * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6181 fix categorisation, make short desc more explicit, remove unused code
6184 2006-11-08 Wim Taymans <wim@fluendo.com>
6186 * gst/rtp/gstrtpL16depay.c:
6187 * gst/rtp/gstrtpamrdepay.c:
6188 * gst/rtp/gstrtpamrpay.c:
6189 * gst/rtp/gstrtpgsmdepay.c:
6190 * gst/rtp/gstrtph263pay.c:
6191 * gst/rtp/gstrtph263pdepay.c:
6192 * gst/rtp/gstrtph263ppay.c:
6193 * gst/rtp/gstrtph264depay.c:
6194 * gst/rtp/gstrtpmp2tdepay.c:
6195 * gst/rtp/gstrtpmp4gdepay.c:
6196 * gst/rtp/gstrtpmp4gpay.c:
6197 * gst/rtp/gstrtpmp4vdepay.c:
6198 * gst/rtp/gstrtpmp4vpay.c:
6199 * gst/rtp/gstrtpmpadepay.c:
6200 * gst/rtp/gstrtpmpapay.c:
6201 * gst/rtp/gstrtppcmadepay.c:
6202 * gst/rtp/gstrtppcmapay.c:
6203 * gst/rtp/gstrtppcmudepay.c:
6204 * gst/rtp/gstrtppcmupay.c:
6205 * gst/rtp/gstrtpspeexdepay.c:
6206 * gst/rtp/gstrtpspeexpay.c:
6207 * gst/rtp/gstrtpsv3vdepay.c:
6208 Fix element descriptions.
6210 2006-11-08 Wim Taymans <wim@fluendo.com>
6212 * gst/rtp/gstrtpvorbisdepay.c:
6213 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
6215 Small cleanup in the payloader.
6217 2006-11-08 Wim Taymans <wim@fluendo.com>
6219 * gst/rtp/Makefile.am:
6220 * gst/rtp/gstrtp.c: (plugin_init):
6221 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
6222 (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
6223 (gst_rtp_theora_depay_finalize),
6224 (gst_rtp_theora_depay_parse_configuration),
6225 (gst_rtp_theora_depay_setcaps),
6226 (gst_rtp_theora_depay_switch_codebook),
6227 (gst_rtp_theora_depay_process),
6228 (gst_rtp_theora_depay_set_property),
6229 (gst_rtp_theora_depay_get_property),
6230 (gst_rtp_theora_depay_change_state),
6231 (gst_rtp_theora_depay_plugin_init):
6232 * gst/rtp/gstrtptheoradepay.h:
6233 * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
6234 (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
6235 (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
6236 (gst_rtp_theora_pay_init_packet),
6237 (gst_rtp_theora_pay_flush_packet),
6238 (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
6239 (gst_rtp_theora_pay_handle_buffer),
6240 (gst_rtp_theora_pay_plugin_init):
6241 * gst/rtp/gstrtptheorapay.h:
6242 Add theora pay/depayloaders.
6244 2006-11-06 Wim Taymans <wim@fluendo.com>
6246 * gst/rtp/Makefile.am:
6247 We depend on gsttag to generate the vorbis comments.
6249 * gst/rtp/gstrtpvorbisdepay.c:
6250 (gst_rtp_vorbis_depay_parse_configuration),
6251 (gst_rtp_vorbis_depay_setcaps),
6252 (gst_rtp_vorbis_depay_switch_codebook),
6253 (gst_rtp_vorbis_depay_process):
6254 * gst/rtp/gstrtpvorbisdepay.h:
6255 Parse configuration string in the depayloader.
6256 Implement selecting and switching to a new codebook.
6257 Receiving vorbis over RTP now works.
6259 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
6260 (gst_rtp_vorbis_pay_init_packet),
6261 (gst_rtp_vorbis_pay_finish_headers),
6262 (gst_rtp_vorbis_pay_handle_buffer):
6263 * gst/rtp/gstrtpvorbispay.h:
6264 Set timestamps on outgoing buffers and RTP packets.
6265 Fix configuration string, prepend number of Packet headers.
6266 Fix encoding of ident string.
6267 Add delivery-method to caps.
6268 Streaming vorbis over RTP now works.
6270 2006-11-06 Wim Taymans <wim@fluendo.com>
6272 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6273 (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
6274 (gst_rtp_vorbis_pay_handle_buffer):
6275 * gst/rtp/gstrtpvorbispay.h:
6276 Generate a valid configuration string in the caps based on the
6279 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
6281 * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
6282 * ext/cdio/gstcdio.h:
6283 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
6284 Move CD-TEXT utility function into common file so it can also be
6285 used by a future cdioparanoiasrc.
6287 2006-11-01 Edgard Lima <edgard.lima@indt.org.br>
6289 * sys/v4l2/Makefile.am:
6290 * sys/v4l2/gstv4l2object.c:
6291 * sys/v4l2/gstv4l2src.c:
6292 * sys/v4l2/gstv4l2xoverlay.c:
6293 * sys/v4l2/v4l2_calls.c:
6294 * sys/v4l2/v4l2src_calls.c:
6295 Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
6296 xoverlay code that is still not implemented.
6298 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
6300 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6301 We require a -base more recent than 0.10.9, so it's safe to use
6302 GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
6304 * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
6305 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
6306 Use _newsegment_full() now that we depend on a recent enough core.
6308 * gst/wavparse/gstwavparse.c:
6309 Remove cruft that we don't need any longer now that we depend on
6310 a recent enough -base.
6312 2006-10-31 Wim Taymans <wim@fluendo.com>
6314 * gst/rtp/Makefile.am:
6315 * gst/rtp/gstrtp.c: (plugin_init):
6316 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
6317 (gst_rtpilbcpay_setcaps):
6318 Fix and activate ILBC pay and depayloaders. Fixes #368162.
6320 2006-10-31 Wim Taymans <wim@fluendo.com>
6322 * ext/speex/gstspeexdec.c: (speex_dec_convert),
6323 (speex_dec_sink_event), (speex_dec_chain_parse_header):
6324 Some small cleanups, use _scale.
6326 2006-10-31 Wim Taymans <wim@fluendo.com>
6328 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
6329 Use higher precision scale function.
6331 2006-10-30 Tim-Philipp Müller <tim at centricular dot net>
6333 Patch by: Michal Benes <michal dot benes at itonis tv>
6335 * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
6336 (gst_matroska_demux_read_track_encodings),
6337 (gst_matroska_decode_buffer):
6338 Fix several issues with encoded/compressed/encrypted/signed tracks;
6339 also, remove superfluous newline characters from some debug
6340 statements. (#366155)
6342 2006-10-30 Wim Taymans <wim@fluendo.com>
6344 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
6345 * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
6346 (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
6347 (gst_smokedec_change_state):
6348 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
6349 (gst_smokeenc_init), (gst_smokeenc_finalize),
6350 (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
6351 (gst_smokeenc_resync), (gst_smokeenc_chain),
6352 (gst_smokeenc_set_property), (gst_smokeenc_get_property),
6353 (gst_smokeenc_change_state):
6354 Various cleanups, capsnego and leak fixes.
6356 2006-10-30 Wim Taymans <wim@fluendo.com>
6358 Patch by: Mark Nauwelaerts <manauw at skynet be>
6360 * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
6361 Fix videomixer so that it can handle any combination of framerates.
6364 2006-10-28 Wim Taymans <wim@fluendo.com>
6366 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6367 (gst_avi_demux_parse_file_header),
6368 (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
6369 (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
6370 (gst_avi_demux_chain):
6371 Fix position query for audio. also fixes timestamps in streaming
6372 mode and bug #364958.
6375 2006-10-27 Wim Taymans <wim@fluendo.com>
6377 * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
6378 * ext/libpng/gstpngenc.h:
6379 Fix strides. Fixes #364856.
6381 Set caps on outgoing buffers.
6383 2006-10-18 Wim Taymans <wim@fluendo.com>
6385 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
6387 * gst/rtp/gstrtpgsmpay.c:
6388 * gst/rtp/gstrtph263pay.c:
6389 * gst/rtp/gstrtpmpapay.c:
6390 * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
6391 (gst_rtp_pcma_pay_handle_buffer):
6392 * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
6393 Add static payload numbers in addition to the dynamic ones.
6396 2006-10-18 Wim Taymans <wim@fluendo.com>
6398 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
6399 (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
6400 (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
6401 (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
6402 * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
6403 * gst/rtsp/rtspdefs.h:
6404 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6405 * gst/rtsp/rtspurl.h:
6406 Reuse already existing enum for lower transport.
6407 Add rtspt and rtspu protocols.
6408 Send redirect to rtspt when udp times out.
6410 2006-10-18 Wim Taymans <wim@fluendo.com>
6412 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
6413 (gst_wavparse_stream_data):
6414 Fix seeking some more, mostly for speed changes.
6416 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
6418 Patch by: Fredrik Persson <frepe at bredband net>
6420 * sys/v4l2/gstv4l2tuner.c:
6421 * sys/v4l2/gstv4l2tuner.h:
6422 Fix _set_channel(): remove useless g_object_notify() for "channel"
6423 property that doesn't exist any longer and therefore now also
6424 useless redirect (#338818).
6426 2006-10-17 Wim Taymans <wim@fluendo.com>
6428 * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
6429 Some drivers do not support unsetting the non-blocking flag once the
6430 device is opened. In those cases, close/open the device in
6431 non-blocking mode. Fixes #362673.
6433 2006-10-17 Stefan Kost <ensonic@users.sf.net>
6435 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6436 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
6437 (gst_v4l2src_get_fps):
6438 dear stefan, framespersecond is not frameperiod, reverting but adding
6441 2006-10-17 Stefan Kost <ensonic@users.sf.net>
6443 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6444 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
6445 (gst_v4l2src_get_fps):
6446 Numerator is numerator and denominator is denominator. Say that aloud
6447 5 times and retry after next beer.
6449 2006-10-16 Tim-Philipp Müller <tim at centricular dot net>
6451 Patch by: Josep Torra Valles <josep at fluendo com>
6453 * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
6454 * ext/esd/esdsink.c: (gst_esdsink_write):
6455 * ext/flac/gstflacdec.c: (gst_flac_dec_length),
6456 (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
6457 (gst_flac_dec_send_newsegment):
6458 * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
6459 (gst_flac_enc_tell_callback):
6460 * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
6461 (smokecodec_parse_header), (smokecodec_decode):
6462 * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
6463 * gst/debug/efence.c: (gst_fenced_buffer_alloc):
6464 * gst/goom/Makefile.am:
6465 * gst/goom/gstgoom.c:
6466 * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
6467 * gst/rtsp/gstrtspsrc.c:
6468 * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6469 * gst/udp/gstudpsink.c:
6470 * gst/udp/gstudpsrc.c:
6471 * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
6472 * sys/sunaudio/gstsunaudiomixertrack.h:
6473 Fix a bunch of problems discovered by the Forte compiler, mostly type
6474 mixups and pointer arithmetics with void pointers. Fixes #362603.
6476 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
6478 * ext/speex/gstspeex.c: (plugin_init):
6479 * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
6480 (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
6481 (gst_speex_enc_class_init), (gst_speex_enc_finalize),
6482 (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
6483 (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
6484 (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
6485 (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
6486 (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
6487 (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
6488 (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
6489 (gst_speex_enc_chain), (gst_speex_enc_get_property),
6490 (gst_speex_enc_set_property), (gst_speex_enc_change_state):
6491 * ext/speex/gstspeexenc.h:
6492 Miscellaneous clean-ups, among other things: speexenc => enc to
6493 enhance code readability; change speexenc => speex_enc; in chain
6494 function unref input buffer in case of error; take reference in
6495 event function; use boilerplate macro; use gst_pad_query_peer_*
6496 convenience functions.
6498 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
6500 * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
6501 (gst_speexenc_set_last_msg), (gst_speexenc_setup),
6502 (gst_speexenc_set_header_on_caps):
6505 2006-10-11 Wim Taymans <wim@fluendo.com>
6508 Added some other URL.
6510 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
6511 (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
6512 (gst_rtspsrc_open), (gst_rtspsrc_play),
6513 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6514 * gst/rtsp/gstrtspsrc.h:
6515 Work on fallback to TCP connection when the UDP socket times out.
6516 Handler server requests, just reply with OK for now.
6518 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6519 * gst/rtsp/rtspdefs.h:
6520 Added some more Real extension headers.
6522 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6523 Fix parsing of urls with a ':' that is not part of the hostname:port
6526 2006-10-11 Tim-Philipp Müller <tim at centricular dot net>
6528 * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
6529 * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
6530 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
6531 Activate pad before adding it to the already-running element.
6533 * tests/check/elements/icydemux.c: (icydemux_found_pad):
6534 Activate newly-created pad too.
6536 2006-10-11 Wim Taymans <wim@fluendo.com>
6538 Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
6540 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
6541 (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
6543 Fix some leaks in caps and uris. Fixes #361252.
6545 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
6547 * gst/wavparse/Makefile.am:
6548 Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
6550 2006-10-09 Jan Schmidt <thaytan@mad.scientist.com>
6552 * sys/v4l2/gstv4l2xoverlay.c:
6553 * sys/v4l2/gstv4l2xoverlay.h:
6554 Fix build as per the patch in #338818 comment 36.
6556 2006-10-07 Tim-Philipp Müller <tim at centricular dot net>
6558 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
6559 Activate pads before adding them to the source.
6561 2006-10-06 Wim Taymans <wim@fluendo.com>
6563 * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
6564 * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
6565 Activate pads before adding.
6567 2006-10-06 Wim Taymans <wim@fluendo.com>
6569 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
6570 (gst_multipart_find_pad_by_mime):
6571 Activate pads before adding.
6573 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6574 BOILERPLATE sets parent_class for us.
6576 2006-10-06 Wim Taymans <wim@fluendo.com>
6578 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
6579 (gst_rtspsrc_class_init), (gst_rtspsrc_init),
6580 (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
6581 (gst_rtspsrc_alloc_udp_ports),
6582 (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
6583 (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
6584 (gst_rtspsrc_create_transports_string),
6585 (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
6586 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6587 * gst/rtsp/gstrtspsrc.h:
6588 Rework how the transport string is constructed, try to share channels
6590 Make most of the stuff less dependant on RTP as we are also going to use
6592 Add support for transport specific session managers.
6594 * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
6597 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6598 * gst/rtsp/rtspdefs.h:
6599 Add generic error return code.
6601 * gst/rtsp/rtspext.h:
6602 Add support for pluggable tranport strings.
6604 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
6605 (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
6606 (rtsp_ext_wms_get_context):
6607 Detect WMServer and activate the extension.
6609 * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
6610 (rtsp_transport_get_manager), (rtsp_transport_parse):
6611 * gst/rtsp/rtsptransport.h:
6612 Added methods to get mime/manager for certain transports.
6614 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
6616 * ext/cairo/gsttimeoverlay.c:
6617 (gst_cairo_time_overlay_update_font_height):
6618 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
6619 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
6620 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
6621 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
6622 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6623 * ext/libpng/gstpngdec.c: (user_endrow_callback):
6624 * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
6625 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
6626 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6627 (gst_avi_demux_stream_data):
6628 * gst/cutter/gstcutter.c: (gst_cutter_chain):
6629 * gst/debug/efence.c: (gst_efence_buffer_alloc),
6630 (gst_fenced_buffer_copy):
6631 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6632 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
6633 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
6634 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
6635 (gst_rtspsrc_handle_message):
6636 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6637 * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
6638 Printf format fixes.
6640 2006-10-04 Wim Taymans <wim@fluendo.com>
6642 * gst/rtsp/Makefile.am:
6643 Dist new .h file too.
6645 2006-10-04 Wim Taymans <wim@fluendo.com>
6647 * gst/rtsp/Makefile.am:
6648 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
6649 (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
6650 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6651 (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
6652 (gst_rtspsrc_parse_rtpmap),
6653 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
6654 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6655 (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
6656 * gst/rtsp/gstrtspsrc.h:
6657 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6658 * gst/rtsp/rtspdefs.h:
6659 * gst/rtsp/rtspext.h:
6660 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
6661 (rtsp_ext_wms_get_context):
6662 * gst/rtsp/rtspextwms.h:
6663 * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
6664 (rtsp_transport_parse):
6665 * gst/rtsp/rtsptransport.h:
6666 Factor out extension in separate module.
6667 Fix getcaps to filter against the padtemplate.
6668 Use Content-Base if the server gives one.
6669 Rework the transport parsing a bit for future extensions.
6670 Added some Real Header field definitions.
6672 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
6674 * docs/plugins/Makefile.am:
6675 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6676 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6678 * gst-plugins-good.spec.in:
6681 2006-10-04 Tim-Philipp Müller <tim at centricular dot net>
6683 * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6684 Extract disc/album/medium number and count and try harder
6685 to extract track number/count.
6687 2006-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
6691 add build stuff for v4l2, needs --enable-experimental until
6692 the last bits are resolved
6694 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
6696 * tests/check/Makefile.am:
6697 Disable autodetect test temporarily, so that the build bots
6698 update -bad and the ranks of unreliable video sinks in there.
6700 * tests/check/elements/autodetect.c: (GST_START_TEST):
6701 Skip test if no usable videosink is found.
6703 2006-09-29 Wim Taymans <wim@fluendo.com>
6708 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
6709 (gst_rtspsrc_init), (gst_rtspsrc_finalize),
6710 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
6711 (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
6712 (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6713 (gst_rtspsrc_loop), (gst_rtspsrc_send),
6714 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6715 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
6716 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6717 * gst/rtsp/gstrtspsrc.h:
6718 Add timeout property to control UDP timeouts.
6720 Also start a loop function when operating in UDP mode so that we can
6721 do some more stuff async.
6722 Handle element messages from udpsrc to detect timeouts. If a timeout
6723 happens we currently generate an error.
6724 API: rtspsrc::timeout property.
6726 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
6727 (gst_udpsrc_create):
6728 Really implement the timeout in microseconds and not milliseconds.
6730 2006-09-29 Wim Taymans <wim@fluendo.com>
6732 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6733 (gst_udpsrc_create), (gst_udpsrc_set_property),
6734 (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
6735 * gst/udp/gstudpsrc.h:
6736 Added property to post a message on timeout.
6738 When restarting the select, initialize the fdsets again.
6739 Init control sockets so we don't accidentally close a random socket.
6740 API: GstUDPSrc::timeout property
6742 2006-09-29 Wim Taymans <wim@fluendo.com>
6744 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
6745 Fix flag registration.
6747 * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6748 Reading 0 also means 'no more commands'
6750 2006-09-29 Wim Taymans <wim@fluendo.com>
6752 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6754 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6755 Fix possible infinite loop when shutting down, a read can also return
6756 0 to indicate no more messages are available. Fixes #358156.
6758 2006-09-25 Wim Taymans <wim@fluendo.com>
6760 * gst/autodetect/gstautoaudiosink.c:
6761 (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
6762 (gst_auto_audio_sink_find_best):
6763 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
6765 don't try to set "sync" property when it is not available.
6767 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
6769 Patch by: Peter Kjellerstedt <pkj at axis com>
6771 * gst/alpha/gstalpha.c:
6772 * gst/rtp/gstrtpamrdepay.c:
6773 * gst/rtsp/gstrtspsrc.c:
6774 * gst/udp/gstudpsrc.c:
6775 * gst/videomixer/videomixer.c:
6776 Include stdlib.h in some more places, makes things compile
6777 with uClibc and -Werror (#357592).
6779 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
6781 * ext/jpeg/gstjpegdec.c:
6782 Set minimum height to 8 (from 16), our code should handle
6783 that fine. Some of the buttons on the apple trailer site
6784 are apparently only 15 pixels high (see #357470).
6786 2006-09-23 Wim Taymans <wim@fluendo.com>
6788 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
6790 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6791 (rtsp_connection_connect), (rtsp_connection_read), (read_body),
6792 (rtsp_connection_receive):
6793 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6794 * gst/rtsp/rtspdefs.h:
6795 Improve error reporting.
6797 2006-09-23 Wim Taymans <wim@fluendo.com>
6799 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
6800 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
6801 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
6802 * gst/rtp/gstrtpdepay.c:
6803 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
6804 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
6805 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
6806 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
6807 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
6808 (gst_rtp_mp2t_depay_plugin_init):
6809 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
6810 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
6811 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
6812 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
6813 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
6814 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
6815 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
6816 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
6818 Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
6820 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
6823 Need -base CVS for gst_base_rtp_depayload_push_ts().
6825 2006-09-22 Wim Taymans <wim@fluendo.com>
6827 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
6828 Don't check for a tag that is never there and check if we read the
6829 correct tag. Fixes seeking again.
6830 We must post an error when all pads are unlinked.
6832 2006-09-22 Wim Taymans <wim@fluendo.com>
6834 * gst/rtp/Makefile.am:
6835 * gst/rtp/gstrtp.c: (plugin_init):
6836 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
6837 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6838 (gst_rtp_vorbis_pay_reset_packet),
6839 (gst_rtp_vorbis_pay_init_packet),
6840 (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
6841 (gst_rtp_vorbis_pay_handle_buffer):
6842 More fixage, set endoder-params correctly in the payloader.
6844 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
6846 * gst/autodetect/gstautoaudiosink.c:
6847 (gst_auto_audio_sink_base_init):
6848 * gst/autodetect/gstautovideosink.c:
6849 (gst_auto_video_sink_base_init):
6850 Make static pad templates static to appease valgrind's leak
6853 * tests/check/Makefile.am:
6854 * tests/check/elements/.cvsignore:
6855 * tests/check/elements/autodetect.c: (GST_START_TEST),
6857 Add simple test for the ghostpad lockup on shutdown fixed in core
6858 CVS (audio bit disabled because it would need dozens of alsa
6859 suppressions and I'm too lazy to add those now).
6861 2006-09-22 Wim Taymans <wim@fluendo.com>
6863 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
6864 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
6867 * gst/rtp/Makefile.am:
6868 * gst/rtp/gstrtp.c: (plugin_init):
6869 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
6870 (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
6871 (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
6872 (gst_rtp_vorbis_depay_process),
6873 (gst_rtp_vorbis_depay_set_property),
6874 (gst_rtp_vorbis_depay_get_property),
6875 (gst_rtp_vorbis_depay_change_state),
6876 (gst_rtp_vorbis_depay_plugin_init):
6877 * gst/rtp/gstrtpvorbisdepay.h:
6878 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
6879 (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
6880 (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
6881 (gst_rtp_vorbis_pay_flush_packet),
6882 (gst_rtp_vorbis_pay_append_buffer),
6883 (gst_rtp_vorbis_pay_handle_buffer),
6884 (gst_rtp_vorbis_pay_plugin_init):
6885 * gst/rtp/gstrtpvorbispay.h:
6886 Add experimental vorbis pay and depayloaders.
6888 2006-09-21 Wim Taymans <wim@fluendo.com>
6890 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
6891 Fix profile-level-id parsing and setup.
6893 2006-09-21 Wim Taymans <wim@fluendo.com>
6896 * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
6897 Update README, simple cleanup.
6899 2006-09-21 Wim Taymans <wim@fluendo.com>
6902 Update README with some examples.
6904 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
6905 (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
6906 (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
6907 (gst_rtp_mp4g_pay_setcaps):
6908 * gst/rtp/gstrtpmp4gpay.h:
6909 Make optional RTP parameters of type STRING, as required by the
6910 application/x-rtp caps specification.
6912 2006-09-20 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
6914 * gst/rtp/gstrtph263pdepay.c:
6915 * gst/rtp/gstrtph263ppay.c:
6916 Correctly calculate size of each H263+ RTP buffer taking into account MTU and
6919 2006-09-20 Wim Taymans <wim@fluendo.com>
6921 * gst/rtp/Makefile.am:
6924 2006-09-20 Wim Taymans <wim@fluendo.com>
6926 * gst/rtp/gstrtp.c: (plugin_init):
6927 * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
6928 (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
6929 (decode_base64), (gst_rtp_asf_depay_setcaps),
6930 (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
6931 (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
6932 (gst_rtp_asf_depay_plugin_init):
6933 * gst/rtp/gstrtpasfdepay.h:
6934 Added preliminary ASF depayloader.
6936 * gst/rtp/gstrtph264depay.c: (decode_base64):
6937 Fix base64 decoding.
6939 2006-09-20 Wim Taymans <wim@fluendo.com>
6942 Added some test URLS.
6944 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6945 (gst_rtspsrc_loop), (gst_rtspsrc_open):
6946 * gst/rtsp/gstrtspsrc.h:
6947 When creating streams, give access to the complete SDP.
6949 Collect and merge global stream properties in stream caps.
6950 Preliminary support for WMServer.
6952 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6953 (rtsp_connection_connect), (rtsp_connection_read), (read_body),
6954 (rtsp_connection_receive):
6955 * gst/rtsp/rtspconnection.h:
6956 Make connection interruptable.
6957 Refactor to make it reconnectable.
6958 Don't fail on short reads when reading data packets.
6960 * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
6961 (rtsp_url_get_port):
6962 * gst/rtsp/rtspurl.h:
6963 Add methods for getting/setting the port.
6965 * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6966 (sdp_message_get_attribute_val), (sdp_media_get_attribute),
6967 (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
6968 (sdp_media_get_format), (sdp_parse_line),
6969 (sdp_message_parse_buffer):
6971 Add methods for getting multiple attributes with the same name.
6972 Increase buffer size when parsing.
6973 Fix parsing of a=foo fields.
6975 * gst/rtsp/test.c: (main):
6976 Update to new connection API.
6978 * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6979 (rtsp_message_init_response), (rtsp_message_init_data),
6980 (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
6981 * gst/rtsp/rtspmessage.h:
6982 * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
6983 * gst/rtsp/rtsptransport.h:
6985 * gst/rtsp/sdpmessage.h:
6986 * gst/rtsp/gstrtsp.c:
6987 * gst/rtsp/gstrtsp.h:
6988 * gst/rtsp/gstrtpdec.c:
6989 * gst/rtsp/gstrtpdec.h:
6991 * gst/rtsp/rtspdefs.c:
6992 * gst/rtsp/rtspdefs.h:
6993 Dual licensed under MIT and LGPL now.
6995 2006-09-19 Wim Taymans <wim@fluendo.com>
6997 * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
6998 (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
6999 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7000 (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7001 (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7002 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7003 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7004 * gst/rtsp/gstrtspsrc.h:
7005 Reorganize stream parsing and creation.
7006 Detect container formats in interleaved mode.
7007 Keep more state about the streams.
7008 Assume a server also supports PLAY if it does not say.
7009 Add unicast and interleaved properties to TCP transport requests to make
7010 some servers happy (WMServer).
7012 * gst/rtsp/sdpmessage.h:
7013 Add some defines for the standard Bandwidth types.
7015 2006-09-19 Wim Taymans <wim@fluendo.com>
7017 * gst/rtsp/test.c: (main):
7020 2006-09-19 Wim Taymans <wim@fluendo.com>
7022 * gst/wavparse/gstwavparse.c:
7023 Add ms-gsm to the src template.
7025 2006-09-18 Wim Taymans <wim@fluendo.com>
7027 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7028 (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7029 (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7030 (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7031 (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7032 * gst/rtsp/gstrtspsrc.h:
7033 Small cleanups, added documentation.
7034 Try to clean up the requests and responses.
7035 Refactor parsing the supported methods.
7037 * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7038 (rtsp_connection_create), (rtsp_connection_send),
7039 (parse_response_status), (parse_request_line),
7040 (rtsp_connection_receive), (rtsp_connection_close),
7041 (rtsp_connection_free):
7042 * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7043 (rtsp_transport_init), (rtsp_transport_parse),
7044 (rtsp_transport_free):
7045 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7046 * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7047 (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7048 (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7049 Use g_return_val some more.
7051 * gst/rtsp/rtspdefs.h:
7052 Add more enum values to track initial states.
7054 * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7055 (rtsp_message_init_request), (rtsp_message_new_response),
7056 (rtsp_message_init_response), (rtsp_message_init_data),
7057 (rtsp_message_unset), (rtsp_message_free),
7058 (rtsp_message_add_header), (rtsp_message_remove_header),
7059 (rtsp_message_get_header), (rtsp_message_set_body),
7060 (rtsp_message_take_body), (rtsp_message_get_body),
7061 (rtsp_message_steal_body), (rtsp_message_dump):
7062 * gst/rtsp/rtspmessage.h:
7063 Reorder arguments, object goes as the first one.
7064 Use g_return_val some more.
7066 2006-09-18 Wim Taymans <wim@fluendo.com>
7068 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7069 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7070 (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7071 * gst/rtsp/gstrtspsrc.h:
7072 Export sometimes source pad with correct caps on the template, create
7073 the ghostpad from the template.
7074 Remove RTCP template as we never expose RTCP.
7075 Protect against invalid body size.
7076 Avoid memcpy when creating the output buffer.
7077 Properly post an error and send EOS when the loop function is shut down.
7079 2006-09-18 Wim Taymans <wim@fluendo.com>
7081 Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7083 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7084 (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7085 (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7086 * gst/rtsp/gstrtspsrc.h:
7087 Make sure we can never set an invalid location.
7089 * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7090 * gst/rtsp/rtspmessage.h:
7091 Added _steal_body method for future use.
7093 * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7094 Make freeing of NULL url return immediatly.
7096 2006-09-18 Wim Taymans <wim@fluendo.com>
7098 Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7100 * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7101 (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7102 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7103 (gst_rtspsrc_change_state):
7104 * gst/rtsp/gstrtspsrc.h:
7106 Make rtspsrc subclass GstBin to make state changes easier.
7107 Add Range header field on the PLAY request.
7109 2006-09-18 Wim Taymans <wim@fluendo.com>
7111 Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7113 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7114 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7115 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7116 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7117 * gst/rtsp/rtspconnection.c: (inet_aton):
7119 when multicast is selected as the transport, create UDP sources and
7120 connect to the multicast group.
7121 Move parsing and setting of caps to a common place.
7124 2006-09-17 Stefan Kost <ensonic@users.sf.net>
7126 * ext/flac/gstflactag.c:
7127 * gst/alpha/gstalpha.c:
7128 * gst/debug/breakmydata.c:
7129 * gst/debug/negotiation.c:
7130 * gst/debug/testplugin.c:
7131 * gst/effectv/gstaging.c:
7132 * gst/effectv/gstdice.c:
7133 * gst/effectv/gstedge.c:
7134 * gst/effectv/gstquark.c:
7135 * gst/effectv/gstrev.c:
7136 * gst/effectv/gstshagadelic.c:
7137 * gst/effectv/gstvertigo.c:
7138 * gst/effectv/gstwarp.c:
7139 * gst/multipart/multipartdemux.c:
7140 * gst/multipart/multipartmux.c:
7141 * gst/videobox/gstvideobox.c:
7142 * gst/videofilter/gstgamma.c:
7143 * gst/videofilter/gstvideotemplate.c:
7144 * gst/videomixer/videomixer.c:
7145 * sys/sunaudio/gstsunaudiosrc.h:
7146 More G_OBJECT macro fixing.
7148 2006-09-16 Wim Taymans <wim@fluendo.com>
7150 Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7152 * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7153 Correctly set the dwLength in strh.
7154 With this patch, the file duration is now displayed correctly in window
7155 media player and the AVI plays completely. Fixes #356147
7157 2006-09-15 Wim Taymans <wim@fluendo.com>
7159 Patch by: Darren Kenny <darren dot kenny at sun dot com>
7161 * sys/sunaudio/gstsunaudiomixerctrl.c:
7162 (gst_sunaudiomixer_ctrl_build_list):
7163 Set the output track as the MASTER so that the gnome-settings-daemon
7164 keybindings for changing the volume using the keyboard works.
7167 2006-09-15 Wim Taymans <wim@fluendo.com>
7169 * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7170 Fix documentation, it is not possible to control the framerate of jpegdec
7171 using filtered caps yet. Fixes #355210.
7172 Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7173 stop when there is an error.
7175 2006-09-14 Tim-Philipp Müller <tim at centricular dot net>
7177 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7178 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7179 Don't interpret a first buffer with an offset of NONE as
7180 'from the middle of the stream', but only a first buffer
7181 that has a valid buffer offset that's non-zero (see #345449).
7183 2006-09-14 Tim-Philipp Müller <tim at centricular dot net>
7185 * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7186 (gst_icydemux_typefind_or_forward):
7187 * gst/icydemux/gsticydemux.h:
7188 When we merge/collect multiple incoming buffers for typefinding
7189 purposes, keep an initial 0 offset on the first outgoing buffer
7190 as well (otherwise id3demux won't work right). Fixes #345449.
7191 Also Make buffer metadata writable before setting buffer caps.
7193 * tests/check/elements/icydemux.c: (typefind_succeed),
7194 (cleanup_icydemux), (push_data), (GST_START_TEST),
7196 Small test case for the above.
7198 2006-09-13 Stefan Kost <ensonic@users.sf.net>
7200 * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
7201 (gst_avi_demux_stream_index), (gst_avi_demux_sync),
7202 (gst_avi_demux_stream_header_push),
7203 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7204 (gst_avi_demux_loop):
7205 More code reuse and better logging in _peek_chunk(). Reintroduce check
7206 for chunk sizes before reading them (avoid oom). Better handling for
7207 invalid chunksizes when streaming.
7209 2006-09-11 Stefan Kost <ensonic@users.sf.net>
7211 * gst/level/gstlevel.c: (gst_level_set_property):
7212 * gst/level/gstlevel.h:
7213 Fix type mixup in level->interval (gdouble<->guint64). Spotted by
7216 2006-09-06 Stefan Kost <ensonic@users.sf.net>
7218 * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7219 (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7220 (gst_avi_demux_stream_data):
7221 Revert one change to fix streaming avi (adapter size != data size).
7223 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
7225 Patch by: Frédéric Riss <frederic.riss at gmail dot com>
7227 * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
7228 (gst_matroska_demux_reset),
7229 (gst_matroska_demux_read_track_encodings),
7230 (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
7231 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7232 (gst_matroska_demux_subtitle_caps):
7233 * gst/matroska/matroska-ids.h:
7234 Add support for VOBSUB subtitle tracks and zlib-compressed
7235 tracks. Make sure we start on a keyframe after a seek. (#343348)
7237 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
7239 * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
7240 (gst_matroska_demux_push_flac_codec_priv_data),
7241 (gst_matroska_demux_push_xiph_codec_priv_data),
7242 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7243 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
7244 * gst/matroska/matroska-ids.h:
7245 Add basic FLAC support (#311586), not perfect yet though, needs some
7246 tweaking in flacdec; also, seeking could be better.
7247 Do better bounds checking when deserialising vorbis stream headers
7248 to make sure we don't read beyond the end of the buffer on bad input.
7250 2006-09-04 Wim Taymans <wim@fluendo.com>
7252 Patch by: Alessandro Decina <alessandro at nnva dot org>
7254 * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
7255 Seeking back in a file containing a CMML stream errors out if the seek
7256 goes back up to the CMML headers. This is because after the seek the xml
7257 processing instruction <?xml ...?> is submitted to the xml parser again,
7258 which results in an error. The attached patch fixes the problem.
7261 * ext/annodex/gstcmmlenc.h:
7265 2006-08-28 Andy Wingo <wingo@pobox.com>
7267 * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
7268 New helper function to lessen the ifdefs.
7270 (gst_dv1394src_iso_receive): Use it.
7271 (gst_dv1394src_create): Also use the control sockets in iec61883
7273 (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
7274 handle for AVC operations; fixes #348233.
7276 2006-08-27 Stefan Kost <ensonic@users.sf.net>
7279 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7280 * docs/plugins/inspect/plugin-audiofx.xml:
7281 * docs/plugins/inspect/plugin-audiofxgood.xml:
7282 * gst/audiofx/Makefile.am:
7283 * gst/audiofx/audiofx.c:
7284 * gst/audiofxgood/.cvsignore:
7285 * gst/audiofxgood/Makefile.am:
7286 * gst/audiofxgood/audiofx.c:
7287 * gst/audiofxgood/audiopanorama.c:
7288 * gst/audiofxgood/audiopanorama.h:
7289 Rename again (audiofxgood -> audiofx).
7291 2006-08-27 Stefan Kost <ensonic@users.sf.net>
7293 * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
7294 (gst_avi_demux_stream_scan):
7295 Initialze variables.
7297 2006-08-25 Wim Taymans <wim@fluendo.com>
7299 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7300 (gst_avi_demux_init), (gst_avi_demux_finalize),
7301 (gst_avi_demux_reset), (gst_avi_demux_index_last),
7302 (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
7303 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
7304 (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7305 (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
7306 (gst_avi_demux_massage_index),
7307 (gst_avi_demux_calculate_durations_from_index),
7308 (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7309 (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7310 (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
7311 (gst_avi_demux_change_state):
7312 * gst/avi/gstavidemux.h:
7313 More attempts to turn this into readable code.
7314 Don't leak adapters.
7315 Calculate duration according to index more efficiently.
7316 Don't try to act like we drive the pipeline in chain mode.
7318 2006-08-25 Wim Taymans <wim@fluendo.com>
7320 * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
7323 2006-08-25 Wim Taymans <wim@fluendo.com>
7325 Patch by: Alessandro Decina <alessandro at nnva dot org>
7327 * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
7328 Do some extra sanity checks.
7331 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
7332 (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
7333 (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
7334 Check if clip->start_time is valid before adding the clip to the
7336 Reset enc->preamble going from PAUSED to READY.
7337 Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
7339 Only post an error message if we were the one that created the fatal
7340 GstFlowReturn value.
7342 * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
7343 (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
7344 Parse the seconds field of the npt-sec time format using %llu rather than
7345 %d and check that the value scaled by GST_SECOND doesn't overflow.
7346 Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
7347 Lookup a clip's track with clip->track rather than clip->id which
7349 Identify a clip by its track and start time and not its xml id.
7350 do some more input checking and make sure we don't do undefined shifts.
7352 * tests/check/elements/cmmldec.c: (setup_cmmldec),
7353 (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
7354 (cmml_tag_message_pop), (check_headers), (push_clip_full),
7355 (push_clip), (push_empty_clip), (check_output_clip),
7356 (GST_START_TEST), (cmmldec_suite):
7357 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7358 (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
7359 (check_headers), (push_clip), (check_clip_times), (check_clip),
7360 (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
7361 Added some more checks.
7363 2006-08-24 Stefan Kost <ensonic@users.sf.net>
7365 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
7366 (gst_audio_panorama_set_property),
7367 (gst_audio_panorama_get_property),
7368 (gst_audio_panorama_transform_m2s_int),
7369 (gst_audio_panorama_transform_s2s_int),
7370 (gst_audio_panorama_transform_m2s_float),
7371 (gst_audio_panorama_transform_s2s_float):
7372 * gst/audiofxgood/audiopanorama.h:
7373 * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7374 Make also the pan-property float (saves scaling and yields better
7377 2006-08-24 Stefan Kost <ensonic@users.sf.net>
7379 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7380 (gst_audio_panorama_transform_m2s_float),
7381 (gst_audio_panorama_transform_s2s_float):
7382 ChangeLog surgery to add cymax's real name
7385 2006-08-24 Stefan Kost <ensonic@users.sf.net>
7387 Patch by: René Stadler <mail@renestadler.de>
7389 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
7390 (gst_audio_panorama_transform_m2s_int),
7391 (gst_audio_panorama_transform_s2s_int),
7392 (gst_audio_panorama_transform_m2s_float),
7393 (gst_audio_panorama_transform_s2s_float),
7394 (gst_audio_panorama_transform):
7395 * gst/audiofxgood/audiopanorama.h:
7398 2006-08-24 Stefan Kost <ensonic@users.sf.net>
7400 * gst/audiofxgood/audiopanorama.c:
7401 (gst_audio_panorama_transform_m2s):
7402 Fix docs & debug category. Add Fixme for volume pan levels.
7404 2006-08-24 Stefan Kost <ensonic@users.sf.net>
7406 * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7407 (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7408 (gst_avi_demux_stream_header_pull),
7409 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7410 (gst_avi_demux_chain):
7411 unbreak AVI index handling, some more debug, remove an obsolete
7412 adapter_flush that caused streaming to wander off in the wild
7414 2006-08-24 Wim Taymans <wim@fluendo.com>
7416 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7417 (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
7418 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
7419 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7420 (gst_avi_demux_calculate_durations_from_index),
7421 (gst_avi_demux_stream_header_push),
7422 (gst_avi_demux_stream_header_pull):
7423 * gst/avi/gstavidemux.h:
7425 Fix totalFrames parsing in ODML.
7426 Disable use of index for length calculation in case of ODML as this is
7429 2006-08-24 Tim-Philipp Müller <tim at centricular dot net>
7431 * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
7432 Use libgsttag helper function here too.
7434 2006-08-23 Stefan Kost <ensonic@users.sf.net>
7436 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7437 (gst_avi_demux_init), (gst_avi_demux_dispose),
7438 (gst_avi_demux_reset), (gst_avi_demux_index_next),
7439 (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
7440 (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
7441 (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
7442 (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
7443 (gst_avi_demux_parse_subindex),
7444 (gst_avi_demux_read_subindexes_push),
7445 (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7446 (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7447 (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
7448 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
7449 (gst_avi_demux_stream_header_pull),
7450 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7451 (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
7452 (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
7453 (gst_avi_demux_change_state):
7454 * gst/avi/gstavidemux.h:
7455 Initial streaming support for avidemux (fixes #336465)
7457 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
7459 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7460 There is no taglibmux element ...
7462 * gst/rtsp/gstrtspsrc.c:
7463 Use '%' rather than '&perc;' in gtk-doc blurb, docs build
7464 was complaining about unknown entity here.
7466 2006-08-22 Wim Taymans <wim@fluendo.com>
7468 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
7469 (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
7470 (gst_avi_demux_process_next_entry):
7471 * gst/avi/gstavidemux.h:
7473 Remove old unused fields and reorder the struct a bit.
7475 2006-08-22 Wim Taymans <wim@fluendo.com>
7477 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7478 (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
7479 (gst_rtspsrc_pause):
7480 * gst/rtsp/gstrtspsrc.h:
7481 * sys/oss/gstosssink.c: (gst_oss_sink_open),
7482 (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
7483 Small documentation updates.
7485 2006-08-22 Wim Taymans <wim@fluendo.com>
7487 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
7488 (gst_avi_demux_index_entry_for_time),
7489 (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
7490 (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
7491 (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7492 (gst_avi_demux_next_data_buffer),
7493 (gst_avi_demux_calculate_durations_from_index),
7494 (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
7495 (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
7496 (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7497 (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
7498 * gst/avi/gstavidemux.h:
7499 Precalc most of the duration query for each stream.
7500 Make seeking more correct.
7501 Use GstSegment to track position and duration.
7502 Code cleanups and leak fixes.
7503 Calculate correct total duration based on index length.
7505 2006-08-22 Jan Schmidt <thaytan@mad.scientist.com>
7507 * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
7508 (parse_insert_string_field):
7509 If strings in text fields are marked ISO8859-1, but contain
7510 valid UTF-8 already, then handle them as UTF-8 and ignore
7511 the encoding. (#351794)
7513 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
7515 * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
7516 (gst_flac_dec_write), (gst_flac_dec_loop),
7517 (gst_flac_dec_sink_event), (gst_flac_dec_chain),
7518 (gst_flac_dec_src_query):
7519 * ext/flac/gstflacdec.h:
7520 Make flac-in-ogg work (#352100).
7522 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
7524 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
7525 Don't unref buffers of which we've already given away
7526 ownership to the adapter.
7528 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
7530 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
7531 Make metadata extraction actually work.
7533 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
7534 (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
7535 (gst_speexenc_chain):
7536 Fix metadata writing: replace old code which wrote completely
7537 broken tags with libgsttag-based code. Plus miscellaneous
7538 code cleanups (use static pad templates etc.) and a bunch
7541 2006-08-21 Stefan Kost <ensonic@users.sf.net>
7543 * gst/audiopanorama/.cvsignore:
7544 * gst/audiopanorama/Makefile.am:
7545 * gst/audiopanorama/audiofx.c:
7546 * gst/audiopanorama/audiopanorama.c:
7547 * gst/audiopanorama/audiopanorama.h:
7548 die! die! die! you should never have been there
7550 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
7552 * tests/check/elements/audiopanorama.c: (GST_START_TEST):
7553 Fix invalid memory access in audiopanorama test suite.
7555 2006-08-21 Edward Hervey <edward@fluendo.com>
7557 * tests/check/elements/.cvsignore:
7560 2006-08-21 Wim Taymans <wim@fluendo.com>
7562 * gst/rtp/Makefile.am:
7563 Fix the build again.
7565 2006-08-21 Stefan Kost <ensonic@users.sf.net>
7567 * gst/audiofxgood/.cvsignore:
7568 * gst/audiofxgood/Makefile.am:
7569 * gst/audiofxgood/audiofx.c: (plugin_init):
7570 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
7571 (gst_audio_panorama_class_init), (gst_audio_panorama_init),
7572 (gst_audio_panorama_set_property),
7573 (gst_audio_panorama_get_property),
7574 (gst_audio_panorama_get_unit_size),
7575 (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
7576 (gst_audio_panorama_transform_m2s),
7577 (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
7578 * gst/audiofxgood/audiopanorama.h:
7579 resubmit with the desired name *again*
7581 2006-08-20 Stefan Kost <ensonic@users.sf.net>
7583 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
7584 * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
7585 use g_assert in _get_unit_size
7587 2006-08-20 Stefan Kost <ensonic@users.sf.net>
7589 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7590 * docs/plugins/gst-plugins-good-plugins-sections.txt:
7591 * docs/plugins/inspect/plugin-audiofxgood.xml:
7592 cleanup -unused.txt to make it useful, add previously missing docs
7595 Quietly (accidentally) enable LADSPA for building by default,
7596 despite the fact that it doesn't meet the plugin checklist.
7597 -- Added by Jan Schmidt 18 Dec 2006
7600 * ext/esd/esdsink.c:
7601 * ext/esd/gstesd.c: (plugin_init):
7602 reflow to get rid of two external symbols
7604 * gst/audiofxgood/audiofx.c: (plugin_init):
7607 2006-08-20 Stefan Kost <ensonic@users.sf.net>
7610 * gst/audiofxgood/.cvsignore:
7611 * gst/audiofxgood/Makefile.am:
7612 * gst/audiofxgood/audiofx.c
7613 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
7614 (gst_audio_panorama_class_init), (gst_audio_panorama_init),
7615 (gst_audio_panorama_set_property),
7616 (gst_audio_panorama_get_property),
7617 (gst_audio_panorama_get_unit_size),
7618 (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
7619 (gst_audio_panorama_transform_m2s),
7620 (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
7621 * gst/audiofxgood/audiopanorama.h:
7622 * tests/check/Makefile.am:
7623 * tests/check/elements/audiopanorama.c: (setup_panorama_m),
7624 (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
7625 (panorama_suite), (main):
7626 Add audiofxgood plugin with audiopanorama element
7628 2006-08-18 Wim Taymans <wim@fluendo.com>
7630 * docs/plugins/Makefile.am:
7631 More Oss docs fixage.
7633 2006-08-18 Wim Taymans <wim@fluendo.com>
7635 * gst/rtp/Makefile.am:
7636 * gst/rtp/gstrtp.c: (plugin_init):
7637 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
7638 (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
7639 (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
7640 (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
7641 (gst_rtp_sv3v_depay_get_property),
7642 (gst_rtp_sv3v_depay_change_state),
7643 (gst_rtp_sv3v_depay_plugin_init):
7644 * gst/rtp/gstrtpsv3vdepay.h:
7645 Added experimental SVQ3 depayloader.
7647 2006-08-18 Edward Hervey <edward@fluendo.com>
7649 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
7650 (gst_dvdemux_loop), (gst_dvdemux_change_state):
7651 * ext/dv/gstdvdemux.h:
7652 When handling seek requests, don't send the newsegment event from the
7653 calling thread. Instead save it so it can be sent from the streaming
7656 2006-08-17 Wim Taymans <wim@fluendo.com>
7658 Patch by: Sjoerd Simons <sjoerd at luon dot net>
7660 * gst/multipart/multipartdemux.c: (multipart_parse_header):
7661 Accept leading whitespace before the boundary
7662 This patch makes the demuxer allow some whitespace before the actual
7663 boundary. This makes the demuxer work with the ``old'' gstreamer
7664 multipartmuxer again (which placed an extra \n before the start
7665 of the stream) Fixes #349068.
7667 2006-08-17 Wim Taymans <wim@fluendo.com>
7669 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
7670 Error out on non-implemented stuff.
7672 2006-08-16 Wim Taymans <wim@fluendo.com>
7674 Patch by: Andy Wingo <wingo at pobox dot com>
7676 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
7677 (gst_signal_processor_start), (gst_signal_processor_stop),
7678 (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
7679 (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
7680 (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
7681 (gst_signal_processor_change_state):
7682 Make ladspa elements reusable. Fixes #350006.
7684 2006-08-16 Wim Taymans <wim@fluendo.com>
7686 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
7687 Convert ' ' into '_'. Try to keep as many characters in the padtemplate
7688 names as possible. Fixes #349901.
7690 2006-08-16 Wim Taymans <wim@fluendo.com>
7692 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
7693 (gst_signal_processor_do_pushes):
7694 A push() gives away our refcount so we should not use the buffer on the
7697 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
7699 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
7700 (gst_oss_mixer_element_finalize):
7701 Don't leak device string.
7703 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
7706 Require CVS of GStreamer core and -base (for
7707 GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
7709 * ext/taglib/gstid3v2mux.cc:
7710 Write extended comment tags properly (#348762).
7712 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
7713 (parse_comment_frame):
7714 Extract COMM frames into extended comments, which makes it
7715 easier to properly retain the description bit of the tag
7716 and maintain this information when re-tagging (#348762).
7718 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
7720 * tests/check/Makefile.am:
7721 Don't try to run annodex unit tests if the annodex
7722 plugin has not been built (Fixes #351116).
7724 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
7726 * gst/autodetect/gstautoaudiosink.c:
7727 (gst_auto_audio_sink_find_best):
7728 When we can't find a usable audiosink, don't error out,
7729 but use a fake sink instead and post a warning message
7730 on the bus (#341278).
7732 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
7734 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
7735 * sys/oss/gstosssink.c:
7736 * sys/oss/gstosssrc.c:
7737 Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
7738 ossmixer's new device property.
7740 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7741 * docs/plugins/gst-plugins-good-plugins-sections.txt:
7742 Add docs for OSS elements.
7744 * docs/plugins/inspect/plugin-aasink.xml:
7745 * docs/plugins/inspect/plugin-alaw.xml:
7746 * docs/plugins/inspect/plugin-alpha.xml:
7747 * docs/plugins/inspect/plugin-alphacolor.xml:
7748 * docs/plugins/inspect/plugin-annodex.xml:
7749 * docs/plugins/inspect/plugin-apetag.xml:
7750 * docs/plugins/inspect/plugin-auparse.xml:
7751 * docs/plugins/inspect/plugin-autodetect.xml:
7752 * docs/plugins/inspect/plugin-avi.xml:
7753 * docs/plugins/inspect/plugin-cacasink.xml:
7754 * docs/plugins/inspect/plugin-cairo.xml:
7755 * docs/plugins/inspect/plugin-cdio.xml:
7756 * docs/plugins/inspect/plugin-cutter.xml:
7757 * docs/plugins/inspect/plugin-debug.xml:
7758 * docs/plugins/inspect/plugin-dv.xml:
7759 * docs/plugins/inspect/plugin-efence.xml:
7760 * docs/plugins/inspect/plugin-effectv.xml:
7761 * docs/plugins/inspect/plugin-esdsink.xml:
7762 * docs/plugins/inspect/plugin-flac.xml:
7763 * docs/plugins/inspect/plugin-flxdec.xml:
7764 * docs/plugins/inspect/plugin-gconfelements.xml:
7765 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
7766 * docs/plugins/inspect/plugin-goom.xml:
7767 * docs/plugins/inspect/plugin-halelements.xml:
7768 * docs/plugins/inspect/plugin-icydemux.xml:
7769 * docs/plugins/inspect/plugin-id3demux.xml:
7770 * docs/plugins/inspect/plugin-jpeg.xml:
7771 * docs/plugins/inspect/plugin-level.xml:
7772 * docs/plugins/inspect/plugin-matroska.xml:
7773 * docs/plugins/inspect/plugin-mulaw.xml:
7774 * docs/plugins/inspect/plugin-multipart.xml:
7775 * docs/plugins/inspect/plugin-navigationtest.xml:
7776 * docs/plugins/inspect/plugin-ossaudio.xml:
7777 * docs/plugins/inspect/plugin-png.xml:
7778 * docs/plugins/inspect/plugin-rtp.xml:
7779 * docs/plugins/inspect/plugin-rtsp.xml:
7780 * docs/plugins/inspect/plugin-shout2send.xml:
7781 * docs/plugins/inspect/plugin-smpte.xml:
7782 * docs/plugins/inspect/plugin-speex.xml:
7783 * docs/plugins/inspect/plugin-taglib.xml:
7784 * docs/plugins/inspect/plugin-udp.xml:
7785 * docs/plugins/inspect/plugin-videobalance.xml:
7786 * docs/plugins/inspect/plugin-videobox.xml:
7787 * docs/plugins/inspect/plugin-videoflip.xml:
7788 * docs/plugins/inspect/plugin-videomixer.xml:
7789 * docs/plugins/inspect/plugin-wavenc.xml:
7790 * docs/plugins/inspect/plugin-wavparse.xml:
7791 * docs/plugins/inspect/plugin-ximagesrc.xml:
7792 Update to CVS version.
7794 2006-08-16 Wim Taymans <wim@fluendo.com>
7796 * gst/rtp/gstrtpamrdepay.c:
7797 * gst/rtp/gstrtpmp4gdepay.c:
7798 Caps extra properties must be defined as strings for
7799 depayloaders because they are generated from an SDP.
7801 * gst/rtp/Makefile.am:
7802 * gst/rtp/gstrtp.c: (plugin_init):
7803 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
7804 (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
7805 (gst_rtp_h264_depay_finalize), (decode_base64),
7806 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
7807 (gst_rtp_h264_depay_set_property),
7808 (gst_rtp_h264_depay_get_property),
7809 (gst_rtp_h264_depay_change_state),
7810 (gst_rtp_h264_depay_plugin_init):
7811 * gst/rtp/gstrtph264depay.h:
7812 Added basic, not completely functional RFC 3984 H264 depayloader.
7814 2006-08-16 Wim Taymans <wim@fluendo.com>
7816 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
7817 Add pads after setting them up.
7819 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7820 (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7821 (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
7822 (gst_rtspsrc_stream_setup_rtp),
7823 (gst_rtspsrc_stream_configure_transport),
7824 (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
7825 (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7826 (gst_rtspsrc_pause):
7827 * gst/rtsp/gstrtspsrc.h:
7828 Fix interleaved mode.
7829 - Protect streaming with lock.
7831 - set caps on outgoing buffers.
7832 - strip trailing \0 from data packets.
7833 - Configure RTP/RTCP in stream.
7834 Use DEBUG_OBJECT more.
7836 2006-08-16 Wim Taymans <wim@fluendo.com>
7838 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
7839 Turn a g_print into a DEBUG line.
7841 2006-08-13 Wim Taymans <wim@fluendo.com>
7843 * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
7844 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
7845 (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
7846 (gst_oss_mixer_element_get_property),
7847 (gst_oss_mixer_element_change_state):
7848 * sys/oss/gstossmixerelement.h:
7849 Small cleanups. Better error reporting.
7850 Add device property for the mixer instead of the hardcoded
7851 /dev/mixer. Fixes #350785.
7852 API: GstOssMixerElement::device property
7854 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
7856 Patch by: Jens Granseuer <jensgr at gmx net>
7858 * gconf/Makefile.am:
7859 Make --disable-schemas work right (they still need
7860 to be copied to the installation directory, just not
7861 applied). Fixes #351347 (also #344100).
7863 2006-08-14 Thomas Vander Stichele <thomas at apestaart dot org>
7865 * configure.ac: back to HEAD
7867 === release 0.10.4 ===
7869 2006-08-14 Thomas Vander Stichele <thomas at apestaart dot org>
7872 releasing 0.10.4, "Dear Leader"
7874 2006-08-10 Thomas Vander Stichele <thomas at apestaart dot org>
7876 Patch by: Edward Hervey <edward@fluendo.com>
7879 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7880 (gst_wavparse_stream_data):
7881 Send the newsegment event in the streaming thread.
7884 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
7886 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7887 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
7888 (gst_smokeenc_resync), (gst_smokeenc_chain):
7889 Refuse sink caps in the encoder if width or height is not a
7890 multiple of 16, the encoder does not support that yet (#349939);
7891 along the same lines, check the return value of the encoder
7892 setup function; also remove some debug log clutter.
7894 2006-08-04 Andy Wingo <wingo@pobox.com>
7896 * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
7897 whether a processor can work in place or not, and for keeping
7898 track of its state. Change the FlowReturn instance variable from
7899 "state" to "flow_state", all callers changed.
7901 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
7902 (gst_signal_processor_start, gst_signal_processor_stop)
7903 (gst_signal_processor_cleanup): New functions to manage the
7905 (gst_signal_processor_setcaps): start() as well as setup() here.
7906 (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
7907 (gst_signal_processor_change_state): Stop and cleanup the
7908 processor as we go to NULL.
7910 * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
7911 INPLACE_BROKEN is not set.
7913 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
7914 Do the alloc_buffer in bytes, not frames.
7916 2006-08-04 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7918 * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7919 Fix rgb masks when recording in < 24bpp.
7921 2006-08-04 Andy Wingo <wingo@pobox.com>
7923 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
7924 (gst_signal_processor_prepare)
7925 (gst_signal_processor_update_inputs)
7926 (gst_signal_processor_process, gst_signal_processor_pen_buffer)
7927 (gst_signal_processor_flush)
7928 (gst_signal_processor_sink_activate_push)
7929 (gst_signal_processor_src_activate_pull)
7930 (gst_signal_processor_change_state): Remove the last of the code
7931 that assumes that we process whole buffers at a time. Fix some
7932 debugging. Seems to work now in some cases.
7933 (gst_signal_processor_src_activate_pull): BPB
7935 2006-08-01 Andy Wingo <wingo@pobox.com>
7937 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
7938 Fix nframes-choosing.
7939 (gst_signal_processor_init): Init pending_in and pending_out.
7941 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
7942 more default sample rate, although we never check that the sample
7943 rate actually gets set. Something for the future.
7944 (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
7945 (gst_signal_processor_event): Refcount fixen.
7946 (gst_signal_processor_process): Pull the number of frames to
7947 process from the sizes of the buffers in the input pens.
7948 (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
7949 (gst_signal_processor_do_pulls): Add an nframes argument, and use
7950 it instead of buffer_frames.
7951 (gst_signal_processor_getrange): Refcount fixen, pass nframes on
7953 (gst_signal_processor_chain)
7954 (gst_signal_processor_sink_activate_push)
7955 (gst_signal_processor_src_activate_pull): Refcount fixen.
7957 * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
7959 2006-07-31 Stefan Kost <ensonic@users.sf.net>
7961 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
7962 (gst_signal_processor_process):
7963 don't query buffer-frames from caps, add lots of debug-log,
7964 try fix for assert (#349189)
7966 2006-07-31 Wim Taymans <wim@fluendo.com>
7968 * gst/udp/gstudpsrc.c:
7971 2006-07-29 Stefan Kost <ensonic@users.sf.net>
7973 * ext/ladspa/gstsignalprocessor.c:
7974 (gst_signal_processor_add_pad_from_template),
7975 (gst_signal_processor_init), (gst_signal_processor_setcaps),
7976 (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
7977 (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
7978 (gst_signal_processor_sink_activate_push),
7979 (gst_signal_processor_src_activate_pull),
7980 (gst_signal_processor_change_state):
7981 Add debugs logs here and there, add more error handling, add some
7982 FIXME comments, filed #349189
7984 2006-07-29 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7986 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
7987 (gst_smokeenc_setcaps), (gst_smokeenc_chain):
7988 Set caps on buffer correctly. Fixes bug #349155.
7990 2006-07-28 Wim Taymans <wim@fluendo.com>
7992 Patch by: Sjoerd Simons <sjoerd at luon dot net>
7994 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
7995 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
7996 (gst_multipart_demux_finalize), (get_line_end),
7997 (multipart_parse_header), (multipart_find_boundary),
7998 (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
7999 (gst_multipart_set_property), (gst_multipart_get_property):
8000 Uses GstAdapter instead of own buffering.
8001 Actually parses the mime-type correctly (In tests the mime-type was
8002 always "" with the old version).
8003 Uses the Content-length header if available to speed up things.
8004 Reliably autoscans the boundary name by default.
8007 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8008 Don't start the stream with a \n.
8010 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
8012 Patch by: Brian Cameron <brian dot cameron at sun com>
8014 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8015 Open source with O_NONBLOCK (#349015).
8017 2006-07-28 Stefan Kost,,, <ensonic@users.sf.net>
8019 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8020 (gst_avi_demux_massage_index):
8021 * gst/avi/gstavidemux.h:
8022 Whitespace fixes and more debug
8024 2006-07-27 Tim-Philipp Müller <tim at centricular dot net>
8026 * gst/autodetect/gstautoaudiosink.c:
8027 (gst_auto_audio_sink_create_element_with_pretty_name),
8028 (gst_auto_audio_sink_find_best),
8029 (gst_auto_audio_sink_change_state):
8030 Get rid of old and unused magic sound-server properties stuff.
8031 Add suffix to child sink's name that makes it easy to see from
8032 the name alone which type it actually is (alsa, oss, esd, etc.).
8034 2006-07-27 Wim Taymans <wim@fluendo.com>
8036 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8037 (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8039 * gst/udp/gstudpsrc.h:
8040 Rename "buffer" to "buffer-size" to make clear it is a size we set and
8041 not some sort of feature we enable.
8043 2006-07-27 Tim-Philipp Müller <tim at centricular dot net>
8045 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8046 Use CLOSE_SOCKET() here instead of close() to maintain
8049 2006-07-27 Wim Taymans <wim@fluendo.com>
8051 Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8053 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8054 (gst_udpsrc_create), (gst_udpsrc_set_property),
8055 (gst_udpsrc_get_property), (gst_udpsrc_start):
8056 * gst/udp/gstudpsrc.h:
8057 Added "buffer-size" property to control the kernel receive buffer size.
8058 Update documentation.
8059 Small cleanups. Fixes #348752.
8060 API: buffer-size property
8062 2006-07-26 Wim Taymans <wim@fluendo.com>
8064 Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8066 * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8067 (gst_rtp_pcma_pay_handle_buffer):
8068 * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8069 (gst_rtp_pcmu_pay_handle_buffer):
8070 Fix timestamp calculation on outgoing RTP packets.
8073 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
8075 * ext/taglib/gstid3v2mux.cc:
8076 Fix writing of comment frames (should be COMM not TCOM),
8077 is still sub-optimal though, since we don't retain or
8078 extract the comment descriptions properly (#334375,
8081 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
8083 * gst/wavparse/gstwavparse.c:
8084 #define 'fact' RIFF chunk if we are not compiling against
8085 -base CVS (we don't want to depend on -base CVS for this
8086 one define only, and also not for release order reasons).
8088 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
8090 * ext/taglib/gstid3v2mux.cc:
8091 Handle multiple tags of the same type properly. Re-inject
8092 unparsed ID3v2 frames that we get as binary blobs from
8093 id3demux into the tag again so we don't lose information
8094 when retagging (#334375).
8096 2006-07-25 Tim-Philipp Müller <tim at centricular dot net>
8098 * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8099 Document newly-added properties properly, so that there is a
8100 'Since: 0.10.4' in the plugin docs. Convert some property
8101 names into canonical GObject style (GObject will do that
8104 2006-07-25 Tim-Philipp Müller <tim at centricular dot net>
8106 * gst/id3demux/id3tags.c:
8107 (id3demux_add_id3v2_frame_blob_to_taglist):
8108 Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8109 well, and add the version to the blob's buffer caps, since that
8110 information will be needed for deserialisation later on (#348644).
8112 2006-07-25 Stefan Kost <ensonic@users.sf.net>
8114 * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8115 (gst_avi_demux_parse_stream):
8116 Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8117 indentation and spacing.
8119 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
8121 * docs/plugins/Makefile.am:
8122 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8123 * docs/plugins/gst-plugins-good-plugins-sections.txt:
8124 * docs/plugins/gst-plugins-good-plugins.args:
8125 * docs/plugins/inspect/plugin-1394.xml:
8126 * docs/plugins/inspect/plugin-aasink.xml:
8127 * docs/plugins/inspect/plugin-alaw.xml:
8128 * docs/plugins/inspect/plugin-alpha.xml:
8129 * docs/plugins/inspect/plugin-alphacolor.xml:
8130 * docs/plugins/inspect/plugin-annodex.xml:
8131 * docs/plugins/inspect/plugin-apetag.xml:
8132 * docs/plugins/inspect/plugin-auparse.xml:
8133 * docs/plugins/inspect/plugin-autodetect.xml:
8134 * docs/plugins/inspect/plugin-avi.xml:
8135 * docs/plugins/inspect/plugin-cacasink.xml:
8136 * docs/plugins/inspect/plugin-cairo.xml:
8137 * docs/plugins/inspect/plugin-cdio.xml:
8138 * docs/plugins/inspect/plugin-cutter.xml:
8139 * docs/plugins/inspect/plugin-debug.xml:
8140 * docs/plugins/inspect/plugin-dv.xml:
8141 * docs/plugins/inspect/plugin-efence.xml:
8142 * docs/plugins/inspect/plugin-effectv.xml:
8143 * docs/plugins/inspect/plugin-esdsink.xml:
8144 * docs/plugins/inspect/plugin-flac.xml:
8145 * docs/plugins/inspect/plugin-flxdec.xml:
8146 * docs/plugins/inspect/plugin-gconfelements.xml:
8147 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8148 * docs/plugins/inspect/plugin-goom.xml:
8149 * docs/plugins/inspect/plugin-halelements.xml:
8150 * docs/plugins/inspect/plugin-icydemux.xml:
8151 * docs/plugins/inspect/plugin-id3demux.xml:
8152 * docs/plugins/inspect/plugin-jpeg.xml:
8153 * docs/plugins/inspect/plugin-level.xml:
8154 * docs/plugins/inspect/plugin-matroska.xml:
8155 * docs/plugins/inspect/plugin-mulaw.xml:
8156 * docs/plugins/inspect/plugin-multipart.xml:
8157 * docs/plugins/inspect/plugin-navigationtest.xml:
8158 * docs/plugins/inspect/plugin-ossaudio.xml:
8159 * docs/plugins/inspect/plugin-png.xml:
8160 * docs/plugins/inspect/plugin-rtp.xml:
8161 * docs/plugins/inspect/plugin-rtsp.xml:
8162 * docs/plugins/inspect/plugin-shout2send.xml:
8163 * docs/plugins/inspect/plugin-smpte.xml:
8164 * docs/plugins/inspect/plugin-speex.xml:
8165 * docs/plugins/inspect/plugin-udp.xml:
8166 * docs/plugins/inspect/plugin-videobalance.xml:
8167 * docs/plugins/inspect/plugin-videobox.xml:
8168 * docs/plugins/inspect/plugin-videoflip.xml:
8169 * docs/plugins/inspect/plugin-videomixer.xml:
8170 * docs/plugins/inspect/plugin-wavenc.xml:
8171 * docs/plugins/inspect/plugin-wavparse.xml:
8172 * docs/plugins/inspect/plugin-ximagesrc.xml:
8173 Update files to CVS/Prerelease version, add esdsink docs.
8175 * ext/esd/esdsink.c:
8178 * gst/rtp/gstrtpmp4vpay.c:
8179 Fix typo in element description.
8181 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
8183 * ext/esd/esdsink.c: (gst_esdsink_open),
8184 (gst_esdsink_factory_init):
8185 Prevent libesd from auto-spawning a sound daemon if it
8186 is not already running. Now that we don't do evil stuff
8187 like that any longer we can give esdsink a rank so that
8188 autoaudiosink will try it as well if all other audio
8189 sinks fail (#343051).
8191 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
8193 * ext/esd/Makefile.am:
8194 Oops, need to remove README from EXTRA_DIST as well.
8196 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
8199 Remove, it contains nothing useful anyway.
8201 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
8202 (gst_esdsink_delay):
8203 Some small clean-ups; use GST_BOILERPLATE etc.
8205 2006-07-24 Wim Taymans <wim@fluendo.com>
8207 * gst/law/alaw-decode.c: (alawdec_getcaps):
8208 * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
8209 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8210 * gst/law/mulaw-encode.c: (mulawenc_getcaps):
8211 Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
8213 2006-07-24 Stefan Kost <ensonic@users.sf.net>
8215 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8216 (gst_wavparse_other), (gst_wavparse_perform_seek),
8217 (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
8218 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
8219 (gst_wavparse_pad_query):
8220 * gst/wavparse/gstwavparse.h:
8221 Use information from 'fact' chunk for length calculation of compressed
8222 samples. Calculate bps if bogus value is found in wav header (embeded
8226 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
8228 Based on patch by: Joni Valtanen <joni dot valtanen at movial fi>
8231 * gst/udp/Makefile.am:
8232 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
8233 (gst_dynudpsink_finalize), (gst_dynudpsink_close):
8234 * gst/udp/gstdynudpsink.h:
8235 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
8236 (gst_multiudpsink_finalize), (gst_multiudpsink_close):
8237 * gst/udp/gstmultiudpsink.h:
8238 * gst/udp/gstudp.c: (plugin_init):
8239 * gst/udp/gstudpsink.h:
8240 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
8241 (gst_udpsrc_start), (gst_udpsrc_stop):
8242 * gst/udp/gstudpsrc.h:
8243 * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
8244 (gst_udp_net_utils_win32_wsa_startup):
8245 * gst/udp/gstudpnetutils.h:
8246 Port udp plugin to win32 (#345288).
8248 2006-07-24 Wim Taymans <wim@fluendo.com>
8250 * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
8251 Remove unwanted DEBUG line.
8253 2006-07-23 Tim-Philipp Müller <tim at centricular dot net>
8255 * gst/id3demux/gstid3demux.c: (plugin_init):
8256 * gst/id3demux/id3tags.c:
8257 (id3demux_add_id3v2_frame_blob_to_taglist):
8258 * gst/id3demux/id3tags.h:
8259 On second thought, it might be wiser and more efficient
8260 not to do tag registration from a streaming thread.
8262 2006-07-23 Tim-Philipp Müller <tim at centricular dot net>
8264 * gst/id3demux/id3tags.c:
8265 (id3demux_add_id3v2_frame_blob_to_taglist),
8266 (id3demux_id3v2_frames_to_tag_list):
8267 Put ID3v2 frames we can't parse as binary blobs into private
8268 tags, so that they are not lost when retagging, at least once
8269 id3v2mux has been taught to re-inject those frames again.
8272 2006-07-21 Wim Taymans <wim@fluendo.com>
8274 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8275 (gst_avi_demux_process_next_entry):
8278 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
8279 Don't use \n in debug lines.
8281 2006-07-20 Stefan Kost <ensonic@users.sf.net>
8283 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8284 * docs/plugins/gst-plugins-good-plugins-sections.txt:
8285 Add annodex and icydemux, cleanup the sections a bit
8287 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
8289 Patch by: Alex Lancaster <alexl at users sourceforge net>
8291 * ext/taglib/gstid3v2mux.cc:
8292 Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
8293 ID3v2 TSSE frames (#347898).
8295 2006-07-18 Stefan Kost <ensonic@users.sf.net>
8297 * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
8298 Respect mpegversion for "video/mpeg" and give message in case of
8301 2006-07-17 Wim Taymans <wim@fluendo.com>
8303 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
8304 (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
8305 (gst_pngdec_chain), (gst_pngdec_sink_event),
8306 (gst_pngdec_libpng_init), (gst_pngdec_change_state),
8307 (gst_pngdec_sink_activate_push):
8308 * ext/libpng/gstpngdec.h:
8309 Use statically allocated segment instead of leaking.
8311 Fix flush and seek handling.
8313 2006-07-16 Wim Taymans <wim@fluendo.com>
8315 * gst/rtp/Makefile.am:
8316 * gst/rtp/gstrtp.c: (plugin_init):
8317 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
8318 (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
8319 (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
8320 (gst_rtp_mp4g_depay_set_property),
8321 (gst_rtp_mp4g_depay_get_property),
8322 (gst_rtp_mp4g_depay_change_state),
8323 (gst_rtp_mp4g_depay_plugin_init):
8324 * gst/rtp/gstrtpmp4gdepay.h:
8325 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
8326 (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
8327 (gst_rtp_mp4g_pay_flush):
8328 Added simple generic mpeg4 depayloader.
8329 Fix generic mpeg4 payloader.
8331 2006-07-15 Tim-Philipp Müller <tim at centricular dot net>
8333 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
8334 Don't try doing state changes on a NULL pointer.
8336 2006-07-14 Wim Taymans <wim@fluendo.com>
8338 Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
8340 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
8341 (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
8342 (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8343 * gst/rtp/gstrtpamrdepay.h:
8344 rtpamrdec isn't a subclass of GstBaseRtpDepayload.
8347 2006-07-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
8349 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8350 (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
8351 Fix segfault when moving mouse pointer to the bottom right corner.
8353 2006-07-12 Wim Taymans <wim@fluendo.com>
8355 * gst/rtp/Makefile.am:
8356 * gst/rtp/gstrtp.c: (plugin_init):
8357 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
8358 (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
8359 (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
8360 (gst_rtp_mp2t_depay_set_property),
8361 (gst_rtp_mp2t_depay_get_property),
8362 (gst_rtp_mp2t_depay_change_state),
8363 (gst_rtp_mp2t_depay_plugin_init):
8364 * gst/rtp/gstrtpmp2tdepay.h:
8365 Added mpeg2 TS depayloader. Closing #347234.
8367 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
8369 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
8370 Remove g_assert that shouldn't be there and was triggered
8371 after trying to open a device that doesn't exist or can't
8372 be opened for some other reason (#347972).
8374 2006-07-10 Edward Hervey <edward@fluendo.com>
8376 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8377 (gst_avi_demux_stream_header), (push_tag_lists):
8378 * gst/avi/gstavidemux.h:
8379 Don't push tag events found by gst_riff_parse_info() before outputting
8380 GST_EVENT_NEWSEGMENT.
8382 2006-07-10 Wim Taymans <wim@fluendo.com>
8384 * gst/rtsp/Makefile.am:
8385 * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
8386 (rtsp_connection_close):
8387 * gst/rtsp/rtspdefs.h:
8388 replaced closesocket and close in code with one CLOSE_SOCKET.
8389 Some more cleanups. Fixes #345301.
8391 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
8393 * gst/autodetect/gstautoaudiosink.c:
8394 Fix example pipeline in docs.
8396 2006-07-10 Wim Taymans <wim@fluendo.com>
8398 Patch by: Rob Taylor <robtaylor at floopily dot org>
8400 * gst/udp/gstmultiudpsink.c: (join_multicast),
8401 (gst_multiudpsink_init_send), (gst_multiudpsink_add):
8402 If a destination is added before the stream is set to PAUSED, the
8403 multicast group is not joined as the socket is not created yet.
8404 Also TTL and LOOP should also be set. Fixes #346921.
8406 2006-07-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
8408 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8409 (gst_ximage_src_set_property), (gst_ximage_src_get_property),
8410 (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
8411 (gst_ximage_src_init):
8412 * sys/ximage/gstximagesrc.h:
8413 Fix use-damage property to actually work :)
8414 Add startx, starty, endx, endy properties so screencasts other than full
8415 screen ones can work.
8417 2006-07-08 Zaheer Abbas Merali <zaheerabbas at merali dot org>
8419 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8420 (gst_ximage_src_set_property), (gst_ximage_src_get_property),
8421 (gst_ximage_src_class_init), (gst_ximage_src_init):
8422 * sys/ximage/gstximagesrc.h:
8423 Add use_damage property to offer ability to choose whether to use
8426 2006-07-07 Wim Taymans <wim@fluendo.com>
8428 * gst/goom/filters.c: (zoomFilterSetResolution):
8429 Avoid goom coredumping by clearing memory.
8432 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
8434 * win32/vs6/libgstid3demux.dsp:
8435 Add a link to libgsttag-0.10.lib.
8437 2006-07-05 Tim-Philipp Müller <tim at centricular dot net>
8439 * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
8440 (gst_tag_demux_read_range):
8441 * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
8442 (gst_id3demux_read_range):
8443 Don't return FLOW_UNEXPECTED when a buffer is before
8444 the start of the stream (which might happen with
8445 large ID3v2 tags if the tag reading was done pullrange
8446 based and we then switched to push mode later on).
8447 Fixes regression introduced by commit from June 29th.
8449 2006-07-05 Tim-Philipp Müller <tim at centricular dot net>
8451 * ext/taglib/gstid3v2mux.cc:
8452 Make UTF-8 the default encoding when writing string
8453 tags (before, our UTF-8 strings would automatically
8454 be converted to ISO-8859-1 by taglib and written as
8455 ISO-8859-1 fields if that was possible).
8457 * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
8458 (test_taglib_id3mux_check_tag_buffer), (identity_cb),
8459 (test_taglib_id3mux_with_tags):
8460 Add test case that makes sure our UTF-8 strings have
8461 actually been written into the tag as UTF-8.
8463 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
8466 Let's try that again.
8468 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
8471 Disable monoscope plugin for now until it fulfills
8472 all the requirements.
8474 2006-07-03 Tim-Philipp Müller <tim at centricular dot net>
8477 * gst/monoscope/Makefile.am:
8478 * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
8479 (gst_monoscope_class_init), (gst_monoscope_init),
8480 (gst_monoscope_finalize), (gst_monoscope_reset),
8481 (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
8482 (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
8483 (gst_monoscope_sink_event), (gst_monoscope_src_event),
8484 (gst_monoscope_change_state), (plugin_init):
8485 * gst/monoscope/gstmonoscope.h:
8486 Port monoscope visualisation to 0.10.
8488 2006-07-03 Tim-Philipp Müller <tim at centricular dot net>
8490 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
8491 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8492 Return FLOW_UNEXPECTED when at the end of the file, not
8493 FLOW_ERROR. Fixes 'internal stream error' errors that
8494 would sometimes occur in totem when scrubbing to the
8495 end of an ID3v1 tagged mp3 file.
8497 2006-07-03 Edward Hervey <edward@fluendo.com>
8499 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
8500 (buffer_clip), (user_end_callback), (gst_pngdec_chain),
8501 (gst_pngdec_sink_event), (gst_pngdec_change_state):
8502 * ext/libpng/gstpngdec.h:
8503 Implement buffer clipping/dropping using GstSegment.
8504 This provides accurate seeking.
8506 2006-07-03 Edward Hervey <edward@fluendo.com>
8508 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8509 (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
8510 (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8511 (gst_avi_demux_process_next_entry), (push_tag_lists),
8512 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
8513 * gst/avi/gstavidemux.h:
8514 Proper aggregation of each stream's GstFlowReturn in order to figure out
8515 whether the task should stop or not.
8516 Don't send inline events before pushing out a NEW_SEGMENT, more
8517 specifically for GST_TAG_EVENT.
8518 Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
8521 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
8523 Patch by: Brian Cameron <brian dot cameron at sun dot com>
8525 * sys/sunaudio/gstsunaudiomixerctrl.c:
8526 (gst_sunaudiomixer_ctrl_build_list):
8527 Move "Monitor" slider to input tab so it works more like
8528 sdtaudiocontrol, which is what people on Solaris are used
8529 to using for their mixer program (#346259).
8531 2006-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
8533 * tests/check/elements/level.c: (GST_START_TEST):
8534 fix a leak, clean up at the end
8536 2006-06-29 Tim-Philipp Müller <tim at centricular dot net>
8538 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
8539 (gst_matroska_demux_send_event),
8540 (gst_matroska_demux_loop_stream_parse_id):
8541 * gst/matroska/matroska-ids.h:
8542 Send tag event after newsegment event.
8544 2006-06-29 Tim-Philipp Müller <tim at centricular dot net>
8546 * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
8547 (gst_id3demux_read_range):
8548 Make sure we don't return GST_FLOW_OK with a NULL buffer in
8549 certain cases where a read beyond the end of the file is
8550 requested. Fixes #345930.
8552 * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
8553 (gst_tag_demux_read_range):
8554 Fix same issue here as well.
8556 2006-06-29 Zaheer Abbas Merali <zaheerabbas at merali dot org>
8558 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
8560 Fix hypothetical crash.
8562 2006-06-28 Tim-Philipp Müller <tim at centricular dot net>
8564 Patch by: Brian Cameron <brian dot cameron at sun dot com>
8566 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
8567 Do not modify the ports value. If the user has turned off the
8568 built-in speakers, then we should not reset it in the prepare
8569 function, since this causes the built-in speakers to turn
8570 back on anytime the user changes a track in totem, rhythmbox,
8573 2006-06-23 Wim Taymans <wim@fluendo.com>
8575 * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
8576 Fix double caps unref when negotiation fails.
8578 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
8580 * ext/annodex/gstcmmldec.c:
8581 * ext/annodex/gstcmmlenc.c:
8582 * ext/annodex/gstcmmlparser.c:
8583 * ext/dv/gstdvdec.c:
8584 * ext/dv/gstdvdemux.c:
8585 * ext/gdk_pixbuf/pixbufscale.c:
8586 * ext/jpeg/gstjpegenc.c:
8587 * ext/jpeg/gstsmokedec.c:
8588 * ext/jpeg/gstsmokeenc.c:
8589 * ext/libpng/gstpngdec.c:
8590 * ext/libpng/gstpngenc.c:
8591 * ext/speex/gstspeexenc.c:
8592 * gst/alpha/gstalphacolor.c:
8593 * gst/cutter/gstcutter.c:
8594 * gst/debug/gstnavigationtest.c:
8595 * gst/icydemux/gsticydemux.c:
8596 * gst/level/gstlevel.c:
8597 * gst/multipart/multipart.c:
8598 * gst/rtp/gstrtpamrpay.c:
8599 * gst/rtp/gstrtpdepay.c:
8600 * gst/rtp/gstrtpilbcpay.c:
8601 * gst/rtp/gstrtpmp4gpay.c:
8602 * gst/rtp/gstrtpmp4vpay.c:
8603 * gst/rtsp/gstrtpdec.c:
8604 * gst/rtsp/gstrtspsrc.c:
8605 * gst/udp/gstdynudpsink.c:
8606 * gst/udp/gstmultiudpsink.c:
8607 * gst/udp/gstudpsrc.c:
8608 * gst/videobox/gstvideobox.c:
8609 * gst/videofilter/gstvideoflip.c:
8610 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
8611 plus two minor macro fixes.
8613 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
8615 * gst/matroska/matroska-demux.c:
8616 (gst_matroska_demux_check_subtitle_buffer),
8617 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8618 (gst_matroska_demux_subtitle_caps):
8619 * gst/matroska/matroska-ids.c:
8620 (gst_matroska_track_init_subtitle_context):
8621 * gst/matroska/matroska-ids.h:
8622 Try to fix up broken matroska files containing subtitle
8623 streams with non-UTF8 character encodings (courtesy of
8624 mkvmerge) using either the encoding specified in the
8625 GST_SUBTITLE_ENCODING environment variable or the
8626 current locale's character set if it is non-UTF8.
8629 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
8631 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
8632 Set image type from APIC frame as "image-type" field
8633 of GST_TAG_IMAGE buffer caps (#344605).
8635 2006-06-20 Tim-Philipp Müller <tim at centricular dot net>
8637 * ext/flac/Makefile.am:
8638 * ext/flac/gstflacdec.c: (gst_flac_dec_init),
8639 (gst_flac_dec_reset_decoders),
8640 (gst_flac_dec_setup_seekable_decoder),
8641 (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
8642 (gst_flac_dec_metadata_callback),
8643 (gst_flac_dec_metadata_callback_seekable),
8644 (gst_flac_dec_metadata_callback_stream),
8645 (gst_flac_dec_error_callback),
8646 (gst_flac_dec_error_callback_seekable),
8647 (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
8648 (gst_flac_dec_read_stream), (gst_flac_dec_write),
8649 (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
8650 (gst_flac_dec_loop), (gst_flac_dec_sink_event),
8651 (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
8652 (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
8653 (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
8654 (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
8655 (gst_flac_dec_sink_activate_push),
8656 (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
8657 * ext/flac/gstflacdec.h:
8658 Support chain-based operation, should make flac-over-DAAP
8661 2006-06-20 Wim Taymans <wim@fluendo.com>
8663 * docs/plugins/gst-plugins-good-plugins-sections.txt:
8664 Doc updates, merge some unused symbols.
8666 2006-06-20 Wim Taymans <wim@fluendo.com>
8668 * docs/plugins/Makefile.am:
8669 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8670 * docs/plugins/gst-plugins-good-plugins-sections.txt:
8671 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
8672 * gst/rtsp/gstrtspsrc.c:
8673 * gst/rtsp/gstrtspsrc.h:
8674 Added documentation for the rtsp plugin. Fixes #345393.
8676 2006-06-20 Wim Taymans <wim@fluendo.com>
8678 * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
8679 (rtsp_connection_close), (rtsp_connection_free):
8680 Use better G_OS_* macros. Fixes #345301 some more.
8682 2006-06-20 Wim Taymans <wim@fluendo.com>
8684 Patch by: Brian Cameron <brian dot cameron at sun dot com>
8686 * sys/sunaudio/Makefile.am:
8687 * sys/sunaudio/gstsunaudio.c: (plugin_init):
8688 * sys/sunaudio/gstsunaudiomixerctrl.c:
8689 (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
8690 (gst_sunaudiomixer_ctrl_list_tracks),
8691 (gst_sunaudiomixer_ctrl_get_volume),
8692 (gst_sunaudiomixer_ctrl_set_volume),
8693 (gst_sunaudiomixer_ctrl_set_mute),
8694 (gst_sunaudiomixer_ctrl_set_record):
8695 * sys/sunaudio/gstsunaudiomixerctrl.h:
8696 * sys/sunaudio/gstsunaudiomixertrack.c:
8697 (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
8698 * sys/sunaudio/gstsunaudiomixertrack.h:
8699 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
8700 (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
8701 (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
8702 (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
8703 (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
8704 (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
8705 (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
8706 (gst_sunaudiosrc_reset):
8707 * sys/sunaudio/gstsunaudiosrc.h:
8708 Add a SunAudio source plugin.
8709 Support stereo and right/left channel gain in the mixer plugin.
8710 Support the RECORD flag so that you can switch between line-input and
8711 microphone in gnome-volume-control.
8712 Code cleanups like using an enumerator for track number instead of an
8713 integer. Fixes #344923.
8715 2006-06-20 Wim Taymans <wim@fluendo.com>
8717 Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
8719 * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
8720 (rtsp_connection_close):
8721 Make RTSP plugin compile on windows. Fixes #345301.
8722 Some changes to original patch to catch errors better.
8723 use ifdef WIN32 instead of ifndef.
8725 2006-06-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
8728 If we have libraw1394 >= 1.2.1, then we need libiec61883.
8730 2006-06-18 Edward Hervey <edward@fluendo.com>
8732 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
8733 After a failed buffer alloc, we need to abort the jpeg decoding (it
8734 started when parsing headers to figure out how many bytes we need
8735 to request downstream).
8737 2006-06-18 Tim-Philipp Müller <tim at centricular dot net>
8739 Patch by: Mark Nauwelaerts <manauw at skynet be>
8741 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
8742 Make sure we don't read beyond the end of the file (#345232).
8744 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
8747 Fix --disable-external (can't set conditionals conditionally,
8750 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
8755 Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
8757 * docs/plugins/Makefile.am:
8758 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8759 * docs/plugins/inspect/plugin-taglib.xml:
8760 Add/fix apev2mux docs.
8762 2006-06-14 Wim Taymans <wim@fluendo.com>
8764 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
8765 (gst_dvdec_finalize), (gst_dvdec_sink_event),
8766 (gst_dvdec_change_state):
8767 Reset segment info on flush.
8768 Alloc segment in _init, free in _finalize.
8770 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
8771 Don't send segments twice.
8773 2006-06-14 Wim Taymans <wim@fluendo.com>
8775 * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
8776 Respect segment.stop. Fixes #342592.
8778 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
8780 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8781 No language specified means the implied language is English
8782 according to the matroska spec (partially fixes #344708);
8783 add some more debug output.
8785 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
8787 * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
8788 (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
8789 (gst_wavparse_chain):
8790 When operating chain-based, don't make any assumptions about the
8791 chunking of the incoming data and make streaming work on days other
8792 than the second Thursday after a full moon. Also fix up debug
8793 messages here and there and make use of the most excellent new
8794 gst_pad_query_peer_duration() utility function.
8795 Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
8797 * gst/wavparse/gstwavparse.h:
8798 Remove trailing comma after last enum value, some compilers don't
8801 2006-06-13 Wim Taymans <wim@fluendo.com>
8803 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
8804 Handle premature EOS gracefully.
8806 2006-06-13 Tim-Philipp Müller <tim at centricular dot net>
8808 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
8809 Prevent out of bounds array access when scrubbing towards
8810 the end of the file between the last index entry and the
8811 end. Fixes occasional 'start <= stop' newsegment event
8812 assertions when scrubbing in MJPEG files.
8814 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
8816 * tests/check/elements/.cvsignore:
8819 2006-06-11 Tim-Philipp Müller <tim at centricular dot net>
8821 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8822 (scan_encoded_string), (parse_picture_frame):
8823 Extract images from ID3v2 tags (APIC frames). Fixes #339704.
8826 Require core >= 0.10.8 (for GST_TAG_IMAGE and
8827 GST_TAG_PPEVIEW_IMAGE used in the patch above).
8829 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
8831 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
8832 gratuitous comment changes
8833 * tests/check/elements/level.c: (GST_START_TEST):
8834 fix level test leaks
8836 2006-06-11 Tim-Philipp Müller <tim at centricular dot net>
8838 * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
8839 * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
8840 Use gst_pad_query_peer_duration() utility function here.
8842 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
8847 * ext/annodex/Makefile.am:
8848 * ext/cdio/Makefile.am:
8849 * ext/dv/Makefile.am:
8850 * ext/esd/Makefile.am:
8851 * ext/flac/Makefile.am:
8852 * ext/gdk_pixbuf/Makefile.am:
8853 * ext/ladspa/Makefile.am:
8854 * ext/libcaca/Makefile.am:
8855 * ext/speex/Makefile.am:
8856 * ext/taglib/Makefile.am:
8857 * sys/oss/Makefile.am:
8858 * sys/sunaudio/Makefile.am:
8859 * sys/ximage/Makefile.am:
8860 clean up build further
8862 2006-06-09 Tim-Philipp Müller <tim at centricular dot net>
8864 * gconf/Makefile.am:
8865 Honour --disable-schemas-install configure option. Fixes #344100.
8867 2006-06-09 Tim-Philipp Müller <tim at centricular dot net>
8869 * tests/examples/level/Makefile.am:
8870 Add -lm to LIBS for pow() function, don't assume one of our
8871 dependencies (such as libxml-2.0) drags it in automatically
8874 2006-06-09 Tim-Philipp Müller <tim at centricular dot net>
8876 Patch by: Peter Kjellerstedt <pkj at axis dot com>
8879 We should use $SED and not $(SED) in configure.ac (#343678).
8881 2006-06-09 Wim Taymans <wim@fluendo.com>
8883 Patch by: Brian Cameron <brian dot cameron at sun dot com>
8885 * sys/sunaudio/gstsunaudiomixerctrl.c:
8886 (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
8887 (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
8888 (gst_sunaudiomixer_ctrl_set_mute):
8889 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
8890 (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
8891 (gst_sunaudiosink_write):
8892 Attached find a patch that fixes a number of bugs with the SunAudio
8893 mixer plugin and fixes #344101:
8894 1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
8895 tracks onto the tracklist causing gnome-volume-control's preferences
8896 dialog to be messed up and would core dump if you checked/unchecked
8898 2. We weren't previously setting the MUTE flag properly. Fixing this
8899 makes gnome-volume-control work better.
8900 3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
8901 and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
8902 gnome-volume-control look better.
8903 Also some minor cleanup in gstsunaudiosink.c.
8905 2006-06-09 Wim Taymans <wim@fluendo.com>
8907 * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
8908 (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
8909 (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
8910 (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
8911 (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
8912 * ext/jpeg/gstjpegdec.h:
8913 API: Added IDCT method property
8915 Avoid dynamic allocation of trivial fixed structure.
8916 Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
8918 2006-06-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
8921 We now require libraw1394 >= 1.1.0 and that version onwards all
8924 2006-06-02 Edward Hervey <edward@fluendo.com>
8926 * gst/law/alaw-decode.c: (alawdec_getcaps):
8927 Trying to get items from an ANY or EMPTY caps is ... stupid.
8929 2006-06-02 Edward Hervey <edward@fluendo.com>
8931 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
8932 (gst_dvdec_chain), (gst_dvdec_change_state):
8933 * ext/dv/gstdvdec.h:
8934 Added GstSegment handling, now implements dropping/clipping.
8936 2006-06-01 Stefan Kost <ensonic@users.sf.net>
8938 * ext/aalib/gstaasink.h:
8939 * ext/annodex/gstcmmldec.h:
8940 * ext/cairo/gsttimeoverlay.h:
8941 * ext/dv/gstdvdec.h:
8942 * ext/dv/gstdvdemux.h:
8944 * ext/esd/esdsink.h:
8945 * ext/flac/gstflacenc.h:
8946 * ext/gconf/gstgconfaudiosink.h:
8947 * ext/gconf/gstgconfaudiosrc.h:
8948 * ext/gconf/gstgconfvideosink.h:
8949 * ext/gconf/gstgconfvideosrc.h:
8950 * ext/gdk_pixbuf/gstgdkanimation.h:
8951 * ext/gdk_pixbuf/pixbufscale.h:
8952 * ext/hal/gsthalaudiosink.h:
8953 * ext/hal/gsthalaudiosrc.h:
8954 * ext/jpeg/gstjpegenc.h:
8955 * ext/jpeg/gstsmokedec.h:
8956 * ext/jpeg/gstsmokeenc.h:
8957 * ext/libcaca/gstcacasink.h:
8958 * ext/libmng/gstmngdec.h:
8959 * ext/libmng/gstmngenc.h:
8960 * ext/libpng/gstpngdec.h:
8961 * ext/libpng/gstpngenc.h:
8962 * ext/raw1394/gstdv1394src.h:
8963 * ext/speex/gstspeexenc.h:
8964 * gst/autodetect/gstautoaudiosink.h:
8965 * gst/autodetect/gstautovideosink.h:
8966 * gst/avi/gstavidemux.h:
8967 * gst/cutter/gstcutter.h:
8968 * gst/debug/efence.h:
8969 * gst/debug/gstnavigationtest.h:
8970 * gst/debug/gstnavseek.h:
8971 * gst/flx/gstflxdec.h:
8972 * gst/goom/gstgoom.h:
8973 * gst/icydemux/gsticydemux.h:
8974 * gst/id3demux/gstid3demux.h:
8975 * gst/law/alaw-decode.h:
8976 * gst/law/alaw-encode.h:
8977 * gst/law/mulaw-decode.h:
8978 * gst/law/mulaw-encode.h:
8979 * gst/matroska/matroska-mux.h:
8980 * gst/median/gstmedian.h:
8981 * gst/oldcore/gstaggregator.h:
8982 * gst/oldcore/gstfdsink.h:
8983 * gst/oldcore/gstmd5sink.h:
8984 * gst/oldcore/gstmultifilesrc.h:
8985 * gst/oldcore/gstpipefilter.h:
8986 * gst/oldcore/gstshaper.h:
8987 * gst/oldcore/gststatistics.h:
8988 * gst/rtp/gstasteriskh263.h:
8989 * gst/rtp/gstrtpL16depay.h:
8990 * gst/rtp/gstrtpL16pay.h:
8991 * gst/rtp/gstrtpamrdepay.h:
8992 * gst/rtp/gstrtpamrpay.h:
8993 * gst/rtp/gstrtpdepay.h:
8994 * gst/rtp/gstrtpgsmdepay.h:
8995 * gst/rtp/gstrtpgsmpay.h:
8996 * gst/rtp/gstrtph263pay.h:
8997 * gst/rtp/gstrtph263pdepay.h:
8998 * gst/rtp/gstrtph263ppay.h:
8999 * gst/rtp/gstrtpmp4gpay.h:
9000 * gst/rtp/gstrtpmp4vdepay.h:
9001 * gst/rtp/gstrtpmp4vpay.h:
9002 * gst/rtp/gstrtpmpadepay.h:
9003 * gst/rtp/gstrtpmpapay.h:
9004 * gst/rtp/gstrtppcmadepay.h:
9005 * gst/rtp/gstrtppcmapay.h:
9006 * gst/rtp/gstrtppcmudepay.h:
9007 * gst/rtp/gstrtppcmupay.h:
9008 * gst/rtp/gstrtpspeexdepay.h:
9009 * gst/rtp/gstrtpspeexpay.h:
9010 * gst/rtsp/gstrtpdec.h:
9011 * gst/rtsp/gstrtspsrc.h:
9012 * gst/smpte/gstsmpte.h:
9013 * gst/udp/gstdynudpsink.h:
9014 * gst/udp/gstmultiudpsink.h:
9015 * gst/udp/gstudpsink.h:
9016 * gst/udp/gstudpsrc.h:
9017 * gst/videofilter/gstvideobalance.h:
9018 * gst/videofilter/gstvideoflip.h:
9019 * sys/oss/gstossdmabuffer.h:
9020 * sys/oss/gstossmixerelement.h:
9021 * sys/oss/gstosssink.h:
9022 * sys/oss/gstosssrc.h:
9023 * sys/osxvideo/osxvideosink.h:
9024 * sys/sunaudio/gstsunaudiomixer.h:
9025 * sys/sunaudio/gstsunaudiosink.h:
9026 * sys/ximage/gstximagesrc.h:
9027 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9029 2006-05-31 Wim Taymans <wim@fluendo.com>
9031 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9032 (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9033 (gst_goom_src_setcaps), (gst_goom_src_event),
9034 (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9035 (gst_goom_change_state):
9036 * gst/goom/gstgoom.h:
9038 Handle flushing, discont and events.
9039 Fix timestamps and various other cleanups.
9041 2006-05-31 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9043 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9044 Fix bus reset when using libiec61883
9046 2006-05-31 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9049 Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9050 * ext/raw1394/Makefile.am:
9052 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9053 New method, to receive using libiec61883.
9054 (gst_dv1394src_iso_receive),
9055 #ifdef'd out if libiec61883 is present.
9056 (gst_dv1394src_bus_reset),
9057 Get userdata correctly if using libiec61883.
9058 (gst_dv1394src_create),
9059 When using libiec61883, only poll one fd and no need to read.
9060 (gst_dv1394src_discover_avc_node),
9062 (gst_dv1394src_start),
9063 Create new handle when we know which dv port. More reliable
9064 than setting port on an existing handle. Initialise libiec61883.
9065 (gst_dv1394src_stop):
9066 If using libiec61883, then cleanup its handle properly.
9067 * ext/raw1394/gstdv1394src.h:
9068 Add libiec61883 handle.
9070 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
9072 * gst/avi/gstavidemux.c:
9073 add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9076 * win32/vs6/libgstavi.dsp:
9077 add gstavimux.c to the project
9078 * win32/vs6/libgstid3demux.dsp:
9079 add link to zlib library
9080 * win32/vs6/libgstmatroska.dsp:
9081 add matroska-ids.c to the project
9083 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
9085 Patch by: Sebastian Dröge <mail at slomosnail de >
9087 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9088 * docs/plugins/gst-plugins-good-plugins-sections.txt:
9089 * ext/taglib/Makefile.am:
9090 * ext/taglib/gstapev2mux.cc:
9091 * ext/taglib/gstapev2mux.h:
9092 * ext/taglib/gstid3v2mux.cc:
9093 * ext/taglib/gsttaglibmux.c: (plugin_init):
9094 * ext/taglib/gsttaglibmux.h:
9095 Add apev2mux element (#343122).
9097 * tests/check/Makefile.am:
9098 * tests/check/elements/apev2mux.c:
9099 (test_taglib_apev2mux_create_tags),
9100 (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9101 (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9102 (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9103 (apev2mux_suite), (main):
9104 Add unit test for apev2mux element.
9106 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
9108 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9109 * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9110 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9111 GST_PTR_FORMAT should be used to print caps in debug statements.
9113 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
9115 Patch by: Sebastian Dröge <slomo at ubuntu dot com>
9117 * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9118 (ape_demux_parse_tags):
9119 Some clean-ups and additions: map APE 'file' tag to
9120 GST_TAG_LOCATION (#343123); add support for extracting
9121 the track count and clean up parsing a bit (#343127).
9123 2006-05-28 Edward Hervey <edward@fluendo.com>
9125 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9126 Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9128 2006-05-28 Edward Hervey <edward@fluendo.com>
9130 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9131 (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9132 (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9133 * ext/jpeg/gstjpegdec.h:
9134 Clip outgoing buffers according to currently configured segment.
9136 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
9138 * ext/taglib/gstid3v2mux.cc:
9139 Handle writing of track-count or album-volume-count without
9140 track-number or albume-volume-number (in this case the number
9141 will just be set to 0).
9143 * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9144 It would be nice if we actually checked the values received for
9145 track/album-volume number/count in _check_tags(), rather than
9146 setting them again ...
9148 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
9150 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9151 A track/volume number or count of 0 does not make sense,
9152 just ignore it along with negative numbers (a tag might
9153 only contain a track count without a track number).
9155 2006-05-27 Edward Hervey <edward@fluendo.com>
9157 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9158 (gst_jpeg_dec_sink_event):
9159 Abort decompression when receiving FLUSH_STOP. This should avoid
9160 issues when interrupting decoding with flushes.
9162 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
9164 * ext/flac/gstflac.c:
9165 Don't #include file we don't dist any longer.
9167 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
9170 Replace current README (containing the release notes from
9171 some 0.9.x version) with a proper README taken from the core.
9173 2006-05-24 Wim Taymans <wim@fluendo.com>
9175 * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9176 Implement EOS correctly by either posting
9177 SEGMENT_DONE or pushing an EOS message depending
9178 on the seek type. Fixes #342592
9180 2006-05-24 Wim Taymans <wim@fluendo.com>
9182 * gst/law/alaw-decode.c: (gst_alawdec_chain):
9183 * gst/law/alaw-decode.h:
9184 * gst/law/alaw-encode.c: (gst_alawenc_chain):
9185 * gst/law/alaw-encode.h:
9186 * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
9187 * gst/law/mulaw-decode.h:
9188 * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
9189 * gst/law/mulaw-encode.h:
9190 Some cleanups in the chain functions.
9191 Remove some GStreamer 0.0.2 bits.
9193 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
9195 Patch by: Mark Nauwelaerts <manauw at skynet be>
9197 * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
9198 gst_collect_pads_stop() needs to be called before chaining up
9199 to the parent class (#342734).
9201 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
9203 * ext/flac/Makefile.am:
9204 * ext/flac/flac_compat.h:
9205 * ext/flac/gstflac.c:
9206 * ext/flac/gstflacdec.c: (gst_flac_dec_init):
9207 * ext/flac/gstflacenc.c:
9208 Remove backwards compatibility cruft for dealing with FLAC API
9209 changes in the 1.0.x series - we require 1.1.1 or newer these days.
9211 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
9213 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9214 (gst_matroska_demux_push_xiph_codec_priv_data),
9215 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9216 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
9217 * gst/matroska/matroska-ids.h:
9218 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
9219 (gst_matroska_mux_video_pad_setcaps),
9220 (xiph3_streamheader_to_codecdata),
9221 (vorbis_streamheader_to_codecdata),
9222 (theora_streamheader_to_codecdata),
9223 (gst_matroska_mux_audio_pad_setcaps),
9224 (gst_matroska_mux_write_data):
9225 Add support for muxing/demuxing theora video (#342448; too bad
9226 none of the usual linux players can actually play this). Playback
9227 in GStreamer will require additional changes to theoradec in -base.
9228 Refactor streamheaders <=> CodecPrivateData code a bit; some small
9231 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
9233 * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
9234 (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
9235 Fix crashes when the horizontal subsampling is 1.
9238 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
9240 Patch by: Mark Nauwelaerts <manauw at skynet be>
9242 * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
9243 (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9244 (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9245 (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
9246 (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
9247 (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9248 (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
9249 (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9250 (gst_avi_mux_change_state):
9251 * gst/avi/gstavimux.h:
9252 Some enhancements for avimux (#342526):
9253 - add odml (large file) index support
9254 - store codec init data (e.g. huffyuv)
9255 - miscellaneous other fixes/cleanups
9257 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
9259 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9260 Don't output any tag when we encounter a negative track number - the
9261 tag type is uint, so we end up outputting huge positive numbers
9262 instead. (Fixes: #342029)
9264 2006-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
9267 update for new GSTPB_PLUGINS_DIR
9269 2006-05-18 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
9271 * rtp/gst/gstrtph263pay.c:
9272 Properly set static caps for H263 at 34.
9274 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
9276 Patch by: James "Doc" Livingston <doclivingston gmail com>
9278 * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
9279 Merge event tags and tag setter tags correctly (#339918). Also,
9280 don't leak taglist in case of an error.
9282 2006-05-17 Edward Hervey <edward@fluendo.com>
9284 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9285 We can only do caps intersection if the othercaps are non-empty and not
9286 ANY. Else we return the pad template (base_caps).
9288 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
9290 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9291 Fix crash when outputting debugging information for certain
9292 pictures (always good to use the right struct member for
9293 the number of records in an array).
9295 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
9297 Patch by: Jindrich Makovicka <jindrich.makivicka at itonis tv>
9299 * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
9300 (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
9301 (gst_ebml_read_element_length), (gst_ebml_read_buffer),
9302 (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
9303 (gst_ebml_read_float), (gst_ebml_read_ascii),
9304 (gst_ebml_read_binary):
9305 Don't create unnecessary sub-buffers all the time. Dramatically
9306 improves performance with multiple concurrently running
9307 matroskademux instances (#341818) (and avoids doing
9308 unnecessarily inefficient things in the general case).
9310 2006-05-16 Edward Hervey <edward@fluendo.com>
9312 * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
9313 In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
9314 return value of gst_pad_push_event().
9316 2006-05-16 Jan Schmidt <thaytan@mad.scientist.com>
9318 * gst/autodetect/gstautoaudiosink.c:
9319 (gst_auto_audio_sink_find_best):
9320 * gst/autodetect/gstautovideosink.c:
9321 (gst_auto_video_sink_find_best):
9322 Make the name of the child element be based on the name of the
9323 parent, so that debug output is more useful.
9325 * gst/id3demux/id3v2frames.c: (find_utf16_bom),
9326 (parse_insert_string_field), (parse_split_strings):
9327 Rework string parsing to always walk over BOM markers in UTF16
9328 strings, using the endianness indicated by the innermost one,
9329 then trying the opposite endianness if that fails to convert
9330 to valid UTF-8. Fixes #341774
9332 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9334 Patch from: Matthieu <matthieu at fluendo dot com>
9336 * ext/libpng/Makefile.am:
9339 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
9341 * ext/taglib/gstid3v2mux.cc:
9342 Add support for writing images (APIC frames) into ID3v2
9343 tags (picture type always set to 'other' for now though).
9345 2006-05-14 Michael Smith <msmith@fluendo.com>
9347 * gst/wavparse/gstwavparse.c:
9348 Update docs; wavparse implements push and pull modes.
9350 2006-05-12 Wim Taymans <wim@fluendo.com>
9352 * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
9353 (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
9354 (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
9355 Ooops, bitten by the copy-and-paste design paradigm, fixes
9358 2006-05-12 Wim Taymans <wim@fluendo.com>
9360 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9361 (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
9362 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
9363 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9364 (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
9365 (gst_avi_demux_massage_index),
9366 (gst_avi_demux_calculate_durations_from_index),
9367 (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
9368 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
9369 (gst_avi_demux_loop):
9370 * gst/avi/gstavidemux.h:
9371 Some cleanups, prepare to use GstSegment.
9372 Fix error in entry walking code.
9374 Smarter timestamp calculation code.
9375 Uniform error/eos handling.
9377 2006-05-12 Michael Smith <msmith@fluendo.com>
9379 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
9380 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
9381 Fix use of uninitialised values if we're NOT seeking in ready.
9384 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
9386 * gst/wavparse/Makefile.am:
9387 Add CFLAGS and LIBS for libgstbase, fixes build on
9390 2006-05-10 Tim-Philipp Müller <tim at centricular dot net>
9392 * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
9393 Some more debug info. No need to check whether the string
9394 returned by g_convert() is really UTF-8 - either it is or
9395 we get NULL returned.
9397 2006-05-10 Jan Schmidt <thaytan@mad.scientist.com>
9399 * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
9400 Fix parsing of numeric genre strings some more, by ensuring that
9401 we only try and parse strings that a) Start with '(' and b) Consist
9403 Also, when finding an escaping '((' sequence, bust it back to '(' by
9404 swallowing the first parenthesis
9406 2006-05-10 Tim-Philipp Müller <tim at centricular dot net>
9408 * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
9409 (gst_esdsink_open), (gst_esdsink_close):
9410 * ext/esd/esdsink.h:
9411 Move the esd_get_server_info() into gst_esdsink_open() and fail
9412 with a decent error message on errors.
9414 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
9416 * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
9417 (gst_esdmon_channels_get_type):
9418 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
9419 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
9420 * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
9421 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
9422 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
9423 * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
9424 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
9425 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
9426 * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
9427 * gst/videomixer/videomixer.c:
9428 (gst_video_mixer_background_get_type):
9429 Const-ify GEnumValue arrays.
9431 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
9433 Patch by: Mark Nauwelaerts <manauw at skynet bet>
9435 * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
9436 (gst_avi_mux_do_video_buffer):
9437 Work around gst_buffer_make_metadata_writable() bug that
9438 results in avimux marking all frames in the index as
9439 keyframes (#340859).
9441 2006-05-08 Wim Taymans <wim@fluendo.com>
9443 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
9444 Make parsing of urls suck slightly less.
9446 2006-05-08 Edward Hervey <edward@fluendo.com>
9448 * autogen.sh: (CONFIGURE_DEF_OPT):
9449 libtoolize on Darwin/MacOSX is called glibtoolize.
9451 2006-05-08 Wim Taymans <wim@fluendo.com>
9453 Patch by: Jens Granseuer <jensgr at gmx dot net>
9455 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
9456 * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
9457 C89 compliance fixes. Fixes #340980
9459 2006-05-06 Tim-Philipp Müller <tim at centricular dot net>
9461 * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9462 * ext/flac/gstflacdec.h:
9463 Handle segment seeks that include the end of the file as stop point
9464 properly: when the decoder hits EOS we want to send a SEGMENT_DONE
9465 message instead of an EOS event in case we're in segment seek
9466 mode (fixes #340699).
9468 2006-05-05 Maciej Katafiasz <mathrick@freedesktop.org>
9470 * ext/cairo/gsttextoverlay.c:
9471 * ext/flac/gstflacdec.c:
9472 * ext/gdk_pixbuf/pixbufscale.c:
9473 * gst/apetag/gstapedemux.c:
9474 * gst/debug/breakmydata.c:
9475 * gst/debug/testplugin.c:
9476 * gst/matroska/ebml-write.c:
9477 * gst/multipart/multipartdemux.c:
9478 * sys/osxaudio/gstosxaudiosink.c:
9479 * sys/osxaudio/gstosxaudiosrc.c:
9480 Add semicolons after GST_BOILERPLATE[_FULL] so that
9481 indent doesn't mess up following lines.
9483 2006-05-04 Tim-Philipp Müller <tim at centricular dot net>
9485 Patch by: Michal Benes <michal dot benes at xeris dot cz>
9487 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
9488 Don't leak caps when freeing the stream context (#340623).
9490 2006-05-04 Jan Schmidt <thaytan@mad.scientist.com>
9495 === release 0.10.3 ===
9497 2006-05-04 Jan Schmidt <thaytan@mad.scientist.com>
9500 releasing 0.10.3, "Desplazado"
9502 2006-05-03 Tim-Philipp Müller <tim at centricular dot net>
9504 * gst/matroska/matroska-mux.c:
9505 (gst_matroska_mux_stream_is_vorbis_header),
9506 (gst_matroska_mux_write_data):
9507 Don't strcmp() NULL strings.
9508 Only start new clusters on video keyframes, not on any
9509 random audio buffer that doesn't have the DELTA_UNIT
9510 flag set (fixes 'make check' again).
9512 2006-05-03 Tim-Philipp Müller <tim at centricular dot net>
9514 Patch by: Mark Nauwelaerts <manauw at skynet be>
9516 * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
9517 (gst_matroska_mux_stream_is_vorbis_header),
9518 (gst_matroska_mux_write_data):
9519 Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
9520 value and then dead-lock when muxing vorbis audio streams
9521 (the three vorbis header buffers carry no timestamp, and it
9522 would try to mux these after all video buffers). Fixes #340346.
9524 Improve clustering: start a new cluster also whenever we get
9527 2006-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
9529 * win32/common/config.h:
9531 add the generated file as well
9533 2006-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
9537 * win32/common/config.h.in:
9540 2006-05-03 Michael Smith <msmith@fluendo.com>
9542 * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
9543 Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
9546 2006-05-02 Stefan Kost <ensonic@users.sf.net>
9548 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9549 * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9550 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9551 don't leak caps-string
9553 2006-05-02 Tim-Philipp Müller <tim at centricular dot net>
9555 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
9556 (gst_id3demux_sink_activate):
9557 Let core insert default error message for TYPE_NOT_FOUND
9558 errors, it's just as good as our own and has the added
9559 bonus of being translated.
9561 2006-05-02 Tim-Philipp Müller <tim at centricular dot net>
9563 * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
9564 (gst_tag_demux_sink_event):
9565 * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
9566 (gst_id3demux_sink_event):
9567 Post an error message when we get an EOS event and were not
9568 able to find out the type of stream.
9570 * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
9571 (test_taglib_id3mux_with_tags):
9572 Decrease num-buffers to 16 per iteration again, otherwise the
9573 many memcpy()s and reallocations in the test will hammer slow
9574 CPUs completely and make the test timeout.
9576 2006-05-02 Thomas Vander Stichele <thomas at apestaart dot org>
9579 figure out where plugins-base plugins are
9580 * tests/check/Makefile.am:
9581 use plugins-base plugins, so we have typefind functions
9582 * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
9583 increase num-buffers, this makes sure the test errors out instead
9584 of timing out when no typefind functions are present
9586 2006-05-01 Thomas Vander Stichele <thomas at apestaart dot org>
9588 * docs/plugins/Makefile.am:
9589 also check .cc files for gtk-doc markup
9591 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9592 * docs/plugins/gst-plugins-good-plugins-sections.txt:
9593 * tests/check/Makefile.am:
9594 * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
9596 * ext/taglib/Makefile.am:
9597 * ext/taglib/gstid3v2mux.h:
9598 * ext/taglib/gsttaglibmux.c:
9599 * ext/taglib/gsttaglibmux.h:
9600 move taglib-based id3v2muxer to -good. Fixes #336110.
9602 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
9604 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9605 ... and fix multichannel/WAVFORMATEX support again.
9607 2006-04-29 Stefan Kost <ensonic@users.sf.net>
9609 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9610 (gst_wavparse_class_init), (gst_wavparse_dispose),
9611 (gst_wavparse_reset), (gst_wavparse_init),
9612 (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
9613 (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
9614 (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
9615 (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
9616 (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
9617 (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
9618 (gst_wavparse_stream_data), (gst_wavparse_loop),
9619 (gst_wavparse_chain), (gst_wavparse_srcpad_event),
9620 (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
9621 (gst_wavparse_change_state), (plugin_init):
9622 * gst/wavparse/gstwavparse.h:
9623 Add push (streaming) mode to wavparse (fixes #337625)
9625 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
9628 * tests/Makefile.am:
9629 add ximagesrc icles test
9631 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
9634 * docs/plugins/Makefile.am:
9635 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9636 * docs/plugins/gst-plugins-good-plugins-sections.txt:
9637 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
9638 (gst_cmml_enc_push_clip):
9640 * sys/ximage/Makefile.am:
9641 * sys/ximage/gstximagesrc.c:
9642 Move ximagesrc plug-in to good after review. Fixes #336756.
9644 2006-04-28 Michael Smith <msmith@fluendo.com>
9646 * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
9647 (gst_icydemux_init), (gst_icydemux_sink_setcaps),
9648 (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
9649 (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
9650 (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
9651 (gst_icydemux_chain), (gst_icydemux_send_tag_event):
9652 * gst/icydemux/gsticydemux.h:
9653 Fix event handling: cache events when typefinding and forward later.
9655 2006-04-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9657 * sys/osxaudio/gstosxaudiosink.c:
9659 Register osxaudiosrc to the plugin.
9660 * sys/osxaudio/gstosxaudiosrc.c:
9661 (gst_osx_audio_src_osxelement_do_init),
9662 (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
9663 (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
9664 (gst_osx_audio_src_get_property),
9665 (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
9666 (gst_osx_audio_src_osxelement_init):
9667 * sys/osxaudio/gstosxaudiosrc.h:
9668 Port of osxaudiosrc to 0.10.
9669 * sys/osxaudio/Makefile.am:
9672 2006-04-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9674 * sys/osxaudio/gstosxringbuffer.c:
9675 * sys/osxaudio/gstosxringbuffer.h:
9676 Forgot to commit earlier, part of the OSX audio plugin port
9678 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
9680 * gst/id3demux/id3v2frames.c: (has_utf16_bom),
9681 (parse_split_strings):
9682 Recognise and skip any byte order marker (BOM) in
9685 2006-04-27 Tim-Philipp Müller <tim at centricular dot net>
9687 * docs/plugins/Makefile.am:
9688 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9689 * docs/plugins/gst-plugins-good-plugins-sections.txt:
9690 * docs/plugins/gst-plugins-good-plugins.hierarchy:
9691 * docs/plugins/inspect/plugin-avi.xml:
9692 * gst/avi/gstavidemux.c:
9693 * gst/avi/gstavimux.c:
9694 Add docs for both avidemux and avimux.
9696 2006-04-27 Tim-Philipp Müller <tim at centricular dot net>
9698 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
9700 * gst/avi/Makefile.am:
9701 * gst/avi/gstavi.c: (plugin_init):
9702 * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
9703 (gst_avi_mux_base_init), (gst_avi_mux_finalize),
9704 (gst_avi_mux_class_init), (gst_avi_mux_init),
9705 (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9706 (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
9707 (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
9708 (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9709 (gst_avi_mux_riff_get_avix_header),
9710 (gst_avi_mux_riff_get_video_header),
9711 (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
9712 (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
9713 (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9714 (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
9715 (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
9716 (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
9717 (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9718 (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
9719 (gst_avi_mux_get_property), (gst_avi_mux_set_property),
9720 (gst_avi_mux_change_state):
9721 * gst/avi/gstavimux.h:
9722 Port AVI muxer to GStreamer-0.10 (#332031).
9724 * tests/check/Makefile.am:
9725 * tests/check/elements/avimux.c:
9726 * tests/check/elements/.cvsignore:
9727 Add unit test for AVI muxer.
9729 2006-04-27 Stefan Kost <ensonic@users.sf.net>
9731 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9732 (gst_wavparse_class_init), (gst_wavparse_reset),
9733 (gst_wavparse_init), (gst_wavparse_create_sourcepad),
9734 (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
9735 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9736 (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
9737 (gst_wavparse_stream_data), (gst_wavparse_loop),
9738 (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
9739 (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
9741 * gst/wavparse/gstwavparse.h:
9742 reverted patch #337625 for the price of 1 hour sleep
9744 2006-04-26 Stefan Kost <ensonic@users.sf.net>
9746 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9747 (gst_wavparse_class_init), (gst_wavparse_reset),
9748 (gst_wavparse_init), (gst_wavparse_create_sourcepad),
9749 (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
9750 (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
9751 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9752 (gst_wavparse_stream_data), (gst_wavparse_loop),
9753 (gst_wavparse_chain), (plugin_init):
9754 * gst/wavparse/gstwavparse.h:
9755 correct partial implementation of push mode
9756 (from my last commit)
9758 2006-04-26 Wim Taymans <wim@fluendo.com>
9760 * ext/esd/esdsink.c:
9761 Fix compile problem by defining ESD_MAX_WRITE_SIZE if
9764 2006-04-26 Tim-Philipp Müller <tim at centricular dot net>
9766 * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
9767 (gst_au_parse_class_init), (gst_au_parse_init),
9768 (gst_au_parse_reset), (gst_au_parse_add_srcpad),
9769 (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
9770 (gst_au_parse_chain), (gst_au_parse_src_convert),
9771 (gst_au_parse_src_query), (gst_au_parse_handle_seek),
9772 (gst_au_parse_sink_event), (gst_au_parse_src_event),
9773 (gst_au_parse_change_state):
9774 * gst/auparse/gstauparse.h:
9775 Rewrite auparse to suck a little bit less: make source pad
9776 dynamic, so decodebin/playbin work with non-raw formats
9777 like alaw/mulaw; add query function for duration/position
9778 queries; check whether we have enough data before attempting
9779 to parse the header (instead of crashing when that is not the
9780 case); work around audioconvert sucking by swapping endianness
9781 to the native endianness ourselves for float formats; send
9782 initial newsegment event. Fixes #161712.
9784 2006-04-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9786 * sys/osxaudio/Makefile.am:
9787 * sys/osxaudio/gstosxaudioelement.c:
9788 (gst_osx_audio_element_get_type),
9789 (gst_osx_audio_element_class_init):
9790 * sys/osxaudio/gstosxaudioelement.h:
9791 * sys/osxaudio/gstosxaudiosink.c:
9792 (gst_osx_audio_sink_osxelement_do_init),
9793 (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
9794 (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
9795 (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
9796 (gst_osx_audio_sink_create_ringbuffer),
9797 (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
9799 * sys/osxaudio/gstosxaudiosink.h:
9800 Port of osxaudiosink to 0.10
9802 2006-04-26 Wim Taymans <wim@fluendo.com>
9804 * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
9805 Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
9806 the size of the ringbuffer. This should fix hangs with older
9809 2006-04-26 Stefan Kost <ensonic@users.sf.net>
9811 * ext/aalib/gstaasink.c:
9812 * ext/annodex/gstcmmldec.c:
9813 * ext/annodex/gstcmmlenc.c:
9814 * ext/cairo/gsttextoverlay.c:
9815 * ext/cairo/gsttimeoverlay.c:
9816 * ext/cdio/gstcdiocddasrc.c:
9817 * ext/dv/gstdvdec.c:
9818 * ext/dv/gstdvdemux.c:
9820 * ext/esd/esdsink.c:
9821 * ext/flac/gstflacenc.c:
9822 * ext/flac/gstflactag.c:
9823 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
9824 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
9825 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
9826 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
9827 * ext/gdk_pixbuf/pixbufscale.c:
9828 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
9829 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
9830 * ext/jpeg/gstjpegdec.c:
9831 * ext/jpeg/gstjpegenc.c:
9832 * ext/jpeg/gstsmokedec.c:
9833 * ext/jpeg/gstsmokeenc.c:
9834 * ext/libcaca/gstcacasink.c:
9835 * ext/libmng/gstmngdec.c:
9836 * ext/libmng/gstmngenc.c:
9837 * ext/libpng/gstpngdec.c:
9838 * ext/libpng/gstpngenc.c:
9839 * ext/mikmod/gstmikmod.c:
9840 * ext/raw1394/gstdv1394src.c:
9841 * ext/shout2/gstshout2.c: (gst_shout2send_init):
9842 * ext/shout2/gstshout2.h:
9843 * ext/speex/gstspeexdec.c:
9844 * ext/speex/gstspeexenc.c:
9845 * gst/alpha/gstalpha.c:
9846 * gst/alpha/gstalphacolor.c:
9847 * gst/apetag/gstapedemux.c:
9848 * gst/auparse/gstauparse.c:
9849 * gst/autodetect/gstautoaudiosink.c:
9850 (gst_auto_audio_sink_base_init):
9851 * gst/autodetect/gstautovideosink.c:
9852 (gst_auto_video_sink_base_init):
9853 * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
9854 * gst/avi/gstavimux.c: (gst_avimux_base_init):
9855 * gst/cutter/gstcutter.c:
9856 * gst/debug/breakmydata.c:
9857 * gst/debug/efence.c:
9858 * gst/debug/gstnavigationtest.c:
9859 * gst/debug/gstnavseek.c:
9860 * gst/debug/negotiation.c:
9861 * gst/debug/progressreport.c:
9862 * gst/debug/testplugin.c:
9863 * gst/effectv/gstaging.c:
9864 * gst/effectv/gstdice.c:
9865 * gst/effectv/gstedge.c:
9866 * gst/effectv/gstquark.c:
9867 * gst/effectv/gstrev.c:
9868 * gst/effectv/gstshagadelic.c:
9869 * gst/effectv/gstvertigo.c:
9870 * gst/effectv/gstwarp.c:
9871 * gst/flx/gstflxdec.c:
9872 * gst/goom/gstgoom.c:
9873 * gst/icydemux/gsticydemux.c:
9874 * gst/id3demux/gstid3demux.c:
9875 * gst/interleave/deinterleave.c:
9876 * gst/interleave/interleave.c:
9877 * gst/law/alaw-decode.c: (gst_alawdec_base_init):
9878 * gst/law/alaw-encode.c: (gst_alawenc_base_init):
9879 * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
9880 * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
9881 * gst/level/gstlevel.c:
9882 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
9883 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
9884 * gst/median/gstmedian.c:
9885 * gst/monoscope/gstmonoscope.c:
9886 * gst/multipart/multipartdemux.c:
9887 * gst/multipart/multipartmux.c:
9888 * gst/oldcore/gstaggregator.c:
9889 * gst/oldcore/gstfdsink.c:
9890 * gst/oldcore/gstmd5sink.c:
9891 * gst/oldcore/gstmultifilesrc.c:
9892 * gst/oldcore/gstpipefilter.c:
9893 * gst/oldcore/gstshaper.c:
9894 * gst/oldcore/gststatistics.c:
9895 * gst/rtp/gstasteriskh263.c:
9896 * gst/rtp/gstrtpL16depay.c:
9897 * gst/rtp/gstrtpL16pay.c:
9898 * gst/rtp/gstrtpamrdepay.c:
9899 * gst/rtp/gstrtpamrpay.c:
9900 * gst/rtp/gstrtpdepay.c:
9901 * gst/rtp/gstrtpgsmpay.c:
9902 * gst/rtp/gstrtph263pay.c:
9903 * gst/rtp/gstrtph263pdepay.c:
9904 * gst/rtp/gstrtph263ppay.c:
9905 * gst/rtp/gstrtpilbcdepay.c:
9906 * gst/rtp/gstrtpmp4gpay.c:
9907 * gst/rtp/gstrtpmp4vdepay.c:
9908 * gst/rtp/gstrtpmp4vpay.c:
9909 * gst/rtp/gstrtpmpadepay.c:
9910 * gst/rtp/gstrtpmpapay.c:
9911 * gst/rtp/gstrtppcmadepay.c:
9912 * gst/rtp/gstrtppcmapay.c:
9913 * gst/rtp/gstrtppcmudepay.c:
9914 * gst/rtp/gstrtppcmupay.c:
9915 * gst/rtp/gstrtpspeexdepay.c:
9916 * gst/rtp/gstrtpspeexpay.c:
9917 * gst/rtsp/gstrtpdec.c:
9918 * gst/rtsp/gstrtspsrc.c:
9919 * gst/smpte/gstsmpte.c:
9920 * gst/udp/gstdynudpsink.c:
9921 * gst/udp/gstmultiudpsink.c:
9922 * gst/udp/gstudpsink.c:
9923 * gst/udp/gstudpsrc.c:
9924 * gst/videobox/gstvideobox.c:
9925 * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
9926 * gst/videofilter/gstvideobalance.c:
9927 * gst/videofilter/gstvideoflip.c:
9928 * gst/videofilter/gstvideotemplate.c:
9929 (gst_videotemplate_base_init):
9930 * gst/videomixer/videomixer.c:
9931 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9932 (gst_wavparse_class_init), (gst_wavparse_dispose),
9933 (gst_wavparse_reset), (gst_wavparse_init),
9934 (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
9935 (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9936 (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
9937 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9938 (gst_wavparse_chain), (gst_wavparse_srcpad_event),
9939 (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
9940 (gst_wavparse_change_state):
9941 * gst/wavparse/gstwavparse.h:
9942 * sys/oss/gstossmixerelement.c:
9943 * sys/oss/gstosssink.c:
9944 * sys/oss/gstosssrc.c:
9945 * sys/osxaudio/gstosxaudioelement.c:
9946 * sys/osxaudio/gstosxaudiosink.c:
9947 * sys/osxaudio/gstosxaudiosrc.c:
9948 * sys/sunaudio/gstsunaudiomixer.c:
9949 * sys/sunaudio/gstsunaudiosink.c:
9950 Define GstElementDetails as const and also static (when defined as
9953 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
9955 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9956 Source pad has fixed caps. If we don't set this, bad
9957 things happen when the window is resized.
9959 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
9961 * gst/matroska/Makefile.am:
9962 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9963 (gst_matroska_demux_handle_src_event):
9964 * gst/matroska/matroska-ids.c:
9965 (gst_matroska_track_init_video_context),
9966 (gst_matroska_track_init_audio_context),
9967 (gst_matroska_track_init_subtitle_context),
9968 (gst_matroska_track_init_complex_context):
9969 * gst/matroska/matroska-ids.h:
9970 Handle case where the TrackType ebml chunk does not come before the
9971 TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
9974 2006-04-25 Wim Taymans <wim@fluendo.com>
9976 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
9977 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
9978 It's codec_data, not codec_info.
9980 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
9982 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
9984 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
9985 Handle codec_data for VfW compatibility codec IDs (#339451)
9987 * gst/matroska/matroska-mux.c:
9988 (gst_matroska_mux_video_pad_setcaps):
9989 Same here, handle codec_data and add additional caps we can handle
9990 now to the pad template (huffyuv, dv and h263 video) (#339451)
9992 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
9994 Patch by: Josef Zlomek <josef dot zlomek at itonis dot tv>
9996 * gst/matroska/matroska-mux.c:
9997 (gst_matroska_mux_create_buffer_header),
9998 (gst_matroska_mux_write_data):
9999 Fix timestamping of B-frames, use signed integers, do
10000 some rounding (#339678).
10002 2006-04-24 Edgard Lima <edgard.lima@indt.org.br>
10004 * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10005 just make it compile with --disable-gst-debug.
10007 2006-04-23 Sebastien Moutte <sebastien@moutte.net>
10009 * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10010 Fix a bad conversion using gst_guint64_to_gdouble.
10011 fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be
10012 replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10013 difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) -
10014 gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my
10017 2006-04-21 Sebastien Moutte <sebastien@moutte.net>
10019 * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10020 Use gst_guint64_to_gdouble for conversions
10021 * win32/vs6/gst_plugins_good.dsw:
10022 * win32/vs6/libgsticydemux.dsp:
10023 Add a project file for icydemux
10025 2006-04-21 Wim Taymans <wim@fluendo.com>
10027 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10029 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10030 (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10031 When splitting audio chunks, the block alignment is not taken in
10032 consideration, so the smaller chunks could be of size which is
10033 not a multiple of the block alignment. Fixes #336904
10035 2006-04-21 Wim Taymans <wim@fluendo.com>
10037 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10038 Use scale functions
10040 2006-04-21 Tim-Philipp Müller <tim at centricular dot net>
10042 * ext/dv/gstdv.c: (plugin_init):
10045 2006-04-21 Tim-Philipp Müller <tim at centricular dot net>
10047 * gst/debug/progressreport.c: (gst_progress_report_finalize),
10048 (gst_progress_report_class_init), (gst_progress_report_init),
10049 (gst_progress_report_do_query), (gst_progress_report_report),
10050 (gst_progress_report_set_property),
10051 (gst_progress_report_get_property):
10052 Add 'format' property to force querying to a particular format.
10054 2006-04-21 Andy Wingo <wingo@pobox.com>
10056 * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10057 best, on big endian systems. Drop its rank in that case. OTOH on
10058 x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10060 2006-04-21 Michael Smith <msmith@fluendo.com>
10063 * gst/icydemux/Makefile.am:
10064 * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10065 (gst_icydemux_base_init), (gst_icydemux_class_init),
10066 (gst_icydemux_reset), (gst_icydemux_init),
10067 (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10068 (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10069 (unicodify), (gst_icydemux_unicodify),
10070 (gst_icydemux_parse_and_send_tags),
10071 (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10072 (gst_icydemux_chain), (gst_icydemux_change_state),
10073 (gst_icydemux_send_tag_event), (plugin_init):
10074 * gst/icydemux/gsticydemux.h:
10075 * tests/check/Makefile.am:
10076 * tests/check/elements/icydemux.c: (typefind_succeed),
10077 (plugin_init), (icydemux_found_pad), (create_icydemux),
10078 (cleanup_icydemux), (push_data), (GST_START_TEST),
10079 (icydemux_suite), (main):
10080 Add icydemux, and tests.
10082 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
10084 * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10085 Post SEGMENT_DONE message in TIME format.
10087 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
10089 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10091 * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10092 (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10093 Fix index creation when we have to scan the file to create
10094 an index. There may be other types of RIFF 'LIST' chunks than
10095 'movi' and we need to skip them properly as well or we'll end up
10096 reading garbage (#336889). Some other cosmetic changes.
10098 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
10100 * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10101 (gst_flac_dec_handle_seek_event):
10102 Add support for segment seeks (fixes #338290). Also demote
10103 some recurring debug message from DEBUG to LOG level.
10105 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
10107 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10108 (gst_matroskademux_do_index_seek),
10109 (gst_matroska_demux_handle_seek_event),
10110 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10111 * gst/matroska/matroska-ids.h:
10112 Set DISCONT flag on first buffer after a discontinuity.
10113 Fix newsegment events sent when seeking and honour KEY_UNIT
10114 seek flag. Create pad with bogus caps if we don't recognise
10115 the stream codec id.
10117 * gst/matroska/matroska-demux.h:
10118 Fix GObject macros.
10120 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
10122 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
10124 * gst/matroska/matroska-demux.c:
10125 (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10126 Handle end of segment properly when set; don't dead-lock when
10127 posting start of segment message when doing a segment seek.
10130 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
10132 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10133 (gst_matroska_demux_plugin_init):
10134 Make mpeg2 aac audio work: create artificial private codec data
10135 chunk which faad2 seems to require, just as we do for mpeg4 aac.
10136 Also call gst_riff_init(). Partially fixes #338767.
10138 2006-04-19 Tim-Philipp Müller <tim at centricular dot net>
10140 * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10141 (gst_wavenc_class_init), (gst_wavenc_init),
10142 (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10143 (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10144 (gst_wavenc_chain), (gst_wavenc_change_state):
10145 * gst/wavenc/gstwavenc.h:
10146 Set caps on first outgoing buffer, so that it doesn't error out
10147 immediately with a non-negotiated error (#338716). Rewrite and
10148 clean up a bit; fix setcaps function to parse things properly;
10149 fix sink caps (8bit audio is unsigned and doesn't have depth);
10150 use boilerplate macros; remove unused properties stuff.
10152 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
10154 * ext/gdk_pixbuf/gstgdkpixbuf.c:
10155 Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10156 handle MJPEG streams and might be autoplugged for those if the
10157 user doesn't have jpegdec installed (resulting in a cryptic error
10158 message about huffman tables). Better to disable JPEG decoding here
10159 and let the user figure out that she needs to install jpegdec.
10161 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
10163 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10164 (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10165 (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10166 * ext/gdk_pixbuf/gstgdkpixbuf.h:
10167 Make work with packetised/framed input (e.g. png-in-quicktime). Use
10168 GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10169 GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10170 debug messages. Fix boilerplate macros.
10172 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
10174 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10175 (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10176 No need to special-case for Gdk-2.0 any longer, we require
10177 Gdk 2.2 or newer; minor clean-ups.
10179 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
10181 * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10182 (gst_shout2send_class_init), (gst_shout2send_init),
10183 (set_shout_metadata), (gst_shout2send_set_metadata),
10184 (gst_shout2send_event), (gst_shout2send_start),
10185 (gst_shout2send_connect), (gst_shout2send_stop),
10186 (gst_shout2send_render), (gst_shout2send_set_property),
10187 (gst_shout2send_get_property), (gst_shout2send_setcaps),
10189 * ext/shout2/gstshout2.h:
10191 Rewrite a bit: use GstBaseSink::start and stop instead of a state
10192 change function; use GST_ELEMENT_ERROR for error reporting, not
10193 g_error() or GST_ERROR(); don't unref caps in setcaps function,
10194 will cause crashes or assertion failures; remove (unused) "sync"
10195 property, basesink already has such a property; misc. other
10196 minor fixes and cleanups.
10198 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
10200 * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
10201 * ext/esd/gstesd.c: (plugin_init):
10203 Add translatable error message for when we cannot
10204 connect to the sound server, as "Cannot open resource
10205 for writing" isn't really an acceptable message to show
10206 to the user in this case.
10208 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
10210 * sys/oss/gst-i18n-plugin.h:
10211 Remove bogus file that doesn't belong here.
10213 2006-04-17 Tim-Philipp Müller <tim at centricular dot net>
10215 Patch by: Philippe Valembois
10217 * ext/shout2/gstshout2.c: (gst_shout2send_init),
10218 (gst_shout2send_set_metadata), (gst_shout2send_event),
10219 (gst_shout2send_render), (gst_shout2send_change_state):
10220 * ext/shout2/gstshout2.h:
10221 Handle tags being received before the connection to
10222 the server is established properly (see #338636).
10224 2006-04-17 Tim-Philipp Müller <tim at centricular dot net>
10226 * ext/shout2/gstshout2.c: (gst_shout2send_render):
10227 Don't crash in case the connection to the server fails:
10228 don't set pointer to NULL by assigning FALSE; error out
10229 properly by using GST_ELEMENT_ERROR and returning
10230 GST_FLOW_ERROR (fixes #338636). Lastly, free connection
10231 before resetting the pointer.
10233 2006-04-17 Jan Schmidt <thaytan@mad.scientist.com>
10235 * gst/id3demux/id3tags.c:
10236 Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
10239 2006-04-12 Wim Taymans <wim@fluendo.com>
10241 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10242 (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
10243 (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10244 (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
10245 (gst_gdk_pixbuf_chain):
10247 Added RGBA as a possible output format.
10248 Correctly free the supported mimetypes.
10249 deprecate silent arg, it's not used.
10250 Return result from _alloc_buffer to peer.
10252 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
10254 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
10255 Don't leak memory allocated by gst_buffer_new_and_alloc() by
10256 overwriting GST_BUFFER_MALLOCDATA.
10258 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
10260 * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10261 (user_endrow_callback), (user_end_callback),
10262 (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
10263 (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
10264 (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
10265 * ext/libpng/gstpngdec.h:
10266 Handle more than one frame if the content is framed,
10267 like with png-in-quicktime (#331917).
10269 2006-04-10 Thomas Vander Stichele <thomas at apestaart dot org>
10271 * sys/oss/Makefile.am:
10272 * sys/oss/common.h:
10273 * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
10274 (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
10275 * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
10276 (gst_oss_src_unprepare):
10277 - the user-visible error strings were in the wrong category
10278 - and the messages were not marked for translation
10279 - which is actually a good thing, because they were exactly
10280 the kind of message you would never want anyone to see
10281 - the macros were using variables that didn't exist in the macro
10283 - and they were obviously copied from each other and then modified
10284 - so a common header makes sense
10286 2006-04-10 Tim-Philipp Müller <tim at centricular dot net>
10288 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10289 Don't try to modify read-only data.
10291 * gst/matroska/matroska-demux.c:
10292 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10293 Fix comment (won't crash any longer now).
10295 2006-04-10 Michael Smith <msmith@fluendo.com>
10297 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
10298 Use copies of header buffers for caps to avoid circular refcounting
10299 problems (as in theoradec, vorbisdec).
10301 * tests/check/elements/cmmldec.c: (GST_START_TEST):
10302 Fix a typo in test that meant it was testing the wrong thing.
10304 * tests/check/elements/cmmlenc.c: (check_headers):
10305 Fix refcount checks now that we use buffer-copies for caps.
10307 2006-04-10 Tim-Philipp Müller <tim at centricular dot net>
10309 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
10310 (gst_matroska_demux_handle_seek_event),
10311 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
10312 (gst_matroska_demux_subtitle_caps),
10313 (gst_matroska_demux_plugin_init):
10314 Use static pad templates with ANY caps for audio and video
10315 source pads and get rid of a lot of unnecessary (and partially
10316 broken) code for the template caps. Clean up caps finding
10317 functions. Fixes playback of audio files/streams that do not
10318 contain the sample rate and/or number of channels in the audio
10319 context (happens a lot with vorbis/mp3 .mka files it seems).
10321 Also add myself to copyright holders.
10323 2006-04-10 Michael Smith <msmith@fluendo.com>
10325 * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
10326 Use g_list_delete_link () instead of g_list_remove_link () so that
10327 we free the link as well as the contained data.
10329 2006-04-10 Wim Taymans <wim@fluendo.com>
10331 Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
10333 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
10334 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10335 (gst_avi_demux_stream_header):
10336 Fix some crashers with empty chunks. (Fixes #337749)
10338 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
10340 * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
10341 use G_GINT64_CONSTANT for INT64 constants
10342 * gst/videofilter/gstvideobalance.c:
10343 define rint for WIN32 #define rint(x) (floor((x)+0.5))
10344 * win32/vs6/libgstavi.dsp:
10345 add missing libraries for the link and remove avimux.c from
10346 the project as it isn't ported to 0.10 yet
10348 2006-04-09 Tim-Philipp Müller <tim at centricular dot net>
10350 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10351 Even better would be if we actually did the right thing
10352 here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
10354 2006-04-08 Tim-Philipp Müller <tim at centricular dot net>
10356 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10357 Can't just replace 1LL with 1L here just because MSVC doesn't
10358 support it, as it might lead to incorrect results when doing the
10359 bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
10360 force a 64-bit constant in a way that all compilers are happy with.
10362 2006-04-08 Stefan Kost <ensonic@users.sf.net>
10364 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
10365 * ext/esd/esdsink.c: (gst_esdsink_class_init):
10366 * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
10367 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
10368 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
10369 * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
10370 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
10371 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
10372 * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
10373 * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
10374 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
10375 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
10376 * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
10377 * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
10378 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
10379 * gst/alpha/gstalpha.c: (gst_alpha_class_init):
10380 * gst/avi/gstavimux.c: (gst_avimux_class_init):
10381 * gst/debug/efence.c: (gst_efence_class_init):
10382 * gst/debug/negotiation.c: (gst_negotiation_class_init):
10383 * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
10384 * gst/goom/gstgoom.c: (gst_goom_class_init):
10385 * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
10386 * gst/interleave/deinterleave.c: (deinterleave_class_init):
10387 * gst/interleave/interleave.c: (interleave_class_init):
10388 * gst/law/alaw-decode.c: (gst_alawdec_class_init):
10389 * gst/law/alaw-encode.c: (gst_alawenc_class_init):
10390 * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
10391 * gst/median/gstmedian.c: (gst_median_class_init):
10392 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
10393 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
10394 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
10395 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
10396 * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
10397 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
10398 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
10399 * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
10400 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
10401 * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
10402 * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
10403 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
10404 * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
10405 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
10406 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10407 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
10408 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
10409 * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
10410 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
10411 * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
10412 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
10413 * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
10414 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
10415 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
10416 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
10417 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
10418 * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
10419 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
10420 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
10421 * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
10422 * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
10423 * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
10424 * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
10425 * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
10426 * sys/osxaudio/gstosxaudioelement.c:
10427 (gst_osxaudioelement_class_init):
10428 * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
10429 * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
10430 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
10431 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
10433 2006-04-08 Stefan Kost <ensonic@users.sf.net>
10435 * ext/mikmod/gstmikmod.h:
10436 * gst/level/gstlevel.h:
10437 Fix more broken GObject macros
10439 2006-04-08 Stefan Kost <ensonic@users.sf.net>
10441 * ext/annodex/gstcmmldec.h:
10442 * ext/annodex/gstcmmlenc.h:
10443 * ext/annodex/gstcmmltag.h:
10444 * ext/cairo/gsttextoverlay.h:
10445 * ext/ladspa/gstsignalprocessor.h:
10446 * gst/matroska/ebml-read.h:
10447 * gst/matroska/ebml-write.h:
10448 * sys/osxaudio/gstosxaudioelement.h:
10449 Fix broken GObject macros
10451 2006-04-08 Tim-Philipp Müller <tim at centricular dot net>
10453 * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
10454 Don't try to seek beyond the end of the file (would
10455 occasionally display error dialogs in totem when seeking
10456 to the end) (#335869). Will still throw an error though
10457 if the file is truncated and the total_samples value in
10458 the stream header is wrong.
10460 2006-04-07 Tim-Philipp Müller <tim at centricular dot net>
10462 * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
10463 (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
10464 (gst_flac_dec_metadata_callback):
10465 * ext/flac/gstflacdec.h:
10466 If the stream header doesn't contain the total number of samples,
10467 search for the last flac frame at the end of the file and calculate
10468 the total duration from that frame's offset (fixes #337609).
10470 2006-04-07 Edward Hervey <edward@fluendo.com>
10472 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
10473 Don't unref the GstPadTemplate returned by
10474 gst_element_class_get_pad_template().
10476 2006-04-06 Tim-Philipp Müller <tim at centricular dot net>
10478 Patch by: Brian Cameron <brian dot cameron at sun dot com>
10480 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
10481 (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
10482 * sys/sunaudio/gstsunaudiosink.h:
10483 Use spec->segsize and spec->segtotal in the prepare function
10484 to initialise the ring buffer instead of using the buffer-time
10485 property (#337421).
10487 2006-04-06 Tim-Philipp Müller <tim at centricular dot net>
10490 Bump core requirements to CVS for gst_pad_query_peer_duration()
10491 which is used by speexdec.
10493 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
10495 * ext/speex/gstspeex.c: (plugin_init):
10496 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10497 (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
10498 (speex_get_sink_query_types), (speex_dec_sink_query),
10499 (speex_get_src_query_types), (speex_dec_src_query),
10500 (speex_dec_src_event), (speex_dec_sink_event),
10501 (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
10502 (speex_dec_chain_parse_data), (speex_dec_chain),
10503 (gst_speex_dec_get_property), (gst_speex_dec_set_property),
10504 (speex_dec_change_state):
10505 * ext/speex/gstspeexdec.h:
10506 Fix seeking and duration queries (#337033); clean up and
10509 2006-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
10511 * ext/raw1394/gstdv1394src.c:
10512 distinguish between device not found and could not open for
10515 2006-04-03 Thomas Vander Stichele <thomas at apestaart dot org>
10519 * pkgconfig/.cvsignore:
10520 * pkgconfig/Makefile.am:
10521 * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
10522 add a .pc file so other modules can use good plugins in tests
10524 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
10527 clean up, use AS_VERSION and AS_NANO
10528 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
10529 use PACKAGE_VERSION define
10546 2006-03-31 Sebastien Moutte <sebastien@moutte.net>
10548 * ext\jpeg\smokecodec.c:
10549 use of GST_DEBUG instead of DEBUG(a...) for WIN32
10550 * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
10551 move first instruction after all variables declarations
10552 * gst\alpha\gstalpha.c:
10553 * gst\effectv\gstshagadelic.c:
10554 * gst\smpte\paint.c:
10555 * gst\videofilter\gstvideobalance.c:
10556 define M_PI if it's not defined (it's not defined on WIN32)
10557 * gst\cutter\gstcutter.c: (gst_cutter_chain):
10558 * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
10559 * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
10560 * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info),
10561 (gst_matroska_demux_video_caps):
10562 * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
10563 * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
10564 use gst_guint64_to_gdouble for conversions
10565 * gst\goom\filters.c: (setPixelRGB_):
10566 fix a debug which was using undefined variable
10567 * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
10568 * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
10569 replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
10571 add vs6 projects files for most of plugins-good
10573 2006-03-30 j^ <j@bootlab.org>
10575 * ext/aalib/gstaasink.c:
10576 * ext/annodex/gstcmmldec.c:
10577 * ext/annodex/gstcmmlenc.c:
10578 * ext/cairo/gsttextoverlay.c:
10579 * ext/cairo/gsttimeoverlay.c:
10580 * ext/cdio/gstcdiocddasrc.c:
10581 * ext/dv/gstdvdec.c:
10582 * ext/esd/esdmon.c:
10583 * ext/esd/esdsink.c:
10584 * ext/flac/gstflacdec.c:
10585 * ext/flac/gstflacenc.c:
10586 * ext/flac/gstflactag.c:
10587 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10588 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10589 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10590 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10591 * ext/gdk_pixbuf/gstgdkpixbuf.c:
10592 * ext/gdk_pixbuf/pixbufscale.c:
10593 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10594 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10595 * ext/jpeg/gstjpegdec.c:
10596 * ext/jpeg/gstjpegenc.c:
10597 * ext/jpeg/gstsmokedec.c:
10598 * ext/jpeg/gstsmokeenc.c:
10599 * ext/libcaca/gstcacasink.c:
10600 * ext/libmng/gstmngdec.c:
10601 * ext/libmng/gstmngenc.c:
10602 * ext/libpng/gstpngdec.c:
10603 * ext/libpng/gstpngenc.c:
10604 * ext/mikmod/gstmikmod.c:
10605 * ext/raw1394/gstdv1394src.c:
10606 * ext/shout2/gstshout2.c:
10607 * ext/speex/gstspeexdec.c:
10608 * ext/speex/gstspeexenc.c:
10609 * gst/alpha/gstalpha.c:
10610 * gst/alpha/gstalphacolor.c:
10611 * gst/auparse/gstauparse.c:
10612 * gst/autodetect/gstautoaudiosink.c:
10613 (gst_auto_audio_sink_base_init):
10614 * gst/autodetect/gstautovideosink.c:
10615 (gst_auto_video_sink_base_init):
10616 * gst/avi/gstavimux.c: (gst_avimux_base_init):
10617 * gst/cutter/gstcutter.c:
10618 * gst/debug/breakmydata.c:
10619 * gst/debug/efence.c:
10620 * gst/debug/gstnavigationtest.c:
10621 * gst/debug/negotiation.c:
10622 * gst/debug/progressreport.c:
10623 * gst/debug/testplugin.c:
10624 * gst/effectv/gstaging.c:
10625 * gst/effectv/gstdice.c:
10626 * gst/effectv/gstedge.c:
10627 * gst/effectv/gstquark.c:
10628 * gst/effectv/gstrev.c:
10629 * gst/effectv/gstvertigo.c:
10630 * gst/effectv/gstwarp.c:
10631 * gst/flx/gstflxdec.c:
10632 * gst/goom/gstgoom.c:
10633 * gst/interleave/deinterleave.c:
10634 * gst/interleave/interleave.c:
10635 * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10636 * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10637 * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10638 * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10639 * gst/level/gstlevel.c:
10640 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10641 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10642 * gst/median/gstmedian.c:
10643 * gst/monoscope/gstmonoscope.c:
10644 * gst/multipart/multipartdemux.c:
10645 * gst/multipart/multipartmux.c:
10646 * gst/oldcore/gstmd5sink.c:
10647 * gst/oldcore/gstmultifilesrc.c:
10648 * gst/oldcore/gstpipefilter.c:
10649 * gst/oldcore/gstshaper.c:
10650 * gst/oldcore/gststatistics.c:
10651 * gst/rtp/gstasteriskh263.c:
10652 * gst/rtp/gstrtpL16depay.c:
10653 * gst/rtp/gstrtpL16pay.c:
10654 * gst/rtp/gstrtpamrdepay.c:
10655 * gst/rtp/gstrtpamrpay.c:
10656 * gst/rtp/gstrtpdepay.c:
10657 * gst/rtp/gstrtpgsmpay.c:
10658 * gst/rtp/gstrtph263pay.c:
10659 * gst/rtp/gstrtph263pdepay.c:
10660 * gst/rtp/gstrtph263ppay.c:
10661 * gst/rtp/gstrtpmp4gpay.c:
10662 * gst/rtp/gstrtpmp4vdepay.c:
10663 * gst/rtp/gstrtpmp4vpay.c:
10664 * gst/rtp/gstrtpmpadepay.c:
10665 * gst/rtp/gstrtpmpapay.c:
10666 * gst/rtp/gstrtppcmadepay.c:
10667 * gst/rtp/gstrtppcmapay.c:
10668 * gst/rtp/gstrtppcmudepay.c:
10669 * gst/rtp/gstrtppcmupay.c:
10670 * gst/rtp/gstrtpspeexdepay.c:
10671 * gst/rtp/gstrtpspeexpay.c:
10672 * gst/rtsp/gstrtpdec.c:
10673 * gst/smpte/gstsmpte.c:
10674 * gst/videobox/gstvideobox.c:
10675 * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10676 * gst/videofilter/gstvideobalance.c:
10677 * gst/videofilter/gstvideoflip.c:
10678 * gst/videofilter/gstvideotemplate.c:
10679 (gst_videotemplate_base_init):
10680 * gst/videomixer/videomixer.c:
10681 * gst/wavenc/gstwavenc.c:
10682 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
10683 better/unified long descriptions
10685 Some cleanups to auparse, don't send multiple newsegments.
10687 2006-03-29 Wim Taymans <wim@fluendo.com>
10689 From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
10691 * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
10692 (gst_dvdemux_reset), (gst_dvdemux_src_convert),
10693 (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
10694 (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
10695 * ext/dv/gstdvdemux.h:
10696 Seek in READY patch. Only works for pull based mode.
10699 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
10701 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
10702 (gst_gdk_pixbuf_event):
10703 Fix two crashers: don't unref the same caps twice, and
10704 set pixbuf loader to NULL after freeing it.
10706 2006-03-27 Wim Taymans <wim@fluendo.com>
10708 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10709 (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
10710 (gst_speexenc_chain):
10711 * ext/speex/gstspeexenc.h:
10712 Don't leak adapter.
10713 A push *always* takes ownership of the buffer, even on
10717 2006-03-26 Tim-Philipp Müller <tim at centricular dot net>
10719 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
10720 Create source pad without leaking.
10722 2006-03-24 Wim Taymans <wim@fluendo.com>
10724 * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
10725 * ext/flac/gstflacdec.h:
10726 * ext/flac/gstflacenc.h:
10728 Fix deadly lock order error in seeking code, STREAM_LOCK
10729 cannot be taken within LOCK and the streaming variables are
10730 protected with the STREAM_LOCK anyway.
10732 2006-03-24 Wim Taymans <wim@fluendo.com>
10734 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
10735 (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10736 (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
10737 this patch combines the global init_frames with the stream
10738 init_frames. Rationale being that the global delay should
10739 be subtracted from any stream delay.
10742 2006-03-24 Stefan Kost <ensonic@users.sf.net>
10744 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
10745 * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
10746 * gst/smpte/gstsmpte.c: (gst_smpte_init):
10747 * gst/videomixer/videomixer.c: (gst_videomixer_init):
10748 use DEBUG_FUNCPTR for collectpads
10750 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
10752 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
10753 Don't crash when encoding images where the number of rows isn't
10754 a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
10756 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
10758 * ext/speex/gstspeexdec.c: (speex_dec_change_state):
10759 * gst/interleave/deinterleave.c: (deinterleave_change_state):
10760 * gst/interleave/interleave.c: (interleave_change_state):
10761 * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
10762 More state change function fixes.
10764 2006-03-23 Wim Taymans <wim@fluendo.com>
10766 * ext/esd/esdsink.c: (gst_esdsink_class_init),
10767 (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
10768 (gst_esdsink_prepare), (gst_esdsink_unprepare),
10769 (gst_esdsink_delay), (gst_esdsink_reset):
10770 * ext/esd/esdsink.h:
10771 Fix esd choppy playback by configuring audiosink
10772 correctly. Fixes #325191
10774 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
10776 * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
10777 Make state change function thread-safe.
10779 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
10781 * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
10782 (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10783 Don't try to read beyond the end of the file just because
10784 the header claims a bigger size (like with truncated files).
10786 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
10788 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10789 (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10790 (gst_wavparse_stream_data), (gst_wavparse_loop):
10791 * gst/wavparse/gstwavparse.h:
10792 Delay source pad creation until we have the first chunk of
10793 media data, so the we can examine the data and adjust the
10794 caps accordingly if required. This makes playback of .wav
10795 files with DTS-declared-as-PCM content work (#313266).
10797 2006-03-22 Jan Schmidt <thaytan@mad.scientist.com>
10799 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
10800 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
10801 Don't attempt typefinding on too-short buffers that have been
10802 completely trimmed away. (Fixes #330239)
10804 * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
10805 Improve the debug output
10807 2006-03-21 Wim Taymans <wim@fluendo.com>
10809 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
10810 (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
10811 (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
10812 (gst_esdsink_set_property), (gst_esdsink_get_property):
10814 Reset fd to -1 when we close them.
10816 2006-03-21 Wim Taymans <wim@fluendo.com>
10818 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
10819 the OPTIONS request result is optional so don't
10822 2006-03-21 Edward Hervey <edward@fluendo.com>
10824 * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
10825 * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
10826 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
10827 (gst_wavparse_stream_headers), (gst_wavparse_send_event),
10828 (gst_wavparse_change_state):
10829 gcc 4.1 unreferenced pointer fixes.
10831 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
10833 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
10835 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10836 Fix block alignment calculation. Alignment should be done before
10837 adding the byte offset where the data starts (#335231).
10839 2006-03-20 Jan Schmidt <thaytan@mad.scientist.com>
10841 * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
10842 Ensure that we set correct caps on buffers that are transferred
10843 direct from the input.
10845 2006-03-20 Jan Schmidt <thaytan@mad.scientist.com>
10847 * gst/goom/filters.c: (zoomFilterDestroy):
10848 * gst/goom/goom_core.c: (goom_close):
10849 Free filter data when cleaning up. (Fixes: #334995)
10851 2006-03-17 Tim-Philipp Müller <tim at centricular dot net>
10854 Don't compile udp and rtsp plugins on win32 (mingw) or other
10855 systems that don't have <sys/socket.h> for some reason (#316203).
10857 2006-03-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10859 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
10860 (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
10861 * ext/raw1394/gstdv1394src.h:
10862 Change bus reset handler so it reports useful information such as
10863 whether the device being used connected or disconnected
10865 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
10867 * gst/id3demux/id3v2frames.c:
10868 (parse_relative_volume_adjustment_two):
10869 We only care about gain and peak data for the master volume.
10871 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
10873 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10874 (parse_id_string), (parse_unique_file_identifier),
10875 (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
10876 Read replay gain tags (#323721).
10878 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
10881 Bump requirements to gst-plugins-base CVS because
10882 of buggy gst_tag_from_id3_user_tag() in 0.10.5.
10884 2006-03-15 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
10886 * rtp/gst/gstrtppcmadepay.c:
10887 Fixed one of the caps in the code from mulaw to alaw.
10889 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
10891 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
10892 Ensure that we set caps on the buffers we pass.
10894 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10895 (gst_id3demux_sink_activate):
10896 Ensure that we set caps on the buffers we pass.
10898 Use STREAM, TYPE_NOT_FOUND as the error class when
10901 2006-03-15 Edward Hervey <edward@fluendo.com>
10903 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
10904 * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
10905 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
10906 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10907 (gst_jpeg_dec_setcaps):
10908 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
10909 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
10910 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
10911 * ext/libmng/gstmngdec.c: (gst_mngdec_init),
10912 (gst_mngdec_src_getcaps):
10913 * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10914 (gst_pngdec_caps_create_and_set):
10915 * ext/libpng/gstpngenc.c: (gst_pngenc_init):
10916 * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
10917 * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
10918 * gst/alpha/gstalpha.c: (gst_alpha_init):
10919 * gst/auparse/gstauparse.c: (gst_au_parse_init):
10920 * gst/avi/gstavidemux.c: (gst_avi_demux_init),
10921 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
10922 * gst/cutter/gstcutter.c: (gst_cutter_init):
10923 * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
10924 (gst_efence_checkgetrange):
10925 * gst/debug/negotiation.c: (gst_negotiation_init):
10926 * gst/flx/gstflxdec.c: (gst_flxdec_init):
10927 * gst/goom/gstgoom.c: (gst_goom_init):
10928 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
10929 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
10930 * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
10931 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
10932 * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
10933 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
10934 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
10935 * gst/smpte/gstsmpte.c: (gst_smpte_init):
10936 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
10937 (gst_wavparse_create_sourcepad):
10938 Fix memleak with gst_static_pad_template_get().
10939 This uses gst_pad_new_from_static_template() instead.
10942 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
10945 Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
10948 * gst/id3demux/gstid3demux.c: (plugin_init):
10949 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10950 (parse_user_text_identification_frame),
10951 (parse_unique_file_identifier):
10952 Add support for UFID and TXXX frames and extract musicbrainz tags.
10954 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
10956 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10957 Catch short reads, like they might happen with truncated
10958 files (see #305279); remove unnecessary indentation.
10960 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
10962 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
10963 Fix DIB image inversion for pictures with a
10964 depth != 8 (#305279).
10966 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
10968 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
10969 (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
10970 * ext/jpeg/gstjpegdec.h:
10971 Fix durations on outgoing buffers after seeking
10972 in MJPEG files (#334083); some minor clean-ups.
10974 2006-03-13 Wim Taymans <wim@fluendo.com>
10976 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
10977 (gst_wavparse_change_state):
10978 Implement seek in READY (re-fixes #327658)
10980 2006-03-13 Wim Taymans <wim@fluendo.com>
10982 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
10983 * ext/esd/esdmon.c: (gst_esdmon_get):
10984 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
10985 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10986 (gst_gdk_pixbuf_sink_getcaps):
10987 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
10988 (gst_jpegenc_setcaps):
10989 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
10990 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
10991 (gst_smokeenc_setcaps):
10992 * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
10993 (gst_mngdec_src_getcaps):
10994 * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
10995 (gst_mngenc_chain):
10996 * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
10997 * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
10998 * ext/speex/gstspeexdec.c: (speex_dec_convert),
10999 (speex_dec_src_event), (speex_dec_chain):
11000 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11001 (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11002 * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11003 (gst_negotiation_pad_link), (gst_negotiation_chain):
11004 * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11005 (gst_flxdec_chain):
11006 * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11007 (deinterleave_chain):
11008 * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11009 * gst/median/gstmedian.c: (gst_median_link):
11010 * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11011 (gst_monoscope_chain):
11012 * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11013 * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11014 * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11015 * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11016 close #333784 unref the result of gst_pad_get_parent()
11017 by: Christophe Fergeau.
11019 2006-03-09 Wim Taymans <wim@fluendo.com>
11021 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11022 (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11023 Handle events in push mode better, can now do non-flushing
11024 seeks in push mode as well.
11026 2006-03-07 Wim Taymans <wim@fluendo.com>
11028 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11029 Applied patch from Kai Vehmanen, fixes #333624.
11031 2006-03-06 Julien MOUTTE <julien@moutte.net>
11033 * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
11034 Implement paletted and grayscale png files handling.
11037 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
11039 * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11040 (gst_speexenc_chain):
11041 fix a tag list assert
11042 follow gst-plugins-base/ext/ogg/README; set OFFSET
11043 and OFFSET_END. Muxes correctly with gst-plugins-base
11046 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
11048 * gst/id3demux/Makefile.am:
11049 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11050 (gst_id3demux_chain), (gst_id3demux_sink_activate):
11051 Use new typefind helper functions here as well, and
11052 do typefinding in pull-mode if upstream supports that.
11054 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
11056 * sys/sunaudio/gstsunaudiomixerctrl.c:
11057 (gst_sunaudiomixer_ctrl_get_volume),
11058 (gst_sunaudiomixer_ctrl_set_volume):
11059 * sys/sunaudio/gstsunaudiomixertrack.c:
11060 (gst_sunaudiomixer_track_new):
11061 Remove unused variables, breaks build from CVS
11062 with -Werror (#333392, patch by: Benjamin Pineau)
11064 2006-03-03 Wim Taymans <wim@fluendo.com>
11066 * docs/plugins/Makefile.am:
11067 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11068 * docs/plugins/gst-plugins-good-plugins-sections.txt:
11069 Added wavparse docs.
11071 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11072 (gst_wavparse_reset), (gst_wavparse_init),
11073 (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11074 (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11075 (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11076 (gst_wavparse_stream_data), (gst_wavparse_loop),
11077 (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11078 (gst_wavparse_change_state):
11079 * gst/wavparse/gstwavparse.h:
11080 Implement seek in READY (fixes #327658)
11081 Added docs and did some cleanups.
11083 2006-03-03 Tim-Philipp Müller <tim at centricular dot net>
11085 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11086 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11087 (gst_avi_demux_calculate_durations_from_index),
11088 (gst_avi_demux_stream_header):
11089 * gst/avi/gstavidemux.h:
11090 If we have an index, use a duration based on the index instead
11091 of blindly trusting the information in the stream headers
11094 2006-03-03 Wim Taymans <wim@fluendo.com>
11096 * docs/plugins/Makefile.am:
11097 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11098 * docs/plugins/gst-plugins-good-plugins-sections.txt:
11099 * docs/plugins/gst-plugins-good-plugins.hierarchy:
11100 Added smoke and jpeg to the docs.
11102 * ext/jpeg/Makefile.am:
11103 * ext/jpeg/gstjpeg.c: (plugin_init):
11104 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11105 * ext/jpeg/gstjpegenc.h:
11106 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11107 (gst_smokedec_chain):
11108 * ext/jpeg/gstsmokedec.h:
11109 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11110 * ext/jpeg/gstsmokeenc.h:
11111 * ext/jpeg/smokecodec.h:
11112 Port smokedec (fixes #331905).
11116 2006-03-03 Wim Taymans <wim@fluendo.com>
11118 * docs/plugins/Makefile.am:
11119 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11120 * docs/plugins/gst-plugins-good-plugins-sections.txt:
11121 * docs/plugins/gst-plugins-good-plugins.hierarchy:
11122 Added videobalance and videoflip to the docs.
11124 * gst/videofilter/Makefile.am:
11125 * gst/videofilter/gstvideobalance.c:
11126 (gst_video_balance_update_tables_planar411),
11127 (gst_video_balance_is_passthrough),
11128 (gst_video_balance_update_properties), (oil_tablelookup_u8),
11129 (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11130 (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11131 (gst_video_balance_finalize), (gst_video_balance_class_init),
11132 (gst_video_balance_init), (gst_video_balance_interface_supported),
11133 (gst_video_balance_interface_init),
11134 (gst_video_balance_colorbalance_list_channels),
11135 (gst_video_balance_colorbalance_set_value),
11136 (gst_video_balance_colorbalance_get_value),
11137 (gst_video_balance_colorbalance_init),
11138 (gst_video_balance_set_property), (gst_video_balance_get_property),
11139 (gst_video_balance_get_type), (plugin_init):
11140 * gst/videofilter/gstvideobalance.h:
11141 Ported to 0.10. (Fixes #326160)
11144 * gst/videofilter/gstvideoflip.c:
11145 * gst/videofilter/gstvideoflip.h:
11148 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
11151 Bump requirements to current core and -base CVS
11152 (core for new typefind helper API, and -base for the
11153 WAVFORMATEX support that was added to libgstriff and
11154 is needed by wavparse).
11156 * gst/apetag/Makefile.am:
11157 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11158 (gst_tag_demux_sink_activate):
11159 Use new typefind helpers for typefinding instead of our
11160 home-grown stuff; also, do typefinding in pull-mode if
11161 upstream supports that.
11163 2006-02-28 Jürg Billeter <j (at) bitron.ch>
11165 Reviewed by: Christian Schaller <christian@fluendo.com>
11167 This patch fixes bug: 329107
11169 This Changelog entry is for a commit done on February 17
11171 * ext/gconf/gconf.c
11172 * ext/gconf/gconf.h
11173 * ext/gconf/gstgconfaudiosink.c
11174 * ext/gconf/gstgconfaudiosink.h
11175 * gconf/gstreamer.schemas.in
11177 2006-02-28 Wim Taymans <wim@fluendo.com>
11179 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11180 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11181 (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11182 (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11183 Use DEBUG_OBJECT more.
11185 2006-02-28 Wim Taymans <wim@fluendo.com>
11187 * docs/plugins/Makefile.am:
11188 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11189 * docs/plugins/gst-plugins-good-plugins-sections.txt:
11190 Added dvdec and dvdemux to docs.
11192 * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
11194 Check frame sizes so we don't crash when don't have enough
11196 Send nice error messages on error.
11198 * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
11199 (gst_dvdemux_class_init), (gst_dvdemux_init),
11200 (gst_dvdemux_finalize), (gst_dvdemux_reset),
11201 (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11202 (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11203 (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
11204 (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
11205 (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
11206 (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
11207 (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
11208 (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11209 (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
11210 (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
11211 (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
11212 * ext/dv/gstdvdemux.h:
11214 Implement pull mode.
11216 Reduce memcpy for the video demuxing.
11218 2006-02-28 Jan Schmidt <thaytan@mad.scientist.com>
11220 * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
11221 (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
11222 (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
11223 * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
11224 Add a little extra debug. Make the decoder not return NOT_LINKED,
11225 as we want to continue decoding all CMML and emitting tags.
11227 2006-02-27 Michael Smith <msmith@fluendo.com>
11229 * ext/annodex/gstskeltag.c:
11230 * ext/annodex/gstskeltag.h:
11231 Deleted; these files aren't used any more either.
11233 2006-02-25 Julien MOUTTE <julien@moutte.net>
11235 * ext/Makefile.am: Fix dist-check.
11237 2006-02-25 Julien MOUTTE <julien@moutte.net>
11239 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
11242 2006-02-25 Alessandro Decina <alessandro@nnva.org>
11244 * ext/annodex/Makefile.am:
11245 * ext/annodex/gstannodex.c:
11246 * ext/annodex/gstcmmldec.c:
11247 * ext/annodex/gstcmmlenc.c:
11248 * ext/annodex/gstcmmlparser.c:
11249 * ext/annodex/gstcmmlparser.h:
11250 * ext/annodex/gstcmmlutils.c:
11251 * tests/check/elements/cmmldec.c:
11252 * tests/check/elements/cmmlenc.c:
11253 Fix a memleak in gst_cmml_track_list_add_clip.
11254 Handle overflows in clip's start and end times.
11255 Add the "encoded" parameter to cmmldec and cmmlenc caps.
11256 Do not parse junk at the end of a CMML preamble buffer.
11257 Register a libxml error handler to not print stuff on stderr.
11258 Check for bad clip start and end times in the testsuites.
11260 2006-02-25 Julien MOUTTE <julien@moutte.net>
11262 * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
11263 (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
11264 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11265 (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
11266 * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
11269 2006-02-25 Julien MOUTTE <julien@moutte.net>
11271 * tests/check/Makefile.am:
11272 * tests/check/elements/cmmldec.c:
11273 * tests/check/elements/cmmlenc.c: Fix tests so that they use
11274 the plugins-base tags.
11276 2006-02-25 Julien MOUTTE <julien@moutte.net>
11278 * ext/Makefile.am: Re-enable module.
11280 2006-02-25 Julien MOUTTE <julien@moutte.net>
11282 * tests/check/Makefile.am: Forgot to remove that test.
11284 2006-02-25 Julien MOUTTE <julien@moutte.net>
11286 * ext/annodex/Makefile.am:
11287 * ext/annodex/gstannodex.c: (plugin_init):
11288 * ext/annodex/gstcmmldec.c:
11289 * ext/annodex/gstskeldec.c:
11290 * ext/annodex/gstskeldec.h:
11291 * tests/check/Makefile.am:
11292 * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
11294 2006-02-25 Julien MOUTTE <julien@moutte.net>
11296 * tests/check/Makefile.am: Disable those checks as well.
11298 2006-02-24 Julien MOUTTE <julien@moutte.net>
11300 * ext/Makefile.am: Disable annodex for now until we figure out
11301 how to make it build.
11302 * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
11303 Add a rule to your checklist : "please try to at least build
11304 what you are going to commit into -good, or if you are too lazy
11305 to do that, please check that the buildbots are not crying because
11308 2006-02-24 Edgard Lima <edgard.lima@indt.org.br>
11312 * ext/gdk_pixbuf/Makefile.am:
11313 * ext/gdk_pixbuf/gstgdkpixbuf.c:
11314 * ext/gdk_pixbuf/gstgdkpixbuf.h:
11315 * ext/gdk_pixbuf/pixbufscale.c:
11316 * ext/gdk_pixbuf/pixbufscale.h:
11317 Gdkpixbuf ported from 0.8 to 0.10 by
11318 Renato Filho <renato.filho@indt.org.br>.
11319 gst_loader and gdkpixbufanimation still need port.
11321 2006-02-24 Michael Smith <msmith@fluendo.com>
11324 * docs/plugins/gst-plugins-good-plugins-sections.txt:
11326 * ext/annodex/Makefile.am:
11327 * ext/annodex/gstannodex.c:
11328 * ext/annodex/gstannodex.h:
11329 * ext/annodex/gstcmmldec.c:
11330 * ext/annodex/gstcmmldec.h:
11331 * ext/annodex/gstcmmlenc.c:
11332 * ext/annodex/gstcmmlenc.h:
11333 * ext/annodex/gstcmmlparser.c:
11334 * ext/annodex/gstcmmlparser.h:
11335 * ext/annodex/gstcmmltag.c:
11336 * ext/annodex/gstcmmltag.h:
11337 * ext/annodex/gstcmmlutils.c:
11338 * ext/annodex/gstcmmlutils.h:
11339 * ext/annodex/gstskeldec.c:
11340 * ext/annodex/gstskeldec.h:
11341 * ext/annodex/gstskeltag.c:
11342 * ext/annodex/gstskeltag.h:
11343 * tests/check/Makefile.am:
11344 * tests/check/elements/cmmldec.c:
11345 * tests/check/elements/cmmlenc.c:
11346 * tests/check/elements/skeldec.c:
11347 Add Annodex elements from Alessendro Decina: skeleton and CMML.
11348 Includes tests & docs, oh my! Passes Thomas's -good checklist
11351 2006-02-24 Michael Smith <msmith@fluendo.com>
11354 Check for automake 1.9 as well.
11356 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
11358 * ext/flac/gstflacenc.c:
11359 Change min. sample rate to 8kHz to match flacdec's.
11361 2006-02-23 Tim-Philipp Müller <tim at centricular dot net>
11363 * ext/cdio/Makefile.am:
11364 Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
11365 required for Cygwin, see #317048)
11367 * gst/rtp/gstasteriskh263.c:
11368 Cygwin has includes for both the unix network socket API
11369 and the windows API, but only one can be included, so fix
11370 includes to only use one or the other, prefering the unxi
11373 2006-02-23 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
11375 * rtp/gst/gstrtppcmadepay.c:
11376 * rtp/gst/gstrtppcmadepay.h:
11377 * rtp/gst/gstgstrtppcmapay.c:
11378 * rtp/gst/gstgstrtppcmapay.h:
11379 * rtp/gst/gstrtppcmudepay.c:
11380 * rtp/gst/gstrtppcmudepay.h:
11381 * rtp/gst/gstrtppcmupay.c:
11382 * rtp/gst/gstrtppcmupay.h:
11383 * rtp/gst/Makefile.am:
11384 * rtp/gst/gstrtp.c:
11386 Separated the G711 payloaders/depayloaders into separate elements for
11387 mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
11389 2006-02-22 Wim Taymans <wim@fluendo.com>
11391 * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
11392 (gst_dvdec_change_state):
11393 * ext/dv/gstdvdec.h:
11394 * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
11395 (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11396 (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11397 (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
11398 (gst_dvdemux_flush), (gst_dvdemux_chain),
11399 (gst_dvdemux_change_state):
11400 * ext/dv/gstdvdemux.h:
11401 Ueber spiffify some more, added debug category.
11403 Use segments, respect playback rate from newsegment.
11404 Fix refcount issue.
11406 2006-02-20 Jan Schmidt <thaytan@mad.scientist.com>
11408 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
11409 (gst_signal_processor_process):
11410 Fix compilation of LADPSA. It doesn't seem to work, and isn't
11411 enabled for the build, but it helps me win the feature-count
11412 competitions ooh yeah.
11414 2006-02-19 Wim Taymans <wim@fluendo.com>
11416 * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
11417 (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
11418 (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
11419 (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
11420 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11421 (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
11422 Use scaling code for added precission and more correct stop
11423 position in case scale==0.
11425 2006-02-19 Wim Taymans <wim@fluendo.com>
11427 * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11428 (gst_flxdec_chain):
11429 * gst/flx/gstflxdec.h:
11430 Implement DURATION query.
11432 2006-02-19 Wim Taymans <wim@fluendo.com>
11434 * gst/flx/flx_color.h:
11435 * gst/flx/flx_fmt.h:
11436 * gst/flx/gstflxdec.c: (gst_flxdec_init),
11437 (gst_flxdec_src_query_handler), (flx_decode_color),
11438 (gst_flxdec_chain):
11439 * gst/flx/gstflxdec.h:
11440 Set MALLOCDATA for the temp buffers so we don't leak.
11441 Some debug cleanups.
11442 Consume all data in the adapter before leaving the chain
11443 function. Fixes #330678.
11445 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
11447 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11448 * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
11449 Handle 0 data size in otherwise valid frames.
11450 Handle numeric strings in 2.4.0 even when not in parentheses
11452 2006-02-18 Tim-Philipp Müller <tim at centricular dot net>
11454 * gst/matroska/matroska-demux.c:
11455 (gst_matroska_demux_subtitle_caps),
11456 (gst_matroska_demux_plugin_init):
11457 * gst/matroska/matroska-ids.h:
11458 Recognise SSA/ASS and USF subtitle formats and
11459 set proper caps when they are found.
11461 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
11463 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
11464 (gst_jpeg_dec_chain):
11465 Fix invalid memory access for some odd-sized images
11466 (see image contained in quicktime stream in #327083);
11467 use g_malloc() instead of g_alloca().
11469 2006-02-17 Wim Taymans <wim@fluendo.com>
11471 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
11472 Patch from Sebastien Cote, fixes #319884
11474 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
11476 * ext/cdio/gstcdio.c: (plugin_init):
11477 Init debug category (#331253).
11479 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
11481 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
11482 Pass extra_data to gst_riff_create_audio_caps(), so that
11483 WAVEFORMATEX stuff works. Post audio codec name and post
11484 it as taglist on the bus. Allow up to 8 channesl for raw
11485 PCM in the source pad template caps.
11487 2006-02-16 Wim Taymans <wim@fluendo.com>
11489 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
11490 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
11491 (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
11492 (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
11493 (gst_multipart_set_property), (gst_multipart_get_property):
11494 Applied #318663. Gives quite a few false positives in
11495 autoscan mode, but it's better than nothing. Not closing yet.
11497 2006-02-16 Wim Taymans <wim@fluendo.com>
11499 * docs/plugins/Makefile.am:
11500 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11501 * docs/plugins/gst-plugins-good-plugins-sections.txt:
11502 * docs/plugins/gst-plugins-good-plugins.args:
11503 * docs/plugins/inspect/plugin-udp.xml:
11504 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11505 (gst_udpsrc_start):
11506 Update documentation.
11509 2006-02-16 Jan Schmidt <thaytan@mad.scientist.com>
11511 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11512 ID3 2.3.0 used synch-safe integers for the tag size, but not for the
11513 frame size. (Fixes #331368)
11515 2006-02-16 Wim Taymans <wim@fluendo.com>
11520 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
11521 (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
11522 (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
11523 * gst/rtsp/gstrtspsrc.h:
11524 Make sure the RTP port is an even port an try to allocate
11526 Added retry property to control max retries for port allocation.
11527 Make sure RTCP port is RTP port+1.
11528 Cleanup when port allocation fails.
11531 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
11533 * gst/alpha/gstalpha.c: (gst_alpha_change_state):
11534 Don't ignore return value of the parent class's state
11535 change function (#331385, patch by: Wouter Paesen).
11537 2006-02-15 Wim Taymans <wim@fluendo.com>
11540 * docs/plugins/Makefile.am:
11541 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11542 * docs/plugins/gst-plugins-good-plugins-sections.txt:
11543 * docs/plugins/gst-plugins-good-plugins.hierarchy:
11545 * ext/hal/Makefile.am:
11546 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
11547 (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
11548 (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
11549 (do_toggle_element), (gst_hal_audio_sink_set_property),
11550 (gst_hal_audio_sink_get_property),
11551 (gst_hal_audio_sink_change_state):
11552 * ext/hal/gsthalaudiosink.h:
11553 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
11554 (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
11555 (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
11556 (do_toggle_element), (gst_hal_audio_src_set_property),
11557 (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
11558 * ext/hal/gsthalaudiosrc.h:
11559 * ext/hal/gsthalelements.c: (plugin_init):
11560 * ext/hal/gsthalelements.h:
11561 * ext/hal/hal.c: (gst_hal_get_string),
11562 (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11563 (gst_hal_get_audio_src):
11565 Add HAL sound device wrapper plugins. Closes #329106
11567 2006-02-15 Wim Taymans <wim@fluendo.com>
11569 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11570 Add comment in a fultile attempt to stop the copy-and-paste
11571 paradigm leading to duplication of bad code.
11573 * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
11574 Mime parameters have to be checked case insensitive
11576 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
11578 * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
11579 Advance stream time for lagging subtitle streams by sending
11580 newsegment events with the update flag set.
11582 2006-02-14 Edward Hervey <edward@fluendo.com>
11584 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
11585 There can be bogus data before the hdrl LIST tag in the RIFF header.
11586 It's hard to say if it's not respecting the AVI specifications or not,
11587 but since Google Video is producing AVIs like that and the other player
11588 don't seem to complain, I guess we should do the same.
11590 2006-02-13 Jan Schmidt <thaytan@mad.scientist.com>
11592 * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
11593 (parse_split_strings):
11594 Add more validation to ensure that a char encoding conversion
11595 produced a valid UTF-8 string.
11597 2006-02-13 Mark Nauwelaerts <manauw@skynet.be>
11599 Reviewed by: Edward Hervey <edward@fluendo.com>
11601 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11602 Properly handle end of segment. Closes #330885.
11604 2006-02-13 Wim Taymans <wim@fluendo.com>
11606 * gst/rtp/gstrtpmp4gpay.h:
11607 For got to commit this one.
11609 2006-02-12 Wim Taymans <wim@fluendo.com>
11611 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
11612 (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
11613 (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
11614 (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
11615 * gst/rtp/gstrtpmp4gpay.h:
11616 Make more things work.
11617 Handle ACC config strings.
11619 2006-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
11621 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
11622 set timestamps if no incoming timestamps set
11624 2006-02-11 Tim-Philipp Müller <tim at centricular dot net>
11626 * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
11627 (gst_tag_demux_do_typefind):
11628 ... and fix the very same leaks in GstTagDemux.
11630 2006-02-11 Jan Schmidt <thaytan@mad.scientist.com>
11632 * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
11633 (gst_id3demux_do_typefind):
11634 Fix a couple of mem leaks. (Patch by Jonathan Matthew
11635 <jonathan at kaolin dot wh9 dot net>)
11637 2006-02-10 Wim Taymans <wim@fluendo.com>
11639 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11640 First set options, then set caps or else the baseclass
11641 will not know about the options, duh.
11643 2006-02-10 Wim Taymans <wim@fluendo.com>
11645 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
11646 (gst_rtp_mp4v_pay_setcaps):
11647 Don't waste time looking for a config string if we have codec_info
11648 on the incomming caps.
11650 2006-02-10 Wim Taymans <wim@fluendo.com>
11653 Say something about case-sensitivity of caps vs mime-attributes.
11655 * gst/rtp/Makefile.am:
11656 * gst/rtp/gstrtp.c: (plugin_init):
11657 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
11658 (gst_rtp_amr_pay_handle_buffer):
11659 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
11660 (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
11661 (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
11662 (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
11663 (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
11664 (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
11665 (gst_rtp_mp4g_pay_plugin_init):
11666 * gst/rtp/gstrtpmp4gpay.h:
11667 Added beginnings of mpeg4-generic payloader (RFC 3640)
11669 2006-02-09 Wim Taymans <wim@fluendo.com>
11671 * gst/rtsp/Makefile.am:
11672 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
11673 (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
11674 (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
11675 (gst_rtpdec_set_property), (gst_rtpdec_get_property),
11676 (gst_rtpdec_change_state):
11677 * gst/rtsp/gstrtpdec.h:
11678 * gst/rtsp/gstrtsp.c: (plugin_init):
11679 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
11680 * gst/rtsp/rtspconnection.c: (read_body),
11681 (rtsp_connection_receive):
11682 * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
11683 Resurected rtpdec to make rtspsrc happy again.
11684 Skip attributes from the session id.
11685 Don't crash when dumping a message with an empty body.
11688 2006-02-09 Wim Taymans <wim@fluendo.com>
11690 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
11691 Added more meaningfull warnings when something goes wrong.
11692 Clear F bit on outgoing AMR packets.
11694 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
11695 (gst_rtp_amr_pay_handle_buffer):
11696 Added debugging category
11697 Support payloading of multiple AMR frames.
11699 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
11700 Added some debugging.
11702 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
11707 === release 0.10.2 ===
11709 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
11712 releasing 0.10.2, "Papa was a rolling stone"
11714 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
11717 Bump core and plugins-base requirement to 0.10.2.2
11718 for API additions (and 1 migration of gst_bin_find_unconnected_pad)
11720 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
11722 * ext/flac/gstflac.c: (plugin_init):
11723 * ext/speex/gstspeex.c: (plugin_init):
11724 Register musicbrainz tags.
11726 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
11728 * ext/gconf/gconf.h:
11729 Remove declaration of function that no longer exists.
11731 2006-02-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
11733 * ext/shout2/gstshout2.c: (gst_shout2send_render),
11734 (gst_shout2send_setcaps), (gst_shout2send_change_state):
11735 Make shout2 work for non ogg streams
11737 2006-02-06 Wim Taymans <wim@fluendo.com>
11739 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
11740 (gst_multiudpsink_render), (gst_multiudpsink_get_property),
11741 (gst_multiudpsink_init_send), (gst_multiudpsink_add),
11742 (gst_multiudpsink_remove), (gst_multiudpsink_clear),
11743 (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
11744 * gst/udp/gstmultiudpsink.h:
11746 Added properties bytes-served, bytes_to_serve.
11747 Post proper error messages,
11748 Emit client added signal too.
11750 2006-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
11752 * docs/plugins/Makefile.am:
11753 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11754 * docs/plugins/gst-plugins-good-plugins-sections.txt:
11755 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
11756 (gst_multiudpsink_get_stats):
11757 adding docs for multiudpsink
11759 2006-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
11761 * gst/level/gstlevel.c: (gst_level_transform_ip):
11762 peak below decay is not necessarily an error, so don't ERROR log
11764 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
11766 * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
11767 (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
11768 (gst_ebml_write_seek):
11769 * gst/matroska/ebml-write.h:
11770 Make sure we send a newsegment event in BYTES format
11771 before sending buffers (#328531).
11773 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
11775 * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
11776 (gst_dvdemux_sink_query):
11777 * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
11778 * ext/speex/gstspeexdec.c: (speex_get_query_types),
11779 (speex_dec_src_query):
11780 * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
11781 (gst_speexenc_sink_query):
11782 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
11783 * gst/matroska/matroska-demux.c:
11784 (gst_matroska_demux_get_src_query_types),
11785 (gst_matroska_demux_handle_src_query):
11786 * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
11787 (gst_wavparse_pad_query):
11788 Pass unhandled queries upstream instead of just dropping
11789 them (#326446). Update query type arrays here and there.
11791 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
11793 * tests/check/elements/matroskamux.c: (setup_src_pad):
11794 Collectpads in core got changed and now also holds a
11795 reference to any pad that is part of it. Fix refcount
11796 checks in test case accordingly.
11798 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
11800 * gst/apetag/gstapedemux.h:
11801 Fix include, for now GstTagDemux is in the apetag dir.
11803 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
11805 * docs/plugins/Makefile.am:
11806 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11807 * docs/plugins/gst-plugins-good-plugins-sections.txt:
11808 * docs/plugins/inspect/plugin-cdio.xml:
11809 Add cdio plugin to docs.
11811 * ext/cdio/gstcdiocddasrc.c:
11814 * ext/cdio/gstcdio.c:
11815 The plugin is called 'cdio' not 'cddio'.
11817 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
11820 * docs/plugins/Makefile.am:
11821 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11822 * docs/plugins/gst-plugins-good-plugins-sections.txt:
11823 * docs/plugins/gst-plugins-good-plugins.hierarchy:
11824 * docs/plugins/inspect/plugin-apetag.xml:
11825 * gst/apetag/Makefile.am:
11826 * gst/apetag/gstapedemux.c:
11827 * gst/apetag/gstapedemux.h:
11828 * gst/apetag/gsttagdemux.c:
11829 * gst/apetag/gsttagdemux.h:
11830 Add APE tag demuxer (#325649).
11832 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
11834 * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
11835 (gst_gconf_get_default_video_sink),
11836 (gst_gconf_get_default_audio_src),
11837 (gst_gconf_get_default_video_src):
11838 * ext/gconf/gconf.h:
11839 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11840 (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
11841 (do_toggle_element):
11842 * ext/gconf/gstgconfaudiosink.h:
11843 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
11844 (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
11845 (do_toggle_element):
11846 * ext/gconf/gstgconfaudiosrc.h:
11847 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
11848 (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
11849 (do_toggle_element):
11850 * ext/gconf/gstgconfvideosink.h:
11851 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
11852 (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
11853 (do_toggle_element):
11854 * ext/gconf/gstgconfvideosrc.h:
11855 Ignore changing the GConf key to "". Ignore GConf key updates
11856 that don't actually change the string.
11857 For now, ignore the GConf key when the state is > READY, as
11858 it breaks streaming. Sometime it will be nice to bring the
11859 new sink online even mid-stream, by sending NEWSEGMENT info
11860 and possibly prerolling.
11863 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
11865 * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
11866 (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
11867 (zoomFilterSetResolution), (zoomFilterDestroy),
11868 (zoomFilterFastRGB), (pointFilter):
11869 * gst/goom/filters.h:
11870 * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
11871 (goom_update), (goom_close):
11872 * gst/goom/goom_core.h:
11873 * gst/goom/goom_tools.h:
11874 * gst/goom/graphic.c:
11875 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11876 (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
11877 * gst/goom/gstgoom.h:
11878 * gst/goom/lines.c: (goom_lines):
11879 * gst/goom/lines.h:
11880 Make goom reentrant by moving all important static variables
11881 into instance structures.
11884 2006-02-04 Tim-Philipp Müller <tim at centricular dot net>
11886 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11887 (gst_avi_demux_all_source_pads_unlinked),
11888 (gst_avi_demux_process_next_entry):
11889 * gst/avi/gstavidemux.h:
11890 Third attempt, use gst_pad_is_linked() this time.
11892 2006-02-04 Jan Schmidt <thaytan@mad.scientist.com>
11894 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11895 (parse_split_strings):
11896 Adjust for data length indicators when parsing (Fixes #329810)
11897 Fix stupid bug parsing UTF-8 tag text.
11898 Output tag strings with multiple fields as multiple tags, so the
11899 app gets all the data.
11901 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
11903 * ext/flac/gstflacenc.c:
11904 Fixed a bug add in last commit, where no event is send. Thanks Tim to
11907 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
11909 * ext/flac/gstflacenc.c:
11910 * gst/matroska/ebml-read.c:
11911 Just make it compile with --disable-gst-debug.
11913 2006-02-03 Jan Schmidt <thaytan@mad.scientist.com>
11915 * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
11916 (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
11917 (id3v2_genre_fields_to_taglist):
11918 Never output a tag with a null contents string.
11920 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
11922 * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
11923 Only pause if all pads are unlinked AND we've tried to send data
11924 on all of them at least once.
11926 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
11928 * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
11929 (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
11930 Make loop function/task pause itself when all source pads are
11933 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
11936 * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
11937 Use new functions from core to render a bin from a
11938 string. Fixes build. Up requirements to core CVS.
11940 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
11942 * gst/auparse/gstauparse.c: (gst_au_parse_chain):
11943 Don't push buffers into the adapter that we are going to
11944 push downstream again without framing anyway. Also, the
11945 adaptor takes ownership of buffers put into it (fixes
11946 auparse pushing invalid buffers for .au files with
11947 ADPCM contents). Finally, set caps on all outgoing buffers.
11949 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
11951 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11952 (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
11953 (gst_id3demux_send_tag_event):
11954 * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
11955 Someone should kick my butt. Remove ID3v1 tags from the end of the
11958 Improve error messages. Send the TAG message as soon as we complete
11959 typefinding, instead of waiting until we send the first buffer.
11960 Downstream tag event is still sent before the first buffer.
11962 2006-01-27 Jan Gerber <j@bootlab.org>
11964 Reviewed by: Andy Wingo <wingo@pobox.com>
11966 * ext/dv/gstdvdec.c (gst_dvdec_change_state):
11967 * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
11968 Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
11969 to not have warings flooding stderr. this is the suggested way
11970 also used in dvgrab and kino. (#328336)
11972 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
11974 * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
11975 (gst_oss_sink_init), (gst_oss_sink_finalise):
11976 Free the device name string when finalised.
11978 2006-01-25 Tim-Philipp Müller <tim at centricular dot net>
11980 * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
11981 Don't put function calls in g_return_if_fail() statements,
11982 or they'll be replaced with NOOPs if someone compiles with
11983 G_DISABLE_CHECKS defined.
11985 2006-01-25 Jan Schmidt <thaytan@mad.scientist.com>
11987 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11988 Never trust ANY information encoded in a media file, especially
11989 when it's giving you sizes. (Fixes #328452)
11991 2006-01-24 Edgard Lima <edgard.lima@indt.org.br>
11993 * gst/rtp/gstrtpg711pay.c:
11994 Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
11997 2006-01-23 Edward Hervey <edward@fluendo.com>
11999 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12000 (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12001 * gst/matroska/matroska-ids.h:
12002 Added recognition of Real Audio and Video streams in matroska demuxer.
12004 2006-01-23 Jan Schmidt <thaytan@mad.scientist.com>
12006 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12007 Remove errant break statement, and fix compilation with
12010 2006-01-23 Brian Cameron <brian dot cameron at sun dot com>
12012 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12014 * sys/sunaudio/gstsunaudiomixerctrl.c:
12015 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12016 Export functions that are needed in other parts of the code,
12017 makes the mixer actually work; adjust magic minimum buffer-time
12018 value from 3ms to 5ms to work around stuttering during mp3
12019 playback (#327765).
12021 2006-01-23 Michal Benes <michal dot benes at xeris dot cz>
12023 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12025 * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12026 (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12027 Fix possible deadlock in matroska muxer (#327825).
12029 2006-01-23 Tim-Philipp Müller <tim at centricular dot net>
12031 * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12032 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12033 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12034 * gst/rtsp/sdpmessage.h:
12035 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12036 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12037 C89 fixes: declare variables at the beginning of a block and
12038 make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12039 <jensgr at gmx dot net>).
12041 2006-01-23 Jan Schmidt <thaytan@mad.scientist.com>
12043 * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12044 * gst/id3demux/id3tags.h:
12045 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12046 (parse_comment_frame), (parse_text_identification_frame),
12047 (id3v2_tag_to_taglist), (id3v2_are_digits),
12048 (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12049 (parse_split_strings), (free_tag_strings):
12050 Rewrite parsing of text tags to handle multiple NULL terminated
12051 strings. Parse numeric genre strings and ID3v2 type
12052 "(3)(6)Alternative" style genre strings.
12053 Parse dates that are only YYYY or YYYY-mm format.
12054 (Fixes #328241 and #322154)
12056 2006-01-20 Tim-Philipp Müller <tim at centricular dot net>
12058 * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12059 Don't forget to initialize liboil, otherwise our oil functions
12060 will crash (fixes #327871; patch by: Christoph Burghardt
12061 <hawkes at web dot de>).
12063 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
12066 Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12067 like in the core and gst-plugins-base. Fixes #324367 and #326683;
12068 patch by: Brian Cameron <brian dot cameron at sun dot com>
12070 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
12072 * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12073 * ext/cdio/gstcdio.h:
12074 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12075 Fix build for libcdio versions >= 76; give slightly lower rank
12078 2006-01-18 Tim-Philipp Müller <tim at centricular dot net>
12082 * ext/cdio/Makefile.am:
12083 * ext/cdio/gstcdio.c:
12084 * ext/cdio/gstcdio.h:
12085 * ext/cdio/gstcdiocddasrc.c:
12086 * ext/cdio/gstcdiocddasrc.h:
12087 Port libcdio cdda source, formerly known as cddasrc, now known as
12088 cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12089 but that's not tested (fixes #317658).
12091 2006-01-18 Tim-Philipp Müller <tim at centricular dot net>
12093 * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12094 Fix conversion from TIME to BYTES format (fixes #326864;
12095 patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12097 2006-01-15 Jan Schmidt <thaytan@mad.scientist.com>
12099 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12100 Fix compilation of id3demux when zlib is not present.
12101 (Fixes #326602; patch by: Sergey Scobich)
12103 2006-01-15 Tim-Philipp Müller <tim at centricular dot net>
12105 * ext/esd/Makefile.am:
12106 Add $(ESD_CFLAGS), otherwise build will fail for folks
12107 with libesd in a non-standard prefix (#327009).
12109 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
12114 === release 0.10.1 ===
12116 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
12119 releasing 0.10.1, "Li"
12121 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
12123 patch by: Wim Taymans
12125 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12126 fix memleak. Fixes #326618
12128 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
12130 patch by: Mike Smith
12132 * gst/level/gstlevel.c: (gst_level_message_new),
12133 (gst_level_message_append_channel):
12134 Fix memleak. Fixes #326612
12136 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
12154 update translations
12156 2006-01-10 Michael Smith <msmith@fluendo.com>
12158 * gst/level/gstlevel.c: (gst_level_class_init),
12159 (gst_level_dispose):
12160 Don't leak filter arrays.
12162 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12164 reviewed by: Christian Schaller <uraeus@gnome.org>
12167 * gst-plugins-good.spec.in:
12169 * sys/sunaudio/Makefile.am:
12170 * sys/sunaudio/gstsunaudio.c: (plugin_init):
12171 * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12172 (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12173 (gst_sunaudiomixer_change_state):
12174 * sys/sunaudio/gstsunaudiomixer.h:
12175 * sys/sunaudio/gstsunaudiomixerctrl.c:
12176 (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12177 (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12178 (gst_sunaudiomixer_ctrl_list_tracks),
12179 (gst_sunaudiomixer_ctrl_get_volume),
12180 (gst_sunaudiomixer_ctrl_set_volume),
12181 (gst_sunaudiomixer_ctrl_set_mute),
12182 (gst_sunaudiomixer_ctrl_set_record):
12183 * sys/sunaudio/gstsunaudiomixerctrl.h:
12184 * sys/sunaudio/gstsunaudiomixertrack.c:
12185 (gst_sunaudiomixer_track_class_init),
12186 (gst_sunaudiomixer_track_init), (fill_labels),
12187 (gst_sunaudiomixer_track_new):
12188 * sys/sunaudio/gstsunaudiomixertrack.h:
12189 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
12190 (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
12191 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12192 (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
12193 (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
12194 (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
12195 (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
12196 * sys/sunaudio/gstsunaudiosink.h:
12198 Add SunAudio plugin - tested to make sure it doesn't break
12199 the build under GNU/Linux.
12201 2005-01-07 Philippe Khalaf <philippe.kalaf@collabora.co.uk>
12203 * gst-plugins-good/gst/udp/gstdynudpsink.c:
12204 * gst-plugins-good/gst/udp/gstudpsrc.c:
12205 Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
12206 overrides the port or multicast parameters. Fixes bugs #323021.
12207 API addition: adds GstUDPSrc::sockfd property
12209 2006-01-06 Tim-Philipp Müller <tim at centricular dot net>
12211 * ext/gconf/Makefile.am:
12212 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
12213 (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
12214 (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12215 (do_toggle_element), (cb_toggle_element),
12216 (gst_gconf_audio_src_change_state):
12217 * ext/gconf/gstgconfaudiosrc.h:
12218 * ext/gconf/gstgconfelements.c: (plugin_init):
12219 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
12220 (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
12221 (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12222 (do_toggle_element), (cb_toggle_element),
12223 (gst_gconf_video_src_change_state):
12224 * ext/gconf/gstgconfvideosrc.h:
12225 Add new gconfaudiosrc and gconfvideosrc elements
12226 (needed for gnome-sound-recorder).
12228 2006-01-06 Edward Hervey <edward@fluendo.com>
12230 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12231 Add gst_element_no_more_pads() for proper decodebin behaviour.
12232 * gst/id3demux/id3v2frames.c: (parse_comment_frame),
12233 (parse_text_identification_frame), (parse_split_strings):
12234 Failure to decode some tags is not a GST_ERROR() but a
12236 When iterating over a chunk of text, check that we haven't gone too
12239 2006-01-05 Stefan Kost <ensonic@users.sf.net>
12241 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12243 call oil_init() when using liboil
12245 2006-01-04 Wim Taymans <wim@fluendo.com>
12247 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12248 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12251 2006-01-02 Alessandro Decina <alessandro at nnva dot org>
12253 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12255 * ext/flac/gstflacdec.c: (gst_flac_dec_write),
12256 (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
12257 (gst_flac_dec_change_state):
12258 Don't g_assert() where we should just return FALSE; remove
12259 unnecessary g_assert(); initialize some fields properly in
12260 state change function (fixes #325504). Also, use
12261 GST_DEBUG_OBJECT in two more places.
12263 2005-12-30 Stefan Kost <ensonic@users.sf.net>
12266 also remove smoothwave's Makefile.am
12267 * docs/plugins/Makefile.am:
12270 2005-12-30 Stefan Kost <ensonic@users.sf.net>
12272 * tests/examples/Makefile.am:
12273 added missing Makefile.am
12275 2005-12-30 Stefan Kost <ensonic@users.sf.net>
12278 * gst/level/Makefile.am:
12279 * gst/level/level-example.c:
12280 * tests/Makefile.am:
12281 * tests/examples/level/Makefile.am:
12282 * tests/examples/level/level-example.c: (message_handler), (main):
12283 moved level-example to tests/examples/level-example
12284 * tests/old/examples/level/demo.c: (main):
12285 * tests/old/examples/level/plot.c: (main):
12288 2005-12-29 Michael Smith <msmith@fluendo.com>
12290 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12291 (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
12292 * gst/udp/gstmultiudpsink.h:
12293 Track packets sent per client in addition to bytes sent; provide
12294 this info through get-stats signal
12296 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
12298 * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
12299 Can't use gst_object_unref() on a GstAdapter (#325191).
12301 2005-12-28 Jan Schmidt <thaytan@mad.scientist.com>
12303 * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12304 If a broken tag has 0 bytes payload, at least still skip
12307 2005-12-22 Philippe Khalaf <burger@speedy.org>
12309 * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
12310 * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12311 * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
12312 * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12313 Making these depayloaders (H263+ and mpeg4 video) inherit from
12314 RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
12316 2005-12-21 Jan Schmidt <thaytan@mad.scientist.com>
12318 * docs/plugins/gst-plugins-good-plugins.args:
12319 * docs/plugins/gst-plugins-good-plugins.hierarchy:
12320 Regenerate the plugin hiearchy.
12322 2005-12-21 Jan Schmidt <thaytan@mad.scientist.com>
12324 * docs/plugins/Makefile.am:
12325 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12326 * docs/plugins/gst-plugins-good-plugins-sections.txt:
12327 * docs/plugins/gst-plugins-good-plugins.args:
12328 * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
12329 (gst_id3demux_base_init), (gst_id3demux_class_init),
12330 (gst_id3demux_chain):
12331 * gst/id3demux/gstid3demux.h:
12332 Add documentation for id3demux.
12333 Don't fail if the first buffer is not at offset 0, just
12334 attempt to typefind and do pass through
12335 Rename the gst_type function from gst_gst_id3demux..
12337 2005-12-20 Michael Smith <msmith@fluendo.com>
12339 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12340 (gst_multiudpsink_add), (gst_multiudpsink_remove),
12341 (gst_multiudpsink_get_stats):
12342 * gst/udp/gstmultiudpsink.h:
12343 Collect statistics; return them from get_stats.
12345 2005-12-19 Edward Hervey <edward@fluendo.com>
12347 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12348 Stupid signedness issue...
12350 2005-12-19 Edward Hervey <edward@fluendo.com>
12352 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12353 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12354 (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
12355 (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
12356 (gst_avi_demux_stream_header), (gst_avi_demux_loop):
12357 Construct index for indexless files.
12358 Make sure pad/buffers are correctly reset to NULL once we don't need
12359 them anymore, else we get lovely segfaults/assertions.
12360 * gst/wavparse/gstwavparse.c:
12361 Yes, you can have 96KHz audio and wma in wav :(
12363 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
12366 Check for optional dependency on zlib for id3demux
12368 * gst/id3demux/Makefile.am:
12369 * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
12370 (gst_id3demux_base_init), (gst_id3demux_class_init),
12371 (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
12372 (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
12373 (gst_id3demux_trim_buffer), (gst_id3demux_chain),
12374 (gst_id3demux_set_property), (gst_id3demux_get_property),
12375 (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
12376 (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
12377 (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
12378 (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
12379 (gst_id3demux_src_getrange), (gst_id3demux_change_state),
12380 (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
12381 (simple_find_peek), (simple_find_suggest),
12382 (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
12384 * gst/id3demux/gstid3demux.h:
12385 * gst/id3demux/id3tags.c: (read_synch_uint),
12386 (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
12387 (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
12388 (id3demux_id3v2_frames_to_tag_list):
12389 * gst/id3demux/id3tags.h:
12390 * gst/id3demux/id3v2.4.0-frames.txt:
12391 * gst/id3demux/id3v2.4.0-structure.txt:
12392 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12393 (parse_comment_frame), (parse_text_identification_frame),
12394 (id3v2_tag_to_taglist), (parse_split_strings):
12395 All new LGPL id3 demuxer. Can use zlib for compressed frames,
12396 otherwise it discards them. Works on my test files.
12398 * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
12399 Don't send EOS to a non-existing srcpad
12400 The debug category can be static
12402 2005-12-16 Stefan Kost <ensonic@users.sf.net>
12404 * ext/esd/esdmon.c: (gst_esdmon_open_audio):
12405 * ext/esd/esdsink.c: (gst_esdsink_prepare):
12406 * gst/multipart/multipartdemux.c:
12407 change some char* into char[]
12409 2005-12-16 Wim Taymans <wim@fluendo.com>
12411 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12412 (gst_wavparse_other), (gst_wavparse_perform_seek),
12413 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12414 (gst_wavparse_loop), (gst_wavparse_pad_convert),
12415 (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
12416 * gst/wavparse/gstwavparse.h:
12417 Use GstSegment to implement more seeking features.
12419 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
12421 * gst/rtsp/rtspconnection.c:
12422 Add <netinet/in.h> include and move <arpa/inet.h> include
12423 to make things work on OpenBSD as well (fixes #323717;
12424 patch by: Benjamin Pineau)
12426 2005-12-14 Edgard Lima <edgard.lima@indt.org.br>
12428 * gst/rtp/gstrtpspeexdepay.c:
12429 * gst/rtp/gstrtpspeexpay.c:
12430 Set clock rate to be fixed in 8000. It fixes bug #324012.
12432 2005-12-14 Philippe Khalaf <burger@speedy.org>
12434 * gst-plugins-good/gst/rtp/gstasteriskh263.c:
12435 * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
12436 * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
12437 * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
12438 * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
12439 * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
12440 * gst-plugins-good/gst/rtp/gstrtph263pay.c:
12441 * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12442 * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
12443 * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12444 * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
12445 * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
12446 * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
12447 * gst-plugins-good/gst/rtp/README:
12448 Fixed payload range in payloder caps. Removed payload range completely
12449 from depayloaders as they don't require payload type in their caps.
12450 In effect, there isn't any specific payload type for any given codec,
12454 2005-12-13 Julien MOUTTE <julien@moutte.net>
12456 * gst/videomixer/videomixer.c: (gst_videomixer_init),
12457 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
12458 (gst_videomixer_collected): Code cleanup and re-enabling
12459 queued time validity check for correct EOS handling.
12461 2005-12-13 Tim-Philipp Müller <tim at centricular dot net>
12463 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
12464 (gst_oss_mixer_element_get_property),
12465 (gst_oss_mixer_element_change_state):
12466 Add 'device-name' property and fix state change function.
12468 2005-12-13 Edward Hervey <edward@fluendo.com>
12470 * gst/flx/gstflxdec.c: (gst_flxdec_chain):
12471 If the speed of the file is null in the header, set the frame_time to
12472 the default setting of GST_SECOND / 70. Which is the default
12473 frame_delay for .fli files as stated in this document :
12474 http://www.compuphase.com/flic.htm
12475 Would be nice to have the time conversion done properly too (duration =
12476 flxh->frames * flxdec->frame_time)
12478 2005-12-12 Julien MOUTTE <julien@moutte.net>
12480 * docs/plugins/Makefile.am:
12481 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12482 * docs/plugins/gst-plugins-good-plugins-sections.txt:
12483 * docs/plugins/gst-plugins-good-plugins.hierarchy:
12484 * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
12485 (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
12486 (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
12487 documentation for videomixer on my way with a funny sample
12490 2005-12-12 Julien MOUTTE <julien@moutte.net>
12492 * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
12493 (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
12494 (gst_videomixer_update_queues), (gst_videomixer_collected):
12495 Fix caps negotiation. (#323896)
12497 2005-12-12 Arwed v. Merkatz <v.merkatz@gmx.net>
12499 * gst/matroska/matroska-demux.c:
12500 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
12501 Set correct timestamps on audio laces, fixes playback of mp3 from
12504 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
12506 * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
12507 (gst_au_parse_class_init), (gst_au_parse_init),
12508 (gst_au_parse_dispose), (gst_au_parse_chain),
12509 (gst_au_parse_change_state), (plugin_init):
12510 * gst/auparse/gstauparse.h:
12511 Use gst_object_unref() for GstObjects instead of
12512 g_object_unref() and fix a mem leak in a debug
12513 statement; while we're at it, also borgify, use
12514 boilerplate macros and clean up a little bit.
12516 2005-12-11 Edward Hervey <edward@fluendo.com>
12518 * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12519 (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
12522 2005-12-11 Tim-Philipp Müller <tim at centricular dot net>
12524 * gst/goom/gstgoom.c:
12525 * gst/level/level-example.c: (main):
12526 * gst/smoothwave/demo-osssrc.c: (main):
12527 Use audiotestsrc instead of sinesrc (#323798).
12529 2005-12-11 Stefan Kost <ensonic@users.sf.net>
12531 * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
12532 more debug-func-ptr usage
12534 2005-12-11 Zeeshan Ali <zeenix at gmail dot com>
12536 * gst/flx/flx_color.c: (flx_colorspace_convert):
12537 * gst/flx/flx_color.h:
12538 * gst/flx/flx_fmt.h:
12539 * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
12540 * gst/flx/gstflxdec.h:
12541 Now flxdec works on big-endian machines as well.
12543 2005-12-11 Tim-Philipp Müller <tim at centricular dot net>
12545 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
12546 (gst_fenced_buffer_copy):
12547 Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
12548 GST_DEBUG crasher where GST_TIME_FORMAT was not used in
12549 conjunction with GST_TIME_ARGS. Also, don't leak pad templates
12550 and use GST_DEBUG_FUNCPTR for pad functions.
12552 2005-12-10 Tim-Philipp Müller <tim at centricular dot net>
12554 * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
12555 (gst_flac_dec_class_init), (gst_flac_dec_init),
12556 (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
12557 (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
12558 (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
12559 (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
12560 (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
12561 (gst_flac_dec_change_state):
12562 * ext/flac/gstflacdec.h:
12563 Rewrite flacdec a bit, so that even seeking might work now. Most
12564 importantly, don't act upon any flow return values we get, just tell
12565 the decoder everything's dandy and act on the flow return values
12566 later on in the loop function. We don't want to mess up the internal
12567 decoder state for non-fatal things like flushing pads etc. Other
12568 than that, use GstSegment (segment seeks don't work yet though, but
12569 should be easy to add), use boilerplate macros, drop the superfluous
12570 'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
12571 lots of other things.
12573 2005-12-10 Tim-Philipp Müller <tim at centricular dot net>
12576 Update comment in OSS includes check.
12578 * sys/oss/gstossdmabuffer.c:
12579 * sys/oss/gstosshelper.c:
12580 * sys/oss/gstossmixer.c:
12581 * sys/oss/gstossmixertrack.c:
12582 * sys/oss/gstosssink.c:
12583 * sys/oss/gstosssrc.c:
12584 * sys/oss/oss_probe.c:
12585 Don't assume the OSS soundcard.h include is always in
12586 the sys/ directory. Instead, use the existing defines
12587 from config.h to include the right file. Fixes
12588 compilation on OpenBSD 3.8 (#323718).
12590 2005-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
12592 * docs/plugins/gst-plugins-good-plugins-sections.txt:
12593 * docs/plugins/gst-plugins-good-plugins.hierarchy:
12594 * docs/plugins/inspect/plugin-1394.xml:
12595 * docs/plugins/inspect/plugin-aasink.xml:
12596 * docs/plugins/inspect/plugin-alaw.xml:
12597 * docs/plugins/inspect/plugin-alpha.xml:
12598 * docs/plugins/inspect/plugin-alphacolor.xml:
12599 * docs/plugins/inspect/plugin-auparse.xml:
12600 * docs/plugins/inspect/plugin-autodetect.xml:
12601 * docs/plugins/inspect/plugin-avi.xml:
12602 * docs/plugins/inspect/plugin-cacasink.xml:
12603 * docs/plugins/inspect/plugin-cairo.xml:
12604 * docs/plugins/inspect/plugin-cutter.xml:
12605 * docs/plugins/inspect/plugin-debug.xml:
12606 * docs/plugins/inspect/plugin-dv.xml:
12607 * docs/plugins/inspect/plugin-efence.xml:
12608 * docs/plugins/inspect/plugin-effectv.xml:
12609 * docs/plugins/inspect/plugin-esdsink.xml:
12610 * docs/plugins/inspect/plugin-flac.xml:
12611 * docs/plugins/inspect/plugin-flxdec.xml:
12612 * docs/plugins/inspect/plugin-gconfelements.xml:
12613 * docs/plugins/inspect/plugin-goom.xml:
12614 * docs/plugins/inspect/plugin-jpeg.xml:
12615 * docs/plugins/inspect/plugin-level.xml:
12616 * docs/plugins/inspect/plugin-matroska.xml:
12617 * docs/plugins/inspect/plugin-mulaw.xml:
12618 * docs/plugins/inspect/plugin-multipart.xml:
12619 * docs/plugins/inspect/plugin-navigationtest.xml:
12620 * docs/plugins/inspect/plugin-ossaudio.xml:
12621 * docs/plugins/inspect/plugin-png.xml:
12622 * docs/plugins/inspect/plugin-rtp.xml:
12623 * docs/plugins/inspect/plugin-rtsp.xml:
12624 * docs/plugins/inspect/plugin-shout2send.xml:
12625 * docs/plugins/inspect/plugin-smpte.xml:
12626 * docs/plugins/inspect/plugin-speex.xml:
12627 * docs/plugins/inspect/plugin-udp.xml:
12628 * docs/plugins/inspect/plugin-videobox.xml:
12629 * docs/plugins/inspect/plugin-videoflip.xml:
12630 * docs/plugins/inspect/plugin-videomixer.xml:
12631 * docs/plugins/inspect/plugin-wavenc.xml:
12632 * docs/plugins/inspect/plugin-wavparse.xml:
12633 * ext/flac/gstflac.c: (plugin_init):
12634 * ext/flac/gstflacdec.c: (flacdec_get_type),
12635 (gst_flac_dec_base_init), (gst_flac_dec_class_init),
12636 (gst_flac_dec_init), (gst_flac_dec_finalize),
12637 (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
12638 (gst_flac_dec_error_callback), (gst_flac_dec_seek),
12639 (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
12640 (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
12641 (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
12642 (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
12643 (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
12644 (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
12645 * ext/flac/gstflacdec.h:
12646 * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
12647 (gst_flac_enc_base_init), (gst_flac_enc_class_init),
12648 (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
12649 (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
12650 (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
12651 (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
12652 (gst_flac_enc_sink_event), (gst_flac_enc_chain),
12653 (gst_flac_enc_set_property), (gst_flac_enc_get_property),
12654 (gst_flac_enc_change_state):
12655 * ext/flac/gstflacenc.h:
12656 borgify and fix up documentation
12658 2005-12-09 Michael Smith <msmith@fluendo.com>
12660 * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
12661 Accept a wider range of flac files, more closely matching flac spec.
12663 2005-12-08 Julien MOUTTE <julien@moutte.net>
12665 * docs/plugins/Makefile.am: Add multipart elements.
12666 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12667 * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
12668 * docs/plugins/gst-plugins-good-plugins.hierarchy:
12669 * gst/multipart/multipartdemux.c:
12670 * gst/multipart/multipartmux.c: Add docs.
12672 2005-12-07 Edward Hervey <edward@fluendo.com>
12674 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
12675 (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
12676 (gst_avi_demux_invert):
12677 Memleak and crasher fixes.
12678 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
12679 (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
12682 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
12684 * ext/aalib/gstaasink.h:
12685 * ext/cairo/gsttextoverlay.h:
12686 * ext/dv/gstdvdec.h:
12687 * ext/dv/gstdvdemux.c:
12688 * ext/dv/gstdvdemux.h:
12689 * ext/esd/esdsink.h:
12690 * ext/flac/flac_compat.h:
12691 * ext/flac/gstflacdec.h:
12692 * ext/flac/gstflacenc.h:
12693 * ext/gconf/gconf.h:
12694 * ext/gconf/gstgconfaudiosink.h:
12695 * ext/gconf/gstgconfvideosink.h:
12696 * ext/gdk_pixbuf/gstgdkanimation.h:
12697 * ext/jpeg/gstjpegdec.h:
12698 * ext/jpeg/smokecodec.h:
12699 * ext/jpeg/smokeformat.h:
12700 * ext/ladspa/gstsignalprocessor.h:
12701 * ext/ladspa/search.c: (LADSPAPluginSearch):
12702 * ext/ladspa/utils.h:
12703 * ext/libmng/gstmng.c:
12704 * ext/libmng/gstmngdec.h:
12705 * ext/libmng/gstmngenc.c:
12706 * ext/libmng/gstmngenc.h:
12707 * ext/libpng/gstpng.c:
12708 * ext/libpng/gstpngenc.c:
12709 * ext/libpng/gstpngenc.h:
12710 * ext/shout2/gstshout2.h:
12711 * ext/speex/gstspeexdec.h:
12712 * ext/speex/gstspeexenc.c:
12713 * ext/speex/gstspeexenc.h:
12714 * gst/auparse/gstauparse.c: (gst_auparse_chain):
12715 * gst/autodetect/gstautoaudiosink.h:
12716 * gst/autodetect/gstautovideosink.h:
12717 * gst/avi/gstavidemux.h:
12718 * gst/cutter/gstcutter.c: (gst_cutter_chain),
12719 (gst_cutter_set_property), (gst_cutter_get_caps):
12720 * gst/cutter/gstcutter.h:
12721 * gst/debug/tests.c: (md5_process_block):
12722 * gst/debug/tests.h:
12723 * gst/effectv/gstwarp.c:
12724 * gst/flx/flx_fmt.h:
12725 * gst/flx/gstflxdec.h:
12726 * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
12727 (zoomFilterFastRGB):
12728 * gst/goom/filters.h:
12729 * gst/goom/goom_tools.h:
12730 * gst/law/alaw-encode.c:
12731 * gst/level/gstlevel.c:
12732 * gst/level/gstlevel.h:
12733 * gst/matroska/ebml-write.h:
12734 * gst/matroska/matroska-demux.h:
12735 * gst/matroska/matroska-ids.h:
12736 * gst/matroska/matroska-mux.h:
12737 * gst/monoscope/convolve.c: (convolve_match):
12738 * gst/monoscope/convolve.h:
12739 * gst/multipart/multipartmux.c:
12740 * gst/oldcore/gstaggregator.c:
12741 * gst/oldcore/gstaggregator.h:
12742 * gst/oldcore/gstmd5sink.c: (md5_process_block):
12743 * gst/oldcore/gstmd5sink.h:
12744 * gst/oldcore/gstmultifilesrc.c:
12745 * gst/oldcore/gstmultifilesrc.h:
12746 * gst/oldcore/gstpipefilter.h:
12747 * gst/oldcore/gstshaper.h:
12748 * gst/rtp/gstrtpL16depay.h:
12749 * gst/rtp/gstrtpL16pay.h:
12750 * gst/rtp/gstrtpdepay.h:
12751 * gst/rtp/gstrtpmp4vpay.c:
12752 * gst/rtp/gstrtpmp4vpay.h:
12753 * gst/rtsp/gstrtspsrc.c:
12754 * gst/rtsp/gstrtspsrc.h:
12755 * gst/rtsp/rtspconnection.h:
12756 * gst/rtsp/rtspdefs.h:
12757 * gst/rtsp/rtspmessage.h:
12758 * gst/rtsp/rtsptransport.h:
12759 * gst/rtsp/rtspurl.c:
12760 * gst/rtsp/rtspurl.h:
12761 * gst/rtsp/sdpmessage.c:
12762 * gst/rtsp/sdpmessage.h:
12763 * gst/smpte/barboxwipes.c:
12764 * gst/smpte/gstmask.h:
12765 * gst/smpte/gstsmpte.h:
12766 * gst/smpte/paint.c:
12767 * gst/smpte/paint.h:
12768 * gst/udp/gstdynudpsink.h:
12769 * gst/udp/gstmultiudpsink.h:
12770 * gst/udp/gstudpsink.c:
12771 * gst/udp/gstudpsink.h:
12772 * gst/udp/gstudpsrc.c:
12773 * gst/videomixer/videomixer.c:
12774 * gst/wavenc/riff.h:
12775 * gst/wavparse/gstwavparse.h:
12776 * sys/oss/gstossdmabuffer.h:
12777 * sys/oss/gstossmixer.h:
12778 * sys/oss/gstossmixerelement.h:
12779 * sys/oss/gstossmixertrack.h:
12780 * sys/oss/gstosssink.c:
12781 * sys/oss/gstosssink.h:
12782 * sys/oss/gstosssrc.c:
12783 * sys/oss/gstosssrc.h:
12784 * sys/osxaudio/gstosxaudioelement.h:
12785 * sys/osxaudio/gstosxaudiosink.h:
12786 * sys/osxaudio/gstosxaudiosrc.h:
12789 === release 0.10.0 ===
12791 2005-12-05 <thomas (at) apestaart (dot) org>
12794 releasing 0.10.0, "Abondance"
12796 2005-12-05 Andy Wingo <wingo@pobox.com>
12798 * ext/dv/gstdvdec.c: (gst_dvdec_chain):
12799 * ext/flac/gstflacdec.c: (gst_flacdec_write):
12800 * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
12801 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
12802 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
12803 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12804 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12805 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
12806 * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
12807 * ext/speex/gstspeexdec.c: (speex_dec_chain):
12808 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
12809 * gst/auparse/gstauparse.c: (gst_auparse_chain):
12810 * gst/flx/gstflxdec.c: (gst_flxdec_chain):
12811 * gst/goom/gstgoom.c: (gst_goom_chain):
12812 * gst/matroska/matroska-demux.c:
12813 (gst_matroska_demux_push_vorbis_codec_priv_data),
12814 (gst_matroska_demux_add_wvpk_header):
12815 * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
12816 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12817 * gst/videomixer/videomixer.c: (gst_videomixer_collected):
12818 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
12819 alloc_buffer changes.
12821 2005-12-05 Michael Smith <msmith@fluendo.com>
12823 * docs/plugins/gst-plugins-good-plugins.args:
12824 Remove args for plugins that aren't in -good.
12826 === release 0.9.7 ===
12828 2005-12-01 <thomas (at) apestaart (dot) org>
12831 releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
12833 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
12835 * docs/plugins/.cvsignore:
12836 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12837 * docs/plugins/inspect/plugin-multipart.xml:
12838 * docs/plugins/inspect/plugin-rtp.xml:
12839 add multipart plugin to docs
12841 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
12845 * ext/pango/Makefile.am:
12846 * ext/pango/gstclockoverlay.c:
12847 * ext/pango/gstclockoverlay.h:
12848 * ext/pango/gsttextoverlay.c:
12849 * ext/pango/gsttextoverlay.h:
12850 * ext/pango/gsttextrender.c:
12851 * ext/pango/gsttextrender.h:
12852 * ext/pango/gsttimeoverlay.c:
12853 * ext/pango/gsttimeoverlay.h:
12856 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
12858 * gst/rtp/Makefile.am:
12859 * gst/rtp/gstrtpL16depay.c:
12860 * gst/rtp/gstrtpL16depay.h:
12861 * gst/rtp/gstrtpL16parse.c:
12862 * gst/rtp/gstrtpL16parse.h:
12863 * gst/rtp/gstrtpgsmdepay.c:
12864 * gst/rtp/gstrtpgsmdepay.h:
12865 * gst/rtp/gstrtpgsmparse.c:
12866 * gst/rtp/gstrtpgsmparse.h:
12867 parsers are depayers
12869 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
12871 * gst/rtp/Makefile.am:
12872 * gst/rtp/gstasteriskh263.c:
12873 * gst/rtp/gstrtp.c:
12874 * gst/rtp/gstrtpL16enc.c:
12875 * gst/rtp/gstrtpL16enc.h:
12876 * gst/rtp/gstrtpL16parse.c:
12877 * gst/rtp/gstrtpL16parse.h:
12878 * gst/rtp/gstrtpL16pay.c:
12879 * gst/rtp/gstrtpL16pay.h:
12880 * gst/rtp/gstrtpamrdec.c:
12881 * gst/rtp/gstrtpamrdec.h:
12882 * gst/rtp/gstrtpamrdepay.c:
12883 * gst/rtp/gstrtpamrdepay.h:
12884 * gst/rtp/gstrtpamrenc.c:
12885 * gst/rtp/gstrtpamrenc.h:
12886 * gst/rtp/gstrtpamrpay.c:
12887 * gst/rtp/gstrtpamrpay.h:
12888 * gst/rtp/gstrtpdec.c:
12889 * gst/rtp/gstrtpdec.h:
12890 * gst/rtp/gstrtpdepay.c:
12891 * gst/rtp/gstrtpdepay.h:
12892 * gst/rtp/gstrtpg711dec.c:
12893 * gst/rtp/gstrtpg711dec.h:
12894 * gst/rtp/gstrtpg711depay.c:
12895 * gst/rtp/gstrtpg711depay.h:
12896 * gst/rtp/gstrtpg711enc.c:
12897 * gst/rtp/gstrtpg711enc.h:
12898 * gst/rtp/gstrtpg711pay.c:
12899 * gst/rtp/gstrtpg711pay.h:
12900 * gst/rtp/gstrtpgsmenc.c:
12901 * gst/rtp/gstrtpgsmenc.h:
12902 * gst/rtp/gstrtpgsmparse.c:
12903 * gst/rtp/gstrtpgsmparse.h:
12904 * gst/rtp/gstrtpgsmpay.c:
12905 * gst/rtp/gstrtpgsmpay.h:
12906 * gst/rtp/gstrtph263enc.c:
12907 * gst/rtp/gstrtph263enc.h:
12908 * gst/rtp/gstrtph263pay.c:
12909 * gst/rtp/gstrtph263pay.h:
12910 * gst/rtp/gstrtph263pdec.c:
12911 * gst/rtp/gstrtph263pdec.h:
12912 * gst/rtp/gstrtph263pdepay.c:
12913 * gst/rtp/gstrtph263pdepay.h:
12914 * gst/rtp/gstrtph263penc.c:
12915 * gst/rtp/gstrtph263penc.h:
12916 * gst/rtp/gstrtph263ppay.c:
12917 * gst/rtp/gstrtph263ppay.h:
12918 * gst/rtp/gstrtpmp4vdec.c:
12919 * gst/rtp/gstrtpmp4vdec.h:
12920 * gst/rtp/gstrtpmp4vdepay.c:
12921 * gst/rtp/gstrtpmp4vdepay.h:
12922 * gst/rtp/gstrtpmp4venc.c:
12923 * gst/rtp/gstrtpmp4venc.h:
12924 * gst/rtp/gstrtpmp4vpay.c:
12925 * gst/rtp/gstrtpmp4vpay.h:
12926 * gst/rtp/gstrtpmpadec.c:
12927 * gst/rtp/gstrtpmpadec.h:
12928 * gst/rtp/gstrtpmpadepay.c:
12929 * gst/rtp/gstrtpmpadepay.h:
12930 * gst/rtp/gstrtpmpaenc.c:
12931 * gst/rtp/gstrtpmpaenc.h:
12932 * gst/rtp/gstrtpmpapay.c:
12933 * gst/rtp/gstrtpmpapay.h:
12934 * gst/rtp/gstrtpspeexdec.c:
12935 * gst/rtp/gstrtpspeexdec.h:
12936 * gst/rtp/gstrtpspeexdepay.c:
12937 * gst/rtp/gstrtpspeexdepay.h:
12938 * gst/rtp/gstrtpspeexenc.c:
12939 * gst/rtp/gstrtpspeexenc.h:
12940 * gst/rtp/gstrtpspeexpay.c:
12941 * gst/rtp/gstrtpspeexpay.h:
12942 Do burger's rename for rtp payloaders and depayloaders
12944 2005-11-30 Wim Taymans <wim@fluendo.com>
12946 * ext/dv/gstdvdec.c: (gst_dvdec_chain):
12947 * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
12948 * ext/dv/gstdvdemux.h:
12949 Fix seeking in dvdemux again, add some more debug info.
12951 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
12956 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
12959 * docs/random/PORTED_09:
12961 * tests/Makefile.am:
12966 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
12969 * check/.cvsignore:
12970 * check/Makefile.am:
12971 * check/elements/.cvsignore:
12972 * check/elements/level.c:
12973 * check/elements/matroskamux.c:
12975 * examples/Makefile.am:
12976 * examples/capsfilter/Makefile.am:
12977 * examples/capsfilter/capsfilter1.c:
12978 * examples/gob/Makefile.am:
12979 * examples/gob/gst-identity2.gob:
12980 * examples/gstplay/.cvsignore:
12981 * examples/gstplay/Makefile.am:
12982 * examples/gstplay/player.c:
12983 * examples/indexing/.cvsignore:
12984 * examples/indexing/Makefile.am:
12985 * examples/indexing/indexmpeg.c:
12986 * examples/level/Makefile.am:
12987 * examples/level/README:
12988 * examples/level/demo.c:
12989 * examples/level/plot.c:
12990 * examples/stats/Makefile.am:
12991 * examples/stats/mp2ogg.c:
12992 * examples/switch/.cvsignore:
12993 * examples/switch/Makefile.am:
12994 * examples/switch/switcher.c:
12997 2005-11-30 Tim-Philipp Müller <tim at centricular dot net>
12999 * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13000 (gst_text_render_class_init), (resize_bitmap),
13001 (gst_text_render_render_text), (gst_text_render_setcaps),
13002 (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13003 (gst_text_render_chain), (gst_text_render_finalize),
13004 (gst_text_render_init), (gst_text_render_set_property):
13005 * ext/pango/gsttextrender.h:
13008 2005-11-30 Tim-Philipp Müller <tim at centricular dot net>
13012 * ext/pango/Makefile.am:
13013 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13014 (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13015 (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13016 * ext/pango/gstclockoverlay.h:
13017 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13018 (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13019 (gst_text_overlay_finalize), (gst_text_overlay_init),
13020 (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13021 (gst_text_overlay_text_pad_linked),
13022 (gst_text_overlay_text_pad_unlinked),
13023 (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13024 (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13025 (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13026 (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13027 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13028 (gst_text_overlay_change_state), (plugin_init):
13029 * ext/pango/gsttextoverlay.h:
13030 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13031 (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13032 (gst_time_overlay_class_init), (gst_time_overlay_init):
13033 * ext/pango/gsttimeoverlay.h:
13034 Port pango-based textoverlay, timeoverlay and textrender to 0.9
13035 and add background shading and text wrapping modes. Make
13036 timoverlay derive from textoverlay. Also add new clockoverlay
13039 2005-11-30 Julien MOUTTE <julien@moutte.net>
13041 * gst/udp/Makefile.am: Moved to netbuffer.
13043 2005-11-30 Julien MOUTTE <julien@moutte.net>
13047 * gst/multipart/Makefile.am:
13048 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13049 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13050 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13051 (gst_multipart_demux_change_state),
13052 (gst_multipart_demux_plugin_init):
13053 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13054 (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13055 (gst_multipart_mux_sinkconnect),
13056 (gst_multipart_mux_request_new_pad),
13057 (gst_multipart_mux_handle_src_event),
13058 (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13059 (gst_multipart_mux_change_state): Ported multipart mux/demux to
13062 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
13064 * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13065 * gst/debug/gstnavigationtest.h:
13066 * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13067 * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13068 * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13069 * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13070 * gst/effectv/gstrev.c: (gst_revtv_get_type):
13071 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13072 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13073 * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13074 * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13075 (gst_video_flip_get_type):
13076 * gst/videofilter/gstvideoflip.h:
13077 update for symbols change
13079 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
13081 * gst/udp/gstdynudpsink.c:
13082 * gst/udp/gstudpsrc.c:
13083 the old gstnet lib was renamed gstnetbuffer (#322257)
13085 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
13087 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13088 (gst_text_overlay_collected):
13089 Actually render the text from the text pad.
13091 2005-11-29 Edward Hervey <edward@fluendo.com>
13093 * gst/debug/gstnavseek.c: (gst_navseek_event):
13094 * gst/debug/progressreport.c: (gst_progress_report_event):
13095 Update for GstBaseTransform event virtual method
13097 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
13099 * ext/cairo/Makefile.am:
13100 no need to link to videofilter
13102 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
13104 * gst/debug/Makefile.am:
13105 * gst/debug/gstnavigationtest.h:
13106 * gst/effectv/Makefile.am:
13107 * gst/effectv/gstaging.c:
13108 * gst/effectv/gstdice.c:
13109 * gst/effectv/gstedge.c:
13110 * gst/effectv/gstquark.c:
13111 * gst/effectv/gstrev.c:
13112 * gst/effectv/gstshagadelic.c:
13113 * gst/effectv/gstvertigo.c:
13114 * gst/effectv/gstwarp.c:
13115 * gst/videofilter/Makefile.am:
13116 * gst/videofilter/gstvideofilter.c:
13117 * gst/videofilter/gstvideofilter.h:
13118 * gst/videofilter/gstvideoflip.h:
13119 remove the videofilter library and link to the one in base
13121 2005-11-28 Edward Hervey <edward@fluendo.com>
13123 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13124 Useless check now we're setting the current entry correctly.
13126 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
13128 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13129 (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13130 (gst_jpegenc_change_state):
13131 Don't leak input buffer in chain function (fixes #322667); make
13132 state change function thread-safe; don't repeat the current function
13133 name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13134 gst_pad_alloc_buffer(); misc. minor cleanups.
13136 2005-11-28 Jan Schmidt <thaytan@mad.scientist.com>
13138 * gst/matroska/matroska-mux.c:
13139 (gst_matroska_mux_video_pad_setcaps):
13140 Look for pixel-aspect-ratio in caps, not pixel_width and
13141 pixel_height (Fixes: #322645)
13143 2005-11-28 Jan Schmidt <thaytan@mad.scientist.com>
13145 * gst/matroska/matroska-mux.c:
13146 (gst_matroska_mux_video_pad_setcaps):
13148 frame duration should be GST_SECOND / framerate, not
13149 GST_SECOND * framerate. (Fixes: #322643)
13151 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
13154 fix up GST_PLUGIN_LDFLAGS
13155 * gst/rtsp/rtspconnection.c:
13156 fix includes (see #317043)
13157 * gst/videofilter/Makefile.am:
13158 stop installing this library
13160 2005-11-26 Edward Hervey <edward@fluendo.com>
13162 * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13163 Handle the case where the incoming Video dv stream doesn't have
13164 a pixel aspect ratio set.
13166 2005-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
13168 * docs/plugins/Makefile.am:
13169 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13170 * docs/plugins/gst-plugins-good-plugins-sections.txt:
13171 * ext/flac/gstflacdec.c:
13174 2005-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
13176 * docs/plugins/Makefile.am:
13177 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13178 * docs/plugins/gst-plugins-good-plugins-sections.txt:
13179 * docs/plugins/inspect/plugin-autodetect.xml:
13180 * ext/cairo/gstcairo.c: (plugin_init):
13181 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13182 (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13183 (gst_text_overlay_init), (gst_text_overlay_font_init),
13184 (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13185 (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13186 (gst_text_overlay_text_pad_linked),
13187 (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13188 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13189 (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13190 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13191 (gst_text_overlay_change_state):
13192 * ext/cairo/gsttextoverlay.h:
13193 * ext/cairo/gsttimeoverlay.c:
13194 (gst_cairo_time_overlay_update_font_height),
13195 (gst_cairo_time_overlay_set_caps),
13196 (gst_cairo_time_overlay_get_unit_size),
13197 (gst_cairo_time_overlay_print_smpte_time),
13198 (gst_cairo_time_overlay_transform),
13199 (gst_cairo_time_overlay_base_init),
13200 (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
13201 (gst_cairo_time_overlay_get_type):
13202 * ext/cairo/gsttimeoverlay.h:
13203 do some name borgifying
13206 2005-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
13208 * docs/plugins/Makefile.am:
13209 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13210 * docs/plugins/gst-plugins-good-plugins-sections.txt:
13211 * gst/autodetect/gstautoaudiosink.c:
13212 (gst_auto_audio_sink_base_init):
13213 * gst/autodetect/gstautovideosink.c:
13214 (gst_auto_video_sink_base_init),
13215 (gst_auto_video_sink_factory_filter):
13216 documenting auto*sink
13217 using strstr for the video sink lookup, class field is not ordered
13218 * docs/plugins/inspect/plugin-1394.xml:
13219 * docs/plugins/inspect/plugin-aasink.xml:
13220 * docs/plugins/inspect/plugin-alaw.xml:
13221 * docs/plugins/inspect/plugin-alpha.xml:
13222 * docs/plugins/inspect/plugin-alphacolor.xml:
13223 * docs/plugins/inspect/plugin-auparse.xml:
13224 * docs/plugins/inspect/plugin-autodetect.xml:
13225 * docs/plugins/inspect/plugin-avi.xml:
13226 * docs/plugins/inspect/plugin-cacasink.xml:
13227 * docs/plugins/inspect/plugin-cairo.xml:
13228 * docs/plugins/inspect/plugin-cutter.xml:
13229 * docs/plugins/inspect/plugin-debug.xml:
13230 * docs/plugins/inspect/plugin-dv.xml:
13231 * docs/plugins/inspect/plugin-efence.xml:
13232 * docs/plugins/inspect/plugin-effectv.xml:
13233 * docs/plugins/inspect/plugin-esdsink.xml:
13234 * docs/plugins/inspect/plugin-flac.xml:
13235 * docs/plugins/inspect/plugin-flxdec.xml:
13236 * docs/plugins/inspect/plugin-gconfelements.xml:
13237 * docs/plugins/inspect/plugin-goom.xml:
13238 * docs/plugins/inspect/plugin-jpeg.xml:
13239 * docs/plugins/inspect/plugin-level.xml:
13240 * docs/plugins/inspect/plugin-matroska.xml:
13241 * docs/plugins/inspect/plugin-mulaw.xml:
13242 * docs/plugins/inspect/plugin-navigationtest.xml:
13243 * docs/plugins/inspect/plugin-ossaudio.xml:
13244 * docs/plugins/inspect/plugin-png.xml:
13245 * docs/plugins/inspect/plugin-rtp.xml:
13246 * docs/plugins/inspect/plugin-rtsp.xml:
13247 * docs/plugins/inspect/plugin-shout2send.xml:
13248 * docs/plugins/inspect/plugin-smpte.xml:
13249 * docs/plugins/inspect/plugin-speex.xml:
13250 * docs/plugins/inspect/plugin-udp.xml:
13251 * docs/plugins/inspect/plugin-videobox.xml:
13252 * docs/plugins/inspect/plugin-videoflip.xml:
13253 * docs/plugins/inspect/plugin-videomixer.xml:
13254 * docs/plugins/inspect/plugin-wavenc.xml:
13255 * docs/plugins/inspect/plugin-wavparse.xml:
13256 update for HEAD version
13258 2005-11-25 Michael Smith <msmith@fluendo.com>
13260 * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
13261 Patch from Sebastien Cote to close control sockets in udpsrc.
13263 2005-11-24 Julien MOUTTE <julien@moutte.net>
13265 * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13266 (gst_quarktv_get_unit_size), (gst_quarktv_transform),
13267 (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
13268 (gst_quarktv_base_init), (gst_quarktv_class_init),
13269 (gst_quarktv_init): Flush the planes list on reverse caps
13270 negotiation. This was crashing because of differently sized
13273 2005-11-24 Julien MOUTTE <julien@moutte.net>
13275 * gst/debug/gstnavigationtest.c: (draw_box_planar411):
13276 * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
13277 (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
13278 (gst_videoflip_get_unit_size), (gst_videoflip_flip),
13279 (gst_videoflip_transform), (gst_videoflip_handle_src_event),
13280 (gst_videoflip_set_property), (gst_videoflip_base_init),
13281 (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
13282 correctly, fix identity flipping, convert navigation event
13285 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
13287 * configure.ac: back to HEAD
13289 === release 0.9.6 ===
13291 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
13294 releasing 0.9.6, "Everything's Not Lost"
13296 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
13298 * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
13299 Oops, initialise the framerate GValue
13301 2005-11-23 Julien MOUTTE <julien@moutte.net>
13303 * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
13304 (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
13305 (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
13306 (gst_timeoverlay_class_init), (gst_timeoverlay_init),
13307 (gst_timeoverlay_get_type):
13308 * ext/cairo/gsttimeoverlay.h:
13309 * gst/debug/Makefile.am:
13310 * gst/debug/gstnavigationtest.c:
13311 (gst_navigationtest_handle_src_event),
13312 (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
13313 (gst_navigationtest_transform), (gst_navigationtest_change_state),
13314 (gst_navigationtest_base_init), (gst_navigationtest_class_init),
13315 (gst_navigationtest_init), (gst_navigationtest_get_type),
13317 * gst/debug/gstnavigationtest.h:
13318 * gst/effectv/Makefile.am:
13319 * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
13320 (gst_agingtv_get_unit_size), (gst_agingtv_transform),
13321 (gst_agingtv_base_init), (gst_agingtv_class_init),
13322 (gst_agingtv_init), (gst_agingtv_get_type):
13323 * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
13324 (gst_dicetv_get_unit_size), (gst_dicetv_transform),
13325 (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
13326 (gst_dicetv_get_type):
13327 * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
13328 (gst_edgetv_get_unit_size), (gst_edgetv_transform),
13329 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
13330 (gst_edgetv_get_type):
13331 * gst/effectv/gsteffectv.c:
13332 * gst/effectv/gsteffectv.h:
13333 * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13334 (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
13335 (gst_quarktv_change_state), (gst_quarktv_base_init),
13336 (gst_quarktv_class_init), (gst_quarktv_init),
13337 (gst_quarktv_get_type):
13338 * gst/effectv/gstrev.c: (gst_revtv_set_caps),
13339 (gst_revtv_get_unit_size), (gst_revtv_transform),
13340 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
13341 (gst_revtv_get_type):
13342 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
13343 (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
13344 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
13345 (gst_shagadelictv_init), (gst_shagadelictv_get_type):
13346 * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
13347 (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
13348 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
13349 (gst_vertigotv_init), (gst_vertigotv_get_type):
13350 * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
13351 (gst_warptv_get_unit_size), (gst_warptv_transform),
13352 (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
13353 (gst_warptv_get_type):
13354 * gst/videofilter/Makefile.am:
13355 * gst/videofilter/gstvideobalance.c:
13356 * gst/videofilter/gstvideobalance.h:
13357 * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
13358 (gst_videofilter_class_init), (gst_videofilter_init):
13359 * gst/videofilter/gstvideofilter.h:
13360 * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
13361 (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
13362 (gst_videoflip_flip), (gst_videoflip_transform),
13363 (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
13364 (gst_videoflip_base_init), (gst_videoflip_class_init),
13365 (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
13366 * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
13367 BaseTransform, it's just a place holder for now and every video
13368 effect plugin has been ported to use BaseTransform features
13369 directly. QuarkTV was fixed too (was broken), navigationtest works
13370 and best for the end, videoflip converts navigation events depending
13371 on flip method ! Fixes #320953
13373 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
13375 * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13376 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
13377 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13378 (gst_goom_src_negotiate), (gst_goom_chain):
13379 * gst/matroska/matroska-mux.c:
13380 (gst_matroska_mux_video_pad_setcaps):
13381 * sys/osxvideo/osxvideosink.m:
13382 Fixes for API changes
13384 2005-11-23 Michael Smith <msmith@fluendo.com>
13386 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
13387 (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
13388 * ext/jpeg/gstjpegdec.h:
13389 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
13390 * ext/jpeg/gstjpegenc.h:
13391 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13392 (gst_smokeenc_resync):
13393 * ext/jpeg/gstsmokeenc.h:
13394 JPEG fractiony goodness.
13396 2005-11-22 Michael Smith <msmith@fluendo.com>
13398 * gst/goom/filters.c:
13399 * gst/goom/graphic.h:
13400 Fix compilation by making some functions static inline instead of
13401 extern inline, matching the way they're used.
13403 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
13405 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
13406 (gst_text_overlay_setcaps), (gst_text_overlay_collected):
13407 * ext/cairo/gsttextoverlay.h:
13408 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
13409 * ext/gdk_pixbuf/gstgdkpixbuf.h:
13410 * ext/libpng/gstpngdec.c: (gst_pngdec_init),
13411 (gst_pngdec_caps_create_and_set):
13412 * ext/libpng/gstpngdec.h:
13413 * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
13414 * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
13415 * gst/avi/gstavimux.c: (gst_avimux_init),
13416 (gst_avimux_vidsinkconnect):
13417 * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13418 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
13419 (gst_goom_src_negotiate), (gst_goom_chain):
13420 * gst/goom/gstgoom.h:
13421 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13422 * gst/matroska/matroska-mux.c:
13423 (gst_matroska_mux_video_pad_setcaps):
13424 * sys/osxvideo/osxvideosink.h:
13425 * sys/osxvideo/osxvideosink.m:
13426 More fractional framerate conversions
13428 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
13430 * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13431 * gst/debug/gstnavigationtest.c:
13432 (gst_navigationtest_handle_src_event):
13433 * gst/videofilter/gstvideofilter.c:
13434 (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
13435 (gst_videofilter_init):
13436 * gst/videofilter/gstvideofilter.h:
13437 Convert to fractional framerates.
13439 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
13441 * ext/aalib/gstaasink.c:
13442 * ext/dv/gstdvdec.c:
13443 * ext/esd/esdmon.c:
13444 * ext/flac/gstflacenc.c:
13445 * ext/gdk_pixbuf/pixbufscale.c:
13446 * ext/libcaca/gstcacasink.c:
13447 * ext/shout2/gstshout2.c:
13448 * gst/alpha/gstalpha.c:
13449 * gst/oldcore/gstaggregator.c:
13450 * gst/oldcore/gstshaper.c:
13451 * gst/smpte/barboxwipes.c:
13452 * gst/smpte/gstsmpte.c:
13453 * gst/videobox/gstvideobox.c:
13454 * gst/videofilter/gstvideoflip.c:
13455 * gst/videomixer/videomixer.c:
13458 2005-11-22 Michael Smith <msmith@fluendo.com>
13460 * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13461 (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13462 (gst_videomixer_update_queues):
13463 Fractional framerates, videomixer.
13465 2005-11-22 Michael Smith <msmith@fluendo.com>
13467 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
13468 * ext/dv/gstdvdec.h:
13469 * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
13470 (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
13471 (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
13472 (gst_dvdemux_flush):
13473 * ext/dv/gstdvdemux.h:
13474 Fractional framerates for DV.
13476 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
13478 * gst/autodetect/gstautoaudiosink.c:
13479 (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
13480 * gst/autodetect/gstautovideosink.c:
13481 (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
13482 Use gst_plugin_feature_list_free() to free feature list and
13483 in the case of autovideosink free the list at all. Also
13484 miscellaneous cosmetic fixes.
13486 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
13488 * gst/cutter/gstcutter.c: (gst_cutter_chain),
13489 (gst_cutter_set_property), (gst_cutter_get_caps):
13490 copy calculation code from level; remove use of some audio
13493 2005-11-22 Andy Wingo <wingo@pobox.com>
13495 * Update for gst_tag_setter API changes.
13497 2005-11-22 Andy Wingo <wingo@pobox.com>
13499 * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
13500 (gst_dvdemux_demux_frame)
13501 * ext/flac/gstflacdec.c (gst_flacdec_write)
13502 * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
13503 (gst_flacenc_sink_event)
13504 * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
13505 * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
13506 * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
13507 * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
13508 * gst/auparse/gstauparse.c (gst_auparse_chain)
13509 * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
13510 * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
13511 * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
13512 (gst_avi_demux_handle_seek)
13513 * gst/goom/gstgoom.c (gst_goom_event)
13514 * gst/matroska/ebml-write.c (gst_ebml_write_seek)
13515 * gst/matroska/matroska-demux.c
13516 (gst_matroska_demux_handle_seek_event)
13517 (gst_matroska_demux_loop_stream_parse_id)
13518 * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
13519 * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
13520 (gst_wavparse_stream_headers): Run update-funcnames.
13522 2005-11-22 Edward Hervey <edward@fluendo.com>
13524 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13525 (gst_dv1394src_init), (gst_dv1394src_dispose),
13526 (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
13527 (gst_dv1394src_uri_set_uri):
13528 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13529 (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
13530 (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
13531 URIHandler interface and element properties are now properly
13532 synchronized for DV1394src and UDPSrc
13534 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
13536 * ext/flac/Makefile.am:
13537 * ext/speex/Makefile.am:
13538 libgsttagedit has been renamed to libgsttag.
13540 2005-11-21 Wim Taymans <wim@fluendo.com>
13542 * gst/rtsp/rtspconnection.c: (read_body):
13543 Apply patch from Sebastien Cote to fix #319184.
13545 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
13548 * gst/cutter/Makefile.am:
13549 * gst/cutter/gstcutter.c: (gst_cutter_class_init),
13550 (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
13551 (gst_cutter_set_property), (gst_cutter_get_property),
13552 (plugin_init), (gst_cutter_get_caps):
13554 * gst/level/gstlevel.c:
13555 fix up plugin details
13557 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
13559 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
13560 * ext/flac/gstflacdec.c: (gst_flacdec_loop),
13561 (gst_flacdec_src_event):
13562 * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
13563 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
13564 (gst_signal_processor_getrange), (gst_signal_processor_chain):
13565 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
13566 * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
13567 (gst_flxdec_sink_event_handler):
13568 * gst/matroska/matroska-demux.c:
13569 (gst_matroska_demux_handle_seek_event):
13570 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
13571 Update for stream lock API changes: don't take stream log
13572 in sink event handlers any longer and change GST_STREAM_LOCK
13573 to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
13576 2005-11-21 Michael Smith <msmith@fluendo.com>
13578 * gst/auparse/gstauparse.c: (gst_auparse_dispose):
13579 gst_object_unref, not g_object_unref
13581 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
13583 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
13584 (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
13585 Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
13587 2005-11-21 Michael Smith <msmith@fluendo.com>
13589 * gst/auparse/Makefile.am:
13590 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
13591 (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
13592 (gst_auparse_change_state):
13593 * gst/auparse/gstauparse.h:
13594 Partially fix #161712. playbin still doesn't work on these files,
13595 (on the bug report, Andy says we aren't typefinding it for some
13596 reason?) but at least auparse isn't totally busted like it was before.
13598 2005-11-21 Andy Wingo <wingo@pobox.com>
13601 * *.c: Ran scripts/update-macros. Oh yes.
13603 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
13605 * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
13606 Filler events are gone for now, comment out section generating
13609 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
13611 * ext/aalib/gstaasink.c: (gst_aasink_fixate):
13612 * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
13613 * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
13614 * sys/osxvideo/osxvideosink.m:
13615 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13618 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
13620 * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
13621 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
13622 (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
13623 (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
13624 (gst_avi_demux_sync), (gst_avi_demux_stream_header),
13625 (gst_avi_demux_stream_data):
13626 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13627 * gst/wavenc/gstwavenc.c: (write_metadata):
13628 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
13629 (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
13630 Fixes for GST_FOURCC_FORMAT API change.
13632 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
13634 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
13635 (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
13636 (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
13637 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13638 (gst_text_overlay_change_state):
13639 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
13640 (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
13641 (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
13642 * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
13643 * gst/videomixer/videomixer.c: (gst_videomixer_init),
13644 (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
13645 (gst_videomixer_change_state):
13646 Fix for collect pads API change. Also fix textoverlay state
13649 2005-11-20 Julien MOUTTE <julien@moutte.net>
13651 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
13652 GST_PAD_IS_USABLE by something approaching it.
13654 2005-11-20 Julien MOUTTE <julien@moutte.net>
13656 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
13658 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
13659 but also fix the code that was not checking return values from
13660 pad_push neither using pad_alloc_buffer.
13662 2005-11-18 Edward Hervey <edward@fluendo.com>
13664 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
13665 (gst_pngenc_chain):
13666 Added debug category
13667 Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
13670 2005-11-17 Edgard Lima <edgard.lima@indt.org.br>
13672 * gst/rtp/Makefile.am
13674 * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
13675 (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
13676 (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
13677 (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
13678 * gst/rtp/gstrtpg711enc.h:
13679 * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
13680 * gst/rtp/gstrtpspeexenc.c:
13681 * gst/rtp/gstrtpspeexenc.h:
13682 * gst/rtp/gstrtpspeexdec.c:
13683 * gst/rtp/gstrtpspeexdec.h:
13684 Created Speex payloader and depayloader; Optimize G711 payloader to
13685 use adapter and send packets until MTU size.
13687 2005-11-16 Wim Taymans <wim@fluendo.com>
13689 * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
13692 2005-11-16 Wim Taymans <wim@fluendo.com>
13694 * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
13697 2005-11-16 Andy Wingo <wingo@pobox.com>
13699 * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
13700 (gst_udpsrc_create): Move comment.
13702 2005-11-15 Vincent Torri <torri at iecn dot u-nancy dot fr>
13704 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
13706 * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
13707 When seeking, seek to closest index entry at or before the requested
13708 seek position, not just the closest one (#321001).
13710 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
13712 * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
13713 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
13714 Invert DIB images again (see #132341).
13716 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
13719 rework configure.ac file
13720 * ext/aalib/gstaasink.c:
13721 * ext/cairo/gstcairo.c:
13723 * ext/esd/gstesd.c:
13724 * ext/flac/gstflac.c:
13725 * ext/gconf/gstgconfelements.c:
13726 * ext/gdk_pixbuf/gstgdkpixbuf.c:
13727 * ext/jpeg/gstjpeg.c:
13728 * ext/ladspa/gstladspa.c:
13729 * ext/libcaca/gstcacasink.c:
13730 * ext/libmng/gstmng.c:
13731 * ext/libpng/gstpng.c:
13732 * ext/mikmod/gstmikmod.c:
13733 * ext/pango/gsttextoverlay.c:
13734 * ext/pango/gsttimeoverlay.c:
13735 * ext/raw1394/gst1394.c:
13736 * ext/speex/gstspeex.c:
13737 * gst/alpha/Makefile.am:
13738 * gst/alpha/gstalpha.c:
13739 * gst/alpha/gstalphacolor.c:
13740 * gst/auparse/gstauparse.c:
13741 * gst/autodetect/gstautoaudiosink.c:
13742 (gst_auto_audio_sink_factory_filter),
13743 (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
13744 * gst/autodetect/gstautodetect.c:
13745 * gst/avi/gstavi.c:
13746 * gst/cutter/gstcutter.c:
13747 * gst/debug/efence.c:
13748 * gst/debug/gstdebug.c:
13749 * gst/debug/gstnavigationtest.c:
13750 * gst/effectv/gsteffectv.c:
13751 * gst/flx/gstflxdec.c:
13752 * gst/goom/gstgoom.c:
13753 * gst/interleave/plugin.c:
13756 * gst/level/gstlevel.c:
13757 * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
13758 * gst/matroska/matroska.c:
13759 * gst/median/gstmedian.c:
13760 * gst/monoscope/gstmonoscope.c:
13761 * gst/multipart/multipart.c:
13762 * gst/oldcore/gstelements.c:
13763 * gst/rtp/gstrtp.c:
13764 * gst/rtsp/gstrtsp.c:
13765 * gst/smoothwave/gstsmoothwave.c:
13766 * gst/smpte/gstsmpte.c:
13767 * gst/udp/gstudp.c:
13768 * gst/videobox/gstvideobox.c:
13769 * gst/videofilter/gstgamma.c:
13770 * gst/videofilter/gstvideobalance.c:
13771 * gst/videofilter/gstvideoflip.c:
13772 * gst/videofilter/gstvideotemplate.c:
13773 * gst/videomixer/videomixer.c:
13774 * gst/wavenc/gstwavenc.c:
13775 * gst/wavparse/gstwavparse.c:
13776 * sys/oss/gstossaudio.c:
13777 * sys/osxaudio/gstosxaudio.c:
13778 update GST_PLUGIN_DEFINE
13779 * gst/rtp/Makefile.am:
13780 * gst/rtp/gstasteriskh263.c:
13781 check for htons/htonl headers and possibly link to winsock2 lib
13783 2005-11-12 Edward Hervey <edward@fluendo.com>
13785 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13786 Only GST_DEBUG() information on the valid components.
13788 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
13790 * configure.ac: back to HEAD
13792 === release 0.9.5 ===
13794 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
13797 releasing 0.9.5, "Phone Alarm"
13799 2005-11-11 Edward Hervey <edward@fluendo.com>
13801 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13802 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
13803 (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
13804 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13805 (gst_avi_demux_loop):
13806 * gst/avi/gstavidemux.h:
13807 Yeah, implement proper seeking. Exact seeking and segment seeking.
13808 Still need to do some checks for segment_stop.
13810 2005-11-10 Josef Zlomek <josef dot zlomek at xeris dot cz>
13812 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
13814 * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
13815 Don't try to ready buffer duration from buffer that we don't
13816 own any longer and that might already have been unreffed.
13819 2005-11-09 Zeeshan Ali <zeenix@gmail.com>
13821 * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
13822 (flx_decode_delta_flc), (gst_flxdec_chain):
13823 Attempting to optimize the code for embedded systems.
13825 2005-11-08 Alessandro Decina <alessandro at nnva dot org>
13827 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
13829 * sys/oss/gstosssink.c: (gst_oss_sink_close):
13830 Don't re-use already closed file descriptor. (#320920)
13832 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
13834 * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
13835 (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
13836 (gst_oss_sink_prepare):
13837 * sys/oss/gstosssink.h:
13838 Cache probed caps; fix debug output for SET_PARAM macros.
13840 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
13842 * ext/cairo/Makefile.am:
13843 * ext/cairo/gstcairo.c: (plugin_init):
13844 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13845 (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13846 (gst_text_overlay_init), (gst_text_overlay_font_init),
13847 (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13848 (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13849 (gst_text_overlay_text_pad_linked),
13850 (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13851 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13852 (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13853 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13854 (gst_text_overlay_change_state):
13855 * ext/cairo/gsttextoverlay.h:
13856 Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
13857 property and redo positioning. Doesn't handle upstream renegotiation
13860 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
13862 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13863 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13864 (gst_avi_demux_loop):
13865 No need to take the STREAM_LOCK in the loop function. Improve
13866 some debug messages. Don't leak pad names in debug messages.
13868 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
13870 * gst/matroska/matroska-demux.c:
13871 (gst_matroska_demux_push_vorbis_codec_priv_data),
13872 (gst_matroska_demux_add_wvpk_header):
13873 Don't error out when the source pad isn't linked.
13875 2005-11-02 Tim-Philipp Müller <tim at centricular dot net>
13877 * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
13878 (gst_gconf_audio_sink_change_state):
13879 * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
13880 (gst_gconf_video_sink_change_state):
13881 Fix state change functions here as well and set kid
13882 to NULL state before removing it.
13884 2005-11-01 Edward Hervey <edward@fluendo.com>
13886 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
13887 (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
13888 Added proper event handlind,
13889 made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
13891 and don't set a duration of 0 for buffers otherwise they are discarded
13894 GstWavEnc needs some serious loving, after going through the code I'm
13895 really wondering how this can stay in -good ...
13897 2005-11-01 Thomas Vander Stichele <thomas at apestaart dot org>
13899 * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
13900 (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
13901 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
13902 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
13903 (gst_matroska_mux_start), (gst_matroska_mux_write_data),
13904 (gst_matroska_mux_collected):
13905 Fix leaks and invalid memory access as reported by valgrind
13907 2005-11-01 Thomas Vander Stichele <thomas at apestaart dot org>
13909 Patch by: Michal Benes <michal.benes@xeris.cz>
13911 * check/Makefile.am:
13912 * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
13913 * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
13914 (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
13915 add a unit test for matroskamux
13916 fix the bugs that the unit test exposed
13918 2005-11-01 Tim-Philipp Müller <tim at centricular dot net>
13920 * gst/autodetect/gstautoaudiosink.c:
13921 (gst_auto_audio_sink_class_init),
13922 (gst_auto_audio_sink_change_state):
13923 * gst/autodetect/gstautovideosink.c:
13924 (gst_auto_video_sink_class_init),
13925 (gst_auto_video_sink_change_state):
13926 Fix state change function and use GST_DEBUG_FUNCPTR in
13929 2005-11-01 Josef Zlomek <josef dot zlomek at xeris dot cz>
13931 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
13933 * gst/matroska/ebml-write.c: (gst_ebml_write_new),
13934 (gst_ebml_write_reset), (gst_ebml_write_element_new):
13935 * gst/matroska/ebml-write.h:
13936 * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
13937 Set timestamps on outgoing ebml headers as well, so that the
13938 element after matroskamux can get the timestamp already when
13939 reading the first ebml element and doesn't have to wait for
13940 the actual data buffer for that (#320308).
13942 2005-10-31 Andy Wingo <wingo@pobox.com>
13944 * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
13945 (gst_videomixer_pad_link): Kill some memleaks.
13946 (gst_videomixer_pad_get_property): Style fix.
13947 (gst_videomixer_pad_set_property): Style fix.
13948 (gst_videomixer_pad_init): Style fix.
13949 (gst_videomixer_update_queues): Kill memleak.
13950 (gst_videomixer_loop): Kill memleak.
13951 (gst_videomixer_collected): Kill memleak.
13953 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
13955 * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
13956 gst_auparse_change_state:
13959 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
13961 * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
13962 Add checks to GST_FLOW_NOT_LINKED for values returned
13965 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
13967 * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
13968 (gst_rtpg711dec_process):
13969 * gst/rtp/gstrtpgsmenc.c:
13970 Payloader now sets some default caps on the srcpad if caps on the sinkpad
13971 are never set. This is important for the g711 to work with burger's rtpbin
13974 2005-10-28 Edgard Lima <edgard.lima@cin.ufpe.br>
13976 * ext/speex/gstspeexenc.c: (gst_speexenc_chain),
13977 (gst_speexenc_push_buffer):
13978 Add checks for return values from gst_pad_push and
13979 gst_pad_alloc_buffer.
13981 2005-10-28 Michal Benes <michal dot benes at xeris dot cz>
13983 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
13985 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
13986 (gst_matroska_demux_parse_info),
13987 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13988 (gst_matroska_demux_parse_cluster):
13989 * gst/matroska/matroska-ids.h:
13990 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
13991 (gst_matroska_mux_init), (gst_matroska_mux_start),
13992 (gst_matroska_mux_create_buffer_header),
13993 (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
13994 (gst_matroska_mux_get_property):
13995 * gst/matroska/matroska-mux.h:
13996 Add SimpleBlock support to matroska demuxer and muxer (part of
13997 Matroska v2). (#319731)
13999 2005-10-28 Wim Taymans <wim@fluendo.com>
14001 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14002 (gst_jpeg_dec_change_state):
14003 * ext/jpeg/gstjpegdec.h:
14004 Cleanups. Don't create caps for every chain.
14006 2005-10-27 Edgard Lima Edgard Lima <edgard.lima@indt.org.br>
14008 * gst/law/alaw-encode.c: (gst_alawenc_init),
14009 (alawenc_setcaps), (gst_alawenc_chain)
14010 * gst/law/alaw-encode.h:
14011 * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14012 (mulawenc_setcaps), (gst_mulawenc_chain)
14013 * gst/law/mulaw-encode.h:
14014 Set timestamp on buffer and it allows RTP G711 elements
14017 2005-10-27 Wim Taymans <wim@fluendo.com>
14019 * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14020 Set correct format on oss instead of a silly value.
14022 2005-10-27 Julien MOUTTE <julien@moutte.net>
14024 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14025 (gst_video_box_transform_caps), (gst_video_box_set_caps),
14026 (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14027 (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14028 I420 rendering as well, doesn't bring much for my platform.
14029 Might help on some other platforms.
14031 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
14033 * gst/rtp/gstrtpgsmenc.c:
14034 * gst/rtp/gstrtpgsmparse.c:
14035 Declaring the padtemplate correctly.
14037 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
14039 * gst/rtp/gstrtpg711dec.c:
14040 * gst/rtp/gstrtpg711enc.c:
14041 * gst/rtp/gstrtpgsmenc.c:
14042 * gst/rtp/gstrtpgsmparse.c:
14043 Setting the proper copyright notice.
14045 2005-10-26 Julien MOUTTE <julien@moutte.net>
14047 * gst/videobox/Makefile.am: Use liboil.
14048 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14049 (gst_video_box_set_property), (gst_video_box_transform_caps),
14050 (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14051 (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14052 using liboil. Will dot the same to I420 border generation
14055 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
14057 * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14058 (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14059 (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14060 * gst/rtp/gstrtpg711dec.h:
14061 * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14062 (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14063 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14064 (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14065 (gst_rtpgsmenc_handle_buffer):
14066 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14067 (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14068 (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14069 * gst/rtp/gstrtpgsmparse.h:
14070 Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14071 inherits from the basertpdepayloader.
14073 2005-10-26 Julien MOUTTE <julien@moutte.net>
14075 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14076 (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14077 (gst_video_box_ayuv): Removing this forgotten debug.
14079 2005-10-26 Julien MOUTTE <julien@moutte.net>
14081 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14082 (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14083 (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14085 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
14087 * sys/oss/gstossaudio.c:
14088 * sys/oss/gstossdmabuffer.c:
14089 * sys/oss/gstosshelper.c:
14090 * sys/oss/gstossmixer.c:
14091 * sys/oss/gstossmixerelement.c:
14092 * sys/oss/gstossmixertrack.c:
14093 * sys/oss/gstosssink.c:
14094 * sys/oss/gstosssrc.c:
14095 Actually use the 'oss' debug category we register.
14097 2005-10-26 Julien MOUTTE <julien@moutte.net>
14099 * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14100 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14101 Use gst_pad_get_parent and drop the ref that was added through
14104 2005-10-26 Thomas Vander Stichele <thomas at apestaart dot org>
14106 * gst/rtp/gstrtpgsmenc.c:
14109 2005-10-25 Edgard Lima <edgard.lima@indt.org.br>
14111 * gst/rtp/gstrtpg711dec.c
14112 Just removed a couple of lines of weird code used during
14113 development/test time.
14115 2005-10-25 Edgard Lima <edgard.lima@indt.org.br>
14117 * gst/rtp/Makefile.am
14119 * gst/rtp/gstrtpg711enc.c
14120 * gst/rtp/gstrtpg711enc.h
14121 * gst/rtp/gstrtpg711dec.c
14122 * gst/rtp/gstrtpg711dec.h
14123 Created G711 payloader and depayloader (it supports mulaw and alaw
14126 2005-10-25 Julien MOUTTE <julien@moutte.net>
14128 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14129 (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14130 Doh ! I introduced wingo's bug again ! Sorry...
14132 2005-10-25 Christian Schaller <christian@fluendo.com>
14134 * gst/rtp/Makefile.am: add missing header files for disting
14136 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
14138 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14139 (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14140 (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14141 (gst_rtpgsmenc_handle_buffer):
14142 * gst/rtp/gstrtpgsmenc.h:
14143 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14144 (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14145 (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14146 (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14147 * gst/rtp/gstrtpgsmparse.h:
14148 Getting the GSM (de)payloader working and compatible with our plans for RTP.
14150 2005-10-25 Julien MOUTTE <julien@moutte.net>
14152 * ext/libpng/gstpngdec.c: (user_info_callback),
14153 (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
14154 a newsegment event, move some redundant code in a single place.
14156 2005-10-25 Julien MOUTTE <julien@moutte.net>
14158 * ext/libpng/gstpngdec.c: (user_info_callback),
14159 (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14160 hack to get correct colors order when we have a png image with
14163 2005-10-24 Edward Hervey <edward@fluendo.com>
14165 * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads):
14166 Call gst_element_no_more_pads when there will be no more pads.
14168 2005-10-24 Wim Taymans <wim@fluendo.com>
14170 * gst/rtp/Makefile.am:
14171 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14172 (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14173 (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14174 (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14175 (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14176 (gst_asteriskh263_plugin_init):
14177 * gst/rtp/gstasteriskh263.h:
14178 * gst/rtp/gstrtp.c: (plugin_init):
14179 * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14180 (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14181 (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14182 (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14183 (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14184 (gst_rtph263enc_plugin_init):
14185 * gst/rtp/gstrtph263enc.h:
14186 Added two new payloaders, an RFC 2190 payloader for h263 and
14187 a payload convertor for an asterisk server.
14189 2005-10-24 Tim-Philipp Müller <tim at centricular dot net>
14191 * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14192 Set bytes_per_sample correctly (is not always 4, but
14193 depends on width and number of channels).
14195 2005-10-24 Tim-Philipp Müller <tim at centricular dot net>
14197 * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
14198 (gst_flacenc_init), (gst_flacenc_sink_setcaps),
14199 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14200 (gst_flacenc_sink_event), (gst_flacenc_chain),
14201 (gst_flacenc_set_property), (gst_flacenc_get_property),
14202 (gst_flacenc_change_state):
14203 * ext/flac/gstflacenc.h:
14204 Fix seeking, so that flacenc can rewrite the header with the
14205 correct duration and amount of samples and all that at EOS;
14206 also set timestamps and granulepos on outgoing buffers; add
14207 debug category; fix state change function.
14209 2005-10-24 Julien MOUTTE <julien@moutte.net>
14211 * gst/videomixer/videomixer.c: Don't restrict video geometry
14214 2005-10-24 Julien MOUTTE <julien@moutte.net>
14216 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14217 (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14218 Fix caps negotiation correctly, add debugging category.
14220 2005-10-24 Christian Schaller <christian@fluendo.com>
14222 * configure.ac: Port over Thomas's change from base listing all plugins
14224 2005-10-24 Julien MOUTTE <julien@moutte.net>
14226 * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
14229 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
14235 === release 0.9.4 ===
14237 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
14240 Releasing 0.9.4, "Dromiceiomimus"
14242 2005-10-21 Tim-Philipp Müller <tim at centricular dot net>
14244 * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
14245 (gst_speexenc_src_query):
14246 Add position and duration query, fix query type function.
14248 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14249 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14250 Let's not set non-fixed caps on source pads.
14252 2005-10-21 Wim Taymans <wim@fluendo.com>
14254 * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14255 * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
14256 (gst_avi_demux_handle_seek):
14257 Set correct stream_time in newsegment event.
14258 avi can also handle a duration query now.
14260 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
14262 * gst/matroska/matroska-demux.c:
14263 (gst_matroska_demux_handle_src_query),
14264 (gst_matroska_demux_handle_seek_event),
14265 (gst_matroska_demux_loop_stream_parse_id):
14266 Fix duration query; fix basetime in newsegment event after
14267 seek; fix duration in initial newsegment event.
14269 * gst/matroska/matroska-mux.c:
14270 (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14271 Extract number of channels and samplerate from vorbis headers;
14272 add some debug messages when querying the durations of the
14275 2005-10-20 Wim Taymans <wim@fluendo.com>
14277 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14278 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14279 (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14280 Set stream time correctly in newsegment.
14282 2005-10-20 Wim Taymans <wim@fluendo.com>
14284 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14285 Correctly fill in the stream time.
14287 2005-10-19 Thomas Vander Stichele <thomas at apestaart dot org>
14289 * check/elements/level.c: (GST_START_TEST):
14290 * gst/level/gstlevel.c: (gst_level_message_new):
14291 * gst/level/level-example.c: (message_handler):
14292 use ELEMENT messages instead
14294 2005-10-19 Wim Taymans <wim@fluendo.com>
14296 * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
14297 (gst_dvdemux_src_query):
14298 * ext/flac/gstflacdec.c: (gst_flacdec_length),
14299 (gst_flacdec_src_query):
14300 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
14301 * ext/speex/gstspeexdec.c: (speex_dec_src_query):
14302 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14303 * gst/debug/gstnavseek.c: (gst_navseek_seek):
14304 * gst/debug/progressreport.c: (gst_progress_report_report):
14305 * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
14306 * gst/matroska/matroska-demux.c:
14307 (gst_matroska_demux_handle_src_query):
14308 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
14309 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14310 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14311 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14312 (gst_wavparse_srcpad_event):
14315 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
14317 * gst/goom/filters.c:
14318 * gst/goom/graphic.h:
14319 * gst/goom/lines.c:
14320 Make inline functions either 'static inline' or 'extern inline',
14321 otherwise the Forte compiler apparently won't inline them (#317300).
14323 2005-10-19 Julien MOUTTE <julien@moutte.net>
14325 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14326 (gst_pngdec_init), (user_error_fn), (user_warning_fn),
14327 (user_info_callback), (user_endrow_callback), (user_end_callback),
14328 (user_read_data), (gst_pngdec_caps_create_and_set),
14329 (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
14330 (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
14331 (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
14332 (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
14333 * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
14334 very nice and handle push/pull based model. if you have filesrc
14335 connected to it, it will do random access to load the png file.
14336 If you have a network source that can't do _getrange, it does
14337 progressive loading through the chain function.
14338 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14339 (transform_rgb), (transform_bgr): Fix caps negotiation correctly
14340 thanks to Master Wim Taymans ;-)
14342 2005-10-18 Tim-Philipp Müller <tim at centricular dot net>
14344 * gst/matroska/Makefile.am:
14345 * gst/matroska/ebml-read.c:
14346 * gst/matroska/ebml-read.h:
14347 * gst/matroska/matroska-demux.c:
14348 * gst/matroska/matroska-demux.h:
14349 * gst/matroska/matroska.c: (plugin_init):
14350 Ported matroska demuxer to 0.9.
14352 2005-10-18 Michal Benes <michal dot benes at xeris dot cz>
14354 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
14356 * gst/matroska/matroska-mux.c:
14357 (gst_matroska_mux_video_pad_setcaps),
14358 (gst_matroska_mux_audio_pad_setcaps):
14359 Fix mpeg4 input handling (#318847); also, while we're at it,
14360 fix media type for Motion-JPEG: should be image/jpeg.
14362 2005-10-18 Wim Taymans <wim@fluendo.com>
14364 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14365 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14366 (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14367 Fix for segment-start/stop API change.
14369 2005-10-17 Julien MOUTTE <julien@moutte.net>
14371 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14372 (transform_rgb), (transform_bgr): Handle caps negotiation in a better
14375 2005-10-17 Julien MOUTTE <julien@moutte.net>
14377 * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14378 (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
14379 output declared in transform_caps.
14381 2005-10-17 Julien MOUTTE <julien@moutte.net>
14383 * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
14385 2005-10-17 Julien MOUTTE <julien@moutte.net>
14387 * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
14388 (gst_video_box_get_unit_size): Fix wrong size calculations and
14389 implement get_unit_size correctly.
14391 2005-10-17 Tim-Philipp Müller <tim at centricular dot net>
14396 * gst/flx/gstflxdec.c: (flx_decode_chunks):
14397 Fix gcc4 signedness issue.
14399 2005-10-17 Julien MOUTTE <julien@moutte.net>
14401 * configure.ac: Adding videomixer.
14402 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14403 (user_read_data), (gst_pngdec_chain): More debugging.
14404 * gst/alpha/Makefile.am: Adding alphacolor
14405 * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
14406 (gst_alpha_color_class_init), (gst_alpha_color_init),
14407 (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
14408 (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
14409 (plugin_init): Ported to 0.9 using in place base tranform.
14410 * gst/videomixer/Makefile.am:
14411 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14412 (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
14413 (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
14414 (gst_videomixer_pad_init), (gst_videomixer_class_init),
14415 (gst_videomixer_init), (gst_videomixer_getcaps),
14416 (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14417 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14418 (gst_videomixer_collected), (gst_videomixer_change_state): Ported
14419 to 0.9 using collectpads.
14421 2005-10-17 Zeeshan Ali <zeenix at gmail dot com>
14424 * gst/flx/Makefile.am:
14425 * gst/flx/gstflxdec.c: (gst_flxdec_init),
14426 (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
14427 (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
14428 * gst/flx/gstflxdec.h:
14429 flx plugin ported to 0.9
14431 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
14433 * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
14434 use new gst_version_string()
14436 2005-10-16 Andy Wingo <wingo@pobox.com>
14438 * configure.ac: GLIB_CHECK.
14440 2005-10-15 Julien MOUTTE <julien@moutte.net>
14442 * ext/libpng/Makefile.am:
14443 * ext/libpng/gstpng.c: (plugin_init):
14444 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14445 (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
14446 * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
14448 2005-10-14 Michal Benes <michal dot benes at xeris dot cz>
14450 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
14453 * gst/matroska/Makefile.am:
14454 * gst/matroska/ebml-ids.h:
14455 * gst/matroska/ebml-write.c:
14456 * gst/matroska/ebml-write.h:
14457 * gst/matroska/matroska-ids.h:
14458 * gst/matroska/matroska-mux.c:
14459 * gst/matroska/matroska-mux.h:
14460 * gst/matroska/matroska.c: (plugin_init):
14461 Port matroska muxer to 0.9 (#318847).
14463 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
14465 * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
14466 (comment_init), (comment_add):
14467 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
14468 use GST_READ_UINT32_LE() and friends rather than the private
14469 implementation of those same macros.
14471 2005-10-13 Stefan Kost <ensonic@users.sf.net>
14473 * examples/stats/mp2ogg.c:
14476 2005-10-12 Stefan Kost <ensonic@users.sf.net>
14478 * examples/indexing/indexmpeg.c: (main):
14479 * ext/esd/esdmon.c: (gst_esdmon_open_audio),
14480 (gst_esdmon_close_audio), (gst_esdmon_change_state):
14481 * ext/esd/esdmon.h:
14482 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
14483 * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
14484 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
14485 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
14486 * gst/avi/gstavimux.c: (gst_avimux_init):
14487 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
14488 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
14489 * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
14490 * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
14491 (gst_multifilesrc_get), (gst_multifilesrc_open_file),
14492 (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
14493 * gst/oldcore/gstmultifilesrc.h:
14494 * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
14495 (gst_pipefilter_open_file), (gst_pipefilter_close_file),
14496 (gst_pipefilter_change_state):
14497 * gst/oldcore/gstpipefilter.h:
14498 * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
14499 * gst/videomixer/videomixer.c: (gst_videomixer_init):
14500 * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
14501 * sys/osxaudio/gstosxaudiosink.h:
14502 * sys/osxaudio/gstosxaudiosrc.h:
14503 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14504 moved bitshift from macro to enum definition
14506 2005-10-12 Thomas Vander Stichele <thomas at apestaart dot org>
14509 * ext/cairo/Makefile.am:
14510 * ext/cairo/gstcairo.c: (plugin_init):
14511 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
14512 * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14513 (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
14514 * ext/cairo/gsttimeoverlay.h:
14515 update of cairo-based timeoverlay to 1.0 Cairo API
14516 doesn't work yet for resizing of output sink
14518 2005-10-11 Wim Taymans <wim@fluendo.com>
14520 * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
14521 newsegment API fix.
14523 2005-10-11 Wim Taymans <wim@fluendo.com>
14525 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
14526 (gst_dvdemux_demux_frame):
14527 * ext/flac/gstflacdec.c: (gst_flacdec_write):
14528 * gst/auparse/gstauparse.c: (gst_auparse_chain):
14529 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
14530 (gst_avi_demux_handle_seek):
14531 * gst/goom/gstgoom.c: (gst_goom_event):
14532 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
14533 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14534 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14535 (gst_wavparse_loop), (gst_wavparse_pad_convert),
14536 (gst_wavparse_srcpad_event):
14537 newsegment API update.
14539 2005-10-11 Andy Wingo <wingo@pobox.com>
14541 * ext/speex/gstspeexenc.c: Signedness cleanups.
14543 2005-10-10 Edgard Lima <edgard.lima@indt.org.br>
14546 * ext/speex/Makefile.am:
14547 * ext/speex/gstspeex.c:
14548 * ext/speex/gstspeexenc.c:
14549 Speexenc ported to 0.9
14551 2005-10-10 Wim Taymans <wim@fluendo.com>
14553 * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
14554 (gst_oss_sink_init), (gst_oss_sink_set_property),
14555 (gst_oss_sink_get_property), (gst_oss_sink_open),
14556 (gst_oss_sink_prepare), (gst_oss_sink_reset):
14557 * sys/oss/gstosssink.h:
14558 * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
14559 (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
14560 (gst_oss_src_prepare):
14561 Cleanups, make device configurable in the sink, handle and report
14564 2005-10-10 Wim Taymans <wim@fluendo.com>
14566 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
14567 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
14568 Make sure element is NULL before removing from the bin.
14570 2005-10-07 Andy Wingo <wingo@pobox.com>
14572 * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
14573 block forever in a read().
14574 (gst_dv1394src_bus_reset): Post a message when the cable is
14576 (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
14577 (gst_dv1394src_bus_reset): Don't unref the message.
14579 * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
14580 hacking. The only change should be that the state change stuff was
14581 put into basesrc's start() and stop() routines, which coalesces
14584 2005-10-07 Tim-Philipp Müller <tim at centricular dot net>
14589 * gst/debug/Makefile.am:
14590 Only compile efence plugin on systems that have mmap.
14592 2005-10-05 Tim-Philipp Müller <tim at centricular dot net>
14594 * gst/debug/Makefile.am:
14595 * gst/debug/breakmydata.c:
14596 * gst/debug/gstdebug.c:
14597 * gst/debug/gstnavigationtest.c:
14598 * gst/debug/gstnavseek.c:
14599 * gst/debug/gstnavseek.h:
14600 * gst/debug/progressreport.c:
14601 * gst/debug/testplugin.c:
14602 Port progressreport, navseek, navigationtest, testsink and
14605 2005-10-05 Edward Hervey <edward@fluendo.com>
14607 * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
14608 (gst_dvdemux_src_query):
14609 Fixes for better conversion
14611 2005-10-04 Michael Smith <msmith@fluendo.com>
14613 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
14614 (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14615 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
14616 (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14617 Set state of elements to NULL before removing from bins.
14618 Set state of test element to NULL if we failed to move it to READY
14620 2005-10-04 Edward Hervey <edward@fluendo.com>
14622 * ext/dv/Makefile.am:
14623 * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver):
14624 Added DEFAULT <==> BYTES, TIME conversions on srcpad,
14625 Corrected the query function for position so it doesn't forget what
14626 format was asked, and calls the conversion functions on the correct pad.
14628 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
14631 back to development
14633 === release 0.9.3 ===
14635 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
14638 Releasing 0.9.3, "Aramis"
14640 2005-10-03 Andy Wingo <wingo@pobox.com>
14642 * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
14645 2005-10-02 Andy Wingo <wingo@pobox.com>
14647 * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
14649 * ext/flac/gstflacenc.c: Ported to 0.9.
14651 * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
14653 * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
14654 and link to gsttagedit. Enable flacenc.
14656 * ext/flac/gstflacdec.c: Re-enable tag reading.
14658 2005-09-30 Wim Taymans <wim@fluendo.com>
14660 * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
14661 * gst/rtp/gstrtpgsmparse.c:
14662 * gst/rtp/gstrtph263penc.c:
14663 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14664 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14665 (gst_rtpmp4venc_set_property):
14666 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
14667 Various class and caps fixes from Andre Magalhaes (andrunko)
14669 2005-09-29 Wim Taymans <wim@fluendo.com>
14671 * gst/level/level-example.c: (main):
14672 Update for new bus API.
14674 2005-09-28 Tim-Philipp Müller <tim at centricular dot net>
14677 Fix unexpanded autoconf macro GST_DOC, which has been renamed
14678 to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
14680 2005-09-27 Tim-Philipp Müller <tim at centricular dot net>
14682 * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
14683 Fix playback of mono streams (bytes_per_sample should be set
14684 from the sample width and the number of channels negotiated,
14685 and not just be set to 4) (#317338)
14687 2005-09-26 Wim Taymans <wim@fluendo.com>
14689 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
14690 (gst_rtpmpaenc_handle_buffer):
14691 Set buffer duration correctly.
14693 2005-09-26 Tim-Philipp Müller <tim at centricular dot net>
14695 * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
14696 (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
14697 (gst_avi_demux_change_state):
14698 Don't crash when encountering a stream with an unknown fourcc or
14699 codec id. Instead, create a pad of type video/x-avi-unknown or
14700 audio/x-avi-unknown, which as a side-effect also results in less
14701 confusing error messages in players ('no decoder' vs. 'no streams');
14702 minor fixes to state change function and class_init function.
14704 2005-09-24 Wim Taymans <wim@fluendo.com>
14706 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
14707 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
14710 2005-09-24 Thomas Vander Stichele <thomas at apestaart dot org>
14712 * check/elements/level.c: (GST_START_TEST):
14713 fix test for new GstClockTime use
14714 * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
14715 (gst_level_transform_ip):
14716 * gst/level/gstlevel.h:
14717 fix up the decay peak, ensuring the decay peak is never lower
14718 than the peak for that interval
14720 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
14722 * docs/plugins/gst-plugins-good-plugins.args:
14723 * docs/plugins/inspect/plugin-alpha.xml:
14724 * docs/plugins/inspect/plugin-rtp.xml:
14725 * gst/level/gstlevel.c: (gst_level_set_caps),
14726 (gst_level_transform_ip):
14729 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
14732 * check/elements/level.c: (GST_START_TEST):
14733 * gst/level/Makefile.am:
14734 * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
14735 (gst_level_set_property), (gst_level_get_property),
14736 (gst_level_set_caps), (gst_level_message_new),
14737 (gst_level_transform_ip):
14738 * gst/level/gstlevel.h:
14739 * gst/level/level-example.c: (message_handler), (main):
14740 convert to using GstClockTime for all time values, finally.
14742 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
14744 * gst/auparse/Makefile.am:
14745 * gst/auparse/gstauparse.c: (gst_auparse_chain):
14748 * ext/cairo/Makefile.am:
14749 * ext/dv/Makefile.am:
14750 * ext/esd/Makefile.am:
14751 * ext/flac/Makefile.am:
14752 * ext/gconf/Makefile.am:
14753 * ext/gdk_pixbuf/Makefile.am:
14754 * ext/jpeg/Makefile.am:
14755 * ext/ladspa/Makefile.am:
14756 * ext/libcaca/Makefile.am:
14757 * ext/libmng/Makefile.am:
14758 * ext/libpng/Makefile.am:
14759 * ext/mikmod/Makefile.am:
14760 * ext/pango/Makefile.am:
14761 * ext/raw1394/Makefile.am:
14762 * ext/shout2/Makefile.am:
14763 * ext/speex/Makefile.am:
14764 * gst/alpha/Makefile.am:
14765 * gst/autodetect/Makefile.am:
14766 * gst/avi/Makefile.am:
14767 * gst/cutter/Makefile.am:
14768 * gst/debug/Makefile.am:
14769 * gst/effectv/Makefile.am:
14770 * gst/flx/Makefile.am:
14771 * gst/goom/Makefile.am:
14772 * gst/interleave/Makefile.am:
14773 * gst/law/Makefile.am:
14774 * gst/matroska/Makefile.am:
14775 * gst/median/Makefile.am:
14776 * gst/monoscope/Makefile.am:
14777 * gst/multipart/Makefile.am:
14778 * gst/oldcore/Makefile.am:
14779 * gst/rtp/Makefile.am:
14780 * gst/rtsp/Makefile.am:
14781 * gst/smoothwave/Makefile.am:
14782 * gst/smpte/Makefile.am:
14783 * gst/videobox/Makefile.am:
14784 * gst/videofilter/Makefile.am:
14785 * gst/videomixer/Makefile.am:
14786 * gst/wavenc/Makefile.am:
14787 * gst/wavparse/Makefile.am:
14788 * sys/oss/Makefile.am:
14789 * sys/osxaudio/Makefile.am:
14790 * sys/osxvideo/Makefile.am:
14791 fix up GST_LIBS use
14793 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
14795 * gst/auparse/Makefile.am:
14796 * gst/auparse/gstauparse.c: (gst_auparse_chain):
14797 fix build of auparse
14799 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
14803 * gst/auparse/gstauparse.c:
14804 * gst/auparse/gstauparse.h:
14805 Auparse ported to 0.9.
14807 2005-09-22 Wim Taymans <wim@fluendo.com>
14810 * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
14811 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14812 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14813 (gst_rtpmp4venc_set_property):
14814 * gst/rtp/gstrtpmp4venc.h:
14815 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
14816 * gst/rtp/gstrtpmpaenc.h:
14817 Use is_filled to both check MTU and max-ptime of base class.
14819 2005-09-22 Wim Taymans <wim@fluendo.com>
14821 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14822 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14823 (gst_rtpmp4venc_set_property):
14824 Don't fragment packets with multiple frames.
14826 2005-09-22 Wim Taymans <wim@fluendo.com>
14829 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
14830 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14831 (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
14832 (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
14833 (gst_rtpmp4venc_get_property):
14834 * gst/rtp/gstrtpmp4venc.h:
14837 Make payload encoder a bit smarter and more correct with
14839 Added option in payloader to include config string in-band.
14841 2005-09-21 Wim Taymans <wim@fluendo.com>
14843 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
14844 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14845 (gst_rtspsrc_send):
14846 Strip spaces for key/value pairs.
14848 2005-09-21 Wim Taymans <wim@fluendo.com>
14850 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
14851 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14852 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
14853 (gst_rtspsrc_change_state):
14854 More SDP parsing and caps setting.
14855 Do NO_PREROLL differently.
14856 add pads only after negotiated.
14858 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14859 (gst_udpsrc_getcaps):
14860 Implement the getcaps function.
14862 2005-09-21 Wim Taymans <wim@fluendo.com>
14864 * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
14865 (gst_rtpamrdec_chain):
14866 Handle multiple AMr packets per payload. Handle CRC and
14869 * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
14870 Make caps params strings for easy SDP mapping.
14872 * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14873 Handle capsnego better.
14875 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
14876 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
14877 Generate and parse config string in the caps.
14879 2005-09-21 Wim Taymans <wim@fluendo.com>
14884 * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
14885 Make extra params as strings.
14887 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
14888 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
14889 (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
14890 Make state change return NO_PREROLL as this is a live
14893 * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
14894 Don't unref old caps when NULL.
14896 2005-09-20 Wim Taymans <wim@fluendo.com>
14898 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
14899 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
14900 (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
14901 (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
14902 (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
14903 (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
14904 * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
14905 * gst/rtsp/sdpmessage.h:
14907 Parse SDP and create caps.
14909 2005-09-20 Stefan Kost <ensonic@users.sf.net>
14911 * gst/alpha/gstalpha.c:
14912 fix element description
14914 2005-09-19 Wim Taymans <wim@fluendo.com>
14916 * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
14917 Don't check payload for now.
14919 2005-09-19 Wim Taymans <wim@fluendo.com>
14921 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14922 (gst_wavparse_init), (gst_wavparse_parse_file_header),
14923 (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
14924 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14925 (gst_wavparse_loop), (gst_wavparse_pad_convert),
14926 (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
14927 (gst_wavparse_change_state):
14928 * gst/wavparse/gstwavparse.h:
14929 Fix wavparse some more.
14931 2005-09-19 Wim Taymans <wim@fluendo.com>
14933 * check/elements/level.c: (GST_START_TEST):
14934 Fix for bus API change.
14936 2005-09-19 Wim Taymans <wim@fluendo.com>
14938 * gst/level/level-example.c: (main):
14939 Fix for new bus API.
14941 * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
14944 2005-09-15 Wim Taymans <wim@fluendo.com>
14946 * gst/rtp/Makefile.am:
14948 * gst/rtp/gstrtp.c: (plugin_init):
14949 * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
14950 (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
14951 (gst_rtpamrdec_change_state):
14952 * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
14953 (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
14954 (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
14955 * gst/rtp/gstrtpamrenc.h:
14956 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14957 (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
14958 (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
14959 * gst/rtp/gstrtpgsmenc.h:
14960 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
14961 (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
14962 (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
14963 (gst_rtpgsmparse_change_state):
14964 * gst/rtp/gstrtpgsmparse.h:
14965 * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
14966 (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
14967 * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
14968 (gst_rtph263penc_class_init), (gst_rtph263penc_init),
14969 (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
14970 (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
14971 * gst/rtp/gstrtph263penc.h:
14972 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
14973 (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
14974 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
14975 (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
14976 (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
14977 (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
14978 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
14979 * gst/rtp/gstrtpmp4venc.h:
14980 * gst/rtp/gstrtpmpadec.c:
14981 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
14982 (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
14983 (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
14984 (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
14985 * gst/rtp/gstrtpmpaenc.h:
14986 Updates to payloader/depayloaders, make payloaders use
14988 Updated README with suggested RTP caps and how to convert
14990 Added config descriptor in mp4v payloader.
14992 2005-09-15 Andy Wingo <wingo@pobox.com>
14994 * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best):
14995 * gst/autodetect/gstautovideosink.c
14996 (gst_auto_video_sink_find_best): Update for new registry API.
14998 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
15000 * common/c-to-xml.py:
15001 * common/gtk-doc-plugins.mak:
15002 a simple py script to generate valid xml from a C example
15003 probably also need to strip an MIT license when we decide
15004 * docs/plugins/Makefile.am:
15005 * gst/level/Makefile.am:
15006 * gst/level/gstlevel.c: (gst_level_init):
15007 * gst/level/level-example.c: (message_handler), (main):
15008 add an example to level that will show up in the docs
15010 add a note for the future
15012 2005-09-14 Michael Smith <msmith@fluendo.com>
15014 * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15015 Actually define the debug object being used in wavenc. Fixes #316205
15017 2005-09-14 Michael Smith <msmith@fluendo.com>
15019 * gst/smpte/Makefile.am:
15020 Link against GST_BASE_LIBS, to get it linked against libgstbase;
15021 needed to build on windows (bug 316204)
15023 2005-09-12 Andy Wingo <wingo@pobox.com>
15025 * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15027 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
15030 * gst/fdsrc/Makefile.am:
15031 * gst/fdsrc/gstfdsrc.c:
15032 * gst/fdsrc/gstfdsrc.h:
15033 Move fdsrc back into gstreamer core elements.
15035 * gst/level/gstlevel.c: (gst_level_class_init),
15036 (gst_level_transform_ip):
15037 * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15038 Basetransform changes.
15040 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
15042 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15043 * ext/jpeg/smokecodec.c: (find_best_size):
15044 fix compiler warnings
15046 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
15048 * gst-plugins-good.spec.in:
15050 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15051 (gst_multiudpsink_render), (gst_multiudpsink_add),
15052 (gst_multiudpsink_clear):
15053 it actually helps to actually stream if we hook up the
15054 "add" signal to an actual implementation
15055 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15058 2005-09-08 Flavio Oliveira <flavio.oliveira@indt.org.br>
15060 * ext/jpeg/Makefile.am:
15061 * ext/jpeg/gstjpeg.c
15062 * ext/jpeg/gstjpegenc.c:
15063 * ext/jpeg/gstsmokeenc.c:
15065 2005-09-07 Stefan Kost <ensonic@users.sf.net>
15067 * ext/flac/gstflacdec.c:
15068 * ext/flac/gstflacenc.c:
15069 * ext/flac/gstflactag.c:
15070 * ext/speex/gstspeexenc.c:
15071 gsttaginterface.h -> gsttagsetter.h
15073 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
15076 * gst/debug/Makefile.am:
15077 * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15078 (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15079 (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15080 (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15081 (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15082 Port to 0.9 and re-enable efence plugin.
15084 2005-09-06 Tim-Philipp Müller <tim at centricular dot net>
15086 * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15087 (gst_flacdec_write), (gst_flacdec_convert_src):
15088 * ext/flac/gstflacdec.h:
15089 Add support for flac files with 24/32 bits per sample; and misc.
15090 minor clean-ups. Seeking is still partly broken (for me at least).
15092 2005-09-06 Wim Taymans <wim@fluendo.com>
15094 * gst/rtp/Makefile.am:
15095 * gst/rtp/gstrtp.c: (plugin_init):
15096 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15097 (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15098 (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15099 (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15100 (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15101 (gst_rtpmp4vdec_plugin_init):
15102 * gst/rtp/gstrtpmp4vdec.h:
15103 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15104 (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15105 (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15106 (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15107 (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15108 (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15109 * gst/rtp/gstrtpmp4venc.h:
15110 * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15111 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15112 Added mpeg4 video payload encoder/decoder.
15113 Added some docs in mpa payloader.
15115 === release 0.9.1 ===
15117 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
15124 releasing 0.9.1, "Blondie"
15126 2005-09-05 Andy Wingo <wingo@pobox.com>
15128 * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15129 here from the state change handler, so we fire signals without
15130 holding the state lock.
15132 2005-09-02 Andy Wingo <wingo@pobox.com>
15134 * All plugins updated for element state changes.
15136 2005-09-01 Thomas Vander Stichele <thomas at apestaart dot org>
15139 * check/.cvsignore:
15140 * check/Makefile.am:
15141 * check/elements/.cvsignore:
15142 * check/elements/level.c: (setup_level), (cleanup_level),
15143 (GST_START_TEST), (level_suite), (main):
15144 add a test for level
15145 * common/release.mak:
15146 move the enum checking to release.mak
15148 add valgrind and check checking
15149 * gst/level/gstlevel.c: (gst_level_transform):
15150 * gst/level/gstlevel.h:
15151 fix Andy's cast bug
15152 convert a field to int
15153 fix the arithmetic to int when checking for emit so that a
15154 100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15156 2005-09-01 Thomas Vander Stichele <thomas at apestaart dot org>
15161 * common/plugins.xsl:
15162 wrap Description into a refsect2
15163 * docs/Makefile.am:
15164 * docs/plugins/Makefile.am:
15165 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15166 * docs/plugins/gst-plugins-good-plugins-sections.txt:
15167 * gst/goom/Makefile.am:
15168 * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15169 (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15170 (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15171 (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15172 (gst_goom_change_state):
15173 * gst/goom/gstgoom.h:
15175 add an example launch line
15176 * gst/level/gstlevel.h:
15177 * gst/monoscope/gstmonoscope.c:
15180 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
15183 * docs/plugins/Makefile.am:
15184 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15185 * docs/plugins/gst-plugins-good-plugins-sections.txt:
15186 * docs/plugins/gst-plugins-good-plugins.types:
15187 document elements and plugins. Shazam !
15189 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
15191 * split off gst-plugins-good from gst-plugins. Old ChangeLog can
15192 be found under doc/random/ChangeLog-0.8