1 2009-01-08 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
3 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
4 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps):
5 Some cleanups, refactoring and minor enhancements in caps handling.
7 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
8 (gst_matroska_mux_init), (gst_matroska_pad_reset),
9 (gst_matroska_pad_free), (gst_matroska_mux_reset),
10 (gst_matroska_mux_video_pad_setcaps),
11 (gst_matroska_mux_request_new_pad):
12 * tests/check/elements/matroskamux.c: (teardown_src_pad):
13 Only remove, release or reset what is appropriate upon state change.
15 2009-01-07 Jan Schmidt <jan.schmidt@sun.com>
17 * ext/pulse/pulsesink.c:
18 * ext/pulse/pulsesink.h:
19 Use a mutex to protect the current stream pointer, and ignore
20 callbacks for stream objects that have been destroyed already.
21 Fixes problems with unprepare/prepare cycles caused by the input
22 caps changing, without reintroducing bug #556986.
24 2009-01-07 Jan Schmidt <jan.schmidt@sun.com>
26 * sys/v4l2/gstv4l2src.c:
27 Remove () from translateable string, so that it makes more sense.
29 2009-01-07 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
31 * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
32 Minor fix/cleanup in header field calculation.
34 2009-01-06 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
36 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
37 (gst_matroska_mux_handle_sink_event), (gst_matroska_mux_finish):
38 * gst/matroska/matroska-mux.h:
39 Remove internal taglist and fully use tagsetter interface.
41 2009-01-06 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
43 * gst/avi/gstavimux.c: (gst_avi_mux_reset),
44 (gst_avi_mux_riff_get_avi_header):
45 * gst/avi/gstavimux.h:
46 Ensure header size invariance during subsequent rewrite by using
49 2009-01-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
51 * ext/pulse/pulsesink.c: (gst_pulsesink_destroy_stream):
52 Don't wait for the pulse mainloop when destroying the stream.
53 Fixes a deadlock when the pulsedaemon goes away while pulsesink
54 is PLAYING. Fixes bug #556986.
56 2009-01-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
58 Patch by: Sascha Hauer <s dot hauer at pengutronix dot de>
59 Luotao Fu <l dot fu at pengutronix dot de>
61 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
62 (gst_v4l2_get_caps_info):
63 Add support for grayscale v4l2 devices. Fixes bug #566616.
65 2009-01-05 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
67 * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
68 (qtdemux_tag_add_tmpo), (qtdemux_tag_add_covr),
69 (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
70 (qtdemux_tag_add_blob), (qtdemux_parse_udta):
71 * gst/qtdemux/qtdemux.h:
72 * gst/qtdemux/quicktime.c: (plugin_init):
73 Streamline tag handling and pass unparsed tags as binary blob
76 2009-01-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
78 * gst/audiofx/Makefile.am:
79 * gst/audiofx/audiofxbaseiirfilter.c:
80 (gst_audio_fx_base_iir_filter_base_init),
81 (gst_audio_fx_base_iir_filter_dispose),
82 (gst_audio_fx_base_iir_filter_class_init),
83 (gst_audio_fx_base_iir_filter_init),
84 (gst_audio_fx_base_iir_filter_calculate_gain),
85 (gst_audio_fx_base_iir_filter_set_coefficients),
86 (gst_audio_fx_base_iir_filter_setup), (process),
87 (gst_audio_fx_base_iir_filter_transform_ip),
88 (gst_audio_fx_base_iir_filter_stop):
89 * gst/audiofx/audiofxbaseiirfilter.h:
90 Implement a base class for IIR filters.
92 * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_base_init),
93 (gst_audio_cheb_band_class_init), (gst_audio_cheb_band_init),
94 (generate_coefficients), (gst_audio_cheb_band_set_property),
95 (gst_audio_cheb_band_setup):
96 * gst/audiofx/audiochebband.h:
97 * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_base_init),
98 (gst_audio_cheb_limit_class_init), (gst_audio_cheb_limit_init),
99 (generate_coefficients), (gst_audio_cheb_limit_set_property),
100 (gst_audio_cheb_limit_setup):
101 * gst/audiofx/audiocheblimit.h:
102 Use the IIR filter base class for the chebyshev filters.
104 2009-01-02 Michael Smith <msmith@songbirdnest.com>
106 Patch by: Justin Karnegas <justin@affinix.com> and
107 Michael Smith <msmith@songbirdnest.com>
108 * sys/osxaudio/gstosxaudio.c:
109 * sys/osxaudio/gstosxaudioelement.c:
110 * sys/osxaudio/gstosxaudioelement.h:
111 * sys/osxaudio/gstosxaudiosink.c:
112 * sys/osxaudio/gstosxaudiosink.h:
113 * sys/osxaudio/gstosxaudiosrc.c:
114 * sys/osxaudio/gstosxaudiosrc.h:
115 * sys/osxaudio/gstosxringbuffer.c:
116 * sys/osxaudio/gstosxringbuffer.h:
117 Rewrite osxaudio to work more flexibly and more reliably, using a
118 different abstraction layer of coreaudio that is the recommended way of
119 doing low-level audio I/O on OSX.
122 2009-01-02 Wim Taymans <wim.taymans@collabora.co.uk>
124 * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
125 Add example RTP transcoding pipeline from any file decodedable with
128 2009-01-02 Wim Taymans <wim.taymans@collabora.co.uk>
130 * tests/examples/rtp/.cvsignore:
131 * tests/examples/rtp/Makefile.am:
132 * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
133 * tests/examples/rtp/server-alsasrc-PCMA.c: (main):
134 Add two C examples of using gstrtpbin as a sender and a receiver.
136 2008-12-31 Jan Schmidt <jan.schmidt@sun.com>
139 Remove conflict marker from ChangeLog
141 2008-12-28 Edward Hervey <edward.hervey@collabora.co.uk>
143 Patch by: j^ <j at oil21.org>
145 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps),
146 (qtdemux_audio_caps):
147 Add codec mapping for xvid, fmp4 and ac3 tracks.
150 2008-12-23 Wim Taymans <wim.taymans@collabora.co.uk>
152 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
153 (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
154 (gst_smokeenc_chain), (gst_smokeenc_change_state):
155 * ext/jpeg/gstsmokeenc.h:
156 Implement getcaps function.
157 Set caps on the pad and on all outgoing buffers.
160 2008-12-19 Stefan Kost <ensonic@users.sf.net>
162 * ext/pulse/pulsemixerctrl.c:
163 And remove temporary comment pointing to the bug ticket.
165 * gst/avi/gstavimux.c:
166 Move reoccuring logging to LOG and log instance too.
168 2008-12-17 Stefan Kost <ensonic@users.sf.net>
170 * ext/pulse/pulsemixerctrl.c:
171 Don't leak the pa_operation.
173 2008-12-16 Stefan Kost <ensonic@users.sf.net>
178 2008-12-16 Stefan Kost <ensonic@users.sf.net>
180 * gst/avi/gstavimux.c:
181 Rename api from _flush to _reset_tags.
183 2008-12-16 Stefan Kost <ensonic@users.sf.net>
185 * gst/avi/gstavimux.c:
186 Use new tagsetter api to flush tags.
188 2008-12-16 Sebastian Dröge <sebastian.droege@collabora.co.uk>
190 * tests/check/elements/deinterleave.c: (deinterleave_suite):
191 Increase timeout to 3 minutes to prevent timeouts.
193 2008-12-16 Sebastian Dröge <sebastian.droege@collabora.co.uk>
195 * tests/check/elements/interleave.c: (interleave_suite):
196 Increase timeout to 3 minutes to prevent timeouts.
198 2008-12-16 Stefan Kost <ensonic@users.sf.net>
200 * gst/avi/gstavimux.c:
201 * gst/avi/gstavimux.h:
202 Totally remove the internal taglists and fully use tagsetter.
204 2008-12-15 Stefan Kost <ensonic@users.sf.net>
206 * gst/avi/gstavimux.c:
207 Instead of filtering wrongly just use the mergemode. Applications is
208 use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
209 avi for real (I hope). Everyone chime in, before I fix the others.
211 2008-12-15 Stefan Kost <ensonic@users.sf.net>
213 * ext/pulse/pulsemixerctrl.c:
214 Add note about memleak.
216 2008-12-13 Edward Hervey <bilboed@gmail.com>
219 A couple more .m4 that aren't shipped anymore with gettext 0.17.
221 2008-12-13 Edward Hervey <edward.hervey@collabora.co.uk>
223 * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
225 * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
227 * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
229 * gst/law/alaw.c: (plugin_init):
230 * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
232 * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
234 * gst/law/mulaw.c: (plugin_init):
235 Switch to using GstStaticPadTemplate.
236 * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
237 Don't forget to free the addrinfo structure.
238 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
239 (gst_wavparse_sink_activate):
240 Don't forget to unref the GstAdapter.
242 2008-12-13 Edward Hervey <edward.hervey@collabora.co.uk>
245 inttypes.m4 hasn't been available since gettext-0.15, and since we now
246 require gettext >= 0.17 ... we can remove it from the list of files to
249 2008-12-09 Stefan Kost <ensonic@users.sf.net>
251 * gst/avi/gstavidemux.c:
254 * gst/avi/gstavimux.c:
255 Handle more metadata fields. Better estimate of metadata size. Don't
256 merge received tags, if application has specified tags using
257 GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
259 2008-12-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
261 * tests/check/Makefile.am:
262 Also ignore pulsemixer for the states unit test.
264 2008-12-09 Wim Taymans <wim.taymans@collabora.co.uk>
266 * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
267 Add an EOI marker at the end of the jpeg frame when it's missing.
270 2008-12-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
272 * tests/check/elements/videocrop.c: (check_1x1_buffer):
273 Update the unit test for the new color values for BT.601 red.
276 2008-12-09 Tim-Philipp Müller <tim.muller at collabora co uk>
278 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
279 Restore previous behaviour of not passing QoS and navigation
280 events upstream, which presumably wasn't meant to be changed.
282 2008-12-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
284 * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
285 (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
286 (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
287 (gst_dvdemux_chain), (gst_dvdemux_loop),
288 (gst_dvdemux_change_state):
289 Add srcpads only when needed and remove them again when going
290 back to READY. This prevents stalled pipelines if there's no
291 audio inside the DV stream, which happens for many MXF files.
293 2008-12-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
295 * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
297 The ports in libsoup are unsigned integers and not signed
300 2008-12-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
302 * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
303 (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
304 (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
305 (gst_dvdemux_chain), (gst_dvdemux_loop),
306 (gst_dvdemux_change_state):
307 Add srcpads only when they're needed. If we add all pads in any
308 case we will get a stalling audio pad if the stream contains
309 no audio, which is the case for many MXF files.
311 2008-12-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
313 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
314 Forward all events upstream unless it's something we really
315 don't handle. This fixes latency configuration of pipelines.
317 2008-12-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
319 * ext/dv/gstdv.c: (plugin_init):
320 * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
321 * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
322 Really call dv_init() exactly one time, not one time for
323 the demuxer and one time for the decoder.
325 2008-12-08 Wim Taymans <wim.taymans@collabora.co.uk>
327 * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
328 Copy incomming timestamp to outgoing packets.
330 2008-12-08 Wim Taymans <wim.taymans@collabora.co.uk>
332 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
333 (gst_rtp_mp4v_pay_event):
334 Don't try to push packets before we could find a valid config
335 startcode. Fixes #563509.
337 2008-12-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
339 Patch by: Brian Cameron <brian.cameron at sun dot com>
341 * sys/sunaudio/gstsunaudiomixerctrl.c:
342 (gst_sunaudiomixer_ctrl_open):
343 Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
345 2008-12-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
347 Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
350 Make usage of libv4l optional by a configure parameter.
353 2008-12-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
355 * docs/plugins/Makefile.am:
356 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
357 * docs/plugins/gst-plugins-good-plugins-sections.txt:
358 * docs/plugins/gst-plugins-good-plugins.args:
359 * docs/plugins/gst-plugins-good-plugins.hierarchy:
360 * docs/plugins/gst-plugins-good-plugins.interfaces:
361 * docs/plugins/inspect/plugin-1394.xml:
362 * docs/plugins/inspect/plugin-aasink.xml:
363 * docs/plugins/inspect/plugin-alaw.xml:
364 * docs/plugins/inspect/plugin-alpha.xml:
365 * docs/plugins/inspect/plugin-alphacolor.xml:
366 * docs/plugins/inspect/plugin-annodex.xml:
367 * docs/plugins/inspect/plugin-apetag.xml:
368 * docs/plugins/inspect/plugin-audiofx.xml:
369 * docs/plugins/inspect/plugin-auparse.xml:
370 * docs/plugins/inspect/plugin-autodetect.xml:
371 * docs/plugins/inspect/plugin-avi.xml:
372 * docs/plugins/inspect/plugin-cacasink.xml:
373 * docs/plugins/inspect/plugin-cairo.xml:
374 * docs/plugins/inspect/plugin-cutter.xml:
375 * docs/plugins/inspect/plugin-debug.xml:
376 * docs/plugins/inspect/plugin-dv.xml:
377 * docs/plugins/inspect/plugin-efence.xml:
378 * docs/plugins/inspect/plugin-effectv.xml:
379 * docs/plugins/inspect/plugin-equalizer.xml:
380 * docs/plugins/inspect/plugin-esdsink.xml:
381 * docs/plugins/inspect/plugin-flac.xml:
382 * docs/plugins/inspect/plugin-flxdec.xml:
383 * docs/plugins/inspect/plugin-gamma.xml:
384 * docs/plugins/inspect/plugin-gconfelements.xml:
385 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
386 * docs/plugins/inspect/plugin-goom.xml:
387 * docs/plugins/inspect/plugin-goom2k1.xml:
388 * docs/plugins/inspect/plugin-halelements.xml:
389 * docs/plugins/inspect/plugin-icydemux.xml:
390 * docs/plugins/inspect/plugin-id3demux.xml:
391 * docs/plugins/inspect/plugin-interleave.xml:
392 * docs/plugins/inspect/plugin-jpeg.xml:
393 * docs/plugins/inspect/plugin-level.xml:
394 * docs/plugins/inspect/plugin-matroska.xml:
395 * docs/plugins/inspect/plugin-monoscope.xml:
396 * docs/plugins/inspect/plugin-mulaw.xml:
397 * docs/plugins/inspect/plugin-multifile.xml:
398 * docs/plugins/inspect/plugin-multipart.xml:
399 * docs/plugins/inspect/plugin-navigationtest.xml:
400 * docs/plugins/inspect/plugin-ossaudio.xml:
401 * docs/plugins/inspect/plugin-png.xml:
402 * docs/plugins/inspect/plugin-pulseaudio.xml:
403 * docs/plugins/inspect/plugin-quicktime.xml:
404 * docs/plugins/inspect/plugin-replaygain.xml:
405 * docs/plugins/inspect/plugin-rtp.xml:
406 * docs/plugins/inspect/plugin-rtsp.xml:
407 * docs/plugins/inspect/plugin-shout2send.xml:
408 * docs/plugins/inspect/plugin-smpte.xml:
409 * docs/plugins/inspect/plugin-soup.xml:
410 * docs/plugins/inspect/plugin-spectrum.xml:
411 * docs/plugins/inspect/plugin-speex.xml:
412 * docs/plugins/inspect/plugin-taglib.xml:
413 * docs/plugins/inspect/plugin-udp.xml:
414 * docs/plugins/inspect/plugin-video4linux2.xml:
415 * docs/plugins/inspect/plugin-videobalance.xml:
416 * docs/plugins/inspect/plugin-videobox.xml:
417 * docs/plugins/inspect/plugin-videocrop.xml:
418 * docs/plugins/inspect/plugin-videoflip.xml:
419 * docs/plugins/inspect/plugin-videomixer.xml:
420 * docs/plugins/inspect/plugin-wavenc.xml:
421 * docs/plugins/inspect/plugin-wavpack.xml:
422 * docs/plugins/inspect/plugin-wavparse.xml:
423 * docs/plugins/inspect/plugin-ximagesrc.xml:
424 * gst/matroska/matroska-demux.c:
425 * gst/matroska/matroska-demux.h:
426 * gst/matroska/matroska-mux.c:
427 * gst/matroska/matroska-mux.h:
428 Add documentation for matroskamux and matroskademux and
429 update the inspection xml files.
431 2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
434 Apparently AC_CONFIG_MACRO_DIR breaks when using more
435 than one macro directory, reverting last change.
437 2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
440 Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
443 2008-11-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
445 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
446 Provide the parameters that are required for the format string
447 to fix a compiler warning.
449 2008-11-29 Stefan Kost <ensonic@users.sf.net>
451 * gst/autodetect/gstautoaudiosrc.c:
454 2008-11-29 Sebastian Dröge <sebastian.droege@collabora.co.uk>
456 Patch by: Cygwin Ports maintainer
457 <yselkowitz at users dot sourceforge dot net>
461 Require gettext 0.17 because older versions don't mix with libtool
462 2.2. At build time an older gettext version will still work.
465 2008-11-28 Wim Taymans <wim.taymans@collabora.co.uk>
467 Patch by: Peter Kjellerstedt <pkj at axis com>
469 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
470 Make gst_multiudpsink_render() ignore errors from sendto() instead of
471 breaking streaming. Emit a warning instead. Fixes #562572.
473 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
475 Patch by: Ron McOuat <rmcouat at smartt dot com>
477 * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
478 (gst_soup_http_src_init), (gst_soup_http_src_dispose),
479 (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
480 (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
481 * ext/soup/gstsouphttpsrc.h:
482 * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
483 (digest_auth_cb), (run_test), (GST_START_TEST),
484 (souphttpsrc_suite), (run_server):
485 Add support for basic and digest authentication in souphttpsrc.
488 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
490 Patch by: Pepijn Van Eeckhoudt
491 <pepijn dot vaneeckhoudt at luciad dot com>
493 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
494 (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
495 * gst/wavenc/gstwavenc.h:
497 Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
499 2008-11-27 Wim Taymans <wim.taymans@collabora.co.uk>
501 Patch by: 이문형 <iwings at gmail dot com>
503 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
504 Prevent further read/write actions taken to the connect-failed socket by
505 erroring out quickly. See #562258.
507 2008-11-26 Stefan Kost <ensonic@users.sf.net>
509 * tests/examples/level/level-example.c:
510 Set fakesink to sync. Otherwise people might question the message
511 interval. Nevertheless the timestamp in the message is what matters.
513 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
515 * tests/icles/.cvsignore:
516 cvsignore newly generated file.
518 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
520 * gst/rtp/gstasteriskh263.c:
521 * gst/rtp/gstasteriskh263.h:
522 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
523 * gst/rtp/gstrtpL16depay.h:
524 * gst/rtp/gstrtpL16pay.c:
525 * gst/rtp/gstrtpL16pay.h:
526 * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
527 * gst/rtp/gstrtpac3depay.h:
528 * gst/rtp/gstrtpamrdepay.c:
529 * gst/rtp/gstrtpamrdepay.h:
530 * gst/rtp/gstrtpamrpay.c:
531 * gst/rtp/gstrtpamrpay.h:
532 * gst/rtp/gstrtpdepay.c:
533 * gst/rtp/gstrtpdepay.h:
534 * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
535 * gst/rtp/gstrtpg726depay.c:
536 * gst/rtp/gstrtpg726pay.c:
537 * gst/rtp/gstrtpg729depay.c:
538 * gst/rtp/gstrtpg729pay.c:
539 * gst/rtp/gstrtpgsmdepay.c:
540 * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
541 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
542 * gst/rtp/gstrtph263depay.h:
543 * gst/rtp/gstrtph263pay.c:
544 * gst/rtp/gstrtph263pay.h:
545 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
546 * gst/rtp/gstrtph263pdepay.h:
547 * gst/rtp/gstrtph263ppay.c:
548 * gst/rtp/gstrtph263ppay.h:
549 * gst/rtp/gstrtph264depay.c:
550 * gst/rtp/gstrtph264depay.h:
551 * gst/rtp/gstrtph264pay.c:
552 * gst/rtp/gstrtph264pay.h:
553 * gst/rtp/gstrtpilbcdepay.c:
554 * gst/rtp/gstrtpilbcpay.c:
555 * gst/rtp/gstrtpjpegdepay.h:
556 * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
557 * gst/rtp/gstrtpmp1sdepay.h:
558 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
559 * gst/rtp/gstrtpmp2tdepay.h:
560 * gst/rtp/gstrtpmp2tpay.c:
561 * gst/rtp/gstrtpmp2tpay.h:
562 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
563 * gst/rtp/gstrtpmp4apay.c:
564 * gst/rtp/gstrtpmp4apay.h:
565 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
566 * gst/rtp/gstrtpmp4gdepay.h:
567 * gst/rtp/gstrtpmp4gpay.c:
568 * gst/rtp/gstrtpmp4gpay.h:
569 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
570 * gst/rtp/gstrtpmp4vdepay.h:
571 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
572 * gst/rtp/gstrtpmp4vpay.h:
573 * gst/rtp/gstrtpmpadepay.c:
574 * gst/rtp/gstrtpmpadepay.h:
575 * gst/rtp/gstrtpmpapay.c:
576 * gst/rtp/gstrtpmpapay.h:
577 * gst/rtp/gstrtpmpvdepay.c:
578 * gst/rtp/gstrtpmpvdepay.h:
579 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
580 * gst/rtp/gstrtppcmapay.c:
581 * gst/rtp/gstrtppcmudepay.c:
582 * gst/rtp/gstrtppcmupay.c:
583 * gst/rtp/gstrtpspeexdepay.c:
584 * gst/rtp/gstrtpspeexpay.c:
585 * gst/rtp/gstrtpsv3vdepay.c:
586 * gst/rtp/gstrtpsv3vdepay.h:
587 * gst/rtp/gstrtptheoradepay.c:
588 * gst/rtp/gstrtptheoradepay.h:
589 * gst/rtp/gstrtptheorapay.c:
590 * gst/rtp/gstrtptheorapay.h:
591 * gst/rtp/gstrtpvorbisdepay.c:
592 * gst/rtp/gstrtpvorbisdepay.h:
593 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
594 * gst/rtp/gstrtpvorbispay.h:
595 * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
596 * gst/rtp/gstrtpvrawpay.c:
597 Fix the descriptions and fix some email addresses.
599 2008-11-25 Julien Moutte <julien@fluendo.com>
601 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
602 to supported qtdemux video codecs as I found some video clips using
605 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
607 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
608 * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
609 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
610 (gst_auto_video_sink_detect):
611 * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
612 Post an error when we can't set the internal ghostpad target.
614 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
616 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
617 (gst_video_crop_transform), (gst_video_crop_transform_caps),
618 (gst_video_crop_set_caps), (gst_video_crop_set_property):
619 * gst/videocrop/gstvideocrop.h:
620 Fix renegotiation when changing properties using the new basetransform
621 features. Fixes #561502.
623 * tests/icles/Makefile.am:
624 * tests/icles/videocrop2-test.c: (make_pipeline), (main):
625 Add crazy interactive test unit for dynamically changing properties.
627 2008-11-24 Wim Taymans <wim.taymans@collabora.co.uk>
629 * gst/rtsp/gstrtspsrc.c: (new_session_pad),
630 (gst_rtspsrc_parse_range):
631 Add some more debugging.
632 Use the reanges received from the server unconditionally.
635 2008-11-23 Stefan Kost <ensonic@users.sf.net>
637 * ext/pulse/pulsesink.c:
638 Change #if 0 to something more expresive and add pointer to related
641 2008-11-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
643 Patch by: Tal Shalif <tshalif at nargila dot org>
645 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
646 Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
647 the latter don't exist on some systems (mingw). Fixes bug #561990.
649 2008-11-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
651 Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
653 * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
654 Add transferMode.dnla.org header to HTTP requests as this is
655 required by the DLNA specs and doesn't hurt in other situations.
658 2008-11-20 Michael Smith <msmith@songbirdnest.com>
660 * sys/osxvideo/osxvideosink.h:
661 * sys/osxvideo/osxvideosink.m:
662 Handle video window resizing more correctly, avoiding crashes when
663 embedding the window and resizing it.
665 2008-11-20 Michael Smith <msmith@songbirdnest.com>
667 * gst/udp/gstmultiudpsink.c:
668 * gst/udp/gstudpnetutils.c:
669 * gst/udp/gstudpnetutils.h:
670 * gst/udp/gstudpsrc.c:
671 Fix multiudpsink on OSX by passing the specific length of the socket,
672 refactor that into a function shared with the same thing in udpsrc.
674 2008-11-20 Wim Taymans <wim.taymans@collabora.co.uk>
676 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
677 (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
678 (gst_wavparse_stream_headers):
679 Fix the scaling code.
680 Fix parsing of the INFO chunks, we were reading the wrong number of
681 bytes. Fixes #561580.
683 2008-11-20 Jan Schmidt <jan.schmidt@sun.com>
685 * gst/matroska/matroska-mux.c:
686 Fix NULL pointer dereference of an unset codec_id in the recently
689 2008-11-20 Jan Schmidt <jan.schmidt@sun.com>
691 * tests/check/Makefile.am:
692 Just keep disabling elements that hang the states test until it
695 2008-11-20 Jan Schmidt <jan.schmidt@sun.com>
697 * ext/libpng/gstpngenc.c:
698 Don't flush downstream after every buffer - that's not what
699 this libpng callback is for at all!
701 2008-11-17 Tim-Philipp Müller <tim.muller at collabora co uk>
703 * sys/v4l2/v4l2src_calls.c:
704 (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
705 (gst_v4l2src_probe_caps_for_format):
706 Turns out we don't always get the frame sizes in a predefined
707 order from lowest to highest resolution, so let's just sort the
708 list by frame size once we've queried the possible resolutions
709 rather than assume any particular order. Fixes probed caps for
710 the camera in my HP2133 mini notebook and makes v4l2src default
713 2008-11-16 Edward Hervey <edward.hervey@collabora.co.uk>
715 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
716 * gst/matroska/matroska-ids.h:
717 Make mkvdemux aware of E-AC3.
719 2008-11-14 Wim Taymans <wim.taymans@collabora.co.uk>
721 * gst/rtp/Makefile.am:
722 * gst/rtp/gstrtp.c: (plugin_init):
723 * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
724 (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
725 (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
726 (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
727 (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
728 (gst_rtp_jpeg_depay_change_state),
729 (gst_rtp_jpeg_depay_plugin_init):
730 * gst/rtp/gstrtpjpegdepay.h:
731 Add a jpeg depayloader.
733 * gst/rtp/gstrtpjpegpay.c:
734 Set the default properties on the payloader to better defaults.
736 2008-11-14 Stefan Kost <ensonic@users.sf.net>
738 * sys/v4l2/gstv4l2.c:
739 Give it a primary rank for autovideosrc.
741 2008-11-14 Wim Taymans <wim.taymans@collabora.co.uk>
743 Patch by: Bjorn Ostby <bjornos at axis dot com>
745 * gst/rtp/Makefile.am:
746 * gst/rtp/gstrtp.c: (plugin_init):
747 * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
748 (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
749 (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
750 (gst_rtp_jpeg_pay_read_quant_table),
751 (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
752 (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
753 (gst_rtp_jpeg_pay_plugin_init):
754 * gst/rtp/gstrtpjpegpay.h:
755 Add JPEG payloader. Fixes #560756.
757 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
759 Patch by: Fabricio Godoy <skarllot at gmail dot com>
761 * sys/oss/gstosssink.c: (gst_oss_sink_open):
762 * sys/oss/gstosssrc.c: (gst_oss_src_open):
763 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
764 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
765 Fix some spelling mistakes. Fixes #556802.
767 2008-11-13 Stefan Kost <ensonic@users.sf.net>
769 * gst/equalizer/GstIirEqualizer10Bands.prs:
770 * gst/equalizer/GstIirEqualizer3Bands.prs:
771 * gst/equalizer/Makefile.am:
772 * gst/equalizer/gstiirequalizer10bands.c:
773 * gst/equalizer/gstiirequalizer3bands.c:
774 Add presets for equalizer. Fixes #522183.
776 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
778 * gst/rtsp/Makefile.am:
779 * gst/rtsp/gstrtsp.c: (plugin_init):
780 * gst/rtsp/gstrtspgoogle.c:
781 * gst/rtsp/gstrtspgoogle.h:
782 Remove google extension again, it's not needed anymore because we never
783 send multiple transports anymore.
785 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
787 Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
789 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
790 (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
791 (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
792 (gst_rtspsrc_stream_free),
793 (gst_rtspsrc_stream_configure_udp_sinks),
794 (gst_rtspsrc_stream_configure_transport),
795 (gst_rtspsrc_send_dummy_packets),
796 (gst_rtspsrc_create_transports_string),
797 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
798 * gst/rtsp/gstrtspsrc.h:
799 Add property to configure NAT traversal method.
800 Ignore EOS from the internal sinks.
801 Implement sending dummy packets as a (simple) method to open up
803 Send PLAY request to the server after we started the udp sources.
806 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
808 Patch by: Yotam <sh dot yotam at gmail dot com>
810 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
811 Flush the remaining frames on EOS. Fixes #560641.
813 2008-11-12 Jan Schmidt <jan.schmidt@sun.com>
815 * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
816 Fix compiler warning about printf formatting.
818 2008-11-12 Andy Wingo <wingo@pobox.com>
820 * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
821 * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
822 segment events instead of sending them from the seeking thread.
824 (gst_qtdemux_push_pending_newsegment): New helper, sends out
825 queued newsegment events.
826 (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
827 call it here, as we only seek when looping, and only push in the
830 2008-11-11 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
832 * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
833 (qtdemux_tag_add_covr), (qtdemux_parse_udta):
834 * gst/qtdemux/qtdemux_fourcc.h:
835 * gst/qtdemux/qtdemux_types.c:
836 Add cover and alternative copyright tag, and enhance some existing
837 ones by marking them as container atoms.
839 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
841 * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
842 Don't ignore the return value of setcaps.
844 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
846 Patch by: Olivier Crete <tester at tester dot ca>
848 * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
849 (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
850 (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
851 * gst/rtp/gstrtpg729pay.h:
852 Replace G729 payloader with an improved version. Fixes #532409.
854 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
856 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
857 (gst_rtspsrc_change_state):
858 Only send one transport at a time for improved compatibility with some
859 broken servers. See #537832.
861 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
863 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
864 (gst_rtspsrc_perform_seek):
865 Only pause/play in the seek handler when the source was playing.
868 2008-11-11 Sebastian Dröge <slomo@circular-chaos.org>
870 * gst/matroska/matroska-mux.c:
871 (gst_matroska_mux_handle_dirac_packet):
872 Fix muxing of Dirac streams if the input already has the format
873 we need, i.e. is the output of matroskademux.
875 2008-11-11 Stefan Kost <ensonic@users.sf.net>
877 * gst/avi/gstavimux.c:
878 Don't segfault on string typed tags being NULL. Fixes #560155.
880 2008-11-10 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
882 * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
883 (gst_matroska_mux_audio_pad_setcaps):
884 Fix mapping AAC profile to Matroska codec id.
886 2008-11-10 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
888 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
889 (qtdemux_video_caps), (qtdemux_audio_caps):
890 Refactor some raw audio caps building, and handle >16-bit cases.
891 Fix/replace building caps from a string description.
893 2008-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
895 * gst/audiofx/audiowsincband.c:
896 * gst/audiofx/audiowsinclimit.c:
897 * gst/cutter/gstcutter.c:
898 Make author name consistent with others.
900 2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
902 Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
904 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
905 (gst_rtspsrc_stream_configure_udp_sink):
906 Pause the RTSP stream before doing a new play request.
907 Make sure that adding the udpsinks does not cause the rtspsrc to become
908 a sink. Fixes #559547.
910 2008-11-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
912 * gst/matroska/matroska-ids.h:
913 * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
914 (gst_matroska_mux_handle_dirac_packet),
915 (gst_matroska_mux_write_data):
916 Implement Dirac muxing into Matroska comforming to the spec, i.e.
917 put all Dirac packages up to a picture into a Matroska block.
919 TODO: Implement writing of the ReferenceBlock Matroska elements,
920 currently the Dirac muxing is only 100% correct if Matroska version 2
921 is selected for muxing.
923 2008-11-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
925 Patch by: Bastien Nocera <hadess at hadess dot net>,
926 Hans de Goede <jwrdegoede at fedoraproject dot org>
929 * sys/v4l2/Makefile.am:
930 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
931 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
932 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
933 (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
934 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
935 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
936 (gst_v4l2_get_input), (gst_v4l2_set_input):
937 * sys/v4l2/v4l2_calls.h:
938 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
939 (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
940 (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
941 (gst_v4l2src_fill_format_list),
942 (gst_v4l2src_probe_caps_for_format_and_size),
943 (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
944 (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
945 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
946 (gst_v4l2src_get_nearest_size):
947 Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
949 2008-11-04 Stefan Kost <ensonic@users.sf.net>
951 * ext/aalib/Makefile.am:
952 * ext/annodex/Makefile.am:
953 * ext/cairo/Makefile.am:
954 * ext/dv/Makefile.am:
955 * ext/esd/Makefile.am:
956 * ext/flac/Makefile.am:
957 * ext/gconf/Makefile.am:
958 * ext/gdk_pixbuf/Makefile.am:
959 * ext/hal/Makefile.am:
960 * ext/jpeg/Makefile.am:
961 * ext/ladspa/Makefile.am:
962 * ext/libcaca/Makefile.am:
963 * ext/libmng/Makefile.am:
964 * ext/libpng/Makefile.am:
965 * ext/mikmod/Makefile.am:
966 * ext/pulse/Makefile.am:
967 * ext/raw1394/Makefile.am:
968 * ext/shout2/Makefile.am:
969 * ext/soup/Makefile.am:
970 * ext/speex/Makefile.am:
971 * ext/taglib/Makefile.am:
972 * ext/wavpack/Makefile.am:
973 * gst/alpha/Makefile.am:
974 * gst/apetag/Makefile.am:
975 * gst/audiofx/Makefile.am:
976 * gst/auparse/Makefile.am:
977 * gst/autodetect/Makefile.am:
978 * gst/avi/Makefile.am:
979 * gst/cutter/Makefile.am:
980 * gst/debug/Makefile.am:
981 * gst/effectv/Makefile.am:
982 * gst/equalizer/Makefile.am:
983 * gst/flx/Makefile.am:
984 * gst/goom/Makefile.am:
985 * gst/goom2k1/Makefile.am:
986 * gst/icydemux/Makefile.am:
987 * gst/id3demux/Makefile.am:
988 * gst/interleave/Makefile.am:
989 * gst/law/Makefile.am:
990 * gst/level/Makefile.am:
991 * gst/matroska/Makefile.am:
992 * gst/median/Makefile.am:
993 * gst/monoscope/Makefile.am:
994 * gst/multifile/Makefile.am:
995 * gst/multipart/Makefile.am:
996 * gst/oldcore/Makefile.am:
997 * gst/qtdemux/Makefile.am:
998 * gst/replaygain/Makefile.am:
999 * gst/rtp/Makefile.am:
1000 * gst/rtsp/Makefile.am:
1001 * gst/smpte/Makefile.am:
1002 * gst/spectrum/Makefile.am:
1003 * gst/udp/Makefile.am:
1004 * gst/videobox/Makefile.am:
1005 * gst/videocrop/Makefile.am:
1006 * gst/videofilter/Makefile.am:
1007 * gst/videomixer/Makefile.am:
1008 * gst/wavenc/Makefile.am:
1009 * gst/wavparse/Makefile.am:
1010 * sys/directdraw/Makefile.am:
1011 * sys/directsound/Makefile.am:
1012 * sys/oss/Makefile.am:
1013 * sys/osxaudio/Makefile.am:
1014 * sys/osxvideo/Makefile.am:
1015 * sys/sunaudio/Makefile.am:
1016 * sys/v4l2/Makefile.am:
1017 * sys/waveform/Makefile.am:
1018 * sys/ximage/Makefile.am:
1019 Don't install static libs for plugins. Fixes #550851 for -good.
1021 2008-10-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1023 * ext/flac/Makefile.am:
1024 Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
1025 This fixes compilation if FLAC is installed in an uncommon location
1026 that is not already handled by other CFLAGS. Fixes bug #558711.
1028 2008-10-31 Wim Taymans <wim.taymans@collabora.co.uk>
1030 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
1031 Guard more uncommon formats with ifdefs so that we can compile on older
1034 2008-10-31 Wim Taymans <wim.taymans@collabora.co.uk>
1036 Patch by: Nick Haddad <nick at haddads dot net>
1038 * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
1039 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
1040 (gst_avi_demux_stream_data):
1041 Invert other uncompressed RGB formats. Fixes #558554.
1043 2008-10-30 Sebastian Dröge <slomo@circular-chaos.org>
1045 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
1046 (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
1047 * gst/wavenc/gstwavenc.h:
1048 Add support for float/double as input and remove the (nowadays)
1049 useless parsing of the depth as we require width==depth.
1051 2008-10-30 Wim Taymans <wim.taymans@collabora.co.uk>
1053 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
1054 * gst/rtp/gstrtpmpapay.c:
1055 Narrow down the caps of the mpeg audio pay/depayloaders to only accept
1056 mpeg version 1. Fixes #558427.
1058 2008-10-29 Wim Taymans <wim.taymans@collabora.co.uk>
1060 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
1061 (gst_rtp_L16_pay_getcaps):
1062 Only put an integral amount of samples in the RTP packet.
1065 2008-10-28 Wim Taymans <wim.taymans@collabora.co.uk>
1067 * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
1068 * gst/rtp/gstrtpchannels.h:
1069 Add method to get possible channel positions.
1071 2008-10-28 Wim Taymans <wim.taymans@collabora.co.uk>
1073 * gst/rtp/Makefile.am:
1074 Also commit updated makefile
1076 2008-10-28 Sebastian Dröge <slomo@circular-chaos.org>
1078 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1079 Don't allow width=32,depth=24 as input. WAV requires that the width
1080 is the next integer multiply of 8 from the depth.
1082 2008-10-28 Wim Taymans <wim.taymans@collabora.co.uk>
1084 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
1085 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
1086 (gst_rtp_L16_pay_getcaps):
1087 * gst/rtp/gstrtpchannels.c: (check_channels),
1088 (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
1089 (gst_rtp_channels_create_default):
1090 * gst/rtp/gstrtpchannels.h:
1091 Add mappings for multichannel support. Does not completely just work
1092 because the getcaps function does not yet return the allowed channel
1093 mappings. See #556641.
1095 2008-10-28 Stefan Kost <ensonic@users.sf.net>
1097 * gst/goom/Makefile.am:
1099 * gst/goom/config_param.c:
1100 * gst/goom/convolve_fx.c:
1101 * gst/goom/drawmethods.c:
1102 * gst/goom/drawmethods.h:
1103 * gst/goom/filters.c:
1104 * gst/goom/filters_mmx.s:
1105 * gst/goom/flying_stars_fx.c:
1107 * gst/goom/goom_config.h:
1108 * gst/goom/goom_config_param.h:
1109 * gst/goom/goom_core.c:
1110 * gst/goom/goom_filters.h:
1111 * gst/goom/goom_fx.h:
1112 * gst/goom/goom_graphic.h:
1113 * gst/goom/goom_plugin_info.h:
1114 * gst/goom/goom_tools.c:
1115 * gst/goom/goom_tools.h:
1116 * gst/goom/goom_typedefs.h:
1117 * gst/goom/goom_visual_fx.h:
1118 * gst/goom/graphic.c:
1123 * gst/goom/mathtools.c:
1124 * gst/goom/mathtools.h:
1126 * gst/goom/motif_goom1.h:
1127 * gst/goom/motif_goom2.h:
1128 * gst/goom/plugin_info.c:
1129 * gst/goom/ppc_drawings.h:
1130 * gst/goom/ppc_zoom_ultimate.h:
1131 * gst/goom/sound_tester.c:
1132 * gst/goom/sound_tester.h:
1133 * gst/goom/surf3d.c:
1134 * gst/goom/surf3d.h:
1135 * gst/goom/tentacle3d.c:
1136 * gst/goom/tentacle3d.h:
1140 Add license headers in all source files. Remove filter.c from
1141 EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
1142 which are not used right now. Fixes #557709.
1144 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
1146 Patch by: Olivier Crete <tester at tester dot ca>
1148 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
1149 (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
1150 Implement getcaps in rtpL16pay. Fixes #556484.
1152 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
1154 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
1155 (gst_rtp_L16_depay_process):
1156 Check if clock-rate and channels are valid.
1157 Don't ignore the return value of setcaps.
1158 No need to validate the buffer, the base class does that for us.
1159 Use the marker bit to set the DISCONT flag on outgoing buffers.
1161 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1162 Don't ignore the return value of set_outcaps.
1164 * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1165 (gst_rtp_ac3_depay_process):
1166 Don't ignore the return value of set_caps.
1167 No need to validate the buffer, the base class does that for us.
1169 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1170 (gst_rtp_amr_depay_process):
1171 * gst/rtp/gstrtpamrdepay.h:
1172 Don't ignore the return value of setcaps.
1173 No need to validate the buffer, the base class does that for us.
1174 No need to set output caps on the buffers, the base class does that for
1176 The subclass will make sure we are negotiated.
1178 * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1179 (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1180 * gst/rtp/gstrtpdvdepay.h:
1181 Clean up caps negotiation.
1182 The subclass will make sure we are negotiated.
1184 * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1185 (gst_rtp_g726_depay_process):
1186 Clean up caps negotiation.
1187 Use the marker bit to set the DISCONT flag on outgoing buffers.
1189 * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1190 (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1191 * gst/rtp/gstrtpg729depay.h:
1192 The subclass will make sure we are negotiated.
1193 Use the marker bit to set the DISCONT flag on outgoing buffers.
1195 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1196 (gst_rtp_gsm_depay_process):
1197 Clean up caps negotiation.
1198 Use the marker bit to set the DISCONT flag on outgoing buffers.
1200 * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1201 Clean up caps negotiation.
1202 Don't ignore the return value of set_outcaps.
1204 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1205 (gst_rtp_h263_depay_process):
1206 Clean up caps negotiation.
1207 No need to validate the buffer, the base class does that for us.
1209 * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1210 (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1211 * gst/rtp/gstrtph263pay.h:
1212 Don't ignore the return value of set_outcaps.
1213 Do some more timestamps.
1215 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1216 (gst_rtp_h263p_depay_process):
1217 Clean up caps negotiation.
1218 Don't ignore the return value of setcaps.
1219 No need to validate the buffer, the base class does that for us.
1221 * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1222 (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1223 (gst_rtp_h263p_pay_handle_buffer):
1224 * gst/rtp/gstrtph263ppay.h:
1225 Don't ignore the return value of set_outcaps.
1226 Do some more timestamps.
1228 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1229 (gst_rtp_h264_depay_process):
1230 Clean up caps negotiation.
1231 Don't ignore the return value of setcaps.
1232 Fix possible caps leak.
1233 No need to validate the buffer, the base class does that for us.
1235 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1236 Add some more debug info.
1238 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1239 (gst_rtp_ilbc_depay_process):
1240 Clean up caps negotiation.
1241 Use the marker bit to set the DISCONT flag on outgoing buffers.
1243 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1244 Clean up caps negotiation.
1246 * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1247 (gst_rtp_mp1s_depay_process):
1248 Clean up caps negotiation.
1249 Don't ignore the return value of setcaps.
1250 No need to validate the buffer, the base class does that for us.
1251 No need to set caps on buffers, subclass does that for us.
1253 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1254 (gst_rtp_mp2t_depay_process):
1255 Clean up caps negotiation.
1256 Don't ignore the return value of setcaps.
1257 No need to validate the buffer, the base class does that for us.
1258 No need to set caps on buffers, subclass does that for us.
1260 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1261 (gst_rtp_mp4a_depay_process):
1262 Clean up caps negotiation.
1263 Don't ignore the return value of setcaps.
1264 No need to validate the buffer, the base class does that for us.
1266 * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1267 (gst_rtp_mp4a_pay_setcaps):
1268 Don't ignore the return value of set_outcaps.
1270 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1271 (gst_rtp_mp4g_depay_process):
1272 Clean up caps negotiation.
1273 Don't ignore the return value of setcaps.
1274 No need to validate the buffer, the base class does that for us.
1275 No need to set caps on buffers, subclass does that for us.
1277 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1278 (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1279 Don't ignore the return value of set_outcaps.
1281 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1282 (gst_rtp_mp4v_depay_process):
1283 Clean up caps negotiation.
1284 Don't ignore the return value of setcaps.
1285 No need to validate the buffer, the base class does that for us.
1286 No need to set caps on buffers, subclass does that for us.
1288 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1289 (gst_rtp_mp4v_pay_setcaps):
1290 Don't ignore the return value of set_outcaps.
1292 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1293 (gst_rtp_mpa_depay_process):
1294 Clean up caps negotiation.
1295 Don't ignore the return value of setcaps.
1296 No need to validate the buffer, the base class does that for us.
1297 Use the marker bit to set the DISCONT flag on outgoing buffers.
1299 * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1300 Don't ignore the return value of set_outcaps.
1302 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1303 (gst_rtp_mpv_depay_process):
1304 Clean up caps negotiation.
1305 Actually set output caps.
1306 No need to validate the buffer, the base class does that for us.
1308 * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1309 Don't ignore the return value of set_outcaps.
1311 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1312 (gst_rtp_pcma_depay_process):
1313 Clean up caps negotiation.
1314 Set output buffer duration because we can.
1315 Use the marker bit to set the DISCONT flag on outgoing buffers.
1317 * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1318 Don't ignore the return value of set_outcaps.
1320 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1321 (gst_rtp_pcmu_depay_process):
1322 Clean up caps negotiation.
1323 Use the marker bit to set the DISCONT flag on outgoing buffers.
1325 * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1326 Don't ignore the return value of set_outcaps.
1328 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1329 (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1330 Clean up caps negotiation.
1331 Set output caps on the pad and header buffers.
1332 Set duration on output buffers because we can.
1334 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1335 Don't ignore the return value of set_outcaps.
1337 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1338 (gst_rtp_sv3v_depay_process):
1339 Clean up caps negotiation.
1340 No need to validate the buffer, the base class does that for us.
1341 No need to set caps out output buffers, subclass does that.
1343 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1344 (gst_rtp_theora_depay_process):
1345 Don't ignore the return value of setcaps.
1346 No need to validate the buffer, the base class does that for us.
1348 * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1349 (gst_rtp_theora_pay_flush_packet), (encode_base64),
1350 (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1351 (gst_rtp_theora_pay_handle_buffer):
1352 Don't ignore the return value of set_outcaps.
1354 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1355 (gst_rtp_vorbis_depay_process):
1356 Don't ignore the return value of setcaps.
1357 No need to validate the buffer, the base class does that for us.
1359 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1360 Don't ignore the return value of set_outcaps.
1362 * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1363 Clean up caps negotiation, don't ignore setcaps return.
1365 * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1366 Don't ignore the return value of set_outcaps.
1368 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
1370 * gst/matroska/matroska-demux.c:
1371 (gst_matroska_demux_handle_src_event):
1372 Forward unknown events upstream.
1374 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
1376 * tests/check/elements/icydemux.c: (icydemux_found_pad):
1377 Add some refcount check
1379 * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1380 Don't ignore the result of write(), fixes a compiler warning for me.
1382 * tests/icles/videobox-test.c: (main):
1383 Make the output a little more pretty.
1385 2008-10-27 Stefan Kost <ensonic@users.sf.net>
1390 2008-10-27 Stefan Kost <ensonic@users.sf.net>
1392 * docs/plugins/Makefile.am:
1393 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1394 * docs/plugins/gst-plugins-good-plugins-sections.txt:
1395 * docs/plugins/gst-plugins-good-plugins.args:
1396 * docs/plugins/gst-plugins-good-plugins.hierarchy:
1397 * docs/plugins/gst-plugins-good-plugins.interfaces:
1398 * docs/plugins/inspect/plugin-autodetect.xml:
1399 Add the docs of the new elements.
1401 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1403 * gst/autodetect/gstautoaudiosrc.c:
1404 (gst_auto_audio_src_class_init):
1405 * gst/autodetect/gstautovideosrc.c:
1406 (gst_auto_video_src_class_init):
1407 Fix "Since" tags in the documentation.
1409 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1411 Patch by: Sjoerd Simons <sjoerd at luon dot net>
1413 * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1414 (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1415 Add support for souphttpsrc to act as a live source. This makes it
1416 possible to get timestamped buffers in combination with the
1417 "do-timestamp" property. Fixes bug #556019.
1419 2008-10-27 Stefan Kost <ensonic@users.sf.net>
1421 * gst/autodetect/Makefile.am:
1422 * gst/autodetect/gstautoaudiosink.c:
1423 * gst/autodetect/gstautoaudiosrc.c:
1424 * gst/autodetect/gstautoaudiosrc.h:
1425 * gst/autodetect/gstautodetect.c:
1426 * gst/autodetect/gstautovideosink.c:
1427 * gst/autodetect/gstautovideosrc.c:
1428 * gst/autodetect/gstautovideosrc.h:
1429 Implement src plugins. Little code/string cleanup in the sinks.
1432 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1434 Patch by: Peter Kjellerstedt <pkj at axis com>
1436 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1437 (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1438 Fix a memory leak when pads are requested but the pipeline never
1441 Correctly remove request pads, no matter if they have collected
1446 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1448 Patch by: <lrn1986 at gmail dot com>
1450 * gst/udp/gstudpnetutils.h:
1451 Define the correct WINVER so getaddinfo() can be used when using
1452 mingw32. Fixes bug #557294.
1454 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1456 Patch by: <lrn1986 at gmail dot com>
1458 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1459 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1460 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1461 Fix "argument type mismatch" compiler warnings on Windows.
1464 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1466 * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1467 Don't calculate the filter coefficients for every single buffer
1468 but only when it's needed. Fixes bug #557260.
1470 2008-10-26 Jan Schmidt <jan.schmidt@sun.com>
1473 Back to development -> 0.10.11.1
1475 2008-10-25 Jan Schmidt <jan.schmidt@sun.com>
1477 * gst-plugins-good.doap:
1478 Fix version number of 0.10.11 release in doap file
1480 === release 0.10.11 ===
1482 2008-10-24 Jan Schmidt <jan.schmidt@sun.com>
1485 releasing 0.10.11, "Secondary Consideration"
1487 2008-10-24 Jan Schmidt <jan.schmidt@sun.com>
1490 Commit 0.10.10.4 pre-release
1492 2008-10-21 Jan Schmidt <jan.schmidt@sun.com>
1494 * gst/avi/gstavimux.c:
1495 Fix VPRP chunk setup in avimux.
1497 Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1499 2008-10-21 Jan Schmidt <jan.schmidt@sun.com>
1501 * gst/videobox/gstvideobox.c:
1502 support dynamically changing properties in videobox
1504 Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1506 2008-10-16 Jan Schmidt <jan.schmidt@sun.com>
1509 0.10.10.3 pre-release
1511 2008-10-16 Jan Schmidt <jan.schmidt@sun.com>
1513 * tests/check/Makefile.am:
1514 Don't run the states test on pulsesrc and pulsesink
1516 2008-10-16 Jan Schmidt <jan.schmidt@sun.com>
1519 Commit 0.10.10.2 pre-release bump that actually went
1522 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
1524 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1525 Skip entries for streams that don't have a output pad yet, thereby
1526 avoiding calling pad functions with a NULL pad.
1529 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
1531 * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1532 * tests/check/elements/icydemux.c: (icydemux_found_pad):
1533 Remove problematic and useless refcount check.
1536 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
1538 * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1539 Remove problematic and useless refcount check.
1542 2008-10-10 Jan Schmidt <jan.schmidt@sun.com>
1544 * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1545 * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1546 Cast some size_t arguments to guint to avoid compiler
1547 warnings on 64-bit systems.
1549 2008-10-09 Wim Taymans <wim.taymans@collabora.co.uk>
1551 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1552 Return TRUE instead of FALSE from the event handler when we swallowed the
1555 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1557 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1558 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1559 Reset header state. Fixes #555321.
1561 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1563 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1564 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1565 * gst/avi/gstavidemux.h:
1566 For timestamping audio packets we need to take into account the
1567 amount of blocks in one entry using the blockalign. Fixes some sync
1568 issues with zero-padded audio blocks in the beginning of avi files.
1570 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1572 * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1573 (gst_multi_file_src_query):
1574 Implement DEFAULT and BUFFER position queries. See #555260.
1576 2008-10-08 Edward Hervey <edward.hervey@collabora.co.uk>
1578 * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1579 Fix build for systems that don't have XDamage.
1581 2008-10-07 Wim Taymans <wim.taymans@collabora.co.uk>
1583 * tests/examples/rtp/client-H263p.sdp:
1584 * tests/examples/rtp/client-H263p.sh:
1585 * tests/examples/rtp/server-VTS-H263p.sh:
1586 Add some more H263p server and client examples.
1588 2008-10-03 Tim-Philipp Müller <tim.muller at collabora co uk>
1591 Depend on released versions of core and base.
1593 2008-10-03 Wim Taymans <wim.taymans@collabora.co.uk>
1595 * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1596 * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1597 Return -1 instead of 0 in error cases. Fixes #554771.
1599 2008-10-03 Wim Taymans <wim.taymans@collabora.co.uk>
1601 * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1602 (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1603 Stop leaking the cursor image.
1604 Unref the last_ximage and the cached cursor image on shutdown.
1607 2008-10-03 Wim Taymans <wim.taymans@collabora.co.uk>
1609 * sys/v4l2/gstv4l2object.h:
1610 Getting the Class from an instance is not just a matter of casting it to
1611 the class struct but it involves calling G_OBJECT_GET_CLASS on the
1612 instance. Fixes #549784.
1614 2008-10-01 Michael Smith <msmith@songbirdnest.com>
1617 Fix libs for linking directsound.
1618 * sys/directsound/gstdirectsoundsink.c:
1619 Fix buffer sizing to prevent racing the ringbuffer at startup.
1620 Add volume property.
1622 2008-09-27 Jan Schmidt <jan.schmidt@sun.com>
1624 * ext/pulse/pulsesink.c:
1625 Fix problems with pulsesink randomly erroring with code 'OK' after a
1626 format change on the stream by waiting when disconnecting the stream.
1628 2008-09-26 Wim Taymans <wim.taymans@collabora.co.uk>
1630 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1631 (gst_rtp_amr_depay_process):
1632 Mark DISCONT on output buffers when the marker bit signals a new talk
1635 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1636 Set the marker bit for buffers with a DISCONT flag to signal a talk
1639 2008-09-26 Wim Taymans <wim.taymans@collabora.co.uk>
1641 * gst/rtp/Makefile.am:
1642 * gst/rtp/gstrtp.c: (plugin_init):
1643 * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1644 (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1645 (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1646 (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1647 (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1648 (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1649 * gst/rtp/gstrtpmp4apay.h:
1650 Added MP4A-LATM payloader to match the depayloader.
1652 2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
1654 * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1655 (gst_videomixer_sink_event):
1656 Handle segments a little better. Fixes #537361.
1658 2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
1660 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1661 Don't assume the server supports PAUSE by default. Fixes #551048.
1663 2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
1665 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1666 (gst_udpsrc_set_uri), (gst_udpsrc_start):
1667 Switch on the socket family to get the addrlen size right.
1669 2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
1671 Patch by: Daniel Franke <df at dfranke dot us>
1673 * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1674 OS X's bind() implementation is picky about its addrlen parameter and
1675 fails with EINVAL if it is larger than expected for the socket's address
1676 family. Set the length to the expected length instead. Fixes #553191.
1678 2008-09-23 Wim Taymans <wim.taymans@collabora.co.uk>
1680 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1681 Handle the case where we cannot do desribe or when the describe result
1682 does not contain a valid SDP message.
1684 2008-09-23 Wim Taymans <wim.taymans@collabora.co.uk>
1686 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1687 Fix setting the qos.
1689 2008-09-17 Edward Hervey <edward.hervey@collabora.co.uk>
1691 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1692 (gst_qtdemux_chain):
1693 Some 'broken' files out there have atom lengths of zero...
1694 which basically results in qtdemux consuming that atom again and again
1695 until the *end of night* !
1696 Detect that and emits an adequate element error message.
1698 2008-09-17 Jan Schmidt <jan.schmidt@sun.com>
1700 * gst/interleave/Makefile.am:
1701 * gst/matroska/Makefile.am:
1702 Fix build flags order.
1704 * tests/check/elements/audioamplify.c: (GST_START_TEST):
1705 * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1706 * tests/check/elements/audioinvert.c: (GST_START_TEST):
1707 * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1710 * tests/check/elements/multifile.c:
1713 2008-09-15 Wim Taymans <wim.taymans@collabora.co.uk>
1715 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1716 (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1717 (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1718 (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1719 (gst_rtp_mp4g_depay_change_state):
1720 * gst/rtp/gstrtpmp4gdepay.h:
1721 Handle interleaved streams by reordering AU in a queue.
1723 2008-09-15 Wim Taymans <wim.taymans@collabora.co.uk>
1725 * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1726 (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1727 Change some of the ranges in the caps, mostly for the amount of bits we
1729 Added a little bitstream parse and use it to parse the AU header fields.
1730 Check for malformed and wrongly sized packets better.
1731 Implement more header field parsing.
1732 Handle the size of fragmented packets correctly.
1734 2008-09-14 Edward Hervey <edward.hervey@collabora.co.uk>
1736 Patch by: Jonathan Matthew <notverysmart@gmail.com>
1737 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1738 Add mapping for 'tiff' => image/tiff
1741 2008-09-11 Tim-Philipp Müller <tim.muller at collabora co uk>
1744 * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1745 * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1746 Pretend to care about the result of write() which works around
1749 2008-09-04 Tim-Philipp Müller <tim.muller at collabora co uk>
1751 * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1752 Make sure the desired default values are actually set, not only
1753 registered as defaults (actual problem is that the stereo-specific
1754 values are only updated if channels==2, which is not the case yet
1755 when the object is created, so the default values for the
1756 mid-side-stereo and loose-mid-side-stereo settings are never
1757 set in _update_quality()). Makes flacenc create smaller files by
1758 default (for stereo input), and fixes #550791.
1760 2008-09-03 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1762 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1763 (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1764 (qtdemux_parse_trak), (qtdemux_video_caps):
1765 * gst/qtdemux/qtdemux.h:
1766 * gst/qtdemux/qtdemux_fourcc.h:
1767 * gst/qtdemux/qtdemux_types.c:
1768 Add support for video/mj2 mime-type and its additional atoms/boxes.
1771 2008-09-03 Stefan Kost <ensonic@users.sf.net>
1773 * gst/debug/gsttaginject.c:
1774 Add warning when tags parameter is unparsable and give example for
1775 quoting in the docs.
1777 2008-09-02 Wim Taymans <wim.taymans@collabora.co.uk>
1779 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1780 Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1781 Add some alternative byteswapped mappings that seem to pop up sometimes.
1784 2008-09-02 Tim-Philipp Müller <tim.muller at collabora co uk>
1789 Add 'ca' to LINGUAS; add some more files with translations and some
1790 files which should be ignored by translation tools.
1792 2008-09-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1794 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1795 * ext/speex/gstspeexdec.h:
1796 * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1797 * ext/speex/gstspeexenc.h:
1798 Use integer encoding and decoding functions instead of converting
1799 the integer input to float in the element. The libspeex integer
1800 functions are doing this for us already or, if libspeex was compiled
1801 in integer mode, they're doing everything using integer arithmetics.
1802 Also saves some copying around.
1804 2008-09-01 Tim-Philipp Müller <tim.muller at collabora co uk>
1807 Fix --disable-external
1809 2008-08-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1811 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1812 (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1813 * ext/wavpack/gstwavpackenc.h:
1814 Handle non-zero start timestamps and stream discontinuities
1815 correctly. This only has an effect if we're muxing into
1816 a container format as the raw WavPack stream must contain
1817 continous sample numbers.
1819 2008-08-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1821 * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1822 Correct the timestamp and granulepos calculation by one Speex
1825 2008-08-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1827 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1828 Correctly take the granulepos from upstream if possible and
1829 correctly handle the granulepos in various calculations: the
1830 granulepos is the sample number of the _last_ sample in a frame, not
1833 * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1834 (gst_speex_enc_encode), (gst_speex_enc_chain),
1835 (gst_speex_enc_change_state):
1836 * ext/speex/gstspeexenc.h:
1837 Handle non-zero start timestamps in the encoder and detect/handle
1838 stream discontinuities. Fixes bug #547075.
1840 2008-08-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1842 Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1844 * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1845 Fix compiler warnings caused by passing a string as format string
1846 instead of "%s" and then the string. This is only exposed by -Wformat=2
1847 as used by default on Ubuntu. Fixes bug #550015.
1849 2008-08-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1851 * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1852 * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1853 * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1854 * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1855 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1856 (gst_ebml_read_element_length):
1857 * gst/matroska/matroska-demux.c:
1858 (gst_matroska_demux_check_subtitle_buffer):
1859 Make stuff compile with GST_DISABLE_GST_DEBUG.
1861 2008-08-28 Michael Smith <msmith@songbirdnest.com>
1865 Ref caps before passing to gst_pad_template_new(), since that takes
1868 2008-08-28 Wim Taymans <wim.taymans@collabora.co.uk>
1870 Patch by: Mersad Jelacic <mersad at axis dot com>
1872 * gst/multipart/multipartdemux.c:
1873 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1874 Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1875 demuxer. Fixes #549551.
1877 2008-08-27 Edward Hervey <edward.hervey@collabora.co.uk>
1879 * sys/osxaudio/gstosxaudiosink.c:
1880 (gst_osx_audio_sink_select_device):
1881 * sys/osxaudio/gstosxaudiosrc.c:
1882 (gst_osx_audio_src_create_ringbuffer),
1883 (gst_osx_audio_src_select_device):
1884 * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1885 Fix the build on macosx.
1887 2008-08-27 Tim-Philipp Müller <tim.muller at collabora co uk>
1889 * gst/icydemux/gsticydemux.c:
1890 Small docs fix: in the example pipeline, we need to pass
1891 iradio-mode=true to the source, so the server actually sends
1894 2008-08-26 Michael Smith <msmith@songbirdnest.com>
1896 * sys/osxaudio/gstosxaudio.c:
1897 Oops. Revert more completely.
1899 2008-08-26 Michael Smith <msmith@songbirdnest.com>
1901 * sys/osxaudio/gstosxaudio.c:
1902 Revert accidental element rename from testing.
1904 2008-08-27 Jan Schmidt <jan.schmidt@sun.com>
1906 * gst-plugins-good.doap:
1907 Pull in 0.10.10 doap entry from release branch
1909 2008-08-27 Jan Schmidt <jan.schmidt@sun.com>
1912 Update version number to reflect 0.10.10 release from
1915 2008-08-26 Michael Smith <msmith@songbirdnest.com>
1917 * sys/osxaudio/Makefile.am:
1918 * sys/osxaudio/gstosxaudio.c:
1919 * sys/osxaudio/gstosxaudiosink.c:
1920 * sys/osxaudio/gstosxaudiosink.h:
1921 * sys/osxaudio/gstosxaudiosrc.c:
1922 * sys/osxaudio/gstosxaudiosrc.h:
1923 * sys/osxaudio/gstosxringbuffer.c:
1924 * sys/osxaudio/gstosxringbuffer.h:
1925 Rewrite caps setting and ring buffer initialisation.
1926 Previously we never told CoreAudio what format we were going to send it,
1927 so it only worked due to luck, and not at all on some hardware.
1928 Now we explicitly advertise what formats the hardware supports, and then
1929 configure the selected one correctly.
1931 2008-08-26 Stefan Kost <ensonic@users.sf.net>
1933 * sys/v4l2/gstv4l2object.c:
1934 * sys/v4l2/gstv4l2src.c:
1935 * sys/v4l2/gstv4l2src.h:
1936 * sys/v4l2/v4l2_calls.c:
1937 * sys/v4l2/v4l2src_calls.c:
1938 Fix memory leaks. Small code cleanups : No need for empty _init(). No
1939 need to memset instance structures. Some more FIXME's and comments.
1941 2008-08-26 Stefan Kost <ensonic@users.sf.net>
1943 * tests/icles/.cvsignore:
1946 2008-08-26 Stefan Kost <ensonic@users.sf.net>
1948 * gst/goom/.cvsignore:
1949 * gst/goom2k1/.cvsignore:
1952 2008-08-26 Stefan Kost <ensonic@users.sf.net>
1954 * ext/cairo/gsttextoverlay.c:
1955 Fix compiler warning.
1957 2008-08-25 David Schleef <ds@schleef.org>
1959 * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1961 2008-08-25 Edward Hervey <edward.hervey@collabora.co.uk>
1963 * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1964 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1965 * gst/matroska/matroska-mux.c:
1966 (gst_matroska_mux_video_pad_setcaps),
1967 (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1968 Add Real[Audio|Video] support to Matroska containers.
1970 * decoding real audio/video streams contained in mkv
1971 * 'transmuxing' real (.rm) files into .mkv files
1972 It will not work though for encoding real[audio/video] streams that
1973 don't contain the 'mdpr_data' extra data on the caps.
1974 The reason why this will not work is because I never intended to
1975 duplicate virtually all the 'mdpr' block creation into mkvmux.
1978 2008-08-25 Wim Taymans <wim.taymans@collabora.co.uk>
1980 * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1981 * gst/law/mulaw-conversion.c:
1982 * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1983 (gst_mulawenc_chain):
1984 The encoder can't really renegotiate at the time they perform a
1985 pad-alloc so make the srcpads use fixed caps.
1986 Check the buffer size after a pad-alloc because the returned size might
1987 not be right when the downstream element does not know the size of the
1988 new buffer (capsfilter). Fixes #549073.
1990 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1992 Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1994 * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1995 v4l2src doesn't have a property named "norm" so don't try to notify
1996 about changes to that property. The "norm" property and related
1997 code are commented out currently. Fixes bug #549090.
1999 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2001 Patch by: Mike Ruprecht <cmaiku at gmail dot com>
2003 * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
2004 Reprobe devices again instead of taking a cached list as new
2005 devices could've been plugged in. Fixes bug #549062.
2007 2008-08-22 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2009 * gst/autodetect/Makefile.am:
2010 Don't link the autodetect plugin with GConf as it doesn't
2011 use GConf. Fixes bug #545463.
2013 2008-08-22 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2015 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2016 (gst_ebml_read_element_length), (gst_ebml_read_uint),
2017 (gst_ebml_read_sint), (gst_ebml_read_float),
2018 (gst_ebml_read_header):
2019 Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
2020 possible to ignore errors and not post any ERROR messages on
2023 * gst/matroska/matroska-demux.c:
2024 (gst_matroska_demux_parse_contents):
2025 Ignore any errors and not just EOS when parsing the contents of
2026 a SeekHead. Errors here are usually caused by truncated files
2027 and playback of the file works fine. Fixes playback of the
2028 audio_only_chapter_seekbroken.mka file from the MPlayer samples
2031 2008-08-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2033 * gst/multipart/multipartdemux.c:
2034 * gst/multipart/multipartmux.c:
2035 Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
2037 2008-08-21 Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
2039 * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
2040 gst_directdraw_sink_bufferpool_clear):
2041 Fix two more buffer ref leaks.
2043 2008-08-21 Tim-Philipp Müller <tim.muller at collabora co uk>
2045 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
2047 * sys/directdraw/gstdirectdrawsink.c:
2048 (gst_directdraw_sink_show_frame):
2049 Fix buffer ref leak.
2051 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2053 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2054 Revert the last commit. wavenc still supports width!=depth for 32 bit
2057 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2059 * gst/matroska/matroska-demux.c:
2060 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2061 If the duration of a block is unknown only use the timestamp for the
2062 first lace and use GST_CLOCK_TIME_NONE as duration for the following
2063 laces. Otherwise every lace has the same timestamp which leads to
2064 various problems. Really fixes bug #548831.
2066 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2068 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2069 If we're not allowing width!=depth in wavenc we should also disable
2070 the code that was added to support width!=depth.
2072 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2074 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2075 Don't calculate the default duration of a frame from the audio sampling
2076 rate. This only works for raw audio if every frame contains a single
2077 sample and results in broken buffer durations for other formats
2078 if no specified default duration is given or the blocks have no
2079 duration. Fixes bug #548831.
2081 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2083 * gst/matroska/matroska-demux.c:
2084 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2085 Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
2086 are used for text/plain subtitles as a gap-filler in some files.
2088 2008-08-21 Wim Taymans <wim.taymans@collabora.co.uk>
2090 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2091 (gst_v4l2_get_caps_info):
2092 Add S910 and PWC formats with a low priority.
2094 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
2095 (gst_v4l2src_probe_caps_for_format):
2098 2008-08-20 Tim-Philipp Müller <tim at collabora co uk>
2100 * ext/flac/gstflacenc.c:
2101 Fix compilation against older libflac versions.
2103 2008-08-20 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2105 * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
2106 (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
2107 * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2108 (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
2109 (gst_pulsemixer_ctrl_set_volume):
2110 * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
2111 * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
2112 * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2113 (gst_pulsesink_init), (gst_pulsesink_open),
2114 (gst_pulsesink_prepare), (gst_pulsesink_write),
2115 (gst_pulsesink_delay), (gst_pulsesink_reset):
2116 * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2117 (gst_pulsesrc_init):
2118 Use GST_BOILERPLATE everywhere and fix coding style at some places.
2119 Fix a locking issue in pulsesink's prepare function.
2121 * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
2122 Check if the created channel layout is valid for GStreamer.
2124 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
2126 * gst/rtsp/gstrtspgoogle.c:
2127 Things that can happen when your brain is in google mode trying to
2128 deal with their google rtsp server extensions and trying to type your
2129 google mail account.
2131 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
2133 * gst/rtsp/Makefile.am:
2134 * gst/rtsp/gstrtsp.c: (plugin_init):
2135 * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
2136 (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
2137 (_do_init), (gst_rtsp_google_base_init),
2138 (gst_rtsp_google_class_init), (gst_rtsp_google_init),
2139 (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
2140 (gst_rtsp_google_extension_init):
2141 * gst/rtsp/gstrtspgoogle.h:
2142 Add google RTSP extension, it can only handle udp and responds with
2143 unsupported if we do anything else. Fixes #546465.
2145 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
2146 (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
2147 (gst_rtspsrc_create_transports_string),
2148 (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2149 (gst_rtspsrc_close), (gst_rtspsrc_pause):
2150 Make transport setup code a bit better using GString.
2151 Add some more debug.
2152 Check for closed connections before doing anything on them.
2154 2008-08-20 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2156 * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2157 (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2158 (gst_pulsesrc_prepare):
2159 * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2160 (gst_pulse_channel_map_to_gst):
2161 * ext/pulse/pulseutil.h:
2162 If downstream provides no channel layout and >2 channels should be
2163 used use the default layout that pulseaudio chooses and also
2164 add this layout to the caps. Fixes bug #547258.
2166 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
2168 Patch by: Peter Kjellerstedt <pkj at axis com>
2170 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2171 (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2172 (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2173 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2174 (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2175 * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2176 (gst_udpsrc_set_property):
2177 Avoid leaking internally allocated file descriptors when setting
2178 custom file descriptors. Fixes #543101.
2180 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
2182 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2183 Don't try to configure RTCP back to the server when the server did not
2184 give us a valid port number.
2186 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
2188 * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2189 Use new basetransform method to renegotiate. Fixes #544956.
2191 * tests/icles/Makefile.am:
2192 * tests/icles/videobox-test.c: (make_pipeline), (main):
2193 Add videobox renegotiation example.
2195 2008-08-19 David Schleef <ds@schleef.org>
2197 * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2198 with sane values. Fixes #548530.
2200 2008-08-18 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2202 * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2203 * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2204 The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2205 are already filled with the correct values by
2206 gst_ring_buffer_parse_caps() so there's no need to set them again
2209 2008-08-16 Edward Hervey <edward.hervey@collabora.co.uk>
2211 * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2212 (gst_avi_demux_read_subindexes_push):
2213 Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2214 and instead of using the 'ix##' nomenclature, use '##ix'.
2215 They're still valid though, this fixes the duration and indexes for
2216 virtually all the ODML files I have.
2218 2008-08-15 Wim Taymans <wim.taymans@collabora.co.uk>
2220 Patch by: Olivier Crete <tester at tester dot ca>
2222 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2223 (gst_rtp_vorbis_depay_process):
2224 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2225 Update the vorbis RTP pay/depay to RFC 5215.
2228 2008-08-14 David Schleef <ds@schleef.org>
2230 * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2231 with 3:2 pulldown, i.e., 24p.
2233 2008-08-14 Wim Taymans <wim.taymans@collabora.co.uk>
2235 * tests/check/elements/level.c: (GST_START_TEST):
2236 Fix compilation some more.
2238 2008-08-14 Tim-Philipp Müller <tim.muller at collabora co uk>
2241 Require -base CVS for wavparse acid chunk parsing.
2243 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2245 * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2246 (gst_pulsesink_init), (gst_pulsesink_finalize),
2247 (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2248 (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2249 (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2250 * ext/pulse/pulsesink.h:
2251 Add "device-name" property to pulsesink too and currently commented
2252 out and not working support for a "volume" property.
2254 2008-08-13 Thijs Vermeir <thijsvermeir@gmail.com>
2257 Remove more cdio stuff (moved to ugly)
2259 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2261 Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2263 * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2264 (gst_pulsesrc_get_property):
2265 Add "device-name" property, which provides a human readable string
2266 for the audio device, to make it more consisten with other audio
2267 sources. Fixes bug #547519.
2269 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2271 * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2272 * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2273 (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2274 (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2275 * ext/pulse/pulsemixerctrl.h:
2276 * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2277 (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2278 (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2279 (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2280 * ext/pulse/pulseprobe.h:
2281 * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2282 * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2283 (gst_pulsesrc_change_state):
2284 Improve debugging a bit by including the parent object in pulsemixerctrl
2285 and pulseprobe objects and using GST_WARNING_OBJECT instead of
2288 Use the parent GObject subclass instead of a random struct as GObject
2289 parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2290 when probing for another property than "device".
2292 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2294 Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2296 * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2297 Fix property probing after the device property is set by calling
2298 set_server when the server property changes. Fixes bug #547518.
2300 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2302 Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2304 * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2305 (gst_pulsesink_implements_interface_init),
2306 (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2307 (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2308 (gst_pulsesink_get_type):
2309 * ext/pulse/pulsesink.h:
2310 * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2311 (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2312 (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2313 * ext/pulse/pulsesrc.h:
2314 Implement GstPropertyProbe interface on pulsesink for detecting
2315 sink devices and on pulsesrc for detecting source devices.
2316 Fixes bugs #547227 and #547217.
2318 2008-08-13 Stefan Kost <ensonic@users.sf.net>
2320 * gst/spectrum/gstspectrum.c:
2321 Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2323 2008-08-13 Edward Hervey <edward.hervey@collabora.co.uk>
2325 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2326 Properly set the maximum latency value, in the same way it is done in
2328 * sys/v4l2/v4l2src_calls.c:
2329 Simplify fraction equality check, no need to use GValues for this.
2331 2008-08-12 Edward Hervey <edward.hervey@collabora.co.uk>
2333 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2334 Add warning messages stating exactly why the latency query failed.
2335 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2336 In some cases, the negotiated framerate might be the default one which
2337 is already set internally. But we still need to mark it down in fps_n
2338 and fps_d so that the latency query can happen properly.
2340 2008-08-12 Edward Hervey <edward.hervey@collabora.co.uk>
2342 * docs/plugins/inspect/plugin-1394.xml:
2343 Whoops, forgot one doc file for people who can't/don't build the
2346 2008-08-12 Jan Schmidt <jan.schmidt@sun.com>
2348 * docs/plugins/Makefile.am:
2349 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2350 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2351 * docs/plugins/inspect/plugin-cdio.xml:
2353 * ext/cdio/Makefile.am:
2354 * ext/cdio/gstcdio.c:
2355 * ext/cdio/gstcdio.h:
2356 * ext/cdio/gstcdiocddasrc.c:
2357 * ext/cdio/gstcdiocddasrc.h:
2359 Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2360 CDDA source to -ugly.
2365 Pull in new translation from 0.10.9.2 release branch.
2367 2008-08-11 Edward Hervey <edward.hervey@collabora.co.uk>
2369 * docs/plugins/Makefile.am:
2370 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2371 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2372 * docs/plugins/gst-plugins-good-plugins.args:
2373 * docs/plugins/gst-plugins-good-plugins.hierarchy:
2374 * docs/plugins/gst-plugins-good-plugins.interfaces:
2375 Integrate documentation for new hdv1394src element.
2377 2008-08-11 Edward Hervey <edward.hervey@collabora.co.uk>
2379 * ext/raw1394/Makefile.am:
2380 * ext/raw1394/gst1394.c: (plugin_init):
2381 * ext/raw1394/gsthdv1394src.c: (_do_init),
2382 (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2383 (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2384 (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2385 (gst_hdv1394src_from_raw1394handle),
2386 (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2387 (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2388 (gst_hdv1394src_start), (gst_hdv1394src_stop),
2389 (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2390 (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2391 (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2392 (gst_hdv1394src_uri_handler_init):
2393 * ext/raw1394/gsthdv1394src.h:
2394 mpeg2-ts (HDV) variant of firewire capture element.
2397 2008-08-11 Edward Hervey <edward.hervey@collabora.co.uk>
2399 * gst/level/gstlevel.c: (gst_level_message_new):
2400 Fix compilation (also known as the classic 'fix code that someone
2401 committed without compiling it first').
2403 2008-08-10 Stefan Kost <ensonic@users.sf.net>
2405 * tests/check/elements/level.c:
2406 Add a test for level in stereo mode.
2408 2008-08-10 Stefan Kost <ensonic@users.sf.net>
2410 * tests/examples/spectrum/demo-audiotest.c:
2411 * tests/examples/spectrum/demo-osssrc.c:
2412 Demo how to draw analyzer results synced to the clock.
2414 2008-08-10 Stefan Kost <ensonic@users.sf.net>
2416 * gst/level/gstlevel.c:
2417 Little renaming (l -> level).
2419 * gst/spectrum/gstspectrum.c:
2420 * gst/spectrum/gstspectrum.h:
2421 Also send full timestamp/duration details here.
2423 2008-08-10 Stefan Kost <ensonic@users.sf.net>
2425 * gst/level/gstlevel.c:
2426 * gst/level/gstlevel.h:
2427 Send same timestamp/duration details as videoanalysis. This gives
2428 applications better chance to sync analysis results with playback.
2430 2008-08-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2432 * gst/matroska/matroska-mux.c:
2433 (gst_matroska_mux_handle_sink_event),
2434 (flac_streamheader_to_codecdata):
2435 We need to drop one additional buffer for FLAC as the fLaC
2436 marker and STREAMINFO block are merged into one buffer in the caps.
2438 Also don't pretend to support NEWSEGMENT events, otherwise we
2439 will most probably write some invalid data.
2441 2008-08-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2443 * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2444 (gst_matroska_mux_audio_pad_setcaps):
2445 Add support for muxing FLAC into Matroska containers.
2448 2008-08-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2450 * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2451 Actually provide the variables required for the format string.
2453 2008-08-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2455 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2456 (gst_matroska_demux_element_send_event),
2457 (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2458 * gst/matroska/matroska-demux.h:
2459 Close the current segment if we're doing a non-flushing seek and send
2460 the close-segment and the new segment of the seek from the streaming
2463 2008-08-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2465 * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2466 (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2467 (gst_flac_enc_change_state):
2468 * ext/flac/gstflacenc.h:
2469 Handle non-zero start timestamps correctly, mark header packets as
2470 IN_CAPS and print a warning and suggest using audiorate if stream
2471 discontinuities are detected. When FLAC supports flushing the encoder
2472 somehow this should be done for discontinuities instead.
2474 Remove some unused variables from the instance struct.
2476 2008-08-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2478 * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2479 If seeking failed return the appropiate return value to FLAC.
2480 Otherwise it thinks seeking was successfull and tries to rewrite
2481 parts of the headers which then get appended to the output.
2483 2008-08-07 Tim-Philipp Müller <tim.muller at collabora co uk>
2485 Patch by: Frederic Crozat <fcrozat@mandriva.org>
2487 * ext/esd/gstesd.c: (plugin_init):
2488 * ext/flac/gstflac.c: (plugin_init):
2489 * ext/shout2/gstshout2.c: (plugin_init):
2490 * ext/wavpack/gstwavpack.c: (plugin_init):
2491 * sys/oss/gstossaudio.c: (plugin_init):
2492 * sys/v4l2/gstv4l2.c: (plugin_init):
2493 Make sure gettext returns translations in UTF-8 encoding rather
2494 than in the current locale encoding (#546822).
2496 2008-08-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2498 * ext/flac/gstflacdec.c:
2499 Add FIXME for 0.11 to simply output everything with width=32 as given
2500 by FLAC and let audioconvert handle the conversions instead of doing
2503 2008-08-07 Jan Schmidt <Jan.Schmidt@sun.com>
2505 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2506 When outputting a pad template range for the size, include a framerate
2507 range too, to avoid 'not a real subset of template caps' errors.
2509 2008-08-06 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2511 Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2513 * ext/flac/Makefile.am:
2514 * ext/flac/gstflac.c: (plugin_init):
2515 * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2516 (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2517 (gst_flac_tag_dispose), (gst_flac_tag_init),
2518 (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2519 (gst_flac_tag_change_state):
2520 * ext/flac/gstflactag.h:
2521 Port flactag to 0.10, add documentation for it and clean it up a bit.
2524 * docs/plugins/Makefile.am:
2525 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2526 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2527 * docs/plugins/gst-plugins-good-plugins.hierarchy:
2528 * docs/plugins/gst-plugins-good-plugins.interfaces:
2529 * docs/plugins/gst-plugins-good-plugins.prerequisites:
2530 * docs/plugins/inspect/plugin-flac.xml:
2531 * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2532 * ext/flac/gstflacdec.h:
2533 * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2534 * ext/flac/gstflacenc.h:
2535 Add flactag and flacenc to the documentation and mark
2536 the private parts of the flacdec instance structure as private.
2538 Also use gst_element_class_set_details_simple() in flacdec and
2541 2008-08-06 Stefan Kost <ensonic@users.sf.net>
2543 * gst/qtdemux/qtdemux.c:
2544 Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2545 for it but ffmpeg does not.
2547 2008-08-05 Stefan Kost <ensonic@users.sf.net>
2549 * gst/wavparse/gstwavparse.c:
2550 Handle the list chunk and use gst_riff_parse_info() to parse the info
2553 2008-08-05 Stefan Kost <ensonic@users.sf.net>
2555 * gst/wavparse/gstwavparse.c:
2556 Handle the acid chunk and send tempo as part of tags. Other fields are
2557 interesting too, but need more tag-definitions. Fixes #545433.
2559 2008-08-05 Stefan Kost <ensonic@users.sf.net>
2561 * gst/wavparse/gstwavparse.c:
2562 Refactor wavparse. Call _reset() from dispose() and move old code from
2563 dispose into reset. This way we don't leak taglists when we abort
2564 parsing. Fix some comments. Move code for skipping a chunk into extra
2565 function. Replace chunk sizes with a const to ease readability.
2567 2008-08-05 Wim Taymans <wim.taymans@collabora.co.uk>
2569 Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2571 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2572 Improve udp port setup. Fixes #545710.
2574 2008-08-05 Wim Taymans <wim.taymans@collabora.co.uk>
2576 * gst/rtp/Makefile.am:
2577 * gst/rtp/gstrtp.c: (plugin_init):
2578 * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2579 (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2580 (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2581 (gst_rtp_mp1s_depay_set_property),
2582 (gst_rtp_mp1s_depay_get_property),
2583 (gst_rtp_mp1s_depay_change_state),
2584 (gst_rtp_mp1s_depay_plugin_init):
2585 * gst/rtp/gstrtpmp1sdepay.h:
2586 Add MP1S depayloader.
2589 Some more sample rtsp streams.
2591 2008-08-05 Wim Taymans <wim.taymans@collabora.co.uk>
2596 * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2597 * tests/check/elements/rglimiter.c: (GST_START_TEST):
2598 Add some more debug info.
2600 2008-08-04 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
2602 * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2603 Provide cbSize field for audio extra_data size, and take care to
2606 2008-08-04 Stefan Kost <ensonic@users.sf.net>
2608 * gst/qtdemux/qtdemux.c:
2609 Return the result of gst_pad_{start,stop}_task instead of hard-coded
2612 2008-08-04 Stefan Kost <ensonic@users.sf.net>
2614 * gst/qtdemux/qtdemux.c:
2615 * gst/qtdemux/qtdemux_fourcc.h:
2616 Add keyword tag support. Fixes #520694 for qtdemux.
2618 2008-08-04 Stefan Kost <ensonic@users.sf.net>
2620 * gst/qtdemux/qtdemux.c:
2621 Add support for tmpo tag (BPM).
2623 2008-08-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2625 * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2626 (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2627 Set an estimate for the total number of samples that will be encoded
2628 if possible to help decoders if the streaminfo can't be rewritten
2629 later (like when muxing into Ogg containers).
2631 Add a warning if we get header packets after data packets as those
2632 will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2635 2008-08-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2637 * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2638 (gst_flac_dec_write):
2639 Support decoding of all depths between 4 and 32 bits and read the
2640 depth from the streaminfo header if needed. Also support all sampling
2641 rates between 1 and 655350 Hz.
2643 * ext/flac/gstflacenc.c:
2644 (gst_flac_enc_caps_append_structure_with_widths),
2645 (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2646 (gst_flac_enc_chain):
2647 * ext/flac/gstflacenc.h:
2648 Support encoding in all bit depths supported by the streamable
2649 subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2650 between 1 Hz and 655350 Hz.
2652 2008-08-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2654 * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2655 (gst_flac_enc_sink_getcaps):
2656 Support encoding of up to 8 channels.
2658 2008-08-02 Jan Schmidt <jan.schmidt@sun.com>
2660 * ext/soup/gstsouphttpsrc.c:
2661 * ext/soup/gstsouphttpsrc.h:
2662 Fix seeking race condition in #540300
2663 Patch By: Wouter Cloetens <wouter at mind be>
2665 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2667 * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2668 (gst_matroska_demux_element_send_event),
2669 (gst_matroska_demux_handle_seek_event),
2670 (gst_matroska_demux_handle_src_event):
2671 When receiving a SEEK event on a specific pad first search for a seek
2672 table entry for the stream of the pad and then fall back to an entry
2673 for a different stream.
2675 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2678 * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2679 * gst/matroska/matroska-ids.h:
2680 Build depend on core CVS for the attachment tag.
2682 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2685 * gst/matroska/Makefile.am:
2686 * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2687 (copy_backptr), (lzo1x_decode), (main):
2688 * gst/matroska/lzo.h:
2689 * gst/matroska/matroska-demux.c:
2690 (gst_matroska_demux_read_track_encoding),
2691 (gst_matroska_decompress_data), (gst_matroska_decode_data),
2692 (gst_matroska_decode_buffer),
2693 (gst_matroska_decode_content_encodings),
2694 (gst_matroska_demux_read_track_encodings),
2695 (gst_matroska_demux_add_stream),
2696 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2697 * gst/matroska/matroska-ids.h:
2698 Decode the codec private data and following ContentEncoding if
2701 Support bzip2, lzo and header stripped compression. For lzo use the
2702 ffmpeg lzo implementation as liblzo is GPL licensed.
2704 Fix zlib decompression.
2706 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2708 * gst/matroska/matroska-mux.c:
2709 (gst_matroska_mux_audio_pad_setcaps):
2710 Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2711 duration of a frame with the new mpegaudioversion caps field.
2713 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2715 * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2716 (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2717 (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2718 (gst_matroska_demux_stream_from_num),
2719 (gst_matroska_demux_tracknumber_unique),
2720 (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2721 (gst_matroska_demux_handle_seek_event),
2722 (gst_matroska_demux_sync_streams),
2723 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2724 (gst_matroska_demux_loop):
2725 * gst/matroska/matroska-demux.h:
2726 Allow an infinite number of stream inside Matroska containers and use
2727 a GPtrArray for storing them instead of allowing "only" 127 streams.
2729 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2731 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2732 (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2733 (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2734 (gst_ebml_read_element_length), (gst_ebml_peek_id),
2735 (gst_ebml_read_get_length), (gst_ebml_read_skip),
2736 (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2737 (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2738 (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2739 (gst_ebml_read_master), (gst_ebml_read_binary),
2740 (gst_ebml_read_header):
2741 * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2742 (gst_ebml_write_element_size), (gst_ebml_write_uint),
2743 (gst_ebml_write_sint), (gst_ebml_write_ascii),
2744 (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2745 (gst_ebml_replace_uint):
2746 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2747 (gst_matroska_demux_read_track_encoding),
2748 (gst_matroska_demux_read_track_encodings),
2749 (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2750 (gst_matroska_demux_send_event),
2751 (gst_matroska_demux_element_send_event),
2752 (gst_matroska_demux_handle_seek_event),
2753 (gst_matroska_demux_handle_src_event),
2754 (gst_matroska_demux_init_stream),
2755 (gst_matroska_demux_parse_tracks),
2756 (gst_matroska_demux_parse_index_cuetrack),
2757 (gst_matroska_demux_parse_index_pointentry),
2758 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2759 (gst_matroska_demux_parse_metadata_id_simple_tag),
2760 (gst_matroska_demux_parse_metadata_id_tag),
2761 (gst_matroska_demux_parse_metadata),
2762 (gst_matroska_demux_parse_attached_file),
2763 (gst_matroska_demux_parse_attachments),
2764 (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2765 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2766 (gst_matroska_demux_push_flac_codec_priv_data),
2767 (gst_matroska_demux_push_xiph_codec_priv_data),
2768 (gst_matroska_demux_push_dvd_clut_change_event),
2769 (gst_matroska_demux_add_mpeg_seq_header),
2770 (gst_matroska_demux_add_wvpk_header),
2771 (gst_matroska_demux_check_subtitle_buffer),
2772 (gst_matroska_decode_buffer),
2773 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2774 (gst_matroska_demux_parse_cluster),
2775 (gst_matroska_demux_parse_contents_seekentry),
2776 (gst_matroska_demux_parse_contents),
2777 (gst_matroska_demux_loop_stream_parse_id),
2778 (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2779 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2780 (gst_matroska_demux_subtitle_caps),
2781 (gst_matroska_demux_change_state):
2782 * gst/matroska/matroska-ids.c:
2783 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2784 (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2785 (gst_matroska_mux_video_pad_setcaps),
2786 (xiph3_streamheader_to_codecdata),
2787 (vorbis_streamheader_to_codecdata),
2788 (theora_streamheader_to_codecdata),
2789 (gst_matroska_mux_audio_pad_setcaps),
2790 (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2791 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2792 (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2793 (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2794 (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2795 Fix indention everywhere. A broken indent version has added newlines
2796 after every single declaration some time ago.
2798 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2800 * gst/matroska/matroska-demux.c:
2801 (gst_matroska_demux_loop_stream_parse_id):
2802 If no Tracks are found error out instead of trying it again until the
2805 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2807 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2808 Fix demuxing of raw integer audio. The samples are unsigned only for 8
2809 bit and signed otherwise, not the other way around.
2811 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2813 * gst/matroska/matroska-mux.c:
2814 Add more raw YUV formats to the list of supported formats.
2816 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2818 * gst/matroska/matroska-mux.c:
2819 (gst_matroska_mux_audio_pad_setcaps):
2820 Add support for muxing raw float audio now that the spec defines the
2821 endianness and add support for muxing raw integer audio with 24 and
2824 Allow muxing of more than 8 audio channels.
2826 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2828 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2829 (gst_matroska_mux_reset), (gst_matroska_mux_start):
2830 Add locking to the global array of used track UIDs to prevent random
2831 crashes if more than a single matrosmux instance is used.
2833 Use 64 bit values for the track UIDs.
2835 Use the global GRandom of GLib instead of creating our own one
2836 for the few random numbers we need every single time.
2838 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2840 * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2841 (gst_flac_dec_setup_stream_decoder),
2842 (gst_flac_dec_update_metadata):
2843 Always post the audio-codec tag, not only if other tags are present.
2845 2008-08-02 Jan Schmidt <jan.schmidt@sun.com>
2848 Back to development -> 0.10.9.1
2850 === release 0.10.9 ===
2852 2008-07-31 Jan Schmidt <jan.schmidt@sun.com>
2855 releasing 0.10.9, "Steam Train Rolling"
2857 2008-07-31 Jan Schmidt <jan.schmidt@sun.com>
2859 * ext/soup/gstsouphttpsrc.c:
2860 Don't throw an error when soup completes a msg with status
2861 'cancelled', as that indicates we cancelled a request while
2862 shutting down or seeking, and it's not an error.
2863 Fixes: #540300 again.
2865 2008-07-28 Jan Schmidt <jan.schmidt@sun.com>
2868 0.10.8.4 pre-release
2870 2008-07-25 Edward Hervey <edward.hervey@collabora.co.uk>
2872 * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2873 Fix segment-stop regression.
2874 Add documentation regarding segments in quicktime files by Wim Taymans.
2877 2008-07-25 Jan Schmidt <jan.schmidt@sun.com>
2880 0.10.8.3 pre-release
2884 Add pt_BR translation
2886 2008-07-23 Michael Smith <msmith@songbirdnest.com>
2888 * gst/goom/convolve_fx.c:
2889 * gst/goom/filters.c:
2890 * gst/goom/goom_config.h:
2891 * gst/goom/goom_core.c:
2892 * gst/goom/goom_tools.h:
2893 Fix build with MSVC: include glib.h to define inline appropriately,
2894 use header guards where needed.
2895 * gst/udp/gstudpnetutils.c:
2896 * gst/udp/gstudpsrc.c:
2897 Fix build with MSVC: use WSA* constants/functions where appropriate, use
2898 g_snprintf rather than snprintf.
2901 2008-07-22 Stefan Kost <ensonic@users.sf.net>
2903 * gst/debug/gsttaginject.c:
2904 * gst/debug/gsttaginject.h:
2905 Sent tags in _transform_ip() instead of _start(). Fixes #543404
2908 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
2911 0.10.8.2 pre-release
2913 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
2916 Finish hooking up pulseaudio plugin to the build.
2918 * ext/pulse/pulsemixerctrl.c:
2919 Fix compilation error.
2921 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
2925 Add new lithunian translation, and add french to the LINGUAS
2928 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
2930 * ext/soup/gstsouphttpsrc.c:
2931 Fix Soup HTTP source seeking.
2932 Patch By: Wouter Cloetens <wouter at mind be>
2935 * tests/check/elements/.cvsignore:
2936 Ignore new check programs.
2938 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
2941 * docs/plugins/Makefile.am:
2942 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2943 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2944 * docs/plugins/gst-plugins-good-plugins.args:
2945 * docs/plugins/gst-plugins-good-plugins.hierarchy:
2946 * docs/plugins/gst-plugins-good-plugins.interfaces:
2947 * docs/plugins/gst-plugins-good-plugins.prerequisites:
2948 * docs/plugins/inspect/plugin-interleave.xml:
2949 * docs/plugins/inspect/plugin-replaygain.xml:
2950 * tests/check/Makefile.am:
2952 Move replaygain and interleave plugins from -bad.
2956 2008-07-18 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
2958 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2959 (qtdemux_parse_trak):
2960 Revert ISO base media spec based pixel-aspect-ratio calculation.
2963 2008-07-17 Edward Hervey <edward.hervey@collabora.co.uk>
2965 * sys/osxvideo/osxvideosink.m:
2966 Fix minor build issues on macosx.
2969 2008-07-17 Tim-Philipp Müller <tim.muller at collabora co uk>
2972 * ext/taglib/Makefile.am::
2973 Only use -Wno-attributes (which is there to work around a
2974 bug in the taglib 1.5 headers) if the c++ compiler actually
2975 supports it (#543255).
2977 2008-07-17 Tim-Philipp Müller <tim.muller at collabora co uk>
2979 Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2981 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2982 Avoid compiler warning by initialising variable to NULL (#543259).
2984 2008-07-14 Sebastian Dröge <slomo@circular-chaos.org>
2986 * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2987 Don't pass NULL taglists to gst_tag_list_is_empty().
2989 2008-07-14 Sebastian Dröge <slomo@circular-chaos.org>
2991 * tests/check/elements/cmmldec.c: (GST_START_TEST):
2992 * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2994 * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2995 Don't use declarations after statements.
2997 2008-07-14 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
2999 * ext/jpeg/gstjpegdec.c:
3000 Align documentation with reality.
3002 2008-07-14 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3004 * gst/udp/gstudpnetutils.c:
3005 EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
3006 old value (1) if it's not defined which should not cause any problems
3007 as we're using it internal only anyway.
3009 2008-07-14 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3011 Patch by: Alessandro Decina <alessandro at nnva dot org>
3013 * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
3014 Fix build of avidemux on big endian architectures.
3016 2008-07-10 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
3018 Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
3020 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
3021 Correctly distinguish 8bit vs 16bit raw audio. Fixes #542410.
3023 2008-07-08 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
3025 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3026 (qtdemux_parse_trak):
3027 Set pixel-aspect-ratio in caps using display width and height
3030 2008-07-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3033 Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
3034 flags that are invalid for C++. Fixes bug #516509.
3036 2008-07-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3038 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3039 * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
3040 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
3041 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
3042 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3043 * tests/examples/equalizer/demo.c: (message_handler):
3044 * tests/examples/spectrum/demo-audiotest.c: (message_handler):
3045 * tests/examples/spectrum/demo-osssrc.c: (message_handler):
3046 Don't use declarations after statements and variable length arrays.
3048 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3050 Patch by: Daniel Drake <dsd at gentoo dot org>
3052 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
3053 (gst_v4l2src_get_nearest_size):
3054 Try progressive video if interlaced fails. Fixes bug #541956
3055 and the usage of v4l2src on OLPC.
3057 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3059 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3060 (gst_rtp_speex_depay_process):
3061 * gst/rtp/gstrtpspeexdepay.h:
3062 Revert last change: Only the jitterbuffer is able to convert RTP to
3063 Gstreamer timestamps and normal (de)payloaders should simply copy it.
3064 Reopens bug #541787.
3066 2008-07-07 Stefan Kost <ensonic@users.sf.net>
3068 * gst/rtp/gstrtpvrawdepay.c:
3069 Include stdlib.h for atoi().
3071 * gst/rtsp/gstrtspsrc.c:
3072 Use floating point math for latencies < 0 sec in log output.
3074 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3076 Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
3078 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3079 (gst_rtp_speex_depay_process):
3080 * gst/rtp/gstrtpspeexdepay.h:
3081 Take timestamp from the RTP packet as a first step to fix problems
3082 with transmission over RTP when the network is not reliable.
3085 2008-07-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3087 Patch by: Tero Saarni <tero dot saarni at gmail dot com>
3089 * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
3090 Fix parsing of udp:// URIs containing IPv6 addresses.
3093 2008-07-04 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
3095 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3096 Do not leak incoming buffers.
3098 2008-07-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3100 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3103 Fix build of the RTP plugin with mingw32 by linking to ws2_32
3104 for htons() and htonl(). Fixes bug #541412.
3106 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3108 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3109 (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
3110 (gst_matroska_demux_element_query),
3111 (gst_matroska_demux_handle_src_query),
3112 (gst_matroska_demux_handle_seek_event):
3113 Handle position and duration query in DEFAULT format if the
3114 pad's track has a default frame duration set.
3116 Fix seeking now that the segment's duration doesn't contain the
3117 (possibly wrong or inaccurate) duration of the Matroska file.
3119 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3121 * gst/matroska/ebml-read.c: (_ext2dbl):
3122 Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
3123 in math.h except on MSVC where it is defined in xmath.h.
3124 Fixes compilation with MSVC.
3126 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3128 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3129 (gst_matroska_demux_handle_src_query),
3130 (gst_matroska_demux_parse_info),
3131 (gst_matroska_demux_loop_stream_parse_id):
3132 * gst/matroska/matroska-demux.h:
3133 Don't set the segment duration to the duration from the Matroska
3134 header as this value could be wrong and is just informational.
3136 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3138 * gst/matroska/matroska-demux.c:
3139 (gst_matroska_demux_loop_stream_parse_id):
3140 If no Tracks element is found until the first Cluster is found
3141 search it and error out if none is found in the complete file.
3143 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3145 * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
3146 Resync non-subtitle tracks too if a too large gap compared to other
3149 2008-07-01 Wim Taymans <wim.taymans@collabora.co.uk>
3151 * gst/rtp/Makefile.am:
3152 * gst/rtp/gstrtp.c: (plugin_init):
3153 * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
3154 (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
3155 (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
3156 (gst_rtp_vraw_depay_change_state),
3157 (gst_rtp_vraw_depay_plugin_init):
3158 * gst/rtp/gstrtpvrawdepay.h:
3159 * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3160 (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3161 (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3162 (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3163 (gst_rtp_vraw_pay_plugin_init):
3164 * gst/rtp/gstrtpvrawpay.h:
3165 Add raw video pay and depayloaders, see RFC4175.
3167 2008-06-30 Jan Schmidt <jan.schmidt@sun.com>
3169 * ext/libpng/gstpngdec.c:
3170 Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3171 whatever it returned.
3173 2008-06-29 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
3175 * gst/avi/avi-ids.h:
3176 Add vprp chunk related structures.
3177 * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3178 (gst_avi_demux_parse_stream):
3179 Parse optional vprp chunk and add calculated pixel-aspect-ratio
3180 to caps. Fixes #539482.
3181 * gst/avi/gstavimux.h:
3182 * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3183 (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3184 Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3186 2008-06-28 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
3188 * tests/check/elements/avimux.c: (check_avimux_pad):
3189 Adjust avimux unit test according to increased streamheader size.
3191 2008-06-27 David Schleef <ds@schleef.org>
3193 * gst/qtdemux/qtdemux.c: Add Dirac stream type
3195 2008-06-27 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
3197 * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3198 * gst/avi/gstavimux.h:
3199 Add 8 bytes to current streamheader to make for a complete one
3200 and to make more players happy. Fixes #519460.
3202 2008-06-26 Tim-Philipp Müller <tim.muller at collabora co uk>
3204 * sys/v4l2/v4l2_calls.c::
3205 Don't include unused gstv4l2xoverlay.h. Fixes build
3206 in case where X11 headers are not installed.
3208 2008-06-26 Wim Taymans <wim.taymans@collabora.co.uk>
3210 * ext/dv/gstdv.c: (plugin_init):
3213 2008-06-26 Edward Hervey <edward.hervey@collabora.co.uk>
3215 * ext/dv/gstdv.c: (plugin_init):
3216 Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3217 DV decoder available.
3220 2008-06-25 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3222 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3223 Call getsockname() after the call to bind() to get updated values
3224 for the port, etc. This fixes the usage of udpsrc on anonymous
3225 binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3226 Thanks to Aurelien Grimaud for pointing out the obvious fix.
3228 2008-06-25 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3230 * tests/check/pipelines/wavpack.c: (bus_handler):
3231 Remove workaround for a bug in identity that is fixed in 0.10.20.
3233 2008-06-25 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3235 Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3237 * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3238 Fix HTTP auth support with user/password passed via the URI.
3241 2008-06-24 Tim-Philipp Müller <tim.muller at collabora co uk>
3244 Depend on released versions of core and -base.
3246 2008-06-23 Julien Moutte <julien@fluendo.com>
3248 * gst/matroska/matroska-demux.c:
3249 (gst_matroska_demux_read_track_encoding),
3250 (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3251 format strings in macros. (makes it build on OS X again...)
3253 2008-06-20 Thomas Vander Stichele <thomas at apestaart dot org>
3255 * gst/rtp/gstrtptheorapay.c:
3256 * gst/udp/gstmultiudpsink.c:
3259 2008-06-20 Christian Schaller <christian.schaller@collabora.co.uk>
3261 * configure.ac: switch v4l2src over to the normal build instead of
3262 being 'experimental'. Fixes bug #536831.
3264 2008-06-19 Wim Taymans <wim.taymans@collabora.co.uk>
3266 * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3267 Remove unused variable so that we can compile again.
3269 2008-06-19 Peter Kjellerstedt <pkj@axis.com>
3271 * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3272 No need to check for audio/G723 and audio/32KADPCM here as they are
3273 no longer supported.
3275 2008-06-19 Sebastian Dröge <slomo@circular-chaos.org>
3277 * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3278 (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3279 Use G_GINT64_CONSTANT, this fixes the duration query on files without
3282 2008-06-19 Sebastian Dröge <slomo@circular-chaos.org>
3284 * gst/matroska/matroska-demux.c:
3285 (gst_matroska_demux_add_wvpk_header),
3286 (gst_matroska_demux_audio_caps):
3287 * gst/matroska/matroska-ids.h:
3288 Fix demuxing of WavPack files. Muxing is still broken.
3290 2008-06-19 Sebastian Dröge <slomo@circular-chaos.org>
3292 * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3293 (gst_matroska_demux_add_mpeg_seq_header),
3294 (gst_matroska_demux_add_wvpk_header),
3295 (gst_matroska_demux_check_subtitle_buffer),
3296 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3297 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3298 (gst_matroska_demux_subtitle_caps):
3299 * gst/matroska/matroska-ids.h:
3300 Add a "vfunc" to the track context for postprocessing frames and
3301 convert the wavpack and subtitle postprocessing to this vfunc.
3302 Copy buffer flags in those functions to the new buffers too.
3304 Parse CodecState elements of Blocks.
3306 Add a postprocessing function for MPEG video that adds the sequence
3307 header from the codec private data or codec state to the frames if
3308 it's not already there.
3310 2008-06-19 Sebastian Dröge <slomo@circular-chaos.org>
3312 * gst/matroska/matroska-demux.c:
3313 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3314 If a gap of more than 1/2 second is found in one stream send a
3315 NEWSEGMENT event to not stall the pipeline if the gap is too large.
3316 This also fixes Matroska files where the first buffer doesn't start
3317 at timestamp 0. Fixes bug #429322.
3319 The duration of a block is the default duration multiplied with the
3320 number of laces. Every lace is one frame and the default duration
3321 is the duration of one frame. This fixes playback of files that use
3322 lacing for some tracks.
3324 2008-06-18 Sebastian Dröge <slomo@circular-chaos.org>
3326 * gst/matroska/matroska-demux.c:
3327 (gst_matroska_demux_parse_contents_seekentry):
3328 Update FIXME/TODOs and only ignore EOS at the central, important place
3329 instead of several places.
3331 2008-06-18 Wim Taymans <wim.taymans@collabora.co.uk>
3333 * gst/rtp/gstrtpg726pay.c:
3334 Fix caps, See #538891.
3336 2008-06-18 Sebastian Dröge <slomo@circular-chaos.org>
3338 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3339 (gst_matroska_demux_stream_from_num),
3340 (gst_matroska_demux_encoding_cmp),
3341 (gst_matroska_demux_encoding_order_unique),
3342 (gst_matroska_demux_read_track_encoding),
3343 (gst_matroska_demux_read_track_encodings),
3344 (gst_matroska_demux_tracknumber_unique),
3345 (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3346 (gst_matroska_demux_parse_tracks),
3347 (gst_matroska_demux_parse_index_cuetrack),
3348 (gst_matroska_demux_parse_index_pointentry),
3349 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3350 (gst_matroska_demux_parse_metadata_id_simple_tag),
3351 (gst_matroska_demux_parse_metadata_id_tag),
3352 (gst_matroska_demux_parse_metadata),
3353 (gst_matroska_demux_parse_attached_file),
3354 (gst_matroska_demux_parse_attachments),
3355 (gst_matroska_demux_parse_chapters),
3356 (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3357 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3358 (gst_matroska_demux_parse_cluster),
3359 (gst_matroska_demux_parse_contents_seekentry),
3360 (gst_matroska_demux_parse_contents),
3361 (gst_matroska_demux_loop_stream_parse_id),
3362 (gst_matroska_demux_loop):
3363 Improve debug output everywhere and fix the EOS logic.
3365 Check the values of the ContentEncoding elements more strictly and
3366 don't use tracks for which it's invalid.
3368 Check that the track number is unique for this stream.
3370 Check that seek positions are below G_MAXINT64 as our seeks are
3371 int64-based and overflows will fail badly.
3373 After seeks also don't push SimpleBlocks until the first one
3374 containing a keyframe is found. Before this was done only for normal
3377 Update some FIXME/TODOs.
3379 * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3380 (gst_ebml_read_utf8), (gst_ebml_read_header):
3381 Improve debug output.
3383 * gst/matroska/matroska-ids.c:
3384 (gst_matroska_track_init_video_context):
3385 * gst/matroska/matroska-ids.h:
3386 * gst/matroska/matroska-mux.c:
3387 (gst_matroska_mux_video_pad_setcaps):
3388 Remove eye mode and don't parse it anymore. We can't use that
3389 information in GStreamer yet so it's useless.
3392 2008-06-18 Wim Taymans <wim.taymans@collabora.co.uk>
3394 Patch by: Mersad Jelacic <mersad at axis dot com>
3396 * gst/rtp/Makefile.am:
3397 * gst/rtp/gstrtp.c: (plugin_init):
3398 * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3399 (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3400 (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3401 (gst_rtp_g726_depay_plugin_init):
3402 * gst/rtp/gstrtpg726depay.h:
3403 * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3404 (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3405 (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3406 * gst/rtp/gstrtpg726pay.h:
3407 Added G726 pay/depayloaders. Fixes #538891.
3409 2008-06-17 Wim Taymans <wim.taymans@collabora.co.uk>
3414 * gst/smpte/barboxwipes.c:
3417 * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3418 Fix typo, add audioresample to the pipeline.
3420 2008-06-17 Wim Taymans <wim.taymans@collabora.co.uk>
3422 * ext/libmng/Makefile.am:
3423 * ext/libmng/gstmng.c: (plugin_init):
3424 * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3425 (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3426 (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3427 (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3428 (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3429 (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3430 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3431 (gst_mng_dec_change_state):
3432 * ext/libmng/gstmngdec.h:
3433 * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3434 (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3435 (gst_mng_enc_init), (gst_mng_enc_chain),
3436 (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3437 * ext/libmng/gstmngenc.h:
3438 Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3439 bits ifdeffed out still.
3441 2008-06-16 Sebastian Dröge <slomo@circular-chaos.org>
3443 * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3444 When comparing index elements with the same time compare their
3447 2008-06-16 Tim-Philipp Müller <tim.muller at collabora co uk>
3449 * gst/matroska/matroska-demux.c:
3450 (gst_matroska_demux_parse_attached_file)
3451 Init variable to NULL to avoid compiler warning.
3453 2008-06-16 Sebastian Dröge <slomo@circular-chaos.org>
3455 * gst/matroska/Makefile.am:
3456 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3457 (gst_matroska_demux_parse_attached_file),
3458 (gst_matroska_demux_parse_attachments),
3459 (gst_matroska_demux_parse_contents_seekentry),
3460 (gst_matroska_demux_loop_stream_parse_id):
3461 * gst/matroska/matroska-demux.h:
3462 * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3463 * gst/matroska/matroska-ids.h:
3464 * gst/matroska/matroska.c: (plugin_init):
3465 Parse Attachments and post them as GST_TAG_IMAGE if we detect
3466 it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3467 and description of the attachments in the caps. Fixes bug #537622.
3469 2008-06-16 Wim Taymans <wim.taymans@collabora.co.uk>
3471 * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3472 (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3473 (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3474 (gst_speex_enc_src_query), (gst_speex_enc_init),
3475 (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3476 (gst_speex_enc_chain), (gst_speex_enc_get_property),
3477 (gst_speex_enc_set_property):
3479 Some cleanups, add more debug info.
3482 2008-06-16 Sebastian Dröge <slomo@circular-chaos.org>
3484 * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3485 Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3486 If we get less bytes than requested we can't do anything except doing
3489 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
3491 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3492 (gst_matroskademux_do_index_seek),
3493 (gst_matroska_demux_parse_index_cuetrack),
3494 (gst_matroska_demux_parse_index_pointentry),
3495 (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3496 (gst_matroska_demux_parse_metadata):
3497 * gst/matroska/matroska-demux.h:
3498 * gst/matroska/matroska-ids.h:
3499 Use a GArray for storing the Cue (i.e. seek) information, store
3500 the CueTrackPositions for every track, store the block number
3501 and optimize searching in the array by sorting it after the last
3504 Fix a small memory leak when trying to parse a tags element that was
3507 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
3509 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3510 (gst_matroska_mux_start), (gst_matroska_mux_finish),
3511 (gst_matroska_mux_write_data):
3512 * gst/matroska/matroska-mux.h:
3513 Don't write another SeekHead which indexes all Clusters to the end of
3514 the file. This isn't useful for anything and just increases filesize.
3516 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
3518 * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3519 Prevent unaligned memory access when reading floats.
3521 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
3523 * gst/matroska/ebml-read.c:
3524 * gst/matroska/ebml-read.h:
3525 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3526 (gst_matroska_demux_parse_metadata):
3527 * gst/matroska/matroska-demux.h:
3528 Make sure that every Tags element is only parsed once and it's
3529 containing tags are only posted once.
3531 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
3533 * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3534 (gst_ebml_read_header):
3535 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3536 (gst_matroska_demux_parse_tracks),
3537 (gst_matroska_demux_parse_index_cuetrack),
3538 (gst_matroska_demux_parse_index_pointentry),
3539 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3540 (gst_matroska_demux_parse_metadata_id_simple_tag),
3541 (gst_matroska_demux_parse_metadata_id_tag),
3542 (gst_matroska_demux_parse_metadata),
3543 (gst_matroska_demux_parse_attachments),
3544 (gst_matroska_demux_parse_chapters),
3545 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3546 (gst_matroska_demux_parse_cluster),
3547 (gst_matroska_demux_parse_contents_seekentry),
3548 (gst_matroska_demux_parse_contents),
3549 (gst_matroska_demux_loop_stream_parse_id):
3550 Handle EBML elements like Void or CRC32 in the EbmlRead base class
3551 already. They're not useful in the matroska parser and only cause
3554 2008-06-14 Sebastian Dröge <slomo@circular-chaos.org>
3556 * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3557 (gst_ebml_finalize), (gst_ebml_read_change_state),
3558 (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3559 * gst/matroska/matroska-demux.c:
3560 (gst_matroska_demux_parse_contents_seekentry):
3561 Reverse the level list as we usually are only interested in the
3562 first element or want to add a new first element. Having the
3563 first element stored at the end and calling g_list_last() and
3564 g_list_append() is more expensive.
3566 Also use GSlice for allocating the GstEbmlLevel structs.
3568 2008-06-13 Tim-Philipp Müller <tim.muller at collabora co uk>
3570 * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3571 (gst_tag_inject_class_init), (gst_tag_inject_init):
3572 Don't unref NULL taglist in finalize. Don't use c++ style
3575 2008-06-13 Sebastian Dröge <slomo@circular-chaos.org>
3577 * gst/matroska/matroska-demux.c:
3578 (gst_matroska_demux_parse_metadata_id_simple_tag):
3579 * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3580 (gst_matroska_mux_write_data):
3581 Use gst_value_serialize() and gst_value_deserialize() for transforming
3582 tags from some GType to a string and the other way around. The default
3583 transformations in GLib don't include transformations from string to
3586 2008-06-13 Sebastian Dröge <slomo@circular-chaos.org>
3588 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3589 (gst_matroska_demux_parse_tracks),
3590 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3591 (gst_matroska_demux_parse_attachments),
3592 (gst_matroska_demux_parse_chapters),
3593 (gst_matroska_demux_parse_contents_seekentry),
3594 (gst_matroska_demux_loop_stream_parse_id):
3595 * gst/matroska/matroska-demux.h:
3596 Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3597 Tags multiple times. The first ones can appear more than once but must
3598 contain the same content as the first for backup purposes so we ignore
3599 all but the first one. Tags can appear multiple times with different
3602 Jump to all elements except Clusters that are available from a
3603 SeekHead to make it more likely to have all required informations
3604 before getting to the first Clusters.
3606 Add dummy functions for parsing Attachments and Chapters.
3608 2008-06-13 Wim Taymans <wim.taymans@collabora.co.uk>
3610 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3611 (gst_udpsrc_create), (gst_udpsrc_set_property),
3612 (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3613 * gst/udp/gstudpsrc.h:
3614 Add property to control automatic join/leave of multicast groups.
3616 Remove setting caps on buffers explicitly, basesrc does that for us now.
3618 Convert some non-fatal error into warnings.
3619 Use g_ntohs for better portability.
3620 Leave multicast groups when stopping.
3621 When using external sockets, use getsockname() on them to fill up the
3622 addr structure before calling methods that use the structure.
3623 Should all fix #536903.
3624 API: GstUDPSrc::auto-multicast property
3626 2008-06-13 Wim Taymans <wim.taymans@collabora.co.uk>
3628 * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3629 Use g_ntohl for better portability.
3631 2008-06-13 Wim Taymans <wim.taymans@collabora.co.uk>
3633 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3634 (gst_multiudpsink_remove):
3635 Fix a typo and do some small cleanups.
3637 2008-06-13 Wim Taymans <wim.taymans@collabora.co.uk>
3639 Patch by: Olivier Crete <tester at tester dot ca>
3641 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3642 Make the delivery-method mandatory on the caps and only accept inline
3644 Reverse strcmp checks for delivery-method.
3646 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3647 Make delivery method optional when parsing caps and note this in the
3649 Reverse strcmp checks for delivery-method.
3651 * gst/rtp/gstrtpvorbispay.c:
3652 Update a comment to note that the delivery-method is optional,
3655 2008-06-12 Wim Taymans <wim.taymans@collabora.co.uk>
3657 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3658 Set udpsrc for receiving data from multicast groups to PAUSED instead of
3659 leaving them in READY. Fixes #537832.
3661 2008-06-12 Stefan Kost <ensonic@users.sf.net>
3663 * gst/avi/gstavimux.c:
3664 Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3665 for a random constant in tagmuxing code.
3667 2008-06-11 Stefan Kost <ensonic@users.sf.net>
3669 * gst/debug/gsttaginject.c:
3670 * gst/debug/gsttaginject.h:
3671 Now actually adding the new element.
3673 2008-06-11 Stefan Kost <ensonic@users.sf.net>
3675 * docs/plugins/Makefile.am:
3676 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3677 * docs/plugins/gst-plugins-good-plugins-sections.txt:
3678 * docs/plugins/gst-plugins-good-plugins.args:
3679 * docs/plugins/gst-plugins-good-plugins.hierarchy:
3680 * docs/plugins/gst-plugins-good-plugins.interfaces:
3681 * docs/plugins/gst-plugins-good-plugins.prerequisites:
3682 * docs/plugins/inspect/plugin-aasink.xml:
3683 * docs/plugins/inspect/plugin-alaw.xml:
3684 * docs/plugins/inspect/plugin-alpha.xml:
3685 * docs/plugins/inspect/plugin-alphacolor.xml:
3686 * docs/plugins/inspect/plugin-annodex.xml:
3687 * docs/plugins/inspect/plugin-apetag.xml:
3688 * docs/plugins/inspect/plugin-audiofx.xml:
3689 * docs/plugins/inspect/plugin-auparse.xml:
3690 * docs/plugins/inspect/plugin-autodetect.xml:
3691 * docs/plugins/inspect/plugin-avi.xml:
3692 * docs/plugins/inspect/plugin-cacasink.xml:
3693 * docs/plugins/inspect/plugin-cairo.xml:
3694 * docs/plugins/inspect/plugin-cdio.xml:
3695 * docs/plugins/inspect/plugin-cutter.xml:
3696 * docs/plugins/inspect/plugin-debug.xml:
3697 * docs/plugins/inspect/plugin-dv.xml:
3698 * docs/plugins/inspect/plugin-efence.xml:
3699 * docs/plugins/inspect/plugin-effectv.xml:
3700 * docs/plugins/inspect/plugin-equalizer.xml:
3701 * docs/plugins/inspect/plugin-esdsink.xml:
3702 * docs/plugins/inspect/plugin-flac.xml:
3703 * docs/plugins/inspect/plugin-flxdec.xml:
3704 * docs/plugins/inspect/plugin-gamma.xml:
3705 * docs/plugins/inspect/plugin-gconfelements.xml:
3706 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3707 * docs/plugins/inspect/plugin-goom.xml:
3708 * docs/plugins/inspect/plugin-goom2k1.xml:
3709 * docs/plugins/inspect/plugin-halelements.xml:
3710 * docs/plugins/inspect/plugin-icydemux.xml:
3711 * docs/plugins/inspect/plugin-id3demux.xml:
3712 * docs/plugins/inspect/plugin-jpeg.xml:
3713 * docs/plugins/inspect/plugin-level.xml:
3714 * docs/plugins/inspect/plugin-matroska.xml:
3715 * docs/plugins/inspect/plugin-monoscope.xml:
3716 * docs/plugins/inspect/plugin-mulaw.xml:
3717 * docs/plugins/inspect/plugin-multifile.xml:
3718 * docs/plugins/inspect/plugin-multipart.xml:
3719 * docs/plugins/inspect/plugin-navigationtest.xml:
3720 * docs/plugins/inspect/plugin-ossaudio.xml:
3721 * docs/plugins/inspect/plugin-png.xml:
3722 * docs/plugins/inspect/plugin-quicktime.xml:
3723 * docs/plugins/inspect/plugin-rtp.xml:
3724 * docs/plugins/inspect/plugin-rtsp.xml:
3725 * docs/plugins/inspect/plugin-smpte.xml:
3726 * docs/plugins/inspect/plugin-soup.xml:
3727 * docs/plugins/inspect/plugin-spectrum.xml:
3728 * docs/plugins/inspect/plugin-speex.xml:
3729 * docs/plugins/inspect/plugin-taglib.xml:
3730 * docs/plugins/inspect/plugin-udp.xml:
3731 * docs/plugins/inspect/plugin-video4linux2.xml:
3732 * docs/plugins/inspect/plugin-videobalance.xml:
3733 * docs/plugins/inspect/plugin-videobox.xml:
3734 * docs/plugins/inspect/plugin-videocrop.xml:
3735 * docs/plugins/inspect/plugin-videoflip.xml:
3736 * docs/plugins/inspect/plugin-videomixer.xml:
3737 * docs/plugins/inspect/plugin-wavenc.xml:
3738 * docs/plugins/inspect/plugin-wavpack.xml:
3739 * docs/plugins/inspect/plugin-wavparse.xml:
3740 * docs/plugins/inspect/plugin-ximagesrc.xml:
3741 * gst/debug/Makefile.am:
3742 * gst/debug/breakmydata.c:
3743 * gst/debug/efence.c:
3744 * gst/debug/gstdebug.c:
3745 * gst/debug/gstnavseek.c:
3746 * gst/debug/gstpushfilesrc.c:
3747 * gst/debug/gstpushfilesrc.h:
3748 * gst/debug/negotiation.c:
3749 * gst/debug/progressreport.c:
3750 * gst/debug/progressreport.h:
3751 * gst/debug/rndbuffersize.c:
3752 * gst/debug/testplugin.c:
3753 Remove dummy plugin_init. Remove some undefined entries from doc-
3754 section file. Add taginject element and rebuild docs for it.
3756 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
3758 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3759 (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3760 Update the counter for the number of streams when pads are added or
3761 removed. This will make sure that a seek table is generated for
3762 files with just one audio stream.
3764 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
3766 * gst/matroska/matroska-demux.c:
3767 (gst_matroska_demux_parse_metadata_id_simple_tag):
3768 * gst/matroska/matroska-ids.h:
3769 * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3770 Add some more tags, improve debugging a bit and make sure that
3771 GValue transformation has succeeded before using the result
3774 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
3776 Patch by: Olivier Crete <tester at tester dot ca>
3778 * gst/rtp/gstrtptheorapay.c:
3779 The Theora RTP payloader only supports the "inline" delievery method
3780 so let's declare this on the caps of the static pad template.
3783 2008-06-10 Wim Taymans <wim.taymans@collabora.co.uk>
3785 * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3786 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3789 2008-06-10 Wim Taymans <wim.taymans@collabora.co.uk>
3791 * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3792 (gst_videomixer_blend_buffers):
3793 Use stream_time to synchronize the object properties.
3794 Use running_time of the master pad to timestamp outgoing buffers.
3795 Fix the initial segment event to extend an unknown amount of time.
3798 2008-06-10 Wim Taymans <wim.taymans@collabora.co.uk>
3800 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3801 (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3802 (gst_avi_demux_calculate_durations_from_index),
3803 (gst_avi_demux_stream_header_push),
3804 (gst_avi_demux_stream_header_pull):
3805 Try to ignore unparsable/unknown streams and give a warning instead of
3806 erroring out. Fixes #537377.
3808 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
3810 * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3811 Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3813 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3814 (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3815 (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3816 (gst_matroska_demux_read_track_encodings),
3817 (gst_matroska_demux_add_stream),
3818 (gst_matroska_demux_handle_src_query),
3819 (gst_matroska_demux_init_stream),
3820 (gst_matroska_demux_parse_index_cuetrack),
3821 (gst_matroska_demux_parse_index_pointentry),
3822 (gst_matroska_demux_parse_info),
3823 (gst_matroska_demux_parse_metadata_id_simple_tag),
3824 (gst_matroska_demux_parse_metadata),
3825 (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3826 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3827 (gst_matroska_demux_parse_cluster),
3828 (gst_matroska_demux_parse_contents_seekentry),
3829 (gst_matroska_demux_loop_stream_parse_id),
3830 (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3831 (gst_matroska_demux_audio_caps),
3832 (gst_matroska_demux_subtitle_caps):
3833 * gst/matroska/matroska-demux.h:
3834 * gst/matroska/matroska-ids.c:
3835 (gst_matroska_track_init_subtitle_context):
3836 * gst/matroska/matroska-ids.h:
3837 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3838 (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3839 (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3840 (gst_matroska_mux_video_pad_setcaps),
3841 (gst_matroska_mux_audio_pad_setcaps),
3842 (gst_matroska_mux_subtitle_pad_setcaps),
3843 (gst_matroska_mux_request_new_pad),
3844 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3845 (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3846 (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3847 (gst_matroska_mux_set_property):
3848 Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3849 elements, do some checks for valid values in the demuxer, handle
3850 tracktimecodescale in the demuxer, set correct default values for all
3851 settings in the demuxer, review and add all missing matroska
3852 IDs and some more raw YUV formats, and some trivial cleanup.
3854 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
3856 * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3857 (gst_pulsemixer_class_init):
3858 * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3859 (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3860 * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3861 (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3862 (gst_pulsesrc_prepare):
3863 Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3864 gst_element_class_set_details_simple() and fix coding style a bit
3867 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
3869 * docs/plugins/Makefile.am:
3870 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3871 * docs/plugins/gst-plugins-good-plugins-sections.txt:
3872 * docs/plugins/gst-plugins-good-plugins.args:
3873 * docs/plugins/gst-plugins-good-plugins.hierarchy:
3874 * docs/plugins/gst-plugins-good-plugins.interfaces:
3875 * docs/plugins/gst-plugins-good-plugins.prerequisites:
3876 * docs/plugins/inspect/plugin-aasink.xml:
3877 * docs/plugins/inspect/plugin-alaw.xml:
3878 * docs/plugins/inspect/plugin-alpha.xml:
3879 * docs/plugins/inspect/plugin-alphacolor.xml:
3880 * docs/plugins/inspect/plugin-annodex.xml:
3881 * docs/plugins/inspect/plugin-apetag.xml:
3882 * docs/plugins/inspect/plugin-audiofx.xml:
3883 * docs/plugins/inspect/plugin-auparse.xml:
3884 * docs/plugins/inspect/plugin-autodetect.xml:
3885 * docs/plugins/inspect/plugin-avi.xml:
3886 * docs/plugins/inspect/plugin-cacasink.xml:
3887 * docs/plugins/inspect/plugin-cairo.xml:
3888 * docs/plugins/inspect/plugin-cdio.xml:
3889 * docs/plugins/inspect/plugin-cutter.xml:
3890 * docs/plugins/inspect/plugin-debug.xml:
3891 * docs/plugins/inspect/plugin-dv.xml:
3892 * docs/plugins/inspect/plugin-efence.xml:
3893 * docs/plugins/inspect/plugin-effectv.xml:
3894 * docs/plugins/inspect/plugin-equalizer.xml:
3895 * docs/plugins/inspect/plugin-esdsink.xml:
3896 * docs/plugins/inspect/plugin-flac.xml:
3897 * docs/plugins/inspect/plugin-flxdec.xml:
3898 * docs/plugins/inspect/plugin-gamma.xml:
3899 * docs/plugins/inspect/plugin-gconfelements.xml:
3900 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3901 * docs/plugins/inspect/plugin-goom.xml:
3902 * docs/plugins/inspect/plugin-goom2k1.xml:
3903 * docs/plugins/inspect/plugin-halelements.xml:
3904 * docs/plugins/inspect/plugin-icydemux.xml:
3905 * docs/plugins/inspect/plugin-id3demux.xml:
3906 * docs/plugins/inspect/plugin-jpeg.xml:
3907 * docs/plugins/inspect/plugin-level.xml:
3908 * docs/plugins/inspect/plugin-matroska.xml:
3909 * docs/plugins/inspect/plugin-monoscope.xml:
3910 * docs/plugins/inspect/plugin-mulaw.xml:
3911 * docs/plugins/inspect/plugin-multifile.xml:
3912 * docs/plugins/inspect/plugin-multipart.xml:
3913 * docs/plugins/inspect/plugin-navigationtest.xml:
3914 * docs/plugins/inspect/plugin-ossaudio.xml:
3915 * docs/plugins/inspect/plugin-png.xml:
3916 * docs/plugins/inspect/plugin-pulseaudio.xml:
3917 * docs/plugins/inspect/plugin-quicktime.xml:
3918 * docs/plugins/inspect/plugin-rtp.xml:
3919 * docs/plugins/inspect/plugin-rtsp.xml:
3920 * docs/plugins/inspect/plugin-smpte.xml:
3921 * docs/plugins/inspect/plugin-soup.xml:
3922 * docs/plugins/inspect/plugin-spectrum.xml:
3923 * docs/plugins/inspect/plugin-speex.xml:
3924 * docs/plugins/inspect/plugin-taglib.xml:
3925 * docs/plugins/inspect/plugin-udp.xml:
3926 * docs/plugins/inspect/plugin-video4linux2.xml:
3927 * docs/plugins/inspect/plugin-videobalance.xml:
3928 * docs/plugins/inspect/plugin-videobox.xml:
3929 * docs/plugins/inspect/plugin-videocrop.xml:
3930 * docs/plugins/inspect/plugin-videoflip.xml:
3931 * docs/plugins/inspect/plugin-videomixer.xml:
3932 * docs/plugins/inspect/plugin-wavenc.xml:
3933 * docs/plugins/inspect/plugin-wavpack.xml:
3934 * docs/plugins/inspect/plugin-wavparse.xml:
3935 * docs/plugins/inspect/plugin-ximagesrc.xml:
3936 * ext/pulse/plugin.c:
3937 * ext/pulse/pulsemixer.c:
3938 * ext/pulse/pulsesink.c:
3939 * ext/pulse/pulsesrc.c:
3940 Add documentation to the pulseaudio plugin and run make update
3943 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
3945 Patch by: Brian Cameron <brian.cameron at sun dot com>
3947 * sys/sunaudio/gstsunaudiomixerctrl.c:
3948 (gst_sunaudiomixer_ctrl_get_volume),
3949 (gst_sunaudiomixer_ctrl_set_volume):
3950 Improvements for the SunAudio mixer by handling mute as no gain
3951 for tracks that have a gain property but no mute property.
3954 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
3957 * ext/pulse/Makefile.am:
3958 * ext/pulse/plugin.c: (plugin_init):
3959 * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3960 (gst_pulsemixer_implements_interface_init),
3961 (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3962 (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3963 (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3964 (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3965 * ext/pulse/pulsemixer.h:
3966 * ext/pulse/pulsemixerctrl.c:
3967 (gst_pulsemixer_ctrl_context_state_cb),
3968 (gst_pulsemixer_ctrl_sink_info_cb),
3969 (gst_pulsemixer_ctrl_source_info_cb),
3970 (gst_pulsemixer_ctrl_subscribe_cb),
3971 (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3972 (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3973 (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3974 (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3975 (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3976 (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3977 * ext/pulse/pulsemixerctrl.h:
3978 * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3979 (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3980 * ext/pulse/pulsemixertrack.h:
3981 * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3982 (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3983 (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3984 (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3985 (gst_pulseprobe_new), (gst_pulseprobe_free),
3986 (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3987 (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3988 (gst_pulseprobe_set_server):
3989 * ext/pulse/pulseprobe.h:
3990 * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3991 (gst_pulsesink_class_init), (gst_pulsesink_init),
3992 (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3993 (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3994 (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3995 (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3996 (gst_pulsesink_stream_request_cb),
3997 (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3998 (gst_pulsesink_close), (gst_pulsesink_prepare),
3999 (gst_pulsesink_unprepare), (gst_pulsesink_write),
4000 (gst_pulsesink_delay), (gst_pulsesink_success_cb),
4001 (gst_pulsesink_reset), (gst_pulsesink_change_title),
4002 (gst_pulsesink_event), (gst_pulsesink_get_type):
4003 * ext/pulse/pulsesink.h:
4004 * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
4005 (gst_pulsesrc_implements_interface_init),
4006 (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
4007 (gst_pulsesrc_class_init), (gst_pulsesrc_init),
4008 (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
4009 (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
4010 (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
4011 (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
4012 (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
4013 (gst_pulsesrc_close), (gst_pulsesrc_prepare),
4014 (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
4015 (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
4016 (gst_pulsesrc_get_type):
4017 * ext/pulse/pulsesrc.h:
4018 * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
4019 (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
4020 * ext/pulse/pulseutil.h:
4021 Add pulseaudio GStreamer element from gst-pulse. Development will
4022 continue here instead of pulseaudio SVN. Fixes bug #400679.
4023 Only changes over gst-pulse SVN are added copyright to the top of
4024 files and coding style changes.
4026 2008-06-09 Tim-Philipp Müller <tim.muller at collabora co uk>
4028 Patch by: Benjamin Kampmann <benjamin at fluendo dot com>
4030 * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
4031 (gst_cdio_add_cdtext_album_tags):
4032 * ext/cdio/gstcdio.h:
4033 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4034 Also extract album title and album genre from CD-TEXT if
4035 available (#537021).
4037 2008-06-09 Sebastian Dröge <slomo@circular-chaos.org>
4039 Patch by: Sjoerd Simons <sjoerd at luon dot net>
4041 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
4042 Improve negotiation a bit more by picking the smallest possible
4043 resolution that is larger than the resolution specified in the
4044 first caps entry of the peer caps. Fixes bug #536994.
4046 2008-06-09 Sebastian Dröge <slomo@circular-chaos.org>
4048 Patch by: Bastien Nocera <hadess at hadess dot net>
4050 * sys/v4l2/gstv4l2vidorient.c:
4051 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4052 Fix compilation with newer GIT kernels that deprecated
4053 V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
4055 2008-06-07 Tim-Philipp Müller <tim.muller at collabora co uk>
4058 * ext/cdio/gstcdio.c:
4059 * ext/cdio/gstcdio.h:
4060 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4061 Require libcdio >= 0.76.
4063 2008-06-05 Thijs Vermeir <thijsvermeir@gmail.com>
4065 * gst/avi/gstavidemux.c:
4066 Catch UNEXPECTED when downstream has reached end of
4067 segment in reverse mode.
4069 2008-06-04 Thijs Vermeir <thijsvermeir@gmail.com>
4071 * gst/avi/gstavidemux.c:
4074 2008-06-04 Thijs Vermeir <thijsvermeir@gmail.com>
4076 * gst/avi/gstavidemux.c:
4077 Because we don't know the frame order we need to push till
4080 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
4082 Patch by: Sjoerd Simons <sjoerd at luon dot net>
4084 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4085 (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
4086 Provide a custom negotiation function to make sure to pick the highest
4087 possible framerate and resolution. Fixes bug #536646.
4089 2008-06-04 Thijs Vermeir <thijsvermeir@gmail.com>
4091 * gst/avi/gstavidemux.c:
4092 Set EOS when going out of the segment in reverse playback
4094 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
4096 * ext/taglib/Makefile.am::
4097 Add -Wno-attributes to CXXFLAGS to suppress warning caused by
4098 taglib headers (with gcc 4.3.1).
4100 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
4102 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
4103 Use the new gst_rtsp_connection_get_ip() to access the IP address
4104 of a GstRTSPConnection since it is a private member.
4106 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
4108 * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4109 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4110 Use new utility functions in libgsttag to process coverart (#512333).
4112 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
4114 * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4115 We actually support left/side, right/side and mid/side files. The
4116 conversion to normal, interleaved stereo is done by libflac.
4118 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
4120 * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4121 (gst_ebml_write_set_cache):
4122 Unref the write cache in finalize if it was set and add add "FIXME"
4123 to a comment that needs it.
4125 2008-06-02 Wim Taymans <wim.taymans@collabora.co.uk>
4127 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4129 * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
4130 (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
4131 (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
4132 (gst_avi_demux_process_next_entry):
4133 * gst/avi/gstavidemux.h:
4134 Implement reverse playback. Fixes #535300.
4137 2008-06-02 Sebastian Dröge <slomo@circular-chaos.org>
4139 * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
4140 (gst_videomixer_query_latency):
4141 When using gst_element_iterate_pads() one has to unref every pad
4144 2008-05-31 Edward Hervey <edward.hervey@collabora.co.uk>
4146 Patch by: Bastien Nocera <hadess at hadess dot net>
4147 * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4148 (qtdemux_parse_udta):
4149 * gst/qtdemux/qtdemux_fourcc.h:
4150 Improve meta-data handling, add 'comment', 'description' and
4151 'copyright' tag handling.
4154 2008-05-31 Julien Moutte <julien@fluendo.com>
4156 * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
4157 (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4158 (gst_qtdemux_seek_to_previous_keyframe),
4159 (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4160 we don't clip the segment's stop using the main segment duration as
4161 that could crop quite some video frames. Make reverse playback support
4162 more robust and support edit lists. Support seeking to the last frame,
4163 and fix reverse looping playback. Add some debugging.
4164 * win32/common/config.h: Updated.
4166 2008-05-31 Sebastian Dröge <slomo@circular-chaos.org>
4168 * gst/equalizer/gstiirequalizer.c:
4169 (gst_iir_equalizer_transform_ip):
4170 Don't clip float/double samples, correctly unset passthrough mode
4171 and use better rounding for integer samples.
4173 2008-05-30 Sebastian Dröge <slomo@circular-chaos.org>
4175 * gst/equalizer/gstiirequalizer.c:
4176 (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4177 (setup_filter), (set_passthrough), (update_coefficients),
4178 (gst_iir_equalizer_compute_frequencies),
4179 (gst_iir_equalizer_transform_ip):
4180 * gst/equalizer/gstiirequalizer.h:
4181 Update the filter coefficients only when needed in the transform_ip
4182 function and correctly set the element into passthrough mode if the
4183 gain of all bands is 0.
4185 2008-05-29 Wim Taymans <wim.taymans@collabora.co.uk>
4187 Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4189 * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4190 (gst_alpha_set_property), (gst_alpha_get_property),
4191 (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4192 Try to skip pixels or areas that are too dark or too bright for us to do
4193 meaningfull color detection.
4194 Added properties to control the sensitivity to light and darkness.
4195 Added some small cleanups. Fixes #512345.
4197 2008-05-28 Jan Schmidt <jan.schmidt@sun.com>
4199 * docs/plugins/.cvsignore:
4200 * tests/check/elements/.cvsignore:
4201 Ignore some more generated things
4203 * tests/check/Makefile.am:
4204 Ignore OSS elements in the state changes test too.
4206 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
4208 * docs/plugins/Makefile.am:
4209 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4210 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4211 Add SMPTE effect elements to docs.
4213 2008-05-28 Stefan Kost <ensonic@users.sf.net>
4215 * docs/plugins/Makefile.am:
4216 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4217 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4218 * ext/raw1394/gstdv1394src.c:
4219 Document whats first shown on the fdo plugin docs page :)
4221 2008-05-28 Stefan Kost <ensonic@users.sf.net>
4223 * docs/plugins/Makefile.am:
4224 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4225 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4226 * docs/plugins/gst-plugins-good-plugins.args:
4227 * docs/plugins/gst-plugins-good-plugins.hierarchy:
4228 * docs/plugins/inspect/plugin-audiofx.xml:
4229 * gst/audiofx/Makefile.am:
4230 * gst/audiofx/audiofx.c:
4231 * gst/audiofx/audiokaraoke.c:
4232 * gst/audiofx/audiokaraoke.h:
4233 * gst/audiofx/audiovoice.c:
4234 * gst/audiofx/audiovoice.h:
4235 Rename audiovoice to audiokaraoke and add it to the docs.
4237 2008-05-28 Stefan Kost <ensonic@users.sf.net>
4240 * docs/plugins/Makefile.am:
4241 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4242 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4243 * docs/plugins/gst-plugins-good-plugins.args:
4244 * docs/plugins/gst-plugins-good-plugins.hierarchy:
4245 * docs/plugins/gst-plugins-good-plugins.interfaces:
4246 * docs/plugins/gst-plugins-good-plugins.prerequisites:
4247 * docs/plugins/inspect/plugin-aasink.xml:
4248 * docs/plugins/inspect/plugin-alaw.xml:
4249 * docs/plugins/inspect/plugin-alpha.xml:
4250 * docs/plugins/inspect/plugin-alphacolor.xml:
4251 * docs/plugins/inspect/plugin-annodex.xml:
4252 * docs/plugins/inspect/plugin-apetag.xml:
4253 * docs/plugins/inspect/plugin-audiofx.xml:
4254 * docs/plugins/inspect/plugin-auparse.xml:
4255 * docs/plugins/inspect/plugin-autodetect.xml:
4256 * docs/plugins/inspect/plugin-avi.xml:
4257 * docs/plugins/inspect/plugin-cacasink.xml:
4258 * docs/plugins/inspect/plugin-cairo.xml:
4259 * docs/plugins/inspect/plugin-cdio.xml:
4260 * docs/plugins/inspect/plugin-cutter.xml:
4261 * docs/plugins/inspect/plugin-debug.xml:
4262 * docs/plugins/inspect/plugin-dv.xml:
4263 * docs/plugins/inspect/plugin-efence.xml:
4264 * docs/plugins/inspect/plugin-effectv.xml:
4265 * docs/plugins/inspect/plugin-equalizer.xml:
4266 * docs/plugins/inspect/plugin-esdsink.xml:
4267 * docs/plugins/inspect/plugin-flac.xml:
4268 * docs/plugins/inspect/plugin-flxdec.xml:
4269 * docs/plugins/inspect/plugin-gamma.xml:
4270 * docs/plugins/inspect/plugin-gconfelements.xml:
4271 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4272 * docs/plugins/inspect/plugin-goom.xml:
4273 * docs/plugins/inspect/plugin-goom2k1.xml:
4274 * docs/plugins/inspect/plugin-halelements.xml:
4275 * docs/plugins/inspect/plugin-icydemux.xml:
4276 * docs/plugins/inspect/plugin-id3demux.xml:
4277 * docs/plugins/inspect/plugin-jpeg.xml:
4278 * docs/plugins/inspect/plugin-level.xml:
4279 * docs/plugins/inspect/plugin-matroska.xml:
4280 * docs/plugins/inspect/plugin-monoscope.xml:
4281 * docs/plugins/inspect/plugin-mulaw.xml:
4282 * docs/plugins/inspect/plugin-multifile.xml:
4283 * docs/plugins/inspect/plugin-multipart.xml:
4284 * docs/plugins/inspect/plugin-navigationtest.xml:
4285 * docs/plugins/inspect/plugin-ossaudio.xml:
4286 * docs/plugins/inspect/plugin-png.xml:
4287 * docs/plugins/inspect/plugin-quicktime.xml:
4288 * docs/plugins/inspect/plugin-rtp.xml:
4289 * docs/plugins/inspect/plugin-rtsp.xml:
4290 * docs/plugins/inspect/plugin-smpte.xml:
4291 * docs/plugins/inspect/plugin-soup.xml:
4292 * docs/plugins/inspect/plugin-spectrum.xml:
4293 * docs/plugins/inspect/plugin-speex.xml:
4294 * docs/plugins/inspect/plugin-taglib.xml:
4295 * docs/plugins/inspect/plugin-udp.xml:
4296 * docs/plugins/inspect/plugin-video4linux2.xml:
4297 * docs/plugins/inspect/plugin-videobalance.xml:
4298 * docs/plugins/inspect/plugin-videobox.xml:
4299 * docs/plugins/inspect/plugin-videocrop.xml:
4300 * docs/plugins/inspect/plugin-videoflip.xml:
4301 * docs/plugins/inspect/plugin-videomixer.xml:
4302 * docs/plugins/inspect/plugin-wavenc.xml:
4303 * docs/plugins/inspect/plugin-wavpack.xml:
4304 * docs/plugins/inspect/plugin-wavparse.xml:
4305 * docs/plugins/inspect/plugin-ximagesrc.xml:
4306 * ext/aalib/gstaasink.c:
4307 * ext/libcaca/gstcacasink.c:
4308 Document aasink and cacasink.
4310 2008-05-28 Sebastian Dröge <slomo@circular-chaos.org>
4312 * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4313 (gst_videomixer_init), (gst_videomixer_query_duration),
4314 (gst_videomixer_query_latency), (gst_videomixer_query),
4315 (gst_videomixer_blend_buffers):
4316 * gst/videomixer/videomixer.h:
4317 Implement position (in time), duration and latency queries.
4319 2008-05-27 Edward Hervey <edward.hervey@collabora.co.uk>
4321 * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4322 (gst_videomixer_init), (gst_videomixer_request_new_pad),
4323 (gst_videomixer_fill_queues), (forward_event_func),
4324 (forward_event), (gst_videomixer_src_event),
4325 (gst_videomixer_sink_event):
4326 * gst/videomixer/videomixer.h:
4327 Implement proper seek/newsegment handling.
4328 Based on adder's implementation.
4331 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
4333 Patch by: Jan Gerber <j at oil21 dot org>
4335 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4336 Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4338 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
4340 * gst/audiofx/Makefile.am:
4341 * gst/audiofx/audiofx.c: (plugin_init):
4342 * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4343 (gst_audio_voice_class_init), (gst_audio_voice_init),
4344 (update_filter), (gst_audio_voice_set_property),
4345 (gst_audio_voice_get_property), (gst_audio_voice_setup),
4346 (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4347 (gst_audio_voice_transform_ip):
4348 * gst/audiofx/audiovoice.h:
4349 Add simple voice removal element. Yay karaoke.
4351 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
4353 Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4355 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4356 Fix potential caps leak.
4357 If we can't get the framerate with an ioctl, try to get it with the
4358 current norm. Fixes #520092.
4360 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
4362 Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4364 * sys/v4l2/v4l2src_calls.c:
4365 (gst_v4l2src_probe_caps_for_format_and_size):
4366 If we fail to get the frame intervals, simply don't touch the framerates
4367 on the template caps instead of discarding the format. See #520092.
4369 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
4371 Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4373 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4374 (gst_v4l2_get_caps_info):
4375 Add NV12, NV21 and bayer support. See #520092.
4377 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
4379 * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4380 (gst_qtdemux_activate_segment):
4381 Unbreak segment activation again. Fixes #531672.
4383 2008-05-25 Sebastian Dröge <slomo@circular-chaos.org>
4385 * ext/flac/Makefile.am:
4386 * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4387 Set the channel layout when decoding FLAC files with more than 2
4388 channels as defined by the FLAC spec. Fixes bug #534570.
4390 Also don't try to decode left/side, right/side and mid/side files
4391 as we don't support this at all.
4393 2008-05-24 Tim-Philipp Müller <tim.muller at collabora co uk>
4396 We need -base CVS (rtsp).
4398 2008-05-22 Tim-Philipp Müller <tim.muller at collabora co uk>
4400 * gst/udp/Makefile.am:
4401 Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4402 when including netdb.h when building against glibc >= 2.8.
4404 2008-05-22 Julien Moutte <julien@fluendo.com>
4406 * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4407 debug statement arguments.
4408 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4409 * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4410 (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4413 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
4415 * tests/check/elements/avimux.c: (setup_src_pad),
4417 * tests/check/elements/icydemux.c: (icydemux_found_pad),
4419 * tests/check/elements/matroskamux.c: (setup_src_pad),
4420 (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4421 * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4423 * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4424 (setup_wavpackparse), (cleanup_wavpackparse):
4425 Don't use gst_element_get_pad(), it's a bad, bad method.
4427 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
4429 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4430 (do_toggle_element):
4431 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4432 (do_toggle_element):
4433 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4434 (do_toggle_element):
4435 * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4436 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4437 (do_toggle_element):
4438 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4439 (do_toggle_element):
4440 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4441 (gst_auto_audio_sink_detect):
4442 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4443 (gst_auto_video_sink_detect):
4444 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4445 (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4446 (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4447 (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4448 (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4449 (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4450 * tests/icles/videocrop-test.c: (test_with_caps),
4451 (video_crop_get_test_caps):
4452 Don't use gst_element_get_pad(), it's a bad method.
4454 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
4456 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4457 (gst_multiudpsink_add_internal):
4458 * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4459 (gst_udp_join_group):
4460 * gst/udp/gstudpnetutils.h:
4461 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4462 Joining a multicast group and setting the loop/ttl properties are
4463 totally unrelated tasks are must be separated.
4465 2008-05-21 Stefan Kost <ensonic@users.sf.net>
4467 * gst/avi/gstavimux.c:
4468 Also support alaw/mulaw.
4470 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
4472 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4473 (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4474 * gst/udp/gstmultiudpsink.h:
4475 Add a fixme for the auto-multicast property.
4476 Fix some confusing debug messages.
4477 Disable setting a qos value by default.
4479 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
4481 Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4483 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4484 Ignore EPERM errors from sendto. Fixes #533619.
4486 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
4488 Patch by: Henrik Eriksson <henriken at axis dot com>
4490 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4491 (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4492 (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4493 (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4494 * gst/udp/gstmultiudpsink.h:
4495 Add qos-dscp property to manage the Quality of service. Fixes #469917.
4497 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
4499 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4500 Improve debugging of the ident.
4502 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
4504 Patch by: Bruno Santos <brunof at ua dot pt>
4506 * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4507 (gst_udp_join_group), (gst_udp_leave_group),
4508 (gst_udp_is_multicast):
4509 * gst/udp/gstudpnetutils.h:
4510 Provide a bunch of helper methods to deal with IPv4 and IPv6
4513 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4514 (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4515 (gst_multiudpsink_get_property), (join_multicast),
4516 (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4517 (gst_multiudpsink_remove):
4518 * gst/udp/gstmultiudpsink.h:
4519 Add multicast TTL and loopback properties.
4520 Use the helper methods to implement ip4 and ip6.
4522 * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4523 * gst/udp/gstudpsrc.h:
4524 Use the helper methods to implement ip4 and ip6.
4527 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
4529 Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4531 * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4532 (gst_multipart_demux_get_gstname),
4533 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4534 * gst/multipart/multipartdemux.h:
4535 Don't blindly copy the mime-type as the caps name because they not
4536 always map directly. Instead use a hashtable with common mappings.
4539 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
4541 * ext/esd/esdsink.c: (gst_esdsink_write):
4542 When we post an error, we must return -1 to let the parent know that we
4543 cannot write the segment else it will loop and continue to call us again
4544 forever. Patch by Michael Meeks.
4546 2008-05-20 Stefan Kost <ensonic@users.sf.net>
4548 * gst/videomixer/videomixer.c:
4549 Add missing incudes.
4551 2008-05-20 Peter Kjellerstedt <pkj@axis.com>
4553 * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4554 (gst_rtp_h264_pay_handle_buffer):
4555 * gst/rtp/gstrtph264pay.h:
4556 Correct a typo (sinle -> single).
4558 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
4560 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4561 (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4562 (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4563 (gst_rtp_h264_depay_process):
4564 * gst/rtp/gstrtph264depay.h:
4565 Add experimental support for outputting quicktime-like AVC output in
4566 addition to the existing bytestream output.
4568 * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4569 (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4570 (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4571 (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4572 (gst_rtp_h264_pay_get_property):
4573 * gst/rtp/gstrtph264pay.h:
4574 Make the parsing mode configurable, for some inputs we don't need to
4575 scan every byte for start codes.
4576 Only set the marker bit on ACCESS units.
4578 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
4580 * gst/equalizer/gstiirequalizer.c:
4581 Use a bigger type in integer mode for the intermediate results to
4582 prevent overflows. This fixes the crippled sound when using the
4583 equalizer in integer mode. Fixes bug #510865.
4585 2008-05-20 Jan Schmidt <jan.schmidt@sun.com>
4587 * gst/videomixer/videomixer.c:
4588 * gst/videomixer/videomixer.h:
4589 Instead of a random number for the request pad id's,
4592 Register the videomixerpad class from the element's class_init
4593 where it's safer, and allows the docs generator to scan it.
4595 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
4597 * gst/smpte/Makefile.am:
4598 * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4599 * gst/smpte/gstsmpte.h:
4600 * gst/smpte/gstsmptealpha.c:
4601 (gst_smpte_alpha_transition_type_get_type),
4602 (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4603 (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4604 (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4605 (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4606 (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4607 (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4608 (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4609 * gst/smpte/gstsmptealpha.h:
4610 * gst/smpte/plugin.c: (plugin_init):
4611 Add new plugin that adds the SMPTE transition in the alpha channel of
4612 I420 and AYUV frames so that they can be blended with videomixer later
4613 on. Uses all niceties such as using base transform for efficient alloc
4614 and negotiation. It currently requires GstController to control the
4615 position in the transition effect.
4617 2008-05-19 Stefan Kost <ensonic@users.sf.net>
4619 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4620 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4621 * docs/plugins/gst-plugins-good-plugins.args:
4622 * docs/plugins/gst-plugins-good-plugins.hierarchy:
4623 * docs/plugins/gst-plugins-good-plugins.interfaces:
4624 * docs/plugins/gst-plugins-good-plugins.types:
4625 * gst/videomixer/videomixer.c:
4626 Try using thaytans new mechanism to get extra classes into plugin
4627 docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4630 2008-05-18 Mark Nauwelaerts <mnauw@users.sf.net>
4632 * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4633 Set proper rate in avi stream header for PCM audio, and also do some
4634 more sanity checks on caps in this case. Fixes #511489.
4636 2008-05-17 Sebastian Dröge <slomo@circular-chaos.org>
4638 * sys/v4l2/gstv4l2src.c:
4639 Don't include the gstv4l2xoverlay.h header as the XOverlay support
4640 isn't implemented at all yet and this requires X headers to be
4641 installed. Fixes bug #533264.
4643 2008-05-17 Sebastian Dröge <slomo@circular-chaos.org>
4645 reviewed by: <delete if not using a buddy>
4647 * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4648 (gst_ebml_write_set_cache):
4649 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4650 (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4651 (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4652 (gst_matroska_demux_read_track_encodings),
4653 (gst_matroska_demux_add_stream),
4654 (gst_matroska_demux_handle_src_query),
4655 (gst_matroska_demux_init_stream),
4656 (gst_matroska_demux_parse_index_cuetrack),
4657 (gst_matroska_demux_parse_index_pointentry),
4658 (gst_matroska_demux_parse_info),
4659 (gst_matroska_demux_parse_metadata_id_simple_tag),
4660 (gst_matroska_demux_parse_metadata),
4661 (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4662 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4663 (gst_matroska_demux_parse_cluster),
4664 (gst_matroska_demux_parse_contents_seekentry),
4665 (gst_matroska_demux_loop_stream_parse_id),
4666 (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4667 (gst_matroska_demux_audio_caps),
4668 (gst_matroska_demux_subtitle_caps):
4669 * gst/matroska/matroska-demux.h:
4670 * gst/matroska/matroska-ids.c:
4671 (gst_matroska_track_init_subtitle_context):
4672 * gst/matroska/matroska-ids.h:
4673 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4674 (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4675 (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4676 * sys/v4l2/gstv4l2src.c:
4677 * tests/check/pipelines/wavpack.c: (bus_handler):
4678 * win32/common/config.h:
4680 2008-05-16 Jan Schmidt <jan.schmidt@sun.com>
4682 * ext/wavpack/gstwavpackstreamreader.c:
4683 * tests/examples/spectrum/demo-audiotest.c:
4684 * tests/examples/spectrum/demo-osssrc.c:
4685 Fix some compiler warnings.
4687 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
4689 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4690 Small comment added.
4692 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4693 (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4694 (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4695 Debug string cleanups (remove trailing \n)
4696 Refactor and clean up the payloader a bit and make sure that we only
4697 put one NAL unit in an RTP packet even if the input buffer contains
4699 Add suport for AVC format input.
4701 2008-05-14 Peter Kjellerstedt <pkj@axis.com>
4703 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4704 (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4705 (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4706 * gst/rtp/gstrtph264pay.h:
4707 Make it possible to specify profile-level-id and sprop-parameter-sets
4708 using properties in case they are not available in-stream.
4710 2008-05-14 Stefan Kost <ensonic@users.sf.net>
4712 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4713 * docs/plugins/gst-plugins-good-plugins.args:
4714 * docs/plugins/inspect/plugin-ladspa.xml:
4715 Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4717 2008-05-13 Mark Nauwelaerts <mnauw@users.sf.net>
4719 * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4720 Send an initial BYTE segment to inform downstream of later seeking,
4721 and to forego sync attempts.
4723 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
4725 * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4726 Fix wrong caps string.
4728 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
4730 Based on patch by: Olivier Crete <tester at tester dot ca>
4732 * gst/rtp/Makefile.am:
4733 * gst/rtp/gstrtp.c: (plugin_init):
4734 * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4735 (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4736 (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4737 (gst_rtp_g729_depay_plugin_init):
4738 * gst/rtp/gstrtpg729depay.h:
4739 * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4740 (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4741 (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4742 * gst/rtp/gstrtpg729pay.h:
4743 Added G729 pay and depayloaders. Fixes #532409.
4745 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
4747 * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4748 Fix the calculation of the duration of the concealment packets.
4750 2008-05-12 Wim Taymans <wim.taymans@collabora.co.uk>
4752 Based on patch by: Olivier Crete <tester at tester dot ca>
4754 * gst/rtp/Makefile.am:
4755 * gst/rtp/gstrtp.c: (plugin_init):
4756 * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4757 (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4758 (parse_encode), (gst_rtp_dv_depay_setcaps),
4759 (calculate_difblock_location), (gst_rtp_dv_depay_process),
4760 (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4761 (gst_rtp_dv_depay_plugin_init):
4762 * gst/rtp/gstrtpdvdepay.h:
4763 * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4764 (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4765 (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4766 (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4767 (gst_dv_pay_negotiate), (include_dif),
4768 (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4769 * gst/rtp/gstrtpdvpay.h:
4770 Add DV pay and depayloaders. Fixes #532423.
4772 2008-05-12 Mark Nauwelaerts <mnauw@users.sf.net>
4774 * gst/matroska/matroska-demux.c:
4775 (gst_matroska_demux_push_dvd_clut_change_event):
4776 Convert subtitle palette info in VobSub private data from VobSub's
4779 2008-05-12 Mark Nauwelaerts <mnauw@users.sf.net>
4781 * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4782 Do not leave fourcc stream header field empty upon reset.
4785 2008-05-11 Jan Schmidt <jan.schmidt@sun.com>
4787 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4788 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4789 * docs/plugins/inspect/plugin-goom.xml:
4790 * docs/plugins/inspect/plugin-goom2k1.xml:
4791 * gst/goom/gstgoom.c:
4792 * gst/goom2k1/gstgoom.c:
4793 Add goom2k1 into the docs.
4795 2008-05-08 Wim Taymans <wim.taymans@collabora.co.uk>
4797 Based on patch by: Wouter Cloetens <wouter at mind be>
4799 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4800 (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4801 (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4802 (gst_rtsp_decode_quoted_string),
4803 (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4804 (gst_rtspsrc_setup_auth):
4805 Support Digest authentication. Fixes #532065.
4807 2008-05-08 Stefan Kost <ensonic@users.sf.net>
4809 * gst/level/gstlevel.c:
4810 Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4811 about whats needed for liboil acceleration. Simplify docs a bit.
4813 2008-05-08 Sebastian Dröge <slomo@circular-chaos.org>
4815 Patch by: Sjoerd Simons <sjoerd at luon dot net>
4817 * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4818 Update the track duration if the old one was invalid.
4821 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4823 * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4824 Use GST_STR_NULL when trying to print sps and pps strings that could
4825 be NULL, as this might crash on some platforms.
4827 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4829 patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4831 * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4832 Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4833 set after creating the clipper.
4835 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4837 patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4839 * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4840 Added checking of surface lost case after an unsuccessful
4841 IDirectDrawSurface7_Lock() call.
4842 If surface is lost, return GST_FLOW_OK.
4844 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4846 patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4848 * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4849 WndProc, gst_directdraw_sink_window_thread):
4850 Improved Windows message loop and fixed window destruction issue.
4851 When the window which DirectDraw is rendering to is destroyed, the
4852 render/show_frame function will return GST_FLOW_ERROR.
4853 Partially fixes #520885.
4855 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4857 patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4859 * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4860 Fixed mid stream resolution change bug, the offscreen surface is now
4861 released when set_caps is called.
4862 Partially fixes #520885.
4864 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4866 * sys/directdraw/gstdirectdrawsink.c
4867 (gst_directdraw_sink_buffer_alloc):
4868 Make it so that gst_directdraw_sink_buffer_alloc uses the right
4871 Especially when looking through the pool of buffers, make sure that
4872 the width/height of caps is used instead of the already negotiated
4874 For example if a buffer with different caps is requested, i.e.
4875 higher resolution, the caller would get a buffer with the old
4876 dimensions and thus corrupt the heap.
4878 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4880 * sys/directdraw/gstdirectdrawsink.c
4881 (gst_directdraw_sink_buffer_alloc):
4882 Clear the flags on recycled buffers from buffer_alloc.
4883 Partially fixes #520885.
4885 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4887 * gst/rtp/gstrtpilbcpay.c:
4888 Added missing stdlib.h include for strtol(), and made include ordering and
4889 style consistent with the corresponding depayloader.
4891 2008-05-07 Tim-Philipp Müller <tim.muller at collabora co uk>
4894 Error out if we don't have the required core/base versions.
4896 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
4898 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4900 * sys/osxvideo/cocoawindow.m:
4901 Fix compiler warnings on PPC64. Fixes bug #499318.
4903 2008-05-05 Wim Taymans <wim.taymans@collabora.co.uk>
4905 Patch by: Sjoerd Simons <sjoerd at luon dot net>
4907 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4908 Don't leak file descriptors on error. Fixes #531532.
4910 2008-05-03 Sebastian Dröge <slomo@circular-chaos.org>
4912 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4913 (gst_gconf_audio_src_change_state):
4914 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4915 (gst_gconf_video_sink_change_state):
4916 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4917 (gst_gconf_video_src_change_state):
4918 * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4919 (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4920 When we can't create a fakesink/fakesrc complain instead of unreffing
4921 NULL pointers and crashing later. See bug #530535.
4923 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
4925 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4926 Add some more debug info and guard against small payloads.
4928 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4929 Set duration on outgoing buffers because we can.
4931 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
4933 Patch by: Olivier Crete <tester at tester dot ca>
4935 * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4936 (gst_speex_enc_init), (gst_speex_enc_chain):
4937 Add negotiation for the speex channels and rate. Fixes #465146.
4939 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
4941 Patch by: Olivier Crete <tester at tester dot ca>
4943 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4944 (gst_rtp_speex_pay_getcaps):
4945 Add negotiation for the speex channels and rate. See #465146.
4947 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
4949 Patch by: Olivier Crete <tester at tester dot ca>
4951 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4952 (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4953 Add negotiation for the ILBC mode. See #465146.
4955 2008-05-02 Stefan Kost <ensonic@users.sf.net>
4957 * ext/soup/gstsouphttpsrc.c:
4958 Include stdlib to fix the build. Use g_free instead of free, libsoup
4961 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
4963 Patch by: j^ <j@bootlab.org>
4965 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4966 Add more mpeg2 variants. Fixes #530886.
4968 2008-05-01 Tim-Philipp Müller <tim.muller at collabora co uk>
4970 Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4972 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4973 Don't error out if we get an ICMP destination-unreachable
4974 message when trying to read packets on win32 (#529454).
4976 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
4979 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4980 Use new error code for encrypted streams (which requires core CVS).
4982 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
4984 * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4985 (gst_qtdemux_audiosrc_template):
4986 Fix swapped pad template names, spotted by Thiago Sousa Santos.
4988 2008-04-30 Wim Taymans <wim.taymans@collabora.co.uk>
4990 * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4991 (speex_dec_chain_parse_data):
4992 Produce concealment data when time progresses in a segment update.
4994 2008-04-29 Wim Taymans <wim.taymans@collabora.co.uk>
4996 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4998 Try to preserve input timestamps when we can.
4999 Do beginnings of error concealment.
5001 2008-04-28 Michael Smith <msmith@songbirdnest.com>
5003 * gst/debug/gstnavigationtest.c:
5004 MSVC doesn't provide rint(), define an adequate replacement locally as
5007 2008-04-28 Julien Moutte <julien@fluendo.com>
5009 * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
5010 format to pacify Mac OSX's gcc.
5012 2008-04-25 Tim-Philipp Müller <tim at centricular dot net>
5014 * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
5015 (DEFAULT_MAX), (src_template), (sink_template),
5016 (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
5017 (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
5018 (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
5019 Bring rndbuffersize element into a state that doesn't require us
5020 to move it to -bad immediately. For one, fix up default min/max
5021 values so that the element actuall works using the default values.
5022 Also, don't ignore flow return values and do some kind of minimal
5023 eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
5024 other gratuitious clean-ups.
5026 2008-04-25 Tim-Philipp Müller <tim at centricular dot net>
5028 * docs/plugins/Makefile.am:
5029 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5030 * docs/plugins/gst-plugins-good-plugins-sections.txt:
5031 * docs/plugins/gst-plugins-good-plugins.args:
5032 * docs/plugins/gst-plugins-good-plugins.hierarchy:
5033 * docs/plugins/gst-plugins-good-plugins.interfaces:
5034 * docs/plugins/gst-plugins-good-plugins.prerequisites:
5035 * docs/plugins/inspect/plugin-1394.xml:
5036 * docs/plugins/inspect/plugin-aasink.xml:
5037 * docs/plugins/inspect/plugin-alaw.xml:
5038 * docs/plugins/inspect/plugin-alpha.xml:
5039 * docs/plugins/inspect/plugin-alphacolor.xml:
5040 * docs/plugins/inspect/plugin-annodex.xml:
5041 * docs/plugins/inspect/plugin-apetag.xml:
5042 * docs/plugins/inspect/plugin-audiofx.xml:
5043 * docs/plugins/inspect/plugin-auparse.xml:
5044 * docs/plugins/inspect/plugin-autodetect.xml:
5045 * docs/plugins/inspect/plugin-avi.xml:
5046 * docs/plugins/inspect/plugin-cacasink.xml:
5047 * docs/plugins/inspect/plugin-cairo.xml:
5048 * docs/plugins/inspect/plugin-cdio.xml:
5049 * docs/plugins/inspect/plugin-cutter.xml:
5050 * docs/plugins/inspect/plugin-debug.xml:
5051 * docs/plugins/inspect/plugin-dv.xml:
5052 * docs/plugins/inspect/plugin-efence.xml:
5053 * docs/plugins/inspect/plugin-effectv.xml:
5054 * docs/plugins/inspect/plugin-equalizer.xml:
5055 * docs/plugins/inspect/plugin-esdsink.xml:
5056 * docs/plugins/inspect/plugin-flac.xml:
5057 * docs/plugins/inspect/plugin-flxdec.xml:
5058 * docs/plugins/inspect/plugin-gamma.xml:
5059 * docs/plugins/inspect/plugin-gconfelements.xml:
5060 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5061 * docs/plugins/inspect/plugin-goom.xml:
5062 * docs/plugins/inspect/plugin-halelements.xml:
5063 * docs/plugins/inspect/plugin-icydemux.xml:
5064 * docs/plugins/inspect/plugin-id3demux.xml:
5065 * docs/plugins/inspect/plugin-jpeg.xml:
5066 * docs/plugins/inspect/plugin-level.xml:
5067 * docs/plugins/inspect/plugin-matroska.xml:
5068 * docs/plugins/inspect/plugin-monoscope.xml:
5069 * docs/plugins/inspect/plugin-mulaw.xml:
5070 * docs/plugins/inspect/plugin-multifile.xml:
5071 * docs/plugins/inspect/plugin-multipart.xml:
5072 * docs/plugins/inspect/plugin-navigationtest.xml:
5073 * docs/plugins/inspect/plugin-ossaudio.xml:
5074 * docs/plugins/inspect/plugin-png.xml:
5075 * docs/plugins/inspect/plugin-quicktime.xml:
5076 * docs/plugins/inspect/plugin-rtp.xml:
5077 * docs/plugins/inspect/plugin-rtsp.xml:
5078 * docs/plugins/inspect/plugin-shout2send.xml:
5079 * docs/plugins/inspect/plugin-smpte.xml:
5080 * docs/plugins/inspect/plugin-spectrum.xml:
5081 * docs/plugins/inspect/plugin-speex.xml:
5082 * docs/plugins/inspect/plugin-taglib.xml:
5083 * docs/plugins/inspect/plugin-udp.xml:
5084 * docs/plugins/inspect/plugin-video4linux2.xml:
5085 * docs/plugins/inspect/plugin-videobalance.xml:
5086 * docs/plugins/inspect/plugin-videobox.xml:
5087 * docs/plugins/inspect/plugin-videocrop.xml:
5088 * docs/plugins/inspect/plugin-videoflip.xml:
5089 * docs/plugins/inspect/plugin-videomixer.xml:
5090 * docs/plugins/inspect/plugin-wavenc.xml:
5091 * docs/plugins/inspect/plugin-wavpack.xml:
5092 * docs/plugins/inspect/plugin-wavparse.xml:
5093 * docs/plugins/inspect/plugin-ximagesrc.xml:
5094 Add docs for gdkpixbufsink; update docs to CVS version.
5096 2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
5098 * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5099 Remove test sync-offset by default.
5101 2008-04-25 Tim-Philipp Müller <tim at centricular dot net>
5103 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
5104 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
5105 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5106 Use GLib versions of htonl, htons, ntohl and ntohs in order
5107 to avoid problems on win32 (#529707).
5109 2008-04-25 Tim-Philipp Müller <tim at centricular dot net>
5111 Patch by: Jesús Corrius <jesus at softcatala org>
5113 * gst/goom/filters.c: (zoomVector):
5114 * gst/goom/goom_core.c: (init_buffers):
5115 Fix build with mingw32: use rand() instead of random() and
5116 replace bzero() with memset(). Fixes #529692.
5118 2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
5120 * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
5121 Fix typo in comments.
5123 * tests/examples/rtp/client-H263p-PCMA.sdp:
5124 * tests/examples/rtp/client-H263p-PCMA.sh:
5125 * tests/examples/rtp/client-H264-PCMA.sdp:
5126 * tests/examples/rtp/client-H264-PCMA.sh:
5127 * tests/examples/rtp/client-H264.sdp:
5128 * tests/examples/rtp/client-H264.sh:
5129 * tests/examples/rtp/client-PCMA.sdp:
5130 * tests/examples/rtp/client-PCMA.sh:
5131 * tests/examples/rtp/server-alsasrc-PCMA.sh:
5132 * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
5133 * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5134 Add some more docs and fix examples.
5136 2008-04-25 Sebastian Dröge <slomo@circular-chaos.org>
5138 * tests/check/elements/multifile.c:
5139 Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
5140 declared in the former, some have it declared in the latter.
5142 2008-04-24 Sebastian Dröge <slomo@circular-chaos.org>
5144 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
5145 * gst/debug/tests.c: (md5_get_value):
5146 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5147 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5148 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5149 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
5150 Stop using deprecated GLib functions.
5152 2008-04-24 Jan Schmidt <jan.schmidt@sun.com>
5155 Back to development -> 0.10.8.1
5157 === release 0.10.8 ===
5159 2008-04-23 Jan Schmidt <jan.schmidt@sun.com>
5162 releasing 0.10.8, "One For The Money"
5164 2008-04-22 Jan Schmidt <jan.schmidt@sun.com>
5167 0.10.7.4 pre-release
5169 2008-04-22 Jan Schmidt <jan.schmidt@sun.com>
5171 * gst/goom/config_param.c: (goom_plugin_parameters_free):
5172 * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5173 * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5174 * gst/goom/flying_stars_fx.c: (fs_free):
5175 * gst/goom/goom_config_param.h:
5176 * gst/goom/goom_core.c: (goom_init), (goom_close):
5177 * gst/goom/goom_plugin_info.h:
5178 * gst/goom/gstgoom.c: (gst_goom_finalize):
5179 * gst/goom/lines.c: (goom_lines_free):
5180 * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5181 * gst/goom/surf3d.c: (grid3d_free):
5182 * gst/goom/surf3d.h:
5183 * gst/goom/tentacle3d.c: (tentacle_free):
5184 Free a bunch of stuff, and initialise things to fix leaks
5185 and valgrind warnings in the testsuite.
5189 2008-04-21 Wim Taymans <wim.taymans@collabora.co.uk>
5191 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5192 (gst_rtspsrc_configure_caps):
5193 Ref caps as the return value for the request_pt_map signal.
5194 Remove some caps weirdness when configuring a stream. See #528245.
5196 2008-04-18 Tim-Philipp Müller <tim at centricular dot net>
5198 * tests/icles/gdkpixbufsink-test.c:
5199 Add cast to placate gcc 4.1.2.
5201 2008-04-16 Jan Schmidt <jan.schmidt@sun.com>
5204 0.10.7.3 pre-release
5206 2008-04-16 Jan Schmidt <jan.schmidt@sun.com>
5208 * tests/check/Makefile.am:
5209 Disable some more elements in the state test.
5210 Add a define so the soup test can find the test files
5211 it needs at runtime.
5213 * tests/check/elements/souphttpsrc.c: (run_server):
5215 Add a define so the soup test can find the test files
5216 it needs at runtime.
5218 2008-04-17 Jan Schmidt <Jan.Schmidt@sun.com>
5220 * gst/goom/convolve_fx.c: (convolve_apply):
5221 Don't ever draw the GOOM logo.
5224 2008-04-17 Edward Hervey <edward.hervey@collabora.co.uk>
5226 * ext/cdio/gstcdiocddasrc.c:
5227 * ext/dv/gstdvdemux.c:
5228 gst_atomic_int_set ==> g_atomic_int_set
5230 2008-04-16 Tim-Philipp Müller <tim at centricular dot net>
5233 * gst/goom/Makefile.am:
5234 * gst/goom/convolve_fx.c:
5235 * gst/goom/default_scripts.h:
5237 * gst/goom/goom_core.c: (choose_a_goom_line):
5238 * gst/goom/goom_plugin_info.h:
5239 * gst/goom/goomsl.c:
5240 * gst/goom/goomsl.h:
5241 * gst/goom/goomsl_hash.c:
5242 * gst/goom/goomsl_hash.h:
5243 * gst/goom/goomsl_heap.c:
5244 * gst/goom/goomsl_heap.h:
5245 * gst/goom/goomsl_private.h:
5246 * gst/goom/plugin_info.c:
5247 Strip out the config/script parsing stuff, we don't need it.
5250 2008-04-15 Tim-Philipp Müller <tim at centricular dot net>
5252 * gst/goom/plugin_info.c: (setOptimizedMethods):
5253 Disable altivec optimisations for 32-bit PPC as well to make
5254 things build properly on all PPC systems. Fixes #528143
5256 2008-04-14 Tim-Philipp Müller <tim at centricular dot net>
5258 * gst-plugins-good.spec.in:
5259 Update for souphttpsrc plugin which has moved to -good.
5261 2008-04-14 Jan Schmidt <Jan.Schmidt@sun.com>
5263 * gst/matroska/matroska-demux.c:
5264 (gst_matroska_demux_handle_seek_event):
5265 Fix open-ended seeks in matroskademux
5266 Patch by: Mark Nauwelaerts <manauw skynet be>
5269 2008-04-14 Jan Schmidt <jan.schmidt@sun.com>
5271 * tests/check/Makefile.am:
5272 Add soup test certificates to the dist.
5274 2008-04-13 Jan Schmidt <jan.schmidt@sun.com>
5277 Remove LADSPA reference I missed.
5279 2008-04-13 Sebastian Dröge <slomo@circular-chaos.org>
5281 * ext/soup/gstsouphttpsrc.c: (plugin_init):
5282 Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5283 over gnome-vfs and everything else. Fixes bug #527848.
5285 2008-04-13 Jan Schmidt <jan.schmidt@sun.com>
5289 Remove LADSPA plugin. Fixes: #515978
5291 2008-04-13 Jan Schmidt <jan.schmidt@sun.com>
5294 * docs/plugins/Makefile.am:
5295 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5296 * docs/plugins/gst-plugins-good-plugins-sections.txt:
5297 * docs/plugins/gst-plugins-good-plugins.args:
5298 * docs/plugins/inspect/plugin-soup.xml:
5300 * tests/check/Makefile.am:
5301 Move soup plugin from -bad (Fixes: #523124)
5303 2008-04-11 Jan Schmidt <Jan.Schmidt@sun.com>
5305 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5306 Fix bounds checking of mode in Speex header, which may
5307 produce negative numbers in speex <= 1.1.12
5309 2008-04-09 Tim-Philipp Müller <tim at centricular dot net>
5311 * gst/goom/Makefile.am:
5312 * gst/goom/gfontlib.c:
5313 * gst/goom/gfontlib.h:
5314 * gst/goom/gfontrle.c:
5315 * gst/goom/gfontrle.h:
5317 * gst/goom/goom_core.c: (goom_update):
5318 * gst/goom/goom_plugin_info.h:
5319 * gst/goom/gstgoom.c: (gst_goom_chain):
5320 * gst/goom/plugin_info.c:
5321 Remove a bunch of font/text related code that we don't need.
5323 2008-04-09 Tim-Philipp Müller <tim at centricular dot net>
5325 * gst/goom/ppc_drawings.s:
5326 * gst/goom/ppc_zoom_ultimate.s:
5327 Change license of these files to LGPL, as permitted by the
5328 author, Guillaume Borios. See #515073.
5330 2008-04-09 Stefan Kost <ensonic@users.sf.net>
5332 * gst/goom/convolve_fx.c:
5333 * gst/goom/motif_goom1.h:
5334 * gst/goom/motif_goom2.h:
5335 As hinted in Bug #518213, revert one change and fix warnings properly.
5336 This fixes both #518213 and #520073 for me.
5338 2008-04-09 Jan Schmidt <Jan.Schmidt@sun.com>
5340 * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5341 * gst/matroska/matroska-demux.c:
5342 (gst_matroska_demux_handle_seek_event),
5343 (gst_matroska_demux_parse_contents_seekentry),
5344 (gst_matroska_demux_loop):
5345 Fix the Forte build by making function declaration signatures
5346 match the implementations.
5348 2008-04-08 Tim-Philipp Müller <tim at centricular dot net>
5350 * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5351 * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5352 * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5353 More logging when probing (see #518474), some comments in _reset().
5355 2008-04-07 Julien Moutte <julien@fluendo.com>
5357 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5358 because of a bad argument number.
5360 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
5362 * tests/icles/.cvsignore:
5363 * tests/icles/Makefile.am:
5364 * tests/icles/gdkpixbufsink-test.c:
5365 Interactive test app for gdkpixbufsink.
5367 2008-04-06 Sebastian Dröge <slomo@circular-chaos.org>
5369 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5372 Actually build dlls when cross-compiling with mingw32.
5375 2008-04-05 Tim-Philipp Müller <tim at centricular dot net>
5377 * ext/hal/hal.c: (gst_hal_get_alsa_element):
5378 Don't munge device string to 'default:x' for capture devices.
5381 2008-04-04 Sebastian Dröge <slomo@circular-chaos.org>
5383 * ext/wavpack/gstwavpackparse.c:
5384 (gst_wavpack_parse_index_entry_free):
5385 Always use GSlice as we actually depend on GLib 2.12 already.
5387 2008-04-04 Tim-Philipp Müller <tim at centricular dot net>
5390 Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5391 Also bump the GLib requirement to the current de-facto requirement
5394 2008-04-04 Wim Taymans <wim.taymans@collabora.co.uk>
5396 * gst/rtp/gstrtph264pay.c: (encode_base64),
5397 (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5398 * gst/rtp/gstrtph264pay.h:
5399 Parse codec_data for future AVC compatibility.
5400 Fail when we encounter AVC data for now.
5402 2008-04-04 Tim-Philipp Müller <tim at centricular dot net>
5404 * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5405 (gst_spectrum_init), (gst_spectrum_set_property),
5406 (gst_spectrum_get_property), (gst_spectrum_message_new):
5407 Rename property enums and default defines for the properties to match
5408 the property names and rephrase property descriptions to make them a
5409 bit clearer (hopefully). See #518188.
5411 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
5413 * tests/check/Makefile.am:
5414 * tests/check/elements/.cvsignore:
5415 * tests/check/elements/gdkpixbufsink.c:
5416 Add unit test for gdkpixbufsink element.
5418 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
5420 * ext/gdk_pixbuf/Makefile.am:
5421 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5422 * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5423 (gst_gdk_pixbuf_sink_base_init),
5424 (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5425 (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5426 (gst_gdk_pixbuf_sink_set_caps),
5427 (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5428 (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5429 (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5430 (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5431 (gst_gdk_pixbuf_sink_get_property):
5432 * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5433 Add gdkpixbufsink element for easy snapshotting (#525946).
5435 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
5437 * tests/check/pipelines/wavpack.c: (wavpack_suite):
5438 Bump timeout from 3 to 60 seconds.
5440 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
5442 * tests/check/pipelines/.cvignore:
5443 Remove useless file.
5445 * tests/check/pipelines/.cvsignore:
5446 Add new test to .cvsignore.
5448 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
5450 * tests/check/Makefile.am:
5451 * tests/check/pipelines/wavpack.c: (bus_handler),
5452 (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5453 (wavpack_suite), (main):
5454 Add unit test that encodes and decodes some data, checks that it
5455 is still the same and that all timestamps/offsets are perfect.
5457 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
5459 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5460 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5461 * ext/wavpack/gstwavpackparse.c:
5462 (gst_wavpack_parse_index_entry_new),
5463 (gst_wavpack_parse_index_entry_free),
5464 (gst_wavpack_parse_base_init),
5465 (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5466 Use GSlice for allocating index entries and use
5467 gst_element_class_set_details_simple().
5469 2008-04-02 Tim-Philipp Müller <tim at centricular dot net>
5471 Patch by: Brian Cameron <brian.cameron at sun dot com>
5473 * sys/sunaudio/gstsunaudio.c:
5474 * sys/sunaudio/gstsunaudiomixer.c:
5475 * sys/sunaudio/gstsunaudiomixer.h:
5476 * sys/sunaudio/gstsunaudiomixerctrl.c:
5477 * sys/sunaudio/gstsunaudiomixerctrl.h:
5478 * sys/sunaudio/gstsunaudiomixertrack.c:
5479 * sys/sunaudio/gstsunaudiomixertrack.h:
5480 * sys/sunaudio/gstsunaudiosink.c:
5481 * sys/sunaudio/gstsunaudiosink.h:
5482 * sys/sunaudio/gstsunaudiosrc.c:
5483 * sys/sunaudio/gstsunaudiosrc.h:
5484 Fix up copyrights (#525860).
5486 2008-04-02 Tim-Philipp Müller <tim at centricular dot net>
5488 * gst/goom/goomsl.c: (gsl_read_file):
5489 Check return value of fread() to avoid compiler warnings.
5491 2008-04-01 Wim Taymans <wim.taymans@collabora.co.uk>
5493 Based on patch by: Mersad Jelacic <mersad at axis dot com>
5495 * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5496 (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5497 * gst/law/alaw-decode.h:
5498 * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5499 * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5500 (gst_mulawdec_chain), (gst_mulawdec_change_state):
5501 * gst/law/mulaw-decode.h:
5502 * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5503 Make negotiation a bit modern.
5504 Use pad_alloc. Fixes #525359.
5506 2008-03-31 David Schleef <ds@schleef.org>
5508 * gst/goom/xmmx.c: Fix constraints on asm code so that it
5509 compiles consistently. Fixes #522278.
5511 2008-03-27 Tim-Philipp Müller <tim at centricular dot net>
5513 Patch by: Brian Cameron <brian.cameron at sun dot com>
5515 * sys/sunaudio/gstsunaudiomixerctrl.c:
5516 (gst_sunaudiomixer_ctrl_get_volume),
5517 (gst_sunaudiomixer_ctrl_set_volume):
5518 * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5519 Fix up the mixer tracks to use a volume range of 0-255, which is what
5520 the sun audio API uses. This simplifies the code and avoids rounding
5521 errors. Fixes #524593.
5523 2008-03-26 Edgard Lima <edgard.lima@indt.org.br>
5525 * sys/v4l2/gstv4l2object.c:
5526 * sys/v4l2/gstv4l2object.h:
5527 Add device-fd property to make it possible to apps to call ioctl's.
5529 2008-03-25 Wim Taymans <wim.taymans@collabora.co.uk>
5531 * gst/qtdemux/qtdemux.c: (next_entry_size):
5532 Unbreak streaming mode again.
5534 2008-03-25 Tim-Philipp Müller <tim at centricular dot net>
5536 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5537 Remove superfluous DEBUG macro.
5539 2008-03-25 Tim-Philipp Müller <tim at centricular dot net>
5541 Based on patch by: William M. Brack <wbrack at mmm com hk>
5543 * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5544 (gst_v4l2src_set_capture):
5545 Check whether the device supports setting the framerate before
5546 trying to set it and then posting a warning or error if it doesn't
5547 work (#516649, #520092). Also compare fractions more correctly.
5549 2008-03-23 Tim-Philipp Müller <tim at centricular dot net>
5551 * gst/goom/Makefile.am:
5552 Remove ppc assembler optimisations from the build until they
5553 actually build (they also seem to have GPL headers).
5555 2008-03-23 Tim-Philipp Müller <tim at centricular dot net>
5558 Better not dist files that don't exist any longer (lrint*m4).
5560 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
5565 Remove lrint/lrintf checks. We don't use it anywhere.
5567 2008-03-18 Andy Wingo <wingo@pobox.com>
5569 * sys/osxvideo/osxvideosink.m
5570 (gst_osx_video_sink_osxwindow_destroy)
5571 (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5573 (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5576 2008-03-18 Andy Wingo <wingo@pobox.com>
5578 * sys/osxvideo/osxvideosink.m
5579 (gst_osx_video_sink_osxwindow_destroy)
5580 (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5582 (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5585 2008-03-17 Tim-Philipp Müller <tim at centricular dot net>
5587 Patch by: William M. Brack <wbrack at mmm com hk>
5589 * sys/v4l2/v4l2src_calls.c:
5590 (gst_v4l2src_probe_caps_for_format_and_size),
5591 (gst_v4l2src_probe_caps_for_format):
5592 Make sure the probed frame sizes are reversed in the resulting
5593 caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5594 highest resolution first); also remove unused variable.
5595 (Partly fixes #520092)
5597 2008-03-17 Wim Taymans <wim.taymans@collabora.co.uk>
5599 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
5601 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5602 (gst_rtspsrc_finalize):
5603 Call WSAStartup() and WSACleanup before using the Winsock API.
5606 2008-03-16 Stefan Kost <ensonic@users.sf.net>
5608 * gst/avi/gstavidemux.c:
5609 Erm, the buffer-size is just guint, no need for the special format
5612 2008-03-16 Tim-Philipp Müller <tim at centricular dot net>
5614 * gst/goom/plugin_info.c:
5615 * gst/goom/ppc_zoom_ultimate.h:
5616 Small fixes to build more on PPC: ifdef out code that uses unknown
5617 define; add newline at end of header file to avoid compiler warning.
5618 Assembler code still doesn't build though.
5620 2008-03-16 Stefan Kost <ensonic@users.sf.net>
5622 * gst/avi/gstavidemux.c:
5623 Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5624 Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5626 2008-03-16 Stefan Kost <ensonic@users.sf.net>
5628 * gst/avi/gstavidemux.c:
5629 Chunksize is uint32. Fix format specifier.
5631 2008-03-14 Christian Schaller <christian.schaller@collabora.co.uk>
5633 * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5634 mistake. Return file to pure MIT text.
5636 2008-03-13 Sebastian Dröge <slomo@circular-chaos.org>
5638 * gst/audiofx/audiofx.c:
5639 Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5640 of hardcoding values.
5642 2008-03-11 Tim-Philipp Müller <tim at centricular dot net>
5644 Patch by: Mark Nauwelaerts <manauw skynet be>
5646 * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5647 (gst_oss_src_close):
5648 * sys/oss/gstosssrc.h:
5649 Cache probed caps, so _get_caps() during recording doesn't cause
5650 ioctl calls which may disrupt the recording (fixes #521875).
5652 2008-03-11 Wim Taymans <wim.taymans@collabora.co.uk>
5654 * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5655 (gst_qtdemux_activate_segment),
5656 (gst_qtdemux_prepare_current_sample),
5657 (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5658 Make sure we always send a DISCONT after a seek by setting the sample
5659 index to an undefined value after a seek.
5661 2008-03-11 Tim-Philipp Müller <tim at centricular dot net>
5663 * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5664 (GST_IS_AVI_SUBTITLE_CLASS):
5665 Fix up IS_FOO macros, which makes gtk-doc much happier.
5667 2008-03-08 Tim-Philipp Müller <tim at centricular dot net>
5669 * tests/icles/Makefile.am:
5670 Move the -lgstfoo where it belongs.
5672 2008-03-08 Sebastian Dröge <slomo@circular-chaos.org>
5674 * gst/matroska/ebml-ids.h:
5675 Add ID for EBML CRC32 elements.
5677 * gst/matroska/Makefile.am:
5678 * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5679 (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5680 (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5681 (gst_ebml_read_header):
5682 Support reading 80bit floats, add finalize method to clean up
5683 in any case, support reading length/id elements with any length
5684 as long as it's smaller than our supported maximum, don't leak
5685 buffers if reading as much data as we wanted failed and some
5688 2008-03-08 Sebastian Dröge <slomo@circular-chaos.org>
5690 Patch by: Olivier Crete <tester at tester dot ca>
5692 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5693 Check that a buffer is large enough before reading from it.
5696 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
5698 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5699 Fix compilation after removing the GstPollMode from the
5702 2008-03-07 Sebastian Dröge <slomo@circular-chaos.org>
5705 * gst/audiofx/Makefile.am:
5706 * gst/audiofx/audiochebband.c:
5707 * gst/audiofx/audiocheblimit.c:
5708 * gst/audiofx/math_compat.h:
5709 Check for sinh(), cosh() and asinh() and define our own
5710 implementations if they're not available. Fixes bug #520880.
5712 2008-03-07 Sebastian Dröge <slomo@circular-chaos.org>
5714 Patch by: Olivier Crete <tester at tester dot ca>
5716 * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5717 Unref the buffers only once when handling not-negotiated errors.
5720 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
5722 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
5724 * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5726 Properly balance WSA_Cleanup with WSA_Startup.
5727 Also make the poll controllable on windows. Fixes #520888.
5729 2008-03-06 Wim Taymans <wim.taymans@collabora.co.uk>
5731 * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5732 (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5733 (gst_ebml_read_element_length), (gst_ebml_peek_id),
5734 (gst_ebml_read_skip), (gst_ebml_read_buffer),
5735 (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5736 (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5737 (gst_ebml_read_date), (gst_ebml_read_master),
5738 (gst_ebml_read_binary), (gst_ebml_read_header):
5739 * gst/matroska/ebml-read.h:
5740 * gst/matroska/matroska-demux.c:
5741 (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5742 (gst_matroska_demux_read_track_encodings),
5743 (gst_matroska_demux_add_stream),
5744 (gst_matroska_demux_handle_src_query),
5745 (gst_matroska_demux_handle_seek_event),
5746 (gst_matroska_demux_init_stream),
5747 (gst_matroska_demux_parse_tracks),
5748 (gst_matroska_demux_parse_index_cuetrack),
5749 (gst_matroska_demux_parse_index_pointentry),
5750 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5751 (gst_matroska_demux_parse_metadata_id_simple_tag),
5752 (gst_matroska_demux_parse_metadata_id_tag),
5753 (gst_matroska_demux_parse_metadata),
5754 (gst_matroska_demux_sync_streams),
5755 (gst_matroska_demux_push_hdr_buf),
5756 (gst_matroska_demux_push_flac_codec_priv_data),
5757 (gst_matroska_demux_push_xiph_codec_priv_data),
5758 (gst_matroska_demux_add_wvpk_header),
5759 (gst_matroska_demux_check_subtitle_buffer),
5760 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5761 (gst_matroska_demux_parse_cluster),
5762 (gst_matroska_demux_parse_contents_seekentry),
5763 (gst_matroska_demux_parse_contents),
5764 (gst_matroska_demux_loop_stream_parse_id),
5765 (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5766 * gst/matroska/matroska-demux.h:
5767 * gst/matroska/matroska-ids.h:
5768 Handle return values from pull_range in a more granular way to properly
5770 Combine return values from push.
5771 Implement proper error handling.
5772 Prepare for handling seeking correctly.
5774 2008-03-03 Jan Schmidt <jan.schmidt@sun.com>
5776 * gst/matroska/ebml-read.c:
5777 Use GINT64 formatting constants from GLIB.
5779 * gst/matroska/matroska-demux.c:
5780 Add some guards to avoid a possible division by 0 and crashing
5781 with NULL events on some systems.
5782 Use gst_gdouble_to_guint64 somewhere instead of an implicit
5785 * gst/matroska/matroska-mux.c:
5786 Check for invalid timestamps in a bunch of places to avoid
5787 writing bogus durations into the output file.
5788 Fix some double<->gint64 conversions that weren't using
5789 gst_guint64_to_gdouble
5791 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
5794 Move the checks for bison, flex and as to the program section and the
5795 check for gcc inline asm to the compiler characteristics section.
5797 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
5800 Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5801 plug-ins are included/excluded. (#498222)
5803 2008-02-29 Michael Smith <msmith@fluendo.com>
5805 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5806 Don't call gst_object_sync_values() unless we have a valid timestamp.
5808 2008-02-28 David Schleef <ds@schleef.org>
5810 * gst/matroska/matroska-demux.c:
5811 * gst/matroska/matroska-ids.h:
5812 * gst/matroska/matroska-mux.c:
5813 Fix Dirac mapping. I had previously added a VfW-type
5814 mapping, but it looks like Dirac will get a native Matroska
5815 mapping, and this is the most likely method.
5817 2008-02-28 David Schleef <ds@schleef.org>
5819 * gst/avi/gstavimux.c: Add Dirac encoding
5821 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
5823 Patch by: Peter Kjellerstedt <pkj at axis com>
5825 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5826 (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5827 (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5828 * gst/udp/gstudpsrc.h:
5829 Port to GstPoll. See #505417.
5831 2008-02-28 Sebastian Dröge <slomo@circular-chaos.org>
5833 * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5834 Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5835 yet on the srcpad. We need rate and channels before we
5836 can do any processing. Fixes bug #519088.
5838 2008-02-26 Jan Schmidt <jan.schmidt@sun.com>
5841 Detect and indicate if GCC inline assembly syntax is
5844 * gst/goom/Makefile.am:
5845 * gst/goom/convolve_fx.c:
5846 * gst/goom/flying_stars_fx.c:
5847 * gst/goom/goom_config.h:
5848 * gst/goom/goom_core.c:
5849 * gst/goom/goomsl.c:
5852 * gst/goom/plugin_info.c:
5854 Fix various GCC-isms, and only build the inline assembly
5855 with compilers that support GCC inline assembly.
5857 Fix a couple of other warnings shown with Forte.
5859 2008-02-25 Stefan Kost <ensonic@users.sf.net>
5862 Use 'emms' instead of 'femms' to not crash on cpus that do not
5863 implement this 3dnow specific instruction.
5865 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
5867 * gst/goom/plugin_info.c: (setOptimizedMethods):
5868 Use extended MMX for draw_line() too if available, not only
5871 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
5873 * ext/jpeg/gstjpeg.c: (plugin_init):
5874 Remove (commented out) smoke typefinder. This is in base now.
5876 2008-02-23 Jan Schmidt <jan.schmidt@sun.com>
5878 * gst/goom2k1/Makefile.am:
5879 * gst/goom2k1/gstgoom.c:
5881 Rename the installed library, and don't register the same
5882 GType name as the new goom.
5884 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
5887 * ext/taglib/Makefile.am:
5888 Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5889 when building C++ code (#516509).
5891 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
5893 * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5894 * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5895 (setOptimizedMethods):
5896 Call oil_init(), otherwise oil_get_cpu_flags() won't return
5897 anything useful. Export goom debug category so we can get
5898 rid of the VERBOSE define and the printfs.
5900 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
5902 * gst/goom/goomsl_heap.c: (align_it):
5903 * gst/goom/plugin_info.c: (setOptimizedMethods):
5904 Compile fixes for x86-64.
5906 2008-02-23 Bastien Nocera <hadess@hadess.net>
5908 * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5909 with warnings, but add other CFLAGS
5911 * gst/goom/goomsl.c (gsl_instr_set_namespace),
5912 (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5913 (calculate_labels), (gsl_read_file):
5914 * gst/goom/goomsl_lex.l:
5915 * gst/goom/goomsl_yacc.y:
5916 * gst/goom/plugin_info.c: Remove a few live printf, and
5917 fprintf, replace exit() calls with g_assert_not_reached()
5918 if it not optimal for a library
5920 2008-02-23 Bastien Nocera <hadess@hadess.net>
5922 * gst/goom/Makefile.am: Remove the warnings being disabled,
5923 fix linkage on x86, spotted by Sebastian Dröge
5924 <slomo@circular-chaos.org>
5926 * gst/goom/convolve_fx.c (convolve_init),
5927 (create_output_with_brightness), (convolve_apply):
5928 * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5929 * gst/goom/goomsl.c:
5930 * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5931 * gst/goom/plugin_info.c:
5932 * gst/goom/tentacle3d.c (tentacle_fx_create):
5933 Fix warnings, and disable the motifs in the convolve_fx
5934 plugin (they were causing warnings, and they were just
5935 "Goom" in funny letterring)
5937 2008-02-23 Bastien Nocera <hadess@hadess.net>
5939 * configure.ac: Add checks for Flex/Yacc/Bison and other
5940 furry animals, for the new goom 2k4 based plugin
5942 * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5943 CPU optimisations (not working yet), move the old plugin to...
5945 * gst/goom2k1/*: ... here, in case somebody is sick enough
5949 2008-02-22 Wim Taymans <wim.taymans@collabora.co.uk>
5951 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5952 Post the server response code in an error message instead of a generic
5953 'error' message. Fixes #517237.
5955 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
5957 * tests/check/Makefile.am:
5958 Ignore gconfaudiosrc for the states unit test too. It will fallback
5959 to alsasrc if the gconf settings can't be read and not everybody has
5962 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
5964 * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5965 (gst_wavpack_parse_create_src_pad):
5966 * ext/wavpack/gstwavpackparse.h:
5967 Always report the duration if we know it in push mode and don't
5968 return 0 just to make totem believe we can't seek in push mode.
5969 Newer totem version use the SEEKING query which properly reports
5970 if we can seek or not.
5972 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
5974 Patch by: Jens Granseuer <jensgr at gmx dot net>
5976 * tests/examples/equalizer/demo.c: (main):
5977 C89 fix, moving variable declarations to the beginning of
5978 the block. Fixes bug #517933.
5980 2008-02-21 Jan Schmidt <jan.schmidt@sun.com>
5983 Back to development...
5985 === release 0.10.7 ===
5987 2008-02-20 Jan Schmidt <jan.schmidt@sun.com>
5990 releasing 0.10.7, "Red Door Black"
5992 2008-02-19 Sebastian Dröge <slomo@circular-chaos.org>
5994 * gst/alpha/Makefile.am:
5995 Link alpha plugin with libgstbase. Fixes bug #517386.
5997 2008-02-18 Wim Taymans <wim.taymans@collabora.co.uk>
5999 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
6000 Init values to -1 instead of the default 0 value.
6003 2008-02-14 Stefan Kost <ensonic@users.sf.net>
6005 * tests/examples/spectrum/spectrum-example.c:
6006 Add missing include to fix compilation when libxml usage is disabled.
6009 2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
6011 patch by: Wim Taymans <wim.taymans@collabora.co.uk>
6014 * gst/rtp/gstrtph264pay.c:
6015 * gst/rtp/gstrtpmp4gdepay.c:
6016 * gst/rtp/gstrtpmp4gpay.c:
6017 * gst/rtp/gstrtpmp4gpay.h:
6018 * gst/rtp/gstrtptheorapay.c:
6019 * gst/rtp/gstrtpvorbispay.c:
6021 Fix various leaks shown up in valgrind
6022 - free sprops and buffer in error cases in H264 payloader
6023 - fix leak in mp4g depayloader when construction the caps
6024 - don't leak config string in the mp4g payloader
6025 - don't leak buffers and headers in theora and vorbis payloaders
6027 * tests/check/elements/rtp-payloading.c:
6029 Fix the RTP data test
6030 - Actually send valid amr data to the payloader instead of 20
6032 - The mp4g payloader expects codec_data on the caps
6034 2008-02-12 Sebastien Moutte <sebastien@moutte.net>
6037 Add libgstpng.dsp to MANIFEST.
6038 * win32/vs6/libgstaudiofx.dsp:
6039 Add new source files to VS project file.
6041 2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
6043 * sys/ximage/gstximagesrc.c:
6044 Initialise variables when opening the X display rather
6045 than in _start(), as the display can be opened before that.
6049 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
6051 * sys/directdraw/gstdirectdrawsink.c:
6052 (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
6053 (gst_directdraw_sink_finalize):
6054 Properly chain up finalize functions. Fixes bug #515980.
6056 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
6058 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6059 (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
6060 (gst_v4l2_buffer_pool_class_init):
6061 Chain up the finalize functions. Fixes bug #515984.
6063 2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
6065 * sys/ximage/ximageutil.c:
6066 Chain up in the finalize function for our custom
6068 Patch by: Sebastian Dröge <slomo@circular-chaos.org>
6071 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
6073 * gst/debug/efence.c: (gst_fenced_buffer_finalize),
6074 (gst_fenced_buffer_class_init):
6075 Properly chain up finalize method. Fixes bug #515979.
6077 2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
6079 * sys/ximage/gstximagesrc.c:
6080 Free allocated Damage memory before closing our connection to the
6081 X server. Partially fixes: #515706
6083 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
6085 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6086 * tests/check/Makefile.am:
6087 * tests/check/gst-plugins-good.supp:
6088 Add a few libjpeg suppressions and initialize a variable to
6089 make smokeenc valgrind clean. Fixes bug #515701.
6091 2008-02-11 Jan Schmidt <jan.schmidt@sun.com>
6093 * gst/avi/gstavidemux.c:
6094 Revert patch which sends timestamps only on keyframes, as it
6095 breaks playback with current gst-ffmpeg.
6099 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
6101 * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6102 * tests/check/elements/multifile.c: (GST_START_TEST):
6103 Close some memory leaks spotted by the unit test. Fixes bug #515697.
6105 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
6107 * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6108 Use and unset the GError when pipeline creation fails instead of
6109 simply leaking it. Fixes bug #515704.
6111 2008-02-10 Sebastian Dröge <slomo@circular-chaos.org>
6113 * gst/audiofx/audioamplify.c:
6114 * gst/audiofx/audiochebband.c:
6115 * gst/audiofx/audiocheblimit.c:
6116 * gst/audiofx/audiodynamic.c:
6117 * gst/audiofx/audioinvert.c:
6118 * gst/audiofx/audiopanorama.c:
6119 * gst/audiofx/audiowsincband.c:
6120 * gst/audiofx/audiowsinclimit.c:
6121 Fix long description of audiofx elements. Fixes bug #515457.
6123 2008-02-09 Jan Schmidt <jan.schmidt@sun.com>
6125 * docs/plugins/Makefile.am:
6126 * gst/spectrum/gstspectrum.c:
6127 * tests/examples/spectrum/.cvsignore:
6128 * tests/examples/spectrum/Makefile.am:
6129 * tests/examples/spectrum/spectrum-example.c:
6131 Add a simple example application for the spectrum element, include it
6132 in the docs, and fix some documentation ambiguities.
6136 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
6138 * gst/equalizer/Makefile.am:
6139 * gst/spectrum/Makefile.am:
6142 * tests/check/Makefile.am:
6143 Exclude v4l2src from the states test - it takes too long to start.
6145 * tests/check/elements/spectrum.c:
6146 Make the test run properly with CK_FORK=no
6148 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
6150 * gst/audiofix/Makefile.am: add missing header files
6152 2008-02-08 Julien Moutte <julien@fluendo.com>
6154 * gst/matroska/matroska-demux.c:
6155 (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
6156 keyframe and delta units correctly when dealign with a BlockGroup.
6159 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
6161 * tests/check/elements/.cvsignore:
6162 Spell the new tests correctly in .cvsignore
6164 2008-02-08 Tim-Philipp Müller <tim at centricular dot net>
6166 * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6167 Need to use gsize here for the size, fixes compiler warning.
6169 * tests/examples/equalizer/.cvsignore:
6170 * tests/examples/equalizer/Makefile.am:
6171 * tests/examples/spectrum/.cvsignore:
6172 * tests/examples/spectrum/Makefile.am:
6173 Add missing files to fix the build.
6175 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
6178 * docs/plugins/Makefile.am:
6179 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6180 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6181 * docs/plugins/gst-plugins-good-plugins.args:
6182 * docs/plugins/gst-plugins-good-plugins.hierarchy:
6183 * docs/plugins/inspect/plugin-multifile.xml:
6184 * tests/check/Makefile.am:
6185 * tests/check/elements/.cvsignore:
6187 Move multifile plugin from -bad.
6190 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
6193 * docs/plugins/Makefile.am:
6194 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6195 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6196 * docs/plugins/gst-plugins-good-plugins.args:
6197 * docs/plugins/gst-plugins-good-plugins.hierarchy:
6198 * docs/plugins/inspect/plugin-spectrum.xml:
6199 * gst/spectrum/Makefile.am:
6200 * tests/check/Makefile.am:
6201 * tests/check/elements/.cvsignore:
6202 * tests/examples/Makefile.am:
6204 Move spectrum plugin from -bad.
6205 Move examples into tests/examples/spectrum.
6207 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
6210 * docs/plugins/Makefile.am:
6211 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6212 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6213 * docs/plugins/gst-plugins-good-plugins.args:
6214 * docs/plugins/gst-plugins-good-plugins.hierarchy:
6215 * docs/plugins/gst-plugins-good-plugins.interfaces:
6216 * docs/plugins/inspect/plugin-equalizer.xml:
6217 * gst/equalizer/Makefile.am:
6218 * tests/check/Makefile.am:
6219 * tests/examples/Makefile.am:
6220 Move the equalizer plugin across from -bad
6222 * tests/check/elements/.cvsignore:
6223 Add equalizer, audiosincwband and audiosincwlimit
6225 * tests/check/elements/equalizer.c:
6226 Fix compiler warnings
6230 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
6233 Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6234 are treated like releases and build without it.
6236 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
6238 * docs/plugins/Makefile.am:
6239 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6240 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6241 * docs/plugins/gst-plugins-good-plugins.args:
6242 * docs/plugins/inspect/plugin-audiofx.xml:
6243 * gst/audiofx/Makefile.am:
6244 * gst/audiofx/audiofx.c:
6245 * gst/audiofx/audiowsincband.c:
6246 * gst/audiofx/audiowsincband.h:
6247 * gst/audiofx/audiowsinclimit.c:
6248 * gst/audiofx/audiowsinclimit.h:
6249 * tests/check/Makefile.am:
6250 * tests/check/elements/audiowsincband.c:
6251 * tests/check/elements/audiowsinclimit.c:
6253 Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6254 the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6259 2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
6261 * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6262 * tests/check/elements/icydemux.c:
6263 Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6264 caps, and add a somewhat useful debug message. Plus test.
6266 2008-02-07 Sebastien Moutte <sebastien@moutte.net>
6268 * gst/rtsp/gstrtspsrc.c:
6269 Include unistd.h only if HAVE_UNISTD_H is defined
6270 * win32/common/config.h.in:
6271 * win32/common/config.h:
6272 Define socklen_t as it seems it's not defined in default
6273 Visual Studio headers.
6274 * win32/vs6/libgstalpha.dsp:
6275 * win32/vs6/libgstapetag.dsp:
6276 * win32/vs6/libgstavi.dsp:
6277 * win32/vs6/libgstrtp.dsp:
6278 * win32/vs6/libgstrtsp.dsp:
6279 * win32/vs6/libgstvideomixer.dsp:
6280 Update project file dependencies and add new source files
6282 2008-02-07 Sebastian Dröge <slomo@circular-chaos.org>
6284 Patch by: Bjarne Rosengren <bjarne at axis dot com>
6286 * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6287 Don't leak buffers when we don't push them downstream.
6290 2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
6293 Bump requirements to (good) released versions to avoid
6294 confusion and make implicit core requirement explicit.
6296 2008-02-06 Jan Schmidt <jan.schmidt@sun.com>
6298 * docs/plugins/Makefile.am:
6299 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6300 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6301 * docs/plugins/gst-plugins-good-plugins.args:
6302 * docs/plugins/inspect/plugin-audiofx.xml:
6303 * gst/audiofx/Makefile.am:
6304 * gst/audiofx/audiochebband.c:
6305 * gst/audiofx/audiochebband.h:
6306 * gst/audiofx/audiocheblimit.c:
6307 * gst/audiofx/audiocheblimit.h:
6308 * gst/audiofx/audiochebyshevfreqband.c:
6309 * gst/audiofx/audiochebyshevfreqband.h:
6310 * gst/audiofx/audiochebyshevfreqlimit.c:
6311 * gst/audiofx/audiochebyshevfreqlimit.h:
6312 * gst/audiofx/audiofx.c:
6313 * tests/check/Makefile.am:
6314 * tests/check/elements/.cvsignore:
6315 * tests/check/elements/audiochebband.c:
6316 * tests/check/elements/audiocheblimit.c:
6317 * tests/check/elements/audiochebyshevfreqband.c:
6318 * tests/check/elements/audiochebyshevfreqlimit.c:
6320 Rename audiochebyshevfreqband -> audiochebband and
6321 audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6326 2008-02-05 Wim Taymans <wim.taymans@collabora.co.uk>
6328 Patch by: Orjan Friberg <orjanf at axis dot com>
6330 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6331 Fix caps memory leak. Fixes #514573.
6333 2008-02-04 Edward Hervey <edward.hervey@collabora.co.uk>
6335 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6336 If there's no entries in the subindex, don't try to do anything stupid,
6339 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
6341 Patch by: John Millikin <jmillikin at gmail dot com>
6343 * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6344 (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6345 Fix extraction of picture blocks with newer libflac versions again:
6346 FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6348 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
6350 * tests/check/Makefile.am:
6351 Add rtp-payloading test to VALGRIND_TO_FIX.
6353 * tests/check/elements/rtp-payloading.c:
6354 Add semicolons after GST_TEST_END so gst-indent gets the
6355 formatting right; make test less verbose in general, but
6356 more verbose in the error case (which should probably
6357 make the test fail anyway).
6359 2008-02-01 Thijs Vermeir <thijsvermeir@gmail.com>
6361 * docs/plugins/Makefile.am:
6362 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6363 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6364 * gst/avi/gstavisubtitle.c:
6365 Add documentation for avisubtitle and change class to
6366 Codec/Parser/Subtitle
6368 2008-01-31 Jan Schmidt <Jan.Schmidt@sun.com>
6370 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6371 Treat ENOTTY (driver does not implement ioctl) the same as
6372 EINVAL since it implies there are no available standards.
6374 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6375 (gst_v4l2src_get_nearest_size):
6376 Replace gst_v4l2src_get_size_limits with 2 calls to new function
6377 gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6378 probe if the driver does not support VIDIOC_TRY_FMT for whatever
6379 reason, and if we aren't yet actively capturing.
6381 * sys/v4l2/v4l2src_calls.h:
6382 Remove replaced function declaration.
6384 2008-01-31 Jan Schmidt <Jan.Schmidt@sun.com>
6387 Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6390 2008-01-31 Jan Schmidt <jan.schmidt@sun.com>
6395 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
6397 * gst/alpha/Makefile.am:
6398 * gst/alpha/gstalpha.c:
6400 Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6401 some stuff, and making buffer-alloc and resizing work automatically.
6402 No longer crashes on odd frame widths and heights, although there
6403 seems to be a disagreement with ffmpegcolorspace about what size
6404 an AYUV frame with odd height should be.
6406 2008-01-29 Wim Taymans <wim.taymans@collabora.co.uk>
6408 Patch by: Alessandro Decina <alessandro at nnva dot org>
6410 * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6411 * ext/libpng/gstpngenc.h:
6412 Preallocate the output buffer so that g_memdup() and
6413 gst_buffer_merge() aren't needed anymore. This greatly improves
6414 performances and fixes #512544.
6416 2008-01-29 Wim Taymans <wim.taymans@collabora.co.uk>
6418 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6419 (gst_avi_demux_stream_data):
6420 GStreamer timestamps are PTS values while AVI only knows about DTS
6421 timestamps. Make sure we only copy the DTS as the buffer timestamp when
6422 we are dealing with a key frame.
6424 2008-01-29 Stefan Kost <ensonic@users.sf.net>
6426 * tests/check/Makefile.am:
6427 * tests/check/elements/.cvsignore:
6428 * tests/check/elements/rtp-payloading.c:
6429 Add add testsuite for the rtp-payloader that tries simulating
6430 dataflow. Needs more test data.
6432 2008-01-29 Stefan Kost <ensonic@users.sf.net>
6434 * tests/check/elements/alphacolor.c:
6435 Remove two unused variables.
6437 2008-01-28 Tim-Philipp Müller <tim at centricular dot net>
6439 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6440 Use g_ascii_strtoll() instead of atoll, which is only
6443 2008-01-25 Thijs Vermeir <thijsvermeir@gmail.com>
6445 * gst/rtp/Makefile.am:
6447 * gst/rtp/gstrtpmpvpay.c:
6448 * gst/rtp/gstrtpmpvpay.h:
6449 Add MPEG2 video payloader
6451 2008-01-23 Sebastian Dröge <slomo@circular-chaos.org>
6453 * gst/level/gstlevel.c:
6454 Use #include <math.h> instead of #include "math.h".
6456 2008-01-21 Jan Schmidt <Jan.Schmidt@sun.com>
6458 * tests/check/Makefile.am:
6459 Fix up some CFLAGS sets.
6460 Don't include gconfvideosrc in the states test.
6462 * tests/check/elements/autodetect.c: (GST_START_TEST):
6463 Add some error strings to fail_unless arguments to fix some weird
6464 compiler errors on Solaris.
6466 2008-01-21 Jan Schmidt <Jan.Schmidt@sun.com>
6469 Detect video4linux headers on Solaris too.
6470 * sys/v4l2/gstv4l2colorbalance.h:
6471 * sys/v4l2/gstv4l2object.h:
6472 * sys/v4l2/v4l2_calls.c:
6473 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6474 (gst_v4l2_buffer_new):
6476 Make v4l2 build on Solaris.
6477 Patch by: Brian Cameron <brian.cameron at sun dot com>
6480 2008-01-21 Stefan Kost <ensonic@users.sf.net>
6482 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6483 Update list from (still local) scanning script.
6485 2008-01-19 Sebastian Dröge <slomo@circular-chaos.org>
6487 Based on a patch by:
6488 Victor STINNER <victor dot stinner at haypocalc dot com>
6490 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6491 Set variable to NULL after freeing it to prevent double frees
6492 or make failures by another use of it afterwards more obvious
6493 and fix use of it after the freeing. Fixes bug #510592.
6495 2008-01-18 Thijs Vermeir <thijsvermeir@gmail.com>
6497 * gst/udp/gstmultiudpsink.c:
6498 use GST_WARNING for logging
6500 2008-01-18 Thijs Vermeir <thijsvermeir@gmail.com>
6502 * gst/udp/gstmultiudpsink.c:
6503 Don't try to leave a multicast group with an invalid socket
6505 2008-01-17 Tim-Philipp Müller <tim at centricular dot net>
6507 * ext/flac/gstflacdec.c:
6508 Fix compilation against flac 1.1.2 (as on debian stable), where
6509 the picture metadata defines and structs don't exist yet.
6512 2008-01-17 Wim Taymans <wim.taymans@collabora.co.uk>
6514 Patch by: Olivier Crete <tester at tester dot ca>
6516 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6517 (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6518 (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6519 (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6520 * gst/udp/gstmultiudpsink.h:
6521 Add property to automatically join a multicast group or not. This can be
6522 useful when sharing a socket between multiple elements.
6525 2008-01-16 Stefan Kost <ensonic@users.sf.net>
6527 * gst/videomixer/Makefile.am:
6528 Add controller flags.
6530 2008-01-16 Stefan Kost <ensonic@users.sf.net>
6532 * gst/videomixer/videomixer.c:
6533 Also commit the missing gst_object_sync_values().
6535 2008-01-16 Stefan Kost <ensonic@users.sf.net>
6537 * docs/plugins/Makefile.am:
6538 Remove duplicate entry.
6540 2008-01-15 Stefan Kost <ensonic@users.sf.net>
6542 * docs/plugins/Makefile.am:
6543 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6544 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6545 * docs/plugins/inspect/plugin-gamma.xml:
6546 * docs/plugins/inspect/plugin-monoscope.xml:
6547 * docs/plugins/inspect/plugin-video4linux2.xml:
6548 Add 3 more plugins to docs.
6550 2008-01-15 Stefan Kost <ensonic@users.sf.net>
6552 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6553 * sys/osxvideo/osxvideosink.h:
6554 Revert previous change caused by a file that got stuck on an old
6557 2008-01-15 Stefan Kost <ensonic@users.sf.net>
6559 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6560 * gst/multipart/Makefile.am:
6561 * gst/multipart/multipartdemux.c:
6562 * gst/multipart/multipartdemux.h:
6563 * gst/multipart/multipartmux.c:
6564 * gst/multipart/multipartmux.h:
6565 Re-add multipartdemux to the docs. Last round of section cleanup.
6567 2008-01-15 Stefan Kost <ensonic@users.sf.net>
6569 * docs/plugins/Makefile.am:
6570 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6571 * sys/osxaudio/gstosxaudiosink.h:
6572 * sys/osxvideo/osxvideosink.h:
6573 Managed to resolve most unused declarations. Filed a bug for one left.
6575 2008-01-15 Stefan Kost <ensonic@users.sf.net>
6577 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6578 Cleanup section file.
6580 2008-01-15 Stefan Kost <ensonic@users.sf.net>
6582 * docs/plugins/Makefile.am:
6583 * docs/plugins/gst-plugins-good-plugins.args:
6584 * docs/plugins/gst-plugins-good-plugins.signals:
6585 * docs/plugins/inspect/plugin-alaw.xml:
6586 * docs/plugins/inspect/plugin-alpha.xml:
6587 * docs/plugins/inspect/plugin-alphacolor.xml:
6588 * docs/plugins/inspect/plugin-annodex.xml:
6589 * docs/plugins/inspect/plugin-apetag.xml:
6590 * docs/plugins/inspect/plugin-audiofx.xml:
6591 * docs/plugins/inspect/plugin-auparse.xml:
6592 * docs/plugins/inspect/plugin-autodetect.xml:
6593 * docs/plugins/inspect/plugin-avi.xml:
6594 * docs/plugins/inspect/plugin-cairo.xml:
6595 * docs/plugins/inspect/plugin-cdio.xml:
6596 * docs/plugins/inspect/plugin-cutter.xml:
6597 * docs/plugins/inspect/plugin-debug.xml:
6598 * docs/plugins/inspect/plugin-dv.xml:
6599 * docs/plugins/inspect/plugin-efence.xml:
6600 * docs/plugins/inspect/plugin-effectv.xml:
6601 * docs/plugins/inspect/plugin-flac.xml:
6602 * docs/plugins/inspect/plugin-flxdec.xml:
6603 * docs/plugins/inspect/plugin-gconfelements.xml:
6604 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6605 * docs/plugins/inspect/plugin-goom.xml:
6606 * docs/plugins/inspect/plugin-halelements.xml:
6607 * docs/plugins/inspect/plugin-icydemux.xml:
6608 * docs/plugins/inspect/plugin-id3demux.xml:
6609 * docs/plugins/inspect/plugin-jpeg.xml:
6610 * docs/plugins/inspect/plugin-ladspa.xml:
6611 * docs/plugins/inspect/plugin-level.xml:
6612 * docs/plugins/inspect/plugin-matroska.xml:
6613 * docs/plugins/inspect/plugin-mulaw.xml:
6614 * docs/plugins/inspect/plugin-multipart.xml:
6615 * docs/plugins/inspect/plugin-navigationtest.xml:
6616 * docs/plugins/inspect/plugin-png.xml:
6617 * docs/plugins/inspect/plugin-quicktime.xml:
6618 * docs/plugins/inspect/plugin-rtp.xml:
6619 * docs/plugins/inspect/plugin-rtsp.xml:
6620 * docs/plugins/inspect/plugin-shout2send.xml:
6621 * docs/plugins/inspect/plugin-smpte.xml:
6622 * docs/plugins/inspect/plugin-speex.xml:
6623 * docs/plugins/inspect/plugin-taglib.xml:
6624 * docs/plugins/inspect/plugin-udp.xml:
6625 * docs/plugins/inspect/plugin-videobalance.xml:
6626 * docs/plugins/inspect/plugin-videobox.xml:
6627 * docs/plugins/inspect/plugin-videocrop.xml:
6628 * docs/plugins/inspect/plugin-videoflip.xml:
6629 * docs/plugins/inspect/plugin-videomixer.xml:
6630 * docs/plugins/inspect/plugin-wavenc.xml:
6631 * docs/plugins/inspect/plugin-wavpack.xml:
6632 * docs/plugins/inspect/plugin-wavparse.xml:
6635 * gst/videomixer/Makefile.am:
6636 * gst/videomixer/videomixer.c:
6637 * gst/videomixer/videomixer.h:
6638 * gst/videomixer/videomixerpad.h:
6639 Split out header to fix warnings from the doc-build.
6641 2008-01-14 Wim Taymans <wim.taymans@collabora.co.uk>
6643 As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6645 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6646 Use atoll to parse the rtptime with enough precision. Fixes #509329.
6648 2008-01-14 Tim-Philipp Müller <tim at centricular dot net>
6650 * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6651 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6652 Initialise variables to work around (false) 'foo might be used
6653 uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6655 2008-01-11 David Schleef <ds@schleef.org>
6657 * docs/plugins/.cvsignore:
6658 * tests/check/pipelines/.cvsignore:
6659 Ignore more files for the buildbot.
6661 2008-01-11 Jan Schmidt <Jan.Schmidt@sun.com>
6663 * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6664 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6665 Generate the image-type values correctly. Leave them out of the caps
6666 when outputting a "preview image" tag, since it only makes sense
6667 to have one of those - the type is irrelevant.
6669 * sys/sunaudio/gstsunaudiomixerctrl.c:
6670 (gst_sunaudiomixer_ctrl_open):
6671 If we can, mark the mixer multiple open when we use it, in case
6672 (for some reason) the process wants to open it again elsewhere.
6674 2008-01-11 Wim Taymans <wim.taymans@collabora.co.uk>
6676 Patch by: Olivier Crete <tester at tester dot ca>
6678 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6679 * gst/rtp/gstrtptheorapay.c:
6680 Fix the clock rate to 90000 as required by the RFC.
6683 2008-01-11 Tim-Philipp Müller <tim at centricular dot net>
6685 * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6686 Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6688 2008-01-10 Sebastian Dröge <slomo@circular-chaos.org>
6691 Add -Wno-portability to the automake parameters to stop warnings
6692 about GNU make extensions being used. We require GNU make in almost
6693 every Makefile anyway.
6696 Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6697 at the same time is required for per target flags.
6699 2008-01-09 Edward Hervey <edward.hervey@collabora.co.uk>
6701 * gst/videomixer/videomixer.c: (gst_videomixer_init):
6702 Fix error from my last commit.
6704 2008-01-09 Tim-Philipp Müller <tim at centricular dot net>
6706 Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6708 * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6709 Make sure the ISO 639-X language code in ID3v2 COMM frames
6710 is actually valid UTF-8 (or rather: ASCII), so we don't end
6711 up with non-UTF8 strings in tags if there's garbage in the
6712 language field. Also make sure the language code is always
6713 lower case. Fixes: #508291.
6715 2008-01-09 Stefan Kost <ensonic@users.sf.net>
6720 2008-01-09 Stefan Kost <ensonic@users.sf.net>
6723 Include lcov.mak to allow building coverage reports. Guard
6724 check-torture target like in the other packages.
6726 2008-01-09 Sameer Naik <sameer@damagehead.com>
6728 reviewed by: Edward Hervey <edward.hervey@collabora.co.uk>
6730 * gst/videomixer/videomixer.c:
6731 (gst_videomixer_set_master_geometry), (_do_init),
6732 (gst_videomixer_child_proxy_get_child_by_index),
6733 (gst_videomixer_child_proxy_get_children_count),
6734 (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6735 (gst_videomixer_init), (gst_videomixer_request_new_pad),
6736 (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6737 Implement GstChildProxy interface.
6738 Send newsegment at the right moment
6741 2008-01-09 Edward Hervey <edward.hervey@collabora.co.uk>
6743 * gst/alpha/Makefile.am:
6744 * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6745 (gst_alpha_sink_event), (gst_alpha_chain),
6746 (gst_alpha_change_state), (plugin_init):
6747 Make the various properties of 'alpha' controllable. This allows doing
6748 niceties like fade-in/fade-out.
6750 2008-01-09 Stefan Kost <ensonic@users.sf.net>
6752 * gst/rtp/gstasteriskh263.c:
6753 * gst/rtp/gstrtpL16depay.c:
6754 * gst/rtp/gstrtpac3depay.c:
6755 * gst/rtp/gstrtpamrpay.c:
6756 * gst/rtp/gstrtpdepay.c:
6757 * gst/rtp/gstrtpgsmdepay.c:
6758 * gst/rtp/gstrtph263depay.c:
6759 * gst/rtp/gstrtph263pdepay.c:
6760 * gst/rtp/gstrtph263ppay.c:
6761 * gst/rtp/gstrtph264depay.c:
6762 * gst/rtp/gstrtph264pay.c:
6763 * gst/rtp/gstrtpmp2tdepay.c:
6764 * gst/rtp/gstrtpmp4adepay.c:
6765 * gst/rtp/gstrtpmp4gdepay.c:
6766 * gst/rtp/gstrtpmp4gpay.c:
6767 * gst/rtp/gstrtpmp4vdepay.c:
6768 * gst/rtp/gstrtpmpadepay.c:
6769 * gst/rtp/gstrtpmpvdepay.c:
6770 * gst/rtp/gstrtpsv3vdepay.c:
6771 * gst/rtp/gstrtptheoradepay.c:
6772 * gst/rtp/gstrtptheorapay.c:
6773 * gst/rtp/gstrtpvorbisdepay.c:
6774 * gst/rtp/gstrtpvorbispay.c:
6775 Remove copy/paste unused code (property setters and getter) found by
6776 the coverage suite (yay, saves ~20k on disk).
6778 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
6780 * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6782 Also fix up pad templates to indicate that image/jpeg doesn't
6783 absolutely require the framerate property to be set (#504081).
6785 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
6787 Based on patch by: Wouter Cloetens <wouter at mind be>
6789 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6790 (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6791 (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6792 * gst/matroska/matroska-mux.h:
6793 Keep track of first and last timestamps for each incoming stream,
6794 so we can calculate the total duration for live sources and other
6795 input where we can't query the duration from the start or where
6796 there's no constant framerate from which we can deduce the
6797 duration; also use calculated/observed duration if it is bigger
6798 than the previously queried duration. Furthermore, use
6799 gst_pad_query_peer_duration() and take into account that it may
6800 return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6801 screws up comparisons when using unsigned integers. Fixes #504081.
6803 2008-01-08 Sebastian Dröge <slomo@circular-chaos.org>
6806 * gst/audiofx/audioamplify.c:
6807 (gst_audio_amplify_clipping_method_get_type),
6808 (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6809 * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6810 (gst_audio_dynamic_transform_ip):
6811 * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6812 (gst_audio_invert_transform_ip):
6813 * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6814 (gst_audio_panorama_transform):
6815 * gst/level/gstlevel.c: (gst_level_init):
6816 Make elements GST_BUFFER_FLAG_GAP aware and call
6817 gst_base_transform_set_gap_aware for this.
6818 Bump core requirement to CVS.
6820 * gst/audiofx/audiochebyshevfreqband.c:
6821 (gst_audio_chebyshev_freq_band_transform_ip):
6822 * gst/audiofx/audiochebyshevfreqlimit.c:
6823 (gst_audio_chebyshev_freq_limit_transform_ip):
6824 Also sync GObject properties to the controller if operating
6825 in passthrough mode.
6827 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
6829 * sys/directdraw/gstdirectdrawsink.c:
6830 (gst_directdraw_sink_window_thread):
6831 FALSE is not a gpointer.
6833 2008-01-05 Julien Moutte <julien@fluendo.com>
6835 * sys/directdraw/gstdirectdrawsink.c:
6836 (gst_directdraw_sink_set_window_id),
6837 (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6838 (gst_directdraw_sink_buffer_alloc),
6839 (gst_directdraw_sink_draw_borders),
6840 (gst_directdraw_sink_show_frame),
6841 (gst_directdraw_sink_setup_ddraw),
6842 (gst_directdraw_sink_window_thread),
6843 (gst_directdraw_sink_get_ddrawcaps),
6844 (gst_directdraw_sink_surface_create): Make sure we create our
6845 internal window only when we need it. That will give a chance to
6846 the application to get the prepare-xwindow-id bus message. Draw
6847 black borders when keeping aspect ratio. Handle the case where our
6848 rendering window disappears (closed or errors) like other sinks
6849 do. Various 80 columns fixes, improve state change order. That
6850 element could need some more love.
6852 2008-01-04 Sebastian Dröge <slomo@circular-chaos.org>
6854 * ext/taglib/gstapev2mux.h:
6855 * ext/taglib/gstid3v2mux.h:
6856 Remove useless typedefs without new type name. Fixes a warning with
6859 2008-01-03 Wim Taymans <wim.taymans@collabora.co.uk>
6861 Patch by: John Millikin <jmillikin at gmail dot com>
6863 * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6864 (gst_flac_dec_setup_stream_decoder),
6865 (gst_flac_normalize_picture_mime_type),
6866 (gst_flac_extract_picture_buffer),
6867 (gst_flac_dec_metadata_callback):
6868 Emit metadata messages when a PICTURE block is encountered.
6871 2008-01-02 Thijs Vermeir <thijsvermeir@gmail.com>
6874 increase rank because no known issues anymore ...
6875 * gst/avi/gstavisubtitle.c:
6876 send subtitle name to the srcpad
6878 2007-12-31 Wim Taymans <wim.taymans@collabora.co.uk>
6880 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6881 * gst/rtsp/gstrtspsrc.h:
6882 Implement redirect for the DESCRIBE reply. Fixes #506025.
6884 2007-12-29 Sebastian Dröge <slomo@circular-chaos.org>
6886 * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6887 Fix 'xyz may be used uninitialized' compiler warnings caused
6888 by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6889 abort() in any case but properly report the error.
6891 2007-12-26 Tim-Philipp Müller <tim at centricular dot net>
6893 * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6894 * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6895 * sys/ximage/gstximagesrc.c: (composite_pixel):
6896 Fix 'xyz may be used uninitialized' compiler warnings caused
6897 by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6898 not really nice to abort in any case). Fixes #505745.
6900 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
6902 * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6903 Small unit test fix (has no practical impact at the moment,
6904 since we're only feeding utf8 and hence just create a sub-
6905 buffer for the output).
6907 2007-12-18 Thijs Vermeir <thijsvermeir@gmail.com>
6909 * gst/avi/gstavisubtitle.c:
6910 * tests/check/elements/avisubtitle.c:
6911 Add seeking support for avi subtitle
6913 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
6915 * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6916 (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6917 (gst_flac_dec_write):
6918 * ext/flac/gstflacdec.h:
6919 Remove some unused vars.
6920 Do more cleanup of leftover events and tags.
6921 Output tags after the segment event. Fixes #504018.
6923 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
6925 * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6926 (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6927 (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6928 Detect other UTF byte order markers and convert to UTF-8 as
6931 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
6933 * gst/avi/gstavisubtitle.c: (src_template),
6934 (gst_avi_subtitle_extract_utf8_file),
6935 (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6936 (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6937 (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6938 * gst/avi/gstavisubtitle.h:
6939 Refactor a bit; fix name extraction; don't assume all the data
6940 in the chunk is actually subtitle data, there may be padding at
6941 the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6942 file so it's there to send again after a seek (for future use).
6944 2007-12-18 Thijs Vermeir <thijsvermeir@gmail.com>
6946 * gst/avi/Makefile.am:
6948 * gst/avi/gstavisubtitle.c:
6949 * gst/avi/gstavisubtitle.h:
6950 * tests/check/Makefile.am:
6951 * tests/check/elements/avisubtitle.c:
6952 * win32/common/config.h:
6953 Add avi subtitle element for bug #442034. Need seeking support
6954 and more support for character conversion.
6956 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
6959 Include common/win32.mak for CRLF check of win32 project
6960 files (see #393626).
6962 * win32/vs6/libgstpng.dsp:
6963 Fix line endings and do cvs admin -kb.
6965 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
6967 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6968 Actually drop the buffers which are outside the currently configured
6969 segment instead of just emitting a WARNING.
6971 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
6973 * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6974 (gst_flac_dec_write):
6975 * ext/flac/gstflacdec.h:
6976 Send segments from the streaming thread. Fixes #502187.
6977 Fix segment seeking and a bunch of other seeking cases.
6979 2007-12-14 Tim-Philipp Müller <tim at centricular dot net>
6981 * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6982 Parse WOAF frames and put the result into GST_TAG_CONTACT,
6983 which is where it would end up if the same information was
6984 put in a vorbis comment (don't think it's worth adding a
6985 new URI tag for this). Fixes #488112.
6987 2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
6990 We need core/base 0.10.15 or later.
6992 2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
6994 Patch by: Mark Nauwelaerts <manauw skynet be>
6996 * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6997 Fix regression in stream numbering. Fixes #502655.
6999 2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
7001 Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
7003 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
7004 (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
7005 (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
7006 (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
7007 (gst_rtp_h264_pay_handle_buffer):
7008 * gst/rtp/gstrtph264pay.h:
7009 Use higher performance start-code searching.
7010 Parse NALs and store SPS, PPS and profile in the caps so that they can
7011 be used in the SDP. Fixes #502814.
7013 2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
7015 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7016 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
7017 Init some structs to zero before we pass them to ioctl, which
7018 avoids valgrind warnings. Also fix a small memory leak.
7020 2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
7022 Patch by: Wouter Cloetens <wouter at mind dot be>
7024 * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7025 Copy timestamp from input to output. Not very perfect yet but better
7026 than nothing. Fixes #503023.
7028 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
7030 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7031 Also print a useful error message with the old Wavpack API
7034 2007-12-09 Tim-Philipp Müller <tim at centricular dot net>
7036 * ext/wavpack/gstwavpackdec.c:
7037 More build fixes for old libwavpack versions: include config.h so
7038 that WAVPACK_OLD_API is actually defined as detected; only use
7039 WavpackGetErrorMessage if it is available. This fixes the build
7040 on debian stable for me.
7042 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
7044 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7045 * ext/wavpack/gstwavpackparse.c:
7046 (gst_wavpack_parse_create_src_pad):
7047 Workaround the non-existance of WavpackGetChannelMask in Wavpack
7048 versions below 4.40.0.
7050 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
7053 And now do it right for real...
7055 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
7058 Correctly reset $LIBS to not contain -lm.
7060 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
7062 Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
7065 * ext/cairo/gsttimeoverlay.c:
7066 (gst_cairo_time_overlay_print_smpte_time):
7067 Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
7068 and checking for rint() and implementing it ourself if it doesn't
7069 exist. Fixes #497293.
7071 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
7074 Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7076 2007-12-08 Jan Schmidt <jan.schmidt@sun.com>
7078 * sys/oss/gstosshelper.c:
7079 Verify that the format returned after the ioctl is the one
7080 we requested. It is valid for the ioctl to succeed while
7081 substituting an alternate 'supported' sample format.
7083 2007-12-07 Tim-Philipp Müller <tim at centricular dot net>
7085 * sys/oss/gstossaudio.c: (plugin_init):
7086 * sys/oss/gstosssink.c: (gst_oss_sink_open):
7087 * sys/oss/gstosssrc.c: (gst_oss_src_open):
7088 Post decent (and translated) error message when we can't
7089 open the audio device for some reason.
7091 2007-12-07 Jan Schmidt <jan.schmidt@sun.com>
7093 * sys/oss/gstosssink.c:
7094 * sys/oss/gstosssrc.c:
7095 Allow the AUDIODEV environment variable to redirect us
7096 to a different default OSS device, like sunaudiosink does
7097 on Solaris (makes audio play automatically on SunRays).
7099 2007-12-06 Sebastian Dröge <slomo@circular-chaos.org>
7101 * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
7102 * gst/audiofx/audiochebyshevfreqband.c:
7103 (gst_audio_chebyshev_freq_band_transform_ip):
7104 * gst/audiofx/audiochebyshevfreqlimit.c:
7105 (gst_audio_chebyshev_freq_limit_transform_ip):
7106 * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
7107 * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
7108 The transform_ip() methods should do nothing if in passthrough mode.
7109 It might get non-writable buffers in that case but the buffer might
7110 as well be writable.
7112 * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
7113 The transform() methods won't be called in passthrough mode and
7114 otherwise the buffer is always writable so don't check here.
7116 2007-12-06 Tim-Philipp Müller <tim at centricular dot net>
7118 * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
7119 Fix seeking in .wav files again (#501775). Some people seem to think
7120 they don't need to test their changes when they're just 'reflowing'
7123 2007-12-05 Wim Taymans <wim.taymans@gmail.com>
7125 * gst/autodetect/gstautovideosink.c:
7126 (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
7127 (gst_auto_video_sink_init),
7128 (gst_auto_video_sink_create_element_with_pretty_name),
7129 (gst_auto_video_sink_find_best),
7130 (gst_auto_video_sink_set_property),
7131 (gst_auto_video_sink_get_property):
7132 * gst/autodetect/gstautovideosink.h:
7134 Use same error reporting code as autoaudiosink.
7135 Add property to filter sinks based on caps. Only select raw video sinks
7136 by default for backwards compat.
7137 API: GstAutoVideoSink::filter-caps
7139 2007-12-05 Wim Taymans <wim.taymans@gmail.com>
7141 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7143 * gst/autodetect/gstautoaudiosink.c:
7144 (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7145 (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
7146 (gst_auto_audio_sink_set_property),
7147 (gst_auto_audio_sink_get_property):
7148 * gst/autodetect/gstautoaudiosink.h:
7149 Add property to filter sinks based on caps. Only select raw audio sinks
7150 by default for backwards compat. Fixes #417420.
7151 API: GstAutoAudioSink::filter-caps
7153 2007-11-29 Michael Smith <msmith@fluendo.com>
7155 Patch by: Arek Korbik <arkadini@gmail.com>
7157 * gst/videobox/gstvideobox.c: (plugin_init):
7158 Initialise liboil in plugin_init()
7160 2007-11-29 Wim Taymans <wim.taymans@gmail.com>
7162 * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7163 Post error before sending EOS. Fixes #499178.
7165 2007-11-28 Sebastien Moutte <sebastien@moutte.net>
7167 * win32/vs6/gst_plugins_good.dsw:
7168 * win32/vs6/libgstpng.dsp:
7169 Add a project file for libgstpng
7171 2007-11-28 Edward Hervey <bilboed@bilboed.com>
7173 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7174 (gst_rtp_h263_depay_process):
7175 Code beautification.
7176 Added debug statements.
7177 Don't bit-shift everything, just do operations on last/first byte
7180 2007-11-27 Wim Taymans <wim.taymans@gmail.com>
7182 Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7184 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7185 Fix wrong comparison in overrun check. Fixes #499239 some more.
7187 2007-11-27 Edward Hervey <bilboed@bilboed.com>
7189 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7190 (gst_rtp_h263_depay_process):
7191 * gst/rtp/gstrtph263depay.h:
7192 Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7195 2007-11-26 Wim Taymans <wim.taymans@gmail.com>
7197 Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7199 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7200 (gst_rtp_mp4a_depay_process):
7201 * gst/rtp/gstrtpmp4adepay.h:
7202 Fix depayloading when multiple frames are inside one RTP packet.
7205 2007-11-26 Stefan Kost <ensonic@users.sf.net>
7207 * gst/level/gstlevel.c:
7208 Add GAP-flag support.
7210 2007-11-26 Edward Hervey <bilboed@bilboed.com>
7212 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7213 Read the I flag for Mode A h263 rtp stream and set the
7214 GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7217 2007-11-26 Stefan Kost <ensonic@users.sf.net>
7219 * gst/level/gstlevel.c:
7220 Remove some dead code and do cleanups.
7222 2007-11-26 Stefan Kost <ensonic@users.sf.net>
7224 * tests/check/pipelines/simple-launch-lines.c:
7225 Improve the tests by allowing to set a target state.
7227 2007-11-26 Sebastian Dröge <slomo@circular-chaos.org>
7229 * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7230 Don't check the caps of the output buffer if they're equal some
7231 other caps. The caps can change in a backward compatible way
7232 and did at this point.
7234 2007-11-24 Julien MOUTTE <julien@moutte.net>
7236 * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7237 (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7238 (gst_qtdemux_seek_to_previous_keyframe),
7239 (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7240 (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7241 reverse playback support.
7243 2007-11-20 Sebastian Dröge <slomo@circular-chaos.org>
7245 * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7246 Also set the channel layout on the Wavpack caps if we're having
7247 a mono layout. Of course only do it for "audio/x-wavpack".
7249 2007-11-20 Sebastian Dröge <slomo@circular-chaos.org>
7251 * ext/wavpack/gstwavpackcommon.c:
7252 (gst_wavpack_get_default_channel_mask),
7253 (gst_wavpack_set_channel_layout),
7254 (gst_wavpack_get_default_channel_positions),
7255 (gst_wavpack_get_channel_mask_from_positions),
7256 (gst_wavpack_set_channel_mapping):
7257 * ext/wavpack/gstwavpackcommon.h:
7258 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7259 (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7260 * ext/wavpack/gstwavpackdec.h:
7261 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7262 (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7263 (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7264 (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7265 (gst_wavpack_enc_rewrite_first_block),
7266 (gst_wavpack_enc_sink_event):
7267 * ext/wavpack/gstwavpackenc.h:
7268 * ext/wavpack/gstwavpackparse.c:
7269 (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7270 (gst_wavpack_parse_scan_to_find_sample),
7271 (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7272 (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7273 * ext/wavpack/gstwavpackparse.h:
7274 Add support for encoding, parsing and decoding multichannel
7275 files with up to 8 channels. This also improves the robustness
7276 of parsing quite a bit.
7278 * ext/wavpack/gstwavpackstreamreader.c:
7279 (gst_wavpack_stream_reader_read_bytes),
7280 (gst_wavpack_stream_reader_get_pos),
7281 (gst_wavpack_stream_reader_set_pos_abs),
7282 (gst_wavpack_stream_reader_set_pos_rel),
7283 (gst_wavpack_stream_reader_push_back_byte),
7284 (gst_wavpack_stream_reader_get_length),
7285 (gst_wavpack_stream_reader_can_seek),
7286 (gst_wavpack_stream_reader_write_bytes):
7289 2007-11-20 Stefan Kost <ensonic@users.sf.net>
7291 * ext/libpng/gstpngdec.c:
7292 * ext/libpng/gstpngdec.h:
7293 Don't release the png-memory from within the callback.
7295 2007-11-20 Stefan Kost <ensonic@users.sf.net>
7297 Patch by: René Stadler <mail at renestadler dot de>
7299 * ext/libpng/gstpngenc.c:
7300 Don't leak buffer data memory. Fixes #498395.
7302 2007-11-20 Stefan Kost <ensonic@users.sf.net>
7304 Patch by: René Stadler <mail at renestadler dot de>
7306 * tests/check/pipelines/simple-launch-lines.c:
7309 2007-11-20 Julien MOUTTE <julien@moutte.net>
7311 * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7312 (gst_tag_lib_mux_adjust_event_offsets):
7313 * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7314 * sys/osxaudio/Makefile.am:
7315 * sys/osxvideo/cocoawindow.h:
7316 * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7318 2007-11-15 David Schleef <ds@schleef.org>
7320 * ext/cairo/gsttextoverlay.c:
7321 Change strcasecmp() to g_strcasecmp(). Fixes #497292.
7323 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
7325 Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7327 * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7328 (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7329 (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7330 * gst/rtp/gstrtpmp2tpay.h:
7331 Fill the MTU with as many packets as possible. Fixes #491323.
7333 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
7335 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7337 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7338 Fix some more leaks. Fixes #497007.
7340 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
7342 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7344 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7345 (gst_rtspsrc_stream_configure_tcp):
7346 Fix 3 pad leaks. Fixes #496983.
7348 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
7350 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7352 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7353 Fix small leak. Fixes #497017.
7355 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
7357 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7358 (gst_qtdemux_prepare_current_sample),
7359 (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7360 (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7361 * gst/qtdemux/qtdemux_fourcc.h:
7362 * gst/qtdemux/qtdemux_types.c:
7363 Add suppport for theora in quicktime according to XiphQT.
7365 2007-11-15 Edgard Lima <edgard.lima@indt.org.br>
7367 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7368 (gst_v4l2src_init), (gst_v4l2src_set_property),
7369 (gst_v4l2src_get_property):
7370 * sys/v4l2/gstv4l2src.h:
7371 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7372 Always copy buffers by default (handle safer with bugged drivers)
7373 and added a property to make it possible to use mmap effectively (no
7374 copy if possible) when application wants to. Fixes: #480557.
7376 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
7378 * gst/id3demux/id3tags.c:
7379 * gst/id3demux/id3tags.h:
7380 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7381 We don't want the same string multiple times in a tag list for the
7382 same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7383 this doesn't happen and remove special-case code for GST_TAG_GENRE.
7385 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
7387 * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7388 Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7389 into ID3v2 TXXX frames (fixes #347848).
7391 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
7393 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7394 Don't leak sdp message contents (fixes #496773).
7396 * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7397 Don't leak URI string.
7399 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
7401 Patch by: Julien Puydt <julien dot puydt at laposte net>
7403 * ext/raw1394/Makefile.am:
7404 * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7405 (gst_1394_property_probe_get_properties),
7406 (gst_1394_property_probe_probe_property),
7407 (gst_1394_property_probe_needs_probe),
7408 (gst_1394_property_probe_get_values),
7409 (gst_1394_property_probe_interface_init),
7410 (gst_1394_type_add_property_probe_interface):
7411 * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7412 * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7413 (gst_dv1394src_init), (gst_dv1394src_dispose),
7414 (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7415 (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7416 (gst_dv1394src_update_device_name):
7417 * ext/raw1394/gstdv1394src.h:
7418 Implement GstPropertyProbe interface and add "device-name" property,
7419 so applications can use this to probe for available devices in the
7420 same way they can already with v4lsrc and v4l2src (however horrible
7421 this property probe interface may be). Fixes #358841.
7423 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
7425 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7427 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7428 (gst_rtspsrc_parse_range):
7429 Don't leak event, don't leak range (fixes #496752).
7431 2007-11-14 Michael Smith <msmith@fluendo.com>
7433 Patch by: Arek Korbik <arkadini@gmail.com>
7435 * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7436 Detect RGBA/BGRA correctly on little endian systems.
7438 2007-11-13 Tim-Philipp Müller <tim at centricular dot net>
7440 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7441 If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7442 corresponding ioctl() call fails even though the driver claims to
7443 support this format, just fall back to the pre-2.6.19 kernel
7444 routine that creates caps with suitable height and width ranges
7447 2007-11-13 Tim-Philipp Müller <tim at centricular dot net>
7449 Patch by: Mark Nauwelaerts <manauw skynet be>
7451 * gst/matroska/matroska-demux.c:
7452 (gst_matroska_demux_push_dvd_clut_change_event),
7453 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7454 (gst_matroska_demux_subtitle_caps):
7455 * gst/matroska/matroska-ids.h:
7456 Extract palette data for dvd subpicture streams and send it
7457 downstream as custom gstreamer dvd event (fixes #453417).
7459 2007-11-13 Tim-Philipp Müller <tim at centricular dot net>
7461 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7462 Implement minimal parsing of the passed pango font description
7463 string, so passing a font size works the same as with the
7464 pango textoverlay plugin; fixes #455086.
7465 (Maybe we could just use pangocairo here at some point).
7467 2007-11-13 Stefan Kost <ensonic@users.sf.net>
7469 * gst/avi/gstavidemux.c:
7470 * gst/wavparse/gstwavparse.c:
7471 Return the result in _activate_pull(). Don't ref element there.
7473 2007-11-13 Stefan Kost <ensonic@users.sf.net>
7475 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7476 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7477 (gst_wavparse_srcpad_event):
7478 Ref the element when we should, but not when we its not needed. Reflow
7479 the event_handling to not leak the event.
7481 2007-11-12 Edward Hervey <bilboed@bilboed.com>
7483 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7484 (qtdemux_parse_samples):
7485 Properly free QTDemuxSamples array.
7486 Protect table write with a sensible check, some files apparently DO contain
7487 stts values starting with 0 :(
7489 2007-11-12 Stefan Kost <ensonic@users.sf.net>
7491 * gst/avi/gstavidemux.c:
7492 * gst/qtdemux/qtdemux.c:
7493 Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7494 previous commit messed up.
7496 2007-11-12 Stefan Kost <ensonic@users.sf.net>
7498 * gst/avi/gstavidemux.c:
7499 * gst/qtdemux/qtdemux.c:
7500 Sync _handle_src_event() with oggdemux. In avidemux also ref the
7501 element when we should, but not when we its not needed.
7503 2007-11-08 Stefan Kost <ensonic@users.sf.net>
7505 * gst/wavparse/gstwavparse.c:
7506 Return FALSE if we can't handle a query instead of changing the
7507 format. Ignore fact when dealing with mpeg audio.
7509 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
7511 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
7514 * gst/udp/gstdynudpsink.c:
7515 * gst/udp/gstdynudpsink.h:
7516 * gst/udp/gstmultiudpsink.c:
7517 * gst/udp/gstmultiudpsink.h:
7518 * gst/udp/gstudpsink.c:
7519 * gst/udp/gstudpsink.h:
7520 Fix includes for MSVC and GLib-2.14.0 (#492388).
7522 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7523 No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7525 2007-11-02 Edward Hervey <bilboed@bilboed.com>
7527 * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7528 (gst_mulawdec_chain):
7529 * gst/law/mulaw-decode.h:
7530 Calculate outgoing buffer duration if incoming buffer didn't have a
7533 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
7535 * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7536 (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7537 Smarter combine_flow code that also deals with downstream elements
7538 returning UNEXPECTED when they receive data out of the segment
7539 boundaries. Fixes #491305.
7541 2007-10-26 Tim-Philipp Müller <tim at centricular dot net>
7543 * sys/v4l2/v4l2src_calls.c:
7544 Fix 'unused variable' compiler warning when compiling against
7545 older kernel headers.
7547 2007-10-25 Tim-Philipp Müller <tim at centricular dot net>
7549 * ext/taglib/gstid3v2mux.cc (add_funcs):
7550 Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7552 2007-10-24 Stefan Kost <ensonic@users.sf.net>
7554 * tests/check/pipelines/simple-launch-lines.c:
7555 Improve the tests a little more.
7557 2007-10-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7559 patch by: Yun Zheng Hu
7561 * sys/osxaudio/gstosxaudiosrc.c:
7562 Use default input device instead of default output device and
7563 only memcpy actual available bytes.
7565 2007-10-22 Edgard Lima <edgard.lima@indt.org.br>
7567 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7568 Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7569 early. It is temporary until we find something better.
7571 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
7573 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7575 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7576 Fix race when pausing a RTSP stream in interleaved.
7579 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
7581 Patch by: Peter Kjellerstedt <pkj at axis com>
7583 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7584 Use correct unref function for buffers. #488844.
7586 2007-10-19 Stefan Kost <ensonic@users.sf.net>
7588 * gst/avi/gstavimux.c:
7589 * tests/check/elements/avimux.c:
7590 Add some debug and sync tests with the fix.
7592 2007-10-18 Wim Taymans <wim.taymans@gmail.com>
7594 Based on patch by: Laurent Glayal <spglegle yahoo fr>
7596 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7597 When the socket is used by the app for other purposes, don't generate an
7598 error if there is activaty on the socket that is not data related.
7601 2007-10-18 Wim Taymans <wim.taymans@gmail.com>
7603 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7604 (gst_v4l2src_grab_frame):
7605 Add some more debug info. Generate an error when we run out of buffers
7606 for some reason. See #480557.
7608 2007-10-18 Wim Taymans <wim.taymans@gmail.com>
7610 Patch by: Anders Skargren <anders dot skargren at axis dot com>
7612 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7613 Set marker bit correctly.
7615 2007-10-17 Wim Taymans <wim.taymans@gmail.com>
7617 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7618 Use allowed name for the GstStructure.
7620 2007-10-17 Tim-Philipp Müller <tim at centricular dot net>
7622 * ext/gconf/gstswitchsink.c:
7623 * gst/autodetect/gstautoaudiosink.c:
7624 Use new gst_bus_pop_filtered().
7626 2007-10-13 Tim-Philipp Müller <tim at centricular dot net>
7628 * sys/v4l2/gstv4l2src.c:
7629 * sys/v4l2/v4l2src_calls.c:
7630 When probing the formats and sizes a camera supports, make
7631 sure the best ones (highest resolution, prefered format)
7632 end up at the beginning of the probed caps and the less
7633 desirable ones at the end. This is important because the
7634 order within the caps matters for things like fixation and
7635 negotiation, ie. what format is chosen in the end.
7636 With recent kernels, the current probing code will end up
7637 querying the supported sizes from lowest resolution to
7638 highest resolution, adding them to the probed caps in that
7639 order, resulting to v4l2src fixating to the lowest possible
7640 resolution if downstream does not express a size preference.
7641 Also make up a somewhat random ranking of prefered output
7642 formats for the same reason. Fixes #485828.
7644 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
7646 Based on patch by: Jason Kivlighn <jkivlighn gmail com>
7648 * gst/id3demux/id3v2frames.c:
7649 Extract license/copyright URIs from ID3v2 WCOP frames
7652 * tests/check/elements/id3demux.c:
7653 * tests/files/Makefile.am:
7654 * tests/files/id3-447000-wcop.tag:
7655 Add simple unit test.
7657 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
7659 * ext/taglib/gstid3v2mux.cc:
7660 Add support for license/copyright URI tags (ID3v2 WCOP frame).
7661 Prerequisite for #447000.
7663 2007-10-08 Jan Schmidt <Jan.Schmidt@sun.com>
7665 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7666 Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7669 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
7671 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7672 (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7673 (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7674 (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7675 (gst_rtspsrc_change_state):
7676 More seeking fixes, mostly passing around the new playback segment in
7677 order to configure it properly.
7678 Also reset base_time of udp sources when setting them back to PLAYING as
7679 a temporary hack until core supports seek in live sources properly.
7681 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
7683 * gst/rtp/gstrtpmp4adepay.c:
7684 Fix caps as to not confuse autopluggers.
7686 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
7688 * gst/id3demux/gstid3demux.c:
7689 * gst/id3demux/gstid3demux.h:
7690 * gst/id3demux/id3tags.c:
7691 * gst/id3demux/id3tags.h:
7692 * gst/id3demux/id3v2frames.c:
7693 Port ID3 tag demuxer over to the new GstTagDemux in -base
7694 (now would be a good time to test re-importing your music
7697 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
7699 * gst/apetag/Makefile.am:
7700 * gst/apetag/gstapedemux.c:
7701 * gst/apetag/gstapedemux.h:
7702 * gst/apetag/gsttagdemux.c:
7703 * gst/apetag/gsttagdemux.h:
7704 Port APE tag demuxer over to the new GstTagDemux in -base.
7706 2007-10-05 Wim Taymans <wim.taymans@gmail.com>
7708 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7709 (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7710 (gst_rtspsrc_handle_internal_src_query),
7711 (gst_rtspsrc_handle_src_query), (new_session_pad),
7712 (gst_rtspsrc_stream_configure_tcp),
7713 (gst_rtspsrc_stream_configure_transport),
7714 (gst_rtspsrc_loop_send_cmd):
7715 Improve flushing behaviour.
7716 Set state of the udp sources to PAUSE/PLAYING correctly.
7717 Handle events and queries for UDP and TCP transport now.
7719 2007-10-04 Stefan Kost <ensonic@users.sf.net>
7721 * gst/rtp/gstrtpgsmdepay.c:
7722 * gst/rtp/gstrtpgsmpay.c:
7725 2007-10-04 Stefan Kost <ensonic@users.sf.net>
7727 Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7729 * tests/check/Makefile.am:
7730 * tests/check/pipelines/simple-launch-lines.c:
7731 Add unit tests for payloaders/depayloaders.
7733 2007-10-02 Stefan Kost <ensonic@users.sf.net>
7735 * gst/avi/gstavimux.c:
7736 * gst/avi/gstavimux.h:
7737 Also save codec data for audio streams. Fixes #482495.
7739 2007-10-02 Stefan Kost <ensonic@users.sf.net>
7741 * gst/avi/gstavimux.c:
7742 Fix "Index entry has invalid stream nr 1".
7743 Add support for muxing aac - work in progress (see #482495).
7745 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
7747 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7748 (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7749 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7750 * gst/rtsp/gstrtspsrc.h:
7751 Parse bandwidth modifiers, they are not yet configured in the session
7752 manager because we don't have an API for that yet.
7754 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
7756 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7757 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7758 Use shiny new function in -base to get the default clock-rate.
7761 2007-09-29 Sebastien Moutte <sebastien@moutte.net>
7764 Add files to win32 manifest.
7765 * win32/vs6/libgstaudiofx.dsp:
7766 * win32/vs6/libgstqtdemux.dsp:
7767 * win32/vs6/libgstrtp.dsp:
7768 * win32/vs6/libgstrtsp.dsp:
7769 Update project files.
7771 2007-09-28 Wim Taymans <wim.taymans@gmail.com>
7773 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7775 * gst/rtsp/gstrtspsrc.h:
7776 In TCP mode, only timestamp the first buffer. TCP is not real time and
7777 it does not make sense to try to skew compensate, also some servers send
7778 the first batch of data in a burst.
7780 2007-09-27 Tim-Philipp Müller <tim at centricular dot net>
7782 * gst/matroska/matroska-demux.c:
7783 Fix setting the discont flag on the first buffer
7784 pushed downstream for formats with private codec
7785 data that needs to be deserialised into buffers
7786 (such as vorbis and FLAC when in a matroska container).
7788 2007-09-27 Wim Taymans <wim.taymans@gmail.com>
7790 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7792 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7793 (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7794 (gst_rtp_mp4v_pay_handle_buffer):
7795 * gst/rtp/gstrtpmp4vpay.h:
7796 Free the config string. Fixes #480707.
7797 Clean up the timestamp code a little.
7799 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
7801 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7802 (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7803 (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7804 * gst/rtsp/gstrtspsrc.h:
7805 Set timestamps on RTP buffers in interleaved mode.
7806 Mark first buffers with a DISCONT.
7807 Remove flush hack now that sync for live sources has been figured out.
7809 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
7811 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7812 Update documentation.
7814 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
7816 * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7817 (gst_rtp_xqt_depay_change_state):
7818 * gst/qtdemux/gstrtpxqtdepay.h:
7819 Fail if we don't know the quicktime format.
7821 2007-09-26 Tim-Philipp Müller <tim at centricular dot net>
7823 * ext/flac/gstflacenc.c:
7824 * ext/flac/gstflacenc.h:
7825 Save the flow return from the last gst_pad_push() and
7826 make sure we pass the right flow return value upstream
7827 in the case of failure; minor clean-ups.
7829 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
7831 * ext/taglib/gstapev2mux.cc:
7832 * ext/taglib/gstid3v2mux.cc:
7833 * gst/apetag/gstapedemux.c:
7834 Add support for the new GST_TAG_COMPOSER (#459809).
7836 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
7838 * gst/law/alaw-decode.c:
7839 * gst/law/alaw-decode.h:
7840 * gst/law/alaw-encode.c:
7841 * gst/law/alaw-encode.h:
7843 * gst/law/mulaw-conversion.h:
7844 Compulsive clean-ups: use boilerplate macros, add debug
7845 categories, fix up things to conform to symbol nomenklatura,
7848 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
7850 Based on patch by: Laurent Glayal <spglegle yahoo fr>
7852 * gst/law/alaw-decode.c:
7853 * gst/law/alaw-encode.c:
7854 Use static tables for A-Law decoding and encoding; this makes
7855 A-Law decoding and encoding less CPU-intensive, but increases
7856 the binary size a bit. Leaving old code around for now,
7857 selectable by a define in the code. Fixes #435435.
7859 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
7862 Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7863 AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7866 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
7868 Patch by: Jan Gerber <j at bootlab dot org>
7870 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7871 Add fourccs for MPEG2 HDV streams. Fixes #479960.
7873 2007-09-23 Stefan Kost <ensonic@users.sf.net>
7875 * sys/oss/gstosshelper.c:
7876 Use GST_WARNING instead of a g_critical. This situation is not caused
7879 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7883 Updated translations.
7885 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7887 translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7890 Added Basque translation.
7892 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7894 translated by: Abel Cheung <abelcheung@gmail.com>
7898 Added Chinese (traditional and Hong Kong) translation.
7900 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7902 translated by: Jakub Bogusz <qboosh@pld-linux.org>
7905 Added Polish translation.
7907 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7909 translated by: Ilkka Tuohela <hile@iki.fi>
7912 Added Finnish translation.
7914 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7916 translated by: Jorge González González <aloriel@gmail.com>
7919 Added Spanish translation.
7921 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7923 translated by: Mogens Jaeger <mogens@jaeger.tf>
7926 Added Danish translation.
7928 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7930 translated by: Funda Wang <fundawang@linux.net.cn>
7933 Added Chinese (simplified) translation.
7935 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7937 translated by: Alexander Shopov <ash@contact.bg>
7940 Added Bulgarian translation.
7942 2007-09-21 Wim Taymans <wim.taymans@gmail.com>
7944 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7945 Set outgoing packet duration because we can. Fixes #478244 some more.
7947 2007-09-20 Stefan Kost <ensonic@users.sf.net>
7949 * ext/cairo/gsttextoverlay.c:
7950 Add info about static leak.
7952 * tests/check/Makefile.am:
7953 * tests/check/generic/states.c:
7954 Improved state change unit test.
7956 2007-09-19 Stefan Kost <ensonic@users.sf.net>
7958 * docs/plugins/.cvsignore:
7959 * tests/check/.cvsignore:
7960 Ignore registries in any format.
7962 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
7964 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7965 Removed some unused code.
7967 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7968 * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7969 * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7970 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7971 * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7972 (gst_rtp_theora_pay_flush_packet):
7973 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7974 Try to preserve the incomming buffer duration on the outgoing
7975 packets. Fixes #478244.
7977 2007-09-18 Tim-Philipp Müller <tim at centricular dot net>
7979 * ext/taglib/gstapev2mux.cc:
7980 * ext/taglib/gstid3v2mux.cc:
7981 Work around compiler warnings with g++-4.2 when assigning a
7982 string constant to a gchar * (partially fixes #478092).
7984 2007-09-18 Tim-Philipp Müller <tim at centricular dot net>
7987 We require core CVS now for gst_base_src_set_do_timestamp().
7989 2007-09-17 Jan Schmidt <Jan.Schmidt@sun.com>
7991 * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7992 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7993 (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7994 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7995 (gst_rtspsrc_handle_message):
7996 Fix compiler warnings shown with Forte.
7998 2007-09-16 Wim Taymans <wim.taymans@gmail.com>
8000 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
8001 (gst_rtspsrc_dup_printf):
8002 Give meaningfull error when all streams failed to configure for some
8005 2007-09-16 Wim Taymans <wim.taymans@gmail.com>
8008 Update README with the design for synchronisation rules of RTP on
8009 sender and receiver.
8011 2007-09-14 Sebastian Dröge <slomo@circular-chaos.org>
8013 * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
8014 (gst_wavparse_chain):
8015 Don't push EOS from the chain function, the element
8016 driving the pipeline is responsible for this. The bug
8017 this was meant to fix seems to be queue not forwarding
8018 EOS in all cases (see #476514).
8020 2007-09-13 Wim Taymans <wim.taymans@gmail.com>
8022 * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
8023 (gst_level_transform_ip):
8024 * gst/level/gstlevel.h:
8025 Use basetransform segment so that it is correctly managed on flushes and
8027 Report message timestamp as stream time, which is what an application
8030 2007-09-13 Sebastian Dröge <slomo@circular-chaos.org>
8032 * ext/taglib/gstapev2mux.cc:
8033 * ext/taglib/gstapev2mux.h:
8034 * ext/taglib/gsttaglibmux.c:
8035 * tests/check/elements/apev2mux.c:
8036 Update my mail address.
8038 2007-09-13 Sebastian Dröge <slomo@circular-chaos.org>
8040 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
8041 (gst_wavparse_loop), (gst_wavparse_chain):
8042 Add EOS logic for the push-based mode too. Fixes #476514.
8044 2007-09-12 Wim Taymans <wim.taymans@gmail.com>
8046 * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
8047 * gst/law/alaw-encode.h:
8048 * gst/law/mulaw-encode.c: (gst_mulawenc_init),
8049 (gst_mulawenc_chain):
8050 * gst/law/mulaw-encode.h:
8051 Fix law encoder timestamps.
8053 2007-09-12 Stefan Kost <ensonic@users.sf.net>
8055 * ext/gconf/gstgconfaudiosink.c:
8056 Fix warning when building without debug.
8058 * sys/oss/gstossmixertrack.c:
8059 Use const like in alsamixertrack.c (fixes warnings).
8061 2007-09-11 Wim Taymans <wim.taymans@gmail.com>
8063 * sys/v4l2/v4l2src_calls.c:
8064 (gst_v4l2src_probe_caps_for_format_and_size):
8065 Fix framerate detection code some more.
8066 Handle the case where there is a weird step in the stepwise framerates.
8067 Don't overwrite the min interval with the framerate, use a temp variable
8069 Use max in the Continuous framerate intervals instead of step, which is
8070 1 according to the docs. Fixes #475424.
8072 2007-09-10 Wim Taymans <wim.taymans@gmail.com>
8074 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
8075 Make udpsrc timestamp outgoing buffers based on when they were received.
8076 Also make it output a segment in time.
8078 2007-09-10 Stefan Kost <ensonic@users.sf.net>
8080 * gst/avi/gstavidemux.c:
8081 Plug a little leak. Little code cleanups.
8083 2007-09-09 Tim-Philipp Müller <tim at centricular dot net>
8086 Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
8087 flac versions, 's good for cross-compilation karma.
8089 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
8091 Patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
8093 * gst/rtp/gstrtph263pay.c:
8094 Fix up header structure so that compilers don't add padding
8095 between the structure fields, since that would lead to us
8096 sending RTP packets with broken headers (as is currently the
8097 case when compiling with MSVC). Also see similar fixes in
8098 libgstrtp in gst-plugins-base. (#474616; #471194)
8100 2007-09-07 Wim Taymans <wim.taymans@gmail.com>
8102 * sys/v4l2/v4l2src_calls.c:
8103 (gst_v4l2src_probe_caps_for_format_and_size):
8104 Don't overwrite our GValue with 0 but instead use the previously
8105 computed value. Fixes #471823 some more.
8107 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
8109 * docs/plugins/gst-plugins-good-plugins.hierarchy:
8110 No tabs in this file please, or gtk-doc will end up documenting
8111 rather absurd class hierarchies.
8113 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
8115 * ext/gconf/gstswitchsink.c:
8116 If the new kid element fails to change state for some reason
8117 (e.g. esdsink not being able to connect to the sound server),
8118 forward the error message it posted on the bus instead of just
8119 posting a generic 'Internal state change error: please file a
8120 bug' error message. Fixes #471364.
8122 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
8124 * gst/qtdemux/Makefile.am:
8125 * gst/qtdemux/qtdemux.c:
8126 Don't assume tags are encoded as UTF-8 (#473670).
8128 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
8130 * sys/v4l2/gstv4l2src.c:
8131 * sys/v4l2/gstv4l2src.h:
8132 * sys/v4l2/v4l2src_calls.c:
8133 Implement LATENCY queries in the crudest way possible so I don't
8134 have to use sync=false any longer when testing with videosinks.
8136 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
8141 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
8143 * sys/v4l2/v4l2src_calls.c:
8144 (gst_v4l2src_probe_caps_for_format_and_size):
8145 Add some more debugging in the framerate function.
8146 Iterate stepwise framerate up to and _including_ the max and if nothing
8147 was added to the list, add a dummy 0/1 to 100/1 framerate so that we
8148 don't end up with an empty list. Fixes #471823
8150 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
8152 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8153 (gst_multiudpsink_set_clients_string),
8154 (gst_multiudpsink_get_clients_string),
8155 (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
8156 (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
8157 (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8158 (gst_multiudpsink_clear):
8159 Add property do configure destination address/port pairs
8160 API:GstMultiUDPSink::clients
8162 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
8164 * tests/examples/Makefile.am:
8165 * tests/examples/rtp/Makefile.am:
8166 * tests/examples/rtp/client-H263p-AMR.sh:
8167 * tests/examples/rtp/client-H263p-PCMA.sdp:
8168 * tests/examples/rtp/client-H263p-PCMA.sh:
8169 * tests/examples/rtp/client-H264-PCMA.sdp:
8170 * tests/examples/rtp/client-H264-PCMA.sh:
8171 * tests/examples/rtp/client-PCMA.sh:
8172 * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8173 * tests/examples/rtp/server-alsasrc-PCMA.sh:
8174 * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8175 * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8176 Added some RTP example scripts for sending and receiving RTP streams.
8178 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
8180 * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8181 (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8182 Restructure the setcaps function so that we can also compute the
8183 expected GStreamer output size of the video frames.
8184 Set frame_byte_size correctly so that read-based devices have a chance
8185 of working correctly.
8186 When grabbing a frame, discard frames that are not of the expected size.
8187 Some cameras don't output the right framesize for the first buffer.
8188 Try only a couple of times to get a valid frame, else error out.
8190 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8191 (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8192 Add some more debug info when scanning the device.
8194 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8195 (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8196 (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8197 (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8198 Add some more debug info when dequeing a frame.
8200 2007-09-04 Stefan Kost <ensonic@users.sf.net>
8202 * gst/wavparse/gstwavparse.c:
8203 More code cleanups. Add some more comment and improve debugs logs.
8205 2007-09-04 Stefan Kost <ensonic@users.sf.net>
8207 * gst/wavparse/gstwavparse.c:
8208 * gst/wavparse/gstwavparse.h:
8209 Implement seek-query. Refactor duration calculations. Appropriate use
8210 of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8213 2007-09-03 Stefan Kost <ensonic@users.sf.net>
8215 * gst/avi/gstavidemux.c:
8216 Implement seek-query.
8218 2007-08-29 Wim Taymans <wim.taymans@gmail.com>
8220 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8221 (gst_rtspsrc_dup_printf):
8222 Use new basesink async property to make sparse RTCP packet not wait for
8225 2007-08-27 Jan Schmidt <thaytan@mad.scientist.com>
8227 * gst/audiofx/Makefile.am:
8228 Dist the right file.
8230 2007-08-23 Wim Taymans <wim.taymans@gmail.com>
8232 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8233 (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8234 Make sure we generate and parse floating point values in the POSIX
8235 locale instead of the current locale.
8237 2007-08-22 Wim Taymans <wim.taymans@gmail.com>
8239 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8240 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8242 * gst/rtsp/gstrtspsrc.h:
8243 Fix method detection again.
8244 Keep track of when we must send a Range header.
8245 Use segment values for Range, Speed and Scale headers.
8246 Parse Speed and Scale headers to update the segment values.
8248 2007-08-22 Stefan Kost <ensonic@users.sf.net>
8250 patch by: Mark Nauwelaerts <manauw@skynet.be>
8252 * sys/v4l2/v4l2src_calls.c:
8253 Handle optional v4l2 ioctls gracefully.
8255 2007-08-20 Wim Taymans <wim.taymans@gmail.com>
8257 * gst/rtp/Makefile.am:
8258 * gst/rtp/gstrtp.c: (plugin_init):
8259 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8260 (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8261 (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8262 (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8263 (gst_rtp_h263_depay_get_property),
8264 (gst_rtp_h263_depay_change_state),
8265 (gst_rtp_h263_depay_plugin_init):
8266 * gst/rtp/gstrtph263depay.h:
8267 Added an H263 depayloader. Fixes #369392.
8269 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8270 (gst_rtp_h263p_depay_process):
8271 * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8272 (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8273 Make the H263+ pay/depayloader support H263-1998 and H263-2000
8275 Also alow plain H263 on the h263p payloaders. Fixes #465040.
8277 2007-08-19 Sebastian Dröge <slomo@circular-chaos.org>
8279 * gst/audiofx/audiochebyshevfreqband.c:
8280 * gst/audiofx/audiochebyshevfreqlimit.c:
8281 Add small comparision with the windowed sinc filters in the docs.
8283 2007-08-19 Sebastian Dröge <slomo@circular-chaos.org>
8285 * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8286 (audiochebyshevfreqband_suite):
8287 * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8288 (audiochebyshevfreqlimit_suite):
8289 Also test 32 bit float mode and the type 2 variants of the filters.
8291 2007-08-18 Wim Taymans <wim.taymans@gmail.com>
8293 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8294 (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8296 Refactor the udp and interleaved loop function a bit.
8298 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
8300 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8301 (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8302 (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8303 (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8304 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8305 (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8306 * gst/rtsp/gstrtspsrc.h:
8307 Protect connection activity with a new lock, avoids deadlocks when going
8308 to PAUSED. Fixes #455808.
8310 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
8312 * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8313 Fix debug statement.
8315 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
8317 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8318 Fix stray %u in debug line as spotted by Saur on IRC.
8320 2007-08-17 Sebastian Dröge <slomo@circular-chaos.org>
8322 * gst/audiofx/audiochebyshevfreqband.c:
8323 (gst_audio_chebyshev_freq_band_class_init):
8324 * gst/audiofx/audiochebyshevfreqlimit.c:
8325 (gst_audio_chebyshev_freq_limit_class_init):
8326 Use generator macros for the process functions for the different
8327 sample types, add lower upper boundaries for the GObject properties
8328 so automatically generated UIs can use sliders and add a note about
8329 the number of poles as a too high number of poles combined with
8330 very low or very high frequencies will produce only noise.
8331 * docs/plugins/gst-plugins-good-plugins.args:
8332 Regenerated for the property changes.
8334 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
8336 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8337 (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8338 (gst_rtspsrc_stream_configure_udp_sink),
8339 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8340 (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8341 (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8342 (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8343 (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8344 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8345 * gst/rtsp/gstrtspsrc.h:
8346 Improve timeout handling.
8347 Use the same socket for sending and receiving RTCP packets so that some
8348 servers can track clients better.
8349 Improve connection closed handling. Try to reconnect.
8350 Don't overwrite our content base with NULL.
8352 Improve range parsing and handling.
8353 Remove flushing hack now that core does the right thing.
8355 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
8357 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8358 (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8359 (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8360 (gst_multiudpsink_close), (gst_multiudpsink_add):
8361 * gst/udp/gstmultiudpsink.h:
8362 Add support for getting and setting the socket to use.
8364 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8365 (gst_udpsrc_create), (gst_udpsrc_get_property):
8366 Add support for getting the currently used socket.
8368 2007-08-16 Sebastian Dröge <slomo@circular-chaos.org>
8370 reviewed by: Stefan Kost <ensonic@users.sf.net>
8372 * gst/audiofx/Makefile.am:
8373 * gst/audiofx/audiochebyshevfreqband.c:
8374 (gst_audio_chebyshev_freq_band_mode_get_type),
8375 (gst_audio_chebyshev_freq_band_base_init),
8376 (gst_audio_chebyshev_freq_band_dispose),
8377 (gst_audio_chebyshev_freq_band_class_init),
8378 (gst_audio_chebyshev_freq_band_init),
8379 (generate_biquad_coefficients), (calculate_gain),
8380 (generate_coefficients),
8381 (gst_audio_chebyshev_freq_band_set_property),
8382 (gst_audio_chebyshev_freq_band_get_property),
8383 (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8384 (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8385 (gst_audio_chebyshev_freq_band_start):
8386 * gst/audiofx/audiochebyshevfreqband.h:
8387 * gst/audiofx/audiochebyshevfreqlimit.c:
8388 (gst_audio_chebyshev_freq_limit_mode_get_type),
8389 (gst_audio_chebyshev_freq_limit_base_init),
8390 (gst_audio_chebyshev_freq_limit_dispose),
8391 (gst_audio_chebyshev_freq_limit_class_init),
8392 (gst_audio_chebyshev_freq_limit_init),
8393 (generate_biquad_coefficients), (calculate_gain),
8394 (generate_coefficients),
8395 (gst_audio_chebyshev_freq_limit_set_property),
8396 (gst_audio_chebyshev_freq_limit_get_property),
8397 (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8398 (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8399 (gst_audio_chebyshev_freq_limit_start):
8400 * gst/audiofx/audiochebyshevfreqlimit.h:
8401 * gst/audiofx/audiofx.c: (plugin_init):
8402 Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8405 * tests/check/Makefile.am:
8406 * tests/check/elements/.cvsignore:
8407 * tests/check/elements/audiochebyshevfreqband.c:
8408 (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8409 (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8410 * tests/check/elements/audiochebyshevfreqlimit.c:
8411 (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8412 (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8413 Add unit tests for the chebyshev filters.
8415 * docs/plugins/Makefile.am:
8416 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8417 * docs/plugins/gst-plugins-good-plugins-sections.txt:
8418 * docs/plugins/gst-plugins-good-plugins.args:
8419 * docs/plugins/inspect/plugin-1394.xml:
8420 * docs/plugins/inspect/plugin-audiofx.xml:
8421 * docs/plugins/inspect/plugin-dv.xml:
8422 * docs/plugins/inspect/plugin-flac.xml:
8423 * docs/plugins/inspect/plugin-jpeg.xml:
8424 * docs/plugins/inspect/plugin-png.xml:
8425 * docs/plugins/inspect/plugin-rtp.xml:
8426 * docs/plugins/inspect/plugin-shout2send.xml:
8427 * docs/plugins/inspect/plugin-wavpack.xml:
8428 And add docs for the chebyshev filters. While doing
8429 that also run make update in docs/plugins.
8431 2007-08-16 Stefan Kost <ensonic@users.sf.net>
8433 * ext/annodex/gstcmmltag.c:
8434 * gst/rtp/gstrtpvorbispay.c:
8435 Make ro memory to share.
8437 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
8439 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8440 Improve UDP performance by avoiding a select() when we have data
8441 available immediatly.
8443 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
8445 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8446 (gst_rtp_dec_class_init):
8447 * gst/rtsp/gstrtpdec.h:
8448 Add (dummy) SSRC management signals.
8450 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8451 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8452 (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8453 (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8454 (on_timeout), (gst_rtspsrc_stream_configure_manager),
8455 (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8456 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8457 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8458 * gst/rtsp/gstrtspsrc.h:
8459 Add connection-speed property.
8460 Add find_stream helper functions.
8461 Handle stream EOS based on BYE messages or SSRC timeout.
8462 Returns SUCCESS from the state change function as we hide our async
8463 elements from the parent.
8465 2007-08-16 Stefan Kost <ensonic@users.sf.net>
8467 * gst/debug/rndbuffersize.c:
8470 2007-08-14 Stefan Kost <ensonic@users.sf.net>
8472 * gst/debug/Makefile.am:
8473 * gst/debug/breakmydata.c:
8474 * gst/debug/gstdebug.c:
8475 * gst/debug/negotiation.c:
8476 * gst/debug/progressreport.c:
8477 * gst/debug/rndbuffersize.c:
8478 * gst/debug/testplugin.c:
8479 Add new test element and clean-up the others a little.
8481 2007-08-12 Wim Taymans <wim.taymans@gmail.com>
8483 * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8484 Fix parsing of mp4a version 0 atoms. Fixes #465774.
8486 2007-08-10 Stefan Kost <ensonic@users.sf.net>
8488 * gst/rtp/gstrtpilbcdepay.c:
8491 2007-08-10 Wim Taymans <wim.taymans@gmail.com>
8493 * gst/rtp/gstrtpmpvdepay.c:
8494 Set the mpegversion in the caps so that autoplugging does not get
8497 2007-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
8502 Updated translations.
8504 2007-08-08 Michael Smith <msmith@fluendo.com>
8506 * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8507 Render right border in the correct location.
8509 2007-08-08 Wim Taymans <wim.taymans@gmail.com>
8511 Patch by: Olivier Crete <tester at tester dot ca>
8513 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8514 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8515 Make mode property a string. Fixes #464475.
8517 2007-08-05 Stefan Kost <ensonic@users.sf.net>
8519 * ext/flac/gstflacenc.c:
8520 Widen caps to match decoder a bit and add more FIXMEs.
8522 2007-08-05 Stefan Kost <ensonic@users.sf.net>
8524 patch by: Mark Nauwelaerts <manauw@skynet.be>
8526 * gst/avi/gstavimux.c:
8527 Fix ODML index tag numbering. Fixes #463624.
8529 2007-08-03 Wim Taymans <wim.taymans@gmail.com>
8531 * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8532 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8533 (gst_rtspsrc_stream_configure_tcp),
8534 (gst_rtspsrc_stream_configure_udp_sink):
8535 Fix default clock-rate for realmedia.
8536 Fix parsing of transport.
8537 Don't try to link NULL pads.
8539 2007-07-30 Tim-Philipp Müller <tim at centricular dot net>
8542 Add POTFILES.skip with list of source files that aren't disted at the
8543 moment but contain translatable strings. Should hopefully pacify
8544 broken tools and make it clearer that these files are left out
8545 intentionally (#461600).
8547 2007-07-30 Edward Hervey <bilboed@bilboed.com>
8549 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8550 If the buffer was entirely clipped ... don't try sending it :)
8552 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
8554 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8555 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8556 (gst_rtspsrc_create_transports_string),
8557 (gst_rtspsrc_prepare_transports):
8558 If we don't hav a session manager, set the caps on outgoing buffers
8560 Force PAUSE/PLAY methods for now until the extensions can overwrite.
8561 Append final bit of the transport string even when it does not contain a
8564 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
8566 * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8567 (gst_rtsp_ext_list_connect):
8568 * gst/rtsp/gstrtspext.h:
8569 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8570 (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8571 Clean up the interface list.
8572 Allow connecting to interface signals for the extensions.
8573 Remove old extension code.
8574 Free list on cleanup.
8575 Allow extensions to send additional RTSP messages.
8577 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
8579 * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8580 Handle a NULL gconf key gracefully by rendering the default element.
8582 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
8584 * gst/rtsp/gstrtspext.h:
8585 Fix include path for extension interface.
8587 2007-07-26 Sebastian Dröge <slomo@circular-chaos.org>
8589 * gst/audiofx/audioamplify.h:
8590 Also remove a now unecessary variable here.
8592 2007-07-26 Sebastian Dröge <slomo@circular-chaos.org>
8594 * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8595 (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8596 * gst/audiofx/audiodynamic.c:
8597 (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8598 (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8599 * gst/audiofx/audiodynamic.h:
8600 * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8601 (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8602 * gst/audiofx/audioinvert.h:
8603 Don't save format information ourselves, this is already saved in
8606 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
8608 * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8609 (gst_rtsp_ext_list_stream_select):
8610 * gst/rtsp/gstrtspext.h:
8611 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8612 Use rank to filter out extensions.
8613 Add url to stream_select interface call.
8615 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
8617 * gst/rtsp/Makefile.am:
8618 * gst/rtsp/base64.c:
8619 * gst/rtsp/base64.h:
8620 * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8621 (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8622 (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8623 (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8624 (gst_rtsp_ext_list_setup_media),
8625 (gst_rtsp_ext_list_configure_stream),
8626 (gst_rtsp_ext_list_get_transports),
8627 (gst_rtsp_ext_list_stream_select):
8628 * gst/rtsp/gstrtspext.h:
8629 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8630 (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8631 (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8632 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8633 (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8634 (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8635 (gst_rtspsrc_stream_configure_tcp),
8636 (gst_rtspsrc_stream_configure_mcast),
8637 (gst_rtspsrc_stream_configure_udp),
8638 (gst_rtspsrc_stream_configure_udp_sink),
8639 (gst_rtspsrc_stream_configure_transport),
8640 (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8641 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8642 (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8643 (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8644 (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8645 (gst_rtspsrc_parse_methods),
8646 (gst_rtspsrc_create_transports_string),
8647 (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8648 (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8649 (gst_rtspsrc_play), (gst_rtspsrc_pause),
8650 (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8651 * gst/rtsp/gstrtspsrc.h:
8653 * gst/rtsp/rtspconnection.c:
8654 * gst/rtsp/rtspconnection.h:
8655 * gst/rtsp/rtspdefs.c:
8656 * gst/rtsp/rtspdefs.h:
8657 * gst/rtsp/rtspext.h:
8658 * gst/rtsp/rtspextwms.c:
8659 * gst/rtsp/rtspextwms.h:
8660 * gst/rtsp/rtspmessage.c:
8661 * gst/rtsp/rtspmessage.h:
8662 * gst/rtsp/rtsprange.c:
8663 * gst/rtsp/rtsprange.h:
8664 * gst/rtsp/rtsptransport.c:
8665 * gst/rtsp/rtsptransport.h:
8666 * gst/rtsp/rtspurl.c:
8667 * gst/rtsp/rtspurl.h:
8669 * gst/rtsp/sdpmessage.c:
8670 * gst/rtsp/sdpmessage.h:
8672 Use shiny new RTSP and SDP library.
8673 Implement RTSP extensions using the new interface.
8674 Remove a lot of old code.
8676 2007-07-24 Edward Hervey <bilboed@bilboed.com>
8678 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8679 Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8681 2007-07-24 Sebastian Dröge <slomo@circular-chaos.org>
8683 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8684 Don't unref the outgoing buffer twice when dropping it because it's
8685 outside of the segment.
8687 2007-07-24 Sebastian Dröge <slomo@circular-chaos.org>
8690 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8691 (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8692 Use the new buffer clipping function from gstaudio here and
8693 require gst-plugins-base CVS.
8694 * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8695 For framed Wavpack buffers we require a valid timestamp.
8697 2007-07-23 Wim Taymans <wim.taymans@gmail.com>
8699 * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8700 (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8701 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8702 Clip raw audio and video when we can, keep track of current output
8704 Don't leak buffers and events when there is no output pad.
8705 Improve debugging here and there.
8707 2007-07-23 Stefan Kost <ensonic@users.sf.net>
8710 Sync liboil check with plugins-base.
8712 2007-07-20 Stefan Kost <ensonic@users.sf.net>
8714 * ext/annodex/Makefile.am:
8717 * ext/cdio/gstcdiocddasrc.c:
8718 * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8721 * ext/cairo/Makefile.am:
8722 * gst/videofilter/Makefile.am:
8723 * tests/examples/level/Makefile.am:
8724 Use $(LIBM) instead of -lm
8726 2007-07-18 Stefan Kost <ensonic@users.sf.net>
8728 * sys/v4l2/gstv4l2src.c:
8729 Add another example pipeline.
8731 2007-07-18 Stefan Kost <ensonic@users.sf.net>
8733 Patch by: Alexander Eichner <alexeichi@yahoo.de>
8735 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8738 * sys/v4l2/gstv4l2tuner.c:
8739 (gst_v4l2_tuner_set_frequency_and_notify):
8740 Don't touch the property - its still disabled.
8742 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8743 (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8744 * sys/v4l2/v4l2src_calls.h:
8745 Improve fallback format negotionation. Fixes #451388
8747 2007-07-18 Stefan Kost <ensonic@users.sf.net>
8749 * tests/check/elements/videocrop.c: (GST_START_TEST):
8752 2007-07-18 Stefan Kost <ensonic@users.sf.net>
8754 * docs/plugins/Makefile.am:
8755 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8756 * docs/plugins/gst-plugins-good-plugins-sections.txt:
8757 * docs/plugins/inspect/plugin-jpeg.xml:
8758 * docs/plugins/inspect/plugin-png.xml:
8759 * ext/jpeg/gstjpegdec.c:
8760 * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8761 (gst_pngdec_sink_setcaps):
8762 More docs. More logs in pngdec.
8764 2007-07-17 Stefan Kost <ensonic@users.sf.net>
8766 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8767 Initialize num_buffers with minimum value.
8769 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8770 (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8771 Handle frame-size query failure gracefully.
8773 2007-07-16 Wim Taymans <wim.taymans@gmail.com>
8775 * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8776 Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8777 codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8780 2007-07-16 Sebastian Dröge <slomo@circular-chaos.org>
8782 * ext/wavpack/gstwavpackdec.c:
8783 (gst_wavpack_dec_clip_outgoing_buffer):
8784 Fix buffer clipping to correctly clip to the segment stop.
8786 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8789 * tests/Makefile.am:
8790 Remove bogus check for libcheck, since we check for
8791 gstreamer-check and it pulls in the required info from there,
8792 and we weren't actually _using_ the information for libcheck
8795 2007-07-12 Stefan Kost <ensonic@users.sf.net>
8798 Use pkg-config to locate check.
8800 2007-07-11 Tim-Philipp Müller <tim at centricular dot net>
8802 * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8803 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8804 * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8805 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8806 * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8807 * gst/effectv/gstaging.c: (gst_agingtv_transform):
8808 * gst/effectv/gstdice.c: (gst_dicetv_transform):
8809 * gst/effectv/gstedge.c: (gst_edgetv_transform):
8810 * gst/effectv/gstquark.c: (gst_quarktv_transform):
8811 * gst/effectv/gstrev.c: (gst_revtv_transform):
8812 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8813 * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8814 * gst/effectv/gstwarp.c: (gst_warptv_transform):
8815 * gst/matroska/matroska-demux.c:
8816 (gst_matroska_demux_add_wvpk_header),
8817 (gst_matroska_demux_check_subtitle_buffer),
8818 (gst_matroska_decode_buffer):
8819 * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8820 Fix build against core CVS.
8822 2007-07-10 Edward Hervey <bilboed@gmail.com>
8824 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8825 Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8826 don't have enough granularity to convert that boolean into a
8829 2007-07-06 Michael Smith <msmith@fluendo.com>
8831 * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8832 (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8833 (gst_alawdec_change_state):
8834 * gst/law/alaw-decode.h:
8835 * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8836 (gst_mulawdec_class_init), (gst_mulawdec_init),
8837 (gst_mulawdec_chain), (gst_mulawdec_change_state):
8838 * gst/law/mulaw-decode.h:
8839 Fix capsnego bogosity in *law decoders.
8841 2007-07-06 Michael Smith <msmith@fluendo.com>
8843 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8844 (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8845 (gst_smokeenc_change_state):
8846 * ext/jpeg/gstsmokeenc.h:
8847 Remove stupidity in get/set caps functions.
8848 Fix some refcounting problems.
8850 2007-07-06 Jan Schmidt <thaytan@mad.scientist.com>
8852 * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8853 Remove endianness-flipping hack that seems to have been required
8854 only because of a bug in ffmpegcolorspace.
8855 Partially Fixes: #451908
8857 2007-07-05 Stefan Kost <ensonic@users.sf.net>
8859 * docs/plugins/Makefile.am:
8860 Simplify --extra-dir as gtkdoc scans recursively.
8862 2007-07-03 Wim Taymans <wim@fluendo.com>
8864 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8866 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8867 Set the encoding-name in the rtp caps to all uppercase, as required by
8869 Some small cleanups in the error paths. Fixes #453037.
8871 2007-06-28 Sebastian Dröge <slomo@circular-chaos.org>
8873 * ext/wavpack/gstwavpackparse.c:
8874 (gst_wavpack_parse_index_get_last_entry),
8875 (gst_wavpack_parse_index_get_entry_from_sample),
8876 (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8877 (gst_wavpack_parse_scan_to_find_sample):
8878 * ext/wavpack/gstwavpackparse.h:
8879 Use a GSList for the GArray that is used like a list anyway.
8881 2007-06-28 Tim-Philipp Müller <tim at centricular dot net>
8883 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8884 (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8885 (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8886 Add state change function where we set 0/1 as default framerate in
8887 case our setcaps function isn't called, like it might not in a
8888 filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8889 gdkpixbufdec trying to create caps with a 0/0 framerate.
8890 Also post an error message on the bus if gst_pad_push() fails when
8891 called from our sink event handler (+1 for flow returns for event
8892 functions in 0.11) instead of failing silently.
8894 2007-06-27 Wim Taymans <wim@fluendo.com>
8896 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8897 Cast stack args to the proper types. Fixes #451249.
8899 2007-06-27 Wim Taymans <wim@fluendo.com>
8901 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8902 (new_session_pad), (gst_rtspsrc_setup_streams):
8903 * gst/rtsp/gstrtspsrc.h:
8904 For container formats we only need to activate one of the streams so
8905 that we correctly signal no-more-pads. Fixes #451015.
8907 2007-06-25 Stefan Kost <ensonic@users.sf.net>
8909 * docs/plugins/gst-plugins-good-plugins.args:
8910 * docs/plugins/inspect/plugin-aasink.xml:
8911 * docs/plugins/inspect/plugin-alaw.xml:
8912 * docs/plugins/inspect/plugin-alpha.xml:
8913 * docs/plugins/inspect/plugin-alphacolor.xml:
8914 * docs/plugins/inspect/plugin-annodex.xml:
8915 * docs/plugins/inspect/plugin-apetag.xml:
8916 * docs/plugins/inspect/plugin-audiofx.xml:
8917 * docs/plugins/inspect/plugin-auparse.xml:
8918 * docs/plugins/inspect/plugin-autodetect.xml:
8919 * docs/plugins/inspect/plugin-avi.xml:
8920 * docs/plugins/inspect/plugin-cacasink.xml:
8921 * docs/plugins/inspect/plugin-cairo.xml:
8922 * docs/plugins/inspect/plugin-cdio.xml:
8923 * docs/plugins/inspect/plugin-cutter.xml:
8924 * docs/plugins/inspect/plugin-debug.xml:
8925 * docs/plugins/inspect/plugin-efence.xml:
8926 * docs/plugins/inspect/plugin-effectv.xml:
8927 * docs/plugins/inspect/plugin-esdsink.xml:
8928 * docs/plugins/inspect/plugin-flac.xml:
8929 * docs/plugins/inspect/plugin-flxdec.xml:
8930 * docs/plugins/inspect/plugin-gconfelements.xml:
8931 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8932 * docs/plugins/inspect/plugin-goom.xml:
8933 * docs/plugins/inspect/plugin-halelements.xml:
8934 * docs/plugins/inspect/plugin-icydemux.xml:
8935 * docs/plugins/inspect/plugin-id3demux.xml:
8936 * docs/plugins/inspect/plugin-jpeg.xml:
8937 * docs/plugins/inspect/plugin-ladspa.xml:
8938 * docs/plugins/inspect/plugin-level.xml:
8939 * docs/plugins/inspect/plugin-matroska.xml:
8940 * docs/plugins/inspect/plugin-mulaw.xml:
8941 * docs/plugins/inspect/plugin-multipart.xml:
8942 * docs/plugins/inspect/plugin-navigationtest.xml:
8943 * docs/plugins/inspect/plugin-ossaudio.xml:
8944 * docs/plugins/inspect/plugin-png.xml:
8945 * docs/plugins/inspect/plugin-quicktime.xml:
8946 * docs/plugins/inspect/plugin-rtp.xml:
8947 * docs/plugins/inspect/plugin-rtsp.xml:
8948 * docs/plugins/inspect/plugin-smpte.xml:
8949 * docs/plugins/inspect/plugin-speex.xml:
8950 * docs/plugins/inspect/plugin-taglib.xml:
8951 * docs/plugins/inspect/plugin-udp.xml:
8952 * docs/plugins/inspect/plugin-videobalance.xml:
8953 * docs/plugins/inspect/plugin-videobox.xml:
8954 * docs/plugins/inspect/plugin-videocrop.xml:
8955 * docs/plugins/inspect/plugin-videoflip.xml:
8956 * docs/plugins/inspect/plugin-videomixer.xml:
8957 * docs/plugins/inspect/plugin-wavenc.xml:
8958 * docs/plugins/inspect/plugin-wavparse.xml:
8959 * docs/plugins/inspect/plugin-ximagesrc.xml:
8960 Update docs with caps info.
8962 2007-06-25 Tim-Philipp Müller <tim at centricular dot net>
8965 Add more files with translatable strings (#450878).
8967 2007-06-22 Jan Schmidt <thaytan@noraisin.net>
8970 Updating all the maintainers files
8972 2007-06-22 Edward Hervey <edward@fluendo.com>
8974 * ext/flac/gstflactag.c: (gst_flac_tag_init):
8975 * gst/interleave/deinterleave.c: (deinterleave_init),
8976 (deinterleave_sink_link):
8977 * gst/interleave/interleave.c: (interleave_init):
8978 * gst/median/gstmedian.c: (gst_median_init):
8979 * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8981 * tests/check/elements/id3demux.c: (pad_added_cb):
8982 Remove unused variable.
8984 2007-06-21 Jan Schmidt <thaytan@mad.scientist.com>
8986 * ext/gconf/gconf.h:
8987 Make the prototype of gst_gconf_get_key_for_sink_profile
8988 match the implementation.
8989 Patch by: Damien Carbery <damien dot carbery at sun dot com>
8992 2007-06-20 Michael Smith <msmith@fluendo.com>
8994 * gst/rtp/gstrtpdepay.c:
8995 Fix description - rtpdepay is not a payloader.
8997 2007-06-20 Stefan Kost <ensonic@users.sf.net>
8999 * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
9000 (qtdemux_video_caps):
9001 * gst/qtdemux/qtdemux_fourcc.h:
9002 Add MJPG to the variants of motion jpeg.
9004 2007-06-19 Tim-Philipp Müller <tim at centricular dot net>
9006 * tests/check/Makefile.am:
9007 * tests/check/elements/audiopanorama.c: (GST_START_TEST):
9008 * tests/check/elements/videocrop.c: (GST_START_TEST):
9009 * tests/check/elements/videofilter.c:
9010 * tests/check/elements/wavpackdec.c: (GST_START_TEST):
9011 * tests/check/elements/wavpackparse.c: (GST_START_TEST):
9012 Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
9013 error flags are included and it errors out on compiler warnings
9014 for CVS builds; remove unused variables in various unit tests.
9016 2007-06-19 Wim Taymans <wim@fluendo.com>
9018 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9019 (rtsp_connection_close), (rtsp_connection_free):
9020 Use threadsafe inet_ntop to convert an ip number to a string.
9022 Don't leak fd (and ip) when freeing a connection without first closing
9025 2007-06-19 Jan Schmidt <thaytan@mad.scientist.com>
9030 * gst-plugins-good.doap:
9031 Add 0.10.6 to the doap file.
9033 === release 0.10.6 ===
9035 2007-06-18 Jan Schmidt <thaytan@mad.scientist.com>
9038 releasing 0.10.6, "Wobble Board"
9040 2007-06-17 Tim-Philipp Müller <tim at centricular dot net>
9042 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9043 (rtsp_connection_free):
9044 Revert previous commit again, since we are frozen (sorry).
9046 2007-06-17 Tim-Philipp Müller <tim at centricular dot net>
9048 Patch by: Peter Kjellerstedt <pkj at axis com>
9050 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9051 (rtsp_connection_free):
9052 inet_ntoa() uses a static buffer internally, so we need to copy the
9053 returned string if we want to store it for later (#447961).
9055 2007-06-15 Jan Schmidt <thaytan@mad.scientist.com>
9057 * win32/vs6/autogen.dsp:
9058 * win32/vs6/gst_plugins_good.dsw:
9059 * win32/vs6/libgstalaw.dsp:
9060 * win32/vs6/libgstalpha.dsp:
9061 * win32/vs6/libgstalphacolor.dsp:
9062 * win32/vs6/libgstapetag.dsp:
9063 * win32/vs6/libgstaudiofx.dsp:
9064 * win32/vs6/libgstauparse.dsp:
9065 * win32/vs6/libgstautodetect.dsp:
9066 * win32/vs6/libgstavi.dsp:
9067 * win32/vs6/libgstcutter.dsp:
9068 * win32/vs6/libgstdirectdraw.dsp:
9069 * win32/vs6/libgstdirectsound.dsp:
9070 * win32/vs6/libgsteffectv.dsp:
9071 * win32/vs6/libgstflx.dsp:
9072 * win32/vs6/libgstgoom.dsp:
9073 * win32/vs6/libgsticydemux.dsp:
9074 * win32/vs6/libgstid3demux.dsp:
9075 * win32/vs6/libgstinterleave.dsp:
9076 * win32/vs6/libgstjpeg.dsp:
9077 * win32/vs6/libgstlevel.dsp:
9078 * win32/vs6/libgstmatroska.dsp:
9079 * win32/vs6/libgstmedian.dsp:
9080 * win32/vs6/libgstmonoscope.dsp:
9081 * win32/vs6/libgstmulaw.dsp:
9082 * win32/vs6/libgstmultipart.dsp:
9083 * win32/vs6/libgstqtdemux.dsp:
9084 * win32/vs6/libgstrtp.dsp:
9085 * win32/vs6/libgstrtsp.dsp:
9086 * win32/vs6/libgstsmpte.dsp:
9087 * win32/vs6/libgstspeex.dsp:
9088 * win32/vs6/libgstudp.dsp:
9089 * win32/vs6/libgstvideobalance.dsp:
9090 * win32/vs6/libgstvideobox.dsp:
9091 * win32/vs6/libgstvideocrop.dsp:
9092 * win32/vs6/libgstvideoflip.dsp:
9093 * win32/vs6/libgstvideomixer.dsp:
9094 * win32/vs6/libgstwaveform.dsp:
9095 * win32/vs6/libgstwavenc.dsp:
9096 * win32/vs6/libgstwavparse.dsp:
9097 Mark *.dsp & *.dsw as binary files and convert to DOS line
9098 endings, as they don't load into VS6 correctly otherwise.
9100 2007-06-15 Jan Schmidt <thaytan@mad.scientist.com>
9102 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9103 (rtsp_connection_connect):
9104 Fix the MingW build.
9105 Patch By: Vincent Torri <vtorri at univ-evry dot fr>
9108 2007-06-14 Jan Schmidt <thaytan@mad.scientist.com>
9110 * tests/check/elements/.cvsignore:
9111 * tests/icles/.cvsignore:
9112 Hush the buildbots up
9114 2007-06-14 Jan Schmidt <thaytan@mad.scientist.com>
9118 * sys/directdraw/Makefile.am:
9119 * sys/directsound/Makefile.am:
9120 * sys/waveform/Makefile.am:
9121 Make sure to dist everything needed for win32 builds.
9123 2007-06-14 Edward Hervey <edward@fluendo.com>
9125 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9126 For AMR-NB streams, export the AMRSpecificBox as codec_data on the
9130 2007-06-13 Wim Taymans <wim@fluendo.com>
9132 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9133 Make sure we allocate enough memory for the codec_data.
9136 2007-06-12 Sebastien Moutte <sebastien@moutte.net>
9139 Add videocrop project file to the win32 manifest.
9140 * win32/vs6/gst_plugins_good.dsw:
9141 Add qtdemux,videocrop and waveform projects to the workspace.
9142 * win32/vs6/libgstqtdemux.dsp:
9143 Add zlib to the link list of qtdemux.
9144 * win32/vs6/libgstvideocrop.dsp:
9145 Add a project file for videocrop.
9147 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
9150 Add qtdemux for translation
9152 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
9155 * docs/plugins/Makefile.am:
9156 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9157 * docs/plugins/gst-plugins-good-plugins-sections.txt:
9158 * docs/plugins/inspect/plugin-videocrop.xml:
9159 * gst-plugins-good.spec.in:
9161 * tests/check/Makefile.am:
9162 * tests/icles/Makefile.am:
9163 * tests/icles/videocrop-test.c:
9164 Move videocrop and osxvideo from -bad.
9166 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
9169 * docs/plugins/Makefile.am:
9170 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9171 * docs/plugins/gst-plugins-good-plugins-sections.txt:
9172 * docs/plugins/gst-plugins-good-plugins.args:
9173 * docs/plugins/inspect/plugin-qtdemux.xml:
9174 * docs/plugins/inspect/plugin-quicktime.xml:
9176 Move qtdemux from -bad.
9178 * gst-plugins-good.spec.in:
9179 Update spec file to reflect moving of qtdemux and wavpack
9181 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
9184 * docs/plugins/Makefile.am:
9185 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9186 * docs/plugins/gst-plugins-good-plugins-sections.txt:
9187 * docs/plugins/inspect/plugin-directdraw.xml:
9188 * docs/plugins/inspect/plugin-directsound.xml:
9189 * docs/plugins/inspect/plugin-waveform.xml:
9190 Move the waveform plugin from -bad too. Update the inspect xml
9191 files to mention Plugins Good instead of Plugins Bad.
9193 2007-06-12 Andy Wingo <wingo@pobox.com>
9195 * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9196 (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9197 (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9198 finalization and resuscitation. No longer public.
9199 (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9200 (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9201 (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9202 (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9203 miniobject semantics, and be threadsafe.
9204 (gst_v4l2src_queue_frame): Remove this function, as we just call
9205 the ioctls directly in the two places where we queue buffers.
9206 (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9208 (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9209 to allocate the pool, which also preallocates the GstBuffers.
9210 (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9211 queueing the frames directly.
9212 (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9213 mmap buffers have been dequeued.
9215 * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9216 real MiniObject instead of rolling our own refcounting and
9217 finalizing. Give it a lock.
9218 (struct _GstV4l2Buffer): Remove one intermediary object, having
9219 the buffers hold the struct v4l2_buffer directly.
9221 * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9222 capture_init so that it can set them on the buffers that it will
9224 (gst_v4l2src_get_read): For better or for worse, include the
9225 timestamping and offsetting code here; really we should be using
9227 (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9228 preallocated, mmap'd buffers.
9230 2007-06-11 Wim Taymans <wim@fluendo.com>
9232 Patch by: daniel fischer <dan at f3c dot com>
9234 * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9235 (gst_ximage_src_get_caps):
9236 Actually use the display_name property so that we can dump any
9237 available X display. Fixes #445905.
9239 2007-06-11 Wim Taymans <wim@fluendo.com>
9241 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9243 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9244 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9245 Add missing rate fields to caps. Fixes #441118.
9247 2007-06-10 Sebastien Moutte <sebastien@moutte.net>
9249 * win32/vs6/gst_plugins_good.dsw:
9250 * win32/vs8/gst-plugins-good.sln:
9251 Add DirectSound and DirectDraw sinks project files to
9252 workspace and solution files.
9254 2007-06-10 Sebastian Dröge <slomo@circular-chaos.org>
9256 Patch by: Josh Coalson <xflac at yahoo dot com>,
9257 updated by Alexis Ballier <aballier at gentoo dot org>:
9260 * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9261 (gst_flac_dec_setup_seekable_decoder),
9262 (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9263 (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9264 (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9265 * ext/flac/gstflacdec.h:
9266 * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9267 (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9268 (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9269 (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9270 (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9271 (gst_flac_enc_chain), (gst_flac_enc_set_property),
9272 (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9273 * ext/flac/gstflacenc.h:
9274 Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9276 2007-06-09 Sebastian Dröge <slomo@circular-chaos.org>
9278 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9279 Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9280 not necessary anymore as we need at least that core version.
9282 2007-06-09 Sebastian Dröge <slomo@circular-chaos.org>
9284 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9285 (gst_wavpack_dec_chain):
9286 * ext/wavpack/gstwavpackdec.h:
9287 * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9288 (gst_wavpack_parse_push_buffer):
9289 * ext/wavpack/gstwavpackparse.h:
9290 Improve discont handling by checking if the next Wavpack block has
9291 the expected, following block index.
9293 2007-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
9295 * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9296 Fix element description.
9298 2007-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
9301 * docs/plugins/Makefile.am:
9302 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9303 * docs/plugins/gst-plugins-good-plugins-sections.txt:
9304 * docs/plugins/gst-plugins-good-plugins.args:
9305 * docs/plugins/gst-plugins-good-plugins.hierarchy:
9306 * docs/plugins/gst-plugins-good-plugins.signals:
9307 * docs/plugins/inspect/plugin-autodetect.xml:
9308 * docs/plugins/inspect/plugin-gconfelements.xml:
9309 * docs/plugins/inspect/plugin-ladspa.xml:
9310 * docs/plugins/inspect/plugin-rtp.xml:
9311 * docs/plugins/inspect/plugin-wavpack.xml:
9313 * tests/check/Makefile.am:
9314 move wavpack plugin. See #352605.
9316 2007-06-08 Jan Schmidt <thaytan@mad.scientist.com>
9319 * docs/plugins/Makefile.am:
9320 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9321 * docs/plugins/gst-plugins-good-plugins-sections.txt:
9322 * docs/plugins/gst-plugins-good-plugins.args:
9325 Add DirectDraw & DirectSound plugins to the build and docs.
9327 2007-06-08 Tim-Philipp Müller <tim at centricular dot net>
9329 * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9330 * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9331 When operating in pull mode, error out correct on not-linked.
9333 2007-06-06 Andy Wingo <wingo@pobox.com>
9335 * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9336 (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9337 format and size if the ioctls are defined; should fix compilation
9340 2007-06-06 Tim-Philipp Müller <tim at centricular dot net>
9342 * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9343 Printf fixes in debug statements; use LOG level for debug statements
9344 that are printed for each and every frame; convert c++ comments to
9345 C-style comments; not much point using g_try_malloc() if we then not
9346 even check the return value.
9348 2007-06-05 Tim-Philipp Müller <tim at centricular dot net>
9351 Bump requirements to released versions (core and base 0.10.13).
9353 * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9354 Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9357 2007-06-05 Andy Wingo <wingo@pobox.com>
9359 * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9360 some useless comments.
9362 * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9363 frames before calling STREAMON, that might leave them in a state
9364 where they can't be dequeued if we go back to NULL without calling
9365 STREAMON, according to the docs.
9366 (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9367 before we call STREAMON.
9368 (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9369 failures. (For me this code hung.) The pool refcounting is still
9370 crack; added a note to that effect.
9372 2007-06-05 Wim Taymans <wim@fluendo.com>
9374 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9375 (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9376 Add support for mapping gst structure names to the MIME type equivalent.
9377 Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9379 2007-06-03 Sebastian Dröge <slomo@circular-chaos.org>
9381 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9382 (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9383 (gst_wavenc_chain), (gst_wavenc_change_state):
9384 * gst/wavenc/gstwavenc.h:
9385 Properly write wav files with width!=depth by having the depth most
9386 significant bytes set and all others zero. Fixes #442535.
9388 2007-06-01 Wim Taymans <wim@fluendo.com>
9390 * gst/rtsp/rtspconnection.c:
9391 Add include to make buildbot happy.
9393 2007-06-01 Wim Taymans <wim@fluendo.com>
9395 Patch by: Peter Kjellerstedt <pkj at axis com>
9397 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9398 (rtsp_connection_connect), (add_date_header),
9399 (rtsp_connection_send), (parse_response_status),
9400 (parse_request_line), (parse_line), (rtsp_connection_receive):
9401 * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9402 * gst/rtsp/rtspdefs.h:
9403 * gst/rtsp/rtspmessage.c: (key_value_foreach),
9404 (rtsp_message_init_request), (rtsp_message_init_response),
9405 (rtsp_message_remove_header), (rtsp_message_append_headers),
9406 (rtsp_message_dump):
9407 * gst/rtsp/rtspmessage.h:
9408 Improves version checking, allowing an RTSP server to reply with "505
9409 RTSP Version not supported.
9410 Adds a Date header to all messages.
9411 Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9412 want to be able to send a response even if something in the request was
9413 invalid. EINVAL is only used when passing wrong arguments to functions.
9414 Do not handle an invalid method in parse_request_line(). Defer this to
9415 the caller so it can respond with "405 Method Not Allowed".
9416 Improves parsing of the timeout parameter to the Session header,
9417 allowing whitespace after the semicolon.
9418 Avoids a compiler warning due to variables shadowing a function argument.
9420 2007-06-01 Wim Taymans <wim@fluendo.com>
9422 Based on Patch by: Daniel Charles <dcharles at ti dot com>
9424 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9425 (gst_rtp_amr_depay_process):
9426 * gst/rtp/gstrtpamrdepay.h:
9427 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9428 (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9429 (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9430 * gst/rtp/gstrtpamrpay.h:
9431 Add support for AMR-WB.
9432 Small cleanups such as using BOILERPLATE.
9434 2007-05-31 Wim Taymans <wim@fluendo.com>
9436 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9437 Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9439 2007-05-30 Andy Wingo <wingo@pobox.com>
9441 * sys/v4l2/gstv4l2object.h:
9442 * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9445 * sys/v4l2/v4l2src_calls.h:
9446 * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9447 the format list in the order that the driver gives it to us.
9448 (gst_v4l2src_probe_caps_for_format_and_size)
9449 (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9450 based on the capabilities of the device.
9451 (gst_v4l2src_grab_frame): Update for object variable renaming.
9452 (gst_v4l2src_set_capture): Update to be strict in its parameters,
9453 as in the set_caps below.
9454 (gst_v4l2src_capture_init): Update for object variable renaming,
9456 (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9457 (gst_v4l2src_capture_deinit): Update for object variable renaming.
9458 (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9459 (gst_v4l2src_get_fps): Remove; these functions don't have much
9460 meaning outside of an atomic set_caps method.
9461 (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9464 * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9465 call to update_fps; not sure about this change.
9466 (gst_v4l2_tuner_set_norm): Work around the fact that for the
9467 moment we don't have an update_fps_func.
9469 * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9470 structures in the object, just store what we need. Do store the
9471 probed caps of the device. Don't store the current frame rate.
9473 * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9474 update_fps_function, for now. Update for new object variable
9476 (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9477 new object variable naming.
9478 (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9479 (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9480 (gst_v4l2src_get_caps): Rework to probe the device for supported
9481 frame sizes and frame rates.
9482 (gst_v4l2src_set_caps): Rework to be strict in the given
9483 parameters: if someone asks us to have a certain size and rate,
9484 that is what we configure.
9485 (gst_v4l2src_get_read): Update for object variable naming. Don't
9486 leak buffers on short reads.
9487 (gst_v4l2src_get_mmap): Update for object variable naming, and add
9489 (gst_v4l2src_create): Update for object variable naming.
9491 2007-05-30 Tim-Philipp Müller <tim at centricular dot net>
9493 * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9494 (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9495 * gst/avi/gstavidemux.h:
9496 Parse subtitle text streams instead of erroring out (#442034). Still
9497 needs a parser for the subtitles to actually show up.
9499 2007-05-30 Tim-Philipp Müller <tim at centricular dot net>
9501 * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9502 (gst_avi_demux_loop):
9503 Make _push_event() return TRUE if the event could be pushed on at
9504 least one pad and not only if it could be pushed on all pads,
9505 otherwise we'll end up posting an error message on EOS if one or
9506 more source pads are not connected.
9508 2007-05-28 Wim Taymans <wim@fluendo.com>
9510 * gst/rtsp/rtsptransport.c:
9511 Use renamed RTP bin.
9513 2007-05-28 Wim Taymans <wim@fluendo.com>
9515 Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9517 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9518 (gst_video_box_set_property), (gst_video_box_transform_caps),
9519 (video_box_recalc_transform), (gst_video_box_set_caps),
9520 (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9521 (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9522 (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9523 (gst_video_box_i420_i420), (gst_video_box_transform),
9525 Add AYUV->AYUV and AYUV->I420 formats.
9526 Fix negotiation and I420->AYUV conversion.
9529 2007-05-26 Wim Taymans <wim@fluendo.com>
9531 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9532 Use different variables for nested for loops so that the outer loop
9533 functions properly and speex files with multiple frames per buffer work
9537 2007-05-25 Tim-Philipp Müller <tim at centricular dot net>
9539 * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9540 Don't leak newsegment events.
9542 2007-05-25 Tim-Philipp Müller <tim at centricular dot net>
9544 * gst/wavparse/Makefile.am:
9545 Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9548 2007-05-25 Tim-Philipp Müller <tim at centricular dot net>
9550 * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9551 (notgst_value_array_append_buffer),
9552 (gst_flac_enc_process_stream_headers),
9553 (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9554 (gst_flac_enc_change_state):
9555 * ext/flac/gstflacenc.h:
9556 Collect headers, add "streamheader" field to output caps and set
9557 BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9558 produces output according to the official FLAC-to-Ogg mapping
9559 instead of completely broken files. Fixes #426044.
9561 2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
9563 * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9564 (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9565 (gst_id3demux_sink_event):
9566 * gst/id3demux/gstid3demux.h:
9567 * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9568 (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9569 (gst_tag_demux_send_new_segment):
9570 Handle and adjust new-segment events so that downstream really
9571 sees a stream with the tag pieces stripped off the front and back.
9572 Fixes strangeness in seeking when mp3 decoders use the new-segment
9573 byte position to estimate their current playback position timestamp
9574 and then the arriving buffers don't match up.
9576 2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
9578 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9579 Don't unnecessarily perform a READY->NULL->READY transition on the
9580 detected audio sink when starting up. Fixes: #440127
9582 2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
9584 * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9585 (gst_flac_enc_chain):
9586 Don't crash in chain function if setcaps hasn't been called.
9588 2007-05-24 Wim Taymans <wim@fluendo.com>
9590 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9591 Init value to avoid infinte loops.
9593 2007-05-24 Wim Taymans <wim@fluendo.com>
9595 Patch by: Peter Kjellerstedt <pkj at axis com>
9597 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9598 (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9599 (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9601 (rtsp_connection_send), (rtsp_connection_receive):
9602 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9605 * gst/rtsp/rtspconnection.c: (add_auth_header),
9606 Only add authorisation and session headers when sending messages.
9608 * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9609 (rtsp_message_init_request), (rtsp_message_init_response),
9610 (rtsp_message_unset), (rtsp_message_add_header),
9611 (rtsp_message_remove_header), (rtsp_message_get_header),
9612 (rtsp_message_append_headers), (dump_key_value),
9613 (rtsp_message_dump):
9614 * gst/rtsp/rtspmessage.h:
9615 Add support for multiple headers of the same type by storing the parsed
9616 headers in a GArray instaed of a hashtable.
9618 2007-05-21 Wim Taymans <wim@fluendo.com>
9620 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9621 (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9622 Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9625 2007-05-21 Wim Taymans <wim@fluendo.com>
9627 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9628 * gst/rtsp/gstrtpdec.h:
9629 Added signal for backwards compat.
9631 2007-05-21 Sebastian Dröge <slomo@circular-chaos.org>
9633 Patch by: René Stadler <mail at renestadler dot de>
9636 * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9637 (gst_au_parse_parse_header), (gst_au_parse_chain):
9638 * gst/auparse/gstauparse.h:
9639 Use audioconvert for converting from non-native endianness floats
9640 in auparse instead of doing it ourself. Fixes #424527.
9641 This needs the audioconvert from plugins-base CVS.
9643 2007-05-21 Wim Taymans <wim@fluendo.com>
9645 * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9646 (gst_rtp_h263p_pay_flush):
9647 Fix enum registration.
9649 2007-05-21 Wim Taymans <wim@fluendo.com>
9651 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9653 * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9654 (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9655 (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9656 (gst_rtp_h263p_pay_flush):
9657 * gst/rtp/gstrtph263ppay.h:
9658 Add new fragmentation mode base on GOB headers. Fixes #438940.
9660 2007-05-20 Tim-Philipp Müller <tim at centricular dot net>
9662 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9665 2007-05-18 Wim Taymans <wim@fluendo.com>
9667 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9668 Don't crash when an unsupported transport error was returned by the
9669 server, just try to configure the next stream. Fixes #439255.
9671 2007-05-18 Wim Taymans <wim@fluendo.com>
9673 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9674 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9675 (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9676 (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9677 (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9678 * gst/rtsp/gstrtspsrc.h:
9679 Add TCP timeout property and use it for all TCP connection.
9681 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9682 (rtsp_connection_write), (rtsp_connection_next_timeout),
9683 (rtsp_connection_reset_timeout):
9684 Make connect and writes cancelable and make them use the timeout.
9686 2007-05-18 Wim Taymans <wim@fluendo.com>
9688 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9689 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9690 (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9691 (gst_rtspsrc_setup_streams):
9692 Refactor timeout handling.
9693 Also send keep-alive when dealing with TCP transport.
9695 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9696 (rtsp_connection_free), (rtsp_connection_next_timeout),
9697 (rtsp_connection_reset_timeout):
9698 * gst/rtsp/rtspconnection.h:
9699 Use a timer to handle the session timeouts, add some methods to deal
9702 2007-05-17 Wim Taymans <wim@fluendo.com>
9704 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9705 (gst_rtspsrc_setup_streams):
9706 Ignore streams that fail the setup command, we will retry with a
9707 different transport later on.
9709 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9710 (rtsp_ext_wms_configure_stream):
9711 Fix encoding name case.
9713 2007-05-16 Edward Hervey <edward@fluendo.com>
9715 * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9716 Fix build on macosx.
9718 2007-05-16 Sebastian Dröge <slomo@circular-chaos.org>
9720 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9721 Replace direct comparison of a string with the string literal "" with
9722 a comparison of the first character with '\0'. Fixes #438926.
9724 2007-05-15 Stefan Kost <ensonic@users.sf.net>
9726 * gst/debug/breakmydata.c (gst_break_my_data_init):
9727 One more try. This should be the proper fix now.
9729 2007-05-15 Stefan Kost <ensonic@users.sf.net>
9731 * gst/debug/breakmydata.c:
9732 Ooops, no // comments please.
9734 2007-05-15 Stefan Kost <ensonic@users.sf.net>
9736 * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9737 (gst_break_my_data_init):
9738 Fix gst_buffer_is_writable() assertion.
9740 2007-05-14 David Schleef <ds@schleef.org>
9742 * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9743 video/x-raw-bayer. Fixes #314160.
9745 2007-05-14 Wim Taymans <wim@fluendo.com>
9747 * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9748 (gst_rtp_theora_depay_parse_configuration):
9749 * gst/rtp/gstrtptheorapay.c: (encode_base64),
9750 (gst_rtp_theora_pay_finish_headers),
9751 (gst_rtp_theora_pay_handle_buffer):
9752 Update theora pay/depayloader in a similar to vorbis.
9754 * gst/rtp/gstrtpvorbisdepay.c:
9755 (gst_rtp_vorbis_depay_parse_configuration):
9758 2007-05-14 Wim Taymans <wim@fluendo.com>
9760 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9761 When we try to execute a method that is not supported by the server,
9762 don't error out but remove the method from the accepted methods so that
9763 we never try to perform this method again.
9765 2007-05-14 Wim Taymans <wim@fluendo.com>
9767 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9768 Remove annoying _dump_mem.
9770 2007-05-14 Wim Taymans <wim@fluendo.com>
9772 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9773 Parse range correctly.
9775 * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9776 The baseurl now always has a '/' at the start.
9778 2007-05-14 Wim Taymans <wim@fluendo.com>
9780 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9781 (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9782 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9783 Factor out caps configuration and configure more stuff such as the time
9784 ranges and speed/scale values.
9786 * gst/rtsp/rtsptransport.c:
9787 Add Copyright after non-trival fixes.
9789 2007-05-12 Wim Taymans <wim@fluendo.com>
9791 Patch by: Peter Kjellerstedt <pkj at axis com>
9793 * gst/rtsp/gstrtspsrc.h:
9794 * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9795 * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9796 (rtsp_message_get_header):
9797 * gst/rtsp/rtspmessage.h:
9798 Make channel guint8 where possible.
9799 Make rtsp_message_init_data() take the channel as a guint8.
9801 * gst/rtsp/rtspdefs.c:
9802 Fixed a typo: Timout -> Timeout
9804 * gst/rtsp/rtspdefs.h:
9805 Make RTSP_CHECK() behave as a statement.
9807 * gst/rtsp/sdpmessage.c:
9808 Avoid a compiler warning in INIT_ARRAY().
9811 2007-05-12 Wim Taymans <wim@fluendo.com>
9813 Patch by: Peter Kjellerstedt <pkj at axis com>
9815 * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9816 (rtsp_url_get_request_uri):
9817 * gst/rtsp/rtspurl.h:
9818 Add support for query parameters to RTSP URLs.
9820 2007-05-12 Wim Taymans <wim@fluendo.com>
9822 Patch by: Peter Kjellerstedt <pkj at axis com>
9824 * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9825 (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9826 (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9827 (rtsp_transport_parse), (rtsp_transport_as_text):
9828 * gst/rtsp/rtsptransport.h:
9829 Add validation to rtsp_transport_parse().
9830 Add rtsp_transport_as_text() to generate an RTSP header from an
9832 Change ssrc to guint (was a string) since that is what it is, even
9833 though it is sent as a hex string.
9834 Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9835 incorrect, which can be seen when looking at the examples in the RFC).
9838 2007-05-11 Zaheer Abbas Merali <<zaheerabbas at merali dot org>>
9840 Patch by: Eric Anholt
9842 * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9843 gst_ximage_src_ximage_get):
9844 Use union of all damage between frames to make it faster.
9846 Also fix crasher when cursor is at bottom right of window.
9848 2007-05-11 Tim-Philipp Müller <tim at centricular dot net>
9850 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9851 Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9852 streaming mode regression for file from #343837 with 'bext' chunk
9853 before the 'fmt' chunk.
9855 2007-05-11 Wim Taymans <wim@fluendo.com>
9857 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9858 (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9859 (gst_rtspsrc_handle_src_event),
9860 (gst_rtspsrc_stream_configure_manager),
9861 (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9862 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9863 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9864 * gst/rtsp/gstrtspsrc.h:
9865 * gst/rtsp/rtspdefs.h:
9866 Preliminary seek support.
9867 Activate internal pads so that we can receive events on them.
9868 Don't try to parse a range string when it's NULL.
9870 2007-05-11 Wim Taymans <wim@fluendo.com>
9873 Update README with new RTP variables that will be used for
9876 * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9877 (gst_rtp_vorbis_depay_parse_configuration),
9878 (gst_rtp_vorbis_depay_process):
9879 * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9880 (gst_rtp_vorbis_pay_finish_headers),
9881 (gst_rtp_vorbis_pay_handle_buffer):
9882 Update vorbis pay and depayloader to draft-04.
9884 2007-05-11 Wim Taymans <wim@fluendo.com>
9886 * gst/rtsp/rtsptransport.c:
9887 UDP MCAST is actually the default for RTP/AVP.
9888 2007-05-13 Sebastien Moutte <sebastien@moutte.net>
9890 * gst/level/gstlevel.c: (gst_level_transform_ip):
9891 Use guint8 * instead of gpointer then vs6 can build
9892 in_data += (filter->width / 8).
9894 2007-05-11 Zaheer Abbas Merali <<zaheerabbas at merali dot org>>
9896 * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9897 gst_ximage_src_ximage_get):
9898 * sys/ximage/gstximagesrc.h (last_ximage):
9899 When using Damage actually keep the last frame, and not assume
9900 that the buffer we get already has the last frame on it.
9901 Copy the cursor over if we specify a non-zero start x and
9904 2007-05-11 Wim Taymans <wim@fluendo.com>
9906 * gst/rtsp/rtsptransport.c:
9907 Make UDP the default transport when not specified.
9909 2007-05-09 David Schleef <ds@schleef.org>
9911 * gst/level/gstlevel.c:
9914 2007-05-09 Sebastien Moutte <sebastien@moutte.net>
9916 * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9917 (gst_level_transform_ip):
9918 Use guint8 * instead of gpointer then vs6 know the size of data
9919 pointed when moving the pointer.
9920 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9921 Move instructions after variables declaration.
9922 * win32/vs6/autogen.dsp:
9923 * win32/vs6/libgstrtp.dsp:
9924 * win32/vs6/libgstrtsp.dsp:
9925 Update vs6 project files.
9927 2007-05-09 Wim Taymans <wim@fluendo.com>
9929 * gst/rtsp/Makefile.am:
9930 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9931 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9932 * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9933 (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9935 * gst/rtsp/rtsprange.h:
9936 Add code to parse time ranges.
9937 Report DURATION on the stream when possible.
9939 2007-05-08 Tim-Philipp Müller <tim at centricular dot net>
9941 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9942 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9943 (gst_videomixer_collected):
9944 Fix strides calculation for AYUV (it's just width*4) (#436910).
9946 2007-05-06 Sebastian Dröge <slomo@circular-chaos.org>
9948 * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9949 * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9950 * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9951 Sync the GObject properties before each processing step to properly
9952 work with the controller.
9954 2007-05-04 Wim Taymans <wim@fluendo.com>
9956 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9957 (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9958 (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9959 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9960 (gst_rtspsrc_change_state):
9961 Let more error state trickle down so that we can catch more error
9963 Handle keep-alive a little smarter by selecting a method the server
9965 Fix a race in UDP streaming shutdown.
9967 2007-05-04 Wim Taymans <wim@fluendo.com>
9969 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9970 Ignore errors when trying to use the keep-alive messages.
9972 2007-05-04 Wim Taymans <wim@fluendo.com>
9974 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9975 (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9976 (gst_rtspsrc_stream_configure_manager),
9977 (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9978 (gst_rtspsrc_stream_configure_mcast),
9979 (gst_rtspsrc_stream_configure_udp),
9980 (gst_rtspsrc_stream_configure_udp_sink),
9981 (gst_rtspsrc_stream_configure_transport):
9982 Send RTCP messages back to the server over the TCP connection.
9984 * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9985 (rtsp_connection_send), (rtsp_connection_read), (read_body),
9986 (rtsp_connection_receive):
9987 * gst/rtsp/rtspconnection.h:
9988 Factor out and expose lowlevel _write and _read methods.
9989 Implement sending data messages to the server.
9991 2007-05-03 Wim Taymans <wim@fluendo.com>
9993 * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9994 (gst_multipart_mux_collected):
9995 Fix timestamps on outgoing buffers.
9997 2007-05-03 Wim Taymans <wim@fluendo.com>
9999 * gst/multipart/multipartmux.c:
10000 (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
10001 (gst_multipart_mux_change_state):
10002 Emit NEWSEGMENT events before pushing the first buffer.
10004 2007-05-03 Wim Taymans <wim@fluendo.com>
10006 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10007 (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
10008 (gst_rtspsrc_handle_src_query),
10009 (gst_rtspsrc_stream_configure_manager),
10010 (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10011 (gst_rtspsrc_stream_configure_mcast),
10012 (gst_rtspsrc_stream_configure_udp),
10013 (gst_rtspsrc_stream_configure_udp_sink),
10014 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
10015 (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
10016 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10017 (gst_rtspsrc_pause):
10018 Refactor transport configuration code.
10019 Create internal pads for TCP transport so that we can implement events
10021 Handle events and queries.
10022 Parse range from the SDP.
10023 Fix race in pause handler where the connection could still be flushing.
10025 2007-05-02 Wim Taymans <wim@fluendo.com>
10027 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10028 (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
10029 (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10030 (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
10031 (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
10032 (gst_rtspsrc_change_state):
10033 * gst/rtsp/gstrtspsrc.h:
10034 Fix race when multiple udp sources post timeouts, just act on the first
10036 Protect stream list with a recursive lock to fix some races.
10037 Flush connection when we need to do a reconnect or stop.
10038 Make state lock recursive.
10040 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10041 (rtsp_connection_close):
10042 Some small cleanups.
10044 2007-05-02 Wim Taymans <wim@fluendo.com>
10046 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10047 (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10048 Only set DISCONT when there actually is a discont or when we just
10051 2007-05-02 Sebastian Dröge <slomo@circular-chaos.org>
10053 * ext/flac/gstflac.c: (plugin_init):
10054 Call bindtextdomain() to get localized strings.
10056 2007-05-02 Wim Taymans <wim@fluendo.com>
10058 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10059 (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10060 (gst_wavparse_stream_data):
10061 * gst/wavparse/gstwavparse.h:
10062 Be a bit more clever when dealing with VBR files with FACT tags, we
10063 don't want to timestamp buffers in that case but the estimated BPS can
10064 be used for seeking.
10065 Only send close segment in the streaming thread.
10067 2007-05-02 Sebastian Dröge <slomo@circular-chaos.org>
10069 * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10070 Correctly post an error on the bus if something went wrong in the loop
10071 function. This fixes a few cases where the task was paused and nothing
10074 2007-05-02 Wim Taymans <wim@fluendo.com>
10076 * gst/rtsp/test.c: (main):
10077 Fix compilation of deprecated test just because I'm too lazy to delete
10080 2007-05-02 Wim Taymans <wim@fluendo.com>
10082 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10083 (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10084 (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
10085 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
10086 (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10087 (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
10088 * gst/rtsp/gstrtspsrc.h:
10089 Fix sending RTCP to the right place.
10090 Fix bug in reffing the wrong UDP element.
10091 Use new pad names for the session manager.
10092 Implement handling server requests in interleaved and UDP modes.
10093 Handle session keep-alive in UDP modes.
10094 Remove GCond for handling UDP timeouts.
10096 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10097 (rtsp_connection_send), (rtsp_connection_read), (read_body),
10098 (rtsp_connection_receive), (rtsp_connection_close):
10099 * gst/rtsp/rtspconnection.h:
10100 Store connection IP address for later.
10101 Add timeout args to all operations that might block forever.
10102 Parse session timeout.
10103 Only close sockets when not already closed.
10105 * gst/rtsp/rtspdefs.c:
10106 * gst/rtsp/rtspdefs.h:
10107 Add timeout return value and error string.
10109 * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
10112 2007-05-01 Wim Taymans <wim@fluendo.com>
10114 Patch by: Sjoerd Simons <sjoerd at luon dot net>
10116 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
10117 (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
10118 * gst/rtp/gstrtpmp4vpay.h:
10119 Handle NEWSEGMENT and FLUSH events. Fixes #434824.
10121 2007-04-30 Tim-Philipp Müller <tim at centricular dot net>
10123 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10124 Remove v4l2src from docs, since it breaks the docs build, and the
10125 plugin is only built if --enable-experimental is used anyway.
10127 * docs/plugins/Makefile.am:
10130 2007-04-29 Wim Taymans <wim@fluendo.com>
10132 * gst/udp/gstmultiudpsink.c: (leave_multicast),
10133 (gst_multiudpsink_add), (gst_multiudpsink_remove):
10134 Add code to drop membership of a multicast group.
10136 * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
10137 (gst_udpsink_set_uri):
10138 Implement URI handler.
10140 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10141 (gst_rtspsrc_parse_rtpinfo):
10142 Use URI handler to make udpsink instace.
10143 Improve code to configure port and destination.
10145 2007-04-29 Wim Taymans <wim@fluendo.com>
10147 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10148 Fix multicast detection.
10149 Don't try to join a multicast group if the address is not multicast.
10151 * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
10152 Small debug improvement.
10154 2007-04-27 Wim Taymans <wim@fluendo.com>
10156 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10157 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10158 (gst_rtspsrc_handle_message):
10159 Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10162 2007-04-27 Wim Taymans <wim@fluendo.com>
10164 * gst/rtp/gstrtpilbcdepay.h:
10165 Fix mode property when specified as an arg.
10167 2007-04-26 Edward Hervey <edward@fluendo.com>
10169 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10170 * docs/plugins/gst-plugins-good-plugins-sections.txt:
10171 * docs/plugins/gst-plugins-good-plugins.hierarchy:
10172 * docs/plugins/inspect/plugin-osxaudio.xml:
10173 Add documentation for osxaudio plugin.
10175 2007-04-26 Wim Taymans <wim@fluendo.com>
10177 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10178 (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10179 (gst_rtspsrc_open), (gst_rtspsrc_close),
10180 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10181 (gst_rtspsrc_pause):
10182 * gst/rtsp/gstrtspsrc.h:
10183 Protect state changes with a lock.
10185 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10187 * gst/rtsp/rtspconnection.h:
10188 Remove some unused stuff.
10190 2007-04-26 Wim Taymans <wim@fluendo.com>
10192 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10193 Handle the case where there are exactly 0 bytes to read and the ioctl
10194 did not report an error. Fixes #433530.
10196 2007-04-26 Wim Taymans <wim@fluendo.com>
10198 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10199 (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10200 * gst/wavparse/gstwavparse.h:
10201 Apply DISCONT to buffers.
10202 Only apply timestamp to the first sample after a DISCONT, too many VBR
10203 files cause random jitter in the timestamps. Fixes #433119.
10205 2007-04-25 Wim Taymans <wim@fluendo.com>
10207 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10208 (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10209 (gst_rtp_dec_get_property):
10210 * gst/rtsp/gstrtpdec.h:
10211 Add dummy latency property to be backwards compat with rtpbin.
10213 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10214 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10215 (gst_rtspsrc_stream_configure_transport),
10216 (gst_rtspsrc_parse_rtpinfo):
10217 * gst/rtsp/gstrtspsrc.h:
10218 Add latency property and configure in the session manager.
10219 Don't set invalid clock-base and seqnum-base on caps, some servers
10220 sometimes don't send them.
10222 2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
10224 * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10225 (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10226 Double-check that RGB input caps are really RGBA caps (apparently
10227 the core doesn't always catch it if those caps aren't a subset of
10228 our template caps, also see #421543). Fixes #429319 in a way.
10229 Also, don't leak the pad template in the transform_caps function.
10231 * tests/check/Makefile.am:
10232 * tests/check/elements/.cvsignore:
10233 * tests/check/elements/alphacolor.c: (setup_alphacolor),
10234 (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10235 (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10236 (GST_START_TEST), (alphacolor_suite):
10237 Add some basic unit tests for alphacolor.
10239 2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
10241 * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10242 If we get a fatal flow return in the loop function, first post the
10243 error message and only then send the EOS event downstream, otherwise
10244 applications might get an eos message before the error message and
10245 think everything was ok (related to #429319).
10247 2007-04-25 Wim Taymans <wim@fluendo.com>
10249 * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10250 Read the channel byte as an unsigned byte.
10252 2007-04-25 Wim Taymans <wim@fluendo.com>
10254 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10255 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10256 (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10257 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10258 (gst_rtp_gsm_depay_setcaps):
10259 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10260 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10261 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10262 (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10263 (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10264 (gst_ilbc_depay_get_property):
10265 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10266 * gst/rtp/gstrtpmp4adepay.c:
10267 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10268 (gst_rtp_pcma_depay_setcaps):
10269 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10270 (gst_rtp_pcmu_depay_setcaps):
10271 Make sure we configure the clock_rate in the baseclass in the setcaps
10272 function. Fixes #431282.
10274 2007-04-25 Wim Taymans <wim@fluendo.com>
10276 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10277 (gst_rtspsrc_stream_free), (request_pt_map),
10278 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10279 * gst/rtsp/gstrtspsrc.h:
10280 Parse server address from SDP.
10281 Hook up a udpsink to send RTCP back to the server.
10283 * docs/plugins/gst-plugins-good-plugins-sections.txt:
10284 * gst/rtsp/rtsptransport.h:
10287 2007-04-25 Stefan Kost <ensonic@users.sf.net>
10289 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10290 Make header field check conditional. Fixes #433135
10292 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
10294 * docs/plugins/Makefile.am:
10295 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10296 * docs/plugins/gst-plugins-good-plugins-sections.txt:
10297 * docs/plugins/inspect/plugin-alphacolor.xml:
10298 * gst/alpha/Makefile.am:
10299 * gst/alpha/gstalphacolor.c:
10300 * gst/alpha/gstalphacolor.h:
10301 Add minimal docs blurb to alphacolor; split out headers into
10302 separate header file for gtk-doc.
10304 2007-04-20 Tim-Philipp Müller <tim at centricular dot net>
10306 * gst/debug/progressreport.c: (gst_progress_report_report):
10307 Don't try to post NULL message (in case we can't query upstream
10308 position or duration).
10310 2007-04-18 Michael Smith <msmith@fluendo.com>
10312 * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10313 (gst_cutter_get_caps):
10314 * gst/cutter/gstcutter.h:
10315 Fix some of the most obvious bugs in cutter. Now doesn't leak
10316 everything if input is silent.
10318 2007-04-18 Sebastian Dröge <slomo@circular-chaos.org>
10320 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10321 (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10322 * gst/wavenc/gstwavenc.h:
10323 Wav apparently only supports width==GST_ROUND_UP(depth), everything
10324 else results in a invalid block align and invalid files.
10326 2007-04-17 Tim-Philipp Müller <tim at centricular dot net>
10328 Patch by: Snaik <snaik32 gmail com>
10330 * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10331 Add missing break statement for BOX_HORIZONTAL case.
10333 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
10335 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10337 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10338 Use correct format strings for integer types.
10340 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
10342 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10343 (gst_wavparse_create_sourcepad):
10344 Use gst_riff_create_audio_template_caps () instead of the local caps.
10345 This makes updates of the local caps unecessary whenever libgstriff
10346 gets support for new formats.
10348 2007-04-16 Tim-Philipp Müller <tim at centricular dot net>
10350 Patch by: Brian Cameron <brian.cameron at sun dot com>
10352 * sys/sunaudio/gstsunaudio.c:
10353 * sys/sunaudio/gstsunaudiomixer.c:
10354 * sys/sunaudio/gstsunaudiomixer.h:
10355 * sys/sunaudio/gstsunaudiomixerctrl.c:
10356 * sys/sunaudio/gstsunaudiomixerctrl.h:
10357 * sys/sunaudio/gstsunaudiomixertrack.h:
10358 * sys/sunaudio/gstsunaudiosink.c:
10359 * sys/sunaudio/gstsunaudiosink.h:
10360 * sys/sunaudio/gstsunaudiosrc.c:
10361 * sys/sunaudio/gstsunaudiosrc.h:
10362 Fix and/or update copyright attributions (#430228).
10364 2007-04-13 Wim Taymans <wim@fluendo.com>
10366 * docs/plugins/gst-plugins-good-plugins-sections.txt:
10370 Add some more example urls.
10372 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10373 (gst_rtp_dec_chain_rtp):
10376 * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10377 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10378 (gst_rtspsrc_parse_rtpinfo):
10379 Remove unused code.
10381 2007-04-13 Stefan Kost <ensonic@users.sf.net>
10383 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10384 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10385 (gst_wavparse_stream_data):
10386 Relax the audio/mpeg caps again and add FIXME: comment.
10388 2007-04-13 Stefan Kost <ensonic@users.sf.net>
10390 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10391 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10392 (gst_wavparse_stream_data):
10393 * gst/wavparse/gstwavparse.h:
10394 More sanity check for the header fields. Fix type for 'rate' header
10397 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
10399 * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10400 (gst_icydemux_unicodify):
10401 If the metadata strings we get in the stream are not UTF-8, try to
10402 interpret them according to the character encodings specified in the
10403 GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10404 only fall back to locale/ISO-8859-1 if those aren't set or don't
10405 work. Should fix #428901.
10407 2007-04-12 Wim Taymans <wim@fluendo.com>
10409 * gst/rtp/gstrtph264depay.c:
10410 Use the proper sync word for SPS and PPS.
10412 2007-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
10414 * gst/rtp/Makefile.am:
10415 * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10416 fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10417 * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10418 Add a simple hashing implementation that we can use to generate
10419 a 24-bit ident value based on the codebooks for vorbis and theora.
10420 * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10421 gst_rtp_theora_pay_handle_buffer):
10422 * gst/rtp/gstrtpvorbisdepay.c
10423 (gst_rtp_vorbis_depay_parse_configuration,
10424 gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10425 * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10426 gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10427 gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10428 Use the hashing function, ensuring that the same codebooks result
10429 in the same ident and thus the same SDP description.
10430 Various log fixes/changes.
10432 2007-04-12 Wim Taymans <wim@fluendo.com>
10434 Patch by: jerry tan <jerry dot tan at sun dot com>
10436 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10437 remove the call of ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10438 application's responsibility to make sure it open the device once.
10439 Remove a careless error if AUDIODEV is set. Fixes #392620.
10441 2007-04-12 Wim Taymans <wim@fluendo.com>
10443 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10444 (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10445 * gst/rtsp/gstrtpdec.h:
10446 Make backward compat with rtpbin by adding the request-pt-map signals.
10448 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10449 (new_session_pad), (request_pt_map),
10450 (gst_rtspsrc_stream_configure_transport),
10451 (gst_rtspsrc_stream_configure_caps),
10452 (gst_rtspsrc_activate_streams):
10453 * gst/rtsp/gstrtspsrc.h:
10454 Implement request-pt-map signals instead of setting caps on the buffers
10455 for the session manager.
10457 2007-04-11 Wim Taymans <wim@fluendo.com>
10459 * gst/udp/gstudp.c: (plugin_init):
10460 Register GstNetBuffer in plugin_init so that the type can be used from
10461 multiple threads without races.
10463 2007-04-10 Wim Taymans <wim@fluendo.com>
10465 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10466 (gst_rtp_amr_depay_process):
10467 Fix depayloader clock_rate and some cleanups.
10469 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10470 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10471 * gst/rtp/gstrtph264depay.h:
10472 Don't push codec_data in the adapter because it might get flushed when
10475 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10476 Handle multiple AU per packet.
10478 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10479 (gst_rtp_sv3v_depay_plugin_init):
10480 Disable rank, this one does not work.
10481 Remove timestamping, base class does that.
10483 2007-04-10 Stefan Kost <ensonic@users.sf.net>
10485 * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10486 limit caps to the formats we announce in the template
10488 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10489 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10490 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10491 fix some crashers/asserts when dealing with broken files
10493 2007-04-10 Wim Taymans <wim@fluendo.com>
10495 Patch by: Peter Kjellerstedt <pkj at axis com>
10497 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10498 * gst/rtp/gstrtpL16depay.c:
10499 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10500 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10501 (gst_rtp_speex_depay_setcaps):
10502 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10503 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10504 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10505 Fix some compiler warnings. Fixes #428182.
10507 2007-04-06 Wim Taymans <wim@fluendo.com>
10509 * gst/rtsp/Makefile.am:
10510 * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10511 (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10512 (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10513 (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10514 (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10515 (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10516 (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10517 (create_rtcp), (gst_rtp_dec_request_new_pad),
10518 (gst_rtp_dec_release_pad):
10519 * gst/rtsp/gstrtpdec.h:
10520 * gst/rtsp/gstrtsp.c: (plugin_init):
10521 Morph RTPDec into something compatible with RTPBin as a fallback.
10522 Various other style fixes.
10524 * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10525 (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10526 (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10527 (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10528 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10529 (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10530 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10531 * gst/rtsp/gstrtspsrc.h:
10532 Implement RTPBin session manager handling.
10533 Don't try to add empty properties to caps.
10534 Implement fallback session manager, handling.
10535 Don't combine errors from RTCP streams, just ignore them.
10537 * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10538 * gst/rtsp/rtsptransport.h:
10539 Implement fallback session manager.
10540 Make RTPBin the default one when available.
10542 2007-04-05 Wim Taymans <wim@fluendo.com>
10544 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10545 (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10546 This element is ready to be autoplugged.
10548 2007-04-05 Julien MOUTTE <julien@moutte.net>
10550 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10551 Don't leave the offsets defined by upstream element on the
10552 compressed data buffer we are pushing downstream. Make them
10553 GST_BUFFER_OFFSET_NONE.
10555 2007-04-04 Stefan Kost <ensonic@users.sf.net>
10558 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10559 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10560 (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10561 (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10562 (gst_avi_demux_calculate_durations_from_index),
10563 (gst_avi_demux_stream_header_push),
10564 (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10565 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10566 Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10568 2007-04-03 Wim Taymans <wim@fluendo.com>
10570 * gst/smpte/barboxwipes.c:
10571 Fix error as spotted by Snaik <snaik32 at gmail dot com>
10573 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
10575 * gst/wavparse/gstwavparse.c:
10576 Support audio/x-raw-float in wav files. This only works with
10577 plugins-base CVS, using an older version doesn't have any
10578 disadvantages though.
10580 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
10583 * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10584 (gst_au_parse_parse_header), (gst_au_parse_chain):
10585 * gst/auparse/gstauparse.h:
10586 Revert last change as we don't want plugins-good to depend on
10587 plugins-base CVS now.
10589 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
10592 Require gst-plugins-base CVS for audioconvert with non-native
10593 float support and width/depth fix in libgstriff.
10595 Patch by: René Stadler <mail at renestadler dot de>
10597 * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10598 (gst_au_parse_parse_header), (gst_au_parse_chain):
10599 * gst/auparse/gstauparse.h:
10600 Don't swap the floats ourself if they're not in native endianness.
10601 Instead let audioconvert handle this. Fixes #339838.
10603 2007-03-29 Wim Taymans <wim@fluendo.com>
10605 * gst/rtp/gstasteriskh263.h:
10606 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10607 (gst_rtp_h263p_depay_change_state):
10608 * gst/rtp/gstrtph263pdepay.h:
10609 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10610 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10611 (gst_rtp_h264_depay_change_state):
10612 * gst/rtp/gstrtph264depay.h:
10613 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10614 (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10615 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10616 Flush adapter on disconts.
10618 2007-03-29 Wim Taymans <wim@fluendo.com>
10620 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10621 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10622 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10623 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10624 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10625 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10626 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10627 (gst_rtp_mp4v_depay_process):
10628 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10629 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10630 * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10631 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10632 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10633 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10634 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10635 Use more efficient adapter and rtpbuffer methods when possible.
10637 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
10639 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10640 (gst_wavenc_sink_setcaps):
10641 Correctly handle width!=depth input.
10642 * gst/wavparse/gstwavparse.c:
10643 Already export in the caps that width==8 uses unsigned samples and
10644 everything else uses signed samples.
10646 2007-03-29 Wim Taymans <wim@fluendo.com>
10648 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10650 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10651 (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10652 (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10653 (gst_dynudpsink_close):
10654 * gst/udp/gstdynudpsink.h:
10655 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10656 (gst_udpsrc_create), (gst_udpsrc_set_property),
10657 (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10658 * gst/udp/gstudpsrc.h:
10659 Rework the socket allocation a bit based on the sockfd argument so that
10661 Add a closefd property to instruct the udp elements to close the custom
10662 file descriptors when going to READY. Fixes #423304.
10663 API:GstUDPSrc::closefd property
10664 API:GstDynUDPSink::closefd property
10666 2007-03-29 Wim Taymans <wim@fluendo.com>
10668 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10670 * gst/rtp/Makefile.am:
10671 * gst/rtp/gstrtp.c: (plugin_init):
10672 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10673 (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10674 (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10675 (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10676 (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10677 (gst_rtp_h264_pay_plugin_init):
10678 * gst/rtp/gstrtph264pay.h:
10679 Added H264 payloader. Fixes #423782.
10681 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10682 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10685 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
10687 * gst/wavparse/gstwavparse.c:
10688 Actually support depths from 1 to 32, not only 8 to 32.
10690 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
10692 * gst/wavparse/gstwavparse.c:
10693 Add support for wav files containing audio/x-raw-int with random
10694 depths between 1 and 32 bits.
10696 2007-03-28 Wim Taymans <wim@fluendo.com>
10698 Based on patch by: Stefan Kost <ensonic@users.sf.net>
10700 * gst/rtp/Makefile.am:
10701 * gst/rtp/gstrtp.c: (plugin_init):
10702 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10703 (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10704 (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10705 (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10706 (gst_rtp_mp4a_depay_get_property),
10707 (gst_rtp_mp4a_depay_change_state),
10708 (gst_rtp_mp4a_depay_plugin_init):
10709 * gst/rtp/gstrtpmp4adepay.h:
10710 Added MP4A-LATM depayloader. Fixes #417792.
10712 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10713 (gst_rtp_mp4v_depay_process):
10714 Fixup depayloader, setting codec_data, using more efficient adaptor and
10715 rtpbuffer handling.
10718 Add url to test above.
10720 2007-03-25 Wim Taymans <wim@fluendo.com>
10722 * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10723 (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10724 (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10725 (gst_rtspsrc_media_to_caps),
10726 (gst_rtspsrc_stream_configure_transport),
10727 (gst_rtspsrc_stream_configure_caps),
10728 (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10729 * gst/rtsp/gstrtspsrc.h:
10730 Handle default clock-rates for static payload types, rearrange stuff so
10731 that the rtpmap field in the sdp can override the defaults.
10732 Parse RTP-Info field to get the seqnum and timebase fields that should
10734 Delay configuring caps after we got the RTP-Info from the PLAY reply from
10737 2007-03-22 Wim Taymans <wim@fluendo.com>
10739 Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10741 * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10742 Accept complex pipeline descriptions as an audio profile instead of just
10743 a single element. Fixes #420658.
10745 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
10747 * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10748 Rename registered type in preparation of GstTagDemux moving to
10749 -base at some point in the future.
10751 2007-03-19 Tim-Philipp Müller <tim at centricular dot net>
10753 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10754 Streaming mode fixes: don't unref buffer we don't own any longer;
10755 remove bogus adapter flush. Fixes #419338.
10757 2007-03-17 David Schleef <ds@schleef.org>
10759 * REQUIREMENTS: Change the format to key/value, add a bunch of
10760 information, remove a bunch of requirements that are for
10761 other GStreamer packages.
10763 2007-03-17 David Schleef <ds@schleef.org>
10765 * REQUIREMENTS: Fix a few things. This file really needs a
10768 2007-03-15 Edward Hervey <edward@fluendo.com>
10771 Don't forget to distribute the sys/osxaudio/ directory.
10773 2007-03-15 Edward Hervey <edward@fluendo.com>
10777 * sys/osxaudio/Makefile.am:
10778 * sys/osxaudio/gstosxaudio.c:
10779 * sys/osxaudio/gstosxaudiosink.c:
10780 (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10781 (gst_osx_audio_sink_getcaps),
10782 (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10783 * sys/osxaudio/gstosxaudiosrc.c:
10784 (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10785 (gst_osx_audio_src_create_ringbuffer):
10786 * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10787 (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10788 (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10789 (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10790 * sys/osxaudio/gstosxringbuffer.h:
10791 Activate osxaudio in gst-plugins-good with proper build setup.
10792 Add inlined documentation.
10793 Fix debug statements
10794 Fix ringbuffer when pausing.
10797 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
10798 * gst/rtp/gstrtppcmapay.c:
10799 * gst/rtp/gstrtppcmapay.h:
10800 * gst/rtp/gstrtppcmupay.c:
10801 * gst/rtp/gstrtppcmupay.h:
10802 Ported mulaw and alaw payloaders to use new base class
10804 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
10818 Update translations.
10820 2007-03-14 Tim-Philipp Müller <tim at centricular dot net>
10823 Fix string replace error (AG_AG_GST_* => AG_GST_*).
10825 2007-03-12 Tim-Philipp Müller <tim at centricular dot net>
10827 * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10828 Fix handling of -1 values for start and stop values when seeking,
10829 and SEEK_CUR+SEEK_END here as well.
10831 2007-03-12 Jan Schmidt <thaytan@mad.scientist.com>
10833 * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10834 Fix handling of -1 values for start and stop values when seeking,
10835 and SEEK_CUR+SEEK_END.
10837 2007-03-12 Tim-Philipp Müller <tim at centricular dot net>
10839 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10840 Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10841 the image format a variable-length NUL-terminated string; in
10842 versions before that the image format is a fixed-length string of
10843 3 characters (see #348644 for a sample tag).
10844 Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10846 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
10849 Add new project files to MANIFEST.
10850 * win32/vs6/libgstaudiofx.dsp:
10851 * win32/vs6/libgstrtp.dsp:
10852 * win32/vs6/libgstrtsp.dsp:
10853 Update project files.
10855 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
10857 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10858 (gst_avi_demux_parse_index):
10859 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10860 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10861 Printf format fixes; also add some missing quotes in translated
10862 strings. Fixes #416728 and #416727.
10864 2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
10866 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10867 Tim and I can't think of any reason the child audio sink needs to
10868 be set back to NULL after successfully determining that it can
10869 reach READY - it gets immediately set back to READY by the caller
10870 anyway, causing an unnecessary close/open of any audio devices
10873 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10877 Add ja.po file from #377306.
10879 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10881 * sys/sunaudio/gstsunaudio.c: (plugin_init):
10882 * sys/sunaudio/gstsunaudiomixertrack.c:
10883 (gst_sunaudiomixer_track_new):
10884 Actually translate sunaudio mixer track labels instead of just
10885 marking the strings as translatable (#377306); clean up weird
10886 label string mapping code that serves no apparent purpose. Also
10887 set the 'untranslated-label' property when creating mixer tracks
10888 if the GstMixerTrack base class supports this.
10890 * tests/check/Makefile.am:
10891 * tests/check/elements/.cvsignore:
10892 * tests/check/elements/sunaudio.c: (GST_START_TEST),
10894 Very minimalistic unit test for sunaudiomixer element (compiles, but not
10895 actually tested on a system where sunaudiomixer is available).
10897 2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
10899 * tests/check/Makefile.am:
10900 Re-enable the states test and see if it works on the buildbots.
10902 2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
10904 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10905 (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10906 (gst_dvdec_change_state):
10907 * ext/dv/gstdvdec.h:
10908 Infer pixel-aspect-ratio from the video frame format if it isn't
10909 provided by the container, as happens when playing DV from AVI
10910 or Quicktime containers.
10912 Patch by: Wim Taymans <wim@fluendo.com>
10915 2007-03-09 Wim Taymans <wim@fluendo.com>
10917 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10918 When activated, remove the udpsrc timeout, we have dataflow and timeouts
10919 will later be handled by the jitterbuffer.
10921 2007-03-09 Wim Taymans <wim@fluendo.com>
10923 * ext/taglib/gstid3v2mux.cc:
10924 Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10927 Patch by: Alex Lancaster <alexl at users sourceforge net>
10929 2007-03-09 Wim Taymans <wim@fluendo.com>
10931 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10932 (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10933 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10934 (gst_avi_demux_chain):
10935 Fix stream position reporting after a seek. Fixes #416445.
10937 2007-03-08 Wim Taymans <wim@fluendo.com>
10939 Patch by: René Stadler <mail at renestadler dot de>
10941 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10942 (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10943 (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10944 Make avidemux accept optional header chunks in any order.
10947 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10949 * tests/check/Makefile.am:
10950 Disable the states check until the remaining Valgrind errors
10951 are fixed or suppressed.
10953 2007-03-08 Sebastian Dröge <slomo@circular-chaos.org>
10955 * tests/check/elements/.cvsignore:
10956 Add audiodynamic check to .cvsignore
10958 2007-03-08 Sebastian Dröge <slomo@circular-chaos.org>
10960 reviewed by: Stefan Kost <ensonic@users.sf.net>
10962 * gst/audiofx/Makefile.am:
10963 * gst/audiofx/audiodynamic.c:
10964 (gst_audio_dynamic_characteristics_get_type),
10965 (gst_audio_dynamic_mode_get_type),
10966 (gst_audio_dynamic_set_process_function),
10967 (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10968 (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10969 (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10970 (gst_audio_dynamic_transform_hard_knee_compressor_int),
10971 (gst_audio_dynamic_transform_hard_knee_compressor_float),
10972 (gst_audio_dynamic_transform_soft_knee_compressor_int),
10973 (gst_audio_dynamic_transform_soft_knee_compressor_float),
10974 (gst_audio_dynamic_transform_hard_knee_expander_int),
10975 (gst_audio_dynamic_transform_hard_knee_expander_float),
10976 (gst_audio_dynamic_transform_soft_knee_expander_int),
10977 (gst_audio_dynamic_transform_soft_knee_expander_float),
10978 (gst_audio_dynamic_transform_ip):
10979 * gst/audiofx/audiodynamic.h:
10980 * gst/audiofx/audiofx.c: (plugin_init):
10981 Add new audiodynamic element which can act as a compressor or
10982 expander. Supported are hard-knee and soft-knee operation modes with
10983 user-specified ratio and threshold.
10984 Attack and release parameters are not yet implemented but will follow.
10985 * docs/plugins/Makefile.am:
10986 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10987 * docs/plugins/gst-plugins-good-plugins-sections.txt:
10988 * docs/plugins/gst-plugins-good-plugins.args:
10989 * docs/plugins/inspect/plugin-audiofx.xml:
10990 Integrate audiodynamic into the docs.
10991 * tests/check/Makefile.am:
10992 * tests/check/elements/audiodynamic.c: (setup_dynamic),
10993 (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10994 Add unit test for audiodynamic.
10996 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10998 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10999 Free handles that we allocated when exiting via the error paths.
11001 2007-03-07 Stefan Kost <ensonic@users.sf.net>
11003 * gst/level/gstlevel.c: (gst_level_class_init),
11004 (gst_level_set_caps), (gst_level_start), (gst_level_event),
11005 (gst_level_transform_ip):
11006 * gst/level/gstlevel.h:
11007 Resolve message timestamps against the playback segment.
11009 2007-03-06 Tim-Philipp Müller <tim at centricular dot net>
11011 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11012 (gst_id3demux_sink_activate):
11013 Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
11014 caps passed to it (previously one code path assumed it took ownership
11015 while another one assumed it didn't, while in fact it sometimes did and
11016 sometimes didn't ...).
11019 * tests/files/Makefile.am:
11020 * tests/files/id3-407349-1.tag:
11021 * tests/files/id3-407349-2.tag:
11022 Add directory where data for unit tests can be stored.
11024 * tests/Makefile.am:
11025 * tests/check/Makefile.am:
11026 * tests/check/elements/.cvsignore:
11027 * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
11028 (read_tags_from_file), (run_check_for_file),
11029 (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
11030 Add unit test for id3demux, and in particular for bug #407349. Only
11031 testing pull-mode for now; push mode doesn't work yet because the test
11032 files are smaller than ID3_TYPE_FIND_MIN_SIZE.
11034 2007-03-06 Tim-Philipp Müller <tim at centricular dot net>
11036 * tests/check/Makefile.am:
11037 Add missing backslash at end of line.
11039 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
11043 2007-03-06 Tim-Philipp Müller <tim at centricular dot net>
11045 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11046 * gst/id3demux/id3tags.h:
11047 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11048 (parse_obsolete_tdat_frame):
11049 Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
11050 the four-digit number will be interpreted as a year, whereas it is
11051 month and day in DDMM format. Instead, parse TDAT frames and fix up
11052 the date in the GST_TAG_DATE tag later if we also extracted a year.
11055 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
11057 * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11058 (gst_switch_commit_new_kid):
11059 Fix up the dispose logic so it doesn't leak, and fix setting of
11060 the child state so that we don't set a child to our current state
11061 just as we are changing it to something else.
11063 2007-03-06 Wim Taymans <wim@fluendo.com>
11065 * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
11067 * gst/goom/gstgoom.h:
11068 Document, fix and improve goom adapter behaviour.
11071 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
11073 * ext/esd/esdsink.c: (gst_esdsink_open):
11074 Unref static pad template after using it.
11076 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
11078 * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11079 (gst_switch_commit_new_kid):
11080 Fix up the reference counting of the child elements.
11082 2007-03-05 Wim Taymans <wim@fluendo.com>
11084 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11085 * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
11086 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
11087 Fix encoding-name case.
11089 2007-03-05 Wim Taymans <wim@fluendo.com>
11091 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
11092 (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
11093 (gst_rtp_speex_depay_process):
11094 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
11095 (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
11096 (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
11097 (gst_rtp_speex_pay_change_state):
11098 * gst/rtp/gstrtpspeexpay.h:
11099 Fix speex (de)payloader. Fixes #358040.
11101 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
11103 * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
11104 (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
11105 Install fakesink in NULL by fixing some broken logic. This obviates
11106 the need to manually set _IS_SINK.
11107 Add some comments and remove a little cruft while I'm at it.
11109 2007-03-05 Wim Taymans <wim@fluendo.com>
11111 * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
11112 Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
11114 2007-03-04 Tim-Philipp Müller <tim at centricular dot net>
11119 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
11121 * tests/check/Makefile.am:
11122 Gah! Also disable gconfvideosink from the tests, otherwise
11123 it will instantiate autovideosink, and dfbvideosink and
11124 leak on the buildbots.
11126 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
11128 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
11129 (gst_cdio_cdda_src_finalize):
11130 Make sure we always destroy our libcdio handle.
11132 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
11134 * tests/check/Makefile.am:
11135 Disable autovideosink so the buildbots don't barf over memory
11136 leaked in the directfb sink.
11138 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
11140 * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
11141 Chain up in dispose
11143 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
11145 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11146 (gst_multipart_find_pad_by_mime):
11147 Use gst_pad_new_from_static_template instead of
11148 static_pad_template_get+pad_new.
11150 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
11152 * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
11153 Catch the case where no clock has been set.
11155 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
11157 * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11158 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11159 (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11160 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11161 (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11162 (gst_gconf_audio_src_finalize), (do_toggle_element):
11163 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11164 (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11165 (do_toggle_element):
11166 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11167 (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11168 (gst_gconf_video_src_finalize), (do_toggle_element):
11169 * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11170 (gst_switch_sink_reset), (gst_switch_sink_set_child):
11171 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11172 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11173 * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11174 (gst_shout2send_init), (gst_shout2send_finalize):
11175 * gst/debug/testplugin.c: (gst_test_class_init),
11176 (gst_test_finalize):
11177 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11178 (gst_flxdec_dispose):
11179 * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11180 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11181 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11182 (gst_rtspsrc_finalize):
11183 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11184 * gst/rtsp/rtspextwms.h:
11185 * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11186 (gst_smpte_finalize):
11187 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11188 * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11189 (gst_udpsink_finalize):
11190 * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11191 (gst_wavparse_sink_activate):
11192 * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11193 * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11194 (gst_oss_src_finalize):
11195 * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11196 * sys/v4l2/gstv4l2object.h:
11197 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11198 (gst_v4l2src_finalize):
11199 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11201 Fix a bunch of leaks shown by the newly-added states test.
11203 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
11205 * ext/dv/gstdvdec.c: (gst_dvdec_init):
11206 Use gst_pad_new_from_static_template instead of
11207 static_pad_template_get+pad_new.
11209 2007-03-03 Tim-Philipp Müller <tim at centricular dot net>
11211 Patch by: Loïc Minier <lool+gnome at via ecp fr>
11213 * ext/libcaca/Makefile.am:
11214 * gst/debug/Makefile.am:
11215 Don't mix tabs and spaces (#414168).
11217 2007-03-02 Stefan Kost <ensonic@users.sf.net>
11219 * tests/check/generic/.cvsignore:
11220 Ignore files to please buildbot.
11222 2007-03-02 Stefan Kost <ensonic@users.sf.net>
11224 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11225 (gst_wavparse_stream_data):
11226 Unbreak my previous commit (swapped nominator & denominator). Tim,
11227 thanks for spotting.
11229 2007-03-02 Wim Taymans <wim@fluendo.com>
11231 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11232 (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11233 (gst_cdio_cdda_src_finalize):
11234 Small code cleanups.
11235 Don't use pad_alloc as the base class cannot deal with the error codes.
11237 2007-03-02 Wim Taymans <wim@fluendo.com>
11239 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11240 (gst_udpsrc_create):
11243 2007-03-02 Stefan Kost <ensonic@users.sf.net>
11245 Patch by: René Stadler <mail@renestadler.de>
11247 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11248 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11249 (gst_wavparse_stream_data):
11250 Handle rounding better to not drop last sample frame. Fixes #356692
11252 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
11254 * tests/check/Makefile.am:
11255 Disable cacasink from the states check too - it also calls exit(1)
11256 on us when it can't find a terminal to talk to.
11258 2007-03-02 Wim Taymans <wim@fluendo.com>
11260 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11262 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11263 (gst_udpsrc_create), (gst_udpsrc_set_property),
11264 (gst_udpsrc_get_property):
11265 * gst/udp/gstudpsrc.h:
11266 Add support to strip proprietary headers. Fixes #350296.
11268 2007-03-02 Wim Taymans <wim@fluendo.com>
11270 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11273 2007-03-02 Wim Taymans <wim@fluendo.com>
11275 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11277 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11278 (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11279 (gst_rtp_mp2t_depay_set_property),
11280 (gst_rtp_mp2t_depay_get_property):
11281 * gst/rtp/gstrtpmp2tdepay.h:
11282 Add support to strip off proprietary headers. Fixes #350278.
11284 2007-03-02 Wim Taymans <wim@fluendo.com>
11289 2007-03-02 Wim Taymans <wim@fluendo.com>
11291 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11292 (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11293 (gst_sunaudiosrc_open):
11294 * sys/sunaudio/gstsunaudiosrc.h:
11295 Remove device-name from GstSunAudioSrc. Fixes #412597.
11297 2007-03-01 Sebastian Dröge <slomo@circular-chaos.org>
11299 * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11300 * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11301 Having NULL as UDI previously selected the default sink/src. Change
11302 this back but mention it in the debug output.
11303 * ext/hal/hal.c: (gst_hal_get_alsa_element),
11304 (gst_hal_get_oss_element), (gst_hal_get_string),
11305 (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11306 (gst_hal_get_audio_src):
11308 Refactor a bit, check all error conditions, greatly improve debugging
11309 and fix some possible memory leaks. Also implement OSS support
11310 and allow specifying an UDI that points to a real device. For this the
11311 child device which supports ALSA (preferred) or OSS is used.
11312 As a side effect this makes it impossible now to get a alsasink in
11313 halaudiosrc and a alsasrc in halaudiosink.
11315 2007-03-01 Wim Taymans <wim@fluendo.com>
11317 * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11318 (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11319 Errors from the udp sources are not fatal unless all of them are in
11322 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
11324 * tests/check/Makefile.am:
11325 Disable aasink in the states test. I suspect this is the element that
11326 is calling exit(1) when it can't proceed.
11328 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
11330 * tests/check/Makefile.am:
11331 Draw plugins in from the build tree sys/ dir, rather than picking
11332 up the already installed versions.
11334 2007-03-01 Zaheer Abbas Merali <zaheerabbas at merali dot org>
11336 * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11337 Error out correctly when getting xcontext fails.
11339 2007-03-01 Wim Taymans <wim@fluendo.com>
11341 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11342 Make state change to PAUSED NO_PREROLL because that's what it will be in
11343 the future and rtspsrc relies on it.
11345 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11346 (gst_rtspsrc_change_state):
11347 Don't error out when we don't get an error from the state change
11350 2007-03-01 Sebastian Dröge <slomo@circular-chaos.org>
11352 * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11353 * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11354 Check if the device UDI is set before trying to query HAL
11355 about it and give a useful error message if it wasn't set.
11356 * ext/hal/hal.c: (gst_hal_get_string):
11357 Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11358 gives an assertion failure in D-Bus when running with
11359 DBUS_FATAL_WARNINGS=1.
11361 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
11364 Convert to new AG_GST style.
11366 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
11368 * tests/check/Makefile.am:
11369 * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11370 add test for states
11372 2007-02-28 Wim Taymans <wim@fluendo.com>
11374 * tests/check/elements/.cvsignore:
11375 Add new videofilter check to .cvsignore.
11377 2007-02-28 Wim Taymans <wim@fluendo.com>
11379 * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11380 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11381 (gst_avi_demux_loop), (gst_avi_demux_chain):
11382 Fix combined flow return. Fixes #412608.
11384 2007-02-28 Wim Taymans <wim@fluendo.com>
11386 * gst/videofilter/Makefile.am:
11389 2007-02-28 Wim Taymans <wim@fluendo.com>
11391 * gst/videofilter/gstgamma.h:
11394 2007-02-28 Wim Taymans <wim@fluendo.com>
11396 Patch by: Mark Nauwelaerts <manauw at skynet be>
11398 * gst/videofilter/Makefile.am:
11399 * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11400 (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11401 (gst_gamma_get_property), (gst_gamma_calculate_tables),
11402 (oil_tablelookup_u8), (gst_gamma_set_caps),
11403 (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11404 Port gamma filter to 0.10. Fixes #412704.
11406 * tests/check/Makefile.am:
11407 * tests/check/elements/videofilter.c: (setup_filter),
11408 (cleanup_filter), (check_filter), (GST_START_TEST),
11409 (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11410 Add unit tests for videofilters.
11412 2007-02-28 Wim Taymans <wim@fluendo.com>
11415 Add another interesting test url.
11417 * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11418 Don't allow getting header fields from data packets.
11420 2007-02-28 Michael Smith <msmith@fluendo.com>
11422 * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11423 (gst_shout2send_init), (gst_shout2send_start),
11424 (gst_shout2send_set_property), (gst_shout2send_get_property):
11425 * ext/shout2/gstshout2.h:
11426 Add a property for username.
11428 2007-02-27 Christian Schallerr <christian@fluendo.com>
11430 * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11432 2007-02-26 Jan Schmidt <thaytan@mad.scientist.com>
11434 * gst/rtsp/Makefile.am:
11435 Fix make check too.
11437 2007-02-26 Jan Schmidt <thaytan@mad.scientist.com>
11439 * gst/rtsp/base64.c: (util_base64_encode):
11440 * gst/rtsp/base64.h:
11441 Commit missing files for base64 encoding.
11443 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
11445 Patch by: Loïc Minier <lool+gnome at via ecp fr>
11448 * ext/annodex/Makefile.am:
11449 * ext/jpeg/Makefile.am:
11450 * ext/speex/Makefile.am:
11451 * gst/alpha/Makefile.am:
11452 * gst/cutter/Makefile.am:
11453 * gst/debug/Makefile.am:
11454 * gst/effectv/Makefile.am:
11455 * gst/goom/Makefile.am:
11456 * gst/level/Makefile.am:
11457 * gst/smpte/Makefile.am:
11458 * gst/videofilter/Makefile.am:
11459 Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11461 2007-02-23 Jan Schmidt <thaytan@mad.scientist.com>
11463 * gst/rtsp/Makefile.am:
11464 * gst/rtsp/rtspconnection.c: (append_auth_header),
11465 (rtsp_connection_send), (rtsp_connection_set_auth):
11466 g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11467 from icecast to replace it. Relicensed from GPL courtesy of Mike
11470 2007-02-23 Jan Schmidt <thaytan@mad.scientist.com>
11472 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11473 (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11474 (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11475 (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11476 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11477 (gst_rtspsrc_uri_set_uri):
11478 * gst/rtsp/gstrtspsrc.h:
11479 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11480 (append_auth_header), (rtsp_connection_send),
11481 (rtsp_connection_free), (rtsp_connection_set_auth):
11482 * gst/rtsp/rtspconnection.h:
11483 * gst/rtsp/rtspdefs.h:
11484 * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11485 * gst/rtsp/rtspurl.h:
11487 Implement simple Basic Authentication support so that urls like
11488 rtsp://user:pass@hostname/rtspstream work on hosts that require
11491 2007-02-22 Edgard Lima <edgard.lima@indt.org.br>
11493 * sys/v4l2/gstv4l2object.c:
11494 * sys/v4l2/gstv4l2tuner.c:
11495 * sys/v4l2/v4l2_calls.c:
11496 Fix segfault when oppening a radio device.
11498 2007-02-22 Stefan Kost <ensonic@users.sf.net>
11500 * gst/level/gstlevel.c: (gst_level_set_caps),
11501 (gst_level_transform_ip):
11503 * tests/check/elements/level.c: (GST_START_TEST):
11504 Fix level for multi-channel case.
11506 2007-02-21 Stefan Kost <ensonic@users.sf.net>
11508 * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11509 (gst_level_transform_ip):
11510 * gst/level/gstlevel.h:
11511 Use function pointer for process function and add process functions
11514 2007-02-19 Stefan Kost <ensonic@users.sf.net>
11516 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11517 (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11518 (gst_v4l2src_capture_init):
11519 Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11522 2007-02-18 Wim Taymans <wim@fluendo.com>
11524 * gst/rtp/Makefile.am:
11525 * gst/rtp/gstrtp.c: (plugin_init):
11526 * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11527 (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11528 (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11529 (gst_rtp_mp2t_pay_plugin_init):
11530 * gst/rtp/gstrtpmp2tpay.h:
11531 Added simple mpeg transport stream payloader.
11533 2007-02-16 Wim Taymans <wim@fluendo.com>
11536 Add example H264 rtsp url.
11538 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11539 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11540 Don't convert values to lowercase or we might mess up base64 encoded
11543 2007-02-16 Wim Taymans <wim@fluendo.com>
11546 Fix case of string params.
11548 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11549 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11550 Fix depayloader, support more packet types.
11551 Add sync codes to make sure the packetizer can do its job.
11553 * gst/rtp/gstrtpmp4gdepay.c:
11554 * gst/rtp/gstrtpmp4gpay.c:
11555 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11556 Fix caps case again.
11558 2007-02-15 Wim Taymans <wim@fluendo.com>
11560 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11561 Set right caps on output buffers.
11563 2007-02-14 Wim Taymans <wim@fluendo.com>
11565 * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11566 As spotted by: Peter Kjellerstedt <pkj at axis com>:
11567 Clear stack allocated SDPMedia struct before calling _init() on it.
11568 Clarify this in the docs as well.
11570 2007-02-14 Jan Schmidt <thaytan@mad.scientist.com>
11572 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11574 Don't reset the profile when going switching states, as it makes
11575 the element non-reusable.
11577 2007-02-14 Wim Taymans <wim@fluendo.com>
11579 * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11580 (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11581 (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11582 (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11583 (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11585 * gst/rtsp/sdpmessage.h:
11586 Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11587 Fix memory management of SDP messages. Fixes #407793.
11589 2007-02-14 Stefan Kost <ensonic@users.sf.net>
11591 Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11593 * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11594 Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11596 2007-02-14 Wim Taymans <wim@fluendo.com>
11598 Patch by: jp.liu <jp_liu at astrocom dot cn>
11600 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11601 Fix parsing of password field in url. Fixes #407797.
11603 2007-02-14 Wim Taymans <wim@fluendo.com>
11605 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11606 (gst_wavparse_reset), (gst_wavparse_init),
11607 (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11608 (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11609 (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11610 (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11611 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11612 (gst_wavparse_loop), (gst_wavparse_chain),
11613 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11614 (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11616 * gst/wavparse/gstwavparse.h:
11619 Various code cleanups.
11620 When the bitrate is not known (bps == 0 or compressed formats) let
11621 downstream element guestimate the duration and position and don't
11622 generate timestamps or durations. Fixes #405213.
11623 Fix EOS and ERROR conditions in chain mode, we just need to forward the
11624 error flowreturn upstream.
11626 2007-02-13 Jan Schmidt <thaytan@mad.scientist.com>
11628 * ext/gconf/Makefile.am:
11629 * ext/gconf/gconf.c: (gst_gconf_get_string),
11630 (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11631 (gst_gconf_render_bin_with_default):
11632 * ext/gconf/gconf.h:
11633 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11634 (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11635 (gst_gconf_audio_sink_dispose), (do_change_child),
11636 (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11637 (cb_change_child), (gst_gconf_audio_sink_change_state):
11638 * ext/gconf/gstgconfaudiosink.h:
11639 * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11640 (gst_switch_sink_class_init), (gst_switch_sink_reset),
11641 (gst_switch_sink_init), (gst_switch_sink_dispose),
11642 (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11643 (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11644 (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11645 * ext/gconf/gstswitchsink.h:
11646 * gst/autodetect/gstautoaudiosink.c:
11647 (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11648 (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11649 (gst_auto_audio_sink_detect):
11650 * gst/autodetect/gstautovideosink.c:
11651 (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11652 (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11653 (gst_auto_video_sink_detect):
11654 Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11655 and a child that implements the GConf key monitoring. The end goal of
11656 this is an audio sink that can be changed on the fly, but at the
11657 moment it still only changes on the next READY transition.
11659 2007-02-13 Stefan Kost <ensonic@users.sf.net>
11661 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11662 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11663 (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11664 (gst_avi_demux_calculate_durations_from_index),
11665 (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11666 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11667 (gst_avi_demux_loop):
11668 Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11670 2007-02-13 Stefan Kost <ensonic@users.sf.net>
11673 * docs/plugins/Makefile.am:
11674 Add crossreferences to glib/gobject/gstream docs.
11676 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
11678 * gst/monoscope/Makefile.am:
11679 * gst/monoscope/gstmonoscope.c:
11680 Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11681 (but no LIBS, since we only use defines from the headers).
11683 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
11685 Based on patch by: Jonathan Matthew <jonathan at kaolin wh9 net>
11687 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11688 (gst_wavparse_stream_data):
11689 Fix massive memory leak when operating in streaming mode due to
11690 GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11693 2007-02-12 Stefan Kost <ensonic@users.sf.net>
11695 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11696 (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11697 (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11698 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11699 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11700 (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11701 (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11702 (gst_avi_demux_calculate_durations_from_index),
11703 (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11704 (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11705 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11706 * gst/avi/gstavidemux.h:
11707 Save some memory (8%) by repacking the index entry structure (more to
11708 come). Add more FIXMEs to questionable parts.
11710 2007-02-12 Stefan Kost <ensonic@users.sf.net>
11712 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11713 (gst_v4l2src_get_caps):
11714 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11715 (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11716 (gst_v4l2src_capture_init):
11717 More FIXME comments and messaging changes.
11719 2007-02-12 Stefan Kost <ensonic@users.sf.net>
11721 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11722 (gst_goom_change_state):
11723 * gst/goom/gstgoom.h:
11724 Improved docs and use GST_DEBUG_FUNCPTR.
11726 * gst/level/gstlevel.c: (gst_level_class_init):
11727 Use GST_DEBUG_FUNCPTR.
11729 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11730 (gst_monoscope_chain), (gst_monoscope_change_state):
11731 Improved docs source cleanups.
11733 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
11735 * gst/debug/Makefile.am:
11736 * gst/debug/gstdebug.c: (plugin_init):
11737 * gst/debug/gstpushfilesrc.c:
11738 * gst/debug/gstpushfilesrc.h:
11739 Add code for a pushfilesrc element that implements a pushfile:// URI
11740 handler, to make debugging push-mode operation of demuxer/decoders
11741 that support both easier in connection with seek/playbin/etc.
11742 The element isn't registered at the moment.
11744 2007-02-11 Sébastien Moutte <sebastien@moutte.net>
11746 * gst/avi/gstavimux.c:
11747 Comment a #if 0 in caps template definition as VS6 seems to
11749 * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11750 Use gst_guint64_to_gdouble for conversion.
11751 * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11752 Move variables declaration before the first instruction.
11753 * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11754 Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11755 And don't include netdb.h for G_OS_WIN32
11756 * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11757 This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11758 by VS6 then use an other way to initialize SDPMedia structure.
11759 * gst/udp/gstdynudpsink.h:
11760 * gst/udp/gstdynudpnetutils.h:
11761 Do not include <sys/time.h> for G_OS_WIN32
11762 * gst/udp/gstudpsrc.c:
11763 Define socklen_t as int for G_OS_WIN32
11764 * win/common/config.h.in:
11765 Undef HAVE_NETINET_IN_H
11766 * win32/vs6/gst_plugins_good.dsw:
11767 * win32/vs6/libgstrtp.dsp:
11768 * win32/vs6/libgstrtsp.dsp:
11769 * win32/vs6/libgstautogen.dsp:
11770 * win32/vs6/libgstaudiofx.dsp:
11771 * win32/vs6/libgstudp.dsp:
11772 Add and update project files.
11773 * win32/common/gstudp-enumtypes.c:
11774 * win32/common/gstudp-enumtypes.h:
11775 Add a copy of udp enumtypes to win32/common as in core
11778 2007-02-11 Stefan Kost <ensonic@users.sf.net>
11781 Activate monoscope when building with --enable-experimental. Fix
11782 --enable-external configure switch description.
11784 * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11785 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11788 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
11790 * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11791 Explicitly cast result of pointer arithmetic to integer in order to
11792 avoid compiler warnings on some 64-bit systems. Should fix #406018.
11794 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
11796 * gst/debug/progressreport.c:
11799 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
11801 * docs/plugins/inspect/plugin-rtp.xml:
11802 Update for new elements.
11804 * gst/debug/progressreport.h:
11805 Commit newly-created header file as well.
11807 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
11809 * docs/plugins/Makefile.am:
11810 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11811 * docs/plugins/gst-plugins-good-plugins-sections.txt:
11812 * docs/plugins/gst-plugins-good-plugins.hierarchy:
11813 * gst/debug/Makefile.am:
11814 * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11815 (gst_progress_report_do_query), (gst_progress_report_report):
11816 Make progressreport element post messages with the current progress
11817 on the bus. Also add some basic docs for it.
11819 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
11821 * ext/hal/hal.c: (gst_hal_get_string):
11823 Some small cleanups; deal with errors when parsing the HAL ALSA
11824 capabilities a bit better.
11826 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
11828 * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11829 Let's try this again and use the right cast this time.
11831 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
11833 * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11834 Add cast to avoid compiler warnings with older GLib versions
11835 where the nick/name members in GEnumValue are not declared as
11838 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
11840 * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11841 (gst_gconf_render_bin_from_key),
11842 (gst_gconf_get_default_audio_sink):
11843 * ext/gconf/gconf.h:
11844 * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11845 (do_toggle_element), (gst_gconf_audio_sink_set_property),
11846 (gst_gconf_audio_sink_get_property):
11847 In gconfaudiosink, get the right key as the old key in do_toggle
11848 (ie. one dependent on the profile selected). Log some more stuff so
11849 we can see what's actually going on.
11851 2007-02-06 Sebastian Dröge <slomo@circular-chaos.org>
11853 * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11854 (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11855 (gst_audio_amplify_set_process_function),
11856 (gst_audio_amplify_setup):
11857 * gst/audiofx/audioamplify.h:
11858 * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11859 (gst_audio_invert_class_init), (gst_audio_invert_setup):
11860 * gst/audiofx/audioinvert.h:
11861 Some small cleanups and port both elements to the new GstAudioFilter
11862 base class to save a few lines of common code.
11863 * gst/audiofx/Makefile.am:
11864 Link against libgstaudio for the above changes
11866 2007-01-29 Wim Taymans <wim@fluendo.com>
11868 * tests/check/elements/.cvsignore:
11871 2007-01-26 Wim Taymans <wim@fluendo.com>
11873 Patch by: charles <charlesg3 at gmail dot com>
11875 * ext/shout2/gstshout2.c: (gst_shout2send_init),
11876 (set_shout_metadata), (gst_shout2send_event):
11877 * ext/shout2/gstshout2.h:
11878 Properly handle tags in shout2send. Fixes #399825.
11880 2007-01-25 Wim Taymans <wim@fluendo.com>
11882 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11883 (gst_rtspsrc_activate_streams):
11884 Convert SDP fields to upper/lowercase following the rules in the SDP to
11887 2007-01-25 Wim Taymans <wim@fluendo.com>
11890 * gst/rtp/gstrtpilbcdepay.c:
11891 * gst/rtp/gstrtpilbcpay.c:
11892 * gst/rtp/gstrtpmp4gdepay.c:
11893 * gst/rtp/gstrtpmp4gpay.c:
11894 * gst/rtp/gstrtpspeexdepay.c:
11895 * gst/rtp/gstrtpspeexpay.c:
11896 * gst/rtp/gstrtpsv3vdepay.c:
11897 * gst/rtp/gstrtptheoradepay.c:
11898 * gst/rtp/gstrtptheorapay.c:
11899 * gst/rtp/gstrtpvorbisdepay.c:
11900 * gst/rtp/gstrtpvorbispay.c:
11901 Fix case of encoding-name and key/value pairs to match the document.
11902 This is to make interoperation with SDP case-insensitive as required by
11905 2007-01-25 Wim Taymans <wim@fluendo.com>
11908 Bump required -core/-base to CVS
11910 2007-01-25 Wim Taymans <wim@fluendo.com>
11912 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11913 (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11914 * gst/rtp/gstrtpL16pay.h:
11915 Fill up to MTU using adapter.
11916 Timestamp rtp packets.
11918 2007-01-25 Edward Hervey <edward@fluendo.com>
11920 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11921 * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11922 Use G_GSIZE_FORMAT in print statements for portability.
11923 Fixes build on macosx.
11925 2007-01-24 Wim Taymans <wim@fluendo.com>
11927 * gst/rtp/Makefile.am:
11928 * gst/rtp/gstrtp.c: (plugin_init):
11929 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11930 (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11931 (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11932 (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11933 (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11934 (gst_rtp_L16_depay_plugin_init):
11935 * gst/rtp/gstrtpL16depay.h:
11936 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11937 (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11938 (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11939 (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11940 (gst_rtp_L16_pay_plugin_init):
11941 * gst/rtp/gstrtpL16pay.h:
11942 Port and enable raw audio payloader/depayloader. Needs a bit more work
11943 on the payloader side.
11945 2007-01-24 Wim Taymans <wim@fluendo.com>
11947 * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11948 (gst_rtspsrc_stream_configure_transport),
11949 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11950 * gst/rtsp/gstrtspsrc.h:
11951 Only unblock the udp pads when we linked and activated them all.
11954 2007-01-24 Wim Taymans <wim@fluendo.com>
11956 * gst/rtp/Makefile.am:
11957 * gst/rtp/gstrtp.c: (plugin_init):
11958 * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11959 (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11960 (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11961 (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11962 (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11963 * gst/rtp/gstrtpac3depay.h:
11964 Added simple AC3 depayloader (RFC 4184).
11966 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11969 2007-01-24 Sebastian Dröge <slomo@circular-chaos.org>
11971 reviewed by: Stefan Kost <ensonic@users.sf.net>
11973 * gst/audiofx/Makefile.am:
11974 * gst/audiofx/audioamplify.c:
11975 (gst_audio_amplify_clipping_method_get_type),
11976 (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11977 (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11978 (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11979 (gst_audio_amplify_set_caps),
11980 (gst_audio_amplify_transform_int_clip),
11981 (gst_audio_amplify_transform_int_wrap_negative),
11982 (gst_audio_amplify_transform_int_wrap_positive),
11983 (gst_audio_amplify_transform_float_clip),
11984 (gst_audio_amplify_transform_float_wrap_negative),
11985 (gst_audio_amplify_transform_float_wrap_positive),
11986 (gst_audio_amplify_transform_ip):
11987 * gst/audiofx/audioamplify.h:
11988 * gst/audiofx/audiofx.c: (plugin_init):
11989 Add new element "audioamplify". This allows scaling of raw audio
11990 samples, similar to the "volume" element, but provides different modes
11991 for clipping and allows unlimited amplification. It's mainly targeted
11992 for creative sound design and not as a replacement of the "volume"
11993 element. Fixes #397162
11994 * docs/plugins/Makefile.am:
11995 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11996 * docs/plugins/gst-plugins-good-plugins-sections.txt:
11997 * docs/plugins/gst-plugins-good-plugins.args:
11998 * docs/plugins/inspect/plugin-audiofx.xml:
11999 Add docs for audioamplify and integrate them into the build system
12000 * tests/check/Makefile.am:
12001 * tests/check/elements/audioamplify.c: (setup_amplify),
12002 (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
12003 Add fairly extensive unit test suite for audioamplify
12005 2007-01-24 Wim Taymans <wim@fluendo.com>
12007 * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
12008 Unblock pads after adding the pads to the element so that autopluggers
12009 get a change to link something. Possibly fixes #395688.
12011 2007-01-24 Wim Taymans <wim@fluendo.com>
12013 * gst/rtp/gstrtpamrdepay.c:
12014 * gst/rtp/gstrtpgsmdepay.c:
12015 * gst/rtp/gstrtph263pdepay.c:
12016 * gst/rtp/gstrtph263ppay.c:
12017 * gst/rtp/gstrtph264depay.c:
12018 * gst/rtp/gstrtpilbcdepay.c:
12019 * gst/rtp/gstrtpmp2tdepay.c:
12020 * gst/rtp/gstrtpmp4gdepay.c:
12021 * gst/rtp/gstrtpmp4gpay.c:
12022 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12023 * gst/rtp/gstrtpmp4vpay.c:
12024 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
12025 (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
12026 (gst_rtp_mpa_depay_process):
12027 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
12028 (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
12029 * gst/rtp/gstrtppcmadepay.c:
12030 * gst/rtp/gstrtppcmudepay.c:
12031 * gst/rtp/gstrtpspeexdepay.c:
12032 * gst/rtp/gstrtpspeexpay.c:
12033 * gst/rtp/gstrtpsv3vdepay.c:
12034 * gst/rtp/gstrtptheoradepay.c:
12035 * gst/rtp/gstrtptheorapay.c:
12036 * gst/rtp/gstrtpvorbisdepay.c:
12037 * gst/rtp/gstrtpvorbispay.c:
12038 Fix caps with payload numbers.
12039 Add some fixed payload numbers to caps when possible.
12041 2007-01-23 Sebastian Dröge <slomo@circular-chaos.org>
12043 reviewed by: Stefan Kost <ensonic@users.sf.net>
12045 * gst/audiofx/Makefile.am:
12046 * gst/audiofx/audiofx.c: (plugin_init):
12047 * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12048 (gst_audio_invert_class_init), (gst_audio_invert_init),
12049 (gst_audio_invert_set_property), (gst_audio_invert_get_property),
12050 (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
12051 (gst_audio_invert_transform_float),
12052 (gst_audio_invert_transform_ip):
12053 * gst/audiofx/audioinvert.h:
12054 Add new audiofx element "audioinvert". This element swaps the upper
12055 and lower half of samples and can be used for example for a
12056 wide-stereo effect. Fixes #396057
12057 * docs/plugins/Makefile.am:
12058 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12059 * docs/plugins/gst-plugins-good-plugins-sections.txt:
12060 * docs/plugins/gst-plugins-good-plugins.args:
12061 * docs/plugins/inspect/plugin-audiofx.xml:
12062 Add docs for the audioinvert element and add them to the build system.
12063 * tests/check/Makefile.am:
12064 * tests/check/elements/audioinvert.c: (setup_invert),
12065 (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
12066 Add unit test suite for the audioinvert element.
12068 2007-01-23 Wim Taymans <wim@fluendo.com>
12070 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
12071 (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
12072 Parse config params as string and int.
12073 Parse and use AU header length
12075 2007-01-23 Wim Taymans <wim@fluendo.com>
12077 * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
12078 (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
12079 * gst/smpte/gstmask.c: (_gst_mask_register):
12080 * gst/smpte/gstmask.h:
12081 * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
12082 * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
12083 (gst_smpte_paint_triangle_clock):
12084 constify some static structs.
12085 Don't update the mask if nothing changed to the params.
12086 Make sure we never draw outside of the picture. Fixes #398325.
12088 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
12090 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
12091 Error out properly when pull_range fails while we're reading the
12092 headers, instead of just pausing the task silently. Fixes #399338.
12094 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
12096 * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12097 Some more sanity checks to make sure the input formats match and the
12098 input pads are actually negotiated, in case someone tries to feed
12099 buffers from fakesrc or filesrc. Fixes #398299.
12100 Also const-ify an array, just because we can.
12102 2007-01-19 Edward Hervey <edward@fluendo.com>
12104 * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
12105 Ignore previous commit, that was only valid for widths and heights
12106 that are multiples of 4.
12107 Copy over size/stride macros from jpegdec. This allows the element
12108 to work with any width,height...
12109 ... but puts in evidence that the actual transformations only work
12110 with width/height that are multiples of 4.
12112 2007-01-19 Edward Hervey <edward@fluendo.com>
12114 * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12115 Allocate buffers of the right size.
12116 The proper size of a I420 buffer in bytes is:
12122 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
12124 * gst/smpte/gstsmpte.c: (gst_smpte_init):
12125 Proxy getcaps on sink pads too, so that we either end up with the
12126 same dimensions on all pads or error out if that's not possible
12127 (seems to work even!). Fixes #398086, I think.
12129 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
12131 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12132 * docs/plugins/gst-plugins-good-plugins.args:
12133 * docs/plugins/gst-plugins-good-plugins.hierarchy:
12134 Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
12135 fix integer properties with -1 as minimum value.
12137 * docs/plugins/inspect/plugin-1394.xml:
12138 * docs/plugins/inspect/plugin-aasink.xml:
12139 * docs/plugins/inspect/plugin-alaw.xml:
12140 * docs/plugins/inspect/plugin-alpha.xml:
12141 * docs/plugins/inspect/plugin-alphacolor.xml:
12142 * docs/plugins/inspect/plugin-annodex.xml:
12143 * docs/plugins/inspect/plugin-apetag.xml:
12144 * docs/plugins/inspect/plugin-audiofx.xml:
12145 * docs/plugins/inspect/plugin-auparse.xml:
12146 * docs/plugins/inspect/plugin-autodetect.xml:
12147 * docs/plugins/inspect/plugin-avi.xml:
12148 * docs/plugins/inspect/plugin-cacasink.xml:
12149 * docs/plugins/inspect/plugin-cairo.xml:
12150 * docs/plugins/inspect/plugin-cdio.xml:
12151 * docs/plugins/inspect/plugin-cutter.xml:
12152 * docs/plugins/inspect/plugin-debug.xml:
12153 * docs/plugins/inspect/plugin-dv.xml:
12154 * docs/plugins/inspect/plugin-efence.xml:
12155 * docs/plugins/inspect/plugin-effectv.xml:
12156 * docs/plugins/inspect/plugin-esdsink.xml:
12157 * docs/plugins/inspect/plugin-flac.xml:
12158 * docs/plugins/inspect/plugin-flxdec.xml:
12159 * docs/plugins/inspect/plugin-gconfelements.xml:
12160 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12161 * docs/plugins/inspect/plugin-goom.xml:
12162 * docs/plugins/inspect/plugin-halelements.xml:
12163 * docs/plugins/inspect/plugin-icydemux.xml:
12164 * docs/plugins/inspect/plugin-id3demux.xml:
12165 * docs/plugins/inspect/plugin-jpeg.xml:
12166 * docs/plugins/inspect/plugin-level.xml:
12167 * docs/plugins/inspect/plugin-matroska.xml:
12168 * docs/plugins/inspect/plugin-mulaw.xml:
12169 * docs/plugins/inspect/plugin-multipart.xml:
12170 * docs/plugins/inspect/plugin-navigationtest.xml:
12171 * docs/plugins/inspect/plugin-ossaudio.xml:
12172 * docs/plugins/inspect/plugin-png.xml:
12173 * docs/plugins/inspect/plugin-rtp.xml:
12174 * docs/plugins/inspect/plugin-rtsp.xml:
12175 * docs/plugins/inspect/plugin-shout2send.xml:
12176 * docs/plugins/inspect/plugin-smpte.xml:
12177 * docs/plugins/inspect/plugin-speex.xml:
12178 * docs/plugins/inspect/plugin-taglib.xml:
12179 * docs/plugins/inspect/plugin-udp.xml:
12180 * docs/plugins/inspect/plugin-videobalance.xml:
12181 * docs/plugins/inspect/plugin-videobox.xml:
12182 * docs/plugins/inspect/plugin-videoflip.xml:
12183 * docs/plugins/inspect/plugin-videomixer.xml:
12184 * docs/plugins/inspect/plugin-wavenc.xml:
12185 * docs/plugins/inspect/plugin-wavparse.xml:
12186 * docs/plugins/inspect/plugin-ximagesrc.xml:
12189 2007-01-18 Stefan Kost <ensonic@users.sf.net>
12191 Patch by: Sebastian Dröge <slomo circular-chaos org>
12193 * gst/audiofx/audiopanorama.c:
12194 Fix doc section name (Fixes #397946)
12196 2007-01-17 Stefan Kost <ensonic@users.sf.net>
12198 * sys/v4l2/gstv4l2object.c:
12199 (gst_v4l2_object_install_properties_helper),
12200 (gst_v4l2_object_set_property_helper),
12201 (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12202 * sys/v4l2/gstv4l2object.h:
12203 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12204 (gst_v4l2src_init), (gst_v4l2src_set_property),
12205 (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12206 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12207 (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12208 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12209 (gst_v4l2src_capture_deinit):
12210 Fix EIO handing when capturing. Add new property to specify the number of
12211 buffers to enque (and remove the borked num-buffers usage).
12213 2007-01-16 Stefan Kost <ensonic@users.sf.net>
12215 Patch by: Sebastian Dröge <slomo circular-chaos org>
12217 * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12218 (gst_audio_panorama_set_process_function):
12219 Use a function array for process methods, add more docs and define the
12220 startindex of enums.
12222 2007-01-14 Tim-Philipp Müller <tim at centricular dot net>
12224 Patch by: Mark Nauwelaerts <manauw at skynet be>
12226 * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12227 (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12228 (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12229 (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12230 (gst_avi_mux_riff_get_avi_header),
12231 (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12232 (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12233 (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12234 (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12235 (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12236 (gst_avi_mux_change_state):
12237 * gst/avi/gstavimux.h:
12238 * tests/check/elements/avimux.c: (teardown_src_pad):
12239 Add support for more than one audio stream; write better AVIX
12240 header; refactor code a bit; don't announce vorbis caps on our audio
12241 sink pads since we don't support it anyway. Closes #379298.
12243 2007-01-13 Tim-Philipp Müller <tim at centricular dot net>
12245 Patch by: Sebastian Dröge <slomo circular-chaos org>
12247 * gst/audiofx/audiopanorama.c:
12248 (gst_audio_panorama_method_get_type),
12249 (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12250 (gst_audio_panorama_set_process_function),
12251 (gst_audio_panorama_set_property),
12252 (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12253 (gst_audio_panorama_transform_m2s_int_simple),
12254 (gst_audio_panorama_transform_s2s_int_simple),
12255 (gst_audio_panorama_transform_m2s_float_simple),
12256 (gst_audio_panorama_transform_s2s_float_simple):
12257 * gst/audiofx/audiopanorama.h:
12258 Add 'method' property and provide a simple (non-psychoacustic)
12259 processing method (#394859).
12261 * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12263 Tests for new method.
12265 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
12267 * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12268 * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12269 Set correct caps on outgoing pulled buffers, or things blow up
12270 after recent core changes.
12272 2007-01-11 Wim Taymans <wim@fluendo.com>
12274 Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12276 * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12277 (gst_multipart_mux_request_new_pad),
12278 (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12279 (gst_multipart_mux_change_state):
12280 Return FLOW errors ASAP. Fixes #394977.
12283 2007-01-11 Wim Taymans <wim@fluendo.com>
12285 Patch by: Lutz Mueller <lutz at topfrose dot de>
12287 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12288 Check for stream pad before activating.
12290 2007-01-10 Wim Taymans <wim@fluendo.com>
12292 Patch by: Peter Kjellerstedt <pkj at axis com>
12294 * gst/rtsp/COPYING.MIT:
12295 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12296 (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12297 (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12298 (gst_rtspsrc_stream_configure_transport),
12299 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12300 (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12301 (gst_rtspsrc_parse_methods),
12302 (gst_rtspsrc_create_transports_string),
12303 (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12304 (gst_rtspsrc_open), (gst_rtspsrc_close):
12305 * gst/rtsp/gstrtspsrc.h:
12306 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12307 (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12308 (parse_request_line), (parse_line), (rtsp_connection_read),
12309 (rtsp_connection_close):
12310 * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12311 (rtsp_method_as_text), (rtsp_header_as_text),
12312 (rtsp_status_as_text), (rtsp_find_header_field),
12313 (rtsp_find_method):
12314 * gst/rtsp/rtspdefs.h:
12315 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12316 (rtsp_ext_wms_configure_stream):
12317 * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12318 (rtsp_message_new_request), (rtsp_message_init_request),
12319 (rtsp_message_new_response), (rtsp_message_init_response),
12320 (rtsp_message_init_data), (rtsp_message_unset),
12321 (rtsp_message_free), (rtsp_message_add_header),
12322 (rtsp_message_get_header), (rtsp_message_set_body),
12323 (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12324 * gst/rtsp/rtspmessage.h:
12325 * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12326 (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12327 (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12328 (sdp_message_dump):
12329 Allow url to be NULL to be able to use it for server connections.
12330 Can now send responses as well as requests.
12331 No longer hangs in an endless loop if EOF is received.
12332 Can now convert a status code to a text string.
12333 Return RTSP_HDR_INVALID for unknown headers.
12334 Return RTSP_INVALID for unknown methods.
12335 Copy CSeq and Session headers from the request.
12336 Only free memory corresponding to the currently set message type.
12337 Added const to function arguments as appropriate.
12338 Avoid a compiler warning when initializing nmedia.
12339 Use guint rather than gint to avoid compiler warnings.
12340 Fix crasher in wms extension.
12341 Factor out stream setup from open_connection.
12342 Delay activation of streams when actual data is received from the
12343 server, this prepares us to do proper protocol switching.
12348 2007-01-10 Tim-Philipp Müller <tim at centricular dot net>
12350 Patch by: Sebastian Dröge <slomo ubuntu com>
12352 * docs/plugins/Makefile.am:
12353 * gst/audiofx/audiopanorama.c:
12354 Some small docs fixes (#394851).
12356 2007-01-09 Wim Taymans <wim@fluendo.com>
12358 * gst/avi/gstavidemux.c:
12361 2007-01-09 Wim Taymans <wim@fluendo.com>
12363 * gst/rtp/Makefile.am:
12364 * gst/rtp/gstrtp.c: (plugin_init):
12365 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12366 (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12367 (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12368 (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12369 (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12370 * gst/rtp/gstrtpmpvdepay.h:
12371 Added RFC 2250 MPEG Video Depayloader.
12373 * gst/rtp/gstrtpL16depay.h:
12374 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12375 (gst_rtp_h263p_depay_process):
12376 Fix Header file. Small cleanups.
12378 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12379 (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12380 (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12381 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12382 (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12383 (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12384 (gst_rtp_mp4v_depay_change_state):
12385 Remove usused code. Remove Adapter from state Change. Added debug.
12387 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12388 (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12389 (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12390 * gst/rtp/gstrtpmpadepay.h:
12391 Subclass base depayloader.
12393 Support static payload type assignment as well.
12395 * gst/rtp/gstrtpmpapay.c:
12398 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
12400 Patch by: Vincent Torri <vtorri at univ-evry fr>
12402 * ext/jpeg/gstjpegdec.c:
12403 * ext/jpeg/gstjpegenc.c:
12404 * ext/jpeg/smokecodec.c:
12405 These libjpeg callbacks should return a 'boolean' (unsigned char
12406 apparently) and not a 'gboolean' (which maps to gint). Fixes
12407 warnings when compiling with MingW (#393427).
12409 * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12410 Use ioctlsocket on win32.
12412 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12413 Some printf format fixes for win32.
12415 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
12417 * gst/cutter/gstcutter.c: (gst_cutter_chain):
12418 Use gst_guint64_to_gdouble for conversion.
12419 * win32/vs6/libgstmatroska.dsp:
12420 Add zlib to the link.
12421 * win32/vs6/libgstvideobox.dsp:
12422 Update liboil library name (project is linked to
12423 liboil-0.3-0.lib now).
12425 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
12427 * gst/matroska/Makefile.am:
12428 If zlib is available and used, we must link it explicitly for
12429 things to work on MingW (fixes #392855).
12431 2007-01-04 Tim-Philipp Müller <tim at centricular dot net>
12433 * ext/esd/esdsink.c: (gst_esdsink_delay):
12434 Don't return bogus values when esd_get_delay() fails for some
12437 2006-12-24 Tim-Philipp Müller <tim at centricular dot net>
12439 * sys/ximage/gstximagesrc.c: (composite_pixel):
12440 Fix presumably copy'n'pasto for 16bpp depth.
12442 2006-12-24 Tim-Philipp Müller <tim at centricular dot net>
12444 * gst/matroska/matroska-mux.c:
12445 (gst_matroska_mux_audio_pad_setcaps):
12446 The "signed" field in audio caps is of boolean type, trying to use
12447 gst_structure_get_int() to extract it will fail. Fixing this makes
12448 matroskamux accept raw audio input (#387121) (use at your own risk
12449 though, due to the matroska spec being not entirely useful in this
12451 Also fix up raw audio structures in template caps so that they
12452 represent what our setcaps function will actually accept, so that
12453 converters know what to convert to.
12454 Finally, don't fail if there isn't an "endianness" field in 8-bit
12457 2006-12-22 Stefan Kost <ensonic@users.sf.net>
12459 * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12460 * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12461 * tests/check/elements/cmmldec.c: (setup_cmmldec),
12462 (teardown_cmmldec):
12463 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12464 (teardown_cmmlenc):
12465 * tests/check/elements/level.c: (setup_level), (cleanup_level):
12466 reapply consistent pad (de)activation
12468 2006-12-21 Jan Schmidt <thaytan@mad.scientist.com>
12473 * gst-plugins-good.doap:
12474 Add 0.10.5 doap entry
12476 === release 0.10.5 ===
12478 2006-12-21 Jan Schmidt <thaytan@mad.scientist.com>
12481 releasing 0.10.5, "The Path of Thorns"
12483 2006-12-21 Stefan Kost <ensonic@users.sf.net>
12485 * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12486 * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12487 * tests/check/elements/cmmldec.c: (setup_cmmldec),
12488 (teardown_cmmldec):
12489 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12490 (teardown_cmmlenc):
12491 * tests/check/elements/level.c: (setup_level), (cleanup_level):
12492 revert my freeze breakage
12494 2006-12-21 Stefan Kost <ensonic@users.sf.net>
12496 * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12497 * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12498 * tests/check/elements/cmmldec.c: (setup_cmmldec),
12499 (teardown_cmmldec):
12500 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12501 (teardown_cmmlenc):
12502 * tests/check/elements/level.c: (setup_level), (cleanup_level):
12503 consistent pad (de)activation
12505 2006-12-18 Jan Schmidt <thaytan@mad.scientist.com>
12509 Disable LADPSA, as it has moved to the -bad module for the duration.
12511 2006-12-18 Wim Taymans <wim@fluendo.com>
12513 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12514 (gst_signal_processor_event):
12515 Reset flow_state back to _OK after a flush stop so that we exit our
12516 error state after the flush. Fixes #374213
12518 2006-12-16 David Schleef <ds@schleef.org>
12520 * sys/osxvideo/osxvideosink.h:
12521 * sys/osxvideo/osxvideosink.m:
12522 Decent effort at porting to 0.10. Needs cleanup on OS/X.
12524 2006-12-16 David Schleef <ds@schleef.org>
12526 Patch by: Vijay Santhanam <vijay santhanam gmail com>
12528 * sys/osxvideo/Makefile.am:
12529 * sys/osxvideo/osxvideosink.h:
12530 * sys/osxvideo/osxvideosink.m:
12531 Preliminary patch for porting osxvideosink
12533 2006-12-16 Wim Taymans <wim@fluendo.com>
12535 Patch by: Sjoerd Simons <sjoerd at luon dot net>
12537 * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12538 (gst_videomixer_set_master_geometry),
12539 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12540 (gst_videomixer_reset), (gst_videomixer_init),
12541 (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12542 (gst_videomixer_release_pad), (gst_videomixer_collected),
12543 (gst_videomixer_change_state):
12544 Introduce some locking around the videomixer state so that it does not
12545 crash when adding/removing pads. Fixes #383043.
12547 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
12550 Make sure libcaca can actually be used instead of just checking for
12551 /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12552 cross-compiling (fixes #384587).
12554 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
12557 * gst-plugins-good.doap:
12558 * gst-plugins-good.spec.in:
12561 2006-12-14 Tim-Philipp Müller <tim at centricular dot net>
12564 libflac-1.1.3 changed API again, but we can't build against it yet,
12565 so make sure our check doesn't use libflac-1.1.3 and add a comment
12568 2006-12-14 Tim-Philipp Müller <tim at centricular dot net>
12570 * gst/effectv/gstquark.c: (gst_quarktv_transform),
12571 (gst_quarktv_planetable_clear):
12572 Add some NULL pointer checks (possibly related to #385623).
12574 2006-12-12 Tim-Philipp Müller <tim at centricular dot net>
12576 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12577 (gst_tag_demux_chain):
12578 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12579 In streaming mode, if the first buffer we get doesn't have an
12580 offset, fix it up to be 0, otherwise trimming won't work later on
12581 and we'll be typefinding application/x-id3, which may result in
12582 decodebin plugging an endless number of id3demux elements as a
12583 consequence. Fixes #385031.
12585 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
12587 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12588 Ignore the buffer_time the sound device reports. Turns out it is
12589 sometimes completely bogus and we're better off without it.
12591 2006-12-11 Tim-Philipp Müller <tim at centricular dot net>
12593 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12594 (gst_matroska_demux_video_caps):
12595 * gst/matroska/matroska-ids.c:
12596 (gst_matroska_track_init_video_context):
12597 * gst/matroska/matroska-ids.h:
12598 Try harder to extract the framerate for video tracks correctly and
12599 save it directly instead of converting it back and forth a few
12600 times. Mostly makes a difference for very small framerates (<1).
12603 2006-12-11 Tim-Philipp Müller <tim at centricular dot net>
12605 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12606 (gst_gconf_audio_src_dispose), (do_toggle_element):
12607 * ext/gconf/gstgconfaudiosrc.h:
12608 Remove gconf notify hook when the gconfaudiosrc element is
12609 destroyed, otherwise the callback may be called on an
12610 already-destroyed instance and bad things happen. Should fix
12612 Also ignore gconf key changes when the source is already running.
12614 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
12616 Patch by: Sebastian Dröge <mail at slomosnail de>
12618 * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12619 We need to be able to read and parse any possible floating point string
12620 format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12621 will parse the former only in certain locales though, so we really need
12622 to canonicalise the separator to '.' and then use g_ascii_strtod() to
12623 make sure we can parse either version at all times.
12624 Fixes #382982 for real.
12626 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
12628 * sys/sunaudio/gstsunaudiomixerctrl.c:
12629 * sys/sunaudio/gstsunaudiosrc.c:
12631 Use the sunaudio debug category.
12633 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12634 (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12635 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12636 (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12637 (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12638 (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12639 (gst_sunaudiosink_reset):
12640 * sys/sunaudio/gstsunaudiosink.h:
12642 Uses the sunaudio debug category for all debug output
12643 Implements the _delay() callback to synchronise video playback better
12644 Change the segtotal and segsize values back to the parent class
12645 defaults (taken from buffer_time and latency_times of 200ms and 10ms
12647 Measure the samples written to the device vs. played.
12648 Keep track of segments in the device by writing empty eof frames, and
12649 sleep using a GCond when we get too far ahead and risk overrunning the
12654 2006-12-08 Wim Taymans <wim@fluendo.com>
12656 Patch by: Sebastian Dröge <mail at slomosnail de >
12658 * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12659 (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12660 * gst/audiofx/audiopanorama.h:
12661 Fix audiopanorame with float samples. Fixes #383726.
12663 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
12665 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12666 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12667 (gst_sunaudiosrc_reset):
12669 Implement reset functions to unblock the src/sink more quickly on
12670 state change requests.
12671 Patch by: Brian Cameron <brian dot cameron at sun com>
12673 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
12675 * sys/sunaudio/gstsunaudiomixer.c:
12676 (gst_sunaudiomixer_change_state):
12677 Construct the correct mixer device name when the AUDIODEV env var
12680 Patch by: Jerry Tan <jerry.tan at sun dot com>
12683 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
12685 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12686 Apply patch to open the mixer control and set the MULTIPLE_OPEN
12687 ioctl. On solaris, the mixer device doesn't need opening non-blocking
12688 - it can be opened by multiple processes by default, but needs the ioctl for multiple opens within 1 process.
12689 Patch by: Jerry Tan <jerry.tan at sun dot com>
12692 2006-12-07 Wim Taymans <wim@fluendo.com>
12694 * gst/smpte/gstmask.h:
12695 * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12696 (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12697 (gst_smpte_collected), (gst_smpte_set_property),
12698 (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12699 * gst/smpte/gstsmpte.h:
12700 Port to 0.10 some more.
12701 Added duration property to specify the duration of the transition.
12702 Make framerate a fraction.
12703 Deprecate fps property, we only use negotiated fps.
12705 Fix collectpad usage.
12706 Reset state in READY.
12707 Send NEWSEGMENT event.
12708 Fix racy updates of object properties.
12709 Added debug category.
12712 2006-12-06 Wim Taymans <wim@fluendo.com>
12714 Patch by: Sjoerd Simons <sjoerd at luon dot net>
12716 * gst/videomixer/videomixer.c:
12717 (gst_videomixer_set_master_geometry),
12718 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12719 Don't reset xpos and ypos in the setcaps function because causes
12720 unexpected behaviour.
12723 2006-12-06 Wim Taymans <wim@fluendo.com>
12725 * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12726 (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12727 Keep track of the buffer timestamp in the collectdata member instead
12728 of modifying the buffer without making the metadata writable first.
12731 2006-12-06 Wim Taymans <wim@fluendo.com>
12733 Patch by: Rob Taylor <robtaylor at floopily dot org>
12735 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12736 If using multicast in udpsrc, bind to the multicast address rather than
12738 This allows the simultanous use of multiple udpsrcs listening on
12739 different multicat addresses. Without this all udpsrcs will receive all
12740 packets from all subscribed multicast addresses.
12743 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
12745 * ext/taglib/gstid3v2mux.cc:
12746 Don't attempt to write a NULL frame into the ID3 tag set when the
12747 createFrame method returned NULL.
12749 Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12751 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
12753 * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12754 Use g_strtod() instead of sscanf to parse doubles, so that it will
12755 try parsing in the C locale if the current locale fails.
12757 Patch by: Sebastian Dröge <mail at slomosnail de >
12759 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
12762 Fix compilation on win32 under VS8
12763 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12764 Partially fixes #381175
12766 2006-11-30 Stefan Kost <ensonic@users.sf.net>
12768 * gst/avi/gstavimux.c:
12769 accept all mpegversions,fixes #380825
12770 spotted by: Jerome Alet
12772 2006-11-30 Stefan Kost <ensonic@users.sf.net>
12774 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12775 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12776 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12777 (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12778 cleanup the error message a bit more
12780 2006-11-28 Wim Taymans <wim@fluendo.com>
12782 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12783 Fix width and height properties.
12785 * ext/libcaca/gstcacasink.h:
12786 Fix compilation on newer libcaca that require us to include a new
12787 header. Fixes #379918.
12789 2006-11-28 Wim Taymans <wim@fluendo.com>
12791 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12792 * gst/rtsp/gstrtspsrc.h:
12793 * gst/rtsp/rtspext.h:
12794 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12795 (rtsp_ext_wms_get_context):
12796 Add method so that extensions can choose to disable the setup of
12798 Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12800 2006-11-27 Wim Taymans <wim@fluendo.com>
12802 Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12804 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12805 Push header in a separate buffer instead of memcpy:ing all data.
12806 Change LF => CRLF in headers.
12807 Move trailing LF to header. Fixes #379792.
12809 2006-11-27 Wim Taymans <wim@fluendo.com>
12811 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12812 Small buffer overflow fix and improve debugging.
12814 2006-11-24 Stefan Kost <ensonic@users.sf.net>
12816 * ext/esd/esdmon.h:
12817 * ext/esd/esdsink.h:
12818 remove obsolete _factory_init protos
12820 2006-11-24 Stefan Kost <ensonic@users.sf.net>
12822 * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12823 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12824 (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12825 (gst_avi_demux_read_subindexes_push),
12826 (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12827 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12828 (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12829 (gst_avi_demux_massage_index),
12830 (gst_avi_demux_calculate_durations_from_index),
12831 (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12832 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12833 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12834 remove dead code, tweak debugs statements, add comments, use
12835 _uint64_scale instead _uint64_scale_int when using guint64 values,
12836 small optimizations, reflow some error handling
12838 2006-11-22 Edward Hervey <edward@fluendo.com>
12841 We never put .pot files in cvs. Let's ignore them all.
12843 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
12846 ... but better exclude files that aren't disted.
12848 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
12851 Add v4l2 source files to list of files with translations, so the
12852 strings are actually extracted (however bad they still may be).
12854 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
12856 * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12857 Minor clean-ups: const-ify static array, remove trailing comma from
12858 last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12860 2006-11-19 Jan Schmidt <thaytan@mad.scientist.com>
12862 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12863 Make sure that g_free always gets called on the same pointer that was
12864 returned by g_malloc. Fixes #376594.
12865 Do not leak memory if decompressed size is wrong.
12866 Remove unneeded check of return value of g_malloc.
12867 Patch by: René Stadler <mail@renestadler.de>
12869 2006-11-18 Tim-Philipp Müller <tim at centricular dot net>
12871 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12872 Add missing curly brackets.
12874 2006-11-17 Edgard Lima <edgard.lima@indt.org.br>
12876 * sys/v4l2/v4l2src_calls.c:
12877 Fix capture_deinit.
12879 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
12881 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12882 (gst_matroska_mux_request_new_pad):
12883 Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12885 * tests/check/elements/matroskamux.c: (setup_src_pad),
12886 (setup_sink_pad), (GST_START_TEST):
12887 Activate pads before using them.
12889 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
12891 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12892 Initialise variable to get rid of bogus compiler warning.
12894 2006-11-16 Stefan Kost <ensonic@users.sf.net>
12896 Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12898 * gst/rtp/gstrtph263pay.c:
12899 * gst/rtp/gstrtph263pdepay.c:
12900 * gst/rtp/gstrtph263ppay.c:
12901 Specify H.263 variant and version in the caps (fixes #361637)
12903 2006-11-15 Wim Taymans <wim@fluendo.com>
12905 * gst/rtsp/rtspconnection.c: (read_body):
12906 Don't set a data pointer to NULL and a size > 0 when we deal
12907 with empty packets.
12909 * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12910 (rtsp_message_init_response), (rtsp_message_init_data),
12911 (rtsp_message_unset), (rtsp_message_free),
12912 (rtsp_message_take_body):
12913 Check that we can't create invalid empty packets.
12915 2006-11-15 Tim-Philipp Müller <tim at centricular dot net>
12917 Patch by: Mark Nauwelaerts <manauw at skynet be>
12919 * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12920 (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12921 (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12922 (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12923 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12924 (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12925 * gst/matroska/matroska-mux.h:
12926 Add basic tag writing support; implement releasing pads (#374658).
12928 2006-11-15 Tim-Philipp Müller <tim at centricular dot net>
12930 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12931 (gst_matroska_demux_audio_caps):
12932 Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12934 2006-11-14 David Schleef <ds@schleef.org>
12936 * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12938 2006-11-14 Tim-Philipp Müller <tim at centricular dot net>
12940 Patch by: Sergey Scobich <sergey.scobich at gmail com>
12942 * win32/vs8/gst-plugins-good.sln:
12943 * win32/vs8/libgst1394.vcproj:
12944 * win32/vs8/libgstaasink.vcproj:
12945 * win32/vs8/libgstalaw.vcproj:
12946 * win32/vs8/libgstalpha.vcproj:
12947 * win32/vs8/libgstalphacolor.vcproj:
12948 * win32/vs8/libgstannodex.vcproj:
12949 * win32/vs8/libgstapetag.vcproj:
12950 * win32/vs8/libgstaudiofx.vcproj:
12951 * win32/vs8/libgstauparse.vcproj:
12952 * win32/vs8/libgstautodetect.vcproj:
12953 * win32/vs8/libgstavi.vcproj:
12954 * win32/vs8/libgstcacasink.vcproj:
12955 * win32/vs8/libgstcdio.vcproj:
12956 * win32/vs8/libgstcutter.vcproj:
12957 * win32/vs8/libgstdv.vcproj:
12958 * win32/vs8/libgsteffectv.vcproj:
12959 * win32/vs8/libgstflac.vcproj:
12960 * win32/vs8/libgstflxdec.vcproj:
12961 * win32/vs8/libgstgoom.vcproj:
12962 * win32/vs8/libgsticydemux.vcproj:
12963 * win32/vs8/libgstid3demux.vcproj:
12964 * win32/vs8/libgstjpeg.vcproj:
12965 * win32/vs8/libgstladspa.vcproj:
12966 * win32/vs8/libgstlevel.vcproj:
12967 * win32/vs8/libgstmatroska.vcproj:
12968 * win32/vs8/libgstmikmod.vcproj:
12969 * win32/vs8/libgstmng.vcproj:
12970 * win32/vs8/libgstmonoscope.vcproj:
12971 * win32/vs8/libgstmulaw.vcproj:
12972 * win32/vs8/libgstmultipart.vcproj:
12973 * win32/vs8/libgstpng.vcproj:
12974 * win32/vs8/libgstrtp.vcproj:
12975 * win32/vs8/libgstrtsp.vcproj:
12976 * win32/vs8/libgstshout2.vcproj:
12977 * win32/vs8/libgstsmpte.vcproj:
12978 * win32/vs8/libgstspeex.vcproj:
12979 * win32/vs8/libgsttaglib.vcproj:
12980 * win32/vs8/libgstudp.vcproj:
12981 * win32/vs8/libgstvideobalance.vcproj:
12982 * win32/vs8/libgstvideobox.vcproj:
12983 * win32/vs8/libgstvideoflip.vcproj:
12984 * win32/vs8/libgstvideomixer.vcproj:
12985 * win32/vs8/libgstwavenc.vcproj:
12986 * win32/vs8/libgstwavparse.vcproj:
12987 Make end-of-line returns unixy, so that when the files are checked
12988 out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12989 Hopefully fixes #366492.
12991 2006-11-14 Wim Taymans <wim@fluendo.com>
12993 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12994 Disable init_frames delay timestamp adjustment, it does not
12995 seem to be needed at all. Fixes #369621.
12997 2006-11-13 Wim Taymans <wim@fluendo.com>
12999 Patch by: Mark Nauwelaerts <manauw at skynet be>
13001 * gst/videomixer/videomixer.c:
13002 (gst_videomixer_set_master_geometry),
13003 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
13004 (gst_videomixer_collect_free), (gst_videomixer_reset),
13005 (gst_videomixer_init), (gst_videomixer_finalize),
13006 (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
13007 (gst_videomixer_collected), (gst_videomixer_change_state):
13008 Fix memleak by unref'ing collectpads instance (when finalizing)
13009 Implement releasing a request pad. Fixes #374479.
13011 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
13013 Patch by: Sergey Scobich <sergey.scobich at gmail com>
13015 * win32/vs8/gst-plugins-good.sln:
13016 * win32/vs8/libgst1394.vcproj:
13017 * win32/vs8/libgstaasink.vcproj:
13018 * win32/vs8/libgstalaw.vcproj:
13019 * win32/vs8/libgstalpha.vcproj:
13020 * win32/vs8/libgstalphacolor.vcproj:
13021 * win32/vs8/libgstannodex.vcproj:
13022 * win32/vs8/libgstapetag.vcproj:
13023 * win32/vs8/libgstaudiofx.vcproj:
13024 * win32/vs8/libgstauparse.vcproj:
13025 * win32/vs8/libgstautodetect.vcproj:
13026 * win32/vs8/libgstavi.vcproj:
13027 * win32/vs8/libgstcacasink.vcproj:
13028 * win32/vs8/libgstcdio.vcproj:
13029 * win32/vs8/libgstcutter.vcproj:
13030 * win32/vs8/libgstdv.vcproj:
13031 * win32/vs8/libgsteffectv.vcproj:
13032 * win32/vs8/libgstflac.vcproj:
13033 * win32/vs8/libgstflxdec.vcproj:
13034 * win32/vs8/libgstgoom.vcproj:
13035 * win32/vs8/libgsticydemux.vcproj:
13036 * win32/vs8/libgstid3demux.vcproj:
13037 * win32/vs8/libgstjpeg.vcproj:
13038 * win32/vs8/libgstladspa.vcproj:
13039 * win32/vs8/libgstlevel.vcproj:
13040 * win32/vs8/libgstmatroska.vcproj:
13041 * win32/vs8/libgstmikmod.vcproj:
13042 * win32/vs8/libgstmng.vcproj:
13043 * win32/vs8/libgstmonoscope.vcproj:
13044 * win32/vs8/libgstmulaw.vcproj:
13045 * win32/vs8/libgstmultipart.vcproj:
13046 * win32/vs8/libgstpng.vcproj:
13047 * win32/vs8/libgstrtp.vcproj:
13048 * win32/vs8/libgstrtsp.vcproj:
13049 * win32/vs8/libgstshout2.vcproj:
13050 * win32/vs8/libgstsmpte.vcproj:
13051 * win32/vs8/libgstspeex.vcproj:
13052 * win32/vs8/libgsttaglib.vcproj:
13053 * win32/vs8/libgstudp.vcproj:
13054 * win32/vs8/libgstvideobalance.vcproj:
13055 * win32/vs8/libgstvideobox.vcproj:
13056 * win32/vs8/libgstvideoflip.vcproj:
13057 * win32/vs8/libgstvideomixer.vcproj:
13058 * win32/vs8/libgstwavenc.vcproj:
13059 * win32/vs8/libgstwavparse.vcproj:
13060 Add VS8 project files (note that many of the plugins in ext are
13061 disabled by default). Fixes #366492.
13063 2006-11-10 Stefan Kost <ensonic@users.sf.net>
13065 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
13066 we do not translate debug messages
13068 2006-11-08 Stefan Kost <ensonic@users.sf.net>
13070 * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
13071 fix categorisation, make short desc more explicit, remove unused code
13074 2006-11-08 Wim Taymans <wim@fluendo.com>
13076 * gst/rtp/gstrtpL16depay.c:
13077 * gst/rtp/gstrtpamrdepay.c:
13078 * gst/rtp/gstrtpamrpay.c:
13079 * gst/rtp/gstrtpgsmdepay.c:
13080 * gst/rtp/gstrtph263pay.c:
13081 * gst/rtp/gstrtph263pdepay.c:
13082 * gst/rtp/gstrtph263ppay.c:
13083 * gst/rtp/gstrtph264depay.c:
13084 * gst/rtp/gstrtpmp2tdepay.c:
13085 * gst/rtp/gstrtpmp4gdepay.c:
13086 * gst/rtp/gstrtpmp4gpay.c:
13087 * gst/rtp/gstrtpmp4vdepay.c:
13088 * gst/rtp/gstrtpmp4vpay.c:
13089 * gst/rtp/gstrtpmpadepay.c:
13090 * gst/rtp/gstrtpmpapay.c:
13091 * gst/rtp/gstrtppcmadepay.c:
13092 * gst/rtp/gstrtppcmapay.c:
13093 * gst/rtp/gstrtppcmudepay.c:
13094 * gst/rtp/gstrtppcmupay.c:
13095 * gst/rtp/gstrtpspeexdepay.c:
13096 * gst/rtp/gstrtpspeexpay.c:
13097 * gst/rtp/gstrtpsv3vdepay.c:
13098 Fix element descriptions.
13100 2006-11-08 Wim Taymans <wim@fluendo.com>
13102 * gst/rtp/gstrtpvorbisdepay.c:
13103 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
13105 Small cleanup in the payloader.
13107 2006-11-08 Wim Taymans <wim@fluendo.com>
13109 * gst/rtp/Makefile.am:
13110 * gst/rtp/gstrtp.c: (plugin_init):
13111 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
13112 (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
13113 (gst_rtp_theora_depay_finalize),
13114 (gst_rtp_theora_depay_parse_configuration),
13115 (gst_rtp_theora_depay_setcaps),
13116 (gst_rtp_theora_depay_switch_codebook),
13117 (gst_rtp_theora_depay_process),
13118 (gst_rtp_theora_depay_set_property),
13119 (gst_rtp_theora_depay_get_property),
13120 (gst_rtp_theora_depay_change_state),
13121 (gst_rtp_theora_depay_plugin_init):
13122 * gst/rtp/gstrtptheoradepay.h:
13123 * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
13124 (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
13125 (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
13126 (gst_rtp_theora_pay_init_packet),
13127 (gst_rtp_theora_pay_flush_packet),
13128 (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
13129 (gst_rtp_theora_pay_handle_buffer),
13130 (gst_rtp_theora_pay_plugin_init):
13131 * gst/rtp/gstrtptheorapay.h:
13132 Add theora pay/depayloaders.
13134 2006-11-06 Wim Taymans <wim@fluendo.com>
13136 * gst/rtp/Makefile.am:
13137 We depend on gsttag to generate the vorbis comments.
13139 * gst/rtp/gstrtpvorbisdepay.c:
13140 (gst_rtp_vorbis_depay_parse_configuration),
13141 (gst_rtp_vorbis_depay_setcaps),
13142 (gst_rtp_vorbis_depay_switch_codebook),
13143 (gst_rtp_vorbis_depay_process):
13144 * gst/rtp/gstrtpvorbisdepay.h:
13145 Parse configuration string in the depayloader.
13146 Implement selecting and switching to a new codebook.
13147 Receiving vorbis over RTP now works.
13149 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
13150 (gst_rtp_vorbis_pay_init_packet),
13151 (gst_rtp_vorbis_pay_finish_headers),
13152 (gst_rtp_vorbis_pay_handle_buffer):
13153 * gst/rtp/gstrtpvorbispay.h:
13154 Set timestamps on outgoing buffers and RTP packets.
13155 Fix configuration string, prepend number of Packet headers.
13156 Fix encoding of ident string.
13157 Add delivery-method to caps.
13158 Streaming vorbis over RTP now works.
13160 2006-11-06 Wim Taymans <wim@fluendo.com>
13162 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13163 (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13164 (gst_rtp_vorbis_pay_handle_buffer):
13165 * gst/rtp/gstrtpvorbispay.h:
13166 Generate a valid configuration string in the caps based on the
13169 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
13171 * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13172 * ext/cdio/gstcdio.h:
13173 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13174 Move CD-TEXT utility function into common file so it can also be
13175 used by a future cdioparanoiasrc.
13177 2006-11-01 Edgard Lima <edgard.lima@indt.org.br>
13179 * sys/v4l2/Makefile.am:
13180 * sys/v4l2/gstv4l2object.c:
13181 * sys/v4l2/gstv4l2src.c:
13182 * sys/v4l2/gstv4l2xoverlay.c:
13183 * sys/v4l2/v4l2_calls.c:
13184 * sys/v4l2/v4l2src_calls.c:
13185 Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13186 xoverlay code that is still not implemented.
13188 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
13190 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13191 We require a -base more recent than 0.10.9, so it's safe to use
13192 GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13194 * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13195 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13196 Use _newsegment_full() now that we depend on a recent enough core.
13198 * gst/wavparse/gstwavparse.c:
13199 Remove cruft that we don't need any longer now that we depend on
13200 a recent enough -base.
13202 2006-10-31 Wim Taymans <wim@fluendo.com>
13204 * gst/rtp/Makefile.am:
13205 * gst/rtp/gstrtp.c: (plugin_init):
13206 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13207 (gst_rtpilbcpay_setcaps):
13208 Fix and activate ILBC pay and depayloaders. Fixes #368162.
13210 2006-10-31 Wim Taymans <wim@fluendo.com>
13212 * ext/speex/gstspeexdec.c: (speex_dec_convert),
13213 (speex_dec_sink_event), (speex_dec_chain_parse_header):
13214 Some small cleanups, use _scale.
13216 2006-10-31 Wim Taymans <wim@fluendo.com>
13218 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13219 Use higher precision scale function.
13221 2006-10-30 Tim-Philipp Müller <tim at centricular dot net>
13223 Patch by: Michal Benes <michal dot benes at itonis tv>
13225 * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13226 (gst_matroska_demux_read_track_encodings),
13227 (gst_matroska_decode_buffer):
13228 Fix several issues with encoded/compressed/encrypted/signed tracks;
13229 also, remove superfluous newline characters from some debug
13230 statements. (#366155)
13232 2006-10-30 Wim Taymans <wim@fluendo.com>
13234 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13235 * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13236 (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13237 (gst_smokedec_change_state):
13238 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13239 (gst_smokeenc_init), (gst_smokeenc_finalize),
13240 (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13241 (gst_smokeenc_resync), (gst_smokeenc_chain),
13242 (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13243 (gst_smokeenc_change_state):
13244 Various cleanups, capsnego and leak fixes.
13246 2006-10-30 Wim Taymans <wim@fluendo.com>
13248 Patch by: Mark Nauwelaerts <manauw at skynet be>
13250 * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13251 Fix videomixer so that it can handle any combination of framerates.
13254 2006-10-28 Wim Taymans <wim@fluendo.com>
13256 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13257 (gst_avi_demux_parse_file_header),
13258 (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13259 (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13260 (gst_avi_demux_chain):
13261 Fix position query for audio. also fixes timestamps in streaming
13262 mode and bug #364958.
13265 2006-10-27 Wim Taymans <wim@fluendo.com>
13267 * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13268 * ext/libpng/gstpngenc.h:
13269 Fix strides. Fixes #364856.
13271 Set caps on outgoing buffers.
13273 2006-10-18 Wim Taymans <wim@fluendo.com>
13275 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13277 * gst/rtp/gstrtpgsmpay.c:
13278 * gst/rtp/gstrtph263pay.c:
13279 * gst/rtp/gstrtpmpapay.c:
13280 * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13281 (gst_rtp_pcma_pay_handle_buffer):
13282 * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13283 Add static payload numbers in addition to the dynamic ones.
13286 2006-10-18 Wim Taymans <wim@fluendo.com>
13288 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13289 (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13290 (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13291 (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13292 * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13293 * gst/rtsp/rtspdefs.h:
13294 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13295 * gst/rtsp/rtspurl.h:
13296 Reuse already existing enum for lower transport.
13297 Add rtspt and rtspu protocols.
13298 Send redirect to rtspt when udp times out.
13300 2006-10-18 Wim Taymans <wim@fluendo.com>
13302 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13303 (gst_wavparse_stream_data):
13304 Fix seeking some more, mostly for speed changes.
13306 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
13308 Patch by: Fredrik Persson <frepe at bredband net>
13310 * sys/v4l2/gstv4l2tuner.c:
13311 * sys/v4l2/gstv4l2tuner.h:
13312 Fix _set_channel(): remove useless g_object_notify() for "channel"
13313 property that doesn't exist any longer and therefore now also
13314 useless redirect (#338818).
13316 2006-10-17 Wim Taymans <wim@fluendo.com>
13318 * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13319 Some drivers do not support unsetting the non-blocking flag once the
13320 device is opened. In those cases, close/open the device in
13321 non-blocking mode. Fixes #362673.
13323 2006-10-17 Stefan Kost <ensonic@users.sf.net>
13325 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13326 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13327 (gst_v4l2src_get_fps):
13328 dear stefan, framespersecond is not frameperiod, reverting but adding
13331 2006-10-17 Stefan Kost <ensonic@users.sf.net>
13333 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13334 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13335 (gst_v4l2src_get_fps):
13336 Numerator is numerator and denominator is denominator. Say that aloud
13337 5 times and retry after next beer.
13339 2006-10-16 Tim-Philipp Müller <tim at centricular dot net>
13341 Patch by: Josep Torra Valles <josep at fluendo com>
13343 * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13344 * ext/esd/esdsink.c: (gst_esdsink_write):
13345 * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13346 (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13347 (gst_flac_dec_send_newsegment):
13348 * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13349 (gst_flac_enc_tell_callback):
13350 * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13351 (smokecodec_parse_header), (smokecodec_decode):
13352 * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13353 * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13354 * gst/goom/Makefile.am:
13355 * gst/goom/gstgoom.c:
13356 * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13357 * gst/rtsp/gstrtspsrc.c:
13358 * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13359 * gst/udp/gstudpsink.c:
13360 * gst/udp/gstudpsrc.c:
13361 * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13362 * sys/sunaudio/gstsunaudiomixertrack.h:
13363 Fix a bunch of problems discovered by the Forte compiler, mostly type
13364 mixups and pointer arithmetics with void pointers. Fixes #362603.
13366 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
13368 * ext/speex/gstspeex.c: (plugin_init):
13369 * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13370 (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13371 (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13372 (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13373 (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13374 (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13375 (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13376 (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13377 (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13378 (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13379 (gst_speex_enc_chain), (gst_speex_enc_get_property),
13380 (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13381 * ext/speex/gstspeexenc.h:
13382 Miscellaneous clean-ups, among other things: speexenc => enc to
13383 enhance code readability; change speexenc => speex_enc; in chain
13384 function unref input buffer in case of error; take reference in
13385 event function; use boilerplate macro; use gst_pad_query_peer_*
13386 convenience functions.
13388 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
13390 * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13391 (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13392 (gst_speexenc_set_header_on_caps):
13393 Fix some mem leaks.
13395 2006-10-11 Wim Taymans <wim@fluendo.com>
13398 Added some other URL.
13400 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13401 (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13402 (gst_rtspsrc_open), (gst_rtspsrc_play),
13403 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13404 * gst/rtsp/gstrtspsrc.h:
13405 Work on fallback to TCP connection when the UDP socket times out.
13406 Handler server requests, just reply with OK for now.
13408 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13409 * gst/rtsp/rtspdefs.h:
13410 Added some more Real extension headers.
13412 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13413 Fix parsing of urls with a ':' that is not part of the hostname:port
13416 2006-10-11 Tim-Philipp Müller <tim at centricular dot net>
13418 * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13419 * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13420 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13421 Activate pad before adding it to the already-running element.
13423 * tests/check/elements/icydemux.c: (icydemux_found_pad):
13424 Activate newly-created pad too.
13426 2006-10-11 Wim Taymans <wim@fluendo.com>
13428 Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13430 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13431 (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13432 (gst_udpsrc_start):
13433 Fix some leaks in caps and uris. Fixes #361252.
13435 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
13437 * gst/wavparse/Makefile.am:
13438 Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13440 2006-10-09 Jan Schmidt <thaytan@mad.scientist.com>
13442 * sys/v4l2/gstv4l2xoverlay.c:
13443 * sys/v4l2/gstv4l2xoverlay.h:
13444 Fix build as per the patch in #338818 comment 36.
13446 2006-10-07 Tim-Philipp Müller <tim at centricular dot net>
13448 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13449 Activate pads before adding them to the source.
13451 2006-10-06 Wim Taymans <wim@fluendo.com>
13453 * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13454 * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13455 Activate pads before adding.
13457 2006-10-06 Wim Taymans <wim@fluendo.com>
13459 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13460 (gst_multipart_find_pad_by_mime):
13461 Activate pads before adding.
13463 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13464 BOILERPLATE sets parent_class for us.
13466 2006-10-06 Wim Taymans <wim@fluendo.com>
13468 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13469 (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13470 (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13471 (gst_rtspsrc_alloc_udp_ports),
13472 (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13473 (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13474 (gst_rtspsrc_create_transports_string),
13475 (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13476 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13477 * gst/rtsp/gstrtspsrc.h:
13478 Rework how the transport string is constructed, try to share channels
13480 Make most of the stuff less dependant on RTP as we are also going to use
13482 Add support for transport specific session managers.
13484 * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13485 Implement _flush().
13487 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13488 * gst/rtsp/rtspdefs.h:
13489 Add generic error return code.
13491 * gst/rtsp/rtspext.h:
13492 Add support for pluggable tranport strings.
13494 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13495 (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13496 (rtsp_ext_wms_get_context):
13497 Detect WMServer and activate the extension.
13499 * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13500 (rtsp_transport_get_manager), (rtsp_transport_parse):
13501 * gst/rtsp/rtsptransport.h:
13502 Added methods to get mime/manager for certain transports.
13504 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
13506 * ext/cairo/gsttimeoverlay.c:
13507 (gst_cairo_time_overlay_update_font_height):
13508 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13509 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13510 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13511 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13512 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13513 * ext/libpng/gstpngdec.c: (user_endrow_callback):
13514 * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13515 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13516 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13517 (gst_avi_demux_stream_data):
13518 * gst/cutter/gstcutter.c: (gst_cutter_chain):
13519 * gst/debug/efence.c: (gst_efence_buffer_alloc),
13520 (gst_fenced_buffer_copy):
13521 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13522 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13523 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13524 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13525 (gst_rtspsrc_handle_message):
13526 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13527 * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13528 Printf format fixes.
13530 2006-10-04 Wim Taymans <wim@fluendo.com>
13532 * gst/rtsp/Makefile.am:
13533 Dist new .h file too.
13535 2006-10-04 Wim Taymans <wim@fluendo.com>
13537 * gst/rtsp/Makefile.am:
13538 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13539 (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13540 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13541 (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13542 (gst_rtspsrc_parse_rtpmap),
13543 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13544 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13545 (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13546 * gst/rtsp/gstrtspsrc.h:
13547 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13548 * gst/rtsp/rtspdefs.h:
13549 * gst/rtsp/rtspext.h:
13550 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13551 (rtsp_ext_wms_get_context):
13552 * gst/rtsp/rtspextwms.h:
13553 * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13554 (rtsp_transport_parse):
13555 * gst/rtsp/rtsptransport.h:
13556 Factor out extension in separate module.
13557 Fix getcaps to filter against the padtemplate.
13558 Use Content-Base if the server gives one.
13559 Rework the transport parsing a bit for future extensions.
13560 Added some Real Header field definitions.
13562 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
13564 * docs/plugins/Makefile.am:
13565 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13566 * docs/plugins/gst-plugins-good-plugins-sections.txt:
13568 * gst-plugins-good.spec.in:
13571 2006-10-04 Tim-Philipp Müller <tim at centricular dot net>
13573 * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13574 Extract disc/album/medium number and count and try harder
13575 to extract track number/count.
13577 2006-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
13581 add build stuff for v4l2, needs --enable-experimental until
13582 the last bits are resolved
13584 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
13586 * tests/check/Makefile.am:
13587 Disable autodetect test temporarily, so that the build bots
13588 update -bad and the ranks of unreliable video sinks in there.
13590 * tests/check/elements/autodetect.c: (GST_START_TEST):
13591 Skip test if no usable videosink is found.
13593 2006-09-29 Wim Taymans <wim@fluendo.com>
13596 Add some more URLs.
13598 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13599 (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13600 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13601 (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13602 (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13603 (gst_rtspsrc_loop), (gst_rtspsrc_send),
13604 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13605 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13606 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13607 * gst/rtsp/gstrtspsrc.h:
13608 Add timeout property to control UDP timeouts.
13609 Fix error messages.
13610 Also start a loop function when operating in UDP mode so that we can
13611 do some more stuff async.
13612 Handle element messages from udpsrc to detect timeouts. If a timeout
13613 happens we currently generate an error.
13614 API: rtspsrc::timeout property.
13616 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13617 (gst_udpsrc_create):
13618 Really implement the timeout in microseconds and not milliseconds.
13620 2006-09-29 Wim Taymans <wim@fluendo.com>
13622 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13623 (gst_udpsrc_create), (gst_udpsrc_set_property),
13624 (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13625 * gst/udp/gstudpsrc.h:
13626 Added property to post a message on timeout.
13628 When restarting the select, initialize the fdsets again.
13629 Init control sockets so we don't accidentally close a random socket.
13630 API: GstUDPSrc::timeout property
13632 2006-09-29 Wim Taymans <wim@fluendo.com>
13634 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13635 Fix flag registration.
13637 * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13638 Reading 0 also means 'no more commands'
13640 2006-09-29 Wim Taymans <wim@fluendo.com>
13642 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13644 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13645 Fix possible infinite loop when shutting down, a read can also return
13646 0 to indicate no more messages are available. Fixes #358156.
13648 2006-09-25 Wim Taymans <wim@fluendo.com>
13650 * gst/autodetect/gstautoaudiosink.c:
13651 (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13652 (gst_auto_audio_sink_find_best):
13653 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13655 don't try to set "sync" property when it is not available.
13657 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
13659 Patch by: Peter Kjellerstedt <pkj at axis com>
13661 * gst/alpha/gstalpha.c:
13662 * gst/rtp/gstrtpamrdepay.c:
13663 * gst/rtsp/gstrtspsrc.c:
13664 * gst/udp/gstudpsrc.c:
13665 * gst/videomixer/videomixer.c:
13666 Include stdlib.h in some more places, makes things compile
13667 with uClibc and -Werror (#357592).
13669 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
13671 * ext/jpeg/gstjpegdec.c:
13672 Set minimum height to 8 (from 16), our code should handle
13673 that fine. Some of the buttons on the apple trailer site
13674 are apparently only 15 pixels high (see #357470).
13676 2006-09-23 Wim Taymans <wim@fluendo.com>
13678 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13679 (gst_rtspsrc_open):
13680 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13681 (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13682 (rtsp_connection_receive):
13683 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13684 * gst/rtsp/rtspdefs.h:
13685 Improve error reporting.
13687 2006-09-23 Wim Taymans <wim@fluendo.com>
13689 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13690 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13691 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13692 * gst/rtp/gstrtpdepay.c:
13693 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13694 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13695 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13696 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13697 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13698 (gst_rtp_mp2t_depay_plugin_init):
13699 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13700 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13701 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13702 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13703 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13704 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13705 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13706 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13708 Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13710 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
13713 Need -base CVS for gst_base_rtp_depayload_push_ts().
13715 2006-09-22 Wim Taymans <wim@fluendo.com>
13717 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13718 Don't check for a tag that is never there and check if we read the
13719 correct tag. Fixes seeking again.
13720 We must post an error when all pads are unlinked.
13722 2006-09-22 Wim Taymans <wim@fluendo.com>
13724 * gst/rtp/Makefile.am:
13725 * gst/rtp/gstrtp.c: (plugin_init):
13726 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13727 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13728 (gst_rtp_vorbis_pay_reset_packet),
13729 (gst_rtp_vorbis_pay_init_packet),
13730 (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13731 (gst_rtp_vorbis_pay_handle_buffer):
13732 More fixage, set endoder-params correctly in the payloader.
13734 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
13736 * gst/autodetect/gstautoaudiosink.c:
13737 (gst_auto_audio_sink_base_init):
13738 * gst/autodetect/gstautovideosink.c:
13739 (gst_auto_video_sink_base_init):
13740 Make static pad templates static to appease valgrind's leak
13743 * tests/check/Makefile.am:
13744 * tests/check/elements/.cvsignore:
13745 * tests/check/elements/autodetect.c: (GST_START_TEST),
13746 (autodetect_suite):
13747 Add simple test for the ghostpad lockup on shutdown fixed in core
13748 CVS (audio bit disabled because it would need dozens of alsa
13749 suppressions and I'm too lazy to add those now).
13751 2006-09-22 Wim Taymans <wim@fluendo.com>
13753 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13754 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13757 * gst/rtp/Makefile.am:
13758 * gst/rtp/gstrtp.c: (plugin_init):
13759 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13760 (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13761 (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13762 (gst_rtp_vorbis_depay_process),
13763 (gst_rtp_vorbis_depay_set_property),
13764 (gst_rtp_vorbis_depay_get_property),
13765 (gst_rtp_vorbis_depay_change_state),
13766 (gst_rtp_vorbis_depay_plugin_init):
13767 * gst/rtp/gstrtpvorbisdepay.h:
13768 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13769 (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13770 (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13771 (gst_rtp_vorbis_pay_flush_packet),
13772 (gst_rtp_vorbis_pay_append_buffer),
13773 (gst_rtp_vorbis_pay_handle_buffer),
13774 (gst_rtp_vorbis_pay_plugin_init):
13775 * gst/rtp/gstrtpvorbispay.h:
13776 Add experimental vorbis pay and depayloaders.
13778 2006-09-21 Wim Taymans <wim@fluendo.com>
13780 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13781 Fix profile-level-id parsing and setup.
13783 2006-09-21 Wim Taymans <wim@fluendo.com>
13786 * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13787 Update README, simple cleanup.
13789 2006-09-21 Wim Taymans <wim@fluendo.com>
13792 Update README with some examples.
13794 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13795 (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13796 (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13797 (gst_rtp_mp4g_pay_setcaps):
13798 * gst/rtp/gstrtpmp4gpay.h:
13799 Make optional RTP parameters of type STRING, as required by the
13800 application/x-rtp caps specification.
13802 2006-09-20 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
13804 * gst/rtp/gstrtph263pdepay.c:
13805 * gst/rtp/gstrtph263ppay.c:
13806 Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13809 2006-09-20 Wim Taymans <wim@fluendo.com>
13811 * gst/rtp/Makefile.am:
13814 2006-09-20 Wim Taymans <wim@fluendo.com>
13816 * gst/rtp/gstrtp.c: (plugin_init):
13817 * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13818 (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13819 (decode_base64), (gst_rtp_asf_depay_setcaps),
13820 (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13821 (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13822 (gst_rtp_asf_depay_plugin_init):
13823 * gst/rtp/gstrtpasfdepay.h:
13824 Added preliminary ASF depayloader.
13826 * gst/rtp/gstrtph264depay.c: (decode_base64):
13827 Fix base64 decoding.
13829 2006-09-20 Wim Taymans <wim@fluendo.com>
13832 Added some test URLS.
13834 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13835 (gst_rtspsrc_loop), (gst_rtspsrc_open):
13836 * gst/rtsp/gstrtspsrc.h:
13837 When creating streams, give access to the complete SDP.
13839 Collect and merge global stream properties in stream caps.
13840 Preliminary support for WMServer.
13842 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13843 (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13844 (rtsp_connection_receive):
13845 * gst/rtsp/rtspconnection.h:
13846 Make connection interruptable.
13847 Refactor to make it reconnectable.
13848 Don't fail on short reads when reading data packets.
13850 * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13851 (rtsp_url_get_port):
13852 * gst/rtsp/rtspurl.h:
13853 Add methods for getting/setting the port.
13855 * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13856 (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13857 (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13858 (sdp_media_get_format), (sdp_parse_line),
13859 (sdp_message_parse_buffer):
13861 Add methods for getting multiple attributes with the same name.
13862 Increase buffer size when parsing.
13863 Fix parsing of a=foo fields.
13865 * gst/rtsp/test.c: (main):
13866 Update to new connection API.
13868 * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13869 (rtsp_message_init_response), (rtsp_message_init_data),
13870 (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13871 * gst/rtsp/rtspmessage.h:
13872 * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13873 * gst/rtsp/rtsptransport.h:
13875 * gst/rtsp/sdpmessage.h:
13876 * gst/rtsp/gstrtsp.c:
13877 * gst/rtsp/gstrtsp.h:
13878 * gst/rtsp/gstrtpdec.c:
13879 * gst/rtsp/gstrtpdec.h:
13881 * gst/rtsp/rtspdefs.c:
13882 * gst/rtsp/rtspdefs.h:
13883 Dual licensed under MIT and LGPL now.
13885 2006-09-19 Wim Taymans <wim@fluendo.com>
13887 * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13888 (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13889 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13890 (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13891 (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13892 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13893 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13894 * gst/rtsp/gstrtspsrc.h:
13895 Reorganize stream parsing and creation.
13896 Detect container formats in interleaved mode.
13897 Keep more state about the streams.
13898 Assume a server also supports PLAY if it does not say.
13899 Add unicast and interleaved properties to TCP transport requests to make
13900 some servers happy (WMServer).
13902 * gst/rtsp/sdpmessage.h:
13903 Add some defines for the standard Bandwidth types.
13905 2006-09-19 Wim Taymans <wim@fluendo.com>
13907 * gst/rtsp/test.c: (main):
13910 2006-09-19 Wim Taymans <wim@fluendo.com>
13912 * gst/wavparse/gstwavparse.c:
13913 Add ms-gsm to the src template.
13915 2006-09-18 Wim Taymans <wim@fluendo.com>
13917 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13918 (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13919 (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13920 (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13921 (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13922 * gst/rtsp/gstrtspsrc.h:
13923 Small cleanups, added documentation.
13924 Try to clean up the requests and responses.
13925 Refactor parsing the supported methods.
13927 * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13928 (rtsp_connection_create), (rtsp_connection_send),
13929 (parse_response_status), (parse_request_line),
13930 (rtsp_connection_receive), (rtsp_connection_close),
13931 (rtsp_connection_free):
13932 * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13933 (rtsp_transport_init), (rtsp_transport_parse),
13934 (rtsp_transport_free):
13935 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13936 * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13937 (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13938 (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13939 Use g_return_val some more.
13941 * gst/rtsp/rtspdefs.h:
13942 Add more enum values to track initial states.
13944 * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13945 (rtsp_message_init_request), (rtsp_message_new_response),
13946 (rtsp_message_init_response), (rtsp_message_init_data),
13947 (rtsp_message_unset), (rtsp_message_free),
13948 (rtsp_message_add_header), (rtsp_message_remove_header),
13949 (rtsp_message_get_header), (rtsp_message_set_body),
13950 (rtsp_message_take_body), (rtsp_message_get_body),
13951 (rtsp_message_steal_body), (rtsp_message_dump):
13952 * gst/rtsp/rtspmessage.h:
13953 Reorder arguments, object goes as the first one.
13954 Use g_return_val some more.
13956 2006-09-18 Wim Taymans <wim@fluendo.com>
13958 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13959 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13960 (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13961 * gst/rtsp/gstrtspsrc.h:
13962 Export sometimes source pad with correct caps on the template, create
13963 the ghostpad from the template.
13964 Remove RTCP template as we never expose RTCP.
13965 Protect against invalid body size.
13966 Avoid memcpy when creating the output buffer.
13967 Properly post an error and send EOS when the loop function is shut down.
13969 2006-09-18 Wim Taymans <wim@fluendo.com>
13971 Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13973 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13974 (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13975 (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13976 * gst/rtsp/gstrtspsrc.h:
13977 Make sure we can never set an invalid location.
13979 * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13980 * gst/rtsp/rtspmessage.h:
13981 Added _steal_body method for future use.
13983 * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13984 Make freeing of NULL url return immediatly.
13986 2006-09-18 Wim Taymans <wim@fluendo.com>
13988 Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13990 * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13991 (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13992 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13993 (gst_rtspsrc_change_state):
13994 * gst/rtsp/gstrtspsrc.h:
13996 Make rtspsrc subclass GstBin to make state changes easier.
13997 Add Range header field on the PLAY request.
13999 2006-09-18 Wim Taymans <wim@fluendo.com>
14001 Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14003 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
14004 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14005 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
14006 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
14007 * gst/rtsp/rtspconnection.c: (inet_aton):
14009 when multicast is selected as the transport, create UDP sources and
14010 connect to the multicast group.
14011 Move parsing and setting of caps to a common place.
14014 2006-09-17 Stefan Kost <ensonic@users.sf.net>
14016 * ext/flac/gstflactag.c:
14017 * gst/alpha/gstalpha.c:
14018 * gst/debug/breakmydata.c:
14019 * gst/debug/negotiation.c:
14020 * gst/debug/testplugin.c:
14021 * gst/effectv/gstaging.c:
14022 * gst/effectv/gstdice.c:
14023 * gst/effectv/gstedge.c:
14024 * gst/effectv/gstquark.c:
14025 * gst/effectv/gstrev.c:
14026 * gst/effectv/gstshagadelic.c:
14027 * gst/effectv/gstvertigo.c:
14028 * gst/effectv/gstwarp.c:
14029 * gst/multipart/multipartdemux.c:
14030 * gst/multipart/multipartmux.c:
14031 * gst/videobox/gstvideobox.c:
14032 * gst/videofilter/gstgamma.c:
14033 * gst/videofilter/gstvideotemplate.c:
14034 * gst/videomixer/videomixer.c:
14035 * sys/sunaudio/gstsunaudiosrc.h:
14036 More G_OBJECT macro fixing.
14038 2006-09-16 Wim Taymans <wim@fluendo.com>
14040 Patch by: Yves Lefebvre <ivanohe at abacom dot com>
14042 * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
14043 Correctly set the dwLength in strh.
14044 With this patch, the file duration is now displayed correctly in window
14045 media player and the AVI plays completely. Fixes #356147
14047 2006-09-15 Wim Taymans <wim@fluendo.com>
14049 Patch by: Darren Kenny <darren dot kenny at sun dot com>
14051 * sys/sunaudio/gstsunaudiomixerctrl.c:
14052 (gst_sunaudiomixer_ctrl_build_list):
14053 Set the output track as the MASTER so that the gnome-settings-daemon
14054 keybindings for changing the volume using the keyboard works.
14057 2006-09-15 Wim Taymans <wim@fluendo.com>
14059 * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14060 Fix documentation, it is not possible to control the framerate of jpegdec
14061 using filtered caps yet. Fixes #355210.
14062 Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
14063 stop when there is an error.
14065 2006-09-14 Tim-Philipp Müller <tim at centricular dot net>
14067 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
14068 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14069 Don't interpret a first buffer with an offset of NONE as
14070 'from the middle of the stream', but only a first buffer
14071 that has a valid buffer offset that's non-zero (see #345449).
14073 2006-09-14 Tim-Philipp Müller <tim at centricular dot net>
14075 * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14076 (gst_icydemux_typefind_or_forward):
14077 * gst/icydemux/gsticydemux.h:
14078 When we merge/collect multiple incoming buffers for typefinding
14079 purposes, keep an initial 0 offset on the first outgoing buffer
14080 as well (otherwise id3demux won't work right). Fixes #345449.
14081 Also Make buffer metadata writable before setting buffer caps.
14083 * tests/check/elements/icydemux.c: (typefind_succeed),
14084 (cleanup_icydemux), (push_data), (GST_START_TEST),
14086 Small test case for the above.
14088 2006-09-13 Stefan Kost <ensonic@users.sf.net>
14090 * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
14091 (gst_avi_demux_stream_index), (gst_avi_demux_sync),
14092 (gst_avi_demux_stream_header_push),
14093 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14094 (gst_avi_demux_loop):
14095 More code reuse and better logging in _peek_chunk(). Reintroduce check
14096 for chunk sizes before reading them (avoid oom). Better handling for
14097 invalid chunksizes when streaming.
14099 2006-09-11 Stefan Kost <ensonic@users.sf.net>
14101 * gst/level/gstlevel.c: (gst_level_set_property):
14102 * gst/level/gstlevel.h:
14103 Fix type mixup in level->interval (gdouble<->guint64). Spotted by
14106 2006-09-06 Stefan Kost <ensonic@users.sf.net>
14108 * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14109 (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14110 (gst_avi_demux_stream_data):
14111 Revert one change to fix streaming avi (adapter size != data size).
14113 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
14115 Patch by: Frédéric Riss <frederic.riss at gmail dot com>
14117 * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
14118 (gst_matroska_demux_reset),
14119 (gst_matroska_demux_read_track_encodings),
14120 (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
14121 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14122 (gst_matroska_demux_subtitle_caps):
14123 * gst/matroska/matroska-ids.h:
14124 Add support for VOBSUB subtitle tracks and zlib-compressed
14125 tracks. Make sure we start on a keyframe after a seek. (#343348)
14127 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
14129 * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
14130 (gst_matroska_demux_push_flac_codec_priv_data),
14131 (gst_matroska_demux_push_xiph_codec_priv_data),
14132 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14133 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14134 * gst/matroska/matroska-ids.h:
14135 Add basic FLAC support (#311586), not perfect yet though, needs some
14136 tweaking in flacdec; also, seeking could be better.
14137 Do better bounds checking when deserialising vorbis stream headers
14138 to make sure we don't read beyond the end of the buffer on bad input.
14140 2006-09-04 Wim Taymans <wim@fluendo.com>
14142 Patch by: Alessandro Decina <alessandro at nnva dot org>
14144 * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
14145 Seeking back in a file containing a CMML stream errors out if the seek
14146 goes back up to the CMML headers. This is because after the seek the xml
14147 processing instruction <?xml ...?> is submitted to the xml parser again,
14148 which results in an error. The attached patch fixes the problem.
14151 * ext/annodex/gstcmmlenc.h:
14155 2006-08-28 Andy Wingo <wingo@pobox.com>
14157 * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14158 New helper function to lessen the ifdefs.
14160 (gst_dv1394src_iso_receive): Use it.
14161 (gst_dv1394src_create): Also use the control sockets in iec61883
14163 (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14164 handle for AVC operations; fixes #348233.
14166 2006-08-27 Stefan Kost <ensonic@users.sf.net>
14169 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14170 * docs/plugins/inspect/plugin-audiofx.xml:
14171 * docs/plugins/inspect/plugin-audiofxgood.xml:
14172 * gst/audiofx/Makefile.am:
14173 * gst/audiofx/audiofx.c:
14174 * gst/audiofxgood/.cvsignore:
14175 * gst/audiofxgood/Makefile.am:
14176 * gst/audiofxgood/audiofx.c:
14177 * gst/audiofxgood/audiopanorama.c:
14178 * gst/audiofxgood/audiopanorama.h:
14179 Rename again (audiofxgood -> audiofx).
14181 2006-08-27 Stefan Kost <ensonic@users.sf.net>
14183 * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14184 (gst_avi_demux_stream_scan):
14185 Initialze variables.
14187 2006-08-25 Wim Taymans <wim@fluendo.com>
14189 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14190 (gst_avi_demux_init), (gst_avi_demux_finalize),
14191 (gst_avi_demux_reset), (gst_avi_demux_index_last),
14192 (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14193 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14194 (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14195 (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14196 (gst_avi_demux_massage_index),
14197 (gst_avi_demux_calculate_durations_from_index),
14198 (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14199 (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14200 (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14201 (gst_avi_demux_change_state):
14202 * gst/avi/gstavidemux.h:
14203 More attempts to turn this into readable code.
14204 Don't leak adapters.
14205 Calculate duration according to index more efficiently.
14206 Don't try to act like we drive the pipeline in chain mode.
14208 2006-08-25 Wim Taymans <wim@fluendo.com>
14210 * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14213 2006-08-25 Wim Taymans <wim@fluendo.com>
14215 Patch by: Alessandro Decina <alessandro at nnva dot org>
14217 * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14218 Do some extra sanity checks.
14221 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14222 (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14223 (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14224 Check if clip->start_time is valid before adding the clip to the
14226 Reset enc->preamble going from PAUSED to READY.
14227 Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14229 Only post an error message if we were the one that created the fatal
14230 GstFlowReturn value.
14232 * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14233 (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14234 Parse the seconds field of the npt-sec time format using %llu rather than
14235 %d and check that the value scaled by GST_SECOND doesn't overflow.
14236 Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14237 Lookup a clip's track with clip->track rather than clip->id which
14239 Identify a clip by its track and start time and not its xml id.
14240 do some more input checking and make sure we don't do undefined shifts.
14242 * tests/check/elements/cmmldec.c: (setup_cmmldec),
14243 (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14244 (cmml_tag_message_pop), (check_headers), (push_clip_full),
14245 (push_clip), (push_empty_clip), (check_output_clip),
14246 (GST_START_TEST), (cmmldec_suite):
14247 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14248 (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14249 (check_headers), (push_clip), (check_clip_times), (check_clip),
14250 (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14251 Added some more checks.
14253 2006-08-24 Stefan Kost <ensonic@users.sf.net>
14255 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14256 (gst_audio_panorama_set_property),
14257 (gst_audio_panorama_get_property),
14258 (gst_audio_panorama_transform_m2s_int),
14259 (gst_audio_panorama_transform_s2s_int),
14260 (gst_audio_panorama_transform_m2s_float),
14261 (gst_audio_panorama_transform_s2s_float):
14262 * gst/audiofxgood/audiopanorama.h:
14263 * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14264 Make also the pan-property float (saves scaling and yields better
14267 2006-08-24 Stefan Kost <ensonic@users.sf.net>
14269 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14270 (gst_audio_panorama_transform_m2s_float),
14271 (gst_audio_panorama_transform_s2s_float):
14272 ChangeLog surgery to add cymax's real name
14275 2006-08-24 Stefan Kost <ensonic@users.sf.net>
14277 Patch by: René Stadler <mail@renestadler.de>
14279 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14280 (gst_audio_panorama_transform_m2s_int),
14281 (gst_audio_panorama_transform_s2s_int),
14282 (gst_audio_panorama_transform_m2s_float),
14283 (gst_audio_panorama_transform_s2s_float),
14284 (gst_audio_panorama_transform):
14285 * gst/audiofxgood/audiopanorama.h:
14286 Added float support
14288 2006-08-24 Stefan Kost <ensonic@users.sf.net>
14290 * gst/audiofxgood/audiopanorama.c:
14291 (gst_audio_panorama_transform_m2s):
14292 Fix docs & debug category. Add Fixme for volume pan levels.
14294 2006-08-24 Stefan Kost <ensonic@users.sf.net>
14296 * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14297 (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14298 (gst_avi_demux_stream_header_pull),
14299 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14300 (gst_avi_demux_chain):
14301 unbreak AVI index handling, some more debug, remove an obsolete
14302 adapter_flush that caused streaming to wander off in the wild
14304 2006-08-24 Wim Taymans <wim@fluendo.com>
14306 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14307 (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14308 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14309 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14310 (gst_avi_demux_calculate_durations_from_index),
14311 (gst_avi_demux_stream_header_push),
14312 (gst_avi_demux_stream_header_pull):
14313 * gst/avi/gstavidemux.h:
14314 Some more cleanups.
14315 Fix totalFrames parsing in ODML.
14316 Disable use of index for length calculation in case of ODML as this is
14319 2006-08-24 Tim-Philipp Müller <tim at centricular dot net>
14321 * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14322 Use libgsttag helper function here too.
14324 2006-08-23 Stefan Kost <ensonic@users.sf.net>
14326 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14327 (gst_avi_demux_init), (gst_avi_demux_dispose),
14328 (gst_avi_demux_reset), (gst_avi_demux_index_next),
14329 (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14330 (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14331 (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14332 (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14333 (gst_avi_demux_parse_subindex),
14334 (gst_avi_demux_read_subindexes_push),
14335 (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14336 (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14337 (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14338 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14339 (gst_avi_demux_stream_header_pull),
14340 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14341 (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14342 (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14343 (gst_avi_demux_change_state):
14344 * gst/avi/gstavidemux.h:
14345 Initial streaming support for avidemux (fixes #336465)
14347 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
14349 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14350 There is no taglibmux element ...
14352 * gst/rtsp/gstrtspsrc.c:
14353 Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14354 was complaining about unknown entity here.
14356 2006-08-22 Wim Taymans <wim@fluendo.com>
14358 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14359 (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14360 (gst_avi_demux_process_next_entry):
14361 * gst/avi/gstavidemux.h:
14363 Remove old unused fields and reorder the struct a bit.
14365 2006-08-22 Wim Taymans <wim@fluendo.com>
14367 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14368 (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14369 (gst_rtspsrc_pause):
14370 * gst/rtsp/gstrtspsrc.h:
14371 * sys/oss/gstosssink.c: (gst_oss_sink_open),
14372 (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14373 Small documentation updates.
14375 2006-08-22 Wim Taymans <wim@fluendo.com>
14377 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14378 (gst_avi_demux_index_entry_for_time),
14379 (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14380 (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14381 (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14382 (gst_avi_demux_next_data_buffer),
14383 (gst_avi_demux_calculate_durations_from_index),
14384 (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14385 (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14386 (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14387 (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14388 * gst/avi/gstavidemux.h:
14389 Precalc most of the duration query for each stream.
14390 Make seeking more correct.
14391 Use GstSegment to track position and duration.
14392 Code cleanups and leak fixes.
14393 Calculate correct total duration based on index length.
14395 2006-08-22 Jan Schmidt <thaytan@mad.scientist.com>
14397 * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14398 (parse_insert_string_field):
14399 If strings in text fields are marked ISO8859-1, but contain
14400 valid UTF-8 already, then handle them as UTF-8 and ignore
14401 the encoding. (#351794)
14403 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
14405 * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14406 (gst_flac_dec_write), (gst_flac_dec_loop),
14407 (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14408 (gst_flac_dec_src_query):
14409 * ext/flac/gstflacdec.h:
14410 Make flac-in-ogg work (#352100).
14412 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
14414 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14415 Don't unref buffers of which we've already given away
14416 ownership to the adapter.
14418 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
14420 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14421 Make metadata extraction actually work.
14423 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14424 (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14425 (gst_speexenc_chain):
14426 Fix metadata writing: replace old code which wrote completely
14427 broken tags with libgsttag-based code. Plus miscellaneous
14428 code cleanups (use static pad templates etc.) and a bunch
14431 2006-08-21 Stefan Kost <ensonic@users.sf.net>
14433 * gst/audiopanorama/.cvsignore:
14434 * gst/audiopanorama/Makefile.am:
14435 * gst/audiopanorama/audiofx.c:
14436 * gst/audiopanorama/audiopanorama.c:
14437 * gst/audiopanorama/audiopanorama.h:
14438 die! die! die! you should never have been there
14440 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
14442 * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14443 Fix invalid memory access in audiopanorama test suite.
14445 2006-08-21 Edward Hervey <edward@fluendo.com>
14447 * tests/check/elements/.cvsignore:
14450 2006-08-21 Wim Taymans <wim@fluendo.com>
14452 * gst/rtp/Makefile.am:
14453 Fix the build again.
14455 2006-08-21 Stefan Kost <ensonic@users.sf.net>
14457 * gst/audiofxgood/.cvsignore:
14458 * gst/audiofxgood/Makefile.am:
14459 * gst/audiofxgood/audiofx.c: (plugin_init):
14460 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14461 (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14462 (gst_audio_panorama_set_property),
14463 (gst_audio_panorama_get_property),
14464 (gst_audio_panorama_get_unit_size),
14465 (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14466 (gst_audio_panorama_transform_m2s),
14467 (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14468 * gst/audiofxgood/audiopanorama.h:
14469 resubmit with the desired name *again*
14471 2006-08-20 Stefan Kost <ensonic@users.sf.net>
14473 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14474 * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14475 use g_assert in _get_unit_size
14477 2006-08-20 Stefan Kost <ensonic@users.sf.net>
14479 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14480 * docs/plugins/gst-plugins-good-plugins-sections.txt:
14481 * docs/plugins/inspect/plugin-audiofxgood.xml:
14482 cleanup -unused.txt to make it useful, add previously missing docs
14485 Quietly (accidentally) enable LADSPA for building by default,
14486 despite the fact that it doesn't meet the plugin checklist.
14487 -- Added by Jan Schmidt 18 Dec 2006
14489 * ext/esd/esdmon.c:
14490 * ext/esd/esdsink.c:
14491 * ext/esd/gstesd.c: (plugin_init):
14492 reflow to get rid of two external symbols
14494 * gst/audiofxgood/audiofx.c: (plugin_init):
14497 2006-08-20 Stefan Kost <ensonic@users.sf.net>
14500 * gst/audiofxgood/.cvsignore:
14501 * gst/audiofxgood/Makefile.am:
14502 * gst/audiofxgood/audiofx.c
14503 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14504 (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14505 (gst_audio_panorama_set_property),
14506 (gst_audio_panorama_get_property),
14507 (gst_audio_panorama_get_unit_size),
14508 (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14509 (gst_audio_panorama_transform_m2s),
14510 (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14511 * gst/audiofxgood/audiopanorama.h:
14512 * tests/check/Makefile.am:
14513 * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14514 (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14515 (panorama_suite), (main):
14516 Add audiofxgood plugin with audiopanorama element
14518 2006-08-18 Wim Taymans <wim@fluendo.com>
14520 * docs/plugins/Makefile.am:
14521 More Oss docs fixage.
14523 2006-08-18 Wim Taymans <wim@fluendo.com>
14525 * gst/rtp/Makefile.am:
14526 * gst/rtp/gstrtp.c: (plugin_init):
14527 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14528 (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14529 (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14530 (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14531 (gst_rtp_sv3v_depay_get_property),
14532 (gst_rtp_sv3v_depay_change_state),
14533 (gst_rtp_sv3v_depay_plugin_init):
14534 * gst/rtp/gstrtpsv3vdepay.h:
14535 Added experimental SVQ3 depayloader.
14537 2006-08-18 Edward Hervey <edward@fluendo.com>
14539 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14540 (gst_dvdemux_loop), (gst_dvdemux_change_state):
14541 * ext/dv/gstdvdemux.h:
14542 When handling seek requests, don't send the newsegment event from the
14543 calling thread. Instead save it so it can be sent from the streaming
14546 2006-08-17 Wim Taymans <wim@fluendo.com>
14548 Patch by: Sjoerd Simons <sjoerd at luon dot net>
14550 * gst/multipart/multipartdemux.c: (multipart_parse_header):
14551 Accept leading whitespace before the boundary
14552 This patch makes the demuxer allow some whitespace before the actual
14553 boundary. This makes the demuxer work with the ``old'' gstreamer
14554 multipartmuxer again (which placed an extra \n before the start
14555 of the stream) Fixes #349068.
14557 2006-08-17 Wim Taymans <wim@fluendo.com>
14559 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14560 Error out on non-implemented stuff.
14562 2006-08-16 Wim Taymans <wim@fluendo.com>
14564 Patch by: Andy Wingo <wingo at pobox dot com>
14566 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14567 (gst_signal_processor_start), (gst_signal_processor_stop),
14568 (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14569 (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14570 (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14571 (gst_signal_processor_change_state):
14572 Make ladspa elements reusable. Fixes #350006.
14574 2006-08-16 Wim Taymans <wim@fluendo.com>
14576 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14577 Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14578 names as possible. Fixes #349901.
14580 2006-08-16 Wim Taymans <wim@fluendo.com>
14582 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14583 (gst_signal_processor_do_pushes):
14584 A push() gives away our refcount so we should not use the buffer on the
14587 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
14589 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14590 (gst_oss_mixer_element_finalize):
14591 Don't leak device string.
14593 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
14596 Require CVS of GStreamer core and -base (for
14597 GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14599 * ext/taglib/gstid3v2mux.cc:
14600 Write extended comment tags properly (#348762).
14602 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14603 (parse_comment_frame):
14604 Extract COMM frames into extended comments, which makes it
14605 easier to properly retain the description bit of the tag
14606 and maintain this information when re-tagging (#348762).
14608 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
14610 * tests/check/Makefile.am:
14611 Don't try to run annodex unit tests if the annodex
14612 plugin has not been built (Fixes #351116).
14614 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
14616 * gst/autodetect/gstautoaudiosink.c:
14617 (gst_auto_audio_sink_find_best):
14618 When we can't find a usable audiosink, don't error out,
14619 but use a fake sink instead and post a warning message
14620 on the bus (#341278).
14622 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
14624 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14625 * sys/oss/gstosssink.c:
14626 * sys/oss/gstosssrc.c:
14627 Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14628 ossmixer's new device property.
14630 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14631 * docs/plugins/gst-plugins-good-plugins-sections.txt:
14632 Add docs for OSS elements.
14634 * docs/plugins/inspect/plugin-aasink.xml:
14635 * docs/plugins/inspect/plugin-alaw.xml:
14636 * docs/plugins/inspect/plugin-alpha.xml:
14637 * docs/plugins/inspect/plugin-alphacolor.xml:
14638 * docs/plugins/inspect/plugin-annodex.xml:
14639 * docs/plugins/inspect/plugin-apetag.xml:
14640 * docs/plugins/inspect/plugin-auparse.xml:
14641 * docs/plugins/inspect/plugin-autodetect.xml:
14642 * docs/plugins/inspect/plugin-avi.xml:
14643 * docs/plugins/inspect/plugin-cacasink.xml:
14644 * docs/plugins/inspect/plugin-cairo.xml:
14645 * docs/plugins/inspect/plugin-cdio.xml:
14646 * docs/plugins/inspect/plugin-cutter.xml:
14647 * docs/plugins/inspect/plugin-debug.xml:
14648 * docs/plugins/inspect/plugin-dv.xml:
14649 * docs/plugins/inspect/plugin-efence.xml:
14650 * docs/plugins/inspect/plugin-effectv.xml:
14651 * docs/plugins/inspect/plugin-esdsink.xml:
14652 * docs/plugins/inspect/plugin-flac.xml:
14653 * docs/plugins/inspect/plugin-flxdec.xml:
14654 * docs/plugins/inspect/plugin-gconfelements.xml:
14655 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14656 * docs/plugins/inspect/plugin-goom.xml:
14657 * docs/plugins/inspect/plugin-halelements.xml:
14658 * docs/plugins/inspect/plugin-icydemux.xml:
14659 * docs/plugins/inspect/plugin-id3demux.xml:
14660 * docs/plugins/inspect/plugin-jpeg.xml:
14661 * docs/plugins/inspect/plugin-level.xml:
14662 * docs/plugins/inspect/plugin-matroska.xml:
14663 * docs/plugins/inspect/plugin-mulaw.xml:
14664 * docs/plugins/inspect/plugin-multipart.xml:
14665 * docs/plugins/inspect/plugin-navigationtest.xml:
14666 * docs/plugins/inspect/plugin-ossaudio.xml:
14667 * docs/plugins/inspect/plugin-png.xml:
14668 * docs/plugins/inspect/plugin-rtp.xml:
14669 * docs/plugins/inspect/plugin-rtsp.xml:
14670 * docs/plugins/inspect/plugin-shout2send.xml:
14671 * docs/plugins/inspect/plugin-smpte.xml:
14672 * docs/plugins/inspect/plugin-speex.xml:
14673 * docs/plugins/inspect/plugin-taglib.xml:
14674 * docs/plugins/inspect/plugin-udp.xml:
14675 * docs/plugins/inspect/plugin-videobalance.xml:
14676 * docs/plugins/inspect/plugin-videobox.xml:
14677 * docs/plugins/inspect/plugin-videoflip.xml:
14678 * docs/plugins/inspect/plugin-videomixer.xml:
14679 * docs/plugins/inspect/plugin-wavenc.xml:
14680 * docs/plugins/inspect/plugin-wavparse.xml:
14681 * docs/plugins/inspect/plugin-ximagesrc.xml:
14682 Update to CVS version.
14684 2006-08-16 Wim Taymans <wim@fluendo.com>
14686 * gst/rtp/gstrtpamrdepay.c:
14687 * gst/rtp/gstrtpmp4gdepay.c:
14688 Caps extra properties must be defined as strings for
14689 depayloaders because they are generated from an SDP.
14691 * gst/rtp/Makefile.am:
14692 * gst/rtp/gstrtp.c: (plugin_init):
14693 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14694 (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14695 (gst_rtp_h264_depay_finalize), (decode_base64),
14696 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14697 (gst_rtp_h264_depay_set_property),
14698 (gst_rtp_h264_depay_get_property),
14699 (gst_rtp_h264_depay_change_state),
14700 (gst_rtp_h264_depay_plugin_init):
14701 * gst/rtp/gstrtph264depay.h:
14702 Added basic, not completely functional RFC 3984 H264 depayloader.
14704 2006-08-16 Wim Taymans <wim@fluendo.com>
14706 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14707 Add pads after setting them up.
14709 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14710 (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14711 (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14712 (gst_rtspsrc_stream_setup_rtp),
14713 (gst_rtspsrc_stream_configure_transport),
14714 (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14715 (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14716 (gst_rtspsrc_pause):
14717 * gst/rtsp/gstrtspsrc.h:
14718 Fix interleaved mode.
14719 - Protect streaming with lock.
14721 - set caps on outgoing buffers.
14722 - strip trailing \0 from data packets.
14723 - Configure RTP/RTCP in stream.
14724 Use DEBUG_OBJECT more.
14726 2006-08-16 Wim Taymans <wim@fluendo.com>
14728 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14729 Turn a g_print into a DEBUG line.
14731 2006-08-13 Wim Taymans <wim@fluendo.com>
14733 * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14734 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14735 (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14736 (gst_oss_mixer_element_get_property),
14737 (gst_oss_mixer_element_change_state):
14738 * sys/oss/gstossmixerelement.h:
14739 Small cleanups. Better error reporting.
14740 Add device property for the mixer instead of the hardcoded
14741 /dev/mixer. Fixes #350785.
14742 API: GstOssMixerElement::device property
14744 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
14746 Patch by: Jens Granseuer <jensgr at gmx net>
14748 * gconf/Makefile.am:
14749 Make --disable-schemas work right (they still need
14750 to be copied to the installation directory, just not
14751 applied). Fixes #351347 (also #344100).
14753 2006-08-14 Thomas Vander Stichele <thomas at apestaart dot org>
14755 * configure.ac: back to HEAD
14757 === release 0.10.4 ===
14759 2006-08-14 Thomas Vander Stichele <thomas at apestaart dot org>
14762 releasing 0.10.4, "Dear Leader"
14764 2006-08-10 Thomas Vander Stichele <thomas at apestaart dot org>
14766 Patch by: Edward Hervey <edward@fluendo.com>
14769 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14770 (gst_wavparse_stream_data):
14771 Send the newsegment event in the streaming thread.
14774 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
14776 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14777 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14778 (gst_smokeenc_resync), (gst_smokeenc_chain):
14779 Refuse sink caps in the encoder if width or height is not a
14780 multiple of 16, the encoder does not support that yet (#349939);
14781 along the same lines, check the return value of the encoder
14782 setup function; also remove some debug log clutter.
14784 2006-08-04 Andy Wingo <wingo@pobox.com>
14786 * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14787 whether a processor can work in place or not, and for keeping
14788 track of its state. Change the FlowReturn instance variable from
14789 "state" to "flow_state", all callers changed.
14791 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14792 (gst_signal_processor_start, gst_signal_processor_stop)
14793 (gst_signal_processor_cleanup): New functions to manage the
14795 (gst_signal_processor_setcaps): start() as well as setup() here.
14796 (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14797 (gst_signal_processor_change_state): Stop and cleanup the
14798 processor as we go to NULL.
14800 * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14801 INPLACE_BROKEN is not set.
14803 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14804 Do the alloc_buffer in bytes, not frames.
14806 2006-08-04 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14808 * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14809 Fix rgb masks when recording in < 24bpp.
14811 2006-08-04 Andy Wingo <wingo@pobox.com>
14813 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14814 (gst_signal_processor_prepare)
14815 (gst_signal_processor_update_inputs)
14816 (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14817 (gst_signal_processor_flush)
14818 (gst_signal_processor_sink_activate_push)
14819 (gst_signal_processor_src_activate_pull)
14820 (gst_signal_processor_change_state): Remove the last of the code
14821 that assumes that we process whole buffers at a time. Fix some
14822 debugging. Seems to work now in some cases.
14823 (gst_signal_processor_src_activate_pull): BPB
14825 2006-08-01 Andy Wingo <wingo@pobox.com>
14827 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14828 Fix nframes-choosing.
14829 (gst_signal_processor_init): Init pending_in and pending_out.
14831 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14832 more default sample rate, although we never check that the sample
14833 rate actually gets set. Something for the future.
14834 (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14835 (gst_signal_processor_event): Refcount fixen.
14836 (gst_signal_processor_process): Pull the number of frames to
14837 process from the sizes of the buffers in the input pens.
14838 (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14839 (gst_signal_processor_do_pulls): Add an nframes argument, and use
14840 it instead of buffer_frames.
14841 (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14843 (gst_signal_processor_chain)
14844 (gst_signal_processor_sink_activate_push)
14845 (gst_signal_processor_src_activate_pull): Refcount fixen.
14847 * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14849 2006-07-31 Stefan Kost <ensonic@users.sf.net>
14851 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14852 (gst_signal_processor_process):
14853 don't query buffer-frames from caps, add lots of debug-log,
14854 try fix for assert (#349189)
14856 2006-07-31 Wim Taymans <wim@fluendo.com>
14858 * gst/udp/gstudpsrc.c:
14861 2006-07-29 Stefan Kost <ensonic@users.sf.net>
14863 * ext/ladspa/gstsignalprocessor.c:
14864 (gst_signal_processor_add_pad_from_template),
14865 (gst_signal_processor_init), (gst_signal_processor_setcaps),
14866 (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14867 (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14868 (gst_signal_processor_sink_activate_push),
14869 (gst_signal_processor_src_activate_pull),
14870 (gst_signal_processor_change_state):
14871 Add debugs logs here and there, add more error handling, add some
14872 FIXME comments, filed #349189
14874 2006-07-29 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14876 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14877 (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14878 Set caps on buffer correctly. Fixes bug #349155.
14880 2006-07-28 Wim Taymans <wim@fluendo.com>
14882 Patch by: Sjoerd Simons <sjoerd at luon dot net>
14884 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14885 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14886 (gst_multipart_demux_finalize), (get_line_end),
14887 (multipart_parse_header), (multipart_find_boundary),
14888 (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14889 (gst_multipart_set_property), (gst_multipart_get_property):
14890 Uses GstAdapter instead of own buffering.
14891 Actually parses the mime-type correctly (In tests the mime-type was
14892 always "" with the old version).
14893 Uses the Content-length header if available to speed up things.
14894 Reliably autoscans the boundary name by default.
14897 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14898 Don't start the stream with a \n.
14900 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
14902 Patch by: Brian Cameron <brian dot cameron at sun com>
14904 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14905 Open source with O_NONBLOCK (#349015).
14907 2006-07-28 Stefan Kost,,, <ensonic@users.sf.net>
14909 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14910 (gst_avi_demux_massage_index):
14911 * gst/avi/gstavidemux.h:
14912 Whitespace fixes and more debug
14914 2006-07-27 Tim-Philipp Müller <tim at centricular dot net>
14916 * gst/autodetect/gstautoaudiosink.c:
14917 (gst_auto_audio_sink_create_element_with_pretty_name),
14918 (gst_auto_audio_sink_find_best),
14919 (gst_auto_audio_sink_change_state):
14920 Get rid of old and unused magic sound-server properties stuff.
14921 Add suffix to child sink's name that makes it easy to see from
14922 the name alone which type it actually is (alsa, oss, esd, etc.).
14924 2006-07-27 Wim Taymans <wim@fluendo.com>
14926 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14927 (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14928 (gst_udpsrc_start):
14929 * gst/udp/gstudpsrc.h:
14930 Rename "buffer" to "buffer-size" to make clear it is a size we set and
14931 not some sort of feature we enable.
14933 2006-07-27 Tim-Philipp Müller <tim at centricular dot net>
14935 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14936 Use CLOSE_SOCKET() here instead of close() to maintain
14939 2006-07-27 Wim Taymans <wim@fluendo.com>
14941 Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14943 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14944 (gst_udpsrc_create), (gst_udpsrc_set_property),
14945 (gst_udpsrc_get_property), (gst_udpsrc_start):
14946 * gst/udp/gstudpsrc.h:
14947 Added "buffer-size" property to control the kernel receive buffer size.
14948 Update documentation.
14949 Small cleanups. Fixes #348752.
14950 API: buffer-size property
14952 2006-07-26 Wim Taymans <wim@fluendo.com>
14954 Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14956 * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14957 (gst_rtp_pcma_pay_handle_buffer):
14958 * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14959 (gst_rtp_pcmu_pay_handle_buffer):
14960 Fix timestamp calculation on outgoing RTP packets.
14963 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
14965 * ext/taglib/gstid3v2mux.cc:
14966 Fix writing of comment frames (should be COMM not TCOM),
14967 is still sub-optimal though, since we don't retain or
14968 extract the comment descriptions properly (#334375,
14971 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
14973 * gst/wavparse/gstwavparse.c:
14974 #define 'fact' RIFF chunk if we are not compiling against
14975 -base CVS (we don't want to depend on -base CVS for this
14976 one define only, and also not for release order reasons).
14978 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
14980 * ext/taglib/gstid3v2mux.cc:
14981 Handle multiple tags of the same type properly. Re-inject
14982 unparsed ID3v2 frames that we get as binary blobs from
14983 id3demux into the tag again so we don't lose information
14984 when retagging (#334375).
14986 2006-07-25 Tim-Philipp Müller <tim at centricular dot net>
14988 * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14989 Document newly-added properties properly, so that there is a
14990 'Since: 0.10.4' in the plugin docs. Convert some property
14991 names into canonical GObject style (GObject will do that
14992 internally anyway).
14994 2006-07-25 Tim-Philipp Müller <tim at centricular dot net>
14996 * gst/id3demux/id3tags.c:
14997 (id3demux_add_id3v2_frame_blob_to_taglist):
14998 Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14999 well, and add the version to the blob's buffer caps, since that
15000 information will be needed for deserialisation later on (#348644).
15002 2006-07-25 Stefan Kost <ensonic@users.sf.net>
15004 * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
15005 (gst_avi_demux_parse_stream):
15006 Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
15007 indentation and spacing.
15009 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
15011 * docs/plugins/Makefile.am:
15012 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15013 * docs/plugins/gst-plugins-good-plugins-sections.txt:
15014 * docs/plugins/gst-plugins-good-plugins.args:
15015 * docs/plugins/inspect/plugin-1394.xml:
15016 * docs/plugins/inspect/plugin-aasink.xml:
15017 * docs/plugins/inspect/plugin-alaw.xml:
15018 * docs/plugins/inspect/plugin-alpha.xml:
15019 * docs/plugins/inspect/plugin-alphacolor.xml:
15020 * docs/plugins/inspect/plugin-annodex.xml:
15021 * docs/plugins/inspect/plugin-apetag.xml:
15022 * docs/plugins/inspect/plugin-auparse.xml:
15023 * docs/plugins/inspect/plugin-autodetect.xml:
15024 * docs/plugins/inspect/plugin-avi.xml:
15025 * docs/plugins/inspect/plugin-cacasink.xml:
15026 * docs/plugins/inspect/plugin-cairo.xml:
15027 * docs/plugins/inspect/plugin-cdio.xml:
15028 * docs/plugins/inspect/plugin-cutter.xml:
15029 * docs/plugins/inspect/plugin-debug.xml:
15030 * docs/plugins/inspect/plugin-dv.xml:
15031 * docs/plugins/inspect/plugin-efence.xml:
15032 * docs/plugins/inspect/plugin-effectv.xml:
15033 * docs/plugins/inspect/plugin-esdsink.xml:
15034 * docs/plugins/inspect/plugin-flac.xml:
15035 * docs/plugins/inspect/plugin-flxdec.xml:
15036 * docs/plugins/inspect/plugin-gconfelements.xml:
15037 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
15038 * docs/plugins/inspect/plugin-goom.xml:
15039 * docs/plugins/inspect/plugin-halelements.xml:
15040 * docs/plugins/inspect/plugin-icydemux.xml:
15041 * docs/plugins/inspect/plugin-id3demux.xml:
15042 * docs/plugins/inspect/plugin-jpeg.xml:
15043 * docs/plugins/inspect/plugin-level.xml:
15044 * docs/plugins/inspect/plugin-matroska.xml:
15045 * docs/plugins/inspect/plugin-mulaw.xml:
15046 * docs/plugins/inspect/plugin-multipart.xml:
15047 * docs/plugins/inspect/plugin-navigationtest.xml:
15048 * docs/plugins/inspect/plugin-ossaudio.xml:
15049 * docs/plugins/inspect/plugin-png.xml:
15050 * docs/plugins/inspect/plugin-rtp.xml:
15051 * docs/plugins/inspect/plugin-rtsp.xml:
15052 * docs/plugins/inspect/plugin-shout2send.xml:
15053 * docs/plugins/inspect/plugin-smpte.xml:
15054 * docs/plugins/inspect/plugin-speex.xml:
15055 * docs/plugins/inspect/plugin-udp.xml:
15056 * docs/plugins/inspect/plugin-videobalance.xml:
15057 * docs/plugins/inspect/plugin-videobox.xml:
15058 * docs/plugins/inspect/plugin-videoflip.xml:
15059 * docs/plugins/inspect/plugin-videomixer.xml:
15060 * docs/plugins/inspect/plugin-wavenc.xml:
15061 * docs/plugins/inspect/plugin-wavparse.xml:
15062 * docs/plugins/inspect/plugin-ximagesrc.xml:
15063 Update files to CVS/Prerelease version, add esdsink docs.
15065 * ext/esd/esdsink.c:
15068 * gst/rtp/gstrtpmp4vpay.c:
15069 Fix typo in element description.
15071 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
15073 * ext/esd/esdsink.c: (gst_esdsink_open),
15074 (gst_esdsink_factory_init):
15075 Prevent libesd from auto-spawning a sound daemon if it
15076 is not already running. Now that we don't do evil stuff
15077 like that any longer we can give esdsink a rank so that
15078 autoaudiosink will try it as well if all other audio
15079 sinks fail (#343051).
15081 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
15083 * ext/esd/Makefile.am:
15084 Oops, need to remove README from EXTRA_DIST as well.
15086 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
15089 Remove, it contains nothing useful anyway.
15091 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
15092 (gst_esdsink_delay):
15093 Some small clean-ups; use GST_BOILERPLATE etc.
15095 2006-07-24 Wim Taymans <wim@fluendo.com>
15097 * gst/law/alaw-decode.c: (alawdec_getcaps):
15098 * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
15099 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15100 * gst/law/mulaw-encode.c: (mulawenc_getcaps):
15101 Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
15103 2006-07-24 Stefan Kost <ensonic@users.sf.net>
15105 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15106 (gst_wavparse_other), (gst_wavparse_perform_seek),
15107 (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
15108 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15109 (gst_wavparse_pad_query):
15110 * gst/wavparse/gstwavparse.h:
15111 Use information from 'fact' chunk for length calculation of compressed
15112 samples. Calculate bps if bogus value is found in wav header (embeded
15116 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
15118 Based on patch by: Joni Valtanen <joni dot valtanen at movial fi>
15121 * gst/udp/Makefile.am:
15122 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
15123 (gst_dynudpsink_finalize), (gst_dynudpsink_close):
15124 * gst/udp/gstdynudpsink.h:
15125 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
15126 (gst_multiudpsink_finalize), (gst_multiudpsink_close):
15127 * gst/udp/gstmultiudpsink.h:
15128 * gst/udp/gstudp.c: (plugin_init):
15129 * gst/udp/gstudpsink.h:
15130 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
15131 (gst_udpsrc_start), (gst_udpsrc_stop):
15132 * gst/udp/gstudpsrc.h:
15133 * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
15134 (gst_udp_net_utils_win32_wsa_startup):
15135 * gst/udp/gstudpnetutils.h:
15136 Port udp plugin to win32 (#345288).
15138 2006-07-24 Wim Taymans <wim@fluendo.com>
15140 * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
15141 Remove unwanted DEBUG line.
15143 2006-07-23 Tim-Philipp Müller <tim at centricular dot net>
15145 * gst/id3demux/gstid3demux.c: (plugin_init):
15146 * gst/id3demux/id3tags.c:
15147 (id3demux_add_id3v2_frame_blob_to_taglist):
15148 * gst/id3demux/id3tags.h:
15149 On second thought, it might be wiser and more efficient
15150 not to do tag registration from a streaming thread.
15152 2006-07-23 Tim-Philipp Müller <tim at centricular dot net>
15154 * gst/id3demux/id3tags.c:
15155 (id3demux_add_id3v2_frame_blob_to_taglist),
15156 (id3demux_id3v2_frames_to_tag_list):
15157 Put ID3v2 frames we can't parse as binary blobs into private
15158 tags, so that they are not lost when retagging, at least once
15159 id3v2mux has been taught to re-inject those frames again.
15162 2006-07-21 Wim Taymans <wim@fluendo.com>
15164 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15165 (gst_avi_demux_process_next_entry):
15168 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15169 Don't use \n in debug lines.
15171 2006-07-20 Stefan Kost <ensonic@users.sf.net>
15173 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15174 * docs/plugins/gst-plugins-good-plugins-sections.txt:
15175 Add annodex and icydemux, cleanup the sections a bit
15177 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
15179 Patch by: Alex Lancaster <alexl at users sourceforge net>
15181 * ext/taglib/gstid3v2mux.cc:
15182 Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15183 ID3v2 TSSE frames (#347898).
15185 2006-07-18 Stefan Kost <ensonic@users.sf.net>
15187 * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15188 Respect mpegversion for "video/mpeg" and give message in case of
15189 unhandled versions.
15191 2006-07-17 Wim Taymans <wim@fluendo.com>
15193 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15194 (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15195 (gst_pngdec_chain), (gst_pngdec_sink_event),
15196 (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15197 (gst_pngdec_sink_activate_push):
15198 * ext/libpng/gstpngdec.h:
15199 Use statically allocated segment instead of leaking.
15201 Fix flush and seek handling.
15203 2006-07-16 Wim Taymans <wim@fluendo.com>
15205 * gst/rtp/Makefile.am:
15206 * gst/rtp/gstrtp.c: (plugin_init):
15207 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15208 (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15209 (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15210 (gst_rtp_mp4g_depay_set_property),
15211 (gst_rtp_mp4g_depay_get_property),
15212 (gst_rtp_mp4g_depay_change_state),
15213 (gst_rtp_mp4g_depay_plugin_init):
15214 * gst/rtp/gstrtpmp4gdepay.h:
15215 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15216 (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15217 (gst_rtp_mp4g_pay_flush):
15218 Added simple generic mpeg4 depayloader.
15219 Fix generic mpeg4 payloader.
15221 2006-07-15 Tim-Philipp Müller <tim at centricular dot net>
15223 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15224 Don't try doing state changes on a NULL pointer.
15226 2006-07-14 Wim Taymans <wim@fluendo.com>
15228 Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15230 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15231 (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15232 (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15233 * gst/rtp/gstrtpamrdepay.h:
15234 rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15237 2006-07-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15239 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15240 (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15241 Fix segfault when moving mouse pointer to the bottom right corner.
15243 2006-07-12 Wim Taymans <wim@fluendo.com>
15245 * gst/rtp/Makefile.am:
15246 * gst/rtp/gstrtp.c: (plugin_init):
15247 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15248 (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15249 (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15250 (gst_rtp_mp2t_depay_set_property),
15251 (gst_rtp_mp2t_depay_get_property),
15252 (gst_rtp_mp2t_depay_change_state),
15253 (gst_rtp_mp2t_depay_plugin_init):
15254 * gst/rtp/gstrtpmp2tdepay.h:
15255 Added mpeg2 TS depayloader. Closing #347234.
15257 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
15259 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15260 Remove g_assert that shouldn't be there and was triggered
15261 after trying to open a device that doesn't exist or can't
15262 be opened for some other reason (#347972).
15264 2006-07-10 Edward Hervey <edward@fluendo.com>
15266 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15267 (gst_avi_demux_stream_header), (push_tag_lists):
15268 * gst/avi/gstavidemux.h:
15269 Don't push tag events found by gst_riff_parse_info() before outputting
15270 GST_EVENT_NEWSEGMENT.
15272 2006-07-10 Wim Taymans <wim@fluendo.com>
15274 * gst/rtsp/Makefile.am:
15275 * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15276 (rtsp_connection_close):
15277 * gst/rtsp/rtspdefs.h:
15278 replaced closesocket and close in code with one CLOSE_SOCKET.
15279 Some more cleanups. Fixes #345301.
15281 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
15283 * gst/autodetect/gstautoaudiosink.c:
15284 Fix example pipeline in docs.
15286 2006-07-10 Wim Taymans <wim@fluendo.com>
15288 Patch by: Rob Taylor <robtaylor at floopily dot org>
15290 * gst/udp/gstmultiudpsink.c: (join_multicast),
15291 (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15292 If a destination is added before the stream is set to PAUSED, the
15293 multicast group is not joined as the socket is not created yet.
15294 Also TTL and LOOP should also be set. Fixes #346921.
15296 2006-07-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15298 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15299 (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15300 (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15301 (gst_ximage_src_init):
15302 * sys/ximage/gstximagesrc.h:
15303 Fix use-damage property to actually work :)
15304 Add startx, starty, endx, endy properties so screencasts other than full
15305 screen ones can work.
15307 2006-07-08 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15309 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15310 (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15311 (gst_ximage_src_class_init), (gst_ximage_src_init):
15312 * sys/ximage/gstximagesrc.h:
15313 Add use_damage property to offer ability to choose whether to use
15316 2006-07-07 Wim Taymans <wim@fluendo.com>
15318 * gst/goom/filters.c: (zoomFilterSetResolution):
15319 Avoid goom coredumping by clearing memory.
15322 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
15324 * win32/vs6/libgstid3demux.dsp:
15325 Add a link to libgsttag-0.10.lib.
15327 2006-07-05 Tim-Philipp Müller <tim at centricular dot net>
15329 * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15330 (gst_tag_demux_read_range):
15331 * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15332 (gst_id3demux_read_range):
15333 Don't return FLOW_UNEXPECTED when a buffer is before
15334 the start of the stream (which might happen with
15335 large ID3v2 tags if the tag reading was done pullrange
15336 based and we then switched to push mode later on).
15337 Fixes regression introduced by commit from June 29th.
15339 2006-07-05 Tim-Philipp Müller <tim at centricular dot net>
15341 * ext/taglib/gstid3v2mux.cc:
15342 Make UTF-8 the default encoding when writing string
15343 tags (before, our UTF-8 strings would automatically
15344 be converted to ISO-8859-1 by taglib and written as
15345 ISO-8859-1 fields if that was possible).
15347 * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15348 (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15349 (test_taglib_id3mux_with_tags):
15350 Add test case that makes sure our UTF-8 strings have
15351 actually been written into the tag as UTF-8.
15353 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
15356 Let's try that again.
15358 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
15361 Disable monoscope plugin for now until it fulfills
15362 all the requirements.
15364 2006-07-03 Tim-Philipp Müller <tim at centricular dot net>
15367 * gst/monoscope/Makefile.am:
15368 * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15369 (gst_monoscope_class_init), (gst_monoscope_init),
15370 (gst_monoscope_finalize), (gst_monoscope_reset),
15371 (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15372 (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15373 (gst_monoscope_sink_event), (gst_monoscope_src_event),
15374 (gst_monoscope_change_state), (plugin_init):
15375 * gst/monoscope/gstmonoscope.h:
15376 Port monoscope visualisation to 0.10.
15378 2006-07-03 Tim-Philipp Müller <tim at centricular dot net>
15380 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15381 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15382 Return FLOW_UNEXPECTED when at the end of the file, not
15383 FLOW_ERROR. Fixes 'internal stream error' errors that
15384 would sometimes occur in totem when scrubbing to the
15385 end of an ID3v1 tagged mp3 file.
15387 2006-07-03 Edward Hervey <edward@fluendo.com>
15389 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15390 (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15391 (gst_pngdec_sink_event), (gst_pngdec_change_state):
15392 * ext/libpng/gstpngdec.h:
15393 Implement buffer clipping/dropping using GstSegment.
15394 This provides accurate seeking.
15396 2006-07-03 Edward Hervey <edward@fluendo.com>
15398 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15399 (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15400 (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15401 (gst_avi_demux_process_next_entry), (push_tag_lists),
15402 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15403 * gst/avi/gstavidemux.h:
15404 Proper aggregation of each stream's GstFlowReturn in order to figure out
15405 whether the task should stop or not.
15406 Don't send inline events before pushing out a NEW_SEGMENT, more
15407 specifically for GST_TAG_EVENT.
15408 Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15411 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
15413 Patch by: Brian Cameron <brian dot cameron at sun dot com>
15415 * sys/sunaudio/gstsunaudiomixerctrl.c:
15416 (gst_sunaudiomixer_ctrl_build_list):
15417 Move "Monitor" slider to input tab so it works more like
15418 sdtaudiocontrol, which is what people on Solaris are used
15419 to using for their mixer program (#346259).
15421 2006-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
15423 * tests/check/elements/level.c: (GST_START_TEST):
15424 fix a leak, clean up at the end
15426 2006-06-29 Tim-Philipp Müller <tim at centricular dot net>
15428 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15429 (gst_matroska_demux_send_event),
15430 (gst_matroska_demux_loop_stream_parse_id):
15431 * gst/matroska/matroska-ids.h:
15432 Send tag event after newsegment event.
15434 2006-06-29 Tim-Philipp Müller <tim at centricular dot net>
15436 * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15437 (gst_id3demux_read_range):
15438 Make sure we don't return GST_FLOW_OK with a NULL buffer in
15439 certain cases where a read beyond the end of the file is
15440 requested. Fixes #345930.
15442 * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15443 (gst_tag_demux_read_range):
15444 Fix same issue here as well.
15446 2006-06-29 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15448 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15450 Fix hypothetical crash.
15452 2006-06-28 Tim-Philipp Müller <tim at centricular dot net>
15454 Patch by: Brian Cameron <brian dot cameron at sun dot com>
15456 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15457 Do not modify the ports value. If the user has turned off the
15458 built-in speakers, then we should not reset it in the prepare
15459 function, since this causes the built-in speakers to turn
15460 back on anytime the user changes a track in totem, rhythmbox,
15463 2006-06-23 Wim Taymans <wim@fluendo.com>
15465 * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15466 Fix double caps unref when negotiation fails.
15468 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
15470 * ext/annodex/gstcmmldec.c:
15471 * ext/annodex/gstcmmlenc.c:
15472 * ext/annodex/gstcmmlparser.c:
15473 * ext/dv/gstdvdec.c:
15474 * ext/dv/gstdvdemux.c:
15475 * ext/gdk_pixbuf/pixbufscale.c:
15476 * ext/jpeg/gstjpegenc.c:
15477 * ext/jpeg/gstsmokedec.c:
15478 * ext/jpeg/gstsmokeenc.c:
15479 * ext/libpng/gstpngdec.c:
15480 * ext/libpng/gstpngenc.c:
15481 * ext/speex/gstspeexenc.c:
15482 * gst/alpha/gstalphacolor.c:
15483 * gst/cutter/gstcutter.c:
15484 * gst/debug/gstnavigationtest.c:
15485 * gst/icydemux/gsticydemux.c:
15486 * gst/level/gstlevel.c:
15487 * gst/multipart/multipart.c:
15488 * gst/rtp/gstrtpamrpay.c:
15489 * gst/rtp/gstrtpdepay.c:
15490 * gst/rtp/gstrtpilbcpay.c:
15491 * gst/rtp/gstrtpmp4gpay.c:
15492 * gst/rtp/gstrtpmp4vpay.c:
15493 * gst/rtsp/gstrtpdec.c:
15494 * gst/rtsp/gstrtspsrc.c:
15495 * gst/udp/gstdynudpsink.c:
15496 * gst/udp/gstmultiudpsink.c:
15497 * gst/udp/gstudpsrc.c:
15498 * gst/videobox/gstvideobox.c:
15499 * gst/videofilter/gstvideoflip.c:
15500 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15501 plus two minor macro fixes.
15503 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
15505 * gst/matroska/matroska-demux.c:
15506 (gst_matroska_demux_check_subtitle_buffer),
15507 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15508 (gst_matroska_demux_subtitle_caps):
15509 * gst/matroska/matroska-ids.c:
15510 (gst_matroska_track_init_subtitle_context):
15511 * gst/matroska/matroska-ids.h:
15512 Try to fix up broken matroska files containing subtitle
15513 streams with non-UTF8 character encodings (courtesy of
15514 mkvmerge) using either the encoding specified in the
15515 GST_SUBTITLE_ENCODING environment variable or the
15516 current locale's character set if it is non-UTF8.
15519 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
15521 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15522 Set image type from APIC frame as "image-type" field
15523 of GST_TAG_IMAGE buffer caps (#344605).
15525 2006-06-20 Tim-Philipp Müller <tim at centricular dot net>
15527 * ext/flac/Makefile.am:
15528 * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15529 (gst_flac_dec_reset_decoders),
15530 (gst_flac_dec_setup_seekable_decoder),
15531 (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15532 (gst_flac_dec_metadata_callback),
15533 (gst_flac_dec_metadata_callback_seekable),
15534 (gst_flac_dec_metadata_callback_stream),
15535 (gst_flac_dec_error_callback),
15536 (gst_flac_dec_error_callback_seekable),
15537 (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15538 (gst_flac_dec_read_stream), (gst_flac_dec_write),
15539 (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15540 (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15541 (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15542 (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15543 (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15544 (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15545 (gst_flac_dec_sink_activate_push),
15546 (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15547 * ext/flac/gstflacdec.h:
15548 Support chain-based operation, should make flac-over-DAAP
15551 2006-06-20 Wim Taymans <wim@fluendo.com>
15553 * docs/plugins/gst-plugins-good-plugins-sections.txt:
15554 Doc updates, merge some unused symbols.
15556 2006-06-20 Wim Taymans <wim@fluendo.com>
15558 * docs/plugins/Makefile.am:
15559 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15560 * docs/plugins/gst-plugins-good-plugins-sections.txt:
15561 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15562 * gst/rtsp/gstrtspsrc.c:
15563 * gst/rtsp/gstrtspsrc.h:
15564 Added documentation for the rtsp plugin. Fixes #345393.
15566 2006-06-20 Wim Taymans <wim@fluendo.com>
15568 * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15569 (rtsp_connection_close), (rtsp_connection_free):
15570 Use better G_OS_* macros. Fixes #345301 some more.
15572 2006-06-20 Wim Taymans <wim@fluendo.com>
15574 Patch by: Brian Cameron <brian dot cameron at sun dot com>
15576 * sys/sunaudio/Makefile.am:
15577 * sys/sunaudio/gstsunaudio.c: (plugin_init):
15578 * sys/sunaudio/gstsunaudiomixerctrl.c:
15579 (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15580 (gst_sunaudiomixer_ctrl_list_tracks),
15581 (gst_sunaudiomixer_ctrl_get_volume),
15582 (gst_sunaudiomixer_ctrl_set_volume),
15583 (gst_sunaudiomixer_ctrl_set_mute),
15584 (gst_sunaudiomixer_ctrl_set_record):
15585 * sys/sunaudio/gstsunaudiomixerctrl.h:
15586 * sys/sunaudio/gstsunaudiomixertrack.c:
15587 (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15588 * sys/sunaudio/gstsunaudiomixertrack.h:
15589 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15590 (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15591 (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15592 (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15593 (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15594 (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15595 (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15596 (gst_sunaudiosrc_reset):
15597 * sys/sunaudio/gstsunaudiosrc.h:
15598 Add a SunAudio source plugin.
15599 Support stereo and right/left channel gain in the mixer plugin.
15600 Support the RECORD flag so that you can switch between line-input and
15601 microphone in gnome-volume-control.
15602 Code cleanups like using an enumerator for track number instead of an
15603 integer. Fixes #344923.
15605 2006-06-20 Wim Taymans <wim@fluendo.com>
15607 Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15609 * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15610 (rtsp_connection_close):
15611 Make RTSP plugin compile on windows. Fixes #345301.
15612 Some changes to original patch to catch errors better.
15613 use ifdef WIN32 instead of ifndef.
15615 2006-06-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15618 If we have libraw1394 >= 1.2.1, then we need libiec61883.
15620 2006-06-18 Edward Hervey <edward@fluendo.com>
15622 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15623 After a failed buffer alloc, we need to abort the jpeg decoding (it
15624 started when parsing headers to figure out how many bytes we need
15625 to request downstream).
15627 2006-06-18 Tim-Philipp Müller <tim at centricular dot net>
15629 Patch by: Mark Nauwelaerts <manauw at skynet be>
15631 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15632 Make sure we don't read beyond the end of the file (#345232).
15634 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
15637 Fix --disable-external (can't set conditionals conditionally,
15640 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
15644 * docs/Makefile.am:
15645 Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15647 * docs/plugins/Makefile.am:
15648 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15649 * docs/plugins/inspect/plugin-taglib.xml:
15650 Add/fix apev2mux docs.
15652 2006-06-14 Wim Taymans <wim@fluendo.com>
15654 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15655 (gst_dvdec_finalize), (gst_dvdec_sink_event),
15656 (gst_dvdec_change_state):
15657 Reset segment info on flush.
15658 Alloc segment in _init, free in _finalize.
15660 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15661 Don't send segments twice.
15663 2006-06-14 Wim Taymans <wim@fluendo.com>
15665 * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15666 Respect segment.stop. Fixes #342592.
15668 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
15670 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15671 No language specified means the implied language is English
15672 according to the matroska spec (partially fixes #344708);
15673 add some more debug output.
15675 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
15677 * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15678 (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15679 (gst_wavparse_chain):
15680 When operating chain-based, don't make any assumptions about the
15681 chunking of the incoming data and make streaming work on days other
15682 than the second Thursday after a full moon. Also fix up debug
15683 messages here and there and make use of the most excellent new
15684 gst_pad_query_peer_duration() utility function.
15685 Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15687 * gst/wavparse/gstwavparse.h:
15688 Remove trailing comma after last enum value, some compilers don't
15691 2006-06-13 Wim Taymans <wim@fluendo.com>
15693 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15694 Handle premature EOS gracefully.
15696 2006-06-13 Tim-Philipp Müller <tim at centricular dot net>
15698 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15699 Prevent out of bounds array access when scrubbing towards
15700 the end of the file between the last index entry and the
15701 end. Fixes occasional 'start <= stop' newsegment event
15702 assertions when scrubbing in MJPEG files.
15704 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
15706 * tests/check/elements/.cvsignore:
15709 2006-06-11 Tim-Philipp Müller <tim at centricular dot net>
15711 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15712 (scan_encoded_string), (parse_picture_frame):
15713 Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15716 Require core >= 0.10.8 (for GST_TAG_IMAGE and
15717 GST_TAG_PPEVIEW_IMAGE used in the patch above).
15719 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
15721 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15722 gratuitous comment changes
15723 * tests/check/elements/level.c: (GST_START_TEST):
15724 fix level test leaks
15726 2006-06-11 Tim-Philipp Müller <tim at centricular dot net>
15728 * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15729 * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15730 Use gst_pad_query_peer_duration() utility function here.
15732 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
15737 * ext/annodex/Makefile.am:
15738 * ext/cdio/Makefile.am:
15739 * ext/dv/Makefile.am:
15740 * ext/esd/Makefile.am:
15741 * ext/flac/Makefile.am:
15742 * ext/gdk_pixbuf/Makefile.am:
15743 * ext/ladspa/Makefile.am:
15744 * ext/libcaca/Makefile.am:
15745 * ext/speex/Makefile.am:
15746 * ext/taglib/Makefile.am:
15747 * sys/oss/Makefile.am:
15748 * sys/sunaudio/Makefile.am:
15749 * sys/ximage/Makefile.am:
15750 clean up build further
15752 2006-06-09 Tim-Philipp Müller <tim at centricular dot net>
15754 * gconf/Makefile.am:
15755 Honour --disable-schemas-install configure option. Fixes #344100.
15757 2006-06-09 Tim-Philipp Müller <tim at centricular dot net>
15759 * tests/examples/level/Makefile.am:
15760 Add -lm to LIBS for pow() function, don't assume one of our
15761 dependencies (such as libxml-2.0) drags it in automatically
15764 2006-06-09 Tim-Philipp Müller <tim at centricular dot net>
15766 Patch by: Peter Kjellerstedt <pkj at axis dot com>
15769 We should use $SED and not $(SED) in configure.ac (#343678).
15771 2006-06-09 Wim Taymans <wim@fluendo.com>
15773 Patch by: Brian Cameron <brian dot cameron at sun dot com>
15775 * sys/sunaudio/gstsunaudiomixerctrl.c:
15776 (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15777 (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15778 (gst_sunaudiomixer_ctrl_set_mute):
15779 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15780 (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15781 (gst_sunaudiosink_write):
15782 Attached find a patch that fixes a number of bugs with the SunAudio
15783 mixer plugin and fixes #344101:
15784 1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15785 tracks onto the tracklist causing gnome-volume-control's preferences
15786 dialog to be messed up and would core dump if you checked/unchecked
15788 2. We weren't previously setting the MUTE flag properly. Fixing this
15789 makes gnome-volume-control work better.
15790 3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15791 and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15792 gnome-volume-control look better.
15793 Also some minor cleanup in gstsunaudiosink.c.
15795 2006-06-09 Wim Taymans <wim@fluendo.com>
15797 * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15798 (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15799 (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15800 (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15801 (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15802 * ext/jpeg/gstjpegdec.h:
15803 API: Added IDCT method property
15805 Avoid dynamic allocation of trivial fixed structure.
15806 Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15808 2006-06-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15811 We now require libraw1394 >= 1.1.0 and that version onwards all
15814 2006-06-02 Edward Hervey <edward@fluendo.com>
15816 * gst/law/alaw-decode.c: (alawdec_getcaps):
15817 Trying to get items from an ANY or EMPTY caps is ... stupid.
15819 2006-06-02 Edward Hervey <edward@fluendo.com>
15821 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15822 (gst_dvdec_chain), (gst_dvdec_change_state):
15823 * ext/dv/gstdvdec.h:
15824 Added GstSegment handling, now implements dropping/clipping.
15826 2006-06-01 Stefan Kost <ensonic@users.sf.net>
15828 * ext/aalib/gstaasink.h:
15829 * ext/annodex/gstcmmldec.h:
15830 * ext/cairo/gsttimeoverlay.h:
15831 * ext/dv/gstdvdec.h:
15832 * ext/dv/gstdvdemux.h:
15833 * ext/esd/esdmon.h:
15834 * ext/esd/esdsink.h:
15835 * ext/flac/gstflacenc.h:
15836 * ext/gconf/gstgconfaudiosink.h:
15837 * ext/gconf/gstgconfaudiosrc.h:
15838 * ext/gconf/gstgconfvideosink.h:
15839 * ext/gconf/gstgconfvideosrc.h:
15840 * ext/gdk_pixbuf/gstgdkanimation.h:
15841 * ext/gdk_pixbuf/pixbufscale.h:
15842 * ext/hal/gsthalaudiosink.h:
15843 * ext/hal/gsthalaudiosrc.h:
15844 * ext/jpeg/gstjpegenc.h:
15845 * ext/jpeg/gstsmokedec.h:
15846 * ext/jpeg/gstsmokeenc.h:
15847 * ext/libcaca/gstcacasink.h:
15848 * ext/libmng/gstmngdec.h:
15849 * ext/libmng/gstmngenc.h:
15850 * ext/libpng/gstpngdec.h:
15851 * ext/libpng/gstpngenc.h:
15852 * ext/raw1394/gstdv1394src.h:
15853 * ext/speex/gstspeexenc.h:
15854 * gst/autodetect/gstautoaudiosink.h:
15855 * gst/autodetect/gstautovideosink.h:
15856 * gst/avi/gstavidemux.h:
15857 * gst/cutter/gstcutter.h:
15858 * gst/debug/efence.h:
15859 * gst/debug/gstnavigationtest.h:
15860 * gst/debug/gstnavseek.h:
15861 * gst/flx/gstflxdec.h:
15862 * gst/goom/gstgoom.h:
15863 * gst/icydemux/gsticydemux.h:
15864 * gst/id3demux/gstid3demux.h:
15865 * gst/law/alaw-decode.h:
15866 * gst/law/alaw-encode.h:
15867 * gst/law/mulaw-decode.h:
15868 * gst/law/mulaw-encode.h:
15869 * gst/matroska/matroska-mux.h:
15870 * gst/median/gstmedian.h:
15871 * gst/oldcore/gstaggregator.h:
15872 * gst/oldcore/gstfdsink.h:
15873 * gst/oldcore/gstmd5sink.h:
15874 * gst/oldcore/gstmultifilesrc.h:
15875 * gst/oldcore/gstpipefilter.h:
15876 * gst/oldcore/gstshaper.h:
15877 * gst/oldcore/gststatistics.h:
15878 * gst/rtp/gstasteriskh263.h:
15879 * gst/rtp/gstrtpL16depay.h:
15880 * gst/rtp/gstrtpL16pay.h:
15881 * gst/rtp/gstrtpamrdepay.h:
15882 * gst/rtp/gstrtpamrpay.h:
15883 * gst/rtp/gstrtpdepay.h:
15884 * gst/rtp/gstrtpgsmdepay.h:
15885 * gst/rtp/gstrtpgsmpay.h:
15886 * gst/rtp/gstrtph263pay.h:
15887 * gst/rtp/gstrtph263pdepay.h:
15888 * gst/rtp/gstrtph263ppay.h:
15889 * gst/rtp/gstrtpmp4gpay.h:
15890 * gst/rtp/gstrtpmp4vdepay.h:
15891 * gst/rtp/gstrtpmp4vpay.h:
15892 * gst/rtp/gstrtpmpadepay.h:
15893 * gst/rtp/gstrtpmpapay.h:
15894 * gst/rtp/gstrtppcmadepay.h:
15895 * gst/rtp/gstrtppcmapay.h:
15896 * gst/rtp/gstrtppcmudepay.h:
15897 * gst/rtp/gstrtppcmupay.h:
15898 * gst/rtp/gstrtpspeexdepay.h:
15899 * gst/rtp/gstrtpspeexpay.h:
15900 * gst/rtsp/gstrtpdec.h:
15901 * gst/rtsp/gstrtspsrc.h:
15902 * gst/smpte/gstsmpte.h:
15903 * gst/udp/gstdynudpsink.h:
15904 * gst/udp/gstmultiudpsink.h:
15905 * gst/udp/gstudpsink.h:
15906 * gst/udp/gstudpsrc.h:
15907 * gst/videofilter/gstvideobalance.h:
15908 * gst/videofilter/gstvideoflip.h:
15909 * sys/oss/gstossdmabuffer.h:
15910 * sys/oss/gstossmixerelement.h:
15911 * sys/oss/gstosssink.h:
15912 * sys/oss/gstosssrc.h:
15913 * sys/osxvideo/osxvideosink.h:
15914 * sys/sunaudio/gstsunaudiomixer.h:
15915 * sys/sunaudio/gstsunaudiosink.h:
15916 * sys/ximage/gstximagesrc.h:
15917 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15919 2006-05-31 Wim Taymans <wim@fluendo.com>
15921 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15922 (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15923 (gst_goom_src_setcaps), (gst_goom_src_event),
15924 (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15925 (gst_goom_change_state):
15926 * gst/goom/gstgoom.h:
15928 Handle flushing, discont and events.
15929 Fix timestamps and various other cleanups.
15931 2006-05-31 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15933 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15934 Fix bus reset when using libiec61883
15936 2006-05-31 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15939 Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15940 * ext/raw1394/Makefile.am:
15942 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15943 New method, to receive using libiec61883.
15944 (gst_dv1394src_iso_receive),
15945 #ifdef'd out if libiec61883 is present.
15946 (gst_dv1394src_bus_reset),
15947 Get userdata correctly if using libiec61883.
15948 (gst_dv1394src_create),
15949 When using libiec61883, only poll one fd and no need to read.
15950 (gst_dv1394src_discover_avc_node),
15951 Replace g_warnings.
15952 (gst_dv1394src_start),
15953 Create new handle when we know which dv port. More reliable
15954 than setting port on an existing handle. Initialise libiec61883.
15955 (gst_dv1394src_stop):
15956 If using libiec61883, then cleanup its handle properly.
15957 * ext/raw1394/gstdv1394src.h:
15958 Add libiec61883 handle.
15960 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
15962 * gst/avi/gstavidemux.c:
15963 add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15966 * win32/vs6/libgstavi.dsp:
15967 add gstavimux.c to the project
15968 * win32/vs6/libgstid3demux.dsp:
15969 add link to zlib library
15970 * win32/vs6/libgstmatroska.dsp:
15971 add matroska-ids.c to the project
15973 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
15975 Patch by: Sebastian Dröge <mail at slomosnail de >
15977 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15978 * docs/plugins/gst-plugins-good-plugins-sections.txt:
15979 * ext/taglib/Makefile.am:
15980 * ext/taglib/gstapev2mux.cc:
15981 * ext/taglib/gstapev2mux.h:
15982 * ext/taglib/gstid3v2mux.cc:
15983 * ext/taglib/gsttaglibmux.c: (plugin_init):
15984 * ext/taglib/gsttaglibmux.h:
15985 Add apev2mux element (#343122).
15987 * tests/check/Makefile.am:
15988 * tests/check/elements/apev2mux.c:
15989 (test_taglib_apev2mux_create_tags),
15990 (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15991 (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15992 (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15993 (apev2mux_suite), (main):
15994 Add unit test for apev2mux element.
15996 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
15998 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15999 * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16000 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16001 GST_PTR_FORMAT should be used to print caps in debug statements.
16003 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
16005 Patch by: Sebastian Dröge <slomo at ubuntu dot com>
16007 * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
16008 (ape_demux_parse_tags):
16009 Some clean-ups and additions: map APE 'file' tag to
16010 GST_TAG_LOCATION (#343123); add support for extracting
16011 the track count and clean up parsing a bit (#343127).
16013 2006-05-28 Edward Hervey <edward@fluendo.com>
16015 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
16016 Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
16018 2006-05-28 Edward Hervey <edward@fluendo.com>
16020 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
16021 (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
16022 (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
16023 * ext/jpeg/gstjpegdec.h:
16024 Clip outgoing buffers according to currently configured segment.
16026 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
16028 * ext/taglib/gstid3v2mux.cc:
16029 Handle writing of track-count or album-volume-count without
16030 track-number or albume-volume-number (in this case the number
16031 will just be set to 0).
16033 * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
16034 It would be nice if we actually checked the values received for
16035 track/album-volume number/count in _check_tags(), rather than
16036 setting them again ...
16038 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
16040 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16041 A track/volume number or count of 0 does not make sense,
16042 just ignore it along with negative numbers (a tag might
16043 only contain a track count without a track number).
16045 2006-05-27 Edward Hervey <edward@fluendo.com>
16047 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16048 (gst_jpeg_dec_sink_event):
16049 Abort decompression when receiving FLUSH_STOP. This should avoid
16050 issues when interrupting decoding with flushes.
16052 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
16054 * ext/flac/gstflac.c:
16055 Don't #include file we don't dist any longer.
16057 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
16060 Replace current README (containing the release notes from
16061 some 0.9.x version) with a proper README taken from the core.
16063 2006-05-24 Wim Taymans <wim@fluendo.com>
16065 * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
16066 Implement EOS correctly by either posting
16067 SEGMENT_DONE or pushing an EOS message depending
16068 on the seek type. Fixes #342592
16070 2006-05-24 Wim Taymans <wim@fluendo.com>
16072 * gst/law/alaw-decode.c: (gst_alawdec_chain):
16073 * gst/law/alaw-decode.h:
16074 * gst/law/alaw-encode.c: (gst_alawenc_chain):
16075 * gst/law/alaw-encode.h:
16076 * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
16077 * gst/law/mulaw-decode.h:
16078 * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
16079 * gst/law/mulaw-encode.h:
16080 Some cleanups in the chain functions.
16081 Remove some GStreamer 0.0.2 bits.
16083 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
16085 Patch by: Mark Nauwelaerts <manauw at skynet be>
16087 * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
16088 gst_collect_pads_stop() needs to be called before chaining up
16089 to the parent class (#342734).
16091 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
16093 * ext/flac/Makefile.am:
16094 * ext/flac/flac_compat.h:
16095 * ext/flac/gstflac.c:
16096 * ext/flac/gstflacdec.c: (gst_flac_dec_init):
16097 * ext/flac/gstflacenc.c:
16098 Remove backwards compatibility cruft for dealing with FLAC API
16099 changes in the 1.0.x series - we require 1.1.1 or newer these days.
16101 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
16103 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16104 (gst_matroska_demux_push_xiph_codec_priv_data),
16105 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
16106 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
16107 * gst/matroska/matroska-ids.h:
16108 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
16109 (gst_matroska_mux_video_pad_setcaps),
16110 (xiph3_streamheader_to_codecdata),
16111 (vorbis_streamheader_to_codecdata),
16112 (theora_streamheader_to_codecdata),
16113 (gst_matroska_mux_audio_pad_setcaps),
16114 (gst_matroska_mux_write_data):
16115 Add support for muxing/demuxing theora video (#342448; too bad
16116 none of the usual linux players can actually play this). Playback
16117 in GStreamer will require additional changes to theoradec in -base.
16118 Refactor streamheaders <=> CodecPrivateData code a bit; some small
16121 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
16123 * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
16124 (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
16125 Fix crashes when the horizontal subsampling is 1.
16128 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
16130 Patch by: Mark Nauwelaerts <manauw at skynet be>
16132 * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
16133 (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16134 (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16135 (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
16136 (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
16137 (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16138 (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
16139 (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16140 (gst_avi_mux_change_state):
16141 * gst/avi/gstavimux.h:
16142 Some enhancements for avimux (#342526):
16143 - add odml (large file) index support
16144 - store codec init data (e.g. huffyuv)
16145 - miscellaneous other fixes/cleanups
16147 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
16149 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16150 Don't output any tag when we encounter a negative track number - the
16151 tag type is uint, so we end up outputting huge positive numbers
16152 instead. (Fixes: #342029)
16154 2006-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
16157 update for new GSTPB_PLUGINS_DIR
16159 2006-05-18 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
16161 * rtp/gst/gstrtph263pay.c:
16162 Properly set static caps for H263 at 34.
16164 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
16166 Patch by: James "Doc" Livingston <doclivingston gmail com>
16168 * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16169 Merge event tags and tag setter tags correctly (#339918). Also,
16170 don't leak taglist in case of an error.
16172 2006-05-17 Edward Hervey <edward@fluendo.com>
16174 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
16175 We can only do caps intersection if the othercaps are non-empty and not
16176 ANY. Else we return the pad template (base_caps).
16178 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
16180 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16181 Fix crash when outputting debugging information for certain
16182 pictures (always good to use the right struct member for
16183 the number of records in an array).
16185 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
16187 Patch by: Jindrich Makovicka <jindrich.makivicka at itonis tv>
16189 * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16190 (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16191 (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16192 (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16193 (gst_ebml_read_float), (gst_ebml_read_ascii),
16194 (gst_ebml_read_binary):
16195 Don't create unnecessary sub-buffers all the time. Dramatically
16196 improves performance with multiple concurrently running
16197 matroskademux instances (#341818) (and avoids doing
16198 unnecessarily inefficient things in the general case).
16200 2006-05-16 Edward Hervey <edward@fluendo.com>
16202 * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
16203 In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16204 return value of gst_pad_push_event().
16206 2006-05-16 Jan Schmidt <thaytan@mad.scientist.com>
16208 * gst/autodetect/gstautoaudiosink.c:
16209 (gst_auto_audio_sink_find_best):
16210 * gst/autodetect/gstautovideosink.c:
16211 (gst_auto_video_sink_find_best):
16212 Make the name of the child element be based on the name of the
16213 parent, so that debug output is more useful.
16215 * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16216 (parse_insert_string_field), (parse_split_strings):
16217 Rework string parsing to always walk over BOM markers in UTF16
16218 strings, using the endianness indicated by the innermost one,
16219 then trying the opposite endianness if that fails to convert
16220 to valid UTF-8. Fixes #341774
16222 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16224 Patch from: Matthieu <matthieu at fluendo dot com>
16226 * ext/libpng/Makefile.am:
16229 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
16231 * ext/taglib/gstid3v2mux.cc:
16232 Add support for writing images (APIC frames) into ID3v2
16233 tags (picture type always set to 'other' for now though).
16235 2006-05-14 Michael Smith <msmith@fluendo.com>
16237 * gst/wavparse/gstwavparse.c:
16238 Update docs; wavparse implements push and pull modes.
16240 2006-05-12 Wim Taymans <wim@fluendo.com>
16242 * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16243 (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16244 (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16245 Ooops, bitten by the copy-and-paste design paradigm, fixes
16248 2006-05-12 Wim Taymans <wim@fluendo.com>
16250 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16251 (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16252 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16253 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16254 (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16255 (gst_avi_demux_massage_index),
16256 (gst_avi_demux_calculate_durations_from_index),
16257 (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16258 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16259 (gst_avi_demux_loop):
16260 * gst/avi/gstavidemux.h:
16261 Some cleanups, prepare to use GstSegment.
16262 Fix error in entry walking code.
16264 Smarter timestamp calculation code.
16265 Uniform error/eos handling.
16267 2006-05-12 Michael Smith <msmith@fluendo.com>
16269 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16270 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16271 Fix use of uninitialised values if we're NOT seeking in ready.
16274 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
16276 * gst/wavparse/Makefile.am:
16277 Add CFLAGS and LIBS for libgstbase, fixes build on
16280 2006-05-10 Tim-Philipp Müller <tim at centricular dot net>
16282 * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16283 Some more debug info. No need to check whether the string
16284 returned by g_convert() is really UTF-8 - either it is or
16285 we get NULL returned.
16287 2006-05-10 Jan Schmidt <thaytan@mad.scientist.com>
16289 * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16290 Fix parsing of numeric genre strings some more, by ensuring that
16291 we only try and parse strings that a) Start with '(' and b) Consist
16293 Also, when finding an escaping '((' sequence, bust it back to '(' by
16294 swallowing the first parenthesis
16296 2006-05-10 Tim-Philipp Müller <tim at centricular dot net>
16298 * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16299 (gst_esdsink_open), (gst_esdsink_close):
16300 * ext/esd/esdsink.h:
16301 Move the esd_get_server_info() into gst_esdsink_open() and fail
16302 with a decent error message on errors.
16304 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
16306 * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16307 (gst_esdmon_channels_get_type):
16308 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16309 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16310 * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16311 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16312 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16313 * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16314 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16315 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16316 * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16317 * gst/videomixer/videomixer.c:
16318 (gst_video_mixer_background_get_type):
16319 Const-ify GEnumValue arrays.
16321 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
16323 Patch by: Mark Nauwelaerts <manauw at skynet bet>
16325 * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16326 (gst_avi_mux_do_video_buffer):
16327 Work around gst_buffer_make_metadata_writable() bug that
16328 results in avimux marking all frames in the index as
16329 keyframes (#340859).
16331 2006-05-08 Wim Taymans <wim@fluendo.com>
16333 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16334 Make parsing of urls suck slightly less.
16336 2006-05-08 Edward Hervey <edward@fluendo.com>
16338 * autogen.sh: (CONFIGURE_DEF_OPT):
16339 libtoolize on Darwin/MacOSX is called glibtoolize.
16341 2006-05-08 Wim Taymans <wim@fluendo.com>
16343 Patch by: Jens Granseuer <jensgr at gmx dot net>
16345 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16346 * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16347 C89 compliance fixes. Fixes #340980
16349 2006-05-06 Tim-Philipp Müller <tim at centricular dot net>
16351 * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16352 * ext/flac/gstflacdec.h:
16353 Handle segment seeks that include the end of the file as stop point
16354 properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16355 message instead of an EOS event in case we're in segment seek
16356 mode (fixes #340699).
16358 2006-05-05 Maciej Katafiasz <mathrick@freedesktop.org>
16360 * ext/cairo/gsttextoverlay.c:
16361 * ext/flac/gstflacdec.c:
16362 * ext/gdk_pixbuf/pixbufscale.c:
16363 * gst/apetag/gstapedemux.c:
16364 * gst/debug/breakmydata.c:
16365 * gst/debug/testplugin.c:
16366 * gst/matroska/ebml-write.c:
16367 * gst/multipart/multipartdemux.c:
16368 * sys/osxaudio/gstosxaudiosink.c:
16369 * sys/osxaudio/gstosxaudiosrc.c:
16370 Add semicolons after GST_BOILERPLATE[_FULL] so that
16371 indent doesn't mess up following lines.
16373 2006-05-04 Tim-Philipp Müller <tim at centricular dot net>
16375 Patch by: Michal Benes <michal dot benes at xeris dot cz>
16377 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16378 Don't leak caps when freeing the stream context (#340623).
16380 2006-05-04 Jan Schmidt <thaytan@mad.scientist.com>
16385 === release 0.10.3 ===
16387 2006-05-04 Jan Schmidt <thaytan@mad.scientist.com>
16390 releasing 0.10.3, "Desplazado"
16392 2006-05-03 Tim-Philipp Müller <tim at centricular dot net>
16394 * gst/matroska/matroska-mux.c:
16395 (gst_matroska_mux_stream_is_vorbis_header),
16396 (gst_matroska_mux_write_data):
16397 Don't strcmp() NULL strings.
16398 Only start new clusters on video keyframes, not on any
16399 random audio buffer that doesn't have the DELTA_UNIT
16400 flag set (fixes 'make check' again).
16402 2006-05-03 Tim-Philipp Müller <tim at centricular dot net>
16404 Patch by: Mark Nauwelaerts <manauw at skynet be>
16406 * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16407 (gst_matroska_mux_stream_is_vorbis_header),
16408 (gst_matroska_mux_write_data):
16409 Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16410 value and then dead-lock when muxing vorbis audio streams
16411 (the three vorbis header buffers carry no timestamp, and it
16412 would try to mux these after all video buffers). Fixes #340346.
16414 Improve clustering: start a new cluster also whenever we get
16417 2006-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
16419 * win32/common/config.h:
16421 add the generated file as well
16423 2006-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
16427 * win32/common/config.h.in:
16430 2006-05-03 Michael Smith <msmith@fluendo.com>
16432 * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16433 Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16436 2006-05-02 Stefan Kost <ensonic@users.sf.net>
16438 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16439 * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16440 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16441 don't leak caps-string
16443 2006-05-02 Tim-Philipp Müller <tim at centricular dot net>
16445 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16446 (gst_id3demux_sink_activate):
16447 Let core insert default error message for TYPE_NOT_FOUND
16448 errors, it's just as good as our own and has the added
16449 bonus of being translated.
16451 2006-05-02 Tim-Philipp Müller <tim at centricular dot net>
16453 * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16454 (gst_tag_demux_sink_event):
16455 * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16456 (gst_id3demux_sink_event):
16457 Post an error message when we get an EOS event and were not
16458 able to find out the type of stream.
16460 * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16461 (test_taglib_id3mux_with_tags):
16462 Decrease num-buffers to 16 per iteration again, otherwise the
16463 many memcpy()s and reallocations in the test will hammer slow
16464 CPUs completely and make the test timeout.
16466 2006-05-02 Thomas Vander Stichele <thomas at apestaart dot org>
16469 figure out where plugins-base plugins are
16470 * tests/check/Makefile.am:
16471 use plugins-base plugins, so we have typefind functions
16472 * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16473 increase num-buffers, this makes sure the test errors out instead
16474 of timing out when no typefind functions are present
16476 2006-05-01 Thomas Vander Stichele <thomas at apestaart dot org>
16478 * docs/plugins/Makefile.am:
16479 also check .cc files for gtk-doc markup
16481 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16482 * docs/plugins/gst-plugins-good-plugins-sections.txt:
16483 * tests/check/Makefile.am:
16484 * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16486 * ext/taglib/Makefile.am:
16487 * ext/taglib/gstid3v2mux.h:
16488 * ext/taglib/gsttaglibmux.c:
16489 * ext/taglib/gsttaglibmux.h:
16490 move taglib-based id3v2muxer to -good. Fixes #336110.
16492 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
16494 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16495 ... and fix multichannel/WAVFORMATEX support again.
16497 2006-04-29 Stefan Kost <ensonic@users.sf.net>
16499 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16500 (gst_wavparse_class_init), (gst_wavparse_dispose),
16501 (gst_wavparse_reset), (gst_wavparse_init),
16502 (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16503 (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16504 (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16505 (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16506 (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16507 (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16508 (gst_wavparse_stream_data), (gst_wavparse_loop),
16509 (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16510 (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16511 (gst_wavparse_change_state), (plugin_init):
16512 * gst/wavparse/gstwavparse.h:
16513 Add push (streaming) mode to wavparse (fixes #337625)
16515 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16518 * tests/Makefile.am:
16519 add ximagesrc icles test
16521 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16524 * docs/plugins/Makefile.am:
16525 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16526 * docs/plugins/gst-plugins-good-plugins-sections.txt:
16527 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16528 (gst_cmml_enc_push_clip):
16530 * sys/ximage/Makefile.am:
16531 * sys/ximage/gstximagesrc.c:
16532 Move ximagesrc plug-in to good after review. Fixes #336756.
16534 2006-04-28 Michael Smith <msmith@fluendo.com>
16536 * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16537 (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16538 (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16539 (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16540 (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16541 (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16542 * gst/icydemux/gsticydemux.h:
16543 Fix event handling: cache events when typefinding and forward later.
16545 2006-04-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16547 * sys/osxaudio/gstosxaudiosink.c:
16549 Register osxaudiosrc to the plugin.
16550 * sys/osxaudio/gstosxaudiosrc.c:
16551 (gst_osx_audio_src_osxelement_do_init),
16552 (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16553 (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16554 (gst_osx_audio_src_get_property),
16555 (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16556 (gst_osx_audio_src_osxelement_init):
16557 * sys/osxaudio/gstosxaudiosrc.h:
16558 Port of osxaudiosrc to 0.10.
16559 * sys/osxaudio/Makefile.am:
16562 2006-04-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16564 * sys/osxaudio/gstosxringbuffer.c:
16565 * sys/osxaudio/gstosxringbuffer.h:
16566 Forgot to commit earlier, part of the OSX audio plugin port
16568 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
16570 * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16571 (parse_split_strings):
16572 Recognise and skip any byte order marker (BOM) in
16575 2006-04-27 Tim-Philipp Müller <tim at centricular dot net>
16577 * docs/plugins/Makefile.am:
16578 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16579 * docs/plugins/gst-plugins-good-plugins-sections.txt:
16580 * docs/plugins/gst-plugins-good-plugins.hierarchy:
16581 * docs/plugins/inspect/plugin-avi.xml:
16582 * gst/avi/gstavidemux.c:
16583 * gst/avi/gstavimux.c:
16584 Add docs for both avidemux and avimux.
16586 2006-04-27 Tim-Philipp Müller <tim at centricular dot net>
16588 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
16590 * gst/avi/Makefile.am:
16591 * gst/avi/gstavi.c: (plugin_init):
16592 * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16593 (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16594 (gst_avi_mux_class_init), (gst_avi_mux_init),
16595 (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16596 (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16597 (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16598 (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16599 (gst_avi_mux_riff_get_avix_header),
16600 (gst_avi_mux_riff_get_video_header),
16601 (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16602 (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16603 (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16604 (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16605 (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16606 (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16607 (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16608 (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16609 (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16610 (gst_avi_mux_change_state):
16611 * gst/avi/gstavimux.h:
16612 Port AVI muxer to GStreamer-0.10 (#332031).
16614 * tests/check/Makefile.am:
16615 * tests/check/elements/avimux.c:
16616 * tests/check/elements/.cvsignore:
16617 Add unit test for AVI muxer.
16619 2006-04-27 Stefan Kost <ensonic@users.sf.net>
16621 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16622 (gst_wavparse_class_init), (gst_wavparse_reset),
16623 (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16624 (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16625 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16626 (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16627 (gst_wavparse_stream_data), (gst_wavparse_loop),
16628 (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16629 (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16631 * gst/wavparse/gstwavparse.h:
16632 reverted patch #337625 for the price of 1 hour sleep
16634 2006-04-26 Stefan Kost <ensonic@users.sf.net>
16636 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16637 (gst_wavparse_class_init), (gst_wavparse_reset),
16638 (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16639 (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16640 (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16641 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16642 (gst_wavparse_stream_data), (gst_wavparse_loop),
16643 (gst_wavparse_chain), (plugin_init):
16644 * gst/wavparse/gstwavparse.h:
16645 correct partial implementation of push mode
16646 (from my last commit)
16648 2006-04-26 Wim Taymans <wim@fluendo.com>
16650 * ext/esd/esdsink.c:
16651 Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16654 2006-04-26 Tim-Philipp Müller <tim at centricular dot net>
16656 * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16657 (gst_au_parse_class_init), (gst_au_parse_init),
16658 (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16659 (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16660 (gst_au_parse_chain), (gst_au_parse_src_convert),
16661 (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16662 (gst_au_parse_sink_event), (gst_au_parse_src_event),
16663 (gst_au_parse_change_state):
16664 * gst/auparse/gstauparse.h:
16665 Rewrite auparse to suck a little bit less: make source pad
16666 dynamic, so decodebin/playbin work with non-raw formats
16667 like alaw/mulaw; add query function for duration/position
16668 queries; check whether we have enough data before attempting
16669 to parse the header (instead of crashing when that is not the
16670 case); work around audioconvert sucking by swapping endianness
16671 to the native endianness ourselves for float formats; send
16672 initial newsegment event. Fixes #161712.
16674 2006-04-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16676 * sys/osxaudio/Makefile.am:
16677 * sys/osxaudio/gstosxaudioelement.c:
16678 (gst_osx_audio_element_get_type),
16679 (gst_osx_audio_element_class_init):
16680 * sys/osxaudio/gstosxaudioelement.h:
16681 * sys/osxaudio/gstosxaudiosink.c:
16682 (gst_osx_audio_sink_osxelement_do_init),
16683 (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16684 (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16685 (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16686 (gst_osx_audio_sink_create_ringbuffer),
16687 (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16689 * sys/osxaudio/gstosxaudiosink.h:
16690 Port of osxaudiosink to 0.10
16692 2006-04-26 Wim Taymans <wim@fluendo.com>
16694 * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16695 Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16696 the size of the ringbuffer. This should fix hangs with older
16699 2006-04-26 Stefan Kost <ensonic@users.sf.net>
16701 * ext/aalib/gstaasink.c:
16702 * ext/annodex/gstcmmldec.c:
16703 * ext/annodex/gstcmmlenc.c:
16704 * ext/cairo/gsttextoverlay.c:
16705 * ext/cairo/gsttimeoverlay.c:
16706 * ext/cdio/gstcdiocddasrc.c:
16707 * ext/dv/gstdvdec.c:
16708 * ext/dv/gstdvdemux.c:
16709 * ext/esd/esdmon.c:
16710 * ext/esd/esdsink.c:
16711 * ext/flac/gstflacenc.c:
16712 * ext/flac/gstflactag.c:
16713 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16714 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16715 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16716 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16717 * ext/gdk_pixbuf/pixbufscale.c:
16718 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16719 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16720 * ext/jpeg/gstjpegdec.c:
16721 * ext/jpeg/gstjpegenc.c:
16722 * ext/jpeg/gstsmokedec.c:
16723 * ext/jpeg/gstsmokeenc.c:
16724 * ext/libcaca/gstcacasink.c:
16725 * ext/libmng/gstmngdec.c:
16726 * ext/libmng/gstmngenc.c:
16727 * ext/libpng/gstpngdec.c:
16728 * ext/libpng/gstpngenc.c:
16729 * ext/mikmod/gstmikmod.c:
16730 * ext/raw1394/gstdv1394src.c:
16731 * ext/shout2/gstshout2.c: (gst_shout2send_init):
16732 * ext/shout2/gstshout2.h:
16733 * ext/speex/gstspeexdec.c:
16734 * ext/speex/gstspeexenc.c:
16735 * gst/alpha/gstalpha.c:
16736 * gst/alpha/gstalphacolor.c:
16737 * gst/apetag/gstapedemux.c:
16738 * gst/auparse/gstauparse.c:
16739 * gst/autodetect/gstautoaudiosink.c:
16740 (gst_auto_audio_sink_base_init):
16741 * gst/autodetect/gstautovideosink.c:
16742 (gst_auto_video_sink_base_init):
16743 * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16744 * gst/avi/gstavimux.c: (gst_avimux_base_init):
16745 * gst/cutter/gstcutter.c:
16746 * gst/debug/breakmydata.c:
16747 * gst/debug/efence.c:
16748 * gst/debug/gstnavigationtest.c:
16749 * gst/debug/gstnavseek.c:
16750 * gst/debug/negotiation.c:
16751 * gst/debug/progressreport.c:
16752 * gst/debug/testplugin.c:
16753 * gst/effectv/gstaging.c:
16754 * gst/effectv/gstdice.c:
16755 * gst/effectv/gstedge.c:
16756 * gst/effectv/gstquark.c:
16757 * gst/effectv/gstrev.c:
16758 * gst/effectv/gstshagadelic.c:
16759 * gst/effectv/gstvertigo.c:
16760 * gst/effectv/gstwarp.c:
16761 * gst/flx/gstflxdec.c:
16762 * gst/goom/gstgoom.c:
16763 * gst/icydemux/gsticydemux.c:
16764 * gst/id3demux/gstid3demux.c:
16765 * gst/interleave/deinterleave.c:
16766 * gst/interleave/interleave.c:
16767 * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16768 * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16769 * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16770 * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16771 * gst/level/gstlevel.c:
16772 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16773 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16774 * gst/median/gstmedian.c:
16775 * gst/monoscope/gstmonoscope.c:
16776 * gst/multipart/multipartdemux.c:
16777 * gst/multipart/multipartmux.c:
16778 * gst/oldcore/gstaggregator.c:
16779 * gst/oldcore/gstfdsink.c:
16780 * gst/oldcore/gstmd5sink.c:
16781 * gst/oldcore/gstmultifilesrc.c:
16782 * gst/oldcore/gstpipefilter.c:
16783 * gst/oldcore/gstshaper.c:
16784 * gst/oldcore/gststatistics.c:
16785 * gst/rtp/gstasteriskh263.c:
16786 * gst/rtp/gstrtpL16depay.c:
16787 * gst/rtp/gstrtpL16pay.c:
16788 * gst/rtp/gstrtpamrdepay.c:
16789 * gst/rtp/gstrtpamrpay.c:
16790 * gst/rtp/gstrtpdepay.c:
16791 * gst/rtp/gstrtpgsmpay.c:
16792 * gst/rtp/gstrtph263pay.c:
16793 * gst/rtp/gstrtph263pdepay.c:
16794 * gst/rtp/gstrtph263ppay.c:
16795 * gst/rtp/gstrtpilbcdepay.c:
16796 * gst/rtp/gstrtpmp4gpay.c:
16797 * gst/rtp/gstrtpmp4vdepay.c:
16798 * gst/rtp/gstrtpmp4vpay.c:
16799 * gst/rtp/gstrtpmpadepay.c:
16800 * gst/rtp/gstrtpmpapay.c:
16801 * gst/rtp/gstrtppcmadepay.c:
16802 * gst/rtp/gstrtppcmapay.c:
16803 * gst/rtp/gstrtppcmudepay.c:
16804 * gst/rtp/gstrtppcmupay.c:
16805 * gst/rtp/gstrtpspeexdepay.c:
16806 * gst/rtp/gstrtpspeexpay.c:
16807 * gst/rtsp/gstrtpdec.c:
16808 * gst/rtsp/gstrtspsrc.c:
16809 * gst/smpte/gstsmpte.c:
16810 * gst/udp/gstdynudpsink.c:
16811 * gst/udp/gstmultiudpsink.c:
16812 * gst/udp/gstudpsink.c:
16813 * gst/udp/gstudpsrc.c:
16814 * gst/videobox/gstvideobox.c:
16815 * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16816 * gst/videofilter/gstvideobalance.c:
16817 * gst/videofilter/gstvideoflip.c:
16818 * gst/videofilter/gstvideotemplate.c:
16819 (gst_videotemplate_base_init):
16820 * gst/videomixer/videomixer.c:
16821 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16822 (gst_wavparse_class_init), (gst_wavparse_dispose),
16823 (gst_wavparse_reset), (gst_wavparse_init),
16824 (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16825 (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16826 (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16827 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16828 (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16829 (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16830 (gst_wavparse_change_state):
16831 * gst/wavparse/gstwavparse.h:
16832 * sys/oss/gstossmixerelement.c:
16833 * sys/oss/gstosssink.c:
16834 * sys/oss/gstosssrc.c:
16835 * sys/osxaudio/gstosxaudioelement.c:
16836 * sys/osxaudio/gstosxaudiosink.c:
16837 * sys/osxaudio/gstosxaudiosrc.c:
16838 * sys/sunaudio/gstsunaudiomixer.c:
16839 * sys/sunaudio/gstsunaudiosink.c:
16840 Define GstElementDetails as const and also static (when defined as
16843 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
16845 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16846 Source pad has fixed caps. If we don't set this, bad
16847 things happen when the window is resized.
16849 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
16851 * gst/matroska/Makefile.am:
16852 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16853 (gst_matroska_demux_handle_src_event):
16854 * gst/matroska/matroska-ids.c:
16855 (gst_matroska_track_init_video_context),
16856 (gst_matroska_track_init_audio_context),
16857 (gst_matroska_track_init_subtitle_context),
16858 (gst_matroska_track_init_complex_context):
16859 * gst/matroska/matroska-ids.h:
16860 Handle case where the TrackType ebml chunk does not come before the
16861 TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16864 2006-04-25 Wim Taymans <wim@fluendo.com>
16866 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16867 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16868 It's codec_data, not codec_info.
16870 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
16872 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
16874 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16875 Handle codec_data for VfW compatibility codec IDs (#339451)
16877 * gst/matroska/matroska-mux.c:
16878 (gst_matroska_mux_video_pad_setcaps):
16879 Same here, handle codec_data and add additional caps we can handle
16880 now to the pad template (huffyuv, dv and h263 video) (#339451)
16882 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
16884 Patch by: Josef Zlomek <josef dot zlomek at itonis dot tv>
16886 * gst/matroska/matroska-mux.c:
16887 (gst_matroska_mux_create_buffer_header),
16888 (gst_matroska_mux_write_data):
16889 Fix timestamping of B-frames, use signed integers, do
16890 some rounding (#339678).
16892 2006-04-24 Edgard Lima <edgard.lima@indt.org.br>
16894 * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16895 just make it compile with --disable-gst-debug.
16897 2006-04-23 Sebastien Moutte <sebastien@moutte.net>
16899 * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16900 Fix a bad conversion using gst_guint64_to_gdouble.
16901 fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be
16902 replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16903 difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) -
16904 gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my
16907 2006-04-21 Sebastien Moutte <sebastien@moutte.net>
16909 * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16910 Use gst_guint64_to_gdouble for conversions
16911 * win32/vs6/gst_plugins_good.dsw:
16912 * win32/vs6/libgsticydemux.dsp:
16913 Add a project file for icydemux
16915 2006-04-21 Wim Taymans <wim@fluendo.com>
16917 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16919 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16920 (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16921 When splitting audio chunks, the block alignment is not taken in
16922 consideration, so the smaller chunks could be of size which is
16923 not a multiple of the block alignment. Fixes #336904
16925 2006-04-21 Wim Taymans <wim@fluendo.com>
16927 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16928 Use scale functions
16930 2006-04-21 Tim-Philipp Müller <tim at centricular dot net>
16932 * ext/dv/gstdv.c: (plugin_init):
16935 2006-04-21 Tim-Philipp Müller <tim at centricular dot net>
16937 * gst/debug/progressreport.c: (gst_progress_report_finalize),
16938 (gst_progress_report_class_init), (gst_progress_report_init),
16939 (gst_progress_report_do_query), (gst_progress_report_report),
16940 (gst_progress_report_set_property),
16941 (gst_progress_report_get_property):
16942 Add 'format' property to force querying to a particular format.
16944 2006-04-21 Andy Wingo <wingo@pobox.com>
16946 * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16947 best, on big endian systems. Drop its rank in that case. OTOH on
16948 x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16950 2006-04-21 Michael Smith <msmith@fluendo.com>
16953 * gst/icydemux/Makefile.am:
16954 * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16955 (gst_icydemux_base_init), (gst_icydemux_class_init),
16956 (gst_icydemux_reset), (gst_icydemux_init),
16957 (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16958 (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16959 (unicodify), (gst_icydemux_unicodify),
16960 (gst_icydemux_parse_and_send_tags),
16961 (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16962 (gst_icydemux_chain), (gst_icydemux_change_state),
16963 (gst_icydemux_send_tag_event), (plugin_init):
16964 * gst/icydemux/gsticydemux.h:
16965 * tests/check/Makefile.am:
16966 * tests/check/elements/icydemux.c: (typefind_succeed),
16967 (plugin_init), (icydemux_found_pad), (create_icydemux),
16968 (cleanup_icydemux), (push_data), (GST_START_TEST),
16969 (icydemux_suite), (main):
16970 Add icydemux, and tests.
16972 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
16974 * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16975 Post SEGMENT_DONE message in TIME format.
16977 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
16979 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16981 * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16982 (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16983 Fix index creation when we have to scan the file to create
16984 an index. There may be other types of RIFF 'LIST' chunks than
16985 'movi' and we need to skip them properly as well or we'll end up
16986 reading garbage (#336889). Some other cosmetic changes.
16988 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
16990 * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16991 (gst_flac_dec_handle_seek_event):
16992 Add support for segment seeks (fixes #338290). Also demote
16993 some recurring debug message from DEBUG to LOG level.
16995 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
16997 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16998 (gst_matroskademux_do_index_seek),
16999 (gst_matroska_demux_handle_seek_event),
17000 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17001 * gst/matroska/matroska-ids.h:
17002 Set DISCONT flag on first buffer after a discontinuity.
17003 Fix newsegment events sent when seeking and honour KEY_UNIT
17004 seek flag. Create pad with bogus caps if we don't recognise
17005 the stream codec id.
17007 * gst/matroska/matroska-demux.h:
17008 Fix GObject macros.
17010 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
17012 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
17014 * gst/matroska/matroska-demux.c:
17015 (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
17016 Handle end of segment properly when set; don't dead-lock when
17017 posting start of segment message when doing a segment seek.
17020 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
17022 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
17023 (gst_matroska_demux_plugin_init):
17024 Make mpeg2 aac audio work: create artificial private codec data
17025 chunk which faad2 seems to require, just as we do for mpeg4 aac.
17026 Also call gst_riff_init(). Partially fixes #338767.
17028 2006-04-19 Tim-Philipp Müller <tim at centricular dot net>
17030 * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
17031 (gst_wavenc_class_init), (gst_wavenc_init),
17032 (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
17033 (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
17034 (gst_wavenc_chain), (gst_wavenc_change_state):
17035 * gst/wavenc/gstwavenc.h:
17036 Set caps on first outgoing buffer, so that it doesn't error out
17037 immediately with a non-negotiated error (#338716). Rewrite and
17038 clean up a bit; fix setcaps function to parse things properly;
17039 fix sink caps (8bit audio is unsigned and doesn't have depth);
17040 use boilerplate macros; remove unused properties stuff.
17042 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
17044 * ext/gdk_pixbuf/gstgdkpixbuf.c:
17045 Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
17046 handle MJPEG streams and might be autoplugged for those if the
17047 user doesn't have jpegdec installed (resulting in a cryptic error
17048 message about huffman tables). Better to disable JPEG decoding here
17049 and let the user figure out that she needs to install jpegdec.
17051 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
17053 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17054 (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17055 (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
17056 * ext/gdk_pixbuf/gstgdkpixbuf.h:
17057 Make work with packetised/framed input (e.g. png-in-quicktime). Use
17058 GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
17059 GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
17060 debug messages. Fix boilerplate macros.
17062 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
17064 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17065 (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
17066 No need to special-case for Gdk-2.0 any longer, we require
17067 Gdk 2.2 or newer; minor clean-ups.
17069 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
17071 * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
17072 (gst_shout2send_class_init), (gst_shout2send_init),
17073 (set_shout_metadata), (gst_shout2send_set_metadata),
17074 (gst_shout2send_event), (gst_shout2send_start),
17075 (gst_shout2send_connect), (gst_shout2send_stop),
17076 (gst_shout2send_render), (gst_shout2send_set_property),
17077 (gst_shout2send_get_property), (gst_shout2send_setcaps),
17079 * ext/shout2/gstshout2.h:
17081 Rewrite a bit: use GstBaseSink::start and stop instead of a state
17082 change function; use GST_ELEMENT_ERROR for error reporting, not
17083 g_error() or GST_ERROR(); don't unref caps in setcaps function,
17084 will cause crashes or assertion failures; remove (unused) "sync"
17085 property, basesink already has such a property; misc. other
17086 minor fixes and cleanups.
17088 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
17090 * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
17091 * ext/esd/gstesd.c: (plugin_init):
17093 Add translatable error message for when we cannot
17094 connect to the sound server, as "Cannot open resource
17095 for writing" isn't really an acceptable message to show
17096 to the user in this case.
17098 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
17100 * sys/oss/gst-i18n-plugin.h:
17101 Remove bogus file that doesn't belong here.
17103 2006-04-17 Tim-Philipp Müller <tim at centricular dot net>
17105 Patch by: Philippe Valembois
17107 * ext/shout2/gstshout2.c: (gst_shout2send_init),
17108 (gst_shout2send_set_metadata), (gst_shout2send_event),
17109 (gst_shout2send_render), (gst_shout2send_change_state):
17110 * ext/shout2/gstshout2.h:
17111 Handle tags being received before the connection to
17112 the server is established properly (see #338636).
17114 2006-04-17 Tim-Philipp Müller <tim at centricular dot net>
17116 * ext/shout2/gstshout2.c: (gst_shout2send_render):
17117 Don't crash in case the connection to the server fails:
17118 don't set pointer to NULL by assigning FALSE; error out
17119 properly by using GST_ELEMENT_ERROR and returning
17120 GST_FLOW_ERROR (fixes #338636). Lastly, free connection
17121 before resetting the pointer.
17123 2006-04-17 Jan Schmidt <thaytan@mad.scientist.com>
17125 * gst/id3demux/id3tags.c:
17126 Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
17129 2006-04-12 Wim Taymans <wim@fluendo.com>
17131 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17132 (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
17133 (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17134 (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
17135 (gst_gdk_pixbuf_chain):
17137 Added RGBA as a possible output format.
17138 Correctly free the supported mimetypes.
17139 deprecate silent arg, it's not used.
17140 Return result from _alloc_buffer to peer.
17142 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
17144 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
17145 Don't leak memory allocated by gst_buffer_new_and_alloc() by
17146 overwriting GST_BUFFER_MALLOCDATA.
17148 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
17150 * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17151 (user_endrow_callback), (user_end_callback),
17152 (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
17153 (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
17154 (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
17155 * ext/libpng/gstpngdec.h:
17156 Handle more than one frame if the content is framed,
17157 like with png-in-quicktime (#331917).
17159 2006-04-10 Thomas Vander Stichele <thomas at apestaart dot org>
17161 * sys/oss/Makefile.am:
17162 * sys/oss/common.h:
17163 * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17164 (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17165 * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17166 (gst_oss_src_unprepare):
17167 - the user-visible error strings were in the wrong category
17168 - and the messages were not marked for translation
17169 - which is actually a good thing, because they were exactly
17170 the kind of message you would never want anyone to see
17171 - the macros were using variables that didn't exist in the macro
17173 - and they were obviously copied from each other and then modified
17174 - so a common header makes sense
17176 2006-04-10 Tim-Philipp Müller <tim at centricular dot net>
17178 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17179 Don't try to modify read-only data.
17181 * gst/matroska/matroska-demux.c:
17182 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17183 Fix comment (won't crash any longer now).
17185 2006-04-10 Michael Smith <msmith@fluendo.com>
17187 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17188 Use copies of header buffers for caps to avoid circular refcounting
17189 problems (as in theoradec, vorbisdec).
17191 * tests/check/elements/cmmldec.c: (GST_START_TEST):
17192 Fix a typo in test that meant it was testing the wrong thing.
17194 * tests/check/elements/cmmlenc.c: (check_headers):
17195 Fix refcount checks now that we use buffer-copies for caps.
17197 2006-04-10 Tim-Philipp Müller <tim at centricular dot net>
17199 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17200 (gst_matroska_demux_handle_seek_event),
17201 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17202 (gst_matroska_demux_subtitle_caps),
17203 (gst_matroska_demux_plugin_init):
17204 Use static pad templates with ANY caps for audio and video
17205 source pads and get rid of a lot of unnecessary (and partially
17206 broken) code for the template caps. Clean up caps finding
17207 functions. Fixes playback of audio files/streams that do not
17208 contain the sample rate and/or number of channels in the audio
17209 context (happens a lot with vorbis/mp3 .mka files it seems).
17211 Also add myself to copyright holders.
17213 2006-04-10 Michael Smith <msmith@fluendo.com>
17215 * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17216 Use g_list_delete_link () instead of g_list_remove_link () so that
17217 we free the link as well as the contained data.
17219 2006-04-10 Wim Taymans <wim@fluendo.com>
17221 Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17223 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17224 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17225 (gst_avi_demux_stream_header):
17226 Fix some crashers with empty chunks. (Fixes #337749)
17228 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
17230 * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17231 use G_GINT64_CONSTANT for INT64 constants
17232 * gst/videofilter/gstvideobalance.c:
17233 define rint for WIN32 #define rint(x) (floor((x)+0.5))
17234 * win32/vs6/libgstavi.dsp:
17235 add missing libraries for the link and remove avimux.c from
17236 the project as it isn't ported to 0.10 yet
17238 2006-04-09 Tim-Philipp Müller <tim at centricular dot net>
17240 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17241 Even better would be if we actually did the right thing
17242 here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17244 2006-04-08 Tim-Philipp Müller <tim at centricular dot net>
17246 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17247 Can't just replace 1LL with 1L here just because MSVC doesn't
17248 support it, as it might lead to incorrect results when doing the
17249 bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17250 force a 64-bit constant in a way that all compilers are happy with.
17252 2006-04-08 Stefan Kost <ensonic@users.sf.net>
17254 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17255 * ext/esd/esdsink.c: (gst_esdsink_class_init):
17256 * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17257 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17258 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17259 * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17260 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17261 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17262 * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17263 * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17264 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17265 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17266 * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17267 * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17268 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17269 * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17270 * gst/avi/gstavimux.c: (gst_avimux_class_init):
17271 * gst/debug/efence.c: (gst_efence_class_init):
17272 * gst/debug/negotiation.c: (gst_negotiation_class_init):
17273 * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17274 * gst/goom/gstgoom.c: (gst_goom_class_init):
17275 * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17276 * gst/interleave/deinterleave.c: (deinterleave_class_init):
17277 * gst/interleave/interleave.c: (interleave_class_init):
17278 * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17279 * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17280 * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17281 * gst/median/gstmedian.c: (gst_median_class_init):
17282 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17283 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17284 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17285 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17286 * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17287 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17288 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17289 * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17290 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17291 * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17292 * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17293 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17294 * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17295 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17296 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17297 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17298 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17299 * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17300 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17301 * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17302 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17303 * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17304 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17305 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17306 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17307 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17308 * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17309 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17310 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17311 * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17312 * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17313 * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17314 * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17315 * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17316 * sys/osxaudio/gstosxaudioelement.c:
17317 (gst_osxaudioelement_class_init):
17318 * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17319 * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17320 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17321 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17323 2006-04-08 Stefan Kost <ensonic@users.sf.net>
17325 * ext/mikmod/gstmikmod.h:
17326 * gst/level/gstlevel.h:
17327 Fix more broken GObject macros
17329 2006-04-08 Stefan Kost <ensonic@users.sf.net>
17331 * ext/annodex/gstcmmldec.h:
17332 * ext/annodex/gstcmmlenc.h:
17333 * ext/annodex/gstcmmltag.h:
17334 * ext/cairo/gsttextoverlay.h:
17335 * ext/ladspa/gstsignalprocessor.h:
17336 * gst/matroska/ebml-read.h:
17337 * gst/matroska/ebml-write.h:
17338 * sys/osxaudio/gstosxaudioelement.h:
17339 Fix broken GObject macros
17341 2006-04-08 Tim-Philipp Müller <tim at centricular dot net>
17343 * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17344 Don't try to seek beyond the end of the file (would
17345 occasionally display error dialogs in totem when seeking
17346 to the end) (#335869). Will still throw an error though
17347 if the file is truncated and the total_samples value in
17348 the stream header is wrong.
17350 2006-04-07 Tim-Philipp Müller <tim at centricular dot net>
17352 * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17353 (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17354 (gst_flac_dec_metadata_callback):
17355 * ext/flac/gstflacdec.h:
17356 If the stream header doesn't contain the total number of samples,
17357 search for the last flac frame at the end of the file and calculate
17358 the total duration from that frame's offset (fixes #337609).
17360 2006-04-07 Edward Hervey <edward@fluendo.com>
17362 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17363 Don't unref the GstPadTemplate returned by
17364 gst_element_class_get_pad_template().
17366 2006-04-06 Tim-Philipp Müller <tim at centricular dot net>
17368 Patch by: Brian Cameron <brian dot cameron at sun dot com>
17370 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17371 (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17372 * sys/sunaudio/gstsunaudiosink.h:
17373 Use spec->segsize and spec->segtotal in the prepare function
17374 to initialise the ring buffer instead of using the buffer-time
17375 property (#337421).
17377 2006-04-06 Tim-Philipp Müller <tim at centricular dot net>
17380 Bump core requirements to CVS for gst_pad_query_peer_duration()
17381 which is used by speexdec.
17383 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
17385 * ext/speex/gstspeex.c: (plugin_init):
17386 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17387 (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17388 (speex_get_sink_query_types), (speex_dec_sink_query),
17389 (speex_get_src_query_types), (speex_dec_src_query),
17390 (speex_dec_src_event), (speex_dec_sink_event),
17391 (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17392 (speex_dec_chain_parse_data), (speex_dec_chain),
17393 (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17394 (speex_dec_change_state):
17395 * ext/speex/gstspeexdec.h:
17396 Fix seeking and duration queries (#337033); clean up and
17399 2006-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
17401 * ext/raw1394/gstdv1394src.c:
17402 distinguish between device not found and could not open for
17405 2006-04-03 Thomas Vander Stichele <thomas at apestaart dot org>
17409 * pkgconfig/.cvsignore:
17410 * pkgconfig/Makefile.am:
17411 * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17412 add a .pc file so other modules can use good plugins in tests
17414 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
17417 clean up, use AS_VERSION and AS_NANO
17418 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17419 use PACKAGE_VERSION define
17436 2006-03-31 Sebastien Moutte <sebastien@moutte.net>
17438 * ext\jpeg\smokecodec.c:
17439 use of GST_DEBUG instead of DEBUG(a...) for WIN32
17440 * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17441 move first instruction after all variables declarations
17442 * gst\alpha\gstalpha.c:
17443 * gst\effectv\gstshagadelic.c:
17444 * gst\smpte\paint.c:
17445 * gst\videofilter\gstvideobalance.c:
17446 define M_PI if it's not defined (it's not defined on WIN32)
17447 * gst\cutter\gstcutter.c: (gst_cutter_chain):
17448 * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17449 * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17450 * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info),
17451 (gst_matroska_demux_video_caps):
17452 * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17453 * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17454 use gst_guint64_to_gdouble for conversions
17455 * gst\goom\filters.c: (setPixelRGB_):
17456 fix a debug which was using undefined variable
17457 * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17458 * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17459 replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17461 add vs6 projects files for most of plugins-good
17463 2006-03-30 j^ <j@bootlab.org>
17465 * ext/aalib/gstaasink.c:
17466 * ext/annodex/gstcmmldec.c:
17467 * ext/annodex/gstcmmlenc.c:
17468 * ext/cairo/gsttextoverlay.c:
17469 * ext/cairo/gsttimeoverlay.c:
17470 * ext/cdio/gstcdiocddasrc.c:
17471 * ext/dv/gstdvdec.c:
17472 * ext/esd/esdmon.c:
17473 * ext/esd/esdsink.c:
17474 * ext/flac/gstflacdec.c:
17475 * ext/flac/gstflacenc.c:
17476 * ext/flac/gstflactag.c:
17477 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17478 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17479 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17480 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17481 * ext/gdk_pixbuf/gstgdkpixbuf.c:
17482 * ext/gdk_pixbuf/pixbufscale.c:
17483 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17484 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17485 * ext/jpeg/gstjpegdec.c:
17486 * ext/jpeg/gstjpegenc.c:
17487 * ext/jpeg/gstsmokedec.c:
17488 * ext/jpeg/gstsmokeenc.c:
17489 * ext/libcaca/gstcacasink.c:
17490 * ext/libmng/gstmngdec.c:
17491 * ext/libmng/gstmngenc.c:
17492 * ext/libpng/gstpngdec.c:
17493 * ext/libpng/gstpngenc.c:
17494 * ext/mikmod/gstmikmod.c:
17495 * ext/raw1394/gstdv1394src.c:
17496 * ext/shout2/gstshout2.c:
17497 * ext/speex/gstspeexdec.c:
17498 * ext/speex/gstspeexenc.c:
17499 * gst/alpha/gstalpha.c:
17500 * gst/alpha/gstalphacolor.c:
17501 * gst/auparse/gstauparse.c:
17502 * gst/autodetect/gstautoaudiosink.c:
17503 (gst_auto_audio_sink_base_init):
17504 * gst/autodetect/gstautovideosink.c:
17505 (gst_auto_video_sink_base_init):
17506 * gst/avi/gstavimux.c: (gst_avimux_base_init):
17507 * gst/cutter/gstcutter.c:
17508 * gst/debug/breakmydata.c:
17509 * gst/debug/efence.c:
17510 * gst/debug/gstnavigationtest.c:
17511 * gst/debug/negotiation.c:
17512 * gst/debug/progressreport.c:
17513 * gst/debug/testplugin.c:
17514 * gst/effectv/gstaging.c:
17515 * gst/effectv/gstdice.c:
17516 * gst/effectv/gstedge.c:
17517 * gst/effectv/gstquark.c:
17518 * gst/effectv/gstrev.c:
17519 * gst/effectv/gstvertigo.c:
17520 * gst/effectv/gstwarp.c:
17521 * gst/flx/gstflxdec.c:
17522 * gst/goom/gstgoom.c:
17523 * gst/interleave/deinterleave.c:
17524 * gst/interleave/interleave.c:
17525 * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17526 * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17527 * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17528 * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17529 * gst/level/gstlevel.c:
17530 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17531 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17532 * gst/median/gstmedian.c:
17533 * gst/monoscope/gstmonoscope.c:
17534 * gst/multipart/multipartdemux.c:
17535 * gst/multipart/multipartmux.c:
17536 * gst/oldcore/gstmd5sink.c:
17537 * gst/oldcore/gstmultifilesrc.c:
17538 * gst/oldcore/gstpipefilter.c:
17539 * gst/oldcore/gstshaper.c:
17540 * gst/oldcore/gststatistics.c:
17541 * gst/rtp/gstasteriskh263.c:
17542 * gst/rtp/gstrtpL16depay.c:
17543 * gst/rtp/gstrtpL16pay.c:
17544 * gst/rtp/gstrtpamrdepay.c:
17545 * gst/rtp/gstrtpamrpay.c:
17546 * gst/rtp/gstrtpdepay.c:
17547 * gst/rtp/gstrtpgsmpay.c:
17548 * gst/rtp/gstrtph263pay.c:
17549 * gst/rtp/gstrtph263pdepay.c:
17550 * gst/rtp/gstrtph263ppay.c:
17551 * gst/rtp/gstrtpmp4gpay.c:
17552 * gst/rtp/gstrtpmp4vdepay.c:
17553 * gst/rtp/gstrtpmp4vpay.c:
17554 * gst/rtp/gstrtpmpadepay.c:
17555 * gst/rtp/gstrtpmpapay.c:
17556 * gst/rtp/gstrtppcmadepay.c:
17557 * gst/rtp/gstrtppcmapay.c:
17558 * gst/rtp/gstrtppcmudepay.c:
17559 * gst/rtp/gstrtppcmupay.c:
17560 * gst/rtp/gstrtpspeexdepay.c:
17561 * gst/rtp/gstrtpspeexpay.c:
17562 * gst/rtsp/gstrtpdec.c:
17563 * gst/smpte/gstsmpte.c:
17564 * gst/videobox/gstvideobox.c:
17565 * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17566 * gst/videofilter/gstvideobalance.c:
17567 * gst/videofilter/gstvideoflip.c:
17568 * gst/videofilter/gstvideotemplate.c:
17569 (gst_videotemplate_base_init):
17570 * gst/videomixer/videomixer.c:
17571 * gst/wavenc/gstwavenc.c:
17572 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17573 better/unified long descriptions
17575 Some cleanups to auparse, don't send multiple newsegments.
17577 2006-03-29 Wim Taymans <wim@fluendo.com>
17579 From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17581 * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17582 (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17583 (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17584 (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17585 * ext/dv/gstdvdemux.h:
17586 Seek in READY patch. Only works for pull based mode.
17589 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
17591 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17592 (gst_gdk_pixbuf_event):
17593 Fix two crashers: don't unref the same caps twice, and
17594 set pixbuf loader to NULL after freeing it.
17596 2006-03-27 Wim Taymans <wim@fluendo.com>
17598 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17599 (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17600 (gst_speexenc_chain):
17601 * ext/speex/gstspeexenc.h:
17602 Don't leak adapter.
17603 A push *always* takes ownership of the buffer, even on
17607 2006-03-26 Tim-Philipp Müller <tim at centricular dot net>
17609 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17610 Create source pad without leaking.
17612 2006-03-24 Wim Taymans <wim@fluendo.com>
17614 * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17615 * ext/flac/gstflacdec.h:
17616 * ext/flac/gstflacenc.h:
17618 Fix deadly lock order error in seeking code, STREAM_LOCK
17619 cannot be taken within LOCK and the streaming variables are
17620 protected with the STREAM_LOCK anyway.
17622 2006-03-24 Wim Taymans <wim@fluendo.com>
17624 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17625 (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17626 (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17627 this patch combines the global init_frames with the stream
17628 init_frames. Rationale being that the global delay should
17629 be subtracted from any stream delay.
17632 2006-03-24 Stefan Kost <ensonic@users.sf.net>
17634 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17635 * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17636 * gst/smpte/gstsmpte.c: (gst_smpte_init):
17637 * gst/videomixer/videomixer.c: (gst_videomixer_init):
17638 use DEBUG_FUNCPTR for collectpads
17640 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
17642 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17643 Don't crash when encoding images where the number of rows isn't
17644 a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17646 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
17648 * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17649 * gst/interleave/deinterleave.c: (deinterleave_change_state):
17650 * gst/interleave/interleave.c: (interleave_change_state):
17651 * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17652 More state change function fixes.
17654 2006-03-23 Wim Taymans <wim@fluendo.com>
17656 * ext/esd/esdsink.c: (gst_esdsink_class_init),
17657 (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17658 (gst_esdsink_prepare), (gst_esdsink_unprepare),
17659 (gst_esdsink_delay), (gst_esdsink_reset):
17660 * ext/esd/esdsink.h:
17661 Fix esd choppy playback by configuring audiosink
17662 correctly. Fixes #325191
17664 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
17666 * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17667 Make state change function thread-safe.
17669 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
17671 * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17672 (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17673 Don't try to read beyond the end of the file just because
17674 the header claims a bigger size (like with truncated files).
17676 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
17678 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17679 (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17680 (gst_wavparse_stream_data), (gst_wavparse_loop):
17681 * gst/wavparse/gstwavparse.h:
17682 Delay source pad creation until we have the first chunk of
17683 media data, so the we can examine the data and adjust the
17684 caps accordingly if required. This makes playback of .wav
17685 files with DTS-declared-as-PCM content work (#313266).
17687 2006-03-22 Jan Schmidt <thaytan@mad.scientist.com>
17689 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17690 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17691 Don't attempt typefinding on too-short buffers that have been
17692 completely trimmed away. (Fixes #330239)
17694 * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17695 Improve the debug output
17697 2006-03-21 Wim Taymans <wim@fluendo.com>
17699 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17700 (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17701 (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17702 (gst_esdsink_set_property), (gst_esdsink_get_property):
17704 Reset fd to -1 when we close them.
17706 2006-03-21 Wim Taymans <wim@fluendo.com>
17708 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17709 the OPTIONS request result is optional so don't
17712 2006-03-21 Edward Hervey <edward@fluendo.com>
17714 * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17715 * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17716 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17717 (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17718 (gst_wavparse_change_state):
17719 gcc 4.1 unreferenced pointer fixes.
17721 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
17723 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
17725 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17726 Fix block alignment calculation. Alignment should be done before
17727 adding the byte offset where the data starts (#335231).
17729 2006-03-20 Jan Schmidt <thaytan@mad.scientist.com>
17731 * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17732 Ensure that we set correct caps on buffers that are transferred
17733 direct from the input.
17735 2006-03-20 Jan Schmidt <thaytan@mad.scientist.com>
17737 * gst/goom/filters.c: (zoomFilterDestroy):
17738 * gst/goom/goom_core.c: (goom_close):
17739 Free filter data when cleaning up. (Fixes: #334995)
17741 2006-03-17 Tim-Philipp Müller <tim at centricular dot net>
17744 Don't compile udp and rtsp plugins on win32 (mingw) or other
17745 systems that don't have <sys/socket.h> for some reason (#316203).
17747 2006-03-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17749 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17750 (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17751 * ext/raw1394/gstdv1394src.h:
17752 Change bus reset handler so it reports useful information such as
17753 whether the device being used connected or disconnected
17755 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
17757 * gst/id3demux/id3v2frames.c:
17758 (parse_relative_volume_adjustment_two):
17759 We only care about gain and peak data for the master volume.
17761 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
17763 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17764 (parse_id_string), (parse_unique_file_identifier),
17765 (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17766 Read replay gain tags (#323721).
17768 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
17771 Bump requirements to gst-plugins-base CVS because
17772 of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17774 2006-03-15 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
17776 * rtp/gst/gstrtppcmadepay.c:
17777 Fixed one of the caps in the code from mulaw to alaw.
17779 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
17781 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17782 Ensure that we set caps on the buffers we pass.
17784 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17785 (gst_id3demux_sink_activate):
17786 Ensure that we set caps on the buffers we pass.
17788 Use STREAM, TYPE_NOT_FOUND as the error class when
17791 2006-03-15 Edward Hervey <edward@fluendo.com>
17793 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17794 * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17795 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17796 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17797 (gst_jpeg_dec_setcaps):
17798 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17799 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17800 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17801 * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17802 (gst_mngdec_src_getcaps):
17803 * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17804 (gst_pngdec_caps_create_and_set):
17805 * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17806 * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17807 * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17808 * gst/alpha/gstalpha.c: (gst_alpha_init):
17809 * gst/auparse/gstauparse.c: (gst_au_parse_init):
17810 * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17811 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17812 * gst/cutter/gstcutter.c: (gst_cutter_init):
17813 * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17814 (gst_efence_checkgetrange):
17815 * gst/debug/negotiation.c: (gst_negotiation_init):
17816 * gst/flx/gstflxdec.c: (gst_flxdec_init):
17817 * gst/goom/gstgoom.c: (gst_goom_init):
17818 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17819 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17820 * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17821 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17822 * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17823 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17824 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17825 * gst/smpte/gstsmpte.c: (gst_smpte_init):
17826 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17827 (gst_wavparse_create_sourcepad):
17828 Fix memleak with gst_static_pad_template_get().
17829 This uses gst_pad_new_from_static_template() instead.
17832 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17835 Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17838 * gst/id3demux/gstid3demux.c: (plugin_init):
17839 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17840 (parse_user_text_identification_frame),
17841 (parse_unique_file_identifier):
17842 Add support for UFID and TXXX frames and extract musicbrainz tags.
17844 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17846 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17847 Catch short reads, like they might happen with truncated
17848 files (see #305279); remove unnecessary indentation.
17850 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17852 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17853 Fix DIB image inversion for pictures with a
17854 depth != 8 (#305279).
17856 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17858 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17859 (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17860 * ext/jpeg/gstjpegdec.h:
17861 Fix durations on outgoing buffers after seeking
17862 in MJPEG files (#334083); some minor clean-ups.
17864 2006-03-13 Wim Taymans <wim@fluendo.com>
17866 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17867 (gst_wavparse_change_state):
17868 Implement seek in READY (re-fixes #327658)
17870 2006-03-13 Wim Taymans <wim@fluendo.com>
17872 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17873 * ext/esd/esdmon.c: (gst_esdmon_get):
17874 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17875 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17876 (gst_gdk_pixbuf_sink_getcaps):
17877 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17878 (gst_jpegenc_setcaps):
17879 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17880 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17881 (gst_smokeenc_setcaps):
17882 * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17883 (gst_mngdec_src_getcaps):
17884 * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17885 (gst_mngenc_chain):
17886 * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17887 * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17888 * ext/speex/gstspeexdec.c: (speex_dec_convert),
17889 (speex_dec_src_event), (speex_dec_chain):
17890 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17891 (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17892 * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17893 (gst_negotiation_pad_link), (gst_negotiation_chain):
17894 * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17895 (gst_flxdec_chain):
17896 * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17897 (deinterleave_chain):
17898 * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17899 * gst/median/gstmedian.c: (gst_median_link):
17900 * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17901 (gst_monoscope_chain):
17902 * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17903 * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17904 * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17905 * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17906 close #333784 unref the result of gst_pad_get_parent()
17907 by: Christophe Fergeau.
17909 2006-03-09 Wim Taymans <wim@fluendo.com>
17911 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17912 (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17913 Handle events in push mode better, can now do non-flushing
17914 seeks in push mode as well.
17916 2006-03-07 Wim Taymans <wim@fluendo.com>
17918 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17919 Applied patch from Kai Vehmanen, fixes #333624.
17921 2006-03-06 Julien MOUTTE <julien@moutte.net>
17923 * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
17924 Implement paletted and grayscale png files handling.
17927 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
17929 * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17930 (gst_speexenc_chain):
17931 fix a tag list assert
17932 follow gst-plugins-base/ext/ogg/README; set OFFSET
17933 and OFFSET_END. Muxes correctly with gst-plugins-base
17936 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
17938 * gst/id3demux/Makefile.am:
17939 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17940 (gst_id3demux_chain), (gst_id3demux_sink_activate):
17941 Use new typefind helper functions here as well, and
17942 do typefinding in pull-mode if upstream supports that.
17944 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
17946 * sys/sunaudio/gstsunaudiomixerctrl.c:
17947 (gst_sunaudiomixer_ctrl_get_volume),
17948 (gst_sunaudiomixer_ctrl_set_volume):
17949 * sys/sunaudio/gstsunaudiomixertrack.c:
17950 (gst_sunaudiomixer_track_new):
17951 Remove unused variables, breaks build from CVS
17952 with -Werror (#333392, patch by: Benjamin Pineau)
17954 2006-03-03 Wim Taymans <wim@fluendo.com>
17956 * docs/plugins/Makefile.am:
17957 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17958 * docs/plugins/gst-plugins-good-plugins-sections.txt:
17959 Added wavparse docs.
17961 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17962 (gst_wavparse_reset), (gst_wavparse_init),
17963 (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17964 (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17965 (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17966 (gst_wavparse_stream_data), (gst_wavparse_loop),
17967 (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17968 (gst_wavparse_change_state):
17969 * gst/wavparse/gstwavparse.h:
17970 Implement seek in READY (fixes #327658)
17971 Added docs and did some cleanups.
17973 2006-03-03 Tim-Philipp Müller <tim at centricular dot net>
17975 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17976 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17977 (gst_avi_demux_calculate_durations_from_index),
17978 (gst_avi_demux_stream_header):
17979 * gst/avi/gstavidemux.h:
17980 If we have an index, use a duration based on the index instead
17981 of blindly trusting the information in the stream headers
17984 2006-03-03 Wim Taymans <wim@fluendo.com>
17986 * docs/plugins/Makefile.am:
17987 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17988 * docs/plugins/gst-plugins-good-plugins-sections.txt:
17989 * docs/plugins/gst-plugins-good-plugins.hierarchy:
17990 Added smoke and jpeg to the docs.
17992 * ext/jpeg/Makefile.am:
17993 * ext/jpeg/gstjpeg.c: (plugin_init):
17994 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17995 * ext/jpeg/gstjpegenc.h:
17996 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17997 (gst_smokedec_chain):
17998 * ext/jpeg/gstsmokedec.h:
17999 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18000 * ext/jpeg/gstsmokeenc.h:
18001 * ext/jpeg/smokecodec.h:
18002 Port smokedec (fixes #331905).
18006 2006-03-03 Wim Taymans <wim@fluendo.com>
18008 * docs/plugins/Makefile.am:
18009 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18010 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18011 * docs/plugins/gst-plugins-good-plugins.hierarchy:
18012 Added videobalance and videoflip to the docs.
18014 * gst/videofilter/Makefile.am:
18015 * gst/videofilter/gstvideobalance.c:
18016 (gst_video_balance_update_tables_planar411),
18017 (gst_video_balance_is_passthrough),
18018 (gst_video_balance_update_properties), (oil_tablelookup_u8),
18019 (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
18020 (gst_video_balance_transform_ip), (gst_video_balance_base_init),
18021 (gst_video_balance_finalize), (gst_video_balance_class_init),
18022 (gst_video_balance_init), (gst_video_balance_interface_supported),
18023 (gst_video_balance_interface_init),
18024 (gst_video_balance_colorbalance_list_channels),
18025 (gst_video_balance_colorbalance_set_value),
18026 (gst_video_balance_colorbalance_get_value),
18027 (gst_video_balance_colorbalance_init),
18028 (gst_video_balance_set_property), (gst_video_balance_get_property),
18029 (gst_video_balance_get_type), (plugin_init):
18030 * gst/videofilter/gstvideobalance.h:
18031 Ported to 0.10. (Fixes #326160)
18034 * gst/videofilter/gstvideoflip.c:
18035 * gst/videofilter/gstvideoflip.h:
18038 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
18041 Bump requirements to current core and -base CVS
18042 (core for new typefind helper API, and -base for the
18043 WAVFORMATEX support that was added to libgstriff and
18044 is needed by wavparse).
18046 * gst/apetag/Makefile.am:
18047 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
18048 (gst_tag_demux_sink_activate):
18049 Use new typefind helpers for typefinding instead of our
18050 home-grown stuff; also, do typefinding in pull-mode if
18051 upstream supports that.
18053 2006-02-28 Jürg Billeter <j (at) bitron.ch>
18055 Reviewed by: Christian Schaller <christian@fluendo.com>
18057 This patch fixes bug: 329107
18059 This Changelog entry is for a commit done on February 17
18061 * ext/gconf/gconf.c
18062 * ext/gconf/gconf.h
18063 * ext/gconf/gstgconfaudiosink.c
18064 * ext/gconf/gstgconfaudiosink.h
18065 * gconf/gstreamer.schemas.in
18067 2006-02-28 Wim Taymans <wim@fluendo.com>
18069 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
18070 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18071 (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
18072 (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
18073 Use DEBUG_OBJECT more.
18075 2006-02-28 Wim Taymans <wim@fluendo.com>
18077 * docs/plugins/Makefile.am:
18078 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18079 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18080 Added dvdec and dvdemux to docs.
18082 * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
18084 Check frame sizes so we don't crash when don't have enough
18086 Send nice error messages on error.
18088 * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
18089 (gst_dvdemux_class_init), (gst_dvdemux_init),
18090 (gst_dvdemux_finalize), (gst_dvdemux_reset),
18091 (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18092 (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18093 (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
18094 (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
18095 (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
18096 (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
18097 (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
18098 (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18099 (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
18100 (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
18101 (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
18102 * ext/dv/gstdvdemux.h:
18104 Implement pull mode.
18106 Reduce memcpy for the video demuxing.
18108 2006-02-28 Jan Schmidt <thaytan@mad.scientist.com>
18110 * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
18111 (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
18112 (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
18113 * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
18114 Add a little extra debug. Make the decoder not return NOT_LINKED,
18115 as we want to continue decoding all CMML and emitting tags.
18117 2006-02-27 Michael Smith <msmith@fluendo.com>
18119 * ext/annodex/gstskeltag.c:
18120 * ext/annodex/gstskeltag.h:
18121 Deleted; these files aren't used any more either.
18123 2006-02-25 Julien MOUTTE <julien@moutte.net>
18125 * ext/Makefile.am: Fix dist-check.
18127 2006-02-25 Julien MOUTTE <julien@moutte.net>
18129 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
18132 2006-02-25 Alessandro Decina <alessandro@nnva.org>
18134 * ext/annodex/Makefile.am:
18135 * ext/annodex/gstannodex.c:
18136 * ext/annodex/gstcmmldec.c:
18137 * ext/annodex/gstcmmlenc.c:
18138 * ext/annodex/gstcmmlparser.c:
18139 * ext/annodex/gstcmmlparser.h:
18140 * ext/annodex/gstcmmlutils.c:
18141 * tests/check/elements/cmmldec.c:
18142 * tests/check/elements/cmmlenc.c:
18143 Fix a memleak in gst_cmml_track_list_add_clip.
18144 Handle overflows in clip's start and end times.
18145 Add the "encoded" parameter to cmmldec and cmmlenc caps.
18146 Do not parse junk at the end of a CMML preamble buffer.
18147 Register a libxml error handler to not print stuff on stderr.
18148 Check for bad clip start and end times in the testsuites.
18150 2006-02-25 Julien MOUTTE <julien@moutte.net>
18152 * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
18153 (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
18154 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
18155 (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
18156 * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
18159 2006-02-25 Julien MOUTTE <julien@moutte.net>
18161 * tests/check/Makefile.am:
18162 * tests/check/elements/cmmldec.c:
18163 * tests/check/elements/cmmlenc.c: Fix tests so that they use
18164 the plugins-base tags.
18166 2006-02-25 Julien MOUTTE <julien@moutte.net>
18168 * ext/Makefile.am: Re-enable module.
18170 2006-02-25 Julien MOUTTE <julien@moutte.net>
18172 * tests/check/Makefile.am: Forgot to remove that test.
18174 2006-02-25 Julien MOUTTE <julien@moutte.net>
18176 * ext/annodex/Makefile.am:
18177 * ext/annodex/gstannodex.c: (plugin_init):
18178 * ext/annodex/gstcmmldec.c:
18179 * ext/annodex/gstskeldec.c:
18180 * ext/annodex/gstskeldec.h:
18181 * tests/check/Makefile.am:
18182 * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18184 2006-02-25 Julien MOUTTE <julien@moutte.net>
18186 * tests/check/Makefile.am: Disable those checks as well.
18188 2006-02-24 Julien MOUTTE <julien@moutte.net>
18190 * ext/Makefile.am: Disable annodex for now until we figure out
18191 how to make it build.
18192 * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18193 Add a rule to your checklist : "please try to at least build
18194 what you are going to commit into -good, or if you are too lazy
18195 to do that, please check that the buildbots are not crying because
18198 2006-02-24 Edgard Lima <edgard.lima@indt.org.br>
18202 * ext/gdk_pixbuf/Makefile.am:
18203 * ext/gdk_pixbuf/gstgdkpixbuf.c:
18204 * ext/gdk_pixbuf/gstgdkpixbuf.h:
18205 * ext/gdk_pixbuf/pixbufscale.c:
18206 * ext/gdk_pixbuf/pixbufscale.h:
18207 Gdkpixbuf ported from 0.8 to 0.10 by
18208 Renato Filho <renato.filho@indt.org.br>.
18209 gst_loader and gdkpixbufanimation still need port.
18211 2006-02-24 Michael Smith <msmith@fluendo.com>
18214 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18216 * ext/annodex/Makefile.am:
18217 * ext/annodex/gstannodex.c:
18218 * ext/annodex/gstannodex.h:
18219 * ext/annodex/gstcmmldec.c:
18220 * ext/annodex/gstcmmldec.h:
18221 * ext/annodex/gstcmmlenc.c:
18222 * ext/annodex/gstcmmlenc.h:
18223 * ext/annodex/gstcmmlparser.c:
18224 * ext/annodex/gstcmmlparser.h:
18225 * ext/annodex/gstcmmltag.c:
18226 * ext/annodex/gstcmmltag.h:
18227 * ext/annodex/gstcmmlutils.c:
18228 * ext/annodex/gstcmmlutils.h:
18229 * ext/annodex/gstskeldec.c:
18230 * ext/annodex/gstskeldec.h:
18231 * ext/annodex/gstskeltag.c:
18232 * ext/annodex/gstskeltag.h:
18233 * tests/check/Makefile.am:
18234 * tests/check/elements/cmmldec.c:
18235 * tests/check/elements/cmmlenc.c:
18236 * tests/check/elements/skeldec.c:
18237 Add Annodex elements from Alessendro Decina: skeleton and CMML.
18238 Includes tests & docs, oh my! Passes Thomas's -good checklist
18241 2006-02-24 Michael Smith <msmith@fluendo.com>
18244 Check for automake 1.9 as well.
18246 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
18248 * ext/flac/gstflacenc.c:
18249 Change min. sample rate to 8kHz to match flacdec's.
18251 2006-02-23 Tim-Philipp Müller <tim at centricular dot net>
18253 * ext/cdio/Makefile.am:
18254 Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18255 required for Cygwin, see #317048)
18257 * gst/rtp/gstasteriskh263.c:
18258 Cygwin has includes for both the unix network socket API
18259 and the windows API, but only one can be included, so fix
18260 includes to only use one or the other, prefering the unxi
18263 2006-02-23 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
18265 * rtp/gst/gstrtppcmadepay.c:
18266 * rtp/gst/gstrtppcmadepay.h:
18267 * rtp/gst/gstgstrtppcmapay.c:
18268 * rtp/gst/gstgstrtppcmapay.h:
18269 * rtp/gst/gstrtppcmudepay.c:
18270 * rtp/gst/gstrtppcmudepay.h:
18271 * rtp/gst/gstrtppcmupay.c:
18272 * rtp/gst/gstrtppcmupay.h:
18273 * rtp/gst/Makefile.am:
18274 * rtp/gst/gstrtp.c:
18276 Separated the G711 payloaders/depayloaders into separate elements for
18277 mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18279 2006-02-22 Wim Taymans <wim@fluendo.com>
18281 * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18282 (gst_dvdec_change_state):
18283 * ext/dv/gstdvdec.h:
18284 * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18285 (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18286 (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18287 (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18288 (gst_dvdemux_flush), (gst_dvdemux_chain),
18289 (gst_dvdemux_change_state):
18290 * ext/dv/gstdvdemux.h:
18291 Ueber spiffify some more, added debug category.
18293 Use segments, respect playback rate from newsegment.
18294 Fix refcount issue.
18296 2006-02-20 Jan Schmidt <thaytan@mad.scientist.com>
18298 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18299 (gst_signal_processor_process):
18300 Fix compilation of LADPSA. It doesn't seem to work, and isn't
18301 enabled for the build, but it helps me win the feature-count
18302 competitions ooh yeah.
18304 2006-02-19 Wim Taymans <wim@fluendo.com>
18306 * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18307 (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18308 (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18309 (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18310 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18311 (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18312 Use scaling code for added precission and more correct stop
18313 position in case scale==0.
18315 2006-02-19 Wim Taymans <wim@fluendo.com>
18317 * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18318 (gst_flxdec_chain):
18319 * gst/flx/gstflxdec.h:
18320 Implement DURATION query.
18322 2006-02-19 Wim Taymans <wim@fluendo.com>
18324 * gst/flx/flx_color.h:
18325 * gst/flx/flx_fmt.h:
18326 * gst/flx/gstflxdec.c: (gst_flxdec_init),
18327 (gst_flxdec_src_query_handler), (flx_decode_color),
18328 (gst_flxdec_chain):
18329 * gst/flx/gstflxdec.h:
18330 Set MALLOCDATA for the temp buffers so we don't leak.
18331 Some debug cleanups.
18332 Consume all data in the adapter before leaving the chain
18333 function. Fixes #330678.
18335 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
18337 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18338 * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18339 Handle 0 data size in otherwise valid frames.
18340 Handle numeric strings in 2.4.0 even when not in parentheses
18342 2006-02-18 Tim-Philipp Müller <tim at centricular dot net>
18344 * gst/matroska/matroska-demux.c:
18345 (gst_matroska_demux_subtitle_caps),
18346 (gst_matroska_demux_plugin_init):
18347 * gst/matroska/matroska-ids.h:
18348 Recognise SSA/ASS and USF subtitle formats and
18349 set proper caps when they are found.
18351 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
18353 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18354 (gst_jpeg_dec_chain):
18355 Fix invalid memory access for some odd-sized images
18356 (see image contained in quicktime stream in #327083);
18357 use g_malloc() instead of g_alloca().
18359 2006-02-17 Wim Taymans <wim@fluendo.com>
18361 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18362 Patch from Sebastien Cote, fixes #319884
18364 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
18366 * ext/cdio/gstcdio.c: (plugin_init):
18367 Init debug category (#331253).
18369 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
18371 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18372 Pass extra_data to gst_riff_create_audio_caps(), so that
18373 WAVEFORMATEX stuff works. Post audio codec name and post
18374 it as taglist on the bus. Allow up to 8 channesl for raw
18375 PCM in the source pad template caps.
18377 2006-02-16 Wim Taymans <wim@fluendo.com>
18379 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18380 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18381 (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18382 (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18383 (gst_multipart_set_property), (gst_multipart_get_property):
18384 Applied #318663. Gives quite a few false positives in
18385 autoscan mode, but it's better than nothing. Not closing yet.
18387 2006-02-16 Wim Taymans <wim@fluendo.com>
18389 * docs/plugins/Makefile.am:
18390 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18391 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18392 * docs/plugins/gst-plugins-good-plugins.args:
18393 * docs/plugins/inspect/plugin-udp.xml:
18394 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18395 (gst_udpsrc_start):
18396 Update documentation.
18399 2006-02-16 Jan Schmidt <thaytan@mad.scientist.com>
18401 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18402 ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18403 frame size. (Fixes #331368)
18405 2006-02-16 Wim Taymans <wim@fluendo.com>
18410 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18411 (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18412 (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18413 * gst/rtsp/gstrtspsrc.h:
18414 Make sure the RTP port is an even port an try to allocate
18416 Added retry property to control max retries for port allocation.
18417 Make sure RTCP port is RTP port+1.
18418 Cleanup when port allocation fails.
18421 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
18423 * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18424 Don't ignore return value of the parent class's state
18425 change function (#331385, patch by: Wouter Paesen).
18427 2006-02-15 Wim Taymans <wim@fluendo.com>
18430 * docs/plugins/Makefile.am:
18431 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18432 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18433 * docs/plugins/gst-plugins-good-plugins.hierarchy:
18435 * ext/hal/Makefile.am:
18436 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18437 (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18438 (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18439 (do_toggle_element), (gst_hal_audio_sink_set_property),
18440 (gst_hal_audio_sink_get_property),
18441 (gst_hal_audio_sink_change_state):
18442 * ext/hal/gsthalaudiosink.h:
18443 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18444 (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18445 (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18446 (do_toggle_element), (gst_hal_audio_src_set_property),
18447 (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18448 * ext/hal/gsthalaudiosrc.h:
18449 * ext/hal/gsthalelements.c: (plugin_init):
18450 * ext/hal/gsthalelements.h:
18451 * ext/hal/hal.c: (gst_hal_get_string),
18452 (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18453 (gst_hal_get_audio_src):
18455 Add HAL sound device wrapper plugins. Closes #329106
18457 2006-02-15 Wim Taymans <wim@fluendo.com>
18459 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18460 Add comment in a fultile attempt to stop the copy-and-paste
18461 paradigm leading to duplication of bad code.
18463 * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18464 Mime parameters have to be checked case insensitive
18466 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
18468 * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18469 Advance stream time for lagging subtitle streams by sending
18470 newsegment events with the update flag set.
18472 2006-02-14 Edward Hervey <edward@fluendo.com>
18474 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18475 There can be bogus data before the hdrl LIST tag in the RIFF header.
18476 It's hard to say if it's not respecting the AVI specifications or not,
18477 but since Google Video is producing AVIs like that and the other player
18478 don't seem to complain, I guess we should do the same.
18480 2006-02-13 Jan Schmidt <thaytan@mad.scientist.com>
18482 * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18483 (parse_split_strings):
18484 Add more validation to ensure that a char encoding conversion
18485 produced a valid UTF-8 string.
18487 2006-02-13 Mark Nauwelaerts <manauw@skynet.be>
18489 Reviewed by: Edward Hervey <edward@fluendo.com>
18491 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18492 Properly handle end of segment. Closes #330885.
18494 2006-02-13 Wim Taymans <wim@fluendo.com>
18496 * gst/rtp/gstrtpmp4gpay.h:
18497 For got to commit this one.
18499 2006-02-12 Wim Taymans <wim@fluendo.com>
18501 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18502 (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18503 (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18504 (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18505 * gst/rtp/gstrtpmp4gpay.h:
18506 Make more things work.
18507 Handle ACC config strings.
18509 2006-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
18511 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18512 set timestamps if no incoming timestamps set
18514 2006-02-11 Tim-Philipp Müller <tim at centricular dot net>
18516 * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18517 (gst_tag_demux_do_typefind):
18518 ... and fix the very same leaks in GstTagDemux.
18520 2006-02-11 Jan Schmidt <thaytan@mad.scientist.com>
18522 * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18523 (gst_id3demux_do_typefind):
18524 Fix a couple of mem leaks. (Patch by Jonathan Matthew
18525 <jonathan at kaolin dot wh9 dot net>)
18527 2006-02-10 Wim Taymans <wim@fluendo.com>
18529 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18530 First set options, then set caps or else the baseclass
18531 will not know about the options, duh.
18533 2006-02-10 Wim Taymans <wim@fluendo.com>
18535 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18536 (gst_rtp_mp4v_pay_setcaps):
18537 Don't waste time looking for a config string if we have codec_info
18538 on the incomming caps.
18540 2006-02-10 Wim Taymans <wim@fluendo.com>
18543 Say something about case-sensitivity of caps vs mime-attributes.
18545 * gst/rtp/Makefile.am:
18546 * gst/rtp/gstrtp.c: (plugin_init):
18547 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18548 (gst_rtp_amr_pay_handle_buffer):
18549 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18550 (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18551 (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18552 (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18553 (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18554 (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18555 (gst_rtp_mp4g_pay_plugin_init):
18556 * gst/rtp/gstrtpmp4gpay.h:
18557 Added beginnings of mpeg4-generic payloader (RFC 3640)
18559 2006-02-09 Wim Taymans <wim@fluendo.com>
18561 * gst/rtsp/Makefile.am:
18562 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18563 (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18564 (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18565 (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18566 (gst_rtpdec_change_state):
18567 * gst/rtsp/gstrtpdec.h:
18568 * gst/rtsp/gstrtsp.c: (plugin_init):
18569 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18570 * gst/rtsp/rtspconnection.c: (read_body),
18571 (rtsp_connection_receive):
18572 * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18573 Resurected rtpdec to make rtspsrc happy again.
18574 Skip attributes from the session id.
18575 Don't crash when dumping a message with an empty body.
18578 2006-02-09 Wim Taymans <wim@fluendo.com>
18580 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18581 Added more meaningfull warnings when something goes wrong.
18582 Clear F bit on outgoing AMR packets.
18584 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18585 (gst_rtp_amr_pay_handle_buffer):
18586 Added debugging category
18587 Support payloading of multiple AMR frames.
18589 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18590 Added some debugging.
18592 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
18597 === release 0.10.2 ===
18599 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
18602 releasing 0.10.2, "Papa was a rolling stone"
18604 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
18607 Bump core and plugins-base requirement to 0.10.2.2
18608 for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18610 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18612 * ext/flac/gstflac.c: (plugin_init):
18613 * ext/speex/gstspeex.c: (plugin_init):
18614 Register musicbrainz tags.
18616 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18618 * ext/gconf/gconf.h:
18619 Remove declaration of function that no longer exists.
18621 2006-02-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18623 * ext/shout2/gstshout2.c: (gst_shout2send_render),
18624 (gst_shout2send_setcaps), (gst_shout2send_change_state):
18625 Make shout2 work for non ogg streams
18627 2006-02-06 Wim Taymans <wim@fluendo.com>
18629 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18630 (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18631 (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18632 (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18633 (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18634 * gst/udp/gstmultiudpsink.h:
18636 Added properties bytes-served, bytes_to_serve.
18637 Post proper error messages,
18638 Emit client added signal too.
18640 2006-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
18642 * docs/plugins/Makefile.am:
18643 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18644 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18645 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18646 (gst_multiudpsink_get_stats):
18647 adding docs for multiudpsink
18649 2006-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
18651 * gst/level/gstlevel.c: (gst_level_transform_ip):
18652 peak below decay is not necessarily an error, so don't ERROR log
18654 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18656 * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18657 (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18658 (gst_ebml_write_seek):
18659 * gst/matroska/ebml-write.h:
18660 Make sure we send a newsegment event in BYTES format
18661 before sending buffers (#328531).
18663 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18665 * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18666 (gst_dvdemux_sink_query):
18667 * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18668 * ext/speex/gstspeexdec.c: (speex_get_query_types),
18669 (speex_dec_src_query):
18670 * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18671 (gst_speexenc_sink_query):
18672 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18673 * gst/matroska/matroska-demux.c:
18674 (gst_matroska_demux_get_src_query_types),
18675 (gst_matroska_demux_handle_src_query):
18676 * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18677 (gst_wavparse_pad_query):
18678 Pass unhandled queries upstream instead of just dropping
18679 them (#326446). Update query type arrays here and there.
18681 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18683 * tests/check/elements/matroskamux.c: (setup_src_pad):
18684 Collectpads in core got changed and now also holds a
18685 reference to any pad that is part of it. Fix refcount
18686 checks in test case accordingly.
18688 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18690 * gst/apetag/gstapedemux.h:
18691 Fix include, for now GstTagDemux is in the apetag dir.
18693 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18695 * docs/plugins/Makefile.am:
18696 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18697 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18698 * docs/plugins/inspect/plugin-cdio.xml:
18699 Add cdio plugin to docs.
18701 * ext/cdio/gstcdiocddasrc.c:
18704 * ext/cdio/gstcdio.c:
18705 The plugin is called 'cdio' not 'cddio'.
18707 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18710 * docs/plugins/Makefile.am:
18711 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18712 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18713 * docs/plugins/gst-plugins-good-plugins.hierarchy:
18714 * docs/plugins/inspect/plugin-apetag.xml:
18715 * gst/apetag/Makefile.am:
18716 * gst/apetag/gstapedemux.c:
18717 * gst/apetag/gstapedemux.h:
18718 * gst/apetag/gsttagdemux.c:
18719 * gst/apetag/gsttagdemux.h:
18720 Add APE tag demuxer (#325649).
18722 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
18724 * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18725 (gst_gconf_get_default_video_sink),
18726 (gst_gconf_get_default_audio_src),
18727 (gst_gconf_get_default_video_src):
18728 * ext/gconf/gconf.h:
18729 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18730 (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18731 (do_toggle_element):
18732 * ext/gconf/gstgconfaudiosink.h:
18733 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18734 (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18735 (do_toggle_element):
18736 * ext/gconf/gstgconfaudiosrc.h:
18737 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18738 (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18739 (do_toggle_element):
18740 * ext/gconf/gstgconfvideosink.h:
18741 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18742 (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18743 (do_toggle_element):
18744 * ext/gconf/gstgconfvideosrc.h:
18745 Ignore changing the GConf key to "". Ignore GConf key updates
18746 that don't actually change the string.
18747 For now, ignore the GConf key when the state is > READY, as
18748 it breaks streaming. Sometime it will be nice to bring the
18749 new sink online even mid-stream, by sending NEWSEGMENT info
18750 and possibly prerolling.
18753 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
18755 * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18756 (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18757 (zoomFilterSetResolution), (zoomFilterDestroy),
18758 (zoomFilterFastRGB), (pointFilter):
18759 * gst/goom/filters.h:
18760 * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18761 (goom_update), (goom_close):
18762 * gst/goom/goom_core.h:
18763 * gst/goom/goom_tools.h:
18764 * gst/goom/graphic.c:
18765 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18766 (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18767 * gst/goom/gstgoom.h:
18768 * gst/goom/lines.c: (goom_lines):
18769 * gst/goom/lines.h:
18770 Make goom reentrant by moving all important static variables
18771 into instance structures.
18774 2006-02-04 Tim-Philipp Müller <tim at centricular dot net>
18776 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18777 (gst_avi_demux_all_source_pads_unlinked),
18778 (gst_avi_demux_process_next_entry):
18779 * gst/avi/gstavidemux.h:
18780 Third attempt, use gst_pad_is_linked() this time.
18782 2006-02-04 Jan Schmidt <thaytan@mad.scientist.com>
18784 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18785 (parse_split_strings):
18786 Adjust for data length indicators when parsing (Fixes #329810)
18787 Fix stupid bug parsing UTF-8 tag text.
18788 Output tag strings with multiple fields as multiple tags, so the
18789 app gets all the data.
18791 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
18793 * ext/flac/gstflacenc.c:
18794 Fixed a bug add in last commit, where no event is send. Thanks Tim to
18797 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
18799 * ext/flac/gstflacenc.c:
18800 * gst/matroska/ebml-read.c:
18801 Just make it compile with --disable-gst-debug.
18803 2006-02-03 Jan Schmidt <thaytan@mad.scientist.com>
18805 * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18806 (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18807 (id3v2_genre_fields_to_taglist):
18808 Never output a tag with a null contents string.
18810 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
18812 * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18813 Only pause if all pads are unlinked AND we've tried to send data
18814 on all of them at least once.
18816 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
18818 * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18819 (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18820 Make loop function/task pause itself when all source pads are
18823 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
18826 * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18827 Use new functions from core to render a bin from a
18828 string. Fixes build. Up requirements to core CVS.
18830 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18832 * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18833 Don't push buffers into the adapter that we are going to
18834 push downstream again without framing anyway. Also, the
18835 adaptor takes ownership of buffers put into it (fixes
18836 auparse pushing invalid buffers for .au files with
18837 ADPCM contents). Finally, set caps on all outgoing buffers.
18839 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
18841 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18842 (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18843 (gst_id3demux_send_tag_event):
18844 * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18845 Someone should kick my butt. Remove ID3v1 tags from the end of the
18848 Improve error messages. Send the TAG message as soon as we complete
18849 typefinding, instead of waiting until we send the first buffer.
18850 Downstream tag event is still sent before the first buffer.
18852 2006-01-27 Jan Gerber <j@bootlab.org>
18854 Reviewed by: Andy Wingo <wingo@pobox.com>
18856 * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18857 * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18858 Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18859 to not have warings flooding stderr. this is the suggested way
18860 also used in dvgrab and kino. (#328336)
18862 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
18864 * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18865 (gst_oss_sink_init), (gst_oss_sink_finalise):
18866 Free the device name string when finalised.
18868 2006-01-25 Tim-Philipp Müller <tim at centricular dot net>
18870 * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18871 Don't put function calls in g_return_if_fail() statements,
18872 or they'll be replaced with NOOPs if someone compiles with
18873 G_DISABLE_CHECKS defined.
18875 2006-01-25 Jan Schmidt <thaytan@mad.scientist.com>
18877 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18878 Never trust ANY information encoded in a media file, especially
18879 when it's giving you sizes. (Fixes #328452)
18881 2006-01-24 Edgard Lima <edgard.lima@indt.org.br>
18883 * gst/rtp/gstrtpg711pay.c:
18884 Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18887 2006-01-23 Edward Hervey <edward@fluendo.com>
18889 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18890 (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18891 * gst/matroska/matroska-ids.h:
18892 Added recognition of Real Audio and Video streams in matroska demuxer.
18894 2006-01-23 Jan Schmidt <thaytan@mad.scientist.com>
18896 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18897 Remove errant break statement, and fix compilation with
18900 2006-01-23 Brian Cameron <brian dot cameron at sun dot com>
18902 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
18904 * sys/sunaudio/gstsunaudiomixerctrl.c:
18905 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18906 Export functions that are needed in other parts of the code,
18907 makes the mixer actually work; adjust magic minimum buffer-time
18908 value from 3ms to 5ms to work around stuttering during mp3
18909 playback (#327765).
18911 2006-01-23 Michal Benes <michal dot benes at xeris dot cz>
18913 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
18915 * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18916 (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18917 Fix possible deadlock in matroska muxer (#327825).
18919 2006-01-23 Tim-Philipp Müller <tim at centricular dot net>
18921 * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18922 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18923 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18924 * gst/rtsp/sdpmessage.h:
18925 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18926 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18927 C89 fixes: declare variables at the beginning of a block and
18928 make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18929 <jensgr at gmx dot net>).
18931 2006-01-23 Jan Schmidt <thaytan@mad.scientist.com>
18933 * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18934 * gst/id3demux/id3tags.h:
18935 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18936 (parse_comment_frame), (parse_text_identification_frame),
18937 (id3v2_tag_to_taglist), (id3v2_are_digits),
18938 (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18939 (parse_split_strings), (free_tag_strings):
18940 Rewrite parsing of text tags to handle multiple NULL terminated
18941 strings. Parse numeric genre strings and ID3v2 type
18942 "(3)(6)Alternative" style genre strings.
18943 Parse dates that are only YYYY or YYYY-mm format.
18944 (Fixes #328241 and #322154)
18946 2006-01-20 Tim-Philipp Müller <tim at centricular dot net>
18948 * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18949 Don't forget to initialize liboil, otherwise our oil functions
18950 will crash (fixes #327871; patch by: Christoph Burghardt
18951 <hawkes at web dot de>).
18953 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
18956 Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18957 like in the core and gst-plugins-base. Fixes #324367 and #326683;
18958 patch by: Brian Cameron <brian dot cameron at sun dot com>
18960 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
18962 * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18963 * ext/cdio/gstcdio.h:
18964 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18965 Fix build for libcdio versions >= 76; give slightly lower rank
18968 2006-01-18 Tim-Philipp Müller <tim at centricular dot net>
18972 * ext/cdio/Makefile.am:
18973 * ext/cdio/gstcdio.c:
18974 * ext/cdio/gstcdio.h:
18975 * ext/cdio/gstcdiocddasrc.c:
18976 * ext/cdio/gstcdiocddasrc.h:
18977 Port libcdio cdda source, formerly known as cddasrc, now known as
18978 cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18979 but that's not tested (fixes #317658).
18981 2006-01-18 Tim-Philipp Müller <tim at centricular dot net>
18983 * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18984 Fix conversion from TIME to BYTES format (fixes #326864;
18985 patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18987 2006-01-15 Jan Schmidt <thaytan@mad.scientist.com>
18989 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18990 Fix compilation of id3demux when zlib is not present.
18991 (Fixes #326602; patch by: Sergey Scobich)
18993 2006-01-15 Tim-Philipp Müller <tim at centricular dot net>
18995 * ext/esd/Makefile.am:
18996 Add $(ESD_CFLAGS), otherwise build will fail for folks
18997 with libesd in a non-standard prefix (#327009).
18999 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
19004 === release 0.10.1 ===
19006 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
19009 releasing 0.10.1, "Li"
19011 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
19013 patch by: Wim Taymans
19015 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19016 fix memleak. Fixes #326618
19018 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
19020 patch by: Mike Smith
19022 * gst/level/gstlevel.c: (gst_level_message_new),
19023 (gst_level_message_append_channel):
19024 Fix memleak. Fixes #326612
19026 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
19044 update translations
19046 2006-01-10 Michael Smith <msmith@fluendo.com>
19048 * gst/level/gstlevel.c: (gst_level_class_init),
19049 (gst_level_dispose):
19050 Don't leak filter arrays.
19052 2006-01-09 Brian Cameron <brian.cameron@sun.com>
19054 reviewed by: Christian Schaller <uraeus@gnome.org>
19057 * gst-plugins-good.spec.in:
19059 * sys/sunaudio/Makefile.am:
19060 * sys/sunaudio/gstsunaudio.c: (plugin_init):
19061 * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
19062 (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
19063 (gst_sunaudiomixer_change_state):
19064 * sys/sunaudio/gstsunaudiomixer.h:
19065 * sys/sunaudio/gstsunaudiomixerctrl.c:
19066 (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
19067 (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
19068 (gst_sunaudiomixer_ctrl_list_tracks),
19069 (gst_sunaudiomixer_ctrl_get_volume),
19070 (gst_sunaudiomixer_ctrl_set_volume),
19071 (gst_sunaudiomixer_ctrl_set_mute),
19072 (gst_sunaudiomixer_ctrl_set_record):
19073 * sys/sunaudio/gstsunaudiomixerctrl.h:
19074 * sys/sunaudio/gstsunaudiomixertrack.c:
19075 (gst_sunaudiomixer_track_class_init),
19076 (gst_sunaudiomixer_track_init), (fill_labels),
19077 (gst_sunaudiomixer_track_new):
19078 * sys/sunaudio/gstsunaudiomixertrack.h:
19079 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
19080 (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
19081 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
19082 (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
19083 (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
19084 (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
19085 (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
19086 * sys/sunaudio/gstsunaudiosink.h:
19088 Add SunAudio plugin - tested to make sure it doesn't break
19089 the build under GNU/Linux.
19091 2005-01-07 Philippe Khalaf <philippe.kalaf@collabora.co.uk>
19093 * gst-plugins-good/gst/udp/gstdynudpsink.c:
19094 * gst-plugins-good/gst/udp/gstudpsrc.c:
19095 Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
19096 overrides the port or multicast parameters. Fixes bugs #323021.
19097 API addition: adds GstUDPSrc::sockfd property
19099 2006-01-06 Tim-Philipp Müller <tim at centricular dot net>
19101 * ext/gconf/Makefile.am:
19102 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
19103 (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
19104 (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
19105 (do_toggle_element), (cb_toggle_element),
19106 (gst_gconf_audio_src_change_state):
19107 * ext/gconf/gstgconfaudiosrc.h:
19108 * ext/gconf/gstgconfelements.c: (plugin_init):
19109 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
19110 (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
19111 (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
19112 (do_toggle_element), (cb_toggle_element),
19113 (gst_gconf_video_src_change_state):
19114 * ext/gconf/gstgconfvideosrc.h:
19115 Add new gconfaudiosrc and gconfvideosrc elements
19116 (needed for gnome-sound-recorder).
19118 2006-01-06 Edward Hervey <edward@fluendo.com>
19120 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
19121 Add gst_element_no_more_pads() for proper decodebin behaviour.
19122 * gst/id3demux/id3v2frames.c: (parse_comment_frame),
19123 (parse_text_identification_frame), (parse_split_strings):
19124 Failure to decode some tags is not a GST_ERROR() but a
19126 When iterating over a chunk of text, check that we haven't gone too
19129 2006-01-05 Stefan Kost <ensonic@users.sf.net>
19131 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19133 call oil_init() when using liboil
19135 2006-01-04 Wim Taymans <wim@fluendo.com>
19137 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
19138 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19141 2006-01-02 Alessandro Decina <alessandro at nnva dot org>
19143 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
19145 * ext/flac/gstflacdec.c: (gst_flac_dec_write),
19146 (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
19147 (gst_flac_dec_change_state):
19148 Don't g_assert() where we should just return FALSE; remove
19149 unnecessary g_assert(); initialize some fields properly in
19150 state change function (fixes #325504). Also, use
19151 GST_DEBUG_OBJECT in two more places.
19153 2005-12-30 Stefan Kost <ensonic@users.sf.net>
19156 also remove smoothwave's Makefile.am
19157 * docs/plugins/Makefile.am:
19160 2005-12-30 Stefan Kost <ensonic@users.sf.net>
19162 * tests/examples/Makefile.am:
19163 added missing Makefile.am
19165 2005-12-30 Stefan Kost <ensonic@users.sf.net>
19168 * gst/level/Makefile.am:
19169 * gst/level/level-example.c:
19170 * tests/Makefile.am:
19171 * tests/examples/level/Makefile.am:
19172 * tests/examples/level/level-example.c: (message_handler), (main):
19173 moved level-example to tests/examples/level-example
19174 * tests/old/examples/level/demo.c: (main):
19175 * tests/old/examples/level/plot.c: (main):
19178 2005-12-29 Michael Smith <msmith@fluendo.com>
19180 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19181 (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19182 * gst/udp/gstmultiudpsink.h:
19183 Track packets sent per client in addition to bytes sent; provide
19184 this info through get-stats signal
19186 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19188 * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19189 Can't use gst_object_unref() on a GstAdapter (#325191).
19191 2005-12-28 Jan Schmidt <thaytan@mad.scientist.com>
19193 * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19194 If a broken tag has 0 bytes payload, at least still skip
19197 2005-12-22 Philippe Khalaf <burger@speedy.org>
19199 * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19200 * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19201 * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19202 * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19203 Making these depayloaders (H263+ and mpeg4 video) inherit from
19204 RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19206 2005-12-21 Jan Schmidt <thaytan@mad.scientist.com>
19208 * docs/plugins/gst-plugins-good-plugins.args:
19209 * docs/plugins/gst-plugins-good-plugins.hierarchy:
19210 Regenerate the plugin hiearchy.
19212 2005-12-21 Jan Schmidt <thaytan@mad.scientist.com>
19214 * docs/plugins/Makefile.am:
19215 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19216 * docs/plugins/gst-plugins-good-plugins-sections.txt:
19217 * docs/plugins/gst-plugins-good-plugins.args:
19218 * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19219 (gst_id3demux_base_init), (gst_id3demux_class_init),
19220 (gst_id3demux_chain):
19221 * gst/id3demux/gstid3demux.h:
19222 Add documentation for id3demux.
19223 Don't fail if the first buffer is not at offset 0, just
19224 attempt to typefind and do pass through
19225 Rename the gst_type function from gst_gst_id3demux..
19227 2005-12-20 Michael Smith <msmith@fluendo.com>
19229 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19230 (gst_multiudpsink_add), (gst_multiudpsink_remove),
19231 (gst_multiudpsink_get_stats):
19232 * gst/udp/gstmultiudpsink.h:
19233 Collect statistics; return them from get_stats.
19235 2005-12-19 Edward Hervey <edward@fluendo.com>
19237 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19238 Stupid signedness issue...
19240 2005-12-19 Edward Hervey <edward@fluendo.com>
19242 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19243 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19244 (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19245 (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19246 (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19247 Construct index for indexless files.
19248 Make sure pad/buffers are correctly reset to NULL once we don't need
19249 them anymore, else we get lovely segfaults/assertions.
19250 * gst/wavparse/gstwavparse.c:
19251 Yes, you can have 96KHz audio and wma in wav :(
19253 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
19256 Check for optional dependency on zlib for id3demux
19258 * gst/id3demux/Makefile.am:
19259 * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19260 (gst_id3demux_base_init), (gst_id3demux_class_init),
19261 (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19262 (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19263 (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19264 (gst_id3demux_set_property), (gst_id3demux_get_property),
19265 (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19266 (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19267 (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19268 (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19269 (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19270 (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19271 (simple_find_peek), (simple_find_suggest),
19272 (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19274 * gst/id3demux/gstid3demux.h:
19275 * gst/id3demux/id3tags.c: (read_synch_uint),
19276 (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19277 (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19278 (id3demux_id3v2_frames_to_tag_list):
19279 * gst/id3demux/id3tags.h:
19280 * gst/id3demux/id3v2.4.0-frames.txt:
19281 * gst/id3demux/id3v2.4.0-structure.txt:
19282 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19283 (parse_comment_frame), (parse_text_identification_frame),
19284 (id3v2_tag_to_taglist), (parse_split_strings):
19285 All new LGPL id3 demuxer. Can use zlib for compressed frames,
19286 otherwise it discards them. Works on my test files.
19288 * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19289 Don't send EOS to a non-existing srcpad
19290 The debug category can be static
19292 2005-12-16 Stefan Kost <ensonic@users.sf.net>
19294 * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19295 * ext/esd/esdsink.c: (gst_esdsink_prepare):
19296 * gst/multipart/multipartdemux.c:
19297 change some char* into char[]
19299 2005-12-16 Wim Taymans <wim@fluendo.com>
19301 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19302 (gst_wavparse_other), (gst_wavparse_perform_seek),
19303 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19304 (gst_wavparse_loop), (gst_wavparse_pad_convert),
19305 (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19306 * gst/wavparse/gstwavparse.h:
19307 Use GstSegment to implement more seeking features.
19309 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
19311 * gst/rtsp/rtspconnection.c:
19312 Add <netinet/in.h> include and move <arpa/inet.h> include
19313 to make things work on OpenBSD as well (fixes #323717;
19314 patch by: Benjamin Pineau)
19316 2005-12-14 Edgard Lima <edgard.lima@indt.org.br>
19318 * gst/rtp/gstrtpspeexdepay.c:
19319 * gst/rtp/gstrtpspeexpay.c:
19320 Set clock rate to be fixed in 8000. It fixes bug #324012.
19322 2005-12-14 Philippe Khalaf <burger@speedy.org>
19324 * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19325 * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19326 * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19327 * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19328 * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19329 * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19330 * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19331 * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19332 * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19333 * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19334 * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19335 * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19336 * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19337 * gst-plugins-good/gst/rtp/README:
19338 Fixed payload range in payloder caps. Removed payload range completely
19339 from depayloaders as they don't require payload type in their caps.
19340 In effect, there isn't any specific payload type for any given codec,
19344 2005-12-13 Julien MOUTTE <julien@moutte.net>
19346 * gst/videomixer/videomixer.c: (gst_videomixer_init),
19347 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19348 (gst_videomixer_collected): Code cleanup and re-enabling
19349 queued time validity check for correct EOS handling.
19351 2005-12-13 Tim-Philipp Müller <tim at centricular dot net>
19353 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19354 (gst_oss_mixer_element_get_property),
19355 (gst_oss_mixer_element_change_state):
19356 Add 'device-name' property and fix state change function.
19358 2005-12-13 Edward Hervey <edward@fluendo.com>
19360 * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19361 If the speed of the file is null in the header, set the frame_time to
19362 the default setting of GST_SECOND / 70. Which is the default
19363 frame_delay for .fli files as stated in this document :
19364 http://www.compuphase.com/flic.htm
19365 Would be nice to have the time conversion done properly too (duration =
19366 flxh->frames * flxdec->frame_time)
19368 2005-12-12 Julien MOUTTE <julien@moutte.net>
19370 * docs/plugins/Makefile.am:
19371 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19372 * docs/plugins/gst-plugins-good-plugins-sections.txt:
19373 * docs/plugins/gst-plugins-good-plugins.hierarchy:
19374 * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19375 (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19376 (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19377 documentation for videomixer on my way with a funny sample
19380 2005-12-12 Julien MOUTTE <julien@moutte.net>
19382 * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19383 (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19384 (gst_videomixer_update_queues), (gst_videomixer_collected):
19385 Fix caps negotiation. (#323896)
19387 2005-12-12 Arwed v. Merkatz <v.merkatz@gmx.net>
19389 * gst/matroska/matroska-demux.c:
19390 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19391 Set correct timestamps on audio laces, fixes playback of mp3 from
19394 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
19396 * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19397 (gst_au_parse_class_init), (gst_au_parse_init),
19398 (gst_au_parse_dispose), (gst_au_parse_chain),
19399 (gst_au_parse_change_state), (plugin_init):
19400 * gst/auparse/gstauparse.h:
19401 Use gst_object_unref() for GstObjects instead of
19402 g_object_unref() and fix a mem leak in a debug
19403 statement; while we're at it, also borgify, use
19404 boilerplate macros and clean up a little bit.
19406 2005-12-11 Edward Hervey <edward@fluendo.com>
19408 * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19409 (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19412 2005-12-11 Tim-Philipp Müller <tim at centricular dot net>
19414 * gst/goom/gstgoom.c:
19415 * gst/level/level-example.c: (main):
19416 * gst/smoothwave/demo-osssrc.c: (main):
19417 Use audiotestsrc instead of sinesrc (#323798).
19419 2005-12-11 Stefan Kost <ensonic@users.sf.net>
19421 * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19422 more debug-func-ptr usage
19424 2005-12-11 Zeeshan Ali <zeenix at gmail dot com>
19426 * gst/flx/flx_color.c: (flx_colorspace_convert):
19427 * gst/flx/flx_color.h:
19428 * gst/flx/flx_fmt.h:
19429 * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19430 * gst/flx/gstflxdec.h:
19431 Now flxdec works on big-endian machines as well.
19433 2005-12-11 Tim-Philipp Müller <tim at centricular dot net>
19435 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19436 (gst_fenced_buffer_copy):
19437 Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19438 GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19439 conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19440 and use GST_DEBUG_FUNCPTR for pad functions.
19442 2005-12-10 Tim-Philipp Müller <tim at centricular dot net>
19444 * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19445 (gst_flac_dec_class_init), (gst_flac_dec_init),
19446 (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19447 (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19448 (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19449 (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19450 (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19451 (gst_flac_dec_change_state):
19452 * ext/flac/gstflacdec.h:
19453 Rewrite flacdec a bit, so that even seeking might work now. Most
19454 importantly, don't act upon any flow return values we get, just tell
19455 the decoder everything's dandy and act on the flow return values
19456 later on in the loop function. We don't want to mess up the internal
19457 decoder state for non-fatal things like flushing pads etc. Other
19458 than that, use GstSegment (segment seeks don't work yet though, but
19459 should be easy to add), use boilerplate macros, drop the superfluous
19460 'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19461 lots of other things.
19463 2005-12-10 Tim-Philipp Müller <tim at centricular dot net>
19466 Update comment in OSS includes check.
19468 * sys/oss/gstossdmabuffer.c:
19469 * sys/oss/gstosshelper.c:
19470 * sys/oss/gstossmixer.c:
19471 * sys/oss/gstossmixertrack.c:
19472 * sys/oss/gstosssink.c:
19473 * sys/oss/gstosssrc.c:
19474 * sys/oss/oss_probe.c:
19475 Don't assume the OSS soundcard.h include is always in
19476 the sys/ directory. Instead, use the existing defines
19477 from config.h to include the right file. Fixes
19478 compilation on OpenBSD 3.8 (#323718).
19480 2005-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
19482 * docs/plugins/gst-plugins-good-plugins-sections.txt:
19483 * docs/plugins/gst-plugins-good-plugins.hierarchy:
19484 * docs/plugins/inspect/plugin-1394.xml:
19485 * docs/plugins/inspect/plugin-aasink.xml:
19486 * docs/plugins/inspect/plugin-alaw.xml:
19487 * docs/plugins/inspect/plugin-alpha.xml:
19488 * docs/plugins/inspect/plugin-alphacolor.xml:
19489 * docs/plugins/inspect/plugin-auparse.xml:
19490 * docs/plugins/inspect/plugin-autodetect.xml:
19491 * docs/plugins/inspect/plugin-avi.xml:
19492 * docs/plugins/inspect/plugin-cacasink.xml:
19493 * docs/plugins/inspect/plugin-cairo.xml:
19494 * docs/plugins/inspect/plugin-cutter.xml:
19495 * docs/plugins/inspect/plugin-debug.xml:
19496 * docs/plugins/inspect/plugin-dv.xml:
19497 * docs/plugins/inspect/plugin-efence.xml:
19498 * docs/plugins/inspect/plugin-effectv.xml:
19499 * docs/plugins/inspect/plugin-esdsink.xml:
19500 * docs/plugins/inspect/plugin-flac.xml:
19501 * docs/plugins/inspect/plugin-flxdec.xml:
19502 * docs/plugins/inspect/plugin-gconfelements.xml:
19503 * docs/plugins/inspect/plugin-goom.xml:
19504 * docs/plugins/inspect/plugin-jpeg.xml:
19505 * docs/plugins/inspect/plugin-level.xml:
19506 * docs/plugins/inspect/plugin-matroska.xml:
19507 * docs/plugins/inspect/plugin-mulaw.xml:
19508 * docs/plugins/inspect/plugin-multipart.xml:
19509 * docs/plugins/inspect/plugin-navigationtest.xml:
19510 * docs/plugins/inspect/plugin-ossaudio.xml:
19511 * docs/plugins/inspect/plugin-png.xml:
19512 * docs/plugins/inspect/plugin-rtp.xml:
19513 * docs/plugins/inspect/plugin-rtsp.xml:
19514 * docs/plugins/inspect/plugin-shout2send.xml:
19515 * docs/plugins/inspect/plugin-smpte.xml:
19516 * docs/plugins/inspect/plugin-speex.xml:
19517 * docs/plugins/inspect/plugin-udp.xml:
19518 * docs/plugins/inspect/plugin-videobox.xml:
19519 * docs/plugins/inspect/plugin-videoflip.xml:
19520 * docs/plugins/inspect/plugin-videomixer.xml:
19521 * docs/plugins/inspect/plugin-wavenc.xml:
19522 * docs/plugins/inspect/plugin-wavparse.xml:
19523 * ext/flac/gstflac.c: (plugin_init):
19524 * ext/flac/gstflacdec.c: (flacdec_get_type),
19525 (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19526 (gst_flac_dec_init), (gst_flac_dec_finalize),
19527 (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19528 (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19529 (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19530 (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19531 (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19532 (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19533 (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19534 (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19535 * ext/flac/gstflacdec.h:
19536 * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19537 (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19538 (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19539 (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19540 (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19541 (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19542 (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19543 (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19544 (gst_flac_enc_change_state):
19545 * ext/flac/gstflacenc.h:
19546 borgify and fix up documentation
19548 2005-12-09 Michael Smith <msmith@fluendo.com>
19550 * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19551 Accept a wider range of flac files, more closely matching flac spec.
19553 2005-12-08 Julien MOUTTE <julien@moutte.net>
19555 * docs/plugins/Makefile.am: Add multipart elements.
19556 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19557 * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19558 * docs/plugins/gst-plugins-good-plugins.hierarchy:
19559 * gst/multipart/multipartdemux.c:
19560 * gst/multipart/multipartmux.c: Add docs.
19562 2005-12-07 Edward Hervey <edward@fluendo.com>
19564 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19565 (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19566 (gst_avi_demux_invert):
19567 Memleak and crasher fixes.
19568 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19569 (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19572 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
19574 * ext/aalib/gstaasink.h:
19575 * ext/cairo/gsttextoverlay.h:
19576 * ext/dv/gstdvdec.h:
19577 * ext/dv/gstdvdemux.c:
19578 * ext/dv/gstdvdemux.h:
19579 * ext/esd/esdsink.h:
19580 * ext/flac/flac_compat.h:
19581 * ext/flac/gstflacdec.h:
19582 * ext/flac/gstflacenc.h:
19583 * ext/gconf/gconf.h:
19584 * ext/gconf/gstgconfaudiosink.h:
19585 * ext/gconf/gstgconfvideosink.h:
19586 * ext/gdk_pixbuf/gstgdkanimation.h:
19587 * ext/jpeg/gstjpegdec.h:
19588 * ext/jpeg/smokecodec.h:
19589 * ext/jpeg/smokeformat.h:
19590 * ext/ladspa/gstsignalprocessor.h:
19591 * ext/ladspa/search.c: (LADSPAPluginSearch):
19592 * ext/ladspa/utils.h:
19593 * ext/libmng/gstmng.c:
19594 * ext/libmng/gstmngdec.h:
19595 * ext/libmng/gstmngenc.c:
19596 * ext/libmng/gstmngenc.h:
19597 * ext/libpng/gstpng.c:
19598 * ext/libpng/gstpngenc.c:
19599 * ext/libpng/gstpngenc.h:
19600 * ext/shout2/gstshout2.h:
19601 * ext/speex/gstspeexdec.h:
19602 * ext/speex/gstspeexenc.c:
19603 * ext/speex/gstspeexenc.h:
19604 * gst/auparse/gstauparse.c: (gst_auparse_chain):
19605 * gst/autodetect/gstautoaudiosink.h:
19606 * gst/autodetect/gstautovideosink.h:
19607 * gst/avi/gstavidemux.h:
19608 * gst/cutter/gstcutter.c: (gst_cutter_chain),
19609 (gst_cutter_set_property), (gst_cutter_get_caps):
19610 * gst/cutter/gstcutter.h:
19611 * gst/debug/tests.c: (md5_process_block):
19612 * gst/debug/tests.h:
19613 * gst/effectv/gstwarp.c:
19614 * gst/flx/flx_fmt.h:
19615 * gst/flx/gstflxdec.h:
19616 * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19617 (zoomFilterFastRGB):
19618 * gst/goom/filters.h:
19619 * gst/goom/goom_tools.h:
19620 * gst/law/alaw-encode.c:
19621 * gst/level/gstlevel.c:
19622 * gst/level/gstlevel.h:
19623 * gst/matroska/ebml-write.h:
19624 * gst/matroska/matroska-demux.h:
19625 * gst/matroska/matroska-ids.h:
19626 * gst/matroska/matroska-mux.h:
19627 * gst/monoscope/convolve.c: (convolve_match):
19628 * gst/monoscope/convolve.h:
19629 * gst/multipart/multipartmux.c:
19630 * gst/oldcore/gstaggregator.c:
19631 * gst/oldcore/gstaggregator.h:
19632 * gst/oldcore/gstmd5sink.c: (md5_process_block):
19633 * gst/oldcore/gstmd5sink.h:
19634 * gst/oldcore/gstmultifilesrc.c:
19635 * gst/oldcore/gstmultifilesrc.h:
19636 * gst/oldcore/gstpipefilter.h:
19637 * gst/oldcore/gstshaper.h:
19638 * gst/rtp/gstrtpL16depay.h:
19639 * gst/rtp/gstrtpL16pay.h:
19640 * gst/rtp/gstrtpdepay.h:
19641 * gst/rtp/gstrtpmp4vpay.c:
19642 * gst/rtp/gstrtpmp4vpay.h:
19643 * gst/rtsp/gstrtspsrc.c:
19644 * gst/rtsp/gstrtspsrc.h:
19645 * gst/rtsp/rtspconnection.h:
19646 * gst/rtsp/rtspdefs.h:
19647 * gst/rtsp/rtspmessage.h:
19648 * gst/rtsp/rtsptransport.h:
19649 * gst/rtsp/rtspurl.c:
19650 * gst/rtsp/rtspurl.h:
19651 * gst/rtsp/sdpmessage.c:
19652 * gst/rtsp/sdpmessage.h:
19653 * gst/smpte/barboxwipes.c:
19654 * gst/smpte/gstmask.h:
19655 * gst/smpte/gstsmpte.h:
19656 * gst/smpte/paint.c:
19657 * gst/smpte/paint.h:
19658 * gst/udp/gstdynudpsink.h:
19659 * gst/udp/gstmultiudpsink.h:
19660 * gst/udp/gstudpsink.c:
19661 * gst/udp/gstudpsink.h:
19662 * gst/udp/gstudpsrc.c:
19663 * gst/videomixer/videomixer.c:
19664 * gst/wavenc/riff.h:
19665 * gst/wavparse/gstwavparse.h:
19666 * sys/oss/gstossdmabuffer.h:
19667 * sys/oss/gstossmixer.h:
19668 * sys/oss/gstossmixerelement.h:
19669 * sys/oss/gstossmixertrack.h:
19670 * sys/oss/gstosssink.c:
19671 * sys/oss/gstosssink.h:
19672 * sys/oss/gstosssrc.c:
19673 * sys/oss/gstosssrc.h:
19674 * sys/osxaudio/gstosxaudioelement.h:
19675 * sys/osxaudio/gstosxaudiosink.h:
19676 * sys/osxaudio/gstosxaudiosrc.h:
19679 === release 0.10.0 ===
19681 2005-12-05 <thomas (at) apestaart (dot) org>
19684 releasing 0.10.0, "Abondance"
19686 2005-12-05 Andy Wingo <wingo@pobox.com>
19688 * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19689 * ext/flac/gstflacdec.c: (gst_flacdec_write):
19690 * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19691 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19692 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19693 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19694 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19695 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19696 * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19697 * ext/speex/gstspeexdec.c: (speex_dec_chain):
19698 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19699 * gst/auparse/gstauparse.c: (gst_auparse_chain):
19700 * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19701 * gst/goom/gstgoom.c: (gst_goom_chain):
19702 * gst/matroska/matroska-demux.c:
19703 (gst_matroska_demux_push_vorbis_codec_priv_data),
19704 (gst_matroska_demux_add_wvpk_header):
19705 * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19706 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19707 * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19708 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19709 alloc_buffer changes.
19711 2005-12-05 Michael Smith <msmith@fluendo.com>
19713 * docs/plugins/gst-plugins-good-plugins.args:
19714 Remove args for plugins that aren't in -good.
19716 === release 0.9.7 ===
19718 2005-12-01 <thomas (at) apestaart (dot) org>
19721 releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19723 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19725 * docs/plugins/.cvsignore:
19726 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19727 * docs/plugins/inspect/plugin-multipart.xml:
19728 * docs/plugins/inspect/plugin-rtp.xml:
19729 add multipart plugin to docs
19731 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19735 * ext/pango/Makefile.am:
19736 * ext/pango/gstclockoverlay.c:
19737 * ext/pango/gstclockoverlay.h:
19738 * ext/pango/gsttextoverlay.c:
19739 * ext/pango/gsttextoverlay.h:
19740 * ext/pango/gsttextrender.c:
19741 * ext/pango/gsttextrender.h:
19742 * ext/pango/gsttimeoverlay.c:
19743 * ext/pango/gsttimeoverlay.h:
19746 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19748 * gst/rtp/Makefile.am:
19749 * gst/rtp/gstrtpL16depay.c:
19750 * gst/rtp/gstrtpL16depay.h:
19751 * gst/rtp/gstrtpL16parse.c:
19752 * gst/rtp/gstrtpL16parse.h:
19753 * gst/rtp/gstrtpgsmdepay.c:
19754 * gst/rtp/gstrtpgsmdepay.h:
19755 * gst/rtp/gstrtpgsmparse.c:
19756 * gst/rtp/gstrtpgsmparse.h:
19757 parsers are depayers
19759 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19761 * gst/rtp/Makefile.am:
19762 * gst/rtp/gstasteriskh263.c:
19763 * gst/rtp/gstrtp.c:
19764 * gst/rtp/gstrtpL16enc.c:
19765 * gst/rtp/gstrtpL16enc.h:
19766 * gst/rtp/gstrtpL16parse.c:
19767 * gst/rtp/gstrtpL16parse.h:
19768 * gst/rtp/gstrtpL16pay.c:
19769 * gst/rtp/gstrtpL16pay.h:
19770 * gst/rtp/gstrtpamrdec.c:
19771 * gst/rtp/gstrtpamrdec.h:
19772 * gst/rtp/gstrtpamrdepay.c:
19773 * gst/rtp/gstrtpamrdepay.h:
19774 * gst/rtp/gstrtpamrenc.c:
19775 * gst/rtp/gstrtpamrenc.h:
19776 * gst/rtp/gstrtpamrpay.c:
19777 * gst/rtp/gstrtpamrpay.h:
19778 * gst/rtp/gstrtpdec.c:
19779 * gst/rtp/gstrtpdec.h:
19780 * gst/rtp/gstrtpdepay.c:
19781 * gst/rtp/gstrtpdepay.h:
19782 * gst/rtp/gstrtpg711dec.c:
19783 * gst/rtp/gstrtpg711dec.h:
19784 * gst/rtp/gstrtpg711depay.c:
19785 * gst/rtp/gstrtpg711depay.h:
19786 * gst/rtp/gstrtpg711enc.c:
19787 * gst/rtp/gstrtpg711enc.h:
19788 * gst/rtp/gstrtpg711pay.c:
19789 * gst/rtp/gstrtpg711pay.h:
19790 * gst/rtp/gstrtpgsmenc.c:
19791 * gst/rtp/gstrtpgsmenc.h:
19792 * gst/rtp/gstrtpgsmparse.c:
19793 * gst/rtp/gstrtpgsmparse.h:
19794 * gst/rtp/gstrtpgsmpay.c:
19795 * gst/rtp/gstrtpgsmpay.h:
19796 * gst/rtp/gstrtph263enc.c:
19797 * gst/rtp/gstrtph263enc.h:
19798 * gst/rtp/gstrtph263pay.c:
19799 * gst/rtp/gstrtph263pay.h:
19800 * gst/rtp/gstrtph263pdec.c:
19801 * gst/rtp/gstrtph263pdec.h:
19802 * gst/rtp/gstrtph263pdepay.c:
19803 * gst/rtp/gstrtph263pdepay.h:
19804 * gst/rtp/gstrtph263penc.c:
19805 * gst/rtp/gstrtph263penc.h:
19806 * gst/rtp/gstrtph263ppay.c:
19807 * gst/rtp/gstrtph263ppay.h:
19808 * gst/rtp/gstrtpmp4vdec.c:
19809 * gst/rtp/gstrtpmp4vdec.h:
19810 * gst/rtp/gstrtpmp4vdepay.c:
19811 * gst/rtp/gstrtpmp4vdepay.h:
19812 * gst/rtp/gstrtpmp4venc.c:
19813 * gst/rtp/gstrtpmp4venc.h:
19814 * gst/rtp/gstrtpmp4vpay.c:
19815 * gst/rtp/gstrtpmp4vpay.h:
19816 * gst/rtp/gstrtpmpadec.c:
19817 * gst/rtp/gstrtpmpadec.h:
19818 * gst/rtp/gstrtpmpadepay.c:
19819 * gst/rtp/gstrtpmpadepay.h:
19820 * gst/rtp/gstrtpmpaenc.c:
19821 * gst/rtp/gstrtpmpaenc.h:
19822 * gst/rtp/gstrtpmpapay.c:
19823 * gst/rtp/gstrtpmpapay.h:
19824 * gst/rtp/gstrtpspeexdec.c:
19825 * gst/rtp/gstrtpspeexdec.h:
19826 * gst/rtp/gstrtpspeexdepay.c:
19827 * gst/rtp/gstrtpspeexdepay.h:
19828 * gst/rtp/gstrtpspeexenc.c:
19829 * gst/rtp/gstrtpspeexenc.h:
19830 * gst/rtp/gstrtpspeexpay.c:
19831 * gst/rtp/gstrtpspeexpay.h:
19832 Do burger's rename for rtp payloaders and depayloaders
19834 2005-11-30 Wim Taymans <wim@fluendo.com>
19836 * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19837 * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19838 * ext/dv/gstdvdemux.h:
19839 Fix seeking in dvdemux again, add some more debug info.
19841 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19846 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19849 * docs/random/PORTED_09:
19851 * tests/Makefile.am:
19856 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19859 * check/.cvsignore:
19860 * check/Makefile.am:
19861 * check/elements/.cvsignore:
19862 * check/elements/level.c:
19863 * check/elements/matroskamux.c:
19865 * examples/Makefile.am:
19866 * examples/capsfilter/Makefile.am:
19867 * examples/capsfilter/capsfilter1.c:
19868 * examples/gob/Makefile.am:
19869 * examples/gob/gst-identity2.gob:
19870 * examples/gstplay/.cvsignore:
19871 * examples/gstplay/Makefile.am:
19872 * examples/gstplay/player.c:
19873 * examples/indexing/.cvsignore:
19874 * examples/indexing/Makefile.am:
19875 * examples/indexing/indexmpeg.c:
19876 * examples/level/Makefile.am:
19877 * examples/level/README:
19878 * examples/level/demo.c:
19879 * examples/level/plot.c:
19880 * examples/stats/Makefile.am:
19881 * examples/stats/mp2ogg.c:
19882 * examples/switch/.cvsignore:
19883 * examples/switch/Makefile.am:
19884 * examples/switch/switcher.c:
19887 2005-11-30 Tim-Philipp Müller <tim at centricular dot net>
19889 * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19890 (gst_text_render_class_init), (resize_bitmap),
19891 (gst_text_render_render_text), (gst_text_render_setcaps),
19892 (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19893 (gst_text_render_chain), (gst_text_render_finalize),
19894 (gst_text_render_init), (gst_text_render_set_property):
19895 * ext/pango/gsttextrender.h:
19898 2005-11-30 Tim-Philipp Müller <tim at centricular dot net>
19902 * ext/pango/Makefile.am:
19903 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19904 (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19905 (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19906 * ext/pango/gstclockoverlay.h:
19907 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19908 (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19909 (gst_text_overlay_finalize), (gst_text_overlay_init),
19910 (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19911 (gst_text_overlay_text_pad_linked),
19912 (gst_text_overlay_text_pad_unlinked),
19913 (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19914 (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19915 (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19916 (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19917 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19918 (gst_text_overlay_change_state), (plugin_init):
19919 * ext/pango/gsttextoverlay.h:
19920 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19921 (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19922 (gst_time_overlay_class_init), (gst_time_overlay_init):
19923 * ext/pango/gsttimeoverlay.h:
19924 Port pango-based textoverlay, timeoverlay and textrender to 0.9
19925 and add background shading and text wrapping modes. Make
19926 timoverlay derive from textoverlay. Also add new clockoverlay
19929 2005-11-30 Julien MOUTTE <julien@moutte.net>
19931 * gst/udp/Makefile.am: Moved to netbuffer.
19933 2005-11-30 Julien MOUTTE <julien@moutte.net>
19937 * gst/multipart/Makefile.am:
19938 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19939 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19940 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19941 (gst_multipart_demux_change_state),
19942 (gst_multipart_demux_plugin_init):
19943 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19944 (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19945 (gst_multipart_mux_sinkconnect),
19946 (gst_multipart_mux_request_new_pad),
19947 (gst_multipart_mux_handle_src_event),
19948 (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19949 (gst_multipart_mux_change_state): Ported multipart mux/demux to
19952 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
19954 * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19955 * gst/debug/gstnavigationtest.h:
19956 * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19957 * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19958 * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19959 * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19960 * gst/effectv/gstrev.c: (gst_revtv_get_type):
19961 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19962 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19963 * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19964 * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19965 (gst_video_flip_get_type):
19966 * gst/videofilter/gstvideoflip.h:
19967 update for symbols change
19969 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
19971 * gst/udp/gstdynudpsink.c:
19972 * gst/udp/gstudpsrc.c:
19973 the old gstnet lib was renamed gstnetbuffer (#322257)
19975 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
19977 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19978 (gst_text_overlay_collected):
19979 Actually render the text from the text pad.
19981 2005-11-29 Edward Hervey <edward@fluendo.com>
19983 * gst/debug/gstnavseek.c: (gst_navseek_event):
19984 * gst/debug/progressreport.c: (gst_progress_report_event):
19985 Update for GstBaseTransform event virtual method
19987 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
19989 * ext/cairo/Makefile.am:
19990 no need to link to videofilter
19992 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
19994 * gst/debug/Makefile.am:
19995 * gst/debug/gstnavigationtest.h:
19996 * gst/effectv/Makefile.am:
19997 * gst/effectv/gstaging.c:
19998 * gst/effectv/gstdice.c:
19999 * gst/effectv/gstedge.c:
20000 * gst/effectv/gstquark.c:
20001 * gst/effectv/gstrev.c:
20002 * gst/effectv/gstshagadelic.c:
20003 * gst/effectv/gstvertigo.c:
20004 * gst/effectv/gstwarp.c:
20005 * gst/videofilter/Makefile.am:
20006 * gst/videofilter/gstvideofilter.c:
20007 * gst/videofilter/gstvideofilter.h:
20008 * gst/videofilter/gstvideoflip.h:
20009 remove the videofilter library and link to the one in base
20011 2005-11-28 Edward Hervey <edward@fluendo.com>
20013 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20014 Useless check now we're setting the current entry correctly.
20016 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
20018 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
20019 (gst_jpegenc_set_property), (gst_jpegenc_get_property),
20020 (gst_jpegenc_change_state):
20021 Don't leak input buffer in chain function (fixes #322667); make
20022 state change function thread-safe; don't repeat the current function
20023 name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
20024 gst_pad_alloc_buffer(); misc. minor cleanups.
20026 2005-11-28 Jan Schmidt <thaytan@mad.scientist.com>
20028 * gst/matroska/matroska-mux.c:
20029 (gst_matroska_mux_video_pad_setcaps):
20030 Look for pixel-aspect-ratio in caps, not pixel_width and
20031 pixel_height (Fixes: #322645)
20033 2005-11-28 Jan Schmidt <thaytan@mad.scientist.com>
20035 * gst/matroska/matroska-mux.c:
20036 (gst_matroska_mux_video_pad_setcaps):
20038 frame duration should be GST_SECOND / framerate, not
20039 GST_SECOND * framerate. (Fixes: #322643)
20041 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
20044 fix up GST_PLUGIN_LDFLAGS
20045 * gst/rtsp/rtspconnection.c:
20046 fix includes (see #317043)
20047 * gst/videofilter/Makefile.am:
20048 stop installing this library
20050 2005-11-26 Edward Hervey <edward@fluendo.com>
20052 * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
20053 Handle the case where the incoming Video dv stream doesn't have
20054 a pixel aspect ratio set.
20056 2005-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
20058 * docs/plugins/Makefile.am:
20059 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20060 * docs/plugins/gst-plugins-good-plugins-sections.txt:
20061 * ext/flac/gstflacdec.c:
20064 2005-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
20066 * docs/plugins/Makefile.am:
20067 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20068 * docs/plugins/gst-plugins-good-plugins-sections.txt:
20069 * docs/plugins/inspect/plugin-autodetect.xml:
20070 * ext/cairo/gstcairo.c: (plugin_init):
20071 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20072 (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20073 (gst_text_overlay_init), (gst_text_overlay_font_init),
20074 (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20075 (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20076 (gst_text_overlay_text_pad_linked),
20077 (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20078 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20079 (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20080 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20081 (gst_text_overlay_change_state):
20082 * ext/cairo/gsttextoverlay.h:
20083 * ext/cairo/gsttimeoverlay.c:
20084 (gst_cairo_time_overlay_update_font_height),
20085 (gst_cairo_time_overlay_set_caps),
20086 (gst_cairo_time_overlay_get_unit_size),
20087 (gst_cairo_time_overlay_print_smpte_time),
20088 (gst_cairo_time_overlay_transform),
20089 (gst_cairo_time_overlay_base_init),
20090 (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
20091 (gst_cairo_time_overlay_get_type):
20092 * ext/cairo/gsttimeoverlay.h:
20093 do some name borgifying
20096 2005-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
20098 * docs/plugins/Makefile.am:
20099 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20100 * docs/plugins/gst-plugins-good-plugins-sections.txt:
20101 * gst/autodetect/gstautoaudiosink.c:
20102 (gst_auto_audio_sink_base_init):
20103 * gst/autodetect/gstautovideosink.c:
20104 (gst_auto_video_sink_base_init),
20105 (gst_auto_video_sink_factory_filter):
20106 documenting auto*sink
20107 using strstr for the video sink lookup, class field is not ordered
20108 * docs/plugins/inspect/plugin-1394.xml:
20109 * docs/plugins/inspect/plugin-aasink.xml:
20110 * docs/plugins/inspect/plugin-alaw.xml:
20111 * docs/plugins/inspect/plugin-alpha.xml:
20112 * docs/plugins/inspect/plugin-alphacolor.xml:
20113 * docs/plugins/inspect/plugin-auparse.xml:
20114 * docs/plugins/inspect/plugin-autodetect.xml:
20115 * docs/plugins/inspect/plugin-avi.xml:
20116 * docs/plugins/inspect/plugin-cacasink.xml:
20117 * docs/plugins/inspect/plugin-cairo.xml:
20118 * docs/plugins/inspect/plugin-cutter.xml:
20119 * docs/plugins/inspect/plugin-debug.xml:
20120 * docs/plugins/inspect/plugin-dv.xml:
20121 * docs/plugins/inspect/plugin-efence.xml:
20122 * docs/plugins/inspect/plugin-effectv.xml:
20123 * docs/plugins/inspect/plugin-esdsink.xml:
20124 * docs/plugins/inspect/plugin-flac.xml:
20125 * docs/plugins/inspect/plugin-flxdec.xml:
20126 * docs/plugins/inspect/plugin-gconfelements.xml:
20127 * docs/plugins/inspect/plugin-goom.xml:
20128 * docs/plugins/inspect/plugin-jpeg.xml:
20129 * docs/plugins/inspect/plugin-level.xml:
20130 * docs/plugins/inspect/plugin-matroska.xml:
20131 * docs/plugins/inspect/plugin-mulaw.xml:
20132 * docs/plugins/inspect/plugin-navigationtest.xml:
20133 * docs/plugins/inspect/plugin-ossaudio.xml:
20134 * docs/plugins/inspect/plugin-png.xml:
20135 * docs/plugins/inspect/plugin-rtp.xml:
20136 * docs/plugins/inspect/plugin-rtsp.xml:
20137 * docs/plugins/inspect/plugin-shout2send.xml:
20138 * docs/plugins/inspect/plugin-smpte.xml:
20139 * docs/plugins/inspect/plugin-speex.xml:
20140 * docs/plugins/inspect/plugin-udp.xml:
20141 * docs/plugins/inspect/plugin-videobox.xml:
20142 * docs/plugins/inspect/plugin-videoflip.xml:
20143 * docs/plugins/inspect/plugin-videomixer.xml:
20144 * docs/plugins/inspect/plugin-wavenc.xml:
20145 * docs/plugins/inspect/plugin-wavparse.xml:
20146 update for HEAD version
20148 2005-11-25 Michael Smith <msmith@fluendo.com>
20150 * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
20151 Patch from Sebastien Cote to close control sockets in udpsrc.
20153 2005-11-24 Julien MOUTTE <julien@moutte.net>
20155 * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20156 (gst_quarktv_get_unit_size), (gst_quarktv_transform),
20157 (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20158 (gst_quarktv_base_init), (gst_quarktv_class_init),
20159 (gst_quarktv_init): Flush the planes list on reverse caps
20160 negotiation. This was crashing because of differently sized
20163 2005-11-24 Julien MOUTTE <julien@moutte.net>
20165 * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20166 * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20167 (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20168 (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20169 (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20170 (gst_videoflip_set_property), (gst_videoflip_base_init),
20171 (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20172 correctly, fix identity flipping, convert navigation event
20175 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20177 * configure.ac: back to HEAD
20179 === release 0.9.6 ===
20181 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20184 releasing 0.9.6, "Everything's Not Lost"
20186 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20188 * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20189 Oops, initialise the framerate GValue
20191 2005-11-23 Julien MOUTTE <julien@moutte.net>
20193 * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20194 (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20195 (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20196 (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20197 (gst_timeoverlay_get_type):
20198 * ext/cairo/gsttimeoverlay.h:
20199 * gst/debug/Makefile.am:
20200 * gst/debug/gstnavigationtest.c:
20201 (gst_navigationtest_handle_src_event),
20202 (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20203 (gst_navigationtest_transform), (gst_navigationtest_change_state),
20204 (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20205 (gst_navigationtest_init), (gst_navigationtest_get_type),
20207 * gst/debug/gstnavigationtest.h:
20208 * gst/effectv/Makefile.am:
20209 * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20210 (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20211 (gst_agingtv_base_init), (gst_agingtv_class_init),
20212 (gst_agingtv_init), (gst_agingtv_get_type):
20213 * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20214 (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20215 (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20216 (gst_dicetv_get_type):
20217 * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20218 (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20219 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20220 (gst_edgetv_get_type):
20221 * gst/effectv/gsteffectv.c:
20222 * gst/effectv/gsteffectv.h:
20223 * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20224 (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20225 (gst_quarktv_change_state), (gst_quarktv_base_init),
20226 (gst_quarktv_class_init), (gst_quarktv_init),
20227 (gst_quarktv_get_type):
20228 * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20229 (gst_revtv_get_unit_size), (gst_revtv_transform),
20230 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20231 (gst_revtv_get_type):
20232 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20233 (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20234 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20235 (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20236 * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20237 (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20238 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20239 (gst_vertigotv_init), (gst_vertigotv_get_type):
20240 * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20241 (gst_warptv_get_unit_size), (gst_warptv_transform),
20242 (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20243 (gst_warptv_get_type):
20244 * gst/videofilter/Makefile.am:
20245 * gst/videofilter/gstvideobalance.c:
20246 * gst/videofilter/gstvideobalance.h:
20247 * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20248 (gst_videofilter_class_init), (gst_videofilter_init):
20249 * gst/videofilter/gstvideofilter.h:
20250 * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20251 (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20252 (gst_videoflip_flip), (gst_videoflip_transform),
20253 (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20254 (gst_videoflip_base_init), (gst_videoflip_class_init),
20255 (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20256 * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20257 BaseTransform, it's just a place holder for now and every video
20258 effect plugin has been ported to use BaseTransform features
20259 directly. QuarkTV was fixed too (was broken), navigationtest works
20260 and best for the end, videoflip converts navigation events depending
20261 on flip method ! Fixes #320953
20263 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20265 * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20266 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20267 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20268 (gst_goom_src_negotiate), (gst_goom_chain):
20269 * gst/matroska/matroska-mux.c:
20270 (gst_matroska_mux_video_pad_setcaps):
20271 * sys/osxvideo/osxvideosink.m:
20272 Fixes for API changes
20274 2005-11-23 Michael Smith <msmith@fluendo.com>
20276 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20277 (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20278 * ext/jpeg/gstjpegdec.h:
20279 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20280 * ext/jpeg/gstjpegenc.h:
20281 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20282 (gst_smokeenc_resync):
20283 * ext/jpeg/gstsmokeenc.h:
20284 JPEG fractiony goodness.
20286 2005-11-22 Michael Smith <msmith@fluendo.com>
20288 * gst/goom/filters.c:
20289 * gst/goom/graphic.h:
20290 Fix compilation by making some functions static inline instead of
20291 extern inline, matching the way they're used.
20293 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
20295 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20296 (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20297 * ext/cairo/gsttextoverlay.h:
20298 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20299 * ext/gdk_pixbuf/gstgdkpixbuf.h:
20300 * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20301 (gst_pngdec_caps_create_and_set):
20302 * ext/libpng/gstpngdec.h:
20303 * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20304 * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20305 * gst/avi/gstavimux.c: (gst_avimux_init),
20306 (gst_avimux_vidsinkconnect):
20307 * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20308 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20309 (gst_goom_src_negotiate), (gst_goom_chain):
20310 * gst/goom/gstgoom.h:
20311 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20312 * gst/matroska/matroska-mux.c:
20313 (gst_matroska_mux_video_pad_setcaps):
20314 * sys/osxvideo/osxvideosink.h:
20315 * sys/osxvideo/osxvideosink.m:
20316 More fractional framerate conversions
20318 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
20320 * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20321 * gst/debug/gstnavigationtest.c:
20322 (gst_navigationtest_handle_src_event):
20323 * gst/videofilter/gstvideofilter.c:
20324 (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20325 (gst_videofilter_init):
20326 * gst/videofilter/gstvideofilter.h:
20327 Convert to fractional framerates.
20329 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20331 * ext/aalib/gstaasink.c:
20332 * ext/dv/gstdvdec.c:
20333 * ext/esd/esdmon.c:
20334 * ext/flac/gstflacenc.c:
20335 * ext/gdk_pixbuf/pixbufscale.c:
20336 * ext/libcaca/gstcacasink.c:
20337 * ext/shout2/gstshout2.c:
20338 * gst/alpha/gstalpha.c:
20339 * gst/oldcore/gstaggregator.c:
20340 * gst/oldcore/gstshaper.c:
20341 * gst/smpte/barboxwipes.c:
20342 * gst/smpte/gstsmpte.c:
20343 * gst/videobox/gstvideobox.c:
20344 * gst/videofilter/gstvideoflip.c:
20345 * gst/videomixer/videomixer.c:
20348 2005-11-22 Michael Smith <msmith@fluendo.com>
20350 * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20351 (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20352 (gst_videomixer_update_queues):
20353 Fractional framerates, videomixer.
20355 2005-11-22 Michael Smith <msmith@fluendo.com>
20357 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20358 * ext/dv/gstdvdec.h:
20359 * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20360 (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20361 (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20362 (gst_dvdemux_flush):
20363 * ext/dv/gstdvdemux.h:
20364 Fractional framerates for DV.
20366 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20368 * gst/autodetect/gstautoaudiosink.c:
20369 (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20370 * gst/autodetect/gstautovideosink.c:
20371 (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20372 Use gst_plugin_feature_list_free() to free feature list and
20373 in the case of autovideosink free the list at all. Also
20374 miscellaneous cosmetic fixes.
20376 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20378 * gst/cutter/gstcutter.c: (gst_cutter_chain),
20379 (gst_cutter_set_property), (gst_cutter_get_caps):
20380 copy calculation code from level; remove use of some audio
20383 2005-11-22 Andy Wingo <wingo@pobox.com>
20385 * Update for gst_tag_setter API changes.
20387 2005-11-22 Andy Wingo <wingo@pobox.com>
20389 * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20390 (gst_dvdemux_demux_frame)
20391 * ext/flac/gstflacdec.c (gst_flacdec_write)
20392 * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20393 (gst_flacenc_sink_event)
20394 * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20395 * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20396 * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20397 * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20398 * gst/auparse/gstauparse.c (gst_auparse_chain)
20399 * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20400 * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20401 * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20402 (gst_avi_demux_handle_seek)
20403 * gst/goom/gstgoom.c (gst_goom_event)
20404 * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20405 * gst/matroska/matroska-demux.c
20406 (gst_matroska_demux_handle_seek_event)
20407 (gst_matroska_demux_loop_stream_parse_id)
20408 * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20409 * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20410 (gst_wavparse_stream_headers): Run update-funcnames.
20412 2005-11-22 Edward Hervey <edward@fluendo.com>
20414 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20415 (gst_dv1394src_init), (gst_dv1394src_dispose),
20416 (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20417 (gst_dv1394src_uri_set_uri):
20418 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20419 (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20420 (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20421 URIHandler interface and element properties are now properly
20422 synchronized for DV1394src and UDPSrc
20424 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20426 * ext/flac/Makefile.am:
20427 * ext/speex/Makefile.am:
20428 libgsttagedit has been renamed to libgsttag.
20430 2005-11-21 Wim Taymans <wim@fluendo.com>
20432 * gst/rtsp/rtspconnection.c: (read_body):
20433 Apply patch from Sebastien Cote to fix #319184.
20435 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
20438 * gst/cutter/Makefile.am:
20439 * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20440 (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20441 (gst_cutter_set_property), (gst_cutter_get_property),
20442 (plugin_init), (gst_cutter_get_caps):
20444 * gst/level/gstlevel.c:
20445 fix up plugin details
20447 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20449 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20450 * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20451 (gst_flacdec_src_event):
20452 * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20453 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20454 (gst_signal_processor_getrange), (gst_signal_processor_chain):
20455 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20456 * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20457 (gst_flxdec_sink_event_handler):
20458 * gst/matroska/matroska-demux.c:
20459 (gst_matroska_demux_handle_seek_event):
20460 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20461 Update for stream lock API changes: don't take stream log
20462 in sink event handlers any longer and change GST_STREAM_LOCK
20463 to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20466 2005-11-21 Michael Smith <msmith@fluendo.com>
20468 * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20469 gst_object_unref, not g_object_unref
20471 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20473 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20474 (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20475 Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20477 2005-11-21 Michael Smith <msmith@fluendo.com>
20479 * gst/auparse/Makefile.am:
20480 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20481 (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20482 (gst_auparse_change_state):
20483 * gst/auparse/gstauparse.h:
20484 Partially fix #161712. playbin still doesn't work on these files,
20485 (on the bug report, Andy says we aren't typefinding it for some
20486 reason?) but at least auparse isn't totally busted like it was before.
20488 2005-11-21 Andy Wingo <wingo@pobox.com>
20491 * *.c: Ran scripts/update-macros. Oh yes.
20493 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20495 * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20496 Filler events are gone for now, comment out section generating
20499 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
20501 * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20502 * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20503 * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20504 * sys/osxvideo/osxvideosink.m:
20505 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20508 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20510 * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20511 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20512 (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20513 (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20514 (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20515 (gst_avi_demux_stream_data):
20516 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20517 * gst/wavenc/gstwavenc.c: (write_metadata):
20518 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20519 (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20520 Fixes for GST_FOURCC_FORMAT API change.
20522 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20524 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20525 (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20526 (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20527 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20528 (gst_text_overlay_change_state):
20529 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20530 (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20531 (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20532 * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20533 * gst/videomixer/videomixer.c: (gst_videomixer_init),
20534 (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20535 (gst_videomixer_change_state):
20536 Fix for collect pads API change. Also fix textoverlay state
20539 2005-11-20 Julien MOUTTE <julien@moutte.net>
20541 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20542 GST_PAD_IS_USABLE by something approaching it.
20544 2005-11-20 Julien MOUTTE <julien@moutte.net>
20546 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20548 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20549 but also fix the code that was not checking return values from
20550 pad_push neither using pad_alloc_buffer.
20552 2005-11-18 Edward Hervey <edward@fluendo.com>
20554 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20555 (gst_pngenc_chain):
20556 Added debug category
20557 Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20560 2005-11-17 Edgard Lima <edgard.lima@indt.org.br>
20562 * gst/rtp/Makefile.am
20564 * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20565 (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20566 (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20567 (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20568 * gst/rtp/gstrtpg711enc.h:
20569 * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20570 * gst/rtp/gstrtpspeexenc.c:
20571 * gst/rtp/gstrtpspeexenc.h:
20572 * gst/rtp/gstrtpspeexdec.c:
20573 * gst/rtp/gstrtpspeexdec.h:
20574 Created Speex payloader and depayloader; Optimize G711 payloader to
20575 use adapter and send packets until MTU size.
20577 2005-11-16 Wim Taymans <wim@fluendo.com>
20579 * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20582 2005-11-16 Wim Taymans <wim@fluendo.com>
20584 * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20587 2005-11-16 Andy Wingo <wingo@pobox.com>
20589 * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20590 (gst_udpsrc_create): Move comment.
20592 2005-11-15 Vincent Torri <torri at iecn dot u-nancy dot fr>
20594 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20596 * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20597 When seeking, seek to closest index entry at or before the requested
20598 seek position, not just the closest one (#321001).
20600 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
20602 * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20603 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20604 Invert DIB images again (see #132341).
20606 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
20609 rework configure.ac file
20610 * ext/aalib/gstaasink.c:
20611 * ext/cairo/gstcairo.c:
20613 * ext/esd/gstesd.c:
20614 * ext/flac/gstflac.c:
20615 * ext/gconf/gstgconfelements.c:
20616 * ext/gdk_pixbuf/gstgdkpixbuf.c:
20617 * ext/jpeg/gstjpeg.c:
20618 * ext/ladspa/gstladspa.c:
20619 * ext/libcaca/gstcacasink.c:
20620 * ext/libmng/gstmng.c:
20621 * ext/libpng/gstpng.c:
20622 * ext/mikmod/gstmikmod.c:
20623 * ext/pango/gsttextoverlay.c:
20624 * ext/pango/gsttimeoverlay.c:
20625 * ext/raw1394/gst1394.c:
20626 * ext/speex/gstspeex.c:
20627 * gst/alpha/Makefile.am:
20628 * gst/alpha/gstalpha.c:
20629 * gst/alpha/gstalphacolor.c:
20630 * gst/auparse/gstauparse.c:
20631 * gst/autodetect/gstautoaudiosink.c:
20632 (gst_auto_audio_sink_factory_filter),
20633 (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20634 * gst/autodetect/gstautodetect.c:
20635 * gst/avi/gstavi.c:
20636 * gst/cutter/gstcutter.c:
20637 * gst/debug/efence.c:
20638 * gst/debug/gstdebug.c:
20639 * gst/debug/gstnavigationtest.c:
20640 * gst/effectv/gsteffectv.c:
20641 * gst/flx/gstflxdec.c:
20642 * gst/goom/gstgoom.c:
20643 * gst/interleave/plugin.c:
20646 * gst/level/gstlevel.c:
20647 * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20648 * gst/matroska/matroska.c:
20649 * gst/median/gstmedian.c:
20650 * gst/monoscope/gstmonoscope.c:
20651 * gst/multipart/multipart.c:
20652 * gst/oldcore/gstelements.c:
20653 * gst/rtp/gstrtp.c:
20654 * gst/rtsp/gstrtsp.c:
20655 * gst/smoothwave/gstsmoothwave.c:
20656 * gst/smpte/gstsmpte.c:
20657 * gst/udp/gstudp.c:
20658 * gst/videobox/gstvideobox.c:
20659 * gst/videofilter/gstgamma.c:
20660 * gst/videofilter/gstvideobalance.c:
20661 * gst/videofilter/gstvideoflip.c:
20662 * gst/videofilter/gstvideotemplate.c:
20663 * gst/videomixer/videomixer.c:
20664 * gst/wavenc/gstwavenc.c:
20665 * gst/wavparse/gstwavparse.c:
20666 * sys/oss/gstossaudio.c:
20667 * sys/osxaudio/gstosxaudio.c:
20668 update GST_PLUGIN_DEFINE
20669 * gst/rtp/Makefile.am:
20670 * gst/rtp/gstasteriskh263.c:
20671 check for htons/htonl headers and possibly link to winsock2 lib
20673 2005-11-12 Edward Hervey <edward@fluendo.com>
20675 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
20676 Only GST_DEBUG() information on the valid components.
20678 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
20680 * configure.ac: back to HEAD
20682 === release 0.9.5 ===
20684 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
20687 releasing 0.9.5, "Phone Alarm"
20689 2005-11-11 Edward Hervey <edward@fluendo.com>
20691 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20692 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20693 (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20694 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20695 (gst_avi_demux_loop):
20696 * gst/avi/gstavidemux.h:
20697 Yeah, implement proper seeking. Exact seeking and segment seeking.
20698 Still need to do some checks for segment_stop.
20700 2005-11-10 Josef Zlomek <josef dot zlomek at xeris dot cz>
20702 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20704 * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20705 Don't try to ready buffer duration from buffer that we don't
20706 own any longer and that might already have been unreffed.
20709 2005-11-09 Zeeshan Ali <zeenix@gmail.com>
20711 * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20712 (flx_decode_delta_flc), (gst_flxdec_chain):
20713 Attempting to optimize the code for embedded systems.
20715 2005-11-08 Alessandro Decina <alessandro at nnva dot org>
20717 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20719 * sys/oss/gstosssink.c: (gst_oss_sink_close):
20720 Don't re-use already closed file descriptor. (#320920)
20722 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
20724 * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20725 (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20726 (gst_oss_sink_prepare):
20727 * sys/oss/gstosssink.h:
20728 Cache probed caps; fix debug output for SET_PARAM macros.
20730 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
20732 * ext/cairo/Makefile.am:
20733 * ext/cairo/gstcairo.c: (plugin_init):
20734 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20735 (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20736 (gst_text_overlay_init), (gst_text_overlay_font_init),
20737 (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20738 (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20739 (gst_text_overlay_text_pad_linked),
20740 (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20741 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20742 (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20743 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20744 (gst_text_overlay_change_state):
20745 * ext/cairo/gsttextoverlay.h:
20746 Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20747 property and redo positioning. Doesn't handle upstream renegotiation
20750 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
20752 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20753 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20754 (gst_avi_demux_loop):
20755 No need to take the STREAM_LOCK in the loop function. Improve
20756 some debug messages. Don't leak pad names in debug messages.
20758 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
20760 * gst/matroska/matroska-demux.c:
20761 (gst_matroska_demux_push_vorbis_codec_priv_data),
20762 (gst_matroska_demux_add_wvpk_header):
20763 Don't error out when the source pad isn't linked.
20765 2005-11-02 Tim-Philipp Müller <tim at centricular dot net>
20767 * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20768 (gst_gconf_audio_sink_change_state):
20769 * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20770 (gst_gconf_video_sink_change_state):
20771 Fix state change functions here as well and set kid
20772 to NULL state before removing it.
20774 2005-11-01 Edward Hervey <edward@fluendo.com>
20776 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20777 (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20778 Added proper event handlind,
20779 made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20781 and don't set a duration of 0 for buffers otherwise they are discarded
20784 GstWavEnc needs some serious loving, after going through the code I'm
20785 really wondering how this can stay in -good ...
20787 2005-11-01 Thomas Vander Stichele <thomas at apestaart dot org>
20789 * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20790 (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20791 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20792 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20793 (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20794 (gst_matroska_mux_collected):
20795 Fix leaks and invalid memory access as reported by valgrind
20797 2005-11-01 Thomas Vander Stichele <thomas at apestaart dot org>
20799 Patch by: Michal Benes <michal.benes@xeris.cz>
20801 * check/Makefile.am:
20802 * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20803 * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20804 (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20805 add a unit test for matroskamux
20806 fix the bugs that the unit test exposed
20808 2005-11-01 Tim-Philipp Müller <tim at centricular dot net>
20810 * gst/autodetect/gstautoaudiosink.c:
20811 (gst_auto_audio_sink_class_init),
20812 (gst_auto_audio_sink_change_state):
20813 * gst/autodetect/gstautovideosink.c:
20814 (gst_auto_video_sink_class_init),
20815 (gst_auto_video_sink_change_state):
20816 Fix state change function and use GST_DEBUG_FUNCPTR in
20819 2005-11-01 Josef Zlomek <josef dot zlomek at xeris dot cz>
20821 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20823 * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20824 (gst_ebml_write_reset), (gst_ebml_write_element_new):
20825 * gst/matroska/ebml-write.h:
20826 * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20827 Set timestamps on outgoing ebml headers as well, so that the
20828 element after matroskamux can get the timestamp already when
20829 reading the first ebml element and doesn't have to wait for
20830 the actual data buffer for that (#320308).
20832 2005-10-31 Andy Wingo <wingo@pobox.com>
20834 * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20835 (gst_videomixer_pad_link): Kill some memleaks.
20836 (gst_videomixer_pad_get_property): Style fix.
20837 (gst_videomixer_pad_set_property): Style fix.
20838 (gst_videomixer_pad_init): Style fix.
20839 (gst_videomixer_update_queues): Kill memleak.
20840 (gst_videomixer_loop): Kill memleak.
20841 (gst_videomixer_collected): Kill memleak.
20843 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
20845 * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20846 gst_auparse_change_state:
20849 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
20851 * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20852 Add checks to GST_FLOW_NOT_LINKED for values returned
20855 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
20857 * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20858 (gst_rtpg711dec_process):
20859 * gst/rtp/gstrtpgsmenc.c:
20860 Payloader now sets some default caps on the srcpad if caps on the sinkpad
20861 are never set. This is important for the g711 to work with burger's rtpbin
20864 2005-10-28 Edgard Lima <edgard.lima@cin.ufpe.br>
20866 * ext/speex/gstspeexenc.c: (gst_speexenc_chain),
20867 (gst_speexenc_push_buffer):
20868 Add checks for return values from gst_pad_push and
20869 gst_pad_alloc_buffer.
20871 2005-10-28 Michal Benes <michal dot benes at xeris dot cz>
20873 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20875 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20876 (gst_matroska_demux_parse_info),
20877 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20878 (gst_matroska_demux_parse_cluster):
20879 * gst/matroska/matroska-ids.h:
20880 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20881 (gst_matroska_mux_init), (gst_matroska_mux_start),
20882 (gst_matroska_mux_create_buffer_header),
20883 (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20884 (gst_matroska_mux_get_property):
20885 * gst/matroska/matroska-mux.h:
20886 Add SimpleBlock support to matroska demuxer and muxer (part of
20887 Matroska v2). (#319731)
20889 2005-10-28 Wim Taymans <wim@fluendo.com>
20891 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20892 (gst_jpeg_dec_change_state):
20893 * ext/jpeg/gstjpegdec.h:
20894 Cleanups. Don't create caps for every chain.
20896 2005-10-27 Edgard Lima Edgard Lima <edgard.lima@indt.org.br>
20898 * gst/law/alaw-encode.c: (gst_alawenc_init),
20899 (alawenc_setcaps), (gst_alawenc_chain)
20900 * gst/law/alaw-encode.h:
20901 * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20902 (mulawenc_setcaps), (gst_mulawenc_chain)
20903 * gst/law/mulaw-encode.h:
20904 Set timestamp on buffer and it allows RTP G711 elements
20907 2005-10-27 Wim Taymans <wim@fluendo.com>
20909 * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20910 Set correct format on oss instead of a silly value.
20912 2005-10-27 Julien MOUTTE <julien@moutte.net>
20914 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20915 (gst_video_box_transform_caps), (gst_video_box_set_caps),
20916 (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20917 (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20918 I420 rendering as well, doesn't bring much for my platform.
20919 Might help on some other platforms.
20921 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
20923 * gst/rtp/gstrtpgsmenc.c:
20924 * gst/rtp/gstrtpgsmparse.c:
20925 Declaring the padtemplate correctly.
20927 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
20929 * gst/rtp/gstrtpg711dec.c:
20930 * gst/rtp/gstrtpg711enc.c:
20931 * gst/rtp/gstrtpgsmenc.c:
20932 * gst/rtp/gstrtpgsmparse.c:
20933 Setting the proper copyright notice.
20935 2005-10-26 Julien MOUTTE <julien@moutte.net>
20937 * gst/videobox/Makefile.am: Use liboil.
20938 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20939 (gst_video_box_set_property), (gst_video_box_transform_caps),
20940 (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20941 (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20942 using liboil. Will dot the same to I420 border generation
20945 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
20947 * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20948 (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20949 (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20950 * gst/rtp/gstrtpg711dec.h:
20951 * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20952 (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20953 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20954 (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20955 (gst_rtpgsmenc_handle_buffer):
20956 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20957 (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20958 (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20959 * gst/rtp/gstrtpgsmparse.h:
20960 Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20961 inherits from the basertpdepayloader.
20963 2005-10-26 Julien MOUTTE <julien@moutte.net>
20965 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20966 (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20967 (gst_video_box_ayuv): Removing this forgotten debug.
20969 2005-10-26 Julien MOUTTE <julien@moutte.net>
20971 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20972 (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20973 (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20975 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
20977 * sys/oss/gstossaudio.c:
20978 * sys/oss/gstossdmabuffer.c:
20979 * sys/oss/gstosshelper.c:
20980 * sys/oss/gstossmixer.c:
20981 * sys/oss/gstossmixerelement.c:
20982 * sys/oss/gstossmixertrack.c:
20983 * sys/oss/gstosssink.c:
20984 * sys/oss/gstosssrc.c:
20985 Actually use the 'oss' debug category we register.
20987 2005-10-26 Julien MOUTTE <julien@moutte.net>
20989 * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20990 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20991 Use gst_pad_get_parent and drop the ref that was added through
20994 2005-10-26 Thomas Vander Stichele <thomas at apestaart dot org>
20996 * gst/rtp/gstrtpgsmenc.c:
20999 2005-10-25 Edgard Lima <edgard.lima@indt.org.br>
21001 * gst/rtp/gstrtpg711dec.c
21002 Just removed a couple of lines of weird code used during
21003 development/test time.
21005 2005-10-25 Edgard Lima <edgard.lima@indt.org.br>
21007 * gst/rtp/Makefile.am
21009 * gst/rtp/gstrtpg711enc.c
21010 * gst/rtp/gstrtpg711enc.h
21011 * gst/rtp/gstrtpg711dec.c
21012 * gst/rtp/gstrtpg711dec.h
21013 Created G711 payloader and depayloader (it supports mulaw and alaw
21016 2005-10-25 Julien MOUTTE <julien@moutte.net>
21018 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21019 (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21020 Doh ! I introduced wingo's bug again ! Sorry...
21022 2005-10-25 Christian Schaller <christian@fluendo.com>
21024 * gst/rtp/Makefile.am: add missing header files for disting
21026 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
21028 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21029 (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
21030 (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21031 (gst_rtpgsmenc_handle_buffer):
21032 * gst/rtp/gstrtpgsmenc.h:
21033 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
21034 (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
21035 (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
21036 (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
21037 * gst/rtp/gstrtpgsmparse.h:
21038 Getting the GSM (de)payloader working and compatible with our plans for RTP.
21040 2005-10-25 Julien MOUTTE <julien@moutte.net>
21042 * ext/libpng/gstpngdec.c: (user_info_callback),
21043 (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
21044 a newsegment event, move some redundant code in a single place.
21046 2005-10-25 Julien MOUTTE <julien@moutte.net>
21048 * ext/libpng/gstpngdec.c: (user_info_callback),
21049 (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
21050 hack to get correct colors order when we have a png image with
21053 2005-10-24 Edward Hervey <edward@fluendo.com>
21055 * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads):
21056 Call gst_element_no_more_pads when there will be no more pads.
21058 2005-10-24 Wim Taymans <wim@fluendo.com>
21060 * gst/rtp/Makefile.am:
21061 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
21062 (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
21063 (gst_asteriskh263_init), (gst_asteriskh263_finalize),
21064 (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
21065 (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
21066 (gst_asteriskh263_plugin_init):
21067 * gst/rtp/gstasteriskh263.h:
21068 * gst/rtp/gstrtp.c: (plugin_init):
21069 * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
21070 (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
21071 (gst_rtph263enc_init), (gst_rtph263enc_finalize),
21072 (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
21073 (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
21074 (gst_rtph263enc_plugin_init):
21075 * gst/rtp/gstrtph263enc.h:
21076 Added two new payloaders, an RFC 2190 payloader for h263 and
21077 a payload convertor for an asterisk server.
21079 2005-10-24 Tim-Philipp Müller <tim at centricular dot net>
21081 * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21082 Set bytes_per_sample correctly (is not always 4, but
21083 depends on width and number of channels).
21085 2005-10-24 Tim-Philipp Müller <tim at centricular dot net>
21087 * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
21088 (gst_flacenc_init), (gst_flacenc_sink_setcaps),
21089 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21090 (gst_flacenc_sink_event), (gst_flacenc_chain),
21091 (gst_flacenc_set_property), (gst_flacenc_get_property),
21092 (gst_flacenc_change_state):
21093 * ext/flac/gstflacenc.h:
21094 Fix seeking, so that flacenc can rewrite the header with the
21095 correct duration and amount of samples and all that at EOS;
21096 also set timestamps and granulepos on outgoing buffers; add
21097 debug category; fix state change function.
21099 2005-10-24 Julien MOUTTE <julien@moutte.net>
21101 * gst/videomixer/videomixer.c: Don't restrict video geometry
21104 2005-10-24 Julien MOUTTE <julien@moutte.net>
21106 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21107 (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21108 Fix caps negotiation correctly, add debugging category.
21110 2005-10-24 Christian Schaller <christian@fluendo.com>
21112 * configure.ac: Port over Thomas's change from base listing all plugins
21114 2005-10-24 Julien MOUTTE <julien@moutte.net>
21116 * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
21119 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
21125 === release 0.9.4 ===
21127 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
21130 Releasing 0.9.4, "Dromiceiomimus"
21132 2005-10-21 Tim-Philipp Müller <tim at centricular dot net>
21134 * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
21135 (gst_speexenc_src_query):
21136 Add position and duration query, fix query type function.
21138 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21139 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
21140 Let's not set non-fixed caps on source pads.
21142 2005-10-21 Wim Taymans <wim@fluendo.com>
21144 * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
21145 * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
21146 (gst_avi_demux_handle_seek):
21147 Set correct stream_time in newsegment event.
21148 avi can also handle a duration query now.
21150 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21152 * gst/matroska/matroska-demux.c:
21153 (gst_matroska_demux_handle_src_query),
21154 (gst_matroska_demux_handle_seek_event),
21155 (gst_matroska_demux_loop_stream_parse_id):
21156 Fix duration query; fix basetime in newsegment event after
21157 seek; fix duration in initial newsegment event.
21159 * gst/matroska/matroska-mux.c:
21160 (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21161 Extract number of channels and samplerate from vorbis headers;
21162 add some debug messages when querying the durations of the
21165 2005-10-20 Wim Taymans <wim@fluendo.com>
21167 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21168 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21169 (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21170 Set stream time correctly in newsegment.
21172 2005-10-20 Wim Taymans <wim@fluendo.com>
21174 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21175 Correctly fill in the stream time.
21177 2005-10-19 Thomas Vander Stichele <thomas at apestaart dot org>
21179 * check/elements/level.c: (GST_START_TEST):
21180 * gst/level/gstlevel.c: (gst_level_message_new):
21181 * gst/level/level-example.c: (message_handler):
21182 use ELEMENT messages instead
21184 2005-10-19 Wim Taymans <wim@fluendo.com>
21186 * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21187 (gst_dvdemux_src_query):
21188 * ext/flac/gstflacdec.c: (gst_flacdec_length),
21189 (gst_flacdec_src_query):
21190 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21191 * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21192 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21193 * gst/debug/gstnavseek.c: (gst_navseek_seek):
21194 * gst/debug/progressreport.c: (gst_progress_report_report):
21195 * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21196 * gst/matroska/matroska-demux.c:
21197 (gst_matroska_demux_handle_src_query):
21198 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21199 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21200 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21201 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21202 (gst_wavparse_srcpad_event):
21205 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
21207 * gst/goom/filters.c:
21208 * gst/goom/graphic.h:
21209 * gst/goom/lines.c:
21210 Make inline functions either 'static inline' or 'extern inline',
21211 otherwise the Forte compiler apparently won't inline them (#317300).
21213 2005-10-19 Julien MOUTTE <julien@moutte.net>
21215 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21216 (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21217 (user_info_callback), (user_endrow_callback), (user_end_callback),
21218 (user_read_data), (gst_pngdec_caps_create_and_set),
21219 (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21220 (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21221 (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21222 (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21223 * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21224 very nice and handle push/pull based model. if you have filesrc
21225 connected to it, it will do random access to load the png file.
21226 If you have a network source that can't do _getrange, it does
21227 progressive loading through the chain function.
21228 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21229 (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21230 thanks to Master Wim Taymans ;-)
21232 2005-10-18 Tim-Philipp Müller <tim at centricular dot net>
21234 * gst/matroska/Makefile.am:
21235 * gst/matroska/ebml-read.c:
21236 * gst/matroska/ebml-read.h:
21237 * gst/matroska/matroska-demux.c:
21238 * gst/matroska/matroska-demux.h:
21239 * gst/matroska/matroska.c: (plugin_init):
21240 Ported matroska demuxer to 0.9.
21242 2005-10-18 Michal Benes <michal dot benes at xeris dot cz>
21244 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21246 * gst/matroska/matroska-mux.c:
21247 (gst_matroska_mux_video_pad_setcaps),
21248 (gst_matroska_mux_audio_pad_setcaps):
21249 Fix mpeg4 input handling (#318847); also, while we're at it,
21250 fix media type for Motion-JPEG: should be image/jpeg.
21252 2005-10-18 Wim Taymans <wim@fluendo.com>
21254 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21255 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21256 (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21257 Fix for segment-start/stop API change.
21259 2005-10-17 Julien MOUTTE <julien@moutte.net>
21261 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21262 (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21265 2005-10-17 Julien MOUTTE <julien@moutte.net>
21267 * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21268 (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21269 output declared in transform_caps.
21271 2005-10-17 Julien MOUTTE <julien@moutte.net>
21273 * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21275 2005-10-17 Julien MOUTTE <julien@moutte.net>
21277 * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21278 (gst_video_box_get_unit_size): Fix wrong size calculations and
21279 implement get_unit_size correctly.
21281 2005-10-17 Tim-Philipp Müller <tim at centricular dot net>
21286 * gst/flx/gstflxdec.c: (flx_decode_chunks):
21287 Fix gcc4 signedness issue.
21289 2005-10-17 Julien MOUTTE <julien@moutte.net>
21291 * configure.ac: Adding videomixer.
21292 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21293 (user_read_data), (gst_pngdec_chain): More debugging.
21294 * gst/alpha/Makefile.am: Adding alphacolor
21295 * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21296 (gst_alpha_color_class_init), (gst_alpha_color_init),
21297 (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21298 (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21299 (plugin_init): Ported to 0.9 using in place base tranform.
21300 * gst/videomixer/Makefile.am:
21301 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21302 (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21303 (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21304 (gst_videomixer_pad_init), (gst_videomixer_class_init),
21305 (gst_videomixer_init), (gst_videomixer_getcaps),
21306 (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21307 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21308 (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21309 to 0.9 using collectpads.
21311 2005-10-17 Zeeshan Ali <zeenix at gmail dot com>
21314 * gst/flx/Makefile.am:
21315 * gst/flx/gstflxdec.c: (gst_flxdec_init),
21316 (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21317 (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21318 * gst/flx/gstflxdec.h:
21319 flx plugin ported to 0.9
21321 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
21323 * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21324 use new gst_version_string()
21326 2005-10-16 Andy Wingo <wingo@pobox.com>
21328 * configure.ac: GLIB_CHECK.
21330 2005-10-15 Julien MOUTTE <julien@moutte.net>
21332 * ext/libpng/Makefile.am:
21333 * ext/libpng/gstpng.c: (plugin_init):
21334 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21335 (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21336 * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21338 2005-10-14 Michal Benes <michal dot benes at xeris dot cz>
21340 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21343 * gst/matroska/Makefile.am:
21344 * gst/matroska/ebml-ids.h:
21345 * gst/matroska/ebml-write.c:
21346 * gst/matroska/ebml-write.h:
21347 * gst/matroska/matroska-ids.h:
21348 * gst/matroska/matroska-mux.c:
21349 * gst/matroska/matroska-mux.h:
21350 * gst/matroska/matroska.c: (plugin_init):
21351 Port matroska muxer to 0.9 (#318847).
21353 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
21355 * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21356 (comment_init), (comment_add):
21357 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21358 use GST_READ_UINT32_LE() and friends rather than the private
21359 implementation of those same macros.
21361 2005-10-13 Stefan Kost <ensonic@users.sf.net>
21363 * examples/stats/mp2ogg.c:
21366 2005-10-12 Stefan Kost <ensonic@users.sf.net>
21368 * examples/indexing/indexmpeg.c: (main):
21369 * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21370 (gst_esdmon_close_audio), (gst_esdmon_change_state):
21371 * ext/esd/esdmon.h:
21372 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21373 * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21374 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21375 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21376 * gst/avi/gstavimux.c: (gst_avimux_init):
21377 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21378 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21379 * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21380 * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21381 (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21382 (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21383 * gst/oldcore/gstmultifilesrc.h:
21384 * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21385 (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21386 (gst_pipefilter_change_state):
21387 * gst/oldcore/gstpipefilter.h:
21388 * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21389 * gst/videomixer/videomixer.c: (gst_videomixer_init):
21390 * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21391 * sys/osxaudio/gstosxaudiosink.h:
21392 * sys/osxaudio/gstosxaudiosrc.h:
21393 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21394 moved bitshift from macro to enum definition
21396 2005-10-12 Thomas Vander Stichele <thomas at apestaart dot org>
21399 * ext/cairo/Makefile.am:
21400 * ext/cairo/gstcairo.c: (plugin_init):
21401 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21402 * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21403 (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21404 * ext/cairo/gsttimeoverlay.h:
21405 update of cairo-based timeoverlay to 1.0 Cairo API
21406 doesn't work yet for resizing of output sink
21408 2005-10-11 Wim Taymans <wim@fluendo.com>
21410 * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21411 newsegment API fix.
21413 2005-10-11 Wim Taymans <wim@fluendo.com>
21415 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21416 (gst_dvdemux_demux_frame):
21417 * ext/flac/gstflacdec.c: (gst_flacdec_write):
21418 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21419 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21420 (gst_avi_demux_handle_seek):
21421 * gst/goom/gstgoom.c: (gst_goom_event):
21422 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21423 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21424 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21425 (gst_wavparse_loop), (gst_wavparse_pad_convert),
21426 (gst_wavparse_srcpad_event):
21427 newsegment API update.
21429 2005-10-11 Andy Wingo <wingo@pobox.com>
21431 * ext/speex/gstspeexenc.c: Signedness cleanups.
21433 2005-10-10 Edgard Lima <edgard.lima@indt.org.br>
21436 * ext/speex/Makefile.am:
21437 * ext/speex/gstspeex.c:
21438 * ext/speex/gstspeexenc.c:
21439 Speexenc ported to 0.9
21441 2005-10-10 Wim Taymans <wim@fluendo.com>
21443 * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21444 (gst_oss_sink_init), (gst_oss_sink_set_property),
21445 (gst_oss_sink_get_property), (gst_oss_sink_open),
21446 (gst_oss_sink_prepare), (gst_oss_sink_reset):
21447 * sys/oss/gstosssink.h:
21448 * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21449 (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21450 (gst_oss_src_prepare):
21451 Cleanups, make device configurable in the sink, handle and report
21454 2005-10-10 Wim Taymans <wim@fluendo.com>
21456 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21457 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21458 Make sure element is NULL before removing from the bin.
21460 2005-10-07 Andy Wingo <wingo@pobox.com>
21462 * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21463 block forever in a read().
21464 (gst_dv1394src_bus_reset): Post a message when the cable is
21466 (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21467 (gst_dv1394src_bus_reset): Don't unref the message.
21469 * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21470 hacking. The only change should be that the state change stuff was
21471 put into basesrc's start() and stop() routines, which coalesces
21474 2005-10-07 Tim-Philipp Müller <tim at centricular dot net>
21479 * gst/debug/Makefile.am:
21480 Only compile efence plugin on systems that have mmap.
21482 2005-10-05 Tim-Philipp Müller <tim at centricular dot net>
21484 * gst/debug/Makefile.am:
21485 * gst/debug/breakmydata.c:
21486 * gst/debug/gstdebug.c:
21487 * gst/debug/gstnavigationtest.c:
21488 * gst/debug/gstnavseek.c:
21489 * gst/debug/gstnavseek.h:
21490 * gst/debug/progressreport.c:
21491 * gst/debug/testplugin.c:
21492 Port progressreport, navseek, navigationtest, testsink and
21495 2005-10-05 Edward Hervey <edward@fluendo.com>
21497 * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21498 (gst_dvdemux_src_query):
21499 Fixes for better conversion
21501 2005-10-04 Michael Smith <msmith@fluendo.com>
21503 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21504 (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21505 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21506 (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21507 Set state of elements to NULL before removing from bins.
21508 Set state of test element to NULL if we failed to move it to READY
21510 2005-10-04 Edward Hervey <edward@fluendo.com>
21512 * ext/dv/Makefile.am:
21513 * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver):
21514 Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21515 Corrected the query function for position so it doesn't forget what
21516 format was asked, and calls the conversion functions on the correct pad.
21518 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
21521 back to development
21523 === release 0.9.3 ===
21525 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
21528 Releasing 0.9.3, "Aramis"
21530 2005-10-03 Andy Wingo <wingo@pobox.com>
21532 * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21535 2005-10-02 Andy Wingo <wingo@pobox.com>
21537 * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21539 * ext/flac/gstflacenc.c: Ported to 0.9.
21541 * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21543 * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21544 and link to gsttagedit. Enable flacenc.
21546 * ext/flac/gstflacdec.c: Re-enable tag reading.
21548 2005-09-30 Wim Taymans <wim@fluendo.com>
21550 * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21551 * gst/rtp/gstrtpgsmparse.c:
21552 * gst/rtp/gstrtph263penc.c:
21553 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21554 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21555 (gst_rtpmp4venc_set_property):
21556 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21557 Various class and caps fixes from Andre Magalhaes (andrunko)
21559 2005-09-29 Wim Taymans <wim@fluendo.com>
21561 * gst/level/level-example.c: (main):
21562 Update for new bus API.
21564 2005-09-28 Tim-Philipp Müller <tim at centricular dot net>
21567 Fix unexpanded autoconf macro GST_DOC, which has been renamed
21568 to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21570 2005-09-27 Tim-Philipp Müller <tim at centricular dot net>
21572 * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21573 Fix playback of mono streams (bytes_per_sample should be set
21574 from the sample width and the number of channels negotiated,
21575 and not just be set to 4) (#317338)
21577 2005-09-26 Wim Taymans <wim@fluendo.com>
21579 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21580 (gst_rtpmpaenc_handle_buffer):
21581 Set buffer duration correctly.
21583 2005-09-26 Tim-Philipp Müller <tim at centricular dot net>
21585 * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21586 (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21587 (gst_avi_demux_change_state):
21588 Don't crash when encountering a stream with an unknown fourcc or
21589 codec id. Instead, create a pad of type video/x-avi-unknown or
21590 audio/x-avi-unknown, which as a side-effect also results in less
21591 confusing error messages in players ('no decoder' vs. 'no streams');
21592 minor fixes to state change function and class_init function.
21594 2005-09-24 Wim Taymans <wim@fluendo.com>
21596 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21597 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21600 2005-09-24 Thomas Vander Stichele <thomas at apestaart dot org>
21602 * check/elements/level.c: (GST_START_TEST):
21603 fix test for new GstClockTime use
21604 * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21605 (gst_level_transform_ip):
21606 * gst/level/gstlevel.h:
21607 fix up the decay peak, ensuring the decay peak is never lower
21608 than the peak for that interval
21610 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
21612 * docs/plugins/gst-plugins-good-plugins.args:
21613 * docs/plugins/inspect/plugin-alpha.xml:
21614 * docs/plugins/inspect/plugin-rtp.xml:
21615 * gst/level/gstlevel.c: (gst_level_set_caps),
21616 (gst_level_transform_ip):
21619 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
21622 * check/elements/level.c: (GST_START_TEST):
21623 * gst/level/Makefile.am:
21624 * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21625 (gst_level_set_property), (gst_level_get_property),
21626 (gst_level_set_caps), (gst_level_message_new),
21627 (gst_level_transform_ip):
21628 * gst/level/gstlevel.h:
21629 * gst/level/level-example.c: (message_handler), (main):
21630 convert to using GstClockTime for all time values, finally.
21632 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
21634 * gst/auparse/Makefile.am:
21635 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21638 * ext/cairo/Makefile.am:
21639 * ext/dv/Makefile.am:
21640 * ext/esd/Makefile.am:
21641 * ext/flac/Makefile.am:
21642 * ext/gconf/Makefile.am:
21643 * ext/gdk_pixbuf/Makefile.am:
21644 * ext/jpeg/Makefile.am:
21645 * ext/ladspa/Makefile.am:
21646 * ext/libcaca/Makefile.am:
21647 * ext/libmng/Makefile.am:
21648 * ext/libpng/Makefile.am:
21649 * ext/mikmod/Makefile.am:
21650 * ext/pango/Makefile.am:
21651 * ext/raw1394/Makefile.am:
21652 * ext/shout2/Makefile.am:
21653 * ext/speex/Makefile.am:
21654 * gst/alpha/Makefile.am:
21655 * gst/autodetect/Makefile.am:
21656 * gst/avi/Makefile.am:
21657 * gst/cutter/Makefile.am:
21658 * gst/debug/Makefile.am:
21659 * gst/effectv/Makefile.am:
21660 * gst/flx/Makefile.am:
21661 * gst/goom/Makefile.am:
21662 * gst/interleave/Makefile.am:
21663 * gst/law/Makefile.am:
21664 * gst/matroska/Makefile.am:
21665 * gst/median/Makefile.am:
21666 * gst/monoscope/Makefile.am:
21667 * gst/multipart/Makefile.am:
21668 * gst/oldcore/Makefile.am:
21669 * gst/rtp/Makefile.am:
21670 * gst/rtsp/Makefile.am:
21671 * gst/smoothwave/Makefile.am:
21672 * gst/smpte/Makefile.am:
21673 * gst/videobox/Makefile.am:
21674 * gst/videofilter/Makefile.am:
21675 * gst/videomixer/Makefile.am:
21676 * gst/wavenc/Makefile.am:
21677 * gst/wavparse/Makefile.am:
21678 * sys/oss/Makefile.am:
21679 * sys/osxaudio/Makefile.am:
21680 * sys/osxvideo/Makefile.am:
21681 fix up GST_LIBS use
21683 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
21685 * gst/auparse/Makefile.am:
21686 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21687 fix build of auparse
21689 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21693 * gst/auparse/gstauparse.c:
21694 * gst/auparse/gstauparse.h:
21695 Auparse ported to 0.9.
21697 2005-09-22 Wim Taymans <wim@fluendo.com>
21700 * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21701 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21702 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21703 (gst_rtpmp4venc_set_property):
21704 * gst/rtp/gstrtpmp4venc.h:
21705 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21706 * gst/rtp/gstrtpmpaenc.h:
21707 Use is_filled to both check MTU and max-ptime of base class.
21709 2005-09-22 Wim Taymans <wim@fluendo.com>
21711 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21712 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21713 (gst_rtpmp4venc_set_property):
21714 Don't fragment packets with multiple frames.
21716 2005-09-22 Wim Taymans <wim@fluendo.com>
21719 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21720 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21721 (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21722 (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21723 (gst_rtpmp4venc_get_property):
21724 * gst/rtp/gstrtpmp4venc.h:
21727 Make payload encoder a bit smarter and more correct with
21729 Added option in payloader to include config string in-band.
21731 2005-09-21 Wim Taymans <wim@fluendo.com>
21733 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21734 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21735 (gst_rtspsrc_send):
21736 Strip spaces for key/value pairs.
21738 2005-09-21 Wim Taymans <wim@fluendo.com>
21740 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21741 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21742 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21743 (gst_rtspsrc_change_state):
21744 More SDP parsing and caps setting.
21745 Do NO_PREROLL differently.
21746 add pads only after negotiated.
21748 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21749 (gst_udpsrc_getcaps):
21750 Implement the getcaps function.
21752 2005-09-21 Wim Taymans <wim@fluendo.com>
21754 * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21755 (gst_rtpamrdec_chain):
21756 Handle multiple AMr packets per payload. Handle CRC and
21759 * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21760 Make caps params strings for easy SDP mapping.
21762 * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21763 Handle capsnego better.
21765 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21766 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21767 Generate and parse config string in the caps.
21769 2005-09-21 Wim Taymans <wim@fluendo.com>
21774 * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21775 Make extra params as strings.
21777 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21778 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21779 (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21780 Make state change return NO_PREROLL as this is a live
21783 * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21784 Don't unref old caps when NULL.
21786 2005-09-20 Wim Taymans <wim@fluendo.com>
21788 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21789 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21790 (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21791 (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21792 (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21793 (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21794 * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21795 * gst/rtsp/sdpmessage.h:
21797 Parse SDP and create caps.
21799 2005-09-20 Stefan Kost <ensonic@users.sf.net>
21801 * gst/alpha/gstalpha.c:
21802 fix element description
21804 2005-09-19 Wim Taymans <wim@fluendo.com>
21806 * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21807 Don't check payload for now.
21809 2005-09-19 Wim Taymans <wim@fluendo.com>
21811 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21812 (gst_wavparse_init), (gst_wavparse_parse_file_header),
21813 (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21814 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21815 (gst_wavparse_loop), (gst_wavparse_pad_convert),
21816 (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21817 (gst_wavparse_change_state):
21818 * gst/wavparse/gstwavparse.h:
21819 Fix wavparse some more.
21821 2005-09-19 Wim Taymans <wim@fluendo.com>
21823 * check/elements/level.c: (GST_START_TEST):
21824 Fix for bus API change.
21826 2005-09-19 Wim Taymans <wim@fluendo.com>
21828 * gst/level/level-example.c: (main):
21829 Fix for new bus API.
21831 * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21834 2005-09-15 Wim Taymans <wim@fluendo.com>
21836 * gst/rtp/Makefile.am:
21838 * gst/rtp/gstrtp.c: (plugin_init):
21839 * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21840 (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21841 (gst_rtpamrdec_change_state):
21842 * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21843 (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21844 (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21845 * gst/rtp/gstrtpamrenc.h:
21846 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21847 (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21848 (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21849 * gst/rtp/gstrtpgsmenc.h:
21850 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21851 (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21852 (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21853 (gst_rtpgsmparse_change_state):
21854 * gst/rtp/gstrtpgsmparse.h:
21855 * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21856 (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21857 * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21858 (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21859 (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21860 (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21861 * gst/rtp/gstrtph263penc.h:
21862 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21863 (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21864 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21865 (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21866 (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21867 (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21868 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21869 * gst/rtp/gstrtpmp4venc.h:
21870 * gst/rtp/gstrtpmpadec.c:
21871 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21872 (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21873 (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21874 (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21875 * gst/rtp/gstrtpmpaenc.h:
21876 Updates to payloader/depayloaders, make payloaders use
21878 Updated README with suggested RTP caps and how to convert
21880 Added config descriptor in mp4v payloader.
21882 2005-09-15 Andy Wingo <wingo@pobox.com>
21884 * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best):
21885 * gst/autodetect/gstautovideosink.c
21886 (gst_auto_video_sink_find_best): Update for new registry API.
21888 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
21890 * common/c-to-xml.py:
21891 * common/gtk-doc-plugins.mak:
21892 a simple py script to generate valid xml from a C example
21893 probably also need to strip an MIT license when we decide
21894 * docs/plugins/Makefile.am:
21895 * gst/level/Makefile.am:
21896 * gst/level/gstlevel.c: (gst_level_init):
21897 * gst/level/level-example.c: (message_handler), (main):
21898 add an example to level that will show up in the docs
21900 add a note for the future
21902 2005-09-14 Michael Smith <msmith@fluendo.com>
21904 * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21905 Actually define the debug object being used in wavenc. Fixes #316205
21907 2005-09-14 Michael Smith <msmith@fluendo.com>
21909 * gst/smpte/Makefile.am:
21910 Link against GST_BASE_LIBS, to get it linked against libgstbase;
21911 needed to build on windows (bug 316204)
21913 2005-09-12 Andy Wingo <wingo@pobox.com>
21915 * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21917 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
21920 * gst/fdsrc/Makefile.am:
21921 * gst/fdsrc/gstfdsrc.c:
21922 * gst/fdsrc/gstfdsrc.h:
21923 Move fdsrc back into gstreamer core elements.
21925 * gst/level/gstlevel.c: (gst_level_class_init),
21926 (gst_level_transform_ip):
21927 * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21928 Basetransform changes.
21930 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
21932 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21933 * ext/jpeg/smokecodec.c: (find_best_size):
21934 fix compiler warnings
21936 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
21938 * gst-plugins-good.spec.in:
21940 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21941 (gst_multiudpsink_render), (gst_multiudpsink_add),
21942 (gst_multiudpsink_clear):
21943 it actually helps to actually stream if we hook up the
21944 "add" signal to an actual implementation
21945 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21948 2005-09-08 Flavio Oliveira <flavio.oliveira@indt.org.br>
21950 * ext/jpeg/Makefile.am:
21951 * ext/jpeg/gstjpeg.c
21952 * ext/jpeg/gstjpegenc.c:
21953 * ext/jpeg/gstsmokeenc.c:
21955 2005-09-07 Stefan Kost <ensonic@users.sf.net>
21957 * ext/flac/gstflacdec.c:
21958 * ext/flac/gstflacenc.c:
21959 * ext/flac/gstflactag.c:
21960 * ext/speex/gstspeexenc.c:
21961 gsttaginterface.h -> gsttagsetter.h
21963 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
21966 * gst/debug/Makefile.am:
21967 * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21968 (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21969 (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21970 (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21971 (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21972 Port to 0.9 and re-enable efence plugin.
21974 2005-09-06 Tim-Philipp Müller <tim at centricular dot net>
21976 * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21977 (gst_flacdec_write), (gst_flacdec_convert_src):
21978 * ext/flac/gstflacdec.h:
21979 Add support for flac files with 24/32 bits per sample; and misc.
21980 minor clean-ups. Seeking is still partly broken (for me at least).
21982 2005-09-06 Wim Taymans <wim@fluendo.com>
21984 * gst/rtp/Makefile.am:
21985 * gst/rtp/gstrtp.c: (plugin_init):
21986 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21987 (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21988 (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21989 (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21990 (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21991 (gst_rtpmp4vdec_plugin_init):
21992 * gst/rtp/gstrtpmp4vdec.h:
21993 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21994 (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21995 (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21996 (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21997 (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21998 (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21999 * gst/rtp/gstrtpmp4venc.h:
22000 * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
22001 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
22002 Added mpeg4 video payload encoder/decoder.
22003 Added some docs in mpa payloader.
22005 === release 0.9.1 ===
22007 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
22014 releasing 0.9.1, "Blondie"
22016 2005-09-05 Andy Wingo <wingo@pobox.com>
22018 * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
22019 here from the state change handler, so we fire signals without
22020 holding the state lock.
22022 2005-09-02 Andy Wingo <wingo@pobox.com>
22024 * All plugins updated for element state changes.
22026 2005-09-01 Thomas Vander Stichele <thomas at apestaart dot org>
22029 * check/.cvsignore:
22030 * check/Makefile.am:
22031 * check/elements/.cvsignore:
22032 * check/elements/level.c: (setup_level), (cleanup_level),
22033 (GST_START_TEST), (level_suite), (main):
22034 add a test for level
22035 * common/release.mak:
22036 move the enum checking to release.mak
22038 add valgrind and check checking
22039 * gst/level/gstlevel.c: (gst_level_transform):
22040 * gst/level/gstlevel.h:
22041 fix Andy's cast bug
22042 convert a field to int
22043 fix the arithmetic to int when checking for emit so that a
22044 100-sample buffer of a 1000Hz stream triggers after 0.1 sec
22046 2005-09-01 Thomas Vander Stichele <thomas at apestaart dot org>
22051 * common/plugins.xsl:
22052 wrap Description into a refsect2
22053 * docs/Makefile.am:
22054 * docs/plugins/Makefile.am:
22055 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22056 * docs/plugins/gst-plugins-good-plugins-sections.txt:
22057 * gst/goom/Makefile.am:
22058 * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
22059 (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
22060 (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
22061 (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
22062 (gst_goom_change_state):
22063 * gst/goom/gstgoom.h:
22065 add an example launch line
22066 * gst/level/gstlevel.h:
22067 * gst/monoscope/gstmonoscope.c:
22070 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
22073 * docs/plugins/Makefile.am:
22074 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22075 * docs/plugins/gst-plugins-good-plugins-sections.txt:
22076 * docs/plugins/gst-plugins-good-plugins.types:
22077 document elements and plugins. Shazam !
22079 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
22081 * split off gst-plugins-good from gst-plugins. Old ChangeLog can
22082 be found under doc/random/ChangeLog-0.8