1 2009-01-07 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
3 * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4 Minor fix/cleanup in header field calculation.
6 2009-01-06 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
8 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
9 (gst_matroska_mux_handle_sink_event), (gst_matroska_mux_finish):
10 * gst/matroska/matroska-mux.h:
11 Remove internal taglist and fully use tagsetter interface.
13 2009-01-06 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
15 * gst/avi/gstavimux.c: (gst_avi_mux_reset),
16 (gst_avi_mux_riff_get_avi_header):
17 * gst/avi/gstavimux.h:
18 Ensure header size invariance during subsequent rewrite by using
21 2009-01-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
23 * ext/pulse/pulsesink.c: (gst_pulsesink_destroy_stream):
24 Don't wait for the pulse mainloop when destroying the stream.
25 Fixes a deadlock when the pulsedaemon goes away while pulsesink
26 is PLAYING. Fixes bug #556986.
28 2009-01-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
30 Patch by: Sascha Hauer <s dot hauer at pengutronix dot de>
31 Luotao Fu <l dot fu at pengutronix dot de>
33 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
34 (gst_v4l2_get_caps_info):
35 Add support for grayscale v4l2 devices. Fixes bug #566616.
37 2009-01-05 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
39 * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
40 (qtdemux_tag_add_tmpo), (qtdemux_tag_add_covr),
41 (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
42 (qtdemux_tag_add_blob), (qtdemux_parse_udta):
43 * gst/qtdemux/qtdemux.h:
44 * gst/qtdemux/quicktime.c: (plugin_init):
45 Streamline tag handling and pass unparsed tags as binary blob
48 2009-01-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
50 * gst/audiofx/Makefile.am:
51 * gst/audiofx/audiofxbaseiirfilter.c:
52 (gst_audio_fx_base_iir_filter_base_init),
53 (gst_audio_fx_base_iir_filter_dispose),
54 (gst_audio_fx_base_iir_filter_class_init),
55 (gst_audio_fx_base_iir_filter_init),
56 (gst_audio_fx_base_iir_filter_calculate_gain),
57 (gst_audio_fx_base_iir_filter_set_coefficients),
58 (gst_audio_fx_base_iir_filter_setup), (process),
59 (gst_audio_fx_base_iir_filter_transform_ip),
60 (gst_audio_fx_base_iir_filter_stop):
61 * gst/audiofx/audiofxbaseiirfilter.h:
62 Implement a base class for IIR filters.
64 * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_base_init),
65 (gst_audio_cheb_band_class_init), (gst_audio_cheb_band_init),
66 (generate_coefficients), (gst_audio_cheb_band_set_property),
67 (gst_audio_cheb_band_setup):
68 * gst/audiofx/audiochebband.h:
69 * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_base_init),
70 (gst_audio_cheb_limit_class_init), (gst_audio_cheb_limit_init),
71 (generate_coefficients), (gst_audio_cheb_limit_set_property),
72 (gst_audio_cheb_limit_setup):
73 * gst/audiofx/audiocheblimit.h:
74 Use the IIR filter base class for the chebyshev filters.
76 2009-01-02 Michael Smith <msmith@songbirdnest.com>
78 Patch by: Justin Karnegas <justin@affinix.com> and
79 Michael Smith <msmith@songbirdnest.com>
80 * sys/osxaudio/gstosxaudio.c:
81 * sys/osxaudio/gstosxaudioelement.c:
82 * sys/osxaudio/gstosxaudioelement.h:
83 * sys/osxaudio/gstosxaudiosink.c:
84 * sys/osxaudio/gstosxaudiosink.h:
85 * sys/osxaudio/gstosxaudiosrc.c:
86 * sys/osxaudio/gstosxaudiosrc.h:
87 * sys/osxaudio/gstosxringbuffer.c:
88 * sys/osxaudio/gstosxringbuffer.h:
89 Rewrite osxaudio to work more flexibly and more reliably, using a
90 different abstraction layer of coreaudio that is the recommended way of
91 doing low-level audio I/O on OSX.
94 2009-01-02 Wim Taymans <wim.taymans@collabora.co.uk>
96 * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
97 Add example RTP transcoding pipeline from any file decodedable with
100 2009-01-02 Wim Taymans <wim.taymans@collabora.co.uk>
102 * tests/examples/rtp/.cvsignore:
103 * tests/examples/rtp/Makefile.am:
104 * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
105 * tests/examples/rtp/server-alsasrc-PCMA.c: (main):
106 Add two C examples of using gstrtpbin as a sender and a receiver.
108 2008-12-31 Jan Schmidt <jan.schmidt@sun.com>
111 Remove conflict marker from ChangeLog
113 2008-12-28 Edward Hervey <edward.hervey@collabora.co.uk>
115 Patch by: j^ <j at oil21.org>
117 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps),
118 (qtdemux_audio_caps):
119 Add codec mapping for xvid, fmp4 and ac3 tracks.
122 2008-12-23 Wim Taymans <wim.taymans@collabora.co.uk>
124 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
125 (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
126 (gst_smokeenc_chain), (gst_smokeenc_change_state):
127 * ext/jpeg/gstsmokeenc.h:
128 Implement getcaps function.
129 Set caps on the pad and on all outgoing buffers.
132 2008-12-19 Stefan Kost <ensonic@users.sf.net>
134 * ext/pulse/pulsemixerctrl.c:
135 And remove temporary comment pointing to the bug ticket.
137 * gst/avi/gstavimux.c:
138 Move reoccuring logging to LOG and log instance too.
140 2008-12-17 Stefan Kost <ensonic@users.sf.net>
142 * ext/pulse/pulsemixerctrl.c:
143 Don't leak the pa_operation.
145 2008-12-16 Stefan Kost <ensonic@users.sf.net>
150 2008-12-16 Stefan Kost <ensonic@users.sf.net>
152 * gst/avi/gstavimux.c:
153 Rename api from _flush to _reset_tags.
155 2008-12-16 Stefan Kost <ensonic@users.sf.net>
157 * gst/avi/gstavimux.c:
158 Use new tagsetter api to flush tags.
160 2008-12-16 Sebastian Dröge <sebastian.droege@collabora.co.uk>
162 * tests/check/elements/deinterleave.c: (deinterleave_suite):
163 Increase timeout to 3 minutes to prevent timeouts.
165 2008-12-16 Sebastian Dröge <sebastian.droege@collabora.co.uk>
167 * tests/check/elements/interleave.c: (interleave_suite):
168 Increase timeout to 3 minutes to prevent timeouts.
170 2008-12-16 Stefan Kost <ensonic@users.sf.net>
172 * gst/avi/gstavimux.c:
173 * gst/avi/gstavimux.h:
174 Totally remove the internal taglists and fully use tagsetter.
176 2008-12-15 Stefan Kost <ensonic@users.sf.net>
178 * gst/avi/gstavimux.c:
179 Instead of filtering wrongly just use the mergemode. Applications is
180 use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
181 avi for real (I hope). Everyone chime in, before I fix the others.
183 2008-12-15 Stefan Kost <ensonic@users.sf.net>
185 * ext/pulse/pulsemixerctrl.c:
186 Add note about memleak.
188 2008-12-13 Edward Hervey <bilboed@gmail.com>
191 A couple more .m4 that aren't shipped anymore with gettext 0.17.
193 2008-12-13 Edward Hervey <edward.hervey@collabora.co.uk>
195 * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
197 * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
199 * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
201 * gst/law/alaw.c: (plugin_init):
202 * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
204 * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
206 * gst/law/mulaw.c: (plugin_init):
207 Switch to using GstStaticPadTemplate.
208 * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
209 Don't forget to free the addrinfo structure.
210 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
211 (gst_wavparse_sink_activate):
212 Don't forget to unref the GstAdapter.
214 2008-12-13 Edward Hervey <edward.hervey@collabora.co.uk>
217 inttypes.m4 hasn't been available since gettext-0.15, and since we now
218 require gettext >= 0.17 ... we can remove it from the list of files to
221 2008-12-09 Stefan Kost <ensonic@users.sf.net>
223 * gst/avi/gstavidemux.c:
226 * gst/avi/gstavimux.c:
227 Handle more metadata fields. Better estimate of metadata size. Don't
228 merge received tags, if application has specified tags using
229 GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
231 2008-12-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
233 * tests/check/Makefile.am:
234 Also ignore pulsemixer for the states unit test.
236 2008-12-09 Wim Taymans <wim.taymans@collabora.co.uk>
238 * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
239 Add an EOI marker at the end of the jpeg frame when it's missing.
242 2008-12-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
244 * tests/check/elements/videocrop.c: (check_1x1_buffer):
245 Update the unit test for the new color values for BT.601 red.
248 2008-12-09 Tim-Philipp Müller <tim.muller at collabora co uk>
250 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
251 Restore previous behaviour of not passing QoS and navigation
252 events upstream, which presumably wasn't meant to be changed.
254 2008-12-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
256 * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
257 (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
258 (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
259 (gst_dvdemux_chain), (gst_dvdemux_loop),
260 (gst_dvdemux_change_state):
261 Add srcpads only when needed and remove them again when going
262 back to READY. This prevents stalled pipelines if there's no
263 audio inside the DV stream, which happens for many MXF files.
265 2008-12-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
267 * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
269 The ports in libsoup are unsigned integers and not signed
272 2008-12-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
274 * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
275 (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
276 (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
277 (gst_dvdemux_chain), (gst_dvdemux_loop),
278 (gst_dvdemux_change_state):
279 Add srcpads only when they're needed. If we add all pads in any
280 case we will get a stalling audio pad if the stream contains
281 no audio, which is the case for many MXF files.
283 2008-12-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
285 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
286 Forward all events upstream unless it's something we really
287 don't handle. This fixes latency configuration of pipelines.
289 2008-12-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
291 * ext/dv/gstdv.c: (plugin_init):
292 * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
293 * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
294 Really call dv_init() exactly one time, not one time for
295 the demuxer and one time for the decoder.
297 2008-12-08 Wim Taymans <wim.taymans@collabora.co.uk>
299 * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
300 Copy incomming timestamp to outgoing packets.
302 2008-12-08 Wim Taymans <wim.taymans@collabora.co.uk>
304 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
305 (gst_rtp_mp4v_pay_event):
306 Don't try to push packets before we could find a valid config
307 startcode. Fixes #563509.
309 2008-12-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
311 Patch by: Brian Cameron <brian.cameron at sun dot com>
313 * sys/sunaudio/gstsunaudiomixerctrl.c:
314 (gst_sunaudiomixer_ctrl_open):
315 Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
317 2008-12-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
319 Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
322 Make usage of libv4l optional by a configure parameter.
325 2008-12-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
327 * docs/plugins/Makefile.am:
328 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
329 * docs/plugins/gst-plugins-good-plugins-sections.txt:
330 * docs/plugins/gst-plugins-good-plugins.args:
331 * docs/plugins/gst-plugins-good-plugins.hierarchy:
332 * docs/plugins/gst-plugins-good-plugins.interfaces:
333 * docs/plugins/inspect/plugin-1394.xml:
334 * docs/plugins/inspect/plugin-aasink.xml:
335 * docs/plugins/inspect/plugin-alaw.xml:
336 * docs/plugins/inspect/plugin-alpha.xml:
337 * docs/plugins/inspect/plugin-alphacolor.xml:
338 * docs/plugins/inspect/plugin-annodex.xml:
339 * docs/plugins/inspect/plugin-apetag.xml:
340 * docs/plugins/inspect/plugin-audiofx.xml:
341 * docs/plugins/inspect/plugin-auparse.xml:
342 * docs/plugins/inspect/plugin-autodetect.xml:
343 * docs/plugins/inspect/plugin-avi.xml:
344 * docs/plugins/inspect/plugin-cacasink.xml:
345 * docs/plugins/inspect/plugin-cairo.xml:
346 * docs/plugins/inspect/plugin-cutter.xml:
347 * docs/plugins/inspect/plugin-debug.xml:
348 * docs/plugins/inspect/plugin-dv.xml:
349 * docs/plugins/inspect/plugin-efence.xml:
350 * docs/plugins/inspect/plugin-effectv.xml:
351 * docs/plugins/inspect/plugin-equalizer.xml:
352 * docs/plugins/inspect/plugin-esdsink.xml:
353 * docs/plugins/inspect/plugin-flac.xml:
354 * docs/plugins/inspect/plugin-flxdec.xml:
355 * docs/plugins/inspect/plugin-gamma.xml:
356 * docs/plugins/inspect/plugin-gconfelements.xml:
357 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
358 * docs/plugins/inspect/plugin-goom.xml:
359 * docs/plugins/inspect/plugin-goom2k1.xml:
360 * docs/plugins/inspect/plugin-halelements.xml:
361 * docs/plugins/inspect/plugin-icydemux.xml:
362 * docs/plugins/inspect/plugin-id3demux.xml:
363 * docs/plugins/inspect/plugin-interleave.xml:
364 * docs/plugins/inspect/plugin-jpeg.xml:
365 * docs/plugins/inspect/plugin-level.xml:
366 * docs/plugins/inspect/plugin-matroska.xml:
367 * docs/plugins/inspect/plugin-monoscope.xml:
368 * docs/plugins/inspect/plugin-mulaw.xml:
369 * docs/plugins/inspect/plugin-multifile.xml:
370 * docs/plugins/inspect/plugin-multipart.xml:
371 * docs/plugins/inspect/plugin-navigationtest.xml:
372 * docs/plugins/inspect/plugin-ossaudio.xml:
373 * docs/plugins/inspect/plugin-png.xml:
374 * docs/plugins/inspect/plugin-pulseaudio.xml:
375 * docs/plugins/inspect/plugin-quicktime.xml:
376 * docs/plugins/inspect/plugin-replaygain.xml:
377 * docs/plugins/inspect/plugin-rtp.xml:
378 * docs/plugins/inspect/plugin-rtsp.xml:
379 * docs/plugins/inspect/plugin-shout2send.xml:
380 * docs/plugins/inspect/plugin-smpte.xml:
381 * docs/plugins/inspect/plugin-soup.xml:
382 * docs/plugins/inspect/plugin-spectrum.xml:
383 * docs/plugins/inspect/plugin-speex.xml:
384 * docs/plugins/inspect/plugin-taglib.xml:
385 * docs/plugins/inspect/plugin-udp.xml:
386 * docs/plugins/inspect/plugin-video4linux2.xml:
387 * docs/plugins/inspect/plugin-videobalance.xml:
388 * docs/plugins/inspect/plugin-videobox.xml:
389 * docs/plugins/inspect/plugin-videocrop.xml:
390 * docs/plugins/inspect/plugin-videoflip.xml:
391 * docs/plugins/inspect/plugin-videomixer.xml:
392 * docs/plugins/inspect/plugin-wavenc.xml:
393 * docs/plugins/inspect/plugin-wavpack.xml:
394 * docs/plugins/inspect/plugin-wavparse.xml:
395 * docs/plugins/inspect/plugin-ximagesrc.xml:
396 * gst/matroska/matroska-demux.c:
397 * gst/matroska/matroska-demux.h:
398 * gst/matroska/matroska-mux.c:
399 * gst/matroska/matroska-mux.h:
400 Add documentation for matroskamux and matroskademux and
401 update the inspection xml files.
403 2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
406 Apparently AC_CONFIG_MACRO_DIR breaks when using more
407 than one macro directory, reverting last change.
409 2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
412 Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
415 2008-11-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
417 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
418 Provide the parameters that are required for the format string
419 to fix a compiler warning.
421 2008-11-29 Stefan Kost <ensonic@users.sf.net>
423 * gst/autodetect/gstautoaudiosrc.c:
426 2008-11-29 Sebastian Dröge <sebastian.droege@collabora.co.uk>
428 Patch by: Cygwin Ports maintainer
429 <yselkowitz at users dot sourceforge dot net>
433 Require gettext 0.17 because older versions don't mix with libtool
434 2.2. At build time an older gettext version will still work.
437 2008-11-28 Wim Taymans <wim.taymans@collabora.co.uk>
439 Patch by: Peter Kjellerstedt <pkj at axis com>
441 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
442 Make gst_multiudpsink_render() ignore errors from sendto() instead of
443 breaking streaming. Emit a warning instead. Fixes #562572.
445 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
447 Patch by: Ron McOuat <rmcouat at smartt dot com>
449 * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
450 (gst_soup_http_src_init), (gst_soup_http_src_dispose),
451 (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
452 (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
453 * ext/soup/gstsouphttpsrc.h:
454 * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
455 (digest_auth_cb), (run_test), (GST_START_TEST),
456 (souphttpsrc_suite), (run_server):
457 Add support for basic and digest authentication in souphttpsrc.
460 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
462 Patch by: Pepijn Van Eeckhoudt
463 <pepijn dot vaneeckhoudt at luciad dot com>
465 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
466 (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
467 * gst/wavenc/gstwavenc.h:
469 Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
471 2008-11-27 Wim Taymans <wim.taymans@collabora.co.uk>
473 Patch by: 이문형 <iwings at gmail dot com>
475 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
476 Prevent further read/write actions taken to the connect-failed socket by
477 erroring out quickly. See #562258.
479 2008-11-26 Stefan Kost <ensonic@users.sf.net>
481 * tests/examples/level/level-example.c:
482 Set fakesink to sync. Otherwise people might question the message
483 interval. Nevertheless the timestamp in the message is what matters.
485 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
487 * tests/icles/.cvsignore:
488 cvsignore newly generated file.
490 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
492 * gst/rtp/gstasteriskh263.c:
493 * gst/rtp/gstasteriskh263.h:
494 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
495 * gst/rtp/gstrtpL16depay.h:
496 * gst/rtp/gstrtpL16pay.c:
497 * gst/rtp/gstrtpL16pay.h:
498 * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
499 * gst/rtp/gstrtpac3depay.h:
500 * gst/rtp/gstrtpamrdepay.c:
501 * gst/rtp/gstrtpamrdepay.h:
502 * gst/rtp/gstrtpamrpay.c:
503 * gst/rtp/gstrtpamrpay.h:
504 * gst/rtp/gstrtpdepay.c:
505 * gst/rtp/gstrtpdepay.h:
506 * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
507 * gst/rtp/gstrtpg726depay.c:
508 * gst/rtp/gstrtpg726pay.c:
509 * gst/rtp/gstrtpg729depay.c:
510 * gst/rtp/gstrtpg729pay.c:
511 * gst/rtp/gstrtpgsmdepay.c:
512 * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
513 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
514 * gst/rtp/gstrtph263depay.h:
515 * gst/rtp/gstrtph263pay.c:
516 * gst/rtp/gstrtph263pay.h:
517 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
518 * gst/rtp/gstrtph263pdepay.h:
519 * gst/rtp/gstrtph263ppay.c:
520 * gst/rtp/gstrtph263ppay.h:
521 * gst/rtp/gstrtph264depay.c:
522 * gst/rtp/gstrtph264depay.h:
523 * gst/rtp/gstrtph264pay.c:
524 * gst/rtp/gstrtph264pay.h:
525 * gst/rtp/gstrtpilbcdepay.c:
526 * gst/rtp/gstrtpilbcpay.c:
527 * gst/rtp/gstrtpjpegdepay.h:
528 * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
529 * gst/rtp/gstrtpmp1sdepay.h:
530 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
531 * gst/rtp/gstrtpmp2tdepay.h:
532 * gst/rtp/gstrtpmp2tpay.c:
533 * gst/rtp/gstrtpmp2tpay.h:
534 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
535 * gst/rtp/gstrtpmp4apay.c:
536 * gst/rtp/gstrtpmp4apay.h:
537 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
538 * gst/rtp/gstrtpmp4gdepay.h:
539 * gst/rtp/gstrtpmp4gpay.c:
540 * gst/rtp/gstrtpmp4gpay.h:
541 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
542 * gst/rtp/gstrtpmp4vdepay.h:
543 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
544 * gst/rtp/gstrtpmp4vpay.h:
545 * gst/rtp/gstrtpmpadepay.c:
546 * gst/rtp/gstrtpmpadepay.h:
547 * gst/rtp/gstrtpmpapay.c:
548 * gst/rtp/gstrtpmpapay.h:
549 * gst/rtp/gstrtpmpvdepay.c:
550 * gst/rtp/gstrtpmpvdepay.h:
551 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
552 * gst/rtp/gstrtppcmapay.c:
553 * gst/rtp/gstrtppcmudepay.c:
554 * gst/rtp/gstrtppcmupay.c:
555 * gst/rtp/gstrtpspeexdepay.c:
556 * gst/rtp/gstrtpspeexpay.c:
557 * gst/rtp/gstrtpsv3vdepay.c:
558 * gst/rtp/gstrtpsv3vdepay.h:
559 * gst/rtp/gstrtptheoradepay.c:
560 * gst/rtp/gstrtptheoradepay.h:
561 * gst/rtp/gstrtptheorapay.c:
562 * gst/rtp/gstrtptheorapay.h:
563 * gst/rtp/gstrtpvorbisdepay.c:
564 * gst/rtp/gstrtpvorbisdepay.h:
565 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
566 * gst/rtp/gstrtpvorbispay.h:
567 * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
568 * gst/rtp/gstrtpvrawpay.c:
569 Fix the descriptions and fix some email addresses.
571 2008-11-25 Julien Moutte <julien@fluendo.com>
573 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
574 to supported qtdemux video codecs as I found some video clips using
577 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
579 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
580 * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
581 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
582 (gst_auto_video_sink_detect):
583 * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
584 Post an error when we can't set the internal ghostpad target.
586 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
588 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
589 (gst_video_crop_transform), (gst_video_crop_transform_caps),
590 (gst_video_crop_set_caps), (gst_video_crop_set_property):
591 * gst/videocrop/gstvideocrop.h:
592 Fix renegotiation when changing properties using the new basetransform
593 features. Fixes #561502.
595 * tests/icles/Makefile.am:
596 * tests/icles/videocrop2-test.c: (make_pipeline), (main):
597 Add crazy interactive test unit for dynamically changing properties.
599 2008-11-24 Wim Taymans <wim.taymans@collabora.co.uk>
601 * gst/rtsp/gstrtspsrc.c: (new_session_pad),
602 (gst_rtspsrc_parse_range):
603 Add some more debugging.
604 Use the reanges received from the server unconditionally.
607 2008-11-23 Stefan Kost <ensonic@users.sf.net>
609 * ext/pulse/pulsesink.c:
610 Change #if 0 to something more expresive and add pointer to related
613 2008-11-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
615 Patch by: Tal Shalif <tshalif at nargila dot org>
617 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
618 Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
619 the latter don't exist on some systems (mingw). Fixes bug #561990.
621 2008-11-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
623 Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
625 * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
626 Add transferMode.dnla.org header to HTTP requests as this is
627 required by the DLNA specs and doesn't hurt in other situations.
630 2008-11-20 Michael Smith <msmith@songbirdnest.com>
632 * sys/osxvideo/osxvideosink.h:
633 * sys/osxvideo/osxvideosink.m:
634 Handle video window resizing more correctly, avoiding crashes when
635 embedding the window and resizing it.
637 2008-11-20 Michael Smith <msmith@songbirdnest.com>
639 * gst/udp/gstmultiudpsink.c:
640 * gst/udp/gstudpnetutils.c:
641 * gst/udp/gstudpnetutils.h:
642 * gst/udp/gstudpsrc.c:
643 Fix multiudpsink on OSX by passing the specific length of the socket,
644 refactor that into a function shared with the same thing in udpsrc.
646 2008-11-20 Wim Taymans <wim.taymans@collabora.co.uk>
648 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
649 (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
650 (gst_wavparse_stream_headers):
651 Fix the scaling code.
652 Fix parsing of the INFO chunks, we were reading the wrong number of
653 bytes. Fixes #561580.
655 2008-11-20 Jan Schmidt <jan.schmidt@sun.com>
657 * gst/matroska/matroska-mux.c:
658 Fix NULL pointer dereference of an unset codec_id in the recently
661 2008-11-20 Jan Schmidt <jan.schmidt@sun.com>
663 * tests/check/Makefile.am:
664 Just keep disabling elements that hang the states test until it
667 2008-11-20 Jan Schmidt <jan.schmidt@sun.com>
669 * ext/libpng/gstpngenc.c:
670 Don't flush downstream after every buffer - that's not what
671 this libpng callback is for at all!
673 2008-11-17 Tim-Philipp Müller <tim.muller at collabora co uk>
675 * sys/v4l2/v4l2src_calls.c:
676 (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
677 (gst_v4l2src_probe_caps_for_format):
678 Turns out we don't always get the frame sizes in a predefined
679 order from lowest to highest resolution, so let's just sort the
680 list by frame size once we've queried the possible resolutions
681 rather than assume any particular order. Fixes probed caps for
682 the camera in my HP2133 mini notebook and makes v4l2src default
685 2008-11-16 Edward Hervey <edward.hervey@collabora.co.uk>
687 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
688 * gst/matroska/matroska-ids.h:
689 Make mkvdemux aware of E-AC3.
691 2008-11-14 Wim Taymans <wim.taymans@collabora.co.uk>
693 * gst/rtp/Makefile.am:
694 * gst/rtp/gstrtp.c: (plugin_init):
695 * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
696 (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
697 (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
698 (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
699 (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
700 (gst_rtp_jpeg_depay_change_state),
701 (gst_rtp_jpeg_depay_plugin_init):
702 * gst/rtp/gstrtpjpegdepay.h:
703 Add a jpeg depayloader.
705 * gst/rtp/gstrtpjpegpay.c:
706 Set the default properties on the payloader to better defaults.
708 2008-11-14 Stefan Kost <ensonic@users.sf.net>
710 * sys/v4l2/gstv4l2.c:
711 Give it a primary rank for autovideosrc.
713 2008-11-14 Wim Taymans <wim.taymans@collabora.co.uk>
715 Patch by: Bjorn Ostby <bjornos at axis dot com>
717 * gst/rtp/Makefile.am:
718 * gst/rtp/gstrtp.c: (plugin_init):
719 * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
720 (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
721 (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
722 (gst_rtp_jpeg_pay_read_quant_table),
723 (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
724 (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
725 (gst_rtp_jpeg_pay_plugin_init):
726 * gst/rtp/gstrtpjpegpay.h:
727 Add JPEG payloader. Fixes #560756.
729 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
731 Patch by: Fabricio Godoy <skarllot at gmail dot com>
733 * sys/oss/gstosssink.c: (gst_oss_sink_open):
734 * sys/oss/gstosssrc.c: (gst_oss_src_open):
735 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
736 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
737 Fix some spelling mistakes. Fixes #556802.
739 2008-11-13 Stefan Kost <ensonic@users.sf.net>
741 * gst/equalizer/GstIirEqualizer10Bands.prs:
742 * gst/equalizer/GstIirEqualizer3Bands.prs:
743 * gst/equalizer/Makefile.am:
744 * gst/equalizer/gstiirequalizer10bands.c:
745 * gst/equalizer/gstiirequalizer3bands.c:
746 Add presets for equalizer. Fixes #522183.
748 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
750 * gst/rtsp/Makefile.am:
751 * gst/rtsp/gstrtsp.c: (plugin_init):
752 * gst/rtsp/gstrtspgoogle.c:
753 * gst/rtsp/gstrtspgoogle.h:
754 Remove google extension again, it's not needed anymore because we never
755 send multiple transports anymore.
757 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
759 Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
761 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
762 (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
763 (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
764 (gst_rtspsrc_stream_free),
765 (gst_rtspsrc_stream_configure_udp_sinks),
766 (gst_rtspsrc_stream_configure_transport),
767 (gst_rtspsrc_send_dummy_packets),
768 (gst_rtspsrc_create_transports_string),
769 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
770 * gst/rtsp/gstrtspsrc.h:
771 Add property to configure NAT traversal method.
772 Ignore EOS from the internal sinks.
773 Implement sending dummy packets as a (simple) method to open up
775 Send PLAY request to the server after we started the udp sources.
778 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
780 Patch by: Yotam <sh dot yotam at gmail dot com>
782 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
783 Flush the remaining frames on EOS. Fixes #560641.
785 2008-11-12 Jan Schmidt <jan.schmidt@sun.com>
787 * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
788 Fix compiler warning about printf formatting.
790 2008-11-12 Andy Wingo <wingo@pobox.com>
792 * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
793 * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
794 segment events instead of sending them from the seeking thread.
796 (gst_qtdemux_push_pending_newsegment): New helper, sends out
797 queued newsegment events.
798 (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
799 call it here, as we only seek when looping, and only push in the
802 2008-11-11 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
804 * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
805 (qtdemux_tag_add_covr), (qtdemux_parse_udta):
806 * gst/qtdemux/qtdemux_fourcc.h:
807 * gst/qtdemux/qtdemux_types.c:
808 Add cover and alternative copyright tag, and enhance some existing
809 ones by marking them as container atoms.
811 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
813 * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
814 Don't ignore the return value of setcaps.
816 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
818 Patch by: Olivier Crete <tester at tester dot ca>
820 * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
821 (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
822 (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
823 * gst/rtp/gstrtpg729pay.h:
824 Replace G729 payloader with an improved version. Fixes #532409.
826 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
828 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
829 (gst_rtspsrc_change_state):
830 Only send one transport at a time for improved compatibility with some
831 broken servers. See #537832.
833 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
835 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
836 (gst_rtspsrc_perform_seek):
837 Only pause/play in the seek handler when the source was playing.
840 2008-11-11 Sebastian Dröge <slomo@circular-chaos.org>
842 * gst/matroska/matroska-mux.c:
843 (gst_matroska_mux_handle_dirac_packet):
844 Fix muxing of Dirac streams if the input already has the format
845 we need, i.e. is the output of matroskademux.
847 2008-11-11 Stefan Kost <ensonic@users.sf.net>
849 * gst/avi/gstavimux.c:
850 Don't segfault on string typed tags being NULL. Fixes #560155.
852 2008-11-10 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
854 * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
855 (gst_matroska_mux_audio_pad_setcaps):
856 Fix mapping AAC profile to Matroska codec id.
858 2008-11-10 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
860 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
861 (qtdemux_video_caps), (qtdemux_audio_caps):
862 Refactor some raw audio caps building, and handle >16-bit cases.
863 Fix/replace building caps from a string description.
865 2008-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
867 * gst/audiofx/audiowsincband.c:
868 * gst/audiofx/audiowsinclimit.c:
869 * gst/cutter/gstcutter.c:
870 Make author name consistent with others.
872 2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
874 Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
876 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
877 (gst_rtspsrc_stream_configure_udp_sink):
878 Pause the RTSP stream before doing a new play request.
879 Make sure that adding the udpsinks does not cause the rtspsrc to become
880 a sink. Fixes #559547.
882 2008-11-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
884 * gst/matroska/matroska-ids.h:
885 * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
886 (gst_matroska_mux_handle_dirac_packet),
887 (gst_matroska_mux_write_data):
888 Implement Dirac muxing into Matroska comforming to the spec, i.e.
889 put all Dirac packages up to a picture into a Matroska block.
891 TODO: Implement writing of the ReferenceBlock Matroska elements,
892 currently the Dirac muxing is only 100% correct if Matroska version 2
893 is selected for muxing.
895 2008-11-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
897 Patch by: Bastien Nocera <hadess at hadess dot net>,
898 Hans de Goede <jwrdegoede at fedoraproject dot org>
901 * sys/v4l2/Makefile.am:
902 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
903 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
904 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
905 (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
906 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
907 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
908 (gst_v4l2_get_input), (gst_v4l2_set_input):
909 * sys/v4l2/v4l2_calls.h:
910 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
911 (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
912 (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
913 (gst_v4l2src_fill_format_list),
914 (gst_v4l2src_probe_caps_for_format_and_size),
915 (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
916 (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
917 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
918 (gst_v4l2src_get_nearest_size):
919 Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
921 2008-11-04 Stefan Kost <ensonic@users.sf.net>
923 * ext/aalib/Makefile.am:
924 * ext/annodex/Makefile.am:
925 * ext/cairo/Makefile.am:
926 * ext/dv/Makefile.am:
927 * ext/esd/Makefile.am:
928 * ext/flac/Makefile.am:
929 * ext/gconf/Makefile.am:
930 * ext/gdk_pixbuf/Makefile.am:
931 * ext/hal/Makefile.am:
932 * ext/jpeg/Makefile.am:
933 * ext/ladspa/Makefile.am:
934 * ext/libcaca/Makefile.am:
935 * ext/libmng/Makefile.am:
936 * ext/libpng/Makefile.am:
937 * ext/mikmod/Makefile.am:
938 * ext/pulse/Makefile.am:
939 * ext/raw1394/Makefile.am:
940 * ext/shout2/Makefile.am:
941 * ext/soup/Makefile.am:
942 * ext/speex/Makefile.am:
943 * ext/taglib/Makefile.am:
944 * ext/wavpack/Makefile.am:
945 * gst/alpha/Makefile.am:
946 * gst/apetag/Makefile.am:
947 * gst/audiofx/Makefile.am:
948 * gst/auparse/Makefile.am:
949 * gst/autodetect/Makefile.am:
950 * gst/avi/Makefile.am:
951 * gst/cutter/Makefile.am:
952 * gst/debug/Makefile.am:
953 * gst/effectv/Makefile.am:
954 * gst/equalizer/Makefile.am:
955 * gst/flx/Makefile.am:
956 * gst/goom/Makefile.am:
957 * gst/goom2k1/Makefile.am:
958 * gst/icydemux/Makefile.am:
959 * gst/id3demux/Makefile.am:
960 * gst/interleave/Makefile.am:
961 * gst/law/Makefile.am:
962 * gst/level/Makefile.am:
963 * gst/matroska/Makefile.am:
964 * gst/median/Makefile.am:
965 * gst/monoscope/Makefile.am:
966 * gst/multifile/Makefile.am:
967 * gst/multipart/Makefile.am:
968 * gst/oldcore/Makefile.am:
969 * gst/qtdemux/Makefile.am:
970 * gst/replaygain/Makefile.am:
971 * gst/rtp/Makefile.am:
972 * gst/rtsp/Makefile.am:
973 * gst/smpte/Makefile.am:
974 * gst/spectrum/Makefile.am:
975 * gst/udp/Makefile.am:
976 * gst/videobox/Makefile.am:
977 * gst/videocrop/Makefile.am:
978 * gst/videofilter/Makefile.am:
979 * gst/videomixer/Makefile.am:
980 * gst/wavenc/Makefile.am:
981 * gst/wavparse/Makefile.am:
982 * sys/directdraw/Makefile.am:
983 * sys/directsound/Makefile.am:
984 * sys/oss/Makefile.am:
985 * sys/osxaudio/Makefile.am:
986 * sys/osxvideo/Makefile.am:
987 * sys/sunaudio/Makefile.am:
988 * sys/v4l2/Makefile.am:
989 * sys/waveform/Makefile.am:
990 * sys/ximage/Makefile.am:
991 Don't install static libs for plugins. Fixes #550851 for -good.
993 2008-10-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
995 * ext/flac/Makefile.am:
996 Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
997 This fixes compilation if FLAC is installed in an uncommon location
998 that is not already handled by other CFLAGS. Fixes bug #558711.
1000 2008-10-31 Wim Taymans <wim.taymans@collabora.co.uk>
1002 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
1003 Guard more uncommon formats with ifdefs so that we can compile on older
1006 2008-10-31 Wim Taymans <wim.taymans@collabora.co.uk>
1008 Patch by: Nick Haddad <nick at haddads dot net>
1010 * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
1011 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
1012 (gst_avi_demux_stream_data):
1013 Invert other uncompressed RGB formats. Fixes #558554.
1015 2008-10-30 Sebastian Dröge <slomo@circular-chaos.org>
1017 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
1018 (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
1019 * gst/wavenc/gstwavenc.h:
1020 Add support for float/double as input and remove the (nowadays)
1021 useless parsing of the depth as we require width==depth.
1023 2008-10-30 Wim Taymans <wim.taymans@collabora.co.uk>
1025 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
1026 * gst/rtp/gstrtpmpapay.c:
1027 Narrow down the caps of the mpeg audio pay/depayloaders to only accept
1028 mpeg version 1. Fixes #558427.
1030 2008-10-29 Wim Taymans <wim.taymans@collabora.co.uk>
1032 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
1033 (gst_rtp_L16_pay_getcaps):
1034 Only put an integral amount of samples in the RTP packet.
1037 2008-10-28 Wim Taymans <wim.taymans@collabora.co.uk>
1039 * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
1040 * gst/rtp/gstrtpchannels.h:
1041 Add method to get possible channel positions.
1043 2008-10-28 Wim Taymans <wim.taymans@collabora.co.uk>
1045 * gst/rtp/Makefile.am:
1046 Also commit updated makefile
1048 2008-10-28 Sebastian Dröge <slomo@circular-chaos.org>
1050 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1051 Don't allow width=32,depth=24 as input. WAV requires that the width
1052 is the next integer multiply of 8 from the depth.
1054 2008-10-28 Wim Taymans <wim.taymans@collabora.co.uk>
1056 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
1057 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
1058 (gst_rtp_L16_pay_getcaps):
1059 * gst/rtp/gstrtpchannels.c: (check_channels),
1060 (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
1061 (gst_rtp_channels_create_default):
1062 * gst/rtp/gstrtpchannels.h:
1063 Add mappings for multichannel support. Does not completely just work
1064 because the getcaps function does not yet return the allowed channel
1065 mappings. See #556641.
1067 2008-10-28 Stefan Kost <ensonic@users.sf.net>
1069 * gst/goom/Makefile.am:
1071 * gst/goom/config_param.c:
1072 * gst/goom/convolve_fx.c:
1073 * gst/goom/drawmethods.c:
1074 * gst/goom/drawmethods.h:
1075 * gst/goom/filters.c:
1076 * gst/goom/filters_mmx.s:
1077 * gst/goom/flying_stars_fx.c:
1079 * gst/goom/goom_config.h:
1080 * gst/goom/goom_config_param.h:
1081 * gst/goom/goom_core.c:
1082 * gst/goom/goom_filters.h:
1083 * gst/goom/goom_fx.h:
1084 * gst/goom/goom_graphic.h:
1085 * gst/goom/goom_plugin_info.h:
1086 * gst/goom/goom_tools.c:
1087 * gst/goom/goom_tools.h:
1088 * gst/goom/goom_typedefs.h:
1089 * gst/goom/goom_visual_fx.h:
1090 * gst/goom/graphic.c:
1095 * gst/goom/mathtools.c:
1096 * gst/goom/mathtools.h:
1098 * gst/goom/motif_goom1.h:
1099 * gst/goom/motif_goom2.h:
1100 * gst/goom/plugin_info.c:
1101 * gst/goom/ppc_drawings.h:
1102 * gst/goom/ppc_zoom_ultimate.h:
1103 * gst/goom/sound_tester.c:
1104 * gst/goom/sound_tester.h:
1105 * gst/goom/surf3d.c:
1106 * gst/goom/surf3d.h:
1107 * gst/goom/tentacle3d.c:
1108 * gst/goom/tentacle3d.h:
1112 Add license headers in all source files. Remove filter.c from
1113 EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
1114 which are not used right now. Fixes #557709.
1116 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
1118 Patch by: Olivier Crete <tester at tester dot ca>
1120 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
1121 (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
1122 Implement getcaps in rtpL16pay. Fixes #556484.
1124 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
1126 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
1127 (gst_rtp_L16_depay_process):
1128 Check if clock-rate and channels are valid.
1129 Don't ignore the return value of setcaps.
1130 No need to validate the buffer, the base class does that for us.
1131 Use the marker bit to set the DISCONT flag on outgoing buffers.
1133 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1134 Don't ignore the return value of set_outcaps.
1136 * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1137 (gst_rtp_ac3_depay_process):
1138 Don't ignore the return value of set_caps.
1139 No need to validate the buffer, the base class does that for us.
1141 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1142 (gst_rtp_amr_depay_process):
1143 * gst/rtp/gstrtpamrdepay.h:
1144 Don't ignore the return value of setcaps.
1145 No need to validate the buffer, the base class does that for us.
1146 No need to set output caps on the buffers, the base class does that for
1148 The subclass will make sure we are negotiated.
1150 * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1151 (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1152 * gst/rtp/gstrtpdvdepay.h:
1153 Clean up caps negotiation.
1154 The subclass will make sure we are negotiated.
1156 * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1157 (gst_rtp_g726_depay_process):
1158 Clean up caps negotiation.
1159 Use the marker bit to set the DISCONT flag on outgoing buffers.
1161 * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1162 (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1163 * gst/rtp/gstrtpg729depay.h:
1164 The subclass will make sure we are negotiated.
1165 Use the marker bit to set the DISCONT flag on outgoing buffers.
1167 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1168 (gst_rtp_gsm_depay_process):
1169 Clean up caps negotiation.
1170 Use the marker bit to set the DISCONT flag on outgoing buffers.
1172 * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1173 Clean up caps negotiation.
1174 Don't ignore the return value of set_outcaps.
1176 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1177 (gst_rtp_h263_depay_process):
1178 Clean up caps negotiation.
1179 No need to validate the buffer, the base class does that for us.
1181 * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1182 (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1183 * gst/rtp/gstrtph263pay.h:
1184 Don't ignore the return value of set_outcaps.
1185 Do some more timestamps.
1187 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1188 (gst_rtp_h263p_depay_process):
1189 Clean up caps negotiation.
1190 Don't ignore the return value of setcaps.
1191 No need to validate the buffer, the base class does that for us.
1193 * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1194 (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1195 (gst_rtp_h263p_pay_handle_buffer):
1196 * gst/rtp/gstrtph263ppay.h:
1197 Don't ignore the return value of set_outcaps.
1198 Do some more timestamps.
1200 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1201 (gst_rtp_h264_depay_process):
1202 Clean up caps negotiation.
1203 Don't ignore the return value of setcaps.
1204 Fix possible caps leak.
1205 No need to validate the buffer, the base class does that for us.
1207 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1208 Add some more debug info.
1210 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1211 (gst_rtp_ilbc_depay_process):
1212 Clean up caps negotiation.
1213 Use the marker bit to set the DISCONT flag on outgoing buffers.
1215 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1216 Clean up caps negotiation.
1218 * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1219 (gst_rtp_mp1s_depay_process):
1220 Clean up caps negotiation.
1221 Don't ignore the return value of setcaps.
1222 No need to validate the buffer, the base class does that for us.
1223 No need to set caps on buffers, subclass does that for us.
1225 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1226 (gst_rtp_mp2t_depay_process):
1227 Clean up caps negotiation.
1228 Don't ignore the return value of setcaps.
1229 No need to validate the buffer, the base class does that for us.
1230 No need to set caps on buffers, subclass does that for us.
1232 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1233 (gst_rtp_mp4a_depay_process):
1234 Clean up caps negotiation.
1235 Don't ignore the return value of setcaps.
1236 No need to validate the buffer, the base class does that for us.
1238 * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1239 (gst_rtp_mp4a_pay_setcaps):
1240 Don't ignore the return value of set_outcaps.
1242 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1243 (gst_rtp_mp4g_depay_process):
1244 Clean up caps negotiation.
1245 Don't ignore the return value of setcaps.
1246 No need to validate the buffer, the base class does that for us.
1247 No need to set caps on buffers, subclass does that for us.
1249 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1250 (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1251 Don't ignore the return value of set_outcaps.
1253 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1254 (gst_rtp_mp4v_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/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1261 (gst_rtp_mp4v_pay_setcaps):
1262 Don't ignore the return value of set_outcaps.
1264 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1265 (gst_rtp_mpa_depay_process):
1266 Clean up caps negotiation.
1267 Don't ignore the return value of setcaps.
1268 No need to validate the buffer, the base class does that for us.
1269 Use the marker bit to set the DISCONT flag on outgoing buffers.
1271 * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1272 Don't ignore the return value of set_outcaps.
1274 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1275 (gst_rtp_mpv_depay_process):
1276 Clean up caps negotiation.
1277 Actually set output caps.
1278 No need to validate the buffer, the base class does that for us.
1280 * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1281 Don't ignore the return value of set_outcaps.
1283 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1284 (gst_rtp_pcma_depay_process):
1285 Clean up caps negotiation.
1286 Set output buffer duration because we can.
1287 Use the marker bit to set the DISCONT flag on outgoing buffers.
1289 * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1290 Don't ignore the return value of set_outcaps.
1292 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1293 (gst_rtp_pcmu_depay_process):
1294 Clean up caps negotiation.
1295 Use the marker bit to set the DISCONT flag on outgoing buffers.
1297 * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1298 Don't ignore the return value of set_outcaps.
1300 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1301 (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1302 Clean up caps negotiation.
1303 Set output caps on the pad and header buffers.
1304 Set duration on output buffers because we can.
1306 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1307 Don't ignore the return value of set_outcaps.
1309 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1310 (gst_rtp_sv3v_depay_process):
1311 Clean up caps negotiation.
1312 No need to validate the buffer, the base class does that for us.
1313 No need to set caps out output buffers, subclass does that.
1315 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1316 (gst_rtp_theora_depay_process):
1317 Don't ignore the return value of setcaps.
1318 No need to validate the buffer, the base class does that for us.
1320 * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1321 (gst_rtp_theora_pay_flush_packet), (encode_base64),
1322 (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1323 (gst_rtp_theora_pay_handle_buffer):
1324 Don't ignore the return value of set_outcaps.
1326 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1327 (gst_rtp_vorbis_depay_process):
1328 Don't ignore the return value of setcaps.
1329 No need to validate the buffer, the base class does that for us.
1331 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1332 Don't ignore the return value of set_outcaps.
1334 * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1335 Clean up caps negotiation, don't ignore setcaps return.
1337 * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1338 Don't ignore the return value of set_outcaps.
1340 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
1342 * gst/matroska/matroska-demux.c:
1343 (gst_matroska_demux_handle_src_event):
1344 Forward unknown events upstream.
1346 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
1348 * tests/check/elements/icydemux.c: (icydemux_found_pad):
1349 Add some refcount check
1351 * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1352 Don't ignore the result of write(), fixes a compiler warning for me.
1354 * tests/icles/videobox-test.c: (main):
1355 Make the output a little more pretty.
1357 2008-10-27 Stefan Kost <ensonic@users.sf.net>
1362 2008-10-27 Stefan Kost <ensonic@users.sf.net>
1364 * docs/plugins/Makefile.am:
1365 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1366 * docs/plugins/gst-plugins-good-plugins-sections.txt:
1367 * docs/plugins/gst-plugins-good-plugins.args:
1368 * docs/plugins/gst-plugins-good-plugins.hierarchy:
1369 * docs/plugins/gst-plugins-good-plugins.interfaces:
1370 * docs/plugins/inspect/plugin-autodetect.xml:
1371 Add the docs of the new elements.
1373 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1375 * gst/autodetect/gstautoaudiosrc.c:
1376 (gst_auto_audio_src_class_init):
1377 * gst/autodetect/gstautovideosrc.c:
1378 (gst_auto_video_src_class_init):
1379 Fix "Since" tags in the documentation.
1381 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1383 Patch by: Sjoerd Simons <sjoerd at luon dot net>
1385 * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1386 (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1387 Add support for souphttpsrc to act as a live source. This makes it
1388 possible to get timestamped buffers in combination with the
1389 "do-timestamp" property. Fixes bug #556019.
1391 2008-10-27 Stefan Kost <ensonic@users.sf.net>
1393 * gst/autodetect/Makefile.am:
1394 * gst/autodetect/gstautoaudiosink.c:
1395 * gst/autodetect/gstautoaudiosrc.c:
1396 * gst/autodetect/gstautoaudiosrc.h:
1397 * gst/autodetect/gstautodetect.c:
1398 * gst/autodetect/gstautovideosink.c:
1399 * gst/autodetect/gstautovideosrc.c:
1400 * gst/autodetect/gstautovideosrc.h:
1401 Implement src plugins. Little code/string cleanup in the sinks.
1404 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1406 Patch by: Peter Kjellerstedt <pkj at axis com>
1408 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1409 (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1410 Fix a memory leak when pads are requested but the pipeline never
1413 Correctly remove request pads, no matter if they have collected
1418 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1420 Patch by: <lrn1986 at gmail dot com>
1422 * gst/udp/gstudpnetutils.h:
1423 Define the correct WINVER so getaddinfo() can be used when using
1424 mingw32. Fixes bug #557294.
1426 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1428 Patch by: <lrn1986 at gmail dot com>
1430 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1431 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1432 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1433 Fix "argument type mismatch" compiler warnings on Windows.
1436 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1438 * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1439 Don't calculate the filter coefficients for every single buffer
1440 but only when it's needed. Fixes bug #557260.
1442 2008-10-26 Jan Schmidt <jan.schmidt@sun.com>
1445 Back to development -> 0.10.11.1
1447 2008-10-25 Jan Schmidt <jan.schmidt@sun.com>
1449 * gst-plugins-good.doap:
1450 Fix version number of 0.10.11 release in doap file
1452 === release 0.10.11 ===
1454 2008-10-24 Jan Schmidt <jan.schmidt@sun.com>
1457 releasing 0.10.11, "Secondary Consideration"
1459 2008-10-24 Jan Schmidt <jan.schmidt@sun.com>
1462 Commit 0.10.10.4 pre-release
1464 2008-10-21 Jan Schmidt <jan.schmidt@sun.com>
1466 * gst/avi/gstavimux.c:
1467 Fix VPRP chunk setup in avimux.
1469 Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1471 2008-10-21 Jan Schmidt <jan.schmidt@sun.com>
1473 * gst/videobox/gstvideobox.c:
1474 support dynamically changing properties in videobox
1476 Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1478 2008-10-16 Jan Schmidt <jan.schmidt@sun.com>
1481 0.10.10.3 pre-release
1483 2008-10-16 Jan Schmidt <jan.schmidt@sun.com>
1485 * tests/check/Makefile.am:
1486 Don't run the states test on pulsesrc and pulsesink
1488 2008-10-16 Jan Schmidt <jan.schmidt@sun.com>
1491 Commit 0.10.10.2 pre-release bump that actually went
1494 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
1496 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1497 Skip entries for streams that don't have a output pad yet, thereby
1498 avoiding calling pad functions with a NULL pad.
1501 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
1503 * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1504 * tests/check/elements/icydemux.c: (icydemux_found_pad):
1505 Remove problematic and useless refcount check.
1508 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
1510 * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1511 Remove problematic and useless refcount check.
1514 2008-10-10 Jan Schmidt <jan.schmidt@sun.com>
1516 * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1517 * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1518 Cast some size_t arguments to guint to avoid compiler
1519 warnings on 64-bit systems.
1521 2008-10-09 Wim Taymans <wim.taymans@collabora.co.uk>
1523 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1524 Return TRUE instead of FALSE from the event handler when we swallowed the
1527 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1529 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1530 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1531 Reset header state. Fixes #555321.
1533 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1535 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1536 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1537 * gst/avi/gstavidemux.h:
1538 For timestamping audio packets we need to take into account the
1539 amount of blocks in one entry using the blockalign. Fixes some sync
1540 issues with zero-padded audio blocks in the beginning of avi files.
1542 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1544 * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1545 (gst_multi_file_src_query):
1546 Implement DEFAULT and BUFFER position queries. See #555260.
1548 2008-10-08 Edward Hervey <edward.hervey@collabora.co.uk>
1550 * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1551 Fix build for systems that don't have XDamage.
1553 2008-10-07 Wim Taymans <wim.taymans@collabora.co.uk>
1555 * tests/examples/rtp/client-H263p.sdp:
1556 * tests/examples/rtp/client-H263p.sh:
1557 * tests/examples/rtp/server-VTS-H263p.sh:
1558 Add some more H263p server and client examples.
1560 2008-10-03 Tim-Philipp Müller <tim.muller at collabora co uk>
1563 Depend on released versions of core and base.
1565 2008-10-03 Wim Taymans <wim.taymans@collabora.co.uk>
1567 * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1568 * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1569 Return -1 instead of 0 in error cases. Fixes #554771.
1571 2008-10-03 Wim Taymans <wim.taymans@collabora.co.uk>
1573 * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1574 (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1575 Stop leaking the cursor image.
1576 Unref the last_ximage and the cached cursor image on shutdown.
1579 2008-10-03 Wim Taymans <wim.taymans@collabora.co.uk>
1581 * sys/v4l2/gstv4l2object.h:
1582 Getting the Class from an instance is not just a matter of casting it to
1583 the class struct but it involves calling G_OBJECT_GET_CLASS on the
1584 instance. Fixes #549784.
1586 2008-10-01 Michael Smith <msmith@songbirdnest.com>
1589 Fix libs for linking directsound.
1590 * sys/directsound/gstdirectsoundsink.c:
1591 Fix buffer sizing to prevent racing the ringbuffer at startup.
1592 Add volume property.
1594 2008-09-27 Jan Schmidt <jan.schmidt@sun.com>
1596 * ext/pulse/pulsesink.c:
1597 Fix problems with pulsesink randomly erroring with code 'OK' after a
1598 format change on the stream by waiting when disconnecting the stream.
1600 2008-09-26 Wim Taymans <wim.taymans@collabora.co.uk>
1602 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1603 (gst_rtp_amr_depay_process):
1604 Mark DISCONT on output buffers when the marker bit signals a new talk
1607 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1608 Set the marker bit for buffers with a DISCONT flag to signal a talk
1611 2008-09-26 Wim Taymans <wim.taymans@collabora.co.uk>
1613 * gst/rtp/Makefile.am:
1614 * gst/rtp/gstrtp.c: (plugin_init):
1615 * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1616 (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1617 (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1618 (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1619 (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1620 (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1621 * gst/rtp/gstrtpmp4apay.h:
1622 Added MP4A-LATM payloader to match the depayloader.
1624 2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
1626 * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1627 (gst_videomixer_sink_event):
1628 Handle segments a little better. Fixes #537361.
1630 2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
1632 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1633 Don't assume the server supports PAUSE by default. Fixes #551048.
1635 2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
1637 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1638 (gst_udpsrc_set_uri), (gst_udpsrc_start):
1639 Switch on the socket family to get the addrlen size right.
1641 2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
1643 Patch by: Daniel Franke <df at dfranke dot us>
1645 * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1646 OS X's bind() implementation is picky about its addrlen parameter and
1647 fails with EINVAL if it is larger than expected for the socket's address
1648 family. Set the length to the expected length instead. Fixes #553191.
1650 2008-09-23 Wim Taymans <wim.taymans@collabora.co.uk>
1652 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1653 Handle the case where we cannot do desribe or when the describe result
1654 does not contain a valid SDP message.
1656 2008-09-23 Wim Taymans <wim.taymans@collabora.co.uk>
1658 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1659 Fix setting the qos.
1661 2008-09-17 Edward Hervey <edward.hervey@collabora.co.uk>
1663 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1664 (gst_qtdemux_chain):
1665 Some 'broken' files out there have atom lengths of zero...
1666 which basically results in qtdemux consuming that atom again and again
1667 until the *end of night* !
1668 Detect that and emits an adequate element error message.
1670 2008-09-17 Jan Schmidt <jan.schmidt@sun.com>
1672 * gst/interleave/Makefile.am:
1673 * gst/matroska/Makefile.am:
1674 Fix build flags order.
1676 * tests/check/elements/audioamplify.c: (GST_START_TEST):
1677 * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1678 * tests/check/elements/audioinvert.c: (GST_START_TEST):
1679 * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1682 * tests/check/elements/multifile.c:
1685 2008-09-15 Wim Taymans <wim.taymans@collabora.co.uk>
1687 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1688 (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1689 (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1690 (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1691 (gst_rtp_mp4g_depay_change_state):
1692 * gst/rtp/gstrtpmp4gdepay.h:
1693 Handle interleaved streams by reordering AU in a queue.
1695 2008-09-15 Wim Taymans <wim.taymans@collabora.co.uk>
1697 * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1698 (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1699 Change some of the ranges in the caps, mostly for the amount of bits we
1701 Added a little bitstream parse and use it to parse the AU header fields.
1702 Check for malformed and wrongly sized packets better.
1703 Implement more header field parsing.
1704 Handle the size of fragmented packets correctly.
1706 2008-09-14 Edward Hervey <edward.hervey@collabora.co.uk>
1708 Patch by: Jonathan Matthew <notverysmart@gmail.com>
1709 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1710 Add mapping for 'tiff' => image/tiff
1713 2008-09-11 Tim-Philipp Müller <tim.muller at collabora co uk>
1716 * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1717 * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1718 Pretend to care about the result of write() which works around
1721 2008-09-04 Tim-Philipp Müller <tim.muller at collabora co uk>
1723 * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1724 Make sure the desired default values are actually set, not only
1725 registered as defaults (actual problem is that the stereo-specific
1726 values are only updated if channels==2, which is not the case yet
1727 when the object is created, so the default values for the
1728 mid-side-stereo and loose-mid-side-stereo settings are never
1729 set in _update_quality()). Makes flacenc create smaller files by
1730 default (for stereo input), and fixes #550791.
1732 2008-09-03 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1734 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1735 (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1736 (qtdemux_parse_trak), (qtdemux_video_caps):
1737 * gst/qtdemux/qtdemux.h:
1738 * gst/qtdemux/qtdemux_fourcc.h:
1739 * gst/qtdemux/qtdemux_types.c:
1740 Add support for video/mj2 mime-type and its additional atoms/boxes.
1743 2008-09-03 Stefan Kost <ensonic@users.sf.net>
1745 * gst/debug/gsttaginject.c:
1746 Add warning when tags parameter is unparsable and give example for
1747 quoting in the docs.
1749 2008-09-02 Wim Taymans <wim.taymans@collabora.co.uk>
1751 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1752 Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1753 Add some alternative byteswapped mappings that seem to pop up sometimes.
1756 2008-09-02 Tim-Philipp Müller <tim.muller at collabora co uk>
1761 Add 'ca' to LINGUAS; add some more files with translations and some
1762 files which should be ignored by translation tools.
1764 2008-09-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1766 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1767 * ext/speex/gstspeexdec.h:
1768 * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1769 * ext/speex/gstspeexenc.h:
1770 Use integer encoding and decoding functions instead of converting
1771 the integer input to float in the element. The libspeex integer
1772 functions are doing this for us already or, if libspeex was compiled
1773 in integer mode, they're doing everything using integer arithmetics.
1774 Also saves some copying around.
1776 2008-09-01 Tim-Philipp Müller <tim.muller at collabora co uk>
1779 Fix --disable-external
1781 2008-08-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1783 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1784 (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1785 * ext/wavpack/gstwavpackenc.h:
1786 Handle non-zero start timestamps and stream discontinuities
1787 correctly. This only has an effect if we're muxing into
1788 a container format as the raw WavPack stream must contain
1789 continous sample numbers.
1791 2008-08-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1793 * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1794 Correct the timestamp and granulepos calculation by one Speex
1797 2008-08-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1799 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1800 Correctly take the granulepos from upstream if possible and
1801 correctly handle the granulepos in various calculations: the
1802 granulepos is the sample number of the _last_ sample in a frame, not
1805 * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1806 (gst_speex_enc_encode), (gst_speex_enc_chain),
1807 (gst_speex_enc_change_state):
1808 * ext/speex/gstspeexenc.h:
1809 Handle non-zero start timestamps in the encoder and detect/handle
1810 stream discontinuities. Fixes bug #547075.
1812 2008-08-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1814 Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1816 * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1817 Fix compiler warnings caused by passing a string as format string
1818 instead of "%s" and then the string. This is only exposed by -Wformat=2
1819 as used by default on Ubuntu. Fixes bug #550015.
1821 2008-08-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1823 * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1824 * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1825 * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1826 * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1827 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1828 (gst_ebml_read_element_length):
1829 * gst/matroska/matroska-demux.c:
1830 (gst_matroska_demux_check_subtitle_buffer):
1831 Make stuff compile with GST_DISABLE_GST_DEBUG.
1833 2008-08-28 Michael Smith <msmith@songbirdnest.com>
1837 Ref caps before passing to gst_pad_template_new(), since that takes
1840 2008-08-28 Wim Taymans <wim.taymans@collabora.co.uk>
1842 Patch by: Mersad Jelacic <mersad at axis dot com>
1844 * gst/multipart/multipartdemux.c:
1845 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1846 Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1847 demuxer. Fixes #549551.
1849 2008-08-27 Edward Hervey <edward.hervey@collabora.co.uk>
1851 * sys/osxaudio/gstosxaudiosink.c:
1852 (gst_osx_audio_sink_select_device):
1853 * sys/osxaudio/gstosxaudiosrc.c:
1854 (gst_osx_audio_src_create_ringbuffer),
1855 (gst_osx_audio_src_select_device):
1856 * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1857 Fix the build on macosx.
1859 2008-08-27 Tim-Philipp Müller <tim.muller at collabora co uk>
1861 * gst/icydemux/gsticydemux.c:
1862 Small docs fix: in the example pipeline, we need to pass
1863 iradio-mode=true to the source, so the server actually sends
1866 2008-08-26 Michael Smith <msmith@songbirdnest.com>
1868 * sys/osxaudio/gstosxaudio.c:
1869 Oops. Revert more completely.
1871 2008-08-26 Michael Smith <msmith@songbirdnest.com>
1873 * sys/osxaudio/gstosxaudio.c:
1874 Revert accidental element rename from testing.
1876 2008-08-27 Jan Schmidt <jan.schmidt@sun.com>
1878 * gst-plugins-good.doap:
1879 Pull in 0.10.10 doap entry from release branch
1881 2008-08-27 Jan Schmidt <jan.schmidt@sun.com>
1884 Update version number to reflect 0.10.10 release from
1887 2008-08-26 Michael Smith <msmith@songbirdnest.com>
1889 * sys/osxaudio/Makefile.am:
1890 * sys/osxaudio/gstosxaudio.c:
1891 * sys/osxaudio/gstosxaudiosink.c:
1892 * sys/osxaudio/gstosxaudiosink.h:
1893 * sys/osxaudio/gstosxaudiosrc.c:
1894 * sys/osxaudio/gstosxaudiosrc.h:
1895 * sys/osxaudio/gstosxringbuffer.c:
1896 * sys/osxaudio/gstosxringbuffer.h:
1897 Rewrite caps setting and ring buffer initialisation.
1898 Previously we never told CoreAudio what format we were going to send it,
1899 so it only worked due to luck, and not at all on some hardware.
1900 Now we explicitly advertise what formats the hardware supports, and then
1901 configure the selected one correctly.
1903 2008-08-26 Stefan Kost <ensonic@users.sf.net>
1905 * sys/v4l2/gstv4l2object.c:
1906 * sys/v4l2/gstv4l2src.c:
1907 * sys/v4l2/gstv4l2src.h:
1908 * sys/v4l2/v4l2_calls.c:
1909 * sys/v4l2/v4l2src_calls.c:
1910 Fix memory leaks. Small code cleanups : No need for empty _init(). No
1911 need to memset instance structures. Some more FIXME's and comments.
1913 2008-08-26 Stefan Kost <ensonic@users.sf.net>
1915 * tests/icles/.cvsignore:
1918 2008-08-26 Stefan Kost <ensonic@users.sf.net>
1920 * gst/goom/.cvsignore:
1921 * gst/goom2k1/.cvsignore:
1924 2008-08-26 Stefan Kost <ensonic@users.sf.net>
1926 * ext/cairo/gsttextoverlay.c:
1927 Fix compiler warning.
1929 2008-08-25 David Schleef <ds@schleef.org>
1931 * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1933 2008-08-25 Edward Hervey <edward.hervey@collabora.co.uk>
1935 * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1936 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1937 * gst/matroska/matroska-mux.c:
1938 (gst_matroska_mux_video_pad_setcaps),
1939 (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1940 Add Real[Audio|Video] support to Matroska containers.
1942 * decoding real audio/video streams contained in mkv
1943 * 'transmuxing' real (.rm) files into .mkv files
1944 It will not work though for encoding real[audio/video] streams that
1945 don't contain the 'mdpr_data' extra data on the caps.
1946 The reason why this will not work is because I never intended to
1947 duplicate virtually all the 'mdpr' block creation into mkvmux.
1950 2008-08-25 Wim Taymans <wim.taymans@collabora.co.uk>
1952 * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1953 * gst/law/mulaw-conversion.c:
1954 * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1955 (gst_mulawenc_chain):
1956 The encoder can't really renegotiate at the time they perform a
1957 pad-alloc so make the srcpads use fixed caps.
1958 Check the buffer size after a pad-alloc because the returned size might
1959 not be right when the downstream element does not know the size of the
1960 new buffer (capsfilter). Fixes #549073.
1962 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1964 Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1966 * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1967 v4l2src doesn't have a property named "norm" so don't try to notify
1968 about changes to that property. The "norm" property and related
1969 code are commented out currently. Fixes bug #549090.
1971 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1973 Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1975 * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1976 Reprobe devices again instead of taking a cached list as new
1977 devices could've been plugged in. Fixes bug #549062.
1979 2008-08-22 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1981 * gst/autodetect/Makefile.am:
1982 Don't link the autodetect plugin with GConf as it doesn't
1983 use GConf. Fixes bug #545463.
1985 2008-08-22 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1987 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1988 (gst_ebml_read_element_length), (gst_ebml_read_uint),
1989 (gst_ebml_read_sint), (gst_ebml_read_float),
1990 (gst_ebml_read_header):
1991 Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1992 possible to ignore errors and not post any ERROR messages on
1995 * gst/matroska/matroska-demux.c:
1996 (gst_matroska_demux_parse_contents):
1997 Ignore any errors and not just EOS when parsing the contents of
1998 a SeekHead. Errors here are usually caused by truncated files
1999 and playback of the file works fine. Fixes playback of the
2000 audio_only_chapter_seekbroken.mka file from the MPlayer samples
2003 2008-08-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2005 * gst/multipart/multipartdemux.c:
2006 * gst/multipart/multipartmux.c:
2007 Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
2009 2008-08-21 Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
2011 * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
2012 gst_directdraw_sink_bufferpool_clear):
2013 Fix two more buffer ref leaks.
2015 2008-08-21 Tim-Philipp Müller <tim.muller at collabora co uk>
2017 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
2019 * sys/directdraw/gstdirectdrawsink.c:
2020 (gst_directdraw_sink_show_frame):
2021 Fix buffer ref leak.
2023 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2025 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2026 Revert the last commit. wavenc still supports width!=depth for 32 bit
2029 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2031 * gst/matroska/matroska-demux.c:
2032 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2033 If the duration of a block is unknown only use the timestamp for the
2034 first lace and use GST_CLOCK_TIME_NONE as duration for the following
2035 laces. Otherwise every lace has the same timestamp which leads to
2036 various problems. Really fixes bug #548831.
2038 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2040 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2041 If we're not allowing width!=depth in wavenc we should also disable
2042 the code that was added to support width!=depth.
2044 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2046 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2047 Don't calculate the default duration of a frame from the audio sampling
2048 rate. This only works for raw audio if every frame contains a single
2049 sample and results in broken buffer durations for other formats
2050 if no specified default duration is given or the blocks have no
2051 duration. Fixes bug #548831.
2053 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2055 * gst/matroska/matroska-demux.c:
2056 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2057 Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
2058 are used for text/plain subtitles as a gap-filler in some files.
2060 2008-08-21 Wim Taymans <wim.taymans@collabora.co.uk>
2062 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2063 (gst_v4l2_get_caps_info):
2064 Add S910 and PWC formats with a low priority.
2066 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
2067 (gst_v4l2src_probe_caps_for_format):
2070 2008-08-20 Tim-Philipp Müller <tim at collabora co uk>
2072 * ext/flac/gstflacenc.c:
2073 Fix compilation against older libflac versions.
2075 2008-08-20 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2077 * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
2078 (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
2079 * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2080 (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
2081 (gst_pulsemixer_ctrl_set_volume):
2082 * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
2083 * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
2084 * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2085 (gst_pulsesink_init), (gst_pulsesink_open),
2086 (gst_pulsesink_prepare), (gst_pulsesink_write),
2087 (gst_pulsesink_delay), (gst_pulsesink_reset):
2088 * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2089 (gst_pulsesrc_init):
2090 Use GST_BOILERPLATE everywhere and fix coding style at some places.
2091 Fix a locking issue in pulsesink's prepare function.
2093 * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
2094 Check if the created channel layout is valid for GStreamer.
2096 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
2098 * gst/rtsp/gstrtspgoogle.c:
2099 Things that can happen when your brain is in google mode trying to
2100 deal with their google rtsp server extensions and trying to type your
2101 google mail account.
2103 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
2105 * gst/rtsp/Makefile.am:
2106 * gst/rtsp/gstrtsp.c: (plugin_init):
2107 * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
2108 (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
2109 (_do_init), (gst_rtsp_google_base_init),
2110 (gst_rtsp_google_class_init), (gst_rtsp_google_init),
2111 (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
2112 (gst_rtsp_google_extension_init):
2113 * gst/rtsp/gstrtspgoogle.h:
2114 Add google RTSP extension, it can only handle udp and responds with
2115 unsupported if we do anything else. Fixes #546465.
2117 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
2118 (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
2119 (gst_rtspsrc_create_transports_string),
2120 (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2121 (gst_rtspsrc_close), (gst_rtspsrc_pause):
2122 Make transport setup code a bit better using GString.
2123 Add some more debug.
2124 Check for closed connections before doing anything on them.
2126 2008-08-20 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2128 * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2129 (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2130 (gst_pulsesrc_prepare):
2131 * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2132 (gst_pulse_channel_map_to_gst):
2133 * ext/pulse/pulseutil.h:
2134 If downstream provides no channel layout and >2 channels should be
2135 used use the default layout that pulseaudio chooses and also
2136 add this layout to the caps. Fixes bug #547258.
2138 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
2140 Patch by: Peter Kjellerstedt <pkj at axis com>
2142 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2143 (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2144 (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2145 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2146 (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2147 * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2148 (gst_udpsrc_set_property):
2149 Avoid leaking internally allocated file descriptors when setting
2150 custom file descriptors. Fixes #543101.
2152 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
2154 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2155 Don't try to configure RTCP back to the server when the server did not
2156 give us a valid port number.
2158 2008-08-20 Wim Taymans <wim.taymans@collabora.co.uk>
2160 * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2161 Use new basetransform method to renegotiate. Fixes #544956.
2163 * tests/icles/Makefile.am:
2164 * tests/icles/videobox-test.c: (make_pipeline), (main):
2165 Add videobox renegotiation example.
2167 2008-08-19 David Schleef <ds@schleef.org>
2169 * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2170 with sane values. Fixes #548530.
2172 2008-08-18 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2174 * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2175 * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2176 The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2177 are already filled with the correct values by
2178 gst_ring_buffer_parse_caps() so there's no need to set them again
2181 2008-08-16 Edward Hervey <edward.hervey@collabora.co.uk>
2183 * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2184 (gst_avi_demux_read_subindexes_push):
2185 Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2186 and instead of using the 'ix##' nomenclature, use '##ix'.
2187 They're still valid though, this fixes the duration and indexes for
2188 virtually all the ODML files I have.
2190 2008-08-15 Wim Taymans <wim.taymans@collabora.co.uk>
2192 Patch by: Olivier Crete <tester at tester dot ca>
2194 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2195 (gst_rtp_vorbis_depay_process):
2196 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2197 Update the vorbis RTP pay/depay to RFC 5215.
2200 2008-08-14 David Schleef <ds@schleef.org>
2202 * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2203 with 3:2 pulldown, i.e., 24p.
2205 2008-08-14 Wim Taymans <wim.taymans@collabora.co.uk>
2207 * tests/check/elements/level.c: (GST_START_TEST):
2208 Fix compilation some more.
2210 2008-08-14 Tim-Philipp Müller <tim.muller at collabora co uk>
2213 Require -base CVS for wavparse acid chunk parsing.
2215 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2217 * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2218 (gst_pulsesink_init), (gst_pulsesink_finalize),
2219 (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2220 (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2221 (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2222 * ext/pulse/pulsesink.h:
2223 Add "device-name" property to pulsesink too and currently commented
2224 out and not working support for a "volume" property.
2226 2008-08-13 Thijs Vermeir <thijsvermeir@gmail.com>
2229 Remove more cdio stuff (moved to ugly)
2231 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2233 Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2235 * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2236 (gst_pulsesrc_get_property):
2237 Add "device-name" property, which provides a human readable string
2238 for the audio device, to make it more consisten with other audio
2239 sources. Fixes bug #547519.
2241 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2243 * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2244 * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2245 (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2246 (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2247 * ext/pulse/pulsemixerctrl.h:
2248 * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2249 (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2250 (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2251 (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2252 * ext/pulse/pulseprobe.h:
2253 * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2254 * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2255 (gst_pulsesrc_change_state):
2256 Improve debugging a bit by including the parent object in pulsemixerctrl
2257 and pulseprobe objects and using GST_WARNING_OBJECT instead of
2260 Use the parent GObject subclass instead of a random struct as GObject
2261 parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2262 when probing for another property than "device".
2264 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2266 Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2268 * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2269 Fix property probing after the device property is set by calling
2270 set_server when the server property changes. Fixes bug #547518.
2272 2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2274 Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2276 * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2277 (gst_pulsesink_implements_interface_init),
2278 (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2279 (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2280 (gst_pulsesink_get_type):
2281 * ext/pulse/pulsesink.h:
2282 * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2283 (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2284 (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2285 * ext/pulse/pulsesrc.h:
2286 Implement GstPropertyProbe interface on pulsesink for detecting
2287 sink devices and on pulsesrc for detecting source devices.
2288 Fixes bugs #547227 and #547217.
2290 2008-08-13 Stefan Kost <ensonic@users.sf.net>
2292 * gst/spectrum/gstspectrum.c:
2293 Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2295 2008-08-13 Edward Hervey <edward.hervey@collabora.co.uk>
2297 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2298 Properly set the maximum latency value, in the same way it is done in
2300 * sys/v4l2/v4l2src_calls.c:
2301 Simplify fraction equality check, no need to use GValues for this.
2303 2008-08-12 Edward Hervey <edward.hervey@collabora.co.uk>
2305 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2306 Add warning messages stating exactly why the latency query failed.
2307 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2308 In some cases, the negotiated framerate might be the default one which
2309 is already set internally. But we still need to mark it down in fps_n
2310 and fps_d so that the latency query can happen properly.
2312 2008-08-12 Edward Hervey <edward.hervey@collabora.co.uk>
2314 * docs/plugins/inspect/plugin-1394.xml:
2315 Whoops, forgot one doc file for people who can't/don't build the
2318 2008-08-12 Jan Schmidt <jan.schmidt@sun.com>
2320 * docs/plugins/Makefile.am:
2321 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2322 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2323 * docs/plugins/inspect/plugin-cdio.xml:
2325 * ext/cdio/Makefile.am:
2326 * ext/cdio/gstcdio.c:
2327 * ext/cdio/gstcdio.h:
2328 * ext/cdio/gstcdiocddasrc.c:
2329 * ext/cdio/gstcdiocddasrc.h:
2331 Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2332 CDDA source to -ugly.
2337 Pull in new translation from 0.10.9.2 release branch.
2339 2008-08-11 Edward Hervey <edward.hervey@collabora.co.uk>
2341 * docs/plugins/Makefile.am:
2342 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2343 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2344 * docs/plugins/gst-plugins-good-plugins.args:
2345 * docs/plugins/gst-plugins-good-plugins.hierarchy:
2346 * docs/plugins/gst-plugins-good-plugins.interfaces:
2347 Integrate documentation for new hdv1394src element.
2349 2008-08-11 Edward Hervey <edward.hervey@collabora.co.uk>
2351 * ext/raw1394/Makefile.am:
2352 * ext/raw1394/gst1394.c: (plugin_init):
2353 * ext/raw1394/gsthdv1394src.c: (_do_init),
2354 (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2355 (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2356 (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2357 (gst_hdv1394src_from_raw1394handle),
2358 (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2359 (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2360 (gst_hdv1394src_start), (gst_hdv1394src_stop),
2361 (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2362 (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2363 (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2364 (gst_hdv1394src_uri_handler_init):
2365 * ext/raw1394/gsthdv1394src.h:
2366 mpeg2-ts (HDV) variant of firewire capture element.
2369 2008-08-11 Edward Hervey <edward.hervey@collabora.co.uk>
2371 * gst/level/gstlevel.c: (gst_level_message_new):
2372 Fix compilation (also known as the classic 'fix code that someone
2373 committed without compiling it first').
2375 2008-08-10 Stefan Kost <ensonic@users.sf.net>
2377 * tests/check/elements/level.c:
2378 Add a test for level in stereo mode.
2380 2008-08-10 Stefan Kost <ensonic@users.sf.net>
2382 * tests/examples/spectrum/demo-audiotest.c:
2383 * tests/examples/spectrum/demo-osssrc.c:
2384 Demo how to draw analyzer results synced to the clock.
2386 2008-08-10 Stefan Kost <ensonic@users.sf.net>
2388 * gst/level/gstlevel.c:
2389 Little renaming (l -> level).
2391 * gst/spectrum/gstspectrum.c:
2392 * gst/spectrum/gstspectrum.h:
2393 Also send full timestamp/duration details here.
2395 2008-08-10 Stefan Kost <ensonic@users.sf.net>
2397 * gst/level/gstlevel.c:
2398 * gst/level/gstlevel.h:
2399 Send same timestamp/duration details as videoanalysis. This gives
2400 applications better chance to sync analysis results with playback.
2402 2008-08-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2404 * gst/matroska/matroska-mux.c:
2405 (gst_matroska_mux_handle_sink_event),
2406 (flac_streamheader_to_codecdata):
2407 We need to drop one additional buffer for FLAC as the fLaC
2408 marker and STREAMINFO block are merged into one buffer in the caps.
2410 Also don't pretend to support NEWSEGMENT events, otherwise we
2411 will most probably write some invalid data.
2413 2008-08-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2415 * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2416 (gst_matroska_mux_audio_pad_setcaps):
2417 Add support for muxing FLAC into Matroska containers.
2420 2008-08-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2422 * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2423 Actually provide the variables required for the format string.
2425 2008-08-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2427 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2428 (gst_matroska_demux_element_send_event),
2429 (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2430 * gst/matroska/matroska-demux.h:
2431 Close the current segment if we're doing a non-flushing seek and send
2432 the close-segment and the new segment of the seek from the streaming
2435 2008-08-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2437 * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2438 (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2439 (gst_flac_enc_change_state):
2440 * ext/flac/gstflacenc.h:
2441 Handle non-zero start timestamps correctly, mark header packets as
2442 IN_CAPS and print a warning and suggest using audiorate if stream
2443 discontinuities are detected. When FLAC supports flushing the encoder
2444 somehow this should be done for discontinuities instead.
2446 Remove some unused variables from the instance struct.
2448 2008-08-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2450 * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2451 If seeking failed return the appropiate return value to FLAC.
2452 Otherwise it thinks seeking was successfull and tries to rewrite
2453 parts of the headers which then get appended to the output.
2455 2008-08-07 Tim-Philipp Müller <tim.muller at collabora co uk>
2457 Patch by: Frederic Crozat <fcrozat@mandriva.org>
2459 * ext/esd/gstesd.c: (plugin_init):
2460 * ext/flac/gstflac.c: (plugin_init):
2461 * ext/shout2/gstshout2.c: (plugin_init):
2462 * ext/wavpack/gstwavpack.c: (plugin_init):
2463 * sys/oss/gstossaudio.c: (plugin_init):
2464 * sys/v4l2/gstv4l2.c: (plugin_init):
2465 Make sure gettext returns translations in UTF-8 encoding rather
2466 than in the current locale encoding (#546822).
2468 2008-08-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2470 * ext/flac/gstflacdec.c:
2471 Add FIXME for 0.11 to simply output everything with width=32 as given
2472 by FLAC and let audioconvert handle the conversions instead of doing
2475 2008-08-07 Jan Schmidt <Jan.Schmidt@sun.com>
2477 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2478 When outputting a pad template range for the size, include a framerate
2479 range too, to avoid 'not a real subset of template caps' errors.
2481 2008-08-06 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2483 Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2485 * ext/flac/Makefile.am:
2486 * ext/flac/gstflac.c: (plugin_init):
2487 * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2488 (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2489 (gst_flac_tag_dispose), (gst_flac_tag_init),
2490 (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2491 (gst_flac_tag_change_state):
2492 * ext/flac/gstflactag.h:
2493 Port flactag to 0.10, add documentation for it and clean it up a bit.
2496 * docs/plugins/Makefile.am:
2497 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2498 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2499 * docs/plugins/gst-plugins-good-plugins.hierarchy:
2500 * docs/plugins/gst-plugins-good-plugins.interfaces:
2501 * docs/plugins/gst-plugins-good-plugins.prerequisites:
2502 * docs/plugins/inspect/plugin-flac.xml:
2503 * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2504 * ext/flac/gstflacdec.h:
2505 * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2506 * ext/flac/gstflacenc.h:
2507 Add flactag and flacenc to the documentation and mark
2508 the private parts of the flacdec instance structure as private.
2510 Also use gst_element_class_set_details_simple() in flacdec and
2513 2008-08-06 Stefan Kost <ensonic@users.sf.net>
2515 * gst/qtdemux/qtdemux.c:
2516 Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2517 for it but ffmpeg does not.
2519 2008-08-05 Stefan Kost <ensonic@users.sf.net>
2521 * gst/wavparse/gstwavparse.c:
2522 Handle the list chunk and use gst_riff_parse_info() to parse the info
2525 2008-08-05 Stefan Kost <ensonic@users.sf.net>
2527 * gst/wavparse/gstwavparse.c:
2528 Handle the acid chunk and send tempo as part of tags. Other fields are
2529 interesting too, but need more tag-definitions. Fixes #545433.
2531 2008-08-05 Stefan Kost <ensonic@users.sf.net>
2533 * gst/wavparse/gstwavparse.c:
2534 Refactor wavparse. Call _reset() from dispose() and move old code from
2535 dispose into reset. This way we don't leak taglists when we abort
2536 parsing. Fix some comments. Move code for skipping a chunk into extra
2537 function. Replace chunk sizes with a const to ease readability.
2539 2008-08-05 Wim Taymans <wim.taymans@collabora.co.uk>
2541 Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2543 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2544 Improve udp port setup. Fixes #545710.
2546 2008-08-05 Wim Taymans <wim.taymans@collabora.co.uk>
2548 * gst/rtp/Makefile.am:
2549 * gst/rtp/gstrtp.c: (plugin_init):
2550 * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2551 (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2552 (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2553 (gst_rtp_mp1s_depay_set_property),
2554 (gst_rtp_mp1s_depay_get_property),
2555 (gst_rtp_mp1s_depay_change_state),
2556 (gst_rtp_mp1s_depay_plugin_init):
2557 * gst/rtp/gstrtpmp1sdepay.h:
2558 Add MP1S depayloader.
2561 Some more sample rtsp streams.
2563 2008-08-05 Wim Taymans <wim.taymans@collabora.co.uk>
2568 * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2569 * tests/check/elements/rglimiter.c: (GST_START_TEST):
2570 Add some more debug info.
2572 2008-08-04 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
2574 * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2575 Provide cbSize field for audio extra_data size, and take care to
2578 2008-08-04 Stefan Kost <ensonic@users.sf.net>
2580 * gst/qtdemux/qtdemux.c:
2581 Return the result of gst_pad_{start,stop}_task instead of hard-coded
2584 2008-08-04 Stefan Kost <ensonic@users.sf.net>
2586 * gst/qtdemux/qtdemux.c:
2587 * gst/qtdemux/qtdemux_fourcc.h:
2588 Add keyword tag support. Fixes #520694 for qtdemux.
2590 2008-08-04 Stefan Kost <ensonic@users.sf.net>
2592 * gst/qtdemux/qtdemux.c:
2593 Add support for tmpo tag (BPM).
2595 2008-08-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2597 * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2598 (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2599 Set an estimate for the total number of samples that will be encoded
2600 if possible to help decoders if the streaminfo can't be rewritten
2601 later (like when muxing into Ogg containers).
2603 Add a warning if we get header packets after data packets as those
2604 will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2607 2008-08-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2609 * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2610 (gst_flac_dec_write):
2611 Support decoding of all depths between 4 and 32 bits and read the
2612 depth from the streaminfo header if needed. Also support all sampling
2613 rates between 1 and 655350 Hz.
2615 * ext/flac/gstflacenc.c:
2616 (gst_flac_enc_caps_append_structure_with_widths),
2617 (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2618 (gst_flac_enc_chain):
2619 * ext/flac/gstflacenc.h:
2620 Support encoding in all bit depths supported by the streamable
2621 subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2622 between 1 Hz and 655350 Hz.
2624 2008-08-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2626 * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2627 (gst_flac_enc_sink_getcaps):
2628 Support encoding of up to 8 channels.
2630 2008-08-02 Jan Schmidt <jan.schmidt@sun.com>
2632 * ext/soup/gstsouphttpsrc.c:
2633 * ext/soup/gstsouphttpsrc.h:
2634 Fix seeking race condition in #540300
2635 Patch By: Wouter Cloetens <wouter at mind be>
2637 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2639 * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2640 (gst_matroska_demux_element_send_event),
2641 (gst_matroska_demux_handle_seek_event),
2642 (gst_matroska_demux_handle_src_event):
2643 When receiving a SEEK event on a specific pad first search for a seek
2644 table entry for the stream of the pad and then fall back to an entry
2645 for a different stream.
2647 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2650 * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2651 * gst/matroska/matroska-ids.h:
2652 Build depend on core CVS for the attachment tag.
2654 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2657 * gst/matroska/Makefile.am:
2658 * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2659 (copy_backptr), (lzo1x_decode), (main):
2660 * gst/matroska/lzo.h:
2661 * gst/matroska/matroska-demux.c:
2662 (gst_matroska_demux_read_track_encoding),
2663 (gst_matroska_decompress_data), (gst_matroska_decode_data),
2664 (gst_matroska_decode_buffer),
2665 (gst_matroska_decode_content_encodings),
2666 (gst_matroska_demux_read_track_encodings),
2667 (gst_matroska_demux_add_stream),
2668 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2669 * gst/matroska/matroska-ids.h:
2670 Decode the codec private data and following ContentEncoding if
2673 Support bzip2, lzo and header stripped compression. For lzo use the
2674 ffmpeg lzo implementation as liblzo is GPL licensed.
2676 Fix zlib decompression.
2678 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2680 * gst/matroska/matroska-mux.c:
2681 (gst_matroska_mux_audio_pad_setcaps):
2682 Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2683 duration of a frame with the new mpegaudioversion caps field.
2685 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2687 * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2688 (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2689 (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2690 (gst_matroska_demux_stream_from_num),
2691 (gst_matroska_demux_tracknumber_unique),
2692 (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2693 (gst_matroska_demux_handle_seek_event),
2694 (gst_matroska_demux_sync_streams),
2695 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2696 (gst_matroska_demux_loop):
2697 * gst/matroska/matroska-demux.h:
2698 Allow an infinite number of stream inside Matroska containers and use
2699 a GPtrArray for storing them instead of allowing "only" 127 streams.
2701 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2703 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2704 (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2705 (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2706 (gst_ebml_read_element_length), (gst_ebml_peek_id),
2707 (gst_ebml_read_get_length), (gst_ebml_read_skip),
2708 (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2709 (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2710 (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2711 (gst_ebml_read_master), (gst_ebml_read_binary),
2712 (gst_ebml_read_header):
2713 * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2714 (gst_ebml_write_element_size), (gst_ebml_write_uint),
2715 (gst_ebml_write_sint), (gst_ebml_write_ascii),
2716 (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2717 (gst_ebml_replace_uint):
2718 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2719 (gst_matroska_demux_read_track_encoding),
2720 (gst_matroska_demux_read_track_encodings),
2721 (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2722 (gst_matroska_demux_send_event),
2723 (gst_matroska_demux_element_send_event),
2724 (gst_matroska_demux_handle_seek_event),
2725 (gst_matroska_demux_handle_src_event),
2726 (gst_matroska_demux_init_stream),
2727 (gst_matroska_demux_parse_tracks),
2728 (gst_matroska_demux_parse_index_cuetrack),
2729 (gst_matroska_demux_parse_index_pointentry),
2730 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2731 (gst_matroska_demux_parse_metadata_id_simple_tag),
2732 (gst_matroska_demux_parse_metadata_id_tag),
2733 (gst_matroska_demux_parse_metadata),
2734 (gst_matroska_demux_parse_attached_file),
2735 (gst_matroska_demux_parse_attachments),
2736 (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2737 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2738 (gst_matroska_demux_push_flac_codec_priv_data),
2739 (gst_matroska_demux_push_xiph_codec_priv_data),
2740 (gst_matroska_demux_push_dvd_clut_change_event),
2741 (gst_matroska_demux_add_mpeg_seq_header),
2742 (gst_matroska_demux_add_wvpk_header),
2743 (gst_matroska_demux_check_subtitle_buffer),
2744 (gst_matroska_decode_buffer),
2745 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2746 (gst_matroska_demux_parse_cluster),
2747 (gst_matroska_demux_parse_contents_seekentry),
2748 (gst_matroska_demux_parse_contents),
2749 (gst_matroska_demux_loop_stream_parse_id),
2750 (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2751 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2752 (gst_matroska_demux_subtitle_caps),
2753 (gst_matroska_demux_change_state):
2754 * gst/matroska/matroska-ids.c:
2755 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2756 (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2757 (gst_matroska_mux_video_pad_setcaps),
2758 (xiph3_streamheader_to_codecdata),
2759 (vorbis_streamheader_to_codecdata),
2760 (theora_streamheader_to_codecdata),
2761 (gst_matroska_mux_audio_pad_setcaps),
2762 (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2763 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2764 (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2765 (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2766 (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2767 Fix indention everywhere. A broken indent version has added newlines
2768 after every single declaration some time ago.
2770 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2772 * gst/matroska/matroska-demux.c:
2773 (gst_matroska_demux_loop_stream_parse_id):
2774 If no Tracks are found error out instead of trying it again until the
2777 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2779 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2780 Fix demuxing of raw integer audio. The samples are unsigned only for 8
2781 bit and signed otherwise, not the other way around.
2783 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2785 * gst/matroska/matroska-mux.c:
2786 Add more raw YUV formats to the list of supported formats.
2788 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2790 * gst/matroska/matroska-mux.c:
2791 (gst_matroska_mux_audio_pad_setcaps):
2792 Add support for muxing raw float audio now that the spec defines the
2793 endianness and add support for muxing raw integer audio with 24 and
2796 Allow muxing of more than 8 audio channels.
2798 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2800 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2801 (gst_matroska_mux_reset), (gst_matroska_mux_start):
2802 Add locking to the global array of used track UIDs to prevent random
2803 crashes if more than a single matrosmux instance is used.
2805 Use 64 bit values for the track UIDs.
2807 Use the global GRandom of GLib instead of creating our own one
2808 for the few random numbers we need every single time.
2810 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2812 * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2813 (gst_flac_dec_setup_stream_decoder),
2814 (gst_flac_dec_update_metadata):
2815 Always post the audio-codec tag, not only if other tags are present.
2817 2008-08-02 Jan Schmidt <jan.schmidt@sun.com>
2820 Back to development -> 0.10.9.1
2822 === release 0.10.9 ===
2824 2008-07-31 Jan Schmidt <jan.schmidt@sun.com>
2827 releasing 0.10.9, "Steam Train Rolling"
2829 2008-07-31 Jan Schmidt <jan.schmidt@sun.com>
2831 * ext/soup/gstsouphttpsrc.c:
2832 Don't throw an error when soup completes a msg with status
2833 'cancelled', as that indicates we cancelled a request while
2834 shutting down or seeking, and it's not an error.
2835 Fixes: #540300 again.
2837 2008-07-28 Jan Schmidt <jan.schmidt@sun.com>
2840 0.10.8.4 pre-release
2842 2008-07-25 Edward Hervey <edward.hervey@collabora.co.uk>
2844 * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2845 Fix segment-stop regression.
2846 Add documentation regarding segments in quicktime files by Wim Taymans.
2849 2008-07-25 Jan Schmidt <jan.schmidt@sun.com>
2852 0.10.8.3 pre-release
2856 Add pt_BR translation
2858 2008-07-23 Michael Smith <msmith@songbirdnest.com>
2860 * gst/goom/convolve_fx.c:
2861 * gst/goom/filters.c:
2862 * gst/goom/goom_config.h:
2863 * gst/goom/goom_core.c:
2864 * gst/goom/goom_tools.h:
2865 Fix build with MSVC: include glib.h to define inline appropriately,
2866 use header guards where needed.
2867 * gst/udp/gstudpnetutils.c:
2868 * gst/udp/gstudpsrc.c:
2869 Fix build with MSVC: use WSA* constants/functions where appropriate, use
2870 g_snprintf rather than snprintf.
2873 2008-07-22 Stefan Kost <ensonic@users.sf.net>
2875 * gst/debug/gsttaginject.c:
2876 * gst/debug/gsttaginject.h:
2877 Sent tags in _transform_ip() instead of _start(). Fixes #543404
2880 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
2883 0.10.8.2 pre-release
2885 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
2888 Finish hooking up pulseaudio plugin to the build.
2890 * ext/pulse/pulsemixerctrl.c:
2891 Fix compilation error.
2893 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
2897 Add new lithunian translation, and add french to the LINGUAS
2900 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
2902 * ext/soup/gstsouphttpsrc.c:
2903 Fix Soup HTTP source seeking.
2904 Patch By: Wouter Cloetens <wouter at mind be>
2907 * tests/check/elements/.cvsignore:
2908 Ignore new check programs.
2910 2008-07-19 Jan Schmidt <jan.schmidt@sun.com>
2913 * docs/plugins/Makefile.am:
2914 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2915 * docs/plugins/gst-plugins-good-plugins-sections.txt:
2916 * docs/plugins/gst-plugins-good-plugins.args:
2917 * docs/plugins/gst-plugins-good-plugins.hierarchy:
2918 * docs/plugins/gst-plugins-good-plugins.interfaces:
2919 * docs/plugins/gst-plugins-good-plugins.prerequisites:
2920 * docs/plugins/inspect/plugin-interleave.xml:
2921 * docs/plugins/inspect/plugin-replaygain.xml:
2922 * tests/check/Makefile.am:
2924 Move replaygain and interleave plugins from -bad.
2928 2008-07-18 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
2930 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2931 (qtdemux_parse_trak):
2932 Revert ISO base media spec based pixel-aspect-ratio calculation.
2935 2008-07-17 Edward Hervey <edward.hervey@collabora.co.uk>
2937 * sys/osxvideo/osxvideosink.m:
2938 Fix minor build issues on macosx.
2941 2008-07-17 Tim-Philipp Müller <tim.muller at collabora co uk>
2944 * ext/taglib/Makefile.am::
2945 Only use -Wno-attributes (which is there to work around a
2946 bug in the taglib 1.5 headers) if the c++ compiler actually
2947 supports it (#543255).
2949 2008-07-17 Tim-Philipp Müller <tim.muller at collabora co uk>
2951 Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2953 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2954 Avoid compiler warning by initialising variable to NULL (#543259).
2956 2008-07-14 Sebastian Dröge <slomo@circular-chaos.org>
2958 * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2959 Don't pass NULL taglists to gst_tag_list_is_empty().
2961 2008-07-14 Sebastian Dröge <slomo@circular-chaos.org>
2963 * tests/check/elements/cmmldec.c: (GST_START_TEST):
2964 * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2966 * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2967 Don't use declarations after statements.
2969 2008-07-14 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
2971 * ext/jpeg/gstjpegdec.c:
2972 Align documentation with reality.
2974 2008-07-14 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2976 * gst/udp/gstudpnetutils.c:
2977 EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2978 old value (1) if it's not defined which should not cause any problems
2979 as we're using it internal only anyway.
2981 2008-07-14 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2983 Patch by: Alessandro Decina <alessandro at nnva dot org>
2985 * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2986 Fix build of avidemux on big endian architectures.
2988 2008-07-10 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
2990 Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2992 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2993 Correctly distinguish 8bit vs 16bit raw audio. Fixes #542410.
2995 2008-07-08 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
2997 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2998 (qtdemux_parse_trak):
2999 Set pixel-aspect-ratio in caps using display width and height
3002 2008-07-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3005 Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
3006 flags that are invalid for C++. Fixes bug #516509.
3008 2008-07-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3010 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3011 * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
3012 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
3013 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
3014 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3015 * tests/examples/equalizer/demo.c: (message_handler):
3016 * tests/examples/spectrum/demo-audiotest.c: (message_handler):
3017 * tests/examples/spectrum/demo-osssrc.c: (message_handler):
3018 Don't use declarations after statements and variable length arrays.
3020 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3022 Patch by: Daniel Drake <dsd at gentoo dot org>
3024 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
3025 (gst_v4l2src_get_nearest_size):
3026 Try progressive video if interlaced fails. Fixes bug #541956
3027 and the usage of v4l2src on OLPC.
3029 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3031 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3032 (gst_rtp_speex_depay_process):
3033 * gst/rtp/gstrtpspeexdepay.h:
3034 Revert last change: Only the jitterbuffer is able to convert RTP to
3035 Gstreamer timestamps and normal (de)payloaders should simply copy it.
3036 Reopens bug #541787.
3038 2008-07-07 Stefan Kost <ensonic@users.sf.net>
3040 * gst/rtp/gstrtpvrawdepay.c:
3041 Include stdlib.h for atoi().
3043 * gst/rtsp/gstrtspsrc.c:
3044 Use floating point math for latencies < 0 sec in log output.
3046 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3048 Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
3050 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3051 (gst_rtp_speex_depay_process):
3052 * gst/rtp/gstrtpspeexdepay.h:
3053 Take timestamp from the RTP packet as a first step to fix problems
3054 with transmission over RTP when the network is not reliable.
3057 2008-07-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3059 Patch by: Tero Saarni <tero dot saarni at gmail dot com>
3061 * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
3062 Fix parsing of udp:// URIs containing IPv6 addresses.
3065 2008-07-04 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
3067 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3068 Do not leak incoming buffers.
3070 2008-07-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3072 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3075 Fix build of the RTP plugin with mingw32 by linking to ws2_32
3076 for htons() and htonl(). Fixes bug #541412.
3078 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3080 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3081 (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
3082 (gst_matroska_demux_element_query),
3083 (gst_matroska_demux_handle_src_query),
3084 (gst_matroska_demux_handle_seek_event):
3085 Handle position and duration query in DEFAULT format if the
3086 pad's track has a default frame duration set.
3088 Fix seeking now that the segment's duration doesn't contain the
3089 (possibly wrong or inaccurate) duration of the Matroska file.
3091 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3093 * gst/matroska/ebml-read.c: (_ext2dbl):
3094 Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
3095 in math.h except on MSVC where it is defined in xmath.h.
3096 Fixes compilation with MSVC.
3098 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3100 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3101 (gst_matroska_demux_handle_src_query),
3102 (gst_matroska_demux_parse_info),
3103 (gst_matroska_demux_loop_stream_parse_id):
3104 * gst/matroska/matroska-demux.h:
3105 Don't set the segment duration to the duration from the Matroska
3106 header as this value could be wrong and is just informational.
3108 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3110 * gst/matroska/matroska-demux.c:
3111 (gst_matroska_demux_loop_stream_parse_id):
3112 If no Tracks element is found until the first Cluster is found
3113 search it and error out if none is found in the complete file.
3115 2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3117 * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
3118 Resync non-subtitle tracks too if a too large gap compared to other
3121 2008-07-01 Wim Taymans <wim.taymans@collabora.co.uk>
3123 * gst/rtp/Makefile.am:
3124 * gst/rtp/gstrtp.c: (plugin_init):
3125 * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
3126 (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
3127 (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
3128 (gst_rtp_vraw_depay_change_state),
3129 (gst_rtp_vraw_depay_plugin_init):
3130 * gst/rtp/gstrtpvrawdepay.h:
3131 * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3132 (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3133 (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3134 (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3135 (gst_rtp_vraw_pay_plugin_init):
3136 * gst/rtp/gstrtpvrawpay.h:
3137 Add raw video pay and depayloaders, see RFC4175.
3139 2008-06-30 Jan Schmidt <jan.schmidt@sun.com>
3141 * ext/libpng/gstpngdec.c:
3142 Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3143 whatever it returned.
3145 2008-06-29 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
3147 * gst/avi/avi-ids.h:
3148 Add vprp chunk related structures.
3149 * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3150 (gst_avi_demux_parse_stream):
3151 Parse optional vprp chunk and add calculated pixel-aspect-ratio
3152 to caps. Fixes #539482.
3153 * gst/avi/gstavimux.h:
3154 * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3155 (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3156 Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3158 2008-06-28 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
3160 * tests/check/elements/avimux.c: (check_avimux_pad):
3161 Adjust avimux unit test according to increased streamheader size.
3163 2008-06-27 David Schleef <ds@schleef.org>
3165 * gst/qtdemux/qtdemux.c: Add Dirac stream type
3167 2008-06-27 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
3169 * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3170 * gst/avi/gstavimux.h:
3171 Add 8 bytes to current streamheader to make for a complete one
3172 and to make more players happy. Fixes #519460.
3174 2008-06-26 Tim-Philipp Müller <tim.muller at collabora co uk>
3176 * sys/v4l2/v4l2_calls.c::
3177 Don't include unused gstv4l2xoverlay.h. Fixes build
3178 in case where X11 headers are not installed.
3180 2008-06-26 Wim Taymans <wim.taymans@collabora.co.uk>
3182 * ext/dv/gstdv.c: (plugin_init):
3185 2008-06-26 Edward Hervey <edward.hervey@collabora.co.uk>
3187 * ext/dv/gstdv.c: (plugin_init):
3188 Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3189 DV decoder available.
3192 2008-06-25 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3194 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3195 Call getsockname() after the call to bind() to get updated values
3196 for the port, etc. This fixes the usage of udpsrc on anonymous
3197 binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3198 Thanks to Aurelien Grimaud for pointing out the obvious fix.
3200 2008-06-25 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3202 * tests/check/pipelines/wavpack.c: (bus_handler):
3203 Remove workaround for a bug in identity that is fixed in 0.10.20.
3205 2008-06-25 Sebastian Dröge <sebastian.droege@collabora.co.uk>
3207 Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3209 * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3210 Fix HTTP auth support with user/password passed via the URI.
3213 2008-06-24 Tim-Philipp Müller <tim.muller at collabora co uk>
3216 Depend on released versions of core and -base.
3218 2008-06-23 Julien Moutte <julien@fluendo.com>
3220 * gst/matroska/matroska-demux.c:
3221 (gst_matroska_demux_read_track_encoding),
3222 (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3223 format strings in macros. (makes it build on OS X again...)
3225 2008-06-20 Thomas Vander Stichele <thomas at apestaart dot org>
3227 * gst/rtp/gstrtptheorapay.c:
3228 * gst/udp/gstmultiudpsink.c:
3231 2008-06-20 Christian Schaller <christian.schaller@collabora.co.uk>
3233 * configure.ac: switch v4l2src over to the normal build instead of
3234 being 'experimental'. Fixes bug #536831.
3236 2008-06-19 Wim Taymans <wim.taymans@collabora.co.uk>
3238 * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3239 Remove unused variable so that we can compile again.
3241 2008-06-19 Peter Kjellerstedt <pkj@axis.com>
3243 * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3244 No need to check for audio/G723 and audio/32KADPCM here as they are
3245 no longer supported.
3247 2008-06-19 Sebastian Dröge <slomo@circular-chaos.org>
3249 * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3250 (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3251 Use G_GINT64_CONSTANT, this fixes the duration query on files without
3254 2008-06-19 Sebastian Dröge <slomo@circular-chaos.org>
3256 * gst/matroska/matroska-demux.c:
3257 (gst_matroska_demux_add_wvpk_header),
3258 (gst_matroska_demux_audio_caps):
3259 * gst/matroska/matroska-ids.h:
3260 Fix demuxing of WavPack files. Muxing is still broken.
3262 2008-06-19 Sebastian Dröge <slomo@circular-chaos.org>
3264 * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3265 (gst_matroska_demux_add_mpeg_seq_header),
3266 (gst_matroska_demux_add_wvpk_header),
3267 (gst_matroska_demux_check_subtitle_buffer),
3268 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3269 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3270 (gst_matroska_demux_subtitle_caps):
3271 * gst/matroska/matroska-ids.h:
3272 Add a "vfunc" to the track context for postprocessing frames and
3273 convert the wavpack and subtitle postprocessing to this vfunc.
3274 Copy buffer flags in those functions to the new buffers too.
3276 Parse CodecState elements of Blocks.
3278 Add a postprocessing function for MPEG video that adds the sequence
3279 header from the codec private data or codec state to the frames if
3280 it's not already there.
3282 2008-06-19 Sebastian Dröge <slomo@circular-chaos.org>
3284 * gst/matroska/matroska-demux.c:
3285 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3286 If a gap of more than 1/2 second is found in one stream send a
3287 NEWSEGMENT event to not stall the pipeline if the gap is too large.
3288 This also fixes Matroska files where the first buffer doesn't start
3289 at timestamp 0. Fixes bug #429322.
3291 The duration of a block is the default duration multiplied with the
3292 number of laces. Every lace is one frame and the default duration
3293 is the duration of one frame. This fixes playback of files that use
3294 lacing for some tracks.
3296 2008-06-18 Sebastian Dröge <slomo@circular-chaos.org>
3298 * gst/matroska/matroska-demux.c:
3299 (gst_matroska_demux_parse_contents_seekentry):
3300 Update FIXME/TODOs and only ignore EOS at the central, important place
3301 instead of several places.
3303 2008-06-18 Wim Taymans <wim.taymans@collabora.co.uk>
3305 * gst/rtp/gstrtpg726pay.c:
3306 Fix caps, See #538891.
3308 2008-06-18 Sebastian Dröge <slomo@circular-chaos.org>
3310 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3311 (gst_matroska_demux_stream_from_num),
3312 (gst_matroska_demux_encoding_cmp),
3313 (gst_matroska_demux_encoding_order_unique),
3314 (gst_matroska_demux_read_track_encoding),
3315 (gst_matroska_demux_read_track_encodings),
3316 (gst_matroska_demux_tracknumber_unique),
3317 (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3318 (gst_matroska_demux_parse_tracks),
3319 (gst_matroska_demux_parse_index_cuetrack),
3320 (gst_matroska_demux_parse_index_pointentry),
3321 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3322 (gst_matroska_demux_parse_metadata_id_simple_tag),
3323 (gst_matroska_demux_parse_metadata_id_tag),
3324 (gst_matroska_demux_parse_metadata),
3325 (gst_matroska_demux_parse_attached_file),
3326 (gst_matroska_demux_parse_attachments),
3327 (gst_matroska_demux_parse_chapters),
3328 (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3329 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3330 (gst_matroska_demux_parse_cluster),
3331 (gst_matroska_demux_parse_contents_seekentry),
3332 (gst_matroska_demux_parse_contents),
3333 (gst_matroska_demux_loop_stream_parse_id),
3334 (gst_matroska_demux_loop):
3335 Improve debug output everywhere and fix the EOS logic.
3337 Check the values of the ContentEncoding elements more strictly and
3338 don't use tracks for which it's invalid.
3340 Check that the track number is unique for this stream.
3342 Check that seek positions are below G_MAXINT64 as our seeks are
3343 int64-based and overflows will fail badly.
3345 After seeks also don't push SimpleBlocks until the first one
3346 containing a keyframe is found. Before this was done only for normal
3349 Update some FIXME/TODOs.
3351 * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3352 (gst_ebml_read_utf8), (gst_ebml_read_header):
3353 Improve debug output.
3355 * gst/matroska/matroska-ids.c:
3356 (gst_matroska_track_init_video_context):
3357 * gst/matroska/matroska-ids.h:
3358 * gst/matroska/matroska-mux.c:
3359 (gst_matroska_mux_video_pad_setcaps):
3360 Remove eye mode and don't parse it anymore. We can't use that
3361 information in GStreamer yet so it's useless.
3364 2008-06-18 Wim Taymans <wim.taymans@collabora.co.uk>
3366 Patch by: Mersad Jelacic <mersad at axis dot com>
3368 * gst/rtp/Makefile.am:
3369 * gst/rtp/gstrtp.c: (plugin_init):
3370 * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3371 (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3372 (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3373 (gst_rtp_g726_depay_plugin_init):
3374 * gst/rtp/gstrtpg726depay.h:
3375 * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3376 (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3377 (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3378 * gst/rtp/gstrtpg726pay.h:
3379 Added G726 pay/depayloaders. Fixes #538891.
3381 2008-06-17 Wim Taymans <wim.taymans@collabora.co.uk>
3386 * gst/smpte/barboxwipes.c:
3389 * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3390 Fix typo, add audioresample to the pipeline.
3392 2008-06-17 Wim Taymans <wim.taymans@collabora.co.uk>
3394 * ext/libmng/Makefile.am:
3395 * ext/libmng/gstmng.c: (plugin_init):
3396 * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3397 (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3398 (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3399 (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3400 (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3401 (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3402 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3403 (gst_mng_dec_change_state):
3404 * ext/libmng/gstmngdec.h:
3405 * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3406 (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3407 (gst_mng_enc_init), (gst_mng_enc_chain),
3408 (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3409 * ext/libmng/gstmngenc.h:
3410 Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3411 bits ifdeffed out still.
3413 2008-06-16 Sebastian Dröge <slomo@circular-chaos.org>
3415 * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3416 When comparing index elements with the same time compare their
3419 2008-06-16 Tim-Philipp Müller <tim.muller at collabora co uk>
3421 * gst/matroska/matroska-demux.c:
3422 (gst_matroska_demux_parse_attached_file)
3423 Init variable to NULL to avoid compiler warning.
3425 2008-06-16 Sebastian Dröge <slomo@circular-chaos.org>
3427 * gst/matroska/Makefile.am:
3428 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3429 (gst_matroska_demux_parse_attached_file),
3430 (gst_matroska_demux_parse_attachments),
3431 (gst_matroska_demux_parse_contents_seekentry),
3432 (gst_matroska_demux_loop_stream_parse_id):
3433 * gst/matroska/matroska-demux.h:
3434 * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3435 * gst/matroska/matroska-ids.h:
3436 * gst/matroska/matroska.c: (plugin_init):
3437 Parse Attachments and post them as GST_TAG_IMAGE if we detect
3438 it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3439 and description of the attachments in the caps. Fixes bug #537622.
3441 2008-06-16 Wim Taymans <wim.taymans@collabora.co.uk>
3443 * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3444 (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3445 (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3446 (gst_speex_enc_src_query), (gst_speex_enc_init),
3447 (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3448 (gst_speex_enc_chain), (gst_speex_enc_get_property),
3449 (gst_speex_enc_set_property):
3451 Some cleanups, add more debug info.
3454 2008-06-16 Sebastian Dröge <slomo@circular-chaos.org>
3456 * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3457 Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3458 If we get less bytes than requested we can't do anything except doing
3461 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
3463 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3464 (gst_matroskademux_do_index_seek),
3465 (gst_matroska_demux_parse_index_cuetrack),
3466 (gst_matroska_demux_parse_index_pointentry),
3467 (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3468 (gst_matroska_demux_parse_metadata):
3469 * gst/matroska/matroska-demux.h:
3470 * gst/matroska/matroska-ids.h:
3471 Use a GArray for storing the Cue (i.e. seek) information, store
3472 the CueTrackPositions for every track, store the block number
3473 and optimize searching in the array by sorting it after the last
3476 Fix a small memory leak when trying to parse a tags element that was
3479 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
3481 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3482 (gst_matroska_mux_start), (gst_matroska_mux_finish),
3483 (gst_matroska_mux_write_data):
3484 * gst/matroska/matroska-mux.h:
3485 Don't write another SeekHead which indexes all Clusters to the end of
3486 the file. This isn't useful for anything and just increases filesize.
3488 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
3490 * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3491 Prevent unaligned memory access when reading floats.
3493 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
3495 * gst/matroska/ebml-read.c:
3496 * gst/matroska/ebml-read.h:
3497 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3498 (gst_matroska_demux_parse_metadata):
3499 * gst/matroska/matroska-demux.h:
3500 Make sure that every Tags element is only parsed once and it's
3501 containing tags are only posted once.
3503 2008-06-15 Sebastian Dröge <slomo@circular-chaos.org>
3505 * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3506 (gst_ebml_read_header):
3507 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3508 (gst_matroska_demux_parse_tracks),
3509 (gst_matroska_demux_parse_index_cuetrack),
3510 (gst_matroska_demux_parse_index_pointentry),
3511 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3512 (gst_matroska_demux_parse_metadata_id_simple_tag),
3513 (gst_matroska_demux_parse_metadata_id_tag),
3514 (gst_matroska_demux_parse_metadata),
3515 (gst_matroska_demux_parse_attachments),
3516 (gst_matroska_demux_parse_chapters),
3517 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3518 (gst_matroska_demux_parse_cluster),
3519 (gst_matroska_demux_parse_contents_seekentry),
3520 (gst_matroska_demux_parse_contents),
3521 (gst_matroska_demux_loop_stream_parse_id):
3522 Handle EBML elements like Void or CRC32 in the EbmlRead base class
3523 already. They're not useful in the matroska parser and only cause
3526 2008-06-14 Sebastian Dröge <slomo@circular-chaos.org>
3528 * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3529 (gst_ebml_finalize), (gst_ebml_read_change_state),
3530 (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3531 * gst/matroska/matroska-demux.c:
3532 (gst_matroska_demux_parse_contents_seekentry):
3533 Reverse the level list as we usually are only interested in the
3534 first element or want to add a new first element. Having the
3535 first element stored at the end and calling g_list_last() and
3536 g_list_append() is more expensive.
3538 Also use GSlice for allocating the GstEbmlLevel structs.
3540 2008-06-13 Tim-Philipp Müller <tim.muller at collabora co uk>
3542 * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3543 (gst_tag_inject_class_init), (gst_tag_inject_init):
3544 Don't unref NULL taglist in finalize. Don't use c++ style
3547 2008-06-13 Sebastian Dröge <slomo@circular-chaos.org>
3549 * gst/matroska/matroska-demux.c:
3550 (gst_matroska_demux_parse_metadata_id_simple_tag):
3551 * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3552 (gst_matroska_mux_write_data):
3553 Use gst_value_serialize() and gst_value_deserialize() for transforming
3554 tags from some GType to a string and the other way around. The default
3555 transformations in GLib don't include transformations from string to
3558 2008-06-13 Sebastian Dröge <slomo@circular-chaos.org>
3560 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3561 (gst_matroska_demux_parse_tracks),
3562 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3563 (gst_matroska_demux_parse_attachments),
3564 (gst_matroska_demux_parse_chapters),
3565 (gst_matroska_demux_parse_contents_seekentry),
3566 (gst_matroska_demux_loop_stream_parse_id):
3567 * gst/matroska/matroska-demux.h:
3568 Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3569 Tags multiple times. The first ones can appear more than once but must
3570 contain the same content as the first for backup purposes so we ignore
3571 all but the first one. Tags can appear multiple times with different
3574 Jump to all elements except Clusters that are available from a
3575 SeekHead to make it more likely to have all required informations
3576 before getting to the first Clusters.
3578 Add dummy functions for parsing Attachments and Chapters.
3580 2008-06-13 Wim Taymans <wim.taymans@collabora.co.uk>
3582 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3583 (gst_udpsrc_create), (gst_udpsrc_set_property),
3584 (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3585 * gst/udp/gstudpsrc.h:
3586 Add property to control automatic join/leave of multicast groups.
3588 Remove setting caps on buffers explicitly, basesrc does that for us now.
3590 Convert some non-fatal error into warnings.
3591 Use g_ntohs for better portability.
3592 Leave multicast groups when stopping.
3593 When using external sockets, use getsockname() on them to fill up the
3594 addr structure before calling methods that use the structure.
3595 Should all fix #536903.
3596 API: GstUDPSrc::auto-multicast property
3598 2008-06-13 Wim Taymans <wim.taymans@collabora.co.uk>
3600 * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3601 Use g_ntohl for better portability.
3603 2008-06-13 Wim Taymans <wim.taymans@collabora.co.uk>
3605 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3606 (gst_multiudpsink_remove):
3607 Fix a typo and do some small cleanups.
3609 2008-06-13 Wim Taymans <wim.taymans@collabora.co.uk>
3611 Patch by: Olivier Crete <tester at tester dot ca>
3613 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3614 Make the delivery-method mandatory on the caps and only accept inline
3616 Reverse strcmp checks for delivery-method.
3618 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3619 Make delivery method optional when parsing caps and note this in the
3621 Reverse strcmp checks for delivery-method.
3623 * gst/rtp/gstrtpvorbispay.c:
3624 Update a comment to note that the delivery-method is optional,
3627 2008-06-12 Wim Taymans <wim.taymans@collabora.co.uk>
3629 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3630 Set udpsrc for receiving data from multicast groups to PAUSED instead of
3631 leaving them in READY. Fixes #537832.
3633 2008-06-12 Stefan Kost <ensonic@users.sf.net>
3635 * gst/avi/gstavimux.c:
3636 Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3637 for a random constant in tagmuxing code.
3639 2008-06-11 Stefan Kost <ensonic@users.sf.net>
3641 * gst/debug/gsttaginject.c:
3642 * gst/debug/gsttaginject.h:
3643 Now actually adding the new element.
3645 2008-06-11 Stefan Kost <ensonic@users.sf.net>
3647 * docs/plugins/Makefile.am:
3648 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3649 * docs/plugins/gst-plugins-good-plugins-sections.txt:
3650 * docs/plugins/gst-plugins-good-plugins.args:
3651 * docs/plugins/gst-plugins-good-plugins.hierarchy:
3652 * docs/plugins/gst-plugins-good-plugins.interfaces:
3653 * docs/plugins/gst-plugins-good-plugins.prerequisites:
3654 * docs/plugins/inspect/plugin-aasink.xml:
3655 * docs/plugins/inspect/plugin-alaw.xml:
3656 * docs/plugins/inspect/plugin-alpha.xml:
3657 * docs/plugins/inspect/plugin-alphacolor.xml:
3658 * docs/plugins/inspect/plugin-annodex.xml:
3659 * docs/plugins/inspect/plugin-apetag.xml:
3660 * docs/plugins/inspect/plugin-audiofx.xml:
3661 * docs/plugins/inspect/plugin-auparse.xml:
3662 * docs/plugins/inspect/plugin-autodetect.xml:
3663 * docs/plugins/inspect/plugin-avi.xml:
3664 * docs/plugins/inspect/plugin-cacasink.xml:
3665 * docs/plugins/inspect/plugin-cairo.xml:
3666 * docs/plugins/inspect/plugin-cdio.xml:
3667 * docs/plugins/inspect/plugin-cutter.xml:
3668 * docs/plugins/inspect/plugin-debug.xml:
3669 * docs/plugins/inspect/plugin-dv.xml:
3670 * docs/plugins/inspect/plugin-efence.xml:
3671 * docs/plugins/inspect/plugin-effectv.xml:
3672 * docs/plugins/inspect/plugin-equalizer.xml:
3673 * docs/plugins/inspect/plugin-esdsink.xml:
3674 * docs/plugins/inspect/plugin-flac.xml:
3675 * docs/plugins/inspect/plugin-flxdec.xml:
3676 * docs/plugins/inspect/plugin-gamma.xml:
3677 * docs/plugins/inspect/plugin-gconfelements.xml:
3678 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3679 * docs/plugins/inspect/plugin-goom.xml:
3680 * docs/plugins/inspect/plugin-goom2k1.xml:
3681 * docs/plugins/inspect/plugin-halelements.xml:
3682 * docs/plugins/inspect/plugin-icydemux.xml:
3683 * docs/plugins/inspect/plugin-id3demux.xml:
3684 * docs/plugins/inspect/plugin-jpeg.xml:
3685 * docs/plugins/inspect/plugin-level.xml:
3686 * docs/plugins/inspect/plugin-matroska.xml:
3687 * docs/plugins/inspect/plugin-monoscope.xml:
3688 * docs/plugins/inspect/plugin-mulaw.xml:
3689 * docs/plugins/inspect/plugin-multifile.xml:
3690 * docs/plugins/inspect/plugin-multipart.xml:
3691 * docs/plugins/inspect/plugin-navigationtest.xml:
3692 * docs/plugins/inspect/plugin-ossaudio.xml:
3693 * docs/plugins/inspect/plugin-png.xml:
3694 * docs/plugins/inspect/plugin-quicktime.xml:
3695 * docs/plugins/inspect/plugin-rtp.xml:
3696 * docs/plugins/inspect/plugin-rtsp.xml:
3697 * docs/plugins/inspect/plugin-smpte.xml:
3698 * docs/plugins/inspect/plugin-soup.xml:
3699 * docs/plugins/inspect/plugin-spectrum.xml:
3700 * docs/plugins/inspect/plugin-speex.xml:
3701 * docs/plugins/inspect/plugin-taglib.xml:
3702 * docs/plugins/inspect/plugin-udp.xml:
3703 * docs/plugins/inspect/plugin-video4linux2.xml:
3704 * docs/plugins/inspect/plugin-videobalance.xml:
3705 * docs/plugins/inspect/plugin-videobox.xml:
3706 * docs/plugins/inspect/plugin-videocrop.xml:
3707 * docs/plugins/inspect/plugin-videoflip.xml:
3708 * docs/plugins/inspect/plugin-videomixer.xml:
3709 * docs/plugins/inspect/plugin-wavenc.xml:
3710 * docs/plugins/inspect/plugin-wavpack.xml:
3711 * docs/plugins/inspect/plugin-wavparse.xml:
3712 * docs/plugins/inspect/plugin-ximagesrc.xml:
3713 * gst/debug/Makefile.am:
3714 * gst/debug/breakmydata.c:
3715 * gst/debug/efence.c:
3716 * gst/debug/gstdebug.c:
3717 * gst/debug/gstnavseek.c:
3718 * gst/debug/gstpushfilesrc.c:
3719 * gst/debug/gstpushfilesrc.h:
3720 * gst/debug/negotiation.c:
3721 * gst/debug/progressreport.c:
3722 * gst/debug/progressreport.h:
3723 * gst/debug/rndbuffersize.c:
3724 * gst/debug/testplugin.c:
3725 Remove dummy plugin_init. Remove some undefined entries from doc-
3726 section file. Add taginject element and rebuild docs for it.
3728 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
3730 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3731 (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3732 Update the counter for the number of streams when pads are added or
3733 removed. This will make sure that a seek table is generated for
3734 files with just one audio stream.
3736 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
3738 * gst/matroska/matroska-demux.c:
3739 (gst_matroska_demux_parse_metadata_id_simple_tag):
3740 * gst/matroska/matroska-ids.h:
3741 * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3742 Add some more tags, improve debugging a bit and make sure that
3743 GValue transformation has succeeded before using the result
3746 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
3748 Patch by: Olivier Crete <tester at tester dot ca>
3750 * gst/rtp/gstrtptheorapay.c:
3751 The Theora RTP payloader only supports the "inline" delievery method
3752 so let's declare this on the caps of the static pad template.
3755 2008-06-10 Wim Taymans <wim.taymans@collabora.co.uk>
3757 * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3758 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3761 2008-06-10 Wim Taymans <wim.taymans@collabora.co.uk>
3763 * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3764 (gst_videomixer_blend_buffers):
3765 Use stream_time to synchronize the object properties.
3766 Use running_time of the master pad to timestamp outgoing buffers.
3767 Fix the initial segment event to extend an unknown amount of time.
3770 2008-06-10 Wim Taymans <wim.taymans@collabora.co.uk>
3772 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3773 (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3774 (gst_avi_demux_calculate_durations_from_index),
3775 (gst_avi_demux_stream_header_push),
3776 (gst_avi_demux_stream_header_pull):
3777 Try to ignore unparsable/unknown streams and give a warning instead of
3778 erroring out. Fixes #537377.
3780 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
3782 * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3783 Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3785 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3786 (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3787 (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3788 (gst_matroska_demux_read_track_encodings),
3789 (gst_matroska_demux_add_stream),
3790 (gst_matroska_demux_handle_src_query),
3791 (gst_matroska_demux_init_stream),
3792 (gst_matroska_demux_parse_index_cuetrack),
3793 (gst_matroska_demux_parse_index_pointentry),
3794 (gst_matroska_demux_parse_info),
3795 (gst_matroska_demux_parse_metadata_id_simple_tag),
3796 (gst_matroska_demux_parse_metadata),
3797 (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3798 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3799 (gst_matroska_demux_parse_cluster),
3800 (gst_matroska_demux_parse_contents_seekentry),
3801 (gst_matroska_demux_loop_stream_parse_id),
3802 (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3803 (gst_matroska_demux_audio_caps),
3804 (gst_matroska_demux_subtitle_caps):
3805 * gst/matroska/matroska-demux.h:
3806 * gst/matroska/matroska-ids.c:
3807 (gst_matroska_track_init_subtitle_context):
3808 * gst/matroska/matroska-ids.h:
3809 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3810 (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3811 (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3812 (gst_matroska_mux_video_pad_setcaps),
3813 (gst_matroska_mux_audio_pad_setcaps),
3814 (gst_matroska_mux_subtitle_pad_setcaps),
3815 (gst_matroska_mux_request_new_pad),
3816 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3817 (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3818 (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3819 (gst_matroska_mux_set_property):
3820 Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3821 elements, do some checks for valid values in the demuxer, handle
3822 tracktimecodescale in the demuxer, set correct default values for all
3823 settings in the demuxer, review and add all missing matroska
3824 IDs and some more raw YUV formats, and some trivial cleanup.
3826 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
3828 * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3829 (gst_pulsemixer_class_init):
3830 * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3831 (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3832 * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3833 (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3834 (gst_pulsesrc_prepare):
3835 Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3836 gst_element_class_set_details_simple() and fix coding style a bit
3839 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
3841 * docs/plugins/Makefile.am:
3842 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3843 * docs/plugins/gst-plugins-good-plugins-sections.txt:
3844 * docs/plugins/gst-plugins-good-plugins.args:
3845 * docs/plugins/gst-plugins-good-plugins.hierarchy:
3846 * docs/plugins/gst-plugins-good-plugins.interfaces:
3847 * docs/plugins/gst-plugins-good-plugins.prerequisites:
3848 * docs/plugins/inspect/plugin-aasink.xml:
3849 * docs/plugins/inspect/plugin-alaw.xml:
3850 * docs/plugins/inspect/plugin-alpha.xml:
3851 * docs/plugins/inspect/plugin-alphacolor.xml:
3852 * docs/plugins/inspect/plugin-annodex.xml:
3853 * docs/plugins/inspect/plugin-apetag.xml:
3854 * docs/plugins/inspect/plugin-audiofx.xml:
3855 * docs/plugins/inspect/plugin-auparse.xml:
3856 * docs/plugins/inspect/plugin-autodetect.xml:
3857 * docs/plugins/inspect/plugin-avi.xml:
3858 * docs/plugins/inspect/plugin-cacasink.xml:
3859 * docs/plugins/inspect/plugin-cairo.xml:
3860 * docs/plugins/inspect/plugin-cdio.xml:
3861 * docs/plugins/inspect/plugin-cutter.xml:
3862 * docs/plugins/inspect/plugin-debug.xml:
3863 * docs/plugins/inspect/plugin-dv.xml:
3864 * docs/plugins/inspect/plugin-efence.xml:
3865 * docs/plugins/inspect/plugin-effectv.xml:
3866 * docs/plugins/inspect/plugin-equalizer.xml:
3867 * docs/plugins/inspect/plugin-esdsink.xml:
3868 * docs/plugins/inspect/plugin-flac.xml:
3869 * docs/plugins/inspect/plugin-flxdec.xml:
3870 * docs/plugins/inspect/plugin-gamma.xml:
3871 * docs/plugins/inspect/plugin-gconfelements.xml:
3872 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3873 * docs/plugins/inspect/plugin-goom.xml:
3874 * docs/plugins/inspect/plugin-goom2k1.xml:
3875 * docs/plugins/inspect/plugin-halelements.xml:
3876 * docs/plugins/inspect/plugin-icydemux.xml:
3877 * docs/plugins/inspect/plugin-id3demux.xml:
3878 * docs/plugins/inspect/plugin-jpeg.xml:
3879 * docs/plugins/inspect/plugin-level.xml:
3880 * docs/plugins/inspect/plugin-matroska.xml:
3881 * docs/plugins/inspect/plugin-monoscope.xml:
3882 * docs/plugins/inspect/plugin-mulaw.xml:
3883 * docs/plugins/inspect/plugin-multifile.xml:
3884 * docs/plugins/inspect/plugin-multipart.xml:
3885 * docs/plugins/inspect/plugin-navigationtest.xml:
3886 * docs/plugins/inspect/plugin-ossaudio.xml:
3887 * docs/plugins/inspect/plugin-png.xml:
3888 * docs/plugins/inspect/plugin-pulseaudio.xml:
3889 * docs/plugins/inspect/plugin-quicktime.xml:
3890 * docs/plugins/inspect/plugin-rtp.xml:
3891 * docs/plugins/inspect/plugin-rtsp.xml:
3892 * docs/plugins/inspect/plugin-smpte.xml:
3893 * docs/plugins/inspect/plugin-soup.xml:
3894 * docs/plugins/inspect/plugin-spectrum.xml:
3895 * docs/plugins/inspect/plugin-speex.xml:
3896 * docs/plugins/inspect/plugin-taglib.xml:
3897 * docs/plugins/inspect/plugin-udp.xml:
3898 * docs/plugins/inspect/plugin-video4linux2.xml:
3899 * docs/plugins/inspect/plugin-videobalance.xml:
3900 * docs/plugins/inspect/plugin-videobox.xml:
3901 * docs/plugins/inspect/plugin-videocrop.xml:
3902 * docs/plugins/inspect/plugin-videoflip.xml:
3903 * docs/plugins/inspect/plugin-videomixer.xml:
3904 * docs/plugins/inspect/plugin-wavenc.xml:
3905 * docs/plugins/inspect/plugin-wavpack.xml:
3906 * docs/plugins/inspect/plugin-wavparse.xml:
3907 * docs/plugins/inspect/plugin-ximagesrc.xml:
3908 * ext/pulse/plugin.c:
3909 * ext/pulse/pulsemixer.c:
3910 * ext/pulse/pulsesink.c:
3911 * ext/pulse/pulsesrc.c:
3912 Add documentation to the pulseaudio plugin and run make update
3915 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
3917 Patch by: Brian Cameron <brian.cameron at sun dot com>
3919 * sys/sunaudio/gstsunaudiomixerctrl.c:
3920 (gst_sunaudiomixer_ctrl_get_volume),
3921 (gst_sunaudiomixer_ctrl_set_volume):
3922 Improvements for the SunAudio mixer by handling mute as no gain
3923 for tracks that have a gain property but no mute property.
3926 2008-06-10 Sebastian Dröge <slomo@circular-chaos.org>
3929 * ext/pulse/Makefile.am:
3930 * ext/pulse/plugin.c: (plugin_init):
3931 * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3932 (gst_pulsemixer_implements_interface_init),
3933 (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3934 (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3935 (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3936 (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3937 * ext/pulse/pulsemixer.h:
3938 * ext/pulse/pulsemixerctrl.c:
3939 (gst_pulsemixer_ctrl_context_state_cb),
3940 (gst_pulsemixer_ctrl_sink_info_cb),
3941 (gst_pulsemixer_ctrl_source_info_cb),
3942 (gst_pulsemixer_ctrl_subscribe_cb),
3943 (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3944 (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3945 (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3946 (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3947 (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3948 (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3949 * ext/pulse/pulsemixerctrl.h:
3950 * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3951 (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3952 * ext/pulse/pulsemixertrack.h:
3953 * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3954 (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3955 (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3956 (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3957 (gst_pulseprobe_new), (gst_pulseprobe_free),
3958 (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3959 (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3960 (gst_pulseprobe_set_server):
3961 * ext/pulse/pulseprobe.h:
3962 * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3963 (gst_pulsesink_class_init), (gst_pulsesink_init),
3964 (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3965 (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3966 (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3967 (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3968 (gst_pulsesink_stream_request_cb),
3969 (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3970 (gst_pulsesink_close), (gst_pulsesink_prepare),
3971 (gst_pulsesink_unprepare), (gst_pulsesink_write),
3972 (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3973 (gst_pulsesink_reset), (gst_pulsesink_change_title),
3974 (gst_pulsesink_event), (gst_pulsesink_get_type):
3975 * ext/pulse/pulsesink.h:
3976 * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3977 (gst_pulsesrc_implements_interface_init),
3978 (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3979 (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3980 (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3981 (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3982 (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3983 (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3984 (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3985 (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3986 (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3987 (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3988 (gst_pulsesrc_get_type):
3989 * ext/pulse/pulsesrc.h:
3990 * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3991 (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3992 * ext/pulse/pulseutil.h:
3993 Add pulseaudio GStreamer element from gst-pulse. Development will
3994 continue here instead of pulseaudio SVN. Fixes bug #400679.
3995 Only changes over gst-pulse SVN are added copyright to the top of
3996 files and coding style changes.
3998 2008-06-09 Tim-Philipp Müller <tim.muller at collabora co uk>
4000 Patch by: Benjamin Kampmann <benjamin at fluendo dot com>
4002 * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
4003 (gst_cdio_add_cdtext_album_tags):
4004 * ext/cdio/gstcdio.h:
4005 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4006 Also extract album title and album genre from CD-TEXT if
4007 available (#537021).
4009 2008-06-09 Sebastian Dröge <slomo@circular-chaos.org>
4011 Patch by: Sjoerd Simons <sjoerd at luon dot net>
4013 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
4014 Improve negotiation a bit more by picking the smallest possible
4015 resolution that is larger than the resolution specified in the
4016 first caps entry of the peer caps. Fixes bug #536994.
4018 2008-06-09 Sebastian Dröge <slomo@circular-chaos.org>
4020 Patch by: Bastien Nocera <hadess at hadess dot net>
4022 * sys/v4l2/gstv4l2vidorient.c:
4023 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4024 Fix compilation with newer GIT kernels that deprecated
4025 V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
4027 2008-06-07 Tim-Philipp Müller <tim.muller at collabora co uk>
4030 * ext/cdio/gstcdio.c:
4031 * ext/cdio/gstcdio.h:
4032 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4033 Require libcdio >= 0.76.
4035 2008-06-05 Thijs Vermeir <thijsvermeir@gmail.com>
4037 * gst/avi/gstavidemux.c:
4038 Catch UNEXPECTED when downstream has reached end of
4039 segment in reverse mode.
4041 2008-06-04 Thijs Vermeir <thijsvermeir@gmail.com>
4043 * gst/avi/gstavidemux.c:
4046 2008-06-04 Thijs Vermeir <thijsvermeir@gmail.com>
4048 * gst/avi/gstavidemux.c:
4049 Because we don't know the frame order we need to push till
4052 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
4054 Patch by: Sjoerd Simons <sjoerd at luon dot net>
4056 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4057 (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
4058 Provide a custom negotiation function to make sure to pick the highest
4059 possible framerate and resolution. Fixes bug #536646.
4061 2008-06-04 Thijs Vermeir <thijsvermeir@gmail.com>
4063 * gst/avi/gstavidemux.c:
4064 Set EOS when going out of the segment in reverse playback
4066 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
4068 * ext/taglib/Makefile.am::
4069 Add -Wno-attributes to CXXFLAGS to suppress warning caused by
4070 taglib headers (with gcc 4.3.1).
4072 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
4074 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
4075 Use the new gst_rtsp_connection_get_ip() to access the IP address
4076 of a GstRTSPConnection since it is a private member.
4078 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
4080 * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4081 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4082 Use new utility functions in libgsttag to process coverart (#512333).
4084 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
4086 * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4087 We actually support left/side, right/side and mid/side files. The
4088 conversion to normal, interleaved stereo is done by libflac.
4090 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
4092 * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4093 (gst_ebml_write_set_cache):
4094 Unref the write cache in finalize if it was set and add add "FIXME"
4095 to a comment that needs it.
4097 2008-06-02 Wim Taymans <wim.taymans@collabora.co.uk>
4099 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4101 * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
4102 (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
4103 (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
4104 (gst_avi_demux_process_next_entry):
4105 * gst/avi/gstavidemux.h:
4106 Implement reverse playback. Fixes #535300.
4109 2008-06-02 Sebastian Dröge <slomo@circular-chaos.org>
4111 * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
4112 (gst_videomixer_query_latency):
4113 When using gst_element_iterate_pads() one has to unref every pad
4116 2008-05-31 Edward Hervey <edward.hervey@collabora.co.uk>
4118 Patch by: Bastien Nocera <hadess at hadess dot net>
4119 * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4120 (qtdemux_parse_udta):
4121 * gst/qtdemux/qtdemux_fourcc.h:
4122 Improve meta-data handling, add 'comment', 'description' and
4123 'copyright' tag handling.
4126 2008-05-31 Julien Moutte <julien@fluendo.com>
4128 * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
4129 (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4130 (gst_qtdemux_seek_to_previous_keyframe),
4131 (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4132 we don't clip the segment's stop using the main segment duration as
4133 that could crop quite some video frames. Make reverse playback support
4134 more robust and support edit lists. Support seeking to the last frame,
4135 and fix reverse looping playback. Add some debugging.
4136 * win32/common/config.h: Updated.
4138 2008-05-31 Sebastian Dröge <slomo@circular-chaos.org>
4140 * gst/equalizer/gstiirequalizer.c:
4141 (gst_iir_equalizer_transform_ip):
4142 Don't clip float/double samples, correctly unset passthrough mode
4143 and use better rounding for integer samples.
4145 2008-05-30 Sebastian Dröge <slomo@circular-chaos.org>
4147 * gst/equalizer/gstiirequalizer.c:
4148 (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4149 (setup_filter), (set_passthrough), (update_coefficients),
4150 (gst_iir_equalizer_compute_frequencies),
4151 (gst_iir_equalizer_transform_ip):
4152 * gst/equalizer/gstiirequalizer.h:
4153 Update the filter coefficients only when needed in the transform_ip
4154 function and correctly set the element into passthrough mode if the
4155 gain of all bands is 0.
4157 2008-05-29 Wim Taymans <wim.taymans@collabora.co.uk>
4159 Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4161 * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4162 (gst_alpha_set_property), (gst_alpha_get_property),
4163 (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4164 Try to skip pixels or areas that are too dark or too bright for us to do
4165 meaningfull color detection.
4166 Added properties to control the sensitivity to light and darkness.
4167 Added some small cleanups. Fixes #512345.
4169 2008-05-28 Jan Schmidt <jan.schmidt@sun.com>
4171 * docs/plugins/.cvsignore:
4172 * tests/check/elements/.cvsignore:
4173 Ignore some more generated things
4175 * tests/check/Makefile.am:
4176 Ignore OSS elements in the state changes test too.
4178 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
4180 * docs/plugins/Makefile.am:
4181 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4182 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4183 Add SMPTE effect elements to docs.
4185 2008-05-28 Stefan Kost <ensonic@users.sf.net>
4187 * docs/plugins/Makefile.am:
4188 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4189 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4190 * ext/raw1394/gstdv1394src.c:
4191 Document whats first shown on the fdo plugin docs page :)
4193 2008-05-28 Stefan Kost <ensonic@users.sf.net>
4195 * docs/plugins/Makefile.am:
4196 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4197 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4198 * docs/plugins/gst-plugins-good-plugins.args:
4199 * docs/plugins/gst-plugins-good-plugins.hierarchy:
4200 * docs/plugins/inspect/plugin-audiofx.xml:
4201 * gst/audiofx/Makefile.am:
4202 * gst/audiofx/audiofx.c:
4203 * gst/audiofx/audiokaraoke.c:
4204 * gst/audiofx/audiokaraoke.h:
4205 * gst/audiofx/audiovoice.c:
4206 * gst/audiofx/audiovoice.h:
4207 Rename audiovoice to audiokaraoke and add it to the docs.
4209 2008-05-28 Stefan Kost <ensonic@users.sf.net>
4212 * docs/plugins/Makefile.am:
4213 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4214 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4215 * docs/plugins/gst-plugins-good-plugins.args:
4216 * docs/plugins/gst-plugins-good-plugins.hierarchy:
4217 * docs/plugins/gst-plugins-good-plugins.interfaces:
4218 * docs/plugins/gst-plugins-good-plugins.prerequisites:
4219 * docs/plugins/inspect/plugin-aasink.xml:
4220 * docs/plugins/inspect/plugin-alaw.xml:
4221 * docs/plugins/inspect/plugin-alpha.xml:
4222 * docs/plugins/inspect/plugin-alphacolor.xml:
4223 * docs/plugins/inspect/plugin-annodex.xml:
4224 * docs/plugins/inspect/plugin-apetag.xml:
4225 * docs/plugins/inspect/plugin-audiofx.xml:
4226 * docs/plugins/inspect/plugin-auparse.xml:
4227 * docs/plugins/inspect/plugin-autodetect.xml:
4228 * docs/plugins/inspect/plugin-avi.xml:
4229 * docs/plugins/inspect/plugin-cacasink.xml:
4230 * docs/plugins/inspect/plugin-cairo.xml:
4231 * docs/plugins/inspect/plugin-cdio.xml:
4232 * docs/plugins/inspect/plugin-cutter.xml:
4233 * docs/plugins/inspect/plugin-debug.xml:
4234 * docs/plugins/inspect/plugin-dv.xml:
4235 * docs/plugins/inspect/plugin-efence.xml:
4236 * docs/plugins/inspect/plugin-effectv.xml:
4237 * docs/plugins/inspect/plugin-equalizer.xml:
4238 * docs/plugins/inspect/plugin-esdsink.xml:
4239 * docs/plugins/inspect/plugin-flac.xml:
4240 * docs/plugins/inspect/plugin-flxdec.xml:
4241 * docs/plugins/inspect/plugin-gamma.xml:
4242 * docs/plugins/inspect/plugin-gconfelements.xml:
4243 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4244 * docs/plugins/inspect/plugin-goom.xml:
4245 * docs/plugins/inspect/plugin-goom2k1.xml:
4246 * docs/plugins/inspect/plugin-halelements.xml:
4247 * docs/plugins/inspect/plugin-icydemux.xml:
4248 * docs/plugins/inspect/plugin-id3demux.xml:
4249 * docs/plugins/inspect/plugin-jpeg.xml:
4250 * docs/plugins/inspect/plugin-level.xml:
4251 * docs/plugins/inspect/plugin-matroska.xml:
4252 * docs/plugins/inspect/plugin-monoscope.xml:
4253 * docs/plugins/inspect/plugin-mulaw.xml:
4254 * docs/plugins/inspect/plugin-multifile.xml:
4255 * docs/plugins/inspect/plugin-multipart.xml:
4256 * docs/plugins/inspect/plugin-navigationtest.xml:
4257 * docs/plugins/inspect/plugin-ossaudio.xml:
4258 * docs/plugins/inspect/plugin-png.xml:
4259 * docs/plugins/inspect/plugin-quicktime.xml:
4260 * docs/plugins/inspect/plugin-rtp.xml:
4261 * docs/plugins/inspect/plugin-rtsp.xml:
4262 * docs/plugins/inspect/plugin-smpte.xml:
4263 * docs/plugins/inspect/plugin-soup.xml:
4264 * docs/plugins/inspect/plugin-spectrum.xml:
4265 * docs/plugins/inspect/plugin-speex.xml:
4266 * docs/plugins/inspect/plugin-taglib.xml:
4267 * docs/plugins/inspect/plugin-udp.xml:
4268 * docs/plugins/inspect/plugin-video4linux2.xml:
4269 * docs/plugins/inspect/plugin-videobalance.xml:
4270 * docs/plugins/inspect/plugin-videobox.xml:
4271 * docs/plugins/inspect/plugin-videocrop.xml:
4272 * docs/plugins/inspect/plugin-videoflip.xml:
4273 * docs/plugins/inspect/plugin-videomixer.xml:
4274 * docs/plugins/inspect/plugin-wavenc.xml:
4275 * docs/plugins/inspect/plugin-wavpack.xml:
4276 * docs/plugins/inspect/plugin-wavparse.xml:
4277 * docs/plugins/inspect/plugin-ximagesrc.xml:
4278 * ext/aalib/gstaasink.c:
4279 * ext/libcaca/gstcacasink.c:
4280 Document aasink and cacasink.
4282 2008-05-28 Sebastian Dröge <slomo@circular-chaos.org>
4284 * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4285 (gst_videomixer_init), (gst_videomixer_query_duration),
4286 (gst_videomixer_query_latency), (gst_videomixer_query),
4287 (gst_videomixer_blend_buffers):
4288 * gst/videomixer/videomixer.h:
4289 Implement position (in time), duration and latency queries.
4291 2008-05-27 Edward Hervey <edward.hervey@collabora.co.uk>
4293 * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4294 (gst_videomixer_init), (gst_videomixer_request_new_pad),
4295 (gst_videomixer_fill_queues), (forward_event_func),
4296 (forward_event), (gst_videomixer_src_event),
4297 (gst_videomixer_sink_event):
4298 * gst/videomixer/videomixer.h:
4299 Implement proper seek/newsegment handling.
4300 Based on adder's implementation.
4303 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
4305 Patch by: Jan Gerber <j at oil21 dot org>
4307 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4308 Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4310 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
4312 * gst/audiofx/Makefile.am:
4313 * gst/audiofx/audiofx.c: (plugin_init):
4314 * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4315 (gst_audio_voice_class_init), (gst_audio_voice_init),
4316 (update_filter), (gst_audio_voice_set_property),
4317 (gst_audio_voice_get_property), (gst_audio_voice_setup),
4318 (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4319 (gst_audio_voice_transform_ip):
4320 * gst/audiofx/audiovoice.h:
4321 Add simple voice removal element. Yay karaoke.
4323 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
4325 Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4327 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4328 Fix potential caps leak.
4329 If we can't get the framerate with an ioctl, try to get it with the
4330 current norm. Fixes #520092.
4332 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
4334 Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4336 * sys/v4l2/v4l2src_calls.c:
4337 (gst_v4l2src_probe_caps_for_format_and_size):
4338 If we fail to get the frame intervals, simply don't touch the framerates
4339 on the template caps instead of discarding the format. See #520092.
4341 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
4343 Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4345 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4346 (gst_v4l2_get_caps_info):
4347 Add NV12, NV21 and bayer support. See #520092.
4349 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
4351 * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4352 (gst_qtdemux_activate_segment):
4353 Unbreak segment activation again. Fixes #531672.
4355 2008-05-25 Sebastian Dröge <slomo@circular-chaos.org>
4357 * ext/flac/Makefile.am:
4358 * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4359 Set the channel layout when decoding FLAC files with more than 2
4360 channels as defined by the FLAC spec. Fixes bug #534570.
4362 Also don't try to decode left/side, right/side and mid/side files
4363 as we don't support this at all.
4365 2008-05-24 Tim-Philipp Müller <tim.muller at collabora co uk>
4368 We need -base CVS (rtsp).
4370 2008-05-22 Tim-Philipp Müller <tim.muller at collabora co uk>
4372 * gst/udp/Makefile.am:
4373 Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4374 when including netdb.h when building against glibc >= 2.8.
4376 2008-05-22 Julien Moutte <julien@fluendo.com>
4378 * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4379 debug statement arguments.
4380 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4381 * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4382 (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4385 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
4387 * tests/check/elements/avimux.c: (setup_src_pad),
4389 * tests/check/elements/icydemux.c: (icydemux_found_pad),
4391 * tests/check/elements/matroskamux.c: (setup_src_pad),
4392 (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4393 * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4395 * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4396 (setup_wavpackparse), (cleanup_wavpackparse):
4397 Don't use gst_element_get_pad(), it's a bad, bad method.
4399 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
4401 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4402 (do_toggle_element):
4403 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4404 (do_toggle_element):
4405 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4406 (do_toggle_element):
4407 * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4408 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4409 (do_toggle_element):
4410 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4411 (do_toggle_element):
4412 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4413 (gst_auto_audio_sink_detect):
4414 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4415 (gst_auto_video_sink_detect):
4416 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4417 (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4418 (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4419 (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4420 (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4421 (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4422 * tests/icles/videocrop-test.c: (test_with_caps),
4423 (video_crop_get_test_caps):
4424 Don't use gst_element_get_pad(), it's a bad method.
4426 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
4428 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4429 (gst_multiudpsink_add_internal):
4430 * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4431 (gst_udp_join_group):
4432 * gst/udp/gstudpnetutils.h:
4433 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4434 Joining a multicast group and setting the loop/ttl properties are
4435 totally unrelated tasks are must be separated.
4437 2008-05-21 Stefan Kost <ensonic@users.sf.net>
4439 * gst/avi/gstavimux.c:
4440 Also support alaw/mulaw.
4442 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
4444 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4445 (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4446 * gst/udp/gstmultiudpsink.h:
4447 Add a fixme for the auto-multicast property.
4448 Fix some confusing debug messages.
4449 Disable setting a qos value by default.
4451 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
4453 Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4455 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4456 Ignore EPERM errors from sendto. Fixes #533619.
4458 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
4460 Patch by: Henrik Eriksson <henriken at axis dot com>
4462 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4463 (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4464 (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4465 (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4466 * gst/udp/gstmultiudpsink.h:
4467 Add qos-dscp property to manage the Quality of service. Fixes #469917.
4469 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
4471 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4472 Improve debugging of the ident.
4474 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
4476 Patch by: Bruno Santos <brunof at ua dot pt>
4478 * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4479 (gst_udp_join_group), (gst_udp_leave_group),
4480 (gst_udp_is_multicast):
4481 * gst/udp/gstudpnetutils.h:
4482 Provide a bunch of helper methods to deal with IPv4 and IPv6
4485 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4486 (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4487 (gst_multiudpsink_get_property), (join_multicast),
4488 (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4489 (gst_multiudpsink_remove):
4490 * gst/udp/gstmultiudpsink.h:
4491 Add multicast TTL and loopback properties.
4492 Use the helper methods to implement ip4 and ip6.
4494 * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4495 * gst/udp/gstudpsrc.h:
4496 Use the helper methods to implement ip4 and ip6.
4499 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
4501 Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4503 * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4504 (gst_multipart_demux_get_gstname),
4505 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4506 * gst/multipart/multipartdemux.h:
4507 Don't blindly copy the mime-type as the caps name because they not
4508 always map directly. Instead use a hashtable with common mappings.
4511 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
4513 * ext/esd/esdsink.c: (gst_esdsink_write):
4514 When we post an error, we must return -1 to let the parent know that we
4515 cannot write the segment else it will loop and continue to call us again
4516 forever. Patch by Michael Meeks.
4518 2008-05-20 Stefan Kost <ensonic@users.sf.net>
4520 * gst/videomixer/videomixer.c:
4521 Add missing incudes.
4523 2008-05-20 Peter Kjellerstedt <pkj@axis.com>
4525 * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4526 (gst_rtp_h264_pay_handle_buffer):
4527 * gst/rtp/gstrtph264pay.h:
4528 Correct a typo (sinle -> single).
4530 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
4532 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4533 (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4534 (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4535 (gst_rtp_h264_depay_process):
4536 * gst/rtp/gstrtph264depay.h:
4537 Add experimental support for outputting quicktime-like AVC output in
4538 addition to the existing bytestream output.
4540 * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4541 (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4542 (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4543 (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4544 (gst_rtp_h264_pay_get_property):
4545 * gst/rtp/gstrtph264pay.h:
4546 Make the parsing mode configurable, for some inputs we don't need to
4547 scan every byte for start codes.
4548 Only set the marker bit on ACCESS units.
4550 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
4552 * gst/equalizer/gstiirequalizer.c:
4553 Use a bigger type in integer mode for the intermediate results to
4554 prevent overflows. This fixes the crippled sound when using the
4555 equalizer in integer mode. Fixes bug #510865.
4557 2008-05-20 Jan Schmidt <jan.schmidt@sun.com>
4559 * gst/videomixer/videomixer.c:
4560 * gst/videomixer/videomixer.h:
4561 Instead of a random number for the request pad id's,
4564 Register the videomixerpad class from the element's class_init
4565 where it's safer, and allows the docs generator to scan it.
4567 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
4569 * gst/smpte/Makefile.am:
4570 * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4571 * gst/smpte/gstsmpte.h:
4572 * gst/smpte/gstsmptealpha.c:
4573 (gst_smpte_alpha_transition_type_get_type),
4574 (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4575 (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4576 (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4577 (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4578 (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4579 (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4580 (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4581 * gst/smpte/gstsmptealpha.h:
4582 * gst/smpte/plugin.c: (plugin_init):
4583 Add new plugin that adds the SMPTE transition in the alpha channel of
4584 I420 and AYUV frames so that they can be blended with videomixer later
4585 on. Uses all niceties such as using base transform for efficient alloc
4586 and negotiation. It currently requires GstController to control the
4587 position in the transition effect.
4589 2008-05-19 Stefan Kost <ensonic@users.sf.net>
4591 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4592 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4593 * docs/plugins/gst-plugins-good-plugins.args:
4594 * docs/plugins/gst-plugins-good-plugins.hierarchy:
4595 * docs/plugins/gst-plugins-good-plugins.interfaces:
4596 * docs/plugins/gst-plugins-good-plugins.types:
4597 * gst/videomixer/videomixer.c:
4598 Try using thaytans new mechanism to get extra classes into plugin
4599 docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4602 2008-05-18 Mark Nauwelaerts <mnauw@users.sf.net>
4604 * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4605 Set proper rate in avi stream header for PCM audio, and also do some
4606 more sanity checks on caps in this case. Fixes #511489.
4608 2008-05-17 Sebastian Dröge <slomo@circular-chaos.org>
4610 * sys/v4l2/gstv4l2src.c:
4611 Don't include the gstv4l2xoverlay.h header as the XOverlay support
4612 isn't implemented at all yet and this requires X headers to be
4613 installed. Fixes bug #533264.
4615 2008-05-17 Sebastian Dröge <slomo@circular-chaos.org>
4617 reviewed by: <delete if not using a buddy>
4619 * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4620 (gst_ebml_write_set_cache):
4621 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4622 (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4623 (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4624 (gst_matroska_demux_read_track_encodings),
4625 (gst_matroska_demux_add_stream),
4626 (gst_matroska_demux_handle_src_query),
4627 (gst_matroska_demux_init_stream),
4628 (gst_matroska_demux_parse_index_cuetrack),
4629 (gst_matroska_demux_parse_index_pointentry),
4630 (gst_matroska_demux_parse_info),
4631 (gst_matroska_demux_parse_metadata_id_simple_tag),
4632 (gst_matroska_demux_parse_metadata),
4633 (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4634 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4635 (gst_matroska_demux_parse_cluster),
4636 (gst_matroska_demux_parse_contents_seekentry),
4637 (gst_matroska_demux_loop_stream_parse_id),
4638 (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4639 (gst_matroska_demux_audio_caps),
4640 (gst_matroska_demux_subtitle_caps):
4641 * gst/matroska/matroska-demux.h:
4642 * gst/matroska/matroska-ids.c:
4643 (gst_matroska_track_init_subtitle_context):
4644 * gst/matroska/matroska-ids.h:
4645 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4646 (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4647 (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4648 * sys/v4l2/gstv4l2src.c:
4649 * tests/check/pipelines/wavpack.c: (bus_handler):
4650 * win32/common/config.h:
4652 2008-05-16 Jan Schmidt <jan.schmidt@sun.com>
4654 * ext/wavpack/gstwavpackstreamreader.c:
4655 * tests/examples/spectrum/demo-audiotest.c:
4656 * tests/examples/spectrum/demo-osssrc.c:
4657 Fix some compiler warnings.
4659 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
4661 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4662 Small comment added.
4664 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4665 (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4666 (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4667 Debug string cleanups (remove trailing \n)
4668 Refactor and clean up the payloader a bit and make sure that we only
4669 put one NAL unit in an RTP packet even if the input buffer contains
4671 Add suport for AVC format input.
4673 2008-05-14 Peter Kjellerstedt <pkj@axis.com>
4675 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4676 (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4677 (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4678 * gst/rtp/gstrtph264pay.h:
4679 Make it possible to specify profile-level-id and sprop-parameter-sets
4680 using properties in case they are not available in-stream.
4682 2008-05-14 Stefan Kost <ensonic@users.sf.net>
4684 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4685 * docs/plugins/gst-plugins-good-plugins.args:
4686 * docs/plugins/inspect/plugin-ladspa.xml:
4687 Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4689 2008-05-13 Mark Nauwelaerts <mnauw@users.sf.net>
4691 * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4692 Send an initial BYTE segment to inform downstream of later seeking,
4693 and to forego sync attempts.
4695 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
4697 * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4698 Fix wrong caps string.
4700 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
4702 Based on patch by: Olivier Crete <tester at tester dot ca>
4704 * gst/rtp/Makefile.am:
4705 * gst/rtp/gstrtp.c: (plugin_init):
4706 * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4707 (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4708 (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4709 (gst_rtp_g729_depay_plugin_init):
4710 * gst/rtp/gstrtpg729depay.h:
4711 * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4712 (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4713 (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4714 * gst/rtp/gstrtpg729pay.h:
4715 Added G729 pay and depayloaders. Fixes #532409.
4717 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
4719 * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4720 Fix the calculation of the duration of the concealment packets.
4722 2008-05-12 Wim Taymans <wim.taymans@collabora.co.uk>
4724 Based on patch by: Olivier Crete <tester at tester dot ca>
4726 * gst/rtp/Makefile.am:
4727 * gst/rtp/gstrtp.c: (plugin_init):
4728 * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4729 (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4730 (parse_encode), (gst_rtp_dv_depay_setcaps),
4731 (calculate_difblock_location), (gst_rtp_dv_depay_process),
4732 (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4733 (gst_rtp_dv_depay_plugin_init):
4734 * gst/rtp/gstrtpdvdepay.h:
4735 * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4736 (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4737 (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4738 (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4739 (gst_dv_pay_negotiate), (include_dif),
4740 (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4741 * gst/rtp/gstrtpdvpay.h:
4742 Add DV pay and depayloaders. Fixes #532423.
4744 2008-05-12 Mark Nauwelaerts <mnauw@users.sf.net>
4746 * gst/matroska/matroska-demux.c:
4747 (gst_matroska_demux_push_dvd_clut_change_event):
4748 Convert subtitle palette info in VobSub private data from VobSub's
4751 2008-05-12 Mark Nauwelaerts <mnauw@users.sf.net>
4753 * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4754 Do not leave fourcc stream header field empty upon reset.
4757 2008-05-11 Jan Schmidt <jan.schmidt@sun.com>
4759 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4760 * docs/plugins/gst-plugins-good-plugins-sections.txt:
4761 * docs/plugins/inspect/plugin-goom.xml:
4762 * docs/plugins/inspect/plugin-goom2k1.xml:
4763 * gst/goom/gstgoom.c:
4764 * gst/goom2k1/gstgoom.c:
4765 Add goom2k1 into the docs.
4767 2008-05-08 Wim Taymans <wim.taymans@collabora.co.uk>
4769 Based on patch by: Wouter Cloetens <wouter at mind be>
4771 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4772 (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4773 (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4774 (gst_rtsp_decode_quoted_string),
4775 (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4776 (gst_rtspsrc_setup_auth):
4777 Support Digest authentication. Fixes #532065.
4779 2008-05-08 Stefan Kost <ensonic@users.sf.net>
4781 * gst/level/gstlevel.c:
4782 Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4783 about whats needed for liboil acceleration. Simplify docs a bit.
4785 2008-05-08 Sebastian Dröge <slomo@circular-chaos.org>
4787 Patch by: Sjoerd Simons <sjoerd at luon dot net>
4789 * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4790 Update the track duration if the old one was invalid.
4793 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4795 * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4796 Use GST_STR_NULL when trying to print sps and pps strings that could
4797 be NULL, as this might crash on some platforms.
4799 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4801 patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4803 * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4804 Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4805 set after creating the clipper.
4807 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4809 patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4811 * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4812 Added checking of surface lost case after an unsuccessful
4813 IDirectDrawSurface7_Lock() call.
4814 If surface is lost, return GST_FLOW_OK.
4816 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4818 patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4820 * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4821 WndProc, gst_directdraw_sink_window_thread):
4822 Improved Windows message loop and fixed window destruction issue.
4823 When the window which DirectDraw is rendering to is destroyed, the
4824 render/show_frame function will return GST_FLOW_ERROR.
4825 Partially fixes #520885.
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_set_caps):
4832 Fixed mid stream resolution change bug, the offscreen surface is now
4833 released when set_caps is called.
4834 Partially fixes #520885.
4836 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4838 * sys/directdraw/gstdirectdrawsink.c
4839 (gst_directdraw_sink_buffer_alloc):
4840 Make it so that gst_directdraw_sink_buffer_alloc uses the right
4843 Especially when looking through the pool of buffers, make sure that
4844 the width/height of caps is used instead of the already negotiated
4846 For example if a buffer with different caps is requested, i.e.
4847 higher resolution, the caller would get a buffer with the old
4848 dimensions and thus corrupt the heap.
4850 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4852 * sys/directdraw/gstdirectdrawsink.c
4853 (gst_directdraw_sink_buffer_alloc):
4854 Clear the flags on recycled buffers from buffer_alloc.
4855 Partially fixes #520885.
4857 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
4859 * gst/rtp/gstrtpilbcpay.c:
4860 Added missing stdlib.h include for strtol(), and made include ordering and
4861 style consistent with the corresponding depayloader.
4863 2008-05-07 Tim-Philipp Müller <tim.muller at collabora co uk>
4866 Error out if we don't have the required core/base versions.
4868 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
4870 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4872 * sys/osxvideo/cocoawindow.m:
4873 Fix compiler warnings on PPC64. Fixes bug #499318.
4875 2008-05-05 Wim Taymans <wim.taymans@collabora.co.uk>
4877 Patch by: Sjoerd Simons <sjoerd at luon dot net>
4879 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4880 Don't leak file descriptors on error. Fixes #531532.
4882 2008-05-03 Sebastian Dröge <slomo@circular-chaos.org>
4884 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4885 (gst_gconf_audio_src_change_state):
4886 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4887 (gst_gconf_video_sink_change_state):
4888 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4889 (gst_gconf_video_src_change_state):
4890 * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4891 (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4892 When we can't create a fakesink/fakesrc complain instead of unreffing
4893 NULL pointers and crashing later. See bug #530535.
4895 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
4897 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4898 Add some more debug info and guard against small payloads.
4900 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4901 Set duration on outgoing buffers because we can.
4903 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
4905 Patch by: Olivier Crete <tester at tester dot ca>
4907 * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4908 (gst_speex_enc_init), (gst_speex_enc_chain):
4909 Add negotiation for the speex channels and rate. Fixes #465146.
4911 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
4913 Patch by: Olivier Crete <tester at tester dot ca>
4915 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4916 (gst_rtp_speex_pay_getcaps):
4917 Add negotiation for the speex channels and rate. See #465146.
4919 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
4921 Patch by: Olivier Crete <tester at tester dot ca>
4923 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4924 (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4925 Add negotiation for the ILBC mode. See #465146.
4927 2008-05-02 Stefan Kost <ensonic@users.sf.net>
4929 * ext/soup/gstsouphttpsrc.c:
4930 Include stdlib to fix the build. Use g_free instead of free, libsoup
4933 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
4935 Patch by: j^ <j@bootlab.org>
4937 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4938 Add more mpeg2 variants. Fixes #530886.
4940 2008-05-01 Tim-Philipp Müller <tim.muller at collabora co uk>
4942 Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4944 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4945 Don't error out if we get an ICMP destination-unreachable
4946 message when trying to read packets on win32 (#529454).
4948 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
4951 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4952 Use new error code for encrypted streams (which requires core CVS).
4954 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
4956 * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4957 (gst_qtdemux_audiosrc_template):
4958 Fix swapped pad template names, spotted by Thiago Sousa Santos.
4960 2008-04-30 Wim Taymans <wim.taymans@collabora.co.uk>
4962 * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4963 (speex_dec_chain_parse_data):
4964 Produce concealment data when time progresses in a segment update.
4966 2008-04-29 Wim Taymans <wim.taymans@collabora.co.uk>
4968 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4970 Try to preserve input timestamps when we can.
4971 Do beginnings of error concealment.
4973 2008-04-28 Michael Smith <msmith@songbirdnest.com>
4975 * gst/debug/gstnavigationtest.c:
4976 MSVC doesn't provide rint(), define an adequate replacement locally as
4979 2008-04-28 Julien Moutte <julien@fluendo.com>
4981 * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4982 format to pacify Mac OSX's gcc.
4984 2008-04-25 Tim-Philipp Müller <tim at centricular dot net>
4986 * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4987 (DEFAULT_MAX), (src_template), (sink_template),
4988 (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4989 (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4990 (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4991 Bring rndbuffersize element into a state that doesn't require us
4992 to move it to -bad immediately. For one, fix up default min/max
4993 values so that the element actuall works using the default values.
4994 Also, don't ignore flow return values and do some kind of minimal
4995 eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4996 other gratuitious clean-ups.
4998 2008-04-25 Tim-Philipp Müller <tim at centricular dot net>
5000 * docs/plugins/Makefile.am:
5001 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5002 * docs/plugins/gst-plugins-good-plugins-sections.txt:
5003 * docs/plugins/gst-plugins-good-plugins.args:
5004 * docs/plugins/gst-plugins-good-plugins.hierarchy:
5005 * docs/plugins/gst-plugins-good-plugins.interfaces:
5006 * docs/plugins/gst-plugins-good-plugins.prerequisites:
5007 * docs/plugins/inspect/plugin-1394.xml:
5008 * docs/plugins/inspect/plugin-aasink.xml:
5009 * docs/plugins/inspect/plugin-alaw.xml:
5010 * docs/plugins/inspect/plugin-alpha.xml:
5011 * docs/plugins/inspect/plugin-alphacolor.xml:
5012 * docs/plugins/inspect/plugin-annodex.xml:
5013 * docs/plugins/inspect/plugin-apetag.xml:
5014 * docs/plugins/inspect/plugin-audiofx.xml:
5015 * docs/plugins/inspect/plugin-auparse.xml:
5016 * docs/plugins/inspect/plugin-autodetect.xml:
5017 * docs/plugins/inspect/plugin-avi.xml:
5018 * docs/plugins/inspect/plugin-cacasink.xml:
5019 * docs/plugins/inspect/plugin-cairo.xml:
5020 * docs/plugins/inspect/plugin-cdio.xml:
5021 * docs/plugins/inspect/plugin-cutter.xml:
5022 * docs/plugins/inspect/plugin-debug.xml:
5023 * docs/plugins/inspect/plugin-dv.xml:
5024 * docs/plugins/inspect/plugin-efence.xml:
5025 * docs/plugins/inspect/plugin-effectv.xml:
5026 * docs/plugins/inspect/plugin-equalizer.xml:
5027 * docs/plugins/inspect/plugin-esdsink.xml:
5028 * docs/plugins/inspect/plugin-flac.xml:
5029 * docs/plugins/inspect/plugin-flxdec.xml:
5030 * docs/plugins/inspect/plugin-gamma.xml:
5031 * docs/plugins/inspect/plugin-gconfelements.xml:
5032 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5033 * docs/plugins/inspect/plugin-goom.xml:
5034 * docs/plugins/inspect/plugin-halelements.xml:
5035 * docs/plugins/inspect/plugin-icydemux.xml:
5036 * docs/plugins/inspect/plugin-id3demux.xml:
5037 * docs/plugins/inspect/plugin-jpeg.xml:
5038 * docs/plugins/inspect/plugin-level.xml:
5039 * docs/plugins/inspect/plugin-matroska.xml:
5040 * docs/plugins/inspect/plugin-monoscope.xml:
5041 * docs/plugins/inspect/plugin-mulaw.xml:
5042 * docs/plugins/inspect/plugin-multifile.xml:
5043 * docs/plugins/inspect/plugin-multipart.xml:
5044 * docs/plugins/inspect/plugin-navigationtest.xml:
5045 * docs/plugins/inspect/plugin-ossaudio.xml:
5046 * docs/plugins/inspect/plugin-png.xml:
5047 * docs/plugins/inspect/plugin-quicktime.xml:
5048 * docs/plugins/inspect/plugin-rtp.xml:
5049 * docs/plugins/inspect/plugin-rtsp.xml:
5050 * docs/plugins/inspect/plugin-shout2send.xml:
5051 * docs/plugins/inspect/plugin-smpte.xml:
5052 * docs/plugins/inspect/plugin-spectrum.xml:
5053 * docs/plugins/inspect/plugin-speex.xml:
5054 * docs/plugins/inspect/plugin-taglib.xml:
5055 * docs/plugins/inspect/plugin-udp.xml:
5056 * docs/plugins/inspect/plugin-video4linux2.xml:
5057 * docs/plugins/inspect/plugin-videobalance.xml:
5058 * docs/plugins/inspect/plugin-videobox.xml:
5059 * docs/plugins/inspect/plugin-videocrop.xml:
5060 * docs/plugins/inspect/plugin-videoflip.xml:
5061 * docs/plugins/inspect/plugin-videomixer.xml:
5062 * docs/plugins/inspect/plugin-wavenc.xml:
5063 * docs/plugins/inspect/plugin-wavpack.xml:
5064 * docs/plugins/inspect/plugin-wavparse.xml:
5065 * docs/plugins/inspect/plugin-ximagesrc.xml:
5066 Add docs for gdkpixbufsink; update docs to CVS version.
5068 2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
5070 * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5071 Remove test sync-offset by default.
5073 2008-04-25 Tim-Philipp Müller <tim at centricular dot net>
5075 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
5076 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
5077 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5078 Use GLib versions of htonl, htons, ntohl and ntohs in order
5079 to avoid problems on win32 (#529707).
5081 2008-04-25 Tim-Philipp Müller <tim at centricular dot net>
5083 Patch by: Jesús Corrius <jesus at softcatala org>
5085 * gst/goom/filters.c: (zoomVector):
5086 * gst/goom/goom_core.c: (init_buffers):
5087 Fix build with mingw32: use rand() instead of random() and
5088 replace bzero() with memset(). Fixes #529692.
5090 2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
5092 * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
5093 Fix typo in comments.
5095 * tests/examples/rtp/client-H263p-PCMA.sdp:
5096 * tests/examples/rtp/client-H263p-PCMA.sh:
5097 * tests/examples/rtp/client-H264-PCMA.sdp:
5098 * tests/examples/rtp/client-H264-PCMA.sh:
5099 * tests/examples/rtp/client-H264.sdp:
5100 * tests/examples/rtp/client-H264.sh:
5101 * tests/examples/rtp/client-PCMA.sdp:
5102 * tests/examples/rtp/client-PCMA.sh:
5103 * tests/examples/rtp/server-alsasrc-PCMA.sh:
5104 * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
5105 * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5106 Add some more docs and fix examples.
5108 2008-04-25 Sebastian Dröge <slomo@circular-chaos.org>
5110 * tests/check/elements/multifile.c:
5111 Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
5112 declared in the former, some have it declared in the latter.
5114 2008-04-24 Sebastian Dröge <slomo@circular-chaos.org>
5116 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
5117 * gst/debug/tests.c: (md5_get_value):
5118 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5119 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5120 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5121 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
5122 Stop using deprecated GLib functions.
5124 2008-04-24 Jan Schmidt <jan.schmidt@sun.com>
5127 Back to development -> 0.10.8.1
5129 === release 0.10.8 ===
5131 2008-04-23 Jan Schmidt <jan.schmidt@sun.com>
5134 releasing 0.10.8, "One For The Money"
5136 2008-04-22 Jan Schmidt <jan.schmidt@sun.com>
5139 0.10.7.4 pre-release
5141 2008-04-22 Jan Schmidt <jan.schmidt@sun.com>
5143 * gst/goom/config_param.c: (goom_plugin_parameters_free):
5144 * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5145 * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5146 * gst/goom/flying_stars_fx.c: (fs_free):
5147 * gst/goom/goom_config_param.h:
5148 * gst/goom/goom_core.c: (goom_init), (goom_close):
5149 * gst/goom/goom_plugin_info.h:
5150 * gst/goom/gstgoom.c: (gst_goom_finalize):
5151 * gst/goom/lines.c: (goom_lines_free):
5152 * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5153 * gst/goom/surf3d.c: (grid3d_free):
5154 * gst/goom/surf3d.h:
5155 * gst/goom/tentacle3d.c: (tentacle_free):
5156 Free a bunch of stuff, and initialise things to fix leaks
5157 and valgrind warnings in the testsuite.
5161 2008-04-21 Wim Taymans <wim.taymans@collabora.co.uk>
5163 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5164 (gst_rtspsrc_configure_caps):
5165 Ref caps as the return value for the request_pt_map signal.
5166 Remove some caps weirdness when configuring a stream. See #528245.
5168 2008-04-18 Tim-Philipp Müller <tim at centricular dot net>
5170 * tests/icles/gdkpixbufsink-test.c:
5171 Add cast to placate gcc 4.1.2.
5173 2008-04-16 Jan Schmidt <jan.schmidt@sun.com>
5176 0.10.7.3 pre-release
5178 2008-04-16 Jan Schmidt <jan.schmidt@sun.com>
5180 * tests/check/Makefile.am:
5181 Disable some more elements in the state test.
5182 Add a define so the soup test can find the test files
5183 it needs at runtime.
5185 * tests/check/elements/souphttpsrc.c: (run_server):
5187 Add a define so the soup test can find the test files
5188 it needs at runtime.
5190 2008-04-17 Jan Schmidt <Jan.Schmidt@sun.com>
5192 * gst/goom/convolve_fx.c: (convolve_apply):
5193 Don't ever draw the GOOM logo.
5196 2008-04-17 Edward Hervey <edward.hervey@collabora.co.uk>
5198 * ext/cdio/gstcdiocddasrc.c:
5199 * ext/dv/gstdvdemux.c:
5200 gst_atomic_int_set ==> g_atomic_int_set
5202 2008-04-16 Tim-Philipp Müller <tim at centricular dot net>
5205 * gst/goom/Makefile.am:
5206 * gst/goom/convolve_fx.c:
5207 * gst/goom/default_scripts.h:
5209 * gst/goom/goom_core.c: (choose_a_goom_line):
5210 * gst/goom/goom_plugin_info.h:
5211 * gst/goom/goomsl.c:
5212 * gst/goom/goomsl.h:
5213 * gst/goom/goomsl_hash.c:
5214 * gst/goom/goomsl_hash.h:
5215 * gst/goom/goomsl_heap.c:
5216 * gst/goom/goomsl_heap.h:
5217 * gst/goom/goomsl_private.h:
5218 * gst/goom/plugin_info.c:
5219 Strip out the config/script parsing stuff, we don't need it.
5222 2008-04-15 Tim-Philipp Müller <tim at centricular dot net>
5224 * gst/goom/plugin_info.c: (setOptimizedMethods):
5225 Disable altivec optimisations for 32-bit PPC as well to make
5226 things build properly on all PPC systems. Fixes #528143
5228 2008-04-14 Tim-Philipp Müller <tim at centricular dot net>
5230 * gst-plugins-good.spec.in:
5231 Update for souphttpsrc plugin which has moved to -good.
5233 2008-04-14 Jan Schmidt <Jan.Schmidt@sun.com>
5235 * gst/matroska/matroska-demux.c:
5236 (gst_matroska_demux_handle_seek_event):
5237 Fix open-ended seeks in matroskademux
5238 Patch by: Mark Nauwelaerts <manauw skynet be>
5241 2008-04-14 Jan Schmidt <jan.schmidt@sun.com>
5243 * tests/check/Makefile.am:
5244 Add soup test certificates to the dist.
5246 2008-04-13 Jan Schmidt <jan.schmidt@sun.com>
5249 Remove LADSPA reference I missed.
5251 2008-04-13 Sebastian Dröge <slomo@circular-chaos.org>
5253 * ext/soup/gstsouphttpsrc.c: (plugin_init):
5254 Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5255 over gnome-vfs and everything else. Fixes bug #527848.
5257 2008-04-13 Jan Schmidt <jan.schmidt@sun.com>
5261 Remove LADSPA plugin. Fixes: #515978
5263 2008-04-13 Jan Schmidt <jan.schmidt@sun.com>
5266 * docs/plugins/Makefile.am:
5267 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5268 * docs/plugins/gst-plugins-good-plugins-sections.txt:
5269 * docs/plugins/gst-plugins-good-plugins.args:
5270 * docs/plugins/inspect/plugin-soup.xml:
5272 * tests/check/Makefile.am:
5273 Move soup plugin from -bad (Fixes: #523124)
5275 2008-04-11 Jan Schmidt <Jan.Schmidt@sun.com>
5277 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5278 Fix bounds checking of mode in Speex header, which may
5279 produce negative numbers in speex <= 1.1.12
5281 2008-04-09 Tim-Philipp Müller <tim at centricular dot net>
5283 * gst/goom/Makefile.am:
5284 * gst/goom/gfontlib.c:
5285 * gst/goom/gfontlib.h:
5286 * gst/goom/gfontrle.c:
5287 * gst/goom/gfontrle.h:
5289 * gst/goom/goom_core.c: (goom_update):
5290 * gst/goom/goom_plugin_info.h:
5291 * gst/goom/gstgoom.c: (gst_goom_chain):
5292 * gst/goom/plugin_info.c:
5293 Remove a bunch of font/text related code that we don't need.
5295 2008-04-09 Tim-Philipp Müller <tim at centricular dot net>
5297 * gst/goom/ppc_drawings.s:
5298 * gst/goom/ppc_zoom_ultimate.s:
5299 Change license of these files to LGPL, as permitted by the
5300 author, Guillaume Borios. See #515073.
5302 2008-04-09 Stefan Kost <ensonic@users.sf.net>
5304 * gst/goom/convolve_fx.c:
5305 * gst/goom/motif_goom1.h:
5306 * gst/goom/motif_goom2.h:
5307 As hinted in Bug #518213, revert one change and fix warnings properly.
5308 This fixes both #518213 and #520073 for me.
5310 2008-04-09 Jan Schmidt <Jan.Schmidt@sun.com>
5312 * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5313 * gst/matroska/matroska-demux.c:
5314 (gst_matroska_demux_handle_seek_event),
5315 (gst_matroska_demux_parse_contents_seekentry),
5316 (gst_matroska_demux_loop):
5317 Fix the Forte build by making function declaration signatures
5318 match the implementations.
5320 2008-04-08 Tim-Philipp Müller <tim at centricular dot net>
5322 * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5323 * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5324 * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5325 More logging when probing (see #518474), some comments in _reset().
5327 2008-04-07 Julien Moutte <julien@fluendo.com>
5329 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5330 because of a bad argument number.
5332 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
5334 * tests/icles/.cvsignore:
5335 * tests/icles/Makefile.am:
5336 * tests/icles/gdkpixbufsink-test.c:
5337 Interactive test app for gdkpixbufsink.
5339 2008-04-06 Sebastian Dröge <slomo@circular-chaos.org>
5341 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5344 Actually build dlls when cross-compiling with mingw32.
5347 2008-04-05 Tim-Philipp Müller <tim at centricular dot net>
5349 * ext/hal/hal.c: (gst_hal_get_alsa_element):
5350 Don't munge device string to 'default:x' for capture devices.
5353 2008-04-04 Sebastian Dröge <slomo@circular-chaos.org>
5355 * ext/wavpack/gstwavpackparse.c:
5356 (gst_wavpack_parse_index_entry_free):
5357 Always use GSlice as we actually depend on GLib 2.12 already.
5359 2008-04-04 Tim-Philipp Müller <tim at centricular dot net>
5362 Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5363 Also bump the GLib requirement to the current de-facto requirement
5366 2008-04-04 Wim Taymans <wim.taymans@collabora.co.uk>
5368 * gst/rtp/gstrtph264pay.c: (encode_base64),
5369 (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5370 * gst/rtp/gstrtph264pay.h:
5371 Parse codec_data for future AVC compatibility.
5372 Fail when we encounter AVC data for now.
5374 2008-04-04 Tim-Philipp Müller <tim at centricular dot net>
5376 * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5377 (gst_spectrum_init), (gst_spectrum_set_property),
5378 (gst_spectrum_get_property), (gst_spectrum_message_new):
5379 Rename property enums and default defines for the properties to match
5380 the property names and rephrase property descriptions to make them a
5381 bit clearer (hopefully). See #518188.
5383 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
5385 * tests/check/Makefile.am:
5386 * tests/check/elements/.cvsignore:
5387 * tests/check/elements/gdkpixbufsink.c:
5388 Add unit test for gdkpixbufsink element.
5390 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
5392 * ext/gdk_pixbuf/Makefile.am:
5393 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5394 * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5395 (gst_gdk_pixbuf_sink_base_init),
5396 (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5397 (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5398 (gst_gdk_pixbuf_sink_set_caps),
5399 (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5400 (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5401 (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5402 (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5403 (gst_gdk_pixbuf_sink_get_property):
5404 * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5405 Add gdkpixbufsink element for easy snapshotting (#525946).
5407 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
5409 * tests/check/pipelines/wavpack.c: (wavpack_suite):
5410 Bump timeout from 3 to 60 seconds.
5412 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
5414 * tests/check/pipelines/.cvignore:
5415 Remove useless file.
5417 * tests/check/pipelines/.cvsignore:
5418 Add new test to .cvsignore.
5420 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
5422 * tests/check/Makefile.am:
5423 * tests/check/pipelines/wavpack.c: (bus_handler),
5424 (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5425 (wavpack_suite), (main):
5426 Add unit test that encodes and decodes some data, checks that it
5427 is still the same and that all timestamps/offsets are perfect.
5429 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
5431 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5432 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5433 * ext/wavpack/gstwavpackparse.c:
5434 (gst_wavpack_parse_index_entry_new),
5435 (gst_wavpack_parse_index_entry_free),
5436 (gst_wavpack_parse_base_init),
5437 (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5438 Use GSlice for allocating index entries and use
5439 gst_element_class_set_details_simple().
5441 2008-04-02 Tim-Philipp Müller <tim at centricular dot net>
5443 Patch by: Brian Cameron <brian.cameron at sun dot com>
5445 * sys/sunaudio/gstsunaudio.c:
5446 * sys/sunaudio/gstsunaudiomixer.c:
5447 * sys/sunaudio/gstsunaudiomixer.h:
5448 * sys/sunaudio/gstsunaudiomixerctrl.c:
5449 * sys/sunaudio/gstsunaudiomixerctrl.h:
5450 * sys/sunaudio/gstsunaudiomixertrack.c:
5451 * sys/sunaudio/gstsunaudiomixertrack.h:
5452 * sys/sunaudio/gstsunaudiosink.c:
5453 * sys/sunaudio/gstsunaudiosink.h:
5454 * sys/sunaudio/gstsunaudiosrc.c:
5455 * sys/sunaudio/gstsunaudiosrc.h:
5456 Fix up copyrights (#525860).
5458 2008-04-02 Tim-Philipp Müller <tim at centricular dot net>
5460 * gst/goom/goomsl.c: (gsl_read_file):
5461 Check return value of fread() to avoid compiler warnings.
5463 2008-04-01 Wim Taymans <wim.taymans@collabora.co.uk>
5465 Based on patch by: Mersad Jelacic <mersad at axis dot com>
5467 * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5468 (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5469 * gst/law/alaw-decode.h:
5470 * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5471 * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5472 (gst_mulawdec_chain), (gst_mulawdec_change_state):
5473 * gst/law/mulaw-decode.h:
5474 * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5475 Make negotiation a bit modern.
5476 Use pad_alloc. Fixes #525359.
5478 2008-03-31 David Schleef <ds@schleef.org>
5480 * gst/goom/xmmx.c: Fix constraints on asm code so that it
5481 compiles consistently. Fixes #522278.
5483 2008-03-27 Tim-Philipp Müller <tim at centricular dot net>
5485 Patch by: Brian Cameron <brian.cameron at sun dot com>
5487 * sys/sunaudio/gstsunaudiomixerctrl.c:
5488 (gst_sunaudiomixer_ctrl_get_volume),
5489 (gst_sunaudiomixer_ctrl_set_volume):
5490 * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5491 Fix up the mixer tracks to use a volume range of 0-255, which is what
5492 the sun audio API uses. This simplifies the code and avoids rounding
5493 errors. Fixes #524593.
5495 2008-03-26 Edgard Lima <edgard.lima@indt.org.br>
5497 * sys/v4l2/gstv4l2object.c:
5498 * sys/v4l2/gstv4l2object.h:
5499 Add device-fd property to make it possible to apps to call ioctl's.
5501 2008-03-25 Wim Taymans <wim.taymans@collabora.co.uk>
5503 * gst/qtdemux/qtdemux.c: (next_entry_size):
5504 Unbreak streaming mode again.
5506 2008-03-25 Tim-Philipp Müller <tim at centricular dot net>
5508 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5509 Remove superfluous DEBUG macro.
5511 2008-03-25 Tim-Philipp Müller <tim at centricular dot net>
5513 Based on patch by: William M. Brack <wbrack at mmm com hk>
5515 * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5516 (gst_v4l2src_set_capture):
5517 Check whether the device supports setting the framerate before
5518 trying to set it and then posting a warning or error if it doesn't
5519 work (#516649, #520092). Also compare fractions more correctly.
5521 2008-03-23 Tim-Philipp Müller <tim at centricular dot net>
5523 * gst/goom/Makefile.am:
5524 Remove ppc assembler optimisations from the build until they
5525 actually build (they also seem to have GPL headers).
5527 2008-03-23 Tim-Philipp Müller <tim at centricular dot net>
5530 Better not dist files that don't exist any longer (lrint*m4).
5532 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
5537 Remove lrint/lrintf checks. We don't use it anywhere.
5539 2008-03-18 Andy Wingo <wingo@pobox.com>
5541 * sys/osxvideo/osxvideosink.m
5542 (gst_osx_video_sink_osxwindow_destroy)
5543 (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5545 (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5548 2008-03-18 Andy Wingo <wingo@pobox.com>
5550 * sys/osxvideo/osxvideosink.m
5551 (gst_osx_video_sink_osxwindow_destroy)
5552 (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5554 (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5557 2008-03-17 Tim-Philipp Müller <tim at centricular dot net>
5559 Patch by: William M. Brack <wbrack at mmm com hk>
5561 * sys/v4l2/v4l2src_calls.c:
5562 (gst_v4l2src_probe_caps_for_format_and_size),
5563 (gst_v4l2src_probe_caps_for_format):
5564 Make sure the probed frame sizes are reversed in the resulting
5565 caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5566 highest resolution first); also remove unused variable.
5567 (Partly fixes #520092)
5569 2008-03-17 Wim Taymans <wim.taymans@collabora.co.uk>
5571 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
5573 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5574 (gst_rtspsrc_finalize):
5575 Call WSAStartup() and WSACleanup before using the Winsock API.
5578 2008-03-16 Stefan Kost <ensonic@users.sf.net>
5580 * gst/avi/gstavidemux.c:
5581 Erm, the buffer-size is just guint, no need for the special format
5584 2008-03-16 Tim-Philipp Müller <tim at centricular dot net>
5586 * gst/goom/plugin_info.c:
5587 * gst/goom/ppc_zoom_ultimate.h:
5588 Small fixes to build more on PPC: ifdef out code that uses unknown
5589 define; add newline at end of header file to avoid compiler warning.
5590 Assembler code still doesn't build though.
5592 2008-03-16 Stefan Kost <ensonic@users.sf.net>
5594 * gst/avi/gstavidemux.c:
5595 Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5596 Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5598 2008-03-16 Stefan Kost <ensonic@users.sf.net>
5600 * gst/avi/gstavidemux.c:
5601 Chunksize is uint32. Fix format specifier.
5603 2008-03-14 Christian Schaller <christian.schaller@collabora.co.uk>
5605 * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5606 mistake. Return file to pure MIT text.
5608 2008-03-13 Sebastian Dröge <slomo@circular-chaos.org>
5610 * gst/audiofx/audiofx.c:
5611 Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5612 of hardcoding values.
5614 2008-03-11 Tim-Philipp Müller <tim at centricular dot net>
5616 Patch by: Mark Nauwelaerts <manauw skynet be>
5618 * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5619 (gst_oss_src_close):
5620 * sys/oss/gstosssrc.h:
5621 Cache probed caps, so _get_caps() during recording doesn't cause
5622 ioctl calls which may disrupt the recording (fixes #521875).
5624 2008-03-11 Wim Taymans <wim.taymans@collabora.co.uk>
5626 * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5627 (gst_qtdemux_activate_segment),
5628 (gst_qtdemux_prepare_current_sample),
5629 (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5630 Make sure we always send a DISCONT after a seek by setting the sample
5631 index to an undefined value after a seek.
5633 2008-03-11 Tim-Philipp Müller <tim at centricular dot net>
5635 * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5636 (GST_IS_AVI_SUBTITLE_CLASS):
5637 Fix up IS_FOO macros, which makes gtk-doc much happier.
5639 2008-03-08 Tim-Philipp Müller <tim at centricular dot net>
5641 * tests/icles/Makefile.am:
5642 Move the -lgstfoo where it belongs.
5644 2008-03-08 Sebastian Dröge <slomo@circular-chaos.org>
5646 * gst/matroska/ebml-ids.h:
5647 Add ID for EBML CRC32 elements.
5649 * gst/matroska/Makefile.am:
5650 * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5651 (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5652 (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5653 (gst_ebml_read_header):
5654 Support reading 80bit floats, add finalize method to clean up
5655 in any case, support reading length/id elements with any length
5656 as long as it's smaller than our supported maximum, don't leak
5657 buffers if reading as much data as we wanted failed and some
5660 2008-03-08 Sebastian Dröge <slomo@circular-chaos.org>
5662 Patch by: Olivier Crete <tester at tester dot ca>
5664 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5665 Check that a buffer is large enough before reading from it.
5668 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
5670 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5671 Fix compilation after removing the GstPollMode from the
5674 2008-03-07 Sebastian Dröge <slomo@circular-chaos.org>
5677 * gst/audiofx/Makefile.am:
5678 * gst/audiofx/audiochebband.c:
5679 * gst/audiofx/audiocheblimit.c:
5680 * gst/audiofx/math_compat.h:
5681 Check for sinh(), cosh() and asinh() and define our own
5682 implementations if they're not available. Fixes bug #520880.
5684 2008-03-07 Sebastian Dröge <slomo@circular-chaos.org>
5686 Patch by: Olivier Crete <tester at tester dot ca>
5688 * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5689 Unref the buffers only once when handling not-negotiated errors.
5692 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
5694 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
5696 * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5698 Properly balance WSA_Cleanup with WSA_Startup.
5699 Also make the poll controllable on windows. Fixes #520888.
5701 2008-03-06 Wim Taymans <wim.taymans@collabora.co.uk>
5703 * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5704 (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5705 (gst_ebml_read_element_length), (gst_ebml_peek_id),
5706 (gst_ebml_read_skip), (gst_ebml_read_buffer),
5707 (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5708 (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5709 (gst_ebml_read_date), (gst_ebml_read_master),
5710 (gst_ebml_read_binary), (gst_ebml_read_header):
5711 * gst/matroska/ebml-read.h:
5712 * gst/matroska/matroska-demux.c:
5713 (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5714 (gst_matroska_demux_read_track_encodings),
5715 (gst_matroska_demux_add_stream),
5716 (gst_matroska_demux_handle_src_query),
5717 (gst_matroska_demux_handle_seek_event),
5718 (gst_matroska_demux_init_stream),
5719 (gst_matroska_demux_parse_tracks),
5720 (gst_matroska_demux_parse_index_cuetrack),
5721 (gst_matroska_demux_parse_index_pointentry),
5722 (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5723 (gst_matroska_demux_parse_metadata_id_simple_tag),
5724 (gst_matroska_demux_parse_metadata_id_tag),
5725 (gst_matroska_demux_parse_metadata),
5726 (gst_matroska_demux_sync_streams),
5727 (gst_matroska_demux_push_hdr_buf),
5728 (gst_matroska_demux_push_flac_codec_priv_data),
5729 (gst_matroska_demux_push_xiph_codec_priv_data),
5730 (gst_matroska_demux_add_wvpk_header),
5731 (gst_matroska_demux_check_subtitle_buffer),
5732 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5733 (gst_matroska_demux_parse_cluster),
5734 (gst_matroska_demux_parse_contents_seekentry),
5735 (gst_matroska_demux_parse_contents),
5736 (gst_matroska_demux_loop_stream_parse_id),
5737 (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5738 * gst/matroska/matroska-demux.h:
5739 * gst/matroska/matroska-ids.h:
5740 Handle return values from pull_range in a more granular way to properly
5742 Combine return values from push.
5743 Implement proper error handling.
5744 Prepare for handling seeking correctly.
5746 2008-03-03 Jan Schmidt <jan.schmidt@sun.com>
5748 * gst/matroska/ebml-read.c:
5749 Use GINT64 formatting constants from GLIB.
5751 * gst/matroska/matroska-demux.c:
5752 Add some guards to avoid a possible division by 0 and crashing
5753 with NULL events on some systems.
5754 Use gst_gdouble_to_guint64 somewhere instead of an implicit
5757 * gst/matroska/matroska-mux.c:
5758 Check for invalid timestamps in a bunch of places to avoid
5759 writing bogus durations into the output file.
5760 Fix some double<->gint64 conversions that weren't using
5761 gst_guint64_to_gdouble
5763 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
5766 Move the checks for bison, flex and as to the program section and the
5767 check for gcc inline asm to the compiler characteristics section.
5769 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
5772 Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5773 plug-ins are included/excluded. (#498222)
5775 2008-02-29 Michael Smith <msmith@fluendo.com>
5777 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5778 Don't call gst_object_sync_values() unless we have a valid timestamp.
5780 2008-02-28 David Schleef <ds@schleef.org>
5782 * gst/matroska/matroska-demux.c:
5783 * gst/matroska/matroska-ids.h:
5784 * gst/matroska/matroska-mux.c:
5785 Fix Dirac mapping. I had previously added a VfW-type
5786 mapping, but it looks like Dirac will get a native Matroska
5787 mapping, and this is the most likely method.
5789 2008-02-28 David Schleef <ds@schleef.org>
5791 * gst/avi/gstavimux.c: Add Dirac encoding
5793 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
5795 Patch by: Peter Kjellerstedt <pkj at axis com>
5797 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5798 (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5799 (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5800 * gst/udp/gstudpsrc.h:
5801 Port to GstPoll. See #505417.
5803 2008-02-28 Sebastian Dröge <slomo@circular-chaos.org>
5805 * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5806 Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5807 yet on the srcpad. We need rate and channels before we
5808 can do any processing. Fixes bug #519088.
5810 2008-02-26 Jan Schmidt <jan.schmidt@sun.com>
5813 Detect and indicate if GCC inline assembly syntax is
5816 * gst/goom/Makefile.am:
5817 * gst/goom/convolve_fx.c:
5818 * gst/goom/flying_stars_fx.c:
5819 * gst/goom/goom_config.h:
5820 * gst/goom/goom_core.c:
5821 * gst/goom/goomsl.c:
5824 * gst/goom/plugin_info.c:
5826 Fix various GCC-isms, and only build the inline assembly
5827 with compilers that support GCC inline assembly.
5829 Fix a couple of other warnings shown with Forte.
5831 2008-02-25 Stefan Kost <ensonic@users.sf.net>
5834 Use 'emms' instead of 'femms' to not crash on cpus that do not
5835 implement this 3dnow specific instruction.
5837 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
5839 * gst/goom/plugin_info.c: (setOptimizedMethods):
5840 Use extended MMX for draw_line() too if available, not only
5843 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
5845 * ext/jpeg/gstjpeg.c: (plugin_init):
5846 Remove (commented out) smoke typefinder. This is in base now.
5848 2008-02-23 Jan Schmidt <jan.schmidt@sun.com>
5850 * gst/goom2k1/Makefile.am:
5851 * gst/goom2k1/gstgoom.c:
5853 Rename the installed library, and don't register the same
5854 GType name as the new goom.
5856 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
5859 * ext/taglib/Makefile.am:
5860 Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5861 when building C++ code (#516509).
5863 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
5865 * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5866 * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5867 (setOptimizedMethods):
5868 Call oil_init(), otherwise oil_get_cpu_flags() won't return
5869 anything useful. Export goom debug category so we can get
5870 rid of the VERBOSE define and the printfs.
5872 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
5874 * gst/goom/goomsl_heap.c: (align_it):
5875 * gst/goom/plugin_info.c: (setOptimizedMethods):
5876 Compile fixes for x86-64.
5878 2008-02-23 Bastien Nocera <hadess@hadess.net>
5880 * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5881 with warnings, but add other CFLAGS
5883 * gst/goom/goomsl.c (gsl_instr_set_namespace),
5884 (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5885 (calculate_labels), (gsl_read_file):
5886 * gst/goom/goomsl_lex.l:
5887 * gst/goom/goomsl_yacc.y:
5888 * gst/goom/plugin_info.c: Remove a few live printf, and
5889 fprintf, replace exit() calls with g_assert_not_reached()
5890 if it not optimal for a library
5892 2008-02-23 Bastien Nocera <hadess@hadess.net>
5894 * gst/goom/Makefile.am: Remove the warnings being disabled,
5895 fix linkage on x86, spotted by Sebastian Dröge
5896 <slomo@circular-chaos.org>
5898 * gst/goom/convolve_fx.c (convolve_init),
5899 (create_output_with_brightness), (convolve_apply):
5900 * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5901 * gst/goom/goomsl.c:
5902 * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5903 * gst/goom/plugin_info.c:
5904 * gst/goom/tentacle3d.c (tentacle_fx_create):
5905 Fix warnings, and disable the motifs in the convolve_fx
5906 plugin (they were causing warnings, and they were just
5907 "Goom" in funny letterring)
5909 2008-02-23 Bastien Nocera <hadess@hadess.net>
5911 * configure.ac: Add checks for Flex/Yacc/Bison and other
5912 furry animals, for the new goom 2k4 based plugin
5914 * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5915 CPU optimisations (not working yet), move the old plugin to...
5917 * gst/goom2k1/*: ... here, in case somebody is sick enough
5921 2008-02-22 Wim Taymans <wim.taymans@collabora.co.uk>
5923 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5924 Post the server response code in an error message instead of a generic
5925 'error' message. Fixes #517237.
5927 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
5929 * tests/check/Makefile.am:
5930 Ignore gconfaudiosrc for the states unit test too. It will fallback
5931 to alsasrc if the gconf settings can't be read and not everybody has
5934 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
5936 * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5937 (gst_wavpack_parse_create_src_pad):
5938 * ext/wavpack/gstwavpackparse.h:
5939 Always report the duration if we know it in push mode and don't
5940 return 0 just to make totem believe we can't seek in push mode.
5941 Newer totem version use the SEEKING query which properly reports
5942 if we can seek or not.
5944 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
5946 Patch by: Jens Granseuer <jensgr at gmx dot net>
5948 * tests/examples/equalizer/demo.c: (main):
5949 C89 fix, moving variable declarations to the beginning of
5950 the block. Fixes bug #517933.
5952 2008-02-21 Jan Schmidt <jan.schmidt@sun.com>
5955 Back to development...
5957 === release 0.10.7 ===
5959 2008-02-20 Jan Schmidt <jan.schmidt@sun.com>
5962 releasing 0.10.7, "Red Door Black"
5964 2008-02-19 Sebastian Dröge <slomo@circular-chaos.org>
5966 * gst/alpha/Makefile.am:
5967 Link alpha plugin with libgstbase. Fixes bug #517386.
5969 2008-02-18 Wim Taymans <wim.taymans@collabora.co.uk>
5971 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5972 Init values to -1 instead of the default 0 value.
5975 2008-02-14 Stefan Kost <ensonic@users.sf.net>
5977 * tests/examples/spectrum/spectrum-example.c:
5978 Add missing include to fix compilation when libxml usage is disabled.
5981 2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
5983 patch by: Wim Taymans <wim.taymans@collabora.co.uk>
5986 * gst/rtp/gstrtph264pay.c:
5987 * gst/rtp/gstrtpmp4gdepay.c:
5988 * gst/rtp/gstrtpmp4gpay.c:
5989 * gst/rtp/gstrtpmp4gpay.h:
5990 * gst/rtp/gstrtptheorapay.c:
5991 * gst/rtp/gstrtpvorbispay.c:
5993 Fix various leaks shown up in valgrind
5994 - free sprops and buffer in error cases in H264 payloader
5995 - fix leak in mp4g depayloader when construction the caps
5996 - don't leak config string in the mp4g payloader
5997 - don't leak buffers and headers in theora and vorbis payloaders
5999 * tests/check/elements/rtp-payloading.c:
6001 Fix the RTP data test
6002 - Actually send valid amr data to the payloader instead of 20
6004 - The mp4g payloader expects codec_data on the caps
6006 2008-02-12 Sebastien Moutte <sebastien@moutte.net>
6009 Add libgstpng.dsp to MANIFEST.
6010 * win32/vs6/libgstaudiofx.dsp:
6011 Add new source files to VS project file.
6013 2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
6015 * sys/ximage/gstximagesrc.c:
6016 Initialise variables when opening the X display rather
6017 than in _start(), as the display can be opened before that.
6021 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
6023 * sys/directdraw/gstdirectdrawsink.c:
6024 (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
6025 (gst_directdraw_sink_finalize):
6026 Properly chain up finalize functions. Fixes bug #515980.
6028 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
6030 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6031 (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
6032 (gst_v4l2_buffer_pool_class_init):
6033 Chain up the finalize functions. Fixes bug #515984.
6035 2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
6037 * sys/ximage/ximageutil.c:
6038 Chain up in the finalize function for our custom
6040 Patch by: Sebastian Dröge <slomo@circular-chaos.org>
6043 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
6045 * gst/debug/efence.c: (gst_fenced_buffer_finalize),
6046 (gst_fenced_buffer_class_init):
6047 Properly chain up finalize method. Fixes bug #515979.
6049 2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
6051 * sys/ximage/gstximagesrc.c:
6052 Free allocated Damage memory before closing our connection to the
6053 X server. Partially fixes: #515706
6055 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
6057 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6058 * tests/check/Makefile.am:
6059 * tests/check/gst-plugins-good.supp:
6060 Add a few libjpeg suppressions and initialize a variable to
6061 make smokeenc valgrind clean. Fixes bug #515701.
6063 2008-02-11 Jan Schmidt <jan.schmidt@sun.com>
6065 * gst/avi/gstavidemux.c:
6066 Revert patch which sends timestamps only on keyframes, as it
6067 breaks playback with current gst-ffmpeg.
6071 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
6073 * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6074 * tests/check/elements/multifile.c: (GST_START_TEST):
6075 Close some memory leaks spotted by the unit test. Fixes bug #515697.
6077 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
6079 * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6080 Use and unset the GError when pipeline creation fails instead of
6081 simply leaking it. Fixes bug #515704.
6083 2008-02-10 Sebastian Dröge <slomo@circular-chaos.org>
6085 * gst/audiofx/audioamplify.c:
6086 * gst/audiofx/audiochebband.c:
6087 * gst/audiofx/audiocheblimit.c:
6088 * gst/audiofx/audiodynamic.c:
6089 * gst/audiofx/audioinvert.c:
6090 * gst/audiofx/audiopanorama.c:
6091 * gst/audiofx/audiowsincband.c:
6092 * gst/audiofx/audiowsinclimit.c:
6093 Fix long description of audiofx elements. Fixes bug #515457.
6095 2008-02-09 Jan Schmidt <jan.schmidt@sun.com>
6097 * docs/plugins/Makefile.am:
6098 * gst/spectrum/gstspectrum.c:
6099 * tests/examples/spectrum/.cvsignore:
6100 * tests/examples/spectrum/Makefile.am:
6101 * tests/examples/spectrum/spectrum-example.c:
6103 Add a simple example application for the spectrum element, include it
6104 in the docs, and fix some documentation ambiguities.
6108 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
6110 * gst/equalizer/Makefile.am:
6111 * gst/spectrum/Makefile.am:
6114 * tests/check/Makefile.am:
6115 Exclude v4l2src from the states test - it takes too long to start.
6117 * tests/check/elements/spectrum.c:
6118 Make the test run properly with CK_FORK=no
6120 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
6122 * gst/audiofix/Makefile.am: add missing header files
6124 2008-02-08 Julien Moutte <julien@fluendo.com>
6126 * gst/matroska/matroska-demux.c:
6127 (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
6128 keyframe and delta units correctly when dealign with a BlockGroup.
6131 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
6133 * tests/check/elements/.cvsignore:
6134 Spell the new tests correctly in .cvsignore
6136 2008-02-08 Tim-Philipp Müller <tim at centricular dot net>
6138 * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6139 Need to use gsize here for the size, fixes compiler warning.
6141 * tests/examples/equalizer/.cvsignore:
6142 * tests/examples/equalizer/Makefile.am:
6143 * tests/examples/spectrum/.cvsignore:
6144 * tests/examples/spectrum/Makefile.am:
6145 Add missing files to fix the build.
6147 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
6150 * docs/plugins/Makefile.am:
6151 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6152 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6153 * docs/plugins/gst-plugins-good-plugins.args:
6154 * docs/plugins/gst-plugins-good-plugins.hierarchy:
6155 * docs/plugins/inspect/plugin-multifile.xml:
6156 * tests/check/Makefile.am:
6157 * tests/check/elements/.cvsignore:
6159 Move multifile plugin from -bad.
6162 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
6165 * docs/plugins/Makefile.am:
6166 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6167 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6168 * docs/plugins/gst-plugins-good-plugins.args:
6169 * docs/plugins/gst-plugins-good-plugins.hierarchy:
6170 * docs/plugins/inspect/plugin-spectrum.xml:
6171 * gst/spectrum/Makefile.am:
6172 * tests/check/Makefile.am:
6173 * tests/check/elements/.cvsignore:
6174 * tests/examples/Makefile.am:
6176 Move spectrum plugin from -bad.
6177 Move examples into tests/examples/spectrum.
6179 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
6182 * docs/plugins/Makefile.am:
6183 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6184 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6185 * docs/plugins/gst-plugins-good-plugins.args:
6186 * docs/plugins/gst-plugins-good-plugins.hierarchy:
6187 * docs/plugins/gst-plugins-good-plugins.interfaces:
6188 * docs/plugins/inspect/plugin-equalizer.xml:
6189 * gst/equalizer/Makefile.am:
6190 * tests/check/Makefile.am:
6191 * tests/examples/Makefile.am:
6192 Move the equalizer plugin across from -bad
6194 * tests/check/elements/.cvsignore:
6195 Add equalizer, audiosincwband and audiosincwlimit
6197 * tests/check/elements/equalizer.c:
6198 Fix compiler warnings
6202 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
6205 Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6206 are treated like releases and build without it.
6208 2008-02-07 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/inspect/plugin-audiofx.xml:
6215 * gst/audiofx/Makefile.am:
6216 * gst/audiofx/audiofx.c:
6217 * gst/audiofx/audiowsincband.c:
6218 * gst/audiofx/audiowsincband.h:
6219 * gst/audiofx/audiowsinclimit.c:
6220 * gst/audiofx/audiowsinclimit.h:
6221 * tests/check/Makefile.am:
6222 * tests/check/elements/audiowsincband.c:
6223 * tests/check/elements/audiowsinclimit.c:
6225 Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6226 the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6231 2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
6233 * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6234 * tests/check/elements/icydemux.c:
6235 Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6236 caps, and add a somewhat useful debug message. Plus test.
6238 2008-02-07 Sebastien Moutte <sebastien@moutte.net>
6240 * gst/rtsp/gstrtspsrc.c:
6241 Include unistd.h only if HAVE_UNISTD_H is defined
6242 * win32/common/config.h.in:
6243 * win32/common/config.h:
6244 Define socklen_t as it seems it's not defined in default
6245 Visual Studio headers.
6246 * win32/vs6/libgstalpha.dsp:
6247 * win32/vs6/libgstapetag.dsp:
6248 * win32/vs6/libgstavi.dsp:
6249 * win32/vs6/libgstrtp.dsp:
6250 * win32/vs6/libgstrtsp.dsp:
6251 * win32/vs6/libgstvideomixer.dsp:
6252 Update project file dependencies and add new source files
6254 2008-02-07 Sebastian Dröge <slomo@circular-chaos.org>
6256 Patch by: Bjarne Rosengren <bjarne at axis dot com>
6258 * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6259 Don't leak buffers when we don't push them downstream.
6262 2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
6265 Bump requirements to (good) released versions to avoid
6266 confusion and make implicit core requirement explicit.
6268 2008-02-06 Jan Schmidt <jan.schmidt@sun.com>
6270 * docs/plugins/Makefile.am:
6271 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6272 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6273 * docs/plugins/gst-plugins-good-plugins.args:
6274 * docs/plugins/inspect/plugin-audiofx.xml:
6275 * gst/audiofx/Makefile.am:
6276 * gst/audiofx/audiochebband.c:
6277 * gst/audiofx/audiochebband.h:
6278 * gst/audiofx/audiocheblimit.c:
6279 * gst/audiofx/audiocheblimit.h:
6280 * gst/audiofx/audiochebyshevfreqband.c:
6281 * gst/audiofx/audiochebyshevfreqband.h:
6282 * gst/audiofx/audiochebyshevfreqlimit.c:
6283 * gst/audiofx/audiochebyshevfreqlimit.h:
6284 * gst/audiofx/audiofx.c:
6285 * tests/check/Makefile.am:
6286 * tests/check/elements/.cvsignore:
6287 * tests/check/elements/audiochebband.c:
6288 * tests/check/elements/audiocheblimit.c:
6289 * tests/check/elements/audiochebyshevfreqband.c:
6290 * tests/check/elements/audiochebyshevfreqlimit.c:
6292 Rename audiochebyshevfreqband -> audiochebband and
6293 audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6298 2008-02-05 Wim Taymans <wim.taymans@collabora.co.uk>
6300 Patch by: Orjan Friberg <orjanf at axis dot com>
6302 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6303 Fix caps memory leak. Fixes #514573.
6305 2008-02-04 Edward Hervey <edward.hervey@collabora.co.uk>
6307 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6308 If there's no entries in the subindex, don't try to do anything stupid,
6311 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
6313 Patch by: John Millikin <jmillikin at gmail dot com>
6315 * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6316 (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6317 Fix extraction of picture blocks with newer libflac versions again:
6318 FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6320 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
6322 * tests/check/Makefile.am:
6323 Add rtp-payloading test to VALGRIND_TO_FIX.
6325 * tests/check/elements/rtp-payloading.c:
6326 Add semicolons after GST_TEST_END so gst-indent gets the
6327 formatting right; make test less verbose in general, but
6328 more verbose in the error case (which should probably
6329 make the test fail anyway).
6331 2008-02-01 Thijs Vermeir <thijsvermeir@gmail.com>
6333 * docs/plugins/Makefile.am:
6334 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6335 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6336 * gst/avi/gstavisubtitle.c:
6337 Add documentation for avisubtitle and change class to
6338 Codec/Parser/Subtitle
6340 2008-01-31 Jan Schmidt <Jan.Schmidt@sun.com>
6342 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6343 Treat ENOTTY (driver does not implement ioctl) the same as
6344 EINVAL since it implies there are no available standards.
6346 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6347 (gst_v4l2src_get_nearest_size):
6348 Replace gst_v4l2src_get_size_limits with 2 calls to new function
6349 gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6350 probe if the driver does not support VIDIOC_TRY_FMT for whatever
6351 reason, and if we aren't yet actively capturing.
6353 * sys/v4l2/v4l2src_calls.h:
6354 Remove replaced function declaration.
6356 2008-01-31 Jan Schmidt <Jan.Schmidt@sun.com>
6359 Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6362 2008-01-31 Jan Schmidt <jan.schmidt@sun.com>
6367 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
6369 * gst/alpha/Makefile.am:
6370 * gst/alpha/gstalpha.c:
6372 Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6373 some stuff, and making buffer-alloc and resizing work automatically.
6374 No longer crashes on odd frame widths and heights, although there
6375 seems to be a disagreement with ffmpegcolorspace about what size
6376 an AYUV frame with odd height should be.
6378 2008-01-29 Wim Taymans <wim.taymans@collabora.co.uk>
6380 Patch by: Alessandro Decina <alessandro at nnva dot org>
6382 * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6383 * ext/libpng/gstpngenc.h:
6384 Preallocate the output buffer so that g_memdup() and
6385 gst_buffer_merge() aren't needed anymore. This greatly improves
6386 performances and fixes #512544.
6388 2008-01-29 Wim Taymans <wim.taymans@collabora.co.uk>
6390 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6391 (gst_avi_demux_stream_data):
6392 GStreamer timestamps are PTS values while AVI only knows about DTS
6393 timestamps. Make sure we only copy the DTS as the buffer timestamp when
6394 we are dealing with a key frame.
6396 2008-01-29 Stefan Kost <ensonic@users.sf.net>
6398 * tests/check/Makefile.am:
6399 * tests/check/elements/.cvsignore:
6400 * tests/check/elements/rtp-payloading.c:
6401 Add add testsuite for the rtp-payloader that tries simulating
6402 dataflow. Needs more test data.
6404 2008-01-29 Stefan Kost <ensonic@users.sf.net>
6406 * tests/check/elements/alphacolor.c:
6407 Remove two unused variables.
6409 2008-01-28 Tim-Philipp Müller <tim at centricular dot net>
6411 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6412 Use g_ascii_strtoll() instead of atoll, which is only
6415 2008-01-25 Thijs Vermeir <thijsvermeir@gmail.com>
6417 * gst/rtp/Makefile.am:
6419 * gst/rtp/gstrtpmpvpay.c:
6420 * gst/rtp/gstrtpmpvpay.h:
6421 Add MPEG2 video payloader
6423 2008-01-23 Sebastian Dröge <slomo@circular-chaos.org>
6425 * gst/level/gstlevel.c:
6426 Use #include <math.h> instead of #include "math.h".
6428 2008-01-21 Jan Schmidt <Jan.Schmidt@sun.com>
6430 * tests/check/Makefile.am:
6431 Fix up some CFLAGS sets.
6432 Don't include gconfvideosrc in the states test.
6434 * tests/check/elements/autodetect.c: (GST_START_TEST):
6435 Add some error strings to fail_unless arguments to fix some weird
6436 compiler errors on Solaris.
6438 2008-01-21 Jan Schmidt <Jan.Schmidt@sun.com>
6441 Detect video4linux headers on Solaris too.
6442 * sys/v4l2/gstv4l2colorbalance.h:
6443 * sys/v4l2/gstv4l2object.h:
6444 * sys/v4l2/v4l2_calls.c:
6445 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6446 (gst_v4l2_buffer_new):
6448 Make v4l2 build on Solaris.
6449 Patch by: Brian Cameron <brian.cameron at sun dot com>
6452 2008-01-21 Stefan Kost <ensonic@users.sf.net>
6454 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6455 Update list from (still local) scanning script.
6457 2008-01-19 Sebastian Dröge <slomo@circular-chaos.org>
6459 Based on a patch by:
6460 Victor STINNER <victor dot stinner at haypocalc dot com>
6462 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6463 Set variable to NULL after freeing it to prevent double frees
6464 or make failures by another use of it afterwards more obvious
6465 and fix use of it after the freeing. Fixes bug #510592.
6467 2008-01-18 Thijs Vermeir <thijsvermeir@gmail.com>
6469 * gst/udp/gstmultiudpsink.c:
6470 use GST_WARNING for logging
6472 2008-01-18 Thijs Vermeir <thijsvermeir@gmail.com>
6474 * gst/udp/gstmultiudpsink.c:
6475 Don't try to leave a multicast group with an invalid socket
6477 2008-01-17 Tim-Philipp Müller <tim at centricular dot net>
6479 * ext/flac/gstflacdec.c:
6480 Fix compilation against flac 1.1.2 (as on debian stable), where
6481 the picture metadata defines and structs don't exist yet.
6484 2008-01-17 Wim Taymans <wim.taymans@collabora.co.uk>
6486 Patch by: Olivier Crete <tester at tester dot ca>
6488 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6489 (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6490 (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6491 (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6492 * gst/udp/gstmultiudpsink.h:
6493 Add property to automatically join a multicast group or not. This can be
6494 useful when sharing a socket between multiple elements.
6497 2008-01-16 Stefan Kost <ensonic@users.sf.net>
6499 * gst/videomixer/Makefile.am:
6500 Add controller flags.
6502 2008-01-16 Stefan Kost <ensonic@users.sf.net>
6504 * gst/videomixer/videomixer.c:
6505 Also commit the missing gst_object_sync_values().
6507 2008-01-16 Stefan Kost <ensonic@users.sf.net>
6509 * docs/plugins/Makefile.am:
6510 Remove duplicate entry.
6512 2008-01-15 Stefan Kost <ensonic@users.sf.net>
6514 * docs/plugins/Makefile.am:
6515 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6516 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6517 * docs/plugins/inspect/plugin-gamma.xml:
6518 * docs/plugins/inspect/plugin-monoscope.xml:
6519 * docs/plugins/inspect/plugin-video4linux2.xml:
6520 Add 3 more plugins to docs.
6522 2008-01-15 Stefan Kost <ensonic@users.sf.net>
6524 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6525 * sys/osxvideo/osxvideosink.h:
6526 Revert previous change caused by a file that got stuck on an old
6529 2008-01-15 Stefan Kost <ensonic@users.sf.net>
6531 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6532 * gst/multipart/Makefile.am:
6533 * gst/multipart/multipartdemux.c:
6534 * gst/multipart/multipartdemux.h:
6535 * gst/multipart/multipartmux.c:
6536 * gst/multipart/multipartmux.h:
6537 Re-add multipartdemux to the docs. Last round of section cleanup.
6539 2008-01-15 Stefan Kost <ensonic@users.sf.net>
6541 * docs/plugins/Makefile.am:
6542 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6543 * sys/osxaudio/gstosxaudiosink.h:
6544 * sys/osxvideo/osxvideosink.h:
6545 Managed to resolve most unused declarations. Filed a bug for one left.
6547 2008-01-15 Stefan Kost <ensonic@users.sf.net>
6549 * docs/plugins/gst-plugins-good-plugins-sections.txt:
6550 Cleanup section file.
6552 2008-01-15 Stefan Kost <ensonic@users.sf.net>
6554 * docs/plugins/Makefile.am:
6555 * docs/plugins/gst-plugins-good-plugins.args:
6556 * docs/plugins/gst-plugins-good-plugins.signals:
6557 * docs/plugins/inspect/plugin-alaw.xml:
6558 * docs/plugins/inspect/plugin-alpha.xml:
6559 * docs/plugins/inspect/plugin-alphacolor.xml:
6560 * docs/plugins/inspect/plugin-annodex.xml:
6561 * docs/plugins/inspect/plugin-apetag.xml:
6562 * docs/plugins/inspect/plugin-audiofx.xml:
6563 * docs/plugins/inspect/plugin-auparse.xml:
6564 * docs/plugins/inspect/plugin-autodetect.xml:
6565 * docs/plugins/inspect/plugin-avi.xml:
6566 * docs/plugins/inspect/plugin-cairo.xml:
6567 * docs/plugins/inspect/plugin-cdio.xml:
6568 * docs/plugins/inspect/plugin-cutter.xml:
6569 * docs/plugins/inspect/plugin-debug.xml:
6570 * docs/plugins/inspect/plugin-dv.xml:
6571 * docs/plugins/inspect/plugin-efence.xml:
6572 * docs/plugins/inspect/plugin-effectv.xml:
6573 * docs/plugins/inspect/plugin-flac.xml:
6574 * docs/plugins/inspect/plugin-flxdec.xml:
6575 * docs/plugins/inspect/plugin-gconfelements.xml:
6576 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6577 * docs/plugins/inspect/plugin-goom.xml:
6578 * docs/plugins/inspect/plugin-halelements.xml:
6579 * docs/plugins/inspect/plugin-icydemux.xml:
6580 * docs/plugins/inspect/plugin-id3demux.xml:
6581 * docs/plugins/inspect/plugin-jpeg.xml:
6582 * docs/plugins/inspect/plugin-ladspa.xml:
6583 * docs/plugins/inspect/plugin-level.xml:
6584 * docs/plugins/inspect/plugin-matroska.xml:
6585 * docs/plugins/inspect/plugin-mulaw.xml:
6586 * docs/plugins/inspect/plugin-multipart.xml:
6587 * docs/plugins/inspect/plugin-navigationtest.xml:
6588 * docs/plugins/inspect/plugin-png.xml:
6589 * docs/plugins/inspect/plugin-quicktime.xml:
6590 * docs/plugins/inspect/plugin-rtp.xml:
6591 * docs/plugins/inspect/plugin-rtsp.xml:
6592 * docs/plugins/inspect/plugin-shout2send.xml:
6593 * docs/plugins/inspect/plugin-smpte.xml:
6594 * docs/plugins/inspect/plugin-speex.xml:
6595 * docs/plugins/inspect/plugin-taglib.xml:
6596 * docs/plugins/inspect/plugin-udp.xml:
6597 * docs/plugins/inspect/plugin-videobalance.xml:
6598 * docs/plugins/inspect/plugin-videobox.xml:
6599 * docs/plugins/inspect/plugin-videocrop.xml:
6600 * docs/plugins/inspect/plugin-videoflip.xml:
6601 * docs/plugins/inspect/plugin-videomixer.xml:
6602 * docs/plugins/inspect/plugin-wavenc.xml:
6603 * docs/plugins/inspect/plugin-wavpack.xml:
6604 * docs/plugins/inspect/plugin-wavparse.xml:
6607 * gst/videomixer/Makefile.am:
6608 * gst/videomixer/videomixer.c:
6609 * gst/videomixer/videomixer.h:
6610 * gst/videomixer/videomixerpad.h:
6611 Split out header to fix warnings from the doc-build.
6613 2008-01-14 Wim Taymans <wim.taymans@collabora.co.uk>
6615 As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6617 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6618 Use atoll to parse the rtptime with enough precision. Fixes #509329.
6620 2008-01-14 Tim-Philipp Müller <tim at centricular dot net>
6622 * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6623 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6624 Initialise variables to work around (false) 'foo might be used
6625 uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6627 2008-01-11 David Schleef <ds@schleef.org>
6629 * docs/plugins/.cvsignore:
6630 * tests/check/pipelines/.cvsignore:
6631 Ignore more files for the buildbot.
6633 2008-01-11 Jan Schmidt <Jan.Schmidt@sun.com>
6635 * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6636 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6637 Generate the image-type values correctly. Leave them out of the caps
6638 when outputting a "preview image" tag, since it only makes sense
6639 to have one of those - the type is irrelevant.
6641 * sys/sunaudio/gstsunaudiomixerctrl.c:
6642 (gst_sunaudiomixer_ctrl_open):
6643 If we can, mark the mixer multiple open when we use it, in case
6644 (for some reason) the process wants to open it again elsewhere.
6646 2008-01-11 Wim Taymans <wim.taymans@collabora.co.uk>
6648 Patch by: Olivier Crete <tester at tester dot ca>
6650 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6651 * gst/rtp/gstrtptheorapay.c:
6652 Fix the clock rate to 90000 as required by the RFC.
6655 2008-01-11 Tim-Philipp Müller <tim at centricular dot net>
6657 * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6658 Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6660 2008-01-10 Sebastian Dröge <slomo@circular-chaos.org>
6663 Add -Wno-portability to the automake parameters to stop warnings
6664 about GNU make extensions being used. We require GNU make in almost
6665 every Makefile anyway.
6668 Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6669 at the same time is required for per target flags.
6671 2008-01-09 Edward Hervey <edward.hervey@collabora.co.uk>
6673 * gst/videomixer/videomixer.c: (gst_videomixer_init):
6674 Fix error from my last commit.
6676 2008-01-09 Tim-Philipp Müller <tim at centricular dot net>
6678 Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6680 * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6681 Make sure the ISO 639-X language code in ID3v2 COMM frames
6682 is actually valid UTF-8 (or rather: ASCII), so we don't end
6683 up with non-UTF8 strings in tags if there's garbage in the
6684 language field. Also make sure the language code is always
6685 lower case. Fixes: #508291.
6687 2008-01-09 Stefan Kost <ensonic@users.sf.net>
6692 2008-01-09 Stefan Kost <ensonic@users.sf.net>
6695 Include lcov.mak to allow building coverage reports. Guard
6696 check-torture target like in the other packages.
6698 2008-01-09 Sameer Naik <sameer@damagehead.com>
6700 reviewed by: Edward Hervey <edward.hervey@collabora.co.uk>
6702 * gst/videomixer/videomixer.c:
6703 (gst_videomixer_set_master_geometry), (_do_init),
6704 (gst_videomixer_child_proxy_get_child_by_index),
6705 (gst_videomixer_child_proxy_get_children_count),
6706 (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6707 (gst_videomixer_init), (gst_videomixer_request_new_pad),
6708 (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6709 Implement GstChildProxy interface.
6710 Send newsegment at the right moment
6713 2008-01-09 Edward Hervey <edward.hervey@collabora.co.uk>
6715 * gst/alpha/Makefile.am:
6716 * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6717 (gst_alpha_sink_event), (gst_alpha_chain),
6718 (gst_alpha_change_state), (plugin_init):
6719 Make the various properties of 'alpha' controllable. This allows doing
6720 niceties like fade-in/fade-out.
6722 2008-01-09 Stefan Kost <ensonic@users.sf.net>
6724 * gst/rtp/gstasteriskh263.c:
6725 * gst/rtp/gstrtpL16depay.c:
6726 * gst/rtp/gstrtpac3depay.c:
6727 * gst/rtp/gstrtpamrpay.c:
6728 * gst/rtp/gstrtpdepay.c:
6729 * gst/rtp/gstrtpgsmdepay.c:
6730 * gst/rtp/gstrtph263depay.c:
6731 * gst/rtp/gstrtph263pdepay.c:
6732 * gst/rtp/gstrtph263ppay.c:
6733 * gst/rtp/gstrtph264depay.c:
6734 * gst/rtp/gstrtph264pay.c:
6735 * gst/rtp/gstrtpmp2tdepay.c:
6736 * gst/rtp/gstrtpmp4adepay.c:
6737 * gst/rtp/gstrtpmp4gdepay.c:
6738 * gst/rtp/gstrtpmp4gpay.c:
6739 * gst/rtp/gstrtpmp4vdepay.c:
6740 * gst/rtp/gstrtpmpadepay.c:
6741 * gst/rtp/gstrtpmpvdepay.c:
6742 * gst/rtp/gstrtpsv3vdepay.c:
6743 * gst/rtp/gstrtptheoradepay.c:
6744 * gst/rtp/gstrtptheorapay.c:
6745 * gst/rtp/gstrtpvorbisdepay.c:
6746 * gst/rtp/gstrtpvorbispay.c:
6747 Remove copy/paste unused code (property setters and getter) found by
6748 the coverage suite (yay, saves ~20k on disk).
6750 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
6752 * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6754 Also fix up pad templates to indicate that image/jpeg doesn't
6755 absolutely require the framerate property to be set (#504081).
6757 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
6759 Based on patch by: Wouter Cloetens <wouter at mind be>
6761 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6762 (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6763 (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6764 * gst/matroska/matroska-mux.h:
6765 Keep track of first and last timestamps for each incoming stream,
6766 so we can calculate the total duration for live sources and other
6767 input where we can't query the duration from the start or where
6768 there's no constant framerate from which we can deduce the
6769 duration; also use calculated/observed duration if it is bigger
6770 than the previously queried duration. Furthermore, use
6771 gst_pad_query_peer_duration() and take into account that it may
6772 return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6773 screws up comparisons when using unsigned integers. Fixes #504081.
6775 2008-01-08 Sebastian Dröge <slomo@circular-chaos.org>
6778 * gst/audiofx/audioamplify.c:
6779 (gst_audio_amplify_clipping_method_get_type),
6780 (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6781 * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6782 (gst_audio_dynamic_transform_ip):
6783 * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6784 (gst_audio_invert_transform_ip):
6785 * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6786 (gst_audio_panorama_transform):
6787 * gst/level/gstlevel.c: (gst_level_init):
6788 Make elements GST_BUFFER_FLAG_GAP aware and call
6789 gst_base_transform_set_gap_aware for this.
6790 Bump core requirement to CVS.
6792 * gst/audiofx/audiochebyshevfreqband.c:
6793 (gst_audio_chebyshev_freq_band_transform_ip):
6794 * gst/audiofx/audiochebyshevfreqlimit.c:
6795 (gst_audio_chebyshev_freq_limit_transform_ip):
6796 Also sync GObject properties to the controller if operating
6797 in passthrough mode.
6799 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
6801 * sys/directdraw/gstdirectdrawsink.c:
6802 (gst_directdraw_sink_window_thread):
6803 FALSE is not a gpointer.
6805 2008-01-05 Julien Moutte <julien@fluendo.com>
6807 * sys/directdraw/gstdirectdrawsink.c:
6808 (gst_directdraw_sink_set_window_id),
6809 (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6810 (gst_directdraw_sink_buffer_alloc),
6811 (gst_directdraw_sink_draw_borders),
6812 (gst_directdraw_sink_show_frame),
6813 (gst_directdraw_sink_setup_ddraw),
6814 (gst_directdraw_sink_window_thread),
6815 (gst_directdraw_sink_get_ddrawcaps),
6816 (gst_directdraw_sink_surface_create): Make sure we create our
6817 internal window only when we need it. That will give a chance to
6818 the application to get the prepare-xwindow-id bus message. Draw
6819 black borders when keeping aspect ratio. Handle the case where our
6820 rendering window disappears (closed or errors) like other sinks
6821 do. Various 80 columns fixes, improve state change order. That
6822 element could need some more love.
6824 2008-01-04 Sebastian Dröge <slomo@circular-chaos.org>
6826 * ext/taglib/gstapev2mux.h:
6827 * ext/taglib/gstid3v2mux.h:
6828 Remove useless typedefs without new type name. Fixes a warning with
6831 2008-01-03 Wim Taymans <wim.taymans@collabora.co.uk>
6833 Patch by: John Millikin <jmillikin at gmail dot com>
6835 * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6836 (gst_flac_dec_setup_stream_decoder),
6837 (gst_flac_normalize_picture_mime_type),
6838 (gst_flac_extract_picture_buffer),
6839 (gst_flac_dec_metadata_callback):
6840 Emit metadata messages when a PICTURE block is encountered.
6843 2008-01-02 Thijs Vermeir <thijsvermeir@gmail.com>
6846 increase rank because no known issues anymore ...
6847 * gst/avi/gstavisubtitle.c:
6848 send subtitle name to the srcpad
6850 2007-12-31 Wim Taymans <wim.taymans@collabora.co.uk>
6852 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6853 * gst/rtsp/gstrtspsrc.h:
6854 Implement redirect for the DESCRIBE reply. Fixes #506025.
6856 2007-12-29 Sebastian Dröge <slomo@circular-chaos.org>
6858 * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6859 Fix 'xyz may be used uninitialized' compiler warnings caused
6860 by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6861 abort() in any case but properly report the error.
6863 2007-12-26 Tim-Philipp Müller <tim at centricular dot net>
6865 * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6866 * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6867 * sys/ximage/gstximagesrc.c: (composite_pixel):
6868 Fix 'xyz may be used uninitialized' compiler warnings caused
6869 by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6870 not really nice to abort in any case). Fixes #505745.
6872 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
6874 * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6875 Small unit test fix (has no practical impact at the moment,
6876 since we're only feeding utf8 and hence just create a sub-
6877 buffer for the output).
6879 2007-12-18 Thijs Vermeir <thijsvermeir@gmail.com>
6881 * gst/avi/gstavisubtitle.c:
6882 * tests/check/elements/avisubtitle.c:
6883 Add seeking support for avi subtitle
6885 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
6887 * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6888 (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6889 (gst_flac_dec_write):
6890 * ext/flac/gstflacdec.h:
6891 Remove some unused vars.
6892 Do more cleanup of leftover events and tags.
6893 Output tags after the segment event. Fixes #504018.
6895 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
6897 * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6898 (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6899 (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6900 Detect other UTF byte order markers and convert to UTF-8 as
6903 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
6905 * gst/avi/gstavisubtitle.c: (src_template),
6906 (gst_avi_subtitle_extract_utf8_file),
6907 (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6908 (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6909 (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6910 * gst/avi/gstavisubtitle.h:
6911 Refactor a bit; fix name extraction; don't assume all the data
6912 in the chunk is actually subtitle data, there may be padding at
6913 the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6914 file so it's there to send again after a seek (for future use).
6916 2007-12-18 Thijs Vermeir <thijsvermeir@gmail.com>
6918 * gst/avi/Makefile.am:
6920 * gst/avi/gstavisubtitle.c:
6921 * gst/avi/gstavisubtitle.h:
6922 * tests/check/Makefile.am:
6923 * tests/check/elements/avisubtitle.c:
6924 * win32/common/config.h:
6925 Add avi subtitle element for bug #442034. Need seeking support
6926 and more support for character conversion.
6928 2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
6931 Include common/win32.mak for CRLF check of win32 project
6932 files (see #393626).
6934 * win32/vs6/libgstpng.dsp:
6935 Fix line endings and do cvs admin -kb.
6937 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
6939 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6940 Actually drop the buffers which are outside the currently configured
6941 segment instead of just emitting a WARNING.
6943 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
6945 * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6946 (gst_flac_dec_write):
6947 * ext/flac/gstflacdec.h:
6948 Send segments from the streaming thread. Fixes #502187.
6949 Fix segment seeking and a bunch of other seeking cases.
6951 2007-12-14 Tim-Philipp Müller <tim at centricular dot net>
6953 * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6954 Parse WOAF frames and put the result into GST_TAG_CONTACT,
6955 which is where it would end up if the same information was
6956 put in a vorbis comment (don't think it's worth adding a
6957 new URI tag for this). Fixes #488112.
6959 2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
6962 We need core/base 0.10.15 or later.
6964 2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
6966 Patch by: Mark Nauwelaerts <manauw skynet be>
6968 * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6969 Fix regression in stream numbering. Fixes #502655.
6971 2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
6973 Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6975 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6976 (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6977 (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6978 (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6979 (gst_rtp_h264_pay_handle_buffer):
6980 * gst/rtp/gstrtph264pay.h:
6981 Use higher performance start-code searching.
6982 Parse NALs and store SPS, PPS and profile in the caps so that they can
6983 be used in the SDP. Fixes #502814.
6985 2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
6987 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6988 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6989 Init some structs to zero before we pass them to ioctl, which
6990 avoids valgrind warnings. Also fix a small memory leak.
6992 2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
6994 Patch by: Wouter Cloetens <wouter at mind dot be>
6996 * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6997 Copy timestamp from input to output. Not very perfect yet but better
6998 than nothing. Fixes #503023.
7000 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
7002 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7003 Also print a useful error message with the old Wavpack API
7006 2007-12-09 Tim-Philipp Müller <tim at centricular dot net>
7008 * ext/wavpack/gstwavpackdec.c:
7009 More build fixes for old libwavpack versions: include config.h so
7010 that WAVPACK_OLD_API is actually defined as detected; only use
7011 WavpackGetErrorMessage if it is available. This fixes the build
7012 on debian stable for me.
7014 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
7016 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7017 * ext/wavpack/gstwavpackparse.c:
7018 (gst_wavpack_parse_create_src_pad):
7019 Workaround the non-existance of WavpackGetChannelMask in Wavpack
7020 versions below 4.40.0.
7022 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
7025 And now do it right for real...
7027 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
7030 Correctly reset $LIBS to not contain -lm.
7032 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
7034 Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
7037 * ext/cairo/gsttimeoverlay.c:
7038 (gst_cairo_time_overlay_print_smpte_time):
7039 Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
7040 and checking for rint() and implementing it ourself if it doesn't
7041 exist. Fixes #497293.
7043 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
7046 Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7048 2007-12-08 Jan Schmidt <jan.schmidt@sun.com>
7050 * sys/oss/gstosshelper.c:
7051 Verify that the format returned after the ioctl is the one
7052 we requested. It is valid for the ioctl to succeed while
7053 substituting an alternate 'supported' sample format.
7055 2007-12-07 Tim-Philipp Müller <tim at centricular dot net>
7057 * sys/oss/gstossaudio.c: (plugin_init):
7058 * sys/oss/gstosssink.c: (gst_oss_sink_open):
7059 * sys/oss/gstosssrc.c: (gst_oss_src_open):
7060 Post decent (and translated) error message when we can't
7061 open the audio device for some reason.
7063 2007-12-07 Jan Schmidt <jan.schmidt@sun.com>
7065 * sys/oss/gstosssink.c:
7066 * sys/oss/gstosssrc.c:
7067 Allow the AUDIODEV environment variable to redirect us
7068 to a different default OSS device, like sunaudiosink does
7069 on Solaris (makes audio play automatically on SunRays).
7071 2007-12-06 Sebastian Dröge <slomo@circular-chaos.org>
7073 * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
7074 * gst/audiofx/audiochebyshevfreqband.c:
7075 (gst_audio_chebyshev_freq_band_transform_ip):
7076 * gst/audiofx/audiochebyshevfreqlimit.c:
7077 (gst_audio_chebyshev_freq_limit_transform_ip):
7078 * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
7079 * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
7080 The transform_ip() methods should do nothing if in passthrough mode.
7081 It might get non-writable buffers in that case but the buffer might
7082 as well be writable.
7084 * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
7085 The transform() methods won't be called in passthrough mode and
7086 otherwise the buffer is always writable so don't check here.
7088 2007-12-06 Tim-Philipp Müller <tim at centricular dot net>
7090 * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
7091 Fix seeking in .wav files again (#501775). Some people seem to think
7092 they don't need to test their changes when they're just 'reflowing'
7095 2007-12-05 Wim Taymans <wim.taymans@gmail.com>
7097 * gst/autodetect/gstautovideosink.c:
7098 (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
7099 (gst_auto_video_sink_init),
7100 (gst_auto_video_sink_create_element_with_pretty_name),
7101 (gst_auto_video_sink_find_best),
7102 (gst_auto_video_sink_set_property),
7103 (gst_auto_video_sink_get_property):
7104 * gst/autodetect/gstautovideosink.h:
7106 Use same error reporting code as autoaudiosink.
7107 Add property to filter sinks based on caps. Only select raw video sinks
7108 by default for backwards compat.
7109 API: GstAutoVideoSink::filter-caps
7111 2007-12-05 Wim Taymans <wim.taymans@gmail.com>
7113 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7115 * gst/autodetect/gstautoaudiosink.c:
7116 (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7117 (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
7118 (gst_auto_audio_sink_set_property),
7119 (gst_auto_audio_sink_get_property):
7120 * gst/autodetect/gstautoaudiosink.h:
7121 Add property to filter sinks based on caps. Only select raw audio sinks
7122 by default for backwards compat. Fixes #417420.
7123 API: GstAutoAudioSink::filter-caps
7125 2007-11-29 Michael Smith <msmith@fluendo.com>
7127 Patch by: Arek Korbik <arkadini@gmail.com>
7129 * gst/videobox/gstvideobox.c: (plugin_init):
7130 Initialise liboil in plugin_init()
7132 2007-11-29 Wim Taymans <wim.taymans@gmail.com>
7134 * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7135 Post error before sending EOS. Fixes #499178.
7137 2007-11-28 Sebastien Moutte <sebastien@moutte.net>
7139 * win32/vs6/gst_plugins_good.dsw:
7140 * win32/vs6/libgstpng.dsp:
7141 Add a project file for libgstpng
7143 2007-11-28 Edward Hervey <bilboed@bilboed.com>
7145 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7146 (gst_rtp_h263_depay_process):
7147 Code beautification.
7148 Added debug statements.
7149 Don't bit-shift everything, just do operations on last/first byte
7152 2007-11-27 Wim Taymans <wim.taymans@gmail.com>
7154 Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7156 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7157 Fix wrong comparison in overrun check. Fixes #499239 some more.
7159 2007-11-27 Edward Hervey <bilboed@bilboed.com>
7161 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7162 (gst_rtp_h263_depay_process):
7163 * gst/rtp/gstrtph263depay.h:
7164 Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7167 2007-11-26 Wim Taymans <wim.taymans@gmail.com>
7169 Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7171 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7172 (gst_rtp_mp4a_depay_process):
7173 * gst/rtp/gstrtpmp4adepay.h:
7174 Fix depayloading when multiple frames are inside one RTP packet.
7177 2007-11-26 Stefan Kost <ensonic@users.sf.net>
7179 * gst/level/gstlevel.c:
7180 Add GAP-flag support.
7182 2007-11-26 Edward Hervey <bilboed@bilboed.com>
7184 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7185 Read the I flag for Mode A h263 rtp stream and set the
7186 GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7189 2007-11-26 Stefan Kost <ensonic@users.sf.net>
7191 * gst/level/gstlevel.c:
7192 Remove some dead code and do cleanups.
7194 2007-11-26 Stefan Kost <ensonic@users.sf.net>
7196 * tests/check/pipelines/simple-launch-lines.c:
7197 Improve the tests by allowing to set a target state.
7199 2007-11-26 Sebastian Dröge <slomo@circular-chaos.org>
7201 * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7202 Don't check the caps of the output buffer if they're equal some
7203 other caps. The caps can change in a backward compatible way
7204 and did at this point.
7206 2007-11-24 Julien MOUTTE <julien@moutte.net>
7208 * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7209 (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7210 (gst_qtdemux_seek_to_previous_keyframe),
7211 (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7212 (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7213 reverse playback support.
7215 2007-11-20 Sebastian Dröge <slomo@circular-chaos.org>
7217 * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7218 Also set the channel layout on the Wavpack caps if we're having
7219 a mono layout. Of course only do it for "audio/x-wavpack".
7221 2007-11-20 Sebastian Dröge <slomo@circular-chaos.org>
7223 * ext/wavpack/gstwavpackcommon.c:
7224 (gst_wavpack_get_default_channel_mask),
7225 (gst_wavpack_set_channel_layout),
7226 (gst_wavpack_get_default_channel_positions),
7227 (gst_wavpack_get_channel_mask_from_positions),
7228 (gst_wavpack_set_channel_mapping):
7229 * ext/wavpack/gstwavpackcommon.h:
7230 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7231 (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7232 * ext/wavpack/gstwavpackdec.h:
7233 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7234 (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7235 (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7236 (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7237 (gst_wavpack_enc_rewrite_first_block),
7238 (gst_wavpack_enc_sink_event):
7239 * ext/wavpack/gstwavpackenc.h:
7240 * ext/wavpack/gstwavpackparse.c:
7241 (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7242 (gst_wavpack_parse_scan_to_find_sample),
7243 (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7244 (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7245 * ext/wavpack/gstwavpackparse.h:
7246 Add support for encoding, parsing and decoding multichannel
7247 files with up to 8 channels. This also improves the robustness
7248 of parsing quite a bit.
7250 * ext/wavpack/gstwavpackstreamreader.c:
7251 (gst_wavpack_stream_reader_read_bytes),
7252 (gst_wavpack_stream_reader_get_pos),
7253 (gst_wavpack_stream_reader_set_pos_abs),
7254 (gst_wavpack_stream_reader_set_pos_rel),
7255 (gst_wavpack_stream_reader_push_back_byte),
7256 (gst_wavpack_stream_reader_get_length),
7257 (gst_wavpack_stream_reader_can_seek),
7258 (gst_wavpack_stream_reader_write_bytes):
7261 2007-11-20 Stefan Kost <ensonic@users.sf.net>
7263 * ext/libpng/gstpngdec.c:
7264 * ext/libpng/gstpngdec.h:
7265 Don't release the png-memory from within the callback.
7267 2007-11-20 Stefan Kost <ensonic@users.sf.net>
7269 Patch by: René Stadler <mail at renestadler dot de>
7271 * ext/libpng/gstpngenc.c:
7272 Don't leak buffer data memory. Fixes #498395.
7274 2007-11-20 Stefan Kost <ensonic@users.sf.net>
7276 Patch by: René Stadler <mail at renestadler dot de>
7278 * tests/check/pipelines/simple-launch-lines.c:
7281 2007-11-20 Julien MOUTTE <julien@moutte.net>
7283 * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7284 (gst_tag_lib_mux_adjust_event_offsets):
7285 * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7286 * sys/osxaudio/Makefile.am:
7287 * sys/osxvideo/cocoawindow.h:
7288 * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7290 2007-11-15 David Schleef <ds@schleef.org>
7292 * ext/cairo/gsttextoverlay.c:
7293 Change strcasecmp() to g_strcasecmp(). Fixes #497292.
7295 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
7297 Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7299 * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7300 (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7301 (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7302 * gst/rtp/gstrtpmp2tpay.h:
7303 Fill the MTU with as many packets as possible. Fixes #491323.
7305 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
7307 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7309 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7310 Fix some more leaks. Fixes #497007.
7312 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
7314 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7316 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7317 (gst_rtspsrc_stream_configure_tcp):
7318 Fix 3 pad leaks. Fixes #496983.
7320 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
7322 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7324 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7325 Fix small leak. Fixes #497017.
7327 2007-11-15 Wim Taymans <wim.taymans@gmail.com>
7329 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7330 (gst_qtdemux_prepare_current_sample),
7331 (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7332 (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7333 * gst/qtdemux/qtdemux_fourcc.h:
7334 * gst/qtdemux/qtdemux_types.c:
7335 Add suppport for theora in quicktime according to XiphQT.
7337 2007-11-15 Edgard Lima <edgard.lima@indt.org.br>
7339 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7340 (gst_v4l2src_init), (gst_v4l2src_set_property),
7341 (gst_v4l2src_get_property):
7342 * sys/v4l2/gstv4l2src.h:
7343 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7344 Always copy buffers by default (handle safer with bugged drivers)
7345 and added a property to make it possible to use mmap effectively (no
7346 copy if possible) when application wants to. Fixes: #480557.
7348 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
7350 * gst/id3demux/id3tags.c:
7351 * gst/id3demux/id3tags.h:
7352 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7353 We don't want the same string multiple times in a tag list for the
7354 same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7355 this doesn't happen and remove special-case code for GST_TAG_GENRE.
7357 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
7359 * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7360 Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7361 into ID3v2 TXXX frames (fixes #347848).
7363 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
7365 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7366 Don't leak sdp message contents (fixes #496773).
7368 * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7369 Don't leak URI string.
7371 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
7373 Patch by: Julien Puydt <julien dot puydt at laposte net>
7375 * ext/raw1394/Makefile.am:
7376 * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7377 (gst_1394_property_probe_get_properties),
7378 (gst_1394_property_probe_probe_property),
7379 (gst_1394_property_probe_needs_probe),
7380 (gst_1394_property_probe_get_values),
7381 (gst_1394_property_probe_interface_init),
7382 (gst_1394_type_add_property_probe_interface):
7383 * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7384 * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7385 (gst_dv1394src_init), (gst_dv1394src_dispose),
7386 (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7387 (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7388 (gst_dv1394src_update_device_name):
7389 * ext/raw1394/gstdv1394src.h:
7390 Implement GstPropertyProbe interface and add "device-name" property,
7391 so applications can use this to probe for available devices in the
7392 same way they can already with v4lsrc and v4l2src (however horrible
7393 this property probe interface may be). Fixes #358841.
7395 2007-11-14 Tim-Philipp Müller <tim at centricular dot net>
7397 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7399 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7400 (gst_rtspsrc_parse_range):
7401 Don't leak event, don't leak range (fixes #496752).
7403 2007-11-14 Michael Smith <msmith@fluendo.com>
7405 Patch by: Arek Korbik <arkadini@gmail.com>
7407 * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7408 Detect RGBA/BGRA correctly on little endian systems.
7410 2007-11-13 Tim-Philipp Müller <tim at centricular dot net>
7412 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7413 If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7414 corresponding ioctl() call fails even though the driver claims to
7415 support this format, just fall back to the pre-2.6.19 kernel
7416 routine that creates caps with suitable height and width ranges
7419 2007-11-13 Tim-Philipp Müller <tim at centricular dot net>
7421 Patch by: Mark Nauwelaerts <manauw skynet be>
7423 * gst/matroska/matroska-demux.c:
7424 (gst_matroska_demux_push_dvd_clut_change_event),
7425 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7426 (gst_matroska_demux_subtitle_caps):
7427 * gst/matroska/matroska-ids.h:
7428 Extract palette data for dvd subpicture streams and send it
7429 downstream as custom gstreamer dvd event (fixes #453417).
7431 2007-11-13 Tim-Philipp Müller <tim at centricular dot net>
7433 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7434 Implement minimal parsing of the passed pango font description
7435 string, so passing a font size works the same as with the
7436 pango textoverlay plugin; fixes #455086.
7437 (Maybe we could just use pangocairo here at some point).
7439 2007-11-13 Stefan Kost <ensonic@users.sf.net>
7441 * gst/avi/gstavidemux.c:
7442 * gst/wavparse/gstwavparse.c:
7443 Return the result in _activate_pull(). Don't ref element there.
7445 2007-11-13 Stefan Kost <ensonic@users.sf.net>
7447 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7448 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7449 (gst_wavparse_srcpad_event):
7450 Ref the element when we should, but not when we its not needed. Reflow
7451 the event_handling to not leak the event.
7453 2007-11-12 Edward Hervey <bilboed@bilboed.com>
7455 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7456 (qtdemux_parse_samples):
7457 Properly free QTDemuxSamples array.
7458 Protect table write with a sensible check, some files apparently DO contain
7459 stts values starting with 0 :(
7461 2007-11-12 Stefan Kost <ensonic@users.sf.net>
7463 * gst/avi/gstavidemux.c:
7464 * gst/qtdemux/qtdemux.c:
7465 Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7466 previous commit messed up.
7468 2007-11-12 Stefan Kost <ensonic@users.sf.net>
7470 * gst/avi/gstavidemux.c:
7471 * gst/qtdemux/qtdemux.c:
7472 Sync _handle_src_event() with oggdemux. In avidemux also ref the
7473 element when we should, but not when we its not needed.
7475 2007-11-08 Stefan Kost <ensonic@users.sf.net>
7477 * gst/wavparse/gstwavparse.c:
7478 Return FALSE if we can't handle a query instead of changing the
7479 format. Ignore fact when dealing with mpeg audio.
7481 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
7483 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
7486 * gst/udp/gstdynudpsink.c:
7487 * gst/udp/gstdynudpsink.h:
7488 * gst/udp/gstmultiudpsink.c:
7489 * gst/udp/gstmultiudpsink.h:
7490 * gst/udp/gstudpsink.c:
7491 * gst/udp/gstudpsink.h:
7492 Fix includes for MSVC and GLib-2.14.0 (#492388).
7494 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7495 No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7497 2007-11-02 Edward Hervey <bilboed@bilboed.com>
7499 * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7500 (gst_mulawdec_chain):
7501 * gst/law/mulaw-decode.h:
7502 Calculate outgoing buffer duration if incoming buffer didn't have a
7505 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
7507 * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7508 (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7509 Smarter combine_flow code that also deals with downstream elements
7510 returning UNEXPECTED when they receive data out of the segment
7511 boundaries. Fixes #491305.
7513 2007-10-26 Tim-Philipp Müller <tim at centricular dot net>
7515 * sys/v4l2/v4l2src_calls.c:
7516 Fix 'unused variable' compiler warning when compiling against
7517 older kernel headers.
7519 2007-10-25 Tim-Philipp Müller <tim at centricular dot net>
7521 * ext/taglib/gstid3v2mux.cc (add_funcs):
7522 Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7524 2007-10-24 Stefan Kost <ensonic@users.sf.net>
7526 * tests/check/pipelines/simple-launch-lines.c:
7527 Improve the tests a little more.
7529 2007-10-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7531 patch by: Yun Zheng Hu
7533 * sys/osxaudio/gstosxaudiosrc.c:
7534 Use default input device instead of default output device and
7535 only memcpy actual available bytes.
7537 2007-10-22 Edgard Lima <edgard.lima@indt.org.br>
7539 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7540 Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7541 early. It is temporary until we find something better.
7543 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
7545 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7547 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7548 Fix race when pausing a RTSP stream in interleaved.
7551 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
7553 Patch by: Peter Kjellerstedt <pkj at axis com>
7555 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7556 Use correct unref function for buffers. #488844.
7558 2007-10-19 Stefan Kost <ensonic@users.sf.net>
7560 * gst/avi/gstavimux.c:
7561 * tests/check/elements/avimux.c:
7562 Add some debug and sync tests with the fix.
7564 2007-10-18 Wim Taymans <wim.taymans@gmail.com>
7566 Based on patch by: Laurent Glayal <spglegle yahoo fr>
7568 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7569 When the socket is used by the app for other purposes, don't generate an
7570 error if there is activaty on the socket that is not data related.
7573 2007-10-18 Wim Taymans <wim.taymans@gmail.com>
7575 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7576 (gst_v4l2src_grab_frame):
7577 Add some more debug info. Generate an error when we run out of buffers
7578 for some reason. See #480557.
7580 2007-10-18 Wim Taymans <wim.taymans@gmail.com>
7582 Patch by: Anders Skargren <anders dot skargren at axis dot com>
7584 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7585 Set marker bit correctly.
7587 2007-10-17 Wim Taymans <wim.taymans@gmail.com>
7589 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7590 Use allowed name for the GstStructure.
7592 2007-10-17 Tim-Philipp Müller <tim at centricular dot net>
7594 * ext/gconf/gstswitchsink.c:
7595 * gst/autodetect/gstautoaudiosink.c:
7596 Use new gst_bus_pop_filtered().
7598 2007-10-13 Tim-Philipp Müller <tim at centricular dot net>
7600 * sys/v4l2/gstv4l2src.c:
7601 * sys/v4l2/v4l2src_calls.c:
7602 When probing the formats and sizes a camera supports, make
7603 sure the best ones (highest resolution, prefered format)
7604 end up at the beginning of the probed caps and the less
7605 desirable ones at the end. This is important because the
7606 order within the caps matters for things like fixation and
7607 negotiation, ie. what format is chosen in the end.
7608 With recent kernels, the current probing code will end up
7609 querying the supported sizes from lowest resolution to
7610 highest resolution, adding them to the probed caps in that
7611 order, resulting to v4l2src fixating to the lowest possible
7612 resolution if downstream does not express a size preference.
7613 Also make up a somewhat random ranking of prefered output
7614 formats for the same reason. Fixes #485828.
7616 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
7618 Based on patch by: Jason Kivlighn <jkivlighn gmail com>
7620 * gst/id3demux/id3v2frames.c:
7621 Extract license/copyright URIs from ID3v2 WCOP frames
7624 * tests/check/elements/id3demux.c:
7625 * tests/files/Makefile.am:
7626 * tests/files/id3-447000-wcop.tag:
7627 Add simple unit test.
7629 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
7631 * ext/taglib/gstid3v2mux.cc:
7632 Add support for license/copyright URI tags (ID3v2 WCOP frame).
7633 Prerequisite for #447000.
7635 2007-10-08 Jan Schmidt <Jan.Schmidt@sun.com>
7637 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7638 Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7641 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
7643 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7644 (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7645 (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7646 (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7647 (gst_rtspsrc_change_state):
7648 More seeking fixes, mostly passing around the new playback segment in
7649 order to configure it properly.
7650 Also reset base_time of udp sources when setting them back to PLAYING as
7651 a temporary hack until core supports seek in live sources properly.
7653 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
7655 * gst/rtp/gstrtpmp4adepay.c:
7656 Fix caps as to not confuse autopluggers.
7658 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
7660 * gst/id3demux/gstid3demux.c:
7661 * gst/id3demux/gstid3demux.h:
7662 * gst/id3demux/id3tags.c:
7663 * gst/id3demux/id3tags.h:
7664 * gst/id3demux/id3v2frames.c:
7665 Port ID3 tag demuxer over to the new GstTagDemux in -base
7666 (now would be a good time to test re-importing your music
7669 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
7671 * gst/apetag/Makefile.am:
7672 * gst/apetag/gstapedemux.c:
7673 * gst/apetag/gstapedemux.h:
7674 * gst/apetag/gsttagdemux.c:
7675 * gst/apetag/gsttagdemux.h:
7676 Port APE tag demuxer over to the new GstTagDemux in -base.
7678 2007-10-05 Wim Taymans <wim.taymans@gmail.com>
7680 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7681 (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7682 (gst_rtspsrc_handle_internal_src_query),
7683 (gst_rtspsrc_handle_src_query), (new_session_pad),
7684 (gst_rtspsrc_stream_configure_tcp),
7685 (gst_rtspsrc_stream_configure_transport),
7686 (gst_rtspsrc_loop_send_cmd):
7687 Improve flushing behaviour.
7688 Set state of the udp sources to PAUSE/PLAYING correctly.
7689 Handle events and queries for UDP and TCP transport now.
7691 2007-10-04 Stefan Kost <ensonic@users.sf.net>
7693 * gst/rtp/gstrtpgsmdepay.c:
7694 * gst/rtp/gstrtpgsmpay.c:
7697 2007-10-04 Stefan Kost <ensonic@users.sf.net>
7699 Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7701 * tests/check/Makefile.am:
7702 * tests/check/pipelines/simple-launch-lines.c:
7703 Add unit tests for payloaders/depayloaders.
7705 2007-10-02 Stefan Kost <ensonic@users.sf.net>
7707 * gst/avi/gstavimux.c:
7708 * gst/avi/gstavimux.h:
7709 Also save codec data for audio streams. Fixes #482495.
7711 2007-10-02 Stefan Kost <ensonic@users.sf.net>
7713 * gst/avi/gstavimux.c:
7714 Fix "Index entry has invalid stream nr 1".
7715 Add support for muxing aac - work in progress (see #482495).
7717 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
7719 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7720 (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7721 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7722 * gst/rtsp/gstrtspsrc.h:
7723 Parse bandwidth modifiers, they are not yet configured in the session
7724 manager because we don't have an API for that yet.
7726 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
7728 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7729 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7730 Use shiny new function in -base to get the default clock-rate.
7733 2007-09-29 Sebastien Moutte <sebastien@moutte.net>
7736 Add files to win32 manifest.
7737 * win32/vs6/libgstaudiofx.dsp:
7738 * win32/vs6/libgstqtdemux.dsp:
7739 * win32/vs6/libgstrtp.dsp:
7740 * win32/vs6/libgstrtsp.dsp:
7741 Update project files.
7743 2007-09-28 Wim Taymans <wim.taymans@gmail.com>
7745 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7747 * gst/rtsp/gstrtspsrc.h:
7748 In TCP mode, only timestamp the first buffer. TCP is not real time and
7749 it does not make sense to try to skew compensate, also some servers send
7750 the first batch of data in a burst.
7752 2007-09-27 Tim-Philipp Müller <tim at centricular dot net>
7754 * gst/matroska/matroska-demux.c:
7755 Fix setting the discont flag on the first buffer
7756 pushed downstream for formats with private codec
7757 data that needs to be deserialised into buffers
7758 (such as vorbis and FLAC when in a matroska container).
7760 2007-09-27 Wim Taymans <wim.taymans@gmail.com>
7762 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7764 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7765 (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7766 (gst_rtp_mp4v_pay_handle_buffer):
7767 * gst/rtp/gstrtpmp4vpay.h:
7768 Free the config string. Fixes #480707.
7769 Clean up the timestamp code a little.
7771 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
7773 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7774 (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7775 (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7776 * gst/rtsp/gstrtspsrc.h:
7777 Set timestamps on RTP buffers in interleaved mode.
7778 Mark first buffers with a DISCONT.
7779 Remove flush hack now that sync for live sources has been figured out.
7781 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
7783 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7784 Update documentation.
7786 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
7788 * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7789 (gst_rtp_xqt_depay_change_state):
7790 * gst/qtdemux/gstrtpxqtdepay.h:
7791 Fail if we don't know the quicktime format.
7793 2007-09-26 Tim-Philipp Müller <tim at centricular dot net>
7795 * ext/flac/gstflacenc.c:
7796 * ext/flac/gstflacenc.h:
7797 Save the flow return from the last gst_pad_push() and
7798 make sure we pass the right flow return value upstream
7799 in the case of failure; minor clean-ups.
7801 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
7803 * ext/taglib/gstapev2mux.cc:
7804 * ext/taglib/gstid3v2mux.cc:
7805 * gst/apetag/gstapedemux.c:
7806 Add support for the new GST_TAG_COMPOSER (#459809).
7808 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
7810 * gst/law/alaw-decode.c:
7811 * gst/law/alaw-decode.h:
7812 * gst/law/alaw-encode.c:
7813 * gst/law/alaw-encode.h:
7815 * gst/law/mulaw-conversion.h:
7816 Compulsive clean-ups: use boilerplate macros, add debug
7817 categories, fix up things to conform to symbol nomenklatura,
7820 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
7822 Based on patch by: Laurent Glayal <spglegle yahoo fr>
7824 * gst/law/alaw-decode.c:
7825 * gst/law/alaw-encode.c:
7826 Use static tables for A-Law decoding and encoding; this makes
7827 A-Law decoding and encoding less CPU-intensive, but increases
7828 the binary size a bit. Leaving old code around for now,
7829 selectable by a define in the code. Fixes #435435.
7831 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
7834 Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7835 AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7838 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
7840 Patch by: Jan Gerber <j at bootlab dot org>
7842 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7843 Add fourccs for MPEG2 HDV streams. Fixes #479960.
7845 2007-09-23 Stefan Kost <ensonic@users.sf.net>
7847 * sys/oss/gstosshelper.c:
7848 Use GST_WARNING instead of a g_critical. This situation is not caused
7851 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7855 Updated translations.
7857 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7859 translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7862 Added Basque translation.
7864 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7866 translated by: Abel Cheung <abelcheung@gmail.com>
7870 Added Chinese (traditional and Hong Kong) translation.
7872 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7874 translated by: Jakub Bogusz <qboosh@pld-linux.org>
7877 Added Polish translation.
7879 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7881 translated by: Ilkka Tuohela <hile@iki.fi>
7884 Added Finnish translation.
7886 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7888 translated by: Jorge González González <aloriel@gmail.com>
7891 Added Spanish translation.
7893 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7895 translated by: Mogens Jaeger <mogens@jaeger.tf>
7898 Added Danish translation.
7900 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7902 translated by: Funda Wang <fundawang@linux.net.cn>
7905 Added Chinese (simplified) translation.
7907 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7909 translated by: Alexander Shopov <ash@contact.bg>
7912 Added Bulgarian translation.
7914 2007-09-21 Wim Taymans <wim.taymans@gmail.com>
7916 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7917 Set outgoing packet duration because we can. Fixes #478244 some more.
7919 2007-09-20 Stefan Kost <ensonic@users.sf.net>
7921 * ext/cairo/gsttextoverlay.c:
7922 Add info about static leak.
7924 * tests/check/Makefile.am:
7925 * tests/check/generic/states.c:
7926 Improved state change unit test.
7928 2007-09-19 Stefan Kost <ensonic@users.sf.net>
7930 * docs/plugins/.cvsignore:
7931 * tests/check/.cvsignore:
7932 Ignore registries in any format.
7934 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
7936 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7937 Removed some unused code.
7939 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7940 * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7941 * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7942 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7943 * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7944 (gst_rtp_theora_pay_flush_packet):
7945 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7946 Try to preserve the incomming buffer duration on the outgoing
7947 packets. Fixes #478244.
7949 2007-09-18 Tim-Philipp Müller <tim at centricular dot net>
7951 * ext/taglib/gstapev2mux.cc:
7952 * ext/taglib/gstid3v2mux.cc:
7953 Work around compiler warnings with g++-4.2 when assigning a
7954 string constant to a gchar * (partially fixes #478092).
7956 2007-09-18 Tim-Philipp Müller <tim at centricular dot net>
7959 We require core CVS now for gst_base_src_set_do_timestamp().
7961 2007-09-17 Jan Schmidt <Jan.Schmidt@sun.com>
7963 * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7964 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7965 (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7966 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7967 (gst_rtspsrc_handle_message):
7968 Fix compiler warnings shown with Forte.
7970 2007-09-16 Wim Taymans <wim.taymans@gmail.com>
7972 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7973 (gst_rtspsrc_dup_printf):
7974 Give meaningfull error when all streams failed to configure for some
7977 2007-09-16 Wim Taymans <wim.taymans@gmail.com>
7980 Update README with the design for synchronisation rules of RTP on
7981 sender and receiver.
7983 2007-09-14 Sebastian Dröge <slomo@circular-chaos.org>
7985 * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7986 (gst_wavparse_chain):
7987 Don't push EOS from the chain function, the element
7988 driving the pipeline is responsible for this. The bug
7989 this was meant to fix seems to be queue not forwarding
7990 EOS in all cases (see #476514).
7992 2007-09-13 Wim Taymans <wim.taymans@gmail.com>
7994 * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7995 (gst_level_transform_ip):
7996 * gst/level/gstlevel.h:
7997 Use basetransform segment so that it is correctly managed on flushes and
7999 Report message timestamp as stream time, which is what an application
8002 2007-09-13 Sebastian Dröge <slomo@circular-chaos.org>
8004 * ext/taglib/gstapev2mux.cc:
8005 * ext/taglib/gstapev2mux.h:
8006 * ext/taglib/gsttaglibmux.c:
8007 * tests/check/elements/apev2mux.c:
8008 Update my mail address.
8010 2007-09-13 Sebastian Dröge <slomo@circular-chaos.org>
8012 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
8013 (gst_wavparse_loop), (gst_wavparse_chain):
8014 Add EOS logic for the push-based mode too. Fixes #476514.
8016 2007-09-12 Wim Taymans <wim.taymans@gmail.com>
8018 * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
8019 * gst/law/alaw-encode.h:
8020 * gst/law/mulaw-encode.c: (gst_mulawenc_init),
8021 (gst_mulawenc_chain):
8022 * gst/law/mulaw-encode.h:
8023 Fix law encoder timestamps.
8025 2007-09-12 Stefan Kost <ensonic@users.sf.net>
8027 * ext/gconf/gstgconfaudiosink.c:
8028 Fix warning when building without debug.
8030 * sys/oss/gstossmixertrack.c:
8031 Use const like in alsamixertrack.c (fixes warnings).
8033 2007-09-11 Wim Taymans <wim.taymans@gmail.com>
8035 * sys/v4l2/v4l2src_calls.c:
8036 (gst_v4l2src_probe_caps_for_format_and_size):
8037 Fix framerate detection code some more.
8038 Handle the case where there is a weird step in the stepwise framerates.
8039 Don't overwrite the min interval with the framerate, use a temp variable
8041 Use max in the Continuous framerate intervals instead of step, which is
8042 1 according to the docs. Fixes #475424.
8044 2007-09-10 Wim Taymans <wim.taymans@gmail.com>
8046 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
8047 Make udpsrc timestamp outgoing buffers based on when they were received.
8048 Also make it output a segment in time.
8050 2007-09-10 Stefan Kost <ensonic@users.sf.net>
8052 * gst/avi/gstavidemux.c:
8053 Plug a little leak. Little code cleanups.
8055 2007-09-09 Tim-Philipp Müller <tim at centricular dot net>
8058 Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
8059 flac versions, 's good for cross-compilation karma.
8061 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
8063 Patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
8065 * gst/rtp/gstrtph263pay.c:
8066 Fix up header structure so that compilers don't add padding
8067 between the structure fields, since that would lead to us
8068 sending RTP packets with broken headers (as is currently the
8069 case when compiling with MSVC). Also see similar fixes in
8070 libgstrtp in gst-plugins-base. (#474616; #471194)
8072 2007-09-07 Wim Taymans <wim.taymans@gmail.com>
8074 * sys/v4l2/v4l2src_calls.c:
8075 (gst_v4l2src_probe_caps_for_format_and_size):
8076 Don't overwrite our GValue with 0 but instead use the previously
8077 computed value. Fixes #471823 some more.
8079 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
8081 * docs/plugins/gst-plugins-good-plugins.hierarchy:
8082 No tabs in this file please, or gtk-doc will end up documenting
8083 rather absurd class hierarchies.
8085 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
8087 * ext/gconf/gstswitchsink.c:
8088 If the new kid element fails to change state for some reason
8089 (e.g. esdsink not being able to connect to the sound server),
8090 forward the error message it posted on the bus instead of just
8091 posting a generic 'Internal state change error: please file a
8092 bug' error message. Fixes #471364.
8094 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
8096 * gst/qtdemux/Makefile.am:
8097 * gst/qtdemux/qtdemux.c:
8098 Don't assume tags are encoded as UTF-8 (#473670).
8100 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
8102 * sys/v4l2/gstv4l2src.c:
8103 * sys/v4l2/gstv4l2src.h:
8104 * sys/v4l2/v4l2src_calls.c:
8105 Implement LATENCY queries in the crudest way possible so I don't
8106 have to use sync=false any longer when testing with videosinks.
8108 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
8113 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
8115 * sys/v4l2/v4l2src_calls.c:
8116 (gst_v4l2src_probe_caps_for_format_and_size):
8117 Add some more debugging in the framerate function.
8118 Iterate stepwise framerate up to and _including_ the max and if nothing
8119 was added to the list, add a dummy 0/1 to 100/1 framerate so that we
8120 don't end up with an empty list. Fixes #471823
8122 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
8124 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8125 (gst_multiudpsink_set_clients_string),
8126 (gst_multiudpsink_get_clients_string),
8127 (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
8128 (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
8129 (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8130 (gst_multiudpsink_clear):
8131 Add property do configure destination address/port pairs
8132 API:GstMultiUDPSink::clients
8134 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
8136 * tests/examples/Makefile.am:
8137 * tests/examples/rtp/Makefile.am:
8138 * tests/examples/rtp/client-H263p-AMR.sh:
8139 * tests/examples/rtp/client-H263p-PCMA.sdp:
8140 * tests/examples/rtp/client-H263p-PCMA.sh:
8141 * tests/examples/rtp/client-H264-PCMA.sdp:
8142 * tests/examples/rtp/client-H264-PCMA.sh:
8143 * tests/examples/rtp/client-PCMA.sh:
8144 * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8145 * tests/examples/rtp/server-alsasrc-PCMA.sh:
8146 * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8147 * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8148 Added some RTP example scripts for sending and receiving RTP streams.
8150 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
8152 * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8153 (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8154 Restructure the setcaps function so that we can also compute the
8155 expected GStreamer output size of the video frames.
8156 Set frame_byte_size correctly so that read-based devices have a chance
8157 of working correctly.
8158 When grabbing a frame, discard frames that are not of the expected size.
8159 Some cameras don't output the right framesize for the first buffer.
8160 Try only a couple of times to get a valid frame, else error out.
8162 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8163 (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8164 Add some more debug info when scanning the device.
8166 * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8167 (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8168 (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8169 (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8170 Add some more debug info when dequeing a frame.
8172 2007-09-04 Stefan Kost <ensonic@users.sf.net>
8174 * gst/wavparse/gstwavparse.c:
8175 More code cleanups. Add some more comment and improve debugs logs.
8177 2007-09-04 Stefan Kost <ensonic@users.sf.net>
8179 * gst/wavparse/gstwavparse.c:
8180 * gst/wavparse/gstwavparse.h:
8181 Implement seek-query. Refactor duration calculations. Appropriate use
8182 of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8185 2007-09-03 Stefan Kost <ensonic@users.sf.net>
8187 * gst/avi/gstavidemux.c:
8188 Implement seek-query.
8190 2007-08-29 Wim Taymans <wim.taymans@gmail.com>
8192 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8193 (gst_rtspsrc_dup_printf):
8194 Use new basesink async property to make sparse RTCP packet not wait for
8197 2007-08-27 Jan Schmidt <thaytan@mad.scientist.com>
8199 * gst/audiofx/Makefile.am:
8200 Dist the right file.
8202 2007-08-23 Wim Taymans <wim.taymans@gmail.com>
8204 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8205 (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8206 Make sure we generate and parse floating point values in the POSIX
8207 locale instead of the current locale.
8209 2007-08-22 Wim Taymans <wim.taymans@gmail.com>
8211 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8212 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8214 * gst/rtsp/gstrtspsrc.h:
8215 Fix method detection again.
8216 Keep track of when we must send a Range header.
8217 Use segment values for Range, Speed and Scale headers.
8218 Parse Speed and Scale headers to update the segment values.
8220 2007-08-22 Stefan Kost <ensonic@users.sf.net>
8222 patch by: Mark Nauwelaerts <manauw@skynet.be>
8224 * sys/v4l2/v4l2src_calls.c:
8225 Handle optional v4l2 ioctls gracefully.
8227 2007-08-20 Wim Taymans <wim.taymans@gmail.com>
8229 * gst/rtp/Makefile.am:
8230 * gst/rtp/gstrtp.c: (plugin_init):
8231 * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8232 (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8233 (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8234 (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8235 (gst_rtp_h263_depay_get_property),
8236 (gst_rtp_h263_depay_change_state),
8237 (gst_rtp_h263_depay_plugin_init):
8238 * gst/rtp/gstrtph263depay.h:
8239 Added an H263 depayloader. Fixes #369392.
8241 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8242 (gst_rtp_h263p_depay_process):
8243 * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8244 (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8245 Make the H263+ pay/depayloader support H263-1998 and H263-2000
8247 Also alow plain H263 on the h263p payloaders. Fixes #465040.
8249 2007-08-19 Sebastian Dröge <slomo@circular-chaos.org>
8251 * gst/audiofx/audiochebyshevfreqband.c:
8252 * gst/audiofx/audiochebyshevfreqlimit.c:
8253 Add small comparision with the windowed sinc filters in the docs.
8255 2007-08-19 Sebastian Dröge <slomo@circular-chaos.org>
8257 * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8258 (audiochebyshevfreqband_suite):
8259 * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8260 (audiochebyshevfreqlimit_suite):
8261 Also test 32 bit float mode and the type 2 variants of the filters.
8263 2007-08-18 Wim Taymans <wim.taymans@gmail.com>
8265 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8266 (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8268 Refactor the udp and interleaved loop function a bit.
8270 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
8272 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8273 (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8274 (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8275 (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8276 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8277 (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8278 * gst/rtsp/gstrtspsrc.h:
8279 Protect connection activity with a new lock, avoids deadlocks when going
8280 to PAUSED. Fixes #455808.
8282 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
8284 * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8285 Fix debug statement.
8287 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
8289 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8290 Fix stray %u in debug line as spotted by Saur on IRC.
8292 2007-08-17 Sebastian Dröge <slomo@circular-chaos.org>
8294 * gst/audiofx/audiochebyshevfreqband.c:
8295 (gst_audio_chebyshev_freq_band_class_init):
8296 * gst/audiofx/audiochebyshevfreqlimit.c:
8297 (gst_audio_chebyshev_freq_limit_class_init):
8298 Use generator macros for the process functions for the different
8299 sample types, add lower upper boundaries for the GObject properties
8300 so automatically generated UIs can use sliders and add a note about
8301 the number of poles as a too high number of poles combined with
8302 very low or very high frequencies will produce only noise.
8303 * docs/plugins/gst-plugins-good-plugins.args:
8304 Regenerated for the property changes.
8306 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
8308 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8309 (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8310 (gst_rtspsrc_stream_configure_udp_sink),
8311 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8312 (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8313 (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8314 (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8315 (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8316 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8317 * gst/rtsp/gstrtspsrc.h:
8318 Improve timeout handling.
8319 Use the same socket for sending and receiving RTCP packets so that some
8320 servers can track clients better.
8321 Improve connection closed handling. Try to reconnect.
8322 Don't overwrite our content base with NULL.
8324 Improve range parsing and handling.
8325 Remove flushing hack now that core does the right thing.
8327 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
8329 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8330 (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8331 (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8332 (gst_multiudpsink_close), (gst_multiudpsink_add):
8333 * gst/udp/gstmultiudpsink.h:
8334 Add support for getting and setting the socket to use.
8336 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8337 (gst_udpsrc_create), (gst_udpsrc_get_property):
8338 Add support for getting the currently used socket.
8340 2007-08-16 Sebastian Dröge <slomo@circular-chaos.org>
8342 reviewed by: Stefan Kost <ensonic@users.sf.net>
8344 * gst/audiofx/Makefile.am:
8345 * gst/audiofx/audiochebyshevfreqband.c:
8346 (gst_audio_chebyshev_freq_band_mode_get_type),
8347 (gst_audio_chebyshev_freq_band_base_init),
8348 (gst_audio_chebyshev_freq_band_dispose),
8349 (gst_audio_chebyshev_freq_band_class_init),
8350 (gst_audio_chebyshev_freq_band_init),
8351 (generate_biquad_coefficients), (calculate_gain),
8352 (generate_coefficients),
8353 (gst_audio_chebyshev_freq_band_set_property),
8354 (gst_audio_chebyshev_freq_band_get_property),
8355 (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8356 (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8357 (gst_audio_chebyshev_freq_band_start):
8358 * gst/audiofx/audiochebyshevfreqband.h:
8359 * gst/audiofx/audiochebyshevfreqlimit.c:
8360 (gst_audio_chebyshev_freq_limit_mode_get_type),
8361 (gst_audio_chebyshev_freq_limit_base_init),
8362 (gst_audio_chebyshev_freq_limit_dispose),
8363 (gst_audio_chebyshev_freq_limit_class_init),
8364 (gst_audio_chebyshev_freq_limit_init),
8365 (generate_biquad_coefficients), (calculate_gain),
8366 (generate_coefficients),
8367 (gst_audio_chebyshev_freq_limit_set_property),
8368 (gst_audio_chebyshev_freq_limit_get_property),
8369 (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8370 (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8371 (gst_audio_chebyshev_freq_limit_start):
8372 * gst/audiofx/audiochebyshevfreqlimit.h:
8373 * gst/audiofx/audiofx.c: (plugin_init):
8374 Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8377 * tests/check/Makefile.am:
8378 * tests/check/elements/.cvsignore:
8379 * tests/check/elements/audiochebyshevfreqband.c:
8380 (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8381 (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8382 * tests/check/elements/audiochebyshevfreqlimit.c:
8383 (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8384 (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8385 Add unit tests for the chebyshev filters.
8387 * docs/plugins/Makefile.am:
8388 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8389 * docs/plugins/gst-plugins-good-plugins-sections.txt:
8390 * docs/plugins/gst-plugins-good-plugins.args:
8391 * docs/plugins/inspect/plugin-1394.xml:
8392 * docs/plugins/inspect/plugin-audiofx.xml:
8393 * docs/plugins/inspect/plugin-dv.xml:
8394 * docs/plugins/inspect/plugin-flac.xml:
8395 * docs/plugins/inspect/plugin-jpeg.xml:
8396 * docs/plugins/inspect/plugin-png.xml:
8397 * docs/plugins/inspect/plugin-rtp.xml:
8398 * docs/plugins/inspect/plugin-shout2send.xml:
8399 * docs/plugins/inspect/plugin-wavpack.xml:
8400 And add docs for the chebyshev filters. While doing
8401 that also run make update in docs/plugins.
8403 2007-08-16 Stefan Kost <ensonic@users.sf.net>
8405 * ext/annodex/gstcmmltag.c:
8406 * gst/rtp/gstrtpvorbispay.c:
8407 Make ro memory to share.
8409 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
8411 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8412 Improve UDP performance by avoiding a select() when we have data
8413 available immediatly.
8415 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
8417 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8418 (gst_rtp_dec_class_init):
8419 * gst/rtsp/gstrtpdec.h:
8420 Add (dummy) SSRC management signals.
8422 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8423 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8424 (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8425 (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8426 (on_timeout), (gst_rtspsrc_stream_configure_manager),
8427 (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8428 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8429 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8430 * gst/rtsp/gstrtspsrc.h:
8431 Add connection-speed property.
8432 Add find_stream helper functions.
8433 Handle stream EOS based on BYE messages or SSRC timeout.
8434 Returns SUCCESS from the state change function as we hide our async
8435 elements from the parent.
8437 2007-08-16 Stefan Kost <ensonic@users.sf.net>
8439 * gst/debug/rndbuffersize.c:
8442 2007-08-14 Stefan Kost <ensonic@users.sf.net>
8444 * gst/debug/Makefile.am:
8445 * gst/debug/breakmydata.c:
8446 * gst/debug/gstdebug.c:
8447 * gst/debug/negotiation.c:
8448 * gst/debug/progressreport.c:
8449 * gst/debug/rndbuffersize.c:
8450 * gst/debug/testplugin.c:
8451 Add new test element and clean-up the others a little.
8453 2007-08-12 Wim Taymans <wim.taymans@gmail.com>
8455 * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8456 Fix parsing of mp4a version 0 atoms. Fixes #465774.
8458 2007-08-10 Stefan Kost <ensonic@users.sf.net>
8460 * gst/rtp/gstrtpilbcdepay.c:
8463 2007-08-10 Wim Taymans <wim.taymans@gmail.com>
8465 * gst/rtp/gstrtpmpvdepay.c:
8466 Set the mpegversion in the caps so that autoplugging does not get
8469 2007-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
8474 Updated translations.
8476 2007-08-08 Michael Smith <msmith@fluendo.com>
8478 * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8479 Render right border in the correct location.
8481 2007-08-08 Wim Taymans <wim.taymans@gmail.com>
8483 Patch by: Olivier Crete <tester at tester dot ca>
8485 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8486 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8487 Make mode property a string. Fixes #464475.
8489 2007-08-05 Stefan Kost <ensonic@users.sf.net>
8491 * ext/flac/gstflacenc.c:
8492 Widen caps to match decoder a bit and add more FIXMEs.
8494 2007-08-05 Stefan Kost <ensonic@users.sf.net>
8496 patch by: Mark Nauwelaerts <manauw@skynet.be>
8498 * gst/avi/gstavimux.c:
8499 Fix ODML index tag numbering. Fixes #463624.
8501 2007-08-03 Wim Taymans <wim.taymans@gmail.com>
8503 * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8504 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8505 (gst_rtspsrc_stream_configure_tcp),
8506 (gst_rtspsrc_stream_configure_udp_sink):
8507 Fix default clock-rate for realmedia.
8508 Fix parsing of transport.
8509 Don't try to link NULL pads.
8511 2007-07-30 Tim-Philipp Müller <tim at centricular dot net>
8514 Add POTFILES.skip with list of source files that aren't disted at the
8515 moment but contain translatable strings. Should hopefully pacify
8516 broken tools and make it clearer that these files are left out
8517 intentionally (#461600).
8519 2007-07-30 Edward Hervey <bilboed@bilboed.com>
8521 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8522 If the buffer was entirely clipped ... don't try sending it :)
8524 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
8526 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8527 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8528 (gst_rtspsrc_create_transports_string),
8529 (gst_rtspsrc_prepare_transports):
8530 If we don't hav a session manager, set the caps on outgoing buffers
8532 Force PAUSE/PLAY methods for now until the extensions can overwrite.
8533 Append final bit of the transport string even when it does not contain a
8536 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
8538 * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8539 (gst_rtsp_ext_list_connect):
8540 * gst/rtsp/gstrtspext.h:
8541 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8542 (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8543 Clean up the interface list.
8544 Allow connecting to interface signals for the extensions.
8545 Remove old extension code.
8546 Free list on cleanup.
8547 Allow extensions to send additional RTSP messages.
8549 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
8551 * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8552 Handle a NULL gconf key gracefully by rendering the default element.
8554 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
8556 * gst/rtsp/gstrtspext.h:
8557 Fix include path for extension interface.
8559 2007-07-26 Sebastian Dröge <slomo@circular-chaos.org>
8561 * gst/audiofx/audioamplify.h:
8562 Also remove a now unecessary variable here.
8564 2007-07-26 Sebastian Dröge <slomo@circular-chaos.org>
8566 * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8567 (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8568 * gst/audiofx/audiodynamic.c:
8569 (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8570 (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8571 * gst/audiofx/audiodynamic.h:
8572 * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8573 (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8574 * gst/audiofx/audioinvert.h:
8575 Don't save format information ourselves, this is already saved in
8578 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
8580 * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8581 (gst_rtsp_ext_list_stream_select):
8582 * gst/rtsp/gstrtspext.h:
8583 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8584 Use rank to filter out extensions.
8585 Add url to stream_select interface call.
8587 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
8589 * gst/rtsp/Makefile.am:
8590 * gst/rtsp/base64.c:
8591 * gst/rtsp/base64.h:
8592 * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8593 (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8594 (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8595 (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8596 (gst_rtsp_ext_list_setup_media),
8597 (gst_rtsp_ext_list_configure_stream),
8598 (gst_rtsp_ext_list_get_transports),
8599 (gst_rtsp_ext_list_stream_select):
8600 * gst/rtsp/gstrtspext.h:
8601 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8602 (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8603 (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8604 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8605 (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8606 (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8607 (gst_rtspsrc_stream_configure_tcp),
8608 (gst_rtspsrc_stream_configure_mcast),
8609 (gst_rtspsrc_stream_configure_udp),
8610 (gst_rtspsrc_stream_configure_udp_sink),
8611 (gst_rtspsrc_stream_configure_transport),
8612 (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8613 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8614 (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8615 (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8616 (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8617 (gst_rtspsrc_parse_methods),
8618 (gst_rtspsrc_create_transports_string),
8619 (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8620 (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8621 (gst_rtspsrc_play), (gst_rtspsrc_pause),
8622 (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8623 * gst/rtsp/gstrtspsrc.h:
8625 * gst/rtsp/rtspconnection.c:
8626 * gst/rtsp/rtspconnection.h:
8627 * gst/rtsp/rtspdefs.c:
8628 * gst/rtsp/rtspdefs.h:
8629 * gst/rtsp/rtspext.h:
8630 * gst/rtsp/rtspextwms.c:
8631 * gst/rtsp/rtspextwms.h:
8632 * gst/rtsp/rtspmessage.c:
8633 * gst/rtsp/rtspmessage.h:
8634 * gst/rtsp/rtsprange.c:
8635 * gst/rtsp/rtsprange.h:
8636 * gst/rtsp/rtsptransport.c:
8637 * gst/rtsp/rtsptransport.h:
8638 * gst/rtsp/rtspurl.c:
8639 * gst/rtsp/rtspurl.h:
8641 * gst/rtsp/sdpmessage.c:
8642 * gst/rtsp/sdpmessage.h:
8644 Use shiny new RTSP and SDP library.
8645 Implement RTSP extensions using the new interface.
8646 Remove a lot of old code.
8648 2007-07-24 Edward Hervey <bilboed@bilboed.com>
8650 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8651 Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8653 2007-07-24 Sebastian Dröge <slomo@circular-chaos.org>
8655 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8656 Don't unref the outgoing buffer twice when dropping it because it's
8657 outside of the segment.
8659 2007-07-24 Sebastian Dröge <slomo@circular-chaos.org>
8662 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8663 (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8664 Use the new buffer clipping function from gstaudio here and
8665 require gst-plugins-base CVS.
8666 * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8667 For framed Wavpack buffers we require a valid timestamp.
8669 2007-07-23 Wim Taymans <wim.taymans@gmail.com>
8671 * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8672 (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8673 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8674 Clip raw audio and video when we can, keep track of current output
8676 Don't leak buffers and events when there is no output pad.
8677 Improve debugging here and there.
8679 2007-07-23 Stefan Kost <ensonic@users.sf.net>
8682 Sync liboil check with plugins-base.
8684 2007-07-20 Stefan Kost <ensonic@users.sf.net>
8686 * ext/annodex/Makefile.am:
8689 * ext/cdio/gstcdiocddasrc.c:
8690 * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8693 * ext/cairo/Makefile.am:
8694 * gst/videofilter/Makefile.am:
8695 * tests/examples/level/Makefile.am:
8696 Use $(LIBM) instead of -lm
8698 2007-07-18 Stefan Kost <ensonic@users.sf.net>
8700 * sys/v4l2/gstv4l2src.c:
8701 Add another example pipeline.
8703 2007-07-18 Stefan Kost <ensonic@users.sf.net>
8705 Patch by: Alexander Eichner <alexeichi@yahoo.de>
8707 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8710 * sys/v4l2/gstv4l2tuner.c:
8711 (gst_v4l2_tuner_set_frequency_and_notify):
8712 Don't touch the property - its still disabled.
8714 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8715 (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8716 * sys/v4l2/v4l2src_calls.h:
8717 Improve fallback format negotionation. Fixes #451388
8719 2007-07-18 Stefan Kost <ensonic@users.sf.net>
8721 * tests/check/elements/videocrop.c: (GST_START_TEST):
8724 2007-07-18 Stefan Kost <ensonic@users.sf.net>
8726 * docs/plugins/Makefile.am:
8727 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8728 * docs/plugins/gst-plugins-good-plugins-sections.txt:
8729 * docs/plugins/inspect/plugin-jpeg.xml:
8730 * docs/plugins/inspect/plugin-png.xml:
8731 * ext/jpeg/gstjpegdec.c:
8732 * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8733 (gst_pngdec_sink_setcaps):
8734 More docs. More logs in pngdec.
8736 2007-07-17 Stefan Kost <ensonic@users.sf.net>
8738 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8739 Initialize num_buffers with minimum value.
8741 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8742 (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8743 Handle frame-size query failure gracefully.
8745 2007-07-16 Wim Taymans <wim.taymans@gmail.com>
8747 * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8748 Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8749 codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8752 2007-07-16 Sebastian Dröge <slomo@circular-chaos.org>
8754 * ext/wavpack/gstwavpackdec.c:
8755 (gst_wavpack_dec_clip_outgoing_buffer):
8756 Fix buffer clipping to correctly clip to the segment stop.
8758 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8761 * tests/Makefile.am:
8762 Remove bogus check for libcheck, since we check for
8763 gstreamer-check and it pulls in the required info from there,
8764 and we weren't actually _using_ the information for libcheck
8767 2007-07-12 Stefan Kost <ensonic@users.sf.net>
8770 Use pkg-config to locate check.
8772 2007-07-11 Tim-Philipp Müller <tim at centricular dot net>
8774 * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8775 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8776 * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8777 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8778 * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8779 * gst/effectv/gstaging.c: (gst_agingtv_transform):
8780 * gst/effectv/gstdice.c: (gst_dicetv_transform):
8781 * gst/effectv/gstedge.c: (gst_edgetv_transform):
8782 * gst/effectv/gstquark.c: (gst_quarktv_transform):
8783 * gst/effectv/gstrev.c: (gst_revtv_transform):
8784 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8785 * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8786 * gst/effectv/gstwarp.c: (gst_warptv_transform):
8787 * gst/matroska/matroska-demux.c:
8788 (gst_matroska_demux_add_wvpk_header),
8789 (gst_matroska_demux_check_subtitle_buffer),
8790 (gst_matroska_decode_buffer):
8791 * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8792 Fix build against core CVS.
8794 2007-07-10 Edward Hervey <bilboed@gmail.com>
8796 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8797 Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8798 don't have enough granularity to convert that boolean into a
8801 2007-07-06 Michael Smith <msmith@fluendo.com>
8803 * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8804 (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8805 (gst_alawdec_change_state):
8806 * gst/law/alaw-decode.h:
8807 * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8808 (gst_mulawdec_class_init), (gst_mulawdec_init),
8809 (gst_mulawdec_chain), (gst_mulawdec_change_state):
8810 * gst/law/mulaw-decode.h:
8811 Fix capsnego bogosity in *law decoders.
8813 2007-07-06 Michael Smith <msmith@fluendo.com>
8815 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8816 (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8817 (gst_smokeenc_change_state):
8818 * ext/jpeg/gstsmokeenc.h:
8819 Remove stupidity in get/set caps functions.
8820 Fix some refcounting problems.
8822 2007-07-06 Jan Schmidt <thaytan@mad.scientist.com>
8824 * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8825 Remove endianness-flipping hack that seems to have been required
8826 only because of a bug in ffmpegcolorspace.
8827 Partially Fixes: #451908
8829 2007-07-05 Stefan Kost <ensonic@users.sf.net>
8831 * docs/plugins/Makefile.am:
8832 Simplify --extra-dir as gtkdoc scans recursively.
8834 2007-07-03 Wim Taymans <wim@fluendo.com>
8836 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8838 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8839 Set the encoding-name in the rtp caps to all uppercase, as required by
8841 Some small cleanups in the error paths. Fixes #453037.
8843 2007-06-28 Sebastian Dröge <slomo@circular-chaos.org>
8845 * ext/wavpack/gstwavpackparse.c:
8846 (gst_wavpack_parse_index_get_last_entry),
8847 (gst_wavpack_parse_index_get_entry_from_sample),
8848 (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8849 (gst_wavpack_parse_scan_to_find_sample):
8850 * ext/wavpack/gstwavpackparse.h:
8851 Use a GSList for the GArray that is used like a list anyway.
8853 2007-06-28 Tim-Philipp Müller <tim at centricular dot net>
8855 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8856 (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8857 (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8858 Add state change function where we set 0/1 as default framerate in
8859 case our setcaps function isn't called, like it might not in a
8860 filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8861 gdkpixbufdec trying to create caps with a 0/0 framerate.
8862 Also post an error message on the bus if gst_pad_push() fails when
8863 called from our sink event handler (+1 for flow returns for event
8864 functions in 0.11) instead of failing silently.
8866 2007-06-27 Wim Taymans <wim@fluendo.com>
8868 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8869 Cast stack args to the proper types. Fixes #451249.
8871 2007-06-27 Wim Taymans <wim@fluendo.com>
8873 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8874 (new_session_pad), (gst_rtspsrc_setup_streams):
8875 * gst/rtsp/gstrtspsrc.h:
8876 For container formats we only need to activate one of the streams so
8877 that we correctly signal no-more-pads. Fixes #451015.
8879 2007-06-25 Stefan Kost <ensonic@users.sf.net>
8881 * docs/plugins/gst-plugins-good-plugins.args:
8882 * docs/plugins/inspect/plugin-aasink.xml:
8883 * docs/plugins/inspect/plugin-alaw.xml:
8884 * docs/plugins/inspect/plugin-alpha.xml:
8885 * docs/plugins/inspect/plugin-alphacolor.xml:
8886 * docs/plugins/inspect/plugin-annodex.xml:
8887 * docs/plugins/inspect/plugin-apetag.xml:
8888 * docs/plugins/inspect/plugin-audiofx.xml:
8889 * docs/plugins/inspect/plugin-auparse.xml:
8890 * docs/plugins/inspect/plugin-autodetect.xml:
8891 * docs/plugins/inspect/plugin-avi.xml:
8892 * docs/plugins/inspect/plugin-cacasink.xml:
8893 * docs/plugins/inspect/plugin-cairo.xml:
8894 * docs/plugins/inspect/plugin-cdio.xml:
8895 * docs/plugins/inspect/plugin-cutter.xml:
8896 * docs/plugins/inspect/plugin-debug.xml:
8897 * docs/plugins/inspect/plugin-efence.xml:
8898 * docs/plugins/inspect/plugin-effectv.xml:
8899 * docs/plugins/inspect/plugin-esdsink.xml:
8900 * docs/plugins/inspect/plugin-flac.xml:
8901 * docs/plugins/inspect/plugin-flxdec.xml:
8902 * docs/plugins/inspect/plugin-gconfelements.xml:
8903 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8904 * docs/plugins/inspect/plugin-goom.xml:
8905 * docs/plugins/inspect/plugin-halelements.xml:
8906 * docs/plugins/inspect/plugin-icydemux.xml:
8907 * docs/plugins/inspect/plugin-id3demux.xml:
8908 * docs/plugins/inspect/plugin-jpeg.xml:
8909 * docs/plugins/inspect/plugin-ladspa.xml:
8910 * docs/plugins/inspect/plugin-level.xml:
8911 * docs/plugins/inspect/plugin-matroska.xml:
8912 * docs/plugins/inspect/plugin-mulaw.xml:
8913 * docs/plugins/inspect/plugin-multipart.xml:
8914 * docs/plugins/inspect/plugin-navigationtest.xml:
8915 * docs/plugins/inspect/plugin-ossaudio.xml:
8916 * docs/plugins/inspect/plugin-png.xml:
8917 * docs/plugins/inspect/plugin-quicktime.xml:
8918 * docs/plugins/inspect/plugin-rtp.xml:
8919 * docs/plugins/inspect/plugin-rtsp.xml:
8920 * docs/plugins/inspect/plugin-smpte.xml:
8921 * docs/plugins/inspect/plugin-speex.xml:
8922 * docs/plugins/inspect/plugin-taglib.xml:
8923 * docs/plugins/inspect/plugin-udp.xml:
8924 * docs/plugins/inspect/plugin-videobalance.xml:
8925 * docs/plugins/inspect/plugin-videobox.xml:
8926 * docs/plugins/inspect/plugin-videocrop.xml:
8927 * docs/plugins/inspect/plugin-videoflip.xml:
8928 * docs/plugins/inspect/plugin-videomixer.xml:
8929 * docs/plugins/inspect/plugin-wavenc.xml:
8930 * docs/plugins/inspect/plugin-wavparse.xml:
8931 * docs/plugins/inspect/plugin-ximagesrc.xml:
8932 Update docs with caps info.
8934 2007-06-25 Tim-Philipp Müller <tim at centricular dot net>
8937 Add more files with translatable strings (#450878).
8939 2007-06-22 Jan Schmidt <thaytan@noraisin.net>
8942 Updating all the maintainers files
8944 2007-06-22 Edward Hervey <edward@fluendo.com>
8946 * ext/flac/gstflactag.c: (gst_flac_tag_init):
8947 * gst/interleave/deinterleave.c: (deinterleave_init),
8948 (deinterleave_sink_link):
8949 * gst/interleave/interleave.c: (interleave_init):
8950 * gst/median/gstmedian.c: (gst_median_init):
8951 * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8953 * tests/check/elements/id3demux.c: (pad_added_cb):
8954 Remove unused variable.
8956 2007-06-21 Jan Schmidt <thaytan@mad.scientist.com>
8958 * ext/gconf/gconf.h:
8959 Make the prototype of gst_gconf_get_key_for_sink_profile
8960 match the implementation.
8961 Patch by: Damien Carbery <damien dot carbery at sun dot com>
8964 2007-06-20 Michael Smith <msmith@fluendo.com>
8966 * gst/rtp/gstrtpdepay.c:
8967 Fix description - rtpdepay is not a payloader.
8969 2007-06-20 Stefan Kost <ensonic@users.sf.net>
8971 * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8972 (qtdemux_video_caps):
8973 * gst/qtdemux/qtdemux_fourcc.h:
8974 Add MJPG to the variants of motion jpeg.
8976 2007-06-19 Tim-Philipp Müller <tim at centricular dot net>
8978 * tests/check/Makefile.am:
8979 * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8980 * tests/check/elements/videocrop.c: (GST_START_TEST):
8981 * tests/check/elements/videofilter.c:
8982 * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8983 * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8984 Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8985 error flags are included and it errors out on compiler warnings
8986 for CVS builds; remove unused variables in various unit tests.
8988 2007-06-19 Wim Taymans <wim@fluendo.com>
8990 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8991 (rtsp_connection_close), (rtsp_connection_free):
8992 Use threadsafe inet_ntop to convert an ip number to a string.
8994 Don't leak fd (and ip) when freeing a connection without first closing
8997 2007-06-19 Jan Schmidt <thaytan@mad.scientist.com>
9002 * gst-plugins-good.doap:
9003 Add 0.10.6 to the doap file.
9005 === release 0.10.6 ===
9007 2007-06-18 Jan Schmidt <thaytan@mad.scientist.com>
9010 releasing 0.10.6, "Wobble Board"
9012 2007-06-17 Tim-Philipp Müller <tim at centricular dot net>
9014 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9015 (rtsp_connection_free):
9016 Revert previous commit again, since we are frozen (sorry).
9018 2007-06-17 Tim-Philipp Müller <tim at centricular dot net>
9020 Patch by: Peter Kjellerstedt <pkj at axis com>
9022 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9023 (rtsp_connection_free):
9024 inet_ntoa() uses a static buffer internally, so we need to copy the
9025 returned string if we want to store it for later (#447961).
9027 2007-06-15 Jan Schmidt <thaytan@mad.scientist.com>
9029 * win32/vs6/autogen.dsp:
9030 * win32/vs6/gst_plugins_good.dsw:
9031 * win32/vs6/libgstalaw.dsp:
9032 * win32/vs6/libgstalpha.dsp:
9033 * win32/vs6/libgstalphacolor.dsp:
9034 * win32/vs6/libgstapetag.dsp:
9035 * win32/vs6/libgstaudiofx.dsp:
9036 * win32/vs6/libgstauparse.dsp:
9037 * win32/vs6/libgstautodetect.dsp:
9038 * win32/vs6/libgstavi.dsp:
9039 * win32/vs6/libgstcutter.dsp:
9040 * win32/vs6/libgstdirectdraw.dsp:
9041 * win32/vs6/libgstdirectsound.dsp:
9042 * win32/vs6/libgsteffectv.dsp:
9043 * win32/vs6/libgstflx.dsp:
9044 * win32/vs6/libgstgoom.dsp:
9045 * win32/vs6/libgsticydemux.dsp:
9046 * win32/vs6/libgstid3demux.dsp:
9047 * win32/vs6/libgstinterleave.dsp:
9048 * win32/vs6/libgstjpeg.dsp:
9049 * win32/vs6/libgstlevel.dsp:
9050 * win32/vs6/libgstmatroska.dsp:
9051 * win32/vs6/libgstmedian.dsp:
9052 * win32/vs6/libgstmonoscope.dsp:
9053 * win32/vs6/libgstmulaw.dsp:
9054 * win32/vs6/libgstmultipart.dsp:
9055 * win32/vs6/libgstqtdemux.dsp:
9056 * win32/vs6/libgstrtp.dsp:
9057 * win32/vs6/libgstrtsp.dsp:
9058 * win32/vs6/libgstsmpte.dsp:
9059 * win32/vs6/libgstspeex.dsp:
9060 * win32/vs6/libgstudp.dsp:
9061 * win32/vs6/libgstvideobalance.dsp:
9062 * win32/vs6/libgstvideobox.dsp:
9063 * win32/vs6/libgstvideocrop.dsp:
9064 * win32/vs6/libgstvideoflip.dsp:
9065 * win32/vs6/libgstvideomixer.dsp:
9066 * win32/vs6/libgstwaveform.dsp:
9067 * win32/vs6/libgstwavenc.dsp:
9068 * win32/vs6/libgstwavparse.dsp:
9069 Mark *.dsp & *.dsw as binary files and convert to DOS line
9070 endings, as they don't load into VS6 correctly otherwise.
9072 2007-06-15 Jan Schmidt <thaytan@mad.scientist.com>
9074 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9075 (rtsp_connection_connect):
9076 Fix the MingW build.
9077 Patch By: Vincent Torri <vtorri at univ-evry dot fr>
9080 2007-06-14 Jan Schmidt <thaytan@mad.scientist.com>
9082 * tests/check/elements/.cvsignore:
9083 * tests/icles/.cvsignore:
9084 Hush the buildbots up
9086 2007-06-14 Jan Schmidt <thaytan@mad.scientist.com>
9090 * sys/directdraw/Makefile.am:
9091 * sys/directsound/Makefile.am:
9092 * sys/waveform/Makefile.am:
9093 Make sure to dist everything needed for win32 builds.
9095 2007-06-14 Edward Hervey <edward@fluendo.com>
9097 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9098 For AMR-NB streams, export the AMRSpecificBox as codec_data on the
9102 2007-06-13 Wim Taymans <wim@fluendo.com>
9104 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9105 Make sure we allocate enough memory for the codec_data.
9108 2007-06-12 Sebastien Moutte <sebastien@moutte.net>
9111 Add videocrop project file to the win32 manifest.
9112 * win32/vs6/gst_plugins_good.dsw:
9113 Add qtdemux,videocrop and waveform projects to the workspace.
9114 * win32/vs6/libgstqtdemux.dsp:
9115 Add zlib to the link list of qtdemux.
9116 * win32/vs6/libgstvideocrop.dsp:
9117 Add a project file for videocrop.
9119 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
9122 Add qtdemux for translation
9124 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
9127 * docs/plugins/Makefile.am:
9128 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9129 * docs/plugins/gst-plugins-good-plugins-sections.txt:
9130 * docs/plugins/inspect/plugin-videocrop.xml:
9131 * gst-plugins-good.spec.in:
9133 * tests/check/Makefile.am:
9134 * tests/icles/Makefile.am:
9135 * tests/icles/videocrop-test.c:
9136 Move videocrop and osxvideo from -bad.
9138 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
9141 * docs/plugins/Makefile.am:
9142 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9143 * docs/plugins/gst-plugins-good-plugins-sections.txt:
9144 * docs/plugins/gst-plugins-good-plugins.args:
9145 * docs/plugins/inspect/plugin-qtdemux.xml:
9146 * docs/plugins/inspect/plugin-quicktime.xml:
9148 Move qtdemux from -bad.
9150 * gst-plugins-good.spec.in:
9151 Update spec file to reflect moving of qtdemux and wavpack
9153 2007-06-12 Jan Schmidt <thaytan@mad.scientist.com>
9156 * docs/plugins/Makefile.am:
9157 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9158 * docs/plugins/gst-plugins-good-plugins-sections.txt:
9159 * docs/plugins/inspect/plugin-directdraw.xml:
9160 * docs/plugins/inspect/plugin-directsound.xml:
9161 * docs/plugins/inspect/plugin-waveform.xml:
9162 Move the waveform plugin from -bad too. Update the inspect xml
9163 files to mention Plugins Good instead of Plugins Bad.
9165 2007-06-12 Andy Wingo <wingo@pobox.com>
9167 * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9168 (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9169 (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9170 finalization and resuscitation. No longer public.
9171 (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9172 (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9173 (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9174 (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9175 miniobject semantics, and be threadsafe.
9176 (gst_v4l2src_queue_frame): Remove this function, as we just call
9177 the ioctls directly in the two places where we queue buffers.
9178 (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9180 (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9181 to allocate the pool, which also preallocates the GstBuffers.
9182 (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9183 queueing the frames directly.
9184 (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9185 mmap buffers have been dequeued.
9187 * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9188 real MiniObject instead of rolling our own refcounting and
9189 finalizing. Give it a lock.
9190 (struct _GstV4l2Buffer): Remove one intermediary object, having
9191 the buffers hold the struct v4l2_buffer directly.
9193 * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9194 capture_init so that it can set them on the buffers that it will
9196 (gst_v4l2src_get_read): For better or for worse, include the
9197 timestamping and offsetting code here; really we should be using
9199 (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9200 preallocated, mmap'd buffers.
9202 2007-06-11 Wim Taymans <wim@fluendo.com>
9204 Patch by: daniel fischer <dan at f3c dot com>
9206 * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9207 (gst_ximage_src_get_caps):
9208 Actually use the display_name property so that we can dump any
9209 available X display. Fixes #445905.
9211 2007-06-11 Wim Taymans <wim@fluendo.com>
9213 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9215 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9216 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9217 Add missing rate fields to caps. Fixes #441118.
9219 2007-06-10 Sebastien Moutte <sebastien@moutte.net>
9221 * win32/vs6/gst_plugins_good.dsw:
9222 * win32/vs8/gst-plugins-good.sln:
9223 Add DirectSound and DirectDraw sinks project files to
9224 workspace and solution files.
9226 2007-06-10 Sebastian Dröge <slomo@circular-chaos.org>
9228 Patch by: Josh Coalson <xflac at yahoo dot com>,
9229 updated by Alexis Ballier <aballier at gentoo dot org>:
9232 * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9233 (gst_flac_dec_setup_seekable_decoder),
9234 (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9235 (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9236 (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9237 * ext/flac/gstflacdec.h:
9238 * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9239 (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9240 (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9241 (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9242 (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9243 (gst_flac_enc_chain), (gst_flac_enc_set_property),
9244 (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9245 * ext/flac/gstflacenc.h:
9246 Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9248 2007-06-09 Sebastian Dröge <slomo@circular-chaos.org>
9250 * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9251 Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9252 not necessary anymore as we need at least that core version.
9254 2007-06-09 Sebastian Dröge <slomo@circular-chaos.org>
9256 * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9257 (gst_wavpack_dec_chain):
9258 * ext/wavpack/gstwavpackdec.h:
9259 * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9260 (gst_wavpack_parse_push_buffer):
9261 * ext/wavpack/gstwavpackparse.h:
9262 Improve discont handling by checking if the next Wavpack block has
9263 the expected, following block index.
9265 2007-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
9267 * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9268 Fix element description.
9270 2007-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
9273 * docs/plugins/Makefile.am:
9274 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9275 * docs/plugins/gst-plugins-good-plugins-sections.txt:
9276 * docs/plugins/gst-plugins-good-plugins.args:
9277 * docs/plugins/gst-plugins-good-plugins.hierarchy:
9278 * docs/plugins/gst-plugins-good-plugins.signals:
9279 * docs/plugins/inspect/plugin-autodetect.xml:
9280 * docs/plugins/inspect/plugin-gconfelements.xml:
9281 * docs/plugins/inspect/plugin-ladspa.xml:
9282 * docs/plugins/inspect/plugin-rtp.xml:
9283 * docs/plugins/inspect/plugin-wavpack.xml:
9285 * tests/check/Makefile.am:
9286 move wavpack plugin. See #352605.
9288 2007-06-08 Jan Schmidt <thaytan@mad.scientist.com>
9291 * docs/plugins/Makefile.am:
9292 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9293 * docs/plugins/gst-plugins-good-plugins-sections.txt:
9294 * docs/plugins/gst-plugins-good-plugins.args:
9297 Add DirectDraw & DirectSound plugins to the build and docs.
9299 2007-06-08 Tim-Philipp Müller <tim at centricular dot net>
9301 * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9302 * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9303 When operating in pull mode, error out correct on not-linked.
9305 2007-06-06 Andy Wingo <wingo@pobox.com>
9307 * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9308 (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9309 format and size if the ioctls are defined; should fix compilation
9312 2007-06-06 Tim-Philipp Müller <tim at centricular dot net>
9314 * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9315 Printf fixes in debug statements; use LOG level for debug statements
9316 that are printed for each and every frame; convert c++ comments to
9317 C-style comments; not much point using g_try_malloc() if we then not
9318 even check the return value.
9320 2007-06-05 Tim-Philipp Müller <tim at centricular dot net>
9323 Bump requirements to released versions (core and base 0.10.13).
9325 * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9326 Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9329 2007-06-05 Andy Wingo <wingo@pobox.com>
9331 * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9332 some useless comments.
9334 * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9335 frames before calling STREAMON, that might leave them in a state
9336 where they can't be dequeued if we go back to NULL without calling
9337 STREAMON, according to the docs.
9338 (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9339 before we call STREAMON.
9340 (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9341 failures. (For me this code hung.) The pool refcounting is still
9342 crack; added a note to that effect.
9344 2007-06-05 Wim Taymans <wim@fluendo.com>
9346 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9347 (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9348 Add support for mapping gst structure names to the MIME type equivalent.
9349 Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9351 2007-06-03 Sebastian Dröge <slomo@circular-chaos.org>
9353 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9354 (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9355 (gst_wavenc_chain), (gst_wavenc_change_state):
9356 * gst/wavenc/gstwavenc.h:
9357 Properly write wav files with width!=depth by having the depth most
9358 significant bytes set and all others zero. Fixes #442535.
9360 2007-06-01 Wim Taymans <wim@fluendo.com>
9362 * gst/rtsp/rtspconnection.c:
9363 Add include to make buildbot happy.
9365 2007-06-01 Wim Taymans <wim@fluendo.com>
9367 Patch by: Peter Kjellerstedt <pkj at axis com>
9369 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9370 (rtsp_connection_connect), (add_date_header),
9371 (rtsp_connection_send), (parse_response_status),
9372 (parse_request_line), (parse_line), (rtsp_connection_receive):
9373 * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9374 * gst/rtsp/rtspdefs.h:
9375 * gst/rtsp/rtspmessage.c: (key_value_foreach),
9376 (rtsp_message_init_request), (rtsp_message_init_response),
9377 (rtsp_message_remove_header), (rtsp_message_append_headers),
9378 (rtsp_message_dump):
9379 * gst/rtsp/rtspmessage.h:
9380 Improves version checking, allowing an RTSP server to reply with "505
9381 RTSP Version not supported.
9382 Adds a Date header to all messages.
9383 Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9384 want to be able to send a response even if something in the request was
9385 invalid. EINVAL is only used when passing wrong arguments to functions.
9386 Do not handle an invalid method in parse_request_line(). Defer this to
9387 the caller so it can respond with "405 Method Not Allowed".
9388 Improves parsing of the timeout parameter to the Session header,
9389 allowing whitespace after the semicolon.
9390 Avoids a compiler warning due to variables shadowing a function argument.
9392 2007-06-01 Wim Taymans <wim@fluendo.com>
9394 Based on Patch by: Daniel Charles <dcharles at ti dot com>
9396 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9397 (gst_rtp_amr_depay_process):
9398 * gst/rtp/gstrtpamrdepay.h:
9399 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9400 (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9401 (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9402 * gst/rtp/gstrtpamrpay.h:
9403 Add support for AMR-WB.
9404 Small cleanups such as using BOILERPLATE.
9406 2007-05-31 Wim Taymans <wim@fluendo.com>
9408 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9409 Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9411 2007-05-30 Andy Wingo <wingo@pobox.com>
9413 * sys/v4l2/gstv4l2object.h:
9414 * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9417 * sys/v4l2/v4l2src_calls.h:
9418 * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9419 the format list in the order that the driver gives it to us.
9420 (gst_v4l2src_probe_caps_for_format_and_size)
9421 (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9422 based on the capabilities of the device.
9423 (gst_v4l2src_grab_frame): Update for object variable renaming.
9424 (gst_v4l2src_set_capture): Update to be strict in its parameters,
9425 as in the set_caps below.
9426 (gst_v4l2src_capture_init): Update for object variable renaming,
9428 (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9429 (gst_v4l2src_capture_deinit): Update for object variable renaming.
9430 (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9431 (gst_v4l2src_get_fps): Remove; these functions don't have much
9432 meaning outside of an atomic set_caps method.
9433 (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9436 * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9437 call to update_fps; not sure about this change.
9438 (gst_v4l2_tuner_set_norm): Work around the fact that for the
9439 moment we don't have an update_fps_func.
9441 * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9442 structures in the object, just store what we need. Do store the
9443 probed caps of the device. Don't store the current frame rate.
9445 * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9446 update_fps_function, for now. Update for new object variable
9448 (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9449 new object variable naming.
9450 (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9451 (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9452 (gst_v4l2src_get_caps): Rework to probe the device for supported
9453 frame sizes and frame rates.
9454 (gst_v4l2src_set_caps): Rework to be strict in the given
9455 parameters: if someone asks us to have a certain size and rate,
9456 that is what we configure.
9457 (gst_v4l2src_get_read): Update for object variable naming. Don't
9458 leak buffers on short reads.
9459 (gst_v4l2src_get_mmap): Update for object variable naming, and add
9461 (gst_v4l2src_create): Update for object variable naming.
9463 2007-05-30 Tim-Philipp Müller <tim at centricular dot net>
9465 * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9466 (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9467 * gst/avi/gstavidemux.h:
9468 Parse subtitle text streams instead of erroring out (#442034). Still
9469 needs a parser for the subtitles to actually show up.
9471 2007-05-30 Tim-Philipp Müller <tim at centricular dot net>
9473 * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9474 (gst_avi_demux_loop):
9475 Make _push_event() return TRUE if the event could be pushed on at
9476 least one pad and not only if it could be pushed on all pads,
9477 otherwise we'll end up posting an error message on EOS if one or
9478 more source pads are not connected.
9480 2007-05-28 Wim Taymans <wim@fluendo.com>
9482 * gst/rtsp/rtsptransport.c:
9483 Use renamed RTP bin.
9485 2007-05-28 Wim Taymans <wim@fluendo.com>
9487 Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9489 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9490 (gst_video_box_set_property), (gst_video_box_transform_caps),
9491 (video_box_recalc_transform), (gst_video_box_set_caps),
9492 (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9493 (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9494 (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9495 (gst_video_box_i420_i420), (gst_video_box_transform),
9497 Add AYUV->AYUV and AYUV->I420 formats.
9498 Fix negotiation and I420->AYUV conversion.
9501 2007-05-26 Wim Taymans <wim@fluendo.com>
9503 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9504 Use different variables for nested for loops so that the outer loop
9505 functions properly and speex files with multiple frames per buffer work
9509 2007-05-25 Tim-Philipp Müller <tim at centricular dot net>
9511 * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9512 Don't leak newsegment events.
9514 2007-05-25 Tim-Philipp Müller <tim at centricular dot net>
9516 * gst/wavparse/Makefile.am:
9517 Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9520 2007-05-25 Tim-Philipp Müller <tim at centricular dot net>
9522 * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9523 (notgst_value_array_append_buffer),
9524 (gst_flac_enc_process_stream_headers),
9525 (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9526 (gst_flac_enc_change_state):
9527 * ext/flac/gstflacenc.h:
9528 Collect headers, add "streamheader" field to output caps and set
9529 BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9530 produces output according to the official FLAC-to-Ogg mapping
9531 instead of completely broken files. Fixes #426044.
9533 2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
9535 * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9536 (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9537 (gst_id3demux_sink_event):
9538 * gst/id3demux/gstid3demux.h:
9539 * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9540 (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9541 (gst_tag_demux_send_new_segment):
9542 Handle and adjust new-segment events so that downstream really
9543 sees a stream with the tag pieces stripped off the front and back.
9544 Fixes strangeness in seeking when mp3 decoders use the new-segment
9545 byte position to estimate their current playback position timestamp
9546 and then the arriving buffers don't match up.
9548 2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
9550 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9551 Don't unnecessarily perform a READY->NULL->READY transition on the
9552 detected audio sink when starting up. Fixes: #440127
9554 2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
9556 * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9557 (gst_flac_enc_chain):
9558 Don't crash in chain function if setcaps hasn't been called.
9560 2007-05-24 Wim Taymans <wim@fluendo.com>
9562 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9563 Init value to avoid infinte loops.
9565 2007-05-24 Wim Taymans <wim@fluendo.com>
9567 Patch by: Peter Kjellerstedt <pkj at axis com>
9569 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9570 (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9571 (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9573 (rtsp_connection_send), (rtsp_connection_receive):
9574 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9577 * gst/rtsp/rtspconnection.c: (add_auth_header),
9578 Only add authorisation and session headers when sending messages.
9580 * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9581 (rtsp_message_init_request), (rtsp_message_init_response),
9582 (rtsp_message_unset), (rtsp_message_add_header),
9583 (rtsp_message_remove_header), (rtsp_message_get_header),
9584 (rtsp_message_append_headers), (dump_key_value),
9585 (rtsp_message_dump):
9586 * gst/rtsp/rtspmessage.h:
9587 Add support for multiple headers of the same type by storing the parsed
9588 headers in a GArray instaed of a hashtable.
9590 2007-05-21 Wim Taymans <wim@fluendo.com>
9592 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9593 (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9594 Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9597 2007-05-21 Wim Taymans <wim@fluendo.com>
9599 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9600 * gst/rtsp/gstrtpdec.h:
9601 Added signal for backwards compat.
9603 2007-05-21 Sebastian Dröge <slomo@circular-chaos.org>
9605 Patch by: René Stadler <mail at renestadler dot de>
9608 * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9609 (gst_au_parse_parse_header), (gst_au_parse_chain):
9610 * gst/auparse/gstauparse.h:
9611 Use audioconvert for converting from non-native endianness floats
9612 in auparse instead of doing it ourself. Fixes #424527.
9613 This needs the audioconvert from plugins-base CVS.
9615 2007-05-21 Wim Taymans <wim@fluendo.com>
9617 * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9618 (gst_rtp_h263p_pay_flush):
9619 Fix enum registration.
9621 2007-05-21 Wim Taymans <wim@fluendo.com>
9623 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9625 * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9626 (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9627 (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9628 (gst_rtp_h263p_pay_flush):
9629 * gst/rtp/gstrtph263ppay.h:
9630 Add new fragmentation mode base on GOB headers. Fixes #438940.
9632 2007-05-20 Tim-Philipp Müller <tim at centricular dot net>
9634 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9637 2007-05-18 Wim Taymans <wim@fluendo.com>
9639 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9640 Don't crash when an unsupported transport error was returned by the
9641 server, just try to configure the next stream. Fixes #439255.
9643 2007-05-18 Wim Taymans <wim@fluendo.com>
9645 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9646 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9647 (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9648 (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9649 (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9650 * gst/rtsp/gstrtspsrc.h:
9651 Add TCP timeout property and use it for all TCP connection.
9653 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9654 (rtsp_connection_write), (rtsp_connection_next_timeout),
9655 (rtsp_connection_reset_timeout):
9656 Make connect and writes cancelable and make them use the timeout.
9658 2007-05-18 Wim Taymans <wim@fluendo.com>
9660 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9661 (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9662 (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9663 (gst_rtspsrc_setup_streams):
9664 Refactor timeout handling.
9665 Also send keep-alive when dealing with TCP transport.
9667 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9668 (rtsp_connection_free), (rtsp_connection_next_timeout),
9669 (rtsp_connection_reset_timeout):
9670 * gst/rtsp/rtspconnection.h:
9671 Use a timer to handle the session timeouts, add some methods to deal
9674 2007-05-17 Wim Taymans <wim@fluendo.com>
9676 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9677 (gst_rtspsrc_setup_streams):
9678 Ignore streams that fail the setup command, we will retry with a
9679 different transport later on.
9681 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9682 (rtsp_ext_wms_configure_stream):
9683 Fix encoding name case.
9685 2007-05-16 Edward Hervey <edward@fluendo.com>
9687 * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9688 Fix build on macosx.
9690 2007-05-16 Sebastian Dröge <slomo@circular-chaos.org>
9692 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9693 Replace direct comparison of a string with the string literal "" with
9694 a comparison of the first character with '\0'. Fixes #438926.
9696 2007-05-15 Stefan Kost <ensonic@users.sf.net>
9698 * gst/debug/breakmydata.c (gst_break_my_data_init):
9699 One more try. This should be the proper fix now.
9701 2007-05-15 Stefan Kost <ensonic@users.sf.net>
9703 * gst/debug/breakmydata.c:
9704 Ooops, no // comments please.
9706 2007-05-15 Stefan Kost <ensonic@users.sf.net>
9708 * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9709 (gst_break_my_data_init):
9710 Fix gst_buffer_is_writable() assertion.
9712 2007-05-14 David Schleef <ds@schleef.org>
9714 * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9715 video/x-raw-bayer. Fixes #314160.
9717 2007-05-14 Wim Taymans <wim@fluendo.com>
9719 * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9720 (gst_rtp_theora_depay_parse_configuration):
9721 * gst/rtp/gstrtptheorapay.c: (encode_base64),
9722 (gst_rtp_theora_pay_finish_headers),
9723 (gst_rtp_theora_pay_handle_buffer):
9724 Update theora pay/depayloader in a similar to vorbis.
9726 * gst/rtp/gstrtpvorbisdepay.c:
9727 (gst_rtp_vorbis_depay_parse_configuration):
9730 2007-05-14 Wim Taymans <wim@fluendo.com>
9732 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9733 When we try to execute a method that is not supported by the server,
9734 don't error out but remove the method from the accepted methods so that
9735 we never try to perform this method again.
9737 2007-05-14 Wim Taymans <wim@fluendo.com>
9739 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9740 Remove annoying _dump_mem.
9742 2007-05-14 Wim Taymans <wim@fluendo.com>
9744 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9745 Parse range correctly.
9747 * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9748 The baseurl now always has a '/' at the start.
9750 2007-05-14 Wim Taymans <wim@fluendo.com>
9752 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9753 (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9754 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9755 Factor out caps configuration and configure more stuff such as the time
9756 ranges and speed/scale values.
9758 * gst/rtsp/rtsptransport.c:
9759 Add Copyright after non-trival fixes.
9761 2007-05-12 Wim Taymans <wim@fluendo.com>
9763 Patch by: Peter Kjellerstedt <pkj at axis com>
9765 * gst/rtsp/gstrtspsrc.h:
9766 * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9767 * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9768 (rtsp_message_get_header):
9769 * gst/rtsp/rtspmessage.h:
9770 Make channel guint8 where possible.
9771 Make rtsp_message_init_data() take the channel as a guint8.
9773 * gst/rtsp/rtspdefs.c:
9774 Fixed a typo: Timout -> Timeout
9776 * gst/rtsp/rtspdefs.h:
9777 Make RTSP_CHECK() behave as a statement.
9779 * gst/rtsp/sdpmessage.c:
9780 Avoid a compiler warning in INIT_ARRAY().
9783 2007-05-12 Wim Taymans <wim@fluendo.com>
9785 Patch by: Peter Kjellerstedt <pkj at axis com>
9787 * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9788 (rtsp_url_get_request_uri):
9789 * gst/rtsp/rtspurl.h:
9790 Add support for query parameters to RTSP URLs.
9792 2007-05-12 Wim Taymans <wim@fluendo.com>
9794 Patch by: Peter Kjellerstedt <pkj at axis com>
9796 * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9797 (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9798 (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9799 (rtsp_transport_parse), (rtsp_transport_as_text):
9800 * gst/rtsp/rtsptransport.h:
9801 Add validation to rtsp_transport_parse().
9802 Add rtsp_transport_as_text() to generate an RTSP header from an
9804 Change ssrc to guint (was a string) since that is what it is, even
9805 though it is sent as a hex string.
9806 Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9807 incorrect, which can be seen when looking at the examples in the RFC).
9810 2007-05-11 Zaheer Abbas Merali <<zaheerabbas at merali dot org>>
9812 Patch by: Eric Anholt
9814 * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9815 gst_ximage_src_ximage_get):
9816 Use union of all damage between frames to make it faster.
9818 Also fix crasher when cursor is at bottom right of window.
9820 2007-05-11 Tim-Philipp Müller <tim at centricular dot net>
9822 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9823 Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9824 streaming mode regression for file from #343837 with 'bext' chunk
9825 before the 'fmt' chunk.
9827 2007-05-11 Wim Taymans <wim@fluendo.com>
9829 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9830 (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9831 (gst_rtspsrc_handle_src_event),
9832 (gst_rtspsrc_stream_configure_manager),
9833 (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9834 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9835 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9836 * gst/rtsp/gstrtspsrc.h:
9837 * gst/rtsp/rtspdefs.h:
9838 Preliminary seek support.
9839 Activate internal pads so that we can receive events on them.
9840 Don't try to parse a range string when it's NULL.
9842 2007-05-11 Wim Taymans <wim@fluendo.com>
9845 Update README with new RTP variables that will be used for
9848 * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9849 (gst_rtp_vorbis_depay_parse_configuration),
9850 (gst_rtp_vorbis_depay_process):
9851 * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9852 (gst_rtp_vorbis_pay_finish_headers),
9853 (gst_rtp_vorbis_pay_handle_buffer):
9854 Update vorbis pay and depayloader to draft-04.
9856 2007-05-11 Wim Taymans <wim@fluendo.com>
9858 * gst/rtsp/rtsptransport.c:
9859 UDP MCAST is actually the default for RTP/AVP.
9860 2007-05-13 Sebastien Moutte <sebastien@moutte.net>
9862 * gst/level/gstlevel.c: (gst_level_transform_ip):
9863 Use guint8 * instead of gpointer then vs6 can build
9864 in_data += (filter->width / 8).
9866 2007-05-11 Zaheer Abbas Merali <<zaheerabbas at merali dot org>>
9868 * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9869 gst_ximage_src_ximage_get):
9870 * sys/ximage/gstximagesrc.h (last_ximage):
9871 When using Damage actually keep the last frame, and not assume
9872 that the buffer we get already has the last frame on it.
9873 Copy the cursor over if we specify a non-zero start x and
9876 2007-05-11 Wim Taymans <wim@fluendo.com>
9878 * gst/rtsp/rtsptransport.c:
9879 Make UDP the default transport when not specified.
9881 2007-05-09 David Schleef <ds@schleef.org>
9883 * gst/level/gstlevel.c:
9886 2007-05-09 Sebastien Moutte <sebastien@moutte.net>
9888 * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9889 (gst_level_transform_ip):
9890 Use guint8 * instead of gpointer then vs6 know the size of data
9891 pointed when moving the pointer.
9892 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9893 Move instructions after variables declaration.
9894 * win32/vs6/autogen.dsp:
9895 * win32/vs6/libgstrtp.dsp:
9896 * win32/vs6/libgstrtsp.dsp:
9897 Update vs6 project files.
9899 2007-05-09 Wim Taymans <wim@fluendo.com>
9901 * gst/rtsp/Makefile.am:
9902 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9903 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9904 * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9905 (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9907 * gst/rtsp/rtsprange.h:
9908 Add code to parse time ranges.
9909 Report DURATION on the stream when possible.
9911 2007-05-08 Tim-Philipp Müller <tim at centricular dot net>
9913 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9914 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9915 (gst_videomixer_collected):
9916 Fix strides calculation for AYUV (it's just width*4) (#436910).
9918 2007-05-06 Sebastian Dröge <slomo@circular-chaos.org>
9920 * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9921 * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9922 * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9923 Sync the GObject properties before each processing step to properly
9924 work with the controller.
9926 2007-05-04 Wim Taymans <wim@fluendo.com>
9928 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9929 (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9930 (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9931 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9932 (gst_rtspsrc_change_state):
9933 Let more error state trickle down so that we can catch more error
9935 Handle keep-alive a little smarter by selecting a method the server
9937 Fix a race in UDP streaming shutdown.
9939 2007-05-04 Wim Taymans <wim@fluendo.com>
9941 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9942 Ignore errors when trying to use the keep-alive messages.
9944 2007-05-04 Wim Taymans <wim@fluendo.com>
9946 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9947 (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9948 (gst_rtspsrc_stream_configure_manager),
9949 (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9950 (gst_rtspsrc_stream_configure_mcast),
9951 (gst_rtspsrc_stream_configure_udp),
9952 (gst_rtspsrc_stream_configure_udp_sink),
9953 (gst_rtspsrc_stream_configure_transport):
9954 Send RTCP messages back to the server over the TCP connection.
9956 * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9957 (rtsp_connection_send), (rtsp_connection_read), (read_body),
9958 (rtsp_connection_receive):
9959 * gst/rtsp/rtspconnection.h:
9960 Factor out and expose lowlevel _write and _read methods.
9961 Implement sending data messages to the server.
9963 2007-05-03 Wim Taymans <wim@fluendo.com>
9965 * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9966 (gst_multipart_mux_collected):
9967 Fix timestamps on outgoing buffers.
9969 2007-05-03 Wim Taymans <wim@fluendo.com>
9971 * gst/multipart/multipartmux.c:
9972 (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9973 (gst_multipart_mux_change_state):
9974 Emit NEWSEGMENT events before pushing the first buffer.
9976 2007-05-03 Wim Taymans <wim@fluendo.com>
9978 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9979 (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9980 (gst_rtspsrc_handle_src_query),
9981 (gst_rtspsrc_stream_configure_manager),
9982 (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9983 (gst_rtspsrc_stream_configure_mcast),
9984 (gst_rtspsrc_stream_configure_udp),
9985 (gst_rtspsrc_stream_configure_udp_sink),
9986 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9987 (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9988 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9989 (gst_rtspsrc_pause):
9990 Refactor transport configuration code.
9991 Create internal pads for TCP transport so that we can implement events
9993 Handle events and queries.
9994 Parse range from the SDP.
9995 Fix race in pause handler where the connection could still be flushing.
9997 2007-05-02 Wim Taymans <wim@fluendo.com>
9999 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10000 (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
10001 (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10002 (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
10003 (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
10004 (gst_rtspsrc_change_state):
10005 * gst/rtsp/gstrtspsrc.h:
10006 Fix race when multiple udp sources post timeouts, just act on the first
10008 Protect stream list with a recursive lock to fix some races.
10009 Flush connection when we need to do a reconnect or stop.
10010 Make state lock recursive.
10012 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10013 (rtsp_connection_close):
10014 Some small cleanups.
10016 2007-05-02 Wim Taymans <wim@fluendo.com>
10018 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10019 (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10020 Only set DISCONT when there actually is a discont or when we just
10023 2007-05-02 Sebastian Dröge <slomo@circular-chaos.org>
10025 * ext/flac/gstflac.c: (plugin_init):
10026 Call bindtextdomain() to get localized strings.
10028 2007-05-02 Wim Taymans <wim@fluendo.com>
10030 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10031 (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10032 (gst_wavparse_stream_data):
10033 * gst/wavparse/gstwavparse.h:
10034 Be a bit more clever when dealing with VBR files with FACT tags, we
10035 don't want to timestamp buffers in that case but the estimated BPS can
10036 be used for seeking.
10037 Only send close segment in the streaming thread.
10039 2007-05-02 Sebastian Dröge <slomo@circular-chaos.org>
10041 * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10042 Correctly post an error on the bus if something went wrong in the loop
10043 function. This fixes a few cases where the task was paused and nothing
10046 2007-05-02 Wim Taymans <wim@fluendo.com>
10048 * gst/rtsp/test.c: (main):
10049 Fix compilation of deprecated test just because I'm too lazy to delete
10052 2007-05-02 Wim Taymans <wim@fluendo.com>
10054 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10055 (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10056 (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
10057 (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
10058 (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10059 (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
10060 * gst/rtsp/gstrtspsrc.h:
10061 Fix sending RTCP to the right place.
10062 Fix bug in reffing the wrong UDP element.
10063 Use new pad names for the session manager.
10064 Implement handling server requests in interleaved and UDP modes.
10065 Handle session keep-alive in UDP modes.
10066 Remove GCond for handling UDP timeouts.
10068 * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10069 (rtsp_connection_send), (rtsp_connection_read), (read_body),
10070 (rtsp_connection_receive), (rtsp_connection_close):
10071 * gst/rtsp/rtspconnection.h:
10072 Store connection IP address for later.
10073 Add timeout args to all operations that might block forever.
10074 Parse session timeout.
10075 Only close sockets when not already closed.
10077 * gst/rtsp/rtspdefs.c:
10078 * gst/rtsp/rtspdefs.h:
10079 Add timeout return value and error string.
10081 * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
10084 2007-05-01 Wim Taymans <wim@fluendo.com>
10086 Patch by: Sjoerd Simons <sjoerd at luon dot net>
10088 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
10089 (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
10090 * gst/rtp/gstrtpmp4vpay.h:
10091 Handle NEWSEGMENT and FLUSH events. Fixes #434824.
10093 2007-04-30 Tim-Philipp Müller <tim at centricular dot net>
10095 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10096 Remove v4l2src from docs, since it breaks the docs build, and the
10097 plugin is only built if --enable-experimental is used anyway.
10099 * docs/plugins/Makefile.am:
10102 2007-04-29 Wim Taymans <wim@fluendo.com>
10104 * gst/udp/gstmultiudpsink.c: (leave_multicast),
10105 (gst_multiudpsink_add), (gst_multiudpsink_remove):
10106 Add code to drop membership of a multicast group.
10108 * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
10109 (gst_udpsink_set_uri):
10110 Implement URI handler.
10112 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10113 (gst_rtspsrc_parse_rtpinfo):
10114 Use URI handler to make udpsink instace.
10115 Improve code to configure port and destination.
10117 2007-04-29 Wim Taymans <wim@fluendo.com>
10119 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10120 Fix multicast detection.
10121 Don't try to join a multicast group if the address is not multicast.
10123 * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
10124 Small debug improvement.
10126 2007-04-27 Wim Taymans <wim@fluendo.com>
10128 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10129 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10130 (gst_rtspsrc_handle_message):
10131 Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10134 2007-04-27 Wim Taymans <wim@fluendo.com>
10136 * gst/rtp/gstrtpilbcdepay.h:
10137 Fix mode property when specified as an arg.
10139 2007-04-26 Edward Hervey <edward@fluendo.com>
10141 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10142 * docs/plugins/gst-plugins-good-plugins-sections.txt:
10143 * docs/plugins/gst-plugins-good-plugins.hierarchy:
10144 * docs/plugins/inspect/plugin-osxaudio.xml:
10145 Add documentation for osxaudio plugin.
10147 2007-04-26 Wim Taymans <wim@fluendo.com>
10149 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10150 (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10151 (gst_rtspsrc_open), (gst_rtspsrc_close),
10152 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10153 (gst_rtspsrc_pause):
10154 * gst/rtsp/gstrtspsrc.h:
10155 Protect state changes with a lock.
10157 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10159 * gst/rtsp/rtspconnection.h:
10160 Remove some unused stuff.
10162 2007-04-26 Wim Taymans <wim@fluendo.com>
10164 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10165 Handle the case where there are exactly 0 bytes to read and the ioctl
10166 did not report an error. Fixes #433530.
10168 2007-04-26 Wim Taymans <wim@fluendo.com>
10170 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10171 (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10172 * gst/wavparse/gstwavparse.h:
10173 Apply DISCONT to buffers.
10174 Only apply timestamp to the first sample after a DISCONT, too many VBR
10175 files cause random jitter in the timestamps. Fixes #433119.
10177 2007-04-25 Wim Taymans <wim@fluendo.com>
10179 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10180 (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10181 (gst_rtp_dec_get_property):
10182 * gst/rtsp/gstrtpdec.h:
10183 Add dummy latency property to be backwards compat with rtpbin.
10185 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10186 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10187 (gst_rtspsrc_stream_configure_transport),
10188 (gst_rtspsrc_parse_rtpinfo):
10189 * gst/rtsp/gstrtspsrc.h:
10190 Add latency property and configure in the session manager.
10191 Don't set invalid clock-base and seqnum-base on caps, some servers
10192 sometimes don't send them.
10194 2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
10196 * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10197 (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10198 Double-check that RGB input caps are really RGBA caps (apparently
10199 the core doesn't always catch it if those caps aren't a subset of
10200 our template caps, also see #421543). Fixes #429319 in a way.
10201 Also, don't leak the pad template in the transform_caps function.
10203 * tests/check/Makefile.am:
10204 * tests/check/elements/.cvsignore:
10205 * tests/check/elements/alphacolor.c: (setup_alphacolor),
10206 (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10207 (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10208 (GST_START_TEST), (alphacolor_suite):
10209 Add some basic unit tests for alphacolor.
10211 2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
10213 * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10214 If we get a fatal flow return in the loop function, first post the
10215 error message and only then send the EOS event downstream, otherwise
10216 applications might get an eos message before the error message and
10217 think everything was ok (related to #429319).
10219 2007-04-25 Wim Taymans <wim@fluendo.com>
10221 * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10222 Read the channel byte as an unsigned byte.
10224 2007-04-25 Wim Taymans <wim@fluendo.com>
10226 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10227 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10228 (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10229 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10230 (gst_rtp_gsm_depay_setcaps):
10231 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10232 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10233 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10234 (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10235 (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10236 (gst_ilbc_depay_get_property):
10237 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10238 * gst/rtp/gstrtpmp4adepay.c:
10239 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10240 (gst_rtp_pcma_depay_setcaps):
10241 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10242 (gst_rtp_pcmu_depay_setcaps):
10243 Make sure we configure the clock_rate in the baseclass in the setcaps
10244 function. Fixes #431282.
10246 2007-04-25 Wim Taymans <wim@fluendo.com>
10248 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10249 (gst_rtspsrc_stream_free), (request_pt_map),
10250 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10251 * gst/rtsp/gstrtspsrc.h:
10252 Parse server address from SDP.
10253 Hook up a udpsink to send RTCP back to the server.
10255 * docs/plugins/gst-plugins-good-plugins-sections.txt:
10256 * gst/rtsp/rtsptransport.h:
10259 2007-04-25 Stefan Kost <ensonic@users.sf.net>
10261 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10262 Make header field check conditional. Fixes #433135
10264 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
10266 * docs/plugins/Makefile.am:
10267 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10268 * docs/plugins/gst-plugins-good-plugins-sections.txt:
10269 * docs/plugins/inspect/plugin-alphacolor.xml:
10270 * gst/alpha/Makefile.am:
10271 * gst/alpha/gstalphacolor.c:
10272 * gst/alpha/gstalphacolor.h:
10273 Add minimal docs blurb to alphacolor; split out headers into
10274 separate header file for gtk-doc.
10276 2007-04-20 Tim-Philipp Müller <tim at centricular dot net>
10278 * gst/debug/progressreport.c: (gst_progress_report_report):
10279 Don't try to post NULL message (in case we can't query upstream
10280 position or duration).
10282 2007-04-18 Michael Smith <msmith@fluendo.com>
10284 * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10285 (gst_cutter_get_caps):
10286 * gst/cutter/gstcutter.h:
10287 Fix some of the most obvious bugs in cutter. Now doesn't leak
10288 everything if input is silent.
10290 2007-04-18 Sebastian Dröge <slomo@circular-chaos.org>
10292 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10293 (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10294 * gst/wavenc/gstwavenc.h:
10295 Wav apparently only supports width==GST_ROUND_UP(depth), everything
10296 else results in a invalid block align and invalid files.
10298 2007-04-17 Tim-Philipp Müller <tim at centricular dot net>
10300 Patch by: Snaik <snaik32 gmail com>
10302 * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10303 Add missing break statement for BOX_HORIZONTAL case.
10305 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
10307 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10309 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10310 Use correct format strings for integer types.
10312 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
10314 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10315 (gst_wavparse_create_sourcepad):
10316 Use gst_riff_create_audio_template_caps () instead of the local caps.
10317 This makes updates of the local caps unecessary whenever libgstriff
10318 gets support for new formats.
10320 2007-04-16 Tim-Philipp Müller <tim at centricular dot net>
10322 Patch by: Brian Cameron <brian.cameron at sun dot com>
10324 * sys/sunaudio/gstsunaudio.c:
10325 * sys/sunaudio/gstsunaudiomixer.c:
10326 * sys/sunaudio/gstsunaudiomixer.h:
10327 * sys/sunaudio/gstsunaudiomixerctrl.c:
10328 * sys/sunaudio/gstsunaudiomixerctrl.h:
10329 * sys/sunaudio/gstsunaudiomixertrack.h:
10330 * sys/sunaudio/gstsunaudiosink.c:
10331 * sys/sunaudio/gstsunaudiosink.h:
10332 * sys/sunaudio/gstsunaudiosrc.c:
10333 * sys/sunaudio/gstsunaudiosrc.h:
10334 Fix and/or update copyright attributions (#430228).
10336 2007-04-13 Wim Taymans <wim@fluendo.com>
10338 * docs/plugins/gst-plugins-good-plugins-sections.txt:
10342 Add some more example urls.
10344 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10345 (gst_rtp_dec_chain_rtp):
10348 * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10349 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10350 (gst_rtspsrc_parse_rtpinfo):
10351 Remove unused code.
10353 2007-04-13 Stefan Kost <ensonic@users.sf.net>
10355 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10356 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10357 (gst_wavparse_stream_data):
10358 Relax the audio/mpeg caps again and add FIXME: comment.
10360 2007-04-13 Stefan Kost <ensonic@users.sf.net>
10362 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10363 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10364 (gst_wavparse_stream_data):
10365 * gst/wavparse/gstwavparse.h:
10366 More sanity check for the header fields. Fix type for 'rate' header
10369 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
10371 * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10372 (gst_icydemux_unicodify):
10373 If the metadata strings we get in the stream are not UTF-8, try to
10374 interpret them according to the character encodings specified in the
10375 GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10376 only fall back to locale/ISO-8859-1 if those aren't set or don't
10377 work. Should fix #428901.
10379 2007-04-12 Wim Taymans <wim@fluendo.com>
10381 * gst/rtp/gstrtph264depay.c:
10382 Use the proper sync word for SPS and PPS.
10384 2007-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
10386 * gst/rtp/Makefile.am:
10387 * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10388 fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10389 * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10390 Add a simple hashing implementation that we can use to generate
10391 a 24-bit ident value based on the codebooks for vorbis and theora.
10392 * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10393 gst_rtp_theora_pay_handle_buffer):
10394 * gst/rtp/gstrtpvorbisdepay.c
10395 (gst_rtp_vorbis_depay_parse_configuration,
10396 gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10397 * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10398 gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10399 gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10400 Use the hashing function, ensuring that the same codebooks result
10401 in the same ident and thus the same SDP description.
10402 Various log fixes/changes.
10404 2007-04-12 Wim Taymans <wim@fluendo.com>
10406 Patch by: jerry tan <jerry dot tan at sun dot com>
10408 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10409 remove the call of ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10410 application's responsibility to make sure it open the device once.
10411 Remove a careless error if AUDIODEV is set. Fixes #392620.
10413 2007-04-12 Wim Taymans <wim@fluendo.com>
10415 * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10416 (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10417 * gst/rtsp/gstrtpdec.h:
10418 Make backward compat with rtpbin by adding the request-pt-map signals.
10420 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10421 (new_session_pad), (request_pt_map),
10422 (gst_rtspsrc_stream_configure_transport),
10423 (gst_rtspsrc_stream_configure_caps),
10424 (gst_rtspsrc_activate_streams):
10425 * gst/rtsp/gstrtspsrc.h:
10426 Implement request-pt-map signals instead of setting caps on the buffers
10427 for the session manager.
10429 2007-04-11 Wim Taymans <wim@fluendo.com>
10431 * gst/udp/gstudp.c: (plugin_init):
10432 Register GstNetBuffer in plugin_init so that the type can be used from
10433 multiple threads without races.
10435 2007-04-10 Wim Taymans <wim@fluendo.com>
10437 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10438 (gst_rtp_amr_depay_process):
10439 Fix depayloader clock_rate and some cleanups.
10441 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10442 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10443 * gst/rtp/gstrtph264depay.h:
10444 Don't push codec_data in the adapter because it might get flushed when
10447 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10448 Handle multiple AU per packet.
10450 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10451 (gst_rtp_sv3v_depay_plugin_init):
10452 Disable rank, this one does not work.
10453 Remove timestamping, base class does that.
10455 2007-04-10 Stefan Kost <ensonic@users.sf.net>
10457 * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10458 limit caps to the formats we announce in the template
10460 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10461 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10462 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10463 fix some crashers/asserts when dealing with broken files
10465 2007-04-10 Wim Taymans <wim@fluendo.com>
10467 Patch by: Peter Kjellerstedt <pkj at axis com>
10469 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10470 * gst/rtp/gstrtpL16depay.c:
10471 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10472 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10473 (gst_rtp_speex_depay_setcaps):
10474 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10475 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10476 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10477 Fix some compiler warnings. Fixes #428182.
10479 2007-04-06 Wim Taymans <wim@fluendo.com>
10481 * gst/rtsp/Makefile.am:
10482 * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10483 (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10484 (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10485 (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10486 (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10487 (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10488 (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10489 (create_rtcp), (gst_rtp_dec_request_new_pad),
10490 (gst_rtp_dec_release_pad):
10491 * gst/rtsp/gstrtpdec.h:
10492 * gst/rtsp/gstrtsp.c: (plugin_init):
10493 Morph RTPDec into something compatible with RTPBin as a fallback.
10494 Various other style fixes.
10496 * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10497 (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10498 (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10499 (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10500 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10501 (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10502 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10503 * gst/rtsp/gstrtspsrc.h:
10504 Implement RTPBin session manager handling.
10505 Don't try to add empty properties to caps.
10506 Implement fallback session manager, handling.
10507 Don't combine errors from RTCP streams, just ignore them.
10509 * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10510 * gst/rtsp/rtsptransport.h:
10511 Implement fallback session manager.
10512 Make RTPBin the default one when available.
10514 2007-04-05 Wim Taymans <wim@fluendo.com>
10516 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10517 (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10518 This element is ready to be autoplugged.
10520 2007-04-05 Julien MOUTTE <julien@moutte.net>
10522 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10523 Don't leave the offsets defined by upstream element on the
10524 compressed data buffer we are pushing downstream. Make them
10525 GST_BUFFER_OFFSET_NONE.
10527 2007-04-04 Stefan Kost <ensonic@users.sf.net>
10530 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10531 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10532 (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10533 (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10534 (gst_avi_demux_calculate_durations_from_index),
10535 (gst_avi_demux_stream_header_push),
10536 (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10537 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10538 Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10540 2007-04-03 Wim Taymans <wim@fluendo.com>
10542 * gst/smpte/barboxwipes.c:
10543 Fix error as spotted by Snaik <snaik32 at gmail dot com>
10545 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
10547 * gst/wavparse/gstwavparse.c:
10548 Support audio/x-raw-float in wav files. This only works with
10549 plugins-base CVS, using an older version doesn't have any
10550 disadvantages though.
10552 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
10555 * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10556 (gst_au_parse_parse_header), (gst_au_parse_chain):
10557 * gst/auparse/gstauparse.h:
10558 Revert last change as we don't want plugins-good to depend on
10559 plugins-base CVS now.
10561 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
10564 Require gst-plugins-base CVS for audioconvert with non-native
10565 float support and width/depth fix in libgstriff.
10567 Patch by: René Stadler <mail at renestadler dot de>
10569 * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10570 (gst_au_parse_parse_header), (gst_au_parse_chain):
10571 * gst/auparse/gstauparse.h:
10572 Don't swap the floats ourself if they're not in native endianness.
10573 Instead let audioconvert handle this. Fixes #339838.
10575 2007-03-29 Wim Taymans <wim@fluendo.com>
10577 * gst/rtp/gstasteriskh263.h:
10578 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10579 (gst_rtp_h263p_depay_change_state):
10580 * gst/rtp/gstrtph263pdepay.h:
10581 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10582 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10583 (gst_rtp_h264_depay_change_state):
10584 * gst/rtp/gstrtph264depay.h:
10585 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10586 (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10587 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10588 Flush adapter on disconts.
10590 2007-03-29 Wim Taymans <wim@fluendo.com>
10592 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10593 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10594 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10595 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10596 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10597 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10598 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10599 (gst_rtp_mp4v_depay_process):
10600 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10601 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10602 * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10603 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10604 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10605 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10606 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10607 Use more efficient adapter and rtpbuffer methods when possible.
10609 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
10611 * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10612 (gst_wavenc_sink_setcaps):
10613 Correctly handle width!=depth input.
10614 * gst/wavparse/gstwavparse.c:
10615 Already export in the caps that width==8 uses unsigned samples and
10616 everything else uses signed samples.
10618 2007-03-29 Wim Taymans <wim@fluendo.com>
10620 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10622 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10623 (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10624 (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10625 (gst_dynudpsink_close):
10626 * gst/udp/gstdynudpsink.h:
10627 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10628 (gst_udpsrc_create), (gst_udpsrc_set_property),
10629 (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10630 * gst/udp/gstudpsrc.h:
10631 Rework the socket allocation a bit based on the sockfd argument so that
10633 Add a closefd property to instruct the udp elements to close the custom
10634 file descriptors when going to READY. Fixes #423304.
10635 API:GstUDPSrc::closefd property
10636 API:GstDynUDPSink::closefd property
10638 2007-03-29 Wim Taymans <wim@fluendo.com>
10640 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10642 * gst/rtp/Makefile.am:
10643 * gst/rtp/gstrtp.c: (plugin_init):
10644 * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10645 (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10646 (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10647 (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10648 (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10649 (gst_rtp_h264_pay_plugin_init):
10650 * gst/rtp/gstrtph264pay.h:
10651 Added H264 payloader. Fixes #423782.
10653 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10654 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10657 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
10659 * gst/wavparse/gstwavparse.c:
10660 Actually support depths from 1 to 32, not only 8 to 32.
10662 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
10664 * gst/wavparse/gstwavparse.c:
10665 Add support for wav files containing audio/x-raw-int with random
10666 depths between 1 and 32 bits.
10668 2007-03-28 Wim Taymans <wim@fluendo.com>
10670 Based on patch by: Stefan Kost <ensonic@users.sf.net>
10672 * gst/rtp/Makefile.am:
10673 * gst/rtp/gstrtp.c: (plugin_init):
10674 * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10675 (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10676 (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10677 (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10678 (gst_rtp_mp4a_depay_get_property),
10679 (gst_rtp_mp4a_depay_change_state),
10680 (gst_rtp_mp4a_depay_plugin_init):
10681 * gst/rtp/gstrtpmp4adepay.h:
10682 Added MP4A-LATM depayloader. Fixes #417792.
10684 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10685 (gst_rtp_mp4v_depay_process):
10686 Fixup depayloader, setting codec_data, using more efficient adaptor and
10687 rtpbuffer handling.
10690 Add url to test above.
10692 2007-03-25 Wim Taymans <wim@fluendo.com>
10694 * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10695 (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10696 (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10697 (gst_rtspsrc_media_to_caps),
10698 (gst_rtspsrc_stream_configure_transport),
10699 (gst_rtspsrc_stream_configure_caps),
10700 (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10701 * gst/rtsp/gstrtspsrc.h:
10702 Handle default clock-rates for static payload types, rearrange stuff so
10703 that the rtpmap field in the sdp can override the defaults.
10704 Parse RTP-Info field to get the seqnum and timebase fields that should
10706 Delay configuring caps after we got the RTP-Info from the PLAY reply from
10709 2007-03-22 Wim Taymans <wim@fluendo.com>
10711 Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10713 * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10714 Accept complex pipeline descriptions as an audio profile instead of just
10715 a single element. Fixes #420658.
10717 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
10719 * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10720 Rename registered type in preparation of GstTagDemux moving to
10721 -base at some point in the future.
10723 2007-03-19 Tim-Philipp Müller <tim at centricular dot net>
10725 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10726 Streaming mode fixes: don't unref buffer we don't own any longer;
10727 remove bogus adapter flush. Fixes #419338.
10729 2007-03-17 David Schleef <ds@schleef.org>
10731 * REQUIREMENTS: Change the format to key/value, add a bunch of
10732 information, remove a bunch of requirements that are for
10733 other GStreamer packages.
10735 2007-03-17 David Schleef <ds@schleef.org>
10737 * REQUIREMENTS: Fix a few things. This file really needs a
10740 2007-03-15 Edward Hervey <edward@fluendo.com>
10743 Don't forget to distribute the sys/osxaudio/ directory.
10745 2007-03-15 Edward Hervey <edward@fluendo.com>
10749 * sys/osxaudio/Makefile.am:
10750 * sys/osxaudio/gstosxaudio.c:
10751 * sys/osxaudio/gstosxaudiosink.c:
10752 (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10753 (gst_osx_audio_sink_getcaps),
10754 (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10755 * sys/osxaudio/gstosxaudiosrc.c:
10756 (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10757 (gst_osx_audio_src_create_ringbuffer):
10758 * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10759 (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10760 (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10761 (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10762 * sys/osxaudio/gstosxringbuffer.h:
10763 Activate osxaudio in gst-plugins-good with proper build setup.
10764 Add inlined documentation.
10765 Fix debug statements
10766 Fix ringbuffer when pausing.
10769 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
10770 * gst/rtp/gstrtppcmapay.c:
10771 * gst/rtp/gstrtppcmapay.h:
10772 * gst/rtp/gstrtppcmupay.c:
10773 * gst/rtp/gstrtppcmupay.h:
10774 Ported mulaw and alaw payloaders to use new base class
10776 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
10790 Update translations.
10792 2007-03-14 Tim-Philipp Müller <tim at centricular dot net>
10795 Fix string replace error (AG_AG_GST_* => AG_GST_*).
10797 2007-03-12 Tim-Philipp Müller <tim at centricular dot net>
10799 * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10800 Fix handling of -1 values for start and stop values when seeking,
10801 and SEEK_CUR+SEEK_END here as well.
10803 2007-03-12 Jan Schmidt <thaytan@mad.scientist.com>
10805 * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10806 Fix handling of -1 values for start and stop values when seeking,
10807 and SEEK_CUR+SEEK_END.
10809 2007-03-12 Tim-Philipp Müller <tim at centricular dot net>
10811 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10812 Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10813 the image format a variable-length NUL-terminated string; in
10814 versions before that the image format is a fixed-length string of
10815 3 characters (see #348644 for a sample tag).
10816 Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10818 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
10821 Add new project files to MANIFEST.
10822 * win32/vs6/libgstaudiofx.dsp:
10823 * win32/vs6/libgstrtp.dsp:
10824 * win32/vs6/libgstrtsp.dsp:
10825 Update project files.
10827 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
10829 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10830 (gst_avi_demux_parse_index):
10831 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10832 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10833 Printf format fixes; also add some missing quotes in translated
10834 strings. Fixes #416728 and #416727.
10836 2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
10838 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10839 Tim and I can't think of any reason the child audio sink needs to
10840 be set back to NULL after successfully determining that it can
10841 reach READY - it gets immediately set back to READY by the caller
10842 anyway, causing an unnecessary close/open of any audio devices
10845 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10849 Add ja.po file from #377306.
10851 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10853 * sys/sunaudio/gstsunaudio.c: (plugin_init):
10854 * sys/sunaudio/gstsunaudiomixertrack.c:
10855 (gst_sunaudiomixer_track_new):
10856 Actually translate sunaudio mixer track labels instead of just
10857 marking the strings as translatable (#377306); clean up weird
10858 label string mapping code that serves no apparent purpose. Also
10859 set the 'untranslated-label' property when creating mixer tracks
10860 if the GstMixerTrack base class supports this.
10862 * tests/check/Makefile.am:
10863 * tests/check/elements/.cvsignore:
10864 * tests/check/elements/sunaudio.c: (GST_START_TEST),
10866 Very minimalistic unit test for sunaudiomixer element (compiles, but not
10867 actually tested on a system where sunaudiomixer is available).
10869 2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
10871 * tests/check/Makefile.am:
10872 Re-enable the states test and see if it works on the buildbots.
10874 2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
10876 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10877 (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10878 (gst_dvdec_change_state):
10879 * ext/dv/gstdvdec.h:
10880 Infer pixel-aspect-ratio from the video frame format if it isn't
10881 provided by the container, as happens when playing DV from AVI
10882 or Quicktime containers.
10884 Patch by: Wim Taymans <wim@fluendo.com>
10887 2007-03-09 Wim Taymans <wim@fluendo.com>
10889 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10890 When activated, remove the udpsrc timeout, we have dataflow and timeouts
10891 will later be handled by the jitterbuffer.
10893 2007-03-09 Wim Taymans <wim@fluendo.com>
10895 * ext/taglib/gstid3v2mux.cc:
10896 Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10899 Patch by: Alex Lancaster <alexl at users sourceforge net>
10901 2007-03-09 Wim Taymans <wim@fluendo.com>
10903 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10904 (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10905 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10906 (gst_avi_demux_chain):
10907 Fix stream position reporting after a seek. Fixes #416445.
10909 2007-03-08 Wim Taymans <wim@fluendo.com>
10911 Patch by: René Stadler <mail at renestadler dot de>
10913 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10914 (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10915 (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10916 Make avidemux accept optional header chunks in any order.
10919 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10921 * tests/check/Makefile.am:
10922 Disable the states check until the remaining Valgrind errors
10923 are fixed or suppressed.
10925 2007-03-08 Sebastian Dröge <slomo@circular-chaos.org>
10927 * tests/check/elements/.cvsignore:
10928 Add audiodynamic check to .cvsignore
10930 2007-03-08 Sebastian Dröge <slomo@circular-chaos.org>
10932 reviewed by: Stefan Kost <ensonic@users.sf.net>
10934 * gst/audiofx/Makefile.am:
10935 * gst/audiofx/audiodynamic.c:
10936 (gst_audio_dynamic_characteristics_get_type),
10937 (gst_audio_dynamic_mode_get_type),
10938 (gst_audio_dynamic_set_process_function),
10939 (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10940 (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10941 (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10942 (gst_audio_dynamic_transform_hard_knee_compressor_int),
10943 (gst_audio_dynamic_transform_hard_knee_compressor_float),
10944 (gst_audio_dynamic_transform_soft_knee_compressor_int),
10945 (gst_audio_dynamic_transform_soft_knee_compressor_float),
10946 (gst_audio_dynamic_transform_hard_knee_expander_int),
10947 (gst_audio_dynamic_transform_hard_knee_expander_float),
10948 (gst_audio_dynamic_transform_soft_knee_expander_int),
10949 (gst_audio_dynamic_transform_soft_knee_expander_float),
10950 (gst_audio_dynamic_transform_ip):
10951 * gst/audiofx/audiodynamic.h:
10952 * gst/audiofx/audiofx.c: (plugin_init):
10953 Add new audiodynamic element which can act as a compressor or
10954 expander. Supported are hard-knee and soft-knee operation modes with
10955 user-specified ratio and threshold.
10956 Attack and release parameters are not yet implemented but will follow.
10957 * docs/plugins/Makefile.am:
10958 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10959 * docs/plugins/gst-plugins-good-plugins-sections.txt:
10960 * docs/plugins/gst-plugins-good-plugins.args:
10961 * docs/plugins/inspect/plugin-audiofx.xml:
10962 Integrate audiodynamic into the docs.
10963 * tests/check/Makefile.am:
10964 * tests/check/elements/audiodynamic.c: (setup_dynamic),
10965 (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10966 Add unit test for audiodynamic.
10968 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10970 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10971 Free handles that we allocated when exiting via the error paths.
10973 2007-03-07 Stefan Kost <ensonic@users.sf.net>
10975 * gst/level/gstlevel.c: (gst_level_class_init),
10976 (gst_level_set_caps), (gst_level_start), (gst_level_event),
10977 (gst_level_transform_ip):
10978 * gst/level/gstlevel.h:
10979 Resolve message timestamps against the playback segment.
10981 2007-03-06 Tim-Philipp Müller <tim at centricular dot net>
10983 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10984 (gst_id3demux_sink_activate):
10985 Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10986 caps passed to it (previously one code path assumed it took ownership
10987 while another one assumed it didn't, while in fact it sometimes did and
10988 sometimes didn't ...).
10991 * tests/files/Makefile.am:
10992 * tests/files/id3-407349-1.tag:
10993 * tests/files/id3-407349-2.tag:
10994 Add directory where data for unit tests can be stored.
10996 * tests/Makefile.am:
10997 * tests/check/Makefile.am:
10998 * tests/check/elements/.cvsignore:
10999 * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
11000 (read_tags_from_file), (run_check_for_file),
11001 (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
11002 Add unit test for id3demux, and in particular for bug #407349. Only
11003 testing pull-mode for now; push mode doesn't work yet because the test
11004 files are smaller than ID3_TYPE_FIND_MIN_SIZE.
11006 2007-03-06 Tim-Philipp Müller <tim at centricular dot net>
11008 * tests/check/Makefile.am:
11009 Add missing backslash at end of line.
11011 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
11015 2007-03-06 Tim-Philipp Müller <tim at centricular dot net>
11017 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11018 * gst/id3demux/id3tags.h:
11019 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11020 (parse_obsolete_tdat_frame):
11021 Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
11022 the four-digit number will be interpreted as a year, whereas it is
11023 month and day in DDMM format. Instead, parse TDAT frames and fix up
11024 the date in the GST_TAG_DATE tag later if we also extracted a year.
11027 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
11029 * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11030 (gst_switch_commit_new_kid):
11031 Fix up the dispose logic so it doesn't leak, and fix setting of
11032 the child state so that we don't set a child to our current state
11033 just as we are changing it to something else.
11035 2007-03-06 Wim Taymans <wim@fluendo.com>
11037 * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
11039 * gst/goom/gstgoom.h:
11040 Document, fix and improve goom adapter behaviour.
11043 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
11045 * ext/esd/esdsink.c: (gst_esdsink_open):
11046 Unref static pad template after using it.
11048 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
11050 * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11051 (gst_switch_commit_new_kid):
11052 Fix up the reference counting of the child elements.
11054 2007-03-05 Wim Taymans <wim@fluendo.com>
11056 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11057 * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
11058 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
11059 Fix encoding-name case.
11061 2007-03-05 Wim Taymans <wim@fluendo.com>
11063 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
11064 (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
11065 (gst_rtp_speex_depay_process):
11066 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
11067 (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
11068 (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
11069 (gst_rtp_speex_pay_change_state):
11070 * gst/rtp/gstrtpspeexpay.h:
11071 Fix speex (de)payloader. Fixes #358040.
11073 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
11075 * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
11076 (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
11077 Install fakesink in NULL by fixing some broken logic. This obviates
11078 the need to manually set _IS_SINK.
11079 Add some comments and remove a little cruft while I'm at it.
11081 2007-03-05 Wim Taymans <wim@fluendo.com>
11083 * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
11084 Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
11086 2007-03-04 Tim-Philipp Müller <tim at centricular dot net>
11091 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
11093 * tests/check/Makefile.am:
11094 Gah! Also disable gconfvideosink from the tests, otherwise
11095 it will instantiate autovideosink, and dfbvideosink and
11096 leak on the buildbots.
11098 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
11100 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
11101 (gst_cdio_cdda_src_finalize):
11102 Make sure we always destroy our libcdio handle.
11104 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
11106 * tests/check/Makefile.am:
11107 Disable autovideosink so the buildbots don't barf over memory
11108 leaked in the directfb sink.
11110 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
11112 * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
11113 Chain up in dispose
11115 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
11117 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11118 (gst_multipart_find_pad_by_mime):
11119 Use gst_pad_new_from_static_template instead of
11120 static_pad_template_get+pad_new.
11122 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
11124 * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
11125 Catch the case where no clock has been set.
11127 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
11129 * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11130 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11131 (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11132 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11133 (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11134 (gst_gconf_audio_src_finalize), (do_toggle_element):
11135 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11136 (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11137 (do_toggle_element):
11138 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11139 (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11140 (gst_gconf_video_src_finalize), (do_toggle_element):
11141 * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11142 (gst_switch_sink_reset), (gst_switch_sink_set_child):
11143 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11144 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11145 * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11146 (gst_shout2send_init), (gst_shout2send_finalize):
11147 * gst/debug/testplugin.c: (gst_test_class_init),
11148 (gst_test_finalize):
11149 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11150 (gst_flxdec_dispose):
11151 * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11152 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11153 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11154 (gst_rtspsrc_finalize):
11155 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11156 * gst/rtsp/rtspextwms.h:
11157 * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11158 (gst_smpte_finalize):
11159 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11160 * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11161 (gst_udpsink_finalize):
11162 * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11163 (gst_wavparse_sink_activate):
11164 * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11165 * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11166 (gst_oss_src_finalize):
11167 * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11168 * sys/v4l2/gstv4l2object.h:
11169 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11170 (gst_v4l2src_finalize):
11171 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11173 Fix a bunch of leaks shown by the newly-added states test.
11175 2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
11177 * ext/dv/gstdvdec.c: (gst_dvdec_init):
11178 Use gst_pad_new_from_static_template instead of
11179 static_pad_template_get+pad_new.
11181 2007-03-03 Tim-Philipp Müller <tim at centricular dot net>
11183 Patch by: Loïc Minier <lool+gnome at via ecp fr>
11185 * ext/libcaca/Makefile.am:
11186 * gst/debug/Makefile.am:
11187 Don't mix tabs and spaces (#414168).
11189 2007-03-02 Stefan Kost <ensonic@users.sf.net>
11191 * tests/check/generic/.cvsignore:
11192 Ignore files to please buildbot.
11194 2007-03-02 Stefan Kost <ensonic@users.sf.net>
11196 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11197 (gst_wavparse_stream_data):
11198 Unbreak my previous commit (swapped nominator & denominator). Tim,
11199 thanks for spotting.
11201 2007-03-02 Wim Taymans <wim@fluendo.com>
11203 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11204 (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11205 (gst_cdio_cdda_src_finalize):
11206 Small code cleanups.
11207 Don't use pad_alloc as the base class cannot deal with the error codes.
11209 2007-03-02 Wim Taymans <wim@fluendo.com>
11211 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11212 (gst_udpsrc_create):
11215 2007-03-02 Stefan Kost <ensonic@users.sf.net>
11217 Patch by: René Stadler <mail@renestadler.de>
11219 * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11220 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11221 (gst_wavparse_stream_data):
11222 Handle rounding better to not drop last sample frame. Fixes #356692
11224 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
11226 * tests/check/Makefile.am:
11227 Disable cacasink from the states check too - it also calls exit(1)
11228 on us when it can't find a terminal to talk to.
11230 2007-03-02 Wim Taymans <wim@fluendo.com>
11232 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11234 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11235 (gst_udpsrc_create), (gst_udpsrc_set_property),
11236 (gst_udpsrc_get_property):
11237 * gst/udp/gstudpsrc.h:
11238 Add support to strip proprietary headers. Fixes #350296.
11240 2007-03-02 Wim Taymans <wim@fluendo.com>
11242 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11245 2007-03-02 Wim Taymans <wim@fluendo.com>
11247 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11249 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11250 (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11251 (gst_rtp_mp2t_depay_set_property),
11252 (gst_rtp_mp2t_depay_get_property):
11253 * gst/rtp/gstrtpmp2tdepay.h:
11254 Add support to strip off proprietary headers. Fixes #350278.
11256 2007-03-02 Wim Taymans <wim@fluendo.com>
11261 2007-03-02 Wim Taymans <wim@fluendo.com>
11263 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11264 (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11265 (gst_sunaudiosrc_open):
11266 * sys/sunaudio/gstsunaudiosrc.h:
11267 Remove device-name from GstSunAudioSrc. Fixes #412597.
11269 2007-03-01 Sebastian Dröge <slomo@circular-chaos.org>
11271 * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11272 * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11273 Having NULL as UDI previously selected the default sink/src. Change
11274 this back but mention it in the debug output.
11275 * ext/hal/hal.c: (gst_hal_get_alsa_element),
11276 (gst_hal_get_oss_element), (gst_hal_get_string),
11277 (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11278 (gst_hal_get_audio_src):
11280 Refactor a bit, check all error conditions, greatly improve debugging
11281 and fix some possible memory leaks. Also implement OSS support
11282 and allow specifying an UDI that points to a real device. For this the
11283 child device which supports ALSA (preferred) or OSS is used.
11284 As a side effect this makes it impossible now to get a alsasink in
11285 halaudiosrc and a alsasrc in halaudiosink.
11287 2007-03-01 Wim Taymans <wim@fluendo.com>
11289 * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11290 (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11291 Errors from the udp sources are not fatal unless all of them are in
11294 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
11296 * tests/check/Makefile.am:
11297 Disable aasink in the states test. I suspect this is the element that
11298 is calling exit(1) when it can't proceed.
11300 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
11302 * tests/check/Makefile.am:
11303 Draw plugins in from the build tree sys/ dir, rather than picking
11304 up the already installed versions.
11306 2007-03-01 Zaheer Abbas Merali <zaheerabbas at merali dot org>
11308 * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11309 Error out correctly when getting xcontext fails.
11311 2007-03-01 Wim Taymans <wim@fluendo.com>
11313 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11314 Make state change to PAUSED NO_PREROLL because that's what it will be in
11315 the future and rtspsrc relies on it.
11317 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11318 (gst_rtspsrc_change_state):
11319 Don't error out when we don't get an error from the state change
11322 2007-03-01 Sebastian Dröge <slomo@circular-chaos.org>
11324 * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11325 * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11326 Check if the device UDI is set before trying to query HAL
11327 about it and give a useful error message if it wasn't set.
11328 * ext/hal/hal.c: (gst_hal_get_string):
11329 Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11330 gives an assertion failure in D-Bus when running with
11331 DBUS_FATAL_WARNINGS=1.
11333 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
11336 Convert to new AG_GST style.
11338 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
11340 * tests/check/Makefile.am:
11341 * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11342 add test for states
11344 2007-02-28 Wim Taymans <wim@fluendo.com>
11346 * tests/check/elements/.cvsignore:
11347 Add new videofilter check to .cvsignore.
11349 2007-02-28 Wim Taymans <wim@fluendo.com>
11351 * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11352 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11353 (gst_avi_demux_loop), (gst_avi_demux_chain):
11354 Fix combined flow return. Fixes #412608.
11356 2007-02-28 Wim Taymans <wim@fluendo.com>
11358 * gst/videofilter/Makefile.am:
11361 2007-02-28 Wim Taymans <wim@fluendo.com>
11363 * gst/videofilter/gstgamma.h:
11366 2007-02-28 Wim Taymans <wim@fluendo.com>
11368 Patch by: Mark Nauwelaerts <manauw at skynet be>
11370 * gst/videofilter/Makefile.am:
11371 * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11372 (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11373 (gst_gamma_get_property), (gst_gamma_calculate_tables),
11374 (oil_tablelookup_u8), (gst_gamma_set_caps),
11375 (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11376 Port gamma filter to 0.10. Fixes #412704.
11378 * tests/check/Makefile.am:
11379 * tests/check/elements/videofilter.c: (setup_filter),
11380 (cleanup_filter), (check_filter), (GST_START_TEST),
11381 (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11382 Add unit tests for videofilters.
11384 2007-02-28 Wim Taymans <wim@fluendo.com>
11387 Add another interesting test url.
11389 * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11390 Don't allow getting header fields from data packets.
11392 2007-02-28 Michael Smith <msmith@fluendo.com>
11394 * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11395 (gst_shout2send_init), (gst_shout2send_start),
11396 (gst_shout2send_set_property), (gst_shout2send_get_property):
11397 * ext/shout2/gstshout2.h:
11398 Add a property for username.
11400 2007-02-27 Christian Schallerr <christian@fluendo.com>
11402 * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11404 2007-02-26 Jan Schmidt <thaytan@mad.scientist.com>
11406 * gst/rtsp/Makefile.am:
11407 Fix make check too.
11409 2007-02-26 Jan Schmidt <thaytan@mad.scientist.com>
11411 * gst/rtsp/base64.c: (util_base64_encode):
11412 * gst/rtsp/base64.h:
11413 Commit missing files for base64 encoding.
11415 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
11417 Patch by: Loïc Minier <lool+gnome at via ecp fr>
11420 * ext/annodex/Makefile.am:
11421 * ext/jpeg/Makefile.am:
11422 * ext/speex/Makefile.am:
11423 * gst/alpha/Makefile.am:
11424 * gst/cutter/Makefile.am:
11425 * gst/debug/Makefile.am:
11426 * gst/effectv/Makefile.am:
11427 * gst/goom/Makefile.am:
11428 * gst/level/Makefile.am:
11429 * gst/smpte/Makefile.am:
11430 * gst/videofilter/Makefile.am:
11431 Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11433 2007-02-23 Jan Schmidt <thaytan@mad.scientist.com>
11435 * gst/rtsp/Makefile.am:
11436 * gst/rtsp/rtspconnection.c: (append_auth_header),
11437 (rtsp_connection_send), (rtsp_connection_set_auth):
11438 g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11439 from icecast to replace it. Relicensed from GPL courtesy of Mike
11442 2007-02-23 Jan Schmidt <thaytan@mad.scientist.com>
11444 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11445 (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11446 (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11447 (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11448 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11449 (gst_rtspsrc_uri_set_uri):
11450 * gst/rtsp/gstrtspsrc.h:
11451 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11452 (append_auth_header), (rtsp_connection_send),
11453 (rtsp_connection_free), (rtsp_connection_set_auth):
11454 * gst/rtsp/rtspconnection.h:
11455 * gst/rtsp/rtspdefs.h:
11456 * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11457 * gst/rtsp/rtspurl.h:
11459 Implement simple Basic Authentication support so that urls like
11460 rtsp://user:pass@hostname/rtspstream work on hosts that require
11463 2007-02-22 Edgard Lima <edgard.lima@indt.org.br>
11465 * sys/v4l2/gstv4l2object.c:
11466 * sys/v4l2/gstv4l2tuner.c:
11467 * sys/v4l2/v4l2_calls.c:
11468 Fix segfault when oppening a radio device.
11470 2007-02-22 Stefan Kost <ensonic@users.sf.net>
11472 * gst/level/gstlevel.c: (gst_level_set_caps),
11473 (gst_level_transform_ip):
11475 * tests/check/elements/level.c: (GST_START_TEST):
11476 Fix level for multi-channel case.
11478 2007-02-21 Stefan Kost <ensonic@users.sf.net>
11480 * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11481 (gst_level_transform_ip):
11482 * gst/level/gstlevel.h:
11483 Use function pointer for process function and add process functions
11486 2007-02-19 Stefan Kost <ensonic@users.sf.net>
11488 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11489 (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11490 (gst_v4l2src_capture_init):
11491 Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11494 2007-02-18 Wim Taymans <wim@fluendo.com>
11496 * gst/rtp/Makefile.am:
11497 * gst/rtp/gstrtp.c: (plugin_init):
11498 * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11499 (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11500 (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11501 (gst_rtp_mp2t_pay_plugin_init):
11502 * gst/rtp/gstrtpmp2tpay.h:
11503 Added simple mpeg transport stream payloader.
11505 2007-02-16 Wim Taymans <wim@fluendo.com>
11508 Add example H264 rtsp url.
11510 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11511 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11512 Don't convert values to lowercase or we might mess up base64 encoded
11515 2007-02-16 Wim Taymans <wim@fluendo.com>
11518 Fix case of string params.
11520 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11521 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11522 Fix depayloader, support more packet types.
11523 Add sync codes to make sure the packetizer can do its job.
11525 * gst/rtp/gstrtpmp4gdepay.c:
11526 * gst/rtp/gstrtpmp4gpay.c:
11527 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11528 Fix caps case again.
11530 2007-02-15 Wim Taymans <wim@fluendo.com>
11532 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11533 Set right caps on output buffers.
11535 2007-02-14 Wim Taymans <wim@fluendo.com>
11537 * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11538 As spotted by: Peter Kjellerstedt <pkj at axis com>:
11539 Clear stack allocated SDPMedia struct before calling _init() on it.
11540 Clarify this in the docs as well.
11542 2007-02-14 Jan Schmidt <thaytan@mad.scientist.com>
11544 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11546 Don't reset the profile when going switching states, as it makes
11547 the element non-reusable.
11549 2007-02-14 Wim Taymans <wim@fluendo.com>
11551 * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11552 (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11553 (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11554 (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11555 (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11557 * gst/rtsp/sdpmessage.h:
11558 Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11559 Fix memory management of SDP messages. Fixes #407793.
11561 2007-02-14 Stefan Kost <ensonic@users.sf.net>
11563 Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11565 * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11566 Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11568 2007-02-14 Wim Taymans <wim@fluendo.com>
11570 Patch by: jp.liu <jp_liu at astrocom dot cn>
11572 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11573 Fix parsing of password field in url. Fixes #407797.
11575 2007-02-14 Wim Taymans <wim@fluendo.com>
11577 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11578 (gst_wavparse_reset), (gst_wavparse_init),
11579 (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11580 (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11581 (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11582 (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11583 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11584 (gst_wavparse_loop), (gst_wavparse_chain),
11585 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11586 (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11588 * gst/wavparse/gstwavparse.h:
11591 Various code cleanups.
11592 When the bitrate is not known (bps == 0 or compressed formats) let
11593 downstream element guestimate the duration and position and don't
11594 generate timestamps or durations. Fixes #405213.
11595 Fix EOS and ERROR conditions in chain mode, we just need to forward the
11596 error flowreturn upstream.
11598 2007-02-13 Jan Schmidt <thaytan@mad.scientist.com>
11600 * ext/gconf/Makefile.am:
11601 * ext/gconf/gconf.c: (gst_gconf_get_string),
11602 (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11603 (gst_gconf_render_bin_with_default):
11604 * ext/gconf/gconf.h:
11605 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11606 (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11607 (gst_gconf_audio_sink_dispose), (do_change_child),
11608 (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11609 (cb_change_child), (gst_gconf_audio_sink_change_state):
11610 * ext/gconf/gstgconfaudiosink.h:
11611 * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11612 (gst_switch_sink_class_init), (gst_switch_sink_reset),
11613 (gst_switch_sink_init), (gst_switch_sink_dispose),
11614 (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11615 (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11616 (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11617 * ext/gconf/gstswitchsink.h:
11618 * gst/autodetect/gstautoaudiosink.c:
11619 (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11620 (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11621 (gst_auto_audio_sink_detect):
11622 * gst/autodetect/gstautovideosink.c:
11623 (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11624 (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11625 (gst_auto_video_sink_detect):
11626 Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11627 and a child that implements the GConf key monitoring. The end goal of
11628 this is an audio sink that can be changed on the fly, but at the
11629 moment it still only changes on the next READY transition.
11631 2007-02-13 Stefan Kost <ensonic@users.sf.net>
11633 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11634 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11635 (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11636 (gst_avi_demux_calculate_durations_from_index),
11637 (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11638 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11639 (gst_avi_demux_loop):
11640 Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11642 2007-02-13 Stefan Kost <ensonic@users.sf.net>
11645 * docs/plugins/Makefile.am:
11646 Add crossreferences to glib/gobject/gstream docs.
11648 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
11650 * gst/monoscope/Makefile.am:
11651 * gst/monoscope/gstmonoscope.c:
11652 Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11653 (but no LIBS, since we only use defines from the headers).
11655 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
11657 Based on patch by: Jonathan Matthew <jonathan at kaolin wh9 net>
11659 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11660 (gst_wavparse_stream_data):
11661 Fix massive memory leak when operating in streaming mode due to
11662 GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11665 2007-02-12 Stefan Kost <ensonic@users.sf.net>
11667 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11668 (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11669 (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11670 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11671 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11672 (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11673 (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11674 (gst_avi_demux_calculate_durations_from_index),
11675 (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11676 (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11677 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11678 * gst/avi/gstavidemux.h:
11679 Save some memory (8%) by repacking the index entry structure (more to
11680 come). Add more FIXMEs to questionable parts.
11682 2007-02-12 Stefan Kost <ensonic@users.sf.net>
11684 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11685 (gst_v4l2src_get_caps):
11686 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11687 (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11688 (gst_v4l2src_capture_init):
11689 More FIXME comments and messaging changes.
11691 2007-02-12 Stefan Kost <ensonic@users.sf.net>
11693 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11694 (gst_goom_change_state):
11695 * gst/goom/gstgoom.h:
11696 Improved docs and use GST_DEBUG_FUNCPTR.
11698 * gst/level/gstlevel.c: (gst_level_class_init):
11699 Use GST_DEBUG_FUNCPTR.
11701 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11702 (gst_monoscope_chain), (gst_monoscope_change_state):
11703 Improved docs source cleanups.
11705 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
11707 * gst/debug/Makefile.am:
11708 * gst/debug/gstdebug.c: (plugin_init):
11709 * gst/debug/gstpushfilesrc.c:
11710 * gst/debug/gstpushfilesrc.h:
11711 Add code for a pushfilesrc element that implements a pushfile:// URI
11712 handler, to make debugging push-mode operation of demuxer/decoders
11713 that support both easier in connection with seek/playbin/etc.
11714 The element isn't registered at the moment.
11716 2007-02-11 Sébastien Moutte <sebastien@moutte.net>
11718 * gst/avi/gstavimux.c:
11719 Comment a #if 0 in caps template definition as VS6 seems to
11721 * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11722 Use gst_guint64_to_gdouble for conversion.
11723 * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11724 Move variables declaration before the first instruction.
11725 * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11726 Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11727 And don't include netdb.h for G_OS_WIN32
11728 * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11729 This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11730 by VS6 then use an other way to initialize SDPMedia structure.
11731 * gst/udp/gstdynudpsink.h:
11732 * gst/udp/gstdynudpnetutils.h:
11733 Do not include <sys/time.h> for G_OS_WIN32
11734 * gst/udp/gstudpsrc.c:
11735 Define socklen_t as int for G_OS_WIN32
11736 * win/common/config.h.in:
11737 Undef HAVE_NETINET_IN_H
11738 * win32/vs6/gst_plugins_good.dsw:
11739 * win32/vs6/libgstrtp.dsp:
11740 * win32/vs6/libgstrtsp.dsp:
11741 * win32/vs6/libgstautogen.dsp:
11742 * win32/vs6/libgstaudiofx.dsp:
11743 * win32/vs6/libgstudp.dsp:
11744 Add and update project files.
11745 * win32/common/gstudp-enumtypes.c:
11746 * win32/common/gstudp-enumtypes.h:
11747 Add a copy of udp enumtypes to win32/common as in core
11750 2007-02-11 Stefan Kost <ensonic@users.sf.net>
11753 Activate monoscope when building with --enable-experimental. Fix
11754 --enable-external configure switch description.
11756 * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11757 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11760 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
11762 * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11763 Explicitly cast result of pointer arithmetic to integer in order to
11764 avoid compiler warnings on some 64-bit systems. Should fix #406018.
11766 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
11768 * gst/debug/progressreport.c:
11771 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
11773 * docs/plugins/inspect/plugin-rtp.xml:
11774 Update for new elements.
11776 * gst/debug/progressreport.h:
11777 Commit newly-created header file as well.
11779 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
11781 * docs/plugins/Makefile.am:
11782 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11783 * docs/plugins/gst-plugins-good-plugins-sections.txt:
11784 * docs/plugins/gst-plugins-good-plugins.hierarchy:
11785 * gst/debug/Makefile.am:
11786 * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11787 (gst_progress_report_do_query), (gst_progress_report_report):
11788 Make progressreport element post messages with the current progress
11789 on the bus. Also add some basic docs for it.
11791 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
11793 * ext/hal/hal.c: (gst_hal_get_string):
11795 Some small cleanups; deal with errors when parsing the HAL ALSA
11796 capabilities a bit better.
11798 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
11800 * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11801 Let's try this again and use the right cast this time.
11803 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
11805 * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11806 Add cast to avoid compiler warnings with older GLib versions
11807 where the nick/name members in GEnumValue are not declared as
11810 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
11812 * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11813 (gst_gconf_render_bin_from_key),
11814 (gst_gconf_get_default_audio_sink):
11815 * ext/gconf/gconf.h:
11816 * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11817 (do_toggle_element), (gst_gconf_audio_sink_set_property),
11818 (gst_gconf_audio_sink_get_property):
11819 In gconfaudiosink, get the right key as the old key in do_toggle
11820 (ie. one dependent on the profile selected). Log some more stuff so
11821 we can see what's actually going on.
11823 2007-02-06 Sebastian Dröge <slomo@circular-chaos.org>
11825 * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11826 (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11827 (gst_audio_amplify_set_process_function),
11828 (gst_audio_amplify_setup):
11829 * gst/audiofx/audioamplify.h:
11830 * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11831 (gst_audio_invert_class_init), (gst_audio_invert_setup):
11832 * gst/audiofx/audioinvert.h:
11833 Some small cleanups and port both elements to the new GstAudioFilter
11834 base class to save a few lines of common code.
11835 * gst/audiofx/Makefile.am:
11836 Link against libgstaudio for the above changes
11838 2007-01-29 Wim Taymans <wim@fluendo.com>
11840 * tests/check/elements/.cvsignore:
11843 2007-01-26 Wim Taymans <wim@fluendo.com>
11845 Patch by: charles <charlesg3 at gmail dot com>
11847 * ext/shout2/gstshout2.c: (gst_shout2send_init),
11848 (set_shout_metadata), (gst_shout2send_event):
11849 * ext/shout2/gstshout2.h:
11850 Properly handle tags in shout2send. Fixes #399825.
11852 2007-01-25 Wim Taymans <wim@fluendo.com>
11854 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11855 (gst_rtspsrc_activate_streams):
11856 Convert SDP fields to upper/lowercase following the rules in the SDP to
11859 2007-01-25 Wim Taymans <wim@fluendo.com>
11862 * gst/rtp/gstrtpilbcdepay.c:
11863 * gst/rtp/gstrtpilbcpay.c:
11864 * gst/rtp/gstrtpmp4gdepay.c:
11865 * gst/rtp/gstrtpmp4gpay.c:
11866 * gst/rtp/gstrtpspeexdepay.c:
11867 * gst/rtp/gstrtpspeexpay.c:
11868 * gst/rtp/gstrtpsv3vdepay.c:
11869 * gst/rtp/gstrtptheoradepay.c:
11870 * gst/rtp/gstrtptheorapay.c:
11871 * gst/rtp/gstrtpvorbisdepay.c:
11872 * gst/rtp/gstrtpvorbispay.c:
11873 Fix case of encoding-name and key/value pairs to match the document.
11874 This is to make interoperation with SDP case-insensitive as required by
11877 2007-01-25 Wim Taymans <wim@fluendo.com>
11880 Bump required -core/-base to CVS
11882 2007-01-25 Wim Taymans <wim@fluendo.com>
11884 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11885 (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11886 * gst/rtp/gstrtpL16pay.h:
11887 Fill up to MTU using adapter.
11888 Timestamp rtp packets.
11890 2007-01-25 Edward Hervey <edward@fluendo.com>
11892 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11893 * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11894 Use G_GSIZE_FORMAT in print statements for portability.
11895 Fixes build on macosx.
11897 2007-01-24 Wim Taymans <wim@fluendo.com>
11899 * gst/rtp/Makefile.am:
11900 * gst/rtp/gstrtp.c: (plugin_init):
11901 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11902 (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11903 (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11904 (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11905 (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11906 (gst_rtp_L16_depay_plugin_init):
11907 * gst/rtp/gstrtpL16depay.h:
11908 * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11909 (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11910 (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11911 (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11912 (gst_rtp_L16_pay_plugin_init):
11913 * gst/rtp/gstrtpL16pay.h:
11914 Port and enable raw audio payloader/depayloader. Needs a bit more work
11915 on the payloader side.
11917 2007-01-24 Wim Taymans <wim@fluendo.com>
11919 * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11920 (gst_rtspsrc_stream_configure_transport),
11921 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11922 * gst/rtsp/gstrtspsrc.h:
11923 Only unblock the udp pads when we linked and activated them all.
11926 2007-01-24 Wim Taymans <wim@fluendo.com>
11928 * gst/rtp/Makefile.am:
11929 * gst/rtp/gstrtp.c: (plugin_init):
11930 * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11931 (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11932 (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11933 (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11934 (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11935 * gst/rtp/gstrtpac3depay.h:
11936 Added simple AC3 depayloader (RFC 4184).
11938 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11941 2007-01-24 Sebastian Dröge <slomo@circular-chaos.org>
11943 reviewed by: Stefan Kost <ensonic@users.sf.net>
11945 * gst/audiofx/Makefile.am:
11946 * gst/audiofx/audioamplify.c:
11947 (gst_audio_amplify_clipping_method_get_type),
11948 (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11949 (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11950 (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11951 (gst_audio_amplify_set_caps),
11952 (gst_audio_amplify_transform_int_clip),
11953 (gst_audio_amplify_transform_int_wrap_negative),
11954 (gst_audio_amplify_transform_int_wrap_positive),
11955 (gst_audio_amplify_transform_float_clip),
11956 (gst_audio_amplify_transform_float_wrap_negative),
11957 (gst_audio_amplify_transform_float_wrap_positive),
11958 (gst_audio_amplify_transform_ip):
11959 * gst/audiofx/audioamplify.h:
11960 * gst/audiofx/audiofx.c: (plugin_init):
11961 Add new element "audioamplify". This allows scaling of raw audio
11962 samples, similar to the "volume" element, but provides different modes
11963 for clipping and allows unlimited amplification. It's mainly targeted
11964 for creative sound design and not as a replacement of the "volume"
11965 element. Fixes #397162
11966 * docs/plugins/Makefile.am:
11967 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11968 * docs/plugins/gst-plugins-good-plugins-sections.txt:
11969 * docs/plugins/gst-plugins-good-plugins.args:
11970 * docs/plugins/inspect/plugin-audiofx.xml:
11971 Add docs for audioamplify and integrate them into the build system
11972 * tests/check/Makefile.am:
11973 * tests/check/elements/audioamplify.c: (setup_amplify),
11974 (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11975 Add fairly extensive unit test suite for audioamplify
11977 2007-01-24 Wim Taymans <wim@fluendo.com>
11979 * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11980 Unblock pads after adding the pads to the element so that autopluggers
11981 get a change to link something. Possibly fixes #395688.
11983 2007-01-24 Wim Taymans <wim@fluendo.com>
11985 * gst/rtp/gstrtpamrdepay.c:
11986 * gst/rtp/gstrtpgsmdepay.c:
11987 * gst/rtp/gstrtph263pdepay.c:
11988 * gst/rtp/gstrtph263ppay.c:
11989 * gst/rtp/gstrtph264depay.c:
11990 * gst/rtp/gstrtpilbcdepay.c:
11991 * gst/rtp/gstrtpmp2tdepay.c:
11992 * gst/rtp/gstrtpmp4gdepay.c:
11993 * gst/rtp/gstrtpmp4gpay.c:
11994 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11995 * gst/rtp/gstrtpmp4vpay.c:
11996 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11997 (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11998 (gst_rtp_mpa_depay_process):
11999 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
12000 (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
12001 * gst/rtp/gstrtppcmadepay.c:
12002 * gst/rtp/gstrtppcmudepay.c:
12003 * gst/rtp/gstrtpspeexdepay.c:
12004 * gst/rtp/gstrtpspeexpay.c:
12005 * gst/rtp/gstrtpsv3vdepay.c:
12006 * gst/rtp/gstrtptheoradepay.c:
12007 * gst/rtp/gstrtptheorapay.c:
12008 * gst/rtp/gstrtpvorbisdepay.c:
12009 * gst/rtp/gstrtpvorbispay.c:
12010 Fix caps with payload numbers.
12011 Add some fixed payload numbers to caps when possible.
12013 2007-01-23 Sebastian Dröge <slomo@circular-chaos.org>
12015 reviewed by: Stefan Kost <ensonic@users.sf.net>
12017 * gst/audiofx/Makefile.am:
12018 * gst/audiofx/audiofx.c: (plugin_init):
12019 * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12020 (gst_audio_invert_class_init), (gst_audio_invert_init),
12021 (gst_audio_invert_set_property), (gst_audio_invert_get_property),
12022 (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
12023 (gst_audio_invert_transform_float),
12024 (gst_audio_invert_transform_ip):
12025 * gst/audiofx/audioinvert.h:
12026 Add new audiofx element "audioinvert". This element swaps the upper
12027 and lower half of samples and can be used for example for a
12028 wide-stereo effect. Fixes #396057
12029 * docs/plugins/Makefile.am:
12030 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12031 * docs/plugins/gst-plugins-good-plugins-sections.txt:
12032 * docs/plugins/gst-plugins-good-plugins.args:
12033 * docs/plugins/inspect/plugin-audiofx.xml:
12034 Add docs for the audioinvert element and add them to the build system.
12035 * tests/check/Makefile.am:
12036 * tests/check/elements/audioinvert.c: (setup_invert),
12037 (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
12038 Add unit test suite for the audioinvert element.
12040 2007-01-23 Wim Taymans <wim@fluendo.com>
12042 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
12043 (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
12044 Parse config params as string and int.
12045 Parse and use AU header length
12047 2007-01-23 Wim Taymans <wim@fluendo.com>
12049 * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
12050 (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
12051 * gst/smpte/gstmask.c: (_gst_mask_register):
12052 * gst/smpte/gstmask.h:
12053 * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
12054 * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
12055 (gst_smpte_paint_triangle_clock):
12056 constify some static structs.
12057 Don't update the mask if nothing changed to the params.
12058 Make sure we never draw outside of the picture. Fixes #398325.
12060 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
12062 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
12063 Error out properly when pull_range fails while we're reading the
12064 headers, instead of just pausing the task silently. Fixes #399338.
12066 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
12068 * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12069 Some more sanity checks to make sure the input formats match and the
12070 input pads are actually negotiated, in case someone tries to feed
12071 buffers from fakesrc or filesrc. Fixes #398299.
12072 Also const-ify an array, just because we can.
12074 2007-01-19 Edward Hervey <edward@fluendo.com>
12076 * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
12077 Ignore previous commit, that was only valid for widths and heights
12078 that are multiples of 4.
12079 Copy over size/stride macros from jpegdec. This allows the element
12080 to work with any width,height...
12081 ... but puts in evidence that the actual transformations only work
12082 with width/height that are multiples of 4.
12084 2007-01-19 Edward Hervey <edward@fluendo.com>
12086 * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12087 Allocate buffers of the right size.
12088 The proper size of a I420 buffer in bytes is:
12094 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
12096 * gst/smpte/gstsmpte.c: (gst_smpte_init):
12097 Proxy getcaps on sink pads too, so that we either end up with the
12098 same dimensions on all pads or error out if that's not possible
12099 (seems to work even!). Fixes #398086, I think.
12101 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
12103 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12104 * docs/plugins/gst-plugins-good-plugins.args:
12105 * docs/plugins/gst-plugins-good-plugins.hierarchy:
12106 Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
12107 fix integer properties with -1 as minimum value.
12109 * docs/plugins/inspect/plugin-1394.xml:
12110 * docs/plugins/inspect/plugin-aasink.xml:
12111 * docs/plugins/inspect/plugin-alaw.xml:
12112 * docs/plugins/inspect/plugin-alpha.xml:
12113 * docs/plugins/inspect/plugin-alphacolor.xml:
12114 * docs/plugins/inspect/plugin-annodex.xml:
12115 * docs/plugins/inspect/plugin-apetag.xml:
12116 * docs/plugins/inspect/plugin-audiofx.xml:
12117 * docs/plugins/inspect/plugin-auparse.xml:
12118 * docs/plugins/inspect/plugin-autodetect.xml:
12119 * docs/plugins/inspect/plugin-avi.xml:
12120 * docs/plugins/inspect/plugin-cacasink.xml:
12121 * docs/plugins/inspect/plugin-cairo.xml:
12122 * docs/plugins/inspect/plugin-cdio.xml:
12123 * docs/plugins/inspect/plugin-cutter.xml:
12124 * docs/plugins/inspect/plugin-debug.xml:
12125 * docs/plugins/inspect/plugin-dv.xml:
12126 * docs/plugins/inspect/plugin-efence.xml:
12127 * docs/plugins/inspect/plugin-effectv.xml:
12128 * docs/plugins/inspect/plugin-esdsink.xml:
12129 * docs/plugins/inspect/plugin-flac.xml:
12130 * docs/plugins/inspect/plugin-flxdec.xml:
12131 * docs/plugins/inspect/plugin-gconfelements.xml:
12132 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12133 * docs/plugins/inspect/plugin-goom.xml:
12134 * docs/plugins/inspect/plugin-halelements.xml:
12135 * docs/plugins/inspect/plugin-icydemux.xml:
12136 * docs/plugins/inspect/plugin-id3demux.xml:
12137 * docs/plugins/inspect/plugin-jpeg.xml:
12138 * docs/plugins/inspect/plugin-level.xml:
12139 * docs/plugins/inspect/plugin-matroska.xml:
12140 * docs/plugins/inspect/plugin-mulaw.xml:
12141 * docs/plugins/inspect/plugin-multipart.xml:
12142 * docs/plugins/inspect/plugin-navigationtest.xml:
12143 * docs/plugins/inspect/plugin-ossaudio.xml:
12144 * docs/plugins/inspect/plugin-png.xml:
12145 * docs/plugins/inspect/plugin-rtp.xml:
12146 * docs/plugins/inspect/plugin-rtsp.xml:
12147 * docs/plugins/inspect/plugin-shout2send.xml:
12148 * docs/plugins/inspect/plugin-smpte.xml:
12149 * docs/plugins/inspect/plugin-speex.xml:
12150 * docs/plugins/inspect/plugin-taglib.xml:
12151 * docs/plugins/inspect/plugin-udp.xml:
12152 * docs/plugins/inspect/plugin-videobalance.xml:
12153 * docs/plugins/inspect/plugin-videobox.xml:
12154 * docs/plugins/inspect/plugin-videoflip.xml:
12155 * docs/plugins/inspect/plugin-videomixer.xml:
12156 * docs/plugins/inspect/plugin-wavenc.xml:
12157 * docs/plugins/inspect/plugin-wavparse.xml:
12158 * docs/plugins/inspect/plugin-ximagesrc.xml:
12161 2007-01-18 Stefan Kost <ensonic@users.sf.net>
12163 Patch by: Sebastian Dröge <slomo circular-chaos org>
12165 * gst/audiofx/audiopanorama.c:
12166 Fix doc section name (Fixes #397946)
12168 2007-01-17 Stefan Kost <ensonic@users.sf.net>
12170 * sys/v4l2/gstv4l2object.c:
12171 (gst_v4l2_object_install_properties_helper),
12172 (gst_v4l2_object_set_property_helper),
12173 (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12174 * sys/v4l2/gstv4l2object.h:
12175 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12176 (gst_v4l2src_init), (gst_v4l2src_set_property),
12177 (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12178 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12179 (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12180 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12181 (gst_v4l2src_capture_deinit):
12182 Fix EIO handing when capturing. Add new property to specify the number of
12183 buffers to enque (and remove the borked num-buffers usage).
12185 2007-01-16 Stefan Kost <ensonic@users.sf.net>
12187 Patch by: Sebastian Dröge <slomo circular-chaos org>
12189 * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12190 (gst_audio_panorama_set_process_function):
12191 Use a function array for process methods, add more docs and define the
12192 startindex of enums.
12194 2007-01-14 Tim-Philipp Müller <tim at centricular dot net>
12196 Patch by: Mark Nauwelaerts <manauw at skynet be>
12198 * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12199 (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12200 (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12201 (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12202 (gst_avi_mux_riff_get_avi_header),
12203 (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12204 (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12205 (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12206 (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12207 (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12208 (gst_avi_mux_change_state):
12209 * gst/avi/gstavimux.h:
12210 * tests/check/elements/avimux.c: (teardown_src_pad):
12211 Add support for more than one audio stream; write better AVIX
12212 header; refactor code a bit; don't announce vorbis caps on our audio
12213 sink pads since we don't support it anyway. Closes #379298.
12215 2007-01-13 Tim-Philipp Müller <tim at centricular dot net>
12217 Patch by: Sebastian Dröge <slomo circular-chaos org>
12219 * gst/audiofx/audiopanorama.c:
12220 (gst_audio_panorama_method_get_type),
12221 (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12222 (gst_audio_panorama_set_process_function),
12223 (gst_audio_panorama_set_property),
12224 (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12225 (gst_audio_panorama_transform_m2s_int_simple),
12226 (gst_audio_panorama_transform_s2s_int_simple),
12227 (gst_audio_panorama_transform_m2s_float_simple),
12228 (gst_audio_panorama_transform_s2s_float_simple):
12229 * gst/audiofx/audiopanorama.h:
12230 Add 'method' property and provide a simple (non-psychoacustic)
12231 processing method (#394859).
12233 * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12235 Tests for new method.
12237 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
12239 * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12240 * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12241 Set correct caps on outgoing pulled buffers, or things blow up
12242 after recent core changes.
12244 2007-01-11 Wim Taymans <wim@fluendo.com>
12246 Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12248 * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12249 (gst_multipart_mux_request_new_pad),
12250 (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12251 (gst_multipart_mux_change_state):
12252 Return FLOW errors ASAP. Fixes #394977.
12255 2007-01-11 Wim Taymans <wim@fluendo.com>
12257 Patch by: Lutz Mueller <lutz at topfrose dot de>
12259 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12260 Check for stream pad before activating.
12262 2007-01-10 Wim Taymans <wim@fluendo.com>
12264 Patch by: Peter Kjellerstedt <pkj at axis com>
12266 * gst/rtsp/COPYING.MIT:
12267 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12268 (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12269 (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12270 (gst_rtspsrc_stream_configure_transport),
12271 (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12272 (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12273 (gst_rtspsrc_parse_methods),
12274 (gst_rtspsrc_create_transports_string),
12275 (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12276 (gst_rtspsrc_open), (gst_rtspsrc_close):
12277 * gst/rtsp/gstrtspsrc.h:
12278 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12279 (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12280 (parse_request_line), (parse_line), (rtsp_connection_read),
12281 (rtsp_connection_close):
12282 * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12283 (rtsp_method_as_text), (rtsp_header_as_text),
12284 (rtsp_status_as_text), (rtsp_find_header_field),
12285 (rtsp_find_method):
12286 * gst/rtsp/rtspdefs.h:
12287 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12288 (rtsp_ext_wms_configure_stream):
12289 * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12290 (rtsp_message_new_request), (rtsp_message_init_request),
12291 (rtsp_message_new_response), (rtsp_message_init_response),
12292 (rtsp_message_init_data), (rtsp_message_unset),
12293 (rtsp_message_free), (rtsp_message_add_header),
12294 (rtsp_message_get_header), (rtsp_message_set_body),
12295 (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12296 * gst/rtsp/rtspmessage.h:
12297 * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12298 (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12299 (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12300 (sdp_message_dump):
12301 Allow url to be NULL to be able to use it for server connections.
12302 Can now send responses as well as requests.
12303 No longer hangs in an endless loop if EOF is received.
12304 Can now convert a status code to a text string.
12305 Return RTSP_HDR_INVALID for unknown headers.
12306 Return RTSP_INVALID for unknown methods.
12307 Copy CSeq and Session headers from the request.
12308 Only free memory corresponding to the currently set message type.
12309 Added const to function arguments as appropriate.
12310 Avoid a compiler warning when initializing nmedia.
12311 Use guint rather than gint to avoid compiler warnings.
12312 Fix crasher in wms extension.
12313 Factor out stream setup from open_connection.
12314 Delay activation of streams when actual data is received from the
12315 server, this prepares us to do proper protocol switching.
12320 2007-01-10 Tim-Philipp Müller <tim at centricular dot net>
12322 Patch by: Sebastian Dröge <slomo ubuntu com>
12324 * docs/plugins/Makefile.am:
12325 * gst/audiofx/audiopanorama.c:
12326 Some small docs fixes (#394851).
12328 2007-01-09 Wim Taymans <wim@fluendo.com>
12330 * gst/avi/gstavidemux.c:
12333 2007-01-09 Wim Taymans <wim@fluendo.com>
12335 * gst/rtp/Makefile.am:
12336 * gst/rtp/gstrtp.c: (plugin_init):
12337 * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12338 (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12339 (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12340 (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12341 (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12342 * gst/rtp/gstrtpmpvdepay.h:
12343 Added RFC 2250 MPEG Video Depayloader.
12345 * gst/rtp/gstrtpL16depay.h:
12346 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12347 (gst_rtp_h263p_depay_process):
12348 Fix Header file. Small cleanups.
12350 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12351 (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12352 (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12353 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12354 (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12355 (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12356 (gst_rtp_mp4v_depay_change_state):
12357 Remove usused code. Remove Adapter from state Change. Added debug.
12359 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12360 (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12361 (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12362 * gst/rtp/gstrtpmpadepay.h:
12363 Subclass base depayloader.
12365 Support static payload type assignment as well.
12367 * gst/rtp/gstrtpmpapay.c:
12370 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
12372 Patch by: Vincent Torri <vtorri at univ-evry fr>
12374 * ext/jpeg/gstjpegdec.c:
12375 * ext/jpeg/gstjpegenc.c:
12376 * ext/jpeg/smokecodec.c:
12377 These libjpeg callbacks should return a 'boolean' (unsigned char
12378 apparently) and not a 'gboolean' (which maps to gint). Fixes
12379 warnings when compiling with MingW (#393427).
12381 * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12382 Use ioctlsocket on win32.
12384 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12385 Some printf format fixes for win32.
12387 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
12389 * gst/cutter/gstcutter.c: (gst_cutter_chain):
12390 Use gst_guint64_to_gdouble for conversion.
12391 * win32/vs6/libgstmatroska.dsp:
12392 Add zlib to the link.
12393 * win32/vs6/libgstvideobox.dsp:
12394 Update liboil library name (project is linked to
12395 liboil-0.3-0.lib now).
12397 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
12399 * gst/matroska/Makefile.am:
12400 If zlib is available and used, we must link it explicitly for
12401 things to work on MingW (fixes #392855).
12403 2007-01-04 Tim-Philipp Müller <tim at centricular dot net>
12405 * ext/esd/esdsink.c: (gst_esdsink_delay):
12406 Don't return bogus values when esd_get_delay() fails for some
12409 2006-12-24 Tim-Philipp Müller <tim at centricular dot net>
12411 * sys/ximage/gstximagesrc.c: (composite_pixel):
12412 Fix presumably copy'n'pasto for 16bpp depth.
12414 2006-12-24 Tim-Philipp Müller <tim at centricular dot net>
12416 * gst/matroska/matroska-mux.c:
12417 (gst_matroska_mux_audio_pad_setcaps):
12418 The "signed" field in audio caps is of boolean type, trying to use
12419 gst_structure_get_int() to extract it will fail. Fixing this makes
12420 matroskamux accept raw audio input (#387121) (use at your own risk
12421 though, due to the matroska spec being not entirely useful in this
12423 Also fix up raw audio structures in template caps so that they
12424 represent what our setcaps function will actually accept, so that
12425 converters know what to convert to.
12426 Finally, don't fail if there isn't an "endianness" field in 8-bit
12429 2006-12-22 Stefan Kost <ensonic@users.sf.net>
12431 * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12432 * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12433 * tests/check/elements/cmmldec.c: (setup_cmmldec),
12434 (teardown_cmmldec):
12435 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12436 (teardown_cmmlenc):
12437 * tests/check/elements/level.c: (setup_level), (cleanup_level):
12438 reapply consistent pad (de)activation
12440 2006-12-21 Jan Schmidt <thaytan@mad.scientist.com>
12445 * gst-plugins-good.doap:
12446 Add 0.10.5 doap entry
12448 === release 0.10.5 ===
12450 2006-12-21 Jan Schmidt <thaytan@mad.scientist.com>
12453 releasing 0.10.5, "The Path of Thorns"
12455 2006-12-21 Stefan Kost <ensonic@users.sf.net>
12457 * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12458 * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12459 * tests/check/elements/cmmldec.c: (setup_cmmldec),
12460 (teardown_cmmldec):
12461 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12462 (teardown_cmmlenc):
12463 * tests/check/elements/level.c: (setup_level), (cleanup_level):
12464 revert my freeze breakage
12466 2006-12-21 Stefan Kost <ensonic@users.sf.net>
12468 * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12469 * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12470 * tests/check/elements/cmmldec.c: (setup_cmmldec),
12471 (teardown_cmmldec):
12472 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12473 (teardown_cmmlenc):
12474 * tests/check/elements/level.c: (setup_level), (cleanup_level):
12475 consistent pad (de)activation
12477 2006-12-18 Jan Schmidt <thaytan@mad.scientist.com>
12481 Disable LADPSA, as it has moved to the -bad module for the duration.
12483 2006-12-18 Wim Taymans <wim@fluendo.com>
12485 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12486 (gst_signal_processor_event):
12487 Reset flow_state back to _OK after a flush stop so that we exit our
12488 error state after the flush. Fixes #374213
12490 2006-12-16 David Schleef <ds@schleef.org>
12492 * sys/osxvideo/osxvideosink.h:
12493 * sys/osxvideo/osxvideosink.m:
12494 Decent effort at porting to 0.10. Needs cleanup on OS/X.
12496 2006-12-16 David Schleef <ds@schleef.org>
12498 Patch by: Vijay Santhanam <vijay santhanam gmail com>
12500 * sys/osxvideo/Makefile.am:
12501 * sys/osxvideo/osxvideosink.h:
12502 * sys/osxvideo/osxvideosink.m:
12503 Preliminary patch for porting osxvideosink
12505 2006-12-16 Wim Taymans <wim@fluendo.com>
12507 Patch by: Sjoerd Simons <sjoerd at luon dot net>
12509 * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12510 (gst_videomixer_set_master_geometry),
12511 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12512 (gst_videomixer_reset), (gst_videomixer_init),
12513 (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12514 (gst_videomixer_release_pad), (gst_videomixer_collected),
12515 (gst_videomixer_change_state):
12516 Introduce some locking around the videomixer state so that it does not
12517 crash when adding/removing pads. Fixes #383043.
12519 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
12522 Make sure libcaca can actually be used instead of just checking for
12523 /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12524 cross-compiling (fixes #384587).
12526 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
12529 * gst-plugins-good.doap:
12530 * gst-plugins-good.spec.in:
12533 2006-12-14 Tim-Philipp Müller <tim at centricular dot net>
12536 libflac-1.1.3 changed API again, but we can't build against it yet,
12537 so make sure our check doesn't use libflac-1.1.3 and add a comment
12540 2006-12-14 Tim-Philipp Müller <tim at centricular dot net>
12542 * gst/effectv/gstquark.c: (gst_quarktv_transform),
12543 (gst_quarktv_planetable_clear):
12544 Add some NULL pointer checks (possibly related to #385623).
12546 2006-12-12 Tim-Philipp Müller <tim at centricular dot net>
12548 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12549 (gst_tag_demux_chain):
12550 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12551 In streaming mode, if the first buffer we get doesn't have an
12552 offset, fix it up to be 0, otherwise trimming won't work later on
12553 and we'll be typefinding application/x-id3, which may result in
12554 decodebin plugging an endless number of id3demux elements as a
12555 consequence. Fixes #385031.
12557 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
12559 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12560 Ignore the buffer_time the sound device reports. Turns out it is
12561 sometimes completely bogus and we're better off without it.
12563 2006-12-11 Tim-Philipp Müller <tim at centricular dot net>
12565 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12566 (gst_matroska_demux_video_caps):
12567 * gst/matroska/matroska-ids.c:
12568 (gst_matroska_track_init_video_context):
12569 * gst/matroska/matroska-ids.h:
12570 Try harder to extract the framerate for video tracks correctly and
12571 save it directly instead of converting it back and forth a few
12572 times. Mostly makes a difference for very small framerates (<1).
12575 2006-12-11 Tim-Philipp Müller <tim at centricular dot net>
12577 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12578 (gst_gconf_audio_src_dispose), (do_toggle_element):
12579 * ext/gconf/gstgconfaudiosrc.h:
12580 Remove gconf notify hook when the gconfaudiosrc element is
12581 destroyed, otherwise the callback may be called on an
12582 already-destroyed instance and bad things happen. Should fix
12584 Also ignore gconf key changes when the source is already running.
12586 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
12588 Patch by: Sebastian Dröge <mail at slomosnail de>
12590 * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12591 We need to be able to read and parse any possible floating point string
12592 format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12593 will parse the former only in certain locales though, so we really need
12594 to canonicalise the separator to '.' and then use g_ascii_strtod() to
12595 make sure we can parse either version at all times.
12596 Fixes #382982 for real.
12598 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
12600 * sys/sunaudio/gstsunaudiomixerctrl.c:
12601 * sys/sunaudio/gstsunaudiosrc.c:
12603 Use the sunaudio debug category.
12605 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12606 (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12607 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12608 (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12609 (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12610 (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12611 (gst_sunaudiosink_reset):
12612 * sys/sunaudio/gstsunaudiosink.h:
12614 Uses the sunaudio debug category for all debug output
12615 Implements the _delay() callback to synchronise video playback better
12616 Change the segtotal and segsize values back to the parent class
12617 defaults (taken from buffer_time and latency_times of 200ms and 10ms
12619 Measure the samples written to the device vs. played.
12620 Keep track of segments in the device by writing empty eof frames, and
12621 sleep using a GCond when we get too far ahead and risk overrunning the
12626 2006-12-08 Wim Taymans <wim@fluendo.com>
12628 Patch by: Sebastian Dröge <mail at slomosnail de >
12630 * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12631 (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12632 * gst/audiofx/audiopanorama.h:
12633 Fix audiopanorame with float samples. Fixes #383726.
12635 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
12637 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12638 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12639 (gst_sunaudiosrc_reset):
12641 Implement reset functions to unblock the src/sink more quickly on
12642 state change requests.
12643 Patch by: Brian Cameron <brian dot cameron at sun com>
12645 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
12647 * sys/sunaudio/gstsunaudiomixer.c:
12648 (gst_sunaudiomixer_change_state):
12649 Construct the correct mixer device name when the AUDIODEV env var
12652 Patch by: Jerry Tan <jerry.tan at sun dot com>
12655 2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
12657 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12658 Apply patch to open the mixer control and set the MULTIPLE_OPEN
12659 ioctl. On solaris, the mixer device doesn't need opening non-blocking
12660 - it can be opened by multiple processes by default, but needs the ioctl for multiple opens within 1 process.
12661 Patch by: Jerry Tan <jerry.tan at sun dot com>
12664 2006-12-07 Wim Taymans <wim@fluendo.com>
12666 * gst/smpte/gstmask.h:
12667 * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12668 (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12669 (gst_smpte_collected), (gst_smpte_set_property),
12670 (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12671 * gst/smpte/gstsmpte.h:
12672 Port to 0.10 some more.
12673 Added duration property to specify the duration of the transition.
12674 Make framerate a fraction.
12675 Deprecate fps property, we only use negotiated fps.
12677 Fix collectpad usage.
12678 Reset state in READY.
12679 Send NEWSEGMENT event.
12680 Fix racy updates of object properties.
12681 Added debug category.
12684 2006-12-06 Wim Taymans <wim@fluendo.com>
12686 Patch by: Sjoerd Simons <sjoerd at luon dot net>
12688 * gst/videomixer/videomixer.c:
12689 (gst_videomixer_set_master_geometry),
12690 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12691 Don't reset xpos and ypos in the setcaps function because causes
12692 unexpected behaviour.
12695 2006-12-06 Wim Taymans <wim@fluendo.com>
12697 * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12698 (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12699 Keep track of the buffer timestamp in the collectdata member instead
12700 of modifying the buffer without making the metadata writable first.
12703 2006-12-06 Wim Taymans <wim@fluendo.com>
12705 Patch by: Rob Taylor <robtaylor at floopily dot org>
12707 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12708 If using multicast in udpsrc, bind to the multicast address rather than
12710 This allows the simultanous use of multiple udpsrcs listening on
12711 different multicat addresses. Without this all udpsrcs will receive all
12712 packets from all subscribed multicast addresses.
12715 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
12717 * ext/taglib/gstid3v2mux.cc:
12718 Don't attempt to write a NULL frame into the ID3 tag set when the
12719 createFrame method returned NULL.
12721 Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12723 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
12725 * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12726 Use g_strtod() instead of sscanf to parse doubles, so that it will
12727 try parsing in the C locale if the current locale fails.
12729 Patch by: Sebastian Dröge <mail at slomosnail de >
12731 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
12734 Fix compilation on win32 under VS8
12735 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12736 Partially fixes #381175
12738 2006-11-30 Stefan Kost <ensonic@users.sf.net>
12740 * gst/avi/gstavimux.c:
12741 accept all mpegversions,fixes #380825
12742 spotted by: Jerome Alet
12744 2006-11-30 Stefan Kost <ensonic@users.sf.net>
12746 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12747 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12748 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12749 (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12750 cleanup the error message a bit more
12752 2006-11-28 Wim Taymans <wim@fluendo.com>
12754 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12755 Fix width and height properties.
12757 * ext/libcaca/gstcacasink.h:
12758 Fix compilation on newer libcaca that require us to include a new
12759 header. Fixes #379918.
12761 2006-11-28 Wim Taymans <wim@fluendo.com>
12763 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12764 * gst/rtsp/gstrtspsrc.h:
12765 * gst/rtsp/rtspext.h:
12766 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12767 (rtsp_ext_wms_get_context):
12768 Add method so that extensions can choose to disable the setup of
12770 Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12772 2006-11-27 Wim Taymans <wim@fluendo.com>
12774 Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12776 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12777 Push header in a separate buffer instead of memcpy:ing all data.
12778 Change LF => CRLF in headers.
12779 Move trailing LF to header. Fixes #379792.
12781 2006-11-27 Wim Taymans <wim@fluendo.com>
12783 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12784 Small buffer overflow fix and improve debugging.
12786 2006-11-24 Stefan Kost <ensonic@users.sf.net>
12788 * ext/esd/esdmon.h:
12789 * ext/esd/esdsink.h:
12790 remove obsolete _factory_init protos
12792 2006-11-24 Stefan Kost <ensonic@users.sf.net>
12794 * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12795 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12796 (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12797 (gst_avi_demux_read_subindexes_push),
12798 (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12799 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12800 (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12801 (gst_avi_demux_massage_index),
12802 (gst_avi_demux_calculate_durations_from_index),
12803 (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12804 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12805 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12806 remove dead code, tweak debugs statements, add comments, use
12807 _uint64_scale instead _uint64_scale_int when using guint64 values,
12808 small optimizations, reflow some error handling
12810 2006-11-22 Edward Hervey <edward@fluendo.com>
12813 We never put .pot files in cvs. Let's ignore them all.
12815 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
12818 ... but better exclude files that aren't disted.
12820 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
12823 Add v4l2 source files to list of files with translations, so the
12824 strings are actually extracted (however bad they still may be).
12826 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
12828 * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12829 Minor clean-ups: const-ify static array, remove trailing comma from
12830 last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12832 2006-11-19 Jan Schmidt <thaytan@mad.scientist.com>
12834 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12835 Make sure that g_free always gets called on the same pointer that was
12836 returned by g_malloc. Fixes #376594.
12837 Do not leak memory if decompressed size is wrong.
12838 Remove unneeded check of return value of g_malloc.
12839 Patch by: René Stadler <mail@renestadler.de>
12841 2006-11-18 Tim-Philipp Müller <tim at centricular dot net>
12843 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12844 Add missing curly brackets.
12846 2006-11-17 Edgard Lima <edgard.lima@indt.org.br>
12848 * sys/v4l2/v4l2src_calls.c:
12849 Fix capture_deinit.
12851 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
12853 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12854 (gst_matroska_mux_request_new_pad):
12855 Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12857 * tests/check/elements/matroskamux.c: (setup_src_pad),
12858 (setup_sink_pad), (GST_START_TEST):
12859 Activate pads before using them.
12861 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
12863 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12864 Initialise variable to get rid of bogus compiler warning.
12866 2006-11-16 Stefan Kost <ensonic@users.sf.net>
12868 Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12870 * gst/rtp/gstrtph263pay.c:
12871 * gst/rtp/gstrtph263pdepay.c:
12872 * gst/rtp/gstrtph263ppay.c:
12873 Specify H.263 variant and version in the caps (fixes #361637)
12875 2006-11-15 Wim Taymans <wim@fluendo.com>
12877 * gst/rtsp/rtspconnection.c: (read_body):
12878 Don't set a data pointer to NULL and a size > 0 when we deal
12879 with empty packets.
12881 * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12882 (rtsp_message_init_response), (rtsp_message_init_data),
12883 (rtsp_message_unset), (rtsp_message_free),
12884 (rtsp_message_take_body):
12885 Check that we can't create invalid empty packets.
12887 2006-11-15 Tim-Philipp Müller <tim at centricular dot net>
12889 Patch by: Mark Nauwelaerts <manauw at skynet be>
12891 * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12892 (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12893 (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12894 (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12895 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12896 (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12897 * gst/matroska/matroska-mux.h:
12898 Add basic tag writing support; implement releasing pads (#374658).
12900 2006-11-15 Tim-Philipp Müller <tim at centricular dot net>
12902 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12903 (gst_matroska_demux_audio_caps):
12904 Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12906 2006-11-14 David Schleef <ds@schleef.org>
12908 * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12910 2006-11-14 Tim-Philipp Müller <tim at centricular dot net>
12912 Patch by: Sergey Scobich <sergey.scobich at gmail com>
12914 * win32/vs8/gst-plugins-good.sln:
12915 * win32/vs8/libgst1394.vcproj:
12916 * win32/vs8/libgstaasink.vcproj:
12917 * win32/vs8/libgstalaw.vcproj:
12918 * win32/vs8/libgstalpha.vcproj:
12919 * win32/vs8/libgstalphacolor.vcproj:
12920 * win32/vs8/libgstannodex.vcproj:
12921 * win32/vs8/libgstapetag.vcproj:
12922 * win32/vs8/libgstaudiofx.vcproj:
12923 * win32/vs8/libgstauparse.vcproj:
12924 * win32/vs8/libgstautodetect.vcproj:
12925 * win32/vs8/libgstavi.vcproj:
12926 * win32/vs8/libgstcacasink.vcproj:
12927 * win32/vs8/libgstcdio.vcproj:
12928 * win32/vs8/libgstcutter.vcproj:
12929 * win32/vs8/libgstdv.vcproj:
12930 * win32/vs8/libgsteffectv.vcproj:
12931 * win32/vs8/libgstflac.vcproj:
12932 * win32/vs8/libgstflxdec.vcproj:
12933 * win32/vs8/libgstgoom.vcproj:
12934 * win32/vs8/libgsticydemux.vcproj:
12935 * win32/vs8/libgstid3demux.vcproj:
12936 * win32/vs8/libgstjpeg.vcproj:
12937 * win32/vs8/libgstladspa.vcproj:
12938 * win32/vs8/libgstlevel.vcproj:
12939 * win32/vs8/libgstmatroska.vcproj:
12940 * win32/vs8/libgstmikmod.vcproj:
12941 * win32/vs8/libgstmng.vcproj:
12942 * win32/vs8/libgstmonoscope.vcproj:
12943 * win32/vs8/libgstmulaw.vcproj:
12944 * win32/vs8/libgstmultipart.vcproj:
12945 * win32/vs8/libgstpng.vcproj:
12946 * win32/vs8/libgstrtp.vcproj:
12947 * win32/vs8/libgstrtsp.vcproj:
12948 * win32/vs8/libgstshout2.vcproj:
12949 * win32/vs8/libgstsmpte.vcproj:
12950 * win32/vs8/libgstspeex.vcproj:
12951 * win32/vs8/libgsttaglib.vcproj:
12952 * win32/vs8/libgstudp.vcproj:
12953 * win32/vs8/libgstvideobalance.vcproj:
12954 * win32/vs8/libgstvideobox.vcproj:
12955 * win32/vs8/libgstvideoflip.vcproj:
12956 * win32/vs8/libgstvideomixer.vcproj:
12957 * win32/vs8/libgstwavenc.vcproj:
12958 * win32/vs8/libgstwavparse.vcproj:
12959 Make end-of-line returns unixy, so that when the files are checked
12960 out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12961 Hopefully fixes #366492.
12963 2006-11-14 Wim Taymans <wim@fluendo.com>
12965 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12966 Disable init_frames delay timestamp adjustment, it does not
12967 seem to be needed at all. Fixes #369621.
12969 2006-11-13 Wim Taymans <wim@fluendo.com>
12971 Patch by: Mark Nauwelaerts <manauw at skynet be>
12973 * gst/videomixer/videomixer.c:
12974 (gst_videomixer_set_master_geometry),
12975 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12976 (gst_videomixer_collect_free), (gst_videomixer_reset),
12977 (gst_videomixer_init), (gst_videomixer_finalize),
12978 (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12979 (gst_videomixer_collected), (gst_videomixer_change_state):
12980 Fix memleak by unref'ing collectpads instance (when finalizing)
12981 Implement releasing a request pad. Fixes #374479.
12983 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
12985 Patch by: Sergey Scobich <sergey.scobich at gmail com>
12987 * win32/vs8/gst-plugins-good.sln:
12988 * win32/vs8/libgst1394.vcproj:
12989 * win32/vs8/libgstaasink.vcproj:
12990 * win32/vs8/libgstalaw.vcproj:
12991 * win32/vs8/libgstalpha.vcproj:
12992 * win32/vs8/libgstalphacolor.vcproj:
12993 * win32/vs8/libgstannodex.vcproj:
12994 * win32/vs8/libgstapetag.vcproj:
12995 * win32/vs8/libgstaudiofx.vcproj:
12996 * win32/vs8/libgstauparse.vcproj:
12997 * win32/vs8/libgstautodetect.vcproj:
12998 * win32/vs8/libgstavi.vcproj:
12999 * win32/vs8/libgstcacasink.vcproj:
13000 * win32/vs8/libgstcdio.vcproj:
13001 * win32/vs8/libgstcutter.vcproj:
13002 * win32/vs8/libgstdv.vcproj:
13003 * win32/vs8/libgsteffectv.vcproj:
13004 * win32/vs8/libgstflac.vcproj:
13005 * win32/vs8/libgstflxdec.vcproj:
13006 * win32/vs8/libgstgoom.vcproj:
13007 * win32/vs8/libgsticydemux.vcproj:
13008 * win32/vs8/libgstid3demux.vcproj:
13009 * win32/vs8/libgstjpeg.vcproj:
13010 * win32/vs8/libgstladspa.vcproj:
13011 * win32/vs8/libgstlevel.vcproj:
13012 * win32/vs8/libgstmatroska.vcproj:
13013 * win32/vs8/libgstmikmod.vcproj:
13014 * win32/vs8/libgstmng.vcproj:
13015 * win32/vs8/libgstmonoscope.vcproj:
13016 * win32/vs8/libgstmulaw.vcproj:
13017 * win32/vs8/libgstmultipart.vcproj:
13018 * win32/vs8/libgstpng.vcproj:
13019 * win32/vs8/libgstrtp.vcproj:
13020 * win32/vs8/libgstrtsp.vcproj:
13021 * win32/vs8/libgstshout2.vcproj:
13022 * win32/vs8/libgstsmpte.vcproj:
13023 * win32/vs8/libgstspeex.vcproj:
13024 * win32/vs8/libgsttaglib.vcproj:
13025 * win32/vs8/libgstudp.vcproj:
13026 * win32/vs8/libgstvideobalance.vcproj:
13027 * win32/vs8/libgstvideobox.vcproj:
13028 * win32/vs8/libgstvideoflip.vcproj:
13029 * win32/vs8/libgstvideomixer.vcproj:
13030 * win32/vs8/libgstwavenc.vcproj:
13031 * win32/vs8/libgstwavparse.vcproj:
13032 Add VS8 project files (note that many of the plugins in ext are
13033 disabled by default). Fixes #366492.
13035 2006-11-10 Stefan Kost <ensonic@users.sf.net>
13037 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
13038 we do not translate debug messages
13040 2006-11-08 Stefan Kost <ensonic@users.sf.net>
13042 * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
13043 fix categorisation, make short desc more explicit, remove unused code
13046 2006-11-08 Wim Taymans <wim@fluendo.com>
13048 * gst/rtp/gstrtpL16depay.c:
13049 * gst/rtp/gstrtpamrdepay.c:
13050 * gst/rtp/gstrtpamrpay.c:
13051 * gst/rtp/gstrtpgsmdepay.c:
13052 * gst/rtp/gstrtph263pay.c:
13053 * gst/rtp/gstrtph263pdepay.c:
13054 * gst/rtp/gstrtph263ppay.c:
13055 * gst/rtp/gstrtph264depay.c:
13056 * gst/rtp/gstrtpmp2tdepay.c:
13057 * gst/rtp/gstrtpmp4gdepay.c:
13058 * gst/rtp/gstrtpmp4gpay.c:
13059 * gst/rtp/gstrtpmp4vdepay.c:
13060 * gst/rtp/gstrtpmp4vpay.c:
13061 * gst/rtp/gstrtpmpadepay.c:
13062 * gst/rtp/gstrtpmpapay.c:
13063 * gst/rtp/gstrtppcmadepay.c:
13064 * gst/rtp/gstrtppcmapay.c:
13065 * gst/rtp/gstrtppcmudepay.c:
13066 * gst/rtp/gstrtppcmupay.c:
13067 * gst/rtp/gstrtpspeexdepay.c:
13068 * gst/rtp/gstrtpspeexpay.c:
13069 * gst/rtp/gstrtpsv3vdepay.c:
13070 Fix element descriptions.
13072 2006-11-08 Wim Taymans <wim@fluendo.com>
13074 * gst/rtp/gstrtpvorbisdepay.c:
13075 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
13077 Small cleanup in the payloader.
13079 2006-11-08 Wim Taymans <wim@fluendo.com>
13081 * gst/rtp/Makefile.am:
13082 * gst/rtp/gstrtp.c: (plugin_init):
13083 * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
13084 (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
13085 (gst_rtp_theora_depay_finalize),
13086 (gst_rtp_theora_depay_parse_configuration),
13087 (gst_rtp_theora_depay_setcaps),
13088 (gst_rtp_theora_depay_switch_codebook),
13089 (gst_rtp_theora_depay_process),
13090 (gst_rtp_theora_depay_set_property),
13091 (gst_rtp_theora_depay_get_property),
13092 (gst_rtp_theora_depay_change_state),
13093 (gst_rtp_theora_depay_plugin_init):
13094 * gst/rtp/gstrtptheoradepay.h:
13095 * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
13096 (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
13097 (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
13098 (gst_rtp_theora_pay_init_packet),
13099 (gst_rtp_theora_pay_flush_packet),
13100 (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
13101 (gst_rtp_theora_pay_handle_buffer),
13102 (gst_rtp_theora_pay_plugin_init):
13103 * gst/rtp/gstrtptheorapay.h:
13104 Add theora pay/depayloaders.
13106 2006-11-06 Wim Taymans <wim@fluendo.com>
13108 * gst/rtp/Makefile.am:
13109 We depend on gsttag to generate the vorbis comments.
13111 * gst/rtp/gstrtpvorbisdepay.c:
13112 (gst_rtp_vorbis_depay_parse_configuration),
13113 (gst_rtp_vorbis_depay_setcaps),
13114 (gst_rtp_vorbis_depay_switch_codebook),
13115 (gst_rtp_vorbis_depay_process):
13116 * gst/rtp/gstrtpvorbisdepay.h:
13117 Parse configuration string in the depayloader.
13118 Implement selecting and switching to a new codebook.
13119 Receiving vorbis over RTP now works.
13121 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
13122 (gst_rtp_vorbis_pay_init_packet),
13123 (gst_rtp_vorbis_pay_finish_headers),
13124 (gst_rtp_vorbis_pay_handle_buffer):
13125 * gst/rtp/gstrtpvorbispay.h:
13126 Set timestamps on outgoing buffers and RTP packets.
13127 Fix configuration string, prepend number of Packet headers.
13128 Fix encoding of ident string.
13129 Add delivery-method to caps.
13130 Streaming vorbis over RTP now works.
13132 2006-11-06 Wim Taymans <wim@fluendo.com>
13134 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13135 (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13136 (gst_rtp_vorbis_pay_handle_buffer):
13137 * gst/rtp/gstrtpvorbispay.h:
13138 Generate a valid configuration string in the caps based on the
13141 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
13143 * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13144 * ext/cdio/gstcdio.h:
13145 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13146 Move CD-TEXT utility function into common file so it can also be
13147 used by a future cdioparanoiasrc.
13149 2006-11-01 Edgard Lima <edgard.lima@indt.org.br>
13151 * sys/v4l2/Makefile.am:
13152 * sys/v4l2/gstv4l2object.c:
13153 * sys/v4l2/gstv4l2src.c:
13154 * sys/v4l2/gstv4l2xoverlay.c:
13155 * sys/v4l2/v4l2_calls.c:
13156 * sys/v4l2/v4l2src_calls.c:
13157 Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13158 xoverlay code that is still not implemented.
13160 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
13162 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13163 We require a -base more recent than 0.10.9, so it's safe to use
13164 GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13166 * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13167 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13168 Use _newsegment_full() now that we depend on a recent enough core.
13170 * gst/wavparse/gstwavparse.c:
13171 Remove cruft that we don't need any longer now that we depend on
13172 a recent enough -base.
13174 2006-10-31 Wim Taymans <wim@fluendo.com>
13176 * gst/rtp/Makefile.am:
13177 * gst/rtp/gstrtp.c: (plugin_init):
13178 * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13179 (gst_rtpilbcpay_setcaps):
13180 Fix and activate ILBC pay and depayloaders. Fixes #368162.
13182 2006-10-31 Wim Taymans <wim@fluendo.com>
13184 * ext/speex/gstspeexdec.c: (speex_dec_convert),
13185 (speex_dec_sink_event), (speex_dec_chain_parse_header):
13186 Some small cleanups, use _scale.
13188 2006-10-31 Wim Taymans <wim@fluendo.com>
13190 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13191 Use higher precision scale function.
13193 2006-10-30 Tim-Philipp Müller <tim at centricular dot net>
13195 Patch by: Michal Benes <michal dot benes at itonis tv>
13197 * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13198 (gst_matroska_demux_read_track_encodings),
13199 (gst_matroska_decode_buffer):
13200 Fix several issues with encoded/compressed/encrypted/signed tracks;
13201 also, remove superfluous newline characters from some debug
13202 statements. (#366155)
13204 2006-10-30 Wim Taymans <wim@fluendo.com>
13206 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13207 * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13208 (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13209 (gst_smokedec_change_state):
13210 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13211 (gst_smokeenc_init), (gst_smokeenc_finalize),
13212 (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13213 (gst_smokeenc_resync), (gst_smokeenc_chain),
13214 (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13215 (gst_smokeenc_change_state):
13216 Various cleanups, capsnego and leak fixes.
13218 2006-10-30 Wim Taymans <wim@fluendo.com>
13220 Patch by: Mark Nauwelaerts <manauw at skynet be>
13222 * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13223 Fix videomixer so that it can handle any combination of framerates.
13226 2006-10-28 Wim Taymans <wim@fluendo.com>
13228 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13229 (gst_avi_demux_parse_file_header),
13230 (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13231 (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13232 (gst_avi_demux_chain):
13233 Fix position query for audio. also fixes timestamps in streaming
13234 mode and bug #364958.
13237 2006-10-27 Wim Taymans <wim@fluendo.com>
13239 * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13240 * ext/libpng/gstpngenc.h:
13241 Fix strides. Fixes #364856.
13243 Set caps on outgoing buffers.
13245 2006-10-18 Wim Taymans <wim@fluendo.com>
13247 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13249 * gst/rtp/gstrtpgsmpay.c:
13250 * gst/rtp/gstrtph263pay.c:
13251 * gst/rtp/gstrtpmpapay.c:
13252 * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13253 (gst_rtp_pcma_pay_handle_buffer):
13254 * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13255 Add static payload numbers in addition to the dynamic ones.
13258 2006-10-18 Wim Taymans <wim@fluendo.com>
13260 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13261 (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13262 (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13263 (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13264 * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13265 * gst/rtsp/rtspdefs.h:
13266 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13267 * gst/rtsp/rtspurl.h:
13268 Reuse already existing enum for lower transport.
13269 Add rtspt and rtspu protocols.
13270 Send redirect to rtspt when udp times out.
13272 2006-10-18 Wim Taymans <wim@fluendo.com>
13274 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13275 (gst_wavparse_stream_data):
13276 Fix seeking some more, mostly for speed changes.
13278 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
13280 Patch by: Fredrik Persson <frepe at bredband net>
13282 * sys/v4l2/gstv4l2tuner.c:
13283 * sys/v4l2/gstv4l2tuner.h:
13284 Fix _set_channel(): remove useless g_object_notify() for "channel"
13285 property that doesn't exist any longer and therefore now also
13286 useless redirect (#338818).
13288 2006-10-17 Wim Taymans <wim@fluendo.com>
13290 * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13291 Some drivers do not support unsetting the non-blocking flag once the
13292 device is opened. In those cases, close/open the device in
13293 non-blocking mode. Fixes #362673.
13295 2006-10-17 Stefan Kost <ensonic@users.sf.net>
13297 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13298 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13299 (gst_v4l2src_get_fps):
13300 dear stefan, framespersecond is not frameperiod, reverting but adding
13303 2006-10-17 Stefan Kost <ensonic@users.sf.net>
13305 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13306 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13307 (gst_v4l2src_get_fps):
13308 Numerator is numerator and denominator is denominator. Say that aloud
13309 5 times and retry after next beer.
13311 2006-10-16 Tim-Philipp Müller <tim at centricular dot net>
13313 Patch by: Josep Torra Valles <josep at fluendo com>
13315 * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13316 * ext/esd/esdsink.c: (gst_esdsink_write):
13317 * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13318 (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13319 (gst_flac_dec_send_newsegment):
13320 * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13321 (gst_flac_enc_tell_callback):
13322 * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13323 (smokecodec_parse_header), (smokecodec_decode):
13324 * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13325 * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13326 * gst/goom/Makefile.am:
13327 * gst/goom/gstgoom.c:
13328 * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13329 * gst/rtsp/gstrtspsrc.c:
13330 * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13331 * gst/udp/gstudpsink.c:
13332 * gst/udp/gstudpsrc.c:
13333 * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13334 * sys/sunaudio/gstsunaudiomixertrack.h:
13335 Fix a bunch of problems discovered by the Forte compiler, mostly type
13336 mixups and pointer arithmetics with void pointers. Fixes #362603.
13338 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
13340 * ext/speex/gstspeex.c: (plugin_init):
13341 * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13342 (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13343 (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13344 (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13345 (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13346 (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13347 (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13348 (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13349 (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13350 (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13351 (gst_speex_enc_chain), (gst_speex_enc_get_property),
13352 (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13353 * ext/speex/gstspeexenc.h:
13354 Miscellaneous clean-ups, among other things: speexenc => enc to
13355 enhance code readability; change speexenc => speex_enc; in chain
13356 function unref input buffer in case of error; take reference in
13357 event function; use boilerplate macro; use gst_pad_query_peer_*
13358 convenience functions.
13360 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
13362 * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13363 (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13364 (gst_speexenc_set_header_on_caps):
13365 Fix some mem leaks.
13367 2006-10-11 Wim Taymans <wim@fluendo.com>
13370 Added some other URL.
13372 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13373 (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13374 (gst_rtspsrc_open), (gst_rtspsrc_play),
13375 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13376 * gst/rtsp/gstrtspsrc.h:
13377 Work on fallback to TCP connection when the UDP socket times out.
13378 Handler server requests, just reply with OK for now.
13380 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13381 * gst/rtsp/rtspdefs.h:
13382 Added some more Real extension headers.
13384 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13385 Fix parsing of urls with a ':' that is not part of the hostname:port
13388 2006-10-11 Tim-Philipp Müller <tim at centricular dot net>
13390 * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13391 * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13392 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13393 Activate pad before adding it to the already-running element.
13395 * tests/check/elements/icydemux.c: (icydemux_found_pad):
13396 Activate newly-created pad too.
13398 2006-10-11 Wim Taymans <wim@fluendo.com>
13400 Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13402 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13403 (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13404 (gst_udpsrc_start):
13405 Fix some leaks in caps and uris. Fixes #361252.
13407 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
13409 * gst/wavparse/Makefile.am:
13410 Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13412 2006-10-09 Jan Schmidt <thaytan@mad.scientist.com>
13414 * sys/v4l2/gstv4l2xoverlay.c:
13415 * sys/v4l2/gstv4l2xoverlay.h:
13416 Fix build as per the patch in #338818 comment 36.
13418 2006-10-07 Tim-Philipp Müller <tim at centricular dot net>
13420 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13421 Activate pads before adding them to the source.
13423 2006-10-06 Wim Taymans <wim@fluendo.com>
13425 * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13426 * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13427 Activate pads before adding.
13429 2006-10-06 Wim Taymans <wim@fluendo.com>
13431 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13432 (gst_multipart_find_pad_by_mime):
13433 Activate pads before adding.
13435 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13436 BOILERPLATE sets parent_class for us.
13438 2006-10-06 Wim Taymans <wim@fluendo.com>
13440 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13441 (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13442 (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13443 (gst_rtspsrc_alloc_udp_ports),
13444 (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13445 (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13446 (gst_rtspsrc_create_transports_string),
13447 (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13448 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13449 * gst/rtsp/gstrtspsrc.h:
13450 Rework how the transport string is constructed, try to share channels
13452 Make most of the stuff less dependant on RTP as we are also going to use
13454 Add support for transport specific session managers.
13456 * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13457 Implement _flush().
13459 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13460 * gst/rtsp/rtspdefs.h:
13461 Add generic error return code.
13463 * gst/rtsp/rtspext.h:
13464 Add support for pluggable tranport strings.
13466 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13467 (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13468 (rtsp_ext_wms_get_context):
13469 Detect WMServer and activate the extension.
13471 * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13472 (rtsp_transport_get_manager), (rtsp_transport_parse):
13473 * gst/rtsp/rtsptransport.h:
13474 Added methods to get mime/manager for certain transports.
13476 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
13478 * ext/cairo/gsttimeoverlay.c:
13479 (gst_cairo_time_overlay_update_font_height):
13480 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13481 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13482 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13483 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13484 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13485 * ext/libpng/gstpngdec.c: (user_endrow_callback):
13486 * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13487 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13488 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13489 (gst_avi_demux_stream_data):
13490 * gst/cutter/gstcutter.c: (gst_cutter_chain):
13491 * gst/debug/efence.c: (gst_efence_buffer_alloc),
13492 (gst_fenced_buffer_copy):
13493 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13494 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13495 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13496 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13497 (gst_rtspsrc_handle_message):
13498 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13499 * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13500 Printf format fixes.
13502 2006-10-04 Wim Taymans <wim@fluendo.com>
13504 * gst/rtsp/Makefile.am:
13505 Dist new .h file too.
13507 2006-10-04 Wim Taymans <wim@fluendo.com>
13509 * gst/rtsp/Makefile.am:
13510 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13511 (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13512 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13513 (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13514 (gst_rtspsrc_parse_rtpmap),
13515 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13516 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13517 (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13518 * gst/rtsp/gstrtspsrc.h:
13519 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13520 * gst/rtsp/rtspdefs.h:
13521 * gst/rtsp/rtspext.h:
13522 * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13523 (rtsp_ext_wms_get_context):
13524 * gst/rtsp/rtspextwms.h:
13525 * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13526 (rtsp_transport_parse):
13527 * gst/rtsp/rtsptransport.h:
13528 Factor out extension in separate module.
13529 Fix getcaps to filter against the padtemplate.
13530 Use Content-Base if the server gives one.
13531 Rework the transport parsing a bit for future extensions.
13532 Added some Real Header field definitions.
13534 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
13536 * docs/plugins/Makefile.am:
13537 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13538 * docs/plugins/gst-plugins-good-plugins-sections.txt:
13540 * gst-plugins-good.spec.in:
13543 2006-10-04 Tim-Philipp Müller <tim at centricular dot net>
13545 * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13546 Extract disc/album/medium number and count and try harder
13547 to extract track number/count.
13549 2006-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
13553 add build stuff for v4l2, needs --enable-experimental until
13554 the last bits are resolved
13556 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
13558 * tests/check/Makefile.am:
13559 Disable autodetect test temporarily, so that the build bots
13560 update -bad and the ranks of unreliable video sinks in there.
13562 * tests/check/elements/autodetect.c: (GST_START_TEST):
13563 Skip test if no usable videosink is found.
13565 2006-09-29 Wim Taymans <wim@fluendo.com>
13568 Add some more URLs.
13570 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13571 (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13572 (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13573 (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13574 (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13575 (gst_rtspsrc_loop), (gst_rtspsrc_send),
13576 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13577 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13578 (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13579 * gst/rtsp/gstrtspsrc.h:
13580 Add timeout property to control UDP timeouts.
13581 Fix error messages.
13582 Also start a loop function when operating in UDP mode so that we can
13583 do some more stuff async.
13584 Handle element messages from udpsrc to detect timeouts. If a timeout
13585 happens we currently generate an error.
13586 API: rtspsrc::timeout property.
13588 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13589 (gst_udpsrc_create):
13590 Really implement the timeout in microseconds and not milliseconds.
13592 2006-09-29 Wim Taymans <wim@fluendo.com>
13594 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13595 (gst_udpsrc_create), (gst_udpsrc_set_property),
13596 (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13597 * gst/udp/gstudpsrc.h:
13598 Added property to post a message on timeout.
13600 When restarting the select, initialize the fdsets again.
13601 Init control sockets so we don't accidentally close a random socket.
13602 API: GstUDPSrc::timeout property
13604 2006-09-29 Wim Taymans <wim@fluendo.com>
13606 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13607 Fix flag registration.
13609 * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13610 Reading 0 also means 'no more commands'
13612 2006-09-29 Wim Taymans <wim@fluendo.com>
13614 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13616 * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13617 Fix possible infinite loop when shutting down, a read can also return
13618 0 to indicate no more messages are available. Fixes #358156.
13620 2006-09-25 Wim Taymans <wim@fluendo.com>
13622 * gst/autodetect/gstautoaudiosink.c:
13623 (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13624 (gst_auto_audio_sink_find_best):
13625 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13627 don't try to set "sync" property when it is not available.
13629 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
13631 Patch by: Peter Kjellerstedt <pkj at axis com>
13633 * gst/alpha/gstalpha.c:
13634 * gst/rtp/gstrtpamrdepay.c:
13635 * gst/rtsp/gstrtspsrc.c:
13636 * gst/udp/gstudpsrc.c:
13637 * gst/videomixer/videomixer.c:
13638 Include stdlib.h in some more places, makes things compile
13639 with uClibc and -Werror (#357592).
13641 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
13643 * ext/jpeg/gstjpegdec.c:
13644 Set minimum height to 8 (from 16), our code should handle
13645 that fine. Some of the buttons on the apple trailer site
13646 are apparently only 15 pixels high (see #357470).
13648 2006-09-23 Wim Taymans <wim@fluendo.com>
13650 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13651 (gst_rtspsrc_open):
13652 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13653 (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13654 (rtsp_connection_receive):
13655 * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13656 * gst/rtsp/rtspdefs.h:
13657 Improve error reporting.
13659 2006-09-23 Wim Taymans <wim@fluendo.com>
13661 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13662 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13663 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13664 * gst/rtp/gstrtpdepay.c:
13665 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13666 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13667 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13668 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13669 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13670 (gst_rtp_mp2t_depay_plugin_init):
13671 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13672 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13673 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13674 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13675 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13676 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13677 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13678 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13680 Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13682 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
13685 Need -base CVS for gst_base_rtp_depayload_push_ts().
13687 2006-09-22 Wim Taymans <wim@fluendo.com>
13689 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13690 Don't check for a tag that is never there and check if we read the
13691 correct tag. Fixes seeking again.
13692 We must post an error when all pads are unlinked.
13694 2006-09-22 Wim Taymans <wim@fluendo.com>
13696 * gst/rtp/Makefile.am:
13697 * gst/rtp/gstrtp.c: (plugin_init):
13698 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13699 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13700 (gst_rtp_vorbis_pay_reset_packet),
13701 (gst_rtp_vorbis_pay_init_packet),
13702 (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13703 (gst_rtp_vorbis_pay_handle_buffer):
13704 More fixage, set endoder-params correctly in the payloader.
13706 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
13708 * gst/autodetect/gstautoaudiosink.c:
13709 (gst_auto_audio_sink_base_init):
13710 * gst/autodetect/gstautovideosink.c:
13711 (gst_auto_video_sink_base_init):
13712 Make static pad templates static to appease valgrind's leak
13715 * tests/check/Makefile.am:
13716 * tests/check/elements/.cvsignore:
13717 * tests/check/elements/autodetect.c: (GST_START_TEST),
13718 (autodetect_suite):
13719 Add simple test for the ghostpad lockup on shutdown fixed in core
13720 CVS (audio bit disabled because it would need dozens of alsa
13721 suppressions and I'm too lazy to add those now).
13723 2006-09-22 Wim Taymans <wim@fluendo.com>
13725 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13726 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13729 * gst/rtp/Makefile.am:
13730 * gst/rtp/gstrtp.c: (plugin_init):
13731 * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13732 (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13733 (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13734 (gst_rtp_vorbis_depay_process),
13735 (gst_rtp_vorbis_depay_set_property),
13736 (gst_rtp_vorbis_depay_get_property),
13737 (gst_rtp_vorbis_depay_change_state),
13738 (gst_rtp_vorbis_depay_plugin_init):
13739 * gst/rtp/gstrtpvorbisdepay.h:
13740 * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13741 (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13742 (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13743 (gst_rtp_vorbis_pay_flush_packet),
13744 (gst_rtp_vorbis_pay_append_buffer),
13745 (gst_rtp_vorbis_pay_handle_buffer),
13746 (gst_rtp_vorbis_pay_plugin_init):
13747 * gst/rtp/gstrtpvorbispay.h:
13748 Add experimental vorbis pay and depayloaders.
13750 2006-09-21 Wim Taymans <wim@fluendo.com>
13752 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13753 Fix profile-level-id parsing and setup.
13755 2006-09-21 Wim Taymans <wim@fluendo.com>
13758 * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13759 Update README, simple cleanup.
13761 2006-09-21 Wim Taymans <wim@fluendo.com>
13764 Update README with some examples.
13766 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13767 (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13768 (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13769 (gst_rtp_mp4g_pay_setcaps):
13770 * gst/rtp/gstrtpmp4gpay.h:
13771 Make optional RTP parameters of type STRING, as required by the
13772 application/x-rtp caps specification.
13774 2006-09-20 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
13776 * gst/rtp/gstrtph263pdepay.c:
13777 * gst/rtp/gstrtph263ppay.c:
13778 Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13781 2006-09-20 Wim Taymans <wim@fluendo.com>
13783 * gst/rtp/Makefile.am:
13786 2006-09-20 Wim Taymans <wim@fluendo.com>
13788 * gst/rtp/gstrtp.c: (plugin_init):
13789 * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13790 (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13791 (decode_base64), (gst_rtp_asf_depay_setcaps),
13792 (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13793 (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13794 (gst_rtp_asf_depay_plugin_init):
13795 * gst/rtp/gstrtpasfdepay.h:
13796 Added preliminary ASF depayloader.
13798 * gst/rtp/gstrtph264depay.c: (decode_base64):
13799 Fix base64 decoding.
13801 2006-09-20 Wim Taymans <wim@fluendo.com>
13804 Added some test URLS.
13806 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13807 (gst_rtspsrc_loop), (gst_rtspsrc_open):
13808 * gst/rtsp/gstrtspsrc.h:
13809 When creating streams, give access to the complete SDP.
13811 Collect and merge global stream properties in stream caps.
13812 Preliminary support for WMServer.
13814 * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13815 (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13816 (rtsp_connection_receive):
13817 * gst/rtsp/rtspconnection.h:
13818 Make connection interruptable.
13819 Refactor to make it reconnectable.
13820 Don't fail on short reads when reading data packets.
13822 * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13823 (rtsp_url_get_port):
13824 * gst/rtsp/rtspurl.h:
13825 Add methods for getting/setting the port.
13827 * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13828 (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13829 (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13830 (sdp_media_get_format), (sdp_parse_line),
13831 (sdp_message_parse_buffer):
13833 Add methods for getting multiple attributes with the same name.
13834 Increase buffer size when parsing.
13835 Fix parsing of a=foo fields.
13837 * gst/rtsp/test.c: (main):
13838 Update to new connection API.
13840 * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13841 (rtsp_message_init_response), (rtsp_message_init_data),
13842 (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13843 * gst/rtsp/rtspmessage.h:
13844 * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13845 * gst/rtsp/rtsptransport.h:
13847 * gst/rtsp/sdpmessage.h:
13848 * gst/rtsp/gstrtsp.c:
13849 * gst/rtsp/gstrtsp.h:
13850 * gst/rtsp/gstrtpdec.c:
13851 * gst/rtsp/gstrtpdec.h:
13853 * gst/rtsp/rtspdefs.c:
13854 * gst/rtsp/rtspdefs.h:
13855 Dual licensed under MIT and LGPL now.
13857 2006-09-19 Wim Taymans <wim@fluendo.com>
13859 * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13860 (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13861 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13862 (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13863 (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13864 (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13865 (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13866 * gst/rtsp/gstrtspsrc.h:
13867 Reorganize stream parsing and creation.
13868 Detect container formats in interleaved mode.
13869 Keep more state about the streams.
13870 Assume a server also supports PLAY if it does not say.
13871 Add unicast and interleaved properties to TCP transport requests to make
13872 some servers happy (WMServer).
13874 * gst/rtsp/sdpmessage.h:
13875 Add some defines for the standard Bandwidth types.
13877 2006-09-19 Wim Taymans <wim@fluendo.com>
13879 * gst/rtsp/test.c: (main):
13882 2006-09-19 Wim Taymans <wim@fluendo.com>
13884 * gst/wavparse/gstwavparse.c:
13885 Add ms-gsm to the src template.
13887 2006-09-18 Wim Taymans <wim@fluendo.com>
13889 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13890 (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13891 (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13892 (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13893 (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13894 * gst/rtsp/gstrtspsrc.h:
13895 Small cleanups, added documentation.
13896 Try to clean up the requests and responses.
13897 Refactor parsing the supported methods.
13899 * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13900 (rtsp_connection_create), (rtsp_connection_send),
13901 (parse_response_status), (parse_request_line),
13902 (rtsp_connection_receive), (rtsp_connection_close),
13903 (rtsp_connection_free):
13904 * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13905 (rtsp_transport_init), (rtsp_transport_parse),
13906 (rtsp_transport_free):
13907 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13908 * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13909 (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13910 (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13911 Use g_return_val some more.
13913 * gst/rtsp/rtspdefs.h:
13914 Add more enum values to track initial states.
13916 * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13917 (rtsp_message_init_request), (rtsp_message_new_response),
13918 (rtsp_message_init_response), (rtsp_message_init_data),
13919 (rtsp_message_unset), (rtsp_message_free),
13920 (rtsp_message_add_header), (rtsp_message_remove_header),
13921 (rtsp_message_get_header), (rtsp_message_set_body),
13922 (rtsp_message_take_body), (rtsp_message_get_body),
13923 (rtsp_message_steal_body), (rtsp_message_dump):
13924 * gst/rtsp/rtspmessage.h:
13925 Reorder arguments, object goes as the first one.
13926 Use g_return_val some more.
13928 2006-09-18 Wim Taymans <wim@fluendo.com>
13930 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13931 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13932 (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13933 * gst/rtsp/gstrtspsrc.h:
13934 Export sometimes source pad with correct caps on the template, create
13935 the ghostpad from the template.
13936 Remove RTCP template as we never expose RTCP.
13937 Protect against invalid body size.
13938 Avoid memcpy when creating the output buffer.
13939 Properly post an error and send EOS when the loop function is shut down.
13941 2006-09-18 Wim Taymans <wim@fluendo.com>
13943 Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13945 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13946 (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13947 (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13948 * gst/rtsp/gstrtspsrc.h:
13949 Make sure we can never set an invalid location.
13951 * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13952 * gst/rtsp/rtspmessage.h:
13953 Added _steal_body method for future use.
13955 * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13956 Make freeing of NULL url return immediatly.
13958 2006-09-18 Wim Taymans <wim@fluendo.com>
13960 Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13962 * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13963 (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13964 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13965 (gst_rtspsrc_change_state):
13966 * gst/rtsp/gstrtspsrc.h:
13968 Make rtspsrc subclass GstBin to make state changes easier.
13969 Add Range header field on the PLAY request.
13971 2006-09-18 Wim Taymans <wim@fluendo.com>
13973 Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13975 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13976 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13977 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13978 (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13979 * gst/rtsp/rtspconnection.c: (inet_aton):
13981 when multicast is selected as the transport, create UDP sources and
13982 connect to the multicast group.
13983 Move parsing and setting of caps to a common place.
13986 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13988 * ext/flac/gstflactag.c:
13989 * gst/alpha/gstalpha.c:
13990 * gst/debug/breakmydata.c:
13991 * gst/debug/negotiation.c:
13992 * gst/debug/testplugin.c:
13993 * gst/effectv/gstaging.c:
13994 * gst/effectv/gstdice.c:
13995 * gst/effectv/gstedge.c:
13996 * gst/effectv/gstquark.c:
13997 * gst/effectv/gstrev.c:
13998 * gst/effectv/gstshagadelic.c:
13999 * gst/effectv/gstvertigo.c:
14000 * gst/effectv/gstwarp.c:
14001 * gst/multipart/multipartdemux.c:
14002 * gst/multipart/multipartmux.c:
14003 * gst/videobox/gstvideobox.c:
14004 * gst/videofilter/gstgamma.c:
14005 * gst/videofilter/gstvideotemplate.c:
14006 * gst/videomixer/videomixer.c:
14007 * sys/sunaudio/gstsunaudiosrc.h:
14008 More G_OBJECT macro fixing.
14010 2006-09-16 Wim Taymans <wim@fluendo.com>
14012 Patch by: Yves Lefebvre <ivanohe at abacom dot com>
14014 * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
14015 Correctly set the dwLength in strh.
14016 With this patch, the file duration is now displayed correctly in window
14017 media player and the AVI plays completely. Fixes #356147
14019 2006-09-15 Wim Taymans <wim@fluendo.com>
14021 Patch by: Darren Kenny <darren dot kenny at sun dot com>
14023 * sys/sunaudio/gstsunaudiomixerctrl.c:
14024 (gst_sunaudiomixer_ctrl_build_list):
14025 Set the output track as the MASTER so that the gnome-settings-daemon
14026 keybindings for changing the volume using the keyboard works.
14029 2006-09-15 Wim Taymans <wim@fluendo.com>
14031 * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14032 Fix documentation, it is not possible to control the framerate of jpegdec
14033 using filtered caps yet. Fixes #355210.
14034 Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
14035 stop when there is an error.
14037 2006-09-14 Tim-Philipp Müller <tim at centricular dot net>
14039 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
14040 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14041 Don't interpret a first buffer with an offset of NONE as
14042 'from the middle of the stream', but only a first buffer
14043 that has a valid buffer offset that's non-zero (see #345449).
14045 2006-09-14 Tim-Philipp Müller <tim at centricular dot net>
14047 * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14048 (gst_icydemux_typefind_or_forward):
14049 * gst/icydemux/gsticydemux.h:
14050 When we merge/collect multiple incoming buffers for typefinding
14051 purposes, keep an initial 0 offset on the first outgoing buffer
14052 as well (otherwise id3demux won't work right). Fixes #345449.
14053 Also Make buffer metadata writable before setting buffer caps.
14055 * tests/check/elements/icydemux.c: (typefind_succeed),
14056 (cleanup_icydemux), (push_data), (GST_START_TEST),
14058 Small test case for the above.
14060 2006-09-13 Stefan Kost <ensonic@users.sf.net>
14062 * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
14063 (gst_avi_demux_stream_index), (gst_avi_demux_sync),
14064 (gst_avi_demux_stream_header_push),
14065 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14066 (gst_avi_demux_loop):
14067 More code reuse and better logging in _peek_chunk(). Reintroduce check
14068 for chunk sizes before reading them (avoid oom). Better handling for
14069 invalid chunksizes when streaming.
14071 2006-09-11 Stefan Kost <ensonic@users.sf.net>
14073 * gst/level/gstlevel.c: (gst_level_set_property):
14074 * gst/level/gstlevel.h:
14075 Fix type mixup in level->interval (gdouble<->guint64). Spotted by
14078 2006-09-06 Stefan Kost <ensonic@users.sf.net>
14080 * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14081 (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14082 (gst_avi_demux_stream_data):
14083 Revert one change to fix streaming avi (adapter size != data size).
14085 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
14087 Patch by: Frédéric Riss <frederic.riss at gmail dot com>
14089 * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
14090 (gst_matroska_demux_reset),
14091 (gst_matroska_demux_read_track_encodings),
14092 (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
14093 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14094 (gst_matroska_demux_subtitle_caps):
14095 * gst/matroska/matroska-ids.h:
14096 Add support for VOBSUB subtitle tracks and zlib-compressed
14097 tracks. Make sure we start on a keyframe after a seek. (#343348)
14099 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
14101 * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
14102 (gst_matroska_demux_push_flac_codec_priv_data),
14103 (gst_matroska_demux_push_xiph_codec_priv_data),
14104 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14105 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14106 * gst/matroska/matroska-ids.h:
14107 Add basic FLAC support (#311586), not perfect yet though, needs some
14108 tweaking in flacdec; also, seeking could be better.
14109 Do better bounds checking when deserialising vorbis stream headers
14110 to make sure we don't read beyond the end of the buffer on bad input.
14112 2006-09-04 Wim Taymans <wim@fluendo.com>
14114 Patch by: Alessandro Decina <alessandro at nnva dot org>
14116 * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
14117 Seeking back in a file containing a CMML stream errors out if the seek
14118 goes back up to the CMML headers. This is because after the seek the xml
14119 processing instruction <?xml ...?> is submitted to the xml parser again,
14120 which results in an error. The attached patch fixes the problem.
14123 * ext/annodex/gstcmmlenc.h:
14127 2006-08-28 Andy Wingo <wingo@pobox.com>
14129 * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14130 New helper function to lessen the ifdefs.
14132 (gst_dv1394src_iso_receive): Use it.
14133 (gst_dv1394src_create): Also use the control sockets in iec61883
14135 (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14136 handle for AVC operations; fixes #348233.
14138 2006-08-27 Stefan Kost <ensonic@users.sf.net>
14141 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14142 * docs/plugins/inspect/plugin-audiofx.xml:
14143 * docs/plugins/inspect/plugin-audiofxgood.xml:
14144 * gst/audiofx/Makefile.am:
14145 * gst/audiofx/audiofx.c:
14146 * gst/audiofxgood/.cvsignore:
14147 * gst/audiofxgood/Makefile.am:
14148 * gst/audiofxgood/audiofx.c:
14149 * gst/audiofxgood/audiopanorama.c:
14150 * gst/audiofxgood/audiopanorama.h:
14151 Rename again (audiofxgood -> audiofx).
14153 2006-08-27 Stefan Kost <ensonic@users.sf.net>
14155 * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14156 (gst_avi_demux_stream_scan):
14157 Initialze variables.
14159 2006-08-25 Wim Taymans <wim@fluendo.com>
14161 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14162 (gst_avi_demux_init), (gst_avi_demux_finalize),
14163 (gst_avi_demux_reset), (gst_avi_demux_index_last),
14164 (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14165 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14166 (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14167 (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14168 (gst_avi_demux_massage_index),
14169 (gst_avi_demux_calculate_durations_from_index),
14170 (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14171 (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14172 (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14173 (gst_avi_demux_change_state):
14174 * gst/avi/gstavidemux.h:
14175 More attempts to turn this into readable code.
14176 Don't leak adapters.
14177 Calculate duration according to index more efficiently.
14178 Don't try to act like we drive the pipeline in chain mode.
14180 2006-08-25 Wim Taymans <wim@fluendo.com>
14182 * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14185 2006-08-25 Wim Taymans <wim@fluendo.com>
14187 Patch by: Alessandro Decina <alessandro at nnva dot org>
14189 * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14190 Do some extra sanity checks.
14193 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14194 (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14195 (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14196 Check if clip->start_time is valid before adding the clip to the
14198 Reset enc->preamble going from PAUSED to READY.
14199 Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14201 Only post an error message if we were the one that created the fatal
14202 GstFlowReturn value.
14204 * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14205 (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14206 Parse the seconds field of the npt-sec time format using %llu rather than
14207 %d and check that the value scaled by GST_SECOND doesn't overflow.
14208 Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14209 Lookup a clip's track with clip->track rather than clip->id which
14211 Identify a clip by its track and start time and not its xml id.
14212 do some more input checking and make sure we don't do undefined shifts.
14214 * tests/check/elements/cmmldec.c: (setup_cmmldec),
14215 (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14216 (cmml_tag_message_pop), (check_headers), (push_clip_full),
14217 (push_clip), (push_empty_clip), (check_output_clip),
14218 (GST_START_TEST), (cmmldec_suite):
14219 * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14220 (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14221 (check_headers), (push_clip), (check_clip_times), (check_clip),
14222 (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14223 Added some more checks.
14225 2006-08-24 Stefan Kost <ensonic@users.sf.net>
14227 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14228 (gst_audio_panorama_set_property),
14229 (gst_audio_panorama_get_property),
14230 (gst_audio_panorama_transform_m2s_int),
14231 (gst_audio_panorama_transform_s2s_int),
14232 (gst_audio_panorama_transform_m2s_float),
14233 (gst_audio_panorama_transform_s2s_float):
14234 * gst/audiofxgood/audiopanorama.h:
14235 * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14236 Make also the pan-property float (saves scaling and yields better
14239 2006-08-24 Stefan Kost <ensonic@users.sf.net>
14241 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14242 (gst_audio_panorama_transform_m2s_float),
14243 (gst_audio_panorama_transform_s2s_float):
14244 ChangeLog surgery to add cymax's real name
14247 2006-08-24 Stefan Kost <ensonic@users.sf.net>
14249 Patch by: René Stadler <mail@renestadler.de>
14251 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14252 (gst_audio_panorama_transform_m2s_int),
14253 (gst_audio_panorama_transform_s2s_int),
14254 (gst_audio_panorama_transform_m2s_float),
14255 (gst_audio_panorama_transform_s2s_float),
14256 (gst_audio_panorama_transform):
14257 * gst/audiofxgood/audiopanorama.h:
14258 Added float support
14260 2006-08-24 Stefan Kost <ensonic@users.sf.net>
14262 * gst/audiofxgood/audiopanorama.c:
14263 (gst_audio_panorama_transform_m2s):
14264 Fix docs & debug category. Add Fixme for volume pan levels.
14266 2006-08-24 Stefan Kost <ensonic@users.sf.net>
14268 * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14269 (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14270 (gst_avi_demux_stream_header_pull),
14271 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14272 (gst_avi_demux_chain):
14273 unbreak AVI index handling, some more debug, remove an obsolete
14274 adapter_flush that caused streaming to wander off in the wild
14276 2006-08-24 Wim Taymans <wim@fluendo.com>
14278 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14279 (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14280 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14281 (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14282 (gst_avi_demux_calculate_durations_from_index),
14283 (gst_avi_demux_stream_header_push),
14284 (gst_avi_demux_stream_header_pull):
14285 * gst/avi/gstavidemux.h:
14286 Some more cleanups.
14287 Fix totalFrames parsing in ODML.
14288 Disable use of index for length calculation in case of ODML as this is
14291 2006-08-24 Tim-Philipp Müller <tim at centricular dot net>
14293 * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14294 Use libgsttag helper function here too.
14296 2006-08-23 Stefan Kost <ensonic@users.sf.net>
14298 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14299 (gst_avi_demux_init), (gst_avi_demux_dispose),
14300 (gst_avi_demux_reset), (gst_avi_demux_index_next),
14301 (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14302 (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14303 (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14304 (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14305 (gst_avi_demux_parse_subindex),
14306 (gst_avi_demux_read_subindexes_push),
14307 (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14308 (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14309 (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14310 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14311 (gst_avi_demux_stream_header_pull),
14312 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14313 (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14314 (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14315 (gst_avi_demux_change_state):
14316 * gst/avi/gstavidemux.h:
14317 Initial streaming support for avidemux (fixes #336465)
14319 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
14321 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14322 There is no taglibmux element ...
14324 * gst/rtsp/gstrtspsrc.c:
14325 Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14326 was complaining about unknown entity here.
14328 2006-08-22 Wim Taymans <wim@fluendo.com>
14330 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14331 (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14332 (gst_avi_demux_process_next_entry):
14333 * gst/avi/gstavidemux.h:
14335 Remove old unused fields and reorder the struct a bit.
14337 2006-08-22 Wim Taymans <wim@fluendo.com>
14339 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14340 (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14341 (gst_rtspsrc_pause):
14342 * gst/rtsp/gstrtspsrc.h:
14343 * sys/oss/gstosssink.c: (gst_oss_sink_open),
14344 (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14345 Small documentation updates.
14347 2006-08-22 Wim Taymans <wim@fluendo.com>
14349 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14350 (gst_avi_demux_index_entry_for_time),
14351 (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14352 (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14353 (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14354 (gst_avi_demux_next_data_buffer),
14355 (gst_avi_demux_calculate_durations_from_index),
14356 (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14357 (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14358 (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14359 (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14360 * gst/avi/gstavidemux.h:
14361 Precalc most of the duration query for each stream.
14362 Make seeking more correct.
14363 Use GstSegment to track position and duration.
14364 Code cleanups and leak fixes.
14365 Calculate correct total duration based on index length.
14367 2006-08-22 Jan Schmidt <thaytan@mad.scientist.com>
14369 * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14370 (parse_insert_string_field):
14371 If strings in text fields are marked ISO8859-1, but contain
14372 valid UTF-8 already, then handle them as UTF-8 and ignore
14373 the encoding. (#351794)
14375 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
14377 * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14378 (gst_flac_dec_write), (gst_flac_dec_loop),
14379 (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14380 (gst_flac_dec_src_query):
14381 * ext/flac/gstflacdec.h:
14382 Make flac-in-ogg work (#352100).
14384 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
14386 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14387 Don't unref buffers of which we've already given away
14388 ownership to the adapter.
14390 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
14392 * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14393 Make metadata extraction actually work.
14395 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14396 (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14397 (gst_speexenc_chain):
14398 Fix metadata writing: replace old code which wrote completely
14399 broken tags with libgsttag-based code. Plus miscellaneous
14400 code cleanups (use static pad templates etc.) and a bunch
14403 2006-08-21 Stefan Kost <ensonic@users.sf.net>
14405 * gst/audiopanorama/.cvsignore:
14406 * gst/audiopanorama/Makefile.am:
14407 * gst/audiopanorama/audiofx.c:
14408 * gst/audiopanorama/audiopanorama.c:
14409 * gst/audiopanorama/audiopanorama.h:
14410 die! die! die! you should never have been there
14412 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
14414 * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14415 Fix invalid memory access in audiopanorama test suite.
14417 2006-08-21 Edward Hervey <edward@fluendo.com>
14419 * tests/check/elements/.cvsignore:
14422 2006-08-21 Wim Taymans <wim@fluendo.com>
14424 * gst/rtp/Makefile.am:
14425 Fix the build again.
14427 2006-08-21 Stefan Kost <ensonic@users.sf.net>
14429 * gst/audiofxgood/.cvsignore:
14430 * gst/audiofxgood/Makefile.am:
14431 * gst/audiofxgood/audiofx.c: (plugin_init):
14432 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14433 (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14434 (gst_audio_panorama_set_property),
14435 (gst_audio_panorama_get_property),
14436 (gst_audio_panorama_get_unit_size),
14437 (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14438 (gst_audio_panorama_transform_m2s),
14439 (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14440 * gst/audiofxgood/audiopanorama.h:
14441 resubmit with the desired name *again*
14443 2006-08-20 Stefan Kost <ensonic@users.sf.net>
14445 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14446 * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14447 use g_assert in _get_unit_size
14449 2006-08-20 Stefan Kost <ensonic@users.sf.net>
14451 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14452 * docs/plugins/gst-plugins-good-plugins-sections.txt:
14453 * docs/plugins/inspect/plugin-audiofxgood.xml:
14454 cleanup -unused.txt to make it useful, add previously missing docs
14457 Quietly (accidentally) enable LADSPA for building by default,
14458 despite the fact that it doesn't meet the plugin checklist.
14459 -- Added by Jan Schmidt 18 Dec 2006
14461 * ext/esd/esdmon.c:
14462 * ext/esd/esdsink.c:
14463 * ext/esd/gstesd.c: (plugin_init):
14464 reflow to get rid of two external symbols
14466 * gst/audiofxgood/audiofx.c: (plugin_init):
14469 2006-08-20 Stefan Kost <ensonic@users.sf.net>
14472 * gst/audiofxgood/.cvsignore:
14473 * gst/audiofxgood/Makefile.am:
14474 * gst/audiofxgood/audiofx.c
14475 * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14476 (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14477 (gst_audio_panorama_set_property),
14478 (gst_audio_panorama_get_property),
14479 (gst_audio_panorama_get_unit_size),
14480 (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14481 (gst_audio_panorama_transform_m2s),
14482 (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14483 * gst/audiofxgood/audiopanorama.h:
14484 * tests/check/Makefile.am:
14485 * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14486 (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14487 (panorama_suite), (main):
14488 Add audiofxgood plugin with audiopanorama element
14490 2006-08-18 Wim Taymans <wim@fluendo.com>
14492 * docs/plugins/Makefile.am:
14493 More Oss docs fixage.
14495 2006-08-18 Wim Taymans <wim@fluendo.com>
14497 * gst/rtp/Makefile.am:
14498 * gst/rtp/gstrtp.c: (plugin_init):
14499 * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14500 (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14501 (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14502 (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14503 (gst_rtp_sv3v_depay_get_property),
14504 (gst_rtp_sv3v_depay_change_state),
14505 (gst_rtp_sv3v_depay_plugin_init):
14506 * gst/rtp/gstrtpsv3vdepay.h:
14507 Added experimental SVQ3 depayloader.
14509 2006-08-18 Edward Hervey <edward@fluendo.com>
14511 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14512 (gst_dvdemux_loop), (gst_dvdemux_change_state):
14513 * ext/dv/gstdvdemux.h:
14514 When handling seek requests, don't send the newsegment event from the
14515 calling thread. Instead save it so it can be sent from the streaming
14518 2006-08-17 Wim Taymans <wim@fluendo.com>
14520 Patch by: Sjoerd Simons <sjoerd at luon dot net>
14522 * gst/multipart/multipartdemux.c: (multipart_parse_header):
14523 Accept leading whitespace before the boundary
14524 This patch makes the demuxer allow some whitespace before the actual
14525 boundary. This makes the demuxer work with the ``old'' gstreamer
14526 multipartmuxer again (which placed an extra \n before the start
14527 of the stream) Fixes #349068.
14529 2006-08-17 Wim Taymans <wim@fluendo.com>
14531 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14532 Error out on non-implemented stuff.
14534 2006-08-16 Wim Taymans <wim@fluendo.com>
14536 Patch by: Andy Wingo <wingo at pobox dot com>
14538 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14539 (gst_signal_processor_start), (gst_signal_processor_stop),
14540 (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14541 (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14542 (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14543 (gst_signal_processor_change_state):
14544 Make ladspa elements reusable. Fixes #350006.
14546 2006-08-16 Wim Taymans <wim@fluendo.com>
14548 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14549 Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14550 names as possible. Fixes #349901.
14552 2006-08-16 Wim Taymans <wim@fluendo.com>
14554 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14555 (gst_signal_processor_do_pushes):
14556 A push() gives away our refcount so we should not use the buffer on the
14559 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
14561 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14562 (gst_oss_mixer_element_finalize):
14563 Don't leak device string.
14565 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
14568 Require CVS of GStreamer core and -base (for
14569 GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14571 * ext/taglib/gstid3v2mux.cc:
14572 Write extended comment tags properly (#348762).
14574 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14575 (parse_comment_frame):
14576 Extract COMM frames into extended comments, which makes it
14577 easier to properly retain the description bit of the tag
14578 and maintain this information when re-tagging (#348762).
14580 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
14582 * tests/check/Makefile.am:
14583 Don't try to run annodex unit tests if the annodex
14584 plugin has not been built (Fixes #351116).
14586 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
14588 * gst/autodetect/gstautoaudiosink.c:
14589 (gst_auto_audio_sink_find_best):
14590 When we can't find a usable audiosink, don't error out,
14591 but use a fake sink instead and post a warning message
14592 on the bus (#341278).
14594 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
14596 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14597 * sys/oss/gstosssink.c:
14598 * sys/oss/gstosssrc.c:
14599 Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14600 ossmixer's new device property.
14602 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14603 * docs/plugins/gst-plugins-good-plugins-sections.txt:
14604 Add docs for OSS elements.
14606 * docs/plugins/inspect/plugin-aasink.xml:
14607 * docs/plugins/inspect/plugin-alaw.xml:
14608 * docs/plugins/inspect/plugin-alpha.xml:
14609 * docs/plugins/inspect/plugin-alphacolor.xml:
14610 * docs/plugins/inspect/plugin-annodex.xml:
14611 * docs/plugins/inspect/plugin-apetag.xml:
14612 * docs/plugins/inspect/plugin-auparse.xml:
14613 * docs/plugins/inspect/plugin-autodetect.xml:
14614 * docs/plugins/inspect/plugin-avi.xml:
14615 * docs/plugins/inspect/plugin-cacasink.xml:
14616 * docs/plugins/inspect/plugin-cairo.xml:
14617 * docs/plugins/inspect/plugin-cdio.xml:
14618 * docs/plugins/inspect/plugin-cutter.xml:
14619 * docs/plugins/inspect/plugin-debug.xml:
14620 * docs/plugins/inspect/plugin-dv.xml:
14621 * docs/plugins/inspect/plugin-efence.xml:
14622 * docs/plugins/inspect/plugin-effectv.xml:
14623 * docs/plugins/inspect/plugin-esdsink.xml:
14624 * docs/plugins/inspect/plugin-flac.xml:
14625 * docs/plugins/inspect/plugin-flxdec.xml:
14626 * docs/plugins/inspect/plugin-gconfelements.xml:
14627 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14628 * docs/plugins/inspect/plugin-goom.xml:
14629 * docs/plugins/inspect/plugin-halelements.xml:
14630 * docs/plugins/inspect/plugin-icydemux.xml:
14631 * docs/plugins/inspect/plugin-id3demux.xml:
14632 * docs/plugins/inspect/plugin-jpeg.xml:
14633 * docs/plugins/inspect/plugin-level.xml:
14634 * docs/plugins/inspect/plugin-matroska.xml:
14635 * docs/plugins/inspect/plugin-mulaw.xml:
14636 * docs/plugins/inspect/plugin-multipart.xml:
14637 * docs/plugins/inspect/plugin-navigationtest.xml:
14638 * docs/plugins/inspect/plugin-ossaudio.xml:
14639 * docs/plugins/inspect/plugin-png.xml:
14640 * docs/plugins/inspect/plugin-rtp.xml:
14641 * docs/plugins/inspect/plugin-rtsp.xml:
14642 * docs/plugins/inspect/plugin-shout2send.xml:
14643 * docs/plugins/inspect/plugin-smpte.xml:
14644 * docs/plugins/inspect/plugin-speex.xml:
14645 * docs/plugins/inspect/plugin-taglib.xml:
14646 * docs/plugins/inspect/plugin-udp.xml:
14647 * docs/plugins/inspect/plugin-videobalance.xml:
14648 * docs/plugins/inspect/plugin-videobox.xml:
14649 * docs/plugins/inspect/plugin-videoflip.xml:
14650 * docs/plugins/inspect/plugin-videomixer.xml:
14651 * docs/plugins/inspect/plugin-wavenc.xml:
14652 * docs/plugins/inspect/plugin-wavparse.xml:
14653 * docs/plugins/inspect/plugin-ximagesrc.xml:
14654 Update to CVS version.
14656 2006-08-16 Wim Taymans <wim@fluendo.com>
14658 * gst/rtp/gstrtpamrdepay.c:
14659 * gst/rtp/gstrtpmp4gdepay.c:
14660 Caps extra properties must be defined as strings for
14661 depayloaders because they are generated from an SDP.
14663 * gst/rtp/Makefile.am:
14664 * gst/rtp/gstrtp.c: (plugin_init):
14665 * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14666 (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14667 (gst_rtp_h264_depay_finalize), (decode_base64),
14668 (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14669 (gst_rtp_h264_depay_set_property),
14670 (gst_rtp_h264_depay_get_property),
14671 (gst_rtp_h264_depay_change_state),
14672 (gst_rtp_h264_depay_plugin_init):
14673 * gst/rtp/gstrtph264depay.h:
14674 Added basic, not completely functional RFC 3984 H264 depayloader.
14676 2006-08-16 Wim Taymans <wim@fluendo.com>
14678 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14679 Add pads after setting them up.
14681 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14682 (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14683 (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14684 (gst_rtspsrc_stream_setup_rtp),
14685 (gst_rtspsrc_stream_configure_transport),
14686 (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14687 (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14688 (gst_rtspsrc_pause):
14689 * gst/rtsp/gstrtspsrc.h:
14690 Fix interleaved mode.
14691 - Protect streaming with lock.
14693 - set caps on outgoing buffers.
14694 - strip trailing \0 from data packets.
14695 - Configure RTP/RTCP in stream.
14696 Use DEBUG_OBJECT more.
14698 2006-08-16 Wim Taymans <wim@fluendo.com>
14700 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14701 Turn a g_print into a DEBUG line.
14703 2006-08-13 Wim Taymans <wim@fluendo.com>
14705 * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14706 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14707 (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14708 (gst_oss_mixer_element_get_property),
14709 (gst_oss_mixer_element_change_state):
14710 * sys/oss/gstossmixerelement.h:
14711 Small cleanups. Better error reporting.
14712 Add device property for the mixer instead of the hardcoded
14713 /dev/mixer. Fixes #350785.
14714 API: GstOssMixerElement::device property
14716 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
14718 Patch by: Jens Granseuer <jensgr at gmx net>
14720 * gconf/Makefile.am:
14721 Make --disable-schemas work right (they still need
14722 to be copied to the installation directory, just not
14723 applied). Fixes #351347 (also #344100).
14725 2006-08-14 Thomas Vander Stichele <thomas at apestaart dot org>
14727 * configure.ac: back to HEAD
14729 === release 0.10.4 ===
14731 2006-08-14 Thomas Vander Stichele <thomas at apestaart dot org>
14734 releasing 0.10.4, "Dear Leader"
14736 2006-08-10 Thomas Vander Stichele <thomas at apestaart dot org>
14738 Patch by: Edward Hervey <edward@fluendo.com>
14741 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14742 (gst_wavparse_stream_data):
14743 Send the newsegment event in the streaming thread.
14746 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
14748 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14749 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14750 (gst_smokeenc_resync), (gst_smokeenc_chain):
14751 Refuse sink caps in the encoder if width or height is not a
14752 multiple of 16, the encoder does not support that yet (#349939);
14753 along the same lines, check the return value of the encoder
14754 setup function; also remove some debug log clutter.
14756 2006-08-04 Andy Wingo <wingo@pobox.com>
14758 * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14759 whether a processor can work in place or not, and for keeping
14760 track of its state. Change the FlowReturn instance variable from
14761 "state" to "flow_state", all callers changed.
14763 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14764 (gst_signal_processor_start, gst_signal_processor_stop)
14765 (gst_signal_processor_cleanup): New functions to manage the
14767 (gst_signal_processor_setcaps): start() as well as setup() here.
14768 (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14769 (gst_signal_processor_change_state): Stop and cleanup the
14770 processor as we go to NULL.
14772 * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14773 INPLACE_BROKEN is not set.
14775 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14776 Do the alloc_buffer in bytes, not frames.
14778 2006-08-04 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14780 * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14781 Fix rgb masks when recording in < 24bpp.
14783 2006-08-04 Andy Wingo <wingo@pobox.com>
14785 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14786 (gst_signal_processor_prepare)
14787 (gst_signal_processor_update_inputs)
14788 (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14789 (gst_signal_processor_flush)
14790 (gst_signal_processor_sink_activate_push)
14791 (gst_signal_processor_src_activate_pull)
14792 (gst_signal_processor_change_state): Remove the last of the code
14793 that assumes that we process whole buffers at a time. Fix some
14794 debugging. Seems to work now in some cases.
14795 (gst_signal_processor_src_activate_pull): BPB
14797 2006-08-01 Andy Wingo <wingo@pobox.com>
14799 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14800 Fix nframes-choosing.
14801 (gst_signal_processor_init): Init pending_in and pending_out.
14803 * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14804 more default sample rate, although we never check that the sample
14805 rate actually gets set. Something for the future.
14806 (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14807 (gst_signal_processor_event): Refcount fixen.
14808 (gst_signal_processor_process): Pull the number of frames to
14809 process from the sizes of the buffers in the input pens.
14810 (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14811 (gst_signal_processor_do_pulls): Add an nframes argument, and use
14812 it instead of buffer_frames.
14813 (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14815 (gst_signal_processor_chain)
14816 (gst_signal_processor_sink_activate_push)
14817 (gst_signal_processor_src_activate_pull): Refcount fixen.
14819 * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14821 2006-07-31 Stefan Kost <ensonic@users.sf.net>
14823 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14824 (gst_signal_processor_process):
14825 don't query buffer-frames from caps, add lots of debug-log,
14826 try fix for assert (#349189)
14828 2006-07-31 Wim Taymans <wim@fluendo.com>
14830 * gst/udp/gstudpsrc.c:
14833 2006-07-29 Stefan Kost <ensonic@users.sf.net>
14835 * ext/ladspa/gstsignalprocessor.c:
14836 (gst_signal_processor_add_pad_from_template),
14837 (gst_signal_processor_init), (gst_signal_processor_setcaps),
14838 (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14839 (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14840 (gst_signal_processor_sink_activate_push),
14841 (gst_signal_processor_src_activate_pull),
14842 (gst_signal_processor_change_state):
14843 Add debugs logs here and there, add more error handling, add some
14844 FIXME comments, filed #349189
14846 2006-07-29 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14848 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14849 (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14850 Set caps on buffer correctly. Fixes bug #349155.
14852 2006-07-28 Wim Taymans <wim@fluendo.com>
14854 Patch by: Sjoerd Simons <sjoerd at luon dot net>
14856 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14857 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14858 (gst_multipart_demux_finalize), (get_line_end),
14859 (multipart_parse_header), (multipart_find_boundary),
14860 (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14861 (gst_multipart_set_property), (gst_multipart_get_property):
14862 Uses GstAdapter instead of own buffering.
14863 Actually parses the mime-type correctly (In tests the mime-type was
14864 always "" with the old version).
14865 Uses the Content-length header if available to speed up things.
14866 Reliably autoscans the boundary name by default.
14869 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14870 Don't start the stream with a \n.
14872 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
14874 Patch by: Brian Cameron <brian dot cameron at sun com>
14876 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14877 Open source with O_NONBLOCK (#349015).
14879 2006-07-28 Stefan Kost,,, <ensonic@users.sf.net>
14881 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14882 (gst_avi_demux_massage_index):
14883 * gst/avi/gstavidemux.h:
14884 Whitespace fixes and more debug
14886 2006-07-27 Tim-Philipp Müller <tim at centricular dot net>
14888 * gst/autodetect/gstautoaudiosink.c:
14889 (gst_auto_audio_sink_create_element_with_pretty_name),
14890 (gst_auto_audio_sink_find_best),
14891 (gst_auto_audio_sink_change_state):
14892 Get rid of old and unused magic sound-server properties stuff.
14893 Add suffix to child sink's name that makes it easy to see from
14894 the name alone which type it actually is (alsa, oss, esd, etc.).
14896 2006-07-27 Wim Taymans <wim@fluendo.com>
14898 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14899 (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14900 (gst_udpsrc_start):
14901 * gst/udp/gstudpsrc.h:
14902 Rename "buffer" to "buffer-size" to make clear it is a size we set and
14903 not some sort of feature we enable.
14905 2006-07-27 Tim-Philipp Müller <tim at centricular dot net>
14907 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14908 Use CLOSE_SOCKET() here instead of close() to maintain
14911 2006-07-27 Wim Taymans <wim@fluendo.com>
14913 Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14915 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14916 (gst_udpsrc_create), (gst_udpsrc_set_property),
14917 (gst_udpsrc_get_property), (gst_udpsrc_start):
14918 * gst/udp/gstudpsrc.h:
14919 Added "buffer-size" property to control the kernel receive buffer size.
14920 Update documentation.
14921 Small cleanups. Fixes #348752.
14922 API: buffer-size property
14924 2006-07-26 Wim Taymans <wim@fluendo.com>
14926 Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14928 * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14929 (gst_rtp_pcma_pay_handle_buffer):
14930 * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14931 (gst_rtp_pcmu_pay_handle_buffer):
14932 Fix timestamp calculation on outgoing RTP packets.
14935 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
14937 * ext/taglib/gstid3v2mux.cc:
14938 Fix writing of comment frames (should be COMM not TCOM),
14939 is still sub-optimal though, since we don't retain or
14940 extract the comment descriptions properly (#334375,
14943 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
14945 * gst/wavparse/gstwavparse.c:
14946 #define 'fact' RIFF chunk if we are not compiling against
14947 -base CVS (we don't want to depend on -base CVS for this
14948 one define only, and also not for release order reasons).
14950 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
14952 * ext/taglib/gstid3v2mux.cc:
14953 Handle multiple tags of the same type properly. Re-inject
14954 unparsed ID3v2 frames that we get as binary blobs from
14955 id3demux into the tag again so we don't lose information
14956 when retagging (#334375).
14958 2006-07-25 Tim-Philipp Müller <tim at centricular dot net>
14960 * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14961 Document newly-added properties properly, so that there is a
14962 'Since: 0.10.4' in the plugin docs. Convert some property
14963 names into canonical GObject style (GObject will do that
14964 internally anyway).
14966 2006-07-25 Tim-Philipp Müller <tim at centricular dot net>
14968 * gst/id3demux/id3tags.c:
14969 (id3demux_add_id3v2_frame_blob_to_taglist):
14970 Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14971 well, and add the version to the blob's buffer caps, since that
14972 information will be needed for deserialisation later on (#348644).
14974 2006-07-25 Stefan Kost <ensonic@users.sf.net>
14976 * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14977 (gst_avi_demux_parse_stream):
14978 Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14979 indentation and spacing.
14981 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
14983 * docs/plugins/Makefile.am:
14984 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14985 * docs/plugins/gst-plugins-good-plugins-sections.txt:
14986 * docs/plugins/gst-plugins-good-plugins.args:
14987 * docs/plugins/inspect/plugin-1394.xml:
14988 * docs/plugins/inspect/plugin-aasink.xml:
14989 * docs/plugins/inspect/plugin-alaw.xml:
14990 * docs/plugins/inspect/plugin-alpha.xml:
14991 * docs/plugins/inspect/plugin-alphacolor.xml:
14992 * docs/plugins/inspect/plugin-annodex.xml:
14993 * docs/plugins/inspect/plugin-apetag.xml:
14994 * docs/plugins/inspect/plugin-auparse.xml:
14995 * docs/plugins/inspect/plugin-autodetect.xml:
14996 * docs/plugins/inspect/plugin-avi.xml:
14997 * docs/plugins/inspect/plugin-cacasink.xml:
14998 * docs/plugins/inspect/plugin-cairo.xml:
14999 * docs/plugins/inspect/plugin-cdio.xml:
15000 * docs/plugins/inspect/plugin-cutter.xml:
15001 * docs/plugins/inspect/plugin-debug.xml:
15002 * docs/plugins/inspect/plugin-dv.xml:
15003 * docs/plugins/inspect/plugin-efence.xml:
15004 * docs/plugins/inspect/plugin-effectv.xml:
15005 * docs/plugins/inspect/plugin-esdsink.xml:
15006 * docs/plugins/inspect/plugin-flac.xml:
15007 * docs/plugins/inspect/plugin-flxdec.xml:
15008 * docs/plugins/inspect/plugin-gconfelements.xml:
15009 * docs/plugins/inspect/plugin-gdkpixbuf.xml:
15010 * docs/plugins/inspect/plugin-goom.xml:
15011 * docs/plugins/inspect/plugin-halelements.xml:
15012 * docs/plugins/inspect/plugin-icydemux.xml:
15013 * docs/plugins/inspect/plugin-id3demux.xml:
15014 * docs/plugins/inspect/plugin-jpeg.xml:
15015 * docs/plugins/inspect/plugin-level.xml:
15016 * docs/plugins/inspect/plugin-matroska.xml:
15017 * docs/plugins/inspect/plugin-mulaw.xml:
15018 * docs/plugins/inspect/plugin-multipart.xml:
15019 * docs/plugins/inspect/plugin-navigationtest.xml:
15020 * docs/plugins/inspect/plugin-ossaudio.xml:
15021 * docs/plugins/inspect/plugin-png.xml:
15022 * docs/plugins/inspect/plugin-rtp.xml:
15023 * docs/plugins/inspect/plugin-rtsp.xml:
15024 * docs/plugins/inspect/plugin-shout2send.xml:
15025 * docs/plugins/inspect/plugin-smpte.xml:
15026 * docs/plugins/inspect/plugin-speex.xml:
15027 * docs/plugins/inspect/plugin-udp.xml:
15028 * docs/plugins/inspect/plugin-videobalance.xml:
15029 * docs/plugins/inspect/plugin-videobox.xml:
15030 * docs/plugins/inspect/plugin-videoflip.xml:
15031 * docs/plugins/inspect/plugin-videomixer.xml:
15032 * docs/plugins/inspect/plugin-wavenc.xml:
15033 * docs/plugins/inspect/plugin-wavparse.xml:
15034 * docs/plugins/inspect/plugin-ximagesrc.xml:
15035 Update files to CVS/Prerelease version, add esdsink docs.
15037 * ext/esd/esdsink.c:
15040 * gst/rtp/gstrtpmp4vpay.c:
15041 Fix typo in element description.
15043 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
15045 * ext/esd/esdsink.c: (gst_esdsink_open),
15046 (gst_esdsink_factory_init):
15047 Prevent libesd from auto-spawning a sound daemon if it
15048 is not already running. Now that we don't do evil stuff
15049 like that any longer we can give esdsink a rank so that
15050 autoaudiosink will try it as well if all other audio
15051 sinks fail (#343051).
15053 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
15055 * ext/esd/Makefile.am:
15056 Oops, need to remove README from EXTRA_DIST as well.
15058 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
15061 Remove, it contains nothing useful anyway.
15063 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
15064 (gst_esdsink_delay):
15065 Some small clean-ups; use GST_BOILERPLATE etc.
15067 2006-07-24 Wim Taymans <wim@fluendo.com>
15069 * gst/law/alaw-decode.c: (alawdec_getcaps):
15070 * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
15071 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15072 * gst/law/mulaw-encode.c: (mulawenc_getcaps):
15073 Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
15075 2006-07-24 Stefan Kost <ensonic@users.sf.net>
15077 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15078 (gst_wavparse_other), (gst_wavparse_perform_seek),
15079 (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
15080 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15081 (gst_wavparse_pad_query):
15082 * gst/wavparse/gstwavparse.h:
15083 Use information from 'fact' chunk for length calculation of compressed
15084 samples. Calculate bps if bogus value is found in wav header (embeded
15088 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
15090 Based on patch by: Joni Valtanen <joni dot valtanen at movial fi>
15093 * gst/udp/Makefile.am:
15094 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
15095 (gst_dynudpsink_finalize), (gst_dynudpsink_close):
15096 * gst/udp/gstdynudpsink.h:
15097 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
15098 (gst_multiudpsink_finalize), (gst_multiudpsink_close):
15099 * gst/udp/gstmultiudpsink.h:
15100 * gst/udp/gstudp.c: (plugin_init):
15101 * gst/udp/gstudpsink.h:
15102 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
15103 (gst_udpsrc_start), (gst_udpsrc_stop):
15104 * gst/udp/gstudpsrc.h:
15105 * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
15106 (gst_udp_net_utils_win32_wsa_startup):
15107 * gst/udp/gstudpnetutils.h:
15108 Port udp plugin to win32 (#345288).
15110 2006-07-24 Wim Taymans <wim@fluendo.com>
15112 * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
15113 Remove unwanted DEBUG line.
15115 2006-07-23 Tim-Philipp Müller <tim at centricular dot net>
15117 * gst/id3demux/gstid3demux.c: (plugin_init):
15118 * gst/id3demux/id3tags.c:
15119 (id3demux_add_id3v2_frame_blob_to_taglist):
15120 * gst/id3demux/id3tags.h:
15121 On second thought, it might be wiser and more efficient
15122 not to do tag registration from a streaming thread.
15124 2006-07-23 Tim-Philipp Müller <tim at centricular dot net>
15126 * gst/id3demux/id3tags.c:
15127 (id3demux_add_id3v2_frame_blob_to_taglist),
15128 (id3demux_id3v2_frames_to_tag_list):
15129 Put ID3v2 frames we can't parse as binary blobs into private
15130 tags, so that they are not lost when retagging, at least once
15131 id3v2mux has been taught to re-inject those frames again.
15134 2006-07-21 Wim Taymans <wim@fluendo.com>
15136 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15137 (gst_avi_demux_process_next_entry):
15140 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15141 Don't use \n in debug lines.
15143 2006-07-20 Stefan Kost <ensonic@users.sf.net>
15145 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15146 * docs/plugins/gst-plugins-good-plugins-sections.txt:
15147 Add annodex and icydemux, cleanup the sections a bit
15149 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
15151 Patch by: Alex Lancaster <alexl at users sourceforge net>
15153 * ext/taglib/gstid3v2mux.cc:
15154 Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15155 ID3v2 TSSE frames (#347898).
15157 2006-07-18 Stefan Kost <ensonic@users.sf.net>
15159 * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15160 Respect mpegversion for "video/mpeg" and give message in case of
15161 unhandled versions.
15163 2006-07-17 Wim Taymans <wim@fluendo.com>
15165 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15166 (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15167 (gst_pngdec_chain), (gst_pngdec_sink_event),
15168 (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15169 (gst_pngdec_sink_activate_push):
15170 * ext/libpng/gstpngdec.h:
15171 Use statically allocated segment instead of leaking.
15173 Fix flush and seek handling.
15175 2006-07-16 Wim Taymans <wim@fluendo.com>
15177 * gst/rtp/Makefile.am:
15178 * gst/rtp/gstrtp.c: (plugin_init):
15179 * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15180 (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15181 (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15182 (gst_rtp_mp4g_depay_set_property),
15183 (gst_rtp_mp4g_depay_get_property),
15184 (gst_rtp_mp4g_depay_change_state),
15185 (gst_rtp_mp4g_depay_plugin_init):
15186 * gst/rtp/gstrtpmp4gdepay.h:
15187 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15188 (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15189 (gst_rtp_mp4g_pay_flush):
15190 Added simple generic mpeg4 depayloader.
15191 Fix generic mpeg4 payloader.
15193 2006-07-15 Tim-Philipp Müller <tim at centricular dot net>
15195 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15196 Don't try doing state changes on a NULL pointer.
15198 2006-07-14 Wim Taymans <wim@fluendo.com>
15200 Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15202 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15203 (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15204 (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15205 * gst/rtp/gstrtpamrdepay.h:
15206 rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15209 2006-07-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15211 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15212 (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15213 Fix segfault when moving mouse pointer to the bottom right corner.
15215 2006-07-12 Wim Taymans <wim@fluendo.com>
15217 * gst/rtp/Makefile.am:
15218 * gst/rtp/gstrtp.c: (plugin_init):
15219 * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15220 (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15221 (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15222 (gst_rtp_mp2t_depay_set_property),
15223 (gst_rtp_mp2t_depay_get_property),
15224 (gst_rtp_mp2t_depay_change_state),
15225 (gst_rtp_mp2t_depay_plugin_init):
15226 * gst/rtp/gstrtpmp2tdepay.h:
15227 Added mpeg2 TS depayloader. Closing #347234.
15229 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
15231 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15232 Remove g_assert that shouldn't be there and was triggered
15233 after trying to open a device that doesn't exist or can't
15234 be opened for some other reason (#347972).
15236 2006-07-10 Edward Hervey <edward@fluendo.com>
15238 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15239 (gst_avi_demux_stream_header), (push_tag_lists):
15240 * gst/avi/gstavidemux.h:
15241 Don't push tag events found by gst_riff_parse_info() before outputting
15242 GST_EVENT_NEWSEGMENT.
15244 2006-07-10 Wim Taymans <wim@fluendo.com>
15246 * gst/rtsp/Makefile.am:
15247 * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15248 (rtsp_connection_close):
15249 * gst/rtsp/rtspdefs.h:
15250 replaced closesocket and close in code with one CLOSE_SOCKET.
15251 Some more cleanups. Fixes #345301.
15253 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
15255 * gst/autodetect/gstautoaudiosink.c:
15256 Fix example pipeline in docs.
15258 2006-07-10 Wim Taymans <wim@fluendo.com>
15260 Patch by: Rob Taylor <robtaylor at floopily dot org>
15262 * gst/udp/gstmultiudpsink.c: (join_multicast),
15263 (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15264 If a destination is added before the stream is set to PAUSED, the
15265 multicast group is not joined as the socket is not created yet.
15266 Also TTL and LOOP should also be set. Fixes #346921.
15268 2006-07-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15270 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15271 (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15272 (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15273 (gst_ximage_src_init):
15274 * sys/ximage/gstximagesrc.h:
15275 Fix use-damage property to actually work :)
15276 Add startx, starty, endx, endy properties so screencasts other than full
15277 screen ones can work.
15279 2006-07-08 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15281 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15282 (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15283 (gst_ximage_src_class_init), (gst_ximage_src_init):
15284 * sys/ximage/gstximagesrc.h:
15285 Add use_damage property to offer ability to choose whether to use
15288 2006-07-07 Wim Taymans <wim@fluendo.com>
15290 * gst/goom/filters.c: (zoomFilterSetResolution):
15291 Avoid goom coredumping by clearing memory.
15294 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
15296 * win32/vs6/libgstid3demux.dsp:
15297 Add a link to libgsttag-0.10.lib.
15299 2006-07-05 Tim-Philipp Müller <tim at centricular dot net>
15301 * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15302 (gst_tag_demux_read_range):
15303 * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15304 (gst_id3demux_read_range):
15305 Don't return FLOW_UNEXPECTED when a buffer is before
15306 the start of the stream (which might happen with
15307 large ID3v2 tags if the tag reading was done pullrange
15308 based and we then switched to push mode later on).
15309 Fixes regression introduced by commit from June 29th.
15311 2006-07-05 Tim-Philipp Müller <tim at centricular dot net>
15313 * ext/taglib/gstid3v2mux.cc:
15314 Make UTF-8 the default encoding when writing string
15315 tags (before, our UTF-8 strings would automatically
15316 be converted to ISO-8859-1 by taglib and written as
15317 ISO-8859-1 fields if that was possible).
15319 * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15320 (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15321 (test_taglib_id3mux_with_tags):
15322 Add test case that makes sure our UTF-8 strings have
15323 actually been written into the tag as UTF-8.
15325 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
15328 Let's try that again.
15330 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
15333 Disable monoscope plugin for now until it fulfills
15334 all the requirements.
15336 2006-07-03 Tim-Philipp Müller <tim at centricular dot net>
15339 * gst/monoscope/Makefile.am:
15340 * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15341 (gst_monoscope_class_init), (gst_monoscope_init),
15342 (gst_monoscope_finalize), (gst_monoscope_reset),
15343 (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15344 (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15345 (gst_monoscope_sink_event), (gst_monoscope_src_event),
15346 (gst_monoscope_change_state), (plugin_init):
15347 * gst/monoscope/gstmonoscope.h:
15348 Port monoscope visualisation to 0.10.
15350 2006-07-03 Tim-Philipp Müller <tim at centricular dot net>
15352 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15353 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15354 Return FLOW_UNEXPECTED when at the end of the file, not
15355 FLOW_ERROR. Fixes 'internal stream error' errors that
15356 would sometimes occur in totem when scrubbing to the
15357 end of an ID3v1 tagged mp3 file.
15359 2006-07-03 Edward Hervey <edward@fluendo.com>
15361 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15362 (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15363 (gst_pngdec_sink_event), (gst_pngdec_change_state):
15364 * ext/libpng/gstpngdec.h:
15365 Implement buffer clipping/dropping using GstSegment.
15366 This provides accurate seeking.
15368 2006-07-03 Edward Hervey <edward@fluendo.com>
15370 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15371 (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15372 (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15373 (gst_avi_demux_process_next_entry), (push_tag_lists),
15374 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15375 * gst/avi/gstavidemux.h:
15376 Proper aggregation of each stream's GstFlowReturn in order to figure out
15377 whether the task should stop or not.
15378 Don't send inline events before pushing out a NEW_SEGMENT, more
15379 specifically for GST_TAG_EVENT.
15380 Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15383 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
15385 Patch by: Brian Cameron <brian dot cameron at sun dot com>
15387 * sys/sunaudio/gstsunaudiomixerctrl.c:
15388 (gst_sunaudiomixer_ctrl_build_list):
15389 Move "Monitor" slider to input tab so it works more like
15390 sdtaudiocontrol, which is what people on Solaris are used
15391 to using for their mixer program (#346259).
15393 2006-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
15395 * tests/check/elements/level.c: (GST_START_TEST):
15396 fix a leak, clean up at the end
15398 2006-06-29 Tim-Philipp Müller <tim at centricular dot net>
15400 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15401 (gst_matroska_demux_send_event),
15402 (gst_matroska_demux_loop_stream_parse_id):
15403 * gst/matroska/matroska-ids.h:
15404 Send tag event after newsegment event.
15406 2006-06-29 Tim-Philipp Müller <tim at centricular dot net>
15408 * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15409 (gst_id3demux_read_range):
15410 Make sure we don't return GST_FLOW_OK with a NULL buffer in
15411 certain cases where a read beyond the end of the file is
15412 requested. Fixes #345930.
15414 * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15415 (gst_tag_demux_read_range):
15416 Fix same issue here as well.
15418 2006-06-29 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15420 * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15422 Fix hypothetical crash.
15424 2006-06-28 Tim-Philipp Müller <tim at centricular dot net>
15426 Patch by: Brian Cameron <brian dot cameron at sun dot com>
15428 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15429 Do not modify the ports value. If the user has turned off the
15430 built-in speakers, then we should not reset it in the prepare
15431 function, since this causes the built-in speakers to turn
15432 back on anytime the user changes a track in totem, rhythmbox,
15435 2006-06-23 Wim Taymans <wim@fluendo.com>
15437 * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15438 Fix double caps unref when negotiation fails.
15440 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
15442 * ext/annodex/gstcmmldec.c:
15443 * ext/annodex/gstcmmlenc.c:
15444 * ext/annodex/gstcmmlparser.c:
15445 * ext/dv/gstdvdec.c:
15446 * ext/dv/gstdvdemux.c:
15447 * ext/gdk_pixbuf/pixbufscale.c:
15448 * ext/jpeg/gstjpegenc.c:
15449 * ext/jpeg/gstsmokedec.c:
15450 * ext/jpeg/gstsmokeenc.c:
15451 * ext/libpng/gstpngdec.c:
15452 * ext/libpng/gstpngenc.c:
15453 * ext/speex/gstspeexenc.c:
15454 * gst/alpha/gstalphacolor.c:
15455 * gst/cutter/gstcutter.c:
15456 * gst/debug/gstnavigationtest.c:
15457 * gst/icydemux/gsticydemux.c:
15458 * gst/level/gstlevel.c:
15459 * gst/multipart/multipart.c:
15460 * gst/rtp/gstrtpamrpay.c:
15461 * gst/rtp/gstrtpdepay.c:
15462 * gst/rtp/gstrtpilbcpay.c:
15463 * gst/rtp/gstrtpmp4gpay.c:
15464 * gst/rtp/gstrtpmp4vpay.c:
15465 * gst/rtsp/gstrtpdec.c:
15466 * gst/rtsp/gstrtspsrc.c:
15467 * gst/udp/gstdynudpsink.c:
15468 * gst/udp/gstmultiudpsink.c:
15469 * gst/udp/gstudpsrc.c:
15470 * gst/videobox/gstvideobox.c:
15471 * gst/videofilter/gstvideoflip.c:
15472 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15473 plus two minor macro fixes.
15475 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
15477 * gst/matroska/matroska-demux.c:
15478 (gst_matroska_demux_check_subtitle_buffer),
15479 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15480 (gst_matroska_demux_subtitle_caps):
15481 * gst/matroska/matroska-ids.c:
15482 (gst_matroska_track_init_subtitle_context):
15483 * gst/matroska/matroska-ids.h:
15484 Try to fix up broken matroska files containing subtitle
15485 streams with non-UTF8 character encodings (courtesy of
15486 mkvmerge) using either the encoding specified in the
15487 GST_SUBTITLE_ENCODING environment variable or the
15488 current locale's character set if it is non-UTF8.
15491 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
15493 * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15494 Set image type from APIC frame as "image-type" field
15495 of GST_TAG_IMAGE buffer caps (#344605).
15497 2006-06-20 Tim-Philipp Müller <tim at centricular dot net>
15499 * ext/flac/Makefile.am:
15500 * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15501 (gst_flac_dec_reset_decoders),
15502 (gst_flac_dec_setup_seekable_decoder),
15503 (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15504 (gst_flac_dec_metadata_callback),
15505 (gst_flac_dec_metadata_callback_seekable),
15506 (gst_flac_dec_metadata_callback_stream),
15507 (gst_flac_dec_error_callback),
15508 (gst_flac_dec_error_callback_seekable),
15509 (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15510 (gst_flac_dec_read_stream), (gst_flac_dec_write),
15511 (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15512 (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15513 (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15514 (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15515 (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15516 (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15517 (gst_flac_dec_sink_activate_push),
15518 (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15519 * ext/flac/gstflacdec.h:
15520 Support chain-based operation, should make flac-over-DAAP
15523 2006-06-20 Wim Taymans <wim@fluendo.com>
15525 * docs/plugins/gst-plugins-good-plugins-sections.txt:
15526 Doc updates, merge some unused symbols.
15528 2006-06-20 Wim Taymans <wim@fluendo.com>
15530 * docs/plugins/Makefile.am:
15531 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15532 * docs/plugins/gst-plugins-good-plugins-sections.txt:
15533 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15534 * gst/rtsp/gstrtspsrc.c:
15535 * gst/rtsp/gstrtspsrc.h:
15536 Added documentation for the rtsp plugin. Fixes #345393.
15538 2006-06-20 Wim Taymans <wim@fluendo.com>
15540 * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15541 (rtsp_connection_close), (rtsp_connection_free):
15542 Use better G_OS_* macros. Fixes #345301 some more.
15544 2006-06-20 Wim Taymans <wim@fluendo.com>
15546 Patch by: Brian Cameron <brian dot cameron at sun dot com>
15548 * sys/sunaudio/Makefile.am:
15549 * sys/sunaudio/gstsunaudio.c: (plugin_init):
15550 * sys/sunaudio/gstsunaudiomixerctrl.c:
15551 (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15552 (gst_sunaudiomixer_ctrl_list_tracks),
15553 (gst_sunaudiomixer_ctrl_get_volume),
15554 (gst_sunaudiomixer_ctrl_set_volume),
15555 (gst_sunaudiomixer_ctrl_set_mute),
15556 (gst_sunaudiomixer_ctrl_set_record):
15557 * sys/sunaudio/gstsunaudiomixerctrl.h:
15558 * sys/sunaudio/gstsunaudiomixertrack.c:
15559 (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15560 * sys/sunaudio/gstsunaudiomixertrack.h:
15561 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15562 (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15563 (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15564 (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15565 (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15566 (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15567 (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15568 (gst_sunaudiosrc_reset):
15569 * sys/sunaudio/gstsunaudiosrc.h:
15570 Add a SunAudio source plugin.
15571 Support stereo and right/left channel gain in the mixer plugin.
15572 Support the RECORD flag so that you can switch between line-input and
15573 microphone in gnome-volume-control.
15574 Code cleanups like using an enumerator for track number instead of an
15575 integer. Fixes #344923.
15577 2006-06-20 Wim Taymans <wim@fluendo.com>
15579 Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15581 * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15582 (rtsp_connection_close):
15583 Make RTSP plugin compile on windows. Fixes #345301.
15584 Some changes to original patch to catch errors better.
15585 use ifdef WIN32 instead of ifndef.
15587 2006-06-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15590 If we have libraw1394 >= 1.2.1, then we need libiec61883.
15592 2006-06-18 Edward Hervey <edward@fluendo.com>
15594 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15595 After a failed buffer alloc, we need to abort the jpeg decoding (it
15596 started when parsing headers to figure out how many bytes we need
15597 to request downstream).
15599 2006-06-18 Tim-Philipp Müller <tim at centricular dot net>
15601 Patch by: Mark Nauwelaerts <manauw at skynet be>
15603 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15604 Make sure we don't read beyond the end of the file (#345232).
15606 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
15609 Fix --disable-external (can't set conditionals conditionally,
15612 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
15616 * docs/Makefile.am:
15617 Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15619 * docs/plugins/Makefile.am:
15620 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15621 * docs/plugins/inspect/plugin-taglib.xml:
15622 Add/fix apev2mux docs.
15624 2006-06-14 Wim Taymans <wim@fluendo.com>
15626 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15627 (gst_dvdec_finalize), (gst_dvdec_sink_event),
15628 (gst_dvdec_change_state):
15629 Reset segment info on flush.
15630 Alloc segment in _init, free in _finalize.
15632 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15633 Don't send segments twice.
15635 2006-06-14 Wim Taymans <wim@fluendo.com>
15637 * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15638 Respect segment.stop. Fixes #342592.
15640 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
15642 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15643 No language specified means the implied language is English
15644 according to the matroska spec (partially fixes #344708);
15645 add some more debug output.
15647 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
15649 * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15650 (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15651 (gst_wavparse_chain):
15652 When operating chain-based, don't make any assumptions about the
15653 chunking of the incoming data and make streaming work on days other
15654 than the second Thursday after a full moon. Also fix up debug
15655 messages here and there and make use of the most excellent new
15656 gst_pad_query_peer_duration() utility function.
15657 Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15659 * gst/wavparse/gstwavparse.h:
15660 Remove trailing comma after last enum value, some compilers don't
15663 2006-06-13 Wim Taymans <wim@fluendo.com>
15665 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15666 Handle premature EOS gracefully.
15668 2006-06-13 Tim-Philipp Müller <tim at centricular dot net>
15670 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15671 Prevent out of bounds array access when scrubbing towards
15672 the end of the file between the last index entry and the
15673 end. Fixes occasional 'start <= stop' newsegment event
15674 assertions when scrubbing in MJPEG files.
15676 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
15678 * tests/check/elements/.cvsignore:
15681 2006-06-11 Tim-Philipp Müller <tim at centricular dot net>
15683 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15684 (scan_encoded_string), (parse_picture_frame):
15685 Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15688 Require core >= 0.10.8 (for GST_TAG_IMAGE and
15689 GST_TAG_PPEVIEW_IMAGE used in the patch above).
15691 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
15693 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15694 gratuitous comment changes
15695 * tests/check/elements/level.c: (GST_START_TEST):
15696 fix level test leaks
15698 2006-06-11 Tim-Philipp Müller <tim at centricular dot net>
15700 * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15701 * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15702 Use gst_pad_query_peer_duration() utility function here.
15704 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
15709 * ext/annodex/Makefile.am:
15710 * ext/cdio/Makefile.am:
15711 * ext/dv/Makefile.am:
15712 * ext/esd/Makefile.am:
15713 * ext/flac/Makefile.am:
15714 * ext/gdk_pixbuf/Makefile.am:
15715 * ext/ladspa/Makefile.am:
15716 * ext/libcaca/Makefile.am:
15717 * ext/speex/Makefile.am:
15718 * ext/taglib/Makefile.am:
15719 * sys/oss/Makefile.am:
15720 * sys/sunaudio/Makefile.am:
15721 * sys/ximage/Makefile.am:
15722 clean up build further
15724 2006-06-09 Tim-Philipp Müller <tim at centricular dot net>
15726 * gconf/Makefile.am:
15727 Honour --disable-schemas-install configure option. Fixes #344100.
15729 2006-06-09 Tim-Philipp Müller <tim at centricular dot net>
15731 * tests/examples/level/Makefile.am:
15732 Add -lm to LIBS for pow() function, don't assume one of our
15733 dependencies (such as libxml-2.0) drags it in automatically
15736 2006-06-09 Tim-Philipp Müller <tim at centricular dot net>
15738 Patch by: Peter Kjellerstedt <pkj at axis dot com>
15741 We should use $SED and not $(SED) in configure.ac (#343678).
15743 2006-06-09 Wim Taymans <wim@fluendo.com>
15745 Patch by: Brian Cameron <brian dot cameron at sun dot com>
15747 * sys/sunaudio/gstsunaudiomixerctrl.c:
15748 (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15749 (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15750 (gst_sunaudiomixer_ctrl_set_mute):
15751 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15752 (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15753 (gst_sunaudiosink_write):
15754 Attached find a patch that fixes a number of bugs with the SunAudio
15755 mixer plugin and fixes #344101:
15756 1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15757 tracks onto the tracklist causing gnome-volume-control's preferences
15758 dialog to be messed up and would core dump if you checked/unchecked
15760 2. We weren't previously setting the MUTE flag properly. Fixing this
15761 makes gnome-volume-control work better.
15762 3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15763 and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15764 gnome-volume-control look better.
15765 Also some minor cleanup in gstsunaudiosink.c.
15767 2006-06-09 Wim Taymans <wim@fluendo.com>
15769 * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15770 (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15771 (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15772 (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15773 (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15774 * ext/jpeg/gstjpegdec.h:
15775 API: Added IDCT method property
15777 Avoid dynamic allocation of trivial fixed structure.
15778 Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15780 2006-06-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15783 We now require libraw1394 >= 1.1.0 and that version onwards all
15786 2006-06-02 Edward Hervey <edward@fluendo.com>
15788 * gst/law/alaw-decode.c: (alawdec_getcaps):
15789 Trying to get items from an ANY or EMPTY caps is ... stupid.
15791 2006-06-02 Edward Hervey <edward@fluendo.com>
15793 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15794 (gst_dvdec_chain), (gst_dvdec_change_state):
15795 * ext/dv/gstdvdec.h:
15796 Added GstSegment handling, now implements dropping/clipping.
15798 2006-06-01 Stefan Kost <ensonic@users.sf.net>
15800 * ext/aalib/gstaasink.h:
15801 * ext/annodex/gstcmmldec.h:
15802 * ext/cairo/gsttimeoverlay.h:
15803 * ext/dv/gstdvdec.h:
15804 * ext/dv/gstdvdemux.h:
15805 * ext/esd/esdmon.h:
15806 * ext/esd/esdsink.h:
15807 * ext/flac/gstflacenc.h:
15808 * ext/gconf/gstgconfaudiosink.h:
15809 * ext/gconf/gstgconfaudiosrc.h:
15810 * ext/gconf/gstgconfvideosink.h:
15811 * ext/gconf/gstgconfvideosrc.h:
15812 * ext/gdk_pixbuf/gstgdkanimation.h:
15813 * ext/gdk_pixbuf/pixbufscale.h:
15814 * ext/hal/gsthalaudiosink.h:
15815 * ext/hal/gsthalaudiosrc.h:
15816 * ext/jpeg/gstjpegenc.h:
15817 * ext/jpeg/gstsmokedec.h:
15818 * ext/jpeg/gstsmokeenc.h:
15819 * ext/libcaca/gstcacasink.h:
15820 * ext/libmng/gstmngdec.h:
15821 * ext/libmng/gstmngenc.h:
15822 * ext/libpng/gstpngdec.h:
15823 * ext/libpng/gstpngenc.h:
15824 * ext/raw1394/gstdv1394src.h:
15825 * ext/speex/gstspeexenc.h:
15826 * gst/autodetect/gstautoaudiosink.h:
15827 * gst/autodetect/gstautovideosink.h:
15828 * gst/avi/gstavidemux.h:
15829 * gst/cutter/gstcutter.h:
15830 * gst/debug/efence.h:
15831 * gst/debug/gstnavigationtest.h:
15832 * gst/debug/gstnavseek.h:
15833 * gst/flx/gstflxdec.h:
15834 * gst/goom/gstgoom.h:
15835 * gst/icydemux/gsticydemux.h:
15836 * gst/id3demux/gstid3demux.h:
15837 * gst/law/alaw-decode.h:
15838 * gst/law/alaw-encode.h:
15839 * gst/law/mulaw-decode.h:
15840 * gst/law/mulaw-encode.h:
15841 * gst/matroska/matroska-mux.h:
15842 * gst/median/gstmedian.h:
15843 * gst/oldcore/gstaggregator.h:
15844 * gst/oldcore/gstfdsink.h:
15845 * gst/oldcore/gstmd5sink.h:
15846 * gst/oldcore/gstmultifilesrc.h:
15847 * gst/oldcore/gstpipefilter.h:
15848 * gst/oldcore/gstshaper.h:
15849 * gst/oldcore/gststatistics.h:
15850 * gst/rtp/gstasteriskh263.h:
15851 * gst/rtp/gstrtpL16depay.h:
15852 * gst/rtp/gstrtpL16pay.h:
15853 * gst/rtp/gstrtpamrdepay.h:
15854 * gst/rtp/gstrtpamrpay.h:
15855 * gst/rtp/gstrtpdepay.h:
15856 * gst/rtp/gstrtpgsmdepay.h:
15857 * gst/rtp/gstrtpgsmpay.h:
15858 * gst/rtp/gstrtph263pay.h:
15859 * gst/rtp/gstrtph263pdepay.h:
15860 * gst/rtp/gstrtph263ppay.h:
15861 * gst/rtp/gstrtpmp4gpay.h:
15862 * gst/rtp/gstrtpmp4vdepay.h:
15863 * gst/rtp/gstrtpmp4vpay.h:
15864 * gst/rtp/gstrtpmpadepay.h:
15865 * gst/rtp/gstrtpmpapay.h:
15866 * gst/rtp/gstrtppcmadepay.h:
15867 * gst/rtp/gstrtppcmapay.h:
15868 * gst/rtp/gstrtppcmudepay.h:
15869 * gst/rtp/gstrtppcmupay.h:
15870 * gst/rtp/gstrtpspeexdepay.h:
15871 * gst/rtp/gstrtpspeexpay.h:
15872 * gst/rtsp/gstrtpdec.h:
15873 * gst/rtsp/gstrtspsrc.h:
15874 * gst/smpte/gstsmpte.h:
15875 * gst/udp/gstdynudpsink.h:
15876 * gst/udp/gstmultiudpsink.h:
15877 * gst/udp/gstudpsink.h:
15878 * gst/udp/gstudpsrc.h:
15879 * gst/videofilter/gstvideobalance.h:
15880 * gst/videofilter/gstvideoflip.h:
15881 * sys/oss/gstossdmabuffer.h:
15882 * sys/oss/gstossmixerelement.h:
15883 * sys/oss/gstosssink.h:
15884 * sys/oss/gstosssrc.h:
15885 * sys/osxvideo/osxvideosink.h:
15886 * sys/sunaudio/gstsunaudiomixer.h:
15887 * sys/sunaudio/gstsunaudiosink.h:
15888 * sys/ximage/gstximagesrc.h:
15889 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15891 2006-05-31 Wim Taymans <wim@fluendo.com>
15893 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15894 (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15895 (gst_goom_src_setcaps), (gst_goom_src_event),
15896 (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15897 (gst_goom_change_state):
15898 * gst/goom/gstgoom.h:
15900 Handle flushing, discont and events.
15901 Fix timestamps and various other cleanups.
15903 2006-05-31 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15905 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15906 Fix bus reset when using libiec61883
15908 2006-05-31 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15911 Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15912 * ext/raw1394/Makefile.am:
15914 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15915 New method, to receive using libiec61883.
15916 (gst_dv1394src_iso_receive),
15917 #ifdef'd out if libiec61883 is present.
15918 (gst_dv1394src_bus_reset),
15919 Get userdata correctly if using libiec61883.
15920 (gst_dv1394src_create),
15921 When using libiec61883, only poll one fd and no need to read.
15922 (gst_dv1394src_discover_avc_node),
15923 Replace g_warnings.
15924 (gst_dv1394src_start),
15925 Create new handle when we know which dv port. More reliable
15926 than setting port on an existing handle. Initialise libiec61883.
15927 (gst_dv1394src_stop):
15928 If using libiec61883, then cleanup its handle properly.
15929 * ext/raw1394/gstdv1394src.h:
15930 Add libiec61883 handle.
15932 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
15934 * gst/avi/gstavidemux.c:
15935 add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15938 * win32/vs6/libgstavi.dsp:
15939 add gstavimux.c to the project
15940 * win32/vs6/libgstid3demux.dsp:
15941 add link to zlib library
15942 * win32/vs6/libgstmatroska.dsp:
15943 add matroska-ids.c to the project
15945 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
15947 Patch by: Sebastian Dröge <mail at slomosnail de >
15949 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15950 * docs/plugins/gst-plugins-good-plugins-sections.txt:
15951 * ext/taglib/Makefile.am:
15952 * ext/taglib/gstapev2mux.cc:
15953 * ext/taglib/gstapev2mux.h:
15954 * ext/taglib/gstid3v2mux.cc:
15955 * ext/taglib/gsttaglibmux.c: (plugin_init):
15956 * ext/taglib/gsttaglibmux.h:
15957 Add apev2mux element (#343122).
15959 * tests/check/Makefile.am:
15960 * tests/check/elements/apev2mux.c:
15961 (test_taglib_apev2mux_create_tags),
15962 (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15963 (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15964 (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15965 (apev2mux_suite), (main):
15966 Add unit test for apev2mux element.
15968 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
15970 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15971 * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15972 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15973 GST_PTR_FORMAT should be used to print caps in debug statements.
15975 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
15977 Patch by: Sebastian Dröge <slomo at ubuntu dot com>
15979 * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15980 (ape_demux_parse_tags):
15981 Some clean-ups and additions: map APE 'file' tag to
15982 GST_TAG_LOCATION (#343123); add support for extracting
15983 the track count and clean up parsing a bit (#343127).
15985 2006-05-28 Edward Hervey <edward@fluendo.com>
15987 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15988 Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15990 2006-05-28 Edward Hervey <edward@fluendo.com>
15992 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15993 (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15994 (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15995 * ext/jpeg/gstjpegdec.h:
15996 Clip outgoing buffers according to currently configured segment.
15998 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
16000 * ext/taglib/gstid3v2mux.cc:
16001 Handle writing of track-count or album-volume-count without
16002 track-number or albume-volume-number (in this case the number
16003 will just be set to 0).
16005 * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
16006 It would be nice if we actually checked the values received for
16007 track/album-volume number/count in _check_tags(), rather than
16008 setting them again ...
16010 2006-05-28 Tim-Philipp Müller <tim at centricular dot net>
16012 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16013 A track/volume number or count of 0 does not make sense,
16014 just ignore it along with negative numbers (a tag might
16015 only contain a track count without a track number).
16017 2006-05-27 Edward Hervey <edward@fluendo.com>
16019 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16020 (gst_jpeg_dec_sink_event):
16021 Abort decompression when receiving FLUSH_STOP. This should avoid
16022 issues when interrupting decoding with flushes.
16024 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
16026 * ext/flac/gstflac.c:
16027 Don't #include file we don't dist any longer.
16029 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
16032 Replace current README (containing the release notes from
16033 some 0.9.x version) with a proper README taken from the core.
16035 2006-05-24 Wim Taymans <wim@fluendo.com>
16037 * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
16038 Implement EOS correctly by either posting
16039 SEGMENT_DONE or pushing an EOS message depending
16040 on the seek type. Fixes #342592
16042 2006-05-24 Wim Taymans <wim@fluendo.com>
16044 * gst/law/alaw-decode.c: (gst_alawdec_chain):
16045 * gst/law/alaw-decode.h:
16046 * gst/law/alaw-encode.c: (gst_alawenc_chain):
16047 * gst/law/alaw-encode.h:
16048 * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
16049 * gst/law/mulaw-decode.h:
16050 * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
16051 * gst/law/mulaw-encode.h:
16052 Some cleanups in the chain functions.
16053 Remove some GStreamer 0.0.2 bits.
16055 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
16057 Patch by: Mark Nauwelaerts <manauw at skynet be>
16059 * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
16060 gst_collect_pads_stop() needs to be called before chaining up
16061 to the parent class (#342734).
16063 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
16065 * ext/flac/Makefile.am:
16066 * ext/flac/flac_compat.h:
16067 * ext/flac/gstflac.c:
16068 * ext/flac/gstflacdec.c: (gst_flac_dec_init):
16069 * ext/flac/gstflacenc.c:
16070 Remove backwards compatibility cruft for dealing with FLAC API
16071 changes in the 1.0.x series - we require 1.1.1 or newer these days.
16073 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
16075 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16076 (gst_matroska_demux_push_xiph_codec_priv_data),
16077 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
16078 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
16079 * gst/matroska/matroska-ids.h:
16080 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
16081 (gst_matroska_mux_video_pad_setcaps),
16082 (xiph3_streamheader_to_codecdata),
16083 (vorbis_streamheader_to_codecdata),
16084 (theora_streamheader_to_codecdata),
16085 (gst_matroska_mux_audio_pad_setcaps),
16086 (gst_matroska_mux_write_data):
16087 Add support for muxing/demuxing theora video (#342448; too bad
16088 none of the usual linux players can actually play this). Playback
16089 in GStreamer will require additional changes to theoradec in -base.
16090 Refactor streamheaders <=> CodecPrivateData code a bit; some small
16093 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
16095 * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
16096 (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
16097 Fix crashes when the horizontal subsampling is 1.
16100 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
16102 Patch by: Mark Nauwelaerts <manauw at skynet be>
16104 * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
16105 (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16106 (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16107 (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
16108 (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
16109 (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16110 (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
16111 (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16112 (gst_avi_mux_change_state):
16113 * gst/avi/gstavimux.h:
16114 Some enhancements for avimux (#342526):
16115 - add odml (large file) index support
16116 - store codec init data (e.g. huffyuv)
16117 - miscellaneous other fixes/cleanups
16119 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
16121 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16122 Don't output any tag when we encounter a negative track number - the
16123 tag type is uint, so we end up outputting huge positive numbers
16124 instead. (Fixes: #342029)
16126 2006-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
16129 update for new GSTPB_PLUGINS_DIR
16131 2006-05-18 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
16133 * rtp/gst/gstrtph263pay.c:
16134 Properly set static caps for H263 at 34.
16136 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
16138 Patch by: James "Doc" Livingston <doclivingston gmail com>
16140 * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16141 Merge event tags and tag setter tags correctly (#339918). Also,
16142 don't leak taglist in case of an error.
16144 2006-05-17 Edward Hervey <edward@fluendo.com>
16146 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
16147 We can only do caps intersection if the othercaps are non-empty and not
16148 ANY. Else we return the pad template (base_caps).
16150 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
16152 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16153 Fix crash when outputting debugging information for certain
16154 pictures (always good to use the right struct member for
16155 the number of records in an array).
16157 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
16159 Patch by: Jindrich Makovicka <jindrich.makivicka at itonis tv>
16161 * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16162 (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16163 (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16164 (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16165 (gst_ebml_read_float), (gst_ebml_read_ascii),
16166 (gst_ebml_read_binary):
16167 Don't create unnecessary sub-buffers all the time. Dramatically
16168 improves performance with multiple concurrently running
16169 matroskademux instances (#341818) (and avoids doing
16170 unnecessarily inefficient things in the general case).
16172 2006-05-16 Edward Hervey <edward@fluendo.com>
16174 * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
16175 In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16176 return value of gst_pad_push_event().
16178 2006-05-16 Jan Schmidt <thaytan@mad.scientist.com>
16180 * gst/autodetect/gstautoaudiosink.c:
16181 (gst_auto_audio_sink_find_best):
16182 * gst/autodetect/gstautovideosink.c:
16183 (gst_auto_video_sink_find_best):
16184 Make the name of the child element be based on the name of the
16185 parent, so that debug output is more useful.
16187 * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16188 (parse_insert_string_field), (parse_split_strings):
16189 Rework string parsing to always walk over BOM markers in UTF16
16190 strings, using the endianness indicated by the innermost one,
16191 then trying the opposite endianness if that fails to convert
16192 to valid UTF-8. Fixes #341774
16194 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16196 Patch from: Matthieu <matthieu at fluendo dot com>
16198 * ext/libpng/Makefile.am:
16201 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
16203 * ext/taglib/gstid3v2mux.cc:
16204 Add support for writing images (APIC frames) into ID3v2
16205 tags (picture type always set to 'other' for now though).
16207 2006-05-14 Michael Smith <msmith@fluendo.com>
16209 * gst/wavparse/gstwavparse.c:
16210 Update docs; wavparse implements push and pull modes.
16212 2006-05-12 Wim Taymans <wim@fluendo.com>
16214 * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16215 (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16216 (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16217 Ooops, bitten by the copy-and-paste design paradigm, fixes
16220 2006-05-12 Wim Taymans <wim@fluendo.com>
16222 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16223 (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16224 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16225 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16226 (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16227 (gst_avi_demux_massage_index),
16228 (gst_avi_demux_calculate_durations_from_index),
16229 (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16230 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16231 (gst_avi_demux_loop):
16232 * gst/avi/gstavidemux.h:
16233 Some cleanups, prepare to use GstSegment.
16234 Fix error in entry walking code.
16236 Smarter timestamp calculation code.
16237 Uniform error/eos handling.
16239 2006-05-12 Michael Smith <msmith@fluendo.com>
16241 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16242 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16243 Fix use of uninitialised values if we're NOT seeking in ready.
16246 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
16248 * gst/wavparse/Makefile.am:
16249 Add CFLAGS and LIBS for libgstbase, fixes build on
16252 2006-05-10 Tim-Philipp Müller <tim at centricular dot net>
16254 * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16255 Some more debug info. No need to check whether the string
16256 returned by g_convert() is really UTF-8 - either it is or
16257 we get NULL returned.
16259 2006-05-10 Jan Schmidt <thaytan@mad.scientist.com>
16261 * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16262 Fix parsing of numeric genre strings some more, by ensuring that
16263 we only try and parse strings that a) Start with '(' and b) Consist
16265 Also, when finding an escaping '((' sequence, bust it back to '(' by
16266 swallowing the first parenthesis
16268 2006-05-10 Tim-Philipp Müller <tim at centricular dot net>
16270 * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16271 (gst_esdsink_open), (gst_esdsink_close):
16272 * ext/esd/esdsink.h:
16273 Move the esd_get_server_info() into gst_esdsink_open() and fail
16274 with a decent error message on errors.
16276 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
16278 * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16279 (gst_esdmon_channels_get_type):
16280 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16281 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16282 * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16283 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16284 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16285 * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16286 * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16287 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16288 * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16289 * gst/videomixer/videomixer.c:
16290 (gst_video_mixer_background_get_type):
16291 Const-ify GEnumValue arrays.
16293 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
16295 Patch by: Mark Nauwelaerts <manauw at skynet bet>
16297 * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16298 (gst_avi_mux_do_video_buffer):
16299 Work around gst_buffer_make_metadata_writable() bug that
16300 results in avimux marking all frames in the index as
16301 keyframes (#340859).
16303 2006-05-08 Wim Taymans <wim@fluendo.com>
16305 * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16306 Make parsing of urls suck slightly less.
16308 2006-05-08 Edward Hervey <edward@fluendo.com>
16310 * autogen.sh: (CONFIGURE_DEF_OPT):
16311 libtoolize on Darwin/MacOSX is called glibtoolize.
16313 2006-05-08 Wim Taymans <wim@fluendo.com>
16315 Patch by: Jens Granseuer <jensgr at gmx dot net>
16317 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16318 * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16319 C89 compliance fixes. Fixes #340980
16321 2006-05-06 Tim-Philipp Müller <tim at centricular dot net>
16323 * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16324 * ext/flac/gstflacdec.h:
16325 Handle segment seeks that include the end of the file as stop point
16326 properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16327 message instead of an EOS event in case we're in segment seek
16328 mode (fixes #340699).
16330 2006-05-05 Maciej Katafiasz <mathrick@freedesktop.org>
16332 * ext/cairo/gsttextoverlay.c:
16333 * ext/flac/gstflacdec.c:
16334 * ext/gdk_pixbuf/pixbufscale.c:
16335 * gst/apetag/gstapedemux.c:
16336 * gst/debug/breakmydata.c:
16337 * gst/debug/testplugin.c:
16338 * gst/matroska/ebml-write.c:
16339 * gst/multipart/multipartdemux.c:
16340 * sys/osxaudio/gstosxaudiosink.c:
16341 * sys/osxaudio/gstosxaudiosrc.c:
16342 Add semicolons after GST_BOILERPLATE[_FULL] so that
16343 indent doesn't mess up following lines.
16345 2006-05-04 Tim-Philipp Müller <tim at centricular dot net>
16347 Patch by: Michal Benes <michal dot benes at xeris dot cz>
16349 * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16350 Don't leak caps when freeing the stream context (#340623).
16352 2006-05-04 Jan Schmidt <thaytan@mad.scientist.com>
16357 === release 0.10.3 ===
16359 2006-05-04 Jan Schmidt <thaytan@mad.scientist.com>
16362 releasing 0.10.3, "Desplazado"
16364 2006-05-03 Tim-Philipp Müller <tim at centricular dot net>
16366 * gst/matroska/matroska-mux.c:
16367 (gst_matroska_mux_stream_is_vorbis_header),
16368 (gst_matroska_mux_write_data):
16369 Don't strcmp() NULL strings.
16370 Only start new clusters on video keyframes, not on any
16371 random audio buffer that doesn't have the DELTA_UNIT
16372 flag set (fixes 'make check' again).
16374 2006-05-03 Tim-Philipp Müller <tim at centricular dot net>
16376 Patch by: Mark Nauwelaerts <manauw at skynet be>
16378 * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16379 (gst_matroska_mux_stream_is_vorbis_header),
16380 (gst_matroska_mux_write_data):
16381 Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16382 value and then dead-lock when muxing vorbis audio streams
16383 (the three vorbis header buffers carry no timestamp, and it
16384 would try to mux these after all video buffers). Fixes #340346.
16386 Improve clustering: start a new cluster also whenever we get
16389 2006-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
16391 * win32/common/config.h:
16393 add the generated file as well
16395 2006-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
16399 * win32/common/config.h.in:
16402 2006-05-03 Michael Smith <msmith@fluendo.com>
16404 * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16405 Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16408 2006-05-02 Stefan Kost <ensonic@users.sf.net>
16410 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16411 * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16412 * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16413 don't leak caps-string
16415 2006-05-02 Tim-Philipp Müller <tim at centricular dot net>
16417 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16418 (gst_id3demux_sink_activate):
16419 Let core insert default error message for TYPE_NOT_FOUND
16420 errors, it's just as good as our own and has the added
16421 bonus of being translated.
16423 2006-05-02 Tim-Philipp Müller <tim at centricular dot net>
16425 * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16426 (gst_tag_demux_sink_event):
16427 * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16428 (gst_id3demux_sink_event):
16429 Post an error message when we get an EOS event and were not
16430 able to find out the type of stream.
16432 * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16433 (test_taglib_id3mux_with_tags):
16434 Decrease num-buffers to 16 per iteration again, otherwise the
16435 many memcpy()s and reallocations in the test will hammer slow
16436 CPUs completely and make the test timeout.
16438 2006-05-02 Thomas Vander Stichele <thomas at apestaart dot org>
16441 figure out where plugins-base plugins are
16442 * tests/check/Makefile.am:
16443 use plugins-base plugins, so we have typefind functions
16444 * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16445 increase num-buffers, this makes sure the test errors out instead
16446 of timing out when no typefind functions are present
16448 2006-05-01 Thomas Vander Stichele <thomas at apestaart dot org>
16450 * docs/plugins/Makefile.am:
16451 also check .cc files for gtk-doc markup
16453 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16454 * docs/plugins/gst-plugins-good-plugins-sections.txt:
16455 * tests/check/Makefile.am:
16456 * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16458 * ext/taglib/Makefile.am:
16459 * ext/taglib/gstid3v2mux.h:
16460 * ext/taglib/gsttaglibmux.c:
16461 * ext/taglib/gsttaglibmux.h:
16462 move taglib-based id3v2muxer to -good. Fixes #336110.
16464 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
16466 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16467 ... and fix multichannel/WAVFORMATEX support again.
16469 2006-04-29 Stefan Kost <ensonic@users.sf.net>
16471 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16472 (gst_wavparse_class_init), (gst_wavparse_dispose),
16473 (gst_wavparse_reset), (gst_wavparse_init),
16474 (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16475 (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16476 (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16477 (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16478 (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16479 (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16480 (gst_wavparse_stream_data), (gst_wavparse_loop),
16481 (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16482 (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16483 (gst_wavparse_change_state), (plugin_init):
16484 * gst/wavparse/gstwavparse.h:
16485 Add push (streaming) mode to wavparse (fixes #337625)
16487 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16490 * tests/Makefile.am:
16491 add ximagesrc icles test
16493 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16496 * docs/plugins/Makefile.am:
16497 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16498 * docs/plugins/gst-plugins-good-plugins-sections.txt:
16499 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16500 (gst_cmml_enc_push_clip):
16502 * sys/ximage/Makefile.am:
16503 * sys/ximage/gstximagesrc.c:
16504 Move ximagesrc plug-in to good after review. Fixes #336756.
16506 2006-04-28 Michael Smith <msmith@fluendo.com>
16508 * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16509 (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16510 (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16511 (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16512 (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16513 (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16514 * gst/icydemux/gsticydemux.h:
16515 Fix event handling: cache events when typefinding and forward later.
16517 2006-04-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16519 * sys/osxaudio/gstosxaudiosink.c:
16521 Register osxaudiosrc to the plugin.
16522 * sys/osxaudio/gstosxaudiosrc.c:
16523 (gst_osx_audio_src_osxelement_do_init),
16524 (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16525 (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16526 (gst_osx_audio_src_get_property),
16527 (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16528 (gst_osx_audio_src_osxelement_init):
16529 * sys/osxaudio/gstosxaudiosrc.h:
16530 Port of osxaudiosrc to 0.10.
16531 * sys/osxaudio/Makefile.am:
16534 2006-04-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16536 * sys/osxaudio/gstosxringbuffer.c:
16537 * sys/osxaudio/gstosxringbuffer.h:
16538 Forgot to commit earlier, part of the OSX audio plugin port
16540 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
16542 * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16543 (parse_split_strings):
16544 Recognise and skip any byte order marker (BOM) in
16547 2006-04-27 Tim-Philipp Müller <tim at centricular dot net>
16549 * docs/plugins/Makefile.am:
16550 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16551 * docs/plugins/gst-plugins-good-plugins-sections.txt:
16552 * docs/plugins/gst-plugins-good-plugins.hierarchy:
16553 * docs/plugins/inspect/plugin-avi.xml:
16554 * gst/avi/gstavidemux.c:
16555 * gst/avi/gstavimux.c:
16556 Add docs for both avidemux and avimux.
16558 2006-04-27 Tim-Philipp Müller <tim at centricular dot net>
16560 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
16562 * gst/avi/Makefile.am:
16563 * gst/avi/gstavi.c: (plugin_init):
16564 * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16565 (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16566 (gst_avi_mux_class_init), (gst_avi_mux_init),
16567 (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16568 (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16569 (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16570 (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16571 (gst_avi_mux_riff_get_avix_header),
16572 (gst_avi_mux_riff_get_video_header),
16573 (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16574 (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16575 (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16576 (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16577 (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16578 (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16579 (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16580 (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16581 (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16582 (gst_avi_mux_change_state):
16583 * gst/avi/gstavimux.h:
16584 Port AVI muxer to GStreamer-0.10 (#332031).
16586 * tests/check/Makefile.am:
16587 * tests/check/elements/avimux.c:
16588 * tests/check/elements/.cvsignore:
16589 Add unit test for AVI muxer.
16591 2006-04-27 Stefan Kost <ensonic@users.sf.net>
16593 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16594 (gst_wavparse_class_init), (gst_wavparse_reset),
16595 (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16596 (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16597 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16598 (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16599 (gst_wavparse_stream_data), (gst_wavparse_loop),
16600 (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16601 (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16603 * gst/wavparse/gstwavparse.h:
16604 reverted patch #337625 for the price of 1 hour sleep
16606 2006-04-26 Stefan Kost <ensonic@users.sf.net>
16608 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16609 (gst_wavparse_class_init), (gst_wavparse_reset),
16610 (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16611 (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16612 (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16613 (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16614 (gst_wavparse_stream_data), (gst_wavparse_loop),
16615 (gst_wavparse_chain), (plugin_init):
16616 * gst/wavparse/gstwavparse.h:
16617 correct partial implementation of push mode
16618 (from my last commit)
16620 2006-04-26 Wim Taymans <wim@fluendo.com>
16622 * ext/esd/esdsink.c:
16623 Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16626 2006-04-26 Tim-Philipp Müller <tim at centricular dot net>
16628 * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16629 (gst_au_parse_class_init), (gst_au_parse_init),
16630 (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16631 (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16632 (gst_au_parse_chain), (gst_au_parse_src_convert),
16633 (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16634 (gst_au_parse_sink_event), (gst_au_parse_src_event),
16635 (gst_au_parse_change_state):
16636 * gst/auparse/gstauparse.h:
16637 Rewrite auparse to suck a little bit less: make source pad
16638 dynamic, so decodebin/playbin work with non-raw formats
16639 like alaw/mulaw; add query function for duration/position
16640 queries; check whether we have enough data before attempting
16641 to parse the header (instead of crashing when that is not the
16642 case); work around audioconvert sucking by swapping endianness
16643 to the native endianness ourselves for float formats; send
16644 initial newsegment event. Fixes #161712.
16646 2006-04-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16648 * sys/osxaudio/Makefile.am:
16649 * sys/osxaudio/gstosxaudioelement.c:
16650 (gst_osx_audio_element_get_type),
16651 (gst_osx_audio_element_class_init):
16652 * sys/osxaudio/gstosxaudioelement.h:
16653 * sys/osxaudio/gstosxaudiosink.c:
16654 (gst_osx_audio_sink_osxelement_do_init),
16655 (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16656 (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16657 (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16658 (gst_osx_audio_sink_create_ringbuffer),
16659 (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16661 * sys/osxaudio/gstosxaudiosink.h:
16662 Port of osxaudiosink to 0.10
16664 2006-04-26 Wim Taymans <wim@fluendo.com>
16666 * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16667 Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16668 the size of the ringbuffer. This should fix hangs with older
16671 2006-04-26 Stefan Kost <ensonic@users.sf.net>
16673 * ext/aalib/gstaasink.c:
16674 * ext/annodex/gstcmmldec.c:
16675 * ext/annodex/gstcmmlenc.c:
16676 * ext/cairo/gsttextoverlay.c:
16677 * ext/cairo/gsttimeoverlay.c:
16678 * ext/cdio/gstcdiocddasrc.c:
16679 * ext/dv/gstdvdec.c:
16680 * ext/dv/gstdvdemux.c:
16681 * ext/esd/esdmon.c:
16682 * ext/esd/esdsink.c:
16683 * ext/flac/gstflacenc.c:
16684 * ext/flac/gstflactag.c:
16685 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16686 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16687 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16688 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16689 * ext/gdk_pixbuf/pixbufscale.c:
16690 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16691 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16692 * ext/jpeg/gstjpegdec.c:
16693 * ext/jpeg/gstjpegenc.c:
16694 * ext/jpeg/gstsmokedec.c:
16695 * ext/jpeg/gstsmokeenc.c:
16696 * ext/libcaca/gstcacasink.c:
16697 * ext/libmng/gstmngdec.c:
16698 * ext/libmng/gstmngenc.c:
16699 * ext/libpng/gstpngdec.c:
16700 * ext/libpng/gstpngenc.c:
16701 * ext/mikmod/gstmikmod.c:
16702 * ext/raw1394/gstdv1394src.c:
16703 * ext/shout2/gstshout2.c: (gst_shout2send_init):
16704 * ext/shout2/gstshout2.h:
16705 * ext/speex/gstspeexdec.c:
16706 * ext/speex/gstspeexenc.c:
16707 * gst/alpha/gstalpha.c:
16708 * gst/alpha/gstalphacolor.c:
16709 * gst/apetag/gstapedemux.c:
16710 * gst/auparse/gstauparse.c:
16711 * gst/autodetect/gstautoaudiosink.c:
16712 (gst_auto_audio_sink_base_init):
16713 * gst/autodetect/gstautovideosink.c:
16714 (gst_auto_video_sink_base_init):
16715 * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16716 * gst/avi/gstavimux.c: (gst_avimux_base_init):
16717 * gst/cutter/gstcutter.c:
16718 * gst/debug/breakmydata.c:
16719 * gst/debug/efence.c:
16720 * gst/debug/gstnavigationtest.c:
16721 * gst/debug/gstnavseek.c:
16722 * gst/debug/negotiation.c:
16723 * gst/debug/progressreport.c:
16724 * gst/debug/testplugin.c:
16725 * gst/effectv/gstaging.c:
16726 * gst/effectv/gstdice.c:
16727 * gst/effectv/gstedge.c:
16728 * gst/effectv/gstquark.c:
16729 * gst/effectv/gstrev.c:
16730 * gst/effectv/gstshagadelic.c:
16731 * gst/effectv/gstvertigo.c:
16732 * gst/effectv/gstwarp.c:
16733 * gst/flx/gstflxdec.c:
16734 * gst/goom/gstgoom.c:
16735 * gst/icydemux/gsticydemux.c:
16736 * gst/id3demux/gstid3demux.c:
16737 * gst/interleave/deinterleave.c:
16738 * gst/interleave/interleave.c:
16739 * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16740 * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16741 * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16742 * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16743 * gst/level/gstlevel.c:
16744 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16745 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16746 * gst/median/gstmedian.c:
16747 * gst/monoscope/gstmonoscope.c:
16748 * gst/multipart/multipartdemux.c:
16749 * gst/multipart/multipartmux.c:
16750 * gst/oldcore/gstaggregator.c:
16751 * gst/oldcore/gstfdsink.c:
16752 * gst/oldcore/gstmd5sink.c:
16753 * gst/oldcore/gstmultifilesrc.c:
16754 * gst/oldcore/gstpipefilter.c:
16755 * gst/oldcore/gstshaper.c:
16756 * gst/oldcore/gststatistics.c:
16757 * gst/rtp/gstasteriskh263.c:
16758 * gst/rtp/gstrtpL16depay.c:
16759 * gst/rtp/gstrtpL16pay.c:
16760 * gst/rtp/gstrtpamrdepay.c:
16761 * gst/rtp/gstrtpamrpay.c:
16762 * gst/rtp/gstrtpdepay.c:
16763 * gst/rtp/gstrtpgsmpay.c:
16764 * gst/rtp/gstrtph263pay.c:
16765 * gst/rtp/gstrtph263pdepay.c:
16766 * gst/rtp/gstrtph263ppay.c:
16767 * gst/rtp/gstrtpilbcdepay.c:
16768 * gst/rtp/gstrtpmp4gpay.c:
16769 * gst/rtp/gstrtpmp4vdepay.c:
16770 * gst/rtp/gstrtpmp4vpay.c:
16771 * gst/rtp/gstrtpmpadepay.c:
16772 * gst/rtp/gstrtpmpapay.c:
16773 * gst/rtp/gstrtppcmadepay.c:
16774 * gst/rtp/gstrtppcmapay.c:
16775 * gst/rtp/gstrtppcmudepay.c:
16776 * gst/rtp/gstrtppcmupay.c:
16777 * gst/rtp/gstrtpspeexdepay.c:
16778 * gst/rtp/gstrtpspeexpay.c:
16779 * gst/rtsp/gstrtpdec.c:
16780 * gst/rtsp/gstrtspsrc.c:
16781 * gst/smpte/gstsmpte.c:
16782 * gst/udp/gstdynudpsink.c:
16783 * gst/udp/gstmultiudpsink.c:
16784 * gst/udp/gstudpsink.c:
16785 * gst/udp/gstudpsrc.c:
16786 * gst/videobox/gstvideobox.c:
16787 * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16788 * gst/videofilter/gstvideobalance.c:
16789 * gst/videofilter/gstvideoflip.c:
16790 * gst/videofilter/gstvideotemplate.c:
16791 (gst_videotemplate_base_init):
16792 * gst/videomixer/videomixer.c:
16793 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16794 (gst_wavparse_class_init), (gst_wavparse_dispose),
16795 (gst_wavparse_reset), (gst_wavparse_init),
16796 (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16797 (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16798 (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16799 (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16800 (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16801 (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16802 (gst_wavparse_change_state):
16803 * gst/wavparse/gstwavparse.h:
16804 * sys/oss/gstossmixerelement.c:
16805 * sys/oss/gstosssink.c:
16806 * sys/oss/gstosssrc.c:
16807 * sys/osxaudio/gstosxaudioelement.c:
16808 * sys/osxaudio/gstosxaudiosink.c:
16809 * sys/osxaudio/gstosxaudiosrc.c:
16810 * sys/sunaudio/gstsunaudiomixer.c:
16811 * sys/sunaudio/gstsunaudiosink.c:
16812 Define GstElementDetails as const and also static (when defined as
16815 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
16817 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16818 Source pad has fixed caps. If we don't set this, bad
16819 things happen when the window is resized.
16821 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
16823 * gst/matroska/Makefile.am:
16824 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16825 (gst_matroska_demux_handle_src_event):
16826 * gst/matroska/matroska-ids.c:
16827 (gst_matroska_track_init_video_context),
16828 (gst_matroska_track_init_audio_context),
16829 (gst_matroska_track_init_subtitle_context),
16830 (gst_matroska_track_init_complex_context):
16831 * gst/matroska/matroska-ids.h:
16832 Handle case where the TrackType ebml chunk does not come before the
16833 TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16836 2006-04-25 Wim Taymans <wim@fluendo.com>
16838 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16839 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16840 It's codec_data, not codec_info.
16842 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
16844 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
16846 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16847 Handle codec_data for VfW compatibility codec IDs (#339451)
16849 * gst/matroska/matroska-mux.c:
16850 (gst_matroska_mux_video_pad_setcaps):
16851 Same here, handle codec_data and add additional caps we can handle
16852 now to the pad template (huffyuv, dv and h263 video) (#339451)
16854 2006-04-25 Tim-Philipp Müller <tim at centricular dot net>
16856 Patch by: Josef Zlomek <josef dot zlomek at itonis dot tv>
16858 * gst/matroska/matroska-mux.c:
16859 (gst_matroska_mux_create_buffer_header),
16860 (gst_matroska_mux_write_data):
16861 Fix timestamping of B-frames, use signed integers, do
16862 some rounding (#339678).
16864 2006-04-24 Edgard Lima <edgard.lima@indt.org.br>
16866 * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16867 just make it compile with --disable-gst-debug.
16869 2006-04-23 Sebastien Moutte <sebastien@moutte.net>
16871 * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16872 Fix a bad conversion using gst_guint64_to_gdouble.
16873 fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be
16874 replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16875 difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) -
16876 gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my
16879 2006-04-21 Sebastien Moutte <sebastien@moutte.net>
16881 * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16882 Use gst_guint64_to_gdouble for conversions
16883 * win32/vs6/gst_plugins_good.dsw:
16884 * win32/vs6/libgsticydemux.dsp:
16885 Add a project file for icydemux
16887 2006-04-21 Wim Taymans <wim@fluendo.com>
16889 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16891 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16892 (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16893 When splitting audio chunks, the block alignment is not taken in
16894 consideration, so the smaller chunks could be of size which is
16895 not a multiple of the block alignment. Fixes #336904
16897 2006-04-21 Wim Taymans <wim@fluendo.com>
16899 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16900 Use scale functions
16902 2006-04-21 Tim-Philipp Müller <tim at centricular dot net>
16904 * ext/dv/gstdv.c: (plugin_init):
16907 2006-04-21 Tim-Philipp Müller <tim at centricular dot net>
16909 * gst/debug/progressreport.c: (gst_progress_report_finalize),
16910 (gst_progress_report_class_init), (gst_progress_report_init),
16911 (gst_progress_report_do_query), (gst_progress_report_report),
16912 (gst_progress_report_set_property),
16913 (gst_progress_report_get_property):
16914 Add 'format' property to force querying to a particular format.
16916 2006-04-21 Andy Wingo <wingo@pobox.com>
16918 * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16919 best, on big endian systems. Drop its rank in that case. OTOH on
16920 x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16922 2006-04-21 Michael Smith <msmith@fluendo.com>
16925 * gst/icydemux/Makefile.am:
16926 * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16927 (gst_icydemux_base_init), (gst_icydemux_class_init),
16928 (gst_icydemux_reset), (gst_icydemux_init),
16929 (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16930 (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16931 (unicodify), (gst_icydemux_unicodify),
16932 (gst_icydemux_parse_and_send_tags),
16933 (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16934 (gst_icydemux_chain), (gst_icydemux_change_state),
16935 (gst_icydemux_send_tag_event), (plugin_init):
16936 * gst/icydemux/gsticydemux.h:
16937 * tests/check/Makefile.am:
16938 * tests/check/elements/icydemux.c: (typefind_succeed),
16939 (plugin_init), (icydemux_found_pad), (create_icydemux),
16940 (cleanup_icydemux), (push_data), (GST_START_TEST),
16941 (icydemux_suite), (main):
16942 Add icydemux, and tests.
16944 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
16946 * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16947 Post SEGMENT_DONE message in TIME format.
16949 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
16951 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16953 * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16954 (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16955 Fix index creation when we have to scan the file to create
16956 an index. There may be other types of RIFF 'LIST' chunks than
16957 'movi' and we need to skip them properly as well or we'll end up
16958 reading garbage (#336889). Some other cosmetic changes.
16960 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
16962 * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16963 (gst_flac_dec_handle_seek_event):
16964 Add support for segment seeks (fixes #338290). Also demote
16965 some recurring debug message from DEBUG to LOG level.
16967 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
16969 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16970 (gst_matroskademux_do_index_seek),
16971 (gst_matroska_demux_handle_seek_event),
16972 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16973 * gst/matroska/matroska-ids.h:
16974 Set DISCONT flag on first buffer after a discontinuity.
16975 Fix newsegment events sent when seeking and honour KEY_UNIT
16976 seek flag. Create pad with bogus caps if we don't recognise
16977 the stream codec id.
16979 * gst/matroska/matroska-demux.h:
16980 Fix GObject macros.
16982 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
16984 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
16986 * gst/matroska/matroska-demux.c:
16987 (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16988 Handle end of segment properly when set; don't dead-lock when
16989 posting start of segment message when doing a segment seek.
16992 2006-04-20 Tim-Philipp Müller <tim at centricular dot net>
16994 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16995 (gst_matroska_demux_plugin_init):
16996 Make mpeg2 aac audio work: create artificial private codec data
16997 chunk which faad2 seems to require, just as we do for mpeg4 aac.
16998 Also call gst_riff_init(). Partially fixes #338767.
17000 2006-04-19 Tim-Philipp Müller <tim at centricular dot net>
17002 * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
17003 (gst_wavenc_class_init), (gst_wavenc_init),
17004 (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
17005 (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
17006 (gst_wavenc_chain), (gst_wavenc_change_state):
17007 * gst/wavenc/gstwavenc.h:
17008 Set caps on first outgoing buffer, so that it doesn't error out
17009 immediately with a non-negotiated error (#338716). Rewrite and
17010 clean up a bit; fix setcaps function to parse things properly;
17011 fix sink caps (8bit audio is unsigned and doesn't have depth);
17012 use boilerplate macros; remove unused properties stuff.
17014 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
17016 * ext/gdk_pixbuf/gstgdkpixbuf.c:
17017 Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
17018 handle MJPEG streams and might be autoplugged for those if the
17019 user doesn't have jpegdec installed (resulting in a cryptic error
17020 message about huffman tables). Better to disable JPEG decoding here
17021 and let the user figure out that she needs to install jpegdec.
17023 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
17025 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17026 (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17027 (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
17028 * ext/gdk_pixbuf/gstgdkpixbuf.h:
17029 Make work with packetised/framed input (e.g. png-in-quicktime). Use
17030 GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
17031 GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
17032 debug messages. Fix boilerplate macros.
17034 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
17036 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17037 (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
17038 No need to special-case for Gdk-2.0 any longer, we require
17039 Gdk 2.2 or newer; minor clean-ups.
17041 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
17043 * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
17044 (gst_shout2send_class_init), (gst_shout2send_init),
17045 (set_shout_metadata), (gst_shout2send_set_metadata),
17046 (gst_shout2send_event), (gst_shout2send_start),
17047 (gst_shout2send_connect), (gst_shout2send_stop),
17048 (gst_shout2send_render), (gst_shout2send_set_property),
17049 (gst_shout2send_get_property), (gst_shout2send_setcaps),
17051 * ext/shout2/gstshout2.h:
17053 Rewrite a bit: use GstBaseSink::start and stop instead of a state
17054 change function; use GST_ELEMENT_ERROR for error reporting, not
17055 g_error() or GST_ERROR(); don't unref caps in setcaps function,
17056 will cause crashes or assertion failures; remove (unused) "sync"
17057 property, basesink already has such a property; misc. other
17058 minor fixes and cleanups.
17060 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
17062 * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
17063 * ext/esd/gstesd.c: (plugin_init):
17065 Add translatable error message for when we cannot
17066 connect to the sound server, as "Cannot open resource
17067 for writing" isn't really an acceptable message to show
17068 to the user in this case.
17070 2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
17072 * sys/oss/gst-i18n-plugin.h:
17073 Remove bogus file that doesn't belong here.
17075 2006-04-17 Tim-Philipp Müller <tim at centricular dot net>
17077 Patch by: Philippe Valembois
17079 * ext/shout2/gstshout2.c: (gst_shout2send_init),
17080 (gst_shout2send_set_metadata), (gst_shout2send_event),
17081 (gst_shout2send_render), (gst_shout2send_change_state):
17082 * ext/shout2/gstshout2.h:
17083 Handle tags being received before the connection to
17084 the server is established properly (see #338636).
17086 2006-04-17 Tim-Philipp Müller <tim at centricular dot net>
17088 * ext/shout2/gstshout2.c: (gst_shout2send_render):
17089 Don't crash in case the connection to the server fails:
17090 don't set pointer to NULL by assigning FALSE; error out
17091 properly by using GST_ELEMENT_ERROR and returning
17092 GST_FLOW_ERROR (fixes #338636). Lastly, free connection
17093 before resetting the pointer.
17095 2006-04-17 Jan Schmidt <thaytan@mad.scientist.com>
17097 * gst/id3demux/id3tags.c:
17098 Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
17101 2006-04-12 Wim Taymans <wim@fluendo.com>
17103 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17104 (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
17105 (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17106 (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
17107 (gst_gdk_pixbuf_chain):
17109 Added RGBA as a possible output format.
17110 Correctly free the supported mimetypes.
17111 deprecate silent arg, it's not used.
17112 Return result from _alloc_buffer to peer.
17114 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
17116 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
17117 Don't leak memory allocated by gst_buffer_new_and_alloc() by
17118 overwriting GST_BUFFER_MALLOCDATA.
17120 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
17122 * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17123 (user_endrow_callback), (user_end_callback),
17124 (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
17125 (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
17126 (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
17127 * ext/libpng/gstpngdec.h:
17128 Handle more than one frame if the content is framed,
17129 like with png-in-quicktime (#331917).
17131 2006-04-10 Thomas Vander Stichele <thomas at apestaart dot org>
17133 * sys/oss/Makefile.am:
17134 * sys/oss/common.h:
17135 * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17136 (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17137 * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17138 (gst_oss_src_unprepare):
17139 - the user-visible error strings were in the wrong category
17140 - and the messages were not marked for translation
17141 - which is actually a good thing, because they were exactly
17142 the kind of message you would never want anyone to see
17143 - the macros were using variables that didn't exist in the macro
17145 - and they were obviously copied from each other and then modified
17146 - so a common header makes sense
17148 2006-04-10 Tim-Philipp Müller <tim at centricular dot net>
17150 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17151 Don't try to modify read-only data.
17153 * gst/matroska/matroska-demux.c:
17154 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17155 Fix comment (won't crash any longer now).
17157 2006-04-10 Michael Smith <msmith@fluendo.com>
17159 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17160 Use copies of header buffers for caps to avoid circular refcounting
17161 problems (as in theoradec, vorbisdec).
17163 * tests/check/elements/cmmldec.c: (GST_START_TEST):
17164 Fix a typo in test that meant it was testing the wrong thing.
17166 * tests/check/elements/cmmlenc.c: (check_headers):
17167 Fix refcount checks now that we use buffer-copies for caps.
17169 2006-04-10 Tim-Philipp Müller <tim at centricular dot net>
17171 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17172 (gst_matroska_demux_handle_seek_event),
17173 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17174 (gst_matroska_demux_subtitle_caps),
17175 (gst_matroska_demux_plugin_init):
17176 Use static pad templates with ANY caps for audio and video
17177 source pads and get rid of a lot of unnecessary (and partially
17178 broken) code for the template caps. Clean up caps finding
17179 functions. Fixes playback of audio files/streams that do not
17180 contain the sample rate and/or number of channels in the audio
17181 context (happens a lot with vorbis/mp3 .mka files it seems).
17183 Also add myself to copyright holders.
17185 2006-04-10 Michael Smith <msmith@fluendo.com>
17187 * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17188 Use g_list_delete_link () instead of g_list_remove_link () so that
17189 we free the link as well as the contained data.
17191 2006-04-10 Wim Taymans <wim@fluendo.com>
17193 Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17195 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17196 (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17197 (gst_avi_demux_stream_header):
17198 Fix some crashers with empty chunks. (Fixes #337749)
17200 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
17202 * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17203 use G_GINT64_CONSTANT for INT64 constants
17204 * gst/videofilter/gstvideobalance.c:
17205 define rint for WIN32 #define rint(x) (floor((x)+0.5))
17206 * win32/vs6/libgstavi.dsp:
17207 add missing libraries for the link and remove avimux.c from
17208 the project as it isn't ported to 0.10 yet
17210 2006-04-09 Tim-Philipp Müller <tim at centricular dot net>
17212 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17213 Even better would be if we actually did the right thing
17214 here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17216 2006-04-08 Tim-Philipp Müller <tim at centricular dot net>
17218 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17219 Can't just replace 1LL with 1L here just because MSVC doesn't
17220 support it, as it might lead to incorrect results when doing the
17221 bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17222 force a 64-bit constant in a way that all compilers are happy with.
17224 2006-04-08 Stefan Kost <ensonic@users.sf.net>
17226 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17227 * ext/esd/esdsink.c: (gst_esdsink_class_init):
17228 * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17229 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17230 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17231 * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17232 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17233 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17234 * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17235 * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17236 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17237 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17238 * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17239 * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17240 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17241 * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17242 * gst/avi/gstavimux.c: (gst_avimux_class_init):
17243 * gst/debug/efence.c: (gst_efence_class_init):
17244 * gst/debug/negotiation.c: (gst_negotiation_class_init):
17245 * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17246 * gst/goom/gstgoom.c: (gst_goom_class_init):
17247 * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17248 * gst/interleave/deinterleave.c: (deinterleave_class_init):
17249 * gst/interleave/interleave.c: (interleave_class_init):
17250 * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17251 * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17252 * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17253 * gst/median/gstmedian.c: (gst_median_class_init):
17254 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17255 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17256 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17257 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17258 * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17259 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17260 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17261 * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17262 * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17263 * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17264 * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17265 * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17266 * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17267 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17268 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17269 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17270 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17271 * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17272 * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17273 * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17274 * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17275 * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17276 * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17277 * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17278 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17279 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17280 * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17281 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17282 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17283 * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17284 * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17285 * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17286 * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17287 * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17288 * sys/osxaudio/gstosxaudioelement.c:
17289 (gst_osxaudioelement_class_init):
17290 * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17291 * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17292 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17293 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17295 2006-04-08 Stefan Kost <ensonic@users.sf.net>
17297 * ext/mikmod/gstmikmod.h:
17298 * gst/level/gstlevel.h:
17299 Fix more broken GObject macros
17301 2006-04-08 Stefan Kost <ensonic@users.sf.net>
17303 * ext/annodex/gstcmmldec.h:
17304 * ext/annodex/gstcmmlenc.h:
17305 * ext/annodex/gstcmmltag.h:
17306 * ext/cairo/gsttextoverlay.h:
17307 * ext/ladspa/gstsignalprocessor.h:
17308 * gst/matroska/ebml-read.h:
17309 * gst/matroska/ebml-write.h:
17310 * sys/osxaudio/gstosxaudioelement.h:
17311 Fix broken GObject macros
17313 2006-04-08 Tim-Philipp Müller <tim at centricular dot net>
17315 * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17316 Don't try to seek beyond the end of the file (would
17317 occasionally display error dialogs in totem when seeking
17318 to the end) (#335869). Will still throw an error though
17319 if the file is truncated and the total_samples value in
17320 the stream header is wrong.
17322 2006-04-07 Tim-Philipp Müller <tim at centricular dot net>
17324 * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17325 (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17326 (gst_flac_dec_metadata_callback):
17327 * ext/flac/gstflacdec.h:
17328 If the stream header doesn't contain the total number of samples,
17329 search for the last flac frame at the end of the file and calculate
17330 the total duration from that frame's offset (fixes #337609).
17332 2006-04-07 Edward Hervey <edward@fluendo.com>
17334 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17335 Don't unref the GstPadTemplate returned by
17336 gst_element_class_get_pad_template().
17338 2006-04-06 Tim-Philipp Müller <tim at centricular dot net>
17340 Patch by: Brian Cameron <brian dot cameron at sun dot com>
17342 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17343 (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17344 * sys/sunaudio/gstsunaudiosink.h:
17345 Use spec->segsize and spec->segtotal in the prepare function
17346 to initialise the ring buffer instead of using the buffer-time
17347 property (#337421).
17349 2006-04-06 Tim-Philipp Müller <tim at centricular dot net>
17352 Bump core requirements to CVS for gst_pad_query_peer_duration()
17353 which is used by speexdec.
17355 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
17357 * ext/speex/gstspeex.c: (plugin_init):
17358 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17359 (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17360 (speex_get_sink_query_types), (speex_dec_sink_query),
17361 (speex_get_src_query_types), (speex_dec_src_query),
17362 (speex_dec_src_event), (speex_dec_sink_event),
17363 (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17364 (speex_dec_chain_parse_data), (speex_dec_chain),
17365 (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17366 (speex_dec_change_state):
17367 * ext/speex/gstspeexdec.h:
17368 Fix seeking and duration queries (#337033); clean up and
17371 2006-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
17373 * ext/raw1394/gstdv1394src.c:
17374 distinguish between device not found and could not open for
17377 2006-04-03 Thomas Vander Stichele <thomas at apestaart dot org>
17381 * pkgconfig/.cvsignore:
17382 * pkgconfig/Makefile.am:
17383 * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17384 add a .pc file so other modules can use good plugins in tests
17386 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
17389 clean up, use AS_VERSION and AS_NANO
17390 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17391 use PACKAGE_VERSION define
17408 2006-03-31 Sebastien Moutte <sebastien@moutte.net>
17410 * ext\jpeg\smokecodec.c:
17411 use of GST_DEBUG instead of DEBUG(a...) for WIN32
17412 * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17413 move first instruction after all variables declarations
17414 * gst\alpha\gstalpha.c:
17415 * gst\effectv\gstshagadelic.c:
17416 * gst\smpte\paint.c:
17417 * gst\videofilter\gstvideobalance.c:
17418 define M_PI if it's not defined (it's not defined on WIN32)
17419 * gst\cutter\gstcutter.c: (gst_cutter_chain):
17420 * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17421 * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17422 * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info),
17423 (gst_matroska_demux_video_caps):
17424 * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17425 * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17426 use gst_guint64_to_gdouble for conversions
17427 * gst\goom\filters.c: (setPixelRGB_):
17428 fix a debug which was using undefined variable
17429 * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17430 * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17431 replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17433 add vs6 projects files for most of plugins-good
17435 2006-03-30 j^ <j@bootlab.org>
17437 * ext/aalib/gstaasink.c:
17438 * ext/annodex/gstcmmldec.c:
17439 * ext/annodex/gstcmmlenc.c:
17440 * ext/cairo/gsttextoverlay.c:
17441 * ext/cairo/gsttimeoverlay.c:
17442 * ext/cdio/gstcdiocddasrc.c:
17443 * ext/dv/gstdvdec.c:
17444 * ext/esd/esdmon.c:
17445 * ext/esd/esdsink.c:
17446 * ext/flac/gstflacdec.c:
17447 * ext/flac/gstflacenc.c:
17448 * ext/flac/gstflactag.c:
17449 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17450 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17451 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17452 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17453 * ext/gdk_pixbuf/gstgdkpixbuf.c:
17454 * ext/gdk_pixbuf/pixbufscale.c:
17455 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17456 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17457 * ext/jpeg/gstjpegdec.c:
17458 * ext/jpeg/gstjpegenc.c:
17459 * ext/jpeg/gstsmokedec.c:
17460 * ext/jpeg/gstsmokeenc.c:
17461 * ext/libcaca/gstcacasink.c:
17462 * ext/libmng/gstmngdec.c:
17463 * ext/libmng/gstmngenc.c:
17464 * ext/libpng/gstpngdec.c:
17465 * ext/libpng/gstpngenc.c:
17466 * ext/mikmod/gstmikmod.c:
17467 * ext/raw1394/gstdv1394src.c:
17468 * ext/shout2/gstshout2.c:
17469 * ext/speex/gstspeexdec.c:
17470 * ext/speex/gstspeexenc.c:
17471 * gst/alpha/gstalpha.c:
17472 * gst/alpha/gstalphacolor.c:
17473 * gst/auparse/gstauparse.c:
17474 * gst/autodetect/gstautoaudiosink.c:
17475 (gst_auto_audio_sink_base_init):
17476 * gst/autodetect/gstautovideosink.c:
17477 (gst_auto_video_sink_base_init):
17478 * gst/avi/gstavimux.c: (gst_avimux_base_init):
17479 * gst/cutter/gstcutter.c:
17480 * gst/debug/breakmydata.c:
17481 * gst/debug/efence.c:
17482 * gst/debug/gstnavigationtest.c:
17483 * gst/debug/negotiation.c:
17484 * gst/debug/progressreport.c:
17485 * gst/debug/testplugin.c:
17486 * gst/effectv/gstaging.c:
17487 * gst/effectv/gstdice.c:
17488 * gst/effectv/gstedge.c:
17489 * gst/effectv/gstquark.c:
17490 * gst/effectv/gstrev.c:
17491 * gst/effectv/gstvertigo.c:
17492 * gst/effectv/gstwarp.c:
17493 * gst/flx/gstflxdec.c:
17494 * gst/goom/gstgoom.c:
17495 * gst/interleave/deinterleave.c:
17496 * gst/interleave/interleave.c:
17497 * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17498 * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17499 * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17500 * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17501 * gst/level/gstlevel.c:
17502 * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17503 * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17504 * gst/median/gstmedian.c:
17505 * gst/monoscope/gstmonoscope.c:
17506 * gst/multipart/multipartdemux.c:
17507 * gst/multipart/multipartmux.c:
17508 * gst/oldcore/gstmd5sink.c:
17509 * gst/oldcore/gstmultifilesrc.c:
17510 * gst/oldcore/gstpipefilter.c:
17511 * gst/oldcore/gstshaper.c:
17512 * gst/oldcore/gststatistics.c:
17513 * gst/rtp/gstasteriskh263.c:
17514 * gst/rtp/gstrtpL16depay.c:
17515 * gst/rtp/gstrtpL16pay.c:
17516 * gst/rtp/gstrtpamrdepay.c:
17517 * gst/rtp/gstrtpamrpay.c:
17518 * gst/rtp/gstrtpdepay.c:
17519 * gst/rtp/gstrtpgsmpay.c:
17520 * gst/rtp/gstrtph263pay.c:
17521 * gst/rtp/gstrtph263pdepay.c:
17522 * gst/rtp/gstrtph263ppay.c:
17523 * gst/rtp/gstrtpmp4gpay.c:
17524 * gst/rtp/gstrtpmp4vdepay.c:
17525 * gst/rtp/gstrtpmp4vpay.c:
17526 * gst/rtp/gstrtpmpadepay.c:
17527 * gst/rtp/gstrtpmpapay.c:
17528 * gst/rtp/gstrtppcmadepay.c:
17529 * gst/rtp/gstrtppcmapay.c:
17530 * gst/rtp/gstrtppcmudepay.c:
17531 * gst/rtp/gstrtppcmupay.c:
17532 * gst/rtp/gstrtpspeexdepay.c:
17533 * gst/rtp/gstrtpspeexpay.c:
17534 * gst/rtsp/gstrtpdec.c:
17535 * gst/smpte/gstsmpte.c:
17536 * gst/videobox/gstvideobox.c:
17537 * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17538 * gst/videofilter/gstvideobalance.c:
17539 * gst/videofilter/gstvideoflip.c:
17540 * gst/videofilter/gstvideotemplate.c:
17541 (gst_videotemplate_base_init):
17542 * gst/videomixer/videomixer.c:
17543 * gst/wavenc/gstwavenc.c:
17544 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17545 better/unified long descriptions
17547 Some cleanups to auparse, don't send multiple newsegments.
17549 2006-03-29 Wim Taymans <wim@fluendo.com>
17551 From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17553 * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17554 (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17555 (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17556 (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17557 * ext/dv/gstdvdemux.h:
17558 Seek in READY patch. Only works for pull based mode.
17561 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
17563 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17564 (gst_gdk_pixbuf_event):
17565 Fix two crashers: don't unref the same caps twice, and
17566 set pixbuf loader to NULL after freeing it.
17568 2006-03-27 Wim Taymans <wim@fluendo.com>
17570 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17571 (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17572 (gst_speexenc_chain):
17573 * ext/speex/gstspeexenc.h:
17574 Don't leak adapter.
17575 A push *always* takes ownership of the buffer, even on
17579 2006-03-26 Tim-Philipp Müller <tim at centricular dot net>
17581 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17582 Create source pad without leaking.
17584 2006-03-24 Wim Taymans <wim@fluendo.com>
17586 * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17587 * ext/flac/gstflacdec.h:
17588 * ext/flac/gstflacenc.h:
17590 Fix deadly lock order error in seeking code, STREAM_LOCK
17591 cannot be taken within LOCK and the streaming variables are
17592 protected with the STREAM_LOCK anyway.
17594 2006-03-24 Wim Taymans <wim@fluendo.com>
17596 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17597 (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17598 (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17599 this patch combines the global init_frames with the stream
17600 init_frames. Rationale being that the global delay should
17601 be subtracted from any stream delay.
17604 2006-03-24 Stefan Kost <ensonic@users.sf.net>
17606 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17607 * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17608 * gst/smpte/gstsmpte.c: (gst_smpte_init):
17609 * gst/videomixer/videomixer.c: (gst_videomixer_init):
17610 use DEBUG_FUNCPTR for collectpads
17612 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
17614 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17615 Don't crash when encoding images where the number of rows isn't
17616 a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17618 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
17620 * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17621 * gst/interleave/deinterleave.c: (deinterleave_change_state):
17622 * gst/interleave/interleave.c: (interleave_change_state):
17623 * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17624 More state change function fixes.
17626 2006-03-23 Wim Taymans <wim@fluendo.com>
17628 * ext/esd/esdsink.c: (gst_esdsink_class_init),
17629 (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17630 (gst_esdsink_prepare), (gst_esdsink_unprepare),
17631 (gst_esdsink_delay), (gst_esdsink_reset):
17632 * ext/esd/esdsink.h:
17633 Fix esd choppy playback by configuring audiosink
17634 correctly. Fixes #325191
17636 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
17638 * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17639 Make state change function thread-safe.
17641 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
17643 * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17644 (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17645 Don't try to read beyond the end of the file just because
17646 the header claims a bigger size (like with truncated files).
17648 2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
17650 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17651 (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17652 (gst_wavparse_stream_data), (gst_wavparse_loop):
17653 * gst/wavparse/gstwavparse.h:
17654 Delay source pad creation until we have the first chunk of
17655 media data, so the we can examine the data and adjust the
17656 caps accordingly if required. This makes playback of .wav
17657 files with DTS-declared-as-PCM content work (#313266).
17659 2006-03-22 Jan Schmidt <thaytan@mad.scientist.com>
17661 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17662 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17663 Don't attempt typefinding on too-short buffers that have been
17664 completely trimmed away. (Fixes #330239)
17666 * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17667 Improve the debug output
17669 2006-03-21 Wim Taymans <wim@fluendo.com>
17671 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17672 (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17673 (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17674 (gst_esdsink_set_property), (gst_esdsink_get_property):
17676 Reset fd to -1 when we close them.
17678 2006-03-21 Wim Taymans <wim@fluendo.com>
17680 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17681 the OPTIONS request result is optional so don't
17684 2006-03-21 Edward Hervey <edward@fluendo.com>
17686 * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17687 * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17688 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17689 (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17690 (gst_wavparse_change_state):
17691 gcc 4.1 unreferenced pointer fixes.
17693 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
17695 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
17697 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17698 Fix block alignment calculation. Alignment should be done before
17699 adding the byte offset where the data starts (#335231).
17701 2006-03-20 Jan Schmidt <thaytan@mad.scientist.com>
17703 * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17704 Ensure that we set correct caps on buffers that are transferred
17705 direct from the input.
17707 2006-03-20 Jan Schmidt <thaytan@mad.scientist.com>
17709 * gst/goom/filters.c: (zoomFilterDestroy):
17710 * gst/goom/goom_core.c: (goom_close):
17711 Free filter data when cleaning up. (Fixes: #334995)
17713 2006-03-17 Tim-Philipp Müller <tim at centricular dot net>
17716 Don't compile udp and rtsp plugins on win32 (mingw) or other
17717 systems that don't have <sys/socket.h> for some reason (#316203).
17719 2006-03-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17721 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17722 (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17723 * ext/raw1394/gstdv1394src.h:
17724 Change bus reset handler so it reports useful information such as
17725 whether the device being used connected or disconnected
17727 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
17729 * gst/id3demux/id3v2frames.c:
17730 (parse_relative_volume_adjustment_two):
17731 We only care about gain and peak data for the master volume.
17733 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
17735 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17736 (parse_id_string), (parse_unique_file_identifier),
17737 (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17738 Read replay gain tags (#323721).
17740 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
17743 Bump requirements to gst-plugins-base CVS because
17744 of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17746 2006-03-15 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
17748 * rtp/gst/gstrtppcmadepay.c:
17749 Fixed one of the caps in the code from mulaw to alaw.
17751 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
17753 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17754 Ensure that we set caps on the buffers we pass.
17756 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17757 (gst_id3demux_sink_activate):
17758 Ensure that we set caps on the buffers we pass.
17760 Use STREAM, TYPE_NOT_FOUND as the error class when
17763 2006-03-15 Edward Hervey <edward@fluendo.com>
17765 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17766 * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17767 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17768 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17769 (gst_jpeg_dec_setcaps):
17770 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17771 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17772 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17773 * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17774 (gst_mngdec_src_getcaps):
17775 * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17776 (gst_pngdec_caps_create_and_set):
17777 * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17778 * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17779 * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17780 * gst/alpha/gstalpha.c: (gst_alpha_init):
17781 * gst/auparse/gstauparse.c: (gst_au_parse_init):
17782 * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17783 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17784 * gst/cutter/gstcutter.c: (gst_cutter_init):
17785 * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17786 (gst_efence_checkgetrange):
17787 * gst/debug/negotiation.c: (gst_negotiation_init):
17788 * gst/flx/gstflxdec.c: (gst_flxdec_init):
17789 * gst/goom/gstgoom.c: (gst_goom_init):
17790 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17791 * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17792 * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17793 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17794 * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17795 * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17796 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17797 * gst/smpte/gstsmpte.c: (gst_smpte_init):
17798 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17799 (gst_wavparse_create_sourcepad):
17800 Fix memleak with gst_static_pad_template_get().
17801 This uses gst_pad_new_from_static_template() instead.
17804 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17807 Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17810 * gst/id3demux/gstid3demux.c: (plugin_init):
17811 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17812 (parse_user_text_identification_frame),
17813 (parse_unique_file_identifier):
17814 Add support for UFID and TXXX frames and extract musicbrainz tags.
17816 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17818 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17819 Catch short reads, like they might happen with truncated
17820 files (see #305279); remove unnecessary indentation.
17822 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17824 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17825 Fix DIB image inversion for pictures with a
17826 depth != 8 (#305279).
17828 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17830 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17831 (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17832 * ext/jpeg/gstjpegdec.h:
17833 Fix durations on outgoing buffers after seeking
17834 in MJPEG files (#334083); some minor clean-ups.
17836 2006-03-13 Wim Taymans <wim@fluendo.com>
17838 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17839 (gst_wavparse_change_state):
17840 Implement seek in READY (re-fixes #327658)
17842 2006-03-13 Wim Taymans <wim@fluendo.com>
17844 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17845 * ext/esd/esdmon.c: (gst_esdmon_get):
17846 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17847 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17848 (gst_gdk_pixbuf_sink_getcaps):
17849 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17850 (gst_jpegenc_setcaps):
17851 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17852 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17853 (gst_smokeenc_setcaps):
17854 * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17855 (gst_mngdec_src_getcaps):
17856 * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17857 (gst_mngenc_chain):
17858 * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17859 * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17860 * ext/speex/gstspeexdec.c: (speex_dec_convert),
17861 (speex_dec_src_event), (speex_dec_chain):
17862 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17863 (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17864 * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17865 (gst_negotiation_pad_link), (gst_negotiation_chain):
17866 * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17867 (gst_flxdec_chain):
17868 * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17869 (deinterleave_chain):
17870 * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17871 * gst/median/gstmedian.c: (gst_median_link):
17872 * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17873 (gst_monoscope_chain):
17874 * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17875 * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17876 * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17877 * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17878 close #333784 unref the result of gst_pad_get_parent()
17879 by: Christophe Fergeau.
17881 2006-03-09 Wim Taymans <wim@fluendo.com>
17883 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17884 (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17885 Handle events in push mode better, can now do non-flushing
17886 seeks in push mode as well.
17888 2006-03-07 Wim Taymans <wim@fluendo.com>
17890 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17891 Applied patch from Kai Vehmanen, fixes #333624.
17893 2006-03-06 Julien MOUTTE <julien@moutte.net>
17895 * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
17896 Implement paletted and grayscale png files handling.
17899 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
17901 * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17902 (gst_speexenc_chain):
17903 fix a tag list assert
17904 follow gst-plugins-base/ext/ogg/README; set OFFSET
17905 and OFFSET_END. Muxes correctly with gst-plugins-base
17908 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
17910 * gst/id3demux/Makefile.am:
17911 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17912 (gst_id3demux_chain), (gst_id3demux_sink_activate):
17913 Use new typefind helper functions here as well, and
17914 do typefinding in pull-mode if upstream supports that.
17916 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
17918 * sys/sunaudio/gstsunaudiomixerctrl.c:
17919 (gst_sunaudiomixer_ctrl_get_volume),
17920 (gst_sunaudiomixer_ctrl_set_volume):
17921 * sys/sunaudio/gstsunaudiomixertrack.c:
17922 (gst_sunaudiomixer_track_new):
17923 Remove unused variables, breaks build from CVS
17924 with -Werror (#333392, patch by: Benjamin Pineau)
17926 2006-03-03 Wim Taymans <wim@fluendo.com>
17928 * docs/plugins/Makefile.am:
17929 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17930 * docs/plugins/gst-plugins-good-plugins-sections.txt:
17931 Added wavparse docs.
17933 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17934 (gst_wavparse_reset), (gst_wavparse_init),
17935 (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17936 (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17937 (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17938 (gst_wavparse_stream_data), (gst_wavparse_loop),
17939 (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17940 (gst_wavparse_change_state):
17941 * gst/wavparse/gstwavparse.h:
17942 Implement seek in READY (fixes #327658)
17943 Added docs and did some cleanups.
17945 2006-03-03 Tim-Philipp Müller <tim at centricular dot net>
17947 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17948 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17949 (gst_avi_demux_calculate_durations_from_index),
17950 (gst_avi_demux_stream_header):
17951 * gst/avi/gstavidemux.h:
17952 If we have an index, use a duration based on the index instead
17953 of blindly trusting the information in the stream headers
17956 2006-03-03 Wim Taymans <wim@fluendo.com>
17958 * docs/plugins/Makefile.am:
17959 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17960 * docs/plugins/gst-plugins-good-plugins-sections.txt:
17961 * docs/plugins/gst-plugins-good-plugins.hierarchy:
17962 Added smoke and jpeg to the docs.
17964 * ext/jpeg/Makefile.am:
17965 * ext/jpeg/gstjpeg.c: (plugin_init):
17966 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17967 * ext/jpeg/gstjpegenc.h:
17968 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17969 (gst_smokedec_chain):
17970 * ext/jpeg/gstsmokedec.h:
17971 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17972 * ext/jpeg/gstsmokeenc.h:
17973 * ext/jpeg/smokecodec.h:
17974 Port smokedec (fixes #331905).
17978 2006-03-03 Wim Taymans <wim@fluendo.com>
17980 * docs/plugins/Makefile.am:
17981 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17982 * docs/plugins/gst-plugins-good-plugins-sections.txt:
17983 * docs/plugins/gst-plugins-good-plugins.hierarchy:
17984 Added videobalance and videoflip to the docs.
17986 * gst/videofilter/Makefile.am:
17987 * gst/videofilter/gstvideobalance.c:
17988 (gst_video_balance_update_tables_planar411),
17989 (gst_video_balance_is_passthrough),
17990 (gst_video_balance_update_properties), (oil_tablelookup_u8),
17991 (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17992 (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17993 (gst_video_balance_finalize), (gst_video_balance_class_init),
17994 (gst_video_balance_init), (gst_video_balance_interface_supported),
17995 (gst_video_balance_interface_init),
17996 (gst_video_balance_colorbalance_list_channels),
17997 (gst_video_balance_colorbalance_set_value),
17998 (gst_video_balance_colorbalance_get_value),
17999 (gst_video_balance_colorbalance_init),
18000 (gst_video_balance_set_property), (gst_video_balance_get_property),
18001 (gst_video_balance_get_type), (plugin_init):
18002 * gst/videofilter/gstvideobalance.h:
18003 Ported to 0.10. (Fixes #326160)
18006 * gst/videofilter/gstvideoflip.c:
18007 * gst/videofilter/gstvideoflip.h:
18010 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
18013 Bump requirements to current core and -base CVS
18014 (core for new typefind helper API, and -base for the
18015 WAVFORMATEX support that was added to libgstriff and
18016 is needed by wavparse).
18018 * gst/apetag/Makefile.am:
18019 * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
18020 (gst_tag_demux_sink_activate):
18021 Use new typefind helpers for typefinding instead of our
18022 home-grown stuff; also, do typefinding in pull-mode if
18023 upstream supports that.
18025 2006-02-28 Jürg Billeter <j (at) bitron.ch>
18027 Reviewed by: Christian Schaller <christian@fluendo.com>
18029 This patch fixes bug: 329107
18031 This Changelog entry is for a commit done on February 17
18033 * ext/gconf/gconf.c
18034 * ext/gconf/gconf.h
18035 * ext/gconf/gstgconfaudiosink.c
18036 * ext/gconf/gstgconfaudiosink.h
18037 * gconf/gstreamer.schemas.in
18039 2006-02-28 Wim Taymans <wim@fluendo.com>
18041 * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
18042 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18043 (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
18044 (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
18045 Use DEBUG_OBJECT more.
18047 2006-02-28 Wim Taymans <wim@fluendo.com>
18049 * docs/plugins/Makefile.am:
18050 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18051 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18052 Added dvdec and dvdemux to docs.
18054 * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
18056 Check frame sizes so we don't crash when don't have enough
18058 Send nice error messages on error.
18060 * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
18061 (gst_dvdemux_class_init), (gst_dvdemux_init),
18062 (gst_dvdemux_finalize), (gst_dvdemux_reset),
18063 (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18064 (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18065 (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
18066 (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
18067 (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
18068 (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
18069 (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
18070 (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18071 (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
18072 (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
18073 (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
18074 * ext/dv/gstdvdemux.h:
18076 Implement pull mode.
18078 Reduce memcpy for the video demuxing.
18080 2006-02-28 Jan Schmidt <thaytan@mad.scientist.com>
18082 * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
18083 (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
18084 (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
18085 * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
18086 Add a little extra debug. Make the decoder not return NOT_LINKED,
18087 as we want to continue decoding all CMML and emitting tags.
18089 2006-02-27 Michael Smith <msmith@fluendo.com>
18091 * ext/annodex/gstskeltag.c:
18092 * ext/annodex/gstskeltag.h:
18093 Deleted; these files aren't used any more either.
18095 2006-02-25 Julien MOUTTE <julien@moutte.net>
18097 * ext/Makefile.am: Fix dist-check.
18099 2006-02-25 Julien MOUTTE <julien@moutte.net>
18101 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
18104 2006-02-25 Alessandro Decina <alessandro@nnva.org>
18106 * ext/annodex/Makefile.am:
18107 * ext/annodex/gstannodex.c:
18108 * ext/annodex/gstcmmldec.c:
18109 * ext/annodex/gstcmmlenc.c:
18110 * ext/annodex/gstcmmlparser.c:
18111 * ext/annodex/gstcmmlparser.h:
18112 * ext/annodex/gstcmmlutils.c:
18113 * tests/check/elements/cmmldec.c:
18114 * tests/check/elements/cmmlenc.c:
18115 Fix a memleak in gst_cmml_track_list_add_clip.
18116 Handle overflows in clip's start and end times.
18117 Add the "encoded" parameter to cmmldec and cmmlenc caps.
18118 Do not parse junk at the end of a CMML preamble buffer.
18119 Register a libxml error handler to not print stuff on stderr.
18120 Check for bad clip start and end times in the testsuites.
18122 2006-02-25 Julien MOUTTE <julien@moutte.net>
18124 * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
18125 (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
18126 * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
18127 (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
18128 * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
18131 2006-02-25 Julien MOUTTE <julien@moutte.net>
18133 * tests/check/Makefile.am:
18134 * tests/check/elements/cmmldec.c:
18135 * tests/check/elements/cmmlenc.c: Fix tests so that they use
18136 the plugins-base tags.
18138 2006-02-25 Julien MOUTTE <julien@moutte.net>
18140 * ext/Makefile.am: Re-enable module.
18142 2006-02-25 Julien MOUTTE <julien@moutte.net>
18144 * tests/check/Makefile.am: Forgot to remove that test.
18146 2006-02-25 Julien MOUTTE <julien@moutte.net>
18148 * ext/annodex/Makefile.am:
18149 * ext/annodex/gstannodex.c: (plugin_init):
18150 * ext/annodex/gstcmmldec.c:
18151 * ext/annodex/gstskeldec.c:
18152 * ext/annodex/gstskeldec.h:
18153 * tests/check/Makefile.am:
18154 * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18156 2006-02-25 Julien MOUTTE <julien@moutte.net>
18158 * tests/check/Makefile.am: Disable those checks as well.
18160 2006-02-24 Julien MOUTTE <julien@moutte.net>
18162 * ext/Makefile.am: Disable annodex for now until we figure out
18163 how to make it build.
18164 * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18165 Add a rule to your checklist : "please try to at least build
18166 what you are going to commit into -good, or if you are too lazy
18167 to do that, please check that the buildbots are not crying because
18170 2006-02-24 Edgard Lima <edgard.lima@indt.org.br>
18174 * ext/gdk_pixbuf/Makefile.am:
18175 * ext/gdk_pixbuf/gstgdkpixbuf.c:
18176 * ext/gdk_pixbuf/gstgdkpixbuf.h:
18177 * ext/gdk_pixbuf/pixbufscale.c:
18178 * ext/gdk_pixbuf/pixbufscale.h:
18179 Gdkpixbuf ported from 0.8 to 0.10 by
18180 Renato Filho <renato.filho@indt.org.br>.
18181 gst_loader and gdkpixbufanimation still need port.
18183 2006-02-24 Michael Smith <msmith@fluendo.com>
18186 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18188 * ext/annodex/Makefile.am:
18189 * ext/annodex/gstannodex.c:
18190 * ext/annodex/gstannodex.h:
18191 * ext/annodex/gstcmmldec.c:
18192 * ext/annodex/gstcmmldec.h:
18193 * ext/annodex/gstcmmlenc.c:
18194 * ext/annodex/gstcmmlenc.h:
18195 * ext/annodex/gstcmmlparser.c:
18196 * ext/annodex/gstcmmlparser.h:
18197 * ext/annodex/gstcmmltag.c:
18198 * ext/annodex/gstcmmltag.h:
18199 * ext/annodex/gstcmmlutils.c:
18200 * ext/annodex/gstcmmlutils.h:
18201 * ext/annodex/gstskeldec.c:
18202 * ext/annodex/gstskeldec.h:
18203 * ext/annodex/gstskeltag.c:
18204 * ext/annodex/gstskeltag.h:
18205 * tests/check/Makefile.am:
18206 * tests/check/elements/cmmldec.c:
18207 * tests/check/elements/cmmlenc.c:
18208 * tests/check/elements/skeldec.c:
18209 Add Annodex elements from Alessendro Decina: skeleton and CMML.
18210 Includes tests & docs, oh my! Passes Thomas's -good checklist
18213 2006-02-24 Michael Smith <msmith@fluendo.com>
18216 Check for automake 1.9 as well.
18218 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
18220 * ext/flac/gstflacenc.c:
18221 Change min. sample rate to 8kHz to match flacdec's.
18223 2006-02-23 Tim-Philipp Müller <tim at centricular dot net>
18225 * ext/cdio/Makefile.am:
18226 Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18227 required for Cygwin, see #317048)
18229 * gst/rtp/gstasteriskh263.c:
18230 Cygwin has includes for both the unix network socket API
18231 and the windows API, but only one can be included, so fix
18232 includes to only use one or the other, prefering the unxi
18235 2006-02-23 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
18237 * rtp/gst/gstrtppcmadepay.c:
18238 * rtp/gst/gstrtppcmadepay.h:
18239 * rtp/gst/gstgstrtppcmapay.c:
18240 * rtp/gst/gstgstrtppcmapay.h:
18241 * rtp/gst/gstrtppcmudepay.c:
18242 * rtp/gst/gstrtppcmudepay.h:
18243 * rtp/gst/gstrtppcmupay.c:
18244 * rtp/gst/gstrtppcmupay.h:
18245 * rtp/gst/Makefile.am:
18246 * rtp/gst/gstrtp.c:
18248 Separated the G711 payloaders/depayloaders into separate elements for
18249 mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18251 2006-02-22 Wim Taymans <wim@fluendo.com>
18253 * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18254 (gst_dvdec_change_state):
18255 * ext/dv/gstdvdec.h:
18256 * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18257 (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18258 (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18259 (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18260 (gst_dvdemux_flush), (gst_dvdemux_chain),
18261 (gst_dvdemux_change_state):
18262 * ext/dv/gstdvdemux.h:
18263 Ueber spiffify some more, added debug category.
18265 Use segments, respect playback rate from newsegment.
18266 Fix refcount issue.
18268 2006-02-20 Jan Schmidt <thaytan@mad.scientist.com>
18270 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18271 (gst_signal_processor_process):
18272 Fix compilation of LADPSA. It doesn't seem to work, and isn't
18273 enabled for the build, but it helps me win the feature-count
18274 competitions ooh yeah.
18276 2006-02-19 Wim Taymans <wim@fluendo.com>
18278 * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18279 (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18280 (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18281 (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18282 (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18283 (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18284 Use scaling code for added precission and more correct stop
18285 position in case scale==0.
18287 2006-02-19 Wim Taymans <wim@fluendo.com>
18289 * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18290 (gst_flxdec_chain):
18291 * gst/flx/gstflxdec.h:
18292 Implement DURATION query.
18294 2006-02-19 Wim Taymans <wim@fluendo.com>
18296 * gst/flx/flx_color.h:
18297 * gst/flx/flx_fmt.h:
18298 * gst/flx/gstflxdec.c: (gst_flxdec_init),
18299 (gst_flxdec_src_query_handler), (flx_decode_color),
18300 (gst_flxdec_chain):
18301 * gst/flx/gstflxdec.h:
18302 Set MALLOCDATA for the temp buffers so we don't leak.
18303 Some debug cleanups.
18304 Consume all data in the adapter before leaving the chain
18305 function. Fixes #330678.
18307 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
18309 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18310 * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18311 Handle 0 data size in otherwise valid frames.
18312 Handle numeric strings in 2.4.0 even when not in parentheses
18314 2006-02-18 Tim-Philipp Müller <tim at centricular dot net>
18316 * gst/matroska/matroska-demux.c:
18317 (gst_matroska_demux_subtitle_caps),
18318 (gst_matroska_demux_plugin_init):
18319 * gst/matroska/matroska-ids.h:
18320 Recognise SSA/ASS and USF subtitle formats and
18321 set proper caps when they are found.
18323 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
18325 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18326 (gst_jpeg_dec_chain):
18327 Fix invalid memory access for some odd-sized images
18328 (see image contained in quicktime stream in #327083);
18329 use g_malloc() instead of g_alloca().
18331 2006-02-17 Wim Taymans <wim@fluendo.com>
18333 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18334 Patch from Sebastien Cote, fixes #319884
18336 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
18338 * ext/cdio/gstcdio.c: (plugin_init):
18339 Init debug category (#331253).
18341 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
18343 * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18344 Pass extra_data to gst_riff_create_audio_caps(), so that
18345 WAVEFORMATEX stuff works. Post audio codec name and post
18346 it as taglist on the bus. Allow up to 8 channesl for raw
18347 PCM in the source pad template caps.
18349 2006-02-16 Wim Taymans <wim@fluendo.com>
18351 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18352 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18353 (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18354 (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18355 (gst_multipart_set_property), (gst_multipart_get_property):
18356 Applied #318663. Gives quite a few false positives in
18357 autoscan mode, but it's better than nothing. Not closing yet.
18359 2006-02-16 Wim Taymans <wim@fluendo.com>
18361 * docs/plugins/Makefile.am:
18362 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18363 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18364 * docs/plugins/gst-plugins-good-plugins.args:
18365 * docs/plugins/inspect/plugin-udp.xml:
18366 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18367 (gst_udpsrc_start):
18368 Update documentation.
18371 2006-02-16 Jan Schmidt <thaytan@mad.scientist.com>
18373 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18374 ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18375 frame size. (Fixes #331368)
18377 2006-02-16 Wim Taymans <wim@fluendo.com>
18382 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18383 (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18384 (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18385 * gst/rtsp/gstrtspsrc.h:
18386 Make sure the RTP port is an even port an try to allocate
18388 Added retry property to control max retries for port allocation.
18389 Make sure RTCP port is RTP port+1.
18390 Cleanup when port allocation fails.
18393 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
18395 * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18396 Don't ignore return value of the parent class's state
18397 change function (#331385, patch by: Wouter Paesen).
18399 2006-02-15 Wim Taymans <wim@fluendo.com>
18402 * docs/plugins/Makefile.am:
18403 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18404 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18405 * docs/plugins/gst-plugins-good-plugins.hierarchy:
18407 * ext/hal/Makefile.am:
18408 * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18409 (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18410 (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18411 (do_toggle_element), (gst_hal_audio_sink_set_property),
18412 (gst_hal_audio_sink_get_property),
18413 (gst_hal_audio_sink_change_state):
18414 * ext/hal/gsthalaudiosink.h:
18415 * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18416 (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18417 (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18418 (do_toggle_element), (gst_hal_audio_src_set_property),
18419 (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18420 * ext/hal/gsthalaudiosrc.h:
18421 * ext/hal/gsthalelements.c: (plugin_init):
18422 * ext/hal/gsthalelements.h:
18423 * ext/hal/hal.c: (gst_hal_get_string),
18424 (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18425 (gst_hal_get_audio_src):
18427 Add HAL sound device wrapper plugins. Closes #329106
18429 2006-02-15 Wim Taymans <wim@fluendo.com>
18431 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18432 Add comment in a fultile attempt to stop the copy-and-paste
18433 paradigm leading to duplication of bad code.
18435 * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18436 Mime parameters have to be checked case insensitive
18438 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
18440 * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18441 Advance stream time for lagging subtitle streams by sending
18442 newsegment events with the update flag set.
18444 2006-02-14 Edward Hervey <edward@fluendo.com>
18446 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18447 There can be bogus data before the hdrl LIST tag in the RIFF header.
18448 It's hard to say if it's not respecting the AVI specifications or not,
18449 but since Google Video is producing AVIs like that and the other player
18450 don't seem to complain, I guess we should do the same.
18452 2006-02-13 Jan Schmidt <thaytan@mad.scientist.com>
18454 * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18455 (parse_split_strings):
18456 Add more validation to ensure that a char encoding conversion
18457 produced a valid UTF-8 string.
18459 2006-02-13 Mark Nauwelaerts <manauw@skynet.be>
18461 Reviewed by: Edward Hervey <edward@fluendo.com>
18463 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18464 Properly handle end of segment. Closes #330885.
18466 2006-02-13 Wim Taymans <wim@fluendo.com>
18468 * gst/rtp/gstrtpmp4gpay.h:
18469 For got to commit this one.
18471 2006-02-12 Wim Taymans <wim@fluendo.com>
18473 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18474 (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18475 (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18476 (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18477 * gst/rtp/gstrtpmp4gpay.h:
18478 Make more things work.
18479 Handle ACC config strings.
18481 2006-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
18483 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18484 set timestamps if no incoming timestamps set
18486 2006-02-11 Tim-Philipp Müller <tim at centricular dot net>
18488 * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18489 (gst_tag_demux_do_typefind):
18490 ... and fix the very same leaks in GstTagDemux.
18492 2006-02-11 Jan Schmidt <thaytan@mad.scientist.com>
18494 * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18495 (gst_id3demux_do_typefind):
18496 Fix a couple of mem leaks. (Patch by Jonathan Matthew
18497 <jonathan at kaolin dot wh9 dot net>)
18499 2006-02-10 Wim Taymans <wim@fluendo.com>
18501 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18502 First set options, then set caps or else the baseclass
18503 will not know about the options, duh.
18505 2006-02-10 Wim Taymans <wim@fluendo.com>
18507 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18508 (gst_rtp_mp4v_pay_setcaps):
18509 Don't waste time looking for a config string if we have codec_info
18510 on the incomming caps.
18512 2006-02-10 Wim Taymans <wim@fluendo.com>
18515 Say something about case-sensitivity of caps vs mime-attributes.
18517 * gst/rtp/Makefile.am:
18518 * gst/rtp/gstrtp.c: (plugin_init):
18519 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18520 (gst_rtp_amr_pay_handle_buffer):
18521 * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18522 (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18523 (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18524 (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18525 (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18526 (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18527 (gst_rtp_mp4g_pay_plugin_init):
18528 * gst/rtp/gstrtpmp4gpay.h:
18529 Added beginnings of mpeg4-generic payloader (RFC 3640)
18531 2006-02-09 Wim Taymans <wim@fluendo.com>
18533 * gst/rtsp/Makefile.am:
18534 * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18535 (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18536 (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18537 (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18538 (gst_rtpdec_change_state):
18539 * gst/rtsp/gstrtpdec.h:
18540 * gst/rtsp/gstrtsp.c: (plugin_init):
18541 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18542 * gst/rtsp/rtspconnection.c: (read_body),
18543 (rtsp_connection_receive):
18544 * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18545 Resurected rtpdec to make rtspsrc happy again.
18546 Skip attributes from the session id.
18547 Don't crash when dumping a message with an empty body.
18550 2006-02-09 Wim Taymans <wim@fluendo.com>
18552 * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18553 Added more meaningfull warnings when something goes wrong.
18554 Clear F bit on outgoing AMR packets.
18556 * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18557 (gst_rtp_amr_pay_handle_buffer):
18558 Added debugging category
18559 Support payloading of multiple AMR frames.
18561 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18562 Added some debugging.
18564 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
18569 === release 0.10.2 ===
18571 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
18574 releasing 0.10.2, "Papa was a rolling stone"
18576 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
18579 Bump core and plugins-base requirement to 0.10.2.2
18580 for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18582 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18584 * ext/flac/gstflac.c: (plugin_init):
18585 * ext/speex/gstspeex.c: (plugin_init):
18586 Register musicbrainz tags.
18588 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18590 * ext/gconf/gconf.h:
18591 Remove declaration of function that no longer exists.
18593 2006-02-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18595 * ext/shout2/gstshout2.c: (gst_shout2send_render),
18596 (gst_shout2send_setcaps), (gst_shout2send_change_state):
18597 Make shout2 work for non ogg streams
18599 2006-02-06 Wim Taymans <wim@fluendo.com>
18601 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18602 (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18603 (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18604 (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18605 (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18606 * gst/udp/gstmultiudpsink.h:
18608 Added properties bytes-served, bytes_to_serve.
18609 Post proper error messages,
18610 Emit client added signal too.
18612 2006-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
18614 * docs/plugins/Makefile.am:
18615 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18616 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18617 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18618 (gst_multiudpsink_get_stats):
18619 adding docs for multiudpsink
18621 2006-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
18623 * gst/level/gstlevel.c: (gst_level_transform_ip):
18624 peak below decay is not necessarily an error, so don't ERROR log
18626 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18628 * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18629 (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18630 (gst_ebml_write_seek):
18631 * gst/matroska/ebml-write.h:
18632 Make sure we send a newsegment event in BYTES format
18633 before sending buffers (#328531).
18635 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18637 * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18638 (gst_dvdemux_sink_query):
18639 * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18640 * ext/speex/gstspeexdec.c: (speex_get_query_types),
18641 (speex_dec_src_query):
18642 * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18643 (gst_speexenc_sink_query):
18644 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18645 * gst/matroska/matroska-demux.c:
18646 (gst_matroska_demux_get_src_query_types),
18647 (gst_matroska_demux_handle_src_query):
18648 * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18649 (gst_wavparse_pad_query):
18650 Pass unhandled queries upstream instead of just dropping
18651 them (#326446). Update query type arrays here and there.
18653 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18655 * tests/check/elements/matroskamux.c: (setup_src_pad):
18656 Collectpads in core got changed and now also holds a
18657 reference to any pad that is part of it. Fix refcount
18658 checks in test case accordingly.
18660 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18662 * gst/apetag/gstapedemux.h:
18663 Fix include, for now GstTagDemux is in the apetag dir.
18665 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18667 * docs/plugins/Makefile.am:
18668 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18669 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18670 * docs/plugins/inspect/plugin-cdio.xml:
18671 Add cdio plugin to docs.
18673 * ext/cdio/gstcdiocddasrc.c:
18676 * ext/cdio/gstcdio.c:
18677 The plugin is called 'cdio' not 'cddio'.
18679 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18682 * docs/plugins/Makefile.am:
18683 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18684 * docs/plugins/gst-plugins-good-plugins-sections.txt:
18685 * docs/plugins/gst-plugins-good-plugins.hierarchy:
18686 * docs/plugins/inspect/plugin-apetag.xml:
18687 * gst/apetag/Makefile.am:
18688 * gst/apetag/gstapedemux.c:
18689 * gst/apetag/gstapedemux.h:
18690 * gst/apetag/gsttagdemux.c:
18691 * gst/apetag/gsttagdemux.h:
18692 Add APE tag demuxer (#325649).
18694 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
18696 * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18697 (gst_gconf_get_default_video_sink),
18698 (gst_gconf_get_default_audio_src),
18699 (gst_gconf_get_default_video_src):
18700 * ext/gconf/gconf.h:
18701 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18702 (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18703 (do_toggle_element):
18704 * ext/gconf/gstgconfaudiosink.h:
18705 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18706 (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18707 (do_toggle_element):
18708 * ext/gconf/gstgconfaudiosrc.h:
18709 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18710 (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18711 (do_toggle_element):
18712 * ext/gconf/gstgconfvideosink.h:
18713 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18714 (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18715 (do_toggle_element):
18716 * ext/gconf/gstgconfvideosrc.h:
18717 Ignore changing the GConf key to "". Ignore GConf key updates
18718 that don't actually change the string.
18719 For now, ignore the GConf key when the state is > READY, as
18720 it breaks streaming. Sometime it will be nice to bring the
18721 new sink online even mid-stream, by sending NEWSEGMENT info
18722 and possibly prerolling.
18725 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
18727 * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18728 (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18729 (zoomFilterSetResolution), (zoomFilterDestroy),
18730 (zoomFilterFastRGB), (pointFilter):
18731 * gst/goom/filters.h:
18732 * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18733 (goom_update), (goom_close):
18734 * gst/goom/goom_core.h:
18735 * gst/goom/goom_tools.h:
18736 * gst/goom/graphic.c:
18737 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18738 (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18739 * gst/goom/gstgoom.h:
18740 * gst/goom/lines.c: (goom_lines):
18741 * gst/goom/lines.h:
18742 Make goom reentrant by moving all important static variables
18743 into instance structures.
18746 2006-02-04 Tim-Philipp Müller <tim at centricular dot net>
18748 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18749 (gst_avi_demux_all_source_pads_unlinked),
18750 (gst_avi_demux_process_next_entry):
18751 * gst/avi/gstavidemux.h:
18752 Third attempt, use gst_pad_is_linked() this time.
18754 2006-02-04 Jan Schmidt <thaytan@mad.scientist.com>
18756 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18757 (parse_split_strings):
18758 Adjust for data length indicators when parsing (Fixes #329810)
18759 Fix stupid bug parsing UTF-8 tag text.
18760 Output tag strings with multiple fields as multiple tags, so the
18761 app gets all the data.
18763 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
18765 * ext/flac/gstflacenc.c:
18766 Fixed a bug add in last commit, where no event is send. Thanks Tim to
18769 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
18771 * ext/flac/gstflacenc.c:
18772 * gst/matroska/ebml-read.c:
18773 Just make it compile with --disable-gst-debug.
18775 2006-02-03 Jan Schmidt <thaytan@mad.scientist.com>
18777 * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18778 (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18779 (id3v2_genre_fields_to_taglist):
18780 Never output a tag with a null contents string.
18782 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
18784 * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18785 Only pause if all pads are unlinked AND we've tried to send data
18786 on all of them at least once.
18788 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
18790 * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18791 (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18792 Make loop function/task pause itself when all source pads are
18795 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
18798 * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18799 Use new functions from core to render a bin from a
18800 string. Fixes build. Up requirements to core CVS.
18802 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18804 * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18805 Don't push buffers into the adapter that we are going to
18806 push downstream again without framing anyway. Also, the
18807 adaptor takes ownership of buffers put into it (fixes
18808 auparse pushing invalid buffers for .au files with
18809 ADPCM contents). Finally, set caps on all outgoing buffers.
18811 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
18813 * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18814 (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18815 (gst_id3demux_send_tag_event):
18816 * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18817 Someone should kick my butt. Remove ID3v1 tags from the end of the
18820 Improve error messages. Send the TAG message as soon as we complete
18821 typefinding, instead of waiting until we send the first buffer.
18822 Downstream tag event is still sent before the first buffer.
18824 2006-01-27 Jan Gerber <j@bootlab.org>
18826 Reviewed by: Andy Wingo <wingo@pobox.com>
18828 * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18829 * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18830 Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18831 to not have warings flooding stderr. this is the suggested way
18832 also used in dvgrab and kino. (#328336)
18834 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
18836 * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18837 (gst_oss_sink_init), (gst_oss_sink_finalise):
18838 Free the device name string when finalised.
18840 2006-01-25 Tim-Philipp Müller <tim at centricular dot net>
18842 * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18843 Don't put function calls in g_return_if_fail() statements,
18844 or they'll be replaced with NOOPs if someone compiles with
18845 G_DISABLE_CHECKS defined.
18847 2006-01-25 Jan Schmidt <thaytan@mad.scientist.com>
18849 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18850 Never trust ANY information encoded in a media file, especially
18851 when it's giving you sizes. (Fixes #328452)
18853 2006-01-24 Edgard Lima <edgard.lima@indt.org.br>
18855 * gst/rtp/gstrtpg711pay.c:
18856 Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18859 2006-01-23 Edward Hervey <edward@fluendo.com>
18861 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18862 (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18863 * gst/matroska/matroska-ids.h:
18864 Added recognition of Real Audio and Video streams in matroska demuxer.
18866 2006-01-23 Jan Schmidt <thaytan@mad.scientist.com>
18868 * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18869 Remove errant break statement, and fix compilation with
18872 2006-01-23 Brian Cameron <brian dot cameron at sun dot com>
18874 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
18876 * sys/sunaudio/gstsunaudiomixerctrl.c:
18877 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18878 Export functions that are needed in other parts of the code,
18879 makes the mixer actually work; adjust magic minimum buffer-time
18880 value from 3ms to 5ms to work around stuttering during mp3
18881 playback (#327765).
18883 2006-01-23 Michal Benes <michal dot benes at xeris dot cz>
18885 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
18887 * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18888 (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18889 Fix possible deadlock in matroska muxer (#327825).
18891 2006-01-23 Tim-Philipp Müller <tim at centricular dot net>
18893 * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18894 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18895 * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18896 * gst/rtsp/sdpmessage.h:
18897 * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18898 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18899 C89 fixes: declare variables at the beginning of a block and
18900 make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18901 <jensgr at gmx dot net>).
18903 2006-01-23 Jan Schmidt <thaytan@mad.scientist.com>
18905 * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18906 * gst/id3demux/id3tags.h:
18907 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18908 (parse_comment_frame), (parse_text_identification_frame),
18909 (id3v2_tag_to_taglist), (id3v2_are_digits),
18910 (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18911 (parse_split_strings), (free_tag_strings):
18912 Rewrite parsing of text tags to handle multiple NULL terminated
18913 strings. Parse numeric genre strings and ID3v2 type
18914 "(3)(6)Alternative" style genre strings.
18915 Parse dates that are only YYYY or YYYY-mm format.
18916 (Fixes #328241 and #322154)
18918 2006-01-20 Tim-Philipp Müller <tim at centricular dot net>
18920 * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18921 Don't forget to initialize liboil, otherwise our oil functions
18922 will crash (fixes #327871; patch by: Christoph Burghardt
18923 <hawkes at web dot de>).
18925 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
18928 Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18929 like in the core and gst-plugins-base. Fixes #324367 and #326683;
18930 patch by: Brian Cameron <brian dot cameron at sun dot com>
18932 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
18934 * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18935 * ext/cdio/gstcdio.h:
18936 * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18937 Fix build for libcdio versions >= 76; give slightly lower rank
18940 2006-01-18 Tim-Philipp Müller <tim at centricular dot net>
18944 * ext/cdio/Makefile.am:
18945 * ext/cdio/gstcdio.c:
18946 * ext/cdio/gstcdio.h:
18947 * ext/cdio/gstcdiocddasrc.c:
18948 * ext/cdio/gstcdiocddasrc.h:
18949 Port libcdio cdda source, formerly known as cddasrc, now known as
18950 cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18951 but that's not tested (fixes #317658).
18953 2006-01-18 Tim-Philipp Müller <tim at centricular dot net>
18955 * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18956 Fix conversion from TIME to BYTES format (fixes #326864;
18957 patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18959 2006-01-15 Jan Schmidt <thaytan@mad.scientist.com>
18961 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18962 Fix compilation of id3demux when zlib is not present.
18963 (Fixes #326602; patch by: Sergey Scobich)
18965 2006-01-15 Tim-Philipp Müller <tim at centricular dot net>
18967 * ext/esd/Makefile.am:
18968 Add $(ESD_CFLAGS), otherwise build will fail for folks
18969 with libesd in a non-standard prefix (#327009).
18971 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
18976 === release 0.10.1 ===
18978 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
18981 releasing 0.10.1, "Li"
18983 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
18985 patch by: Wim Taymans
18987 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18988 fix memleak. Fixes #326618
18990 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
18992 patch by: Mike Smith
18994 * gst/level/gstlevel.c: (gst_level_message_new),
18995 (gst_level_message_append_channel):
18996 Fix memleak. Fixes #326612
18998 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
19016 update translations
19018 2006-01-10 Michael Smith <msmith@fluendo.com>
19020 * gst/level/gstlevel.c: (gst_level_class_init),
19021 (gst_level_dispose):
19022 Don't leak filter arrays.
19024 2006-01-09 Brian Cameron <brian.cameron@sun.com>
19026 reviewed by: Christian Schaller <uraeus@gnome.org>
19029 * gst-plugins-good.spec.in:
19031 * sys/sunaudio/Makefile.am:
19032 * sys/sunaudio/gstsunaudio.c: (plugin_init):
19033 * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
19034 (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
19035 (gst_sunaudiomixer_change_state):
19036 * sys/sunaudio/gstsunaudiomixer.h:
19037 * sys/sunaudio/gstsunaudiomixerctrl.c:
19038 (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
19039 (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
19040 (gst_sunaudiomixer_ctrl_list_tracks),
19041 (gst_sunaudiomixer_ctrl_get_volume),
19042 (gst_sunaudiomixer_ctrl_set_volume),
19043 (gst_sunaudiomixer_ctrl_set_mute),
19044 (gst_sunaudiomixer_ctrl_set_record):
19045 * sys/sunaudio/gstsunaudiomixerctrl.h:
19046 * sys/sunaudio/gstsunaudiomixertrack.c:
19047 (gst_sunaudiomixer_track_class_init),
19048 (gst_sunaudiomixer_track_init), (fill_labels),
19049 (gst_sunaudiomixer_track_new):
19050 * sys/sunaudio/gstsunaudiomixertrack.h:
19051 * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
19052 (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
19053 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
19054 (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
19055 (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
19056 (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
19057 (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
19058 * sys/sunaudio/gstsunaudiosink.h:
19060 Add SunAudio plugin - tested to make sure it doesn't break
19061 the build under GNU/Linux.
19063 2005-01-07 Philippe Khalaf <philippe.kalaf@collabora.co.uk>
19065 * gst-plugins-good/gst/udp/gstdynudpsink.c:
19066 * gst-plugins-good/gst/udp/gstudpsrc.c:
19067 Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
19068 overrides the port or multicast parameters. Fixes bugs #323021.
19069 API addition: adds GstUDPSrc::sockfd property
19071 2006-01-06 Tim-Philipp Müller <tim at centricular dot net>
19073 * ext/gconf/Makefile.am:
19074 * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
19075 (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
19076 (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
19077 (do_toggle_element), (cb_toggle_element),
19078 (gst_gconf_audio_src_change_state):
19079 * ext/gconf/gstgconfaudiosrc.h:
19080 * ext/gconf/gstgconfelements.c: (plugin_init):
19081 * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
19082 (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
19083 (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
19084 (do_toggle_element), (cb_toggle_element),
19085 (gst_gconf_video_src_change_state):
19086 * ext/gconf/gstgconfvideosrc.h:
19087 Add new gconfaudiosrc and gconfvideosrc elements
19088 (needed for gnome-sound-recorder).
19090 2006-01-06 Edward Hervey <edward@fluendo.com>
19092 * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
19093 Add gst_element_no_more_pads() for proper decodebin behaviour.
19094 * gst/id3demux/id3v2frames.c: (parse_comment_frame),
19095 (parse_text_identification_frame), (parse_split_strings):
19096 Failure to decode some tags is not a GST_ERROR() but a
19098 When iterating over a chunk of text, check that we haven't gone too
19101 2006-01-05 Stefan Kost <ensonic@users.sf.net>
19103 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19105 call oil_init() when using liboil
19107 2006-01-04 Wim Taymans <wim@fluendo.com>
19109 * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
19110 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19113 2006-01-02 Alessandro Decina <alessandro at nnva dot org>
19115 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
19117 * ext/flac/gstflacdec.c: (gst_flac_dec_write),
19118 (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
19119 (gst_flac_dec_change_state):
19120 Don't g_assert() where we should just return FALSE; remove
19121 unnecessary g_assert(); initialize some fields properly in
19122 state change function (fixes #325504). Also, use
19123 GST_DEBUG_OBJECT in two more places.
19125 2005-12-30 Stefan Kost <ensonic@users.sf.net>
19128 also remove smoothwave's Makefile.am
19129 * docs/plugins/Makefile.am:
19132 2005-12-30 Stefan Kost <ensonic@users.sf.net>
19134 * tests/examples/Makefile.am:
19135 added missing Makefile.am
19137 2005-12-30 Stefan Kost <ensonic@users.sf.net>
19140 * gst/level/Makefile.am:
19141 * gst/level/level-example.c:
19142 * tests/Makefile.am:
19143 * tests/examples/level/Makefile.am:
19144 * tests/examples/level/level-example.c: (message_handler), (main):
19145 moved level-example to tests/examples/level-example
19146 * tests/old/examples/level/demo.c: (main):
19147 * tests/old/examples/level/plot.c: (main):
19150 2005-12-29 Michael Smith <msmith@fluendo.com>
19152 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19153 (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19154 * gst/udp/gstmultiudpsink.h:
19155 Track packets sent per client in addition to bytes sent; provide
19156 this info through get-stats signal
19158 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19160 * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19161 Can't use gst_object_unref() on a GstAdapter (#325191).
19163 2005-12-28 Jan Schmidt <thaytan@mad.scientist.com>
19165 * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19166 If a broken tag has 0 bytes payload, at least still skip
19169 2005-12-22 Philippe Khalaf <burger@speedy.org>
19171 * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19172 * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19173 * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19174 * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19175 Making these depayloaders (H263+ and mpeg4 video) inherit from
19176 RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19178 2005-12-21 Jan Schmidt <thaytan@mad.scientist.com>
19180 * docs/plugins/gst-plugins-good-plugins.args:
19181 * docs/plugins/gst-plugins-good-plugins.hierarchy:
19182 Regenerate the plugin hiearchy.
19184 2005-12-21 Jan Schmidt <thaytan@mad.scientist.com>
19186 * docs/plugins/Makefile.am:
19187 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19188 * docs/plugins/gst-plugins-good-plugins-sections.txt:
19189 * docs/plugins/gst-plugins-good-plugins.args:
19190 * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19191 (gst_id3demux_base_init), (gst_id3demux_class_init),
19192 (gst_id3demux_chain):
19193 * gst/id3demux/gstid3demux.h:
19194 Add documentation for id3demux.
19195 Don't fail if the first buffer is not at offset 0, just
19196 attempt to typefind and do pass through
19197 Rename the gst_type function from gst_gst_id3demux..
19199 2005-12-20 Michael Smith <msmith@fluendo.com>
19201 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19202 (gst_multiudpsink_add), (gst_multiudpsink_remove),
19203 (gst_multiudpsink_get_stats):
19204 * gst/udp/gstmultiudpsink.h:
19205 Collect statistics; return them from get_stats.
19207 2005-12-19 Edward Hervey <edward@fluendo.com>
19209 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19210 Stupid signedness issue...
19212 2005-12-19 Edward Hervey <edward@fluendo.com>
19214 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19215 (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19216 (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19217 (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19218 (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19219 Construct index for indexless files.
19220 Make sure pad/buffers are correctly reset to NULL once we don't need
19221 them anymore, else we get lovely segfaults/assertions.
19222 * gst/wavparse/gstwavparse.c:
19223 Yes, you can have 96KHz audio and wma in wav :(
19225 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
19228 Check for optional dependency on zlib for id3demux
19230 * gst/id3demux/Makefile.am:
19231 * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19232 (gst_id3demux_base_init), (gst_id3demux_class_init),
19233 (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19234 (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19235 (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19236 (gst_id3demux_set_property), (gst_id3demux_get_property),
19237 (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19238 (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19239 (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19240 (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19241 (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19242 (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19243 (simple_find_peek), (simple_find_suggest),
19244 (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19246 * gst/id3demux/gstid3demux.h:
19247 * gst/id3demux/id3tags.c: (read_synch_uint),
19248 (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19249 (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19250 (id3demux_id3v2_frames_to_tag_list):
19251 * gst/id3demux/id3tags.h:
19252 * gst/id3demux/id3v2.4.0-frames.txt:
19253 * gst/id3demux/id3v2.4.0-structure.txt:
19254 * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19255 (parse_comment_frame), (parse_text_identification_frame),
19256 (id3v2_tag_to_taglist), (parse_split_strings):
19257 All new LGPL id3 demuxer. Can use zlib for compressed frames,
19258 otherwise it discards them. Works on my test files.
19260 * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19261 Don't send EOS to a non-existing srcpad
19262 The debug category can be static
19264 2005-12-16 Stefan Kost <ensonic@users.sf.net>
19266 * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19267 * ext/esd/esdsink.c: (gst_esdsink_prepare):
19268 * gst/multipart/multipartdemux.c:
19269 change some char* into char[]
19271 2005-12-16 Wim Taymans <wim@fluendo.com>
19273 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19274 (gst_wavparse_other), (gst_wavparse_perform_seek),
19275 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19276 (gst_wavparse_loop), (gst_wavparse_pad_convert),
19277 (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19278 * gst/wavparse/gstwavparse.h:
19279 Use GstSegment to implement more seeking features.
19281 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
19283 * gst/rtsp/rtspconnection.c:
19284 Add <netinet/in.h> include and move <arpa/inet.h> include
19285 to make things work on OpenBSD as well (fixes #323717;
19286 patch by: Benjamin Pineau)
19288 2005-12-14 Edgard Lima <edgard.lima@indt.org.br>
19290 * gst/rtp/gstrtpspeexdepay.c:
19291 * gst/rtp/gstrtpspeexpay.c:
19292 Set clock rate to be fixed in 8000. It fixes bug #324012.
19294 2005-12-14 Philippe Khalaf <burger@speedy.org>
19296 * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19297 * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19298 * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19299 * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19300 * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19301 * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19302 * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19303 * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19304 * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19305 * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19306 * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19307 * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19308 * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19309 * gst-plugins-good/gst/rtp/README:
19310 Fixed payload range in payloder caps. Removed payload range completely
19311 from depayloaders as they don't require payload type in their caps.
19312 In effect, there isn't any specific payload type for any given codec,
19316 2005-12-13 Julien MOUTTE <julien@moutte.net>
19318 * gst/videomixer/videomixer.c: (gst_videomixer_init),
19319 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19320 (gst_videomixer_collected): Code cleanup and re-enabling
19321 queued time validity check for correct EOS handling.
19323 2005-12-13 Tim-Philipp Müller <tim at centricular dot net>
19325 * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19326 (gst_oss_mixer_element_get_property),
19327 (gst_oss_mixer_element_change_state):
19328 Add 'device-name' property and fix state change function.
19330 2005-12-13 Edward Hervey <edward@fluendo.com>
19332 * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19333 If the speed of the file is null in the header, set the frame_time to
19334 the default setting of GST_SECOND / 70. Which is the default
19335 frame_delay for .fli files as stated in this document :
19336 http://www.compuphase.com/flic.htm
19337 Would be nice to have the time conversion done properly too (duration =
19338 flxh->frames * flxdec->frame_time)
19340 2005-12-12 Julien MOUTTE <julien@moutte.net>
19342 * docs/plugins/Makefile.am:
19343 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19344 * docs/plugins/gst-plugins-good-plugins-sections.txt:
19345 * docs/plugins/gst-plugins-good-plugins.hierarchy:
19346 * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19347 (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19348 (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19349 documentation for videomixer on my way with a funny sample
19352 2005-12-12 Julien MOUTTE <julien@moutte.net>
19354 * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19355 (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19356 (gst_videomixer_update_queues), (gst_videomixer_collected):
19357 Fix caps negotiation. (#323896)
19359 2005-12-12 Arwed v. Merkatz <v.merkatz@gmx.net>
19361 * gst/matroska/matroska-demux.c:
19362 (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19363 Set correct timestamps on audio laces, fixes playback of mp3 from
19366 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
19368 * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19369 (gst_au_parse_class_init), (gst_au_parse_init),
19370 (gst_au_parse_dispose), (gst_au_parse_chain),
19371 (gst_au_parse_change_state), (plugin_init):
19372 * gst/auparse/gstauparse.h:
19373 Use gst_object_unref() for GstObjects instead of
19374 g_object_unref() and fix a mem leak in a debug
19375 statement; while we're at it, also borgify, use
19376 boilerplate macros and clean up a little bit.
19378 2005-12-11 Edward Hervey <edward@fluendo.com>
19380 * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19381 (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19384 2005-12-11 Tim-Philipp Müller <tim at centricular dot net>
19386 * gst/goom/gstgoom.c:
19387 * gst/level/level-example.c: (main):
19388 * gst/smoothwave/demo-osssrc.c: (main):
19389 Use audiotestsrc instead of sinesrc (#323798).
19391 2005-12-11 Stefan Kost <ensonic@users.sf.net>
19393 * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19394 more debug-func-ptr usage
19396 2005-12-11 Zeeshan Ali <zeenix at gmail dot com>
19398 * gst/flx/flx_color.c: (flx_colorspace_convert):
19399 * gst/flx/flx_color.h:
19400 * gst/flx/flx_fmt.h:
19401 * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19402 * gst/flx/gstflxdec.h:
19403 Now flxdec works on big-endian machines as well.
19405 2005-12-11 Tim-Philipp Müller <tim at centricular dot net>
19407 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19408 (gst_fenced_buffer_copy):
19409 Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19410 GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19411 conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19412 and use GST_DEBUG_FUNCPTR for pad functions.
19414 2005-12-10 Tim-Philipp Müller <tim at centricular dot net>
19416 * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19417 (gst_flac_dec_class_init), (gst_flac_dec_init),
19418 (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19419 (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19420 (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19421 (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19422 (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19423 (gst_flac_dec_change_state):
19424 * ext/flac/gstflacdec.h:
19425 Rewrite flacdec a bit, so that even seeking might work now. Most
19426 importantly, don't act upon any flow return values we get, just tell
19427 the decoder everything's dandy and act on the flow return values
19428 later on in the loop function. We don't want to mess up the internal
19429 decoder state for non-fatal things like flushing pads etc. Other
19430 than that, use GstSegment (segment seeks don't work yet though, but
19431 should be easy to add), use boilerplate macros, drop the superfluous
19432 'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19433 lots of other things.
19435 2005-12-10 Tim-Philipp Müller <tim at centricular dot net>
19438 Update comment in OSS includes check.
19440 * sys/oss/gstossdmabuffer.c:
19441 * sys/oss/gstosshelper.c:
19442 * sys/oss/gstossmixer.c:
19443 * sys/oss/gstossmixertrack.c:
19444 * sys/oss/gstosssink.c:
19445 * sys/oss/gstosssrc.c:
19446 * sys/oss/oss_probe.c:
19447 Don't assume the OSS soundcard.h include is always in
19448 the sys/ directory. Instead, use the existing defines
19449 from config.h to include the right file. Fixes
19450 compilation on OpenBSD 3.8 (#323718).
19452 2005-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
19454 * docs/plugins/gst-plugins-good-plugins-sections.txt:
19455 * docs/plugins/gst-plugins-good-plugins.hierarchy:
19456 * docs/plugins/inspect/plugin-1394.xml:
19457 * docs/plugins/inspect/plugin-aasink.xml:
19458 * docs/plugins/inspect/plugin-alaw.xml:
19459 * docs/plugins/inspect/plugin-alpha.xml:
19460 * docs/plugins/inspect/plugin-alphacolor.xml:
19461 * docs/plugins/inspect/plugin-auparse.xml:
19462 * docs/plugins/inspect/plugin-autodetect.xml:
19463 * docs/plugins/inspect/plugin-avi.xml:
19464 * docs/plugins/inspect/plugin-cacasink.xml:
19465 * docs/plugins/inspect/plugin-cairo.xml:
19466 * docs/plugins/inspect/plugin-cutter.xml:
19467 * docs/plugins/inspect/plugin-debug.xml:
19468 * docs/plugins/inspect/plugin-dv.xml:
19469 * docs/plugins/inspect/plugin-efence.xml:
19470 * docs/plugins/inspect/plugin-effectv.xml:
19471 * docs/plugins/inspect/plugin-esdsink.xml:
19472 * docs/plugins/inspect/plugin-flac.xml:
19473 * docs/plugins/inspect/plugin-flxdec.xml:
19474 * docs/plugins/inspect/plugin-gconfelements.xml:
19475 * docs/plugins/inspect/plugin-goom.xml:
19476 * docs/plugins/inspect/plugin-jpeg.xml:
19477 * docs/plugins/inspect/plugin-level.xml:
19478 * docs/plugins/inspect/plugin-matroska.xml:
19479 * docs/plugins/inspect/plugin-mulaw.xml:
19480 * docs/plugins/inspect/plugin-multipart.xml:
19481 * docs/plugins/inspect/plugin-navigationtest.xml:
19482 * docs/plugins/inspect/plugin-ossaudio.xml:
19483 * docs/plugins/inspect/plugin-png.xml:
19484 * docs/plugins/inspect/plugin-rtp.xml:
19485 * docs/plugins/inspect/plugin-rtsp.xml:
19486 * docs/plugins/inspect/plugin-shout2send.xml:
19487 * docs/plugins/inspect/plugin-smpte.xml:
19488 * docs/plugins/inspect/plugin-speex.xml:
19489 * docs/plugins/inspect/plugin-udp.xml:
19490 * docs/plugins/inspect/plugin-videobox.xml:
19491 * docs/plugins/inspect/plugin-videoflip.xml:
19492 * docs/plugins/inspect/plugin-videomixer.xml:
19493 * docs/plugins/inspect/plugin-wavenc.xml:
19494 * docs/plugins/inspect/plugin-wavparse.xml:
19495 * ext/flac/gstflac.c: (plugin_init):
19496 * ext/flac/gstflacdec.c: (flacdec_get_type),
19497 (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19498 (gst_flac_dec_init), (gst_flac_dec_finalize),
19499 (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19500 (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19501 (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19502 (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19503 (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19504 (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19505 (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19506 (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19507 * ext/flac/gstflacdec.h:
19508 * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19509 (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19510 (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19511 (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19512 (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19513 (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19514 (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19515 (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19516 (gst_flac_enc_change_state):
19517 * ext/flac/gstflacenc.h:
19518 borgify and fix up documentation
19520 2005-12-09 Michael Smith <msmith@fluendo.com>
19522 * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19523 Accept a wider range of flac files, more closely matching flac spec.
19525 2005-12-08 Julien MOUTTE <julien@moutte.net>
19527 * docs/plugins/Makefile.am: Add multipart elements.
19528 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19529 * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19530 * docs/plugins/gst-plugins-good-plugins.hierarchy:
19531 * gst/multipart/multipartdemux.c:
19532 * gst/multipart/multipartmux.c: Add docs.
19534 2005-12-07 Edward Hervey <edward@fluendo.com>
19536 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19537 (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19538 (gst_avi_demux_invert):
19539 Memleak and crasher fixes.
19540 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19541 (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19544 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
19546 * ext/aalib/gstaasink.h:
19547 * ext/cairo/gsttextoverlay.h:
19548 * ext/dv/gstdvdec.h:
19549 * ext/dv/gstdvdemux.c:
19550 * ext/dv/gstdvdemux.h:
19551 * ext/esd/esdsink.h:
19552 * ext/flac/flac_compat.h:
19553 * ext/flac/gstflacdec.h:
19554 * ext/flac/gstflacenc.h:
19555 * ext/gconf/gconf.h:
19556 * ext/gconf/gstgconfaudiosink.h:
19557 * ext/gconf/gstgconfvideosink.h:
19558 * ext/gdk_pixbuf/gstgdkanimation.h:
19559 * ext/jpeg/gstjpegdec.h:
19560 * ext/jpeg/smokecodec.h:
19561 * ext/jpeg/smokeformat.h:
19562 * ext/ladspa/gstsignalprocessor.h:
19563 * ext/ladspa/search.c: (LADSPAPluginSearch):
19564 * ext/ladspa/utils.h:
19565 * ext/libmng/gstmng.c:
19566 * ext/libmng/gstmngdec.h:
19567 * ext/libmng/gstmngenc.c:
19568 * ext/libmng/gstmngenc.h:
19569 * ext/libpng/gstpng.c:
19570 * ext/libpng/gstpngenc.c:
19571 * ext/libpng/gstpngenc.h:
19572 * ext/shout2/gstshout2.h:
19573 * ext/speex/gstspeexdec.h:
19574 * ext/speex/gstspeexenc.c:
19575 * ext/speex/gstspeexenc.h:
19576 * gst/auparse/gstauparse.c: (gst_auparse_chain):
19577 * gst/autodetect/gstautoaudiosink.h:
19578 * gst/autodetect/gstautovideosink.h:
19579 * gst/avi/gstavidemux.h:
19580 * gst/cutter/gstcutter.c: (gst_cutter_chain),
19581 (gst_cutter_set_property), (gst_cutter_get_caps):
19582 * gst/cutter/gstcutter.h:
19583 * gst/debug/tests.c: (md5_process_block):
19584 * gst/debug/tests.h:
19585 * gst/effectv/gstwarp.c:
19586 * gst/flx/flx_fmt.h:
19587 * gst/flx/gstflxdec.h:
19588 * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19589 (zoomFilterFastRGB):
19590 * gst/goom/filters.h:
19591 * gst/goom/goom_tools.h:
19592 * gst/law/alaw-encode.c:
19593 * gst/level/gstlevel.c:
19594 * gst/level/gstlevel.h:
19595 * gst/matroska/ebml-write.h:
19596 * gst/matroska/matroska-demux.h:
19597 * gst/matroska/matroska-ids.h:
19598 * gst/matroska/matroska-mux.h:
19599 * gst/monoscope/convolve.c: (convolve_match):
19600 * gst/monoscope/convolve.h:
19601 * gst/multipart/multipartmux.c:
19602 * gst/oldcore/gstaggregator.c:
19603 * gst/oldcore/gstaggregator.h:
19604 * gst/oldcore/gstmd5sink.c: (md5_process_block):
19605 * gst/oldcore/gstmd5sink.h:
19606 * gst/oldcore/gstmultifilesrc.c:
19607 * gst/oldcore/gstmultifilesrc.h:
19608 * gst/oldcore/gstpipefilter.h:
19609 * gst/oldcore/gstshaper.h:
19610 * gst/rtp/gstrtpL16depay.h:
19611 * gst/rtp/gstrtpL16pay.h:
19612 * gst/rtp/gstrtpdepay.h:
19613 * gst/rtp/gstrtpmp4vpay.c:
19614 * gst/rtp/gstrtpmp4vpay.h:
19615 * gst/rtsp/gstrtspsrc.c:
19616 * gst/rtsp/gstrtspsrc.h:
19617 * gst/rtsp/rtspconnection.h:
19618 * gst/rtsp/rtspdefs.h:
19619 * gst/rtsp/rtspmessage.h:
19620 * gst/rtsp/rtsptransport.h:
19621 * gst/rtsp/rtspurl.c:
19622 * gst/rtsp/rtspurl.h:
19623 * gst/rtsp/sdpmessage.c:
19624 * gst/rtsp/sdpmessage.h:
19625 * gst/smpte/barboxwipes.c:
19626 * gst/smpte/gstmask.h:
19627 * gst/smpte/gstsmpte.h:
19628 * gst/smpte/paint.c:
19629 * gst/smpte/paint.h:
19630 * gst/udp/gstdynudpsink.h:
19631 * gst/udp/gstmultiudpsink.h:
19632 * gst/udp/gstudpsink.c:
19633 * gst/udp/gstudpsink.h:
19634 * gst/udp/gstudpsrc.c:
19635 * gst/videomixer/videomixer.c:
19636 * gst/wavenc/riff.h:
19637 * gst/wavparse/gstwavparse.h:
19638 * sys/oss/gstossdmabuffer.h:
19639 * sys/oss/gstossmixer.h:
19640 * sys/oss/gstossmixerelement.h:
19641 * sys/oss/gstossmixertrack.h:
19642 * sys/oss/gstosssink.c:
19643 * sys/oss/gstosssink.h:
19644 * sys/oss/gstosssrc.c:
19645 * sys/oss/gstosssrc.h:
19646 * sys/osxaudio/gstosxaudioelement.h:
19647 * sys/osxaudio/gstosxaudiosink.h:
19648 * sys/osxaudio/gstosxaudiosrc.h:
19651 === release 0.10.0 ===
19653 2005-12-05 <thomas (at) apestaart (dot) org>
19656 releasing 0.10.0, "Abondance"
19658 2005-12-05 Andy Wingo <wingo@pobox.com>
19660 * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19661 * ext/flac/gstflacdec.c: (gst_flacdec_write):
19662 * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19663 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19664 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19665 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19666 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19667 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19668 * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19669 * ext/speex/gstspeexdec.c: (speex_dec_chain):
19670 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19671 * gst/auparse/gstauparse.c: (gst_auparse_chain):
19672 * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19673 * gst/goom/gstgoom.c: (gst_goom_chain):
19674 * gst/matroska/matroska-demux.c:
19675 (gst_matroska_demux_push_vorbis_codec_priv_data),
19676 (gst_matroska_demux_add_wvpk_header):
19677 * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19678 * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19679 * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19680 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19681 alloc_buffer changes.
19683 2005-12-05 Michael Smith <msmith@fluendo.com>
19685 * docs/plugins/gst-plugins-good-plugins.args:
19686 Remove args for plugins that aren't in -good.
19688 === release 0.9.7 ===
19690 2005-12-01 <thomas (at) apestaart (dot) org>
19693 releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19695 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19697 * docs/plugins/.cvsignore:
19698 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19699 * docs/plugins/inspect/plugin-multipart.xml:
19700 * docs/plugins/inspect/plugin-rtp.xml:
19701 add multipart plugin to docs
19703 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19707 * ext/pango/Makefile.am:
19708 * ext/pango/gstclockoverlay.c:
19709 * ext/pango/gstclockoverlay.h:
19710 * ext/pango/gsttextoverlay.c:
19711 * ext/pango/gsttextoverlay.h:
19712 * ext/pango/gsttextrender.c:
19713 * ext/pango/gsttextrender.h:
19714 * ext/pango/gsttimeoverlay.c:
19715 * ext/pango/gsttimeoverlay.h:
19718 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19720 * gst/rtp/Makefile.am:
19721 * gst/rtp/gstrtpL16depay.c:
19722 * gst/rtp/gstrtpL16depay.h:
19723 * gst/rtp/gstrtpL16parse.c:
19724 * gst/rtp/gstrtpL16parse.h:
19725 * gst/rtp/gstrtpgsmdepay.c:
19726 * gst/rtp/gstrtpgsmdepay.h:
19727 * gst/rtp/gstrtpgsmparse.c:
19728 * gst/rtp/gstrtpgsmparse.h:
19729 parsers are depayers
19731 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19733 * gst/rtp/Makefile.am:
19734 * gst/rtp/gstasteriskh263.c:
19735 * gst/rtp/gstrtp.c:
19736 * gst/rtp/gstrtpL16enc.c:
19737 * gst/rtp/gstrtpL16enc.h:
19738 * gst/rtp/gstrtpL16parse.c:
19739 * gst/rtp/gstrtpL16parse.h:
19740 * gst/rtp/gstrtpL16pay.c:
19741 * gst/rtp/gstrtpL16pay.h:
19742 * gst/rtp/gstrtpamrdec.c:
19743 * gst/rtp/gstrtpamrdec.h:
19744 * gst/rtp/gstrtpamrdepay.c:
19745 * gst/rtp/gstrtpamrdepay.h:
19746 * gst/rtp/gstrtpamrenc.c:
19747 * gst/rtp/gstrtpamrenc.h:
19748 * gst/rtp/gstrtpamrpay.c:
19749 * gst/rtp/gstrtpamrpay.h:
19750 * gst/rtp/gstrtpdec.c:
19751 * gst/rtp/gstrtpdec.h:
19752 * gst/rtp/gstrtpdepay.c:
19753 * gst/rtp/gstrtpdepay.h:
19754 * gst/rtp/gstrtpg711dec.c:
19755 * gst/rtp/gstrtpg711dec.h:
19756 * gst/rtp/gstrtpg711depay.c:
19757 * gst/rtp/gstrtpg711depay.h:
19758 * gst/rtp/gstrtpg711enc.c:
19759 * gst/rtp/gstrtpg711enc.h:
19760 * gst/rtp/gstrtpg711pay.c:
19761 * gst/rtp/gstrtpg711pay.h:
19762 * gst/rtp/gstrtpgsmenc.c:
19763 * gst/rtp/gstrtpgsmenc.h:
19764 * gst/rtp/gstrtpgsmparse.c:
19765 * gst/rtp/gstrtpgsmparse.h:
19766 * gst/rtp/gstrtpgsmpay.c:
19767 * gst/rtp/gstrtpgsmpay.h:
19768 * gst/rtp/gstrtph263enc.c:
19769 * gst/rtp/gstrtph263enc.h:
19770 * gst/rtp/gstrtph263pay.c:
19771 * gst/rtp/gstrtph263pay.h:
19772 * gst/rtp/gstrtph263pdec.c:
19773 * gst/rtp/gstrtph263pdec.h:
19774 * gst/rtp/gstrtph263pdepay.c:
19775 * gst/rtp/gstrtph263pdepay.h:
19776 * gst/rtp/gstrtph263penc.c:
19777 * gst/rtp/gstrtph263penc.h:
19778 * gst/rtp/gstrtph263ppay.c:
19779 * gst/rtp/gstrtph263ppay.h:
19780 * gst/rtp/gstrtpmp4vdec.c:
19781 * gst/rtp/gstrtpmp4vdec.h:
19782 * gst/rtp/gstrtpmp4vdepay.c:
19783 * gst/rtp/gstrtpmp4vdepay.h:
19784 * gst/rtp/gstrtpmp4venc.c:
19785 * gst/rtp/gstrtpmp4venc.h:
19786 * gst/rtp/gstrtpmp4vpay.c:
19787 * gst/rtp/gstrtpmp4vpay.h:
19788 * gst/rtp/gstrtpmpadec.c:
19789 * gst/rtp/gstrtpmpadec.h:
19790 * gst/rtp/gstrtpmpadepay.c:
19791 * gst/rtp/gstrtpmpadepay.h:
19792 * gst/rtp/gstrtpmpaenc.c:
19793 * gst/rtp/gstrtpmpaenc.h:
19794 * gst/rtp/gstrtpmpapay.c:
19795 * gst/rtp/gstrtpmpapay.h:
19796 * gst/rtp/gstrtpspeexdec.c:
19797 * gst/rtp/gstrtpspeexdec.h:
19798 * gst/rtp/gstrtpspeexdepay.c:
19799 * gst/rtp/gstrtpspeexdepay.h:
19800 * gst/rtp/gstrtpspeexenc.c:
19801 * gst/rtp/gstrtpspeexenc.h:
19802 * gst/rtp/gstrtpspeexpay.c:
19803 * gst/rtp/gstrtpspeexpay.h:
19804 Do burger's rename for rtp payloaders and depayloaders
19806 2005-11-30 Wim Taymans <wim@fluendo.com>
19808 * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19809 * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19810 * ext/dv/gstdvdemux.h:
19811 Fix seeking in dvdemux again, add some more debug info.
19813 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19818 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19821 * docs/random/PORTED_09:
19823 * tests/Makefile.am:
19828 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19831 * check/.cvsignore:
19832 * check/Makefile.am:
19833 * check/elements/.cvsignore:
19834 * check/elements/level.c:
19835 * check/elements/matroskamux.c:
19837 * examples/Makefile.am:
19838 * examples/capsfilter/Makefile.am:
19839 * examples/capsfilter/capsfilter1.c:
19840 * examples/gob/Makefile.am:
19841 * examples/gob/gst-identity2.gob:
19842 * examples/gstplay/.cvsignore:
19843 * examples/gstplay/Makefile.am:
19844 * examples/gstplay/player.c:
19845 * examples/indexing/.cvsignore:
19846 * examples/indexing/Makefile.am:
19847 * examples/indexing/indexmpeg.c:
19848 * examples/level/Makefile.am:
19849 * examples/level/README:
19850 * examples/level/demo.c:
19851 * examples/level/plot.c:
19852 * examples/stats/Makefile.am:
19853 * examples/stats/mp2ogg.c:
19854 * examples/switch/.cvsignore:
19855 * examples/switch/Makefile.am:
19856 * examples/switch/switcher.c:
19859 2005-11-30 Tim-Philipp Müller <tim at centricular dot net>
19861 * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19862 (gst_text_render_class_init), (resize_bitmap),
19863 (gst_text_render_render_text), (gst_text_render_setcaps),
19864 (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19865 (gst_text_render_chain), (gst_text_render_finalize),
19866 (gst_text_render_init), (gst_text_render_set_property):
19867 * ext/pango/gsttextrender.h:
19870 2005-11-30 Tim-Philipp Müller <tim at centricular dot net>
19874 * ext/pango/Makefile.am:
19875 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19876 (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19877 (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19878 * ext/pango/gstclockoverlay.h:
19879 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19880 (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19881 (gst_text_overlay_finalize), (gst_text_overlay_init),
19882 (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19883 (gst_text_overlay_text_pad_linked),
19884 (gst_text_overlay_text_pad_unlinked),
19885 (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19886 (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19887 (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19888 (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19889 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19890 (gst_text_overlay_change_state), (plugin_init):
19891 * ext/pango/gsttextoverlay.h:
19892 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19893 (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19894 (gst_time_overlay_class_init), (gst_time_overlay_init):
19895 * ext/pango/gsttimeoverlay.h:
19896 Port pango-based textoverlay, timeoverlay and textrender to 0.9
19897 and add background shading and text wrapping modes. Make
19898 timoverlay derive from textoverlay. Also add new clockoverlay
19901 2005-11-30 Julien MOUTTE <julien@moutte.net>
19903 * gst/udp/Makefile.am: Moved to netbuffer.
19905 2005-11-30 Julien MOUTTE <julien@moutte.net>
19909 * gst/multipart/Makefile.am:
19910 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19911 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19912 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19913 (gst_multipart_demux_change_state),
19914 (gst_multipart_demux_plugin_init):
19915 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19916 (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19917 (gst_multipart_mux_sinkconnect),
19918 (gst_multipart_mux_request_new_pad),
19919 (gst_multipart_mux_handle_src_event),
19920 (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19921 (gst_multipart_mux_change_state): Ported multipart mux/demux to
19924 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
19926 * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19927 * gst/debug/gstnavigationtest.h:
19928 * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19929 * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19930 * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19931 * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19932 * gst/effectv/gstrev.c: (gst_revtv_get_type):
19933 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19934 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19935 * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19936 * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19937 (gst_video_flip_get_type):
19938 * gst/videofilter/gstvideoflip.h:
19939 update for symbols change
19941 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
19943 * gst/udp/gstdynudpsink.c:
19944 * gst/udp/gstudpsrc.c:
19945 the old gstnet lib was renamed gstnetbuffer (#322257)
19947 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
19949 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19950 (gst_text_overlay_collected):
19951 Actually render the text from the text pad.
19953 2005-11-29 Edward Hervey <edward@fluendo.com>
19955 * gst/debug/gstnavseek.c: (gst_navseek_event):
19956 * gst/debug/progressreport.c: (gst_progress_report_event):
19957 Update for GstBaseTransform event virtual method
19959 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
19961 * ext/cairo/Makefile.am:
19962 no need to link to videofilter
19964 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
19966 * gst/debug/Makefile.am:
19967 * gst/debug/gstnavigationtest.h:
19968 * gst/effectv/Makefile.am:
19969 * gst/effectv/gstaging.c:
19970 * gst/effectv/gstdice.c:
19971 * gst/effectv/gstedge.c:
19972 * gst/effectv/gstquark.c:
19973 * gst/effectv/gstrev.c:
19974 * gst/effectv/gstshagadelic.c:
19975 * gst/effectv/gstvertigo.c:
19976 * gst/effectv/gstwarp.c:
19977 * gst/videofilter/Makefile.am:
19978 * gst/videofilter/gstvideofilter.c:
19979 * gst/videofilter/gstvideofilter.h:
19980 * gst/videofilter/gstvideoflip.h:
19981 remove the videofilter library and link to the one in base
19983 2005-11-28 Edward Hervey <edward@fluendo.com>
19985 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19986 Useless check now we're setting the current entry correctly.
19988 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
19990 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19991 (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19992 (gst_jpegenc_change_state):
19993 Don't leak input buffer in chain function (fixes #322667); make
19994 state change function thread-safe; don't repeat the current function
19995 name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19996 gst_pad_alloc_buffer(); misc. minor cleanups.
19998 2005-11-28 Jan Schmidt <thaytan@mad.scientist.com>
20000 * gst/matroska/matroska-mux.c:
20001 (gst_matroska_mux_video_pad_setcaps):
20002 Look for pixel-aspect-ratio in caps, not pixel_width and
20003 pixel_height (Fixes: #322645)
20005 2005-11-28 Jan Schmidt <thaytan@mad.scientist.com>
20007 * gst/matroska/matroska-mux.c:
20008 (gst_matroska_mux_video_pad_setcaps):
20010 frame duration should be GST_SECOND / framerate, not
20011 GST_SECOND * framerate. (Fixes: #322643)
20013 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
20016 fix up GST_PLUGIN_LDFLAGS
20017 * gst/rtsp/rtspconnection.c:
20018 fix includes (see #317043)
20019 * gst/videofilter/Makefile.am:
20020 stop installing this library
20022 2005-11-26 Edward Hervey <edward@fluendo.com>
20024 * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
20025 Handle the case where the incoming Video dv stream doesn't have
20026 a pixel aspect ratio set.
20028 2005-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
20030 * docs/plugins/Makefile.am:
20031 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20032 * docs/plugins/gst-plugins-good-plugins-sections.txt:
20033 * ext/flac/gstflacdec.c:
20036 2005-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
20038 * docs/plugins/Makefile.am:
20039 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20040 * docs/plugins/gst-plugins-good-plugins-sections.txt:
20041 * docs/plugins/inspect/plugin-autodetect.xml:
20042 * ext/cairo/gstcairo.c: (plugin_init):
20043 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20044 (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20045 (gst_text_overlay_init), (gst_text_overlay_font_init),
20046 (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20047 (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20048 (gst_text_overlay_text_pad_linked),
20049 (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20050 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20051 (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20052 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20053 (gst_text_overlay_change_state):
20054 * ext/cairo/gsttextoverlay.h:
20055 * ext/cairo/gsttimeoverlay.c:
20056 (gst_cairo_time_overlay_update_font_height),
20057 (gst_cairo_time_overlay_set_caps),
20058 (gst_cairo_time_overlay_get_unit_size),
20059 (gst_cairo_time_overlay_print_smpte_time),
20060 (gst_cairo_time_overlay_transform),
20061 (gst_cairo_time_overlay_base_init),
20062 (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
20063 (gst_cairo_time_overlay_get_type):
20064 * ext/cairo/gsttimeoverlay.h:
20065 do some name borgifying
20068 2005-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
20070 * docs/plugins/Makefile.am:
20071 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20072 * docs/plugins/gst-plugins-good-plugins-sections.txt:
20073 * gst/autodetect/gstautoaudiosink.c:
20074 (gst_auto_audio_sink_base_init):
20075 * gst/autodetect/gstautovideosink.c:
20076 (gst_auto_video_sink_base_init),
20077 (gst_auto_video_sink_factory_filter):
20078 documenting auto*sink
20079 using strstr for the video sink lookup, class field is not ordered
20080 * docs/plugins/inspect/plugin-1394.xml:
20081 * docs/plugins/inspect/plugin-aasink.xml:
20082 * docs/plugins/inspect/plugin-alaw.xml:
20083 * docs/plugins/inspect/plugin-alpha.xml:
20084 * docs/plugins/inspect/plugin-alphacolor.xml:
20085 * docs/plugins/inspect/plugin-auparse.xml:
20086 * docs/plugins/inspect/plugin-autodetect.xml:
20087 * docs/plugins/inspect/plugin-avi.xml:
20088 * docs/plugins/inspect/plugin-cacasink.xml:
20089 * docs/plugins/inspect/plugin-cairo.xml:
20090 * docs/plugins/inspect/plugin-cutter.xml:
20091 * docs/plugins/inspect/plugin-debug.xml:
20092 * docs/plugins/inspect/plugin-dv.xml:
20093 * docs/plugins/inspect/plugin-efence.xml:
20094 * docs/plugins/inspect/plugin-effectv.xml:
20095 * docs/plugins/inspect/plugin-esdsink.xml:
20096 * docs/plugins/inspect/plugin-flac.xml:
20097 * docs/plugins/inspect/plugin-flxdec.xml:
20098 * docs/plugins/inspect/plugin-gconfelements.xml:
20099 * docs/plugins/inspect/plugin-goom.xml:
20100 * docs/plugins/inspect/plugin-jpeg.xml:
20101 * docs/plugins/inspect/plugin-level.xml:
20102 * docs/plugins/inspect/plugin-matroska.xml:
20103 * docs/plugins/inspect/plugin-mulaw.xml:
20104 * docs/plugins/inspect/plugin-navigationtest.xml:
20105 * docs/plugins/inspect/plugin-ossaudio.xml:
20106 * docs/plugins/inspect/plugin-png.xml:
20107 * docs/plugins/inspect/plugin-rtp.xml:
20108 * docs/plugins/inspect/plugin-rtsp.xml:
20109 * docs/plugins/inspect/plugin-shout2send.xml:
20110 * docs/plugins/inspect/plugin-smpte.xml:
20111 * docs/plugins/inspect/plugin-speex.xml:
20112 * docs/plugins/inspect/plugin-udp.xml:
20113 * docs/plugins/inspect/plugin-videobox.xml:
20114 * docs/plugins/inspect/plugin-videoflip.xml:
20115 * docs/plugins/inspect/plugin-videomixer.xml:
20116 * docs/plugins/inspect/plugin-wavenc.xml:
20117 * docs/plugins/inspect/plugin-wavparse.xml:
20118 update for HEAD version
20120 2005-11-25 Michael Smith <msmith@fluendo.com>
20122 * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
20123 Patch from Sebastien Cote to close control sockets in udpsrc.
20125 2005-11-24 Julien MOUTTE <julien@moutte.net>
20127 * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20128 (gst_quarktv_get_unit_size), (gst_quarktv_transform),
20129 (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20130 (gst_quarktv_base_init), (gst_quarktv_class_init),
20131 (gst_quarktv_init): Flush the planes list on reverse caps
20132 negotiation. This was crashing because of differently sized
20135 2005-11-24 Julien MOUTTE <julien@moutte.net>
20137 * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20138 * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20139 (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20140 (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20141 (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20142 (gst_videoflip_set_property), (gst_videoflip_base_init),
20143 (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20144 correctly, fix identity flipping, convert navigation event
20147 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20149 * configure.ac: back to HEAD
20151 === release 0.9.6 ===
20153 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20156 releasing 0.9.6, "Everything's Not Lost"
20158 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20160 * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20161 Oops, initialise the framerate GValue
20163 2005-11-23 Julien MOUTTE <julien@moutte.net>
20165 * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20166 (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20167 (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20168 (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20169 (gst_timeoverlay_get_type):
20170 * ext/cairo/gsttimeoverlay.h:
20171 * gst/debug/Makefile.am:
20172 * gst/debug/gstnavigationtest.c:
20173 (gst_navigationtest_handle_src_event),
20174 (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20175 (gst_navigationtest_transform), (gst_navigationtest_change_state),
20176 (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20177 (gst_navigationtest_init), (gst_navigationtest_get_type),
20179 * gst/debug/gstnavigationtest.h:
20180 * gst/effectv/Makefile.am:
20181 * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20182 (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20183 (gst_agingtv_base_init), (gst_agingtv_class_init),
20184 (gst_agingtv_init), (gst_agingtv_get_type):
20185 * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20186 (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20187 (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20188 (gst_dicetv_get_type):
20189 * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20190 (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20191 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20192 (gst_edgetv_get_type):
20193 * gst/effectv/gsteffectv.c:
20194 * gst/effectv/gsteffectv.h:
20195 * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20196 (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20197 (gst_quarktv_change_state), (gst_quarktv_base_init),
20198 (gst_quarktv_class_init), (gst_quarktv_init),
20199 (gst_quarktv_get_type):
20200 * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20201 (gst_revtv_get_unit_size), (gst_revtv_transform),
20202 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20203 (gst_revtv_get_type):
20204 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20205 (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20206 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20207 (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20208 * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20209 (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20210 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20211 (gst_vertigotv_init), (gst_vertigotv_get_type):
20212 * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20213 (gst_warptv_get_unit_size), (gst_warptv_transform),
20214 (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20215 (gst_warptv_get_type):
20216 * gst/videofilter/Makefile.am:
20217 * gst/videofilter/gstvideobalance.c:
20218 * gst/videofilter/gstvideobalance.h:
20219 * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20220 (gst_videofilter_class_init), (gst_videofilter_init):
20221 * gst/videofilter/gstvideofilter.h:
20222 * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20223 (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20224 (gst_videoflip_flip), (gst_videoflip_transform),
20225 (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20226 (gst_videoflip_base_init), (gst_videoflip_class_init),
20227 (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20228 * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20229 BaseTransform, it's just a place holder for now and every video
20230 effect plugin has been ported to use BaseTransform features
20231 directly. QuarkTV was fixed too (was broken), navigationtest works
20232 and best for the end, videoflip converts navigation events depending
20233 on flip method ! Fixes #320953
20235 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20237 * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20238 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20239 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20240 (gst_goom_src_negotiate), (gst_goom_chain):
20241 * gst/matroska/matroska-mux.c:
20242 (gst_matroska_mux_video_pad_setcaps):
20243 * sys/osxvideo/osxvideosink.m:
20244 Fixes for API changes
20246 2005-11-23 Michael Smith <msmith@fluendo.com>
20248 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20249 (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20250 * ext/jpeg/gstjpegdec.h:
20251 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20252 * ext/jpeg/gstjpegenc.h:
20253 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20254 (gst_smokeenc_resync):
20255 * ext/jpeg/gstsmokeenc.h:
20256 JPEG fractiony goodness.
20258 2005-11-22 Michael Smith <msmith@fluendo.com>
20260 * gst/goom/filters.c:
20261 * gst/goom/graphic.h:
20262 Fix compilation by making some functions static inline instead of
20263 extern inline, matching the way they're used.
20265 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
20267 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20268 (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20269 * ext/cairo/gsttextoverlay.h:
20270 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20271 * ext/gdk_pixbuf/gstgdkpixbuf.h:
20272 * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20273 (gst_pngdec_caps_create_and_set):
20274 * ext/libpng/gstpngdec.h:
20275 * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20276 * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20277 * gst/avi/gstavimux.c: (gst_avimux_init),
20278 (gst_avimux_vidsinkconnect):
20279 * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20280 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20281 (gst_goom_src_negotiate), (gst_goom_chain):
20282 * gst/goom/gstgoom.h:
20283 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20284 * gst/matroska/matroska-mux.c:
20285 (gst_matroska_mux_video_pad_setcaps):
20286 * sys/osxvideo/osxvideosink.h:
20287 * sys/osxvideo/osxvideosink.m:
20288 More fractional framerate conversions
20290 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
20292 * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20293 * gst/debug/gstnavigationtest.c:
20294 (gst_navigationtest_handle_src_event):
20295 * gst/videofilter/gstvideofilter.c:
20296 (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20297 (gst_videofilter_init):
20298 * gst/videofilter/gstvideofilter.h:
20299 Convert to fractional framerates.
20301 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20303 * ext/aalib/gstaasink.c:
20304 * ext/dv/gstdvdec.c:
20305 * ext/esd/esdmon.c:
20306 * ext/flac/gstflacenc.c:
20307 * ext/gdk_pixbuf/pixbufscale.c:
20308 * ext/libcaca/gstcacasink.c:
20309 * ext/shout2/gstshout2.c:
20310 * gst/alpha/gstalpha.c:
20311 * gst/oldcore/gstaggregator.c:
20312 * gst/oldcore/gstshaper.c:
20313 * gst/smpte/barboxwipes.c:
20314 * gst/smpte/gstsmpte.c:
20315 * gst/videobox/gstvideobox.c:
20316 * gst/videofilter/gstvideoflip.c:
20317 * gst/videomixer/videomixer.c:
20320 2005-11-22 Michael Smith <msmith@fluendo.com>
20322 * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20323 (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20324 (gst_videomixer_update_queues):
20325 Fractional framerates, videomixer.
20327 2005-11-22 Michael Smith <msmith@fluendo.com>
20329 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20330 * ext/dv/gstdvdec.h:
20331 * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20332 (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20333 (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20334 (gst_dvdemux_flush):
20335 * ext/dv/gstdvdemux.h:
20336 Fractional framerates for DV.
20338 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20340 * gst/autodetect/gstautoaudiosink.c:
20341 (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20342 * gst/autodetect/gstautovideosink.c:
20343 (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20344 Use gst_plugin_feature_list_free() to free feature list and
20345 in the case of autovideosink free the list at all. Also
20346 miscellaneous cosmetic fixes.
20348 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20350 * gst/cutter/gstcutter.c: (gst_cutter_chain),
20351 (gst_cutter_set_property), (gst_cutter_get_caps):
20352 copy calculation code from level; remove use of some audio
20355 2005-11-22 Andy Wingo <wingo@pobox.com>
20357 * Update for gst_tag_setter API changes.
20359 2005-11-22 Andy Wingo <wingo@pobox.com>
20361 * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20362 (gst_dvdemux_demux_frame)
20363 * ext/flac/gstflacdec.c (gst_flacdec_write)
20364 * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20365 (gst_flacenc_sink_event)
20366 * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20367 * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20368 * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20369 * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20370 * gst/auparse/gstauparse.c (gst_auparse_chain)
20371 * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20372 * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20373 * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20374 (gst_avi_demux_handle_seek)
20375 * gst/goom/gstgoom.c (gst_goom_event)
20376 * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20377 * gst/matroska/matroska-demux.c
20378 (gst_matroska_demux_handle_seek_event)
20379 (gst_matroska_demux_loop_stream_parse_id)
20380 * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20381 * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20382 (gst_wavparse_stream_headers): Run update-funcnames.
20384 2005-11-22 Edward Hervey <edward@fluendo.com>
20386 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20387 (gst_dv1394src_init), (gst_dv1394src_dispose),
20388 (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20389 (gst_dv1394src_uri_set_uri):
20390 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20391 (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20392 (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20393 URIHandler interface and element properties are now properly
20394 synchronized for DV1394src and UDPSrc
20396 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20398 * ext/flac/Makefile.am:
20399 * ext/speex/Makefile.am:
20400 libgsttagedit has been renamed to libgsttag.
20402 2005-11-21 Wim Taymans <wim@fluendo.com>
20404 * gst/rtsp/rtspconnection.c: (read_body):
20405 Apply patch from Sebastien Cote to fix #319184.
20407 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
20410 * gst/cutter/Makefile.am:
20411 * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20412 (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20413 (gst_cutter_set_property), (gst_cutter_get_property),
20414 (plugin_init), (gst_cutter_get_caps):
20416 * gst/level/gstlevel.c:
20417 fix up plugin details
20419 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20421 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20422 * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20423 (gst_flacdec_src_event):
20424 * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20425 * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20426 (gst_signal_processor_getrange), (gst_signal_processor_chain):
20427 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20428 * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20429 (gst_flxdec_sink_event_handler):
20430 * gst/matroska/matroska-demux.c:
20431 (gst_matroska_demux_handle_seek_event):
20432 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20433 Update for stream lock API changes: don't take stream log
20434 in sink event handlers any longer and change GST_STREAM_LOCK
20435 to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20438 2005-11-21 Michael Smith <msmith@fluendo.com>
20440 * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20441 gst_object_unref, not g_object_unref
20443 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20445 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20446 (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20447 Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20449 2005-11-21 Michael Smith <msmith@fluendo.com>
20451 * gst/auparse/Makefile.am:
20452 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20453 (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20454 (gst_auparse_change_state):
20455 * gst/auparse/gstauparse.h:
20456 Partially fix #161712. playbin still doesn't work on these files,
20457 (on the bug report, Andy says we aren't typefinding it for some
20458 reason?) but at least auparse isn't totally busted like it was before.
20460 2005-11-21 Andy Wingo <wingo@pobox.com>
20463 * *.c: Ran scripts/update-macros. Oh yes.
20465 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20467 * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20468 Filler events are gone for now, comment out section generating
20471 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
20473 * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20474 * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20475 * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20476 * sys/osxvideo/osxvideosink.m:
20477 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20480 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20482 * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20483 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20484 (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20485 (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20486 (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20487 (gst_avi_demux_stream_data):
20488 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20489 * gst/wavenc/gstwavenc.c: (write_metadata):
20490 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20491 (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20492 Fixes for GST_FOURCC_FORMAT API change.
20494 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20496 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20497 (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20498 (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20499 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20500 (gst_text_overlay_change_state):
20501 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20502 (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20503 (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20504 * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20505 * gst/videomixer/videomixer.c: (gst_videomixer_init),
20506 (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20507 (gst_videomixer_change_state):
20508 Fix for collect pads API change. Also fix textoverlay state
20511 2005-11-20 Julien MOUTTE <julien@moutte.net>
20513 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20514 GST_PAD_IS_USABLE by something approaching it.
20516 2005-11-20 Julien MOUTTE <julien@moutte.net>
20518 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20520 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20521 but also fix the code that was not checking return values from
20522 pad_push neither using pad_alloc_buffer.
20524 2005-11-18 Edward Hervey <edward@fluendo.com>
20526 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20527 (gst_pngenc_chain):
20528 Added debug category
20529 Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20532 2005-11-17 Edgard Lima <edgard.lima@indt.org.br>
20534 * gst/rtp/Makefile.am
20536 * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20537 (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20538 (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20539 (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20540 * gst/rtp/gstrtpg711enc.h:
20541 * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20542 * gst/rtp/gstrtpspeexenc.c:
20543 * gst/rtp/gstrtpspeexenc.h:
20544 * gst/rtp/gstrtpspeexdec.c:
20545 * gst/rtp/gstrtpspeexdec.h:
20546 Created Speex payloader and depayloader; Optimize G711 payloader to
20547 use adapter and send packets until MTU size.
20549 2005-11-16 Wim Taymans <wim@fluendo.com>
20551 * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20554 2005-11-16 Wim Taymans <wim@fluendo.com>
20556 * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20559 2005-11-16 Andy Wingo <wingo@pobox.com>
20561 * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20562 (gst_udpsrc_create): Move comment.
20564 2005-11-15 Vincent Torri <torri at iecn dot u-nancy dot fr>
20566 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20568 * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20569 When seeking, seek to closest index entry at or before the requested
20570 seek position, not just the closest one (#321001).
20572 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
20574 * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20575 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20576 Invert DIB images again (see #132341).
20578 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
20581 rework configure.ac file
20582 * ext/aalib/gstaasink.c:
20583 * ext/cairo/gstcairo.c:
20585 * ext/esd/gstesd.c:
20586 * ext/flac/gstflac.c:
20587 * ext/gconf/gstgconfelements.c:
20588 * ext/gdk_pixbuf/gstgdkpixbuf.c:
20589 * ext/jpeg/gstjpeg.c:
20590 * ext/ladspa/gstladspa.c:
20591 * ext/libcaca/gstcacasink.c:
20592 * ext/libmng/gstmng.c:
20593 * ext/libpng/gstpng.c:
20594 * ext/mikmod/gstmikmod.c:
20595 * ext/pango/gsttextoverlay.c:
20596 * ext/pango/gsttimeoverlay.c:
20597 * ext/raw1394/gst1394.c:
20598 * ext/speex/gstspeex.c:
20599 * gst/alpha/Makefile.am:
20600 * gst/alpha/gstalpha.c:
20601 * gst/alpha/gstalphacolor.c:
20602 * gst/auparse/gstauparse.c:
20603 * gst/autodetect/gstautoaudiosink.c:
20604 (gst_auto_audio_sink_factory_filter),
20605 (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20606 * gst/autodetect/gstautodetect.c:
20607 * gst/avi/gstavi.c:
20608 * gst/cutter/gstcutter.c:
20609 * gst/debug/efence.c:
20610 * gst/debug/gstdebug.c:
20611 * gst/debug/gstnavigationtest.c:
20612 * gst/effectv/gsteffectv.c:
20613 * gst/flx/gstflxdec.c:
20614 * gst/goom/gstgoom.c:
20615 * gst/interleave/plugin.c:
20618 * gst/level/gstlevel.c:
20619 * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20620 * gst/matroska/matroska.c:
20621 * gst/median/gstmedian.c:
20622 * gst/monoscope/gstmonoscope.c:
20623 * gst/multipart/multipart.c:
20624 * gst/oldcore/gstelements.c:
20625 * gst/rtp/gstrtp.c:
20626 * gst/rtsp/gstrtsp.c:
20627 * gst/smoothwave/gstsmoothwave.c:
20628 * gst/smpte/gstsmpte.c:
20629 * gst/udp/gstudp.c:
20630 * gst/videobox/gstvideobox.c:
20631 * gst/videofilter/gstgamma.c:
20632 * gst/videofilter/gstvideobalance.c:
20633 * gst/videofilter/gstvideoflip.c:
20634 * gst/videofilter/gstvideotemplate.c:
20635 * gst/videomixer/videomixer.c:
20636 * gst/wavenc/gstwavenc.c:
20637 * gst/wavparse/gstwavparse.c:
20638 * sys/oss/gstossaudio.c:
20639 * sys/osxaudio/gstosxaudio.c:
20640 update GST_PLUGIN_DEFINE
20641 * gst/rtp/Makefile.am:
20642 * gst/rtp/gstasteriskh263.c:
20643 check for htons/htonl headers and possibly link to winsock2 lib
20645 2005-11-12 Edward Hervey <edward@fluendo.com>
20647 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
20648 Only GST_DEBUG() information on the valid components.
20650 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
20652 * configure.ac: back to HEAD
20654 === release 0.9.5 ===
20656 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
20659 releasing 0.9.5, "Phone Alarm"
20661 2005-11-11 Edward Hervey <edward@fluendo.com>
20663 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20664 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20665 (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20666 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20667 (gst_avi_demux_loop):
20668 * gst/avi/gstavidemux.h:
20669 Yeah, implement proper seeking. Exact seeking and segment seeking.
20670 Still need to do some checks for segment_stop.
20672 2005-11-10 Josef Zlomek <josef dot zlomek at xeris dot cz>
20674 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20676 * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20677 Don't try to ready buffer duration from buffer that we don't
20678 own any longer and that might already have been unreffed.
20681 2005-11-09 Zeeshan Ali <zeenix@gmail.com>
20683 * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20684 (flx_decode_delta_flc), (gst_flxdec_chain):
20685 Attempting to optimize the code for embedded systems.
20687 2005-11-08 Alessandro Decina <alessandro at nnva dot org>
20689 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20691 * sys/oss/gstosssink.c: (gst_oss_sink_close):
20692 Don't re-use already closed file descriptor. (#320920)
20694 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
20696 * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20697 (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20698 (gst_oss_sink_prepare):
20699 * sys/oss/gstosssink.h:
20700 Cache probed caps; fix debug output for SET_PARAM macros.
20702 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
20704 * ext/cairo/Makefile.am:
20705 * ext/cairo/gstcairo.c: (plugin_init):
20706 * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20707 (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20708 (gst_text_overlay_init), (gst_text_overlay_font_init),
20709 (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20710 (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20711 (gst_text_overlay_text_pad_linked),
20712 (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20713 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20714 (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20715 (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20716 (gst_text_overlay_change_state):
20717 * ext/cairo/gsttextoverlay.h:
20718 Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20719 property and redo positioning. Doesn't handle upstream renegotiation
20722 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
20724 * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20725 (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20726 (gst_avi_demux_loop):
20727 No need to take the STREAM_LOCK in the loop function. Improve
20728 some debug messages. Don't leak pad names in debug messages.
20730 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
20732 * gst/matroska/matroska-demux.c:
20733 (gst_matroska_demux_push_vorbis_codec_priv_data),
20734 (gst_matroska_demux_add_wvpk_header):
20735 Don't error out when the source pad isn't linked.
20737 2005-11-02 Tim-Philipp Müller <tim at centricular dot net>
20739 * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20740 (gst_gconf_audio_sink_change_state):
20741 * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20742 (gst_gconf_video_sink_change_state):
20743 Fix state change functions here as well and set kid
20744 to NULL state before removing it.
20746 2005-11-01 Edward Hervey <edward@fluendo.com>
20748 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20749 (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20750 Added proper event handlind,
20751 made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20753 and don't set a duration of 0 for buffers otherwise they are discarded
20756 GstWavEnc needs some serious loving, after going through the code I'm
20757 really wondering how this can stay in -good ...
20759 2005-11-01 Thomas Vander Stichele <thomas at apestaart dot org>
20761 * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20762 (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20763 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20764 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20765 (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20766 (gst_matroska_mux_collected):
20767 Fix leaks and invalid memory access as reported by valgrind
20769 2005-11-01 Thomas Vander Stichele <thomas at apestaart dot org>
20771 Patch by: Michal Benes <michal.benes@xeris.cz>
20773 * check/Makefile.am:
20774 * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20775 * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20776 (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20777 add a unit test for matroskamux
20778 fix the bugs that the unit test exposed
20780 2005-11-01 Tim-Philipp Müller <tim at centricular dot net>
20782 * gst/autodetect/gstautoaudiosink.c:
20783 (gst_auto_audio_sink_class_init),
20784 (gst_auto_audio_sink_change_state):
20785 * gst/autodetect/gstautovideosink.c:
20786 (gst_auto_video_sink_class_init),
20787 (gst_auto_video_sink_change_state):
20788 Fix state change function and use GST_DEBUG_FUNCPTR in
20791 2005-11-01 Josef Zlomek <josef dot zlomek at xeris dot cz>
20793 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20795 * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20796 (gst_ebml_write_reset), (gst_ebml_write_element_new):
20797 * gst/matroska/ebml-write.h:
20798 * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20799 Set timestamps on outgoing ebml headers as well, so that the
20800 element after matroskamux can get the timestamp already when
20801 reading the first ebml element and doesn't have to wait for
20802 the actual data buffer for that (#320308).
20804 2005-10-31 Andy Wingo <wingo@pobox.com>
20806 * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20807 (gst_videomixer_pad_link): Kill some memleaks.
20808 (gst_videomixer_pad_get_property): Style fix.
20809 (gst_videomixer_pad_set_property): Style fix.
20810 (gst_videomixer_pad_init): Style fix.
20811 (gst_videomixer_update_queues): Kill memleak.
20812 (gst_videomixer_loop): Kill memleak.
20813 (gst_videomixer_collected): Kill memleak.
20815 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
20817 * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20818 gst_auparse_change_state:
20821 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
20823 * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20824 Add checks to GST_FLOW_NOT_LINKED for values returned
20827 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
20829 * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20830 (gst_rtpg711dec_process):
20831 * gst/rtp/gstrtpgsmenc.c:
20832 Payloader now sets some default caps on the srcpad if caps on the sinkpad
20833 are never set. This is important for the g711 to work with burger's rtpbin
20836 2005-10-28 Edgard Lima <edgard.lima@cin.ufpe.br>
20838 * ext/speex/gstspeexenc.c: (gst_speexenc_chain),
20839 (gst_speexenc_push_buffer):
20840 Add checks for return values from gst_pad_push and
20841 gst_pad_alloc_buffer.
20843 2005-10-28 Michal Benes <michal dot benes at xeris dot cz>
20845 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20847 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20848 (gst_matroska_demux_parse_info),
20849 (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20850 (gst_matroska_demux_parse_cluster):
20851 * gst/matroska/matroska-ids.h:
20852 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20853 (gst_matroska_mux_init), (gst_matroska_mux_start),
20854 (gst_matroska_mux_create_buffer_header),
20855 (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20856 (gst_matroska_mux_get_property):
20857 * gst/matroska/matroska-mux.h:
20858 Add SimpleBlock support to matroska demuxer and muxer (part of
20859 Matroska v2). (#319731)
20861 2005-10-28 Wim Taymans <wim@fluendo.com>
20863 * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20864 (gst_jpeg_dec_change_state):
20865 * ext/jpeg/gstjpegdec.h:
20866 Cleanups. Don't create caps for every chain.
20868 2005-10-27 Edgard Lima Edgard Lima <edgard.lima@indt.org.br>
20870 * gst/law/alaw-encode.c: (gst_alawenc_init),
20871 (alawenc_setcaps), (gst_alawenc_chain)
20872 * gst/law/alaw-encode.h:
20873 * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20874 (mulawenc_setcaps), (gst_mulawenc_chain)
20875 * gst/law/mulaw-encode.h:
20876 Set timestamp on buffer and it allows RTP G711 elements
20879 2005-10-27 Wim Taymans <wim@fluendo.com>
20881 * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20882 Set correct format on oss instead of a silly value.
20884 2005-10-27 Julien MOUTTE <julien@moutte.net>
20886 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20887 (gst_video_box_transform_caps), (gst_video_box_set_caps),
20888 (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20889 (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20890 I420 rendering as well, doesn't bring much for my platform.
20891 Might help on some other platforms.
20893 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
20895 * gst/rtp/gstrtpgsmenc.c:
20896 * gst/rtp/gstrtpgsmparse.c:
20897 Declaring the padtemplate correctly.
20899 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
20901 * gst/rtp/gstrtpg711dec.c:
20902 * gst/rtp/gstrtpg711enc.c:
20903 * gst/rtp/gstrtpgsmenc.c:
20904 * gst/rtp/gstrtpgsmparse.c:
20905 Setting the proper copyright notice.
20907 2005-10-26 Julien MOUTTE <julien@moutte.net>
20909 * gst/videobox/Makefile.am: Use liboil.
20910 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20911 (gst_video_box_set_property), (gst_video_box_transform_caps),
20912 (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20913 (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20914 using liboil. Will dot the same to I420 border generation
20917 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
20919 * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20920 (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20921 (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20922 * gst/rtp/gstrtpg711dec.h:
20923 * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20924 (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20925 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20926 (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20927 (gst_rtpgsmenc_handle_buffer):
20928 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20929 (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20930 (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20931 * gst/rtp/gstrtpgsmparse.h:
20932 Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20933 inherits from the basertpdepayloader.
20935 2005-10-26 Julien MOUTTE <julien@moutte.net>
20937 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20938 (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20939 (gst_video_box_ayuv): Removing this forgotten debug.
20941 2005-10-26 Julien MOUTTE <julien@moutte.net>
20943 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20944 (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20945 (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20947 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
20949 * sys/oss/gstossaudio.c:
20950 * sys/oss/gstossdmabuffer.c:
20951 * sys/oss/gstosshelper.c:
20952 * sys/oss/gstossmixer.c:
20953 * sys/oss/gstossmixerelement.c:
20954 * sys/oss/gstossmixertrack.c:
20955 * sys/oss/gstosssink.c:
20956 * sys/oss/gstosssrc.c:
20957 Actually use the 'oss' debug category we register.
20959 2005-10-26 Julien MOUTTE <julien@moutte.net>
20961 * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20962 (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20963 Use gst_pad_get_parent and drop the ref that was added through
20966 2005-10-26 Thomas Vander Stichele <thomas at apestaart dot org>
20968 * gst/rtp/gstrtpgsmenc.c:
20971 2005-10-25 Edgard Lima <edgard.lima@indt.org.br>
20973 * gst/rtp/gstrtpg711dec.c
20974 Just removed a couple of lines of weird code used during
20975 development/test time.
20977 2005-10-25 Edgard Lima <edgard.lima@indt.org.br>
20979 * gst/rtp/Makefile.am
20981 * gst/rtp/gstrtpg711enc.c
20982 * gst/rtp/gstrtpg711enc.h
20983 * gst/rtp/gstrtpg711dec.c
20984 * gst/rtp/gstrtpg711dec.h
20985 Created G711 payloader and depayloader (it supports mulaw and alaw
20988 2005-10-25 Julien MOUTTE <julien@moutte.net>
20990 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20991 (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20992 Doh ! I introduced wingo's bug again ! Sorry...
20994 2005-10-25 Christian Schaller <christian@fluendo.com>
20996 * gst/rtp/Makefile.am: add missing header files for disting
20998 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
21000 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21001 (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
21002 (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21003 (gst_rtpgsmenc_handle_buffer):
21004 * gst/rtp/gstrtpgsmenc.h:
21005 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
21006 (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
21007 (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
21008 (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
21009 * gst/rtp/gstrtpgsmparse.h:
21010 Getting the GSM (de)payloader working and compatible with our plans for RTP.
21012 2005-10-25 Julien MOUTTE <julien@moutte.net>
21014 * ext/libpng/gstpngdec.c: (user_info_callback),
21015 (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
21016 a newsegment event, move some redundant code in a single place.
21018 2005-10-25 Julien MOUTTE <julien@moutte.net>
21020 * ext/libpng/gstpngdec.c: (user_info_callback),
21021 (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
21022 hack to get correct colors order when we have a png image with
21025 2005-10-24 Edward Hervey <edward@fluendo.com>
21027 * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads):
21028 Call gst_element_no_more_pads when there will be no more pads.
21030 2005-10-24 Wim Taymans <wim@fluendo.com>
21032 * gst/rtp/Makefile.am:
21033 * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
21034 (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
21035 (gst_asteriskh263_init), (gst_asteriskh263_finalize),
21036 (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
21037 (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
21038 (gst_asteriskh263_plugin_init):
21039 * gst/rtp/gstasteriskh263.h:
21040 * gst/rtp/gstrtp.c: (plugin_init):
21041 * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
21042 (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
21043 (gst_rtph263enc_init), (gst_rtph263enc_finalize),
21044 (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
21045 (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
21046 (gst_rtph263enc_plugin_init):
21047 * gst/rtp/gstrtph263enc.h:
21048 Added two new payloaders, an RFC 2190 payloader for h263 and
21049 a payload convertor for an asterisk server.
21051 2005-10-24 Tim-Philipp Müller <tim at centricular dot net>
21053 * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21054 Set bytes_per_sample correctly (is not always 4, but
21055 depends on width and number of channels).
21057 2005-10-24 Tim-Philipp Müller <tim at centricular dot net>
21059 * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
21060 (gst_flacenc_init), (gst_flacenc_sink_setcaps),
21061 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21062 (gst_flacenc_sink_event), (gst_flacenc_chain),
21063 (gst_flacenc_set_property), (gst_flacenc_get_property),
21064 (gst_flacenc_change_state):
21065 * ext/flac/gstflacenc.h:
21066 Fix seeking, so that flacenc can rewrite the header with the
21067 correct duration and amount of samples and all that at EOS;
21068 also set timestamps and granulepos on outgoing buffers; add
21069 debug category; fix state change function.
21071 2005-10-24 Julien MOUTTE <julien@moutte.net>
21073 * gst/videomixer/videomixer.c: Don't restrict video geometry
21076 2005-10-24 Julien MOUTTE <julien@moutte.net>
21078 * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21079 (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21080 Fix caps negotiation correctly, add debugging category.
21082 2005-10-24 Christian Schaller <christian@fluendo.com>
21084 * configure.ac: Port over Thomas's change from base listing all plugins
21086 2005-10-24 Julien MOUTTE <julien@moutte.net>
21088 * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
21091 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
21097 === release 0.9.4 ===
21099 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
21102 Releasing 0.9.4, "Dromiceiomimus"
21104 2005-10-21 Tim-Philipp Müller <tim at centricular dot net>
21106 * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
21107 (gst_speexenc_src_query):
21108 Add position and duration query, fix query type function.
21110 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21111 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
21112 Let's not set non-fixed caps on source pads.
21114 2005-10-21 Wim Taymans <wim@fluendo.com>
21116 * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
21117 * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
21118 (gst_avi_demux_handle_seek):
21119 Set correct stream_time in newsegment event.
21120 avi can also handle a duration query now.
21122 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21124 * gst/matroska/matroska-demux.c:
21125 (gst_matroska_demux_handle_src_query),
21126 (gst_matroska_demux_handle_seek_event),
21127 (gst_matroska_demux_loop_stream_parse_id):
21128 Fix duration query; fix basetime in newsegment event after
21129 seek; fix duration in initial newsegment event.
21131 * gst/matroska/matroska-mux.c:
21132 (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21133 Extract number of channels and samplerate from vorbis headers;
21134 add some debug messages when querying the durations of the
21137 2005-10-20 Wim Taymans <wim@fluendo.com>
21139 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21140 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21141 (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21142 Set stream time correctly in newsegment.
21144 2005-10-20 Wim Taymans <wim@fluendo.com>
21146 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21147 Correctly fill in the stream time.
21149 2005-10-19 Thomas Vander Stichele <thomas at apestaart dot org>
21151 * check/elements/level.c: (GST_START_TEST):
21152 * gst/level/gstlevel.c: (gst_level_message_new):
21153 * gst/level/level-example.c: (message_handler):
21154 use ELEMENT messages instead
21156 2005-10-19 Wim Taymans <wim@fluendo.com>
21158 * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21159 (gst_dvdemux_src_query):
21160 * ext/flac/gstflacdec.c: (gst_flacdec_length),
21161 (gst_flacdec_src_query):
21162 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21163 * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21164 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21165 * gst/debug/gstnavseek.c: (gst_navseek_seek):
21166 * gst/debug/progressreport.c: (gst_progress_report_report):
21167 * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21168 * gst/matroska/matroska-demux.c:
21169 (gst_matroska_demux_handle_src_query):
21170 * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21171 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21172 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21173 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21174 (gst_wavparse_srcpad_event):
21177 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
21179 * gst/goom/filters.c:
21180 * gst/goom/graphic.h:
21181 * gst/goom/lines.c:
21182 Make inline functions either 'static inline' or 'extern inline',
21183 otherwise the Forte compiler apparently won't inline them (#317300).
21185 2005-10-19 Julien MOUTTE <julien@moutte.net>
21187 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21188 (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21189 (user_info_callback), (user_endrow_callback), (user_end_callback),
21190 (user_read_data), (gst_pngdec_caps_create_and_set),
21191 (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21192 (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21193 (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21194 (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21195 * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21196 very nice and handle push/pull based model. if you have filesrc
21197 connected to it, it will do random access to load the png file.
21198 If you have a network source that can't do _getrange, it does
21199 progressive loading through the chain function.
21200 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21201 (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21202 thanks to Master Wim Taymans ;-)
21204 2005-10-18 Tim-Philipp Müller <tim at centricular dot net>
21206 * gst/matroska/Makefile.am:
21207 * gst/matroska/ebml-read.c:
21208 * gst/matroska/ebml-read.h:
21209 * gst/matroska/matroska-demux.c:
21210 * gst/matroska/matroska-demux.h:
21211 * gst/matroska/matroska.c: (plugin_init):
21212 Ported matroska demuxer to 0.9.
21214 2005-10-18 Michal Benes <michal dot benes at xeris dot cz>
21216 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21218 * gst/matroska/matroska-mux.c:
21219 (gst_matroska_mux_video_pad_setcaps),
21220 (gst_matroska_mux_audio_pad_setcaps):
21221 Fix mpeg4 input handling (#318847); also, while we're at it,
21222 fix media type for Motion-JPEG: should be image/jpeg.
21224 2005-10-18 Wim Taymans <wim@fluendo.com>
21226 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21227 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21228 (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21229 Fix for segment-start/stop API change.
21231 2005-10-17 Julien MOUTTE <julien@moutte.net>
21233 * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21234 (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21237 2005-10-17 Julien MOUTTE <julien@moutte.net>
21239 * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21240 (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21241 output declared in transform_caps.
21243 2005-10-17 Julien MOUTTE <julien@moutte.net>
21245 * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21247 2005-10-17 Julien MOUTTE <julien@moutte.net>
21249 * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21250 (gst_video_box_get_unit_size): Fix wrong size calculations and
21251 implement get_unit_size correctly.
21253 2005-10-17 Tim-Philipp Müller <tim at centricular dot net>
21258 * gst/flx/gstflxdec.c: (flx_decode_chunks):
21259 Fix gcc4 signedness issue.
21261 2005-10-17 Julien MOUTTE <julien@moutte.net>
21263 * configure.ac: Adding videomixer.
21264 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21265 (user_read_data), (gst_pngdec_chain): More debugging.
21266 * gst/alpha/Makefile.am: Adding alphacolor
21267 * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21268 (gst_alpha_color_class_init), (gst_alpha_color_init),
21269 (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21270 (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21271 (plugin_init): Ported to 0.9 using in place base tranform.
21272 * gst/videomixer/Makefile.am:
21273 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21274 (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21275 (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21276 (gst_videomixer_pad_init), (gst_videomixer_class_init),
21277 (gst_videomixer_init), (gst_videomixer_getcaps),
21278 (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21279 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21280 (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21281 to 0.9 using collectpads.
21283 2005-10-17 Zeeshan Ali <zeenix at gmail dot com>
21286 * gst/flx/Makefile.am:
21287 * gst/flx/gstflxdec.c: (gst_flxdec_init),
21288 (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21289 (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21290 * gst/flx/gstflxdec.h:
21291 flx plugin ported to 0.9
21293 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
21295 * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21296 use new gst_version_string()
21298 2005-10-16 Andy Wingo <wingo@pobox.com>
21300 * configure.ac: GLIB_CHECK.
21302 2005-10-15 Julien MOUTTE <julien@moutte.net>
21304 * ext/libpng/Makefile.am:
21305 * ext/libpng/gstpng.c: (plugin_init):
21306 * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21307 (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21308 * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21310 2005-10-14 Michal Benes <michal dot benes at xeris dot cz>
21312 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21315 * gst/matroska/Makefile.am:
21316 * gst/matroska/ebml-ids.h:
21317 * gst/matroska/ebml-write.c:
21318 * gst/matroska/ebml-write.h:
21319 * gst/matroska/matroska-ids.h:
21320 * gst/matroska/matroska-mux.c:
21321 * gst/matroska/matroska-mux.h:
21322 * gst/matroska/matroska.c: (plugin_init):
21323 Port matroska muxer to 0.9 (#318847).
21325 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
21327 * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21328 (comment_init), (comment_add):
21329 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21330 use GST_READ_UINT32_LE() and friends rather than the private
21331 implementation of those same macros.
21333 2005-10-13 Stefan Kost <ensonic@users.sf.net>
21335 * examples/stats/mp2ogg.c:
21338 2005-10-12 Stefan Kost <ensonic@users.sf.net>
21340 * examples/indexing/indexmpeg.c: (main):
21341 * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21342 (gst_esdmon_close_audio), (gst_esdmon_change_state):
21343 * ext/esd/esdmon.h:
21344 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21345 * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21346 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21347 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21348 * gst/avi/gstavimux.c: (gst_avimux_init):
21349 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21350 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21351 * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21352 * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21353 (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21354 (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21355 * gst/oldcore/gstmultifilesrc.h:
21356 * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21357 (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21358 (gst_pipefilter_change_state):
21359 * gst/oldcore/gstpipefilter.h:
21360 * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21361 * gst/videomixer/videomixer.c: (gst_videomixer_init):
21362 * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21363 * sys/osxaudio/gstosxaudiosink.h:
21364 * sys/osxaudio/gstosxaudiosrc.h:
21365 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21366 moved bitshift from macro to enum definition
21368 2005-10-12 Thomas Vander Stichele <thomas at apestaart dot org>
21371 * ext/cairo/Makefile.am:
21372 * ext/cairo/gstcairo.c: (plugin_init):
21373 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21374 * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21375 (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21376 * ext/cairo/gsttimeoverlay.h:
21377 update of cairo-based timeoverlay to 1.0 Cairo API
21378 doesn't work yet for resizing of output sink
21380 2005-10-11 Wim Taymans <wim@fluendo.com>
21382 * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21383 newsegment API fix.
21385 2005-10-11 Wim Taymans <wim@fluendo.com>
21387 * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21388 (gst_dvdemux_demux_frame):
21389 * ext/flac/gstflacdec.c: (gst_flacdec_write):
21390 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21391 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21392 (gst_avi_demux_handle_seek):
21393 * gst/goom/gstgoom.c: (gst_goom_event):
21394 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21395 * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21396 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21397 (gst_wavparse_loop), (gst_wavparse_pad_convert),
21398 (gst_wavparse_srcpad_event):
21399 newsegment API update.
21401 2005-10-11 Andy Wingo <wingo@pobox.com>
21403 * ext/speex/gstspeexenc.c: Signedness cleanups.
21405 2005-10-10 Edgard Lima <edgard.lima@indt.org.br>
21408 * ext/speex/Makefile.am:
21409 * ext/speex/gstspeex.c:
21410 * ext/speex/gstspeexenc.c:
21411 Speexenc ported to 0.9
21413 2005-10-10 Wim Taymans <wim@fluendo.com>
21415 * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21416 (gst_oss_sink_init), (gst_oss_sink_set_property),
21417 (gst_oss_sink_get_property), (gst_oss_sink_open),
21418 (gst_oss_sink_prepare), (gst_oss_sink_reset):
21419 * sys/oss/gstosssink.h:
21420 * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21421 (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21422 (gst_oss_src_prepare):
21423 Cleanups, make device configurable in the sink, handle and report
21426 2005-10-10 Wim Taymans <wim@fluendo.com>
21428 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21429 * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21430 Make sure element is NULL before removing from the bin.
21432 2005-10-07 Andy Wingo <wingo@pobox.com>
21434 * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21435 block forever in a read().
21436 (gst_dv1394src_bus_reset): Post a message when the cable is
21438 (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21439 (gst_dv1394src_bus_reset): Don't unref the message.
21441 * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21442 hacking. The only change should be that the state change stuff was
21443 put into basesrc's start() and stop() routines, which coalesces
21446 2005-10-07 Tim-Philipp Müller <tim at centricular dot net>
21451 * gst/debug/Makefile.am:
21452 Only compile efence plugin on systems that have mmap.
21454 2005-10-05 Tim-Philipp Müller <tim at centricular dot net>
21456 * gst/debug/Makefile.am:
21457 * gst/debug/breakmydata.c:
21458 * gst/debug/gstdebug.c:
21459 * gst/debug/gstnavigationtest.c:
21460 * gst/debug/gstnavseek.c:
21461 * gst/debug/gstnavseek.h:
21462 * gst/debug/progressreport.c:
21463 * gst/debug/testplugin.c:
21464 Port progressreport, navseek, navigationtest, testsink and
21467 2005-10-05 Edward Hervey <edward@fluendo.com>
21469 * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21470 (gst_dvdemux_src_query):
21471 Fixes for better conversion
21473 2005-10-04 Michael Smith <msmith@fluendo.com>
21475 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21476 (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21477 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21478 (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21479 Set state of elements to NULL before removing from bins.
21480 Set state of test element to NULL if we failed to move it to READY
21482 2005-10-04 Edward Hervey <edward@fluendo.com>
21484 * ext/dv/Makefile.am:
21485 * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver):
21486 Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21487 Corrected the query function for position so it doesn't forget what
21488 format was asked, and calls the conversion functions on the correct pad.
21490 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
21493 back to development
21495 === release 0.9.3 ===
21497 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
21500 Releasing 0.9.3, "Aramis"
21502 2005-10-03 Andy Wingo <wingo@pobox.com>
21504 * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21507 2005-10-02 Andy Wingo <wingo@pobox.com>
21509 * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21511 * ext/flac/gstflacenc.c: Ported to 0.9.
21513 * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21515 * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21516 and link to gsttagedit. Enable flacenc.
21518 * ext/flac/gstflacdec.c: Re-enable tag reading.
21520 2005-09-30 Wim Taymans <wim@fluendo.com>
21522 * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21523 * gst/rtp/gstrtpgsmparse.c:
21524 * gst/rtp/gstrtph263penc.c:
21525 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21526 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21527 (gst_rtpmp4venc_set_property):
21528 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21529 Various class and caps fixes from Andre Magalhaes (andrunko)
21531 2005-09-29 Wim Taymans <wim@fluendo.com>
21533 * gst/level/level-example.c: (main):
21534 Update for new bus API.
21536 2005-09-28 Tim-Philipp Müller <tim at centricular dot net>
21539 Fix unexpanded autoconf macro GST_DOC, which has been renamed
21540 to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21542 2005-09-27 Tim-Philipp Müller <tim at centricular dot net>
21544 * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21545 Fix playback of mono streams (bytes_per_sample should be set
21546 from the sample width and the number of channels negotiated,
21547 and not just be set to 4) (#317338)
21549 2005-09-26 Wim Taymans <wim@fluendo.com>
21551 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21552 (gst_rtpmpaenc_handle_buffer):
21553 Set buffer duration correctly.
21555 2005-09-26 Tim-Philipp Müller <tim at centricular dot net>
21557 * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21558 (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21559 (gst_avi_demux_change_state):
21560 Don't crash when encountering a stream with an unknown fourcc or
21561 codec id. Instead, create a pad of type video/x-avi-unknown or
21562 audio/x-avi-unknown, which as a side-effect also results in less
21563 confusing error messages in players ('no decoder' vs. 'no streams');
21564 minor fixes to state change function and class_init function.
21566 2005-09-24 Wim Taymans <wim@fluendo.com>
21568 * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21569 * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21572 2005-09-24 Thomas Vander Stichele <thomas at apestaart dot org>
21574 * check/elements/level.c: (GST_START_TEST):
21575 fix test for new GstClockTime use
21576 * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21577 (gst_level_transform_ip):
21578 * gst/level/gstlevel.h:
21579 fix up the decay peak, ensuring the decay peak is never lower
21580 than the peak for that interval
21582 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
21584 * docs/plugins/gst-plugins-good-plugins.args:
21585 * docs/plugins/inspect/plugin-alpha.xml:
21586 * docs/plugins/inspect/plugin-rtp.xml:
21587 * gst/level/gstlevel.c: (gst_level_set_caps),
21588 (gst_level_transform_ip):
21591 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
21594 * check/elements/level.c: (GST_START_TEST):
21595 * gst/level/Makefile.am:
21596 * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21597 (gst_level_set_property), (gst_level_get_property),
21598 (gst_level_set_caps), (gst_level_message_new),
21599 (gst_level_transform_ip):
21600 * gst/level/gstlevel.h:
21601 * gst/level/level-example.c: (message_handler), (main):
21602 convert to using GstClockTime for all time values, finally.
21604 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
21606 * gst/auparse/Makefile.am:
21607 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21610 * ext/cairo/Makefile.am:
21611 * ext/dv/Makefile.am:
21612 * ext/esd/Makefile.am:
21613 * ext/flac/Makefile.am:
21614 * ext/gconf/Makefile.am:
21615 * ext/gdk_pixbuf/Makefile.am:
21616 * ext/jpeg/Makefile.am:
21617 * ext/ladspa/Makefile.am:
21618 * ext/libcaca/Makefile.am:
21619 * ext/libmng/Makefile.am:
21620 * ext/libpng/Makefile.am:
21621 * ext/mikmod/Makefile.am:
21622 * ext/pango/Makefile.am:
21623 * ext/raw1394/Makefile.am:
21624 * ext/shout2/Makefile.am:
21625 * ext/speex/Makefile.am:
21626 * gst/alpha/Makefile.am:
21627 * gst/autodetect/Makefile.am:
21628 * gst/avi/Makefile.am:
21629 * gst/cutter/Makefile.am:
21630 * gst/debug/Makefile.am:
21631 * gst/effectv/Makefile.am:
21632 * gst/flx/Makefile.am:
21633 * gst/goom/Makefile.am:
21634 * gst/interleave/Makefile.am:
21635 * gst/law/Makefile.am:
21636 * gst/matroska/Makefile.am:
21637 * gst/median/Makefile.am:
21638 * gst/monoscope/Makefile.am:
21639 * gst/multipart/Makefile.am:
21640 * gst/oldcore/Makefile.am:
21641 * gst/rtp/Makefile.am:
21642 * gst/rtsp/Makefile.am:
21643 * gst/smoothwave/Makefile.am:
21644 * gst/smpte/Makefile.am:
21645 * gst/videobox/Makefile.am:
21646 * gst/videofilter/Makefile.am:
21647 * gst/videomixer/Makefile.am:
21648 * gst/wavenc/Makefile.am:
21649 * gst/wavparse/Makefile.am:
21650 * sys/oss/Makefile.am:
21651 * sys/osxaudio/Makefile.am:
21652 * sys/osxvideo/Makefile.am:
21653 fix up GST_LIBS use
21655 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
21657 * gst/auparse/Makefile.am:
21658 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21659 fix build of auparse
21661 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21665 * gst/auparse/gstauparse.c:
21666 * gst/auparse/gstauparse.h:
21667 Auparse ported to 0.9.
21669 2005-09-22 Wim Taymans <wim@fluendo.com>
21672 * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21673 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21674 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21675 (gst_rtpmp4venc_set_property):
21676 * gst/rtp/gstrtpmp4venc.h:
21677 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21678 * gst/rtp/gstrtpmpaenc.h:
21679 Use is_filled to both check MTU and max-ptime of base class.
21681 2005-09-22 Wim Taymans <wim@fluendo.com>
21683 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21684 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21685 (gst_rtpmp4venc_set_property):
21686 Don't fragment packets with multiple frames.
21688 2005-09-22 Wim Taymans <wim@fluendo.com>
21691 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21692 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21693 (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21694 (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21695 (gst_rtpmp4venc_get_property):
21696 * gst/rtp/gstrtpmp4venc.h:
21699 Make payload encoder a bit smarter and more correct with
21701 Added option in payloader to include config string in-band.
21703 2005-09-21 Wim Taymans <wim@fluendo.com>
21705 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21706 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21707 (gst_rtspsrc_send):
21708 Strip spaces for key/value pairs.
21710 2005-09-21 Wim Taymans <wim@fluendo.com>
21712 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21713 (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21714 (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21715 (gst_rtspsrc_change_state):
21716 More SDP parsing and caps setting.
21717 Do NO_PREROLL differently.
21718 add pads only after negotiated.
21720 * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21721 (gst_udpsrc_getcaps):
21722 Implement the getcaps function.
21724 2005-09-21 Wim Taymans <wim@fluendo.com>
21726 * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21727 (gst_rtpamrdec_chain):
21728 Handle multiple AMr packets per payload. Handle CRC and
21731 * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21732 Make caps params strings for easy SDP mapping.
21734 * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21735 Handle capsnego better.
21737 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21738 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21739 Generate and parse config string in the caps.
21741 2005-09-21 Wim Taymans <wim@fluendo.com>
21746 * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21747 Make extra params as strings.
21749 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21750 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21751 (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21752 Make state change return NO_PREROLL as this is a live
21755 * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21756 Don't unref old caps when NULL.
21758 2005-09-20 Wim Taymans <wim@fluendo.com>
21760 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21761 (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21762 (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21763 (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21764 (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21765 (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21766 * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21767 * gst/rtsp/sdpmessage.h:
21769 Parse SDP and create caps.
21771 2005-09-20 Stefan Kost <ensonic@users.sf.net>
21773 * gst/alpha/gstalpha.c:
21774 fix element description
21776 2005-09-19 Wim Taymans <wim@fluendo.com>
21778 * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21779 Don't check payload for now.
21781 2005-09-19 Wim Taymans <wim@fluendo.com>
21783 * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21784 (gst_wavparse_init), (gst_wavparse_parse_file_header),
21785 (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21786 (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21787 (gst_wavparse_loop), (gst_wavparse_pad_convert),
21788 (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21789 (gst_wavparse_change_state):
21790 * gst/wavparse/gstwavparse.h:
21791 Fix wavparse some more.
21793 2005-09-19 Wim Taymans <wim@fluendo.com>
21795 * check/elements/level.c: (GST_START_TEST):
21796 Fix for bus API change.
21798 2005-09-19 Wim Taymans <wim@fluendo.com>
21800 * gst/level/level-example.c: (main):
21801 Fix for new bus API.
21803 * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21806 2005-09-15 Wim Taymans <wim@fluendo.com>
21808 * gst/rtp/Makefile.am:
21810 * gst/rtp/gstrtp.c: (plugin_init):
21811 * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21812 (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21813 (gst_rtpamrdec_change_state):
21814 * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21815 (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21816 (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21817 * gst/rtp/gstrtpamrenc.h:
21818 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21819 (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21820 (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21821 * gst/rtp/gstrtpgsmenc.h:
21822 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21823 (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21824 (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21825 (gst_rtpgsmparse_change_state):
21826 * gst/rtp/gstrtpgsmparse.h:
21827 * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21828 (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21829 * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21830 (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21831 (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21832 (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21833 * gst/rtp/gstrtph263penc.h:
21834 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21835 (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21836 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21837 (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21838 (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21839 (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21840 (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21841 * gst/rtp/gstrtpmp4venc.h:
21842 * gst/rtp/gstrtpmpadec.c:
21843 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21844 (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21845 (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21846 (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21847 * gst/rtp/gstrtpmpaenc.h:
21848 Updates to payloader/depayloaders, make payloaders use
21850 Updated README with suggested RTP caps and how to convert
21852 Added config descriptor in mp4v payloader.
21854 2005-09-15 Andy Wingo <wingo@pobox.com>
21856 * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best):
21857 * gst/autodetect/gstautovideosink.c
21858 (gst_auto_video_sink_find_best): Update for new registry API.
21860 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
21862 * common/c-to-xml.py:
21863 * common/gtk-doc-plugins.mak:
21864 a simple py script to generate valid xml from a C example
21865 probably also need to strip an MIT license when we decide
21866 * docs/plugins/Makefile.am:
21867 * gst/level/Makefile.am:
21868 * gst/level/gstlevel.c: (gst_level_init):
21869 * gst/level/level-example.c: (message_handler), (main):
21870 add an example to level that will show up in the docs
21872 add a note for the future
21874 2005-09-14 Michael Smith <msmith@fluendo.com>
21876 * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21877 Actually define the debug object being used in wavenc. Fixes #316205
21879 2005-09-14 Michael Smith <msmith@fluendo.com>
21881 * gst/smpte/Makefile.am:
21882 Link against GST_BASE_LIBS, to get it linked against libgstbase;
21883 needed to build on windows (bug 316204)
21885 2005-09-12 Andy Wingo <wingo@pobox.com>
21887 * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21889 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
21892 * gst/fdsrc/Makefile.am:
21893 * gst/fdsrc/gstfdsrc.c:
21894 * gst/fdsrc/gstfdsrc.h:
21895 Move fdsrc back into gstreamer core elements.
21897 * gst/level/gstlevel.c: (gst_level_class_init),
21898 (gst_level_transform_ip):
21899 * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21900 Basetransform changes.
21902 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
21904 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21905 * ext/jpeg/smokecodec.c: (find_best_size):
21906 fix compiler warnings
21908 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
21910 * gst-plugins-good.spec.in:
21912 * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21913 (gst_multiudpsink_render), (gst_multiudpsink_add),
21914 (gst_multiudpsink_clear):
21915 it actually helps to actually stream if we hook up the
21916 "add" signal to an actual implementation
21917 * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21920 2005-09-08 Flavio Oliveira <flavio.oliveira@indt.org.br>
21922 * ext/jpeg/Makefile.am:
21923 * ext/jpeg/gstjpeg.c
21924 * ext/jpeg/gstjpegenc.c:
21925 * ext/jpeg/gstsmokeenc.c:
21927 2005-09-07 Stefan Kost <ensonic@users.sf.net>
21929 * ext/flac/gstflacdec.c:
21930 * ext/flac/gstflacenc.c:
21931 * ext/flac/gstflactag.c:
21932 * ext/speex/gstspeexenc.c:
21933 gsttaginterface.h -> gsttagsetter.h
21935 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
21938 * gst/debug/Makefile.am:
21939 * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21940 (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21941 (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21942 (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21943 (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21944 Port to 0.9 and re-enable efence plugin.
21946 2005-09-06 Tim-Philipp Müller <tim at centricular dot net>
21948 * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21949 (gst_flacdec_write), (gst_flacdec_convert_src):
21950 * ext/flac/gstflacdec.h:
21951 Add support for flac files with 24/32 bits per sample; and misc.
21952 minor clean-ups. Seeking is still partly broken (for me at least).
21954 2005-09-06 Wim Taymans <wim@fluendo.com>
21956 * gst/rtp/Makefile.am:
21957 * gst/rtp/gstrtp.c: (plugin_init):
21958 * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21959 (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21960 (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21961 (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21962 (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21963 (gst_rtpmp4vdec_plugin_init):
21964 * gst/rtp/gstrtpmp4vdec.h:
21965 * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21966 (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21967 (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21968 (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21969 (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21970 (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21971 * gst/rtp/gstrtpmp4venc.h:
21972 * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21973 * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21974 Added mpeg4 video payload encoder/decoder.
21975 Added some docs in mpa payloader.
21977 === release 0.9.1 ===
21979 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
21986 releasing 0.9.1, "Blondie"
21988 2005-09-05 Andy Wingo <wingo@pobox.com>
21990 * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21991 here from the state change handler, so we fire signals without
21992 holding the state lock.
21994 2005-09-02 Andy Wingo <wingo@pobox.com>
21996 * All plugins updated for element state changes.
21998 2005-09-01 Thomas Vander Stichele <thomas at apestaart dot org>
22001 * check/.cvsignore:
22002 * check/Makefile.am:
22003 * check/elements/.cvsignore:
22004 * check/elements/level.c: (setup_level), (cleanup_level),
22005 (GST_START_TEST), (level_suite), (main):
22006 add a test for level
22007 * common/release.mak:
22008 move the enum checking to release.mak
22010 add valgrind and check checking
22011 * gst/level/gstlevel.c: (gst_level_transform):
22012 * gst/level/gstlevel.h:
22013 fix Andy's cast bug
22014 convert a field to int
22015 fix the arithmetic to int when checking for emit so that a
22016 100-sample buffer of a 1000Hz stream triggers after 0.1 sec
22018 2005-09-01 Thomas Vander Stichele <thomas at apestaart dot org>
22023 * common/plugins.xsl:
22024 wrap Description into a refsect2
22025 * docs/Makefile.am:
22026 * docs/plugins/Makefile.am:
22027 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22028 * docs/plugins/gst-plugins-good-plugins-sections.txt:
22029 * gst/goom/Makefile.am:
22030 * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
22031 (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
22032 (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
22033 (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
22034 (gst_goom_change_state):
22035 * gst/goom/gstgoom.h:
22037 add an example launch line
22038 * gst/level/gstlevel.h:
22039 * gst/monoscope/gstmonoscope.c:
22042 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
22045 * docs/plugins/Makefile.am:
22046 * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22047 * docs/plugins/gst-plugins-good-plugins-sections.txt:
22048 * docs/plugins/gst-plugins-good-plugins.types:
22049 document elements and plugins. Shazam !
22051 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
22053 * split off gst-plugins-good from gst-plugins. Old ChangeLog can
22054 be found under doc/random/ChangeLog-0.8