ext/pulse/pulsesink.c: Don't wait for the pulse mainloop when destroying the stream.
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * ext/pulse/pulsesink.c: (gst_pulsesink_destroy_stream):
4         Don't wait for the pulse mainloop when destroying the stream.
5         Fixes a deadlock when the pulsedaemon goes away while pulsesink
6         is PLAYING. Fixes bug #556986.
7
8 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
9
10         Patch by: Sascha Hauer <s dot hauer at pengutronix dot de>
11                   Luotao Fu <l dot fu at pengutronix dot de>
12
13         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
14         (gst_v4l2_get_caps_info):
15         Add support for grayscale v4l2 devices. Fixes bug #566616.
16
17 2009-01-05  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
18
19         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
20         (qtdemux_tag_add_tmpo), (qtdemux_tag_add_covr),
21         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
22         (qtdemux_tag_add_blob), (qtdemux_parse_udta):
23         * gst/qtdemux/qtdemux.h:
24         * gst/qtdemux/quicktime.c: (plugin_init):
25         Streamline tag handling and pass unparsed tags as binary blob
26         in private tag.
27
28 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
29
30         * gst/audiofx/Makefile.am:
31         * gst/audiofx/audiofxbaseiirfilter.c:
32         (gst_audio_fx_base_iir_filter_base_init),
33         (gst_audio_fx_base_iir_filter_dispose),
34         (gst_audio_fx_base_iir_filter_class_init),
35         (gst_audio_fx_base_iir_filter_init),
36         (gst_audio_fx_base_iir_filter_calculate_gain),
37         (gst_audio_fx_base_iir_filter_set_coefficients),
38         (gst_audio_fx_base_iir_filter_setup), (process),
39         (gst_audio_fx_base_iir_filter_transform_ip),
40         (gst_audio_fx_base_iir_filter_stop):
41         * gst/audiofx/audiofxbaseiirfilter.h:
42         Implement a base class for IIR filters.
43
44         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_base_init),
45         (gst_audio_cheb_band_class_init), (gst_audio_cheb_band_init),
46         (generate_coefficients), (gst_audio_cheb_band_set_property),
47         (gst_audio_cheb_band_setup):
48         * gst/audiofx/audiochebband.h:
49         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_base_init),
50         (gst_audio_cheb_limit_class_init), (gst_audio_cheb_limit_init),
51         (generate_coefficients), (gst_audio_cheb_limit_set_property),
52         (gst_audio_cheb_limit_setup):
53         * gst/audiofx/audiocheblimit.h:
54         Use the IIR filter base class for the chebyshev filters.
55
56 2009-01-02  Michael Smith <msmith@songbirdnest.com>
57
58           Patch by: Justin Karnegas <justin@affinix.com> and
59                     Michael Smith <msmith@songbirdnest.com>
60         * sys/osxaudio/gstosxaudio.c:
61         * sys/osxaudio/gstosxaudioelement.c:
62         * sys/osxaudio/gstosxaudioelement.h:
63         * sys/osxaudio/gstosxaudiosink.c:
64         * sys/osxaudio/gstosxaudiosink.h:
65         * sys/osxaudio/gstosxaudiosrc.c:
66         * sys/osxaudio/gstosxaudiosrc.h:
67         * sys/osxaudio/gstosxringbuffer.c:
68         * sys/osxaudio/gstosxringbuffer.h:
69           Rewrite osxaudio to work more flexibly and more reliably, using a
70           different abstraction layer of coreaudio that is the recommended way of
71           doing low-level audio I/O on OSX.
72           Fixes byg #564948.
73
74 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
75
76         * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
77         Add example RTP transcoding pipeline from any file decodedable with
78         uridecodebin.
79
80 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
81
82         * tests/examples/rtp/.cvsignore:
83         * tests/examples/rtp/Makefile.am:
84         * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
85         * tests/examples/rtp/server-alsasrc-PCMA.c: (main):
86         Add two C examples of using gstrtpbin as a sender and a receiver.
87
88 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
89
90         * ChangeLog:
91         Remove conflict marker from ChangeLog
92
93 2008-12-28  Edward Hervey  <edward.hervey@collabora.co.uk>
94
95         Patch by: j^ <j at oil21.org>
96
97         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps),
98         (qtdemux_audio_caps):
99         Add codec mapping for xvid, fmp4 and ac3 tracks.
100         Fixes #565850
101
102 2008-12-23  Wim Taymans  <wim.taymans@collabora.co.uk>
103
104         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
105         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
106         (gst_smokeenc_chain), (gst_smokeenc_change_state):
107         * ext/jpeg/gstsmokeenc.h:
108         Implement getcaps function.
109         Set caps on the pad and on all outgoing buffers.
110         Fixes #565441.
111
112 2008-12-19  Stefan Kost  <ensonic@users.sf.net>
113
114         * ext/pulse/pulsemixerctrl.c:
115           And remove temporary comment pointing to the bug ticket.
116
117         * gst/avi/gstavimux.c:
118           Move reoccuring logging to LOG and log instance too.
119
120 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
121
122         * ext/pulse/pulsemixerctrl.c:
123           Don't leak the pa_operation.
124
125 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
126
127         * configure.ac:
128           Require core cvs.
129
130 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
131
132         * gst/avi/gstavimux.c:
133           Rename api from _flush to _reset_tags. 
134
135 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
136
137         * gst/avi/gstavimux.c:
138           Use new tagsetter api to flush tags.
139
140 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
141
142         * tests/check/elements/deinterleave.c: (deinterleave_suite):
143         Increase timeout to 3 minutes to prevent timeouts.
144
145 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
146
147         * tests/check/elements/interleave.c: (interleave_suite):
148         Increase timeout to 3 minutes to prevent timeouts.
149
150 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
151
152         * gst/avi/gstavimux.c:
153         * gst/avi/gstavimux.h:
154           Totally remove the internal taglists and fully use tagsetter.
155
156 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
157
158         * gst/avi/gstavimux.c:
159           Instead of filtering wrongly just use the mergemode. Applications is
160           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
161           avi for real (I hope). Everyone chime in, before I fix the others.
162
163 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
164
165         * ext/pulse/pulsemixerctrl.c:
166           Add note about memleak.
167
168 2008-12-13  Edward Hervey  <bilboed@gmail.com>
169
170         * m4/Makefile.am:
171         A couple more .m4 that aren't shipped anymore with gettext 0.17.
172
173 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
174
175         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
176         (gst_flac_dec_init):
177         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
178         (gst_alaw_dec_init):
179         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
180         (gst_alaw_enc_init):
181         * gst/law/alaw.c: (plugin_init):
182         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
183         (gst_mulawdec_init):
184         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
185         (gst_mulawenc_init):
186         * gst/law/mulaw.c: (plugin_init):
187         Switch to using GstStaticPadTemplate.
188         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
189         Don't forget to free the addrinfo structure.
190         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
191         (gst_wavparse_sink_activate):
192         Don't forget to unref the GstAdapter.
193
194 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
195
196         * m4/Makefile.am:
197         inttypes.m4 hasn't been available since gettext-0.15, and since we now
198         require gettext >= 0.17 ... we can remove it from the list of files to
199         dist.
200
201 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
202
203         * gst/avi/gstavidemux.c:
204           More logging.
205
206         * gst/avi/gstavimux.c:
207           Handle more metadata fields. Better estimate of metadata size. Don't
208           merge received tags, if application has specified tags using
209           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
210
211 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
212
213         * tests/check/Makefile.am:
214         Also ignore pulsemixer for the states unit test.
215
216 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
217
218         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
219         Add an EOI marker at the end of the jpeg frame when it's missing.
220         Fixes #563056.
221
222 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
223
224         * tests/check/elements/videocrop.c: (check_1x1_buffer):
225         Update the unit test for the new color values for BT.601 red.
226         Fixes bug #563510.
227
228 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
229
230         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
231           Restore previous behaviour of not passing QoS and navigation
232           events upstream, which presumably wasn't meant to be changed.
233
234 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
235
236         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
237         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
238         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
239         (gst_dvdemux_chain), (gst_dvdemux_loop),
240         (gst_dvdemux_change_state):
241         Add srcpads only when needed and remove them again when going
242         back to READY. This prevents stalled pipelines if there's no
243         audio inside the DV stream, which happens for many MXF files.
244
245 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
246
247         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
248         (run_server):
249         The ports in libsoup are unsigned integers and not signed
250         integers.
251
252 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
253
254         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
255         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
256         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
257         (gst_dvdemux_chain), (gst_dvdemux_loop),
258         (gst_dvdemux_change_state):
259         Add srcpads only when they're needed. If we add all pads in any
260         case we will get a stalling audio pad if the stream contains
261         no audio, which is the case for many MXF files.
262
263 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
264
265         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
266         Forward all events upstream unless it's something we really
267         don't handle. This fixes latency configuration of pipelines.
268
269 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
270
271         * ext/dv/gstdv.c: (plugin_init):
272         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
273         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
274         Really call dv_init() exactly one time, not one time for
275         the demuxer and one time for the decoder.
276
277 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
278
279         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
280         Copy incomming timestamp to outgoing packets.
281
282 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
283
284         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
285         (gst_rtp_mp4v_pay_event):
286         Don't try to push packets before we could find a valid config
287         startcode. Fixes #563509.
288
289 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
290
291         Patch by: Brian Cameron <brian.cameron at sun dot com>
292
293         * sys/sunaudio/gstsunaudiomixerctrl.c:
294         (gst_sunaudiomixer_ctrl_open):
295         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
296
297 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
298
299         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
300
301         * configure.ac:
302         Make usage of libv4l optional by a configure parameter.
303         Fixes bug #563504.
304
305 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
306
307         * docs/plugins/Makefile.am:
308         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
309         * docs/plugins/gst-plugins-good-plugins-sections.txt:
310         * docs/plugins/gst-plugins-good-plugins.args:
311         * docs/plugins/gst-plugins-good-plugins.hierarchy:
312         * docs/plugins/gst-plugins-good-plugins.interfaces:
313         * docs/plugins/inspect/plugin-1394.xml:
314         * docs/plugins/inspect/plugin-aasink.xml:
315         * docs/plugins/inspect/plugin-alaw.xml:
316         * docs/plugins/inspect/plugin-alpha.xml:
317         * docs/plugins/inspect/plugin-alphacolor.xml:
318         * docs/plugins/inspect/plugin-annodex.xml:
319         * docs/plugins/inspect/plugin-apetag.xml:
320         * docs/plugins/inspect/plugin-audiofx.xml:
321         * docs/plugins/inspect/plugin-auparse.xml:
322         * docs/plugins/inspect/plugin-autodetect.xml:
323         * docs/plugins/inspect/plugin-avi.xml:
324         * docs/plugins/inspect/plugin-cacasink.xml:
325         * docs/plugins/inspect/plugin-cairo.xml:
326         * docs/plugins/inspect/plugin-cutter.xml:
327         * docs/plugins/inspect/plugin-debug.xml:
328         * docs/plugins/inspect/plugin-dv.xml:
329         * docs/plugins/inspect/plugin-efence.xml:
330         * docs/plugins/inspect/plugin-effectv.xml:
331         * docs/plugins/inspect/plugin-equalizer.xml:
332         * docs/plugins/inspect/plugin-esdsink.xml:
333         * docs/plugins/inspect/plugin-flac.xml:
334         * docs/plugins/inspect/plugin-flxdec.xml:
335         * docs/plugins/inspect/plugin-gamma.xml:
336         * docs/plugins/inspect/plugin-gconfelements.xml:
337         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
338         * docs/plugins/inspect/plugin-goom.xml:
339         * docs/plugins/inspect/plugin-goom2k1.xml:
340         * docs/plugins/inspect/plugin-halelements.xml:
341         * docs/plugins/inspect/plugin-icydemux.xml:
342         * docs/plugins/inspect/plugin-id3demux.xml:
343         * docs/plugins/inspect/plugin-interleave.xml:
344         * docs/plugins/inspect/plugin-jpeg.xml:
345         * docs/plugins/inspect/plugin-level.xml:
346         * docs/plugins/inspect/plugin-matroska.xml:
347         * docs/plugins/inspect/plugin-monoscope.xml:
348         * docs/plugins/inspect/plugin-mulaw.xml:
349         * docs/plugins/inspect/plugin-multifile.xml:
350         * docs/plugins/inspect/plugin-multipart.xml:
351         * docs/plugins/inspect/plugin-navigationtest.xml:
352         * docs/plugins/inspect/plugin-ossaudio.xml:
353         * docs/plugins/inspect/plugin-png.xml:
354         * docs/plugins/inspect/plugin-pulseaudio.xml:
355         * docs/plugins/inspect/plugin-quicktime.xml:
356         * docs/plugins/inspect/plugin-replaygain.xml:
357         * docs/plugins/inspect/plugin-rtp.xml:
358         * docs/plugins/inspect/plugin-rtsp.xml:
359         * docs/plugins/inspect/plugin-shout2send.xml:
360         * docs/plugins/inspect/plugin-smpte.xml:
361         * docs/plugins/inspect/plugin-soup.xml:
362         * docs/plugins/inspect/plugin-spectrum.xml:
363         * docs/plugins/inspect/plugin-speex.xml:
364         * docs/plugins/inspect/plugin-taglib.xml:
365         * docs/plugins/inspect/plugin-udp.xml:
366         * docs/plugins/inspect/plugin-video4linux2.xml:
367         * docs/plugins/inspect/plugin-videobalance.xml:
368         * docs/plugins/inspect/plugin-videobox.xml:
369         * docs/plugins/inspect/plugin-videocrop.xml:
370         * docs/plugins/inspect/plugin-videoflip.xml:
371         * docs/plugins/inspect/plugin-videomixer.xml:
372         * docs/plugins/inspect/plugin-wavenc.xml:
373         * docs/plugins/inspect/plugin-wavpack.xml:
374         * docs/plugins/inspect/plugin-wavparse.xml:
375         * docs/plugins/inspect/plugin-ximagesrc.xml:
376         * gst/matroska/matroska-demux.c:
377         * gst/matroska/matroska-demux.h:
378         * gst/matroska/matroska-mux.c:
379         * gst/matroska/matroska-mux.h:
380         Add documentation for matroskamux and matroskademux and
381         update the inspection xml files.
382
383 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
384
385         * configure.ac:
386         Apparently AC_CONFIG_MACRO_DIR breaks when using more
387         than one macro directory, reverting last change.
388
389 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
390
391         * configure.ac:
392         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
393         our M4 macros.
394
395 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
396
397         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
398         Provide the parameters that are required for the format string
399         to fix a compiler warning.
400
401 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
402
403         * gst/autodetect/gstautoaudiosrc.c:
404           Fix classification.
405
406 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
407
408         Patch by: Cygwin Ports maintainer
409                   <yselkowitz at users dot sourceforge dot net>
410
411         * autogen.sh:
412         * configure.ac:
413         Require gettext 0.17 because older versions don't mix with libtool
414         2.2. At build time an older gettext version will still work.
415         Fixes bug #556091.
416
417 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
418
419         Patch by: Peter Kjellerstedt <pkj at axis com>
420
421         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
422         Make gst_multiudpsink_render() ignore errors from sendto() instead of
423         breaking streaming. Emit a warning instead. Fixes #562572.
424
425 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
426
427         Patch by: Ron McOuat <rmcouat at smartt dot com>
428
429         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
430         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
431         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
432         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
433         * ext/soup/gstsouphttpsrc.h:
434         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
435         (digest_auth_cb), (run_test), (GST_START_TEST),
436         (souphttpsrc_suite), (run_server):
437         Add support for basic and digest authentication in souphttpsrc.
438         Fixes bug #561775.
439
440 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
441
442         Patch by: Pepijn Van Eeckhoudt
443                       <pepijn dot vaneeckhoudt at luciad dot com>
444
445         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
446         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
447         * gst/wavenc/gstwavenc.h:
448         * gst/wavenc/riff.h:
449         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
450
451 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
452
453         Patch by: 이문형 <iwings at gmail dot com>
454
455         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
456         Prevent further read/write actions taken to the connect-failed socket by
457         erroring out quickly. See #562258.
458
459 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
460
461         * tests/examples/level/level-example.c:
462           Set fakesink to sync. Otherwise people might question the message
463           interval. Nevertheless the timestamp in the message is what matters.
464
465 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
466
467         * tests/icles/.cvsignore:
468         cvsignore newly generated file.
469
470 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
471
472         * gst/rtp/gstasteriskh263.c:
473         * gst/rtp/gstasteriskh263.h:
474         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
475         * gst/rtp/gstrtpL16depay.h:
476         * gst/rtp/gstrtpL16pay.c:
477         * gst/rtp/gstrtpL16pay.h:
478         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
479         * gst/rtp/gstrtpac3depay.h:
480         * gst/rtp/gstrtpamrdepay.c:
481         * gst/rtp/gstrtpamrdepay.h:
482         * gst/rtp/gstrtpamrpay.c:
483         * gst/rtp/gstrtpamrpay.h:
484         * gst/rtp/gstrtpdepay.c:
485         * gst/rtp/gstrtpdepay.h:
486         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
487         * gst/rtp/gstrtpg726depay.c:
488         * gst/rtp/gstrtpg726pay.c:
489         * gst/rtp/gstrtpg729depay.c:
490         * gst/rtp/gstrtpg729pay.c:
491         * gst/rtp/gstrtpgsmdepay.c:
492         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
493         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
494         * gst/rtp/gstrtph263depay.h:
495         * gst/rtp/gstrtph263pay.c:
496         * gst/rtp/gstrtph263pay.h:
497         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
498         * gst/rtp/gstrtph263pdepay.h:
499         * gst/rtp/gstrtph263ppay.c:
500         * gst/rtp/gstrtph263ppay.h:
501         * gst/rtp/gstrtph264depay.c:
502         * gst/rtp/gstrtph264depay.h:
503         * gst/rtp/gstrtph264pay.c:
504         * gst/rtp/gstrtph264pay.h:
505         * gst/rtp/gstrtpilbcdepay.c:
506         * gst/rtp/gstrtpilbcpay.c:
507         * gst/rtp/gstrtpjpegdepay.h:
508         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
509         * gst/rtp/gstrtpmp1sdepay.h:
510         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
511         * gst/rtp/gstrtpmp2tdepay.h:
512         * gst/rtp/gstrtpmp2tpay.c:
513         * gst/rtp/gstrtpmp2tpay.h:
514         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
515         * gst/rtp/gstrtpmp4apay.c:
516         * gst/rtp/gstrtpmp4apay.h:
517         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
518         * gst/rtp/gstrtpmp4gdepay.h:
519         * gst/rtp/gstrtpmp4gpay.c:
520         * gst/rtp/gstrtpmp4gpay.h:
521         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
522         * gst/rtp/gstrtpmp4vdepay.h:
523         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
524         * gst/rtp/gstrtpmp4vpay.h:
525         * gst/rtp/gstrtpmpadepay.c:
526         * gst/rtp/gstrtpmpadepay.h:
527         * gst/rtp/gstrtpmpapay.c:
528         * gst/rtp/gstrtpmpapay.h:
529         * gst/rtp/gstrtpmpvdepay.c:
530         * gst/rtp/gstrtpmpvdepay.h:
531         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
532         * gst/rtp/gstrtppcmapay.c:
533         * gst/rtp/gstrtppcmudepay.c:
534         * gst/rtp/gstrtppcmupay.c:
535         * gst/rtp/gstrtpspeexdepay.c:
536         * gst/rtp/gstrtpspeexpay.c:
537         * gst/rtp/gstrtpsv3vdepay.c:
538         * gst/rtp/gstrtpsv3vdepay.h:
539         * gst/rtp/gstrtptheoradepay.c:
540         * gst/rtp/gstrtptheoradepay.h:
541         * gst/rtp/gstrtptheorapay.c:
542         * gst/rtp/gstrtptheorapay.h:
543         * gst/rtp/gstrtpvorbisdepay.c:
544         * gst/rtp/gstrtpvorbisdepay.h:
545         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
546         * gst/rtp/gstrtpvorbispay.h:
547         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
548         * gst/rtp/gstrtpvrawpay.c:
549         Fix the descriptions and fix some email addresses.
550
551 2008-11-25  Julien Moutte  <julien@fluendo.com>
552
553         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
554         to supported qtdemux video codecs as I found some video clips using 
555         those.
556
557 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
558
559         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
560         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
561         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
562         (gst_auto_video_sink_detect):
563         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
564         Post an error when we can't set the internal ghostpad target.
565
566 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
567
568         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
569         (gst_video_crop_transform), (gst_video_crop_transform_caps),
570         (gst_video_crop_set_caps), (gst_video_crop_set_property):
571         * gst/videocrop/gstvideocrop.h:
572         Fix renegotiation when changing properties using the new basetransform
573         features. Fixes #561502.
574
575         * tests/icles/Makefile.am:
576         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
577         Add crazy interactive test unit for dynamically changing properties.
578
579 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
580
581         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
582         (gst_rtspsrc_parse_range):
583         Add some more debugging.
584         Use the reanges received from the server unconditionally.
585         Fixes #561625.
586
587 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
588
589         * ext/pulse/pulsesink.c:
590           Change #if 0 to something more expresive and add pointer to related
591           bug ticket.
592
593 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
594
595         Patch by: Tal Shalif <tshalif at nargila dot org>
596
597         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
598         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
599         the latter don't exist on some systems (mingw). Fixes bug #561990.
600
601 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
602
603         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
604
605         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
606         Add transferMode.dnla.org header to HTTP requests as this is
607         required by the DLNA specs and doesn't hurt in other situations.
608         Fixes bug #561802.
609
610 2008-11-20  Michael Smith <msmith@songbirdnest.com>
611
612         * sys/osxvideo/osxvideosink.h:
613         * sys/osxvideo/osxvideosink.m:
614           Handle video window resizing more correctly, avoiding crashes when
615           embedding the window and resizing it.
616
617 2008-11-20  Michael Smith <msmith@songbirdnest.com>
618
619         * gst/udp/gstmultiudpsink.c:
620         * gst/udp/gstudpnetutils.c:
621         * gst/udp/gstudpnetutils.h:
622         * gst/udp/gstudpsrc.c:
623           Fix multiudpsink on OSX by passing the specific length of the socket,
624           refactor that into a function shared with the same thing in udpsrc.
625
626 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
627
628         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
629         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
630         (gst_wavparse_stream_headers):
631         Fix the scaling code.
632         Fix parsing of the INFO chunks, we were reading the wrong number of
633         bytes.  Fixes #561580.
634
635 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
636
637         * gst/matroska/matroska-mux.c:
638         Fix NULL pointer dereference of an unset codec_id in the recently 
639         added Dirac paths
640
641 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
642
643         * tests/check/Makefile.am:
644         Just keep disabling elements that hang the states test until it
645         works.
646
647 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
648
649         * ext/libpng/gstpngenc.c:
650         Don't flush downstream after every buffer - that's not what
651         this libpng callback is for at all!
652
653 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
654
655         * sys/v4l2/v4l2src_calls.c:
656           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
657           (gst_v4l2src_probe_caps_for_format):
658           Turns out we don't always get the frame sizes in a predefined
659           order from lowest to highest resolution, so let's just sort the
660           list by frame size once we've queried the possible resolutions
661           rather than assume any particular order. Fixes probed caps for
662           the camera in my HP2133 mini notebook and makes v4l2src default
663           to a decent size.
664
665 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
666
667         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
668         * gst/matroska/matroska-ids.h:
669         Make mkvdemux aware of E-AC3.
670
671 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
672
673         * gst/rtp/Makefile.am:
674         * gst/rtp/gstrtp.c: (plugin_init):
675         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
676         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
677         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
678         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
679         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
680         (gst_rtp_jpeg_depay_change_state),
681         (gst_rtp_jpeg_depay_plugin_init):
682         * gst/rtp/gstrtpjpegdepay.h:
683         Add a jpeg depayloader.
684
685         * gst/rtp/gstrtpjpegpay.c:
686         Set the default properties on the payloader to better defaults.
687
688 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
689
690         * sys/v4l2/gstv4l2.c:
691           Give it a primary rank for autovideosrc.
692
693 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
694
695         Patch by: Bjorn Ostby <bjornos at axis dot com>
696
697         * gst/rtp/Makefile.am:
698         * gst/rtp/gstrtp.c: (plugin_init):
699         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
700         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
701         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
702         (gst_rtp_jpeg_pay_read_quant_table),
703         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
704         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
705         (gst_rtp_jpeg_pay_plugin_init):
706         * gst/rtp/gstrtpjpegpay.h:
707         Add JPEG payloader. Fixes #560756.
708
709 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
710
711         Patch by: Fabricio Godoy <skarllot at gmail dot com>
712
713         * sys/oss/gstosssink.c: (gst_oss_sink_open):
714         * sys/oss/gstosssrc.c: (gst_oss_src_open):
715         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
716         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
717         Fix some spelling mistakes. Fixes #556802.
718
719 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
720
721         * gst/equalizer/GstIirEqualizer10Bands.prs:
722         * gst/equalizer/GstIirEqualizer3Bands.prs:
723         * gst/equalizer/Makefile.am:
724         * gst/equalizer/gstiirequalizer10bands.c:
725         * gst/equalizer/gstiirequalizer3bands.c:
726           Add presets for equalizer. Fixes #522183.
727
728 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
729
730         * gst/rtsp/Makefile.am:
731         * gst/rtsp/gstrtsp.c: (plugin_init):
732         * gst/rtsp/gstrtspgoogle.c:
733         * gst/rtsp/gstrtspgoogle.h:
734         Remove google extension again, it's not needed anymore because we never
735         send multiple transports anymore.
736
737 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
738
739         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
740
741         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
742         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
743         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
744         (gst_rtspsrc_stream_free),
745         (gst_rtspsrc_stream_configure_udp_sinks),
746         (gst_rtspsrc_stream_configure_transport),
747         (gst_rtspsrc_send_dummy_packets),
748         (gst_rtspsrc_create_transports_string),
749         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
750         * gst/rtsp/gstrtspsrc.h:
751         Add property to configure NAT traversal method.
752         Ignore EOS from the internal sinks.
753         Implement sending dummy packets as a (simple) method to open up
754         some firewalls.
755         Send PLAY request to the server after we started the udp sources.
756         Fixes #559545.
757
758 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
759
760         Patch by: Yotam <sh dot yotam at gmail dot com>
761
762         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
763         Flush the remaining frames on EOS. Fixes #560641.
764
765 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
766
767         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
768         Fix compiler warning about printf formatting.
769
770 2008-11-12  Andy Wingo  <wingo@pobox.com>
771
772         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
773         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
774         segment events instead of sending them from the seeking thread.
775         Fixes #559288.
776         (gst_qtdemux_push_pending_newsegment): New helper, sends out
777         queued newsegment events.
778         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
779         call it here, as we only seek when looping, and only push in the
780         movie state.
781
782 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
783
784         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
785         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
786         * gst/qtdemux/qtdemux_fourcc.h:
787         * gst/qtdemux/qtdemux_types.c:
788         Add cover and alternative copyright tag, and enhance some existing
789         ones by marking them as container atoms.
790
791 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
792
793         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
794         Don't ignore the return value of setcaps.
795
796 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
797
798         Patch by: Olivier Crete <tester at tester dot ca>
799
800         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
801         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
802         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
803         * gst/rtp/gstrtpg729pay.h:
804         Replace G729 payloader with an improved version. Fixes #532409.
805
806 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
807
808         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
809         (gst_rtspsrc_change_state):
810         Only send one transport at a time for improved compatibility with some
811         broken servers. See #537832.
812
813 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
814
815         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
816         (gst_rtspsrc_perform_seek):
817         Only pause/play in the seek handler when the source was playing.
818         Fixes #529379.
819
820 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
821
822         * gst/matroska/matroska-mux.c:
823         (gst_matroska_mux_handle_dirac_packet):
824         Fix muxing of Dirac streams if the input already has the format
825         we need, i.e. is the output of matroskademux.
826
827 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
828
829         * gst/avi/gstavimux.c:
830           Don't segfault on string typed tags being NULL. Fixes #560155.
831
832 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
833
834         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
835         (gst_matroska_mux_audio_pad_setcaps):
836         Fix mapping AAC profile to Matroska codec id.
837
838 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
839
840         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
841         (qtdemux_video_caps), (qtdemux_audio_caps):
842         Refactor some raw audio caps building, and handle >16-bit cases.
843         Fix/replace building caps from a string description.
844
845 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
846
847         * gst/audiofx/audiowsincband.c:
848         * gst/audiofx/audiowsinclimit.c:
849         * gst/cutter/gstcutter.c:
850           Make author name consistent with others.
851
852 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
853
854         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
855
856         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
857         (gst_rtspsrc_stream_configure_udp_sink):
858         Pause the RTSP stream before doing a new play request.
859         Make sure that adding the udpsinks does not cause the rtspsrc to become
860         a sink. Fixes #559547.
861
862 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
863
864         * gst/matroska/matroska-ids.h:
865         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
866         (gst_matroska_mux_handle_dirac_packet),
867         (gst_matroska_mux_write_data):
868         Implement Dirac muxing into Matroska comforming to the spec, i.e.
869         put all Dirac packages up to a picture into a Matroska block.
870
871         TODO: Implement writing of the ReferenceBlock Matroska elements,
872         currently the Dirac muxing is only 100% correct if Matroska version 2
873         is selected for muxing.
874
875 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
876
877         Patch by: Bastien Nocera <hadess at hadess dot net>,
878                   Hans de Goede <jwrdegoede at fedoraproject dot org>
879
880         * configure.ac:
881         * sys/v4l2/Makefile.am:
882         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
883         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
884         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
885         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
886         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
887         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
888         (gst_v4l2_get_input), (gst_v4l2_set_input):
889         * sys/v4l2/v4l2_calls.h:
890         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
891         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
892         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
893         (gst_v4l2src_fill_format_list),
894         (gst_v4l2src_probe_caps_for_format_and_size),
895         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
896         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
897         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
898         (gst_v4l2src_get_nearest_size):
899         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
900
901 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
902
903         * ext/aalib/Makefile.am:
904         * ext/annodex/Makefile.am:
905         * ext/cairo/Makefile.am:
906         * ext/dv/Makefile.am:
907         * ext/esd/Makefile.am:
908         * ext/flac/Makefile.am:
909         * ext/gconf/Makefile.am:
910         * ext/gdk_pixbuf/Makefile.am:
911         * ext/hal/Makefile.am:
912         * ext/jpeg/Makefile.am:
913         * ext/ladspa/Makefile.am:
914         * ext/libcaca/Makefile.am:
915         * ext/libmng/Makefile.am:
916         * ext/libpng/Makefile.am:
917         * ext/mikmod/Makefile.am:
918         * ext/pulse/Makefile.am:
919         * ext/raw1394/Makefile.am:
920         * ext/shout2/Makefile.am:
921         * ext/soup/Makefile.am:
922         * ext/speex/Makefile.am:
923         * ext/taglib/Makefile.am:
924         * ext/wavpack/Makefile.am:
925         * gst/alpha/Makefile.am:
926         * gst/apetag/Makefile.am:
927         * gst/audiofx/Makefile.am:
928         * gst/auparse/Makefile.am:
929         * gst/autodetect/Makefile.am:
930         * gst/avi/Makefile.am:
931         * gst/cutter/Makefile.am:
932         * gst/debug/Makefile.am:
933         * gst/effectv/Makefile.am:
934         * gst/equalizer/Makefile.am:
935         * gst/flx/Makefile.am:
936         * gst/goom/Makefile.am:
937         * gst/goom2k1/Makefile.am:
938         * gst/icydemux/Makefile.am:
939         * gst/id3demux/Makefile.am:
940         * gst/interleave/Makefile.am:
941         * gst/law/Makefile.am:
942         * gst/level/Makefile.am:
943         * gst/matroska/Makefile.am:
944         * gst/median/Makefile.am:
945         * gst/monoscope/Makefile.am:
946         * gst/multifile/Makefile.am:
947         * gst/multipart/Makefile.am:
948         * gst/oldcore/Makefile.am:
949         * gst/qtdemux/Makefile.am:
950         * gst/replaygain/Makefile.am:
951         * gst/rtp/Makefile.am:
952         * gst/rtsp/Makefile.am:
953         * gst/smpte/Makefile.am:
954         * gst/spectrum/Makefile.am:
955         * gst/udp/Makefile.am:
956         * gst/videobox/Makefile.am:
957         * gst/videocrop/Makefile.am:
958         * gst/videofilter/Makefile.am:
959         * gst/videomixer/Makefile.am:
960         * gst/wavenc/Makefile.am:
961         * gst/wavparse/Makefile.am:
962         * sys/directdraw/Makefile.am:
963         * sys/directsound/Makefile.am:
964         * sys/oss/Makefile.am:
965         * sys/osxaudio/Makefile.am:
966         * sys/osxvideo/Makefile.am:
967         * sys/sunaudio/Makefile.am:
968         * sys/v4l2/Makefile.am:
969         * sys/waveform/Makefile.am:
970         * sys/ximage/Makefile.am:
971           Don't install static libs for plugins. Fixes #550851 for -good.
972
973 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
974
975         * ext/flac/Makefile.am:
976         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
977         This fixes compilation if FLAC is installed in an uncommon location
978         that is not already handled by other CFLAGS. Fixes bug #558711.
979
980 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
981
982         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
983         Guard more uncommon formats with ifdefs so that we can compile on older
984         versions.
985
986 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
987
988         Patch by: Nick Haddad <nick at haddads dot net>
989
990         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
991         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
992         (gst_avi_demux_stream_data):
993         Invert other uncompressed RGB formats. Fixes #558554.
994
995 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
996
997         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
998         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
999         * gst/wavenc/gstwavenc.h:
1000         Add support for float/double as input and remove the (nowadays)
1001         useless parsing of the depth as we require width==depth.
1002
1003 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1004
1005         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
1006         * gst/rtp/gstrtpmpapay.c:
1007         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
1008         mpeg version 1. Fixes #558427.
1009
1010 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1011
1012         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
1013         (gst_rtp_L16_pay_getcaps):
1014         Only put an integral amount of samples in the RTP packet.
1015         Fixes #556641.
1016
1017 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1018
1019         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
1020         * gst/rtp/gstrtpchannels.h:
1021         Add method to get possible channel positions.
1022
1023 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1024
1025         * gst/rtp/Makefile.am:
1026         Also commit updated makefile
1027
1028 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1029
1030         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1031         Don't allow width=32,depth=24 as input. WAV requires that the width
1032         is the next integer multiply of 8 from the depth.
1033
1034 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1035
1036         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
1037         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
1038         (gst_rtp_L16_pay_getcaps):
1039         * gst/rtp/gstrtpchannels.c: (check_channels),
1040         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
1041         (gst_rtp_channels_create_default):
1042         * gst/rtp/gstrtpchannels.h:
1043         Add mappings for multichannel support. Does not completely just work
1044         because the getcaps function does not yet return the allowed channel
1045         mappings. See #556641.
1046
1047 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
1048
1049         * gst/goom/Makefile.am:
1050         * gst/goom/README:
1051         * gst/goom/config_param.c:
1052         * gst/goom/convolve_fx.c:
1053         * gst/goom/drawmethods.c:
1054         * gst/goom/drawmethods.h:
1055         * gst/goom/filters.c:
1056         * gst/goom/filters_mmx.s:
1057         * gst/goom/flying_stars_fx.c:
1058         * gst/goom/goom.h:
1059         * gst/goom/goom_config.h:
1060         * gst/goom/goom_config_param.h:
1061         * gst/goom/goom_core.c:
1062         * gst/goom/goom_filters.h:
1063         * gst/goom/goom_fx.h:
1064         * gst/goom/goom_graphic.h:
1065         * gst/goom/goom_plugin_info.h:
1066         * gst/goom/goom_tools.c:
1067         * gst/goom/goom_tools.h:
1068         * gst/goom/goom_typedefs.h:
1069         * gst/goom/goom_visual_fx.h:
1070         * gst/goom/graphic.c:
1071         * gst/goom/ifs.c:
1072         * gst/goom/ifs.h:
1073         * gst/goom/lines.c:
1074         * gst/goom/lines.h:
1075         * gst/goom/mathtools.c:
1076         * gst/goom/mathtools.h:
1077         * gst/goom/mmx.c:
1078         * gst/goom/motif_goom1.h:
1079         * gst/goom/motif_goom2.h:
1080         * gst/goom/plugin_info.c:
1081         * gst/goom/ppc_drawings.h:
1082         * gst/goom/ppc_zoom_ultimate.h:
1083         * gst/goom/sound_tester.c:
1084         * gst/goom/sound_tester.h:
1085         * gst/goom/surf3d.c:
1086         * gst/goom/surf3d.h:
1087         * gst/goom/tentacle3d.c:
1088         * gst/goom/tentacle3d.h:
1089         * gst/goom/v3d.c:
1090         * gst/goom/v3d.h:
1091         * gst/goom/xmmx.c:
1092           Add license headers in all source files. Remove filter.c from
1093           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
1094           which are not used right now. Fixes #557709.
1095
1096 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1097
1098         Patch by: Olivier Crete <tester at tester dot ca>
1099
1100         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
1101         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
1102         Implement getcaps in rtpL16pay. Fixes #556484.
1103
1104 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1105
1106         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
1107         (gst_rtp_L16_depay_process):
1108         Check if clock-rate and channels are valid.
1109         Don't ignore the return value of setcaps.
1110         No need to validate the buffer, the base class does that for us.
1111         Use the marker bit to set the DISCONT flag on outgoing buffers.
1112
1113         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1114         Don't ignore the return value of set_outcaps.
1115
1116         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1117         (gst_rtp_ac3_depay_process):
1118         Don't ignore the return value of set_caps.
1119         No need to validate the buffer, the base class does that for us.
1120
1121         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1122         (gst_rtp_amr_depay_process):
1123         * gst/rtp/gstrtpamrdepay.h:
1124         Don't ignore the return value of setcaps.
1125         No need to validate the buffer, the base class does that for us.
1126         No need to set output caps on the buffers, the base class does that for
1127         us.
1128         The subclass will make sure we are negotiated.
1129         
1130         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1131         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1132         * gst/rtp/gstrtpdvdepay.h:
1133         Clean up caps negotiation.
1134         The subclass will make sure we are negotiated.
1135
1136         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1137         (gst_rtp_g726_depay_process):
1138         Clean up caps negotiation.
1139         Use the marker bit to set the DISCONT flag on outgoing buffers.
1140
1141         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1142         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1143         * gst/rtp/gstrtpg729depay.h:
1144         The subclass will make sure we are negotiated.
1145         Use the marker bit to set the DISCONT flag on outgoing buffers.
1146
1147         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1148         (gst_rtp_gsm_depay_process):
1149         Clean up caps negotiation.
1150         Use the marker bit to set the DISCONT flag on outgoing buffers.
1151
1152         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1153         Clean up caps negotiation.
1154         Don't ignore the return value of set_outcaps.
1155
1156         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1157         (gst_rtp_h263_depay_process):
1158         Clean up caps negotiation.
1159         No need to validate the buffer, the base class does that for us.
1160
1161         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1162         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1163         * gst/rtp/gstrtph263pay.h:
1164         Don't ignore the return value of set_outcaps.
1165         Do some more timestamps.
1166
1167         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1168         (gst_rtp_h263p_depay_process):
1169         Clean up caps negotiation.
1170         Don't ignore the return value of setcaps.
1171         No need to validate the buffer, the base class does that for us.
1172
1173         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1174         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1175         (gst_rtp_h263p_pay_handle_buffer):
1176         * gst/rtp/gstrtph263ppay.h:
1177         Don't ignore the return value of set_outcaps.
1178         Do some more timestamps.
1179
1180         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1181         (gst_rtp_h264_depay_process):
1182         Clean up caps negotiation.
1183         Don't ignore the return value of setcaps.
1184         Fix possible caps leak.
1185         No need to validate the buffer, the base class does that for us.
1186
1187         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1188         Add some more debug info.
1189
1190         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1191         (gst_rtp_ilbc_depay_process):
1192         Clean up caps negotiation.
1193         Use the marker bit to set the DISCONT flag on outgoing buffers.
1194
1195         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1196         Clean up caps negotiation.
1197
1198         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1199         (gst_rtp_mp1s_depay_process):
1200         Clean up caps negotiation.
1201         Don't ignore the return value of setcaps.
1202         No need to validate the buffer, the base class does that for us.
1203         No need to set caps on buffers, subclass does that for us.
1204
1205         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1206         (gst_rtp_mp2t_depay_process):
1207         Clean up caps negotiation.
1208         Don't ignore the return value of setcaps.
1209         No need to validate the buffer, the base class does that for us.
1210         No need to set caps on buffers, subclass does that for us.
1211
1212         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1213         (gst_rtp_mp4a_depay_process):
1214         Clean up caps negotiation.
1215         Don't ignore the return value of setcaps.
1216         No need to validate the buffer, the base class does that for us.
1217
1218         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1219         (gst_rtp_mp4a_pay_setcaps):
1220         Don't ignore the return value of set_outcaps.
1221
1222         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1223         (gst_rtp_mp4g_depay_process):
1224         Clean up caps negotiation.
1225         Don't ignore the return value of setcaps.
1226         No need to validate the buffer, the base class does that for us.
1227         No need to set caps on buffers, subclass does that for us.
1228
1229         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1230         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1231         Don't ignore the return value of set_outcaps.
1232
1233         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1234         (gst_rtp_mp4v_depay_process):
1235         Clean up caps negotiation.
1236         Don't ignore the return value of setcaps.
1237         No need to validate the buffer, the base class does that for us.
1238         No need to set caps on buffers, subclass does that for us.
1239
1240         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1241         (gst_rtp_mp4v_pay_setcaps):
1242         Don't ignore the return value of set_outcaps.
1243
1244         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1245         (gst_rtp_mpa_depay_process):
1246         Clean up caps negotiation.
1247         Don't ignore the return value of setcaps.
1248         No need to validate the buffer, the base class does that for us.
1249         Use the marker bit to set the DISCONT flag on outgoing buffers.
1250
1251         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1252         Don't ignore the return value of set_outcaps.
1253
1254         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1255         (gst_rtp_mpv_depay_process):
1256         Clean up caps negotiation.
1257         Actually set output caps.
1258         No need to validate the buffer, the base class does that for us.
1259
1260         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1261         Don't ignore the return value of set_outcaps.
1262
1263         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1264         (gst_rtp_pcma_depay_process):
1265         Clean up caps negotiation.
1266         Set output buffer duration because we can.
1267         Use the marker bit to set the DISCONT flag on outgoing buffers.
1268
1269         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1270         Don't ignore the return value of set_outcaps.
1271
1272         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1273         (gst_rtp_pcmu_depay_process):
1274         Clean up caps negotiation.
1275         Use the marker bit to set the DISCONT flag on outgoing buffers.
1276
1277         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1278         Don't ignore the return value of set_outcaps.
1279
1280         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1281         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1282         Clean up caps negotiation.
1283         Set output caps on the pad and header buffers.
1284         Set duration on output buffers because we can.
1285
1286         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1287         Don't ignore the return value of set_outcaps.
1288
1289         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1290         (gst_rtp_sv3v_depay_process):
1291         Clean up caps negotiation.
1292         No need to validate the buffer, the base class does that for us.
1293         No need to set caps out output buffers, subclass does that.
1294
1295         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1296         (gst_rtp_theora_depay_process):
1297         Don't ignore the return value of setcaps.
1298         No need to validate the buffer, the base class does that for us.
1299
1300         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1301         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1302         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1303         (gst_rtp_theora_pay_handle_buffer):
1304         Don't ignore the return value of set_outcaps.
1305
1306         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1307         (gst_rtp_vorbis_depay_process):
1308         Don't ignore the return value of setcaps.
1309         No need to validate the buffer, the base class does that for us.
1310
1311         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1312         Don't ignore the return value of set_outcaps.
1313
1314         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1315         Clean up caps negotiation, don't ignore setcaps return.
1316
1317         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1318         Don't ignore the return value of set_outcaps.
1319
1320 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1321
1322         * gst/matroska/matroska-demux.c:
1323         (gst_matroska_demux_handle_src_event):
1324         Forward unknown events upstream.
1325
1326 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1327
1328         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1329         Add some refcount check
1330
1331         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1332         Don't ignore the result of write(), fixes a  compiler warning for me.
1333
1334         * tests/icles/videobox-test.c: (main):
1335         Make the output a little more pretty.
1336
1337 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1338
1339         * ext/esd/esdmon.c:
1340           Add doc blob.
1341
1342 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1343
1344         * docs/plugins/Makefile.am:
1345         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1346         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1347         * docs/plugins/gst-plugins-good-plugins.args:
1348         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1349         * docs/plugins/gst-plugins-good-plugins.interfaces:
1350         * docs/plugins/inspect/plugin-autodetect.xml:
1351           Add the docs of the new elements.
1352
1353 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1354
1355         * gst/autodetect/gstautoaudiosrc.c:
1356         (gst_auto_audio_src_class_init):
1357         * gst/autodetect/gstautovideosrc.c:
1358         (gst_auto_video_src_class_init):
1359         Fix "Since" tags in the documentation.
1360
1361 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1362
1363         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1364
1365         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1366         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1367         Add support for souphttpsrc to act as a live source. This makes it
1368         possible to get timestamped buffers in combination with the
1369         "do-timestamp" property. Fixes bug #556019.
1370
1371 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1372
1373         * gst/autodetect/Makefile.am:
1374         * gst/autodetect/gstautoaudiosink.c:
1375         * gst/autodetect/gstautoaudiosrc.c:
1376         * gst/autodetect/gstautoaudiosrc.h:
1377         * gst/autodetect/gstautodetect.c:
1378         * gst/autodetect/gstautovideosink.c:
1379         * gst/autodetect/gstautovideosrc.c:
1380         * gst/autodetect/gstautovideosrc.h:
1381           Implement src plugins. Little code/string cleanup in the sinks.
1382           Fixes #523813.
1383
1384 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1385
1386         Patch by: Peter Kjellerstedt <pkj at axis com>
1387
1388         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1389         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1390         Fix a memory leak when pads are requested but the pipeline never
1391         goes into PLAYING.
1392
1393         Correctly remove request pads, no matter if they have collected
1394         data or not.
1395
1396         Fixes bug #557710.
1397
1398 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1399
1400         Patch by: <lrn1986 at gmail dot com>
1401
1402         * gst/udp/gstudpnetutils.h:
1403         Define the correct WINVER so getaddinfo() can be used when using
1404         mingw32. Fixes bug #557294.
1405
1406 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1407
1408         Patch by: <lrn1986 at gmail dot com>
1409
1410         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1411         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1412         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1413         Fix "argument type mismatch" compiler warnings on Windows.
1414         Fixes bug #557293.
1415
1416 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1417
1418         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1419         Don't calculate the filter coefficients for every single buffer
1420         but only when it's needed. Fixes bug #557260.
1421
1422 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1423
1424         * configure.ac:
1425         Back to development -> 0.10.11.1
1426
1427 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1428
1429         * gst-plugins-good.doap:
1430         Fix version number of 0.10.11 release in doap file
1431
1432 === release 0.10.11 ===
1433
1434 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1435
1436         * configure.ac:
1437           releasing 0.10.11, "Secondary Consideration"
1438
1439 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1440
1441         * configure.ac:
1442         Commit 0.10.10.4 pre-release
1443
1444 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1445
1446         * gst/avi/gstavimux.c:
1447         Fix VPRP chunk setup in avimux.
1448         Fixes: #556010
1449         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1450
1451 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1452
1453         * gst/videobox/gstvideobox.c:
1454         support dynamically changing properties in videobox
1455         Fixed: #557085
1456         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1457
1458 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1459
1460         * configure.ac:
1461         0.10.10.3 pre-release
1462
1463 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1464
1465         * tests/check/Makefile.am:
1466         Don't run the states test on pulsesrc and pulsesink
1467
1468 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1469
1470         * configure.ac:
1471         Commit 0.10.10.2 pre-release bump that actually went
1472         out on 2008-10-11
1473
1474 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1475
1476         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1477         Skip entries for streams that don't have a output pad yet, thereby
1478         avoiding calling pad functions with a NULL pad.
1479         Fixes #556424
1480
1481 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1482
1483         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1484         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1485         Remove problematic and useless refcount check.
1486         Fixes #556381
1487
1488 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1489
1490         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1491         Remove problematic and useless refcount check.
1492         Fixes #556381
1493
1494 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1495
1496         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1497         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1498         Cast some size_t arguments to guint to avoid compiler
1499         warnings on 64-bit systems.
1500
1501 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1502
1503         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1504         Return TRUE instead of FALSE from the event handler when we swallowed the
1505         event.
1506
1507 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1508
1509         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1510         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1511         Reset header state. Fixes #555321.
1512
1513 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1514
1515         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1516         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1517         * gst/avi/gstavidemux.h:
1518         For timestamping audio packets we need to take into account the
1519         amount of blocks in one entry using the blockalign. Fixes some sync
1520         issues with zero-padded audio blocks in the beginning of avi files.
1521
1522 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1523
1524         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1525         (gst_multi_file_src_query):
1526         Implement DEFAULT and BUFFER position queries. See #555260.
1527
1528 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1529
1530         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1531         Fix build for systems that don't have XDamage.
1532
1533 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1534
1535         * tests/examples/rtp/client-H263p.sdp:
1536         * tests/examples/rtp/client-H263p.sh:
1537         * tests/examples/rtp/server-VTS-H263p.sh:
1538         Add some more H263p server and client examples.
1539
1540 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1541
1542         * configure.ac::
1543           Depend on released versions of core and base.
1544
1545 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1546
1547         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1548         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1549         Return -1 instead of 0 in error cases. Fixes #554771.
1550
1551 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1552
1553         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1554         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1555         Stop leaking the cursor image.
1556         Unref the last_ximage and the cached cursor image on shutdown.
1557         Fixes #551570.
1558
1559 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1560
1561         * sys/v4l2/gstv4l2object.h:
1562         Getting the Class from an instance is not just a matter of casting it to
1563         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1564         instance. Fixes #549784.
1565
1566 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1567
1568         * configure.ac:
1569           Fix libs for linking directsound.
1570         * sys/directsound/gstdirectsoundsink.c:
1571           Fix buffer sizing to prevent racing the ringbuffer at startup.
1572           Add volume property.
1573
1574 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1575
1576         * ext/pulse/pulsesink.c:
1577         Fix problems with pulsesink randomly erroring with code 'OK' after a
1578         format change on the stream by waiting when disconnecting the stream.
1579
1580 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1581
1582         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1583         (gst_rtp_amr_depay_process):
1584         Mark DISCONT on output buffers when the marker bit signals a new talk
1585         spurt.
1586
1587         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1588         Set the marker bit for buffers with a DISCONT flag to signal a talk
1589         spurt.
1590
1591 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1592
1593         * gst/rtp/Makefile.am:
1594         * gst/rtp/gstrtp.c: (plugin_init):
1595         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1596         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1597         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1598         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1599         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1600         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1601         * gst/rtp/gstrtpmp4apay.h:
1602         Added MP4A-LATM payloader to match the depayloader.
1603
1604 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1605
1606         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1607         (gst_videomixer_sink_event):
1608         Handle segments a little better. Fixes #537361.
1609
1610 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1611
1612         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1613         Don't assume the server supports PAUSE by default. Fixes #551048.
1614
1615 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1616
1617         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1618         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1619         Switch on the socket family to get the addrlen size right.
1620
1621 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1622
1623         Patch by: Daniel Franke <df at dfranke dot us>
1624
1625         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1626         OS X's bind() implementation is picky about its addrlen parameter and
1627         fails with EINVAL if it is larger than expected for the socket's address
1628         family. Set the length to the expected length instead. Fixes #553191.
1629
1630 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1631
1632         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1633         Handle the case where we cannot do desribe or when the describe result
1634         does not contain a valid SDP message.
1635
1636 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1637
1638         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1639         Fix setting the qos.
1640
1641 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1642
1643         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1644         (gst_qtdemux_chain):
1645         Some 'broken' files out there have atom lengths of zero...
1646         which basically results in qtdemux consuming that atom again and again
1647         until the *end of night* !
1648         Detect that and emits an adequate element error message.
1649
1650 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1651
1652         * gst/interleave/Makefile.am:
1653         * gst/matroska/Makefile.am:
1654         Fix build flags order.
1655
1656         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1657         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1658         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1659         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1660         Format fixes.
1661
1662         * tests/check/elements/multifile.c:
1663         Pull in unistd.h
1664
1665 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1666
1667         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1668         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1669         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1670         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1671         (gst_rtp_mp4g_depay_change_state):
1672         * gst/rtp/gstrtpmp4gdepay.h:
1673         Handle interleaved streams by reordering AU in a queue.
1674
1675 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1676
1677         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1678         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1679         Change some of the ranges in the caps, mostly for the amount of bits we
1680         can use.
1681         Added a little bitstream parse and use it to parse the AU header fields.
1682         Check for malformed and wrongly sized packets better.
1683         Implement more header field parsing.
1684         Handle the size of fragmented packets correctly.
1685
1686 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1687
1688         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1689         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1690         Add mapping for 'tiff' => image/tiff
1691         Fixes #552213
1692
1693 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1694
1695
1696         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1697         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1698           Pretend to care about the result of write() which works around
1699           compiler warnings.
1700
1701 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1702
1703         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1704           Make sure the desired default values are actually set, not only
1705           registered as defaults (actual problem is that the stereo-specific
1706           values are only updated if channels==2, which is not the case yet
1707           when the object is created, so the default values for the
1708           mid-side-stereo and loose-mid-side-stereo settings are never
1709           set in _update_quality()). Makes flacenc create smaller files by
1710           default (for stereo input), and fixes #550791.
1711
1712 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1713
1714         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1715         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1716         (qtdemux_parse_trak), (qtdemux_video_caps):
1717         * gst/qtdemux/qtdemux.h:
1718         * gst/qtdemux/qtdemux_fourcc.h:
1719         * gst/qtdemux/qtdemux_types.c:
1720         Add support for video/mj2 mime-type and its additional atoms/boxes.
1721         Fixes #550646.
1722
1723 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1724
1725         * gst/debug/gsttaginject.c:
1726           Add warning when tags parameter is unparsable and give example for
1727           quoting in the docs.
1728
1729 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1730
1731         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1732         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1733         Add some alternative byteswapped mappings that seem to pop up sometimes.
1734         Fixes #550288.
1735
1736 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1737
1738         * po/LINGUAS:
1739         * po/POTFILES.in:
1740         * po/POTFILES.skip:
1741           Add 'ca' to LINGUAS; add some more files with translations and some
1742           files which should be ignored by translation tools.
1743
1744 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1745
1746         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1747         * ext/speex/gstspeexdec.h:
1748         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1749         * ext/speex/gstspeexenc.h:
1750         Use integer encoding and decoding functions instead of converting
1751         the integer input to float in the element. The libspeex integer
1752         functions are doing this for us already or, if libspeex was compiled
1753         in integer mode, they're doing everything using integer arithmetics.
1754         Also saves some copying around.
1755
1756 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1757
1758         * configure.ac:
1759           Fix --disable-external
1760
1761 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1762
1763         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1764         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1765         * ext/wavpack/gstwavpackenc.h:
1766         Handle non-zero start timestamps and stream discontinuities
1767         correctly. This only has an effect if we're muxing into
1768         a container format as the raw WavPack stream must contain
1769         continous sample numbers.
1770
1771 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1772
1773         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1774         Correct the timestamp and granulepos calculation by one Speex
1775         frame.
1776
1777 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1778
1779         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1780         Correctly take the granulepos from upstream if possible and
1781         correctly handle the granulepos in various calculations: the
1782         granulepos is the sample number of the _last_ sample in a frame, not
1783         the first.
1784
1785         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1786         (gst_speex_enc_encode), (gst_speex_enc_chain),
1787         (gst_speex_enc_change_state):
1788         * ext/speex/gstspeexenc.h:
1789         Handle non-zero start timestamps in the encoder and detect/handle
1790         stream discontinuities. Fixes bug #547075.
1791
1792 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1793
1794         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1795
1796         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1797         Fix compiler warnings caused by passing a string as format string
1798         instead of "%s" and then the string. This is only exposed by -Wformat=2
1799         as used by default on Ubuntu. Fixes bug #550015.
1800
1801 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1802
1803         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1804         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1805         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1806         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1807         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1808           (gst_ebml_read_element_length):
1809         * gst/matroska/matroska-demux.c:
1810           (gst_matroska_demux_check_subtitle_buffer):
1811           Make stuff compile with GST_DISABLE_GST_DEBUG.
1812
1813 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1814
1815         * gst/law/alaw.c:
1816         * gst/law/mulaw.c:
1817           Ref caps before passing to gst_pad_template_new(), since that takes
1818           ownership.
1819
1820 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1821
1822         Patch by: Mersad Jelacic <mersad at axis dot com>
1823
1824         * gst/multipart/multipartdemux.c:
1825         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1826         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1827         demuxer. Fixes #549551.
1828
1829 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1830
1831         * sys/osxaudio/gstosxaudiosink.c:
1832         (gst_osx_audio_sink_select_device):
1833         * sys/osxaudio/gstosxaudiosrc.c:
1834         (gst_osx_audio_src_create_ringbuffer),
1835         (gst_osx_audio_src_select_device):
1836         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1837         Fix the build on macosx.
1838
1839 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1840
1841         * gst/icydemux/gsticydemux.c:
1842           Small docs fix: in the example pipeline, we need to pass
1843           iradio-mode=true to the source, so the server actually sends
1844           an ICY stream.
1845
1846 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1847
1848         * sys/osxaudio/gstosxaudio.c:
1849           Oops. Revert more completely.
1850
1851 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1852
1853         * sys/osxaudio/gstosxaudio.c:
1854           Revert accidental element rename from testing.
1855
1856 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1857
1858         * gst-plugins-good.doap:
1859         Pull in 0.10.10 doap entry from release branch
1860
1861 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1862
1863         * configure.ac:
1864         Update version number to reflect 0.10.10 release from
1865         branch.
1866
1867 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1868
1869         * sys/osxaudio/Makefile.am:
1870         * sys/osxaudio/gstosxaudio.c:
1871         * sys/osxaudio/gstosxaudiosink.c:
1872         * sys/osxaudio/gstosxaudiosink.h:
1873         * sys/osxaudio/gstosxaudiosrc.c:
1874         * sys/osxaudio/gstosxaudiosrc.h:
1875         * sys/osxaudio/gstosxringbuffer.c:
1876         * sys/osxaudio/gstosxringbuffer.h:
1877           Rewrite caps setting and ring buffer initialisation.
1878           Previously we never told CoreAudio what format we were going to send it,
1879           so it only worked due to luck, and not at all on some hardware.
1880           Now we explicitly advertise what formats the hardware supports, and then
1881           configure the selected one correctly.
1882
1883 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1884
1885         * sys/v4l2/gstv4l2object.c:
1886         * sys/v4l2/gstv4l2src.c:
1887         * sys/v4l2/gstv4l2src.h:
1888         * sys/v4l2/v4l2_calls.c:
1889         * sys/v4l2/v4l2src_calls.c:
1890           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1891           need to memset instance structures. Some more FIXME's and comments.
1892
1893 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1894
1895         * tests/icles/.cvsignore:
1896           Ignore more.
1897
1898 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1899
1900         * gst/goom/.cvsignore:
1901         * gst/goom2k1/.cvsignore:
1902           Ignore files.
1903
1904 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1905
1906         * ext/cairo/gsttextoverlay.c:
1907           Fix compiler warning.
1908
1909 2008-08-25  David Schleef  <ds@schleef.org>
1910
1911         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1912
1913 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1914
1915         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1916         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1917         * gst/matroska/matroska-mux.c:
1918         (gst_matroska_mux_video_pad_setcaps),
1919         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1920         Add Real[Audio|Video] support to Matroska containers.
1921         It works fine for:
1922         * decoding real audio/video streams contained in mkv
1923         * 'transmuxing' real (.rm) files into .mkv files
1924         It will not work though for encoding real[audio/video] streams that
1925         don't contain the 'mdpr_data' extra data on the caps.
1926         The reason why this will not work is because I never intended to
1927         duplicate virtually all the 'mdpr' block creation into mkvmux.
1928         Fixes #536067
1929
1930 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1931
1932         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1933         * gst/law/mulaw-conversion.c:
1934         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1935         (gst_mulawenc_chain):
1936         The encoder can't really renegotiate at the time they perform a
1937         pad-alloc so make the srcpads use fixed caps.
1938         Check the buffer size after a pad-alloc because the returned size might
1939         not be right when the downstream element does not know the size of the
1940         new buffer (capsfilter). Fixes #549073.
1941
1942 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1943
1944         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1945
1946         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1947         v4l2src doesn't have a property named "norm" so don't try to notify
1948         about changes to that property. The "norm" property and related
1949         code are commented out currently. Fixes bug #549090.
1950
1951 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1952
1953         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1954
1955         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1956         Reprobe devices again instead of taking a cached list as new
1957         devices could've been plugged in. Fixes bug #549062.
1958
1959 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1960
1961         * gst/autodetect/Makefile.am:
1962         Don't link the autodetect plugin with GConf as it doesn't
1963         use GConf. Fixes bug #545463.
1964
1965 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1966
1967         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1968         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1969         (gst_ebml_read_sint), (gst_ebml_read_float),
1970         (gst_ebml_read_header):
1971         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1972         possible to ignore errors and not post any ERROR messages on
1973         the bus.
1974
1975         * gst/matroska/matroska-demux.c:
1976         (gst_matroska_demux_parse_contents):
1977         Ignore any errors and not just EOS when parsing the contents of
1978         a SeekHead. Errors here are usually caused by truncated files
1979         and playback of the file works fine. Fixes playback of the
1980         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1981         archive.
1982
1983 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1984
1985         * gst/multipart/multipartdemux.c:
1986         * gst/multipart/multipartmux.c:
1987         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1988
1989 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1990
1991         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1992           gst_directdraw_sink_bufferpool_clear):
1993           Fix two more buffer ref leaks.
1994
1995 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1996
1997         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1998
1999         * sys/directdraw/gstdirectdrawsink.c:
2000           (gst_directdraw_sink_show_frame):
2001           Fix buffer ref leak.
2002
2003 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2004
2005         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2006         Revert the last commit. wavenc still supports width!=depth for 32 bit
2007         width. Thanks Tim.
2008
2009 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2010
2011         * gst/matroska/matroska-demux.c:
2012         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2013         If the duration of a block is unknown only use the timestamp for the
2014         first lace and use GST_CLOCK_TIME_NONE as duration for the following
2015         laces. Otherwise every lace has the same timestamp which leads to
2016         various problems. Really fixes bug #548831.
2017
2018 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2019
2020         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2021         If we're not allowing width!=depth in wavenc we should also disable
2022         the code that was added to support width!=depth.
2023
2024 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2025
2026         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2027         Don't calculate the default duration of a frame from the audio sampling
2028         rate. This only works for raw audio if every frame contains a single
2029         sample and results in broken buffer durations for other formats
2030         if no specified default duration is given or the blocks have no
2031         duration. Fixes bug #548831.
2032
2033 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2034
2035         * gst/matroska/matroska-demux.c:
2036         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2037         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
2038         are used for text/plain subtitles as a gap-filler in some files.
2039
2040 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2041
2042         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2043         (gst_v4l2_get_caps_info):
2044         Add S910 and PWC formats with a low priority.
2045
2046         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
2047         (gst_v4l2src_probe_caps_for_format):
2048         Add more debugging.
2049
2050 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
2051
2052         * ext/flac/gstflacenc.c:
2053           Fix compilation against older libflac versions.
2054
2055 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2056
2057         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
2058         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
2059         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2060         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
2061         (gst_pulsemixer_ctrl_set_volume):
2062         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
2063         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
2064         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2065         (gst_pulsesink_init), (gst_pulsesink_open),
2066         (gst_pulsesink_prepare), (gst_pulsesink_write),
2067         (gst_pulsesink_delay), (gst_pulsesink_reset):
2068         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2069         (gst_pulsesrc_init):
2070         Use GST_BOILERPLATE everywhere and fix coding style at some places.
2071         Fix a locking issue in pulsesink's prepare function.
2072
2073         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
2074         Check if the created channel layout is valid for GStreamer.
2075
2076 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2077
2078         * gst/rtsp/gstrtspgoogle.c:
2079         Things that can happen when your brain is in google mode trying to
2080         deal with their google rtsp server extensions and trying to type your
2081         google mail account.
2082
2083 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2084
2085         * gst/rtsp/Makefile.am:
2086         * gst/rtsp/gstrtsp.c: (plugin_init):
2087         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
2088         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
2089         (_do_init), (gst_rtsp_google_base_init),
2090         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
2091         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
2092         (gst_rtsp_google_extension_init):
2093         * gst/rtsp/gstrtspgoogle.h:
2094         Add google RTSP extension, it can only handle udp and responds with
2095         unsupported if we do anything else. Fixes #546465.
2096
2097         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
2098         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
2099         (gst_rtspsrc_create_transports_string),
2100         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2101         (gst_rtspsrc_close), (gst_rtspsrc_pause):
2102         Make transport setup code a bit better using GString.
2103         Add some more debug.
2104         Check for closed connections before doing anything on them.
2105
2106 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2107
2108         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2109         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2110         (gst_pulsesrc_prepare):
2111         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2112         (gst_pulse_channel_map_to_gst):
2113         * ext/pulse/pulseutil.h:
2114         If downstream provides no channel layout and >2 channels should be
2115         used use the default layout that pulseaudio chooses and also
2116         add this layout to the caps. Fixes bug #547258.
2117
2118 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2119
2120         Patch by: Peter Kjellerstedt <pkj at axis com>
2121
2122         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2123         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2124         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2125         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2126         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2127         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2128         (gst_udpsrc_set_property):
2129         Avoid leaking internally allocated file descriptors when setting
2130         custom file descriptors. Fixes #543101.
2131
2132 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2133
2134         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2135         Don't try to configure RTCP back to the server when the server did not
2136         give us a valid port number.
2137
2138 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2139
2140         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2141         Use new basetransform method to renegotiate. Fixes #544956.
2142
2143         * tests/icles/Makefile.am:
2144         * tests/icles/videobox-test.c: (make_pipeline), (main):
2145         Add videobox renegotiation example.
2146
2147 2008-08-19  David Schleef  <ds@schleef.org>
2148
2149         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2150         with sane values.  Fixes #548530.
2151
2152 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2153
2154         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2155         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2156         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2157         are already filled with the correct values by
2158         gst_ring_buffer_parse_caps() so there's no need to set them again
2159         with wrong values.
2160
2161 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2162
2163         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2164         (gst_avi_demux_read_subindexes_push):
2165         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2166         and instead of using the 'ix##' nomenclature, use '##ix'.
2167         They're still valid though, this fixes the duration and indexes for
2168         virtually all the ODML files I have.
2169
2170 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2171
2172         Patch by: Olivier Crete <tester at tester dot ca>
2173
2174         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2175         (gst_rtp_vorbis_depay_process):
2176         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2177         Update the vorbis RTP pay/depay to RFC 5215.
2178         Fixes #547842.
2179
2180 2008-08-14  David Schleef  <ds@schleef.org>
2181
2182         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2183           with 3:2 pulldown, i.e., 24p.
2184
2185 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2186
2187         * tests/check/elements/level.c: (GST_START_TEST):
2188         Fix compilation some more.
2189
2190 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2191
2192         * configure.ac::
2193           Require -base CVS for wavparse acid chunk parsing.
2194
2195 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2196
2197         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2198         (gst_pulsesink_init), (gst_pulsesink_finalize),
2199         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2200         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2201         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2202         * ext/pulse/pulsesink.h:
2203         Add "device-name" property to pulsesink too and currently commented
2204         out and not working support for a "volume" property.
2205
2206 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2207
2208         * configure.ac:
2209         Remove more cdio stuff (moved to ugly)
2210
2211 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2212
2213         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2214
2215         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2216         (gst_pulsesrc_get_property):
2217         Add "device-name" property, which provides a human readable string
2218         for the audio device, to make it more consisten with other audio
2219         sources. Fixes bug #547519.
2220
2221 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2222
2223         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2224         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2225         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2226         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2227         * ext/pulse/pulsemixerctrl.h:
2228         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2229         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2230         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2231         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2232         * ext/pulse/pulseprobe.h:
2233         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2234         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2235         (gst_pulsesrc_change_state):
2236         Improve debugging a bit by including the parent object in pulsemixerctrl
2237         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2238         GST_WARNING.
2239
2240         Use the parent GObject subclass instead of a random struct as GObject
2241         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2242         when probing for another property than "device".
2243
2244 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2245
2246         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2247
2248         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2249         Fix property probing after the device property is set by calling
2250         set_server when the server property changes. Fixes bug #547518.
2251
2252 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2253
2254         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2255
2256         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2257         (gst_pulsesink_implements_interface_init),
2258         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2259         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2260         (gst_pulsesink_get_type):
2261         * ext/pulse/pulsesink.h:
2262         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2263         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2264         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2265         * ext/pulse/pulsesrc.h:
2266         Implement GstPropertyProbe interface on pulsesink for detecting
2267         sink devices and on pulsesrc for detecting source devices.
2268         Fixes bugs #547227 and #547217.
2269
2270 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2271
2272         * gst/spectrum/gstspectrum.c:
2273           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2274
2275 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2276
2277         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2278         Properly set the maximum latency value, in the same way it is done in
2279         v4lsrc.
2280         * sys/v4l2/v4l2src_calls.c:
2281         Simplify fraction equality check, no need to use GValues for this.
2282
2283 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2284
2285         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2286         Add warning messages stating exactly why the latency query failed.
2287         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2288         In some cases, the negotiated framerate might be the default one which
2289         is already set internally. But we still need to mark it down in fps_n
2290         and fps_d so that the latency query can happen properly.
2291
2292 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2293
2294         * docs/plugins/inspect/plugin-1394.xml:
2295         Whoops, forgot one doc file for people who can't/don't build the
2296         raw1394 plugin.
2297
2298 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2299
2300         * docs/plugins/Makefile.am:
2301         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2302         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2303         * docs/plugins/inspect/plugin-cdio.xml:
2304         * ext/Makefile.am:
2305         * ext/cdio/Makefile.am:
2306         * ext/cdio/gstcdio.c:
2307         * ext/cdio/gstcdio.h:
2308         * ext/cdio/gstcdiocddasrc.c:
2309         * ext/cdio/gstcdiocddasrc.h:
2310
2311         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2312         CDDA source to -ugly.
2313
2314         * po/LINGUAS:
2315         * po/POTFILES.in:
2316         * po/id.po:
2317         Pull in new translation from 0.10.9.2 release branch.
2318
2319 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2320
2321         * docs/plugins/Makefile.am:
2322         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2323         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2324         * docs/plugins/gst-plugins-good-plugins.args:
2325         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2326         * docs/plugins/gst-plugins-good-plugins.interfaces:
2327         Integrate documentation for new hdv1394src element.
2328
2329 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2330
2331         * ext/raw1394/Makefile.am:
2332         * ext/raw1394/gst1394.c: (plugin_init):
2333         * ext/raw1394/gsthdv1394src.c: (_do_init),
2334         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2335         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2336         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2337         (gst_hdv1394src_from_raw1394handle),
2338         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2339         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2340         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2341         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2342         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2343         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2344         (gst_hdv1394src_uri_handler_init):
2345         * ext/raw1394/gsthdv1394src.h:
2346         mpeg2-ts (HDV) variant of firewire capture element.
2347         Fixes #350830
2348
2349 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2350
2351         * gst/level/gstlevel.c: (gst_level_message_new):
2352          Fix compilation (also known as the classic 'fix code that someone
2353          committed without compiling it first').
2354
2355 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2356
2357         * tests/check/elements/level.c:
2358           Add a test for level in stereo mode.
2359
2360 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2361
2362         * tests/examples/spectrum/demo-audiotest.c:
2363         * tests/examples/spectrum/demo-osssrc.c:
2364           Demo how to draw analyzer results synced to the clock.
2365
2366 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2367
2368         * gst/level/gstlevel.c:
2369           Little renaming (l -> level).
2370
2371         * gst/spectrum/gstspectrum.c:
2372         * gst/spectrum/gstspectrum.h:
2373           Also send full timestamp/duration details here.
2374
2375 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2376
2377         * gst/level/gstlevel.c:
2378         * gst/level/gstlevel.h:
2379           Send same timestamp/duration details as videoanalysis. This gives
2380           applications better chance to sync analysis results with playback.
2381
2382 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2383
2384         * gst/matroska/matroska-mux.c:
2385         (gst_matroska_mux_handle_sink_event),
2386         (flac_streamheader_to_codecdata):
2387         We need to drop one additional buffer for FLAC as the fLaC
2388         marker and STREAMINFO block are merged into one buffer in the caps.
2389
2390         Also don't pretend to support NEWSEGMENT events, otherwise we
2391         will most probably write some invalid data.
2392
2393 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2394
2395         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2396         (gst_matroska_mux_audio_pad_setcaps):
2397         Add support for muxing FLAC into Matroska containers.
2398         Fixes bug #311586.
2399
2400 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2401
2402         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2403         Actually provide the variables required for the format string.
2404
2405 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2406
2407         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2408         (gst_matroska_demux_element_send_event),
2409         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2410         * gst/matroska/matroska-demux.h:
2411         Close the current segment if we're doing a non-flushing seek and send
2412         the close-segment and the new segment of the seek from the streaming
2413         thread.
2414
2415 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2416
2417         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2418         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2419         (gst_flac_enc_change_state):
2420         * ext/flac/gstflacenc.h:
2421         Handle non-zero start timestamps correctly, mark header packets as
2422         IN_CAPS and print a warning and suggest using audiorate if stream
2423         discontinuities are detected. When FLAC supports flushing the encoder
2424         somehow this should be done for discontinuities instead.
2425
2426         Remove some unused variables from the instance struct.
2427
2428 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2429
2430         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2431         If seeking failed return the appropiate return value to FLAC.
2432         Otherwise it thinks seeking was successfull and tries to rewrite
2433         parts of the headers which then get appended to the output.
2434
2435 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2436
2437         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2438
2439         * ext/esd/gstesd.c: (plugin_init):
2440         * ext/flac/gstflac.c: (plugin_init):
2441         * ext/shout2/gstshout2.c: (plugin_init):
2442         * ext/wavpack/gstwavpack.c: (plugin_init):
2443         * sys/oss/gstossaudio.c: (plugin_init):
2444         * sys/v4l2/gstv4l2.c: (plugin_init):
2445         Make sure gettext returns translations in UTF-8 encoding rather
2446         than in the current locale encoding (#546822).
2447
2448 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2449
2450         * ext/flac/gstflacdec.c:
2451         Add FIXME for 0.11 to simply output everything with width=32 as given
2452         by FLAC and let audioconvert handle the conversions instead of doing
2453         them in flacdec.
2454
2455 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2456
2457         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2458         When outputting a pad template range for the size, include a framerate
2459         range too, to avoid 'not a real subset of template caps' errors.
2460
2461 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2462
2463         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2464
2465         * ext/flac/Makefile.am:
2466         * ext/flac/gstflac.c: (plugin_init):
2467         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2468         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2469         (gst_flac_tag_dispose), (gst_flac_tag_init),
2470         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2471         (gst_flac_tag_change_state):
2472         * ext/flac/gstflactag.h:
2473         Port flactag to 0.10, add documentation for it and clean it up a bit.
2474         Fixes bug #413841.
2475
2476         * docs/plugins/Makefile.am:
2477         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2478         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2479         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2480         * docs/plugins/gst-plugins-good-plugins.interfaces:
2481         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2482         * docs/plugins/inspect/plugin-flac.xml:
2483         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2484         * ext/flac/gstflacdec.h:
2485         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2486         * ext/flac/gstflacenc.h:
2487         Add flactag and flacenc to the documentation and mark
2488         the private parts of the flacdec instance structure as private.
2489
2490         Also use gst_element_class_set_details_simple() in flacdec and
2491         flacenc.
2492
2493 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2494
2495         * gst/qtdemux/qtdemux.c:
2496           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2497           for it but ffmpeg does not.
2498
2499 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2500
2501         * gst/wavparse/gstwavparse.c:
2502           Handle the list chunk and use gst_riff_parse_info() to parse the info
2503           sub-chunk.
2504
2505 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2506
2507         * gst/wavparse/gstwavparse.c:
2508           Handle the acid chunk and send tempo as part of tags. Other fields are
2509           interesting too, but need more tag-definitions. Fixes #545433.
2510
2511 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2512
2513         * gst/wavparse/gstwavparse.c:
2514           Refactor wavparse. Call _reset() from dispose() and move old code from
2515           dispose into reset. This way we don't leak taglists when we abort
2516           parsing. Fix some comments. Move code for skipping a chunk into extra
2517           function. Replace chunk sizes with a const to ease readability.         
2518
2519 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2520
2521         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2522
2523         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2524         Improve udp port setup. Fixes #545710.
2525
2526 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2527
2528         * gst/rtp/Makefile.am:
2529         * gst/rtp/gstrtp.c: (plugin_init):
2530         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2531         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2532         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2533         (gst_rtp_mp1s_depay_set_property),
2534         (gst_rtp_mp1s_depay_get_property),
2535         (gst_rtp_mp1s_depay_change_state),
2536         (gst_rtp_mp1s_depay_plugin_init):
2537         * gst/rtp/gstrtpmp1sdepay.h:
2538         Add MP1S depayloader.
2539
2540         * gst/rtsp/URLS:
2541         Some more sample rtsp streams.
2542
2543 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2544
2545         * gst/rtsp/URLS:
2546         Add another URL.
2547
2548         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2549         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2550         Add some more debug info.
2551
2552 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2553
2554         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2555         Provide cbSize field for audio extra_data size, and take care to
2556         pad extra_data.
2557
2558 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2559
2560         * gst/qtdemux/qtdemux.c:
2561           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2562           TRUE.
2563
2564 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2565
2566         * gst/qtdemux/qtdemux.c:
2567         * gst/qtdemux/qtdemux_fourcc.h:
2568           Add keyword tag support. Fixes #520694 for qtdemux.
2569
2570 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2571
2572         * gst/qtdemux/qtdemux.c:
2573           Add support for tmpo tag (BPM).
2574
2575 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2576
2577         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2578         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2579         Set an estimate for the total number of samples that will be encoded
2580         if possible to help decoders if the streaminfo can't be rewritten
2581         later (like when muxing into Ogg containers).
2582
2583         Add a warning if we get header packets after data packets as those
2584         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2585         work.
2586
2587 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2588
2589         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2590         (gst_flac_dec_write):
2591         Support decoding of all depths between 4 and 32 bits and read the
2592         depth from the streaminfo header if needed. Also support all sampling
2593         rates between 1 and 655350 Hz.
2594
2595         * ext/flac/gstflacenc.c:
2596         (gst_flac_enc_caps_append_structure_with_widths),
2597         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2598         (gst_flac_enc_chain):
2599         * ext/flac/gstflacenc.h:
2600         Support encoding in all bit depths supported by the streamable
2601         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2602         between 1 Hz and 655350 Hz.
2603
2604 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2605
2606         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2607         (gst_flac_enc_sink_getcaps):
2608         Support encoding of up to 8 channels.
2609
2610 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2611
2612         * ext/soup/gstsouphttpsrc.c:
2613         * ext/soup/gstsouphttpsrc.h:
2614         Fix seeking race condition in #540300
2615         Patch By: Wouter Cloetens  <wouter at mind be>
2616
2617 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2618
2619         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2620         (gst_matroska_demux_element_send_event),
2621         (gst_matroska_demux_handle_seek_event),
2622         (gst_matroska_demux_handle_src_event):
2623         When receiving a SEEK event on a specific pad first search for a seek
2624         table entry for the stream of the pad and then fall back to an entry
2625         for a different stream.
2626
2627 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2628
2629         * configure.ac:
2630         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2631         * gst/matroska/matroska-ids.h:
2632         Build depend on core CVS for the attachment tag.
2633
2634 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2635
2636         * configure.ac:
2637         * gst/matroska/Makefile.am:
2638         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2639         (copy_backptr), (lzo1x_decode), (main):
2640         * gst/matroska/lzo.h:
2641         * gst/matroska/matroska-demux.c:
2642         (gst_matroska_demux_read_track_encoding),
2643         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2644         (gst_matroska_decode_buffer),
2645         (gst_matroska_decode_content_encodings),
2646         (gst_matroska_demux_read_track_encodings),
2647         (gst_matroska_demux_add_stream),
2648         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2649         * gst/matroska/matroska-ids.h:
2650         Decode the codec private data and following ContentEncoding if
2651         necessary.
2652
2653         Support bzip2, lzo and header stripped compression. For lzo use the
2654         ffmpeg lzo implementation as liblzo is GPL licensed.
2655         
2656         Fix zlib decompression.
2657
2658 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2659
2660         * gst/matroska/matroska-mux.c:
2661         (gst_matroska_mux_audio_pad_setcaps):
2662         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2663         duration of a frame with the new mpegaudioversion caps field.
2664
2665 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2666
2667         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2668         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2669         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2670         (gst_matroska_demux_stream_from_num),
2671         (gst_matroska_demux_tracknumber_unique),
2672         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2673         (gst_matroska_demux_handle_seek_event),
2674         (gst_matroska_demux_sync_streams),
2675         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2676         (gst_matroska_demux_loop):
2677         * gst/matroska/matroska-demux.h:
2678         Allow an infinite number of stream inside Matroska containers and use
2679         a GPtrArray for storing them instead of allowing "only" 127 streams.
2680
2681 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2682
2683         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2684         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2685         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2686         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2687         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2688         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2689         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2690         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2691         (gst_ebml_read_master), (gst_ebml_read_binary),
2692         (gst_ebml_read_header):
2693         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2694         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2695         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2696         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2697         (gst_ebml_replace_uint):
2698         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2699         (gst_matroska_demux_read_track_encoding),
2700         (gst_matroska_demux_read_track_encodings),
2701         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2702         (gst_matroska_demux_send_event),
2703         (gst_matroska_demux_element_send_event),
2704         (gst_matroska_demux_handle_seek_event),
2705         (gst_matroska_demux_handle_src_event),
2706         (gst_matroska_demux_init_stream),
2707         (gst_matroska_demux_parse_tracks),
2708         (gst_matroska_demux_parse_index_cuetrack),
2709         (gst_matroska_demux_parse_index_pointentry),
2710         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2711         (gst_matroska_demux_parse_metadata_id_simple_tag),
2712         (gst_matroska_demux_parse_metadata_id_tag),
2713         (gst_matroska_demux_parse_metadata),
2714         (gst_matroska_demux_parse_attached_file),
2715         (gst_matroska_demux_parse_attachments),
2716         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2717         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2718         (gst_matroska_demux_push_flac_codec_priv_data),
2719         (gst_matroska_demux_push_xiph_codec_priv_data),
2720         (gst_matroska_demux_push_dvd_clut_change_event),
2721         (gst_matroska_demux_add_mpeg_seq_header),
2722         (gst_matroska_demux_add_wvpk_header),
2723         (gst_matroska_demux_check_subtitle_buffer),
2724         (gst_matroska_decode_buffer),
2725         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2726         (gst_matroska_demux_parse_cluster),
2727         (gst_matroska_demux_parse_contents_seekentry),
2728         (gst_matroska_demux_parse_contents),
2729         (gst_matroska_demux_loop_stream_parse_id),
2730         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2731         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2732         (gst_matroska_demux_subtitle_caps),
2733         (gst_matroska_demux_change_state):
2734         * gst/matroska/matroska-ids.c:
2735         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2736         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2737         (gst_matroska_mux_video_pad_setcaps),
2738         (xiph3_streamheader_to_codecdata),
2739         (vorbis_streamheader_to_codecdata),
2740         (theora_streamheader_to_codecdata),
2741         (gst_matroska_mux_audio_pad_setcaps),
2742         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2743         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2744         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2745         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2746         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2747         Fix indention everywhere. A broken indent version has added newlines
2748         after every single declaration some time ago.
2749
2750 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2751
2752         * gst/matroska/matroska-demux.c:
2753         (gst_matroska_demux_loop_stream_parse_id):
2754         If no Tracks are found error out instead of trying it again until the
2755         end of time.
2756
2757 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2758
2759         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2760         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2761         bit and signed otherwise, not the other way around.
2762
2763 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2764
2765         * gst/matroska/matroska-mux.c:
2766         Add more raw YUV formats to the list of supported formats.
2767
2768 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2769
2770         * gst/matroska/matroska-mux.c:
2771         (gst_matroska_mux_audio_pad_setcaps):
2772         Add support for muxing raw float audio now that the spec defines the
2773         endianness and add support for muxing raw integer audio with 24 and
2774         32 bits.
2775
2776         Allow muxing of more than 8 audio channels.
2777
2778 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2779
2780         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2781         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2782         Add locking to the global array of used track UIDs to prevent random
2783         crashes if more than a single matrosmux instance is used.
2784
2785         Use 64 bit values for the track UIDs.
2786
2787         Use the global GRandom of GLib instead of creating our own one
2788         for the few random numbers we need every single time.
2789
2790 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2791
2792         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2793         (gst_flac_dec_setup_stream_decoder),
2794         (gst_flac_dec_update_metadata):
2795         Always post the audio-codec tag, not only if other tags are present.
2796
2797 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2798
2799         * configure.ac:
2800         Back to development -> 0.10.9.1
2801
2802 === release 0.10.9 ===
2803
2804 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2805
2806         * configure.ac:
2807           releasing 0.10.9, "Steam Train Rolling"
2808
2809 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2810
2811         * ext/soup/gstsouphttpsrc.c:
2812         Don't throw an error when soup completes a msg with status
2813         'cancelled', as that indicates we cancelled a request while
2814         shutting down or seeking, and it's not an error.
2815         Fixes: #540300 again.
2816
2817 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2818
2819         * configure.ac:
2820         0.10.8.4 pre-release
2821
2822 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2823
2824         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2825         Fix segment-stop regression.
2826         Add documentation regarding segments in quicktime files by Wim Taymans.
2827         Fixes #544509
2828
2829 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2830
2831         * configure.ac:
2832         0.10.8.3 pre-release
2833
2834         * po/LINGUAS:
2835         * po/pt_BR.po:
2836         Add pt_BR translation
2837
2838 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2839
2840         * gst/goom/convolve_fx.c:
2841         * gst/goom/filters.c:
2842         * gst/goom/goom_config.h:
2843         * gst/goom/goom_core.c:
2844         * gst/goom/goom_tools.h:
2845           Fix build with MSVC: include glib.h to define inline appropriately,
2846           use header guards where needed.
2847         * gst/udp/gstudpnetutils.c:
2848         * gst/udp/gstudpsrc.c:
2849           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2850           g_snprintf rather than snprintf.
2851           Fixes #544433.
2852
2853 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2854
2855         * gst/debug/gsttaginject.c:
2856         * gst/debug/gsttaginject.h:
2857           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2858           partially.
2859
2860 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2861
2862         * configure.ac:
2863         0.10.8.2 pre-release
2864
2865 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2866
2867         * ext/Makefile.am:
2868         Finish hooking up pulseaudio plugin to the build.
2869
2870         * ext/pulse/pulsemixerctrl.c:
2871         Fix compilation error.
2872
2873 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2874
2875         * po/LINGUAS:
2876         * po/lt.po:
2877         Add new lithunian translation, and add french to the LINGUAS
2878         file.
2879
2880 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2881
2882         * ext/soup/gstsouphttpsrc.c:
2883         Fix Soup HTTP source seeking.
2884         Patch By: Wouter Cloetens  <wouter at mind be>
2885         Fixes: #540300
2886
2887         * tests/check/elements/.cvsignore:
2888         Ignore new check programs.
2889
2890 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2891
2892         * configure.ac:
2893         * docs/plugins/Makefile.am:
2894         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2895         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2896         * docs/plugins/gst-plugins-good-plugins.args:
2897         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2898         * docs/plugins/gst-plugins-good-plugins.interfaces:
2899         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2900         * docs/plugins/inspect/plugin-interleave.xml:
2901         * docs/plugins/inspect/plugin-replaygain.xml:
2902         * tests/check/Makefile.am:
2903
2904         Move replaygain and interleave plugins from -bad.
2905         Fixes: #543406
2906         Fixes: #536228
2907
2908 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2909
2910         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2911         (qtdemux_parse_trak):
2912         Revert ISO base media spec based pixel-aspect-ratio calculation.
2913         Fixes #543300.
2914
2915 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2916
2917         * sys/osxvideo/osxvideosink.m:
2918         Fix minor build issues on macosx.
2919         Fixes #543054
2920
2921 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2922
2923         * configure.ac::
2924         * ext/taglib/Makefile.am::
2925           Only use -Wno-attributes (which is there to work around a
2926           bug in the taglib 1.5 headers) if the c++ compiler actually
2927           supports it (#543255).
2928
2929 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2930
2931         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2932
2933         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2934           Avoid compiler warning by initialising variable to NULL (#543259).
2935
2936 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2937
2938         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2939         Don't pass NULL taglists to gst_tag_list_is_empty().
2940
2941 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2942
2943         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2944         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2945         (rtp_pipeline_run):
2946         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2947         Don't use declarations after statements.
2948
2949 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2950
2951         * ext/jpeg/gstjpegdec.c:
2952         Align documentation with reality.
2953
2954 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2955
2956         * gst/udp/gstudpnetutils.c:
2957         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2958         old value (1) if it's not defined which should not cause any problems
2959         as we're using it internal only anyway.
2960
2961 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2962
2963         Patch by: Alessandro Decina <alessandro at nnva dot org>
2964
2965         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2966         Fix build of avidemux on big endian architectures.
2967
2968 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2969
2970         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2971
2972         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2973         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2974
2975 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2976
2977         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2978         (qtdemux_parse_trak):
2979         Set pixel-aspect-ratio in caps using display width and height
2980         provided in track.
2981
2982 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2983
2984         * configure.ac:
2985         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2986         flags that are invalid for C++. Fixes bug #516509.
2987
2988 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2989
2990         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2991         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2992         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2993         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2994         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2995         * tests/examples/equalizer/demo.c: (message_handler):
2996         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2997         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2998         Don't use declarations after statements and variable length arrays.
2999
3000 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3001
3002         Patch by: Daniel Drake <dsd at gentoo dot org>
3003
3004         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
3005         (gst_v4l2src_get_nearest_size):
3006         Try progressive video if interlaced fails. Fixes bug #541956
3007         and the usage of v4l2src on OLPC.
3008
3009 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3010
3011         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3012         (gst_rtp_speex_depay_process):
3013         * gst/rtp/gstrtpspeexdepay.h:
3014         Revert last change: Only the jitterbuffer is able to convert RTP to
3015         Gstreamer timestamps and normal (de)payloaders should simply copy it.
3016         Reopens bug #541787.
3017
3018 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
3019
3020         * gst/rtp/gstrtpvrawdepay.c:
3021           Include stdlib.h for atoi().
3022
3023         * gst/rtsp/gstrtspsrc.c:
3024           Use floating point math for latencies < 0 sec in log output.
3025
3026 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3027
3028         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
3029
3030         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3031         (gst_rtp_speex_depay_process):
3032         * gst/rtp/gstrtpspeexdepay.h:
3033         Take timestamp from the RTP packet as a first step to fix problems
3034         with transmission over RTP when the network is not reliable.
3035         Fixes bug #541787.
3036
3037 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3038
3039         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
3040
3041         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
3042         Fix parsing of udp:// URIs containing IPv6 addresses.
3043         Fixes bug #541650.
3044
3045 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3046
3047         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3048         Do not leak incoming buffers.
3049
3050 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3051
3052         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3053
3054         * configure.ac:
3055         Fix build of the RTP plugin with mingw32 by linking to ws2_32
3056         for htons() and htonl(). Fixes bug #541412.
3057
3058 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3059
3060         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3061         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
3062         (gst_matroska_demux_element_query),
3063         (gst_matroska_demux_handle_src_query),
3064         (gst_matroska_demux_handle_seek_event):
3065         Handle position and duration query in DEFAULT format if the
3066         pad's track has a default frame duration set.
3067
3068         Fix seeking now that the segment's duration doesn't contain the
3069         (possibly wrong or inaccurate) duration of the Matroska file.
3070
3071 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3072
3073         * gst/matroska/ebml-read.c: (_ext2dbl):
3074         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
3075         in math.h except on MSVC where it is defined in xmath.h.
3076         Fixes compilation with MSVC.
3077
3078 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3079
3080         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3081         (gst_matroska_demux_handle_src_query),
3082         (gst_matroska_demux_parse_info),
3083         (gst_matroska_demux_loop_stream_parse_id):
3084         * gst/matroska/matroska-demux.h:
3085         Don't set the segment duration to the duration from the Matroska
3086         header as this value could be wrong and is just informational.
3087
3088 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3089
3090         * gst/matroska/matroska-demux.c:
3091         (gst_matroska_demux_loop_stream_parse_id):
3092         If no Tracks element is found until the first Cluster is found
3093         search it and error out if none is found in the complete file.
3094
3095 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3096
3097         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
3098         Resync non-subtitle tracks too if a too large gap compared to other
3099         tracks is detected.
3100
3101 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3102
3103         * gst/rtp/Makefile.am:
3104         * gst/rtp/gstrtp.c: (plugin_init):
3105         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
3106         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
3107         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
3108         (gst_rtp_vraw_depay_change_state),
3109         (gst_rtp_vraw_depay_plugin_init):
3110         * gst/rtp/gstrtpvrawdepay.h:
3111         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3112         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3113         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3114         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3115         (gst_rtp_vraw_pay_plugin_init):
3116         * gst/rtp/gstrtpvrawpay.h:
3117         Add raw video pay and depayloaders, see RFC4175.
3118
3119 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
3120
3121         * ext/libpng/gstpngdec.c:
3122         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3123         whatever it returned.
3124
3125 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3126
3127         * gst/avi/avi-ids.h:
3128         Add vprp chunk related structures.
3129         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3130         (gst_avi_demux_parse_stream):
3131         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3132         to caps.  Fixes #539482.
3133         * gst/avi/gstavimux.h:
3134         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3135         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3136         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3137
3138 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3139
3140         * tests/check/elements/avimux.c: (check_avimux_pad):
3141         Adjust avimux unit test according to increased streamheader size.
3142
3143 2008-06-27  David Schleef  <ds@schleef.org>
3144
3145         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3146
3147 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3148
3149         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3150         * gst/avi/gstavimux.h:
3151         Add 8 bytes to current streamheader to make for a complete one
3152         and to make more players happy.  Fixes #519460.
3153
3154 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3155
3156         * sys/v4l2/v4l2_calls.c::
3157           Don't include unused gstv4l2xoverlay.h. Fixes build
3158           in case where X11 headers are not installed.
3159
3160 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3161
3162         * ext/dv/gstdv.c: (plugin_init):
3163         Fix compilation.
3164
3165 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3166
3167         * ext/dv/gstdv.c: (plugin_init):
3168         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3169         DV decoder available.
3170         Fixes #532393
3171
3172 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3173
3174         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3175         Call getsockname() after the call to bind() to get updated values
3176         for the port, etc. This fixes the usage of udpsrc on anonymous
3177         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3178         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3179
3180 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3181
3182         * tests/check/pipelines/wavpack.c: (bus_handler):
3183         Remove workaround for a bug in identity that is fixed in 0.10.20.
3184
3185 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3186
3187         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3188
3189         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3190         Fix HTTP auth support with user/password passed via the URI.
3191         Fixes bug #540067.
3192
3193 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3194
3195         * configure.ac:
3196           Depend on released versions of core and -base.
3197
3198 2008-06-23  Julien Moutte  <julien@fluendo.com>
3199
3200         * gst/matroska/matroska-demux.c:
3201         (gst_matroska_demux_read_track_encoding),
3202         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3203         format strings in macros. (makes it build on OS X again...)
3204
3205 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3206
3207         * gst/rtp/gstrtptheorapay.c:
3208         * gst/udp/gstmultiudpsink.c:
3209           Added debug.
3210
3211 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3212
3213         * configure.ac: switch v4l2src over to the normal build instead of
3214         being 'experimental'. Fixes bug #536831.
3215
3216 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3217
3218         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3219         Remove unused variable so that we can compile again.
3220
3221 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3222
3223         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3224         No need to check for audio/G723 and audio/32KADPCM here as they are
3225         no longer supported.
3226
3227 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3228
3229         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3230         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3231         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3232         known length.
3233
3234 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3235
3236         * gst/matroska/matroska-demux.c:
3237         (gst_matroska_demux_add_wvpk_header),
3238         (gst_matroska_demux_audio_caps):
3239         * gst/matroska/matroska-ids.h:
3240         Fix demuxing of WavPack files. Muxing is still broken.
3241
3242 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3243
3244         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3245         (gst_matroska_demux_add_mpeg_seq_header),
3246         (gst_matroska_demux_add_wvpk_header),
3247         (gst_matroska_demux_check_subtitle_buffer),
3248         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3249         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3250         (gst_matroska_demux_subtitle_caps):
3251         * gst/matroska/matroska-ids.h:
3252         Add a "vfunc" to the track context for postprocessing frames and
3253         convert the wavpack and subtitle postprocessing to this vfunc.
3254         Copy buffer flags in those functions to the new buffers too.
3255
3256         Parse CodecState elements of Blocks.
3257
3258         Add a postprocessing function for MPEG video that adds the sequence
3259         header from the codec private data or codec state to the frames if
3260         it's not already there.
3261
3262 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3263
3264         * gst/matroska/matroska-demux.c:
3265         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3266         If a gap of more than 1/2 second is found in one stream send a
3267         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3268         This also fixes Matroska files where the first buffer doesn't start
3269         at timestamp 0. Fixes bug #429322.
3270
3271         The duration of a block is the default duration multiplied with the
3272         number of laces. Every lace is one frame and the default duration
3273         is the duration of one frame. This fixes playback of files that use
3274         lacing for some tracks.
3275
3276 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3277
3278         * gst/matroska/matroska-demux.c:
3279         (gst_matroska_demux_parse_contents_seekentry):
3280         Update FIXME/TODOs and only ignore EOS at the central, important place
3281         instead of several places.
3282
3283 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3284
3285         * gst/rtp/gstrtpg726pay.c:
3286         Fix caps, See #538891.
3287
3288 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3289
3290         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3291         (gst_matroska_demux_stream_from_num),
3292         (gst_matroska_demux_encoding_cmp),
3293         (gst_matroska_demux_encoding_order_unique),
3294         (gst_matroska_demux_read_track_encoding),
3295         (gst_matroska_demux_read_track_encodings),
3296         (gst_matroska_demux_tracknumber_unique),
3297         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3298         (gst_matroska_demux_parse_tracks),
3299         (gst_matroska_demux_parse_index_cuetrack),
3300         (gst_matroska_demux_parse_index_pointentry),
3301         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3302         (gst_matroska_demux_parse_metadata_id_simple_tag),
3303         (gst_matroska_demux_parse_metadata_id_tag),
3304         (gst_matroska_demux_parse_metadata),
3305         (gst_matroska_demux_parse_attached_file),
3306         (gst_matroska_demux_parse_attachments),
3307         (gst_matroska_demux_parse_chapters),
3308         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3309         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3310         (gst_matroska_demux_parse_cluster),
3311         (gst_matroska_demux_parse_contents_seekentry),
3312         (gst_matroska_demux_parse_contents),
3313         (gst_matroska_demux_loop_stream_parse_id),
3314         (gst_matroska_demux_loop):
3315         Improve debug output everywhere and fix the EOS logic.
3316
3317         Check the values of the ContentEncoding elements more strictly and
3318         don't use tracks for which it's invalid.
3319
3320         Check that the track number is unique for this stream.
3321
3322         Check that seek positions are below G_MAXINT64 as our seeks are
3323         int64-based and overflows will fail badly.
3324
3325         After seeks also don't push SimpleBlocks until the first one
3326         containing a keyframe is found. Before this was done only for normal
3327         Blocks.
3328
3329         Update some FIXME/TODOs.
3330         
3331         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3332         (gst_ebml_read_utf8), (gst_ebml_read_header):
3333         Improve debug output.
3334
3335         * gst/matroska/matroska-ids.c:
3336         (gst_matroska_track_init_video_context):
3337         * gst/matroska/matroska-ids.h:
3338         * gst/matroska/matroska-mux.c:
3339         (gst_matroska_mux_video_pad_setcaps):
3340         Remove eye mode and don't parse it anymore. We can't use that
3341         information in GStreamer yet so it's useless.
3342
3343
3344 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3345
3346         Patch by: Mersad Jelacic <mersad at axis dot com>
3347
3348         * gst/rtp/Makefile.am:
3349         * gst/rtp/gstrtp.c: (plugin_init):
3350         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3351         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3352         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3353         (gst_rtp_g726_depay_plugin_init):
3354         * gst/rtp/gstrtpg726depay.h:
3355         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3356         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3357         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3358         * gst/rtp/gstrtpg726pay.h:
3359         Added G726 pay/depayloaders. Fixes #538891.
3360
3361 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3362
3363         * gst/rtsp/URLS:
3364         Some more urls.
3365
3366         * gst/smpte/barboxwipes.c:
3367         Add a comment
3368
3369         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3370         Fix typo, add audioresample to the pipeline.
3371
3372 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3373
3374         * ext/libmng/Makefile.am:
3375         * ext/libmng/gstmng.c: (plugin_init):
3376         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3377         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3378         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3379         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3380         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3381         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3382         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3383         (gst_mng_dec_change_state):
3384         * ext/libmng/gstmngdec.h:
3385         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3386         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3387         (gst_mng_enc_init), (gst_mng_enc_chain),
3388         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3389         * ext/libmng/gstmngenc.h:
3390         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3391         bits ifdeffed out still.
3392
3393 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3394
3395         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3396         When comparing index elements with the same time compare their
3397         block number.
3398
3399 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3400
3401         * gst/matroska/matroska-demux.c:
3402           (gst_matroska_demux_parse_attached_file)
3403           Init variable to NULL to avoid compiler warning.
3404
3405 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3406
3407         * gst/matroska/Makefile.am:
3408         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3409         (gst_matroska_demux_parse_attached_file),
3410         (gst_matroska_demux_parse_attachments),
3411         (gst_matroska_demux_parse_contents_seekentry),
3412         (gst_matroska_demux_loop_stream_parse_id):
3413         * gst/matroska/matroska-demux.h:
3414         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3415         * gst/matroska/matroska-ids.h:
3416         * gst/matroska/matroska.c: (plugin_init):
3417         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3418         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3419         and description of the attachments in the caps. Fixes bug #537622.
3420
3421 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3422
3423         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3424         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3425         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3426         (gst_speex_enc_src_query), (gst_speex_enc_init),
3427         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3428         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3429         (gst_speex_enc_set_property):
3430         Add mode property.
3431         Some cleanups, add more debug info.
3432         Add latency query.
3433
3434 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3435
3436         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3437         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3438         If we get less bytes than requested we can't do anything except doing
3439         our EOS logic.
3440
3441 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3442
3443         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3444         (gst_matroskademux_do_index_seek),
3445         (gst_matroska_demux_parse_index_cuetrack),
3446         (gst_matroska_demux_parse_index_pointentry),
3447         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3448         (gst_matroska_demux_parse_metadata):
3449         * gst/matroska/matroska-demux.h:
3450         * gst/matroska/matroska-ids.h:
3451         Use a GArray for storing the Cue (i.e. seek) information, store
3452         the CueTrackPositions for every track, store the block number
3453         and optimize searching in the array by sorting it after the last
3454         element was added.
3455
3456         Fix a small memory leak when trying to parse a tags element that was
3457         already parsed.
3458
3459 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3460
3461         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3462         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3463         (gst_matroska_mux_write_data):
3464         * gst/matroska/matroska-mux.h:
3465         Don't write another SeekHead which indexes all Clusters to the end of
3466         the file. This isn't useful for anything and just increases filesize.
3467
3468 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3469
3470         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3471         Prevent unaligned memory access when reading floats.
3472
3473 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3474
3475         * gst/matroska/ebml-read.c:
3476         * gst/matroska/ebml-read.h:
3477         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3478         (gst_matroska_demux_parse_metadata):
3479         * gst/matroska/matroska-demux.h:
3480         Make sure that every Tags element is only parsed once and it's
3481         containing tags are only posted once.
3482
3483 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3484
3485         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3486         (gst_ebml_read_header):
3487         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3488         (gst_matroska_demux_parse_tracks),
3489         (gst_matroska_demux_parse_index_cuetrack),
3490         (gst_matroska_demux_parse_index_pointentry),
3491         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3492         (gst_matroska_demux_parse_metadata_id_simple_tag),
3493         (gst_matroska_demux_parse_metadata_id_tag),
3494         (gst_matroska_demux_parse_metadata),
3495         (gst_matroska_demux_parse_attachments),
3496         (gst_matroska_demux_parse_chapters),
3497         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3498         (gst_matroska_demux_parse_cluster),
3499         (gst_matroska_demux_parse_contents_seekentry),
3500         (gst_matroska_demux_parse_contents),
3501         (gst_matroska_demux_loop_stream_parse_id):
3502         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3503         already. They're not useful in the matroska parser and only cause
3504         additional code.
3505
3506 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3507
3508         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3509         (gst_ebml_finalize), (gst_ebml_read_change_state),
3510         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3511         * gst/matroska/matroska-demux.c:
3512         (gst_matroska_demux_parse_contents_seekentry):
3513         Reverse the level list as we usually are only interested in the
3514         first element or want to add a new first element. Having the
3515         first element stored at the end and calling g_list_last() and
3516         g_list_append() is more expensive.
3517
3518         Also use GSlice for allocating the GstEbmlLevel structs.
3519
3520 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3521
3522         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3523           (gst_tag_inject_class_init), (gst_tag_inject_init):
3524           Don't unref NULL taglist in finalize. Don't use c++ style
3525           comments.
3526
3527 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3528
3529         * gst/matroska/matroska-demux.c:
3530         (gst_matroska_demux_parse_metadata_id_simple_tag):
3531         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3532         (gst_matroska_mux_write_data):
3533         Use gst_value_serialize() and gst_value_deserialize() for transforming
3534         tags from some GType to a string and the other way around. The default
3535         transformations in GLib don't include transformations from string to
3536         number types.
3537
3538 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3539
3540         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3541         (gst_matroska_demux_parse_tracks),
3542         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3543         (gst_matroska_demux_parse_attachments),
3544         (gst_matroska_demux_parse_chapters),
3545         (gst_matroska_demux_parse_contents_seekentry),
3546         (gst_matroska_demux_loop_stream_parse_id):
3547         * gst/matroska/matroska-demux.h:
3548         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3549         Tags multiple times. The first ones can appear more than once but must
3550         contain the same content as the first for backup purposes so we ignore
3551         all but the first one. Tags can appear multiple times with different
3552         content.
3553
3554         Jump to all elements except Clusters that are available from a
3555         SeekHead to make it more likely to have all required informations
3556         before getting to the first Clusters.
3557
3558         Add dummy functions for parsing Attachments and Chapters.
3559
3560 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3561
3562         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3563         (gst_udpsrc_create), (gst_udpsrc_set_property),
3564         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3565         * gst/udp/gstudpsrc.h:
3566         Add property to control automatic join/leave of multicast groups.
3567         Add G_LIKELY.
3568         Remove setting caps on buffers explicitly, basesrc does that for us now.
3569         Improve debug info.
3570         Convert some non-fatal error into warnings.
3571         Use g_ntohs for better portability.
3572         Leave multicast groups when stopping.
3573         When using external sockets, use getsockname() on them to fill up the
3574         addr structure before calling methods that use the structure.
3575         Should all fix #536903.
3576         API: GstUDPSrc::auto-multicast property
3577
3578 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3579
3580         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3581         Use g_ntohl for better portability.
3582
3583 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3584
3585         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3586         (gst_multiudpsink_remove):
3587         Fix a typo and do some small cleanups.
3588
3589 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3590
3591         Patch by: Olivier Crete <tester at tester dot ca>
3592
3593         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3594         Make the delivery-method mandatory on the caps and only accept inline
3595         for now.
3596         Reverse strcmp checks for delivery-method.
3597
3598         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3599         Make delivery method optional when parsing caps and note this in the
3600         caps.
3601         Reverse strcmp checks for delivery-method.
3602
3603         * gst/rtp/gstrtpvorbispay.c:
3604         Update a comment to note that the delivery-method is optional, 
3605         Fixes #537675.
3606
3607 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3608
3609         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3610         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3611         leaving them in READY. Fixes #537832.
3612
3613 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3614
3615         * gst/avi/gstavimux.c:
3616           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3617           for a random constant in tagmuxing code.
3618
3619 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3620
3621         * gst/debug/gsttaginject.c:
3622         * gst/debug/gsttaginject.h:
3623           Now actually adding the new element.
3624
3625 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3626
3627         * docs/plugins/Makefile.am:
3628         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3629         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3630         * docs/plugins/gst-plugins-good-plugins.args:
3631         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3632         * docs/plugins/gst-plugins-good-plugins.interfaces:
3633         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3634         * docs/plugins/inspect/plugin-aasink.xml:
3635         * docs/plugins/inspect/plugin-alaw.xml:
3636         * docs/plugins/inspect/plugin-alpha.xml:
3637         * docs/plugins/inspect/plugin-alphacolor.xml:
3638         * docs/plugins/inspect/plugin-annodex.xml:
3639         * docs/plugins/inspect/plugin-apetag.xml:
3640         * docs/plugins/inspect/plugin-audiofx.xml:
3641         * docs/plugins/inspect/plugin-auparse.xml:
3642         * docs/plugins/inspect/plugin-autodetect.xml:
3643         * docs/plugins/inspect/plugin-avi.xml:
3644         * docs/plugins/inspect/plugin-cacasink.xml:
3645         * docs/plugins/inspect/plugin-cairo.xml:
3646         * docs/plugins/inspect/plugin-cdio.xml:
3647         * docs/plugins/inspect/plugin-cutter.xml:
3648         * docs/plugins/inspect/plugin-debug.xml:
3649         * docs/plugins/inspect/plugin-dv.xml:
3650         * docs/plugins/inspect/plugin-efence.xml:
3651         * docs/plugins/inspect/plugin-effectv.xml:
3652         * docs/plugins/inspect/plugin-equalizer.xml:
3653         * docs/plugins/inspect/plugin-esdsink.xml:
3654         * docs/plugins/inspect/plugin-flac.xml:
3655         * docs/plugins/inspect/plugin-flxdec.xml:
3656         * docs/plugins/inspect/plugin-gamma.xml:
3657         * docs/plugins/inspect/plugin-gconfelements.xml:
3658         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3659         * docs/plugins/inspect/plugin-goom.xml:
3660         * docs/plugins/inspect/plugin-goom2k1.xml:
3661         * docs/plugins/inspect/plugin-halelements.xml:
3662         * docs/plugins/inspect/plugin-icydemux.xml:
3663         * docs/plugins/inspect/plugin-id3demux.xml:
3664         * docs/plugins/inspect/plugin-jpeg.xml:
3665         * docs/plugins/inspect/plugin-level.xml:
3666         * docs/plugins/inspect/plugin-matroska.xml:
3667         * docs/plugins/inspect/plugin-monoscope.xml:
3668         * docs/plugins/inspect/plugin-mulaw.xml:
3669         * docs/plugins/inspect/plugin-multifile.xml:
3670         * docs/plugins/inspect/plugin-multipart.xml:
3671         * docs/plugins/inspect/plugin-navigationtest.xml:
3672         * docs/plugins/inspect/plugin-ossaudio.xml:
3673         * docs/plugins/inspect/plugin-png.xml:
3674         * docs/plugins/inspect/plugin-quicktime.xml:
3675         * docs/plugins/inspect/plugin-rtp.xml:
3676         * docs/plugins/inspect/plugin-rtsp.xml:
3677         * docs/plugins/inspect/plugin-smpte.xml:
3678         * docs/plugins/inspect/plugin-soup.xml:
3679         * docs/plugins/inspect/plugin-spectrum.xml:
3680         * docs/plugins/inspect/plugin-speex.xml:
3681         * docs/plugins/inspect/plugin-taglib.xml:
3682         * docs/plugins/inspect/plugin-udp.xml:
3683         * docs/plugins/inspect/plugin-video4linux2.xml:
3684         * docs/plugins/inspect/plugin-videobalance.xml:
3685         * docs/plugins/inspect/plugin-videobox.xml:
3686         * docs/plugins/inspect/plugin-videocrop.xml:
3687         * docs/plugins/inspect/plugin-videoflip.xml:
3688         * docs/plugins/inspect/plugin-videomixer.xml:
3689         * docs/plugins/inspect/plugin-wavenc.xml:
3690         * docs/plugins/inspect/plugin-wavpack.xml:
3691         * docs/plugins/inspect/plugin-wavparse.xml:
3692         * docs/plugins/inspect/plugin-ximagesrc.xml:
3693         * gst/debug/Makefile.am:
3694         * gst/debug/breakmydata.c:
3695         * gst/debug/efence.c:
3696         * gst/debug/gstdebug.c:
3697         * gst/debug/gstnavseek.c:
3698         * gst/debug/gstpushfilesrc.c:
3699         * gst/debug/gstpushfilesrc.h:
3700         * gst/debug/negotiation.c:
3701         * gst/debug/progressreport.c:
3702         * gst/debug/progressreport.h:
3703         * gst/debug/rndbuffersize.c:
3704         * gst/debug/testplugin.c:
3705           Remove dummy plugin_init. Remove some undefined entries from doc-
3706           section file. Add taginject element and rebuild docs for it.
3707
3708 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3709
3710         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3711         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3712         Update the counter for the number of streams when pads are added or
3713         removed. This will make sure that a seek table is generated for
3714         files with just one audio stream.
3715
3716 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3717
3718         * gst/matroska/matroska-demux.c:
3719         (gst_matroska_demux_parse_metadata_id_simple_tag):
3720         * gst/matroska/matroska-ids.h:
3721         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3722         Add some more tags, improve debugging a bit and make sure that
3723         GValue transformation has succeeded before using the result
3724         as a tag.
3725
3726 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3727
3728         Patch by: Olivier Crete <tester at tester dot ca>
3729
3730         * gst/rtp/gstrtptheorapay.c:
3731         The Theora RTP payloader only supports the "inline" delievery method
3732         so let's declare this on the caps of the static pad template.
3733         Fixes bug #537675.
3734
3735 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3736
3737         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3738         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3739         Remove bogus check.
3740
3741 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3742
3743         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3744         (gst_videomixer_blend_buffers):
3745         Use stream_time to synchronize the object properties.
3746         Use running_time of the master pad to timestamp outgoing buffers.
3747         Fix the initial segment event to extend an unknown amount of time.
3748         Fixes #537361.
3749
3750 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3751
3752         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3753         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3754         (gst_avi_demux_calculate_durations_from_index),
3755         (gst_avi_demux_stream_header_push),
3756         (gst_avi_demux_stream_header_pull):
3757         Try to ignore unparsable/unknown streams and give a warning instead of
3758         erroring out. Fixes #537377.
3759
3760 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3761
3762         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3763         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3764
3765         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3766         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3767         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3768         (gst_matroska_demux_read_track_encodings),
3769         (gst_matroska_demux_add_stream),
3770         (gst_matroska_demux_handle_src_query),
3771         (gst_matroska_demux_init_stream),
3772         (gst_matroska_demux_parse_index_cuetrack),
3773         (gst_matroska_demux_parse_index_pointentry),
3774         (gst_matroska_demux_parse_info),
3775         (gst_matroska_demux_parse_metadata_id_simple_tag),
3776         (gst_matroska_demux_parse_metadata),
3777         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3778         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3779         (gst_matroska_demux_parse_cluster),
3780         (gst_matroska_demux_parse_contents_seekentry),
3781         (gst_matroska_demux_loop_stream_parse_id),
3782         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3783         (gst_matroska_demux_audio_caps),
3784         (gst_matroska_demux_subtitle_caps):
3785         * gst/matroska/matroska-demux.h:
3786         * gst/matroska/matroska-ids.c:
3787         (gst_matroska_track_init_subtitle_context):
3788         * gst/matroska/matroska-ids.h:
3789         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3790         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3791         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3792         (gst_matroska_mux_video_pad_setcaps),
3793         (gst_matroska_mux_audio_pad_setcaps),
3794         (gst_matroska_mux_subtitle_pad_setcaps),
3795         (gst_matroska_mux_request_new_pad),
3796         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3797         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3798         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3799         (gst_matroska_mux_set_property):
3800         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3801         elements, do some checks for valid values in the demuxer, handle
3802         tracktimecodescale in the demuxer, set correct default values for all
3803         settings in the demuxer, review and add all missing matroska
3804         IDs and some more raw YUV formats, and some trivial cleanup.
3805
3806 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3807
3808         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3809         (gst_pulsemixer_class_init):
3810         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3811         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3812         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3813         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3814         (gst_pulsesrc_prepare):
3815         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3816         gst_element_class_set_details_simple() and fix coding style a bit
3817         more.
3818
3819 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3820
3821         * docs/plugins/Makefile.am:
3822         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3823         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3824         * docs/plugins/gst-plugins-good-plugins.args:
3825         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3826         * docs/plugins/gst-plugins-good-plugins.interfaces:
3827         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3828         * docs/plugins/inspect/plugin-aasink.xml:
3829         * docs/plugins/inspect/plugin-alaw.xml:
3830         * docs/plugins/inspect/plugin-alpha.xml:
3831         * docs/plugins/inspect/plugin-alphacolor.xml:
3832         * docs/plugins/inspect/plugin-annodex.xml:
3833         * docs/plugins/inspect/plugin-apetag.xml:
3834         * docs/plugins/inspect/plugin-audiofx.xml:
3835         * docs/plugins/inspect/plugin-auparse.xml:
3836         * docs/plugins/inspect/plugin-autodetect.xml:
3837         * docs/plugins/inspect/plugin-avi.xml:
3838         * docs/plugins/inspect/plugin-cacasink.xml:
3839         * docs/plugins/inspect/plugin-cairo.xml:
3840         * docs/plugins/inspect/plugin-cdio.xml:
3841         * docs/plugins/inspect/plugin-cutter.xml:
3842         * docs/plugins/inspect/plugin-debug.xml:
3843         * docs/plugins/inspect/plugin-dv.xml:
3844         * docs/plugins/inspect/plugin-efence.xml:
3845         * docs/plugins/inspect/plugin-effectv.xml:
3846         * docs/plugins/inspect/plugin-equalizer.xml:
3847         * docs/plugins/inspect/plugin-esdsink.xml:
3848         * docs/plugins/inspect/plugin-flac.xml:
3849         * docs/plugins/inspect/plugin-flxdec.xml:
3850         * docs/plugins/inspect/plugin-gamma.xml:
3851         * docs/plugins/inspect/plugin-gconfelements.xml:
3852         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3853         * docs/plugins/inspect/plugin-goom.xml:
3854         * docs/plugins/inspect/plugin-goom2k1.xml:
3855         * docs/plugins/inspect/plugin-halelements.xml:
3856         * docs/plugins/inspect/plugin-icydemux.xml:
3857         * docs/plugins/inspect/plugin-id3demux.xml:
3858         * docs/plugins/inspect/plugin-jpeg.xml:
3859         * docs/plugins/inspect/plugin-level.xml:
3860         * docs/plugins/inspect/plugin-matroska.xml:
3861         * docs/plugins/inspect/plugin-monoscope.xml:
3862         * docs/plugins/inspect/plugin-mulaw.xml:
3863         * docs/plugins/inspect/plugin-multifile.xml:
3864         * docs/plugins/inspect/plugin-multipart.xml:
3865         * docs/plugins/inspect/plugin-navigationtest.xml:
3866         * docs/plugins/inspect/plugin-ossaudio.xml:
3867         * docs/plugins/inspect/plugin-png.xml:
3868         * docs/plugins/inspect/plugin-pulseaudio.xml:
3869         * docs/plugins/inspect/plugin-quicktime.xml:
3870         * docs/plugins/inspect/plugin-rtp.xml:
3871         * docs/plugins/inspect/plugin-rtsp.xml:
3872         * docs/plugins/inspect/plugin-smpte.xml:
3873         * docs/plugins/inspect/plugin-soup.xml:
3874         * docs/plugins/inspect/plugin-spectrum.xml:
3875         * docs/plugins/inspect/plugin-speex.xml:
3876         * docs/plugins/inspect/plugin-taglib.xml:
3877         * docs/plugins/inspect/plugin-udp.xml:
3878         * docs/plugins/inspect/plugin-video4linux2.xml:
3879         * docs/plugins/inspect/plugin-videobalance.xml:
3880         * docs/plugins/inspect/plugin-videobox.xml:
3881         * docs/plugins/inspect/plugin-videocrop.xml:
3882         * docs/plugins/inspect/plugin-videoflip.xml:
3883         * docs/plugins/inspect/plugin-videomixer.xml:
3884         * docs/plugins/inspect/plugin-wavenc.xml:
3885         * docs/plugins/inspect/plugin-wavpack.xml:
3886         * docs/plugins/inspect/plugin-wavparse.xml:
3887         * docs/plugins/inspect/plugin-ximagesrc.xml:
3888         * ext/pulse/plugin.c:
3889         * ext/pulse/pulsemixer.c:
3890         * ext/pulse/pulsesink.c:
3891         * ext/pulse/pulsesrc.c:
3892         Add documentation to the pulseaudio plugin and run make update
3893         in docs/plugins.
3894
3895 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3896
3897         Patch by: Brian Cameron <brian.cameron at sun dot com>
3898
3899         * sys/sunaudio/gstsunaudiomixerctrl.c:
3900         (gst_sunaudiomixer_ctrl_get_volume),
3901         (gst_sunaudiomixer_ctrl_set_volume):
3902         Improvements for the SunAudio mixer by handling mute as no gain
3903         for tracks that have a gain property but no mute property.
3904         Fixes bug #536067.
3905
3906 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3907
3908         * configure.ac:
3909         * ext/pulse/Makefile.am:
3910         * ext/pulse/plugin.c: (plugin_init):
3911         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3912         (gst_pulsemixer_implements_interface_init),
3913         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3914         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3915         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3916         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3917         * ext/pulse/pulsemixer.h:
3918         * ext/pulse/pulsemixerctrl.c:
3919         (gst_pulsemixer_ctrl_context_state_cb),
3920         (gst_pulsemixer_ctrl_sink_info_cb),
3921         (gst_pulsemixer_ctrl_source_info_cb),
3922         (gst_pulsemixer_ctrl_subscribe_cb),
3923         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3924         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3925         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3926         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3927         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3928         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3929         * ext/pulse/pulsemixerctrl.h:
3930         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3931         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3932         * ext/pulse/pulsemixertrack.h:
3933         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3934         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3935         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3936         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3937         (gst_pulseprobe_new), (gst_pulseprobe_free),
3938         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3939         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3940         (gst_pulseprobe_set_server):
3941         * ext/pulse/pulseprobe.h:
3942         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3943         (gst_pulsesink_class_init), (gst_pulsesink_init),
3944         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3945         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3946         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3947         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3948         (gst_pulsesink_stream_request_cb),
3949         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3950         (gst_pulsesink_close), (gst_pulsesink_prepare),
3951         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3952         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3953         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3954         (gst_pulsesink_event), (gst_pulsesink_get_type):
3955         * ext/pulse/pulsesink.h:
3956         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3957         (gst_pulsesrc_implements_interface_init),
3958         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3959         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3960         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3961         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3962         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3963         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3964         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3965         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3966         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3967         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3968         (gst_pulsesrc_get_type):
3969         * ext/pulse/pulsesrc.h:
3970         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3971         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3972         * ext/pulse/pulseutil.h:
3973         Add pulseaudio GStreamer element from gst-pulse. Development will
3974         continue here instead of pulseaudio SVN. Fixes bug #400679.
3975         Only changes over gst-pulse SVN are added copyright to the top of
3976         files and coding style changes.
3977
3978 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3979
3980         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3981
3982         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3983           (gst_cdio_add_cdtext_album_tags):
3984         * ext/cdio/gstcdio.h:
3985         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3986           Also extract album title and album genre from CD-TEXT if
3987           available (#537021).
3988
3989 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3990
3991         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3992
3993         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3994         Improve negotiation a bit more by picking the smallest possible
3995         resolution that is larger than the resolution specified in the
3996         first caps entry of the peer caps. Fixes bug #536994.
3997
3998 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3999
4000         Patch by: Bastien Nocera <hadess at hadess dot net>
4001
4002         * sys/v4l2/gstv4l2vidorient.c:
4003         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4004         Fix compilation with newer GIT kernels that deprecated
4005         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
4006
4007 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4008
4009         * configure.ac:
4010         * ext/cdio/gstcdio.c:
4011         * ext/cdio/gstcdio.h:
4012         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4013           Require libcdio >= 0.76.
4014
4015 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
4016
4017         * gst/avi/gstavidemux.c:
4018         Catch UNEXPECTED when downstream has reached end of
4019         segment in reverse mode.
4020
4021 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4022
4023         * gst/avi/gstavidemux.c:
4024         Fix typo in comment
4025
4026 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4027
4028         * gst/avi/gstavidemux.c:
4029         Because we don't know the frame order we need to push till
4030         the next keyframe
4031
4032 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4033
4034         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4035
4036         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4037         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
4038         Provide a custom negotiation function to make sure to pick the highest
4039         possible framerate and resolution. Fixes bug #536646.
4040
4041 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4042
4043         * gst/avi/gstavidemux.c:
4044         Set EOS when going out of the segment in reverse playback
4045
4046 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4047
4048         * ext/taglib/Makefile.am::
4049           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
4050           taglib headers (with gcc 4.3.1).
4051
4052 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
4053
4054         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
4055         Use the new gst_rtsp_connection_get_ip() to access the IP address
4056         of a GstRTSPConnection since it is a private member.
4057
4058 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4059
4060         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4061         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4062           Use new utility functions in libgsttag to process coverart (#512333).
4063
4064 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4065
4066         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4067         We actually support left/side, right/side and mid/side files. The
4068         conversion to normal, interleaved stereo is done by libflac.
4069
4070 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4071
4072         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4073         (gst_ebml_write_set_cache):
4074         Unref the write cache in finalize if it was set and add add "FIXME"
4075         to a comment that needs it.
4076
4077 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4078
4079         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4080
4081         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
4082         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
4083         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
4084         (gst_avi_demux_process_next_entry):
4085         * gst/avi/gstavidemux.h:
4086         Implement reverse playback. Fixes #535300.
4087         Small cleanups.
4088
4089 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
4090
4091         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
4092         (gst_videomixer_query_latency):
4093         When using gst_element_iterate_pads() one has to unref every pad
4094         after usage.
4095
4096 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
4097
4098         Patch by: Bastien Nocera <hadess at hadess dot net>
4099         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4100         (qtdemux_parse_udta):
4101         * gst/qtdemux/qtdemux_fourcc.h:
4102         Improve meta-data handling, add 'comment', 'description' and
4103         'copyright' tag handling.
4104         Fixes #535935
4105
4106 2008-05-31  Julien Moutte  <julien@fluendo.com>
4107
4108         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
4109         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4110         (gst_qtdemux_seek_to_previous_keyframe),
4111         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4112         we don't clip the segment's stop using the main segment duration as
4113         that could crop quite some video frames. Make reverse playback support
4114         more robust and support edit lists. Support seeking to the last frame,
4115         and fix reverse looping playback. Add some debugging.
4116         * win32/common/config.h: Updated.
4117
4118 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
4119
4120         * gst/equalizer/gstiirequalizer.c:
4121         (gst_iir_equalizer_transform_ip):
4122         Don't clip float/double samples, correctly unset passthrough mode
4123         and use better rounding for integer samples.
4124
4125 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4126
4127         * gst/equalizer/gstiirequalizer.c:
4128         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4129         (setup_filter), (set_passthrough), (update_coefficients),
4130         (gst_iir_equalizer_compute_frequencies),
4131         (gst_iir_equalizer_transform_ip):
4132         * gst/equalizer/gstiirequalizer.h:
4133         Update the filter coefficients only when needed in the transform_ip
4134         function and correctly set the element into passthrough mode if the
4135         gain of all bands is 0.
4136
4137 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4138
4139         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4140
4141         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4142         (gst_alpha_set_property), (gst_alpha_get_property),
4143         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4144         Try to skip pixels or areas that are too dark or too bright for us to do
4145         meaningfull color detection.
4146         Added properties to control the sensitivity to light and darkness.
4147         Added some small cleanups. Fixes #512345.
4148
4149 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4150
4151         * docs/plugins/.cvsignore:
4152         * tests/check/elements/.cvsignore:
4153         Ignore some more generated things
4154
4155         * tests/check/Makefile.am:
4156         Ignore OSS elements in the state changes test too.
4157
4158 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4159
4160         * docs/plugins/Makefile.am:
4161         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4162         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4163         Add SMPTE effect elements to docs.
4164
4165 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4166
4167         * docs/plugins/Makefile.am:
4168         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4169         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4170         * ext/raw1394/gstdv1394src.c:
4171           Document whats first shown on the fdo plugin docs page :)
4172
4173 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4174
4175         * docs/plugins/Makefile.am:
4176         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4177         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4178         * docs/plugins/gst-plugins-good-plugins.args:
4179         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4180         * docs/plugins/inspect/plugin-audiofx.xml:
4181         * gst/audiofx/Makefile.am:
4182         * gst/audiofx/audiofx.c:
4183         * gst/audiofx/audiokaraoke.c:
4184         * gst/audiofx/audiokaraoke.h:
4185         * gst/audiofx/audiovoice.c:
4186         * gst/audiofx/audiovoice.h:
4187           Rename audiovoice to audiokaraoke and add it to the docs.
4188
4189 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4190
4191         * REQUIREMENTS:
4192         * docs/plugins/Makefile.am:
4193         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4194         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4195         * docs/plugins/gst-plugins-good-plugins.args:
4196         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4197         * docs/plugins/gst-plugins-good-plugins.interfaces:
4198         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4199         * docs/plugins/inspect/plugin-aasink.xml:
4200         * docs/plugins/inspect/plugin-alaw.xml:
4201         * docs/plugins/inspect/plugin-alpha.xml:
4202         * docs/plugins/inspect/plugin-alphacolor.xml:
4203         * docs/plugins/inspect/plugin-annodex.xml:
4204         * docs/plugins/inspect/plugin-apetag.xml:
4205         * docs/plugins/inspect/plugin-audiofx.xml:
4206         * docs/plugins/inspect/plugin-auparse.xml:
4207         * docs/plugins/inspect/plugin-autodetect.xml:
4208         * docs/plugins/inspect/plugin-avi.xml:
4209         * docs/plugins/inspect/plugin-cacasink.xml:
4210         * docs/plugins/inspect/plugin-cairo.xml:
4211         * docs/plugins/inspect/plugin-cdio.xml:
4212         * docs/plugins/inspect/plugin-cutter.xml:
4213         * docs/plugins/inspect/plugin-debug.xml:
4214         * docs/plugins/inspect/plugin-dv.xml:
4215         * docs/plugins/inspect/plugin-efence.xml:
4216         * docs/plugins/inspect/plugin-effectv.xml:
4217         * docs/plugins/inspect/plugin-equalizer.xml:
4218         * docs/plugins/inspect/plugin-esdsink.xml:
4219         * docs/plugins/inspect/plugin-flac.xml:
4220         * docs/plugins/inspect/plugin-flxdec.xml:
4221         * docs/plugins/inspect/plugin-gamma.xml:
4222         * docs/plugins/inspect/plugin-gconfelements.xml:
4223         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4224         * docs/plugins/inspect/plugin-goom.xml:
4225         * docs/plugins/inspect/plugin-goom2k1.xml:
4226         * docs/plugins/inspect/plugin-halelements.xml:
4227         * docs/plugins/inspect/plugin-icydemux.xml:
4228         * docs/plugins/inspect/plugin-id3demux.xml:
4229         * docs/plugins/inspect/plugin-jpeg.xml:
4230         * docs/plugins/inspect/plugin-level.xml:
4231         * docs/plugins/inspect/plugin-matroska.xml:
4232         * docs/plugins/inspect/plugin-monoscope.xml:
4233         * docs/plugins/inspect/plugin-mulaw.xml:
4234         * docs/plugins/inspect/plugin-multifile.xml:
4235         * docs/plugins/inspect/plugin-multipart.xml:
4236         * docs/plugins/inspect/plugin-navigationtest.xml:
4237         * docs/plugins/inspect/plugin-ossaudio.xml:
4238         * docs/plugins/inspect/plugin-png.xml:
4239         * docs/plugins/inspect/plugin-quicktime.xml:
4240         * docs/plugins/inspect/plugin-rtp.xml:
4241         * docs/plugins/inspect/plugin-rtsp.xml:
4242         * docs/plugins/inspect/plugin-smpte.xml:
4243         * docs/plugins/inspect/plugin-soup.xml:
4244         * docs/plugins/inspect/plugin-spectrum.xml:
4245         * docs/plugins/inspect/plugin-speex.xml:
4246         * docs/plugins/inspect/plugin-taglib.xml:
4247         * docs/plugins/inspect/plugin-udp.xml:
4248         * docs/plugins/inspect/plugin-video4linux2.xml:
4249         * docs/plugins/inspect/plugin-videobalance.xml:
4250         * docs/plugins/inspect/plugin-videobox.xml:
4251         * docs/plugins/inspect/plugin-videocrop.xml:
4252         * docs/plugins/inspect/plugin-videoflip.xml:
4253         * docs/plugins/inspect/plugin-videomixer.xml:
4254         * docs/plugins/inspect/plugin-wavenc.xml:
4255         * docs/plugins/inspect/plugin-wavpack.xml:
4256         * docs/plugins/inspect/plugin-wavparse.xml:
4257         * docs/plugins/inspect/plugin-ximagesrc.xml:
4258         * ext/aalib/gstaasink.c:
4259         * ext/libcaca/gstcacasink.c:
4260           Document aasink and cacasink.
4261
4262 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4263
4264         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4265         (gst_videomixer_init), (gst_videomixer_query_duration),
4266         (gst_videomixer_query_latency), (gst_videomixer_query),
4267         (gst_videomixer_blend_buffers):
4268         * gst/videomixer/videomixer.h:
4269         Implement position (in time), duration and latency queries.
4270
4271 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4272
4273         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4274         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4275         (gst_videomixer_fill_queues), (forward_event_func),
4276         (forward_event), (gst_videomixer_src_event),
4277         (gst_videomixer_sink_event):
4278         * gst/videomixer/videomixer.h:
4279         Implement proper seek/newsegment handling.
4280         Based on adder's implementation.
4281         Fixes #535121
4282
4283 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4284
4285         Patch by: Jan Gerber <j at oil21 dot org>
4286
4287         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4288         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4289
4290 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4291
4292         * gst/audiofx/Makefile.am:
4293         * gst/audiofx/audiofx.c: (plugin_init):
4294         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4295         (gst_audio_voice_class_init), (gst_audio_voice_init),
4296         (update_filter), (gst_audio_voice_set_property),
4297         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4298         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4299         (gst_audio_voice_transform_ip):
4300         * gst/audiofx/audiovoice.h:
4301         Add simple voice removal element. Yay karaoke.
4302
4303 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4304
4305         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4306
4307         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4308         Fix potential caps leak.
4309         If we can't get the framerate with an ioctl, try to get it with the
4310         current norm. Fixes #520092.
4311
4312 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4313
4314         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4315
4316         * sys/v4l2/v4l2src_calls.c:
4317         (gst_v4l2src_probe_caps_for_format_and_size):
4318         If we fail to get the frame intervals, simply don't touch the framerates
4319         on the template caps instead of discarding the format. See #520092.
4320
4321 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4322
4323         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4324
4325         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4326         (gst_v4l2_get_caps_info):
4327         Add NV12, NV21 and bayer support. See #520092.
4328
4329 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4330
4331         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4332         (gst_qtdemux_activate_segment):
4333         Unbreak segment activation again. Fixes #531672.
4334
4335 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4336
4337         * ext/flac/Makefile.am:
4338         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4339         Set the channel layout when decoding FLAC files with more than 2
4340         channels as defined by the FLAC spec. Fixes bug #534570.
4341
4342         Also don't try to decode left/side, right/side and mid/side files
4343         as we don't support this at all.
4344
4345 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4346
4347         * configure.ac:
4348           We need -base CVS (rtsp).
4349
4350 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4351
4352         * gst/udp/Makefile.am:
4353           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4354           when including netdb.h when building against glibc >= 2.8.
4355
4356 2008-05-22  Julien Moutte  <julien@fluendo.com>
4357
4358         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4359         debug statement arguments.
4360         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4361         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4362         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4363         on more platforms.
4364
4365 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4366
4367         * tests/check/elements/avimux.c: (setup_src_pad),
4368         (teardown_src_pad):
4369         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4370         (GST_START_TEST):
4371         * tests/check/elements/matroskamux.c: (setup_src_pad),
4372         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4373         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4374         (GST_START_TEST):
4375         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4376         (setup_wavpackparse), (cleanup_wavpackparse):
4377         Don't use gst_element_get_pad(), it's a bad, bad method.
4378
4379 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4380
4381         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4382         (do_toggle_element):
4383         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4384         (do_toggle_element):
4385         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4386         (do_toggle_element):
4387         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4388         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4389         (do_toggle_element):
4390         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4391         (do_toggle_element):
4392         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4393         (gst_auto_audio_sink_detect):
4394         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4395         (gst_auto_video_sink_detect):
4396         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4397         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4398         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4399         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4400         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4401         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4402         * tests/icles/videocrop-test.c: (test_with_caps),
4403         (video_crop_get_test_caps):
4404         Don't use gst_element_get_pad(), it's a bad method.
4405
4406 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4407
4408         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4409         (gst_multiudpsink_add_internal):
4410         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4411         (gst_udp_join_group):
4412         * gst/udp/gstudpnetutils.h:
4413         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4414         Joining a multicast group and setting the loop/ttl properties are
4415         totally unrelated tasks are must be separated.
4416
4417 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4418
4419         * gst/avi/gstavimux.c:
4420           Also support alaw/mulaw.
4421
4422 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4423
4424         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4425         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4426         * gst/udp/gstmultiudpsink.h:
4427         Add a fixme for the auto-multicast property.
4428         Fix some confusing debug messages.
4429         Disable setting a qos value by default.
4430
4431 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4432
4433         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4434
4435         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4436         Ignore EPERM errors from sendto. Fixes #533619.
4437
4438 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4439
4440         Patch by: Henrik Eriksson <henriken at axis dot com>
4441
4442         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4443         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4444         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4445         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4446         * gst/udp/gstmultiudpsink.h:
4447         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4448
4449 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4450
4451         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4452         Improve debugging of the ident.
4453
4454 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4455
4456         Patch by: Bruno Santos <brunof at ua dot pt>
4457
4458         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4459         (gst_udp_join_group), (gst_udp_leave_group),
4460         (gst_udp_is_multicast):
4461         * gst/udp/gstudpnetutils.h:
4462         Provide a bunch of helper methods to deal with IPv4 and IPv6
4463         transparently.
4464
4465         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4466         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4467         (gst_multiudpsink_get_property), (join_multicast),
4468         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4469         (gst_multiudpsink_remove):
4470         * gst/udp/gstmultiudpsink.h:
4471         Add multicast TTL and loopback properties.
4472         Use the helper methods to implement ip4 and ip6.
4473
4474         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4475         * gst/udp/gstudpsrc.h:
4476         Use the helper methods to implement ip4 and ip6.
4477         Fixes #515962.
4478
4479 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4480
4481         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4482
4483         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4484         (gst_multipart_demux_get_gstname),
4485         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4486         * gst/multipart/multipartdemux.h:
4487         Don't blindly copy the mime-type as the caps name because they not
4488         always map directly. Instead use a hashtable with common mappings.
4489         Fixes #533287.
4490
4491 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4492
4493         * ext/esd/esdsink.c: (gst_esdsink_write):
4494         When we post an error, we must return -1 to let the parent know that we
4495         cannot write the segment else it will loop and continue to call us again
4496         forever. Patch by Michael Meeks.
4497
4498 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4499
4500         * gst/videomixer/videomixer.c:
4501           Add missing incudes.
4502
4503 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4504
4505         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4506         (gst_rtp_h264_pay_handle_buffer):
4507         * gst/rtp/gstrtph264pay.h:
4508         Correct a typo (sinle -> single).
4509
4510 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4511
4512         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4513         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4514         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4515         (gst_rtp_h264_depay_process):
4516         * gst/rtp/gstrtph264depay.h:
4517         Add experimental support for outputting quicktime-like AVC output in
4518         addition to the existing bytestream output.
4519
4520         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4521         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4522         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4523         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4524         (gst_rtp_h264_pay_get_property):
4525         * gst/rtp/gstrtph264pay.h:
4526         Make the parsing mode configurable, for some inputs we don't need to
4527         scan every byte for start codes.
4528         Only set the marker bit on ACCESS units.
4529
4530 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4531
4532         * gst/equalizer/gstiirequalizer.c:
4533         Use a bigger type in integer mode for the intermediate results to
4534         prevent overflows. This fixes the crippled sound when using the
4535         equalizer in integer mode. Fixes bug #510865.
4536
4537 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4538
4539         * gst/videomixer/videomixer.c:
4540         * gst/videomixer/videomixer.h:
4541         Instead of a random number for the request pad id's,
4542         use a counter.
4543
4544         Register the videomixerpad class from the element's class_init
4545         where it's safer, and allows the docs generator to scan it.
4546
4547 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4548
4549         * gst/smpte/Makefile.am:
4550         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4551         * gst/smpte/gstsmpte.h:
4552         * gst/smpte/gstsmptealpha.c:
4553         (gst_smpte_alpha_transition_type_get_type),
4554         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4555         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4556         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4557         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4558         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4559         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4560         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4561         * gst/smpte/gstsmptealpha.h:
4562         * gst/smpte/plugin.c: (plugin_init):
4563         Add new plugin that adds the SMPTE transition in the alpha channel of
4564         I420 and AYUV frames so that they can be blended with videomixer later
4565         on. Uses all niceties such as using base transform for efficient alloc
4566         and negotiation. It currently requires GstController to control the
4567         position in the transition effect.
4568
4569 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4570
4571         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4572         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4573         * docs/plugins/gst-plugins-good-plugins.args:
4574         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4575         * docs/plugins/gst-plugins-good-plugins.interfaces:
4576         * docs/plugins/gst-plugins-good-plugins.types:
4577         * gst/videomixer/videomixer.c:
4578           Try using thaytans new mechanism to get extra classes into plugin
4579           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4580           missing still.
4581
4582 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4583
4584         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4585         Set proper rate in avi stream header for PCM audio, and also do some
4586         more sanity checks on caps in this case.  Fixes #511489.
4587
4588 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4589
4590         * sys/v4l2/gstv4l2src.c:
4591         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4592         isn't implemented at all yet and this requires X headers to be
4593         installed. Fixes bug #533264.
4594
4595 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4596
4597         reviewed by: <delete if not using a buddy>
4598
4599         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4600         (gst_ebml_write_set_cache):
4601         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4602         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4603         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4604         (gst_matroska_demux_read_track_encodings),
4605         (gst_matroska_demux_add_stream),
4606         (gst_matroska_demux_handle_src_query),
4607         (gst_matroska_demux_init_stream),
4608         (gst_matroska_demux_parse_index_cuetrack),
4609         (gst_matroska_demux_parse_index_pointentry),
4610         (gst_matroska_demux_parse_info),
4611         (gst_matroska_demux_parse_metadata_id_simple_tag),
4612         (gst_matroska_demux_parse_metadata),
4613         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4614         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4615         (gst_matroska_demux_parse_cluster),
4616         (gst_matroska_demux_parse_contents_seekentry),
4617         (gst_matroska_demux_loop_stream_parse_id),
4618         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4619         (gst_matroska_demux_audio_caps),
4620         (gst_matroska_demux_subtitle_caps):
4621         * gst/matroska/matroska-demux.h:
4622         * gst/matroska/matroska-ids.c:
4623         (gst_matroska_track_init_subtitle_context):
4624         * gst/matroska/matroska-ids.h:
4625         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4626         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4627         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4628         * sys/v4l2/gstv4l2src.c:
4629         * tests/check/pipelines/wavpack.c: (bus_handler):
4630         * win32/common/config.h:
4631
4632 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4633
4634         * ext/wavpack/gstwavpackstreamreader.c:
4635         * tests/examples/spectrum/demo-audiotest.c:
4636         * tests/examples/spectrum/demo-osssrc.c:
4637         Fix some compiler warnings.
4638
4639 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4640
4641         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4642         Small comment added.
4643
4644         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4645         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4646         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4647         Debug string cleanups (remove trailing \n)
4648         Refactor and clean up the payloader a bit and make sure that we only
4649         put one NAL unit in an RTP packet even if the input buffer contains
4650         multiple NAL units.
4651         Add suport for AVC format input.
4652
4653 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4654
4655         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4656         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4657         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4658         * gst/rtp/gstrtph264pay.h:
4659         Make it possible to specify profile-level-id and sprop-parameter-sets
4660         using properties in case they are not available in-stream.
4661
4662 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4663
4664         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4665         * docs/plugins/gst-plugins-good-plugins.args:
4666         * docs/plugins/inspect/plugin-ladspa.xml:
4667           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4668
4669 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4670
4671         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4672         Send an initial BYTE segment to inform downstream of later seeking,
4673         and to forego sync attempts.
4674
4675 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4676
4677         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4678         Fix wrong caps string.
4679
4680 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4681
4682         Based on patch by: Olivier Crete <tester at tester dot ca>
4683
4684         * gst/rtp/Makefile.am:
4685         * gst/rtp/gstrtp.c: (plugin_init):
4686         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4687         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4688         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4689         (gst_rtp_g729_depay_plugin_init):
4690         * gst/rtp/gstrtpg729depay.h:
4691         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4692         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4693         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4694         * gst/rtp/gstrtpg729pay.h:
4695         Added G729 pay and depayloaders. Fixes #532409.
4696
4697 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4698
4699         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4700         Fix the calculation of the duration of the concealment packets.
4701
4702 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4703
4704         Based on patch by: Olivier Crete <tester at tester dot ca>
4705
4706         * gst/rtp/Makefile.am:
4707         * gst/rtp/gstrtp.c: (plugin_init):
4708         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4709         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4710         (parse_encode), (gst_rtp_dv_depay_setcaps),
4711         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4712         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4713         (gst_rtp_dv_depay_plugin_init):
4714         * gst/rtp/gstrtpdvdepay.h:
4715         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4716         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4717         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4718         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4719         (gst_dv_pay_negotiate), (include_dif),
4720         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4721         * gst/rtp/gstrtpdvpay.h:
4722         Add DV pay and depayloaders. Fixes #532423.
4723
4724 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4725
4726         * gst/matroska/matroska-demux.c:
4727         (gst_matroska_demux_push_dvd_clut_change_event):
4728         Convert subtitle palette info in VobSub private data from VobSub's
4729         (buggy) RGB to YUV.
4730
4731 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4732
4733         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4734         Do not leave fourcc stream header field empty upon reset.
4735         Fixes #519301.
4736
4737 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4738
4739         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4740         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4741         * docs/plugins/inspect/plugin-goom.xml:
4742         * docs/plugins/inspect/plugin-goom2k1.xml:
4743         * gst/goom/gstgoom.c:
4744         * gst/goom2k1/gstgoom.c:
4745         Add goom2k1 into the docs.
4746
4747 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4748
4749         Based on patch by: Wouter Cloetens  <wouter at mind be>
4750
4751         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4752         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4753         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4754         (gst_rtsp_decode_quoted_string),
4755         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4756         (gst_rtspsrc_setup_auth):
4757         Support Digest authentication. Fixes #532065.
4758
4759 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4760
4761         * gst/level/gstlevel.c:
4762           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4763           about whats needed for liboil acceleration. Simplify docs a bit.
4764
4765 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4766
4767         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4768
4769         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4770         Update the track duration if the old one was invalid.
4771         Fixes bug #532117.
4772
4773 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4774
4775         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4776           Use GST_STR_NULL when trying to print sps and pps strings that could
4777           be NULL, as this might crash on some platforms.
4778
4779 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4780
4781         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4782
4783         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4784           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4785           set after creating the clipper.
4786
4787 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4788
4789         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4790
4791         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4792           Added checking of surface lost case after an unsuccessful
4793           IDirectDrawSurface7_Lock() call.
4794           If surface is lost, return GST_FLOW_OK.
4795
4796 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4797
4798         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4799
4800         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4801           WndProc, gst_directdraw_sink_window_thread):
4802           Improved Windows message loop and fixed window destruction issue.
4803           When the window which DirectDraw is rendering to is destroyed, the
4804           render/show_frame function will return GST_FLOW_ERROR.
4805           Partially fixes #520885.
4806
4807 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4808
4809         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4810
4811         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4812           Fixed mid stream resolution change bug, the offscreen surface is now
4813           released when set_caps is called.
4814           Partially fixes #520885.
4815
4816 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4817
4818         * sys/directdraw/gstdirectdrawsink.c
4819           (gst_directdraw_sink_buffer_alloc):
4820           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4821           width/height.
4822
4823           Especially when looking through the pool of buffers, make sure that
4824           the width/height of caps is used instead of the already negotiated
4825           dimensions.
4826           For example if a buffer with different caps is requested, i.e.
4827           higher resolution, the caller would get a buffer with the old
4828           dimensions and thus corrupt the heap.
4829
4830 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4831
4832         * sys/directdraw/gstdirectdrawsink.c
4833           (gst_directdraw_sink_buffer_alloc):
4834           Clear the flags on recycled buffers from buffer_alloc.
4835           Partially fixes #520885.
4836
4837 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4838
4839         * gst/rtp/gstrtpilbcpay.c:
4840           Added missing stdlib.h include for strtol(), and made include ordering and
4841           style consistent with the corresponding depayloader.
4842
4843 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4844
4845         * configure.ac:
4846           Error out if we don't have the required core/base versions.
4847
4848 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4849
4850         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4851
4852         * sys/osxvideo/cocoawindow.m:
4853         Fix compiler warnings on PPC64. Fixes bug #499318.
4854
4855 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4856
4857         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4858
4859         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4860         Don't leak file descriptors on error. Fixes #531532.
4861
4862 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4863
4864         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4865         (gst_gconf_audio_src_change_state):
4866         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4867         (gst_gconf_video_sink_change_state):
4868         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4869         (gst_gconf_video_src_change_state):
4870         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4871         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4872         When we can't create a fakesink/fakesrc complain instead of unreffing
4873         NULL pointers and crashing later. See bug #530535.
4874
4875 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4876
4877         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4878         Add some more debug info and guard against small payloads.
4879
4880         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4881         Set duration on outgoing buffers because we can.
4882
4883 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4884
4885         Patch by: Olivier Crete <tester at tester dot ca>
4886
4887         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4888         (gst_speex_enc_init), (gst_speex_enc_chain):
4889         Add negotiation for the speex channels and rate. Fixes #465146.
4890
4891 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4892
4893         Patch by: Olivier Crete <tester at tester dot ca>
4894
4895         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4896         (gst_rtp_speex_pay_getcaps):
4897         Add negotiation for the speex channels and rate. See #465146.
4898
4899 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4900
4901         Patch by: Olivier Crete <tester at tester dot ca>
4902
4903         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4904         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4905         Add negotiation for the ILBC mode. See #465146.
4906
4907 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4908
4909         * ext/soup/gstsouphttpsrc.c:
4910           Include stdlib to fix the build. Use g_free instead of free, libsoup
4911           uses glib.
4912
4913 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4914
4915         Patch by: j^ <j@bootlab.org>
4916
4917         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4918         Add more mpeg2 variants. Fixes #530886.
4919
4920 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4921
4922         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4923
4924         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4925           Don't error out if we get an ICMP destination-unreachable
4926           message when trying to read packets on win32 (#529454).
4927
4928 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4929
4930         * configure.ac:
4931         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4932           Use new error code for encrypted streams (which requires core CVS).
4933
4934 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4935
4936         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4937           (gst_qtdemux_audiosrc_template):
4938           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4939
4940 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4941
4942         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4943         (speex_dec_chain_parse_data):
4944         Produce concealment data when time progresses in a segment update.
4945
4946 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4947
4948         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4949         (speex_dec_chain):
4950         Try to preserve input timestamps when we can.
4951         Do beginnings of error concealment.
4952
4953 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4954
4955         * gst/debug/gstnavigationtest.c:
4956           MSVC doesn't provide rint(), define an adequate replacement locally as
4957           elsewhere.
4958
4959 2008-04-28  Julien Moutte  <julien@fluendo.com>
4960
4961         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4962         format to pacify Mac OSX's gcc.
4963
4964 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4965
4966         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4967           (DEFAULT_MAX), (src_template), (sink_template),
4968           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4969           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4970           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4971           Bring rndbuffersize element into a state that doesn't require us
4972           to move it to -bad immediately. For one, fix up default min/max
4973           values so that the element actuall works using the default values.
4974           Also, don't ignore flow return values and do some kind of minimal
4975           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4976           other gratuitious clean-ups.
4977
4978 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4979
4980         * docs/plugins/Makefile.am:
4981         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4982         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4983         * docs/plugins/gst-plugins-good-plugins.args:
4984         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4985         * docs/plugins/gst-plugins-good-plugins.interfaces:
4986         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4987         * docs/plugins/inspect/plugin-1394.xml:
4988         * docs/plugins/inspect/plugin-aasink.xml:
4989         * docs/plugins/inspect/plugin-alaw.xml:
4990         * docs/plugins/inspect/plugin-alpha.xml:
4991         * docs/plugins/inspect/plugin-alphacolor.xml:
4992         * docs/plugins/inspect/plugin-annodex.xml:
4993         * docs/plugins/inspect/plugin-apetag.xml:
4994         * docs/plugins/inspect/plugin-audiofx.xml:
4995         * docs/plugins/inspect/plugin-auparse.xml:
4996         * docs/plugins/inspect/plugin-autodetect.xml:
4997         * docs/plugins/inspect/plugin-avi.xml:
4998         * docs/plugins/inspect/plugin-cacasink.xml:
4999         * docs/plugins/inspect/plugin-cairo.xml:
5000         * docs/plugins/inspect/plugin-cdio.xml:
5001         * docs/plugins/inspect/plugin-cutter.xml:
5002         * docs/plugins/inspect/plugin-debug.xml:
5003         * docs/plugins/inspect/plugin-dv.xml:
5004         * docs/plugins/inspect/plugin-efence.xml:
5005         * docs/plugins/inspect/plugin-effectv.xml:
5006         * docs/plugins/inspect/plugin-equalizer.xml:
5007         * docs/plugins/inspect/plugin-esdsink.xml:
5008         * docs/plugins/inspect/plugin-flac.xml:
5009         * docs/plugins/inspect/plugin-flxdec.xml:
5010         * docs/plugins/inspect/plugin-gamma.xml:
5011         * docs/plugins/inspect/plugin-gconfelements.xml:
5012         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5013         * docs/plugins/inspect/plugin-goom.xml:
5014         * docs/plugins/inspect/plugin-halelements.xml:
5015         * docs/plugins/inspect/plugin-icydemux.xml:
5016         * docs/plugins/inspect/plugin-id3demux.xml:
5017         * docs/plugins/inspect/plugin-jpeg.xml:
5018         * docs/plugins/inspect/plugin-level.xml:
5019         * docs/plugins/inspect/plugin-matroska.xml:
5020         * docs/plugins/inspect/plugin-monoscope.xml:
5021         * docs/plugins/inspect/plugin-mulaw.xml:
5022         * docs/plugins/inspect/plugin-multifile.xml:
5023         * docs/plugins/inspect/plugin-multipart.xml:
5024         * docs/plugins/inspect/plugin-navigationtest.xml:
5025         * docs/plugins/inspect/plugin-ossaudio.xml:
5026         * docs/plugins/inspect/plugin-png.xml:
5027         * docs/plugins/inspect/plugin-quicktime.xml:
5028         * docs/plugins/inspect/plugin-rtp.xml:
5029         * docs/plugins/inspect/plugin-rtsp.xml:
5030         * docs/plugins/inspect/plugin-shout2send.xml:
5031         * docs/plugins/inspect/plugin-smpte.xml:
5032         * docs/plugins/inspect/plugin-spectrum.xml:
5033         * docs/plugins/inspect/plugin-speex.xml:
5034         * docs/plugins/inspect/plugin-taglib.xml:
5035         * docs/plugins/inspect/plugin-udp.xml:
5036         * docs/plugins/inspect/plugin-video4linux2.xml:
5037         * docs/plugins/inspect/plugin-videobalance.xml:
5038         * docs/plugins/inspect/plugin-videobox.xml:
5039         * docs/plugins/inspect/plugin-videocrop.xml:
5040         * docs/plugins/inspect/plugin-videoflip.xml:
5041         * docs/plugins/inspect/plugin-videomixer.xml:
5042         * docs/plugins/inspect/plugin-wavenc.xml:
5043         * docs/plugins/inspect/plugin-wavpack.xml:
5044         * docs/plugins/inspect/plugin-wavparse.xml:
5045         * docs/plugins/inspect/plugin-ximagesrc.xml:
5046           Add docs for gdkpixbufsink; update docs to CVS version.
5047
5048 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5049
5050         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5051         Remove test sync-offset by default.
5052
5053 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5054
5055         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
5056         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
5057         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5058           Use GLib versions of htonl, htons, ntohl and ntohs in order
5059           to avoid problems on win32 (#529707).
5060
5061 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5062
5063         Patch by: Jesús Corrius <jesus at softcatala org>
5064
5065         * gst/goom/filters.c: (zoomVector):
5066         * gst/goom/goom_core.c: (init_buffers):
5067           Fix build with mingw32: use rand() instead of random() and
5068           replace bzero() with memset(). Fixes #529692.
5069
5070 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5071
5072         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
5073         Fix typo in comments.
5074
5075         * tests/examples/rtp/client-H263p-PCMA.sdp:
5076         * tests/examples/rtp/client-H263p-PCMA.sh:
5077         * tests/examples/rtp/client-H264-PCMA.sdp:
5078         * tests/examples/rtp/client-H264-PCMA.sh:
5079         * tests/examples/rtp/client-H264.sdp:
5080         * tests/examples/rtp/client-H264.sh:
5081         * tests/examples/rtp/client-PCMA.sdp:
5082         * tests/examples/rtp/client-PCMA.sh:
5083         * tests/examples/rtp/server-alsasrc-PCMA.sh:
5084         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
5085         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5086         Add some more docs and fix examples.
5087
5088 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
5089
5090         * tests/check/elements/multifile.c:
5091         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
5092         declared in the former, some have it declared in the latter.
5093
5094 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
5095
5096         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
5097         * gst/debug/tests.c: (md5_get_value):
5098         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5099         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5100         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5101         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
5102         Stop using deprecated GLib functions.
5103
5104 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
5105
5106         * configure.ac:
5107         Back to development -> 0.10.8.1
5108
5109 === release 0.10.8 ===
5110
5111 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
5112
5113         * configure.ac:
5114           releasing 0.10.8, "One For The Money"
5115
5116 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5117
5118         * configure.ac:
5119         0.10.7.4 pre-release
5120
5121 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5122
5123         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5124         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5125         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5126         * gst/goom/flying_stars_fx.c: (fs_free):
5127         * gst/goom/goom_config_param.h:
5128         * gst/goom/goom_core.c: (goom_init), (goom_close):
5129         * gst/goom/goom_plugin_info.h:
5130         * gst/goom/gstgoom.c: (gst_goom_finalize):
5131         * gst/goom/lines.c: (goom_lines_free):
5132         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5133         * gst/goom/surf3d.c: (grid3d_free):
5134         * gst/goom/surf3d.h:
5135         * gst/goom/tentacle3d.c: (tentacle_free):
5136         Free a bunch of stuff, and initialise things to fix leaks
5137         and valgrind warnings in the testsuite.
5138
5139         Fixes: #529268
5140
5141 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5142
5143         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5144         (gst_rtspsrc_configure_caps):
5145         Ref caps as the return value for the request_pt_map signal.
5146         Remove some caps weirdness when configuring a stream. See #528245.
5147
5148 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5149
5150         * tests/icles/gdkpixbufsink-test.c:
5151           Add cast to placate gcc 4.1.2.
5152
5153 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5154
5155         * configure.ac:
5156         0.10.7.3 pre-release
5157
5158 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5159
5160         * tests/check/Makefile.am:
5161         Disable some more elements in the state test.
5162         Add a define so the soup test can find the test files
5163         it needs at runtime.
5164
5165         * tests/check/elements/souphttpsrc.c: (run_server):
5166
5167         Add a define so the soup test can find the test files
5168         it needs at runtime.
5169
5170 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5171
5172         * gst/goom/convolve_fx.c: (convolve_apply):
5173         Don't ever draw the GOOM logo.
5174         Fixes: #528615
5175
5176 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5177
5178         * ext/cdio/gstcdiocddasrc.c:
5179         * ext/dv/gstdvdemux.c: 
5180         gst_atomic_int_set ==> g_atomic_int_set
5181
5182 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5183
5184         * configure.ac:
5185         * gst/goom/Makefile.am:
5186         * gst/goom/convolve_fx.c:
5187         * gst/goom/default_scripts.h:
5188         * gst/goom/goom.h:
5189         * gst/goom/goom_core.c: (choose_a_goom_line):
5190         * gst/goom/goom_plugin_info.h:
5191         * gst/goom/goomsl.c:
5192         * gst/goom/goomsl.h:
5193         * gst/goom/goomsl_hash.c:
5194         * gst/goom/goomsl_hash.h:
5195         * gst/goom/goomsl_heap.c:
5196         * gst/goom/goomsl_heap.h:
5197         * gst/goom/goomsl_private.h:
5198         * gst/goom/plugin_info.c:
5199           Strip out the config/script parsing stuff, we don't need it.
5200           Fixes #527999.
5201
5202 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5203
5204         * gst/goom/plugin_info.c: (setOptimizedMethods):
5205           Disable altivec optimisations for 32-bit PPC as well to make
5206           things build properly on all PPC systems. Fixes #528143
5207
5208 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5209
5210         * gst-plugins-good.spec.in:
5211           Update for souphttpsrc plugin which has moved to -good.
5212
5213 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5214
5215         * gst/matroska/matroska-demux.c:
5216         (gst_matroska_demux_handle_seek_event):
5217         Fix open-ended seeks in matroskademux
5218         Patch by: Mark Nauwelaerts <manauw skynet be>
5219         Fixes: #526557
5220
5221 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5222
5223         * tests/check/Makefile.am:
5224         Add soup test certificates to the dist.
5225
5226 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5227
5228         * ext/Makefile.am:
5229         Remove LADSPA reference I missed.
5230
5231 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5232
5233         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5234         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5235         over gnome-vfs and everything else. Fixes bug #527848.
5236
5237 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5238
5239         * configure.ac:
5240         * ext/Makefile.am:
5241         Remove LADSPA plugin. Fixes: #515978
5242
5243 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5244
5245         * configure.ac:
5246         * docs/plugins/Makefile.am:
5247         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5248         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5249         * docs/plugins/gst-plugins-good-plugins.args:
5250         * docs/plugins/inspect/plugin-soup.xml:
5251         * ext/Makefile.am:
5252         * tests/check/Makefile.am:
5253         Move soup plugin from -bad (Fixes: #523124)
5254
5255 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5256
5257         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5258         Fix bounds checking of mode in Speex header, which may
5259         produce negative numbers in speex <= 1.1.12
5260
5261 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5262
5263         * gst/goom/Makefile.am:
5264         * gst/goom/gfontlib.c:
5265         * gst/goom/gfontlib.h:
5266         * gst/goom/gfontrle.c:
5267         * gst/goom/gfontrle.h:
5268         * gst/goom/goom.h:
5269         * gst/goom/goom_core.c: (goom_update):
5270         * gst/goom/goom_plugin_info.h:
5271         * gst/goom/gstgoom.c: (gst_goom_chain):
5272         * gst/goom/plugin_info.c:
5273           Remove a bunch of font/text related code that we don't need.
5274
5275 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5276
5277         * gst/goom/ppc_drawings.s:
5278         * gst/goom/ppc_zoom_ultimate.s:
5279           Change license of these files to LGPL, as permitted by the
5280           author, Guillaume Borios. See #515073.
5281
5282 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5283
5284         * gst/goom/convolve_fx.c:
5285         * gst/goom/motif_goom1.h:
5286         * gst/goom/motif_goom2.h:
5287           As hinted in Bug #518213, revert one change and fix warnings properly.
5288           This fixes both #518213 and #520073 for me.     
5289
5290 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5291
5292         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5293         * gst/matroska/matroska-demux.c:
5294         (gst_matroska_demux_handle_seek_event),
5295         (gst_matroska_demux_parse_contents_seekentry),
5296         (gst_matroska_demux_loop):
5297         Fix the Forte build by making function declaration signatures
5298         match the implementations.
5299
5300 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5301
5302         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5303         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5304         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5305           More logging when probing (see #518474), some comments in _reset().
5306
5307 2008-04-07  Julien Moutte  <julien@fluendo.com>
5308
5309         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5310         because of a bad argument number.
5311
5312 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5313
5314         * tests/icles/.cvsignore:
5315         * tests/icles/Makefile.am:
5316         * tests/icles/gdkpixbufsink-test.c:
5317           Interactive test app for gdkpixbufsink.
5318
5319 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5320
5321         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5322
5323         * configure.ac:
5324         Actually build dlls when cross-compiling with mingw32.
5325         Fixes bug #526247.
5326
5327 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5328
5329         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5330           Don't munge device string to 'default:x' for capture devices.
5331           Fixes #525833.
5332
5333 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5334
5335         * ext/wavpack/gstwavpackparse.c:
5336         (gst_wavpack_parse_index_entry_free):
5337         Always use GSlice as we actually depend on GLib 2.12 already.
5338
5339 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5340
5341         * configure.ac:
5342           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5343           Also bump the GLib requirement to the current de-facto requirement
5344           (ie. 2.12).
5345
5346 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5347
5348         * gst/rtp/gstrtph264pay.c: (encode_base64),
5349         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5350         * gst/rtp/gstrtph264pay.h:
5351         Parse codec_data for future AVC compatibility.
5352         Fail when we encounter AVC data for now.
5353
5354 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5355
5356         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5357           (gst_spectrum_init), (gst_spectrum_set_property),
5358           (gst_spectrum_get_property), (gst_spectrum_message_new):
5359           Rename property enums and default defines for the properties to match
5360           the property names and rephrase property descriptions to make them a
5361           bit clearer (hopefully). See #518188.
5362
5363 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5364
5365         * tests/check/Makefile.am:
5366         * tests/check/elements/.cvsignore:
5367         * tests/check/elements/gdkpixbufsink.c:
5368           Add unit test for gdkpixbufsink element.
5369
5370 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5371
5372         * ext/gdk_pixbuf/Makefile.am:
5373         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5374         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5375           (gst_gdk_pixbuf_sink_base_init),
5376           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5377           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5378           (gst_gdk_pixbuf_sink_set_caps),
5379           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5380           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5381           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5382           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5383           (gst_gdk_pixbuf_sink_get_property):
5384         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5385           Add gdkpixbufsink element for easy snapshotting (#525946).
5386
5387 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5388
5389         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5390         Bump timeout from 3 to 60 seconds.
5391
5392 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5393
5394         * tests/check/pipelines/.cvignore:
5395         Remove useless file.
5396
5397         * tests/check/pipelines/.cvsignore:
5398         Add new test to .cvsignore.
5399
5400 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5401
5402         * tests/check/Makefile.am:
5403         * tests/check/pipelines/wavpack.c: (bus_handler),
5404         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5405         (wavpack_suite), (main):
5406         Add unit test that encodes and decodes some data, checks that it
5407         is still the same and that all timestamps/offsets are perfect.
5408
5409 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5410
5411         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5412         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5413         * ext/wavpack/gstwavpackparse.c:
5414         (gst_wavpack_parse_index_entry_new),
5415         (gst_wavpack_parse_index_entry_free),
5416         (gst_wavpack_parse_base_init),
5417         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5418         Use GSlice for allocating index entries and use
5419         gst_element_class_set_details_simple().
5420
5421 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5422
5423         Patch by: Brian Cameron <brian.cameron at sun dot com>
5424
5425         * sys/sunaudio/gstsunaudio.c:
5426         * sys/sunaudio/gstsunaudiomixer.c:
5427         * sys/sunaudio/gstsunaudiomixer.h:
5428         * sys/sunaudio/gstsunaudiomixerctrl.c:
5429         * sys/sunaudio/gstsunaudiomixerctrl.h:
5430         * sys/sunaudio/gstsunaudiomixertrack.c:
5431         * sys/sunaudio/gstsunaudiomixertrack.h:
5432         * sys/sunaudio/gstsunaudiosink.c:
5433         * sys/sunaudio/gstsunaudiosink.h:
5434         * sys/sunaudio/gstsunaudiosrc.c:
5435         * sys/sunaudio/gstsunaudiosrc.h:
5436           Fix up copyrights (#525860).
5437
5438 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5439
5440         * gst/goom/goomsl.c: (gsl_read_file):
5441           Check return value of fread() to avoid compiler warnings.
5442
5443 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5444
5445         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5446
5447         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5448         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5449         * gst/law/alaw-decode.h:
5450         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5451         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5452         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5453         * gst/law/mulaw-decode.h:
5454         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5455         Make negotiation a bit modern.
5456         Use pad_alloc. Fixes #525359.
5457
5458 2008-03-31  David Schleef  <ds@schleef.org>
5459
5460         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5461           compiles consistently.  Fixes #522278.
5462
5463 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5464
5465         Patch by: Brian Cameron <brian.cameron at sun dot com>
5466
5467         * sys/sunaudio/gstsunaudiomixerctrl.c:
5468           (gst_sunaudiomixer_ctrl_get_volume),
5469           (gst_sunaudiomixer_ctrl_set_volume):
5470         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5471           Fix up the mixer tracks to use a volume range of 0-255, which is what
5472           the sun audio API uses. This simplifies the code and avoids rounding
5473           errors. Fixes #524593.
5474
5475 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5476
5477         * sys/v4l2/gstv4l2object.c:
5478         * sys/v4l2/gstv4l2object.h:
5479         Add device-fd property to make it possible to apps to call ioctl's.
5480
5481 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5482
5483         * gst/qtdemux/qtdemux.c: (next_entry_size):
5484         Unbreak streaming mode again.
5485
5486 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5487
5488         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5489           Remove superfluous DEBUG macro.
5490
5491 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5492
5493         Based on patch by: William M. Brack <wbrack at mmm com hk>
5494
5495         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5496           (gst_v4l2src_set_capture):
5497           Check whether the device supports setting the framerate before
5498           trying to set it and then posting a warning or error if it doesn't
5499           work (#516649, #520092). Also compare fractions more correctly.
5500
5501 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5502
5503         * gst/goom/Makefile.am:
5504           Remove ppc assembler optimisations from the build until they
5505           actually build (they also seem to have GPL headers).
5506
5507 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5508
5509         * m4/Makefile.am:
5510           Better not dist files that don't exist any longer (lrint*m4).
5511
5512 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5513
5514         * configure.ac:
5515         * m4/lrint.m4:
5516         * m4/lrintf.m4:
5517         Remove lrint/lrintf checks. We don't use it anywhere.
5518
5519 2008-03-18  Andy Wingo  <wingo@pobox.com>
5520
5521         * sys/osxvideo/osxvideosink.m
5522         (gst_osx_video_sink_osxwindow_destroy)
5523         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5524         task, whoopdee.
5525         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5526         2 ms.
5527
5528 2008-03-18  Andy Wingo  <wingo@pobox.com>
5529
5530         * sys/osxvideo/osxvideosink.m
5531         (gst_osx_video_sink_osxwindow_destroy)
5532         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5533         task, whoopdee.
5534         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5535         2 ms.
5536         
5537 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5538
5539         Patch by: William M. Brack <wbrack at mmm com hk>
5540
5541         * sys/v4l2/v4l2src_calls.c:
5542           (gst_v4l2src_probe_caps_for_format_and_size),
5543           (gst_v4l2src_probe_caps_for_format):
5544           Make sure the probed frame sizes are reversed in the resulting
5545           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5546           highest resolution first); also remove unused variable.
5547           (Partly fixes #520092)
5548
5549 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5550
5551         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5552
5553         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5554         (gst_rtspsrc_finalize):
5555         Call WSAStartup() and WSACleanup before using the Winsock API.
5556         See #520808.
5557
5558 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5559
5560         * gst/avi/gstavidemux.c:
5561           Erm, the buffer-size is just guint, no need for the special format
5562           specifier.
5563
5564 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5565
5566         * gst/goom/plugin_info.c:
5567         * gst/goom/ppc_zoom_ultimate.h:
5568           Small fixes to build more on PPC: ifdef out code that uses unknown
5569           define; add newline at end of header file to avoid compiler warning.
5570           Assembler code still doesn't build though.
5571
5572 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5573
5574         * gst/avi/gstavidemux.c:
5575           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5576           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5577
5578 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5579
5580         * gst/avi/gstavidemux.c:
5581           Chunksize is uint32. Fix format specifier.
5582
5583 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5584
5585         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5586         mistake. Return file to pure MIT text.
5587
5588 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5589
5590         * gst/audiofx/audiofx.c:
5591         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5592         of hardcoding values.
5593
5594 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5595
5596         Patch by: Mark Nauwelaerts <manauw skynet be>
5597
5598         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5599           (gst_oss_src_close):
5600         * sys/oss/gstosssrc.h:
5601           Cache probed caps, so _get_caps() during recording doesn't cause
5602           ioctl calls which may disrupt the recording (fixes #521875).
5603
5604 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5605
5606         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5607         (gst_qtdemux_activate_segment),
5608         (gst_qtdemux_prepare_current_sample),
5609         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5610         Make sure we always send a DISCONT after a seek by setting the sample
5611         index to an undefined value after a seek.
5612
5613 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5614
5615         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5616           (GST_IS_AVI_SUBTITLE_CLASS):
5617           Fix up IS_FOO macros, which makes gtk-doc much happier.
5618
5619 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5620
5621         * tests/icles/Makefile.am:
5622           Move the -lgstfoo where it belongs.
5623
5624 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5625
5626         * gst/matroska/ebml-ids.h:
5627         Add ID for EBML CRC32 elements.
5628
5629         * gst/matroska/Makefile.am:
5630         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5631         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5632         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5633         (gst_ebml_read_header):
5634         Support reading 80bit floats, add finalize method to clean up
5635         in any case, support reading length/id elements with any length
5636         as long as it's smaller than our supported maximum, don't leak
5637         buffers if reading as much data as we wanted failed and some
5638         smaller cleanup.
5639
5640 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5641
5642         Patch by: Olivier Crete <tester at tester dot ca>
5643
5644         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5645         Check that a buffer is large enough before reading from it.
5646         Fixes bug #521102.
5647         
5648 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5649
5650         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5651         Fix compilation after removing the GstPollMode from the
5652         constructor.
5653
5654 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5655
5656         * configure.ac:
5657         * gst/audiofx/Makefile.am:
5658         * gst/audiofx/audiochebband.c:
5659         * gst/audiofx/audiocheblimit.c:
5660         * gst/audiofx/math_compat.h:
5661         Check for sinh(), cosh() and asinh() and define our own
5662         implementations if they're not available. Fixes bug #520880.
5663
5664 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5665
5666         Patch by: Olivier Crete <tester at tester dot ca>
5667
5668         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5669         Unref the buffers only once when handling not-negotiated errors.
5670         Fixes bug #520764.
5671
5672 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5673
5674         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5675
5676         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5677         (gst_udpsrc_stop):
5678         Properly balance WSA_Cleanup with WSA_Startup.
5679         Also make the poll controllable on windows. Fixes #520888.
5680
5681 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5682
5683         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5684         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5685         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5686         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5687         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5688         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5689         (gst_ebml_read_date), (gst_ebml_read_master),
5690         (gst_ebml_read_binary), (gst_ebml_read_header):
5691         * gst/matroska/ebml-read.h:
5692         * gst/matroska/matroska-demux.c:
5693         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5694         (gst_matroska_demux_read_track_encodings),
5695         (gst_matroska_demux_add_stream),
5696         (gst_matroska_demux_handle_src_query),
5697         (gst_matroska_demux_handle_seek_event),
5698         (gst_matroska_demux_init_stream),
5699         (gst_matroska_demux_parse_tracks),
5700         (gst_matroska_demux_parse_index_cuetrack),
5701         (gst_matroska_demux_parse_index_pointentry),
5702         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5703         (gst_matroska_demux_parse_metadata_id_simple_tag),
5704         (gst_matroska_demux_parse_metadata_id_tag),
5705         (gst_matroska_demux_parse_metadata),
5706         (gst_matroska_demux_sync_streams),
5707         (gst_matroska_demux_push_hdr_buf),
5708         (gst_matroska_demux_push_flac_codec_priv_data),
5709         (gst_matroska_demux_push_xiph_codec_priv_data),
5710         (gst_matroska_demux_add_wvpk_header),
5711         (gst_matroska_demux_check_subtitle_buffer),
5712         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5713         (gst_matroska_demux_parse_cluster),
5714         (gst_matroska_demux_parse_contents_seekentry),
5715         (gst_matroska_demux_parse_contents),
5716         (gst_matroska_demux_loop_stream_parse_id),
5717         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5718         * gst/matroska/matroska-demux.h:
5719         * gst/matroska/matroska-ids.h:
5720         Handle return values from pull_range in a more granular way to properly
5721         shut down on seeks.
5722         Combine return values from push.
5723         Implement proper error handling.
5724         Prepare for handling seeking correctly.
5725
5726 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5727
5728         * gst/matroska/ebml-read.c:
5729         Use GINT64 formatting constants from GLIB.
5730
5731         * gst/matroska/matroska-demux.c:
5732         Add some guards to avoid a possible division by 0 and crashing
5733         with NULL events on some systems.
5734         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5735         conversion. 
5736
5737         * gst/matroska/matroska-mux.c:
5738         Check for invalid timestamps in a bunch of places to avoid
5739         writing bogus durations into the output file.
5740         Fix some double<->gint64 conversions that weren't using
5741         gst_guint64_to_gdouble
5742
5743 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5744
5745         * configure.ac:
5746         Move the checks for bison, flex and as to the program section and the
5747         check for gcc inline asm to the compiler characteristics section.
5748
5749 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5750
5751         * configure.ac:
5752         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5753         plug-ins are included/excluded. (#498222)
5754
5755 2008-02-29  Michael Smith <msmith@fluendo.com>
5756
5757         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5758           Don't call gst_object_sync_values() unless we have a valid timestamp.
5759
5760 2008-02-28  David Schleef  <ds@schleef.org>
5761
5762         * gst/matroska/matroska-demux.c:
5763         * gst/matroska/matroska-ids.h:
5764         * gst/matroska/matroska-mux.c:
5765           Fix Dirac mapping.  I had previously added a VfW-type
5766           mapping, but it looks like Dirac will get a native Matroska
5767           mapping, and this is the most likely method.
5768
5769 2008-02-28  David Schleef  <ds@schleef.org>
5770
5771         * gst/avi/gstavimux.c: Add Dirac encoding
5772
5773 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5774
5775         Patch by: Peter Kjellerstedt <pkj at axis com>
5776
5777         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5778         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5779         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5780         * gst/udp/gstudpsrc.h:
5781         Port to GstPoll. See #505417.
5782
5783 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5784
5785         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5786         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5787         yet on the srcpad. We need rate and channels before we
5788         can do any processing. Fixes bug #519088.
5789
5790 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5791
5792         * configure.ac:
5793         Detect and indicate if GCC inline assembly syntax is
5794         available.
5795
5796         * gst/goom/Makefile.am:
5797         * gst/goom/convolve_fx.c:
5798         * gst/goom/flying_stars_fx.c:
5799         * gst/goom/goom_config.h:
5800         * gst/goom/goom_core.c:
5801         * gst/goom/goomsl.c:
5802         * gst/goom/ifs.c:
5803         * gst/goom/mmx.c:
5804         * gst/goom/plugin_info.c:
5805         * gst/goom/xmmx.c:
5806         Fix various GCC-isms, and only build the inline assembly
5807         with compilers that support GCC inline assembly.
5808
5809         Fix a couple of other warnings shown with Forte.
5810
5811 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5812
5813         * gst/goom/xmmx.c:
5814           Use 'emms' instead of 'femms' to not crash on cpus that do not
5815           implement this 3dnow specific instruction.
5816
5817 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5818
5819         * gst/goom/plugin_info.c: (setOptimizedMethods):
5820         Use extended MMX for draw_line() too if available, not only
5821         normal MMX.
5822
5823 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5824
5825         * ext/jpeg/gstjpeg.c: (plugin_init):
5826         Remove (commented out) smoke typefinder. This is in base now.
5827
5828 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5829
5830         * gst/goom2k1/Makefile.am:
5831         * gst/goom2k1/gstgoom.c:
5832
5833         Rename the installed library, and don't register the same 
5834         GType name as the new goom.
5835
5836 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5837
5838         * configure.ac:
5839         * ext/taglib/Makefile.am:
5840           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5841           when building C++ code (#516509).
5842
5843 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5844
5845         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5846         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5847           (setOptimizedMethods):
5848           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5849           anything useful. Export goom debug category so we can get
5850           rid of the VERBOSE define and the printfs.
5851
5852 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5853
5854         * gst/goom/goomsl_heap.c: (align_it):
5855         * gst/goom/plugin_info.c: (setOptimizedMethods):
5856           Compile fixes for x86-64.
5857
5858 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5859
5860         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5861         with warnings, but add other CFLAGS
5862
5863         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5864         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5865         (calculate_labels), (gsl_read_file):
5866         * gst/goom/goomsl_lex.l:
5867         * gst/goom/goomsl_yacc.y:
5868         * gst/goom/plugin_info.c: Remove a few live printf, and
5869         fprintf, replace exit() calls with g_assert_not_reached()
5870         if it not optimal for a library
5871
5872 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5873
5874         * gst/goom/Makefile.am: Remove the warnings being disabled,
5875         fix linkage on x86, spotted by Sebastian Dröge
5876         <slomo@circular-chaos.org>
5877
5878         * gst/goom/convolve_fx.c (convolve_init),
5879         (create_output_with_brightness), (convolve_apply):
5880         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5881         * gst/goom/goomsl.c:
5882         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5883         * gst/goom/plugin_info.c:
5884         * gst/goom/tentacle3d.c (tentacle_fx_create):
5885         Fix warnings, and disable the motifs in the convolve_fx
5886         plugin (they were causing warnings, and they were just
5887         "Goom" in funny letterring)
5888
5889 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5890
5891         * configure.ac: Add checks for Flex/Yacc/Bison and other
5892         furry animals, for the new goom 2k4 based plugin
5893
5894         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5895         CPU optimisations (not working yet), move the old plugin to...
5896
5897         * gst/goom2k1/*: ... here, in case somebody is sick enough
5898
5899         Fixes #515073
5900
5901 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5902
5903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5904         Post the server response code in an error message instead of a generic
5905         'error' message. Fixes #517237.
5906
5907 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5908
5909         * tests/check/Makefile.am:
5910         Ignore gconfaudiosrc for the states unit test too. It will fallback
5911         to alsasrc if the gconf settings can't be read and not everybody has
5912         alsa.
5913
5914 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5915
5916         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5917         (gst_wavpack_parse_create_src_pad):
5918         * ext/wavpack/gstwavpackparse.h:
5919         Always report the duration if we know it in push mode and don't
5920         return 0 just to make totem believe we can't seek in push mode.
5921         Newer totem version use the SEEKING query which properly reports
5922         if we can seek or not.
5923
5924 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5925
5926         Patch by: Jens Granseuer <jensgr at gmx dot net>
5927
5928         * tests/examples/equalizer/demo.c: (main):
5929         C89 fix, moving variable declarations to the beginning of
5930         the block. Fixes bug #517933.
5931
5932 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5933
5934         * configure.ac:
5935         Back to development...
5936
5937 === release 0.10.7 ===
5938
5939 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5940
5941         * configure.ac:
5942           releasing 0.10.7, "Red Door Black"
5943
5944 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5945
5946         * gst/alpha/Makefile.am:
5947         Link alpha plugin with libgstbase. Fixes bug #517386.
5948
5949 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5950
5951         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5952         Init values to -1 instead of the default 0 value.
5953         Fixes #516524.
5954
5955 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5956
5957         * tests/examples/spectrum/spectrum-example.c:
5958         Add missing include to fix compilation when libxml usage is disabled.
5959         Fixes: #516371
5960
5961 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5962
5963         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5964         fixes: #514889
5965
5966         * gst/rtp/gstrtph264pay.c:
5967         * gst/rtp/gstrtpmp4gdepay.c:
5968         * gst/rtp/gstrtpmp4gpay.c:
5969         * gst/rtp/gstrtpmp4gpay.h:
5970         * gst/rtp/gstrtptheorapay.c:
5971         * gst/rtp/gstrtpvorbispay.c:
5972
5973         Fix various leaks shown up in valgrind
5974         - free sprops and buffer in error cases in H264 payloader
5975         - fix leak in mp4g depayloader when construction the caps
5976         - don't leak config string in the mp4g payloader
5977         - don't leak buffers and headers in theora and vorbis payloaders
5978
5979         * tests/check/elements/rtp-payloading.c:
5980
5981         Fix the RTP data test
5982         - Actually send valid amr data to the payloader instead of 20
5983         zero-bytes
5984         - The mp4g payloader expects codec_data on the caps
5985
5986 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5987
5988         * win32/MANIFEST:
5989         Add libgstpng.dsp to MANIFEST.
5990         * win32/vs6/libgstaudiofx.dsp:
5991         Add new source files to VS project file.
5992
5993 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5994
5995         * sys/ximage/gstximagesrc.c:
5996         Initialise variables when opening the X display rather
5997         than in _start(), as the display can be opened before that.
5998
5999         Fixes: #515985
6000
6001 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6002
6003         * sys/directdraw/gstdirectdrawsink.c:
6004         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
6005         (gst_directdraw_sink_finalize):
6006         Properly chain up finalize functions. Fixes bug #515980.
6007
6008 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6009
6010         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6011         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
6012         (gst_v4l2_buffer_pool_class_init):
6013         Chain up the finalize functions. Fixes bug #515984.
6014
6015 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6016
6017         * sys/ximage/ximageutil.c:
6018         Chain up in the finalize function for our custom
6019         buffer sub-class.
6020         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
6021         Fixes: #515706
6022
6023 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6024
6025         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
6026         (gst_fenced_buffer_class_init):
6027         Properly chain up finalize method. Fixes bug #515979.
6028
6029 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6030
6031         * sys/ximage/gstximagesrc.c:
6032         Free allocated Damage memory before closing our connection to the
6033         X server. Partially fixes: #515706
6034
6035 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6036
6037         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6038         * tests/check/Makefile.am:
6039         * tests/check/gst-plugins-good.supp:
6040         Add a few libjpeg suppressions and initialize a variable to
6041         make smokeenc valgrind clean. Fixes bug #515701.
6042
6043 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
6044
6045         * gst/avi/gstavidemux.c:
6046         Revert patch which sends timestamps only on keyframes, as it
6047         breaks playback with current gst-ffmpeg.
6048
6049         Fixes: #515562
6050
6051 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6052
6053         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6054         * tests/check/elements/multifile.c: (GST_START_TEST):
6055         Close some memory leaks spotted by the unit test. Fixes bug #515697.
6056
6057 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6058
6059         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6060         Use and unset the GError when pipeline creation fails instead of
6061         simply leaking it. Fixes bug #515704.
6062
6063 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
6064
6065         * gst/audiofx/audioamplify.c:
6066         * gst/audiofx/audiochebband.c:
6067         * gst/audiofx/audiocheblimit.c:
6068         * gst/audiofx/audiodynamic.c:
6069         * gst/audiofx/audioinvert.c:
6070         * gst/audiofx/audiopanorama.c:
6071         * gst/audiofx/audiowsincband.c:
6072         * gst/audiofx/audiowsinclimit.c:
6073         Fix long description of audiofx elements. Fixes bug #515457.
6074
6075 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
6076
6077         * docs/plugins/Makefile.am:
6078         * gst/spectrum/gstspectrum.c:
6079         * tests/examples/spectrum/.cvsignore:
6080         * tests/examples/spectrum/Makefile.am:
6081         * tests/examples/spectrum/spectrum-example.c:
6082
6083         Add a simple example application for the spectrum element, include it
6084         in the docs, and fix some documentation ambiguities.
6085
6086         Fixes: #348085
6087
6088 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6089
6090         * gst/equalizer/Makefile.am:
6091         * gst/spectrum/Makefile.am:
6092         Fix includes order
6093
6094         * tests/check/Makefile.am:
6095         Exclude v4l2src from the states test - it takes too long to start.
6096
6097         * tests/check/elements/spectrum.c:
6098         Make the test run properly with CK_FORK=no
6099
6100 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
6101
6102         * gst/audiofix/Makefile.am: add missing header files 
6103
6104 2008-02-08  Julien Moutte  <julien@fluendo.com>
6105
6106         * gst/matroska/matroska-demux.c:
6107         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
6108         keyframe and delta units correctly when dealign with a BlockGroup.
6109         Fixes: #514397
6110
6111 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6112
6113         * tests/check/elements/.cvsignore:
6114         Spell the new tests correctly in .cvsignore
6115
6116 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6117
6118         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6119           Need to use gsize here for the size, fixes compiler warning.
6120
6121         * tests/examples/equalizer/.cvsignore:
6122         * tests/examples/equalizer/Makefile.am:
6123         * tests/examples/spectrum/.cvsignore:
6124         * tests/examples/spectrum/Makefile.am:
6125           Add missing files to fix the build.
6126
6127 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6128
6129         * configure.ac:
6130         * docs/plugins/Makefile.am:
6131         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6132         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6133         * docs/plugins/gst-plugins-good-plugins.args:
6134         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6135         * docs/plugins/inspect/plugin-multifile.xml:
6136         * tests/check/Makefile.am:
6137         * tests/check/elements/.cvsignore:
6138
6139         Move multifile plugin from -bad.
6140         Fixes: #490283
6141
6142 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6143
6144         * configure.ac:
6145         * docs/plugins/Makefile.am:
6146         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6147         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6148         * docs/plugins/gst-plugins-good-plugins.args:
6149         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6150         * docs/plugins/inspect/plugin-spectrum.xml:
6151         * gst/spectrum/Makefile.am:
6152         * tests/check/Makefile.am:
6153         * tests/check/elements/.cvsignore:
6154         * tests/examples/Makefile.am:
6155
6156         Move spectrum plugin from -bad.
6157         Move examples into tests/examples/spectrum.
6158
6159 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6160
6161         * configure.ac:
6162         * docs/plugins/Makefile.am:
6163         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6164         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6165         * docs/plugins/gst-plugins-good-plugins.args:
6166         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6167         * docs/plugins/gst-plugins-good-plugins.interfaces:
6168         * docs/plugins/inspect/plugin-equalizer.xml:
6169         * gst/equalizer/Makefile.am:
6170         * tests/check/Makefile.am:
6171         * tests/examples/Makefile.am:
6172         Move the equalizer plugin across from -bad
6173
6174         * tests/check/elements/.cvsignore:
6175         Add equalizer, audiosincwband and audiosincwlimit
6176
6177         * tests/check/elements/equalizer.c:
6178         Fix compiler warnings
6179
6180         Fixes: #415627
6181
6182 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6183
6184         * configure.ac:
6185         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6186         are treated like releases and build without it.
6187
6188 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6189
6190         * docs/plugins/Makefile.am:
6191         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6192         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6193         * docs/plugins/gst-plugins-good-plugins.args:
6194         * docs/plugins/inspect/plugin-audiofx.xml:
6195         * gst/audiofx/Makefile.am:
6196         * gst/audiofx/audiofx.c:
6197         * gst/audiofx/audiowsincband.c:
6198         * gst/audiofx/audiowsincband.h:
6199         * gst/audiofx/audiowsinclimit.c:
6200         * gst/audiofx/audiowsinclimit.h:
6201         * tests/check/Makefile.am:
6202         * tests/check/elements/audiowsincband.c:
6203         * tests/check/elements/audiowsinclimit.c:
6204
6205         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6206         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6207         respectively.
6208
6209         Fixes: #467666
6210
6211 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6212
6213         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6214         * tests/check/elements/icydemux.c:
6215           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6216           caps, and add a somewhat useful debug message. Plus test.
6217
6218 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6219
6220         * gst/rtsp/gstrtspsrc.c:
6221         Include unistd.h only if HAVE_UNISTD_H is defined
6222         * win32/common/config.h.in:
6223         * win32/common/config.h:
6224         Define socklen_t as it seems it's not defined in default 
6225         Visual Studio headers.
6226         * win32/vs6/libgstalpha.dsp:
6227         * win32/vs6/libgstapetag.dsp:
6228         * win32/vs6/libgstavi.dsp:
6229         * win32/vs6/libgstrtp.dsp:
6230         * win32/vs6/libgstrtsp.dsp:
6231         * win32/vs6/libgstvideomixer.dsp:
6232         Update project file dependencies and add new source files       
6233
6234 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6235
6236         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6237
6238         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6239         Don't leak buffers when we don't push them downstream.
6240         Fixes bug #514965.
6241
6242 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6243
6244         * configure.ac:
6245           Bump requirements to (good) released versions to avoid
6246           confusion and make implicit core requirement explicit.
6247
6248 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6249
6250         * docs/plugins/Makefile.am:
6251         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6252         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6253         * docs/plugins/gst-plugins-good-plugins.args:
6254         * docs/plugins/inspect/plugin-audiofx.xml:
6255         * gst/audiofx/Makefile.am:
6256         * gst/audiofx/audiochebband.c:
6257         * gst/audiofx/audiochebband.h:
6258         * gst/audiofx/audiocheblimit.c:
6259         * gst/audiofx/audiocheblimit.h:
6260         * gst/audiofx/audiochebyshevfreqband.c:
6261         * gst/audiofx/audiochebyshevfreqband.h:
6262         * gst/audiofx/audiochebyshevfreqlimit.c:
6263         * gst/audiofx/audiochebyshevfreqlimit.h:
6264         * gst/audiofx/audiofx.c:
6265         * tests/check/Makefile.am:
6266         * tests/check/elements/.cvsignore:
6267         * tests/check/elements/audiochebband.c:
6268         * tests/check/elements/audiocheblimit.c:
6269         * tests/check/elements/audiochebyshevfreqband.c:
6270         * tests/check/elements/audiochebyshevfreqlimit.c:
6271
6272         Rename audiochebyshevfreqband -> audiochebband and
6273         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6274         surgery.
6275
6276         Closes: #491811
6277
6278 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6279
6280         Patch by: Orjan Friberg <orjanf at axis dot com>
6281
6282         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6283         Fix caps memory leak. Fixes #514573.
6284
6285 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6286
6287         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6288         If there's no entries in the subindex, don't try to do anything stupid,
6289         just return.
6290
6291 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6292
6293         Patch by: John Millikin <jmillikin at gmail dot com>
6294
6295         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6296           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6297           Fix extraction of picture blocks with newer libflac versions again:
6298           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6299
6300 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6301
6302         * tests/check/Makefile.am:
6303           Add rtp-payloading test to VALGRIND_TO_FIX.
6304
6305         * tests/check/elements/rtp-payloading.c:
6306           Add semicolons after GST_TEST_END so gst-indent gets the
6307           formatting right; make test less verbose in general, but
6308           more verbose in the error case (which should probably
6309           make the test fail anyway).
6310
6311 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6312
6313         * docs/plugins/Makefile.am:
6314         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6315         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6316         * gst/avi/gstavisubtitle.c:
6317         Add documentation for avisubtitle and change class to
6318         Codec/Parser/Subtitle
6319
6320 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6321
6322         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6323         Treat ENOTTY (driver does not implement ioctl) the same as
6324         EINVAL since it implies there are no available standards.
6325
6326         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6327         (gst_v4l2src_get_nearest_size):
6328         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6329         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6330         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6331         reason, and if we aren't yet actively capturing.
6332
6333         * sys/v4l2/v4l2src_calls.h:
6334         Remove replaced function declaration.
6335
6336 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6337
6338         * configure.ac:
6339         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6340         API.
6341
6342 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6343
6344         * configure.ac:
6345         Fix typo.
6346
6347 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6348
6349         * gst/alpha/Makefile.am:
6350         * gst/alpha/gstalpha.c:
6351
6352         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6353         some stuff, and making buffer-alloc and resizing work automatically.
6354         No longer crashes on odd frame widths and heights, although there
6355         seems to be a disagreement with ffmpegcolorspace about what size
6356         an AYUV frame with odd height should be.
6357
6358 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6359
6360         Patch by: Alessandro Decina <alessandro at nnva dot org>
6361
6362         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6363         * ext/libpng/gstpngenc.h:
6364         Preallocate the output buffer so that g_memdup() and
6365         gst_buffer_merge() aren't needed anymore. This greatly improves
6366         performances and fixes #512544.
6367
6368 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6369
6370         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6371         (gst_avi_demux_stream_data):
6372         GStreamer timestamps are PTS values while AVI only knows about DTS
6373         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6374         we are dealing with a key frame.
6375
6376 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6377
6378         * tests/check/Makefile.am:
6379         * tests/check/elements/.cvsignore:
6380         * tests/check/elements/rtp-payloading.c:
6381           Add add testsuite for the rtp-payloader that tries simulating
6382           dataflow. Needs more test data.
6383
6384 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6385
6386         * tests/check/elements/alphacolor.c:
6387           Remove two unused variables.
6388
6389 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6390
6391         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6392           Use g_ascii_strtoll() instead of atoll, which is only
6393           available in C99.
6394
6395 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6396
6397         * gst/rtp/Makefile.am:
6398         * gst/rtp/gstrtp.c:
6399         * gst/rtp/gstrtpmpvpay.c:
6400         * gst/rtp/gstrtpmpvpay.h:
6401         Add MPEG2 video payloader
6402
6403 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6404
6405         * gst/level/gstlevel.c:
6406         Use #include <math.h> instead of #include "math.h".
6407
6408 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6409
6410         * tests/check/Makefile.am:
6411         Fix up some CFLAGS sets.
6412         Don't include gconfvideosrc in the states test.
6413
6414         * tests/check/elements/autodetect.c: (GST_START_TEST):
6415         Add some error strings to fail_unless arguments to fix some weird
6416         compiler errors on Solaris.
6417
6418 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6419
6420         * configure.ac:
6421         Detect video4linux headers on Solaris too.
6422         * sys/v4l2/gstv4l2colorbalance.h:
6423         * sys/v4l2/gstv4l2object.h:
6424         * sys/v4l2/v4l2_calls.c:
6425         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6426         (gst_v4l2_buffer_new):
6427
6428         Make v4l2 build on Solaris.
6429         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6430         Fixes: #510505
6431
6432 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6433
6434         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6435           Update list from (still local) scanning script.
6436
6437 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6438
6439         Based on a patch by:
6440             Victor STINNER <victor dot stinner at haypocalc dot com>
6441
6442         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6443         Set variable to NULL after freeing it to prevent double frees
6444         or make failures by another use of it afterwards more obvious
6445         and fix use of it after the freeing. Fixes bug #510592.
6446
6447 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6448
6449         * gst/udp/gstmultiudpsink.c:
6450         use GST_WARNING for logging
6451
6452 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6453
6454         * gst/udp/gstmultiudpsink.c:
6455         Don't try to leave a multicast group with an invalid socket
6456
6457 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6458
6459         * ext/flac/gstflacdec.c:
6460           Fix compilation against flac 1.1.2 (as on debian stable), where
6461           the picture metadata defines and structs don't exist yet.
6462           Fixes #509301.
6463
6464 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6465
6466         Patch by: Olivier Crete <tester at tester dot ca>
6467
6468         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6469         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6470         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6471         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6472         * gst/udp/gstmultiudpsink.h:
6473         Add property to automatically join a multicast group or not. This can be
6474         useful when sharing a socket between multiple elements.
6475         Fixes #509531.
6476
6477 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6478
6479         * gst/videomixer/Makefile.am:
6480           Add controller flags.
6481
6482 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6483
6484         * gst/videomixer/videomixer.c:
6485           Also commit the missing gst_object_sync_values().
6486
6487 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6488
6489         * docs/plugins/Makefile.am:
6490           Remove duplicate entry.
6491
6492 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6493
6494         * docs/plugins/Makefile.am:
6495         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6496         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6497         * docs/plugins/inspect/plugin-gamma.xml:
6498         * docs/plugins/inspect/plugin-monoscope.xml:
6499         * docs/plugins/inspect/plugin-video4linux2.xml:
6500           Add 3 more plugins to docs.
6501
6502 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6503
6504         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6505         * sys/osxvideo/osxvideosink.h:
6506           Revert previous change caused by a file that got stuck on an old
6507           revision.
6508
6509 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6510
6511         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6512         * gst/multipart/Makefile.am:
6513         * gst/multipart/multipartdemux.c:
6514         * gst/multipart/multipartdemux.h:
6515         * gst/multipart/multipartmux.c:
6516         * gst/multipart/multipartmux.h:
6517           Re-add multipartdemux to the docs. Last round of section cleanup.
6518
6519 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6520
6521         * docs/plugins/Makefile.am:
6522         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6523         * sys/osxaudio/gstosxaudiosink.h:
6524         * sys/osxvideo/osxvideosink.h:
6525           Managed to resolve most unused declarations. Filed a bug for one left.          
6526
6527 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6528
6529         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6530           Cleanup section file.
6531
6532 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6533
6534         * docs/plugins/Makefile.am:
6535         * docs/plugins/gst-plugins-good-plugins.args:
6536         * docs/plugins/gst-plugins-good-plugins.signals:
6537         * docs/plugins/inspect/plugin-alaw.xml:
6538         * docs/plugins/inspect/plugin-alpha.xml:
6539         * docs/plugins/inspect/plugin-alphacolor.xml:
6540         * docs/plugins/inspect/plugin-annodex.xml:
6541         * docs/plugins/inspect/plugin-apetag.xml:
6542         * docs/plugins/inspect/plugin-audiofx.xml:
6543         * docs/plugins/inspect/plugin-auparse.xml:
6544         * docs/plugins/inspect/plugin-autodetect.xml:
6545         * docs/plugins/inspect/plugin-avi.xml:
6546         * docs/plugins/inspect/plugin-cairo.xml:
6547         * docs/plugins/inspect/plugin-cdio.xml:
6548         * docs/plugins/inspect/plugin-cutter.xml:
6549         * docs/plugins/inspect/plugin-debug.xml:
6550         * docs/plugins/inspect/plugin-dv.xml:
6551         * docs/plugins/inspect/plugin-efence.xml:
6552         * docs/plugins/inspect/plugin-effectv.xml:
6553         * docs/plugins/inspect/plugin-flac.xml:
6554         * docs/plugins/inspect/plugin-flxdec.xml:
6555         * docs/plugins/inspect/plugin-gconfelements.xml:
6556         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6557         * docs/plugins/inspect/plugin-goom.xml:
6558         * docs/plugins/inspect/plugin-halelements.xml:
6559         * docs/plugins/inspect/plugin-icydemux.xml:
6560         * docs/plugins/inspect/plugin-id3demux.xml:
6561         * docs/plugins/inspect/plugin-jpeg.xml:
6562         * docs/plugins/inspect/plugin-ladspa.xml:
6563         * docs/plugins/inspect/plugin-level.xml:
6564         * docs/plugins/inspect/plugin-matroska.xml:
6565         * docs/plugins/inspect/plugin-mulaw.xml:
6566         * docs/plugins/inspect/plugin-multipart.xml:
6567         * docs/plugins/inspect/plugin-navigationtest.xml:
6568         * docs/plugins/inspect/plugin-png.xml:
6569         * docs/plugins/inspect/plugin-quicktime.xml:
6570         * docs/plugins/inspect/plugin-rtp.xml:
6571         * docs/plugins/inspect/plugin-rtsp.xml:
6572         * docs/plugins/inspect/plugin-shout2send.xml:
6573         * docs/plugins/inspect/plugin-smpte.xml:
6574         * docs/plugins/inspect/plugin-speex.xml:
6575         * docs/plugins/inspect/plugin-taglib.xml:
6576         * docs/plugins/inspect/plugin-udp.xml:
6577         * docs/plugins/inspect/plugin-videobalance.xml:
6578         * docs/plugins/inspect/plugin-videobox.xml:
6579         * docs/plugins/inspect/plugin-videocrop.xml:
6580         * docs/plugins/inspect/plugin-videoflip.xml:
6581         * docs/plugins/inspect/plugin-videomixer.xml:
6582         * docs/plugins/inspect/plugin-wavenc.xml:
6583         * docs/plugins/inspect/plugin-wavpack.xml:
6584         * docs/plugins/inspect/plugin-wavparse.xml:
6585           Update plugin docs.
6586
6587         * gst/videomixer/Makefile.am:
6588         * gst/videomixer/videomixer.c:
6589         * gst/videomixer/videomixer.h:
6590         * gst/videomixer/videomixerpad.h:
6591           Split out header to fix warnings from the doc-build.
6592
6593 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6594
6595         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6596
6597         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6598         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6599
6600 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6601
6602         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6603         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6604           Initialise variables to work around (false) 'foo might be used
6605           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6606
6607 2008-01-11  David Schleef  <ds@schleef.org>
6608
6609         * docs/plugins/.cvsignore:
6610         * tests/check/pipelines/.cvsignore:
6611           Ignore more files for the buildbot.
6612
6613 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6614
6615         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6616         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6617         Generate the image-type values correctly. Leave them out of the caps
6618         when outputting a "preview image" tag, since it only makes sense
6619         to have one of those - the type is irrelevant.
6620
6621         * sys/sunaudio/gstsunaudiomixerctrl.c:
6622         (gst_sunaudiomixer_ctrl_open):
6623         If we can, mark the mixer multiple open when we use it, in case
6624         (for some reason) the process wants to open it again elsewhere.
6625
6626 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6627
6628         Patch by: Olivier Crete <tester at tester dot ca>
6629
6630         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6631         * gst/rtp/gstrtptheorapay.c:
6632         Fix the clock rate to 90000 as required by the RFC.
6633         Fixes #508644.
6634
6635 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6636
6637         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6638           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6639
6640 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6641
6642         * autogen.sh:
6643           Add -Wno-portability to the automake parameters to stop warnings
6644           about GNU make extensions being used. We require GNU make in almost
6645           every Makefile anyway.
6646           
6647         * configure.ac:
6648           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6649           at the same time is required for per target flags.
6650
6651 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6652
6653         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6654         Fix error from my last commit.
6655
6656 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6657
6658         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6659
6660         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6661           Make sure the ISO 639-X language code in ID3v2 COMM frames
6662           is actually valid UTF-8 (or rather: ASCII), so we don't end
6663           up with non-UTF8 strings in tags if there's garbage in the
6664           language field. Also make sure the language code is always
6665           lower case. Fixes: #508291.
6666
6667 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6668
6669         * ChangeLog:
6670           Fix ChangeLog typo.
6671
6672 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6673
6674         * Makefile.am:
6675           Include lcov.mak to allow building coverage reports. Guard
6676           check-torture target like in the other packages.
6677
6678 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6679
6680         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6681
6682         * gst/videomixer/videomixer.c:
6683         (gst_videomixer_set_master_geometry), (_do_init),
6684         (gst_videomixer_child_proxy_get_child_by_index),
6685         (gst_videomixer_child_proxy_get_children_count),
6686         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6687         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6688         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6689         Implement GstChildProxy interface.
6690         Send newsegment at the right moment
6691         Fixes #488879
6692
6693 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6694
6695         * gst/alpha/Makefile.am:
6696         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6697         (gst_alpha_sink_event), (gst_alpha_chain),
6698         (gst_alpha_change_state), (plugin_init):
6699         Make the various properties of 'alpha' controllable. This allows doing
6700         niceties like fade-in/fade-out.
6701
6702 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6703
6704         * gst/rtp/gstasteriskh263.c:
6705         * gst/rtp/gstrtpL16depay.c:
6706         * gst/rtp/gstrtpac3depay.c:
6707         * gst/rtp/gstrtpamrpay.c:
6708         * gst/rtp/gstrtpdepay.c:
6709         * gst/rtp/gstrtpgsmdepay.c:
6710         * gst/rtp/gstrtph263depay.c:
6711         * gst/rtp/gstrtph263pdepay.c:
6712         * gst/rtp/gstrtph263ppay.c:
6713         * gst/rtp/gstrtph264depay.c:
6714         * gst/rtp/gstrtph264pay.c:
6715         * gst/rtp/gstrtpmp2tdepay.c:
6716         * gst/rtp/gstrtpmp4adepay.c:
6717         * gst/rtp/gstrtpmp4gdepay.c:
6718         * gst/rtp/gstrtpmp4gpay.c:
6719         * gst/rtp/gstrtpmp4vdepay.c:
6720         * gst/rtp/gstrtpmpadepay.c:
6721         * gst/rtp/gstrtpmpvdepay.c:
6722         * gst/rtp/gstrtpsv3vdepay.c:
6723         * gst/rtp/gstrtptheoradepay.c:
6724         * gst/rtp/gstrtptheorapay.c:
6725         * gst/rtp/gstrtpvorbisdepay.c:
6726         * gst/rtp/gstrtpvorbispay.c:
6727           Remove copy/paste unused code (property setters and getter) found by
6728           the coverage suite (yay, saves ~20k on disk).
6729
6730 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6731
6732         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6733           (videosink_templ):
6734           Also fix up pad templates to indicate that image/jpeg doesn't
6735           absolutely require the framerate property to be set (#504081).
6736
6737 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6738
6739         Based on patch by: Wouter Cloetens  <wouter at mind be>
6740
6741         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6742           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6743           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6744         * gst/matroska/matroska-mux.h:
6745           Keep track of first and last timestamps for each incoming stream,
6746           so we can calculate the total duration for live sources and other
6747           input where we can't query the duration from the start or where
6748           there's no constant framerate from which we can deduce the
6749           duration; also use calculated/observed duration if it is bigger
6750           than the previously queried duration. Furthermore, use
6751           gst_pad_query_peer_duration() and take into account that it may
6752           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6753           screws up comparisons when using unsigned integers. Fixes #504081.
6754
6755 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6756
6757         * configure.ac:
6758         * gst/audiofx/audioamplify.c:
6759         (gst_audio_amplify_clipping_method_get_type),
6760         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6761         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6762         (gst_audio_dynamic_transform_ip):
6763         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6764         (gst_audio_invert_transform_ip):
6765         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6766         (gst_audio_panorama_transform):
6767         * gst/level/gstlevel.c: (gst_level_init):
6768         Make elements GST_BUFFER_FLAG_GAP aware and call
6769         gst_base_transform_set_gap_aware for this.
6770         Bump core requirement to CVS.
6771         
6772         * gst/audiofx/audiochebyshevfreqband.c:
6773         (gst_audio_chebyshev_freq_band_transform_ip):
6774         * gst/audiofx/audiochebyshevfreqlimit.c:
6775         (gst_audio_chebyshev_freq_limit_transform_ip):
6776         Also sync GObject properties to the controller if operating
6777         in passthrough mode.
6778
6779 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6780
6781         * sys/directdraw/gstdirectdrawsink.c:
6782           (gst_directdraw_sink_window_thread):
6783           FALSE is not a gpointer.
6784
6785 2008-01-05  Julien Moutte  <julien@fluendo.com>
6786
6787         * sys/directdraw/gstdirectdrawsink.c:
6788         (gst_directdraw_sink_set_window_id),
6789         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6790         (gst_directdraw_sink_buffer_alloc),
6791         (gst_directdraw_sink_draw_borders),
6792         (gst_directdraw_sink_show_frame),
6793         (gst_directdraw_sink_setup_ddraw),
6794         (gst_directdraw_sink_window_thread),
6795         (gst_directdraw_sink_get_ddrawcaps),
6796         (gst_directdraw_sink_surface_create): Make sure we create our
6797         internal window only when we need it. That will give a chance to
6798         the application to get the prepare-xwindow-id bus message. Draw
6799         black borders when keeping aspect ratio. Handle the case where our
6800         rendering window disappears (closed or errors) like other sinks
6801         do. Various 80 columns fixes, improve state change order. That
6802         element could need some more love.
6803
6804 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6805
6806         * ext/taglib/gstapev2mux.h:
6807         * ext/taglib/gstid3v2mux.h:
6808         Remove useless typedefs without new type name. Fixes a warning with
6809         gcc 4.3.
6810
6811 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6812
6813         Patch by: John Millikin <jmillikin at gmail dot com>
6814
6815         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6816         (gst_flac_dec_setup_stream_decoder),
6817         (gst_flac_normalize_picture_mime_type),
6818         (gst_flac_extract_picture_buffer),
6819         (gst_flac_dec_metadata_callback):
6820         Emit metadata messages when a PICTURE block is encountered.
6821         Fixes #506715.
6822
6823 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6824
6825         * gst/avi/gstavi.c:
6826         increase rank because no known issues anymore ...
6827         * gst/avi/gstavisubtitle.c:
6828         send subtitle name to the srcpad
6829
6830 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6831
6832         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6833         * gst/rtsp/gstrtspsrc.h:
6834         Implement redirect for the DESCRIBE reply. Fixes #506025.
6835
6836 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6837
6838         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6839         Fix 'xyz may be used uninitialized' compiler warnings caused
6840         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6841         abort() in any case but properly report the error.
6842
6843 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6844
6845         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6846         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6847         * sys/ximage/gstximagesrc.c: (composite_pixel):
6848           Fix 'xyz may be used uninitialized' compiler warnings caused
6849           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6850           not really nice to abort in any case). Fixes #505745.
6851
6852 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6853
6854         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6855           Small unit test fix (has no practical impact at the moment,
6856           since we're only feeding utf8 and hence just create a sub-
6857           buffer for the output).
6858
6859 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6860
6861         * gst/avi/gstavisubtitle.c:
6862         * tests/check/elements/avisubtitle.c:
6863         Add seeking support for avi subtitle
6864
6865 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6866
6867         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6868         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6869         (gst_flac_dec_write):
6870         * ext/flac/gstflacdec.h:
6871         Remove some unused vars.
6872         Do more cleanup of leftover events and tags.
6873         Output tags after the segment event. Fixes #504018.
6874
6875 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6876
6877         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6878           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6879           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6880           Detect other UTF byte order markers and convert to UTF-8 as
6881           appropriate.
6882
6883 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6884
6885         * gst/avi/gstavisubtitle.c: (src_template),
6886           (gst_avi_subtitle_extract_utf8_file),
6887           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6888           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6889           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6890         * gst/avi/gstavisubtitle.h:
6891           Refactor a bit; fix name extraction; don't assume all the data
6892           in the chunk is actually subtitle data, there may be padding at
6893           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6894           file so it's there to send again after a seek (for future use).
6895
6896 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6897
6898         * gst/avi/Makefile.am:
6899         * gst/avi/gstavi.c:
6900         * gst/avi/gstavisubtitle.c:
6901         * gst/avi/gstavisubtitle.h:
6902         * tests/check/Makefile.am:
6903         * tests/check/elements/avisubtitle.c:
6904         * win32/common/config.h:
6905                 Add avi subtitle element for bug #442034. Need seeking support
6906                 and more support for character conversion.
6907
6908 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6909
6910         * Makefile.am:
6911           Include common/win32.mak for CRLF check of win32 project
6912           files (see #393626).
6913
6914         * win32/vs6/libgstpng.dsp:
6915           Fix line endings and do cvs admin -kb.
6916
6917 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6918
6919         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6920         Actually drop the buffers which are outside the currently configured
6921         segment instead of just emitting a WARNING.
6922
6923 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6924
6925         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6926         (gst_flac_dec_write):
6927         * ext/flac/gstflacdec.h:
6928         Send segments from the streaming thread. Fixes #502187.
6929         Fix segment seeking and a bunch of other seeking cases.
6930
6931 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6932
6933         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6934           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6935           which is where it would end up if the same information was
6936           put in a vorbis comment (don't think it's worth adding a
6937           new URI tag for this). Fixes #488112.
6938
6939 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6940
6941         * configure.ac:
6942           We need core/base 0.10.15 or later.
6943
6944 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6945
6946         Patch by: Mark Nauwelaerts <manauw skynet be>
6947
6948         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6949         Fix regression in stream numbering. Fixes #502655.
6950
6951 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6952
6953         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6954
6955         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6956         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6957         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6958         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6959         (gst_rtp_h264_pay_handle_buffer):
6960         * gst/rtp/gstrtph264pay.h:
6961         Use higher performance start-code searching.
6962         Parse NALs and store SPS, PPS and profile in the caps so that they can
6963         be used in the SDP. Fixes #502814.
6964
6965 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6966
6967         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6968         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6969           Init some structs to zero before we pass them to ioctl, which
6970           avoids valgrind warnings.  Also fix a small memory leak.
6971
6972 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6973
6974         Patch by: Wouter Cloetens <wouter at mind dot be>
6975
6976         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6977         Copy timestamp from input to output. Not very perfect yet but better
6978         than nothing. Fixes #503023.
6979
6980 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6981
6982         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6983           Also print a useful error message with the old Wavpack API
6984           if possible.
6985
6986 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6987
6988         * ext/wavpack/gstwavpackdec.c:
6989           More build fixes for old libwavpack versions: include config.h so
6990           that WAVPACK_OLD_API is actually defined as detected; only use
6991           WavpackGetErrorMessage if it is available. This fixes the build
6992           on debian stable for me.
6993
6994 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6995
6996         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6997         * ext/wavpack/gstwavpackparse.c:
6998           (gst_wavpack_parse_create_src_pad):
6999           Workaround the non-existance of WavpackGetChannelMask in Wavpack
7000           versions below 4.40.0.
7001
7002 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7003
7004         * configure.ac:
7005           And now do it right for real...
7006
7007 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7008
7009         * configure.ac:
7010           Correctly reset $LIBS to not contain -lm.
7011
7012 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7013
7014         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
7015
7016         * configure.ac:
7017         * ext/cairo/gsttimeoverlay.c:
7018           (gst_cairo_time_overlay_print_smpte_time):
7019           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
7020           and checking for rint() and implementing it ourself if it doesn't
7021           exist. Fixes #497293.
7022
7023 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7024
7025         * configure.ac:
7026           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7027
7028 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
7029
7030         * sys/oss/gstosshelper.c:
7031         Verify that the format returned after the ioctl is the one
7032         we requested. It is valid for the ioctl to succeed while
7033         substituting an alternate 'supported' sample format.
7034
7035 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
7036
7037         * sys/oss/gstossaudio.c: (plugin_init):
7038         * sys/oss/gstosssink.c: (gst_oss_sink_open):
7039         * sys/oss/gstosssrc.c: (gst_oss_src_open):
7040           Post decent (and translated) error message when we can't
7041           open the audio device for some reason.
7042
7043 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
7044
7045         * sys/oss/gstosssink.c:
7046         * sys/oss/gstosssrc.c:
7047         Allow the AUDIODEV environment variable to redirect us
7048         to a different default OSS device, like sunaudiosink does
7049         on Solaris (makes audio play automatically on SunRays).
7050
7051 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7052
7053         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
7054         * gst/audiofx/audiochebyshevfreqband.c:
7055         (gst_audio_chebyshev_freq_band_transform_ip):
7056         * gst/audiofx/audiochebyshevfreqlimit.c:
7057         (gst_audio_chebyshev_freq_limit_transform_ip):
7058         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
7059         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
7060         The transform_ip() methods should do nothing if in passthrough mode.
7061         It might get non-writable buffers in that case but the buffer might
7062         as well be writable.
7063
7064         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
7065         The transform() methods won't be called in passthrough mode and
7066         otherwise the buffer is always writable so don't check here.
7067
7068 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7069
7070         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
7071           Fix seeking in .wav files again (#501775).  Some people seem to think
7072           they don't need to test their changes when they're just 'reflowing'
7073           some code.
7074
7075 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7076
7077         * gst/autodetect/gstautovideosink.c:
7078         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
7079         (gst_auto_video_sink_init),
7080         (gst_auto_video_sink_create_element_with_pretty_name),
7081         (gst_auto_video_sink_find_best),
7082         (gst_auto_video_sink_set_property),
7083         (gst_auto_video_sink_get_property):
7084         * gst/autodetect/gstautovideosink.h:
7085         Fix docs.
7086         Use same error reporting code as autoaudiosink.
7087         Add property to filter sinks based on caps. Only select raw video sinks
7088         by default for backwards compat.
7089         API: GstAutoVideoSink::filter-caps
7090
7091 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7092
7093         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7094
7095         * gst/autodetect/gstautoaudiosink.c:
7096         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7097         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
7098         (gst_auto_audio_sink_set_property),
7099         (gst_auto_audio_sink_get_property):
7100         * gst/autodetect/gstautoaudiosink.h:
7101         Add property to filter sinks based on caps. Only select raw audio sinks
7102         by default for backwards compat.  Fixes #417420.
7103         API: GstAutoAudioSink::filter-caps
7104
7105 2007-11-29  Michael Smith <msmith@fluendo.com>
7106
7107         Patch by: Arek Korbik <arkadini@gmail.com>
7108
7109         * gst/videobox/gstvideobox.c: (plugin_init):
7110           Initialise liboil in plugin_init()
7111
7112 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7113
7114         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7115         Post error before sending EOS. Fixes #499178.
7116
7117 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
7118
7119         * win32/vs6/gst_plugins_good.dsw:
7120         * win32/vs6/libgstpng.dsp:
7121         Add a project file for libgstpng
7122
7123 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7124
7125         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7126         (gst_rtp_h263_depay_process):
7127         Code beautification.
7128         Added debug statements.
7129         Don't bit-shift everything, just do operations on last/first byte
7130         instead.
7131
7132 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7133
7134         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7135
7136         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7137         Fix wrong comparison in overrun check. Fixes #499239 some more.
7138
7139 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7140
7141         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7142         (gst_rtp_h263_depay_process):
7143         * gst/rtp/gstrtph263depay.h:
7144         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7145         stream.
7146
7147 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7148
7149         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7150
7151         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7152         (gst_rtp_mp4a_depay_process):
7153         * gst/rtp/gstrtpmp4adepay.h:
7154         Fix depayloading when multiple frames are inside one RTP packet.
7155         Fixes #499239.
7156
7157 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7158
7159         * gst/level/gstlevel.c:
7160           Add GAP-flag support.
7161
7162 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7163
7164         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7165         Read the I flag for Mode A h263 rtp stream and set the
7166         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7167         Fixes #499383
7168
7169 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7170
7171         * gst/level/gstlevel.c:
7172           Remove some dead code and do cleanups.
7173
7174 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7175
7176         * tests/check/pipelines/simple-launch-lines.c:
7177           Improve the tests by allowing to set a target state.
7178
7179 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7180
7181         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7182         Don't check the caps of the output buffer if they're equal some
7183         other caps. The caps can change in a backward compatible way
7184         and did at this point.
7185
7186 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7187
7188         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7189         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7190         (gst_qtdemux_seek_to_previous_keyframe),
7191         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7192         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7193         reverse playback support.
7194
7195 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7196
7197         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7198         Also set the channel layout on the Wavpack caps if we're having
7199         a mono layout. Of course only do it for "audio/x-wavpack".
7200
7201 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7202
7203         * ext/wavpack/gstwavpackcommon.c:
7204         (gst_wavpack_get_default_channel_mask),
7205         (gst_wavpack_set_channel_layout),
7206         (gst_wavpack_get_default_channel_positions),
7207         (gst_wavpack_get_channel_mask_from_positions),
7208         (gst_wavpack_set_channel_mapping):
7209         * ext/wavpack/gstwavpackcommon.h:
7210         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7211         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7212         * ext/wavpack/gstwavpackdec.h:
7213         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7214         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7215         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7216         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7217         (gst_wavpack_enc_rewrite_first_block),
7218         (gst_wavpack_enc_sink_event):
7219         * ext/wavpack/gstwavpackenc.h:
7220         * ext/wavpack/gstwavpackparse.c:
7221         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7222         (gst_wavpack_parse_scan_to_find_sample),
7223         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7224         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7225         * ext/wavpack/gstwavpackparse.h:
7226         Add support for encoding, parsing and decoding multichannel
7227         files with up to 8 channels. This also improves the robustness
7228         of parsing quite a bit.
7229
7230         * ext/wavpack/gstwavpackstreamreader.c:
7231         (gst_wavpack_stream_reader_read_bytes),
7232         (gst_wavpack_stream_reader_get_pos),
7233         (gst_wavpack_stream_reader_set_pos_abs),
7234         (gst_wavpack_stream_reader_set_pos_rel),
7235         (gst_wavpack_stream_reader_push_back_byte),
7236         (gst_wavpack_stream_reader_get_length),
7237         (gst_wavpack_stream_reader_can_seek),
7238         (gst_wavpack_stream_reader_write_bytes):
7239         Improve debugging.
7240
7241 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7242
7243         * ext/libpng/gstpngdec.c:
7244         * ext/libpng/gstpngdec.h:
7245           Don't release the png-memory from within the callback.
7246
7247 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7248
7249         Patch by: René Stadler <mail at renestadler dot de>
7250
7251         * ext/libpng/gstpngenc.c:
7252           Don't leak buffer data memory. Fixes #498395.
7253
7254 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7255
7256         Patch by: René Stadler <mail at renestadler dot de>
7257
7258         * tests/check/pipelines/simple-launch-lines.c:
7259           Tests for #498395.
7260
7261 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7262
7263         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7264         (gst_tag_lib_mux_adjust_event_offsets):
7265         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7266         * sys/osxaudio/Makefile.am:
7267         * sys/osxvideo/cocoawindow.h:
7268         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7269
7270 2007-11-15  David Schleef  <ds@schleef.org>
7271
7272         * ext/cairo/gsttextoverlay.c:
7273           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7274
7275 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7276
7277         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7278
7279         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7280         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7281         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7282         * gst/rtp/gstrtpmp2tpay.h:
7283         Fill the MTU with as many packets as possible. Fixes #491323.
7284
7285 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7286
7287         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7288
7289         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7290         Fix some more leaks. Fixes #497007.
7291
7292 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7293
7294         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7295
7296         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7297         (gst_rtspsrc_stream_configure_tcp):
7298         Fix 3 pad leaks. Fixes #496983.
7299
7300 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7301
7302         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7303
7304         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7305         Fix small leak. Fixes #497017.
7306
7307 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7308
7309         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7310         (gst_qtdemux_prepare_current_sample),
7311         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7312         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7313         * gst/qtdemux/qtdemux_fourcc.h:
7314         * gst/qtdemux/qtdemux_types.c:
7315         Add suppport for theora in quicktime according to XiphQT.
7316
7317 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7318
7319         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7320         (gst_v4l2src_init), (gst_v4l2src_set_property),
7321         (gst_v4l2src_get_property):
7322         * sys/v4l2/gstv4l2src.h:
7323         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7324           Always copy buffers by default (handle safer with bugged drivers)
7325           and added a property to make it possible to use mmap effectively (no
7326           copy if possible) when application wants to. Fixes: #480557.
7327
7328 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7329
7330         * gst/id3demux/id3tags.c:
7331         * gst/id3demux/id3tags.h:
7332         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7333           We don't want the same string multiple times in a tag list for the
7334           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7335           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7336
7337 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7338
7339         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7340           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7341           into ID3v2 TXXX frames (fixes #347848).
7342
7343 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7344
7345         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7346           Don't leak sdp message contents (fixes #496773).
7347
7348         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7349           Don't leak URI string.
7350
7351 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7352
7353         Patch by: Julien Puydt <julien dot puydt at laposte net>
7354
7355         * ext/raw1394/Makefile.am:
7356         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7357           (gst_1394_property_probe_get_properties),
7358           (gst_1394_property_probe_probe_property),
7359           (gst_1394_property_probe_needs_probe),
7360           (gst_1394_property_probe_get_values),
7361           (gst_1394_property_probe_interface_init),
7362           (gst_1394_type_add_property_probe_interface):
7363         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7364         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7365           (gst_dv1394src_init), (gst_dv1394src_dispose),
7366           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7367           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7368           (gst_dv1394src_update_device_name):
7369         * ext/raw1394/gstdv1394src.h:
7370           Implement GstPropertyProbe interface and add "device-name" property,
7371           so applications can use this to probe for available devices in the
7372           same way they can already with v4lsrc and v4l2src (however horrible
7373           this property probe interface may be). Fixes #358841.
7374
7375 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7376
7377         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7378
7379         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7380           (gst_rtspsrc_parse_range):
7381           Don't leak event, don't leak range (fixes #496752).
7382
7383 2007-11-14  Michael Smith <msmith@fluendo.com>
7384
7385         Patch by: Arek Korbik <arkadini@gmail.com>
7386
7387         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7388           Detect RGBA/BGRA correctly on little endian systems.
7389
7390 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7391
7392         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7393           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7394           corresponding ioctl() call fails even though the driver claims to
7395           support this format, just fall back to the pre-2.6.19 kernel
7396           routine that creates caps with suitable height and width ranges
7397           (see #448278).
7398
7399 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7400
7401         Patch by: Mark Nauwelaerts <manauw skynet be>
7402
7403         * gst/matroska/matroska-demux.c:
7404           (gst_matroska_demux_push_dvd_clut_change_event),
7405           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7406           (gst_matroska_demux_subtitle_caps):
7407         * gst/matroska/matroska-ids.h:
7408           Extract palette data for dvd subpicture streams and send it
7409           downstream as custom gstreamer dvd event (fixes #453417).
7410
7411 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7412
7413         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7414           Implement minimal parsing of the passed pango font description
7415           string, so passing a font size works the same as with the
7416           pango textoverlay plugin; fixes #455086.
7417           (Maybe we could just use pangocairo here at some point).
7418
7419 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7420
7421         * gst/avi/gstavidemux.c:
7422         * gst/wavparse/gstwavparse.c:
7423           Return the result in _activate_pull(). Don't ref element there.
7424
7425 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7426
7427         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7428         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7429         (gst_wavparse_srcpad_event):
7430           Ref the element when we should, but not when we its not needed. Reflow
7431           the event_handling to not leak the event.       
7432
7433 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7434
7435         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7436         (qtdemux_parse_samples):
7437         Properly free QTDemuxSamples array.
7438         Protect table write with a sensible check, some files apparently DO contain
7439         stts values starting with 0 :(
7440
7441 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7442
7443         * gst/avi/gstavidemux.c:
7444         * gst/qtdemux/qtdemux.c:
7445           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7446           previous commit messed up.
7447
7448 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7449
7450         * gst/avi/gstavidemux.c:
7451         * gst/qtdemux/qtdemux.c:
7452           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7453           element when we should, but not when we its not needed.
7454
7455 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7456
7457         * gst/wavparse/gstwavparse.c:
7458           Return FALSE if we can't handle a query instead of changing the
7459           format. Ignore fact when dealing with mpeg audio.
7460
7461 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7462
7463         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7464
7465         * configure.ac:
7466         * gst/udp/gstdynudpsink.c:
7467         * gst/udp/gstdynudpsink.h:
7468         * gst/udp/gstmultiudpsink.c:
7469         * gst/udp/gstmultiudpsink.h:
7470         * gst/udp/gstudpsink.c:
7471         * gst/udp/gstudpsink.h:
7472           Fix includes for MSVC and GLib-2.14.0 (#492388).
7473
7474         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7475           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7476
7477 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7478
7479         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7480         (gst_mulawdec_chain):
7481         * gst/law/mulaw-decode.h:
7482         Calculate outgoing buffer duration if incoming buffer didn't have a
7483         valid duration.
7484
7485 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7486
7487         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7488         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7489         Smarter combine_flow code that also deals with downstream elements
7490         returning UNEXPECTED when they receive data out of the segment
7491         boundaries. Fixes #491305.
7492
7493 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7494
7495         * sys/v4l2/v4l2src_calls.c:
7496           Fix 'unused variable' compiler warning when compiling against
7497           older kernel headers.
7498
7499 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7500
7501         * ext/taglib/gstid3v2mux.cc (add_funcs):
7502           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7503
7504 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7505
7506         * tests/check/pipelines/simple-launch-lines.c:
7507            Improve the tests a little more.
7508
7509 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7510
7511         patch by: Yun Zheng Hu
7512
7513         * sys/osxaudio/gstosxaudiosrc.c:
7514         Use default input device instead of default output device and
7515         only memcpy actual available bytes.
7516
7517 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7518
7519         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7520           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7521           early. It is temporary until we find something better.
7522
7523 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7524
7525         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7526
7527         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7528         Fix race when pausing a RTSP stream in interleaved.
7529         Fixes #475784.
7530
7531 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7532
7533         Patch by: Peter Kjellerstedt <pkj at axis com>
7534
7535         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7536         Use correct unref function for buffers. #488844.
7537
7538 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7539
7540         * gst/avi/gstavimux.c:
7541         * tests/check/elements/avimux.c:
7542           Add some debug and sync tests with the fix.     
7543
7544 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7545
7546         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7547
7548         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7549         When the socket is used by the app for other purposes, don't generate an
7550         error if there is activaty on the socket that is not data related.
7551         Fixes #487488.
7552
7553 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7554
7555         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7556         (gst_v4l2src_grab_frame):
7557         Add some more debug info. Generate an error when we run out of buffers
7558         for some reason. See #480557.
7559
7560 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7561
7562         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7563
7564         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7565         Set marker bit correctly.
7566
7567 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7568
7569         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7570         Use allowed name for the GstStructure.
7571
7572 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7573
7574         * ext/gconf/gstswitchsink.c:
7575         * gst/autodetect/gstautoaudiosink.c:
7576           Use new gst_bus_pop_filtered().
7577
7578 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7579
7580         * sys/v4l2/gstv4l2src.c:
7581         * sys/v4l2/v4l2src_calls.c:
7582           When probing the formats and sizes a camera supports, make
7583           sure the best ones (highest resolution, prefered format)
7584           end up at the beginning of the probed caps and the less
7585           desirable ones at the end.  This is important because the
7586           order within the caps matters for things like fixation and
7587           negotiation, ie. what format is chosen in the end.
7588           With recent kernels, the current probing code will end up
7589           querying the supported sizes from lowest resolution to
7590           highest resolution, adding them to the probed caps in that
7591           order, resulting to v4l2src fixating to the lowest possible
7592           resolution if downstream does not express a size preference.
7593           Also make up a somewhat random ranking of prefered output
7594           formats for the same reason. Fixes #485828.
7595         
7596 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7597
7598         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7599
7600         * gst/id3demux/id3v2frames.c:
7601           Extract license/copyright URIs from ID3v2 WCOP frames
7602           (Fixes #447000).
7603
7604         * tests/check/elements/id3demux.c:
7605         * tests/files/Makefile.am:
7606         * tests/files/id3-447000-wcop.tag:
7607           Add simple unit test.
7608
7609 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7610
7611         * ext/taglib/gstid3v2mux.cc:
7612           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7613           Prerequisite for #447000.
7614
7615 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7616
7617         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7618         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7619         a GstClockTime.
7620
7621 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7622
7623         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7624         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7625         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7626         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7627         (gst_rtspsrc_change_state):
7628         More seeking fixes, mostly passing around the new playback segment in
7629         order to configure it properly.
7630         Also reset base_time of udp sources when setting them back to PLAYING as
7631         a temporary hack until core supports seek in live sources properly.
7632
7633 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7634
7635         * gst/rtp/gstrtpmp4adepay.c:
7636         Fix caps as to not confuse autopluggers.
7637
7638 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7639
7640         * gst/id3demux/gstid3demux.c:
7641         * gst/id3demux/gstid3demux.h:
7642         * gst/id3demux/id3tags.c:
7643         * gst/id3demux/id3tags.h:
7644         * gst/id3demux/id3v2frames.c:
7645           Port ID3 tag demuxer over to the new GstTagDemux in -base
7646           (now would be a good time to test re-importing your music
7647           collection).
7648
7649 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7650
7651         * gst/apetag/Makefile.am:
7652         * gst/apetag/gstapedemux.c:
7653         * gst/apetag/gstapedemux.h:
7654         * gst/apetag/gsttagdemux.c:
7655         * gst/apetag/gsttagdemux.h:
7656           Port APE tag demuxer over to the new GstTagDemux in -base.
7657
7658 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7659
7660         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7661         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7662         (gst_rtspsrc_handle_internal_src_query),
7663         (gst_rtspsrc_handle_src_query), (new_session_pad),
7664         (gst_rtspsrc_stream_configure_tcp),
7665         (gst_rtspsrc_stream_configure_transport),
7666         (gst_rtspsrc_loop_send_cmd):
7667         Improve flushing behaviour.
7668         Set state of the udp sources to PAUSE/PLAYING correctly.
7669         Handle events and queries for UDP and TCP transport now.
7670
7671 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7672
7673         * gst/rtp/gstrtpgsmdepay.c:
7674         * gst/rtp/gstrtpgsmpay.c:
7675           Add log category.
7676
7677 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7678
7679         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7680
7681         * tests/check/Makefile.am:
7682         * tests/check/pipelines/simple-launch-lines.c:
7683           Add unit tests for payloaders/depayloaders.
7684
7685 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7686
7687         * gst/avi/gstavimux.c:
7688         * gst/avi/gstavimux.h:
7689           Also save codec data for audio streams. Fixes #482495.
7690
7691 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7692
7693         * gst/avi/gstavimux.c:
7694           Fix "Index entry has invalid stream nr 1".
7695           Add support for muxing aac - work in progress (see #482495).
7696
7697 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7698
7699         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7700         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7701         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7702         * gst/rtsp/gstrtspsrc.h:
7703         Parse bandwidth modifiers, they are not yet configured in the session
7704         manager because we don't have an API for that yet.
7705
7706 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7707
7708         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7709         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7710         Use shiny new function in -base to get the default clock-rate.
7711         Update some docs.
7712
7713 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7714
7715         * win32/MANIFEST:
7716         Add files to win32 manifest.
7717         * win32/vs6/libgstaudiofx.dsp:
7718         * win32/vs6/libgstqtdemux.dsp:
7719         * win32/vs6/libgstrtp.dsp:
7720         * win32/vs6/libgstrtsp.dsp:
7721         Update project files.
7722
7723 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7724
7725         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7726         (gst_rtspsrc_play):
7727         * gst/rtsp/gstrtspsrc.h:
7728         In TCP mode, only timestamp the first buffer. TCP is not real time and
7729         it does not make sense to try to skew compensate, also some servers send
7730         the first batch of data in a burst.
7731
7732 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7733
7734         * gst/matroska/matroska-demux.c:
7735           Fix setting the discont flag on the first buffer
7736           pushed downstream for formats with private codec
7737           data that needs to be deserialised into buffers
7738           (such as vorbis and FLAC when in a matroska container).
7739
7740 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7741
7742         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7743
7744         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7745         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7746         (gst_rtp_mp4v_pay_handle_buffer):
7747         * gst/rtp/gstrtpmp4vpay.h:
7748         Free the config string. Fixes #480707.
7749         Clean up the timestamp code a little.
7750
7751 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7752
7753         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7754         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7755         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7756         * gst/rtsp/gstrtspsrc.h:
7757         Set timestamps on RTP buffers in interleaved mode.
7758         Mark first buffers with a DISCONT.
7759         Remove flush hack now that sync for live sources has been figured out.
7760
7761 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7762
7763         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7764         Update documentation.
7765
7766 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7767
7768         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7769         (gst_rtp_xqt_depay_change_state):
7770         * gst/qtdemux/gstrtpxqtdepay.h:
7771         Fail if we don't know the quicktime format.
7772
7773 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7774
7775         * ext/flac/gstflacenc.c:
7776         * ext/flac/gstflacenc.h:
7777           Save the flow return from the last gst_pad_push() and
7778           make sure we pass the right flow return value upstream
7779           in the case of failure; minor clean-ups.
7780
7781 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7782
7783         * ext/taglib/gstapev2mux.cc:
7784         * ext/taglib/gstid3v2mux.cc:
7785         * gst/apetag/gstapedemux.c:
7786           Add support for the new GST_TAG_COMPOSER (#459809).
7787
7788 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7789
7790         * gst/law/alaw-decode.c:
7791         * gst/law/alaw-decode.h:
7792         * gst/law/alaw-encode.c:
7793         * gst/law/alaw-encode.h:
7794         * gst/law/alaw.c:
7795         * gst/law/mulaw-conversion.h:
7796           Compulsive clean-ups: use boilerplate macros, add debug
7797           categories, fix up things to conform to symbol nomenklatura,
7798           etc.
7799
7800 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7801
7802         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7803
7804         * gst/law/alaw-decode.c:
7805         * gst/law/alaw-encode.c:
7806           Use static tables for A-Law decoding and encoding; this makes
7807           A-Law decoding and encoding less CPU-intensive, but increases
7808           the binary size a bit. Leaving old code around for now,
7809           selectable by a define in the code. Fixes #435435.
7810
7811 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7812
7813         * configure.ac:
7814         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7815         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7816         in configure.ac.
7817
7818 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7819
7820         Patch by: Jan Gerber <j at bootlab dot org>
7821
7822         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7823         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7824
7825 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7826
7827         * sys/oss/gstosshelper.c:
7828           Use GST_WARNING instead of a g_critical. This situation is not caused
7829           by the application.
7830
7831 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7832
7833         * po/LINGUAS:
7834         * po/nl.po:
7835           Updated translations.
7836
7837 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7838
7839         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7840
7841         * po/eu.po:
7842           Added Basque translation.
7843
7844 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7845
7846         translated by: Abel Cheung <abelcheung@gmail.com>
7847
7848         * po/zh_HK.po:
7849         * po/zh_TW.po:
7850           Added Chinese (traditional and Hong Kong) translation.
7851
7852 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7853
7854         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7855
7856         * po/pl.po:
7857           Added Polish translation.
7858
7859 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7860
7861         translated by: Ilkka Tuohela <hile@iki.fi>
7862
7863         * po/fi.po:
7864           Added Finnish translation.
7865
7866 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7867
7868         translated by: Jorge González González <aloriel@gmail.com>
7869
7870         * po/es.po:
7871           Added Spanish translation.
7872
7873 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7874
7875         translated by: Mogens Jaeger <mogens@jaeger.tf>
7876
7877         * po/da.po:
7878           Added Danish translation.
7879
7880 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7881
7882         translated by: Funda Wang <fundawang@linux.net.cn>
7883
7884         * po/zh_CN.po:
7885           Added Chinese (simplified) translation.
7886
7887 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7888
7889         translated by: Alexander Shopov <ash@contact.bg>
7890
7891         * po/bg.po:
7892           Added Bulgarian translation.
7893
7894 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7895
7896         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7897         Set outgoing packet duration because we can. Fixes #478244 some more.
7898
7899 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7900
7901         * ext/cairo/gsttextoverlay.c:
7902           Add info about static leak.
7903         
7904         * tests/check/Makefile.am:
7905         * tests/check/generic/states.c:
7906           Improved state change unit test.
7907
7908 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7909
7910         * docs/plugins/.cvsignore:
7911         * tests/check/.cvsignore:
7912           Ignore registries in any format.
7913
7914 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7915
7916         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7917         Removed some unused code.
7918
7919         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7920         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7921         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7922         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7923         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7924         (gst_rtp_theora_pay_flush_packet):
7925         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7926         Try to preserve the incomming buffer duration on the outgoing
7927         packets. Fixes #478244.
7928
7929 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7930
7931         * ext/taglib/gstapev2mux.cc:
7932         * ext/taglib/gstid3v2mux.cc:
7933           Work around compiler warnings with g++-4.2 when assigning a
7934           string constant to a gchar * (partially fixes #478092).
7935
7936 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7937
7938         * configure.ac:
7939           We require core CVS now for gst_base_src_set_do_timestamp().
7940
7941 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7942
7943         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7944         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7945         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7946         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7947         (gst_rtspsrc_handle_message):
7948         Fix compiler warnings shown with Forte.
7949
7950 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7951
7952         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7953         (gst_rtspsrc_dup_printf):
7954         Give meaningfull error when all streams failed to configure for some
7955         reason.
7956
7957 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7958
7959         * gst/rtp/README:
7960         Update README with the design for synchronisation rules of RTP on
7961         sender and receiver.
7962
7963 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7964
7965         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7966         (gst_wavparse_chain):
7967         Don't push EOS from the chain function, the element
7968         driving the pipeline is responsible for this. The bug
7969         this was meant to fix seems to be queue not forwarding
7970         EOS in all cases (see #476514).
7971
7972 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7973
7974         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7975         (gst_level_transform_ip):
7976         * gst/level/gstlevel.h:
7977         Use basetransform segment so that it is correctly managed on flushes and
7978         start/stop.
7979         Report message timestamp as stream time, which is what an application
7980         can understand.
7981
7982 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7983
7984         * ext/taglib/gstapev2mux.cc:
7985         * ext/taglib/gstapev2mux.h:
7986         * ext/taglib/gsttaglibmux.c:
7987         * tests/check/elements/apev2mux.c:
7988         Update my mail address.
7989
7990 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7991
7992         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7993         (gst_wavparse_loop), (gst_wavparse_chain):
7994         Add EOS logic for the push-based mode too. Fixes #476514.
7995
7996 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7997
7998         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7999         * gst/law/alaw-encode.h:
8000         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
8001         (gst_mulawenc_chain):
8002         * gst/law/mulaw-encode.h:
8003         Fix law encoder timestamps.
8004
8005 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
8006
8007         * ext/gconf/gstgconfaudiosink.c:
8008           Fix warning when building without debug.
8009
8010         * sys/oss/gstossmixertrack.c:
8011           Use const like in alsamixertrack.c (fixes warnings).
8012
8013 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
8014
8015         * sys/v4l2/v4l2src_calls.c:
8016         (gst_v4l2src_probe_caps_for_format_and_size):
8017         Fix framerate detection code some more.
8018         Handle the case where there is a weird step in the stepwise framerates.
8019         Don't overwrite the min interval with the framerate, use a temp variable
8020         instead.
8021         Use max in the Continuous framerate intervals instead of step, which is
8022         1 according to the docs. Fixes #475424.
8023
8024 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
8025
8026         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
8027         Make udpsrc timestamp outgoing buffers based on when they were received.
8028         Also make it output a segment in time.
8029
8030 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
8031
8032         * gst/avi/gstavidemux.c:
8033           Plug a little leak. Little code cleanups.
8034
8035 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
8036
8037         * configure.ac:
8038           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
8039           flac versions, 's good for cross-compilation karma.
8040
8041 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
8042
8043         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
8044
8045         * gst/rtp/gstrtph263pay.c:
8046           Fix up header structure so that compilers don't add padding
8047           between the structure fields, since that would lead to us
8048           sending RTP packets with broken headers (as is currently the
8049           case when compiling with MSVC). Also see similar fixes in
8050           libgstrtp in gst-plugins-base. (#474616; #471194)
8051
8052 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
8053
8054         * sys/v4l2/v4l2src_calls.c:
8055         (gst_v4l2src_probe_caps_for_format_and_size):
8056         Don't overwrite our GValue with 0 but instead use the previously
8057         computed value. Fixes #471823 some more.
8058
8059 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8060
8061         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8062           No tabs in this file please, or gtk-doc will end up documenting
8063           rather absurd class hierarchies.
8064
8065 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8066
8067         * ext/gconf/gstswitchsink.c:
8068           If the new kid element fails to change state for some reason
8069           (e.g. esdsink not being able to connect to the sound server),
8070           forward the error message it posted on the bus instead of just
8071           posting a generic 'Internal state change error: please file a
8072           bug' error message. Fixes #471364.
8073
8074 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8075
8076         * gst/qtdemux/Makefile.am:
8077         * gst/qtdemux/qtdemux.c:
8078           Don't assume tags are encoded as UTF-8 (#473670).
8079
8080 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8081
8082         * sys/v4l2/gstv4l2src.c:
8083         * sys/v4l2/gstv4l2src.h:
8084         * sys/v4l2/v4l2src_calls.c:
8085           Implement LATENCY queries in the crudest way possible so I don't
8086           have to use sync=false any longer when testing with videosinks.
8087
8088 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8089
8090         * configure.ac:
8091           Fix build.
8092
8093 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8094
8095         * sys/v4l2/v4l2src_calls.c:
8096         (gst_v4l2src_probe_caps_for_format_and_size):
8097         Add some more debugging in the framerate function.
8098         Iterate stepwise framerate up to and _including_ the max and if nothing
8099         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
8100         don't end up with an empty list. Fixes #471823
8101
8102 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8103
8104         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8105         (gst_multiudpsink_set_clients_string),
8106         (gst_multiudpsink_get_clients_string),
8107         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
8108         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
8109         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8110         (gst_multiudpsink_clear):
8111         Add property do configure destination address/port pairs
8112         API:GstMultiUDPSink::clients
8113
8114 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8115
8116         * tests/examples/Makefile.am:
8117         * tests/examples/rtp/Makefile.am:
8118         * tests/examples/rtp/client-H263p-AMR.sh:
8119         * tests/examples/rtp/client-H263p-PCMA.sdp:
8120         * tests/examples/rtp/client-H263p-PCMA.sh:
8121         * tests/examples/rtp/client-H264-PCMA.sdp:
8122         * tests/examples/rtp/client-H264-PCMA.sh:
8123         * tests/examples/rtp/client-PCMA.sh:
8124         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8125         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8126         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8127         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8128         Added some RTP example scripts for sending and receiving RTP streams.
8129
8130 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8131
8132         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8133         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8134         Restructure the setcaps function so that we can also compute the
8135         expected GStreamer output size of the video frames.
8136         Set frame_byte_size correctly so that read-based devices have a chance
8137         of working correctly.
8138         When grabbing a frame, discard frames that are not of the expected size.
8139         Some cameras don't output the right framesize for the first buffer.
8140         Try only a couple of times to get a valid frame, else error out.
8141
8142         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8143         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8144         Add some more debug info when scanning the device.
8145
8146         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8147         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8148         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8149         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8150         Add some more debug info when dequeing a frame.
8151
8152 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8153
8154         * gst/wavparse/gstwavparse.c:
8155           More code cleanups. Add some more comment and improve debugs logs.
8156
8157 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8158
8159         * gst/wavparse/gstwavparse.c:
8160         * gst/wavparse/gstwavparse.h:
8161           Implement seek-query. Refactor duration calculations. Appropriate use
8162           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8163           out of loops.
8164
8165 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8166
8167         * gst/avi/gstavidemux.c:
8168           Implement seek-query.
8169
8170 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8171
8172         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8173         (gst_rtspsrc_dup_printf):
8174         Use new basesink async property to make sparse RTCP packet not wait for
8175         preroll.
8176
8177 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8178
8179         * gst/audiofx/Makefile.am:
8180         Dist the right file.
8181
8182 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8183
8184         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8185         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8186         Make sure we generate and parse floating point values in the POSIX
8187         locale instead of the current locale. 
8188
8189 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8190
8191         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8192         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8193         (gst_rtspsrc_play):
8194         * gst/rtsp/gstrtspsrc.h:
8195         Fix method detection again.
8196         Keep track of when we must send a Range header.
8197         Use segment values for Range, Speed and Scale headers.
8198         Parse Speed and Scale headers to update the segment values.
8199
8200 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8201
8202         patch by: Mark Nauwelaerts <manauw@skynet.be>
8203
8204         * sys/v4l2/v4l2src_calls.c:
8205           Handle optional v4l2 ioctls gracefully.
8206
8207 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8208
8209         * gst/rtp/Makefile.am:
8210         * gst/rtp/gstrtp.c: (plugin_init):
8211         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8212         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8213         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8214         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8215         (gst_rtp_h263_depay_get_property),
8216         (gst_rtp_h263_depay_change_state),
8217         (gst_rtp_h263_depay_plugin_init):
8218         * gst/rtp/gstrtph263depay.h:
8219         Added an H263 depayloader. Fixes #369392.
8220
8221         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8222         (gst_rtp_h263p_depay_process):
8223         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8224         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8225         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8226         payloads.
8227         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8228
8229 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8230
8231         * gst/audiofx/audiochebyshevfreqband.c:
8232         * gst/audiofx/audiochebyshevfreqlimit.c:
8233         Add small comparision with the windowed sinc filters in the docs.
8234
8235 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8236
8237         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8238         (audiochebyshevfreqband_suite):
8239         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8240         (audiochebyshevfreqlimit_suite):
8241         Also test 32 bit float mode and the type 2 variants of the filters.
8242
8243 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8244
8245         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8246         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8247         (gst_rtspsrc_loop):
8248         Refactor the udp and interleaved loop function a bit.
8249
8250 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8251
8252         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8253         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8254         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8255         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8256         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8257         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8258         * gst/rtsp/gstrtspsrc.h:
8259         Protect connection activity with a new lock, avoids deadlocks when going
8260         to PAUSED. Fixes #455808.
8261
8262 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8263
8264         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8265         Fix debug statement.
8266
8267 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8268
8269         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8270         Fix stray %u in debug line as spotted by Saur on IRC.
8271
8272 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8273
8274         * gst/audiofx/audiochebyshevfreqband.c:
8275         (gst_audio_chebyshev_freq_band_class_init):
8276         * gst/audiofx/audiochebyshevfreqlimit.c:
8277         (gst_audio_chebyshev_freq_limit_class_init):
8278         Use generator macros for the process functions for the different
8279         sample types, add lower upper boundaries for the GObject properties
8280         so automatically generated UIs can use sliders and add a note about
8281         the number of poles as a too high number of poles combined with
8282         very low or very high frequencies will produce only noise.
8283         * docs/plugins/gst-plugins-good-plugins.args:
8284         Regenerated for the property changes.
8285
8286 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8287
8288         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8289         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8290         (gst_rtspsrc_stream_configure_udp_sink),
8291         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8292         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8293         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8294         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8295         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8296         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8297         * gst/rtsp/gstrtspsrc.h:
8298         Improve timeout handling.
8299         Use the same socket for sending and receiving RTCP packets so that some
8300         servers can track clients better.
8301         Improve connection closed handling. Try to reconnect.
8302         Don't overwrite our content base with NULL.
8303         Improve debugging.
8304         Improve range parsing and handling.
8305         Remove flushing hack now that core does the right thing.
8306
8307 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8308
8309         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8310         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8311         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8312         (gst_multiudpsink_close), (gst_multiudpsink_add):
8313         * gst/udp/gstmultiudpsink.h:
8314         Add support for getting and setting the socket to use.
8315
8316         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8317         (gst_udpsrc_create), (gst_udpsrc_get_property):
8318         Add support for getting the currently used socket.
8319
8320 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8321
8322         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8323
8324         * gst/audiofx/Makefile.am:
8325         * gst/audiofx/audiochebyshevfreqband.c:
8326         (gst_audio_chebyshev_freq_band_mode_get_type),
8327         (gst_audio_chebyshev_freq_band_base_init),
8328         (gst_audio_chebyshev_freq_band_dispose),
8329         (gst_audio_chebyshev_freq_band_class_init),
8330         (gst_audio_chebyshev_freq_band_init),
8331         (generate_biquad_coefficients), (calculate_gain),
8332         (generate_coefficients),
8333         (gst_audio_chebyshev_freq_band_set_property),
8334         (gst_audio_chebyshev_freq_band_get_property),
8335         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8336         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8337         (gst_audio_chebyshev_freq_band_start):
8338         * gst/audiofx/audiochebyshevfreqband.h:
8339         * gst/audiofx/audiochebyshevfreqlimit.c:
8340         (gst_audio_chebyshev_freq_limit_mode_get_type),
8341         (gst_audio_chebyshev_freq_limit_base_init),
8342         (gst_audio_chebyshev_freq_limit_dispose),
8343         (gst_audio_chebyshev_freq_limit_class_init),
8344         (gst_audio_chebyshev_freq_limit_init),
8345         (generate_biquad_coefficients), (calculate_gain),
8346         (generate_coefficients),
8347         (gst_audio_chebyshev_freq_limit_set_property),
8348         (gst_audio_chebyshev_freq_limit_get_property),
8349         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8350         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8351         (gst_audio_chebyshev_freq_limit_start):
8352         * gst/audiofx/audiochebyshevfreqlimit.h:
8353         * gst/audiofx/audiofx.c: (plugin_init):
8354         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8355         Fixes #464800.
8356
8357         * tests/check/Makefile.am:
8358         * tests/check/elements/.cvsignore:
8359         * tests/check/elements/audiochebyshevfreqband.c:
8360         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8361         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8362         * tests/check/elements/audiochebyshevfreqlimit.c:
8363         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8364         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8365         Add unit tests for the chebyshev filters.
8366
8367         * docs/plugins/Makefile.am:
8368         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8369         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8370         * docs/plugins/gst-plugins-good-plugins.args:
8371         * docs/plugins/inspect/plugin-1394.xml:
8372         * docs/plugins/inspect/plugin-audiofx.xml:
8373         * docs/plugins/inspect/plugin-dv.xml:
8374         * docs/plugins/inspect/plugin-flac.xml:
8375         * docs/plugins/inspect/plugin-jpeg.xml:
8376         * docs/plugins/inspect/plugin-png.xml:
8377         * docs/plugins/inspect/plugin-rtp.xml:
8378         * docs/plugins/inspect/plugin-shout2send.xml:
8379         * docs/plugins/inspect/plugin-wavpack.xml:
8380         And add docs for the chebyshev filters. While doing
8381         that also run make update in docs/plugins.
8382
8383 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8384
8385         * ext/annodex/gstcmmltag.c:
8386         * gst/rtp/gstrtpvorbispay.c:
8387           Make ro memory to share.
8388
8389 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8390
8391         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8392         Improve UDP performance by avoiding a select() when we have data
8393         available immediatly.
8394
8395 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8396
8397         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8398         (gst_rtp_dec_class_init):
8399         * gst/rtsp/gstrtpdec.h:
8400         Add (dummy) SSRC management signals.
8401
8402         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8403         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8404         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8405         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8406         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8407         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8408         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8409         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8410         * gst/rtsp/gstrtspsrc.h:
8411         Add connection-speed property.
8412         Add find_stream helper functions.
8413         Handle stream EOS based on BYE messages or SSRC timeout.
8414         Returns SUCCESS from the state change function as we hide our async
8415         elements from the parent.
8416
8417 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8418
8419         * gst/debug/rndbuffersize.c:
8420           Fix da leak.
8421
8422 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8423
8424         * gst/debug/Makefile.am:
8425         * gst/debug/breakmydata.c:
8426         * gst/debug/gstdebug.c:
8427         * gst/debug/negotiation.c:
8428         * gst/debug/progressreport.c:
8429         * gst/debug/rndbuffersize.c:
8430         * gst/debug/testplugin.c:
8431           Add new test element and clean-up the others a little.
8432
8433 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8434
8435         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8436         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8437
8438 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8439
8440         * gst/rtp/gstrtpilbcdepay.c:
8441           Include stdlib.
8442
8443 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8444
8445         * gst/rtp/gstrtpmpvdepay.c:
8446         Set the mpegversion in the caps so that autoplugging does not get
8447         confused.
8448
8449 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8450
8451         * po/hu.po:
8452         * po/uk.po:
8453         * po/vi.po:
8454           Updated translations.
8455
8456 2007-08-08  Michael Smith <msmith@fluendo.com>
8457
8458         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8459           Render right border in the correct location.
8460
8461 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8462
8463         Patch by: Olivier Crete <tester at tester dot ca>
8464
8465         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8466         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8467         Make mode property a string. Fixes #464475.
8468
8469 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8470
8471         * ext/flac/gstflacenc.c:
8472           Widen caps to match decoder a bit and add more FIXMEs.
8473
8474 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8475
8476         patch by: Mark Nauwelaerts <manauw@skynet.be>
8477
8478         * gst/avi/gstavimux.c:
8479           Fix ODML index tag numbering. Fixes #463624.
8480
8481 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8482
8483         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8484         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8485         (gst_rtspsrc_stream_configure_tcp),
8486         (gst_rtspsrc_stream_configure_udp_sink):
8487         Fix default clock-rate for realmedia.
8488         Fix parsing of transport.
8489         Don't try to link NULL pads.
8490
8491 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8492
8493         * po/POTFILES.skip:
8494           Add POTFILES.skip with list of source files that aren't disted at the
8495           moment but contain translatable strings. Should hopefully pacify
8496           broken tools and make it clearer that these files are left out
8497           intentionally (#461600).
8498
8499 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8500
8501         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8502         If the buffer was entirely clipped ... don't try sending it :)
8503
8504 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8505
8506         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8507         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8508         (gst_rtspsrc_create_transports_string),
8509         (gst_rtspsrc_prepare_transports):
8510         If we don't hav a session manager, set the caps on outgoing buffers
8511         ourselves.
8512         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8513         Append final bit of the transport string even when it does not contain a
8514         placeholder.
8515
8516 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8517
8518         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8519         (gst_rtsp_ext_list_connect):
8520         * gst/rtsp/gstrtspext.h:
8521         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8522         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8523         Clean up the interface list.
8524         Allow connecting to interface signals for the extensions.
8525         Remove old extension code.
8526         Free list on cleanup.
8527         Allow extensions to send additional RTSP messages.
8528
8529 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8530
8531         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8532         Handle a NULL gconf key gracefully by rendering the default element.
8533
8534 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8535
8536         * gst/rtsp/gstrtspext.h:
8537         Fix include path for extension interface.
8538
8539 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8540
8541         * gst/audiofx/audioamplify.h:
8542         Also remove a now unecessary variable here.
8543
8544 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8545
8546         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8547         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8548         * gst/audiofx/audiodynamic.c:
8549         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8550         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8551         * gst/audiofx/audiodynamic.h:
8552         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8553         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8554         * gst/audiofx/audioinvert.h:
8555         Don't save format information ourselves, this is already saved in
8556         GstAudioFilter.
8557
8558 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8559
8560         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8561         (gst_rtsp_ext_list_stream_select):
8562         * gst/rtsp/gstrtspext.h:
8563         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8564         Use rank to filter out extensions.
8565         Add url to stream_select interface call.
8566
8567 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8568
8569         * gst/rtsp/Makefile.am:
8570         * gst/rtsp/base64.c:
8571         * gst/rtsp/base64.h:
8572         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8573         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8574         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8575         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8576         (gst_rtsp_ext_list_setup_media),
8577         (gst_rtsp_ext_list_configure_stream),
8578         (gst_rtsp_ext_list_get_transports),
8579         (gst_rtsp_ext_list_stream_select):
8580         * gst/rtsp/gstrtspext.h:
8581         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8582         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8583         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8584         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8585         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8586         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8587         (gst_rtspsrc_stream_configure_tcp),
8588         (gst_rtspsrc_stream_configure_mcast),
8589         (gst_rtspsrc_stream_configure_udp),
8590         (gst_rtspsrc_stream_configure_udp_sink),
8591         (gst_rtspsrc_stream_configure_transport),
8592         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8593         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8594         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8595         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8596         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8597         (gst_rtspsrc_parse_methods),
8598         (gst_rtspsrc_create_transports_string),
8599         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8600         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8601         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8602         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8603         * gst/rtsp/gstrtspsrc.h:
8604         * gst/rtsp/rtsp.h:
8605         * gst/rtsp/rtspconnection.c:
8606         * gst/rtsp/rtspconnection.h:
8607         * gst/rtsp/rtspdefs.c:
8608         * gst/rtsp/rtspdefs.h:
8609         * gst/rtsp/rtspext.h:
8610         * gst/rtsp/rtspextwms.c:
8611         * gst/rtsp/rtspextwms.h:
8612         * gst/rtsp/rtspmessage.c:
8613         * gst/rtsp/rtspmessage.h:
8614         * gst/rtsp/rtsprange.c:
8615         * gst/rtsp/rtsprange.h:
8616         * gst/rtsp/rtsptransport.c:
8617         * gst/rtsp/rtsptransport.h:
8618         * gst/rtsp/rtspurl.c:
8619         * gst/rtsp/rtspurl.h:
8620         * gst/rtsp/sdp.h:
8621         * gst/rtsp/sdpmessage.c:
8622         * gst/rtsp/sdpmessage.h:
8623         * gst/rtsp/test.c:
8624         Use shiny new RTSP and SDP library.
8625         Implement RTSP extensions using the new interface.
8626         Remove a lot of old code.
8627
8628 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8629
8630         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8631         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8632
8633 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8634
8635         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8636         Don't unref the outgoing buffer twice when dropping it because it's
8637         outside of the segment.
8638
8639 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8640
8641         * configure.ac:
8642         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8643         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8644         Use the new buffer clipping function from gstaudio here and
8645         require gst-plugins-base CVS.
8646         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8647         For framed Wavpack buffers we require a valid timestamp.
8648
8649 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8650
8651         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8652         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8653         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8654         Clip raw audio and video when we can, keep track of current output
8655         segment.
8656         Don't leak buffers and events when there is no output pad.
8657         Improve debugging here and there.
8658
8659 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8660
8661         * configure.ac:
8662           Sync liboil check with plugins-base.
8663
8664 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8665
8666         * ext/annodex/Makefile.am:
8667           Fix CFLAGS/LIBS.
8668
8669         * ext/cdio/gstcdiocddasrc.c:
8670         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8671           Include stdlib
8672
8673         * ext/cairo/Makefile.am:
8674         * gst/videofilter/Makefile.am:
8675         * tests/examples/level/Makefile.am:
8676           Use $(LIBM) instead of -lm
8677
8678 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8679
8680         * sys/v4l2/gstv4l2src.c:
8681           Add another example pipeline.
8682
8683 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8684
8685         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8686
8687         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8688           Use define here.
8689
8690         * sys/v4l2/gstv4l2tuner.c:
8691         (gst_v4l2_tuner_set_frequency_and_notify):
8692           Don't touch the property - its still disabled.
8693
8694         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8695         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8696         * sys/v4l2/v4l2src_calls.h:
8697           Improve fallback format negotionation. Fixes #451388
8698
8699 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8700
8701         * tests/check/elements/videocrop.c: (GST_START_TEST):
8702           Fix the test.
8703
8704 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8705
8706         * docs/plugins/Makefile.am:
8707         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8708         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8709         * docs/plugins/inspect/plugin-jpeg.xml:
8710         * docs/plugins/inspect/plugin-png.xml:
8711         * ext/jpeg/gstjpegdec.c:
8712         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8713         (gst_pngdec_sink_setcaps):
8714           More docs. More logs in pngdec.
8715
8716 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8717
8718         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8719           Initialize num_buffers with minimum value.
8720
8721         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8722         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8723           Handle frame-size query failure gracefully.
8724
8725 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8726
8727         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8728         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8729         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8730         of qt/aac files.
8731
8732 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8733
8734         * ext/wavpack/gstwavpackdec.c:
8735         (gst_wavpack_dec_clip_outgoing_buffer):
8736         Fix buffer clipping to correctly clip to the segment stop.
8737
8738 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8739
8740         * configure.ac:
8741         * tests/Makefile.am:
8742         Remove bogus check for libcheck, since we check for
8743         gstreamer-check and it pulls in the required info from there,
8744         and we weren't actually _using_ the information for libcheck
8745         ourselves anyway.
8746
8747 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8748
8749         * configure.ac:
8750           Use pkg-config to locate check.
8751
8752 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8753
8754         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8755         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8756         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8757         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8758         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8759         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8760         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8761         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8762         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8763         * gst/effectv/gstrev.c: (gst_revtv_transform):
8764         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8765         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8766         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8767         * gst/matroska/matroska-demux.c:
8768         (gst_matroska_demux_add_wvpk_header),
8769         (gst_matroska_demux_check_subtitle_buffer),
8770         (gst_matroska_decode_buffer):
8771         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8772           Fix build against core CVS.
8773
8774 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8775
8776         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8777         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8778         don't have enough granularity to convert that boolean into a
8779         GstFlowReturn.
8780
8781 2007-07-06  Michael Smith <msmith@fluendo.com>
8782
8783         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8784         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8785         (gst_alawdec_change_state):
8786         * gst/law/alaw-decode.h:
8787         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8788         (gst_mulawdec_class_init), (gst_mulawdec_init),
8789         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8790         * gst/law/mulaw-decode.h:
8791           Fix capsnego bogosity in *law decoders. 
8792
8793 2007-07-06  Michael Smith <msmith@fluendo.com>
8794
8795         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8796         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8797         (gst_smokeenc_change_state):
8798         * ext/jpeg/gstsmokeenc.h:
8799           Remove stupidity in get/set caps functions.
8800           Fix some refcounting problems.
8801
8802 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8803
8804         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8805         Remove endianness-flipping hack that seems to have been required
8806         only because of a bug in ffmpegcolorspace.
8807         Partially Fixes: #451908
8808
8809 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8810
8811         * docs/plugins/Makefile.am:
8812           Simplify --extra-dir as gtkdoc scans recursively.
8813
8814 2007-07-03  Wim Taymans  <wim@fluendo.com>
8815
8816         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8817
8818         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8819         Set the encoding-name in the rtp caps to all uppercase, as required by
8820         the caps spec.
8821         Some small cleanups in the error paths. Fixes #453037.
8822
8823 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8824
8825         * ext/wavpack/gstwavpackparse.c:
8826         (gst_wavpack_parse_index_get_last_entry),
8827         (gst_wavpack_parse_index_get_entry_from_sample),
8828         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8829         (gst_wavpack_parse_scan_to_find_sample):
8830         * ext/wavpack/gstwavpackparse.h:
8831         Use a GSList for the GArray that is used like a list anyway.
8832
8833 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8834
8835         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8836         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8837         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8838           Add state change function where we set 0/1 as default framerate in
8839           case our setcaps function isn't called, like it might not in a
8840           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8841           gdkpixbufdec trying to create caps with a 0/0 framerate.
8842           Also post an error message on the bus if gst_pad_push() fails when
8843           called from our sink event handler (+1 for flow returns for event
8844           functions in 0.11) instead of failing silently.
8845
8846 2007-06-27  Wim Taymans  <wim@fluendo.com>
8847
8848         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8849         Cast stack args to the proper types. Fixes #451249.
8850
8851 2007-06-27  Wim Taymans  <wim@fluendo.com>
8852
8853         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8854         (new_session_pad), (gst_rtspsrc_setup_streams):
8855         * gst/rtsp/gstrtspsrc.h:
8856         For container formats we only need to activate one of the streams so
8857         that we correctly signal no-more-pads. Fixes #451015.
8858
8859 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8860
8861         * docs/plugins/gst-plugins-good-plugins.args:
8862         * docs/plugins/inspect/plugin-aasink.xml:
8863         * docs/plugins/inspect/plugin-alaw.xml:
8864         * docs/plugins/inspect/plugin-alpha.xml:
8865         * docs/plugins/inspect/plugin-alphacolor.xml:
8866         * docs/plugins/inspect/plugin-annodex.xml:
8867         * docs/plugins/inspect/plugin-apetag.xml:
8868         * docs/plugins/inspect/plugin-audiofx.xml:
8869         * docs/plugins/inspect/plugin-auparse.xml:
8870         * docs/plugins/inspect/plugin-autodetect.xml:
8871         * docs/plugins/inspect/plugin-avi.xml:
8872         * docs/plugins/inspect/plugin-cacasink.xml:
8873         * docs/plugins/inspect/plugin-cairo.xml:
8874         * docs/plugins/inspect/plugin-cdio.xml:
8875         * docs/plugins/inspect/plugin-cutter.xml:
8876         * docs/plugins/inspect/plugin-debug.xml:
8877         * docs/plugins/inspect/plugin-efence.xml:
8878         * docs/plugins/inspect/plugin-effectv.xml:
8879         * docs/plugins/inspect/plugin-esdsink.xml:
8880         * docs/plugins/inspect/plugin-flac.xml:
8881         * docs/plugins/inspect/plugin-flxdec.xml:
8882         * docs/plugins/inspect/plugin-gconfelements.xml:
8883         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8884         * docs/plugins/inspect/plugin-goom.xml:
8885         * docs/plugins/inspect/plugin-halelements.xml:
8886         * docs/plugins/inspect/plugin-icydemux.xml:
8887         * docs/plugins/inspect/plugin-id3demux.xml:
8888         * docs/plugins/inspect/plugin-jpeg.xml:
8889         * docs/plugins/inspect/plugin-ladspa.xml:
8890         * docs/plugins/inspect/plugin-level.xml:
8891         * docs/plugins/inspect/plugin-matroska.xml:
8892         * docs/plugins/inspect/plugin-mulaw.xml:
8893         * docs/plugins/inspect/plugin-multipart.xml:
8894         * docs/plugins/inspect/plugin-navigationtest.xml:
8895         * docs/plugins/inspect/plugin-ossaudio.xml:
8896         * docs/plugins/inspect/plugin-png.xml:
8897         * docs/plugins/inspect/plugin-quicktime.xml:
8898         * docs/plugins/inspect/plugin-rtp.xml:
8899         * docs/plugins/inspect/plugin-rtsp.xml:
8900         * docs/plugins/inspect/plugin-smpte.xml:
8901         * docs/plugins/inspect/plugin-speex.xml:
8902         * docs/plugins/inspect/plugin-taglib.xml:
8903         * docs/plugins/inspect/plugin-udp.xml:
8904         * docs/plugins/inspect/plugin-videobalance.xml:
8905         * docs/plugins/inspect/plugin-videobox.xml:
8906         * docs/plugins/inspect/plugin-videocrop.xml:
8907         * docs/plugins/inspect/plugin-videoflip.xml:
8908         * docs/plugins/inspect/plugin-videomixer.xml:
8909         * docs/plugins/inspect/plugin-wavenc.xml:
8910         * docs/plugins/inspect/plugin-wavparse.xml:
8911         * docs/plugins/inspect/plugin-ximagesrc.xml:
8912           Update docs with caps info.
8913
8914 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8915
8916         * po/POTFILES.in:
8917           Add more files with translatable strings (#450878).
8918
8919 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8920
8921         * MAINTAINERS:
8922         Updating all the maintainers files
8923
8924 2007-06-22  Edward Hervey  <edward@fluendo.com>
8925
8926         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8927         * gst/interleave/deinterleave.c: (deinterleave_init),
8928         (deinterleave_sink_link):
8929         * gst/interleave/interleave.c: (interleave_init):
8930         * gst/median/gstmedian.c: (gst_median_init):
8931         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8932         Fix memory leaks.
8933         * tests/check/elements/id3demux.c: (pad_added_cb):
8934         Remove unused variable.
8935
8936 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8937
8938         * ext/gconf/gconf.h:
8939         Make the prototype of gst_gconf_get_key_for_sink_profile
8940         match the implementation.
8941         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8942         Fixes: #449747
8943
8944 2007-06-20  Michael Smith <msmith@fluendo.com>
8945
8946         * gst/rtp/gstrtpdepay.c:
8947           Fix description - rtpdepay is not a payloader.
8948
8949 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8950
8951         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8952         (qtdemux_video_caps):
8953         * gst/qtdemux/qtdemux_fourcc.h:
8954           Add MJPG to the variants of motion jpeg.
8955
8956 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8957
8958         * tests/check/Makefile.am:
8959         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8960         * tests/check/elements/videocrop.c: (GST_START_TEST):
8961         * tests/check/elements/videofilter.c:
8962         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8963         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8964           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8965           error flags are included and it errors out on compiler warnings
8966           for CVS builds; remove unused variables in various unit tests.
8967
8968 2007-06-19  Wim Taymans  <wim@fluendo.com>
8969
8970         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8971         (rtsp_connection_close), (rtsp_connection_free):
8972         Use threadsafe inet_ntop to convert an ip number to a string. 
8973         Fixes #447961.
8974         Don't leak fd (and ip) when freeing a connection without first closing
8975         it.
8976
8977 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8978
8979         * configure.ac:
8980         Back to CVS
8981
8982         * gst-plugins-good.doap:
8983         Add 0.10.6 to the doap file.
8984
8985 === release 0.10.6 ===
8986
8987 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8988
8989         * configure.ac:
8990           releasing 0.10.6, "Wobble Board"
8991
8992 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8993
8994         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8995         (rtsp_connection_free):
8996           Revert previous commit again, since we are frozen (sorry).
8997
8998 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8999
9000         Patch by: Peter Kjellerstedt <pkj at axis com>
9001
9002         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9003         (rtsp_connection_free):
9004           inet_ntoa() uses a static buffer internally, so we need to copy the
9005           returned string if we want to store it for later (#447961).
9006
9007 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9008
9009         * win32/vs6/autogen.dsp:
9010         * win32/vs6/gst_plugins_good.dsw:
9011         * win32/vs6/libgstalaw.dsp:
9012         * win32/vs6/libgstalpha.dsp:
9013         * win32/vs6/libgstalphacolor.dsp:
9014         * win32/vs6/libgstapetag.dsp:
9015         * win32/vs6/libgstaudiofx.dsp:
9016         * win32/vs6/libgstauparse.dsp:
9017         * win32/vs6/libgstautodetect.dsp:
9018         * win32/vs6/libgstavi.dsp:
9019         * win32/vs6/libgstcutter.dsp:
9020         * win32/vs6/libgstdirectdraw.dsp:
9021         * win32/vs6/libgstdirectsound.dsp:
9022         * win32/vs6/libgsteffectv.dsp:
9023         * win32/vs6/libgstflx.dsp:
9024         * win32/vs6/libgstgoom.dsp:
9025         * win32/vs6/libgsticydemux.dsp:
9026         * win32/vs6/libgstid3demux.dsp:
9027         * win32/vs6/libgstinterleave.dsp:
9028         * win32/vs6/libgstjpeg.dsp:
9029         * win32/vs6/libgstlevel.dsp:
9030         * win32/vs6/libgstmatroska.dsp:
9031         * win32/vs6/libgstmedian.dsp:
9032         * win32/vs6/libgstmonoscope.dsp:
9033         * win32/vs6/libgstmulaw.dsp:
9034         * win32/vs6/libgstmultipart.dsp:
9035         * win32/vs6/libgstqtdemux.dsp:
9036         * win32/vs6/libgstrtp.dsp:
9037         * win32/vs6/libgstrtsp.dsp:
9038         * win32/vs6/libgstsmpte.dsp:
9039         * win32/vs6/libgstspeex.dsp:
9040         * win32/vs6/libgstudp.dsp:
9041         * win32/vs6/libgstvideobalance.dsp:
9042         * win32/vs6/libgstvideobox.dsp:
9043         * win32/vs6/libgstvideocrop.dsp:
9044         * win32/vs6/libgstvideoflip.dsp:
9045         * win32/vs6/libgstvideomixer.dsp:
9046         * win32/vs6/libgstwaveform.dsp:
9047         * win32/vs6/libgstwavenc.dsp:
9048         * win32/vs6/libgstwavparse.dsp:
9049         Mark *.dsp & *.dsw as binary files and convert to DOS line
9050         endings, as they don't load into VS6 correctly otherwise.
9051
9052 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9053
9054         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9055         (rtsp_connection_connect):
9056         Fix the MingW build. 
9057         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
9058         Fixes: #446981
9059
9060 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9061
9062         * tests/check/elements/.cvsignore:
9063         * tests/icles/.cvsignore:
9064         Hush the buildbots up
9065
9066 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9067
9068         * configure.ac:
9069         * sys/Makefile.am:
9070         * sys/directdraw/Makefile.am:
9071         * sys/directsound/Makefile.am:
9072         * sys/waveform/Makefile.am:
9073         Make sure to dist everything needed for win32 builds.
9074
9075 2007-06-14  Edward Hervey  <edward@fluendo.com>
9076
9077         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9078         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
9079         caps.
9080         Fixes #447458
9081
9082 2007-06-13  Wim Taymans  <wim@fluendo.com>
9083
9084         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9085         Make sure we allocate enough memory for the codec_data.
9086         Fixes #447210.
9087
9088 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
9089
9090         * win32/MANIFEST:
9091         Add videocrop project file to the win32 manifest.
9092         * win32/vs6/gst_plugins_good.dsw:
9093         Add qtdemux,videocrop and waveform projects to the workspace.
9094         * win32/vs6/libgstqtdemux.dsp:
9095         Add zlib to the link list of qtdemux.
9096         * win32/vs6/libgstvideocrop.dsp:
9097         Add a project file for videocrop.
9098
9099 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9100
9101         * po/POTFILES.in:
9102         Add qtdemux for translation
9103
9104 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9105
9106         * configure.ac:
9107         * docs/plugins/Makefile.am:
9108         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9109         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9110         * docs/plugins/inspect/plugin-videocrop.xml:
9111         * gst-plugins-good.spec.in:
9112         * sys/Makefile.am:
9113         * tests/check/Makefile.am:
9114         * tests/icles/Makefile.am:
9115         * tests/icles/videocrop-test.c:
9116         Move videocrop and osxvideo from -bad.
9117
9118 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9119
9120         * configure.ac:
9121         * docs/plugins/Makefile.am:
9122         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9123         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9124         * docs/plugins/gst-plugins-good-plugins.args:
9125         * docs/plugins/inspect/plugin-qtdemux.xml:
9126         * docs/plugins/inspect/plugin-quicktime.xml:
9127         * win32/MANIFEST:
9128         Move qtdemux from -bad.
9129
9130         * gst-plugins-good.spec.in:
9131         Update spec file to reflect moving of qtdemux and wavpack
9132
9133 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9134         
9135         * win32/MANIFEST:
9136         * docs/plugins/Makefile.am:
9137         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9138         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9139         * docs/plugins/inspect/plugin-directdraw.xml:
9140         * docs/plugins/inspect/plugin-directsound.xml:
9141         * docs/plugins/inspect/plugin-waveform.xml:
9142         Move the waveform plugin from -bad too. Update the inspect xml
9143         files to mention Plugins Good instead of Plugins Bad.
9144
9145 2007-06-12  Andy Wingo  <wingo@pobox.com>
9146
9147         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9148         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9149         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9150         finalization and resuscitation. No longer public.
9151         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9152         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9153         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9154         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9155         miniobject semantics, and be threadsafe.
9156         (gst_v4l2src_queue_frame): Remove this function, as we just call
9157         the ioctls directly in the two places where we queue buffers.
9158         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9159         directly.
9160         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9161         to allocate the pool, which also preallocates the GstBuffers.
9162         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9163         queueing the frames directly.
9164         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9165         mmap buffers have been dequeued.
9166
9167         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9168         real MiniObject instead of rolling our own refcounting and
9169         finalizing. Give it a lock.
9170         (struct _GstV4l2Buffer): Remove one intermediary object, having
9171         the buffers hold the struct v4l2_buffer directly.
9172
9173         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9174         capture_init so that it can set them on the buffers that it will
9175         create.
9176         (gst_v4l2src_get_read): For better or for worse, include the
9177         timestamping and offsetting code here; really we should be using
9178         bufferalloc though.
9179         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9180         preallocated, mmap'd buffers.
9181
9182 2007-06-11  Wim Taymans  <wim@fluendo.com>
9183
9184         Patch by: daniel fischer <dan at f3c dot com>
9185
9186         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9187         (gst_ximage_src_get_caps):
9188         Actually use the display_name property so that we can dump any
9189         available X display. Fixes #445905.
9190
9191 2007-06-11  Wim Taymans  <wim@fluendo.com>
9192
9193         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9194
9195         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9196         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9197         Add missing rate fields to caps. Fixes #441118.
9198
9199 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9200
9201         * win32/vs6/gst_plugins_good.dsw:
9202         * win32/vs8/gst-plugins-good.sln:
9203         Add DirectSound and DirectDraw sinks project files to
9204         workspace and solution files.
9205
9206 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9207
9208         Patch by: Josh Coalson <xflac at yahoo dot com>,
9209         updated by Alexis Ballier <aballier at gentoo dot org>:
9210
9211         * configure.ac:
9212         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9213         (gst_flac_dec_setup_seekable_decoder),
9214         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9215         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9216         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9217         * ext/flac/gstflacdec.h:
9218         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9219         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9220         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9221         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9222         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9223         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9224         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9225         * ext/flac/gstflacenc.h:
9226         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9227         
9228 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9229
9230         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9231         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9232         not necessary anymore as we need at least that core version. 
9233
9234 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9235
9236         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9237         (gst_wavpack_dec_chain):
9238         * ext/wavpack/gstwavpackdec.h:
9239         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9240         (gst_wavpack_parse_push_buffer):
9241         * ext/wavpack/gstwavpackparse.h:
9242         Improve discont handling by checking if the next Wavpack block has
9243         the expected, following block index.
9244
9245 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9246
9247         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9248           Fix element description.
9249
9250 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9251
9252         * configure.ac:
9253         * docs/plugins/Makefile.am:
9254         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9255         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9256         * docs/plugins/gst-plugins-good-plugins.args:
9257         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9258         * docs/plugins/gst-plugins-good-plugins.signals:
9259         * docs/plugins/inspect/plugin-autodetect.xml:
9260         * docs/plugins/inspect/plugin-gconfelements.xml:
9261         * docs/plugins/inspect/plugin-ladspa.xml:
9262         * docs/plugins/inspect/plugin-rtp.xml:
9263         * docs/plugins/inspect/plugin-wavpack.xml:
9264         * ext/Makefile.am:
9265         * tests/check/Makefile.am:
9266           move wavpack plugin.  See #352605.
9267
9268 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9269
9270         * configure.ac:
9271         * docs/plugins/Makefile.am:
9272         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9273         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9274         * docs/plugins/gst-plugins-good-plugins.args:
9275         * sys/Makefile.am:
9276         * win32/MANIFEST:
9277         Add DirectDraw & DirectSound plugins to the build and docs.
9278
9279 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9280
9281         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9282         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9283           When operating in pull mode, error out correct on not-linked.
9284
9285 2007-06-06  Andy Wingo  <wingo@pobox.com>
9286
9287         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9288         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9289         format and size if the ioctls are defined; should fix compilation
9290         on Linux < 2.16.19.
9291
9292 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9293
9294         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9295           Printf fixes in debug statements; use LOG level for debug statements
9296           that are printed for each and every frame; convert c++ comments to
9297           C-style comments; not much point using g_try_malloc() if we then not
9298           even check the return value.
9299
9300 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9301
9302         * configure.ac:
9303           Bump requirements to released versions (core and base 0.10.13).
9304
9305         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9306           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9307           own implementation.
9308
9309 2007-06-05  Andy Wingo  <wingo@pobox.com>
9310
9311         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9312         some useless comments.
9313
9314         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9315         frames before calling STREAMON, that might leave them in a state
9316         where they can't be dequeued if we go back to NULL without calling
9317         STREAMON, according to the docs.
9318         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9319         before we call STREAMON.
9320         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9321         failures. (For me this code hung.) The pool refcounting is still
9322         crack; added a note to that effect.
9323
9324 2007-06-05  Wim Taymans  <wim@fluendo.com>
9325
9326         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9327         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9328         Add support for mapping gst structure names to the MIME type equivalent.
9329         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9330
9331 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9332
9333         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9334         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9335         (gst_wavenc_chain), (gst_wavenc_change_state):
9336         * gst/wavenc/gstwavenc.h:
9337         Properly write wav files with width!=depth by having the depth most
9338         significant bytes set and all others zero. Fixes #442535.
9339
9340 2007-06-01  Wim Taymans  <wim@fluendo.com>
9341
9342         * gst/rtsp/rtspconnection.c:
9343         Add include to make buildbot happy.
9344
9345 2007-06-01  Wim Taymans  <wim@fluendo.com>
9346
9347         Patch by: Peter Kjellerstedt  <pkj at axis com>
9348
9349         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9350         (rtsp_connection_connect), (add_date_header),
9351         (rtsp_connection_send), (parse_response_status),
9352         (parse_request_line), (parse_line), (rtsp_connection_receive):
9353         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9354         * gst/rtsp/rtspdefs.h:
9355         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9356         (rtsp_message_init_request), (rtsp_message_init_response),
9357         (rtsp_message_remove_header), (rtsp_message_append_headers),
9358         (rtsp_message_dump):
9359         * gst/rtsp/rtspmessage.h:
9360         Improves version checking, allowing an RTSP server to reply with "505
9361         RTSP Version not supported.
9362         Adds a Date header to all messages.
9363         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9364         want to be able to send a response even if something in the request was
9365         invalid. EINVAL is only used when passing wrong arguments to functions.
9366         Do not handle an invalid method in parse_request_line(). Defer this to
9367         the caller so it can respond with "405 Method Not Allowed".
9368         Improves parsing of the timeout parameter to the Session header,
9369         allowing whitespace after the semicolon. 
9370         Avoids a compiler warning due to variables shadowing a function argument.
9371
9372 2007-06-01  Wim Taymans  <wim@fluendo.com>
9373
9374         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9375
9376         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9377         (gst_rtp_amr_depay_process):
9378         * gst/rtp/gstrtpamrdepay.h:
9379         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9380         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9381         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9382         * gst/rtp/gstrtpamrpay.h:
9383         Add support for AMR-WB.
9384         Small cleanups such as using BOILERPLATE.
9385
9386 2007-05-31  Wim Taymans  <wim@fluendo.com>
9387
9388         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9389         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9390
9391 2007-05-30  Andy Wingo  <wingo@pobox.com>
9392
9393         * sys/v4l2/gstv4l2object.h: 
9394         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9395         unintended changes.
9396
9397         * sys/v4l2/v4l2src_calls.h: 
9398         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9399         the format list in the order that the driver gives it to us.
9400         (gst_v4l2src_probe_caps_for_format_and_size)
9401         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9402         based on the capabilities of the device.
9403         (gst_v4l2src_grab_frame): Update for object variable renaming.
9404         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9405         as in the set_caps below.
9406         (gst_v4l2src_capture_init): Update for object variable renaming,
9407         and reflow.
9408         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9409         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9410         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9411         (gst_v4l2src_get_fps): Remove; these functions don't have much
9412         meaning outside of an atomic set_caps method.
9413         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9414         known.
9415
9416         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9417         call to update_fps; not sure about this change.
9418         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9419         moment we don't have an update_fps_func.
9420
9421         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9422         structures in the object, just store what we need. Do store the
9423         probed caps of the device. Don't store the current frame rate.
9424
9425         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9426         update_fps_function, for now. Update for new object variable
9427         naming.
9428         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9429         new object variable naming.
9430         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9431         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9432         (gst_v4l2src_get_caps): Rework to probe the device for supported
9433         frame sizes and frame rates.
9434         (gst_v4l2src_set_caps): Rework to be strict in the given
9435         parameters: if someone asks us to have a certain size and rate,
9436         that is what we configure.
9437         (gst_v4l2src_get_read): Update for object variable naming. Don't
9438         leak buffers on short reads.
9439         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9440         comments.
9441         (gst_v4l2src_create): Update for object variable naming.
9442
9443 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9444
9445         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9446         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9447         * gst/avi/gstavidemux.h:
9448           Parse subtitle text streams instead of erroring out (#442034). Still
9449           needs a parser for the subtitles to actually show up.
9450
9451 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9452
9453         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9454         (gst_avi_demux_loop):
9455           Make _push_event() return TRUE if the event could be pushed on at
9456           least one pad and not only if it could be pushed on all pads,
9457           otherwise we'll end up posting an error message on EOS if one or
9458           more source pads are not connected.
9459
9460 2007-05-28  Wim Taymans  <wim@fluendo.com>
9461
9462         * gst/rtsp/rtsptransport.c:
9463         Use renamed RTP bin.
9464
9465 2007-05-28  Wim Taymans  <wim@fluendo.com>
9466
9467         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9468
9469         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9470         (gst_video_box_set_property), (gst_video_box_transform_caps),
9471         (video_box_recalc_transform), (gst_video_box_set_caps),
9472         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9473         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9474         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9475         (gst_video_box_i420_i420), (gst_video_box_transform),
9476         (plugin_init):
9477         Add AYUV->AYUV and AYUV->I420 formats. 
9478         Fix negotiation and I420->AYUV conversion.
9479         Fixes #429329.
9480
9481 2007-05-26  Wim Taymans  <wim@fluendo.com>
9482
9483         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9484         Use different variables for nested for loops so that the outer loop
9485         functions properly and speex files with multiple frames per buffer work
9486         properly.
9487         Fixes #441408.
9488
9489 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9490
9491         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9492           Don't leak newsegment events.
9493
9494 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9495
9496         * gst/wavparse/Makefile.am:
9497           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9498           drags it in.
9499
9500 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9501
9502         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9503         (notgst_value_array_append_buffer),
9504         (gst_flac_enc_process_stream_headers),
9505         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9506         (gst_flac_enc_change_state):
9507         * ext/flac/gstflacenc.h:
9508           Collect headers, add "streamheader" field to output caps and set
9509           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9510           produces output according to the official FLAC-to-Ogg mapping
9511           instead of completely broken files. Fixes #426044.
9512
9513 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9514
9515         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9516         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9517         (gst_id3demux_sink_event):
9518         * gst/id3demux/gstid3demux.h:
9519         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9520         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9521         (gst_tag_demux_send_new_segment):
9522         Handle and adjust new-segment events so that downstream really
9523         sees a stream with the tag pieces stripped off the front and back.
9524         Fixes strangeness in seeking when mp3 decoders use the new-segment
9525         byte position to estimate their current playback position timestamp
9526         and then the arriving buffers don't match up.
9527
9528 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9529
9530         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9531           Don't unnecessarily perform a READY->NULL->READY transition on the
9532           detected audio sink when starting up. Fixes: #440127
9533
9534 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9535
9536         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9537         (gst_flac_enc_chain):
9538           Don't crash in chain function if setcaps hasn't been called.
9539
9540 2007-05-24  Wim Taymans  <wim@fluendo.com>
9541
9542         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9543         Init value to avoid infinte loops.
9544
9545 2007-05-24  Wim Taymans  <wim@fluendo.com>
9546
9547         Patch by: Peter Kjellerstedt  <pkj at axis com>
9548
9549         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9550         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9551         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9552         (gst_rtspsrc_play):
9553         (rtsp_connection_send), (rtsp_connection_receive):
9554         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9555         Fix for new API.
9556
9557         * gst/rtsp/rtspconnection.c: (add_auth_header),
9558         Only add authorisation and session headers when sending messages.
9559
9560         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9561         (rtsp_message_init_request), (rtsp_message_init_response),
9562         (rtsp_message_unset), (rtsp_message_add_header),
9563         (rtsp_message_remove_header), (rtsp_message_get_header),
9564         (rtsp_message_append_headers), (dump_key_value),
9565         (rtsp_message_dump):
9566         * gst/rtsp/rtspmessage.h:
9567         Add support for multiple headers of the same type by storing the parsed
9568         headers in a GArray instaed of a hashtable.
9569
9570 2007-05-21  Wim Taymans  <wim@fluendo.com>
9571
9572         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9573         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9574         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9575         safer shutdown.
9576
9577 2007-05-21  Wim Taymans  <wim@fluendo.com>
9578
9579         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9580         * gst/rtsp/gstrtpdec.h:
9581         Added signal for backwards compat.
9582
9583 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9584         
9585         Patch by: René Stadler <mail at renestadler dot de>
9586
9587         * configure.ac:
9588         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9589         (gst_au_parse_parse_header), (gst_au_parse_chain):
9590         * gst/auparse/gstauparse.h:
9591         Use audioconvert for converting from non-native endianness floats
9592         in auparse instead of doing it ourself. Fixes #424527.
9593         This needs the audioconvert from plugins-base CVS.
9594         
9595 2007-05-21  Wim Taymans  <wim@fluendo.com>
9596
9597         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9598         (gst_rtp_h263p_pay_flush):
9599         Fix enum registration.
9600
9601 2007-05-21  Wim Taymans  <wim@fluendo.com>
9602
9603         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9604
9605         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9606         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9607         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9608         (gst_rtp_h263p_pay_flush):
9609         * gst/rtp/gstrtph263ppay.h:
9610         Add new fragmentation mode base on GOB headers. Fixes #438940.
9611
9612 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9613
9614         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9615           Printf format fix.
9616
9617 2007-05-18  Wim Taymans  <wim@fluendo.com>
9618
9619         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9620         Don't crash when an unsupported transport error was returned by the
9621         server, just try to configure the next stream. Fixes #439255.
9622
9623 2007-05-18  Wim Taymans  <wim@fluendo.com>
9624
9625         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9626         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9627         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9628         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9629         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9630         * gst/rtsp/gstrtspsrc.h:
9631         Add TCP timeout property and use it for all TCP connection.
9632
9633         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9634         (rtsp_connection_write), (rtsp_connection_next_timeout),
9635         (rtsp_connection_reset_timeout):
9636         Make connect and writes cancelable and make them use the timeout.
9637
9638 2007-05-18  Wim Taymans  <wim@fluendo.com>
9639
9640         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9641         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9642         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9643         (gst_rtspsrc_setup_streams):
9644         Refactor timeout handling.
9645         Also send keep-alive when dealing with TCP transport.
9646
9647         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9648         (rtsp_connection_free), (rtsp_connection_next_timeout),
9649         (rtsp_connection_reset_timeout):
9650         * gst/rtsp/rtspconnection.h:
9651         Use a timer to handle the session timeouts, add some methods to deal
9652         with timeouts.
9653
9654 2007-05-17  Wim Taymans  <wim@fluendo.com>
9655
9656         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9657         (gst_rtspsrc_setup_streams):
9658         Ignore streams that fail the setup command, we will retry with a
9659         different transport later on.
9660
9661         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9662         (rtsp_ext_wms_configure_stream):
9663         Fix encoding name case.
9664
9665 2007-05-16  Edward Hervey  <edward@fluendo.com>
9666
9667         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9668         Fix build on macosx.
9669
9670 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9671
9672         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9673         Replace direct comparison of a string with the string literal "" with
9674         a comparison of the first character with '\0'. Fixes #438926.
9675
9676 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9677
9678         * gst/debug/breakmydata.c (gst_break_my_data_init):
9679           One more try. This should be the proper fix now.
9680
9681 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9682
9683         * gst/debug/breakmydata.c:
9684           Ooops, no // comments please.
9685
9686 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9687
9688         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9689         (gst_break_my_data_init):
9690           Fix gst_buffer_is_writable() assertion.
9691
9692 2007-05-14  David Schleef  <ds@schleef.org>
9693
9694         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9695           video/x-raw-bayer.  Fixes #314160.
9696
9697 2007-05-14  Wim Taymans  <wim@fluendo.com>
9698
9699         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9700         (gst_rtp_theora_depay_parse_configuration):
9701         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9702         (gst_rtp_theora_pay_finish_headers),
9703         (gst_rtp_theora_pay_handle_buffer):
9704         Update theora pay/depayloader in a similar to vorbis.
9705
9706         * gst/rtp/gstrtpvorbisdepay.c:
9707         (gst_rtp_vorbis_depay_parse_configuration):
9708         Update docs.
9709
9710 2007-05-14  Wim Taymans  <wim@fluendo.com>
9711
9712         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9713         When we try to execute a method that is not supported by the server,
9714         don't error out but remove the method from the accepted methods so that
9715         we never try to perform this method again.
9716
9717 2007-05-14  Wim Taymans  <wim@fluendo.com>
9718
9719         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9720         Remove annoying _dump_mem.
9721
9722 2007-05-14  Wim Taymans  <wim@fluendo.com>
9723
9724         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9725         Parse range correctly.
9726
9727         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9728         The baseurl now always has a '/' at the start.
9729
9730 2007-05-14  Wim Taymans  <wim@fluendo.com>
9731
9732         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9733         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9734         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9735         Factor out caps configuration and configure more stuff such as the time
9736         ranges and speed/scale values.
9737
9738         * gst/rtsp/rtsptransport.c:
9739         Add Copyright after non-trival fixes.
9740
9741 2007-05-12  Wim Taymans  <wim@fluendo.com>
9742
9743         Patch by: Peter Kjellerstedt  <pkj at axis com>
9744
9745         * gst/rtsp/gstrtspsrc.h:
9746         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9747         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9748         (rtsp_message_get_header):
9749         * gst/rtsp/rtspmessage.h:
9750         Make channel guint8 where possible.
9751         Make rtsp_message_init_data() take the channel as a guint8.
9752
9753         * gst/rtsp/rtspdefs.c:
9754         Fixed a typo: Timout -> Timeout
9755
9756         * gst/rtsp/rtspdefs.h:
9757         Make RTSP_CHECK() behave as a statement.
9758
9759         * gst/rtsp/sdpmessage.c:
9760         Avoid a compiler warning in INIT_ARRAY().
9761         Fixes #437692.
9762
9763 2007-05-12  Wim Taymans  <wim@fluendo.com>
9764
9765         Patch by: Peter Kjellerstedt  <pkj at axis com>
9766
9767         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9768         (rtsp_url_get_request_uri):
9769         * gst/rtsp/rtspurl.h:
9770         Add support for query parameters to RTSP URLs.
9771
9772 2007-05-12  Wim Taymans  <wim@fluendo.com>
9773
9774         Patch by: Peter Kjellerstedt  <pkj at axis com>
9775
9776         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9777         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9778         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9779         (rtsp_transport_parse), (rtsp_transport_as_text):
9780         * gst/rtsp/rtsptransport.h:
9781         Add validation to rtsp_transport_parse().
9782         Add rtsp_transport_as_text() to generate an RTSP header from an
9783         RTSPTransport.
9784         Change ssrc to guint (was a string) since that is what it is, even
9785         though it is sent as a hex string.
9786         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9787         incorrect, which can be seen when looking at the examples in the RFC).
9788         Fixes #437670.
9789
9790 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9791
9792         Patch by: Eric Anholt
9793
9794         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9795           gst_ximage_src_ximage_get):
9796         Use union of all damage between frames to make it faster.
9797         Fixes bug #342463.
9798         Also fix crasher when cursor is at bottom right of window.
9799
9800 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9801
9802         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9803           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9804           streaming mode regression for file from #343837 with 'bext' chunk
9805           before the 'fmt' chunk.
9806
9807 2007-05-11  Wim Taymans  <wim@fluendo.com>
9808
9809         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9810         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9811         (gst_rtspsrc_handle_src_event),
9812         (gst_rtspsrc_stream_configure_manager),
9813         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9814         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9815         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9816         * gst/rtsp/gstrtspsrc.h:
9817         * gst/rtsp/rtspdefs.h:
9818         Preliminary seek support.
9819         Activate internal pads so that we can receive events on them.
9820         Don't try to parse a range string when it's NULL.
9821
9822 2007-05-11  Wim Taymans  <wim@fluendo.com>
9823
9824         * gst/rtp/README:
9825         Update README with new RTP variables that will be used for
9826         synchronisation.
9827
9828         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9829         (gst_rtp_vorbis_depay_parse_configuration),
9830         (gst_rtp_vorbis_depay_process):
9831         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9832         (gst_rtp_vorbis_pay_finish_headers),
9833         (gst_rtp_vorbis_pay_handle_buffer):
9834         Update vorbis pay and depayloader to draft-04.
9835
9836 2007-05-11  Wim Taymans  <wim@fluendo.com>
9837
9838         * gst/rtsp/rtsptransport.c:
9839         UDP MCAST is actually the default for RTP/AVP.
9840 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9841
9842         * gst/level/gstlevel.c: (gst_level_transform_ip):
9843         Use guint8 * instead of gpointer then vs6 can build 
9844         in_data += (filter->width / 8).
9845
9846 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9847
9848         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9849           gst_ximage_src_ximage_get):
9850         * sys/ximage/gstximagesrc.h (last_ximage):
9851         When using Damage actually keep the last frame, and not assume
9852         that the buffer we get already has the last frame on it.
9853         Copy the cursor over if we specify a non-zero start x and
9854         start y.
9855
9856 2007-05-11  Wim Taymans  <wim@fluendo.com>
9857
9858         * gst/rtsp/rtsptransport.c:
9859         Make UDP the default transport when not specified.
9860
9861 2007-05-09  David Schleef  <ds@schleef.org>
9862
9863         * gst/level/gstlevel.c:
9864           Revert last change.
9865
9866 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9867
9868         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9869         (gst_level_transform_ip):
9870         Use guint8 * instead of gpointer then vs6 know the size of data
9871         pointed when moving the pointer.
9872         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9873         Move instructions after variables declaration.
9874         * win32/vs6/autogen.dsp:
9875         * win32/vs6/libgstrtp.dsp:
9876         * win32/vs6/libgstrtsp.dsp:
9877         Update vs6 project files.
9878
9879 2007-05-09  Wim Taymans  <wim@fluendo.com>
9880
9881         * gst/rtsp/Makefile.am:
9882         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9883         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9884         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9885         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9886         (rtsp_range_free):
9887         * gst/rtsp/rtsprange.h:
9888         Add code to parse time ranges.
9889         Report DURATION on the stream when possible.
9890
9891 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9892
9893         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9894         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9895         (gst_videomixer_collected):
9896           Fix strides calculation for AYUV (it's just width*4) (#436910).
9897
9898 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9899
9900         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9901         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9902         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9903         Sync the GObject properties before each processing step to properly
9904         work with the controller.
9905
9906 2007-05-04  Wim Taymans  <wim@fluendo.com>
9907
9908         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9909         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9910         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9911         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9912         (gst_rtspsrc_change_state):
9913         Let more error state trickle down so that we can catch more error
9914         cases.
9915         Handle keep-alive a little smarter by selecting a method the server
9916         actually supports.
9917         Fix a race in UDP streaming shutdown.
9918
9919 2007-05-04  Wim Taymans  <wim@fluendo.com>
9920
9921         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9922         Ignore errors when trying to use the keep-alive messages.
9923
9924 2007-05-04  Wim Taymans  <wim@fluendo.com>
9925
9926         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9927         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9928         (gst_rtspsrc_stream_configure_manager),
9929         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9930         (gst_rtspsrc_stream_configure_mcast),
9931         (gst_rtspsrc_stream_configure_udp),
9932         (gst_rtspsrc_stream_configure_udp_sink),
9933         (gst_rtspsrc_stream_configure_transport):
9934         Send RTCP messages back to the server over the TCP connection.
9935
9936         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9937         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9938         (rtsp_connection_receive):
9939         * gst/rtsp/rtspconnection.h:
9940         Factor out and expose lowlevel _write and _read methods.
9941         Implement sending data messages to the server.
9942
9943 2007-05-03  Wim Taymans  <wim@fluendo.com>
9944
9945         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9946         (gst_multipart_mux_collected):
9947         Fix timestamps on outgoing buffers.
9948
9949 2007-05-03  Wim Taymans  <wim@fluendo.com>
9950
9951         * gst/multipart/multipartmux.c:
9952         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9953         (gst_multipart_mux_change_state):
9954         Emit NEWSEGMENT events before pushing the first buffer.
9955
9956 2007-05-03  Wim Taymans  <wim@fluendo.com>
9957
9958         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9959         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9960         (gst_rtspsrc_handle_src_query),
9961         (gst_rtspsrc_stream_configure_manager),
9962         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9963         (gst_rtspsrc_stream_configure_mcast),
9964         (gst_rtspsrc_stream_configure_udp),
9965         (gst_rtspsrc_stream_configure_udp_sink),
9966         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9967         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9968         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9969         (gst_rtspsrc_pause):
9970         Refactor transport configuration code.
9971         Create internal pads for TCP transport so that we can implement events
9972         and queries.
9973         Handle events and queries.
9974         Parse range from the SDP.
9975         Fix race in pause handler where the connection could still be flushing.
9976
9977 2007-05-02  Wim Taymans  <wim@fluendo.com>
9978
9979         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9980         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9981         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9982         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9983         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9984         (gst_rtspsrc_change_state):
9985         * gst/rtsp/gstrtspsrc.h:
9986         Fix race when multiple udp sources post timeouts, just act on the first
9987         received timeout.
9988         Protect stream list with a recursive lock to fix some races.
9989         Flush connection when we need to do a reconnect or stop.
9990         Make state lock recursive.
9991
9992         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9993         (rtsp_connection_close):
9994         Some small cleanups.
9995
9996 2007-05-02  Wim Taymans  <wim@fluendo.com>
9997
9998         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9999         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10000         Only set DISCONT when there actually is a discont or when we just
10001         started.
10002
10003 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10004
10005         * ext/flac/gstflac.c: (plugin_init):
10006         Call bindtextdomain() to get localized strings.
10007
10008 2007-05-02  Wim Taymans  <wim@fluendo.com>
10009
10010         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10011         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10012         (gst_wavparse_stream_data):
10013         * gst/wavparse/gstwavparse.h:
10014         Be a bit more clever when dealing with VBR files with FACT tags, we
10015         don't want to timestamp buffers in that case but the estimated BPS can
10016         be used for seeking.
10017         Only send close segment in the streaming thread.
10018
10019 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10020
10021         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10022         Correctly post an error on the bus if something went wrong in the loop
10023         function. This fixes a few cases where the task was paused and nothing
10024         happened anymore.
10025
10026 2007-05-02  Wim Taymans  <wim@fluendo.com>
10027
10028         * gst/rtsp/test.c: (main):
10029         Fix compilation of deprecated test just because I'm too lazy to delete
10030         it.
10031
10032 2007-05-02  Wim Taymans  <wim@fluendo.com>
10033
10034         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10035         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10036         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
10037         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
10038         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10039         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
10040         * gst/rtsp/gstrtspsrc.h:
10041         Fix sending RTCP to the right place.
10042         Fix bug in reffing the wrong UDP element.
10043         Use new pad names for the session manager.
10044         Implement handling server requests in interleaved and UDP modes.
10045         Handle session keep-alive in UDP modes.
10046         Remove GCond for handling UDP timeouts.
10047
10048         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10049         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10050         (rtsp_connection_receive), (rtsp_connection_close):
10051         * gst/rtsp/rtspconnection.h:
10052         Store connection IP address for later.
10053         Add timeout args to all operations that might block forever.
10054         Parse session timeout.
10055         Only close sockets when not already closed.
10056
10057         * gst/rtsp/rtspdefs.c:
10058         * gst/rtsp/rtspdefs.h:
10059         Add timeout return value and error string.
10060
10061         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
10062         Add small comment.
10063
10064 2007-05-01  Wim Taymans  <wim@fluendo.com>
10065
10066         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10067
10068         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
10069         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
10070         * gst/rtp/gstrtpmp4vpay.h:
10071         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
10072
10073 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
10074
10075         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10076           Remove v4l2src from docs, since it breaks the docs build, and the
10077           plugin is only built if --enable-experimental is used anyway.
10078
10079         * docs/plugins/Makefile.am:
10080           Spaces => tab.
10081
10082 2007-04-29  Wim Taymans  <wim@fluendo.com>
10083
10084         * gst/udp/gstmultiudpsink.c: (leave_multicast),
10085         (gst_multiudpsink_add), (gst_multiudpsink_remove):
10086         Add code to drop membership of a multicast group.
10087
10088         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
10089         (gst_udpsink_set_uri):
10090         Implement URI handler.
10091
10092         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10093         (gst_rtspsrc_parse_rtpinfo):
10094         Use URI handler to make udpsink instace.
10095         Improve code to configure port and destination.
10096
10097 2007-04-29  Wim Taymans  <wim@fluendo.com>
10098
10099         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10100         Fix multicast detection.
10101         Don't try to join a multicast group if the address is not multicast.
10102
10103         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
10104         Small debug improvement.
10105
10106 2007-04-27  Wim Taymans  <wim@fluendo.com>
10107
10108         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10109         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10110         (gst_rtspsrc_handle_message):
10111         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10112         parent.
10113
10114 2007-04-27  Wim Taymans  <wim@fluendo.com>
10115
10116         * gst/rtp/gstrtpilbcdepay.h:
10117         Fix mode property when specified as an arg.
10118
10119 2007-04-26  Edward Hervey  <edward@fluendo.com>
10120
10121         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10122         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10123         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10124         * docs/plugins/inspect/plugin-osxaudio.xml:
10125         Add documentation for osxaudio plugin.
10126
10127 2007-04-26  Wim Taymans  <wim@fluendo.com>
10128
10129         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10130         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10131         (gst_rtspsrc_open), (gst_rtspsrc_close),
10132         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10133         (gst_rtspsrc_pause):
10134         * gst/rtsp/gstrtspsrc.h:
10135         Protect state changes with a lock.
10136
10137         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10138         (parse_line):
10139         * gst/rtsp/rtspconnection.h:
10140         Remove some unused stuff.
10141
10142 2007-04-26  Wim Taymans  <wim@fluendo.com>
10143
10144         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10145         Handle the case where there are exactly 0 bytes to read and the ioctl
10146         did not report an error. Fixes #433530.
10147
10148 2007-04-26  Wim Taymans  <wim@fluendo.com>
10149
10150         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10151         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10152         * gst/wavparse/gstwavparse.h:
10153         Apply DISCONT to buffers.
10154         Only apply timestamp to the first sample after a DISCONT, too many VBR
10155         files cause random jitter in the timestamps. Fixes #433119.
10156
10157 2007-04-25  Wim Taymans  <wim@fluendo.com>
10158
10159         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10160         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10161         (gst_rtp_dec_get_property):
10162         * gst/rtsp/gstrtpdec.h:
10163         Add dummy latency property to be backwards compat with rtpbin.
10164
10165         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10166         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10167         (gst_rtspsrc_stream_configure_transport),
10168         (gst_rtspsrc_parse_rtpinfo):
10169         * gst/rtsp/gstrtspsrc.h:
10170         Add latency property and configure in the session manager.
10171         Don't set invalid clock-base and seqnum-base on caps, some servers
10172         sometimes don't send them.
10173
10174 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10175
10176         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10177         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10178           Double-check that RGB input caps are really RGBA caps (apparently
10179           the core doesn't always catch it if those caps aren't a subset of
10180           our template caps, also see #421543). Fixes #429319 in a way.
10181           Also, don't leak the pad template in the transform_caps function.
10182
10183         * tests/check/Makefile.am:
10184         * tests/check/elements/.cvsignore:
10185         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10186         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10187         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10188         (GST_START_TEST), (alphacolor_suite):
10189           Add some basic unit tests for alphacolor.
10190
10191 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10192
10193         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10194           If we get a fatal flow return in the loop function, first post the
10195           error message and only then send the EOS event downstream, otherwise
10196           applications might get an eos message before the error message and
10197           think everything was ok (related to #429319).
10198
10199 2007-04-25  Wim Taymans  <wim@fluendo.com>
10200
10201         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10202         Read the channel byte as an unsigned byte.
10203
10204 2007-04-25  Wim Taymans  <wim@fluendo.com>
10205
10206         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10207         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10208         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10209         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10210         (gst_rtp_gsm_depay_setcaps):
10211         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10212         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10213         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10214         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10215         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10216         (gst_ilbc_depay_get_property):
10217         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10218         * gst/rtp/gstrtpmp4adepay.c:
10219         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10220         (gst_rtp_pcma_depay_setcaps):
10221         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10222         (gst_rtp_pcmu_depay_setcaps):
10223         Make sure we configure the clock_rate in the baseclass in the setcaps
10224         function. Fixes #431282.
10225
10226 2007-04-25  Wim Taymans  <wim@fluendo.com>
10227
10228         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10229         (gst_rtspsrc_stream_free), (request_pt_map),
10230         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10231         * gst/rtsp/gstrtspsrc.h:
10232         Parse server address from SDP.
10233         Hook up a udpsink to send RTCP back to the server.
10234
10235         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10236         * gst/rtsp/rtsptransport.h:
10237         Add some docs.
10238
10239 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10240
10241         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10242           Make header field check conditional. Fixes #433135
10243
10244 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10245
10246         * docs/plugins/Makefile.am:
10247         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10248         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10249         * docs/plugins/inspect/plugin-alphacolor.xml:
10250         * gst/alpha/Makefile.am:
10251         * gst/alpha/gstalphacolor.c:
10252         * gst/alpha/gstalphacolor.h:
10253           Add minimal docs blurb to alphacolor; split out headers into
10254           separate header file for gtk-doc.
10255
10256 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10257
10258         * gst/debug/progressreport.c: (gst_progress_report_report):
10259           Don't try to post NULL message (in case we can't query upstream
10260           position or duration).
10261
10262 2007-04-18  Michael Smith  <msmith@fluendo.com>
10263
10264         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10265         (gst_cutter_get_caps):
10266         * gst/cutter/gstcutter.h:
10267           Fix some of the most obvious bugs in cutter. Now doesn't leak
10268           everything if input is silent.
10269
10270 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10271
10272         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10273         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10274         * gst/wavenc/gstwavenc.h:
10275         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10276         else results in a invalid block align and invalid files.
10277
10278 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10279
10280         Patch by: Snaik <snaik32 gmail com>
10281
10282         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10283           Add missing break statement for BOX_HORIZONTAL case.
10284
10285 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10286
10287         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10288
10289         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10290         Use correct format strings for integer types.
10291
10292 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10293
10294         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10295         (gst_wavparse_create_sourcepad):
10296         Use gst_riff_create_audio_template_caps () instead of the local caps.
10297         This makes updates of the local caps unecessary whenever libgstriff
10298         gets support for new formats.
10299
10300 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10301
10302         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10303
10304         * sys/sunaudio/gstsunaudio.c:
10305         * sys/sunaudio/gstsunaudiomixer.c:
10306         * sys/sunaudio/gstsunaudiomixer.h:
10307         * sys/sunaudio/gstsunaudiomixerctrl.c:
10308         * sys/sunaudio/gstsunaudiomixerctrl.h:
10309         * sys/sunaudio/gstsunaudiomixertrack.h:
10310         * sys/sunaudio/gstsunaudiosink.c:
10311         * sys/sunaudio/gstsunaudiosink.h:
10312         * sys/sunaudio/gstsunaudiosrc.c:
10313         * sys/sunaudio/gstsunaudiosrc.h:
10314           Fix and/or update copyright attributions (#430228).
10315
10316 2007-04-13  Wim Taymans  <wim@fluendo.com>
10317
10318         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10319         Fix docs.
10320
10321         * gst/rtsp/URLS:
10322         Add some more example urls.
10323
10324         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10325         (gst_rtp_dec_chain_rtp):
10326         Better debugging.
10327
10328         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10329         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10330         (gst_rtspsrc_parse_rtpinfo):
10331         Remove unused code.
10332
10333 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10334
10335         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10336         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10337         (gst_wavparse_stream_data):
10338           Relax the audio/mpeg caps again and add FIXME: comment.
10339
10340 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10341
10342         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10343         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10344         (gst_wavparse_stream_data):
10345         * gst/wavparse/gstwavparse.h:
10346           More sanity check for the header fields. Fix type for 'rate' header
10347           field.
10348
10349 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10350
10351         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10352         (gst_icydemux_unicodify):
10353           If the metadata strings we get in the stream are not UTF-8, try to
10354           interpret them according to the character encodings specified in the
10355           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10356           only fall back to locale/ISO-8859-1 if those aren't set or don't
10357           work. Should fix #428901.
10358
10359 2007-04-12  Wim Taymans  <wim@fluendo.com>
10360
10361         * gst/rtp/gstrtph264depay.c:
10362         Use the proper sync word for SPS and PPS.
10363
10364 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10365
10366         * gst/rtp/Makefile.am:
10367         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10368           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10369         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10370           Add a simple hashing implementation that we can use to generate
10371           a 24-bit ident value based on the codebooks for vorbis and theora.
10372         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10373           gst_rtp_theora_pay_handle_buffer):
10374         * gst/rtp/gstrtpvorbisdepay.c
10375           (gst_rtp_vorbis_depay_parse_configuration,
10376           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10377         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10378           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10379           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10380           Use the hashing function, ensuring that the same codebooks result
10381           in the same ident and thus the same SDP description.
10382           Various log fixes/changes.
10383
10384 2007-04-12  Wim Taymans  <wim@fluendo.com>
10385
10386         Patch by: jerry tan <jerry dot tan at sun dot com>
10387
10388         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10389         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10390         application's responsibility to make sure it open the device once.
10391         Remove a careless error if AUDIODEV is set. Fixes #392620.
10392
10393 2007-04-12  Wim Taymans  <wim@fluendo.com>
10394
10395         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10396         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10397         * gst/rtsp/gstrtpdec.h:
10398         Make backward compat with rtpbin by adding the request-pt-map signals.
10399
10400         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10401         (new_session_pad), (request_pt_map),
10402         (gst_rtspsrc_stream_configure_transport),
10403         (gst_rtspsrc_stream_configure_caps),
10404         (gst_rtspsrc_activate_streams):
10405         * gst/rtsp/gstrtspsrc.h:
10406         Implement request-pt-map signals instead of setting caps on the buffers
10407         for the session manager.
10408
10409 2007-04-11  Wim Taymans  <wim@fluendo.com>
10410
10411         * gst/udp/gstudp.c: (plugin_init):
10412         Register GstNetBuffer in plugin_init so that the type can be used from
10413         multiple threads without races.
10414
10415 2007-04-10  Wim Taymans  <wim@fluendo.com>
10416
10417         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10418         (gst_rtp_amr_depay_process):
10419         Fix depayloader clock_rate and some cleanups.
10420
10421         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10422         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10423         * gst/rtp/gstrtph264depay.h:
10424         Don't push codec_data in the adapter because it might get flushed when
10425         we get a discont.
10426
10427         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10428         Handle multiple AU per packet.
10429
10430         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10431         (gst_rtp_sv3v_depay_plugin_init):
10432         Disable rank, this one does not work.
10433         Remove timestamping, base class does that.
10434
10435 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10436
10437         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10438           limit caps to the formats we announce in the template
10439
10440         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10441         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10442         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10443           fix some crashers/asserts when dealing with broken files
10444
10445 2007-04-10  Wim Taymans  <wim@fluendo.com>
10446
10447         Patch by: Peter Kjellerstedt  <pkj at axis com>
10448
10449         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10450         * gst/rtp/gstrtpL16depay.c:
10451         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10452         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10453         (gst_rtp_speex_depay_setcaps):
10454         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10455         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10456         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10457         Fix some compiler warnings. Fixes #428182.
10458
10459 2007-04-06  Wim Taymans  <wim@fluendo.com>
10460
10461         * gst/rtsp/Makefile.am:
10462         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10463         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10464         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10465         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10466         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10467         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10468         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10469         (create_rtcp), (gst_rtp_dec_request_new_pad),
10470         (gst_rtp_dec_release_pad):
10471         * gst/rtsp/gstrtpdec.h:
10472         * gst/rtsp/gstrtsp.c: (plugin_init):
10473         Morph RTPDec into something compatible with RTPBin as a fallback.
10474         Various other style fixes.
10475
10476         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10477         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10478         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10479         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10480         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10481         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10482         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10483         * gst/rtsp/gstrtspsrc.h:
10484         Implement RTPBin session manager handling.
10485         Don't try to add empty properties to caps.
10486         Implement fallback session manager, handling.
10487         Don't combine errors from RTCP streams, just ignore them.
10488
10489         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10490         * gst/rtsp/rtsptransport.h:
10491         Implement fallback session manager.
10492         Make RTPBin the default one when available.
10493
10494 2007-04-05  Wim Taymans  <wim@fluendo.com>
10495
10496         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10497         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10498         This element is ready to be autoplugged.
10499
10500 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10501
10502         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10503         Don't leave the offsets defined by upstream element on the
10504         compressed data buffer we are pushing downstream. Make them
10505         GST_BUFFER_OFFSET_NONE.
10506
10507 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10508
10509         * gst/avi/README:
10510         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10511         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10512         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10513         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10514         (gst_avi_demux_calculate_durations_from_index),
10515         (gst_avi_demux_stream_header_push),
10516         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10517         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10518           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10519
10520 2007-04-03  Wim Taymans  <wim@fluendo.com>
10521
10522         * gst/smpte/barboxwipes.c:
10523         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10524
10525 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10526
10527         * gst/wavparse/gstwavparse.c:
10528         Support audio/x-raw-float in wav files. This only works with
10529         plugins-base CVS, using an older version doesn't have any
10530         disadvantages though.
10531
10532 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10533
10534         * configure.ac:
10535         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10536         (gst_au_parse_parse_header), (gst_au_parse_chain):
10537         * gst/auparse/gstauparse.h:
10538         Revert last change as we don't want plugins-good to depend on
10539         plugins-base CVS now.
10540
10541 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10542
10543         * configure.ac:
10544         Require gst-plugins-base CVS for audioconvert with non-native
10545         float support and width/depth fix in libgstriff.
10546
10547         Patch by: René Stadler <mail at renestadler dot de>
10548
10549         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10550         (gst_au_parse_parse_header), (gst_au_parse_chain):
10551         * gst/auparse/gstauparse.h:
10552         Don't swap the floats ourself if they're not in native endianness.
10553         Instead let audioconvert handle this. Fixes #339838.
10554
10555 2007-03-29  Wim Taymans  <wim@fluendo.com>
10556
10557         * gst/rtp/gstasteriskh263.h:
10558         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10559         (gst_rtp_h263p_depay_change_state):
10560         * gst/rtp/gstrtph263pdepay.h:
10561         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10562         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10563         (gst_rtp_h264_depay_change_state):
10564         * gst/rtp/gstrtph264depay.h:
10565         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10566         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10567         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10568         Flush adapter on disconts.
10569
10570 2007-03-29  Wim Taymans  <wim@fluendo.com>
10571
10572         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10573         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10574         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10575         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10576         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10577         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10578         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10579         (gst_rtp_mp4v_depay_process):
10580         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10581         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10582         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10583         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10584         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10585         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10586         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10587         Use more efficient adapter and rtpbuffer methods when possible.
10588
10589 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10590
10591         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10592         (gst_wavenc_sink_setcaps):
10593         Correctly handle width!=depth input.
10594         * gst/wavparse/gstwavparse.c:
10595         Already export in the caps that width==8 uses unsigned samples and
10596         everything else uses signed samples.
10597
10598 2007-03-29  Wim Taymans  <wim@fluendo.com>
10599
10600         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10601
10602         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10603         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10604         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10605         (gst_dynudpsink_close):
10606         * gst/udp/gstdynudpsink.h:
10607         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10608         (gst_udpsrc_create), (gst_udpsrc_set_property),
10609         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10610         * gst/udp/gstudpsrc.h:
10611         Rework the socket allocation a bit based on the sockfd argument so that
10612         it becomes usable.
10613         Add a closefd property to instruct the udp elements to close the custom
10614         file descriptors when going to READY. Fixes #423304.
10615         API:GstUDPSrc::closefd property
10616         API:GstDynUDPSink::closefd property
10617
10618 2007-03-29  Wim Taymans  <wim@fluendo.com>
10619
10620         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10621
10622         * gst/rtp/Makefile.am:
10623         * gst/rtp/gstrtp.c: (plugin_init):
10624         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10625         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10626         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10627         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10628         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10629         (gst_rtp_h264_pay_plugin_init):
10630         * gst/rtp/gstrtph264pay.h:
10631         Added H264 payloader. Fixes #423782.
10632
10633         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10634         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10635         Small fixes.
10636
10637 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10638
10639         * gst/wavparse/gstwavparse.c:
10640         Actually support depths from 1 to 32, not only 8 to 32.
10641
10642 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10643
10644         * gst/wavparse/gstwavparse.c:
10645         Add support for wav files containing audio/x-raw-int with random
10646         depths between 1 and 32 bits.
10647
10648 2007-03-28  Wim Taymans  <wim@fluendo.com>
10649
10650         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10651
10652         * gst/rtp/Makefile.am:
10653         * gst/rtp/gstrtp.c: (plugin_init):
10654         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10655         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10656         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10657         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10658         (gst_rtp_mp4a_depay_get_property),
10659         (gst_rtp_mp4a_depay_change_state),
10660         (gst_rtp_mp4a_depay_plugin_init):
10661         * gst/rtp/gstrtpmp4adepay.h:
10662         Added MP4A-LATM depayloader. Fixes #417792.
10663
10664         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10665         (gst_rtp_mp4v_depay_process):
10666         Fixup depayloader, setting codec_data, using more efficient adaptor and
10667         rtpbuffer handling.
10668
10669         * gst/rtsp/URLS:
10670         Add url to test above.
10671
10672 2007-03-25  Wim Taymans  <wim@fluendo.com>
10673
10674         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10675         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10676         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10677         (gst_rtspsrc_media_to_caps),
10678         (gst_rtspsrc_stream_configure_transport),
10679         (gst_rtspsrc_stream_configure_caps),
10680         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10681         * gst/rtsp/gstrtspsrc.h:
10682         Handle default clock-rates for static payload types, rearrange stuff so
10683         that the rtpmap field in the sdp can override the defaults.
10684         Parse RTP-Info field to get the seqnum and timebase fields that should
10685         go in the caps.
10686         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10687         the server. 
10688
10689 2007-03-22  Wim Taymans  <wim@fluendo.com>
10690
10691         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10692
10693         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10694         Accept complex pipeline descriptions as an audio profile instead of just
10695         a single element. Fixes #420658.
10696
10697 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10698
10699         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10700           Rename registered type in preparation of GstTagDemux moving to
10701           -base at some point in the future.
10702
10703 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10704
10705         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10706           Streaming mode fixes: don't unref buffer we don't own any longer;
10707           remove bogus adapter flush. Fixes #419338.
10708
10709 2007-03-17  David Schleef  <ds@schleef.org>
10710
10711         * REQUIREMENTS: Change the format to key/value, add a bunch of
10712           information, remove a bunch of requirements that are for
10713           other GStreamer packages.
10714
10715 2007-03-17  David Schleef  <ds@schleef.org>
10716
10717         * REQUIREMENTS: Fix a few things.  This file really needs a
10718         good once-over.
10719
10720 2007-03-15  Edward Hervey  <edward@fluendo.com>
10721
10722         * sys/Makefile.am:
10723         Don't forget to distribute the sys/osxaudio/ directory.
10724
10725 2007-03-15  Edward Hervey  <edward@fluendo.com>
10726
10727         * configure.ac:
10728         * sys/Makefile.am:
10729         * sys/osxaudio/Makefile.am:
10730         * sys/osxaudio/gstosxaudio.c:
10731         * sys/osxaudio/gstosxaudiosink.c:
10732         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10733         (gst_osx_audio_sink_getcaps),
10734         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10735         * sys/osxaudio/gstosxaudiosrc.c:
10736         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10737         (gst_osx_audio_src_create_ringbuffer):
10738         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10739         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10740         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10741         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10742         * sys/osxaudio/gstosxringbuffer.h:
10743         Activate osxaudio in gst-plugins-good with proper build setup.
10744         Add inlined documentation.
10745         Fix debug statements
10746         Fix ringbuffer when pausing.
10747         Fixes #323471
10748
10749 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10750         * gst/rtp/gstrtppcmapay.c:
10751         * gst/rtp/gstrtppcmapay.h:
10752         * gst/rtp/gstrtppcmupay.c:
10753         * gst/rtp/gstrtppcmupay.h:
10754         Ported mulaw and alaw payloaders to use new base class
10755
10756 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10757
10758         * po/af.po:
10759         * po/az.po:
10760         * po/cs.po:
10761         * po/en_GB.po:
10762         * po/it.po:
10763         * po/nl.po:
10764         * po/or.po:
10765         * po/sq.po:
10766         * po/sr.po:
10767         * po/sv.po:
10768         * po/uk.po:
10769         * po/vi.po:
10770           Update translations.
10771
10772 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10773
10774         * configure.ac:
10775           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10776
10777 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10778
10779         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10780           Fix handling of -1 values for start and stop values when seeking,
10781           and SEEK_CUR+SEEK_END here as well.
10782
10783 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10784
10785         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10786           Fix handling of -1 values for start and stop values when seeking, 
10787           and SEEK_CUR+SEEK_END.
10788
10789 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10790
10791         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10792           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10793           the image format a variable-length NUL-terminated string; in
10794           versions before that the image format is a fixed-length string of
10795           3 characters (see #348644 for a sample tag).
10796           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10797
10798 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10799
10800         * win32/MANIFEST:
10801         Add new project files to MANIFEST.
10802         * win32/vs6/libgstaudiofx.dsp:
10803         * win32/vs6/libgstrtp.dsp:
10804         * win32/vs6/libgstrtsp.dsp:
10805         Update project files.
10806         
10807 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10808
10809         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10810         (gst_avi_demux_parse_index):
10811         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10812         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10813           Printf format fixes; also add some missing quotes in translated
10814           strings. Fixes #416728 and #416727.
10815
10816 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10817
10818         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10819           Tim and I can't think of any reason the child audio sink needs to 
10820           be set back to NULL after successfully determining that it can 
10821           reach READY - it gets immediately set back to READY by the caller
10822           anyway, causing an unnecessary close/open of any audio devices
10823           involved.
10824
10825 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10826
10827         * po/LINGUAS:
10828         * po/ja.po:
10829           Add ja.po file from #377306.
10830
10831 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10832
10833         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10834         * sys/sunaudio/gstsunaudiomixertrack.c:
10835         (gst_sunaudiomixer_track_new):
10836           Actually translate sunaudio mixer track labels instead of just
10837           marking the strings as translatable (#377306); clean up weird
10838           label string mapping code that serves no apparent purpose. Also
10839           set the 'untranslated-label' property when creating mixer tracks
10840           if the GstMixerTrack base class supports this.
10841
10842         * tests/check/Makefile.am:
10843         * tests/check/elements/.cvsignore:
10844         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10845         (sunaudio_suite):
10846           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10847           actually tested on a system where sunaudiomixer is available).
10848
10849 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10850
10851         * tests/check/Makefile.am:
10852         Re-enable the states test and see if it works on the buildbots.
10853
10854 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10855
10856         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10857         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10858         (gst_dvdec_change_state):
10859         * ext/dv/gstdvdec.h:
10860         Infer pixel-aspect-ratio from the video frame format if it isn't
10861         provided by the container, as happens when playing DV from AVI
10862         or Quicktime containers.
10863
10864         Patch by: Wim Taymans <wim@fluendo.com>
10865         Fixes #380944
10866
10867 2007-03-09  Wim Taymans  <wim@fluendo.com>
10868
10869         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10870         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10871         will later be handled by the jitterbuffer.
10872
10873 2007-03-09  Wim Taymans  <wim@fluendo.com>
10874
10875         * ext/taglib/gstid3v2mux.cc:
10876         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10877         Fixes #414496.
10878         
10879         Patch by: Alex Lancaster <alexl at users sourceforge net>
10880
10881 2007-03-09  Wim Taymans  <wim@fluendo.com>
10882
10883         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10884         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10885         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10886         (gst_avi_demux_chain):
10887         Fix stream position reporting after a seek. Fixes #416445.
10888
10889 2007-03-08  Wim Taymans  <wim@fluendo.com>
10890
10891         Patch by: René Stadler <mail at renestadler dot de>
10892
10893         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10894         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10895         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10896         Make avidemux accept optional header chunks in any order.
10897         Fixes #415446.
10898
10899 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10900
10901         * tests/check/Makefile.am:
10902         Disable the states check until the remaining Valgrind errors
10903         are fixed or suppressed.
10904
10905 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10906
10907         * tests/check/elements/.cvsignore:
10908           Add audiodynamic check to .cvsignore
10909
10910 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10911
10912         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10913
10914         * gst/audiofx/Makefile.am:
10915         * gst/audiofx/audiodynamic.c:
10916         (gst_audio_dynamic_characteristics_get_type),
10917         (gst_audio_dynamic_mode_get_type),
10918         (gst_audio_dynamic_set_process_function),
10919         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10920         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10921         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10922         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10923         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10924         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10925         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10926         (gst_audio_dynamic_transform_hard_knee_expander_int),
10927         (gst_audio_dynamic_transform_hard_knee_expander_float),
10928         (gst_audio_dynamic_transform_soft_knee_expander_int),
10929         (gst_audio_dynamic_transform_soft_knee_expander_float),
10930         (gst_audio_dynamic_transform_ip):
10931         * gst/audiofx/audiodynamic.h:
10932         * gst/audiofx/audiofx.c: (plugin_init):
10933         Add new audiodynamic element which can act as a compressor or
10934         expander. Supported are hard-knee and soft-knee operation modes with
10935         user-specified ratio and threshold.
10936         Attack and release parameters are not yet implemented but will follow.
10937         * docs/plugins/Makefile.am:
10938         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10939         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10940         * docs/plugins/gst-plugins-good-plugins.args:
10941         * docs/plugins/inspect/plugin-audiofx.xml:
10942         Integrate audiodynamic into the docs.
10943         * tests/check/Makefile.am:
10944         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10945         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10946         Add unit test for audiodynamic.
10947
10948 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10949
10950         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10951         Free handles that we allocated when exiting via the error paths.
10952
10953 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10954
10955         * gst/level/gstlevel.c: (gst_level_class_init),
10956         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10957         (gst_level_transform_ip):
10958         * gst/level/gstlevel.h:
10959           Resolve message timestamps against the playback segment.
10960
10961 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10962
10963         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10964         (gst_id3demux_sink_activate):
10965           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10966           caps passed to it (previously one code path assumed it took ownership
10967           while another one assumed it didn't, while in fact it sometimes did and
10968           sometimes didn't ...).
10969
10970         * configure.ac:
10971         * tests/files/Makefile.am:
10972         * tests/files/id3-407349-1.tag:
10973         * tests/files/id3-407349-2.tag:
10974           Add directory where data for unit tests can be stored.
10975
10976         * tests/Makefile.am:
10977         * tests/check/Makefile.am:
10978         * tests/check/elements/.cvsignore:
10979         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10980         (read_tags_from_file), (run_check_for_file),
10981         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10982           Add unit test for id3demux, and in particular for bug #407349. Only
10983           testing pull-mode for now; push mode doesn't work yet because the test
10984           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10985
10986 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10987
10988         * tests/check/Makefile.am:
10989           Add missing backslash at end of line.
10990
10991 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10992
10993         Trigger rebuild.
10994
10995 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10996
10997         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10998         * gst/id3demux/id3tags.h:
10999         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11000         (parse_obsolete_tdat_frame):
11001           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
11002           the four-digit number will be interpreted as a year, whereas it is
11003           month and day in DDMM format. Instead, parse TDAT frames and fix up
11004           the date in the GST_TAG_DATE tag later if we also extracted a year.
11005           Fixes #407349.
11006
11007 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11008
11009         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11010         (gst_switch_commit_new_kid):
11011         Fix up the dispose logic so it doesn't leak, and fix setting of 
11012         the child state so that we don't set a child to our current state 
11013         just as we are changing it to something else.
11014
11015 2007-03-06  Wim Taymans  <wim@fluendo.com>
11016
11017         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
11018         (gst_goom_chain):
11019         * gst/goom/gstgoom.h:
11020         Document, fix and improve goom adapter behaviour.
11021         Fixes #407006.
11022
11023 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11024
11025         * ext/esd/esdsink.c: (gst_esdsink_open):
11026         Unref static pad template after using it.
11027
11028 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11029
11030         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11031         (gst_switch_commit_new_kid):
11032         Fix up the reference counting of the child elements.
11033
11034 2007-03-05  Wim Taymans  <wim@fluendo.com>
11035
11036         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11037         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
11038         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
11039         Fix encoding-name case.
11040
11041 2007-03-05  Wim Taymans  <wim@fluendo.com>
11042
11043         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
11044         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
11045         (gst_rtp_speex_depay_process):
11046         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
11047         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
11048         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
11049         (gst_rtp_speex_pay_change_state):
11050         * gst/rtp/gstrtpspeexpay.h:
11051         Fix speex (de)payloader. Fixes #358040.
11052
11053 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11054
11055         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
11056         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
11057         Install fakesink in NULL by fixing some broken logic. This obviates
11058         the need to manually set _IS_SINK.
11059         Add some comments and remove a little cruft while I'm at it.
11060
11061 2007-03-05  Wim Taymans  <wim@fluendo.com>
11062
11063         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
11064         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
11065
11066 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11067
11068         * po/POTFILES.in:
11069           Update.
11070
11071 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11072
11073         * tests/check/Makefile.am:
11074         Gah! Also disable gconfvideosink from the tests, otherwise
11075         it will instantiate autovideosink, and dfbvideosink and
11076         leak on the buildbots.
11077
11078 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11079
11080         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
11081         (gst_cdio_cdda_src_finalize):
11082         Make sure we always destroy our libcdio handle.
11083
11084 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11085
11086         * tests/check/Makefile.am:
11087         Disable autovideosink so the buildbots don't barf over memory
11088         leaked in the directfb sink.
11089
11090 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11091
11092         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
11093         Chain up in dispose
11094
11095 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11096
11097         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11098         (gst_multipart_find_pad_by_mime):
11099         Use gst_pad_new_from_static_template instead of
11100         static_pad_template_get+pad_new.
11101
11102 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11103
11104         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
11105         Catch the case where no clock has been set.
11106
11107 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11108
11109         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11110         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11111         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11112         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11113         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11114         (gst_gconf_audio_src_finalize), (do_toggle_element):
11115         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11116         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11117         (do_toggle_element):
11118         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11119         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11120         (gst_gconf_video_src_finalize), (do_toggle_element):
11121         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11122         (gst_switch_sink_reset), (gst_switch_sink_set_child):
11123         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11124         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11125         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11126         (gst_shout2send_init), (gst_shout2send_finalize):
11127         * gst/debug/testplugin.c: (gst_test_class_init),
11128         (gst_test_finalize):
11129         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11130         (gst_flxdec_dispose):
11131         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11132         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11133         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11134         (gst_rtspsrc_finalize):
11135         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11136         * gst/rtsp/rtspextwms.h:
11137         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11138         (gst_smpte_finalize):
11139         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11140         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11141         (gst_udpsink_finalize):
11142         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11143         (gst_wavparse_sink_activate):
11144         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11145         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11146         (gst_oss_src_finalize):
11147         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11148         * sys/v4l2/gstv4l2object.h:
11149         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11150         (gst_v4l2src_finalize):
11151         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11152
11153         Fix a bunch of leaks shown by the newly-added states test.
11154
11155 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11156
11157         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11158         Use gst_pad_new_from_static_template instead of 
11159         static_pad_template_get+pad_new.
11160
11161 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11162
11163         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11164
11165         * ext/libcaca/Makefile.am:
11166         * gst/debug/Makefile.am:
11167           Don't mix tabs and spaces (#414168).
11168
11169 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11170
11171         * tests/check/generic/.cvsignore:
11172           Ignore files to please buildbot.
11173
11174 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11175
11176         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11177         (gst_wavparse_stream_data):
11178           Unbreak my previous commit (swapped nominator & denominator). Tim,
11179           thanks for spotting.
11180
11181 2007-03-02  Wim Taymans  <wim@fluendo.com>
11182
11183         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11184         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11185         (gst_cdio_cdda_src_finalize):
11186         Small code cleanups.
11187         Don't use pad_alloc as the base class cannot deal with the error codes.
11188
11189 2007-03-02  Wim Taymans  <wim@fluendo.com>
11190
11191         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11192         (gst_udpsrc_create):
11193         Fix doc.
11194
11195 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11196
11197         Patch by: René Stadler <mail@renestadler.de>
11198
11199         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11200         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11201         (gst_wavparse_stream_data):
11202           Handle rounding better to not drop last sample frame. Fixes #356692
11203
11204 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11205
11206         * tests/check/Makefile.am:
11207         Disable cacasink from the states check too - it also calls exit(1)
11208         on us when it can't find a terminal to talk to.
11209
11210 2007-03-02  Wim Taymans  <wim@fluendo.com>
11211
11212         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11213
11214         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11215         (gst_udpsrc_create), (gst_udpsrc_set_property),
11216         (gst_udpsrc_get_property):
11217         * gst/udp/gstudpsrc.h:
11218         Add support to strip proprietary headers. Fixes #350296.
11219
11220 2007-03-02  Wim Taymans  <wim@fluendo.com>
11221
11222         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11223         Fix compilation.
11224
11225 2007-03-02  Wim Taymans  <wim@fluendo.com>
11226
11227         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11228
11229         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11230         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11231         (gst_rtp_mp2t_depay_set_property),
11232         (gst_rtp_mp2t_depay_get_property):
11233         * gst/rtp/gstrtpmp2tdepay.h:
11234         Add support to strip off proprietary headers. Fixes #350278.
11235
11236 2007-03-02  Wim Taymans  <wim@fluendo.com>
11237
11238         * ext/hal/hal.c:
11239         Fix compilation.
11240
11241 2007-03-02  Wim Taymans  <wim@fluendo.com>
11242
11243         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11244         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11245         (gst_sunaudiosrc_open):
11246         * sys/sunaudio/gstsunaudiosrc.h:
11247         Remove device-name from GstSunAudioSrc. Fixes #412597.
11248
11249 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11250
11251         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11252         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11253         Having NULL as UDI previously selected the default sink/src. Change
11254         this back but mention it in the debug output.
11255         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11256         (gst_hal_get_oss_element), (gst_hal_get_string),
11257         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11258         (gst_hal_get_audio_src):
11259         * ext/hal/hal.h:
11260         Refactor a bit, check all error conditions, greatly improve debugging
11261         and fix some possible memory leaks. Also implement OSS support
11262         and allow specifying an UDI that points to a real device. For this the
11263         child device which supports ALSA (preferred) or OSS is used.
11264         As a side effect this makes it impossible now to get a alsasink in
11265         halaudiosrc and a alsasrc in halaudiosink.
11266
11267 2007-03-01  Wim Taymans  <wim@fluendo.com>
11268
11269         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11270         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11271         Errors from the udp sources are not fatal unless all of them are in
11272         error.
11273
11274 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11275
11276         * tests/check/Makefile.am:
11277         Disable aasink in the states test. I suspect this is the element that
11278         is calling exit(1) when it can't proceed.
11279
11280 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11281
11282         * tests/check/Makefile.am:
11283         Draw plugins in from the build tree sys/ dir, rather than picking
11284         up the already installed versions.
11285
11286 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11287
11288         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11289         Error out correctly when getting xcontext fails.
11290
11291 2007-03-01  Wim Taymans  <wim@fluendo.com>
11292
11293         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11294         Make state change to PAUSED NO_PREROLL because that's what it will be in
11295         the future and rtspsrc relies on it.
11296
11297         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11298         (gst_rtspsrc_change_state):
11299         Don't error out when we don't get an error from the state change
11300         function.
11301
11302 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11303
11304         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11305         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11306           Check if the device UDI is set before trying to query HAL
11307           about it and give a useful error message if it wasn't set.
11308         * ext/hal/hal.c: (gst_hal_get_string):
11309           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11310           gives an assertion failure in D-Bus when running with
11311           DBUS_FATAL_WARNINGS=1.
11312
11313 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11314
11315         * configure.ac:
11316           Convert to new AG_GST style.
11317
11318 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11319
11320         * tests/check/Makefile.am:
11321         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11322           add test for states
11323
11324 2007-02-28  Wim Taymans  <wim@fluendo.com>
11325
11326         * tests/check/elements/.cvsignore:
11327         Add new videofilter check to .cvsignore.
11328
11329 2007-02-28  Wim Taymans  <wim@fluendo.com>
11330
11331         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11332         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11333         (gst_avi_demux_loop), (gst_avi_demux_chain):
11334         Fix combined flow return. Fixes #412608.
11335
11336 2007-02-28  Wim Taymans  <wim@fluendo.com>
11337
11338         * gst/videofilter/Makefile.am:
11339         Dist header..
11340
11341 2007-02-28  Wim Taymans  <wim@fluendo.com>
11342
11343         * gst/videofilter/gstgamma.h:
11344         Add header too.
11345
11346 2007-02-28  Wim Taymans  <wim@fluendo.com>
11347
11348         Patch by: Mark Nauwelaerts <manauw at skynet be>
11349
11350         * gst/videofilter/Makefile.am:
11351         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11352         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11353         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11354         (oil_tablelookup_u8), (gst_gamma_set_caps),
11355         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11356         Port gamma filter to 0.10. Fixes #412704.
11357
11358         * tests/check/Makefile.am:
11359         * tests/check/elements/videofilter.c: (setup_filter),
11360         (cleanup_filter), (check_filter), (GST_START_TEST),
11361         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11362         Add unit tests for videofilters.
11363
11364 2007-02-28  Wim Taymans  <wim@fluendo.com>
11365
11366         * gst/rtsp/URLS:
11367         Add another interesting test url.
11368
11369         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11370         Don't allow getting header fields from data packets.
11371
11372 2007-02-28  Michael Smith  <msmith@fluendo.com>
11373
11374         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11375         (gst_shout2send_init), (gst_shout2send_start),
11376         (gst_shout2send_set_property), (gst_shout2send_get_property):
11377         * ext/shout2/gstshout2.h:
11378           Add a property for username.
11379
11380 2007-02-27  Christian Schallerr <christian@fluendo.com>
11381
11382         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11383
11384 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11385
11386         * gst/rtsp/Makefile.am:
11387         Fix make check too.
11388
11389 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11390
11391         * gst/rtsp/base64.c: (util_base64_encode):
11392         * gst/rtsp/base64.h:
11393         Commit missing files for base64 encoding.
11394
11395 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11396
11397         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11398
11399         * configure.ac:
11400         * ext/annodex/Makefile.am:
11401         * ext/jpeg/Makefile.am:
11402         * ext/speex/Makefile.am:
11403         * gst/alpha/Makefile.am:
11404         * gst/cutter/Makefile.am:
11405         * gst/debug/Makefile.am:
11406         * gst/effectv/Makefile.am:
11407         * gst/goom/Makefile.am:
11408         * gst/level/Makefile.am:
11409         * gst/smpte/Makefile.am:
11410         * gst/videofilter/Makefile.am:
11411           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11412
11413 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11414
11415         * gst/rtsp/Makefile.am:
11416         * gst/rtsp/rtspconnection.c: (append_auth_header),
11417         (rtsp_connection_send), (rtsp_connection_set_auth):
11418         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11419         from icecast to replace it. Relicensed from GPL courtesy of Mike
11420         Smith.
11421
11422 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11423
11424         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11425         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11426         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11427         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11428         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11429         (gst_rtspsrc_uri_set_uri):
11430         * gst/rtsp/gstrtspsrc.h:
11431         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11432         (append_auth_header), (rtsp_connection_send),
11433         (rtsp_connection_free), (rtsp_connection_set_auth):
11434         * gst/rtsp/rtspconnection.h:
11435         * gst/rtsp/rtspdefs.h:
11436         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11437         * gst/rtsp/rtspurl.h:
11438
11439         Implement simple Basic Authentication support so that urls like
11440         rtsp://user:pass@hostname/rtspstream work on hosts that require
11441         authentication.
11442
11443 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11444
11445         * sys/v4l2/gstv4l2object.c:
11446         * sys/v4l2/gstv4l2tuner.c:
11447         * sys/v4l2/v4l2_calls.c:
11448         Fix segfault when oppening a radio device.
11449         
11450 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11451
11452         * gst/level/gstlevel.c: (gst_level_set_caps),
11453         (gst_level_transform_ip):
11454         * sys/v4l2/README:
11455         * tests/check/elements/level.c: (GST_START_TEST):
11456           Fix level for multi-channel case.
11457
11458 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11459
11460         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11461         (gst_level_transform_ip):
11462         * gst/level/gstlevel.h:
11463           Use function pointer for process function and add process functions
11464           for float audio.
11465
11466 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11467
11468         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11469         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11470         (gst_v4l2src_capture_init):
11471           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11472           fixes #407369
11473
11474 2007-02-18  Wim Taymans  <wim@fluendo.com>
11475
11476         * gst/rtp/Makefile.am:
11477         * gst/rtp/gstrtp.c: (plugin_init):
11478         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11479         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11480         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11481         (gst_rtp_mp2t_pay_plugin_init):
11482         * gst/rtp/gstrtpmp2tpay.h:
11483         Added simple mpeg transport stream payloader.
11484
11485 2007-02-16  Wim Taymans  <wim@fluendo.com>
11486
11487         * gst/rtsp/URLS:
11488         Add example H264 rtsp url.
11489
11490         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11491         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11492         Don't convert values to lowercase or we might mess up base64 encoded
11493         properties.
11494
11495 2007-02-16  Wim Taymans  <wim@fluendo.com>
11496
11497         * gst/rtp/README:
11498         Fix case of string params.
11499
11500         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11501         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11502         Fix depayloader, support more packet types.
11503         Add sync codes to make sure the packetizer can do its job.
11504
11505         * gst/rtp/gstrtpmp4gdepay.c:
11506         * gst/rtp/gstrtpmp4gpay.c:
11507         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11508         Fix caps case again.
11509
11510 2007-02-15  Wim Taymans  <wim@fluendo.com>
11511
11512         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11513         Set right caps on output buffers.
11514
11515 2007-02-14  Wim Taymans  <wim@fluendo.com>
11516
11517         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11518         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11519         Clear stack allocated SDPMedia struct before calling _init() on it.
11520         Clarify this in the docs as well.
11521
11522 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11523
11524         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11525         (do_change_child):
11526         Don't reset the profile when going switching states, as it makes
11527         the element non-reusable.
11528
11529 2007-02-14  Wim Taymans  <wim@fluendo.com>
11530
11531         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11532         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11533         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11534         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11535         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11536         (sdp_parse_line):
11537         * gst/rtsp/sdpmessage.h:
11538         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11539         Fix memory management of SDP messages. Fixes #407793.
11540
11541 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11542
11543         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11544
11545         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11546         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11547
11548 2007-02-14  Wim Taymans  <wim@fluendo.com>
11549
11550         Patch by: jp.liu <jp_liu at astrocom dot cn>
11551
11552         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11553         Fix parsing of password field in url. Fixes #407797.
11554
11555 2007-02-14  Wim Taymans  <wim@fluendo.com>
11556
11557         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11558         (gst_wavparse_reset), (gst_wavparse_init),
11559         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11560         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11561         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11562         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11563         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11564         (gst_wavparse_loop), (gst_wavparse_chain),
11565         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11566         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11567         (plugin_init):
11568         * gst/wavparse/gstwavparse.h:
11569         Update docs.
11570         Use boilerplate.
11571         Various code cleanups.
11572         When the bitrate is not known (bps == 0 or compressed formats) let
11573         downstream element guestimate the duration and position and don't
11574         generate timestamps or durations. Fixes #405213.
11575         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11576         error flowreturn upstream.
11577
11578 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11579
11580         * ext/gconf/Makefile.am:
11581         * ext/gconf/gconf.c: (gst_gconf_get_string),
11582         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11583         (gst_gconf_render_bin_with_default):
11584         * ext/gconf/gconf.h:
11585         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11586         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11587         (gst_gconf_audio_sink_dispose), (do_change_child),
11588         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11589         (cb_change_child), (gst_gconf_audio_sink_change_state):
11590         * ext/gconf/gstgconfaudiosink.h:
11591         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11592         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11593         (gst_switch_sink_init), (gst_switch_sink_dispose),
11594         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11595         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11596         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11597         * ext/gconf/gstswitchsink.h:
11598         * gst/autodetect/gstautoaudiosink.c:
11599         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11600         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11601         (gst_auto_audio_sink_detect):
11602         * gst/autodetect/gstautovideosink.c:
11603         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11604         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11605         (gst_auto_video_sink_detect):
11606         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11607         and a child that implements the GConf key monitoring. The end goal of
11608         this is an audio sink that can be changed on the fly, but at the 
11609         moment it still only changes on the next READY transition.
11610
11611 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11612
11613         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11614         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11615         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11616         (gst_avi_demux_calculate_durations_from_index),
11617         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11618         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11619         (gst_avi_demux_loop):
11620           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11621
11622 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11623
11624         * configure.ac:
11625         * docs/plugins/Makefile.am:
11626           Add crossreferences to glib/gobject/gstream docs.
11627
11628 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11629
11630         * gst/monoscope/Makefile.am:
11631         * gst/monoscope/gstmonoscope.c:
11632           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11633           (but no LIBS, since we only use defines from the headers).
11634
11635 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11636
11637         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11638
11639         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11640         (gst_wavparse_stream_data):
11641           Fix massive memory leak when operating in streaming mode due to
11642           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11643           Fixes #407057.
11644
11645 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11646
11647         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11648         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11649         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11650         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11651         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11652         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11653         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11654         (gst_avi_demux_calculate_durations_from_index),
11655         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11656         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11657         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11658         * gst/avi/gstavidemux.h:
11659           Save some memory (8%) by repacking the index entry structure (more to
11660           come). Add more FIXMEs to questionable parts.
11661
11662 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11663
11664         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11665         (gst_v4l2src_get_caps):
11666         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11667         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11668         (gst_v4l2src_capture_init):
11669           More FIXME comments and messaging changes.
11670
11671 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11672
11673         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11674         (gst_goom_change_state):
11675         * gst/goom/gstgoom.h:
11676           Improved docs and use GST_DEBUG_FUNCPTR.
11677
11678         * gst/level/gstlevel.c: (gst_level_class_init):
11679           Use GST_DEBUG_FUNCPTR.
11680
11681         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11682         (gst_monoscope_chain), (gst_monoscope_change_state):
11683           Improved docs source cleanups.
11684
11685 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11686
11687         * gst/debug/Makefile.am:
11688         * gst/debug/gstdebug.c: (plugin_init):
11689         * gst/debug/gstpushfilesrc.c:
11690         * gst/debug/gstpushfilesrc.h:
11691           Add code for a pushfilesrc element that implements a pushfile:// URI
11692           handler, to make debugging push-mode operation of demuxer/decoders
11693           that support both easier in connection with seek/playbin/etc.
11694           The element isn't registered at the moment.
11695
11696 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11697
11698         * gst/avi/gstavimux.c:
11699           Comment a #if 0 in caps template definition as VS6 seems to 
11700         do not support it.
11701         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11702           Use gst_guint64_to_gdouble for conversion.
11703         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11704           Move variables declaration before the first instruction.
11705         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11706           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11707           And don't include netdb.h for G_OS_WIN32
11708         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11709           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11710           by VS6 then use an other way to initialize SDPMedia structure.
11711         * gst/udp/gstdynudpsink.h:
11712         * gst/udp/gstdynudpnetutils.h:
11713           Do not include <sys/time.h> for G_OS_WIN32
11714         * gst/udp/gstudpsrc.c:
11715           Define socklen_t as int for G_OS_WIN32
11716         * win/common/config.h.in:
11717           Undef HAVE_NETINET_IN_H
11718         * win32/vs6/gst_plugins_good.dsw:
11719         * win32/vs6/libgstrtp.dsp:
11720         * win32/vs6/libgstrtsp.dsp:
11721         * win32/vs6/libgstautogen.dsp:
11722         * win32/vs6/libgstaudiofx.dsp:
11723         * win32/vs6/libgstudp.dsp:
11724           Add and update project files.
11725         * win32/common/gstudp-enumtypes.c:
11726         * win32/common/gstudp-enumtypes.h:
11727           Add a copy of udp enumtypes to win32/common as in core 
11728           and base.
11729         
11730 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11731
11732         * configure.ac:
11733           Activate monoscope when building with --enable-experimental. Fix
11734           --enable-external configure switch description.
11735
11736         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11737         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11738           Help gst-indent.
11739
11740 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11741
11742         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11743           Explicitly cast result of pointer arithmetic to integer in order to
11744           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11745
11746 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11747
11748         * gst/debug/progressreport.c:
11749           Some more docs.
11750
11751 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11752
11753         * docs/plugins/inspect/plugin-rtp.xml:
11754           Update for new elements.
11755
11756         * gst/debug/progressreport.h:
11757           Commit newly-created header file as well.
11758
11759 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11760
11761         * docs/plugins/Makefile.am:
11762         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11763         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11764         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11765         * gst/debug/Makefile.am:
11766         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11767         (gst_progress_report_do_query), (gst_progress_report_report):
11768           Make progressreport element post messages with the current progress
11769           on the bus. Also add some basic docs for it.
11770
11771 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11772
11773         * ext/hal/hal.c: (gst_hal_get_string):
11774         * ext/hal/hal.h:
11775           Some small cleanups; deal with errors when parsing the HAL ALSA
11776           capabilities a bit better.
11777
11778 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11779
11780         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11781           Let's try this again and use the right cast this time.
11782
11783 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11784
11785         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11786           Add cast to avoid compiler warnings with older GLib versions
11787           where the nick/name members in GEnumValue are not declared as
11788           constant strings.
11789
11790 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11791
11792         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11793         (gst_gconf_render_bin_from_key),
11794         (gst_gconf_get_default_audio_sink):
11795         * ext/gconf/gconf.h:
11796         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11797         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11798         (gst_gconf_audio_sink_get_property):
11799           In gconfaudiosink, get the right key as the old key in do_toggle
11800           (ie. one dependent on the profile selected). Log some more stuff so
11801           we can see what's actually going on.
11802
11803 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11804
11805         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11806         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11807         (gst_audio_amplify_set_process_function),
11808         (gst_audio_amplify_setup):
11809         * gst/audiofx/audioamplify.h:
11810         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11811         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11812         * gst/audiofx/audioinvert.h:
11813         Some small cleanups and port both elements to the new GstAudioFilter
11814         base class to save a few lines of common code.
11815         * gst/audiofx/Makefile.am:
11816         Link against libgstaudio for the above changes
11817
11818 2007-01-29  Wim Taymans  <wim@fluendo.com>
11819
11820         * tests/check/elements/.cvsignore:
11821         Some more ignores.
11822
11823 2007-01-26  Wim Taymans  <wim@fluendo.com>
11824
11825         Patch by: charles <charlesg3 at gmail dot com>
11826
11827         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11828         (set_shout_metadata), (gst_shout2send_event):
11829         * ext/shout2/gstshout2.h:
11830         Properly handle tags in shout2send. Fixes #399825.
11831
11832 2007-01-25  Wim Taymans  <wim@fluendo.com>
11833
11834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11835         (gst_rtspsrc_activate_streams):
11836         Convert SDP fields to upper/lowercase following the rules in the SDP to
11837         caps document. 
11838
11839 2007-01-25  Wim Taymans  <wim@fluendo.com>
11840
11841         * gst/rtp/README:
11842         * gst/rtp/gstrtpilbcdepay.c:
11843         * gst/rtp/gstrtpilbcpay.c:
11844         * gst/rtp/gstrtpmp4gdepay.c:
11845         * gst/rtp/gstrtpmp4gpay.c:
11846         * gst/rtp/gstrtpspeexdepay.c:
11847         * gst/rtp/gstrtpspeexpay.c:
11848         * gst/rtp/gstrtpsv3vdepay.c:
11849         * gst/rtp/gstrtptheoradepay.c:
11850         * gst/rtp/gstrtptheorapay.c:
11851         * gst/rtp/gstrtpvorbisdepay.c:
11852         * gst/rtp/gstrtpvorbispay.c:
11853         Fix case of encoding-name and key/value pairs to match the document.
11854         This is to make interoperation with SDP case-insensitive as required by
11855         the relevant RFCs.
11856
11857 2007-01-25  Wim Taymans  <wim@fluendo.com>
11858
11859         * configure.ac:
11860         Bump required -core/-base to CVS
11861
11862 2007-01-25  Wim Taymans  <wim@fluendo.com>
11863
11864         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11865         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11866         * gst/rtp/gstrtpL16pay.h:
11867         Fill up to MTU using adapter.
11868         Timestamp rtp packets.
11869
11870 2007-01-25  Edward Hervey  <edward@fluendo.com>
11871
11872         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11873         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11874         Use G_GSIZE_FORMAT in print statements for portability.
11875         Fixes build on macosx.
11876
11877 2007-01-24  Wim Taymans  <wim@fluendo.com>
11878
11879         * gst/rtp/Makefile.am:
11880         * gst/rtp/gstrtp.c: (plugin_init):
11881         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11882         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11883         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11884         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11885         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11886         (gst_rtp_L16_depay_plugin_init):
11887         * gst/rtp/gstrtpL16depay.h:
11888         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11889         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11890         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11891         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11892         (gst_rtp_L16_pay_plugin_init):
11893         * gst/rtp/gstrtpL16pay.h:
11894         Port and enable raw audio payloader/depayloader. Needs a bit more work
11895         on the payloader side.
11896
11897 2007-01-24  Wim Taymans  <wim@fluendo.com>
11898
11899         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11900         (gst_rtspsrc_stream_configure_transport),
11901         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11902         * gst/rtsp/gstrtspsrc.h:
11903         Only unblock the udp pads when we linked and activated them all.
11904         Fixes #395688.
11905
11906 2007-01-24  Wim Taymans  <wim@fluendo.com>
11907
11908         * gst/rtp/Makefile.am:
11909         * gst/rtp/gstrtp.c: (plugin_init):
11910         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11911         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11912         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11913         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11914         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11915         * gst/rtp/gstrtpac3depay.h:
11916         Added simple AC3 depayloader (RFC 4184).
11917
11918         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11919         Fix a leak.
11920
11921 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11922
11923         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11924
11925         * gst/audiofx/Makefile.am:
11926         * gst/audiofx/audioamplify.c:
11927         (gst_audio_amplify_clipping_method_get_type),
11928         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11929         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11930         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11931         (gst_audio_amplify_set_caps),
11932         (gst_audio_amplify_transform_int_clip),
11933         (gst_audio_amplify_transform_int_wrap_negative),
11934         (gst_audio_amplify_transform_int_wrap_positive),
11935         (gst_audio_amplify_transform_float_clip),
11936         (gst_audio_amplify_transform_float_wrap_negative),
11937         (gst_audio_amplify_transform_float_wrap_positive),
11938         (gst_audio_amplify_transform_ip):
11939         * gst/audiofx/audioamplify.h:
11940         * gst/audiofx/audiofx.c: (plugin_init):
11941         Add new element "audioamplify". This allows scaling of raw audio
11942         samples, similar to the "volume" element, but provides different modes
11943         for clipping and allows unlimited amplification. It's mainly targeted
11944         for creative sound design and not as a replacement of the "volume"
11945         element. Fixes #397162
11946         * docs/plugins/Makefile.am:
11947         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11948         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11949         * docs/plugins/gst-plugins-good-plugins.args:
11950         * docs/plugins/inspect/plugin-audiofx.xml:
11951         Add docs for audioamplify and integrate them into the build system
11952         * tests/check/Makefile.am:
11953         * tests/check/elements/audioamplify.c: (setup_amplify),
11954         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11955         Add fairly extensive unit test suite for audioamplify
11956
11957 2007-01-24  Wim Taymans  <wim@fluendo.com>
11958
11959         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11960         Unblock pads after adding the pads to the element so that autopluggers
11961         get a change to link something. Possibly fixes #395688.
11962
11963 2007-01-24  Wim Taymans  <wim@fluendo.com>
11964
11965         * gst/rtp/gstrtpamrdepay.c:
11966         * gst/rtp/gstrtpgsmdepay.c:
11967         * gst/rtp/gstrtph263pdepay.c:
11968         * gst/rtp/gstrtph263ppay.c:
11969         * gst/rtp/gstrtph264depay.c:
11970         * gst/rtp/gstrtpilbcdepay.c:
11971         * gst/rtp/gstrtpmp2tdepay.c:
11972         * gst/rtp/gstrtpmp4gdepay.c:
11973         * gst/rtp/gstrtpmp4gpay.c:
11974         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11975         * gst/rtp/gstrtpmp4vpay.c:
11976         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11977         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11978         (gst_rtp_mpa_depay_process):
11979         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11980         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11981         * gst/rtp/gstrtppcmadepay.c:
11982         * gst/rtp/gstrtppcmudepay.c:
11983         * gst/rtp/gstrtpspeexdepay.c:
11984         * gst/rtp/gstrtpspeexpay.c:
11985         * gst/rtp/gstrtpsv3vdepay.c:
11986         * gst/rtp/gstrtptheoradepay.c:
11987         * gst/rtp/gstrtptheorapay.c:
11988         * gst/rtp/gstrtpvorbisdepay.c:
11989         * gst/rtp/gstrtpvorbispay.c:
11990         Fix caps with payload numbers.
11991         Add some fixed payload numbers to caps when possible.
11992
11993 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11994
11995         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11996
11997         * gst/audiofx/Makefile.am:
11998         * gst/audiofx/audiofx.c: (plugin_init):
11999         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12000         (gst_audio_invert_class_init), (gst_audio_invert_init),
12001         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
12002         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
12003         (gst_audio_invert_transform_float),
12004         (gst_audio_invert_transform_ip):
12005         * gst/audiofx/audioinvert.h:
12006         Add new audiofx element "audioinvert". This element swaps the upper
12007         and lower half of samples and can be used for example for a
12008         wide-stereo effect. Fixes #396057
12009         * docs/plugins/Makefile.am:
12010         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12011         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12012         * docs/plugins/gst-plugins-good-plugins.args:
12013         * docs/plugins/inspect/plugin-audiofx.xml:
12014         Add docs for the audioinvert element and add them to the build system.
12015         * tests/check/Makefile.am:
12016         * tests/check/elements/audioinvert.c: (setup_invert),
12017         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
12018         Add unit test suite for the audioinvert element.
12019
12020 2007-01-23  Wim Taymans  <wim@fluendo.com>
12021
12022         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
12023         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
12024         Parse config params as string and int.
12025         Parse and use AU header length
12026
12027 2007-01-23  Wim Taymans  <wim@fluendo.com>
12028
12029         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
12030         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
12031         * gst/smpte/gstmask.c: (_gst_mask_register):
12032         * gst/smpte/gstmask.h:
12033         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
12034         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
12035         (gst_smpte_paint_triangle_clock):
12036         constify some static structs.
12037         Don't update the mask if nothing changed to the params.
12038         Make sure we never draw outside of the picture. Fixes #398325.
12039
12040 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
12041
12042         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
12043           Error out properly when pull_range fails while we're reading the
12044           headers, instead of just pausing the task silently. Fixes #399338.
12045
12046 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12047
12048         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12049           Some more sanity checks to make sure the input formats match and the
12050           input pads are actually negotiated, in case someone tries to feed
12051           buffers from fakesrc or filesrc. Fixes #398299.
12052           Also const-ify an array, just because we can.
12053
12054 2007-01-19  Edward Hervey  <edward@fluendo.com>
12055
12056         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
12057         Ignore previous commit, that was only valid for widths and heights
12058         that are multiples of 4.
12059         Copy over size/stride macros from jpegdec. This allows the element
12060         to work with any width,height...
12061         ... but puts in evidence that the actual transformations only work
12062         with width/height that are multiples of 4.
12063
12064 2007-01-19  Edward Hervey  <edward@fluendo.com>
12065
12066         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12067         Allocate buffers of the right size.
12068         The proper size of a I420 buffer in bytes is:
12069         
12070             width * height * 3
12071             ------------------
12072                     2
12073
12074 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12075
12076         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12077           Proxy getcaps on sink pads too, so that we either end up with the
12078           same dimensions on all pads or error out if that's not possible
12079           (seems to work even!). Fixes #398086, I think.
12080
12081 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12082
12083         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12084         * docs/plugins/gst-plugins-good-plugins.args:
12085         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12086           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
12087           fix integer properties with -1 as minimum value.
12088
12089         * docs/plugins/inspect/plugin-1394.xml:
12090         * docs/plugins/inspect/plugin-aasink.xml:
12091         * docs/plugins/inspect/plugin-alaw.xml:
12092         * docs/plugins/inspect/plugin-alpha.xml:
12093         * docs/plugins/inspect/plugin-alphacolor.xml:
12094         * docs/plugins/inspect/plugin-annodex.xml:
12095         * docs/plugins/inspect/plugin-apetag.xml:
12096         * docs/plugins/inspect/plugin-audiofx.xml:
12097         * docs/plugins/inspect/plugin-auparse.xml:
12098         * docs/plugins/inspect/plugin-autodetect.xml:
12099         * docs/plugins/inspect/plugin-avi.xml:
12100         * docs/plugins/inspect/plugin-cacasink.xml:
12101         * docs/plugins/inspect/plugin-cairo.xml:
12102         * docs/plugins/inspect/plugin-cdio.xml:
12103         * docs/plugins/inspect/plugin-cutter.xml:
12104         * docs/plugins/inspect/plugin-debug.xml:
12105         * docs/plugins/inspect/plugin-dv.xml:
12106         * docs/plugins/inspect/plugin-efence.xml:
12107         * docs/plugins/inspect/plugin-effectv.xml:
12108         * docs/plugins/inspect/plugin-esdsink.xml:
12109         * docs/plugins/inspect/plugin-flac.xml:
12110         * docs/plugins/inspect/plugin-flxdec.xml:
12111         * docs/plugins/inspect/plugin-gconfelements.xml:
12112         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12113         * docs/plugins/inspect/plugin-goom.xml:
12114         * docs/plugins/inspect/plugin-halelements.xml:
12115         * docs/plugins/inspect/plugin-icydemux.xml:
12116         * docs/plugins/inspect/plugin-id3demux.xml:
12117         * docs/plugins/inspect/plugin-jpeg.xml:
12118         * docs/plugins/inspect/plugin-level.xml:
12119         * docs/plugins/inspect/plugin-matroska.xml:
12120         * docs/plugins/inspect/plugin-mulaw.xml:
12121         * docs/plugins/inspect/plugin-multipart.xml:
12122         * docs/plugins/inspect/plugin-navigationtest.xml:
12123         * docs/plugins/inspect/plugin-ossaudio.xml:
12124         * docs/plugins/inspect/plugin-png.xml:
12125         * docs/plugins/inspect/plugin-rtp.xml:
12126         * docs/plugins/inspect/plugin-rtsp.xml:
12127         * docs/plugins/inspect/plugin-shout2send.xml:
12128         * docs/plugins/inspect/plugin-smpte.xml:
12129         * docs/plugins/inspect/plugin-speex.xml:
12130         * docs/plugins/inspect/plugin-taglib.xml:
12131         * docs/plugins/inspect/plugin-udp.xml:
12132         * docs/plugins/inspect/plugin-videobalance.xml:
12133         * docs/plugins/inspect/plugin-videobox.xml:
12134         * docs/plugins/inspect/plugin-videoflip.xml:
12135         * docs/plugins/inspect/plugin-videomixer.xml:
12136         * docs/plugins/inspect/plugin-wavenc.xml:
12137         * docs/plugins/inspect/plugin-wavparse.xml:
12138         * docs/plugins/inspect/plugin-ximagesrc.xml:
12139           Update to CVS.
12140
12141 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12142
12143         Patch by: Sebastian Dröge <slomo circular-chaos org>
12144
12145         * gst/audiofx/audiopanorama.c:
12146           Fix doc section name (Fixes #397946)
12147
12148 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12149
12150         * sys/v4l2/gstv4l2object.c:
12151         (gst_v4l2_object_install_properties_helper),
12152         (gst_v4l2_object_set_property_helper),
12153         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12154         * sys/v4l2/gstv4l2object.h:
12155         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12156         (gst_v4l2src_init), (gst_v4l2src_set_property),
12157         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12158         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12159         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12160         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12161         (gst_v4l2src_capture_deinit):
12162           Fix EIO handing when capturing. Add new property to specify the number of
12163           buffers to enque (and remove the borked num-buffers usage).
12164
12165 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12166
12167         Patch by: Sebastian Dröge <slomo circular-chaos org>
12168
12169         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12170         (gst_audio_panorama_set_process_function):
12171           Use a function array for process methods, add more docs and define the
12172           startindex of enums.
12173
12174 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12175
12176         Patch by: Mark Nauwelaerts <manauw at skynet be>
12177
12178         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12179         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12180         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12181         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12182         (gst_avi_mux_riff_get_avi_header),
12183         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12184         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12185         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12186         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12187         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12188         (gst_avi_mux_change_state):
12189         * gst/avi/gstavimux.h:
12190         * tests/check/elements/avimux.c: (teardown_src_pad):
12191           Add support for more than one audio stream; write better AVIX
12192           header; refactor code a bit; don't announce vorbis caps on our audio
12193           sink pads since we don't support it anyway. Closes #379298.
12194
12195 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12196
12197         Patch by: Sebastian Dröge <slomo circular-chaos org>
12198
12199         * gst/audiofx/audiopanorama.c:
12200         (gst_audio_panorama_method_get_type),
12201         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12202         (gst_audio_panorama_set_process_function),
12203         (gst_audio_panorama_set_property),
12204         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12205         (gst_audio_panorama_transform_m2s_int_simple),
12206         (gst_audio_panorama_transform_s2s_int_simple),
12207         (gst_audio_panorama_transform_m2s_float_simple),
12208         (gst_audio_panorama_transform_s2s_float_simple):
12209         * gst/audiofx/audiopanorama.h:
12210           Add 'method' property and provide a simple (non-psychoacustic)
12211           processing method (#394859).
12212
12213         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12214         (panorama_suite):
12215           Tests for new method.
12216
12217 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12218
12219         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12220         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12221           Set correct caps on outgoing pulled buffers, or things blow up
12222           after recent core changes.
12223
12224 2007-01-11  Wim Taymans  <wim@fluendo.com>
12225
12226         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12227
12228         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12229         (gst_multipart_mux_request_new_pad),
12230         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12231         (gst_multipart_mux_change_state):
12232         Return FLOW errors ASAP. Fixes #394977.
12233         Misc cleanups.
12234
12235 2007-01-11  Wim Taymans  <wim@fluendo.com>
12236
12237         Patch by: Lutz Mueller <lutz at topfrose dot de>
12238
12239         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12240         Check for stream pad before activating. 
12241
12242 2007-01-10  Wim Taymans  <wim@fluendo.com>
12243
12244         Patch by: Peter Kjellerstedt  <pkj at axis com>
12245
12246         * gst/rtsp/COPYING.MIT:
12247         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12248         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12249         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12250         (gst_rtspsrc_stream_configure_transport),
12251         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12252         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12253         (gst_rtspsrc_parse_methods),
12254         (gst_rtspsrc_create_transports_string),
12255         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12256         (gst_rtspsrc_open), (gst_rtspsrc_close):
12257         * gst/rtsp/gstrtspsrc.h:
12258         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12259         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12260         (parse_request_line), (parse_line), (rtsp_connection_read),
12261         (rtsp_connection_close):
12262         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12263         (rtsp_method_as_text), (rtsp_header_as_text),
12264         (rtsp_status_as_text), (rtsp_find_header_field),
12265         (rtsp_find_method):
12266         * gst/rtsp/rtspdefs.h:
12267         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12268         (rtsp_ext_wms_configure_stream):
12269         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12270         (rtsp_message_new_request), (rtsp_message_init_request),
12271         (rtsp_message_new_response), (rtsp_message_init_response),
12272         (rtsp_message_init_data), (rtsp_message_unset),
12273         (rtsp_message_free), (rtsp_message_add_header),
12274         (rtsp_message_get_header), (rtsp_message_set_body),
12275         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12276         * gst/rtsp/rtspmessage.h:
12277         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12278         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12279         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12280         (sdp_message_dump):
12281         Allow url to be NULL to be able to use it for server connections.
12282         Can now send responses as well as requests.
12283         No longer hangs in an endless loop if EOF is received.
12284         Can now convert a status code to a text string.
12285         Return RTSP_HDR_INVALID for unknown headers.
12286         Return RTSP_INVALID for unknown methods.
12287         Copy CSeq and Session headers from the request.
12288         Only free memory corresponding to the currently set message type.
12289         Added const to function arguments as appropriate.
12290         Avoid a compiler warning when initializing nmedia.
12291         Use guint rather than gint to avoid compiler warnings.
12292         Fix crasher in wms extension.
12293         Factor out stream setup from open_connection.
12294         Delay activation of streams when actual data is received from the
12295         server, this prepares us to do proper protocol switching.
12296         Added new license.
12297         Fixes #380895.
12298
12299
12300 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12301
12302         Patch by: Sebastian Dröge <slomo ubuntu com>
12303
12304         * docs/plugins/Makefile.am:
12305         * gst/audiofx/audiopanorama.c:
12306           Some small docs fixes (#394851).
12307
12308 2007-01-09  Wim Taymans  <wim@fluendo.com>
12309
12310         * gst/avi/gstavidemux.c:
12311         Fix docs.
12312
12313 2007-01-09  Wim Taymans  <wim@fluendo.com>
12314
12315         * gst/rtp/Makefile.am:
12316         * gst/rtp/gstrtp.c: (plugin_init):
12317         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12318         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12319         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12320         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12321         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12322         * gst/rtp/gstrtpmpvdepay.h:
12323           Added RFC 2250 MPEG Video Depayloader.
12324
12325         * gst/rtp/gstrtpL16depay.h:
12326         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12327         (gst_rtp_h263p_depay_process):
12328         Fix Header file. Small cleanups.
12329
12330         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12331         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12332         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12333         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12334         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12335         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12336         (gst_rtp_mp4v_depay_change_state):
12337         Remove usused code. Remove Adapter from state Change. Added debug.
12338
12339         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12340         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12341         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12342         * gst/rtp/gstrtpmpadepay.h:
12343         Subclass base depayloader.
12344         Added debug.
12345         Support static payload type assignment as well.
12346
12347         * gst/rtp/gstrtpmpapay.c:
12348         Fix caps.
12349
12350 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12351
12352         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12353
12354         * ext/jpeg/gstjpegdec.c:
12355         * ext/jpeg/gstjpegenc.c:
12356         * ext/jpeg/smokecodec.c:
12357           These libjpeg callbacks should return a 'boolean' (unsigned char
12358           apparently) and not a 'gboolean' (which maps to gint). Fixes
12359           warnings when compiling with MingW (#393427).
12360
12361         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12362           Use ioctlsocket on win32.
12363
12364         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12365           Some printf format fixes for win32.
12366
12367 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12368
12369         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12370           Use gst_guint64_to_gdouble for conversion.
12371         * win32/vs6/libgstmatroska.dsp:
12372           Add zlib to the link.
12373         * win32/vs6/libgstvideobox.dsp:
12374           Update liboil library name (project is linked to 
12375           liboil-0.3-0.lib now).
12376           
12377 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12378
12379         * gst/matroska/Makefile.am:
12380           If zlib is available and used, we must link it explicitly for
12381           things to work on MingW (fixes #392855).
12382
12383 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12384
12385         * ext/esd/esdsink.c: (gst_esdsink_delay):
12386           Don't return bogus values when esd_get_delay() fails for some
12387           reason (#392189).
12388
12389 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12390
12391         * sys/ximage/gstximagesrc.c: (composite_pixel):
12392           Fix presumably copy'n'pasto for 16bpp depth.
12393
12394 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12395
12396         * gst/matroska/matroska-mux.c:
12397         (gst_matroska_mux_audio_pad_setcaps):
12398           The "signed" field in audio caps is of boolean type, trying to use
12399           gst_structure_get_int() to extract it will fail. Fixing this makes
12400           matroskamux accept raw audio input (#387121) (use at your own risk
12401           though, due to the matroska spec being not entirely useful in this
12402           respect).
12403           Also fix up raw audio structures in template caps so that they
12404           represent what our setcaps function will actually accept, so that
12405           converters know what to convert to.
12406           Finally, don't fail if there isn't an "endianness" field in 8-bit
12407           PCM caps.
12408
12409 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12410
12411         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12412         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12413         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12414         (teardown_cmmldec):
12415         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12416         (teardown_cmmlenc):
12417         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12418           reapply consistent pad (de)activation
12419
12420 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12421
12422         * configure.ac:
12423         Back to CVS
12424
12425         * gst-plugins-good.doap:
12426         Add 0.10.5 doap entry
12427
12428 === release 0.10.5 ===
12429
12430 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12431
12432         * configure.ac:
12433           releasing 0.10.5, "The Path of Thorns"
12434
12435 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12436
12437         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12438         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12439         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12440         (teardown_cmmldec):
12441         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12442         (teardown_cmmlenc):
12443         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12444           revert my freeze breakage
12445
12446 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12447
12448         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12449         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12450         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12451         (teardown_cmmldec):
12452         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12453         (teardown_cmmlenc):
12454         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12455           consistent pad (de)activation
12456
12457 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12458
12459         * configure.ac:
12460         * ext/Makefile.am:
12461         Disable LADPSA, as it has moved to the -bad module for the duration.
12462
12463 2006-12-18  Wim Taymans  <wim@fluendo.com>
12464
12465         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12466         (gst_signal_processor_event):
12467         Reset flow_state back to _OK after a flush stop so that we exit our
12468         error state after the flush. Fixes #374213
12469
12470 2006-12-16  David Schleef  <ds@schleef.org>
12471
12472         * sys/osxvideo/osxvideosink.h:
12473         * sys/osxvideo/osxvideosink.m:
12474           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12475
12476 2006-12-16  David Schleef  <ds@schleef.org>
12477
12478         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12479
12480         * sys/osxvideo/Makefile.am:
12481         * sys/osxvideo/osxvideosink.h:
12482         * sys/osxvideo/osxvideosink.m:
12483           Preliminary patch for porting osxvideosink
12484
12485 2006-12-16  Wim Taymans  <wim@fluendo.com>
12486
12487         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12488
12489         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12490         (gst_videomixer_set_master_geometry),
12491         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12492         (gst_videomixer_reset), (gst_videomixer_init),
12493         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12494         (gst_videomixer_release_pad), (gst_videomixer_collected),
12495         (gst_videomixer_change_state):
12496         Introduce some locking around the videomixer state so that it does not
12497         crash when adding/removing pads. Fixes #383043.
12498
12499 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12500
12501         * configure.ac:
12502           Make sure libcaca can actually be used instead of just checking for
12503           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12504           cross-compiling (fixes #384587).
12505
12506 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12507
12508         * Makefile.am:
12509         * gst-plugins-good.doap:
12510         * gst-plugins-good.spec.in:
12511           adding doap file
12512
12513 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12514
12515         * configure.ac:
12516           libflac-1.1.3 changed API again, but we can't build against it yet,
12517           so make sure our check doesn't use libflac-1.1.3 and add a comment
12518           to this effect.
12519
12520 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12521
12522         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12523         (gst_quarktv_planetable_clear):
12524           Add some NULL pointer checks (possibly related to #385623).
12525
12526 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12527
12528         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12529         (gst_tag_demux_chain):
12530         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12531           In streaming mode, if the first buffer we get doesn't have an
12532           offset, fix it up to be 0, otherwise trimming won't work later on
12533           and we'll be typefinding application/x-id3, which may result in
12534           decodebin plugging an endless number of id3demux elements as a
12535           consequence. Fixes #385031.
12536           
12537 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12538
12539         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12540           Ignore the buffer_time the sound device reports. Turns out it is 
12541           sometimes completely bogus and we're better off without it.
12542
12543 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12544
12545         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12546         (gst_matroska_demux_video_caps):
12547         * gst/matroska/matroska-ids.c:
12548         (gst_matroska_track_init_video_context):
12549         * gst/matroska/matroska-ids.h:
12550           Try harder to extract the framerate for video tracks correctly and
12551           save it directly instead of converting it back and forth a few
12552           times. Mostly makes a difference for very small framerates (<1).
12553           Fixes #380199.
12554
12555 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12556
12557         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12558         (gst_gconf_audio_src_dispose), (do_toggle_element):
12559         * ext/gconf/gstgconfaudiosrc.h:
12560           Remove gconf notify hook when the gconfaudiosrc element is
12561           destroyed, otherwise the callback may be called on an
12562           already-destroyed instance and bad things happen. Should fix
12563           #378184.
12564           Also ignore gconf key changes when the source is already running.
12565
12566 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12567
12568         Patch by: Sebastian Dröge  <mail at slomosnail de>
12569
12570         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12571           We need to be able to read and parse any possible floating point string
12572           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12573           will parse the former only in certain locales though, so we really need
12574           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12575           make sure we can parse either version at all times.
12576           Fixes #382982 for real.
12577
12578 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12579
12580         * sys/sunaudio/gstsunaudiomixerctrl.c:
12581         * sys/sunaudio/gstsunaudiosrc.c:
12582
12583         Use the sunaudio debug category.
12584
12585         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12586         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12587         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12588         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12589         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12590         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12591         (gst_sunaudiosink_reset):
12592         * sys/sunaudio/gstsunaudiosink.h:
12593
12594         Uses the sunaudio debug category for all debug output
12595         Implements the _delay() callback to synchronise video playback better
12596         Change the segtotal and segsize values back to the parent class 
12597           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12598           respectively)
12599         Measure the samples written to the device vs. played.
12600         Keep track of segments in the device by writing empty eof frames, and
12601         sleep using a GCond when we get too far ahead and risk overrunning the
12602         sink's ringbuffer.
12603
12604         Fixes: #360673
12605
12606 2006-12-08  Wim Taymans  <wim@fluendo.com>
12607
12608         Patch by: Sebastian Dröge  <mail at slomosnail de >
12609
12610         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12611         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12612         * gst/audiofx/audiopanorama.h:
12613         Fix audiopanorame with float samples. Fixes #383726.
12614
12615 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12616
12617         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12618         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12619         (gst_sunaudiosrc_reset):
12620
12621         Implement reset functions to unblock the src/sink more quickly on 
12622         state change requests.
12623         Patch by: Brian Cameron <brian dot cameron at sun com>
12624
12625 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12626
12627         * sys/sunaudio/gstsunaudiomixer.c:
12628         (gst_sunaudiomixer_change_state):
12629         Construct the correct mixer device name when the AUDIODEV env var
12630         is set.
12631
12632         Patch by: Jerry Tan <jerry.tan at sun dot com>
12633         Fixes: #383596
12634
12635 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12636
12637         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12638         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12639         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12640         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12641         Patch by: Jerry Tan <jerry.tan at sun dot com>
12642         Fixes: #349015
12643
12644 2006-12-07  Wim Taymans  <wim@fluendo.com>
12645
12646         * gst/smpte/gstmask.h:
12647         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12648         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12649         (gst_smpte_collected), (gst_smpte_set_property),
12650         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12651         * gst/smpte/gstsmpte.h:
12652         Port to 0.10 some more. 
12653         Added duration property to specify the duration of the transition.
12654         Make framerate a fraction.
12655         Deprecate fps property, we only use negotiated fps.
12656         Added docs.
12657         Fix collectpad usage.
12658         Reset state in READY.
12659         Send NEWSEGMENT event.
12660         Fix racy updates of object properties.
12661         Added debug category.
12662         Fixes #383323.
12663
12664 2006-12-06  Wim Taymans  <wim@fluendo.com>
12665
12666         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12667
12668         * gst/videomixer/videomixer.c:
12669         (gst_videomixer_set_master_geometry),
12670         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12671         Don't reset xpos and ypos in the setcaps function because causes
12672         unexpected behaviour.
12673         Fixes #382179.
12674
12675 2006-12-06  Wim Taymans  <wim@fluendo.com>
12676
12677         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12678         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12679         Keep track of the buffer timestamp in the collectdata member instead
12680         of modifying the buffer without making the metadata writable first.
12681         Fixes #382277.
12682
12683 2006-12-06  Wim Taymans  <wim@fluendo.com>
12684
12685         Patch by: Rob Taylor <robtaylor at floopily dot org>
12686
12687         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12688         If using multicast in udpsrc, bind to the multicast address rather than
12689         IN_ADDR_ANY.
12690         This allows the simultanous use of multiple udpsrcs listening on
12691         different multicat addresses. Without this all udpsrcs will receive all
12692         packets from all subscribed multicast addresses.
12693         Fixes #383001.
12694
12695 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12696
12697         * ext/taglib/gstid3v2mux.cc:
12698         Don't attempt to write a NULL frame into the ID3 tag set when the 
12699         createFrame method returned NULL.
12700         Fixes: #381857
12701         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12702
12703 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12704
12705         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12706         Use g_strtod() instead of sscanf to parse doubles, so that it will
12707         try parsing in the C locale if the current locale fails.
12708         Fixes: #382982
12709         Patch by: Sebastian Dröge  <mail at slomosnail de >
12710
12711 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12712
12713         * win32/MANIFEST:
12714         Fix compilation on win32 under VS8
12715         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12716         Partially fixes #381175
12717
12718 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12719
12720         * gst/avi/gstavimux.c:
12721           accept all mpegversions,fixes #380825
12722           spotted by: Jerome Alet  
12723
12724 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12725
12726         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12727         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12728         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12729         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12730           cleanup the error message a bit more
12731
12732 2006-11-28  Wim Taymans  <wim@fluendo.com>
12733
12734         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12735         Fix width and height properties.
12736
12737         * ext/libcaca/gstcacasink.h:
12738         Fix compilation on newer libcaca that require us to include a new
12739         header. Fixes #379918.
12740
12741 2006-11-28  Wim Taymans  <wim@fluendo.com>
12742
12743         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12744         * gst/rtsp/gstrtspsrc.h:
12745         * gst/rtsp/rtspext.h:
12746         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12747         (rtsp_ext_wms_get_context):
12748         Add method so that extensions can choose to disable the setup of
12749         a stream.
12750         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12751
12752 2006-11-27  Wim Taymans  <wim@fluendo.com>
12753
12754         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12755
12756         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12757         Push header in a separate buffer instead of memcpy:ing all data.
12758         Change LF => CRLF in headers.
12759         Move trailing LF to header. Fixes #379792.
12760
12761 2006-11-27  Wim Taymans  <wim@fluendo.com>
12762
12763         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12764         Small buffer overflow fix and improve debugging.
12765
12766 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12767
12768         * ext/esd/esdmon.h:
12769         * ext/esd/esdsink.h:
12770           remove obsolete _factory_init protos
12771
12772 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12773
12774         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12775         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12776         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12777         (gst_avi_demux_read_subindexes_push),
12778         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12779         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12780         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12781         (gst_avi_demux_massage_index),
12782         (gst_avi_demux_calculate_durations_from_index),
12783         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12784         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12785         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12786           remove dead code, tweak debugs statements, add comments, use
12787           _uint64_scale instead _uint64_scale_int when using guint64 values,
12788           small optimizations, reflow some error handling
12789
12790 2006-11-22  Edward Hervey  <edward@fluendo.com>
12791
12792         * po/.cvsignore:
12793         We never put .pot files in cvs. Let's ignore them all.
12794
12795 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12796
12797         * po/POTFILES.in:
12798           ... but better exclude files that aren't disted.
12799
12800 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12801
12802         * po/POTFILES.in:
12803           Add v4l2 source files to list of files with translations, so the
12804           strings are actually extracted (however bad they still may be).
12805
12806 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12807
12808         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12809           Minor clean-ups: const-ify static array, remove trailing comma from
12810           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12811
12812 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12813
12814         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12815         Make sure that g_free always gets called on the same pointer that was 
12816         returned by g_malloc.  Fixes #376594.
12817         Do not leak memory if decompressed size is wrong.
12818         Remove unneeded check of return value of g_malloc.
12819         Patch by: René Stadler <mail@renestadler.de>
12820
12821 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12822
12823         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12824           Add missing curly brackets.
12825
12826 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12827
12828         * sys/v4l2/v4l2src_calls.c:
12829         Fix capture_deinit.
12830
12831 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12832
12833         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12834         (gst_matroska_mux_request_new_pad):
12835           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12836
12837         * tests/check/elements/matroskamux.c: (setup_src_pad),
12838         (setup_sink_pad), (GST_START_TEST):
12839         Activate pads before using them.
12840
12841 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12842
12843         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12844           Initialise variable to get rid of bogus compiler warning.
12845
12846 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12847
12848         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12849
12850         * gst/rtp/gstrtph263pay.c:
12851         * gst/rtp/gstrtph263pdepay.c:
12852         * gst/rtp/gstrtph263ppay.c:
12853           Specify H.263 variant and version in the caps (fixes #361637)
12854
12855 2006-11-15  Wim Taymans  <wim@fluendo.com>
12856
12857         * gst/rtsp/rtspconnection.c: (read_body):
12858         Don't set a data pointer to NULL and a size > 0 when we deal
12859         with empty packets.
12860
12861         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12862         (rtsp_message_init_response), (rtsp_message_init_data),
12863         (rtsp_message_unset), (rtsp_message_free),
12864         (rtsp_message_take_body):
12865         Check that we can't create invalid empty packets. 
12866
12867 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12868
12869         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12870
12871         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12872         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12873         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12874         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12875         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12876         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12877         * gst/matroska/matroska-mux.h:
12878           Add basic tag writing support; implement releasing pads (#374658).
12879
12880 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12881
12882         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12883         (gst_matroska_demux_audio_caps):
12884           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12885
12886 2006-11-14  David Schleef  <ds@schleef.org>
12887
12888         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12889
12890 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12891
12892         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12893
12894         * win32/vs8/gst-plugins-good.sln:
12895         * win32/vs8/libgst1394.vcproj:
12896         * win32/vs8/libgstaasink.vcproj:
12897         * win32/vs8/libgstalaw.vcproj:
12898         * win32/vs8/libgstalpha.vcproj:
12899         * win32/vs8/libgstalphacolor.vcproj:
12900         * win32/vs8/libgstannodex.vcproj:
12901         * win32/vs8/libgstapetag.vcproj:
12902         * win32/vs8/libgstaudiofx.vcproj:
12903         * win32/vs8/libgstauparse.vcproj:
12904         * win32/vs8/libgstautodetect.vcproj:
12905         * win32/vs8/libgstavi.vcproj:
12906         * win32/vs8/libgstcacasink.vcproj:
12907         * win32/vs8/libgstcdio.vcproj:
12908         * win32/vs8/libgstcutter.vcproj:
12909         * win32/vs8/libgstdv.vcproj:
12910         * win32/vs8/libgsteffectv.vcproj:
12911         * win32/vs8/libgstflac.vcproj:
12912         * win32/vs8/libgstflxdec.vcproj:
12913         * win32/vs8/libgstgoom.vcproj:
12914         * win32/vs8/libgsticydemux.vcproj:
12915         * win32/vs8/libgstid3demux.vcproj:
12916         * win32/vs8/libgstjpeg.vcproj:
12917         * win32/vs8/libgstladspa.vcproj:
12918         * win32/vs8/libgstlevel.vcproj:
12919         * win32/vs8/libgstmatroska.vcproj:
12920         * win32/vs8/libgstmikmod.vcproj:
12921         * win32/vs8/libgstmng.vcproj:
12922         * win32/vs8/libgstmonoscope.vcproj:
12923         * win32/vs8/libgstmulaw.vcproj:
12924         * win32/vs8/libgstmultipart.vcproj:
12925         * win32/vs8/libgstpng.vcproj:
12926         * win32/vs8/libgstrtp.vcproj:
12927         * win32/vs8/libgstrtsp.vcproj:
12928         * win32/vs8/libgstshout2.vcproj:
12929         * win32/vs8/libgstsmpte.vcproj:
12930         * win32/vs8/libgstspeex.vcproj:
12931         * win32/vs8/libgsttaglib.vcproj:
12932         * win32/vs8/libgstudp.vcproj:
12933         * win32/vs8/libgstvideobalance.vcproj:
12934         * win32/vs8/libgstvideobox.vcproj:
12935         * win32/vs8/libgstvideoflip.vcproj:
12936         * win32/vs8/libgstvideomixer.vcproj:
12937         * win32/vs8/libgstwavenc.vcproj:
12938         * win32/vs8/libgstwavparse.vcproj:
12939           Make end-of-line returns unixy, so that when the files are checked
12940           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12941           Hopefully fixes #366492.
12942
12943 2006-11-14  Wim Taymans  <wim@fluendo.com>
12944
12945         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12946         Disable init_frames delay timestamp adjustment, it does not
12947         seem to be needed at all. Fixes #369621.
12948
12949 2006-11-13  Wim Taymans  <wim@fluendo.com>
12950
12951         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12952
12953         * gst/videomixer/videomixer.c:
12954         (gst_videomixer_set_master_geometry),
12955         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12956         (gst_videomixer_collect_free), (gst_videomixer_reset),
12957         (gst_videomixer_init), (gst_videomixer_finalize),
12958         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12959         (gst_videomixer_collected), (gst_videomixer_change_state):
12960         Fix memleak by unref'ing collectpads instance (when finalizing)
12961         Implement releasing a request pad. Fixes #374479.
12962
12963 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12964
12965         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12966
12967         * win32/vs8/gst-plugins-good.sln:
12968         * win32/vs8/libgst1394.vcproj:
12969         * win32/vs8/libgstaasink.vcproj:
12970         * win32/vs8/libgstalaw.vcproj:
12971         * win32/vs8/libgstalpha.vcproj:
12972         * win32/vs8/libgstalphacolor.vcproj:
12973         * win32/vs8/libgstannodex.vcproj:
12974         * win32/vs8/libgstapetag.vcproj:
12975         * win32/vs8/libgstaudiofx.vcproj:
12976         * win32/vs8/libgstauparse.vcproj:
12977         * win32/vs8/libgstautodetect.vcproj:
12978         * win32/vs8/libgstavi.vcproj:
12979         * win32/vs8/libgstcacasink.vcproj:
12980         * win32/vs8/libgstcdio.vcproj:
12981         * win32/vs8/libgstcutter.vcproj:
12982         * win32/vs8/libgstdv.vcproj:
12983         * win32/vs8/libgsteffectv.vcproj:
12984         * win32/vs8/libgstflac.vcproj:
12985         * win32/vs8/libgstflxdec.vcproj:
12986         * win32/vs8/libgstgoom.vcproj:
12987         * win32/vs8/libgsticydemux.vcproj:
12988         * win32/vs8/libgstid3demux.vcproj:
12989         * win32/vs8/libgstjpeg.vcproj:
12990         * win32/vs8/libgstladspa.vcproj:
12991         * win32/vs8/libgstlevel.vcproj:
12992         * win32/vs8/libgstmatroska.vcproj:
12993         * win32/vs8/libgstmikmod.vcproj:
12994         * win32/vs8/libgstmng.vcproj:
12995         * win32/vs8/libgstmonoscope.vcproj:
12996         * win32/vs8/libgstmulaw.vcproj:
12997         * win32/vs8/libgstmultipart.vcproj:
12998         * win32/vs8/libgstpng.vcproj:
12999         * win32/vs8/libgstrtp.vcproj:
13000         * win32/vs8/libgstrtsp.vcproj:
13001         * win32/vs8/libgstshout2.vcproj:
13002         * win32/vs8/libgstsmpte.vcproj:
13003         * win32/vs8/libgstspeex.vcproj:
13004         * win32/vs8/libgsttaglib.vcproj:
13005         * win32/vs8/libgstudp.vcproj:
13006         * win32/vs8/libgstvideobalance.vcproj:
13007         * win32/vs8/libgstvideobox.vcproj:
13008         * win32/vs8/libgstvideoflip.vcproj:
13009         * win32/vs8/libgstvideomixer.vcproj:
13010         * win32/vs8/libgstwavenc.vcproj:
13011         * win32/vs8/libgstwavparse.vcproj:
13012           Add VS8 project files (note that many of the plugins in ext are
13013           disabled by default). Fixes #366492.
13014
13015 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
13016
13017         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
13018           we do not translate debug messages
13019
13020 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
13021
13022         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
13023           fix categorisation, make short desc more explicit, remove unused code
13024           Fixes #372021
13025
13026 2006-11-08  Wim Taymans  <wim@fluendo.com>
13027
13028         * gst/rtp/gstrtpL16depay.c:
13029         * gst/rtp/gstrtpamrdepay.c:
13030         * gst/rtp/gstrtpamrpay.c:
13031         * gst/rtp/gstrtpgsmdepay.c:
13032         * gst/rtp/gstrtph263pay.c:
13033         * gst/rtp/gstrtph263pdepay.c:
13034         * gst/rtp/gstrtph263ppay.c:
13035         * gst/rtp/gstrtph264depay.c:
13036         * gst/rtp/gstrtpmp2tdepay.c:
13037         * gst/rtp/gstrtpmp4gdepay.c:
13038         * gst/rtp/gstrtpmp4gpay.c:
13039         * gst/rtp/gstrtpmp4vdepay.c:
13040         * gst/rtp/gstrtpmp4vpay.c:
13041         * gst/rtp/gstrtpmpadepay.c:
13042         * gst/rtp/gstrtpmpapay.c:
13043         * gst/rtp/gstrtppcmadepay.c:
13044         * gst/rtp/gstrtppcmapay.c:
13045         * gst/rtp/gstrtppcmudepay.c:
13046         * gst/rtp/gstrtppcmupay.c:
13047         * gst/rtp/gstrtpspeexdepay.c:
13048         * gst/rtp/gstrtpspeexpay.c:
13049         * gst/rtp/gstrtpsv3vdepay.c:
13050         Fix element descriptions.
13051
13052 2006-11-08  Wim Taymans  <wim@fluendo.com>
13053
13054         * gst/rtp/gstrtpvorbisdepay.c:
13055         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
13056         Fix description.
13057         Small cleanup in the payloader.
13058
13059 2006-11-08  Wim Taymans  <wim@fluendo.com>
13060
13061         * gst/rtp/Makefile.am:
13062         * gst/rtp/gstrtp.c: (plugin_init):
13063         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
13064         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
13065         (gst_rtp_theora_depay_finalize),
13066         (gst_rtp_theora_depay_parse_configuration),
13067         (gst_rtp_theora_depay_setcaps),
13068         (gst_rtp_theora_depay_switch_codebook),
13069         (gst_rtp_theora_depay_process),
13070         (gst_rtp_theora_depay_set_property),
13071         (gst_rtp_theora_depay_get_property),
13072         (gst_rtp_theora_depay_change_state),
13073         (gst_rtp_theora_depay_plugin_init):
13074         * gst/rtp/gstrtptheoradepay.h:
13075         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
13076         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
13077         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
13078         (gst_rtp_theora_pay_init_packet),
13079         (gst_rtp_theora_pay_flush_packet),
13080         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
13081         (gst_rtp_theora_pay_handle_buffer),
13082         (gst_rtp_theora_pay_plugin_init):
13083         * gst/rtp/gstrtptheorapay.h:
13084         Add theora pay/depayloaders.
13085
13086 2006-11-06  Wim Taymans  <wim@fluendo.com>
13087
13088         * gst/rtp/Makefile.am:
13089         We depend on gsttag to generate the vorbis comments.
13090
13091         * gst/rtp/gstrtpvorbisdepay.c:
13092         (gst_rtp_vorbis_depay_parse_configuration),
13093         (gst_rtp_vorbis_depay_setcaps),
13094         (gst_rtp_vorbis_depay_switch_codebook),
13095         (gst_rtp_vorbis_depay_process):
13096         * gst/rtp/gstrtpvorbisdepay.h:
13097         Parse configuration string in the depayloader.
13098         Implement selecting and switching to a new codebook.
13099         Receiving vorbis over RTP now works.
13100
13101         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
13102         (gst_rtp_vorbis_pay_init_packet),
13103         (gst_rtp_vorbis_pay_finish_headers),
13104         (gst_rtp_vorbis_pay_handle_buffer):
13105         * gst/rtp/gstrtpvorbispay.h:
13106         Set timestamps on outgoing buffers and RTP packets.
13107         Fix configuration string, prepend number of Packet headers.
13108         Fix encoding of ident string.
13109         Add delivery-method to caps.
13110         Streaming vorbis over RTP now works.
13111
13112 2006-11-06  Wim Taymans  <wim@fluendo.com>
13113
13114         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13115         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13116         (gst_rtp_vorbis_pay_handle_buffer):
13117         * gst/rtp/gstrtpvorbispay.h:
13118         Generate a valid configuration string in the caps based on the
13119         vorbis headers.
13120
13121 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13122
13123         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13124         * ext/cdio/gstcdio.h:
13125         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13126           Move CD-TEXT utility function into common file so it can also be
13127           used by a future cdioparanoiasrc.
13128
13129 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13130         
13131         * sys/v4l2/Makefile.am:
13132         * sys/v4l2/gstv4l2object.c:
13133         * sys/v4l2/gstv4l2src.c:
13134         * sys/v4l2/gstv4l2xoverlay.c:
13135         * sys/v4l2/v4l2_calls.c:
13136         * sys/v4l2/v4l2src_calls.c:
13137         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13138         xoverlay code that is still not implemented.
13139
13140 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13141
13142         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13143           We require a -base more recent than 0.10.9, so it's safe to use
13144           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13145
13146         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13147         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13148           Use _newsegment_full() now that we depend on a recent enough core.
13149
13150         * gst/wavparse/gstwavparse.c:
13151           Remove cruft that we don't need any longer now that we depend on
13152           a recent enough -base.
13153
13154 2006-10-31  Wim Taymans  <wim@fluendo.com>
13155
13156         * gst/rtp/Makefile.am:
13157         * gst/rtp/gstrtp.c: (plugin_init):
13158         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13159         (gst_rtpilbcpay_setcaps):
13160         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13161
13162 2006-10-31  Wim Taymans  <wim@fluendo.com>
13163
13164         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13165         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13166         Some small cleanups, use _scale.
13167
13168 2006-10-31  Wim Taymans  <wim@fluendo.com>
13169
13170         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13171         Use higher precision scale function.
13172
13173 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13174
13175         Patch by: Michal Benes  <michal dot benes at itonis tv>
13176
13177         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13178         (gst_matroska_demux_read_track_encodings),
13179         (gst_matroska_decode_buffer):
13180           Fix several issues with encoded/compressed/encrypted/signed tracks;
13181           also, remove superfluous newline characters from some debug
13182           statements. (#366155)
13183
13184 2006-10-30  Wim Taymans  <wim@fluendo.com>
13185
13186         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13187         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13188         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13189         (gst_smokedec_change_state):
13190         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13191         (gst_smokeenc_init), (gst_smokeenc_finalize),
13192         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13193         (gst_smokeenc_resync), (gst_smokeenc_chain),
13194         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13195         (gst_smokeenc_change_state):
13196         Various cleanups, capsnego and leak fixes.
13197
13198 2006-10-30  Wim Taymans  <wim@fluendo.com>
13199
13200         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13201
13202         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13203         Fix videomixer so that it can handle any combination of framerates.
13204         Fixes #367221.
13205
13206 2006-10-28  Wim Taymans  <wim@fluendo.com>
13207
13208         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13209         (gst_avi_demux_parse_file_header),
13210         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13211         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13212         (gst_avi_demux_chain):
13213         Fix position query for audio. also fixes timestamps in streaming
13214         mode and bug #364958.
13215         Small cleanups.
13216
13217 2006-10-27  Wim Taymans  <wim@fluendo.com>
13218
13219         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13220         * ext/libpng/gstpngenc.h:
13221         Fix strides. Fixes #364856.
13222         Cleanup capsnego.
13223         Set caps on outgoing buffers.
13224
13225 2006-10-18  Wim Taymans  <wim@fluendo.com>
13226
13227         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13228
13229         * gst/rtp/gstrtpgsmpay.c:
13230         * gst/rtp/gstrtph263pay.c:
13231         * gst/rtp/gstrtpmpapay.c:
13232         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13233         (gst_rtp_pcma_pay_handle_buffer):
13234         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13235         Add static payload numbers in addition to the dynamic ones.
13236         Fixes #361639.
13237
13238 2006-10-18  Wim Taymans  <wim@fluendo.com>
13239
13240         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13241         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13242         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13243         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13244         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13245         * gst/rtsp/rtspdefs.h:
13246         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13247         * gst/rtsp/rtspurl.h:
13248         Reuse already existing enum for lower transport.
13249         Add rtspt and rtspu protocols.
13250         Send redirect to rtspt when udp times out.
13251
13252 2006-10-18  Wim Taymans  <wim@fluendo.com>
13253
13254         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13255         (gst_wavparse_stream_data):
13256         Fix seeking some more, mostly for speed changes.
13257
13258 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13259
13260         Patch by: Fredrik Persson  <frepe at bredband net>
13261
13262         * sys/v4l2/gstv4l2tuner.c:
13263         * sys/v4l2/gstv4l2tuner.h:
13264           Fix _set_channel(): remove useless g_object_notify() for "channel"
13265           property that doesn't exist any longer and therefore now also
13266           useless redirect (#338818).
13267
13268 2006-10-17  Wim Taymans  <wim@fluendo.com>
13269
13270         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13271         Some drivers do not support unsetting the non-blocking flag once the
13272         device is opened. In those cases, close/open the device in
13273         non-blocking mode. Fixes #362673.
13274
13275 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13276
13277         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13278         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13279         (gst_v4l2src_get_fps):
13280           dear stefan, framespersecond is not frameperiod, reverting but adding
13281           comment
13282
13283 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13284
13285         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13286         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13287         (gst_v4l2src_get_fps):
13288           Numerator is numerator and denominator is denominator. Say that aloud
13289           5 times and retry after next beer.
13290
13291 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13292
13293         Patch by: Josep Torra Valles  <josep at fluendo com>
13294
13295         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13296         * ext/esd/esdsink.c: (gst_esdsink_write):
13297         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13298         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13299         (gst_flac_dec_send_newsegment):
13300         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13301         (gst_flac_enc_tell_callback):
13302         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13303         (smokecodec_parse_header), (smokecodec_decode):
13304         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13305         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13306         * gst/goom/Makefile.am:
13307         * gst/goom/gstgoom.c:
13308         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13309         * gst/rtsp/gstrtspsrc.c:
13310         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13311         * gst/udp/gstudpsink.c:
13312         * gst/udp/gstudpsrc.c:
13313         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13314         * sys/sunaudio/gstsunaudiomixertrack.h:
13315           Fix a bunch of problems discovered by the Forte compiler, mostly type
13316           mixups and pointer arithmetics with void pointers. Fixes #362603.
13317
13318 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13319
13320         * ext/speex/gstspeex.c: (plugin_init):
13321         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13322         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13323         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13324         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13325         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13326         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13327         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13328         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13329         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13330         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13331         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13332         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13333         * ext/speex/gstspeexenc.h:
13334           Miscellaneous clean-ups, among other things: speexenc => enc to
13335           enhance code readability; change speexenc => speex_enc; in chain
13336           function unref input buffer in case of error; take reference in
13337           event function; use boilerplate macro; use gst_pad_query_peer_*
13338           convenience functions.
13339
13340 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13341
13342         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13343         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13344         (gst_speexenc_set_header_on_caps):
13345           Fix some mem leaks.
13346
13347 2006-10-11  Wim Taymans  <wim@fluendo.com>
13348
13349         * gst/rtsp/URLS:
13350         Added some other URL.
13351
13352         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13353         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13354         (gst_rtspsrc_open), (gst_rtspsrc_play),
13355         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13356         * gst/rtsp/gstrtspsrc.h:
13357         Work on fallback to TCP connection when the UDP socket times out.
13358         Handler server requests, just reply with OK for now.
13359
13360         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13361         * gst/rtsp/rtspdefs.h:
13362         Added some more Real extension headers.
13363
13364         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13365         Fix parsing of urls with a ':' that is not part of the hostname:port
13366         part of the url.
13367
13368 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13369
13370         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13371         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13372         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13373           Activate pad before adding it to the already-running element.
13374
13375         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13376           Activate newly-created pad too.
13377
13378 2006-10-11  Wim Taymans  <wim@fluendo.com>
13379
13380         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13381
13382         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13383         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13384         (gst_udpsrc_start):
13385         Fix some leaks in caps and uris. Fixes #361252.
13386
13387 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13388
13389         * gst/wavparse/Makefile.am:
13390           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13391
13392 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13393
13394         * sys/v4l2/gstv4l2xoverlay.c:
13395         * sys/v4l2/gstv4l2xoverlay.h:
13396         Fix build as per the patch in #338818 comment 36.
13397
13398 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13399
13400         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13401           Activate pads before adding them to the source.
13402
13403 2006-10-06  Wim Taymans  <wim@fluendo.com>
13404
13405         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13406         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13407         Activate pads before adding.
13408
13409 2006-10-06  Wim Taymans  <wim@fluendo.com>
13410
13411         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13412         (gst_multipart_find_pad_by_mime):
13413         Activate pads before adding.
13414
13415         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13416         BOILERPLATE sets parent_class for us.
13417
13418 2006-10-06  Wim Taymans  <wim@fluendo.com>
13419
13420         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13421         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13422         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13423         (gst_rtspsrc_alloc_udp_ports),
13424         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13425         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13426         (gst_rtspsrc_create_transports_string),
13427         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13428         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13429         * gst/rtsp/gstrtspsrc.h:
13430         Rework how the transport string is constructed, try to share channels
13431         and udp ports.
13432         Make most of the stuff less dependant on RTP as we are also going to use
13433         it for RDT.
13434         Add support for transport specific session managers.
13435
13436         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13437         Implement _flush().
13438
13439         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13440         * gst/rtsp/rtspdefs.h:
13441         Add generic error return code.
13442
13443         * gst/rtsp/rtspext.h:
13444         Add support for pluggable tranport strings.
13445
13446         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13447         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13448         (rtsp_ext_wms_get_context):
13449         Detect WMServer and activate the extension.
13450
13451         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13452         (rtsp_transport_get_manager), (rtsp_transport_parse):
13453         * gst/rtsp/rtsptransport.h:
13454         Added methods to get mime/manager for certain transports.
13455
13456 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13457
13458         * ext/cairo/gsttimeoverlay.c:
13459         (gst_cairo_time_overlay_update_font_height):
13460         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13461         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13462         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13463         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13464         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13465         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13466         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13467         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13468         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13469         (gst_avi_demux_stream_data):
13470         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13471         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13472         (gst_fenced_buffer_copy):
13473         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13474         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13475         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13476         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13477         (gst_rtspsrc_handle_message):
13478         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13479         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13480           Printf format fixes.
13481
13482 2006-10-04  Wim Taymans  <wim@fluendo.com>
13483
13484         * gst/rtsp/Makefile.am:
13485         Dist new .h file too.
13486
13487 2006-10-04  Wim Taymans  <wim@fluendo.com>
13488
13489         * gst/rtsp/Makefile.am:
13490         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13491         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13492         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13493         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13494         (gst_rtspsrc_parse_rtpmap),
13495         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13496         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13497         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13498         * gst/rtsp/gstrtspsrc.h:
13499         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13500         * gst/rtsp/rtspdefs.h:
13501         * gst/rtsp/rtspext.h:
13502         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13503         (rtsp_ext_wms_get_context):
13504         * gst/rtsp/rtspextwms.h:
13505         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13506         (rtsp_transport_parse):
13507         * gst/rtsp/rtsptransport.h:
13508         Factor out extension in separate module.
13509         Fix getcaps to filter against the padtemplate.
13510         Use Content-Base if the server gives one.
13511         Rework the transport parsing a bit for future extensions.
13512         Added some Real Header field definitions.
13513
13514 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13515
13516         * docs/plugins/Makefile.am:
13517         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13518         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13519           added v4l2 stubs
13520         * gst-plugins-good.spec.in:
13521           add v4l2
13522
13523 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13524
13525         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13526           Extract disc/album/medium number and count and try harder
13527           to extract track number/count.
13528
13529 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13530
13531         * configure.ac:
13532         * sys/Makefile.am:
13533           add build stuff for v4l2, needs --enable-experimental until
13534           the last bits are resolved
13535
13536 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13537
13538         * tests/check/Makefile.am:
13539           Disable autodetect test temporarily, so that the build bots
13540           update -bad and the ranks of unreliable video sinks in there.
13541
13542         * tests/check/elements/autodetect.c: (GST_START_TEST):
13543           Skip test if no usable videosink is found.
13544
13545 2006-09-29  Wim Taymans  <wim@fluendo.com>
13546
13547         * gst/rtsp/URLS:
13548         Add some more URLs.
13549
13550         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13551         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13552         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13553         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13554         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13555         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13556         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13557         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13558         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13559         * gst/rtsp/gstrtspsrc.h:
13560         Add timeout property to control UDP timeouts.
13561         Fix error messages.
13562         Also start a loop function when operating in UDP mode so that we can
13563         do some more stuff async.
13564         Handle element messages from udpsrc to detect timeouts. If a timeout
13565         happens we currently generate an error.
13566         API: rtspsrc::timeout property.
13567
13568         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13569         (gst_udpsrc_create):
13570         Really implement the timeout in microseconds and not milliseconds.
13571
13572 2006-09-29  Wim Taymans  <wim@fluendo.com>
13573
13574         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13575         (gst_udpsrc_create), (gst_udpsrc_set_property),
13576         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13577         * gst/udp/gstudpsrc.h:
13578         Added property to post a message on timeout.
13579         Updated docs.
13580         When restarting the select, initialize the fdsets again.
13581         Init control sockets so we don't accidentally close a random socket.
13582         API: GstUDPSrc::timeout property
13583
13584 2006-09-29  Wim Taymans  <wim@fluendo.com>
13585
13586         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13587         Fix flag registration.
13588
13589         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13590         Reading 0 also means 'no more commands'
13591
13592 2006-09-29  Wim Taymans  <wim@fluendo.com>
13593
13594         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13595
13596         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13597         Fix possible infinite loop when shutting down, a read can also return
13598         0 to indicate no more messages are available. Fixes #358156.
13599
13600 2006-09-25  Wim Taymans  <wim@fluendo.com>
13601
13602         * gst/autodetect/gstautoaudiosink.c:
13603         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13604         (gst_auto_audio_sink_find_best):
13605         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13606         Small cleanups.
13607         don't try to set "sync" property when it is not available.
13608
13609 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13610
13611         Patch by: Peter Kjellerstedt  <pkj at axis com>
13612
13613         * gst/alpha/gstalpha.c:
13614         * gst/rtp/gstrtpamrdepay.c:
13615         * gst/rtsp/gstrtspsrc.c:
13616         * gst/udp/gstudpsrc.c:
13617         * gst/videomixer/videomixer.c:
13618           Include stdlib.h in some more places, makes things compile
13619           with uClibc and -Werror (#357592).
13620
13621 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13622
13623         * ext/jpeg/gstjpegdec.c:
13624           Set minimum height to 8 (from 16), our code should handle
13625           that fine. Some of the buttons on the apple trailer site
13626           are apparently only 15 pixels high (see #357470).
13627
13628 2006-09-23  Wim Taymans  <wim@fluendo.com>
13629
13630         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13631         (gst_rtspsrc_open):
13632         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13633         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13634         (rtsp_connection_receive):
13635         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13636         * gst/rtsp/rtspdefs.h:
13637         Improve error reporting.
13638
13639 2006-09-23  Wim Taymans  <wim@fluendo.com>
13640
13641         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13642         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13643         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13644         * gst/rtp/gstrtpdepay.c:
13645         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13646         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13647         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13648         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13649         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13650         (gst_rtp_mp2t_depay_plugin_init):
13651         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13652         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13653         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13654         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13655         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13656         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13657         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13658         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13659         Fix klass typos.
13660         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13661
13662 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13663
13664         * configure.ac:
13665           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13666
13667 2006-09-22  Wim Taymans  <wim@fluendo.com>
13668
13669         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13670         Don't check for a tag that is never there and check if we read the
13671         correct tag. Fixes seeking again.
13672         We must post an error when all pads are unlinked.
13673
13674 2006-09-22  Wim Taymans  <wim@fluendo.com>
13675
13676         * gst/rtp/Makefile.am:
13677         * gst/rtp/gstrtp.c: (plugin_init):
13678         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13679         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13680         (gst_rtp_vorbis_pay_reset_packet),
13681         (gst_rtp_vorbis_pay_init_packet),
13682         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13683         (gst_rtp_vorbis_pay_handle_buffer):
13684         More fixage, set endoder-params correctly in the payloader.
13685
13686 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13687
13688         * gst/autodetect/gstautoaudiosink.c:
13689         (gst_auto_audio_sink_base_init):
13690         * gst/autodetect/gstautovideosink.c:
13691         (gst_auto_video_sink_base_init):
13692           Make static pad templates static to appease valgrind's leak
13693           detector.
13694
13695         * tests/check/Makefile.am:
13696         * tests/check/elements/.cvsignore:
13697         * tests/check/elements/autodetect.c: (GST_START_TEST),
13698         (autodetect_suite):
13699           Add simple test for the ghostpad lockup on shutdown fixed in core
13700           CVS (audio bit disabled because it would need dozens of alsa
13701           suppressions and I'm too lazy to add those now).
13702
13703 2006-09-22  Wim Taymans  <wim@fluendo.com>
13704
13705         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13706         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13707         Small cleanups.
13708
13709         * gst/rtp/Makefile.am:
13710         * gst/rtp/gstrtp.c: (plugin_init):
13711         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13712         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13713         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13714         (gst_rtp_vorbis_depay_process),
13715         (gst_rtp_vorbis_depay_set_property),
13716         (gst_rtp_vorbis_depay_get_property),
13717         (gst_rtp_vorbis_depay_change_state),
13718         (gst_rtp_vorbis_depay_plugin_init):
13719         * gst/rtp/gstrtpvorbisdepay.h:
13720         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13721         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13722         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13723         (gst_rtp_vorbis_pay_flush_packet),
13724         (gst_rtp_vorbis_pay_append_buffer),
13725         (gst_rtp_vorbis_pay_handle_buffer),
13726         (gst_rtp_vorbis_pay_plugin_init):
13727         * gst/rtp/gstrtpvorbispay.h:
13728         Add experimental vorbis pay and depayloaders.
13729
13730 2006-09-21  Wim Taymans  <wim@fluendo.com>
13731
13732         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13733         Fix profile-level-id parsing and setup.
13734
13735 2006-09-21  Wim Taymans  <wim@fluendo.com>
13736
13737         * gst/udp/README:
13738         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13739         Update README, simple cleanup.
13740
13741 2006-09-21  Wim Taymans  <wim@fluendo.com>
13742
13743         * gst/rtp/README:
13744         Update README with some examples.
13745
13746         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13747         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13748         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13749         (gst_rtp_mp4g_pay_setcaps):
13750         * gst/rtp/gstrtpmp4gpay.h:
13751         Make optional RTP parameters of type STRING, as required by the
13752         application/x-rtp caps specification.
13753
13754 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13755
13756         * gst/rtp/gstrtph263pdepay.c:
13757         * gst/rtp/gstrtph263ppay.c:
13758         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13759         RTP header.
13760
13761 2006-09-20  Wim Taymans  <wim@fluendo.com>
13762
13763         * gst/rtp/Makefile.am:
13764         And makefile too.
13765
13766 2006-09-20  Wim Taymans  <wim@fluendo.com>
13767
13768         * gst/rtp/gstrtp.c: (plugin_init):
13769         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13770         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13771         (decode_base64), (gst_rtp_asf_depay_setcaps),
13772         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13773         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13774         (gst_rtp_asf_depay_plugin_init):
13775         * gst/rtp/gstrtpasfdepay.h:
13776         Added preliminary ASF depayloader.
13777
13778         * gst/rtp/gstrtph264depay.c: (decode_base64):
13779         Fix base64 decoding.
13780
13781 2006-09-20  Wim Taymans  <wim@fluendo.com>
13782
13783         * gst/rtsp/URLS:
13784         Added some test URLS.
13785
13786         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13787         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13788         * gst/rtsp/gstrtspsrc.h:
13789         When creating streams, give access to the complete SDP.
13790         Fix some leaks.
13791         Collect and merge global stream properties in stream caps.
13792         Preliminary support for WMServer.
13793
13794         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13795         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13796         (rtsp_connection_receive):
13797         * gst/rtsp/rtspconnection.h:
13798         Make connection interruptable.
13799         Refactor to make it reconnectable.
13800         Don't fail on short reads when reading data packets.
13801
13802         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13803         (rtsp_url_get_port):
13804         * gst/rtsp/rtspurl.h:
13805         Add methods for getting/setting the port.
13806
13807         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13808         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13809         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13810         (sdp_media_get_format), (sdp_parse_line),
13811         (sdp_message_parse_buffer):
13812         Fix headers. 
13813         Add methods for getting multiple attributes with the same name.
13814         Increase buffer size when parsing.
13815         Fix parsing of a=foo fields.
13816
13817         * gst/rtsp/test.c: (main):
13818         Update to new connection API.
13819
13820         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13821         (rtsp_message_init_response), (rtsp_message_init_data),
13822         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13823         * gst/rtsp/rtspmessage.h:
13824         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13825         * gst/rtsp/rtsptransport.h:
13826         * gst/rtsp/sdp.h:
13827         * gst/rtsp/sdpmessage.h:
13828         * gst/rtsp/gstrtsp.c:
13829         * gst/rtsp/gstrtsp.h:
13830         * gst/rtsp/gstrtpdec.c:
13831         * gst/rtsp/gstrtpdec.h:
13832         * gst/rtsp/rtsp.h:
13833         * gst/rtsp/rtspdefs.c:
13834         * gst/rtsp/rtspdefs.h:
13835         Dual licensed under MIT and LGPL now.
13836
13837 2006-09-19  Wim Taymans  <wim@fluendo.com>
13838
13839         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13840         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13841         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13842         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13843         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13844         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13845         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13846         * gst/rtsp/gstrtspsrc.h:
13847         Reorganize stream parsing and creation.
13848         Detect container formats in interleaved mode.
13849         Keep more state about the streams.
13850         Assume a server also supports PLAY if it does not say.
13851         Add unicast and interleaved properties to TCP transport requests to make
13852         some servers happy (WMServer).
13853
13854         * gst/rtsp/sdpmessage.h:
13855         Add some defines for the standard Bandwidth types.
13856
13857 2006-09-19  Wim Taymans  <wim@fluendo.com>
13858
13859         * gst/rtsp/test.c: (main):
13860         Fix build.
13861
13862 2006-09-19  Wim Taymans  <wim@fluendo.com>
13863
13864         * gst/wavparse/gstwavparse.c:
13865         Add ms-gsm to the src template.
13866
13867 2006-09-18  Wim Taymans  <wim@fluendo.com>
13868
13869         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13870         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13871         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13872         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13873         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13874         * gst/rtsp/gstrtspsrc.h:
13875         Small cleanups, added documentation.
13876         Try to clean up the requests and responses.
13877         Refactor parsing the supported methods.
13878
13879         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13880         (rtsp_connection_create), (rtsp_connection_send),
13881         (parse_response_status), (parse_request_line),
13882         (rtsp_connection_receive), (rtsp_connection_close),
13883         (rtsp_connection_free):
13884         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13885         (rtsp_transport_init), (rtsp_transport_parse),
13886         (rtsp_transport_free):
13887         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13888         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13889         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13890         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13891         Use g_return_val some more.
13892
13893         * gst/rtsp/rtspdefs.h:
13894         Add more enum values to track initial states.
13895
13896         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13897         (rtsp_message_init_request), (rtsp_message_new_response),
13898         (rtsp_message_init_response), (rtsp_message_init_data),
13899         (rtsp_message_unset), (rtsp_message_free),
13900         (rtsp_message_add_header), (rtsp_message_remove_header),
13901         (rtsp_message_get_header), (rtsp_message_set_body),
13902         (rtsp_message_take_body), (rtsp_message_get_body),
13903         (rtsp_message_steal_body), (rtsp_message_dump):
13904         * gst/rtsp/rtspmessage.h:
13905         Reorder arguments, object goes as the first one.
13906         Use g_return_val some more.
13907
13908 2006-09-18  Wim Taymans  <wim@fluendo.com>
13909
13910         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13911         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13912         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13913         * gst/rtsp/gstrtspsrc.h:
13914         Export sometimes source pad with correct caps on the template, create
13915         the ghostpad from the template.
13916         Remove RTCP template as we never expose RTCP.
13917         Protect against invalid body size.
13918         Avoid memcpy when creating the output buffer.
13919         Properly post an error and send EOS when the loop function is shut down.
13920
13921 2006-09-18  Wim Taymans  <wim@fluendo.com>
13922
13923         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13924
13925         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13926         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13927         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13928         * gst/rtsp/gstrtspsrc.h:
13929         Make sure we can never set an invalid location.
13930
13931         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13932         * gst/rtsp/rtspmessage.h:
13933         Added _steal_body method for future use.
13934
13935         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13936         Make freeing of NULL url return immediatly.
13937
13938 2006-09-18  Wim Taymans  <wim@fluendo.com>
13939
13940         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13941
13942         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13943         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13944         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13945         (gst_rtspsrc_change_state):
13946         * gst/rtsp/gstrtspsrc.h:
13947         Use boilerplate.
13948         Make rtspsrc subclass GstBin to make state changes easier.
13949         Add Range header field on the PLAY request.
13950
13951 2006-09-18  Wim Taymans  <wim@fluendo.com>
13952
13953         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13954
13955         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13956         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13957         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13958         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13959         * gst/rtsp/rtspconnection.c: (inet_aton):
13960         Small cleanups.
13961         when multicast is selected as the transport, create UDP sources and
13962         connect to the multicast group.
13963         Move parsing and setting of caps to a common place.
13964         Fixes #349894.
13965
13966 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13967
13968         * ext/flac/gstflactag.c:
13969         * gst/alpha/gstalpha.c:
13970         * gst/debug/breakmydata.c:
13971         * gst/debug/negotiation.c:
13972         * gst/debug/testplugin.c:
13973         * gst/effectv/gstaging.c:
13974         * gst/effectv/gstdice.c:
13975         * gst/effectv/gstedge.c:
13976         * gst/effectv/gstquark.c:
13977         * gst/effectv/gstrev.c:
13978         * gst/effectv/gstshagadelic.c:
13979         * gst/effectv/gstvertigo.c:
13980         * gst/effectv/gstwarp.c:
13981         * gst/multipart/multipartdemux.c:
13982         * gst/multipart/multipartmux.c:
13983         * gst/videobox/gstvideobox.c:
13984         * gst/videofilter/gstgamma.c:
13985         * gst/videofilter/gstvideotemplate.c:
13986         * gst/videomixer/videomixer.c:
13987         * sys/sunaudio/gstsunaudiosrc.h:
13988         More G_OBJECT macro fixing.
13989
13990 2006-09-16  Wim Taymans  <wim@fluendo.com>
13991
13992         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13993
13994         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13995         Correctly set the dwLength in strh.
13996         With this patch, the file duration is now displayed correctly in window
13997         media player and the AVI plays completely. Fixes #356147
13998
13999 2006-09-15  Wim Taymans  <wim@fluendo.com>
14000
14001         Patch by: Darren Kenny <darren dot kenny at sun dot com>
14002
14003         * sys/sunaudio/gstsunaudiomixerctrl.c:
14004         (gst_sunaudiomixer_ctrl_build_list):
14005         Set the output track as the MASTER so that the gnome-settings-daemon
14006         keybindings for changing the volume using the keyboard works.
14007         Fixes #356142.
14008
14009 2006-09-15  Wim Taymans  <wim@fluendo.com>
14010
14011         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14012         Fix documentation, it is not possible to control the framerate of jpegdec
14013         using filtered caps yet. Fixes #355210.
14014         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
14015         stop when there is an error.
14016
14017 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14018
14019         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
14020         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14021           Don't interpret a first buffer with an offset of NONE as
14022           'from the middle of the stream', but only a first buffer
14023           that has a valid buffer offset that's non-zero (see #345449).
14024
14025 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14026
14027         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14028         (gst_icydemux_typefind_or_forward):
14029         * gst/icydemux/gsticydemux.h:
14030           When we merge/collect multiple incoming buffers for typefinding
14031           purposes, keep an initial 0 offset on the first outgoing buffer
14032           as well (otherwise id3demux won't work right). Fixes #345449.
14033           Also Make buffer metadata writable before setting buffer caps.
14034
14035         * tests/check/elements/icydemux.c: (typefind_succeed),
14036         (cleanup_icydemux), (push_data), (GST_START_TEST),
14037         (icydemux_suite):
14038           Small test case for the above.
14039
14040 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
14041
14042         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
14043         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
14044         (gst_avi_demux_stream_header_push),
14045         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14046         (gst_avi_demux_loop):
14047           More code reuse and better logging in _peek_chunk(). Reintroduce check
14048           for chunk sizes before reading them (avoid oom). Better handling for 
14049           invalid chunksizes when streaming.
14050
14051 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
14052
14053         * gst/level/gstlevel.c: (gst_level_set_property):
14054         * gst/level/gstlevel.h:
14055           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
14056           René Stadler
14057
14058 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
14059
14060         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14061         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14062         (gst_avi_demux_stream_data):
14063           Revert one change to fix streaming avi (adapter size != data size).
14064
14065 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14066
14067         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
14068
14069         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
14070         (gst_matroska_demux_reset),
14071         (gst_matroska_demux_read_track_encodings),
14072         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
14073         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14074         (gst_matroska_demux_subtitle_caps):
14075         * gst/matroska/matroska-ids.h:
14076           Add support for VOBSUB subtitle tracks and zlib-compressed
14077           tracks. Make sure we start on a keyframe after a seek. (#343348)
14078
14079 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14080
14081         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
14082         (gst_matroska_demux_push_flac_codec_priv_data),
14083         (gst_matroska_demux_push_xiph_codec_priv_data),
14084         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14085         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14086         * gst/matroska/matroska-ids.h:
14087           Add basic FLAC support (#311586), not perfect yet though, needs some
14088           tweaking in flacdec; also, seeking could be better.
14089           Do better bounds checking when deserialising vorbis stream headers
14090           to make sure we don't read beyond the end of the buffer on bad input.
14091
14092 2006-09-04  Wim Taymans  <wim@fluendo.com>
14093
14094         Patch by: Alessandro Decina <alessandro at nnva dot org>
14095
14096         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
14097         Seeking back in a file containing a CMML stream errors out if the seek
14098         goes back up to the CMML headers. This is because after the seek the xml
14099         processing instruction <?xml ...?> is submitted to the xml parser again, 
14100         which results in an error. The attached patch fixes the problem. 
14101         Fixes #353908.
14102
14103         * ext/annodex/gstcmmlenc.h:
14104         Fix authors name.
14105
14106
14107 2006-08-28  Andy Wingo  <wingo@pobox.com>
14108
14109         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14110         New helper function to lessen the ifdefs.
14111         (GST_INFO_OBJECT): 
14112         (gst_dv1394src_iso_receive): Use it.
14113         (gst_dv1394src_create): Also use the control sockets in iec61883
14114         mode.
14115         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14116         handle for AVC operations; fixes #348233.
14117
14118 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14119
14120         * configure.ac:
14121         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14122         * docs/plugins/inspect/plugin-audiofx.xml:
14123         * docs/plugins/inspect/plugin-audiofxgood.xml:
14124         * gst/audiofx/Makefile.am:
14125         * gst/audiofx/audiofx.c:
14126         * gst/audiofxgood/.cvsignore:
14127         * gst/audiofxgood/Makefile.am:
14128         * gst/audiofxgood/audiofx.c:
14129         * gst/audiofxgood/audiopanorama.c:
14130         * gst/audiofxgood/audiopanorama.h:
14131           Rename again (audiofxgood -> audiofx).
14132
14133 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14134
14135         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14136         (gst_avi_demux_stream_scan):
14137           Initialze variables.
14138
14139 2006-08-25  Wim Taymans  <wim@fluendo.com>
14140
14141         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14142         (gst_avi_demux_init), (gst_avi_demux_finalize),
14143         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14144         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14145         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14146         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14147         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14148         (gst_avi_demux_massage_index),
14149         (gst_avi_demux_calculate_durations_from_index),
14150         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14151         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14152         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14153         (gst_avi_demux_change_state):
14154         * gst/avi/gstavidemux.h:
14155         More attempts to turn this into readable code.
14156         Don't leak adapters.
14157         Calculate duration according to index more efficiently.
14158         Don't try to act like we drive the pipeline in chain mode.
14159
14160 2006-08-25  Wim Taymans  <wim@fluendo.com>
14161
14162         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14163         Fix build.
14164
14165 2006-08-25  Wim Taymans  <wim@fluendo.com>
14166
14167         Patch by: Alessandro Decina <alessandro at nnva dot org>
14168
14169         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14170         Do some extra sanity checks.
14171         Fixes #350340.
14172
14173         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14174         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14175         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14176         Check if clip->start_time is valid before adding the clip to the
14177         track list.
14178         Reset enc->preamble going from PAUSED to READY.
14179         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14180         only used for EOS.
14181         Only post an error message if we were the one that created the fatal
14182         GstFlowReturn value.
14183
14184         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14185         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14186         Parse the seconds field of the npt-sec time format using %llu rather than
14187         %d and check that the value scaled by GST_SECOND doesn't overflow.
14188         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14189         Lookup a clip's track with clip->track rather than clip->id which
14190         makes no sense.
14191         Identify a clip by its track and start time and not its xml id.
14192         do some more input checking and make sure we don't do undefined shifts.
14193
14194         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14195         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14196         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14197         (push_clip), (push_empty_clip), (check_output_clip),
14198         (GST_START_TEST), (cmmldec_suite):
14199         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14200         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14201         (check_headers), (push_clip), (check_clip_times), (check_clip),
14202         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14203         Added some more checks.
14204
14205 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14206
14207         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14208         (gst_audio_panorama_set_property),
14209         (gst_audio_panorama_get_property),
14210         (gst_audio_panorama_transform_m2s_int),
14211         (gst_audio_panorama_transform_s2s_int),
14212         (gst_audio_panorama_transform_m2s_float),
14213         (gst_audio_panorama_transform_s2s_float):
14214         * gst/audiofxgood/audiopanorama.h:
14215         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14216           Make also the pan-property float (saves scaling and yields better
14217           resolution)
14218
14219 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14220
14221         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14222         (gst_audio_panorama_transform_m2s_float),
14223         (gst_audio_panorama_transform_s2s_float):
14224           ChangeLog surgery to add cymax's real name
14225
14226
14227 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14228
14229         Patch by: René Stadler <mail@renestadler.de>
14230
14231         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14232         (gst_audio_panorama_transform_m2s_int),
14233         (gst_audio_panorama_transform_s2s_int),
14234         (gst_audio_panorama_transform_m2s_float),
14235         (gst_audio_panorama_transform_s2s_float),
14236         (gst_audio_panorama_transform):
14237         * gst/audiofxgood/audiopanorama.h:
14238           Added float support
14239
14240 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14241
14242         * gst/audiofxgood/audiopanorama.c:
14243         (gst_audio_panorama_transform_m2s):
14244           Fix docs & debug category. Add Fixme for volume pan levels.
14245
14246 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14247
14248         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14249         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14250         (gst_avi_demux_stream_header_pull),
14251         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14252         (gst_avi_demux_chain):
14253           unbreak AVI index handling, some more debug, remove an obsolete
14254           adapter_flush that caused streaming to wander off in the wild
14255
14256 2006-08-24  Wim Taymans  <wim@fluendo.com>
14257
14258         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14259         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14260         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14261         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14262         (gst_avi_demux_calculate_durations_from_index),
14263         (gst_avi_demux_stream_header_push),
14264         (gst_avi_demux_stream_header_pull):
14265         * gst/avi/gstavidemux.h:
14266         Some more cleanups. 
14267         Fix totalFrames parsing in ODML.
14268         Disable use of index for length calculation in case of ODML as this is
14269         broken now.
14270
14271 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14272
14273         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14274           Use libgsttag helper function here too.
14275
14276 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14277
14278         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14279         (gst_avi_demux_init), (gst_avi_demux_dispose),
14280         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14281         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14282         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14283         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14284         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14285         (gst_avi_demux_parse_subindex),
14286         (gst_avi_demux_read_subindexes_push),
14287         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14288         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14289         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14290         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14291         (gst_avi_demux_stream_header_pull),
14292         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14293         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14294         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14295         (gst_avi_demux_change_state):
14296         * gst/avi/gstavidemux.h:
14297           Initial streaming support for avidemux (fixes #336465)
14298
14299 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14300
14301         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14302           There is no taglibmux element ...
14303
14304         * gst/rtsp/gstrtspsrc.c:
14305           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14306           was complaining about unknown entity here.
14307
14308 2006-08-22  Wim Taymans  <wim@fluendo.com>
14309
14310         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14311         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14312         (gst_avi_demux_process_next_entry):
14313         * gst/avi/gstavidemux.h:
14314         Mark DISCONT.
14315         Remove old unused fields and reorder the struct a bit.
14316
14317 2006-08-22  Wim Taymans  <wim@fluendo.com>
14318
14319         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14320         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14321         (gst_rtspsrc_pause):
14322         * gst/rtsp/gstrtspsrc.h:
14323         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14324         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14325         Small documentation updates.
14326
14327 2006-08-22  Wim Taymans  <wim@fluendo.com>
14328
14329         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14330         (gst_avi_demux_index_entry_for_time),
14331         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14332         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14333         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14334         (gst_avi_demux_next_data_buffer),
14335         (gst_avi_demux_calculate_durations_from_index),
14336         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14337         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14338         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14339         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14340         * gst/avi/gstavidemux.h:
14341         Precalc most of the duration query for each stream.
14342         Make seeking more correct.
14343         Use GstSegment to track position and duration.
14344         Code cleanups and leak fixes.
14345         Calculate correct total duration based on index length.
14346
14347 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14348
14349         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14350         (parse_insert_string_field):
14351           If strings in text fields are marked ISO8859-1, but contain
14352           valid UTF-8 already, then handle them as UTF-8 and ignore
14353           the encoding. (#351794)
14354
14355 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14356
14357         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14358         (gst_flac_dec_write), (gst_flac_dec_loop),
14359         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14360         (gst_flac_dec_src_query):
14361         * ext/flac/gstflacdec.h:
14362           Make flac-in-ogg work (#352100).
14363
14364 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14365
14366         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14367           Don't unref buffers of which we've already given away
14368           ownership to the adapter.
14369
14370 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14371
14372         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14373           Make metadata extraction actually work.
14374
14375         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14376         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14377         (gst_speexenc_chain):
14378           Fix metadata writing: replace old code which wrote completely
14379           broken tags with libgsttag-based code. Plus miscellaneous
14380           code cleanups (use static pad templates etc.) and a bunch
14381           of leak fixes.
14382
14383 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14384
14385         * gst/audiopanorama/.cvsignore:
14386         * gst/audiopanorama/Makefile.am:
14387         * gst/audiopanorama/audiofx.c:
14388         * gst/audiopanorama/audiopanorama.c:
14389         * gst/audiopanorama/audiopanorama.h:
14390           die! die! die! you should never have been there
14391
14392 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14393
14394         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14395         Fix invalid memory access in audiopanorama test suite.
14396
14397 2006-08-21  Edward Hervey  <edward@fluendo.com>
14398
14399         * tests/check/elements/.cvsignore:
14400         ignore built file
14401
14402 2006-08-21  Wim Taymans  <wim@fluendo.com>
14403
14404         * gst/rtp/Makefile.am:
14405         Fix the build again.
14406
14407 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14408
14409         * gst/audiofxgood/.cvsignore:
14410         * gst/audiofxgood/Makefile.am:
14411         * gst/audiofxgood/audiofx.c: (plugin_init):
14412         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14413         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14414         (gst_audio_panorama_set_property),
14415         (gst_audio_panorama_get_property),
14416         (gst_audio_panorama_get_unit_size),
14417         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14418         (gst_audio_panorama_transform_m2s),
14419         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14420         * gst/audiofxgood/audiopanorama.h:
14421           resubmit with the desired name *again*
14422
14423 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14424
14425         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14426         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14427           use g_assert in _get_unit_size
14428
14429 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14430
14431         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14432         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14433         * docs/plugins/inspect/plugin-audiofxgood.xml:
14434           cleanup -unused.txt to make it useful, add previously missing docs
14435
14436         * ext/Makefile.am:
14437           Quietly (accidentally) enable LADSPA for building by default, 
14438           despite the fact that it doesn't meet the plugin checklist.
14439             -- Added by Jan Schmidt 18 Dec 2006
14440
14441         * ext/esd/esdmon.c:
14442         * ext/esd/esdsink.c:
14443         * ext/esd/gstesd.c: (plugin_init):
14444           reflow to get rid of two external symbols
14445
14446         * gst/audiofxgood/audiofx.c: (plugin_init):
14447           re-add
14448
14449 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14450
14451         * configure.ac:
14452         * gst/audiofxgood/.cvsignore:
14453         * gst/audiofxgood/Makefile.am:
14454         * gst/audiofxgood/audiofx.c
14455         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14456         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14457         (gst_audio_panorama_set_property),
14458         (gst_audio_panorama_get_property),
14459         (gst_audio_panorama_get_unit_size),
14460         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14461         (gst_audio_panorama_transform_m2s),
14462         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14463         * gst/audiofxgood/audiopanorama.h:
14464         * tests/check/Makefile.am:
14465         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14466         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14467         (panorama_suite), (main):
14468         Add audiofxgood plugin with audiopanorama element
14469
14470 2006-08-18  Wim Taymans  <wim@fluendo.com>
14471
14472         * docs/plugins/Makefile.am:
14473         More Oss docs fixage. 
14474
14475 2006-08-18  Wim Taymans  <wim@fluendo.com>
14476
14477         * gst/rtp/Makefile.am:
14478         * gst/rtp/gstrtp.c: (plugin_init):
14479         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14480         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14481         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14482         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14483         (gst_rtp_sv3v_depay_get_property),
14484         (gst_rtp_sv3v_depay_change_state),
14485         (gst_rtp_sv3v_depay_plugin_init):
14486         * gst/rtp/gstrtpsv3vdepay.h:
14487         Added experimental SVQ3 depayloader.
14488
14489 2006-08-18  Edward Hervey  <edward@fluendo.com>
14490
14491         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14492         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14493         * ext/dv/gstdvdemux.h:
14494         When handling seek requests, don't send the newsegment event from the
14495         calling thread. Instead save it so it can be sent from the streaming
14496         thread.
14497
14498 2006-08-17  Wim Taymans  <wim@fluendo.com>
14499
14500         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14501
14502         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14503         Accept leading whitespace before the boundary
14504         This patch makes the demuxer allow some whitespace before the actual
14505         boundary. This makes the demuxer work with the ``old'' gstreamer
14506         multipartmuxer again (which placed an extra \n before the start
14507         of the stream) Fixes #349068.
14508
14509 2006-08-17  Wim Taymans  <wim@fluendo.com>
14510
14511         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14512         Error out on non-implemented stuff.
14513
14514 2006-08-16  Wim Taymans  <wim@fluendo.com>
14515
14516         Patch by: Andy Wingo <wingo at pobox dot com>
14517
14518         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14519         (gst_signal_processor_start), (gst_signal_processor_stop),
14520         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14521         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14522         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14523         (gst_signal_processor_change_state):
14524         Make ladspa elements reusable. Fixes #350006.
14525
14526 2006-08-16  Wim Taymans  <wim@fluendo.com>
14527
14528         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14529         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14530         names as possible. Fixes #349901.
14531
14532 2006-08-16  Wim Taymans  <wim@fluendo.com>
14533
14534         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14535         (gst_signal_processor_do_pushes):
14536         A push() gives away our refcount so we should not use the buffer on the
14537         pen anymore.
14538
14539 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14540
14541         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14542         (gst_oss_mixer_element_finalize):
14543           Don't leak device string.
14544
14545 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14546
14547         * configure.ac:
14548           Require CVS of GStreamer core and -base (for
14549           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14550
14551         * ext/taglib/gstid3v2mux.cc:
14552           Write extended comment tags properly (#348762).
14553
14554         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14555         (parse_comment_frame):
14556           Extract COMM frames into extended comments, which makes it
14557           easier to properly retain the description bit of the tag
14558           and maintain this information when re-tagging (#348762).
14559
14560 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14561
14562         * tests/check/Makefile.am:
14563           Don't try to run annodex unit tests if the annodex
14564           plugin has not been built (Fixes #351116).
14565
14566 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14567
14568         * gst/autodetect/gstautoaudiosink.c:
14569         (gst_auto_audio_sink_find_best):
14570           When we can't find a usable audiosink, don't error out,
14571           but use a fake sink instead and post a warning message
14572           on the bus (#341278).
14573
14574 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14575
14576         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14577         * sys/oss/gstosssink.c:
14578         * sys/oss/gstosssrc.c:
14579           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14580           ossmixer's new device property.
14581
14582         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14583         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14584           Add docs for OSS elements.
14585
14586         * docs/plugins/inspect/plugin-aasink.xml:
14587         * docs/plugins/inspect/plugin-alaw.xml:
14588         * docs/plugins/inspect/plugin-alpha.xml:
14589         * docs/plugins/inspect/plugin-alphacolor.xml:
14590         * docs/plugins/inspect/plugin-annodex.xml:
14591         * docs/plugins/inspect/plugin-apetag.xml:
14592         * docs/plugins/inspect/plugin-auparse.xml:
14593         * docs/plugins/inspect/plugin-autodetect.xml:
14594         * docs/plugins/inspect/plugin-avi.xml:
14595         * docs/plugins/inspect/plugin-cacasink.xml:
14596         * docs/plugins/inspect/plugin-cairo.xml:
14597         * docs/plugins/inspect/plugin-cdio.xml:
14598         * docs/plugins/inspect/plugin-cutter.xml:
14599         * docs/plugins/inspect/plugin-debug.xml:
14600         * docs/plugins/inspect/plugin-dv.xml:
14601         * docs/plugins/inspect/plugin-efence.xml:
14602         * docs/plugins/inspect/plugin-effectv.xml:
14603         * docs/plugins/inspect/plugin-esdsink.xml:
14604         * docs/plugins/inspect/plugin-flac.xml:
14605         * docs/plugins/inspect/plugin-flxdec.xml:
14606         * docs/plugins/inspect/plugin-gconfelements.xml:
14607         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14608         * docs/plugins/inspect/plugin-goom.xml:
14609         * docs/plugins/inspect/plugin-halelements.xml:
14610         * docs/plugins/inspect/plugin-icydemux.xml:
14611         * docs/plugins/inspect/plugin-id3demux.xml:
14612         * docs/plugins/inspect/plugin-jpeg.xml:
14613         * docs/plugins/inspect/plugin-level.xml:
14614         * docs/plugins/inspect/plugin-matroska.xml:
14615         * docs/plugins/inspect/plugin-mulaw.xml:
14616         * docs/plugins/inspect/plugin-multipart.xml:
14617         * docs/plugins/inspect/plugin-navigationtest.xml:
14618         * docs/plugins/inspect/plugin-ossaudio.xml:
14619         * docs/plugins/inspect/plugin-png.xml:
14620         * docs/plugins/inspect/plugin-rtp.xml:
14621         * docs/plugins/inspect/plugin-rtsp.xml:
14622         * docs/plugins/inspect/plugin-shout2send.xml:
14623         * docs/plugins/inspect/plugin-smpte.xml:
14624         * docs/plugins/inspect/plugin-speex.xml:
14625         * docs/plugins/inspect/plugin-taglib.xml:
14626         * docs/plugins/inspect/plugin-udp.xml:
14627         * docs/plugins/inspect/plugin-videobalance.xml:
14628         * docs/plugins/inspect/plugin-videobox.xml:
14629         * docs/plugins/inspect/plugin-videoflip.xml:
14630         * docs/plugins/inspect/plugin-videomixer.xml:
14631         * docs/plugins/inspect/plugin-wavenc.xml:
14632         * docs/plugins/inspect/plugin-wavparse.xml:
14633         * docs/plugins/inspect/plugin-ximagesrc.xml:
14634           Update to CVS version.
14635           
14636 2006-08-16  Wim Taymans  <wim@fluendo.com>
14637
14638         * gst/rtp/gstrtpamrdepay.c:
14639         * gst/rtp/gstrtpmp4gdepay.c:
14640         Caps extra properties must be defined as strings for
14641         depayloaders because they are generated from an SDP.
14642
14643         * gst/rtp/Makefile.am:
14644         * gst/rtp/gstrtp.c: (plugin_init):
14645         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14646         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14647         (gst_rtp_h264_depay_finalize), (decode_base64),
14648         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14649         (gst_rtp_h264_depay_set_property),
14650         (gst_rtp_h264_depay_get_property),
14651         (gst_rtp_h264_depay_change_state),
14652         (gst_rtp_h264_depay_plugin_init):
14653         * gst/rtp/gstrtph264depay.h:
14654         Added basic, not completely functional RFC 3984 H264 depayloader.
14655
14656 2006-08-16  Wim Taymans  <wim@fluendo.com>
14657
14658         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14659         Add pads after setting them up.
14660
14661         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14662         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14663         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14664         (gst_rtspsrc_stream_setup_rtp),
14665         (gst_rtspsrc_stream_configure_transport),
14666         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14667         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14668         (gst_rtspsrc_pause):
14669         * gst/rtsp/gstrtspsrc.h:
14670         Fix interleaved mode.
14671          - Protect streaming with lock.
14672          - Combine flows
14673          - set caps on outgoing buffers.
14674          - strip trailing \0 from data packets.
14675          - Configure RTP/RTCP in stream.
14676         Use DEBUG_OBJECT more.
14677
14678 2006-08-16  Wim Taymans  <wim@fluendo.com>
14679
14680         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14681         Turn a g_print into a DEBUG line.
14682
14683 2006-08-13  Wim Taymans  <wim@fluendo.com>
14684
14685         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14686         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14687         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14688         (gst_oss_mixer_element_get_property),
14689         (gst_oss_mixer_element_change_state):
14690         * sys/oss/gstossmixerelement.h:
14691         Small cleanups. Better error reporting.
14692         Add device property for the mixer instead of the hardcoded
14693         /dev/mixer. Fixes #350785.
14694         API: GstOssMixerElement::device property
14695
14696 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14697
14698         Patch by: Jens Granseuer <jensgr at gmx net>
14699
14700         * gconf/Makefile.am:
14701           Make --disable-schemas work right (they still need
14702           to be copied to the installation directory, just not
14703           applied). Fixes #351347 (also #344100).
14704           
14705 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14706
14707         * configure.ac: back to HEAD
14708
14709 === release 0.10.4 ===
14710
14711 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14712
14713         * configure.ac:
14714           releasing 0.10.4, "Dear Leader"
14715
14716 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14717
14718         Patch by: Edward Hervey <edward@fluendo.com>
14719
14720         * configure.ac:
14721         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14722         (gst_wavparse_stream_data):
14723         Send the newsegment event in the streaming thread.
14724         Fixes #347529
14725
14726 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14727
14728         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14729         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14730         (gst_smokeenc_resync), (gst_smokeenc_chain):
14731           Refuse sink caps in the encoder if width or height is not a
14732           multiple of 16, the encoder does not support that yet (#349939);
14733           along the same lines, check the return value of the encoder
14734           setup function; also remove some debug log clutter.
14735
14736 2006-08-04  Andy Wingo  <wingo@pobox.com>
14737
14738         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14739         whether a processor can work in place or not, and for keeping
14740         track of its state. Change the FlowReturn instance variable from
14741         "state" to "flow_state", all callers changed.
14742
14743         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14744         (gst_signal_processor_start, gst_signal_processor_stop)
14745         (gst_signal_processor_cleanup): New functions to manage the
14746         processor's state.
14747         (gst_signal_processor_setcaps): start() as well as setup() here.
14748         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14749         (gst_signal_processor_change_state): Stop and cleanup the
14750         processor as we go to NULL.
14751
14752         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14753         INPLACE_BROKEN is not set.
14754
14755         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14756         Do the alloc_buffer in bytes, not frames.
14757         
14758 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14759
14760         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14761         Fix rgb masks when recording in < 24bpp.
14762
14763 2006-08-04  Andy Wingo  <wingo@pobox.com>
14764
14765         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14766         (gst_signal_processor_prepare)
14767         (gst_signal_processor_update_inputs)
14768         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14769         (gst_signal_processor_flush)
14770         (gst_signal_processor_sink_activate_push)
14771         (gst_signal_processor_src_activate_pull)
14772         (gst_signal_processor_change_state): Remove the last of the code
14773         that assumes that we process whole buffers at a time. Fix some
14774         debugging. Seems to work now in some cases.
14775         (gst_signal_processor_src_activate_pull): BPB
14776
14777 2006-08-01  Andy Wingo  <wingo@pobox.com>
14778
14779         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14780         Fix nframes-choosing.
14781         (gst_signal_processor_init): Init pending_in and pending_out.
14782
14783         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14784         more default sample rate, although we never check that the sample
14785         rate actually gets set. Something for the future.
14786         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14787         (gst_signal_processor_event): Refcount fixen.
14788         (gst_signal_processor_process): Pull the number of frames to
14789         process from the sizes of the buffers in the input pens.
14790         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14791         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14792         it instead of buffer_frames.
14793         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14794         to do_pulls.
14795         (gst_signal_processor_chain)
14796         (gst_signal_processor_sink_activate_push)
14797         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14798
14799         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14800
14801 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14802
14803         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14804         (gst_signal_processor_process):
14805           don't query buffer-frames from caps, add lots of debug-log,
14806           try fix for assert (#349189)
14807
14808 2006-07-31  Wim Taymans  <wim@fluendo.com>
14809
14810         * gst/udp/gstudpsrc.c:
14811         Fix docs.
14812
14813 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14814
14815         * ext/ladspa/gstsignalprocessor.c:
14816         (gst_signal_processor_add_pad_from_template),
14817         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14818         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14819         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14820         (gst_signal_processor_sink_activate_push),
14821         (gst_signal_processor_src_activate_pull),
14822         (gst_signal_processor_change_state):
14823          Add debugs logs here and there, add more error handling, add some
14824          FIXME comments, filed #349189
14825
14826 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14827
14828         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14829         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14830         Set caps on buffer correctly.  Fixes bug #349155.
14831
14832 2006-07-28  Wim Taymans  <wim@fluendo.com>
14833
14834         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14835
14836         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14837         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14838         (gst_multipart_demux_finalize), (get_line_end),
14839         (multipart_parse_header), (multipart_find_boundary),
14840         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14841         (gst_multipart_set_property), (gst_multipart_get_property):
14842         Uses GstAdapter instead of own buffering.
14843         Actually parses the mime-type correctly (In tests the mime-type was
14844         always "" with the old version).
14845         Uses the Content-length header if available to speed up things.
14846         Reliably autoscans the boundary name by default.
14847         Fixes #349068.
14848
14849         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14850         Don't start the stream with a \n.
14851
14852 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14853
14854         Patch by: Brian Cameron <brian dot cameron at sun com>
14855
14856         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14857           Open source with O_NONBLOCK (#349015).
14858
14859 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14860
14861         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14862         (gst_avi_demux_massage_index):
14863         * gst/avi/gstavidemux.h:
14864           Whitespace fixes and more debug
14865
14866 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14867
14868         * gst/autodetect/gstautoaudiosink.c:
14869         (gst_auto_audio_sink_create_element_with_pretty_name),
14870         (gst_auto_audio_sink_find_best),
14871         (gst_auto_audio_sink_change_state):
14872           Get rid of old and unused magic sound-server properties stuff.
14873           Add suffix to child sink's name that makes it easy to see from
14874           the name alone which type it actually is (alsa, oss, esd, etc.).
14875
14876 2006-07-27  Wim Taymans  <wim@fluendo.com>
14877
14878         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14879         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14880         (gst_udpsrc_start):
14881         * gst/udp/gstudpsrc.h:
14882         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14883         not some sort of feature we enable.
14884
14885 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14886
14887         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14888           Use CLOSE_SOCKET() here instead of close() to maintain
14889           win32 workiness.
14890
14891 2006-07-27  Wim Taymans  <wim@fluendo.com>
14892
14893         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14894
14895         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14896         (gst_udpsrc_create), (gst_udpsrc_set_property),
14897         (gst_udpsrc_get_property), (gst_udpsrc_start):
14898         * gst/udp/gstudpsrc.h:
14899         Added "buffer-size" property to control the kernel receive buffer size.
14900         Update documentation.
14901         Small cleanups. Fixes #348752.
14902         API: buffer-size property
14903
14904 2006-07-26  Wim Taymans  <wim@fluendo.com>
14905
14906         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14907
14908         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14909         (gst_rtp_pcma_pay_handle_buffer):
14910         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14911         (gst_rtp_pcmu_pay_handle_buffer):
14912         Fix timestamp calculation on outgoing RTP packets.
14913         Fixes #348675.
14914
14915 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14916
14917         * ext/taglib/gstid3v2mux.cc:
14918           Fix writing of comment frames (should be COMM not TCOM),
14919           is still sub-optimal though, since we don't retain or
14920           extract the comment descriptions properly (#334375,
14921           also see #334375).
14922
14923 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14924
14925         * gst/wavparse/gstwavparse.c:
14926           #define 'fact' RIFF chunk if we are not compiling against
14927           -base CVS (we don't want to depend on -base CVS for this
14928           one define only, and also not for release order reasons).
14929
14930 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14931
14932         * ext/taglib/gstid3v2mux.cc:
14933           Handle multiple tags of the same type properly. Re-inject
14934           unparsed ID3v2 frames that we get as binary blobs from
14935           id3demux into the tag again so we don't lose information
14936           when retagging (#334375).
14937
14938 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14939
14940         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14941           Document newly-added properties properly, so that there is a
14942           'Since: 0.10.4' in the plugin docs. Convert some property
14943           names into canonical GObject style (GObject will do that
14944           internally anyway).
14945
14946 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14947
14948         * gst/id3demux/id3tags.c:
14949         (id3demux_add_id3v2_frame_blob_to_taglist):
14950           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14951           well, and add the version to the blob's buffer caps, since that
14952           information will be needed for deserialisation later on (#348644).
14953
14954 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14955
14956         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14957         (gst_avi_demux_parse_stream):
14958          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14959          indentation and spacing.
14960
14961 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14962
14963         * docs/plugins/Makefile.am:
14964         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14965         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14966         * docs/plugins/gst-plugins-good-plugins.args:
14967         * docs/plugins/inspect/plugin-1394.xml:
14968         * docs/plugins/inspect/plugin-aasink.xml:
14969         * docs/plugins/inspect/plugin-alaw.xml:
14970         * docs/plugins/inspect/plugin-alpha.xml:
14971         * docs/plugins/inspect/plugin-alphacolor.xml:
14972         * docs/plugins/inspect/plugin-annodex.xml:
14973         * docs/plugins/inspect/plugin-apetag.xml:
14974         * docs/plugins/inspect/plugin-auparse.xml:
14975         * docs/plugins/inspect/plugin-autodetect.xml:
14976         * docs/plugins/inspect/plugin-avi.xml:
14977         * docs/plugins/inspect/plugin-cacasink.xml:
14978         * docs/plugins/inspect/plugin-cairo.xml:
14979         * docs/plugins/inspect/plugin-cdio.xml:
14980         * docs/plugins/inspect/plugin-cutter.xml:
14981         * docs/plugins/inspect/plugin-debug.xml:
14982         * docs/plugins/inspect/plugin-dv.xml:
14983         * docs/plugins/inspect/plugin-efence.xml:
14984         * docs/plugins/inspect/plugin-effectv.xml:
14985         * docs/plugins/inspect/plugin-esdsink.xml:
14986         * docs/plugins/inspect/plugin-flac.xml:
14987         * docs/plugins/inspect/plugin-flxdec.xml:
14988         * docs/plugins/inspect/plugin-gconfelements.xml:
14989         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14990         * docs/plugins/inspect/plugin-goom.xml:
14991         * docs/plugins/inspect/plugin-halelements.xml:
14992         * docs/plugins/inspect/plugin-icydemux.xml:
14993         * docs/plugins/inspect/plugin-id3demux.xml:
14994         * docs/plugins/inspect/plugin-jpeg.xml:
14995         * docs/plugins/inspect/plugin-level.xml:
14996         * docs/plugins/inspect/plugin-matroska.xml:
14997         * docs/plugins/inspect/plugin-mulaw.xml:
14998         * docs/plugins/inspect/plugin-multipart.xml:
14999         * docs/plugins/inspect/plugin-navigationtest.xml:
15000         * docs/plugins/inspect/plugin-ossaudio.xml:
15001         * docs/plugins/inspect/plugin-png.xml:
15002         * docs/plugins/inspect/plugin-rtp.xml:
15003         * docs/plugins/inspect/plugin-rtsp.xml:
15004         * docs/plugins/inspect/plugin-shout2send.xml:
15005         * docs/plugins/inspect/plugin-smpte.xml:
15006         * docs/plugins/inspect/plugin-speex.xml:
15007         * docs/plugins/inspect/plugin-udp.xml:
15008         * docs/plugins/inspect/plugin-videobalance.xml:
15009         * docs/plugins/inspect/plugin-videobox.xml:
15010         * docs/plugins/inspect/plugin-videoflip.xml:
15011         * docs/plugins/inspect/plugin-videomixer.xml:
15012         * docs/plugins/inspect/plugin-wavenc.xml:
15013         * docs/plugins/inspect/plugin-wavparse.xml:
15014         * docs/plugins/inspect/plugin-ximagesrc.xml:
15015           Update files to CVS/Prerelease version, add esdsink docs.
15016
15017         * ext/esd/esdsink.c:
15018           Add gtk-doc blurb.
15019
15020         * gst/rtp/gstrtpmp4vpay.c:
15021           Fix typo in element description.
15022
15023 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15024
15025         * ext/esd/esdsink.c: (gst_esdsink_open),
15026         (gst_esdsink_factory_init):
15027           Prevent libesd from auto-spawning a sound daemon if it
15028           is not already running. Now that we don't do evil stuff
15029           like that any longer we can give esdsink a rank so that
15030           autoaudiosink will try it as well if all other audio
15031           sinks fail (#343051).
15032
15033 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15034
15035         * ext/esd/Makefile.am:
15036           Oops, need to remove README from EXTRA_DIST as well.
15037
15038 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15039
15040         * ext/esd/README:
15041           Remove, it contains nothing useful anyway.
15042
15043         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
15044         (gst_esdsink_delay):
15045           Some small clean-ups; use GST_BOILERPLATE etc.
15046
15047 2006-07-24  Wim Taymans  <wim@fluendo.com>
15048
15049         * gst/law/alaw-decode.c: (alawdec_getcaps):
15050         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
15051         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15052         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
15053         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
15054
15055 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
15056
15057         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15058         (gst_wavparse_other), (gst_wavparse_perform_seek),
15059         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
15060         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15061         (gst_wavparse_pad_query):
15062         * gst/wavparse/gstwavparse.h:
15063           Use information from 'fact' chunk for length calculation of compressed
15064           samples. Calculate bps if bogus value is found in wav header (embeded
15065           mp2/mp3).
15066           
15067
15068 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15069
15070         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
15071
15072         * configure.ac:
15073         * gst/udp/Makefile.am:
15074         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
15075         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
15076         * gst/udp/gstdynudpsink.h:
15077         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
15078         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
15079         * gst/udp/gstmultiudpsink.h:
15080         * gst/udp/gstudp.c: (plugin_init):
15081         * gst/udp/gstudpsink.h:
15082         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
15083         (gst_udpsrc_start), (gst_udpsrc_stop):
15084         * gst/udp/gstudpsrc.h:
15085         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
15086         (gst_udp_net_utils_win32_wsa_startup):
15087         * gst/udp/gstudpnetutils.h:
15088           Port udp plugin to win32 (#345288).
15089
15090 2006-07-24  Wim Taymans  <wim@fluendo.com>
15091
15092         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
15093         Remove unwanted DEBUG line.
15094
15095 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15096
15097         * gst/id3demux/gstid3demux.c: (plugin_init):
15098         * gst/id3demux/id3tags.c:
15099         (id3demux_add_id3v2_frame_blob_to_taglist):
15100         * gst/id3demux/id3tags.h:
15101           On second thought, it might be wiser and more efficient
15102           not to do tag registration from a streaming thread.
15103
15104 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15105
15106         * gst/id3demux/id3tags.c:
15107         (id3demux_add_id3v2_frame_blob_to_taglist),
15108         (id3demux_id3v2_frames_to_tag_list):
15109           Put ID3v2 frames we can't parse as binary blobs into private
15110           tags, so that they are not lost when retagging, at least once
15111           id3v2mux has been taught to re-inject those frames again.
15112           See bug #334375.
15113
15114 2006-07-21  Wim Taymans  <wim@fluendo.com>
15115
15116         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15117         (gst_avi_demux_process_next_entry):
15118         Fix some leaks.
15119
15120         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15121         Don't use \n in debug lines.
15122
15123 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15124
15125         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15126         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15127           Add annodex and icydemux, cleanup the sections a bit
15128
15129 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15130
15131         Patch by: Alex Lancaster <alexl at users sourceforge net>
15132
15133         * ext/taglib/gstid3v2mux.cc:
15134           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15135           ID3v2 TSSE frames (#347898).
15136
15137 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15138
15139         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15140           Respect mpegversion for "video/mpeg" and give message in case of
15141           unhandled versions.
15142
15143 2006-07-17  Wim Taymans  <wim@fluendo.com>
15144
15145         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15146         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15147         (gst_pngdec_chain), (gst_pngdec_sink_event),
15148         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15149         (gst_pngdec_sink_activate_push):
15150         * ext/libpng/gstpngdec.h:
15151         Use statically allocated segment instead of leaking.
15152         Various cleanups.
15153         Fix flush and seek handling.
15154
15155 2006-07-16  Wim Taymans  <wim@fluendo.com>
15156
15157         * gst/rtp/Makefile.am:
15158         * gst/rtp/gstrtp.c: (plugin_init):
15159         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15160         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15161         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15162         (gst_rtp_mp4g_depay_set_property),
15163         (gst_rtp_mp4g_depay_get_property),
15164         (gst_rtp_mp4g_depay_change_state),
15165         (gst_rtp_mp4g_depay_plugin_init):
15166         * gst/rtp/gstrtpmp4gdepay.h:
15167         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15168         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15169         (gst_rtp_mp4g_pay_flush):
15170         Added simple generic mpeg4 depayloader.
15171         Fix generic mpeg4 payloader.
15172
15173 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15174
15175         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15176           Don't try doing state changes on a NULL pointer.
15177
15178 2006-07-14  Wim Taymans  <wim@fluendo.com>
15179
15180         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15181
15182         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15183         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15184         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15185         * gst/rtp/gstrtpamrdepay.h:
15186         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15187         Fixes #321191
15188
15189 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15190
15191         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15192         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15193         Fix segfault when moving mouse pointer to the bottom right corner.
15194
15195 2006-07-12  Wim Taymans  <wim@fluendo.com>
15196
15197         * gst/rtp/Makefile.am:
15198         * gst/rtp/gstrtp.c: (plugin_init):
15199         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15200         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15201         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15202         (gst_rtp_mp2t_depay_set_property),
15203         (gst_rtp_mp2t_depay_get_property),
15204         (gst_rtp_mp2t_depay_change_state),
15205         (gst_rtp_mp2t_depay_plugin_init):
15206         * gst/rtp/gstrtpmp2tdepay.h:
15207         Added mpeg2 TS depayloader. Closing #347234.
15208
15209 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15210
15211         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15212           Remove g_assert that shouldn't be there and was triggered
15213           after trying to open a device that doesn't exist or can't
15214           be opened for some other reason (#347972).
15215
15216 2006-07-10  Edward Hervey  <edward@fluendo.com>
15217
15218         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15219         (gst_avi_demux_stream_header), (push_tag_lists):
15220         * gst/avi/gstavidemux.h:
15221         Don't push tag events found by gst_riff_parse_info() before outputting
15222         GST_EVENT_NEWSEGMENT.
15223
15224 2006-07-10  Wim Taymans  <wim@fluendo.com>
15225
15226         * gst/rtsp/Makefile.am:
15227         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15228         (rtsp_connection_close):
15229         * gst/rtsp/rtspdefs.h:
15230         replaced closesocket and close in code with one CLOSE_SOCKET. 
15231         Some more cleanups. Fixes #345301.
15232
15233 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15234
15235         * gst/autodetect/gstautoaudiosink.c:
15236           Fix example pipeline in docs.
15237
15238 2006-07-10  Wim Taymans  <wim@fluendo.com>
15239
15240         Patch by: Rob Taylor <robtaylor at floopily dot org>
15241
15242         * gst/udp/gstmultiudpsink.c: (join_multicast),
15243         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15244         If a destination is added before the stream is set to PAUSED, the
15245         multicast group is not joined as the socket is not created yet. 
15246         Also TTL and LOOP should also be set. Fixes #346921.
15247
15248 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15249
15250         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15251         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15252         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15253         (gst_ximage_src_init):
15254         * sys/ximage/gstximagesrc.h:
15255         Fix use-damage property to actually work :)
15256         Add startx, starty, endx, endy properties so screencasts other than full
15257         screen ones can work.
15258
15259 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15260
15261         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15262         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15263         (gst_ximage_src_class_init), (gst_ximage_src_init):
15264         * sys/ximage/gstximagesrc.h:
15265         Add use_damage property to offer ability to choose whether to use
15266         XDamage or not.
15267
15268 2006-07-07  Wim Taymans  <wim@fluendo.com>
15269
15270         * gst/goom/filters.c: (zoomFilterSetResolution):
15271         Avoid goom coredumping by clearing memory. 
15272         Fixes 345679.
15273
15274 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15275
15276         * win32/vs6/libgstid3demux.dsp:
15277         Add a link to libgsttag-0.10.lib.
15278
15279 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15280
15281         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15282         (gst_tag_demux_read_range):
15283         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15284         (gst_id3demux_read_range):
15285           Don't return FLOW_UNEXPECTED when a buffer is before
15286           the start of the stream (which might happen with
15287           large ID3v2 tags if the tag reading was done pullrange
15288           based and we then switched to push mode later on).
15289           Fixes regression introduced by commit from June 29th.
15290
15291 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15292
15293         * ext/taglib/gstid3v2mux.cc:
15294           Make UTF-8 the default encoding when writing string
15295           tags (before, our UTF-8 strings would automatically
15296           be converted to ISO-8859-1 by taglib and written as
15297           ISO-8859-1 fields if that was possible).
15298
15299         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15300         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15301         (test_taglib_id3mux_with_tags):
15302           Add test case that makes sure our UTF-8 strings have
15303           actually been written into the tag as UTF-8.
15304
15305 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15306
15307         * configure.ac:
15308           Let's try that again.
15309
15310 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15311
15312         * configure.ac:
15313           Disable monoscope plugin for now until it fulfills
15314           all the requirements.
15315
15316 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15317
15318         * configure.ac:
15319         * gst/monoscope/Makefile.am:
15320         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15321         (gst_monoscope_class_init), (gst_monoscope_init),
15322         (gst_monoscope_finalize), (gst_monoscope_reset),
15323         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15324         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15325         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15326         (gst_monoscope_change_state), (plugin_init):
15327         * gst/monoscope/gstmonoscope.h:
15328           Port monoscope visualisation to 0.10.
15329
15330 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15331
15332         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15333         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15334           Return FLOW_UNEXPECTED when at the end of the file, not
15335           FLOW_ERROR. Fixes 'internal stream error' errors that
15336           would sometimes occur in totem when scrubbing to the
15337           end of an ID3v1 tagged mp3 file.
15338
15339 2006-07-03  Edward Hervey  <edward@fluendo.com>
15340
15341         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15342         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15343         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15344         * ext/libpng/gstpngdec.h:
15345         Implement buffer clipping/dropping using GstSegment.
15346         This provides accurate seeking.
15347
15348 2006-07-03  Edward Hervey  <edward@fluendo.com>
15349
15350         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15351         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15352         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15353         (gst_avi_demux_process_next_entry), (push_tag_lists),
15354         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15355         * gst/avi/gstavidemux.h:
15356         Proper aggregation of each stream's GstFlowReturn in order to figure out
15357         whether the task should stop or not.
15358         Don't send inline events before pushing out a NEW_SEGMENT, more
15359         specifically for GST_TAG_EVENT.
15360         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15361         sub-indexes.
15362
15363 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15364
15365         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15366
15367         * sys/sunaudio/gstsunaudiomixerctrl.c:
15368         (gst_sunaudiomixer_ctrl_build_list):
15369           Move "Monitor" slider to input tab so it works more like
15370           sdtaudiocontrol, which is what people on Solaris are used
15371           to using for their mixer program (#346259).
15372
15373 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15374
15375         * tests/check/elements/level.c: (GST_START_TEST):
15376           fix a leak, clean up at the end
15377
15378 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15379
15380         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15381         (gst_matroska_demux_send_event),
15382         (gst_matroska_demux_loop_stream_parse_id):
15383         * gst/matroska/matroska-ids.h:
15384           Send tag event after newsegment event.
15385
15386 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15387
15388         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15389         (gst_id3demux_read_range):
15390           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15391           certain cases where a read beyond the end of the file is
15392           requested. Fixes #345930.
15393
15394         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15395         (gst_tag_demux_read_range):
15396           Fix same issue here as well.
15397
15398 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15399
15400         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15401         
15402         Fix hypothetical crash.
15403
15404 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15405
15406         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15407
15408         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15409           Do not modify the ports value. If the user has turned off the
15410           built-in speakers, then we should not reset it in the prepare
15411           function, since this causes the built-in speakers to turn
15412           back on anytime the user changes a track in totem, rhythmbox,
15413           etc. (#346066).
15414
15415 2006-06-23  Wim Taymans  <wim@fluendo.com>
15416
15417         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15418         Fix double caps unref when negotiation fails.
15419
15420 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15421
15422         * ext/annodex/gstcmmldec.c:
15423         * ext/annodex/gstcmmlenc.c:
15424         * ext/annodex/gstcmmlparser.c:
15425         * ext/dv/gstdvdec.c:
15426         * ext/dv/gstdvdemux.c:
15427         * ext/gdk_pixbuf/pixbufscale.c:
15428         * ext/jpeg/gstjpegenc.c:
15429         * ext/jpeg/gstsmokedec.c:
15430         * ext/jpeg/gstsmokeenc.c:
15431         * ext/libpng/gstpngdec.c:
15432         * ext/libpng/gstpngenc.c:
15433         * ext/speex/gstspeexenc.c:
15434         * gst/alpha/gstalphacolor.c:
15435         * gst/cutter/gstcutter.c:
15436         * gst/debug/gstnavigationtest.c:
15437         * gst/icydemux/gsticydemux.c:
15438         * gst/level/gstlevel.c:
15439         * gst/multipart/multipart.c:
15440         * gst/rtp/gstrtpamrpay.c:
15441         * gst/rtp/gstrtpdepay.c:
15442         * gst/rtp/gstrtpilbcpay.c:
15443         * gst/rtp/gstrtpmp4gpay.c:
15444         * gst/rtp/gstrtpmp4vpay.c:
15445         * gst/rtsp/gstrtpdec.c:
15446         * gst/rtsp/gstrtspsrc.c:
15447         * gst/udp/gstdynudpsink.c:
15448         * gst/udp/gstmultiudpsink.c:
15449         * gst/udp/gstudpsrc.c:
15450         * gst/videobox/gstvideobox.c:
15451         * gst/videofilter/gstvideoflip.c:
15452           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15453           plus two minor macro fixes.
15454
15455 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15456
15457         * gst/matroska/matroska-demux.c:
15458         (gst_matroska_demux_check_subtitle_buffer),
15459         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15460         (gst_matroska_demux_subtitle_caps):
15461         * gst/matroska/matroska-ids.c:
15462         (gst_matroska_track_init_subtitle_context):
15463         * gst/matroska/matroska-ids.h:
15464           Try to fix up broken matroska files containing subtitle
15465           streams with non-UTF8 character encodings (courtesy of
15466           mkvmerge) using either the encoding specified in the
15467           GST_SUBTITLE_ENCODING environment variable or the
15468           current locale's character set if it is non-UTF8.
15469           Fixes #337076.
15470
15471 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15472
15473         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15474           Set image type from APIC frame as "image-type" field
15475           of GST_TAG_IMAGE buffer caps (#344605).
15476
15477 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15478
15479         * ext/flac/Makefile.am:
15480         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15481         (gst_flac_dec_reset_decoders),
15482         (gst_flac_dec_setup_seekable_decoder),
15483         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15484         (gst_flac_dec_metadata_callback),
15485         (gst_flac_dec_metadata_callback_seekable),
15486         (gst_flac_dec_metadata_callback_stream),
15487         (gst_flac_dec_error_callback),
15488         (gst_flac_dec_error_callback_seekable),
15489         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15490         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15491         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15492         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15493         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15494         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15495         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15496         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15497         (gst_flac_dec_sink_activate_push),
15498         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15499         * ext/flac/gstflacdec.h:
15500           Support chain-based operation, should make flac-over-DAAP
15501           work (#340492).
15502
15503 2006-06-20  Wim Taymans  <wim@fluendo.com>
15504
15505         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15506         Doc updates, merge some unused symbols.
15507
15508 2006-06-20  Wim Taymans  <wim@fluendo.com>
15509
15510         * docs/plugins/Makefile.am:
15511         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15512         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15513         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15514         * gst/rtsp/gstrtspsrc.c:
15515         * gst/rtsp/gstrtspsrc.h:
15516         Added documentation for the rtsp plugin. Fixes #345393.
15517
15518 2006-06-20  Wim Taymans  <wim@fluendo.com>
15519
15520         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15521         (rtsp_connection_close), (rtsp_connection_free):
15522         Use better G_OS_* macros. Fixes #345301 some more.
15523
15524 2006-06-20  Wim Taymans  <wim@fluendo.com>
15525
15526         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15527
15528         * sys/sunaudio/Makefile.am:
15529         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15530         * sys/sunaudio/gstsunaudiomixerctrl.c:
15531         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15532         (gst_sunaudiomixer_ctrl_list_tracks),
15533         (gst_sunaudiomixer_ctrl_get_volume),
15534         (gst_sunaudiomixer_ctrl_set_volume),
15535         (gst_sunaudiomixer_ctrl_set_mute),
15536         (gst_sunaudiomixer_ctrl_set_record):
15537         * sys/sunaudio/gstsunaudiomixerctrl.h:
15538         * sys/sunaudio/gstsunaudiomixertrack.c:
15539         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15540         * sys/sunaudio/gstsunaudiomixertrack.h:
15541         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15542         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15543         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15544         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15545         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15546         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15547         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15548         (gst_sunaudiosrc_reset):
15549         * sys/sunaudio/gstsunaudiosrc.h:
15550         Add a SunAudio source plugin.
15551         Support stereo and right/left channel gain in the mixer plugin.
15552         Support the RECORD flag so that you can switch between line-input and
15553         microphone in gnome-volume-control.
15554         Code cleanups like using an enumerator for track number instead of an 
15555         integer. Fixes #344923.
15556
15557 2006-06-20  Wim Taymans  <wim@fluendo.com>
15558
15559         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15560
15561         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15562         (rtsp_connection_close):
15563         Make RTSP plugin compile on windows. Fixes #345301.
15564         Some changes to original patch to catch errors better.
15565         use ifdef WIN32 instead of ifndef.
15566
15567 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15568
15569         * configure.ac:
15570         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15571
15572 2006-06-18  Edward Hervey  <edward@fluendo.com>
15573
15574         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15575         After a failed buffer alloc, we need to abort the jpeg decoding (it
15576         started when parsing headers to figure out how many bytes we need
15577         to request downstream).
15578
15579 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15580
15581         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15582
15583         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15584           Make sure we don't read beyond the end of the file (#345232).
15585
15586 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15587
15588         * configure.ac:
15589           Fix --disable-external (can't set conditionals conditionally,
15590           #343602).
15591
15592 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15593
15594         * autogen.sh:
15595         * configure.ac:
15596         * docs/Makefile.am:
15597           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15598
15599         * docs/plugins/Makefile.am:
15600         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15601         * docs/plugins/inspect/plugin-taglib.xml:
15602           Add/fix apev2mux docs.
15603
15604 2006-06-14  Wim Taymans  <wim@fluendo.com>
15605
15606         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15607         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15608         (gst_dvdec_change_state):
15609         Reset segment info on flush.
15610         Alloc segment in _init, free in _finalize.
15611
15612         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15613         Don't send segments twice.
15614
15615 2006-06-14  Wim Taymans  <wim@fluendo.com>
15616
15617         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15618         Respect segment.stop. Fixes #342592.
15619
15620 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15621
15622         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15623           No language specified means the implied language is English
15624           according to the matroska spec (partially fixes #344708);
15625           add some more debug output.
15626
15627 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15628
15629         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15630         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15631         (gst_wavparse_chain):
15632           When operating chain-based, don't make any assumptions about the
15633           chunking of the incoming data and make streaming work on days other
15634           than the second Thursday after a full moon. Also fix up debug
15635           messages here and there and make use of the most excellent new
15636           gst_pad_query_peer_duration() utility function.
15637           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15638
15639         * gst/wavparse/gstwavparse.h:
15640           Remove trailing comma after last enum value, some compilers don't
15641           like that.
15642
15643 2006-06-13  Wim Taymans  <wim@fluendo.com>
15644
15645         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15646         Handle premature EOS gracefully.
15647
15648 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15649
15650         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15651           Prevent out of bounds array access when scrubbing towards
15652           the end of the file between the last index entry and the
15653           end. Fixes occasional 'start <= stop' newsegment event
15654           assertions when scrubbing in MJPEG files.
15655
15656 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15657
15658         * tests/check/elements/.cvsignore:
15659           And another one.
15660
15661 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15662
15663         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15664         (scan_encoded_string), (parse_picture_frame):
15665           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15666
15667         * configure.ac:
15668           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15669           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15670
15671 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15672
15673         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15674           gratuitous comment changes
15675         * tests/check/elements/level.c: (GST_START_TEST):
15676           fix level test leaks
15677
15678 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15679
15680         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15681         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15682           Use gst_pad_query_peer_duration() utility function here.
15683
15684 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15685
15686         * autogen.sh:
15687           require am17
15688         * configure.ac:
15689         * ext/annodex/Makefile.am:
15690         * ext/cdio/Makefile.am:
15691         * ext/dv/Makefile.am:
15692         * ext/esd/Makefile.am:
15693         * ext/flac/Makefile.am:
15694         * ext/gdk_pixbuf/Makefile.am:
15695         * ext/ladspa/Makefile.am:
15696         * ext/libcaca/Makefile.am:
15697         * ext/speex/Makefile.am:
15698         * ext/taglib/Makefile.am:
15699         * sys/oss/Makefile.am:
15700         * sys/sunaudio/Makefile.am:
15701         * sys/ximage/Makefile.am:
15702           clean up build further
15703
15704 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15705
15706         * gconf/Makefile.am:
15707           Honour --disable-schemas-install configure option. Fixes #344100.
15708
15709 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15710
15711         * tests/examples/level/Makefile.am:
15712           Add -lm to LIBS for pow() function, don't assume one of our
15713           dependencies (such as libxml-2.0) drags it in automatically
15714           (#343603).
15715
15716 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15717
15718         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15719
15720         * configure.ac:
15721           We should use $SED and not $(SED) in configure.ac (#343678).
15722
15723 2006-06-09  Wim Taymans  <wim@fluendo.com>
15724
15725         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15726
15727         * sys/sunaudio/gstsunaudiomixerctrl.c:
15728         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15729         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15730         (gst_sunaudiomixer_ctrl_set_mute):
15731         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15732         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15733         (gst_sunaudiosink_write):
15734         Attached find a patch that fixes a number of bugs with the SunAudio
15735         mixer plugin and fixes #344101:
15736         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15737            tracks onto the tracklist causing gnome-volume-control's preferences
15738            dialog to be messed up and would core dump if you checked/unchecked
15739            any item.
15740         2. We weren't previously setting the MUTE flag properly.  Fixing this
15741            makes gnome-volume-control work better.
15742         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15743            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15744            gnome-volume-control look better.
15745         Also some minor cleanup in gstsunaudiosink.c.
15746
15747 2006-06-09  Wim Taymans  <wim@fluendo.com>
15748
15749         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15750         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15751         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15752         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15753         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15754         * ext/jpeg/gstjpegdec.h:
15755         API: Added IDCT method property
15756         Small cleanups.
15757         Avoid dynamic allocation of trivial fixed structure.
15758         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15759
15760 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15761
15762         * configure.ac:
15763         We now require libraw1394 >= 1.1.0 and that version onwards all
15764         have .pc files.
15765
15766 2006-06-02  Edward Hervey  <edward@fluendo.com>
15767
15768         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15769         Trying to get items from an ANY or EMPTY caps is ... stupid.
15770
15771 2006-06-02  Edward Hervey  <edward@fluendo.com>
15772
15773         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15774         (gst_dvdec_chain), (gst_dvdec_change_state):
15775         * ext/dv/gstdvdec.h:
15776         Added GstSegment handling, now implements dropping/clipping.
15777
15778 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15779
15780         * ext/aalib/gstaasink.h:
15781         * ext/annodex/gstcmmldec.h:
15782         * ext/cairo/gsttimeoverlay.h:
15783         * ext/dv/gstdvdec.h:
15784         * ext/dv/gstdvdemux.h:
15785         * ext/esd/esdmon.h:
15786         * ext/esd/esdsink.h:
15787         * ext/flac/gstflacenc.h:
15788         * ext/gconf/gstgconfaudiosink.h:
15789         * ext/gconf/gstgconfaudiosrc.h:
15790         * ext/gconf/gstgconfvideosink.h:
15791         * ext/gconf/gstgconfvideosrc.h:
15792         * ext/gdk_pixbuf/gstgdkanimation.h:
15793         * ext/gdk_pixbuf/pixbufscale.h:
15794         * ext/hal/gsthalaudiosink.h:
15795         * ext/hal/gsthalaudiosrc.h:
15796         * ext/jpeg/gstjpegenc.h:
15797         * ext/jpeg/gstsmokedec.h:
15798         * ext/jpeg/gstsmokeenc.h:
15799         * ext/libcaca/gstcacasink.h:
15800         * ext/libmng/gstmngdec.h:
15801         * ext/libmng/gstmngenc.h:
15802         * ext/libpng/gstpngdec.h:
15803         * ext/libpng/gstpngenc.h:
15804         * ext/raw1394/gstdv1394src.h:
15805         * ext/speex/gstspeexenc.h:
15806         * gst/autodetect/gstautoaudiosink.h:
15807         * gst/autodetect/gstautovideosink.h:
15808         * gst/avi/gstavidemux.h:
15809         * gst/cutter/gstcutter.h:
15810         * gst/debug/efence.h:
15811         * gst/debug/gstnavigationtest.h:
15812         * gst/debug/gstnavseek.h:
15813         * gst/flx/gstflxdec.h:
15814         * gst/goom/gstgoom.h:
15815         * gst/icydemux/gsticydemux.h:
15816         * gst/id3demux/gstid3demux.h:
15817         * gst/law/alaw-decode.h:
15818         * gst/law/alaw-encode.h:
15819         * gst/law/mulaw-decode.h:
15820         * gst/law/mulaw-encode.h:
15821         * gst/matroska/matroska-mux.h:
15822         * gst/median/gstmedian.h:
15823         * gst/oldcore/gstaggregator.h:
15824         * gst/oldcore/gstfdsink.h:
15825         * gst/oldcore/gstmd5sink.h:
15826         * gst/oldcore/gstmultifilesrc.h:
15827         * gst/oldcore/gstpipefilter.h:
15828         * gst/oldcore/gstshaper.h:
15829         * gst/oldcore/gststatistics.h:
15830         * gst/rtp/gstasteriskh263.h:
15831         * gst/rtp/gstrtpL16depay.h:
15832         * gst/rtp/gstrtpL16pay.h:
15833         * gst/rtp/gstrtpamrdepay.h:
15834         * gst/rtp/gstrtpamrpay.h:
15835         * gst/rtp/gstrtpdepay.h:
15836         * gst/rtp/gstrtpgsmdepay.h:
15837         * gst/rtp/gstrtpgsmpay.h:
15838         * gst/rtp/gstrtph263pay.h:
15839         * gst/rtp/gstrtph263pdepay.h:
15840         * gst/rtp/gstrtph263ppay.h:
15841         * gst/rtp/gstrtpmp4gpay.h:
15842         * gst/rtp/gstrtpmp4vdepay.h:
15843         * gst/rtp/gstrtpmp4vpay.h:
15844         * gst/rtp/gstrtpmpadepay.h:
15845         * gst/rtp/gstrtpmpapay.h:
15846         * gst/rtp/gstrtppcmadepay.h:
15847         * gst/rtp/gstrtppcmapay.h:
15848         * gst/rtp/gstrtppcmudepay.h:
15849         * gst/rtp/gstrtppcmupay.h:
15850         * gst/rtp/gstrtpspeexdepay.h:
15851         * gst/rtp/gstrtpspeexpay.h:
15852         * gst/rtsp/gstrtpdec.h:
15853         * gst/rtsp/gstrtspsrc.h:
15854         * gst/smpte/gstsmpte.h:
15855         * gst/udp/gstdynudpsink.h:
15856         * gst/udp/gstmultiudpsink.h:
15857         * gst/udp/gstudpsink.h:
15858         * gst/udp/gstudpsrc.h:
15859         * gst/videofilter/gstvideobalance.h:
15860         * gst/videofilter/gstvideoflip.h:
15861         * sys/oss/gstossdmabuffer.h:
15862         * sys/oss/gstossmixerelement.h:
15863         * sys/oss/gstosssink.h:
15864         * sys/oss/gstosssrc.h:
15865         * sys/osxvideo/osxvideosink.h:
15866         * sys/sunaudio/gstsunaudiomixer.h:
15867         * sys/sunaudio/gstsunaudiosink.h:
15868         * sys/ximage/gstximagesrc.h:
15869         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15870
15871 2006-05-31  Wim Taymans  <wim@fluendo.com>
15872
15873         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15874         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15875         (gst_goom_src_setcaps), (gst_goom_src_event),
15876         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15877         (gst_goom_change_state):
15878         * gst/goom/gstgoom.h:
15879         Handle QoS.
15880         Handle flushing, discont and events.
15881         Fix timestamps and various other cleanups.
15882
15883 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15884
15885         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15886         Fix bus reset when using libiec61883
15887
15888 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15889
15890         * configure.ac:
15891         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15892         * ext/raw1394/Makefile.am:
15893         Add CFLAGS.
15894         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15895         New method, to receive using libiec61883.
15896         (gst_dv1394src_iso_receive),
15897         #ifdef'd out if libiec61883 is present.
15898         (gst_dv1394src_bus_reset),
15899         Get userdata correctly if using libiec61883. 
15900         (gst_dv1394src_create),
15901         When using libiec61883, only poll one fd and no need to read.
15902         (gst_dv1394src_discover_avc_node),
15903         Replace g_warnings.
15904         (gst_dv1394src_start),
15905         Create new handle when we know which dv port.  More reliable
15906         than setting port on an existing handle.  Initialise libiec61883.
15907         (gst_dv1394src_stop):
15908         If using libiec61883, then cleanup its handle properly.
15909         * ext/raw1394/gstdv1394src.h:
15910         Add libiec61883 handle.
15911
15912 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15913
15914         * gst/avi/gstavidemux.c:
15915           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15916         * win32/MANIFEST:
15917           sort file listing
15918         * win32/vs6/libgstavi.dsp:
15919           add gstavimux.c to the project
15920         * win32/vs6/libgstid3demux.dsp:
15921           add link to zlib library
15922         * win32/vs6/libgstmatroska.dsp:
15923           add matroska-ids.c to the project
15924
15925 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15926
15927         Patch by: Sebastian Dröge  <mail at slomosnail de >
15928
15929         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15930         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15931         * ext/taglib/Makefile.am:
15932         * ext/taglib/gstapev2mux.cc:
15933         * ext/taglib/gstapev2mux.h:
15934         * ext/taglib/gstid3v2mux.cc:
15935         * ext/taglib/gsttaglibmux.c: (plugin_init):
15936         * ext/taglib/gsttaglibmux.h:
15937           Add apev2mux element (#343122).
15938         
15939         * tests/check/Makefile.am:
15940         * tests/check/elements/apev2mux.c:
15941         (test_taglib_apev2mux_create_tags),
15942         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15943         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15944         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15945         (apev2mux_suite), (main):
15946           Add unit test for apev2mux element.
15947
15948 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15949
15950         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15951         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15952         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15953           GST_PTR_FORMAT should be used to print caps in debug statements.
15954
15955 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15956
15957         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15958
15959         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15960         (ape_demux_parse_tags):
15961           Some clean-ups and additions: map APE 'file' tag to
15962           GST_TAG_LOCATION (#343123); add support for extracting
15963           the track count and clean up parsing a bit (#343127).
15964
15965 2006-05-28  Edward Hervey  <edward@fluendo.com>
15966
15967         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15968         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15969
15970 2006-05-28  Edward Hervey  <edward@fluendo.com>
15971
15972         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15973         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15974         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15975         * ext/jpeg/gstjpegdec.h:
15976         Clip outgoing buffers according to currently configured segment.
15977
15978 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15979
15980         * ext/taglib/gstid3v2mux.cc:
15981           Handle  writing of track-count or album-volume-count without
15982           track-number or albume-volume-number (in this case the number
15983           will just be set to 0).
15984
15985         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15986           It would be nice if we actually checked the values received for
15987           track/album-volume number/count in  _check_tags(), rather than
15988           setting them again ...
15989
15990 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15991
15992         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15993           A track/volume number or count of 0 does not make sense,
15994           just ignore it along with negative numbers (a tag might
15995           only contain a track count without a track number).
15996
15997 2006-05-27  Edward Hervey  <edward@fluendo.com>
15998
15999         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16000         (gst_jpeg_dec_sink_event):
16001         Abort decompression when receiving FLUSH_STOP. This should avoid
16002         issues when interrupting decoding with flushes.
16003
16004 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16005
16006         * ext/flac/gstflac.c:
16007           Don't #include file we don't dist any longer.
16008
16009 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16010
16011         * README:
16012           Replace current README (containing the release notes from
16013           some 0.9.x version) with a proper README taken from the core.
16014
16015 2006-05-24  Wim Taymans  <wim@fluendo.com>
16016
16017         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
16018         Implement EOS correctly by either posting
16019         SEGMENT_DONE or pushing an EOS message depending
16020         on the seek type. Fixes #342592
16021
16022 2006-05-24  Wim Taymans  <wim@fluendo.com>
16023
16024         * gst/law/alaw-decode.c: (gst_alawdec_chain):
16025         * gst/law/alaw-decode.h:
16026         * gst/law/alaw-encode.c: (gst_alawenc_chain):
16027         * gst/law/alaw-encode.h:
16028         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
16029         * gst/law/mulaw-decode.h:
16030         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
16031         * gst/law/mulaw-encode.h:
16032         Some cleanups in the chain functions.
16033         Remove some GStreamer 0.0.2 bits.
16034
16035 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16036
16037         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16038
16039         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
16040           gst_collect_pads_stop() needs to be called before chaining up
16041           to the parent class (#342734).
16042
16043 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16044
16045         * ext/flac/Makefile.am:
16046         * ext/flac/flac_compat.h:
16047         * ext/flac/gstflac.c:
16048         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
16049         * ext/flac/gstflacenc.c:
16050           Remove backwards compatibility cruft for dealing with FLAC API
16051           changes in the 1.0.x series - we require 1.1.1 or newer these days.
16052
16053 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16054
16055         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16056         (gst_matroska_demux_push_xiph_codec_priv_data),
16057         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
16058         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
16059         * gst/matroska/matroska-ids.h:
16060         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
16061         (gst_matroska_mux_video_pad_setcaps),
16062         (xiph3_streamheader_to_codecdata),
16063         (vorbis_streamheader_to_codecdata),
16064         (theora_streamheader_to_codecdata),
16065         (gst_matroska_mux_audio_pad_setcaps),
16066         (gst_matroska_mux_write_data):
16067           Add support for muxing/demuxing theora video (#342448; too bad
16068           none of the usual linux players can actually play this). Playback
16069           in GStreamer will require additional changes to theoradec in -base.
16070           Refactor streamheaders <=> CodecPrivateData code a bit; some small
16071           cleanups.
16072
16073 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16074
16075         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
16076         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
16077           Fix crashes when the horizontal subsampling is 1.
16078           Fixes #342097.
16079
16080 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16081
16082         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16083
16084         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
16085         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16086         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16087         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
16088         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
16089         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16090         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
16091         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16092         (gst_avi_mux_change_state):
16093         * gst/avi/gstavimux.h:
16094           Some enhancements for avimux (#342526):
16095            - add odml (large file) index support
16096            - store codec init data (e.g. huffyuv)
16097            - miscellaneous other fixes/cleanups
16098
16099 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
16100
16101         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16102         Don't output any tag when we encounter a negative track number - the
16103         tag type is uint, so we end up outputting huge positive numbers
16104         instead. (Fixes: #342029)
16105
16106 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16107
16108         * configure.ac:
16109           update for new GSTPB_PLUGINS_DIR
16110
16111 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16112
16113         * rtp/gst/gstrtph263pay.c:
16114         Properly set static caps for H263 at 34.
16115
16116 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
16117
16118         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16119
16120         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16121           Merge event tags and tag setter tags correctly (#339918). Also,
16122           don't leak taglist in case of an error.
16123           
16124 2006-05-17  Edward Hervey  <edward@fluendo.com>
16125
16126         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16127         We can only do caps intersection if the othercaps are non-empty and not
16128         ANY. Else we return the pad template (base_caps).
16129
16130 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16131
16132         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16133           Fix crash when outputting debugging information for certain
16134           pictures (always good to use the right struct member for
16135           the number of records in an array).
16136
16137 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16138
16139         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16140
16141         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16142         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16143         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16144         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16145         (gst_ebml_read_float), (gst_ebml_read_ascii),
16146         (gst_ebml_read_binary):
16147           Don't create unnecessary sub-buffers all the time. Dramatically
16148           improves performance with multiple concurrently running
16149           matroskademux instances (#341818) (and avoids doing
16150           unnecessarily inefficient things in the general case).
16151
16152 2006-05-16  Edward Hervey  <edward@fluendo.com>
16153
16154         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16155         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16156         return value of gst_pad_push_event().
16157
16158 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16159
16160         * gst/autodetect/gstautoaudiosink.c:
16161         (gst_auto_audio_sink_find_best):
16162         * gst/autodetect/gstautovideosink.c:
16163         (gst_auto_video_sink_find_best):
16164         Make the name of the child element be based on the name of the
16165         parent, so that debug output is more useful.
16166         
16167         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16168         (parse_insert_string_field), (parse_split_strings):
16169         Rework string parsing to always walk over BOM markers in UTF16
16170         strings, using the endianness indicated by the innermost one,
16171         then trying the opposite endianness if that fails to convert
16172         to valid UTF-8. Fixes #341774
16173
16174 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16175
16176         Patch from: Matthieu <matthieu at fluendo dot com>
16177
16178         * ext/libpng/Makefile.am:
16179         Add LIBPNG_CFLAGS.
16180
16181 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16182
16183         * ext/taglib/gstid3v2mux.cc:
16184           Add support for writing images (APIC frames) into ID3v2
16185           tags (picture type always set to 'other' for now though).
16186
16187 2006-05-14  Michael Smith  <msmith@fluendo.com>
16188
16189         * gst/wavparse/gstwavparse.c:
16190           Update docs; wavparse implements push and pull modes.
16191
16192 2006-05-12  Wim Taymans  <wim@fluendo.com>
16193
16194         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16195         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16196         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16197         Ooops, bitten by the copy-and-paste design paradigm, fixes
16198         seek again.
16199
16200 2006-05-12  Wim Taymans  <wim@fluendo.com>
16201
16202         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16203         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16204         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16205         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16206         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16207         (gst_avi_demux_massage_index),
16208         (gst_avi_demux_calculate_durations_from_index),
16209         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16210         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16211         (gst_avi_demux_loop):
16212         * gst/avi/gstavidemux.h:
16213         Some cleanups, prepare to use GstSegment.
16214         Fix error in entry walking code.
16215         Fix VBR detection.
16216         Smarter timestamp calculation code.
16217         Uniform error/eos handling.
16218
16219 2006-05-12  Michael Smith  <msmith@fluendo.com>
16220
16221         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16222         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16223           Fix use of uninitialised values if we're NOT seeking in ready.
16224           Fix typos.
16225
16226 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16227
16228         * gst/wavparse/Makefile.am:
16229           Add CFLAGS and LIBS for libgstbase, fixes build on
16230           Cygwin (#341489).
16231
16232 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16233
16234         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16235           Some more debug info. No need to check whether the string
16236           returned by g_convert() is really UTF-8 - either it is or
16237           we get NULL returned.
16238
16239 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16240
16241         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16242           Fix parsing of numeric genre strings some more, by ensuring that
16243           we only try and parse strings that a) Start with '(' and b) Consist
16244           only of digits.
16245           Also, when finding an escaping '((' sequence, bust it back to '(' by
16246           swallowing the first parenthesis
16247
16248 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16249
16250         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16251         (gst_esdsink_open), (gst_esdsink_close):
16252         * ext/esd/esdsink.h:
16253           Move the esd_get_server_info() into gst_esdsink_open() and fail
16254           with a decent error message on errors.
16255
16256 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16257
16258         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16259         (gst_esdmon_channels_get_type):
16260         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16261         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16262         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16263         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16264         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16265         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16266         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16267         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16268         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16269         * gst/videomixer/videomixer.c:
16270         (gst_video_mixer_background_get_type):
16271           Const-ify GEnumValue arrays.
16272
16273 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16274
16275         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16276
16277         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16278         (gst_avi_mux_do_video_buffer):
16279           Work around gst_buffer_make_metadata_writable() bug that
16280           results in avimux marking all frames in the index as
16281           keyframes (#340859).
16282           
16283 2006-05-08  Wim Taymans  <wim@fluendo.com>
16284
16285         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16286         Make parsing of urls suck slightly less.
16287
16288 2006-05-08  Edward Hervey  <edward@fluendo.com>
16289
16290         * autogen.sh: (CONFIGURE_DEF_OPT): 
16291         libtoolize on Darwin/MacOSX is called glibtoolize.
16292
16293 2006-05-08  Wim Taymans  <wim@fluendo.com>
16294
16295         Patch by: Jens Granseuer <jensgr at gmx dot net>
16296
16297         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16298         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16299         C89 compliance fixes. Fixes #340980
16300
16301 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16302
16303         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16304         * ext/flac/gstflacdec.h:
16305           Handle segment seeks that include the end of the file as stop point
16306           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16307           message instead of an EOS event in case we're in segment seek
16308           mode (fixes #340699).
16309           
16310 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16311
16312         * ext/cairo/gsttextoverlay.c:
16313         * ext/flac/gstflacdec.c:
16314         * ext/gdk_pixbuf/pixbufscale.c:
16315         * gst/apetag/gstapedemux.c:
16316         * gst/debug/breakmydata.c:
16317         * gst/debug/testplugin.c:
16318         * gst/matroska/ebml-write.c:
16319         * gst/multipart/multipartdemux.c:
16320         * sys/osxaudio/gstosxaudiosink.c:
16321         * sys/osxaudio/gstosxaudiosrc.c:
16322         Add semicolons after GST_BOILERPLATE[_FULL] so that
16323         indent doesn't mess up following lines.
16324
16325 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16326
16327         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16328
16329         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16330           Don't leak caps when freeing the stream context (#340623).
16331
16332 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16333
16334         * configure.ac:
16335           Back to CVS
16336
16337 === release 0.10.3 ===
16338
16339 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16340
16341         * configure.ac:
16342           releasing 0.10.3, "Desplazado"
16343
16344 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16345
16346         * gst/matroska/matroska-mux.c:
16347         (gst_matroska_mux_stream_is_vorbis_header),
16348         (gst_matroska_mux_write_data):
16349           Don't strcmp() NULL strings.
16350           Only start new clusters on video keyframes, not on any
16351           random audio buffer that doesn't have the DELTA_UNIT
16352           flag set (fixes 'make check' again).
16353
16354 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16355
16356         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16357
16358         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16359         (gst_matroska_mux_stream_is_vorbis_header),
16360         (gst_matroska_mux_write_data):
16361           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16362           value and then dead-lock when muxing vorbis audio streams
16363           (the three vorbis header buffers carry no timestamp, and it
16364           would try to mux these after all video buffers). Fixes #340346.
16365
16366           Improve clustering: start a new cluster also whenever we get
16367           a keyframe.     
16368
16369 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16370
16371         * win32/common/config.h:
16372         * win32/MANIFEST
16373           add the generated file as well
16374
16375 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16376
16377         * Makefile.am:
16378         * configure.ac:
16379         * win32/common/config.h.in:
16380           add win32 stuff
16381
16382 2006-05-03  Michael Smith  <msmith@fluendo.com>
16383
16384         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16385           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16386           SUCKS.
16387
16388 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16389
16390         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16391         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16392         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16393           don't leak caps-string
16394
16395 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16396
16397         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16398         (gst_id3demux_sink_activate):
16399           Let core insert default error message for TYPE_NOT_FOUND
16400           errors, it's just as good as our own and has the added
16401           bonus of being translated.
16402
16403 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16404
16405         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16406         (gst_tag_demux_sink_event):
16407         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16408         (gst_id3demux_sink_event):
16409           Post an error message when we get an EOS event and were not
16410           able to find out the type of stream.
16411
16412         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16413         (test_taglib_id3mux_with_tags):
16414           Decrease num-buffers to 16 per iteration again, otherwise the
16415           many memcpy()s and reallocations in the test will hammer slow
16416           CPUs completely and make the test timeout.
16417
16418 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16419
16420         * configure.ac:
16421           figure out where plugins-base plugins are
16422         * tests/check/Makefile.am:
16423           use plugins-base plugins, so we have typefind functions
16424         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16425           increase num-buffers, this makes sure the test errors out instead
16426           of timing out when no typefind functions are present
16427
16428 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16429
16430         * docs/plugins/Makefile.am:
16431           also check .cc files for gtk-doc markup
16432         * configure.ac:
16433         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16434         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16435         * tests/check/Makefile.am:
16436         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16437         * ext/Makefile.am:
16438         * ext/taglib/Makefile.am:
16439         * ext/taglib/gstid3v2mux.h:
16440         * ext/taglib/gsttaglibmux.c:
16441         * ext/taglib/gsttaglibmux.h:
16442           move taglib-based id3v2muxer to -good.  Fixes #336110.
16443
16444 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16445
16446         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16447           ... and fix multichannel/WAVFORMATEX support again.
16448
16449 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16450
16451         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16452         (gst_wavparse_class_init), (gst_wavparse_dispose),
16453         (gst_wavparse_reset), (gst_wavparse_init),
16454         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16455         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16456         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16457         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16458         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16459         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16460         (gst_wavparse_stream_data), (gst_wavparse_loop),
16461         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16462         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16463         (gst_wavparse_change_state), (plugin_init):
16464         * gst/wavparse/gstwavparse.h:
16465           Add push (streaming) mode to wavparse (fixes #337625)
16466
16467 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16468
16469         * configure.ac:
16470         * tests/Makefile.am:
16471           add ximagesrc icles test
16472
16473 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16474
16475         * configure.ac:
16476         * docs/plugins/Makefile.am:
16477         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16478         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16479         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16480         (gst_cmml_enc_push_clip):
16481         * sys/Makefile.am:
16482         * sys/ximage/Makefile.am:
16483         * sys/ximage/gstximagesrc.c:
16484           Move ximagesrc plug-in to good after review.  Fixes #336756.
16485
16486 2006-04-28  Michael Smith  <msmith@fluendo.com>
16487
16488         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16489         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16490         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16491         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16492         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16493         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16494         * gst/icydemux/gsticydemux.h:
16495           Fix event handling: cache events when typefinding and forward later.
16496
16497 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16498
16499         * sys/osxaudio/gstosxaudiosink.c:
16500         (plugin_init):
16501          Register osxaudiosrc to the plugin.
16502         * sys/osxaudio/gstosxaudiosrc.c:
16503         (gst_osx_audio_src_osxelement_do_init),
16504         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16505         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16506         (gst_osx_audio_src_get_property),
16507         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16508         (gst_osx_audio_src_osxelement_init):
16509         * sys/osxaudio/gstosxaudiosrc.h:
16510           Port of osxaudiosrc to 0.10.
16511         * sys/osxaudio/Makefile.am:
16512           Add osxaudiosrc
16513
16514 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16515
16516         * sys/osxaudio/gstosxringbuffer.c:
16517         * sys/osxaudio/gstosxringbuffer.h:
16518           Forgot to commit earlier, part of the OSX audio plugin port
16519
16520 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16521
16522         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16523         (parse_split_strings):
16524           Recognise and skip any byte order marker (BOM) in
16525           UTF-16 strings.
16526
16527 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16528
16529         * docs/plugins/Makefile.am:
16530         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16531         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16532         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16533         * docs/plugins/inspect/plugin-avi.xml:
16534         * gst/avi/gstavidemux.c:
16535         * gst/avi/gstavimux.c:
16536           Add docs for both avidemux and avimux.
16537
16538 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16539
16540         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16541
16542         * gst/avi/Makefile.am:
16543         * gst/avi/gstavi.c: (plugin_init):
16544         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16545         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16546         (gst_avi_mux_class_init), (gst_avi_mux_init),
16547         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16548         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16549         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16550         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16551         (gst_avi_mux_riff_get_avix_header),
16552         (gst_avi_mux_riff_get_video_header),
16553         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16554         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16555         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16556         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16557         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16558         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16559         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16560         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16561         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16562         (gst_avi_mux_change_state):
16563         * gst/avi/gstavimux.h:
16564           Port AVI muxer to GStreamer-0.10 (#332031).
16565
16566         * tests/check/Makefile.am:
16567         * tests/check/elements/avimux.c:
16568         * tests/check/elements/.cvsignore:
16569           Add unit test for AVI muxer.
16570
16571 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16572
16573         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16574         (gst_wavparse_class_init), (gst_wavparse_reset),
16575         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16576         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16577         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16578         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16579         (gst_wavparse_stream_data), (gst_wavparse_loop),
16580         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16581         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16582         (plugin_init):
16583         * gst/wavparse/gstwavparse.h:
16584           reverted patch #337625 for the price of 1 hour sleep
16585
16586 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16587
16588         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16589         (gst_wavparse_class_init), (gst_wavparse_reset),
16590         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16591         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16592         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16593         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16594         (gst_wavparse_stream_data), (gst_wavparse_loop),
16595         (gst_wavparse_chain), (plugin_init):
16596         * gst/wavparse/gstwavparse.h:
16597           correct partial implementation of push mode
16598           (from my last commit)
16599
16600 2006-04-26  Wim Taymans  <wim@fluendo.com>
16601
16602         * ext/esd/esdsink.c:
16603         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16604         it is not in esd.h
16605
16606 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16607
16608         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16609         (gst_au_parse_class_init), (gst_au_parse_init),
16610         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16611         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16612         (gst_au_parse_chain), (gst_au_parse_src_convert),
16613         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16614         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16615         (gst_au_parse_change_state):
16616         * gst/auparse/gstauparse.h:
16617           Rewrite auparse to suck a little bit less: make source pad
16618           dynamic, so decodebin/playbin work with non-raw formats
16619           like alaw/mulaw; add query function for duration/position
16620           queries; check whether we have enough data before attempting
16621           to parse the header (instead of crashing when that is not the
16622           case); work around audioconvert sucking by swapping endianness
16623           to the native endianness ourselves for float formats; send
16624           initial newsegment event. Fixes #161712.
16625
16626 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16627
16628         * sys/osxaudio/Makefile.am:
16629         * sys/osxaudio/gstosxaudioelement.c:
16630         (gst_osx_audio_element_get_type),
16631         (gst_osx_audio_element_class_init):
16632         * sys/osxaudio/gstosxaudioelement.h:
16633         * sys/osxaudio/gstosxaudiosink.c:
16634         (gst_osx_audio_sink_osxelement_do_init),
16635         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16636         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16637         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16638         (gst_osx_audio_sink_create_ringbuffer),
16639         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16640         (plugin_init):
16641         * sys/osxaudio/gstosxaudiosink.h:
16642         Port of osxaudiosink to 0.10
16643
16644 2006-04-26  Wim Taymans  <wim@fluendo.com>
16645
16646         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16647         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16648         the size of the ringbuffer. This should fix hangs with older 
16649         esd sound servers.
16650
16651 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16652
16653         * ext/aalib/gstaasink.c:
16654         * ext/annodex/gstcmmldec.c:
16655         * ext/annodex/gstcmmlenc.c:
16656         * ext/cairo/gsttextoverlay.c:
16657         * ext/cairo/gsttimeoverlay.c:
16658         * ext/cdio/gstcdiocddasrc.c:
16659         * ext/dv/gstdvdec.c:
16660         * ext/dv/gstdvdemux.c:
16661         * ext/esd/esdmon.c:
16662         * ext/esd/esdsink.c:
16663         * ext/flac/gstflacenc.c:
16664         * ext/flac/gstflactag.c:
16665         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16666         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16667         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16668         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16669         * ext/gdk_pixbuf/pixbufscale.c:
16670         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16671         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16672         * ext/jpeg/gstjpegdec.c:
16673         * ext/jpeg/gstjpegenc.c:
16674         * ext/jpeg/gstsmokedec.c:
16675         * ext/jpeg/gstsmokeenc.c:
16676         * ext/libcaca/gstcacasink.c:
16677         * ext/libmng/gstmngdec.c:
16678         * ext/libmng/gstmngenc.c:
16679         * ext/libpng/gstpngdec.c:
16680         * ext/libpng/gstpngenc.c:
16681         * ext/mikmod/gstmikmod.c:
16682         * ext/raw1394/gstdv1394src.c:
16683         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16684         * ext/shout2/gstshout2.h:
16685         * ext/speex/gstspeexdec.c:
16686         * ext/speex/gstspeexenc.c:
16687         * gst/alpha/gstalpha.c:
16688         * gst/alpha/gstalphacolor.c:
16689         * gst/apetag/gstapedemux.c:
16690         * gst/auparse/gstauparse.c:
16691         * gst/autodetect/gstautoaudiosink.c:
16692         (gst_auto_audio_sink_base_init):
16693         * gst/autodetect/gstautovideosink.c:
16694         (gst_auto_video_sink_base_init):
16695         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16696         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16697         * gst/cutter/gstcutter.c:
16698         * gst/debug/breakmydata.c:
16699         * gst/debug/efence.c:
16700         * gst/debug/gstnavigationtest.c:
16701         * gst/debug/gstnavseek.c:
16702         * gst/debug/negotiation.c:
16703         * gst/debug/progressreport.c:
16704         * gst/debug/testplugin.c:
16705         * gst/effectv/gstaging.c:
16706         * gst/effectv/gstdice.c:
16707         * gst/effectv/gstedge.c:
16708         * gst/effectv/gstquark.c:
16709         * gst/effectv/gstrev.c:
16710         * gst/effectv/gstshagadelic.c:
16711         * gst/effectv/gstvertigo.c:
16712         * gst/effectv/gstwarp.c:
16713         * gst/flx/gstflxdec.c:
16714         * gst/goom/gstgoom.c:
16715         * gst/icydemux/gsticydemux.c:
16716         * gst/id3demux/gstid3demux.c:
16717         * gst/interleave/deinterleave.c:
16718         * gst/interleave/interleave.c:
16719         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16720         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16721         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16722         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16723         * gst/level/gstlevel.c:
16724         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16725         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16726         * gst/median/gstmedian.c:
16727         * gst/monoscope/gstmonoscope.c:
16728         * gst/multipart/multipartdemux.c:
16729         * gst/multipart/multipartmux.c:
16730         * gst/oldcore/gstaggregator.c:
16731         * gst/oldcore/gstfdsink.c:
16732         * gst/oldcore/gstmd5sink.c:
16733         * gst/oldcore/gstmultifilesrc.c:
16734         * gst/oldcore/gstpipefilter.c:
16735         * gst/oldcore/gstshaper.c:
16736         * gst/oldcore/gststatistics.c:
16737         * gst/rtp/gstasteriskh263.c:
16738         * gst/rtp/gstrtpL16depay.c:
16739         * gst/rtp/gstrtpL16pay.c:
16740         * gst/rtp/gstrtpamrdepay.c:
16741         * gst/rtp/gstrtpamrpay.c:
16742         * gst/rtp/gstrtpdepay.c:
16743         * gst/rtp/gstrtpgsmpay.c:
16744         * gst/rtp/gstrtph263pay.c:
16745         * gst/rtp/gstrtph263pdepay.c:
16746         * gst/rtp/gstrtph263ppay.c:
16747         * gst/rtp/gstrtpilbcdepay.c:
16748         * gst/rtp/gstrtpmp4gpay.c:
16749         * gst/rtp/gstrtpmp4vdepay.c:
16750         * gst/rtp/gstrtpmp4vpay.c:
16751         * gst/rtp/gstrtpmpadepay.c:
16752         * gst/rtp/gstrtpmpapay.c:
16753         * gst/rtp/gstrtppcmadepay.c:
16754         * gst/rtp/gstrtppcmapay.c:
16755         * gst/rtp/gstrtppcmudepay.c:
16756         * gst/rtp/gstrtppcmupay.c:
16757         * gst/rtp/gstrtpspeexdepay.c:
16758         * gst/rtp/gstrtpspeexpay.c:
16759         * gst/rtsp/gstrtpdec.c:
16760         * gst/rtsp/gstrtspsrc.c:
16761         * gst/smpte/gstsmpte.c:
16762         * gst/udp/gstdynudpsink.c:
16763         * gst/udp/gstmultiudpsink.c:
16764         * gst/udp/gstudpsink.c:
16765         * gst/udp/gstudpsrc.c:
16766         * gst/videobox/gstvideobox.c:
16767         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16768         * gst/videofilter/gstvideobalance.c:
16769         * gst/videofilter/gstvideoflip.c:
16770         * gst/videofilter/gstvideotemplate.c:
16771         (gst_videotemplate_base_init):
16772         * gst/videomixer/videomixer.c:
16773         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16774         (gst_wavparse_class_init), (gst_wavparse_dispose),
16775         (gst_wavparse_reset), (gst_wavparse_init),
16776         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16777         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16778         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16779         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16780         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16781         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16782         (gst_wavparse_change_state):
16783         * gst/wavparse/gstwavparse.h:
16784         * sys/oss/gstossmixerelement.c:
16785         * sys/oss/gstosssink.c:
16786         * sys/oss/gstosssrc.c:
16787         * sys/osxaudio/gstosxaudioelement.c:
16788         * sys/osxaudio/gstosxaudiosink.c:
16789         * sys/osxaudio/gstosxaudiosrc.c:
16790         * sys/sunaudio/gstsunaudiomixer.c:
16791         * sys/sunaudio/gstsunaudiosink.c:
16792           Define GstElementDetails as const and also static (when defined as
16793           global)
16794
16795 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16796
16797         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16798           Source pad has fixed caps. If we don't set this, bad
16799           things happen when the window is resized.
16800
16801 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16802
16803         * gst/matroska/Makefile.am:
16804         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16805         (gst_matroska_demux_handle_src_event):
16806         * gst/matroska/matroska-ids.c:
16807         (gst_matroska_track_init_video_context),
16808         (gst_matroska_track_init_audio_context),
16809         (gst_matroska_track_init_subtitle_context),
16810         (gst_matroska_track_init_complex_context):
16811         * gst/matroska/matroska-ids.h:
16812           Handle case where the TrackType ebml chunk does not come before the
16813           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16814           events.
16815
16816 2006-04-25  Wim Taymans  <wim@fluendo.com>
16817
16818         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16819         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16820         It's codec_data, not codec_info.
16821
16822 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16823
16824         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16825
16826         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16827           Handle codec_data for VfW compatibility codec IDs (#339451)
16828
16829         * gst/matroska/matroska-mux.c:
16830         (gst_matroska_mux_video_pad_setcaps):
16831           Same here, handle codec_data and add additional caps we can handle
16832           now to the pad template (huffyuv, dv and h263 video) (#339451)
16833
16834 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16835
16836         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16837
16838         * gst/matroska/matroska-mux.c:
16839         (gst_matroska_mux_create_buffer_header),
16840         (gst_matroska_mux_write_data):
16841           Fix timestamping of B-frames, use signed integers, do
16842           some rounding (#339678).
16843
16844 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16845
16846         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16847         just make it compile with --disable-gst-debug.
16848
16849 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16850
16851         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16852         Fix a bad conversion using gst_guint64_to_gdouble.
16853         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16854         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16855         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16856     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16857         mistake.
16858
16859 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16860
16861         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16862         Use gst_guint64_to_gdouble for conversions
16863         * win32/vs6/gst_plugins_good.dsw:
16864         * win32/vs6/libgsticydemux.dsp:
16865         Add a project file for icydemux
16866
16867 2006-04-21  Wim Taymans  <wim@fluendo.com>
16868
16869         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16870
16871         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16872         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16873         When splitting audio chunks, the block alignment is not taken in
16874         consideration, so the smaller chunks could be of size which is 
16875         not a multiple of the block alignment. Fixes #336904
16876
16877 2006-04-21  Wim Taymans  <wim@fluendo.com>
16878
16879         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16880         Use scale functions
16881
16882 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16883
16884         * ext/dv/gstdv.c: (plugin_init):
16885           Fix build.
16886
16887 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16888
16889         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16890         (gst_progress_report_class_init), (gst_progress_report_init),
16891         (gst_progress_report_do_query), (gst_progress_report_report),
16892         (gst_progress_report_set_property),
16893         (gst_progress_report_get_property):
16894           Add 'format' property to force querying to a particular format.
16895
16896 2006-04-21  Andy Wingo  <wingo@pobox.com>
16897
16898         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16899         best, on big endian systems. Drop its rank in that case. OTOH on
16900         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16901
16902 2006-04-21  Michael Smith  <msmith@fluendo.com>
16903
16904         * configure.ac:
16905         * gst/icydemux/Makefile.am:
16906         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16907         (gst_icydemux_base_init), (gst_icydemux_class_init),
16908         (gst_icydemux_reset), (gst_icydemux_init),
16909         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16910         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16911         (unicodify), (gst_icydemux_unicodify),
16912         (gst_icydemux_parse_and_send_tags),
16913         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16914         (gst_icydemux_chain), (gst_icydemux_change_state),
16915         (gst_icydemux_send_tag_event), (plugin_init):
16916         * gst/icydemux/gsticydemux.h:
16917         * tests/check/Makefile.am:
16918         * tests/check/elements/icydemux.c: (typefind_succeed),
16919         (plugin_init), (icydemux_found_pad), (create_icydemux),
16920         (cleanup_icydemux), (push_data), (GST_START_TEST),
16921         (icydemux_suite), (main):
16922           Add icydemux, and tests.
16923
16924 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16925
16926         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16927           Post SEGMENT_DONE message in TIME format.
16928
16929 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16930
16931         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16932
16933         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16934         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16935           Fix index creation when we have to scan the file to create
16936           an index. There may be other types of RIFF 'LIST' chunks than
16937           'movi' and we need to skip them properly as well or we'll end up
16938           reading garbage (#336889). Some other cosmetic changes.
16939           
16940 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16941
16942         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16943         (gst_flac_dec_handle_seek_event):
16944           Add support for segment seeks (fixes #338290). Also demote
16945           some recurring debug message from DEBUG to LOG level.
16946
16947 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16948
16949         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16950         (gst_matroskademux_do_index_seek),
16951         (gst_matroska_demux_handle_seek_event),
16952         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16953         * gst/matroska/matroska-ids.h:
16954           Set DISCONT flag on first buffer after a discontinuity.
16955           Fix newsegment events sent when seeking and honour KEY_UNIT
16956           seek flag. Create pad with bogus caps if we don't recognise
16957           the stream codec id.
16958
16959         * gst/matroska/matroska-demux.h:
16960           Fix GObject macros.
16961
16962 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16963
16964         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16965
16966         * gst/matroska/matroska-demux.c:
16967         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16968           Handle end of segment properly when set; don't dead-lock when
16969           posting start of segment message when doing a segment seek.
16970           Fixes #338810.
16971
16972 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16973
16974         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16975         (gst_matroska_demux_plugin_init):
16976           Make mpeg2 aac audio work: create artificial private codec data
16977           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16978           Also call gst_riff_init(). Partially fixes #338767.
16979
16980 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16981
16982         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16983         (gst_wavenc_class_init), (gst_wavenc_init),
16984         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16985         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16986         (gst_wavenc_chain), (gst_wavenc_change_state):
16987         * gst/wavenc/gstwavenc.h:
16988           Set caps on first outgoing buffer, so that it doesn't error out
16989           immediately with a non-negotiated error (#338716). Rewrite and
16990           clean up a bit; fix setcaps function to parse things properly;
16991           fix sink caps (8bit audio is unsigned and doesn't have depth);
16992           use boilerplate macros; remove unused properties stuff.
16993
16994 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16995
16996         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16997           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16998           handle MJPEG streams and might be autoplugged for those if the
16999           user doesn't have jpegdec installed (resulting in a cryptic error
17000           message about huffman tables). Better to disable JPEG decoding here
17001           and let the user figure out that she needs to install jpegdec.
17002
17003 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17004
17005         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17006         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17007         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
17008         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17009           Make work with packetised/framed input (e.g. png-in-quicktime). Use
17010           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
17011           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
17012           debug messages. Fix boilerplate macros.
17013
17014 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17015
17016         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17017         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
17018           No need to special-case for Gdk-2.0 any longer, we require
17019           Gdk 2.2 or newer; minor clean-ups.
17020
17021 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17022
17023         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
17024         (gst_shout2send_class_init), (gst_shout2send_init),
17025         (set_shout_metadata), (gst_shout2send_set_metadata),
17026         (gst_shout2send_event), (gst_shout2send_start),
17027         (gst_shout2send_connect), (gst_shout2send_stop),
17028         (gst_shout2send_render), (gst_shout2send_set_property),
17029         (gst_shout2send_get_property), (gst_shout2send_setcaps),
17030         (plugin_init):
17031         * ext/shout2/gstshout2.h:
17032         * po/POTFILES.in:
17033           Rewrite a bit: use GstBaseSink::start and stop instead of a state
17034           change function; use GST_ELEMENT_ERROR for error reporting, not
17035           g_error() or GST_ERROR(); don't unref caps in setcaps function,
17036           will cause crashes or assertion failures; remove (unused) "sync"
17037           property, basesink already has such a property; misc. other
17038           minor fixes and cleanups.
17039
17040 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17041
17042         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
17043         * ext/esd/gstesd.c: (plugin_init):
17044         * po/POTFILES.in:
17045           Add translatable error message for when we cannot
17046           connect to the sound server, as "Cannot open resource
17047           for writing" isn't really an acceptable message to show
17048           to the user in this case.
17049
17050 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17051
17052         * sys/oss/gst-i18n-plugin.h:
17053           Remove bogus file that doesn't belong here.
17054
17055 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17056
17057         Patch by: Philippe Valembois
17058
17059         * ext/shout2/gstshout2.c: (gst_shout2send_init),
17060         (gst_shout2send_set_metadata), (gst_shout2send_event),
17061         (gst_shout2send_render), (gst_shout2send_change_state):
17062         * ext/shout2/gstshout2.h:
17063           Handle tags being received before the connection to
17064           the server is established properly (see #338636).
17065
17066 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17067
17068         * ext/shout2/gstshout2.c: (gst_shout2send_render):
17069           Don't crash in case the connection to the server fails:
17070           don't set pointer to NULL by assigning FALSE; error out
17071           properly by using GST_ELEMENT_ERROR and returning
17072           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
17073           before resetting the pointer.
17074
17075 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
17076
17077         * gst/id3demux/id3tags.c:
17078         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
17079         (Fixes #338713)
17080
17081 2006-04-12  Wim Taymans  <wim@fluendo.com>
17082
17083         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17084         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
17085         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17086         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
17087         (gst_gdk_pixbuf_chain):
17088         Some cleanups.
17089         Added RGBA as a possible output format.
17090         Correctly free the supported mimetypes.
17091         deprecate silent arg, it's not used.
17092         Return result from _alloc_buffer to peer.
17093
17094 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17095
17096         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
17097           Don't leak memory allocated by gst_buffer_new_and_alloc() by
17098           overwriting GST_BUFFER_MALLOCDATA.
17099
17100 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17101
17102         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17103         (user_endrow_callback), (user_end_callback),
17104         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
17105         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
17106         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
17107         * ext/libpng/gstpngdec.h:
17108           Handle more than one frame if the content is framed,
17109           like with png-in-quicktime (#331917).
17110
17111 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17112
17113         * sys/oss/Makefile.am:
17114         * sys/oss/common.h:
17115         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17116         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17117         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17118         (gst_oss_src_unprepare):
17119           - the user-visible error strings were in the wrong category
17120           - and the messages were not marked for translation
17121           - which is actually a good thing, because they were exactly
17122             the kind of message you would never want anyone to see
17123           - the macros were using variables that didn't exist in the macro
17124             arguments
17125           - and they were obviously copied from each other and then modified
17126           - so a common header makes sense
17127
17128 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17129
17130         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17131           Don't try to modify read-only data.
17132
17133         * gst/matroska/matroska-demux.c:
17134         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17135           Fix comment (won't crash any longer now).
17136
17137 2006-04-10  Michael Smith  <msmith@fluendo.com>
17138
17139         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17140           Use copies of header buffers for caps to avoid circular refcounting
17141           problems (as in theoradec, vorbisdec).
17142
17143         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17144           Fix a typo in test that meant it was testing the wrong thing.
17145
17146         * tests/check/elements/cmmlenc.c: (check_headers):
17147           Fix refcount checks now that we use buffer-copies for caps.
17148
17149 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17150
17151         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17152         (gst_matroska_demux_handle_seek_event),
17153         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17154         (gst_matroska_demux_subtitle_caps),
17155         (gst_matroska_demux_plugin_init):
17156           Use static pad templates with ANY caps for audio and video
17157           source pads and get rid of a lot of unnecessary (and partially
17158           broken) code for the template caps. Clean up caps finding
17159           functions. Fixes playback of audio files/streams that do not
17160           contain the sample rate and/or number of channels in the audio
17161           context (happens a lot with vorbis/mp3 .mka files it seems).
17162           Fixes #337183.
17163           Also add myself to copyright holders.
17164
17165 2006-04-10  Michael Smith  <msmith@fluendo.com>
17166
17167         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17168           Use g_list_delete_link () instead of g_list_remove_link () so that
17169           we free the link as well as the contained data.
17170
17171 2006-04-10  Wim Taymans  <wim@fluendo.com>
17172
17173         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17174
17175         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17176         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17177         (gst_avi_demux_stream_header):
17178         Fix some crashers with empty chunks. (Fixes #337749)
17179
17180 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17181
17182         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17183           use G_GINT64_CONSTANT for INT64 constants
17184         * gst/videofilter/gstvideobalance.c:
17185           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17186         * win32/vs6/libgstavi.dsp:
17187          add missing libraries for the link and remove avimux.c from
17188          the project as it isn't ported to 0.10 yet
17189         
17190 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17191
17192         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17193           Even better would be if we actually did the right thing
17194           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17195
17196 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17197
17198         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17199           Can't just replace 1LL with 1L here just because MSVC doesn't
17200           support it, as it might lead to incorrect results when doing the
17201           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17202           force a 64-bit constant in a way that all compilers are happy with.
17203
17204 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17205
17206         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17207         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17208         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17209         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17210         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17211         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17212         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17213         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17214         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17215         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17216         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17217         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17218         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17219         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17220         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17221         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17222         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17223         * gst/debug/efence.c: (gst_efence_class_init):
17224         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17225         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17226         * gst/goom/gstgoom.c: (gst_goom_class_init):
17227         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17228         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17229         * gst/interleave/interleave.c: (interleave_class_init):
17230         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17231         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17232         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17233         * gst/median/gstmedian.c: (gst_median_class_init):
17234         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17235         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17236         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17237         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17238         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17239         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17240         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17241         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17242         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17243         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17244         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17245         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17246         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17247         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17248         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17249         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17250         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17251         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17252         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17253         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17254         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17255         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17256         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17257         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17258         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17259         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17260         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17261         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17262         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17263         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17264         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17265         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17266         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17267         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17268         * sys/osxaudio/gstosxaudioelement.c:
17269         (gst_osxaudioelement_class_init):
17270         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17271         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17272         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17273         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17274
17275 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17276
17277         * ext/mikmod/gstmikmod.h:
17278         * gst/level/gstlevel.h:
17279         Fix more broken GObject macros
17280
17281 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17282
17283         * ext/annodex/gstcmmldec.h:
17284         * ext/annodex/gstcmmlenc.h:
17285         * ext/annodex/gstcmmltag.h:
17286         * ext/cairo/gsttextoverlay.h:
17287         * ext/ladspa/gstsignalprocessor.h:
17288         * gst/matroska/ebml-read.h:
17289         * gst/matroska/ebml-write.h:
17290         * sys/osxaudio/gstosxaudioelement.h:
17291         Fix broken GObject macros
17292
17293 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17294
17295         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17296           Don't try to seek beyond the end of the file (would
17297           occasionally display error dialogs in totem when seeking
17298           to the end) (#335869). Will still throw an error though
17299           if the file is truncated and the total_samples value in
17300           the stream header is wrong.
17301
17302 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17303
17304         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17305         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17306         (gst_flac_dec_metadata_callback):
17307         * ext/flac/gstflacdec.h:
17308           If the stream header doesn't contain the total number of samples,
17309           search for the last flac frame at the end of the file and calculate
17310           the total duration from that frame's offset (fixes #337609).
17311
17312 2006-04-07  Edward Hervey  <edward@fluendo.com>
17313
17314         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17315         Don't unref the GstPadTemplate returned by
17316         gst_element_class_get_pad_template().
17317
17318 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17319
17320         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17321
17322         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17323         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17324         * sys/sunaudio/gstsunaudiosink.h:
17325           Use spec->segsize and spec->segtotal in the prepare function
17326           to initialise the ring buffer instead of using the buffer-time
17327           property (#337421).
17328
17329 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17330
17331         * configure.ac:
17332           Bump core requirements to CVS for gst_pad_query_peer_duration()
17333           which is used by speexdec.
17334
17335 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17336
17337         * ext/speex/gstspeex.c: (plugin_init):
17338         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17339         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17340         (speex_get_sink_query_types), (speex_dec_sink_query),
17341         (speex_get_src_query_types), (speex_dec_src_query),
17342         (speex_dec_src_event), (speex_dec_sink_event),
17343         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17344         (speex_dec_chain_parse_data), (speex_dec_chain),
17345         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17346         (speex_dec_change_state):
17347         * ext/speex/gstspeexdec.h:
17348           Fix seeking and duration queries (#337033); clean up and
17349           refactor a bit.
17350
17351 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17352
17353         * ext/raw1394/gstdv1394src.c:
17354           distinguish between device not found and could not open for
17355           reading
17356
17357 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17358
17359         * Makefile.am:
17360         * configure.ac:
17361         * pkgconfig/.cvsignore:
17362         * pkgconfig/Makefile.am:
17363         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17364           add a .pc file so other modules can use good plugins in tests
17365
17366 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17367
17368         * configure.ac:
17369           clean up, use AS_VERSION and AS_NANO
17370         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17371           use PACKAGE_VERSION define
17372         * po/af.po:
17373         * po/az.po:
17374         * po/cs.po:
17375         * po/en_GB.po:
17376         * po/hu.po:
17377         * po/it.po:
17378         * po/nb.po:
17379         * po/nl.po:
17380         * po/or.po:
17381         * po/sq.po:
17382         * po/sr.po:
17383         * po/sv.po:
17384         * po/uk.po:
17385         * po/vi.po:
17386           updated
17387
17388 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17389
17390         * ext\jpeg\smokecodec.c:
17391           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17392         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17393           move first instruction after all variables declarations
17394         * gst\alpha\gstalpha.c:
17395         * gst\effectv\gstshagadelic.c:
17396         * gst\smpte\paint.c:
17397         * gst\videofilter\gstvideobalance.c:
17398           define M_PI if it's not defined (it's not defined on WIN32)
17399         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17400         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17401         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17402         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17403         (gst_matroska_demux_video_caps):
17404         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17405         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17406           use gst_guint64_to_gdouble for conversions
17407         * gst\goom\filters.c: (setPixelRGB_):
17408           fix a debug which was using undefined variable
17409         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17410         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17411           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17412         * win32/vs6:
17413           add vs6 projects files for most of plugins-good
17414         
17415 2006-03-30  j^  <j@bootlab.org>
17416
17417         * ext/aalib/gstaasink.c:
17418         * ext/annodex/gstcmmldec.c:
17419         * ext/annodex/gstcmmlenc.c:
17420         * ext/cairo/gsttextoverlay.c:
17421         * ext/cairo/gsttimeoverlay.c:
17422         * ext/cdio/gstcdiocddasrc.c:
17423         * ext/dv/gstdvdec.c:
17424         * ext/esd/esdmon.c:
17425         * ext/esd/esdsink.c:
17426         * ext/flac/gstflacdec.c:
17427         * ext/flac/gstflacenc.c:
17428         * ext/flac/gstflactag.c:
17429         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17430         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17431         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17432         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17433         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17434         * ext/gdk_pixbuf/pixbufscale.c:
17435         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17436         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17437         * ext/jpeg/gstjpegdec.c:
17438         * ext/jpeg/gstjpegenc.c:
17439         * ext/jpeg/gstsmokedec.c:
17440         * ext/jpeg/gstsmokeenc.c:
17441         * ext/libcaca/gstcacasink.c:
17442         * ext/libmng/gstmngdec.c:
17443         * ext/libmng/gstmngenc.c:
17444         * ext/libpng/gstpngdec.c:
17445         * ext/libpng/gstpngenc.c:
17446         * ext/mikmod/gstmikmod.c:
17447         * ext/raw1394/gstdv1394src.c:
17448         * ext/shout2/gstshout2.c:
17449         * ext/speex/gstspeexdec.c:
17450         * ext/speex/gstspeexenc.c:
17451         * gst/alpha/gstalpha.c:
17452         * gst/alpha/gstalphacolor.c:
17453         * gst/auparse/gstauparse.c:
17454         * gst/autodetect/gstautoaudiosink.c:
17455         (gst_auto_audio_sink_base_init):
17456         * gst/autodetect/gstautovideosink.c:
17457         (gst_auto_video_sink_base_init):
17458         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17459         * gst/cutter/gstcutter.c:
17460         * gst/debug/breakmydata.c:
17461         * gst/debug/efence.c:
17462         * gst/debug/gstnavigationtest.c:
17463         * gst/debug/negotiation.c:
17464         * gst/debug/progressreport.c:
17465         * gst/debug/testplugin.c:
17466         * gst/effectv/gstaging.c:
17467         * gst/effectv/gstdice.c:
17468         * gst/effectv/gstedge.c:
17469         * gst/effectv/gstquark.c:
17470         * gst/effectv/gstrev.c:
17471         * gst/effectv/gstvertigo.c:
17472         * gst/effectv/gstwarp.c:
17473         * gst/flx/gstflxdec.c:
17474         * gst/goom/gstgoom.c:
17475         * gst/interleave/deinterleave.c:
17476         * gst/interleave/interleave.c:
17477         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17478         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17479         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17480         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17481         * gst/level/gstlevel.c:
17482         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17483         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17484         * gst/median/gstmedian.c:
17485         * gst/monoscope/gstmonoscope.c:
17486         * gst/multipart/multipartdemux.c:
17487         * gst/multipart/multipartmux.c:
17488         * gst/oldcore/gstmd5sink.c:
17489         * gst/oldcore/gstmultifilesrc.c:
17490         * gst/oldcore/gstpipefilter.c:
17491         * gst/oldcore/gstshaper.c:
17492         * gst/oldcore/gststatistics.c:
17493         * gst/rtp/gstasteriskh263.c:
17494         * gst/rtp/gstrtpL16depay.c:
17495         * gst/rtp/gstrtpL16pay.c:
17496         * gst/rtp/gstrtpamrdepay.c:
17497         * gst/rtp/gstrtpamrpay.c:
17498         * gst/rtp/gstrtpdepay.c:
17499         * gst/rtp/gstrtpgsmpay.c:
17500         * gst/rtp/gstrtph263pay.c:
17501         * gst/rtp/gstrtph263pdepay.c:
17502         * gst/rtp/gstrtph263ppay.c:
17503         * gst/rtp/gstrtpmp4gpay.c:
17504         * gst/rtp/gstrtpmp4vdepay.c:
17505         * gst/rtp/gstrtpmp4vpay.c:
17506         * gst/rtp/gstrtpmpadepay.c:
17507         * gst/rtp/gstrtpmpapay.c:
17508         * gst/rtp/gstrtppcmadepay.c:
17509         * gst/rtp/gstrtppcmapay.c:
17510         * gst/rtp/gstrtppcmudepay.c:
17511         * gst/rtp/gstrtppcmupay.c:
17512         * gst/rtp/gstrtpspeexdepay.c:
17513         * gst/rtp/gstrtpspeexpay.c:
17514         * gst/rtsp/gstrtpdec.c:
17515         * gst/smpte/gstsmpte.c:
17516         * gst/videobox/gstvideobox.c:
17517         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17518         * gst/videofilter/gstvideobalance.c:
17519         * gst/videofilter/gstvideoflip.c:
17520         * gst/videofilter/gstvideotemplate.c:
17521         (gst_videotemplate_base_init):
17522         * gst/videomixer/videomixer.c:
17523         * gst/wavenc/gstwavenc.c:
17524         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17525          better/unified long descriptions
17526          Fixed #336602
17527          Some cleanups to auparse, don't send multiple newsegments.
17528
17529 2006-03-29  Wim Taymans  <wim@fluendo.com>
17530
17531         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17532
17533         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17534         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17535         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17536         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17537         * ext/dv/gstdvdemux.h:
17538         Seek in READY patch. Only works for pull based mode.
17539         Fixes #323880
17540
17541 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17542
17543         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17544         (gst_gdk_pixbuf_event):
17545           Fix two crashers: don't unref the same caps twice, and
17546           set pixbuf loader to NULL after freeing it.
17547
17548 2006-03-27  Wim Taymans  <wim@fluendo.com>
17549
17550         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17551         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17552         (gst_speexenc_chain):
17553         * ext/speex/gstspeexenc.h:
17554         Don't leak adapter.
17555         A push *always* takes ownership of the buffer, even on
17556         errors.
17557         Small cleanups.
17558
17559 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17560
17561         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17562           Create source pad without leaking.
17563
17564 2006-03-24  Wim Taymans  <wim@fluendo.com>
17565
17566         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17567         * ext/flac/gstflacdec.h:
17568         * ext/flac/gstflacenc.h:
17569         Spifify a bit.
17570         Fix deadly lock order error in seeking code, STREAM_LOCK
17571         cannot be taken within LOCK and the streaming variables are
17572         protected with the STREAM_LOCK anyway.
17573
17574 2006-03-24  Wim Taymans  <wim@fluendo.com>
17575
17576         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17577         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17578         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17579         this patch combines the global init_frames with the stream
17580         init_frames. Rationale being that the global delay should 
17581         be subtracted from any stream delay.
17582         Fixes #335858.
17583
17584 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17585
17586         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17587         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17588         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17589         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17590         use DEBUG_FUNCPTR for collectpads
17591
17592 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17593
17594         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17595           Don't crash when encoding images where the number of rows isn't
17596           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17597
17598 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17599
17600         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17601         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17602         * gst/interleave/interleave.c: (interleave_change_state):
17603         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17604           More state change function fixes.
17605
17606 2006-03-23  Wim Taymans  <wim@fluendo.com>
17607
17608         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17609         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17610         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17611         (gst_esdsink_delay), (gst_esdsink_reset):
17612         * ext/esd/esdsink.h:
17613         Fix esd choppy playback by configuring audiosink
17614         correctly. Fixes #325191
17615
17616 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17617
17618         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17619           Make state change function thread-safe.
17620
17621 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17622
17623         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17624         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17625           Don't try to read beyond the end of the file just because
17626           the header claims a bigger size (like with truncated files).
17627
17628 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17629
17630         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17631         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17632         (gst_wavparse_stream_data), (gst_wavparse_loop):
17633         * gst/wavparse/gstwavparse.h:
17634           Delay source pad creation until we have the first chunk of
17635           media data, so the we can examine the data and adjust the
17636           caps accordingly if required. This makes playback of .wav
17637           files with DTS-declared-as-PCM content work (#313266).
17638
17639 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17640
17641         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17642         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17643         Don't attempt typefinding on too-short buffers that have been
17644         completely trimmed away. (Fixes #330239)
17645
17646         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17647         Improve the debug output
17648
17649 2006-03-21  Wim Taymans  <wim@fluendo.com>
17650
17651         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17652         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17653         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17654         (gst_esdsink_set_property), (gst_esdsink_get_property):
17655         Some cleanups.
17656         Reset fd to -1 when we close them.
17657
17658 2006-03-21  Wim Taymans  <wim@fluendo.com>
17659
17660         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17661         the OPTIONS request result is optional so don't
17662         fail on it.
17663
17664 2006-03-21  Edward Hervey  <edward@fluendo.com>
17665
17666         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17667         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17668         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17669         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17670         (gst_wavparse_change_state):
17671         gcc 4.1 unreferenced pointer fixes.
17672
17673 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17674
17675         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17676
17677         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17678           Fix block alignment calculation. Alignment should be done before
17679           adding the byte offset where the data starts (#335231).
17680
17681 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17682
17683         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17684           Ensure that we set correct caps on buffers that are transferred
17685           direct from the input.
17686
17687 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17688
17689         * gst/goom/filters.c: (zoomFilterDestroy):
17690         * gst/goom/goom_core.c: (goom_close):
17691           Free filter data when cleaning up. (Fixes: #334995)
17692
17693 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17694
17695         * configure.ac:
17696           Don't compile udp and rtsp plugins on win32 (mingw) or other
17697           systems that don't have <sys/socket.h> for some reason (#316203).
17698
17699 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17700
17701         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17702         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17703         * ext/raw1394/gstdv1394src.h:
17704           Change bus reset handler so it reports useful information such as
17705           whether the device being used connected or disconnected
17706
17707 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17708
17709         * gst/id3demux/id3v2frames.c:
17710         (parse_relative_volume_adjustment_two):
17711           We only care about gain and peak data for the master volume.
17712
17713 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17714
17715         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17716         (parse_id_string), (parse_unique_file_identifier),
17717         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17718           Read replay gain tags (#323721).
17719
17720 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17721
17722         * configure.ac:
17723           Bump requirements to gst-plugins-base CVS because
17724           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17725
17726 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17727
17728         * rtp/gst/gstrtppcmadepay.c:
17729         Fixed one of the caps in the code from mulaw to alaw.
17730
17731 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17732
17733         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17734           Ensure that we set caps on the buffers we pass.
17735
17736         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17737         (gst_id3demux_sink_activate):
17738           Ensure that we set caps on the buffers we pass.
17739
17740           Use STREAM, TYPE_NOT_FOUND as the error class when
17741           typefinding fails.
17742
17743 2006-03-15  Edward Hervey  <edward@fluendo.com>
17744
17745         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17746         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17747         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17748         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17749         (gst_jpeg_dec_setcaps):
17750         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17751         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17752         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17753         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17754         (gst_mngdec_src_getcaps):
17755         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17756         (gst_pngdec_caps_create_and_set):
17757         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17758         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17759         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17760         * gst/alpha/gstalpha.c: (gst_alpha_init):
17761         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17762         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17763         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17764         * gst/cutter/gstcutter.c: (gst_cutter_init):
17765         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17766         (gst_efence_checkgetrange):
17767         * gst/debug/negotiation.c: (gst_negotiation_init):
17768         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17769         * gst/goom/gstgoom.c: (gst_goom_init):
17770         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17771         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17772         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17773         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17774         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17775         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17776         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17777         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17778         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17779         (gst_wavparse_create_sourcepad):
17780         Fix memleak with gst_static_pad_template_get().
17781         This uses gst_pad_new_from_static_template() instead.
17782         Fixes #333512
17783
17784 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17785
17786         * configure.ac:
17787           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17788           used by id3demux.
17789
17790         * gst/id3demux/gstid3demux.c: (plugin_init):
17791         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17792         (parse_user_text_identification_frame),
17793         (parse_unique_file_identifier):
17794           Add support for UFID and TXXX frames and extract musicbrainz tags.
17795
17796 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17797
17798         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17799           Catch short reads, like they might happen with truncated
17800           files (see #305279); remove unnecessary indentation.
17801
17802 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17803
17804         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17805           Fix DIB image inversion for pictures with a
17806           depth != 8 (#305279).
17807
17808 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17809
17810         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17811         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17812         * ext/jpeg/gstjpegdec.h:
17813           Fix durations on outgoing buffers after seeking
17814           in MJPEG files (#334083); some minor clean-ups.
17815
17816 2006-03-13  Wim Taymans  <wim@fluendo.com>
17817
17818         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17819         (gst_wavparse_change_state):
17820         Implement seek in READY (re-fixes #327658)
17821
17822 2006-03-13  Wim Taymans  <wim@fluendo.com>
17823
17824         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17825         * ext/esd/esdmon.c: (gst_esdmon_get):
17826         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17827         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17828         (gst_gdk_pixbuf_sink_getcaps):
17829         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17830         (gst_jpegenc_setcaps):
17831         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17832         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17833         (gst_smokeenc_setcaps):
17834         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17835         (gst_mngdec_src_getcaps):
17836         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17837         (gst_mngenc_chain):
17838         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17839         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17840         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17841         (speex_dec_src_event), (speex_dec_chain):
17842         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17843         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17844         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17845         (gst_negotiation_pad_link), (gst_negotiation_chain):
17846         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17847         (gst_flxdec_chain):
17848         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17849         (deinterleave_chain):
17850         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17851         * gst/median/gstmedian.c: (gst_median_link):
17852         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17853         (gst_monoscope_chain):
17854         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17855         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17856         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17857         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17858         close #333784 unref the result of gst_pad_get_parent()
17859         by: Christophe Fergeau.
17860
17861 2006-03-09  Wim Taymans  <wim@fluendo.com>
17862
17863         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17864         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17865         Handle events in push mode better, can now do non-flushing
17866         seeks in push mode as well.
17867
17868 2006-03-07  Wim Taymans  <wim@fluendo.com>
17869
17870         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17871         Applied patch from Kai Vehmanen, fixes #333624.
17872
17873 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17874
17875         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17876         Implement paletted and grayscale png files handling.
17877         (#150363).
17878
17879 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17880
17881         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17882         (gst_speexenc_chain):
17883           fix a tag list assert
17884           follow gst-plugins-base/ext/ogg/README; set OFFSET
17885           and OFFSET_END.  Muxes correctly with gst-plugins-base
17886           > 0.9.3
17887
17888 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17889
17890         * gst/id3demux/Makefile.am:
17891         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17892         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17893           Use new typefind helper functions here as well, and
17894           do typefinding in pull-mode if upstream supports that.
17895
17896 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17897
17898         * sys/sunaudio/gstsunaudiomixerctrl.c:
17899         (gst_sunaudiomixer_ctrl_get_volume),
17900         (gst_sunaudiomixer_ctrl_set_volume):
17901         * sys/sunaudio/gstsunaudiomixertrack.c:
17902         (gst_sunaudiomixer_track_new):
17903           Remove unused variables, breaks build from CVS
17904           with -Werror (#333392, patch by: Benjamin Pineau)
17905
17906 2006-03-03  Wim Taymans  <wim@fluendo.com>
17907
17908         * docs/plugins/Makefile.am:
17909         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17910         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17911         Added wavparse docs.
17912
17913         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17914         (gst_wavparse_reset), (gst_wavparse_init),
17915         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17916         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17917         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17918         (gst_wavparse_stream_data), (gst_wavparse_loop),
17919         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17920         (gst_wavparse_change_state):
17921         * gst/wavparse/gstwavparse.h:
17922         Implement seek in READY (fixes #327658)
17923         Added docs and did some cleanups.
17924
17925 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17926
17927         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17928         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17929         (gst_avi_demux_calculate_durations_from_index),
17930         (gst_avi_demux_stream_header):
17931         * gst/avi/gstavidemux.h:
17932           If we have an index, use a duration based on the index instead
17933           of blindly trusting the information in the stream headers
17934           (fixes #331817).
17935
17936 2006-03-03  Wim Taymans  <wim@fluendo.com>
17937
17938         * docs/plugins/Makefile.am:
17939         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17940         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17941         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17942         Added smoke and jpeg to the docs.
17943
17944         * ext/jpeg/Makefile.am:
17945         * ext/jpeg/gstjpeg.c: (plugin_init):
17946         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17947         * ext/jpeg/gstjpegenc.h:
17948         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17949         (gst_smokedec_chain):
17950         * ext/jpeg/gstsmokedec.h:
17951         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17952         * ext/jpeg/gstsmokeenc.h:
17953         * ext/jpeg/smokecodec.h:
17954         Port smokedec (fixes #331905).
17955         Added some docs.
17956         Some cleanups.
17957
17958 2006-03-03  Wim Taymans  <wim@fluendo.com>
17959
17960         * docs/plugins/Makefile.am:
17961         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17962         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17963         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17964         Added videobalance and videoflip to the docs.
17965
17966         * gst/videofilter/Makefile.am:
17967         * gst/videofilter/gstvideobalance.c:
17968         (gst_video_balance_update_tables_planar411),
17969         (gst_video_balance_is_passthrough),
17970         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17971         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17972         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17973         (gst_video_balance_finalize), (gst_video_balance_class_init),
17974         (gst_video_balance_init), (gst_video_balance_interface_supported),
17975         (gst_video_balance_interface_init),
17976         (gst_video_balance_colorbalance_list_channels),
17977         (gst_video_balance_colorbalance_set_value),
17978         (gst_video_balance_colorbalance_get_value),
17979         (gst_video_balance_colorbalance_init),
17980         (gst_video_balance_set_property), (gst_video_balance_get_property),
17981         (gst_video_balance_get_type), (plugin_init):
17982         * gst/videofilter/gstvideobalance.h:
17983         Ported to 0.10. (Fixes #326160)
17984         Added docs.
17985
17986         * gst/videofilter/gstvideoflip.c:
17987         * gst/videofilter/gstvideoflip.h:
17988         Added docs.
17989
17990 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17991
17992         * configure.ac:
17993           Bump requirements to current core and -base CVS
17994           (core for new typefind helper API, and -base for the
17995           WAVFORMATEX support that was added to libgstriff and
17996           is needed by wavparse).
17997         
17998         * gst/apetag/Makefile.am:
17999         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
18000         (gst_tag_demux_sink_activate):
18001           Use new typefind helpers for typefinding instead of our
18002           home-grown stuff; also, do typefinding in pull-mode if
18003           upstream supports that.
18004
18005 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
18006
18007         Reviewed by: Christian Schaller <christian@fluendo.com>
18008
18009         This patch fixes bug: 329107
18010
18011         This Changelog entry is for a commit done on February 17
18012
18013         * ext/gconf/gconf.c
18014         * ext/gconf/gconf.h
18015         * ext/gconf/gstgconfaudiosink.c
18016         * ext/gconf/gstgconfaudiosink.h
18017         * gconf/gstreamer.schemas.in
18018
18019 2006-02-28  Wim Taymans  <wim@fluendo.com>
18020
18021         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
18022         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18023         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
18024         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
18025         Use DEBUG_OBJECT more.
18026
18027 2006-02-28  Wim Taymans  <wim@fluendo.com>
18028
18029         * docs/plugins/Makefile.am:
18030         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18031         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18032         Added dvdec and dvdemux to docs.
18033
18034         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
18035         Added docs.
18036         Check frame sizes so we don't crash when don't have enough
18037         data.
18038         Send nice error messages on error.
18039
18040         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
18041         (gst_dvdemux_class_init), (gst_dvdemux_init),
18042         (gst_dvdemux_finalize), (gst_dvdemux_reset),
18043         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18044         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18045         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
18046         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
18047         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
18048         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
18049         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
18050         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18051         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
18052         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
18053         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
18054         * ext/dv/gstdvdemux.h:
18055         Added docs.
18056         Implement pull mode.
18057         Fix memleaks.
18058         Reduce memcpy for the video demuxing.
18059
18060 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
18061
18062         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
18063         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
18064         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
18065         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
18066           Add a little extra debug. Make the decoder not return NOT_LINKED,
18067           as we want to continue decoding all CMML and emitting tags.
18068
18069 2006-02-27  Michael Smith  <msmith@fluendo.com>
18070
18071         * ext/annodex/gstskeltag.c:
18072         * ext/annodex/gstskeltag.h:
18073           Deleted; these files aren't used any more either.
18074
18075 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18076
18077         * ext/Makefile.am: Fix dist-check.
18078
18079 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18080
18081         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
18082         memleak.
18083
18084 2006-02-25  Alessandro Decina <alessandro@nnva.org>
18085
18086         * ext/annodex/Makefile.am:
18087         * ext/annodex/gstannodex.c:
18088         * ext/annodex/gstcmmldec.c:
18089         * ext/annodex/gstcmmlenc.c:
18090         * ext/annodex/gstcmmlparser.c:
18091         * ext/annodex/gstcmmlparser.h:
18092         * ext/annodex/gstcmmlutils.c:
18093         * tests/check/elements/cmmldec.c:
18094         * tests/check/elements/cmmlenc.c:
18095           Fix a memleak in gst_cmml_track_list_add_clip.
18096           Handle overflows in clip's start and end times.
18097           Add the "encoded" parameter to cmmldec and cmmlenc caps.
18098           Do not parse junk at the end of a CMML preamble buffer.
18099           Register a libxml error handler to not print stuff on stderr.
18100           Check for bad clip start and end times in the testsuites.
18101
18102 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18103
18104         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
18105         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
18106         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
18107         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
18108         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
18109         possible memleaks.
18110
18111 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18112
18113         * tests/check/Makefile.am:
18114         * tests/check/elements/cmmldec.c:
18115         * tests/check/elements/cmmlenc.c: Fix tests so that they use
18116         the plugins-base tags.
18117
18118 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18119
18120         * ext/Makefile.am: Re-enable module.
18121
18122 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18123
18124         * tests/check/Makefile.am: Forgot to remove that test.
18125
18126 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18127
18128         * ext/annodex/Makefile.am:
18129         * ext/annodex/gstannodex.c: (plugin_init):
18130         * ext/annodex/gstcmmldec.c:
18131         * ext/annodex/gstskeldec.c:
18132         * ext/annodex/gstskeldec.h:
18133         * tests/check/Makefile.am:
18134         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18135
18136 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18137
18138         * tests/check/Makefile.am: Disable those checks as well.
18139
18140 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18141
18142         * ext/Makefile.am: Disable annodex for now until we figure out
18143         how to make it build.
18144         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18145         Add a rule to your checklist : "please try to at least build 
18146         what you are going to commit into -good, or if you are too lazy
18147         to do that, please check that the buildbots are not crying because
18148         of your commit."
18149
18150 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18151
18152         * configure.ac:
18153         * ext/Makefile.am:
18154         * ext/gdk_pixbuf/Makefile.am:
18155         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18156         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18157         * ext/gdk_pixbuf/pixbufscale.c:
18158         * ext/gdk_pixbuf/pixbufscale.h:
18159           Gdkpixbuf ported from 0.8 to 0.10 by
18160           Renato Filho <renato.filho@indt.org.br>.
18161           gst_loader and gdkpixbufanimation still need port.
18162
18163 2006-02-24  Michael Smith  <msmith@fluendo.com>
18164
18165         * configure.ac:
18166         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18167         * ext/Makefile.am:
18168         * ext/annodex/Makefile.am:
18169         * ext/annodex/gstannodex.c:
18170         * ext/annodex/gstannodex.h:
18171         * ext/annodex/gstcmmldec.c:
18172         * ext/annodex/gstcmmldec.h:
18173         * ext/annodex/gstcmmlenc.c:
18174         * ext/annodex/gstcmmlenc.h:
18175         * ext/annodex/gstcmmlparser.c:
18176         * ext/annodex/gstcmmlparser.h:
18177         * ext/annodex/gstcmmltag.c:
18178         * ext/annodex/gstcmmltag.h:
18179         * ext/annodex/gstcmmlutils.c:
18180         * ext/annodex/gstcmmlutils.h:
18181         * ext/annodex/gstskeldec.c:
18182         * ext/annodex/gstskeldec.h:
18183         * ext/annodex/gstskeltag.c:
18184         * ext/annodex/gstskeltag.h:
18185         * tests/check/Makefile.am:
18186         * tests/check/elements/cmmldec.c:
18187         * tests/check/elements/cmmlenc.c:
18188         * tests/check/elements/skeldec.c:
18189           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18190           Includes tests & docs, oh my! Passes Thomas's -good checklist
18191           entirely. Wow.
18192
18193 2006-02-24  Michael Smith  <msmith@fluendo.com>
18194
18195         * autogen.sh:
18196           Check for automake 1.9 as well.
18197
18198 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18199
18200         * ext/flac/gstflacenc.c:
18201           Change min. sample rate to 8kHz to match flacdec's.
18202           
18203 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18204
18205         * ext/cdio/Makefile.am:
18206           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18207           required for Cygwin, see #317048)
18208
18209         * gst/rtp/gstasteriskh263.c:
18210           Cygwin has includes for both the unix network socket API
18211           and the windows API, but only one can be included, so fix
18212           includes to only use one or the other, prefering the unxi
18213           one (#317048).
18214
18215 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18216
18217         * rtp/gst/gstrtppcmadepay.c:
18218         * rtp/gst/gstrtppcmadepay.h:
18219         * rtp/gst/gstgstrtppcmapay.c:
18220         * rtp/gst/gstgstrtppcmapay.h:
18221         * rtp/gst/gstrtppcmudepay.c:
18222         * rtp/gst/gstrtppcmudepay.h:
18223         * rtp/gst/gstrtppcmupay.c:
18224         * rtp/gst/gstrtppcmupay.h:
18225         * rtp/gst/Makefile.am:
18226         * rtp/gst/gstrtp.c:
18227         * rtp/gst/README:
18228         Separated the G711 payloaders/depayloaders into separate elements for
18229         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18230
18231 2006-02-22  Wim Taymans  <wim@fluendo.com>
18232
18233         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18234         (gst_dvdec_change_state):
18235         * ext/dv/gstdvdec.h:
18236         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18237         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18238         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18239         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18240         (gst_dvdemux_flush), (gst_dvdemux_chain),
18241         (gst_dvdemux_change_state):
18242         * ext/dv/gstdvdemux.h:
18243         Ueber spiffify some more, added debug category.
18244         Use _scale.
18245         Use segments, respect playback rate from newsegment.
18246         Fix refcount issue.
18247
18248 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18249
18250         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18251         (gst_signal_processor_process):
18252         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18253         enabled for the build, but it helps me win the feature-count
18254         competitions ooh yeah.
18255
18256 2006-02-19  Wim Taymans  <wim@fluendo.com>
18257
18258         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18259         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18260         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18261         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18262         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18263         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18264         Use scaling code for added precission and more correct stop
18265         position in case scale==0.
18266
18267 2006-02-19  Wim Taymans  <wim@fluendo.com>
18268
18269         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18270         (gst_flxdec_chain):
18271         * gst/flx/gstflxdec.h:
18272         Implement DURATION query.
18273
18274 2006-02-19  Wim Taymans  <wim@fluendo.com>
18275
18276         * gst/flx/flx_color.h:
18277         * gst/flx/flx_fmt.h:
18278         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18279         (gst_flxdec_src_query_handler), (flx_decode_color),
18280         (gst_flxdec_chain):
18281         * gst/flx/gstflxdec.h:
18282         Set MALLOCDATA for the temp buffers so we don't leak.
18283         Some debug cleanups.
18284         Consume all data in the adapter before leaving the chain
18285         function. Fixes #330678.
18286
18287 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18288
18289         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18290         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18291          Handle 0 data size in otherwise valid frames.
18292          Handle numeric strings in 2.4.0 even when not in parentheses 
18293
18294 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18295
18296         * gst/matroska/matroska-demux.c:
18297         (gst_matroska_demux_subtitle_caps),
18298         (gst_matroska_demux_plugin_init):
18299         * gst/matroska/matroska-ids.h:
18300           Recognise SSA/ASS and USF subtitle formats and
18301           set proper caps when they are found.
18302
18303 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18304
18305         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18306         (gst_jpeg_dec_chain):
18307           Fix invalid memory access for some odd-sized images
18308           (see image contained in quicktime stream in #327083);
18309           use g_malloc() instead of g_alloca().
18310
18311 2006-02-17  Wim Taymans  <wim@fluendo.com>
18312
18313         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18314         Patch from Sebastien Cote, fixes #319884
18315
18316 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18317
18318         * ext/cdio/gstcdio.c: (plugin_init):
18319           Init debug category (#331253).
18320
18321 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18322
18323         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18324           Pass extra_data to gst_riff_create_audio_caps(), so that
18325           WAVEFORMATEX stuff works. Post audio codec name and post
18326           it as taglist on the bus. Allow up to 8 channesl for raw
18327           PCM in the source pad template caps.
18328
18329 2006-02-16  Wim Taymans  <wim@fluendo.com>
18330
18331         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18332         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18333         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18334         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18335         (gst_multipart_set_property), (gst_multipart_get_property):
18336         Applied #318663. Gives quite a few false positives in
18337         autoscan mode, but it's better than nothing. Not closing yet.
18338
18339 2006-02-16  Wim Taymans  <wim@fluendo.com>
18340
18341         * docs/plugins/Makefile.am:
18342         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18343         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18344         * docs/plugins/gst-plugins-good-plugins.args:
18345         * docs/plugins/inspect/plugin-udp.xml:
18346         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18347         (gst_udpsrc_start):
18348         Update documentation.
18349         Fix args.
18350
18351 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18352
18353         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18354         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18355         frame size. (Fixes #331368)
18356
18357 2006-02-16  Wim Taymans  <wim@fluendo.com>
18358
18359         * gst/rtsp/README:
18360         Updated README.
18361
18362         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18363         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18364         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18365         * gst/rtsp/gstrtspsrc.h:
18366         Make sure the RTP port is an even port an try to allocate 
18367         another if not.
18368         Added retry property to control max retries for port allocation.
18369         Make sure RTCP port is RTP port+1.
18370         Cleanup when port allocation fails.
18371         Fixes #319183.
18372         
18373 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18374
18375         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18376           Don't ignore return value of the parent class's state
18377           change function (#331385, patch by: Wouter Paesen).
18378
18379 2006-02-15  Wim Taymans  <wim@fluendo.com>
18380
18381         * configure.ac:
18382         * docs/plugins/Makefile.am:
18383         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18384         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18385         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18386         * ext/Makefile.am:
18387         * ext/hal/Makefile.am:
18388         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18389         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18390         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18391         (do_toggle_element), (gst_hal_audio_sink_set_property),
18392         (gst_hal_audio_sink_get_property),
18393         (gst_hal_audio_sink_change_state):
18394         * ext/hal/gsthalaudiosink.h:
18395         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18396         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18397         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18398         (do_toggle_element), (gst_hal_audio_src_set_property),
18399         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18400         * ext/hal/gsthalaudiosrc.h:
18401         * ext/hal/gsthalelements.c: (plugin_init):
18402         * ext/hal/gsthalelements.h:
18403         * ext/hal/hal.c: (gst_hal_get_string),
18404         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18405         (gst_hal_get_audio_src):
18406         * ext/hal/hal.h:
18407         Add HAL sound device wrapper plugins. Closes #329106
18408
18409 2006-02-15  Wim Taymans  <wim@fluendo.com>
18410
18411         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18412         Add comment in a fultile attempt to stop the copy-and-paste 
18413         paradigm leading to duplication of bad code.
18414
18415         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18416         Mime parameters have to be checked case insensitive
18417
18418 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18419
18420         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18421           Advance stream time for lagging subtitle streams by sending
18422           newsegment events with the update flag set.
18423
18424 2006-02-14  Edward Hervey  <edward@fluendo.com>
18425
18426         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18427         There can be bogus data before the hdrl LIST tag in the RIFF header.
18428         It's hard to say if it's not respecting the AVI specifications or not,
18429         but since Google Video is producing AVIs like that and the other player
18430         don't seem to complain, I guess we should do the same.
18431
18432 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18433
18434         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18435         (parse_split_strings):
18436         Add more validation to ensure that a char encoding conversion
18437         produced a valid UTF-8 string.
18438
18439 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18440
18441         Reviewed by: Edward Hervey  <edward@fluendo.com>
18442
18443         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18444         Properly handle end of segment. Closes #330885.
18445
18446 2006-02-13  Wim Taymans  <wim@fluendo.com>
18447
18448         * gst/rtp/gstrtpmp4gpay.h:
18449         For got to commit this one.
18450
18451 2006-02-12  Wim Taymans  <wim@fluendo.com>
18452
18453         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18454         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18455         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18456         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18457         * gst/rtp/gstrtpmp4gpay.h:
18458         Make more things work.
18459         Handle ACC config strings.
18460
18461 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18462
18463         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18464           set timestamps if no incoming timestamps set
18465
18466 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18467
18468         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18469         (gst_tag_demux_do_typefind):
18470           ... and fix the very same leaks in GstTagDemux.
18471
18472 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18473
18474         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18475         (gst_id3demux_do_typefind):
18476         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18477         <jonathan at kaolin dot wh9 dot net>)
18478
18479 2006-02-10  Wim Taymans  <wim@fluendo.com>
18480
18481         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18482         First set options, then set caps or else the baseclass
18483         will not know about the options, duh.
18484
18485 2006-02-10  Wim Taymans  <wim@fluendo.com>
18486
18487         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18488         (gst_rtp_mp4v_pay_setcaps):
18489         Don't waste time looking for a config string if we have codec_info
18490         on the incomming caps.
18491
18492 2006-02-10  Wim Taymans  <wim@fluendo.com>
18493
18494         * gst/rtp/README:
18495         Say something about case-sensitivity of caps vs mime-attributes.
18496
18497         * gst/rtp/Makefile.am:
18498         * gst/rtp/gstrtp.c: (plugin_init):
18499         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18500         (gst_rtp_amr_pay_handle_buffer):
18501         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18502         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18503         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18504         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18505         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18506         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18507         (gst_rtp_mp4g_pay_plugin_init):
18508         * gst/rtp/gstrtpmp4gpay.h:
18509         Added beginnings of mpeg4-generic payloader (RFC 3640)
18510
18511 2006-02-09  Wim Taymans  <wim@fluendo.com>
18512
18513         * gst/rtsp/Makefile.am:
18514         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18515         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18516         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18517         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18518         (gst_rtpdec_change_state):
18519         * gst/rtsp/gstrtpdec.h:
18520         * gst/rtsp/gstrtsp.c: (plugin_init):
18521         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18522         * gst/rtsp/rtspconnection.c: (read_body),
18523         (rtsp_connection_receive):
18524         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18525         Resurected rtpdec to make rtspsrc happy again.
18526         Skip attributes from the session id.
18527         Don't crash when dumping a message with an empty body.
18528
18529
18530 2006-02-09  Wim Taymans  <wim@fluendo.com>
18531
18532         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18533         Added more meaningfull warnings when something goes wrong.
18534         Clear F bit on outgoing AMR packets.
18535
18536         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18537         (gst_rtp_amr_pay_handle_buffer):
18538         Added debugging category
18539         Support payloading of multiple AMR frames.
18540
18541         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18542         Added some debugging.
18543
18544 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18545
18546         * configure.ac:
18547           Back to CVS
18548
18549 === release 0.10.2 ===
18550
18551 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18552
18553         * configure.ac:
18554           releasing 0.10.2, "Papa was a rolling stone"
18555
18556 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18557
18558         * configure.ac:
18559           Bump core and plugins-base requirement to 0.10.2.2
18560           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18561
18562 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18563
18564         * ext/flac/gstflac.c: (plugin_init):
18565         * ext/speex/gstspeex.c: (plugin_init):
18566           Register musicbrainz tags.
18567
18568 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18569
18570         * ext/gconf/gconf.h:
18571           Remove declaration of function that no longer exists.
18572
18573 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18574
18575         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18576         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18577         Make shout2 work for non ogg streams
18578
18579 2006-02-06  Wim Taymans  <wim@fluendo.com>
18580
18581         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18582         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18583         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18584         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18585         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18586         * gst/udp/gstmultiudpsink.h:
18587         Updated docs.
18588         Added properties bytes-served, bytes_to_serve.
18589         Post proper error messages,
18590         Emit client added signal too.
18591
18592 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18593
18594         * docs/plugins/Makefile.am:
18595         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18596         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18597         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18598         (gst_multiudpsink_get_stats):
18599           adding docs for multiudpsink
18600
18601 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18602
18603         * gst/level/gstlevel.c: (gst_level_transform_ip):
18604           peak below decay is not necessarily an error, so don't ERROR log
18605
18606 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18607
18608         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18609         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18610         (gst_ebml_write_seek):
18611         * gst/matroska/ebml-write.h:
18612           Make sure we send a newsegment event in BYTES format
18613           before sending buffers (#328531).
18614
18615 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18616
18617         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18618         (gst_dvdemux_sink_query):
18619         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18620         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18621         (speex_dec_src_query):
18622         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18623         (gst_speexenc_sink_query):
18624         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18625         * gst/matroska/matroska-demux.c:
18626         (gst_matroska_demux_get_src_query_types),
18627         (gst_matroska_demux_handle_src_query):
18628         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18629         (gst_wavparse_pad_query):
18630           Pass unhandled queries upstream instead of just dropping
18631           them (#326446). Update query type arrays here and there.
18632
18633 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18634
18635         * tests/check/elements/matroskamux.c: (setup_src_pad):
18636           Collectpads in core got changed and now also holds a
18637           reference to any pad that is part of it. Fix refcount
18638           checks in test case accordingly.
18639
18640 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18641
18642         * gst/apetag/gstapedemux.h:
18643           Fix include, for now GstTagDemux is in the apetag dir.
18644
18645 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18646
18647         * docs/plugins/Makefile.am:
18648         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18649         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18650         * docs/plugins/inspect/plugin-cdio.xml:
18651           Add cdio plugin to docs.
18652
18653         * ext/cdio/gstcdiocddasrc.c:
18654           Add gtk-doc blurb.
18655
18656         * ext/cdio/gstcdio.c:
18657           The plugin is called 'cdio' not 'cddio'.
18658
18659 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18660
18661         * configure.ac:
18662         * docs/plugins/Makefile.am:
18663         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18664         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18665         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18666         * docs/plugins/inspect/plugin-apetag.xml:
18667         * gst/apetag/Makefile.am:
18668         * gst/apetag/gstapedemux.c:
18669         * gst/apetag/gstapedemux.h:
18670         * gst/apetag/gsttagdemux.c:
18671         * gst/apetag/gsttagdemux.h:
18672           Add APE tag demuxer (#325649).
18673
18674 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18675
18676         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18677         (gst_gconf_get_default_video_sink),
18678         (gst_gconf_get_default_audio_src),
18679         (gst_gconf_get_default_video_src):
18680         * ext/gconf/gconf.h:
18681         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18682         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18683         (do_toggle_element):
18684         * ext/gconf/gstgconfaudiosink.h:
18685         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18686         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18687         (do_toggle_element):
18688         * ext/gconf/gstgconfaudiosrc.h:
18689         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18690         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18691         (do_toggle_element):
18692         * ext/gconf/gstgconfvideosink.h:
18693         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18694         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18695         (do_toggle_element):
18696         * ext/gconf/gstgconfvideosrc.h:
18697           Ignore changing the GConf key to "". Ignore GConf key updates
18698           that don't actually change the string.
18699           For now, ignore the GConf key when the state is > READY, as
18700           it breaks streaming. Sometime it will be nice to bring the
18701           new sink online even mid-stream, by sending NEWSEGMENT info
18702           and possibly prerolling.
18703           (Fixes #326736)
18704
18705 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18706
18707         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18708         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18709         (zoomFilterSetResolution), (zoomFilterDestroy),
18710         (zoomFilterFastRGB), (pointFilter):
18711         * gst/goom/filters.h:
18712         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18713         (goom_update), (goom_close):
18714         * gst/goom/goom_core.h:
18715         * gst/goom/goom_tools.h:
18716         * gst/goom/graphic.c:
18717         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18718         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18719         * gst/goom/gstgoom.h:
18720         * gst/goom/lines.c: (goom_lines):
18721         * gst/goom/lines.h:
18722           Make goom reentrant by moving all important static variables
18723           into instance structures.
18724           (Fixes #329181)
18725
18726 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18727
18728         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18729         (gst_avi_demux_all_source_pads_unlinked),
18730         (gst_avi_demux_process_next_entry):
18731         * gst/avi/gstavidemux.h:
18732           Third attempt, use gst_pad_is_linked() this time.
18733
18734 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18735
18736         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18737         (parse_split_strings):
18738         Adjust for data length indicators when parsing (Fixes #329810)
18739         Fix stupid bug parsing UTF-8 tag text.
18740         Output tag strings with multiple fields as multiple tags, so the
18741         app gets all the data.
18742
18743 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18744
18745         * ext/flac/gstflacenc.c:
18746         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18747         show me.
18748         
18749 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18750
18751         * ext/flac/gstflacenc.c:
18752         * gst/matroska/ebml-read.c:
18753         Just make it compile with --disable-gst-debug.
18754
18755 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18756
18757         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18758         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18759         (id3v2_genre_fields_to_taglist):
18760           Never output a tag with a null contents string.
18761
18762 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18763
18764         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18765           Only pause if all pads are unlinked AND we've tried to send data
18766           on all of them at least once.
18767
18768 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18769
18770         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18771         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18772           Make loop function/task pause itself when all source pads are
18773           unlinked.
18774
18775 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18776
18777         * configure.ac:
18778         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18779           Use new functions from core to render a bin from a
18780           string. Fixes build. Up requirements to core CVS.
18781
18782 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18783
18784         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18785           Don't push buffers into the adapter that we are going to
18786           push downstream again without framing anyway. Also, the
18787           adaptor takes ownership of buffers put into it (fixes
18788           auparse pushing invalid buffers for .au files with
18789           ADPCM contents). Finally, set caps on all outgoing buffers.
18790
18791 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18792
18793         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18794         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18795         (gst_id3demux_send_tag_event):
18796         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18797         Someone should kick my butt. Remove ID3v1 tags from the end of the
18798         file.
18799
18800         Improve error messages. Send the TAG message as soon as we complete
18801         typefinding, instead of waiting until we send the first buffer.
18802         Downstream tag event is still sent before the first buffer.
18803
18804 2006-01-27  Jan Gerber  <j@bootlab.org>
18805
18806         Reviewed by: Andy Wingo <wingo@pobox.com>
18807
18808         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18809         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18810         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18811         to not have warings flooding stderr. this is the suggested way
18812         also used in dvgrab and kino. (#328336)
18813
18814 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18815
18816         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18817         (gst_oss_sink_init), (gst_oss_sink_finalise):
18818           Free the device name string when finalised.
18819
18820 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18821
18822         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18823           Don't put function calls in g_return_if_fail() statements,
18824           or they'll be replaced with NOOPs if someone compiles with
18825           G_DISABLE_CHECKS defined.
18826           
18827 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18828
18829         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18830         Never trust ANY information encoded in a media file, especially
18831         when it's giving you sizes. (Fixes #328452)
18832
18833 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18834
18835         * gst/rtp/gstrtpg711pay.c:
18836         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18837         bug #325148.
18838
18839 2006-01-23  Edward Hervey  <edward@fluendo.com>
18840
18841         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18842         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18843         * gst/matroska/matroska-ids.h:
18844         Added recognition of Real Audio and Video streams in matroska demuxer.
18845
18846 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18847
18848         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18849           Remove errant break statement, and fix compilation with
18850           older GCC.
18851
18852 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18853
18854         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18855
18856         * sys/sunaudio/gstsunaudiomixerctrl.c:
18857         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18858           Export functions that are needed in other parts of the code,
18859           makes the mixer actually work; adjust magic minimum buffer-time
18860           value from 3ms to 5ms to work around stuttering during mp3
18861           playback (#327765).
18862
18863 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18864
18865         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18866
18867         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18868         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18869           Fix possible deadlock in matroska muxer (#327825).
18870
18871 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18872
18873         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18874         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18875         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18876         * gst/rtsp/sdpmessage.h:
18877         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18878         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18879           C89 fixes: declare variables at the beginning of a block and
18880           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18881           <jensgr at gmx dot net>).
18882
18883 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18884
18885         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18886         * gst/id3demux/id3tags.h:
18887         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18888         (parse_comment_frame), (parse_text_identification_frame),
18889         (id3v2_tag_to_taglist), (id3v2_are_digits),
18890         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18891         (parse_split_strings), (free_tag_strings):
18892           Rewrite parsing of text tags to handle multiple NULL terminated
18893           strings. Parse numeric genre strings and ID3v2 type
18894           "(3)(6)Alternative" style genre strings.
18895           Parse dates that are only YYYY or YYYY-mm format.
18896           (Fixes #328241 and #322154)
18897
18898 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18899
18900         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18901           Don't forget to initialize liboil, otherwise our oil functions
18902           will crash (fixes #327871; patch by: Christoph Burghardt
18903           <hawkes at web dot de>).
18904
18905 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18906
18907         * configure.ac:
18908           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18909           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18910           patch by: Brian Cameron <brian dot cameron at sun dot com>
18911
18912 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18913
18914         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18915         * ext/cdio/gstcdio.h:
18916         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18917           Fix build for libcdio versions >= 76; give slightly lower rank
18918           than cdparanoia.
18919
18920 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18921
18922         * configure.ac:
18923         * ext/Makefile.am:
18924         * ext/cdio/Makefile.am:
18925         * ext/cdio/gstcdio.c:
18926         * ext/cdio/gstcdio.h:
18927         * ext/cdio/gstcdiocddasrc.c:
18928         * ext/cdio/gstcdiocddasrc.h:
18929           Port libcdio cdda source, formerly known as cddasrc, now known as
18930           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18931           but that's not tested (fixes #317658).
18932
18933 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18934
18935         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18936           Fix conversion from TIME to BYTES format (fixes #326864;
18937           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18938
18939 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18940
18941         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18942           Fix compilation of id3demux when zlib is not present.
18943           (Fixes #326602; patch by: Sergey Scobich)
18944
18945 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18946
18947         * ext/esd/Makefile.am:
18948           Add $(ESD_CFLAGS), otherwise build will fail for folks
18949           with libesd in a non-standard prefix (#327009).
18950
18951 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18952
18953         * configure.ac:
18954           back to HEAD
18955
18956 === release 0.10.1 ===
18957
18958 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18959
18960         * configure.ac:
18961           releasing 0.10.1, "Li"
18962
18963 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18964
18965           patch by: Wim Taymans
18966
18967         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18968           fix memleak.  Fixes #326618
18969
18970 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18971
18972           patch by: Mike Smith
18973
18974         * gst/level/gstlevel.c: (gst_level_message_new),
18975         (gst_level_message_append_channel):
18976           Fix memleak.  Fixes #326612
18977
18978 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18979
18980         * configure.ac:
18981           prereleasing
18982         * po/af.po:
18983         * po/az.po:
18984         * po/cs.po:
18985         * po/en_GB.po:
18986         * po/hu.po:
18987         * po/it.po:
18988         * po/nb.po:
18989         * po/nl.po:
18990         * po/or.po:
18991         * po/sq.po:
18992         * po/sr.po:
18993         * po/sv.po:
18994         * po/uk.po:
18995         * po/vi.po:
18996           update translations
18997
18998 2006-01-10  Michael Smith  <msmith@fluendo.com>
18999
19000         * gst/level/gstlevel.c: (gst_level_class_init),
19001         (gst_level_dispose):
19002           Don't leak filter arrays.
19003
19004 2006-01-09 Brian Cameron <brian.cameron@sun.com>
19005
19006         reviewed by: Christian Schaller <uraeus@gnome.org>
19007         
19008         * configure.ac:
19009         * gst-plugins-good.spec.in:
19010         * sys/Makefile.am:
19011         * sys/sunaudio/Makefile.am:
19012         * sys/sunaudio/gstsunaudio.c: (plugin_init):
19013         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
19014         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
19015         (gst_sunaudiomixer_change_state):
19016         * sys/sunaudio/gstsunaudiomixer.h:
19017         * sys/sunaudio/gstsunaudiomixerctrl.c:
19018         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
19019         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
19020         (gst_sunaudiomixer_ctrl_list_tracks),
19021         (gst_sunaudiomixer_ctrl_get_volume),
19022         (gst_sunaudiomixer_ctrl_set_volume),
19023         (gst_sunaudiomixer_ctrl_set_mute),
19024         (gst_sunaudiomixer_ctrl_set_record):
19025         * sys/sunaudio/gstsunaudiomixerctrl.h:
19026         * sys/sunaudio/gstsunaudiomixertrack.c:
19027         (gst_sunaudiomixer_track_class_init),
19028         (gst_sunaudiomixer_track_init), (fill_labels),
19029         (gst_sunaudiomixer_track_new):
19030         * sys/sunaudio/gstsunaudiomixertrack.h:
19031         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
19032         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
19033         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
19034         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
19035         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
19036         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
19037         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
19038         * sys/sunaudio/gstsunaudiosink.h:
19039
19040         Add SunAudio plugin - tested to make sure it doesn't break
19041         the build under GNU/Linux.      
19042
19043 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
19044
19045         * gst-plugins-good/gst/udp/gstdynudpsink.c:
19046         * gst-plugins-good/gst/udp/gstudpsrc.c:
19047         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
19048         overrides the port or multicast parameters. Fixes bugs #323021.
19049         API addition: adds GstUDPSrc::sockfd property   
19050
19051 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
19052
19053         * ext/gconf/Makefile.am:
19054         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
19055         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
19056         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
19057         (do_toggle_element), (cb_toggle_element),
19058         (gst_gconf_audio_src_change_state):
19059         * ext/gconf/gstgconfaudiosrc.h:
19060         * ext/gconf/gstgconfelements.c: (plugin_init):
19061         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
19062         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
19063         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
19064         (do_toggle_element), (cb_toggle_element),
19065         (gst_gconf_video_src_change_state):
19066         * ext/gconf/gstgconfvideosrc.h:
19067           Add new gconfaudiosrc and gconfvideosrc elements
19068           (needed for gnome-sound-recorder).
19069
19070 2006-01-06  Edward Hervey  <edward@fluendo.com>
19071
19072         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
19073         Add gst_element_no_more_pads() for proper decodebin behaviour.
19074         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
19075         (parse_text_identification_frame), (parse_split_strings):
19076         Failure to decode some tags is not a GST_ERROR() but a
19077         GST_WARNING()
19078         When iterating over a chunk of text, check that we haven't gone too
19079         far.
19080
19081 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19082
19083         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19084         (plugin_init):
19085           call oil_init() when using liboil
19086
19087 2006-01-04  Wim Taymans  <wim@fluendo.com>
19088
19089         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
19090         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19091         Fix leaks.
19092
19093 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
19094
19095         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19096
19097         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
19098         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
19099         (gst_flac_dec_change_state):
19100           Don't g_assert() where we should just return FALSE; remove
19101           unnecessary g_assert(); initialize some fields properly in
19102           state change function (fixes #325504). Also, use
19103           GST_DEBUG_OBJECT in two more places.
19104
19105 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19106
19107         * configure.ac:
19108           also remove smoothwave's Makefile.am
19109         * docs/plugins/Makefile.am:
19110           fix plugin docs
19111
19112 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19113
19114         * tests/examples/Makefile.am:
19115           added missing Makefile.am
19116
19117 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19118
19119         * configure.ac:
19120         * gst/level/Makefile.am:
19121         * gst/level/level-example.c:
19122         * tests/Makefile.am:
19123         * tests/examples/level/Makefile.am:
19124         * tests/examples/level/level-example.c: (message_handler), (main):
19125           moved level-example to tests/examples/level-example
19126         * tests/old/examples/level/demo.c: (main):
19127         * tests/old/examples/level/plot.c: (main):
19128           some initial fixes
19129
19130 2005-12-29  Michael Smith  <msmith@fluendo.com>
19131
19132         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19133         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19134         * gst/udp/gstmultiudpsink.h:
19135           Track packets sent per client in addition to bytes sent; provide
19136           this info through get-stats signal
19137
19138 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19139
19140         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19141           Can't use gst_object_unref() on a GstAdapter (#325191).
19142
19143 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19144
19145         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19146         If a broken tag has 0 bytes payload, at least still skip
19147         the 10 byte header
19148
19149 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19150
19151         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19152         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19153         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19154         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19155           Making these depayloaders (H263+ and mpeg4 video) inherit from
19156           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19157
19158 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19159
19160         * docs/plugins/gst-plugins-good-plugins.args:
19161         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19162         Regenerate the plugin hiearchy.
19163
19164 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19165
19166         * docs/plugins/Makefile.am:
19167         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19168         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19169         * docs/plugins/gst-plugins-good-plugins.args:
19170         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19171         (gst_id3demux_base_init), (gst_id3demux_class_init),
19172         (gst_id3demux_chain):
19173         * gst/id3demux/gstid3demux.h:
19174           Add documentation for id3demux.
19175           Don't fail if the first buffer is not at offset 0, just
19176           attempt to typefind and do pass through
19177           Rename the gst_type function from gst_gst_id3demux..
19178
19179 2005-12-20  Michael Smith  <msmith@fluendo.com>
19180
19181         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19182         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19183         (gst_multiudpsink_get_stats):
19184         * gst/udp/gstmultiudpsink.h:
19185           Collect statistics; return them from get_stats.
19186
19187 2005-12-19  Edward Hervey  <edward@fluendo.com>
19188
19189         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19190         Stupid signedness issue...
19191
19192 2005-12-19  Edward Hervey  <edward@fluendo.com>
19193
19194         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19195         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19196         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19197         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19198         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19199         Construct index for indexless files.
19200         Make sure pad/buffers are correctly reset to NULL once we don't need
19201         them anymore, else we get lovely segfaults/assertions.
19202         * gst/wavparse/gstwavparse.c:
19203         Yes, you can have 96KHz audio and wma in wav :(
19204
19205 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19206
19207         * configure.ac:
19208           Check for optional dependency on zlib for id3demux
19209
19210         * gst/id3demux/Makefile.am:
19211         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19212         (gst_id3demux_base_init), (gst_id3demux_class_init),
19213         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19214         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19215         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19216         (gst_id3demux_set_property), (gst_id3demux_get_property),
19217         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19218         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19219         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19220         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19221         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19222         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19223         (simple_find_peek), (simple_find_suggest),
19224         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19225         (plugin_init):
19226         * gst/id3demux/gstid3demux.h:
19227         * gst/id3demux/id3tags.c: (read_synch_uint),
19228         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19229         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19230         (id3demux_id3v2_frames_to_tag_list):
19231         * gst/id3demux/id3tags.h:
19232         * gst/id3demux/id3v2.4.0-frames.txt:
19233         * gst/id3demux/id3v2.4.0-structure.txt:
19234         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19235         (parse_comment_frame), (parse_text_identification_frame),
19236         (id3v2_tag_to_taglist), (parse_split_strings):
19237           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19238           otherwise it discards them. Works on my test files. 
19239
19240         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19241           Don't send EOS to a non-existing srcpad
19242           The debug category can be static
19243
19244 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19245
19246         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19247         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19248         * gst/multipart/multipartdemux.c:
19249           change some char* into char[]
19250
19251 2005-12-16  Wim Taymans  <wim@fluendo.com>
19252
19253         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19254         (gst_wavparse_other), (gst_wavparse_perform_seek),
19255         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19256         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19257         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19258         * gst/wavparse/gstwavparse.h:
19259         Use GstSegment to implement more seeking features.
19260
19261 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19262
19263         * gst/rtsp/rtspconnection.c:
19264           Add <netinet/in.h> include and move <arpa/inet.h> include
19265           to make things work on OpenBSD as well (fixes #323717;
19266           patch by: Benjamin Pineau)
19267
19268 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19269
19270         * gst/rtp/gstrtpspeexdepay.c:
19271         * gst/rtp/gstrtpspeexpay.c:
19272         Set clock rate to be fixed in 8000. It fixes bug #324012.
19273
19274 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19275
19276         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19277         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19278         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19279         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19280         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19281         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19282         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19283         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19284         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19285         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19286         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19287         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19288         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19289         * gst-plugins-good/gst/rtp/README:
19290         Fixed payload range in payloder caps. Removed payload range completely
19291         from depayloaders as they don't require payload type in their caps.
19292         In effect, there isn't any specific payload type for any given codec,
19293         only suggestions.
19294         Fixes bug #324011.
19295
19296 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19297
19298         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19299         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19300         (gst_videomixer_collected): Code cleanup and re-enabling 
19301         queued time validity check for correct EOS handling.
19302
19303 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19304
19305         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19306         (gst_oss_mixer_element_get_property),
19307         (gst_oss_mixer_element_change_state):
19308         Add 'device-name' property and fix state change function.
19309
19310 2005-12-13  Edward Hervey  <edward@fluendo.com>
19311
19312         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19313         If the speed of the file is null in the header, set the frame_time to
19314         the default setting of GST_SECOND / 70. Which is the default
19315         frame_delay for .fli files as stated in this document :
19316         http://www.compuphase.com/flic.htm
19317         Would be nice to have the time conversion done properly too (duration =
19318         flxh->frames * flxdec->frame_time)
19319
19320 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19321
19322         * docs/plugins/Makefile.am:
19323         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19324         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19325         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19326         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19327         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19328         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19329         documentation for videomixer on my way with a funny sample
19330         pipeline.
19331
19332 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19333
19334         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19335         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19336         (gst_videomixer_update_queues), (gst_videomixer_collected):
19337         Fix caps negotiation. (#323896)
19338
19339 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19340
19341         * gst/matroska/matroska-demux.c:
19342         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19343           Set correct timestamps on audio laces, fixes playback of mp3 from
19344                 matroska.
19345
19346 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19347
19348         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19349         (gst_au_parse_class_init), (gst_au_parse_init),
19350         (gst_au_parse_dispose), (gst_au_parse_chain),
19351         (gst_au_parse_change_state), (plugin_init):
19352         * gst/auparse/gstauparse.h:
19353           Use gst_object_unref() for GstObjects instead of
19354           g_object_unref() and fix a mem leak in a debug
19355           statement; while we're at it, also borgify, use
19356           boilerplate macros and clean up a little bit.
19357
19358 2005-12-11  Edward Hervey  <edward@fluendo.com>
19359
19360         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19361         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19362         Added pull mode.
19363
19364 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19365
19366         * gst/goom/gstgoom.c:
19367         * gst/level/level-example.c: (main):
19368         * gst/smoothwave/demo-osssrc.c: (main):
19369           Use audiotestsrc instead of sinesrc (#323798).
19370
19371 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19372
19373         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19374           more debug-func-ptr usage
19375
19376 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19377
19378         * gst/flx/flx_color.c: (flx_colorspace_convert):
19379         * gst/flx/flx_color.h:
19380         * gst/flx/flx_fmt.h:
19381         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19382         * gst/flx/gstflxdec.h:
19383           Now flxdec works on big-endian machines as well.
19384
19385 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19386
19387         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19388         (gst_fenced_buffer_copy):
19389           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19390           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19391           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19392           and use GST_DEBUG_FUNCPTR for pad functions.
19393
19394 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19395
19396         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19397         (gst_flac_dec_class_init), (gst_flac_dec_init),
19398         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19399         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19400         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19401         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19402         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19403         (gst_flac_dec_change_state):
19404         * ext/flac/gstflacdec.h:
19405           Rewrite flacdec a bit, so that even seeking might work now. Most
19406           importantly, don't act upon any flow return values we get, just tell
19407           the decoder everything's dandy and act on the flow return values
19408           later on in the loop function. We don't want to mess up the internal
19409           decoder state for non-fatal things like flushing pads etc. Other
19410           than that, use GstSegment (segment seeks don't work yet though, but
19411           should be easy to add), use boilerplate macros, drop the superfluous
19412           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19413           lots of other things.
19414
19415 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19416
19417         * configure.ac:
19418           Update comment in OSS includes check.
19419
19420         * sys/oss/gstossdmabuffer.c:
19421         * sys/oss/gstosshelper.c:
19422         * sys/oss/gstossmixer.c:
19423         * sys/oss/gstossmixertrack.c:
19424         * sys/oss/gstosssink.c:
19425         * sys/oss/gstosssrc.c:
19426         * sys/oss/oss_probe.c:
19427           Don't assume the OSS soundcard.h include is always in
19428           the sys/ directory. Instead, use the existing defines
19429           from config.h to include the right file. Fixes
19430           compilation on OpenBSD 3.8 (#323718).
19431
19432 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19433
19434         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19435         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19436         * docs/plugins/inspect/plugin-1394.xml:
19437         * docs/plugins/inspect/plugin-aasink.xml:
19438         * docs/plugins/inspect/plugin-alaw.xml:
19439         * docs/plugins/inspect/plugin-alpha.xml:
19440         * docs/plugins/inspect/plugin-alphacolor.xml:
19441         * docs/plugins/inspect/plugin-auparse.xml:
19442         * docs/plugins/inspect/plugin-autodetect.xml:
19443         * docs/plugins/inspect/plugin-avi.xml:
19444         * docs/plugins/inspect/plugin-cacasink.xml:
19445         * docs/plugins/inspect/plugin-cairo.xml:
19446         * docs/plugins/inspect/plugin-cutter.xml:
19447         * docs/plugins/inspect/plugin-debug.xml:
19448         * docs/plugins/inspect/plugin-dv.xml:
19449         * docs/plugins/inspect/plugin-efence.xml:
19450         * docs/plugins/inspect/plugin-effectv.xml:
19451         * docs/plugins/inspect/plugin-esdsink.xml:
19452         * docs/plugins/inspect/plugin-flac.xml:
19453         * docs/plugins/inspect/plugin-flxdec.xml:
19454         * docs/plugins/inspect/plugin-gconfelements.xml:
19455         * docs/plugins/inspect/plugin-goom.xml:
19456         * docs/plugins/inspect/plugin-jpeg.xml:
19457         * docs/plugins/inspect/plugin-level.xml:
19458         * docs/plugins/inspect/plugin-matroska.xml:
19459         * docs/plugins/inspect/plugin-mulaw.xml:
19460         * docs/plugins/inspect/plugin-multipart.xml:
19461         * docs/plugins/inspect/plugin-navigationtest.xml:
19462         * docs/plugins/inspect/plugin-ossaudio.xml:
19463         * docs/plugins/inspect/plugin-png.xml:
19464         * docs/plugins/inspect/plugin-rtp.xml:
19465         * docs/plugins/inspect/plugin-rtsp.xml:
19466         * docs/plugins/inspect/plugin-shout2send.xml:
19467         * docs/plugins/inspect/plugin-smpte.xml:
19468         * docs/plugins/inspect/plugin-speex.xml:
19469         * docs/plugins/inspect/plugin-udp.xml:
19470         * docs/plugins/inspect/plugin-videobox.xml:
19471         * docs/plugins/inspect/plugin-videoflip.xml:
19472         * docs/plugins/inspect/plugin-videomixer.xml:
19473         * docs/plugins/inspect/plugin-wavenc.xml:
19474         * docs/plugins/inspect/plugin-wavparse.xml:
19475         * ext/flac/gstflac.c: (plugin_init):
19476         * ext/flac/gstflacdec.c: (flacdec_get_type),
19477         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19478         (gst_flac_dec_init), (gst_flac_dec_finalize),
19479         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19480         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19481         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19482         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19483         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19484         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19485         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19486         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19487         * ext/flac/gstflacdec.h:
19488         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19489         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19490         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19491         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19492         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19493         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19494         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19495         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19496         (gst_flac_enc_change_state):
19497         * ext/flac/gstflacenc.h:
19498           borgify and fix up documentation
19499
19500 2005-12-09  Michael Smith  <msmith@fluendo.com>
19501
19502         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19503           Accept a wider range of flac files, more closely matching flac spec.
19504
19505 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19506
19507         * docs/plugins/Makefile.am: Add multipart elements.
19508         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19509         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19510         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19511         * gst/multipart/multipartdemux.c:
19512         * gst/multipart/multipartmux.c: Add docs.
19513
19514 2005-12-07  Edward Hervey  <edward@fluendo.com>
19515
19516         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19517         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19518         (gst_avi_demux_invert):
19519         Memleak and crasher fixes.
19520         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19521         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19522         Memleak fixes
19523
19524 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19525
19526         * ext/aalib/gstaasink.h:
19527         * ext/cairo/gsttextoverlay.h:
19528         * ext/dv/gstdvdec.h:
19529         * ext/dv/gstdvdemux.c:
19530         * ext/dv/gstdvdemux.h:
19531         * ext/esd/esdsink.h:
19532         * ext/flac/flac_compat.h:
19533         * ext/flac/gstflacdec.h:
19534         * ext/flac/gstflacenc.h:
19535         * ext/gconf/gconf.h:
19536         * ext/gconf/gstgconfaudiosink.h:
19537         * ext/gconf/gstgconfvideosink.h:
19538         * ext/gdk_pixbuf/gstgdkanimation.h:
19539         * ext/jpeg/gstjpegdec.h:
19540         * ext/jpeg/smokecodec.h:
19541         * ext/jpeg/smokeformat.h:
19542         * ext/ladspa/gstsignalprocessor.h:
19543         * ext/ladspa/search.c: (LADSPAPluginSearch):
19544         * ext/ladspa/utils.h:
19545         * ext/libmng/gstmng.c:
19546         * ext/libmng/gstmngdec.h:
19547         * ext/libmng/gstmngenc.c:
19548         * ext/libmng/gstmngenc.h:
19549         * ext/libpng/gstpng.c:
19550         * ext/libpng/gstpngenc.c:
19551         * ext/libpng/gstpngenc.h:
19552         * ext/shout2/gstshout2.h:
19553         * ext/speex/gstspeexdec.h:
19554         * ext/speex/gstspeexenc.c:
19555         * ext/speex/gstspeexenc.h:
19556         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19557         * gst/autodetect/gstautoaudiosink.h:
19558         * gst/autodetect/gstautovideosink.h:
19559         * gst/avi/gstavidemux.h:
19560         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19561         (gst_cutter_set_property), (gst_cutter_get_caps):
19562         * gst/cutter/gstcutter.h:
19563         * gst/debug/tests.c: (md5_process_block):
19564         * gst/debug/tests.h:
19565         * gst/effectv/gstwarp.c:
19566         * gst/flx/flx_fmt.h:
19567         * gst/flx/gstflxdec.h:
19568         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19569         (zoomFilterFastRGB):
19570         * gst/goom/filters.h:
19571         * gst/goom/goom_tools.h:
19572         * gst/law/alaw-encode.c:
19573         * gst/level/gstlevel.c:
19574         * gst/level/gstlevel.h:
19575         * gst/matroska/ebml-write.h:
19576         * gst/matroska/matroska-demux.h:
19577         * gst/matroska/matroska-ids.h:
19578         * gst/matroska/matroska-mux.h:
19579         * gst/monoscope/convolve.c: (convolve_match):
19580         * gst/monoscope/convolve.h:
19581         * gst/multipart/multipartmux.c:
19582         * gst/oldcore/gstaggregator.c:
19583         * gst/oldcore/gstaggregator.h:
19584         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19585         * gst/oldcore/gstmd5sink.h:
19586         * gst/oldcore/gstmultifilesrc.c:
19587         * gst/oldcore/gstmultifilesrc.h:
19588         * gst/oldcore/gstpipefilter.h:
19589         * gst/oldcore/gstshaper.h:
19590         * gst/rtp/gstrtpL16depay.h:
19591         * gst/rtp/gstrtpL16pay.h:
19592         * gst/rtp/gstrtpdepay.h:
19593         * gst/rtp/gstrtpmp4vpay.c:
19594         * gst/rtp/gstrtpmp4vpay.h:
19595         * gst/rtsp/gstrtspsrc.c:
19596         * gst/rtsp/gstrtspsrc.h:
19597         * gst/rtsp/rtspconnection.h:
19598         * gst/rtsp/rtspdefs.h:
19599         * gst/rtsp/rtspmessage.h:
19600         * gst/rtsp/rtsptransport.h:
19601         * gst/rtsp/rtspurl.c:
19602         * gst/rtsp/rtspurl.h:
19603         * gst/rtsp/sdpmessage.c:
19604         * gst/rtsp/sdpmessage.h:
19605         * gst/smpte/barboxwipes.c:
19606         * gst/smpte/gstmask.h:
19607         * gst/smpte/gstsmpte.h:
19608         * gst/smpte/paint.c:
19609         * gst/smpte/paint.h:
19610         * gst/udp/gstdynudpsink.h:
19611         * gst/udp/gstmultiudpsink.h:
19612         * gst/udp/gstudpsink.c:
19613         * gst/udp/gstudpsink.h:
19614         * gst/udp/gstudpsrc.c:
19615         * gst/videomixer/videomixer.c:
19616         * gst/wavenc/riff.h:
19617         * gst/wavparse/gstwavparse.h:
19618         * sys/oss/gstossdmabuffer.h:
19619         * sys/oss/gstossmixer.h:
19620         * sys/oss/gstossmixerelement.h:
19621         * sys/oss/gstossmixertrack.h:
19622         * sys/oss/gstosssink.c:
19623         * sys/oss/gstosssink.h:
19624         * sys/oss/gstosssrc.c:
19625         * sys/oss/gstosssrc.h:
19626         * sys/osxaudio/gstosxaudioelement.h:
19627         * sys/osxaudio/gstosxaudiosink.h:
19628         * sys/osxaudio/gstosxaudiosrc.h:
19629           expand tabs
19630
19631 === release 0.10.0 ===
19632
19633 2005-12-05   <thomas (at) apestaart (dot) org>
19634
19635         * configure.ac:
19636           releasing 0.10.0, "Abondance"
19637
19638 2005-12-05  Andy Wingo  <wingo@pobox.com>
19639
19640         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19641         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19642         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19643         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19644         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19645         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19646         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19647         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19648         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19649         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19650         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19651         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19652         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19653         * gst/goom/gstgoom.c: (gst_goom_chain):
19654         * gst/matroska/matroska-demux.c:
19655         (gst_matroska_demux_push_vorbis_codec_priv_data),
19656         (gst_matroska_demux_add_wvpk_header):
19657         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19658         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19659         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19660         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19661         alloc_buffer changes.
19662
19663 2005-12-05  Michael Smith  <msmith@fluendo.com>
19664
19665         * docs/plugins/gst-plugins-good-plugins.args:
19666           Remove args for plugins that aren't in -good.
19667
19668 === release 0.9.7 ===
19669
19670 2005-12-01   <thomas (at) apestaart (dot) org>
19671
19672         * configure.ac:
19673           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19674
19675 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19676
19677         * docs/plugins/.cvsignore:
19678         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19679         * docs/plugins/inspect/plugin-multipart.xml:
19680         * docs/plugins/inspect/plugin-rtp.xml:
19681           add multipart plugin to docs
19682
19683 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19684
19685         * configure.ac:
19686         * ext/Makefile.am:
19687         * ext/pango/Makefile.am:
19688         * ext/pango/gstclockoverlay.c:
19689         * ext/pango/gstclockoverlay.h:
19690         * ext/pango/gsttextoverlay.c:
19691         * ext/pango/gsttextoverlay.h:
19692         * ext/pango/gsttextrender.c:
19693         * ext/pango/gsttextrender.h:
19694         * ext/pango/gsttimeoverlay.c:
19695         * ext/pango/gsttimeoverlay.h:
19696           move pango to base
19697
19698 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19699
19700         * gst/rtp/Makefile.am:
19701         * gst/rtp/gstrtpL16depay.c:
19702         * gst/rtp/gstrtpL16depay.h:
19703         * gst/rtp/gstrtpL16parse.c:
19704         * gst/rtp/gstrtpL16parse.h:
19705         * gst/rtp/gstrtpgsmdepay.c:
19706         * gst/rtp/gstrtpgsmdepay.h:
19707         * gst/rtp/gstrtpgsmparse.c:
19708         * gst/rtp/gstrtpgsmparse.h:
19709           parsers are depayers
19710
19711 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19712
19713         * gst/rtp/Makefile.am:
19714         * gst/rtp/gstasteriskh263.c:
19715         * gst/rtp/gstrtp.c:
19716         * gst/rtp/gstrtpL16enc.c:
19717         * gst/rtp/gstrtpL16enc.h:
19718         * gst/rtp/gstrtpL16parse.c:
19719         * gst/rtp/gstrtpL16parse.h:
19720         * gst/rtp/gstrtpL16pay.c:
19721         * gst/rtp/gstrtpL16pay.h:
19722         * gst/rtp/gstrtpamrdec.c:
19723         * gst/rtp/gstrtpamrdec.h:
19724         * gst/rtp/gstrtpamrdepay.c:
19725         * gst/rtp/gstrtpamrdepay.h:
19726         * gst/rtp/gstrtpamrenc.c:
19727         * gst/rtp/gstrtpamrenc.h:
19728         * gst/rtp/gstrtpamrpay.c:
19729         * gst/rtp/gstrtpamrpay.h:
19730         * gst/rtp/gstrtpdec.c:
19731         * gst/rtp/gstrtpdec.h:
19732         * gst/rtp/gstrtpdepay.c:
19733         * gst/rtp/gstrtpdepay.h:
19734         * gst/rtp/gstrtpg711dec.c:
19735         * gst/rtp/gstrtpg711dec.h:
19736         * gst/rtp/gstrtpg711depay.c:
19737         * gst/rtp/gstrtpg711depay.h:
19738         * gst/rtp/gstrtpg711enc.c:
19739         * gst/rtp/gstrtpg711enc.h:
19740         * gst/rtp/gstrtpg711pay.c:
19741         * gst/rtp/gstrtpg711pay.h:
19742         * gst/rtp/gstrtpgsmenc.c:
19743         * gst/rtp/gstrtpgsmenc.h:
19744         * gst/rtp/gstrtpgsmparse.c:
19745         * gst/rtp/gstrtpgsmparse.h:
19746         * gst/rtp/gstrtpgsmpay.c:
19747         * gst/rtp/gstrtpgsmpay.h:
19748         * gst/rtp/gstrtph263enc.c:
19749         * gst/rtp/gstrtph263enc.h:
19750         * gst/rtp/gstrtph263pay.c:
19751         * gst/rtp/gstrtph263pay.h:
19752         * gst/rtp/gstrtph263pdec.c:
19753         * gst/rtp/gstrtph263pdec.h:
19754         * gst/rtp/gstrtph263pdepay.c:
19755         * gst/rtp/gstrtph263pdepay.h:
19756         * gst/rtp/gstrtph263penc.c:
19757         * gst/rtp/gstrtph263penc.h:
19758         * gst/rtp/gstrtph263ppay.c:
19759         * gst/rtp/gstrtph263ppay.h:
19760         * gst/rtp/gstrtpmp4vdec.c:
19761         * gst/rtp/gstrtpmp4vdec.h:
19762         * gst/rtp/gstrtpmp4vdepay.c:
19763         * gst/rtp/gstrtpmp4vdepay.h:
19764         * gst/rtp/gstrtpmp4venc.c:
19765         * gst/rtp/gstrtpmp4venc.h:
19766         * gst/rtp/gstrtpmp4vpay.c:
19767         * gst/rtp/gstrtpmp4vpay.h:
19768         * gst/rtp/gstrtpmpadec.c:
19769         * gst/rtp/gstrtpmpadec.h:
19770         * gst/rtp/gstrtpmpadepay.c:
19771         * gst/rtp/gstrtpmpadepay.h:
19772         * gst/rtp/gstrtpmpaenc.c:
19773         * gst/rtp/gstrtpmpaenc.h:
19774         * gst/rtp/gstrtpmpapay.c:
19775         * gst/rtp/gstrtpmpapay.h:
19776         * gst/rtp/gstrtpspeexdec.c:
19777         * gst/rtp/gstrtpspeexdec.h:
19778         * gst/rtp/gstrtpspeexdepay.c:
19779         * gst/rtp/gstrtpspeexdepay.h:
19780         * gst/rtp/gstrtpspeexenc.c:
19781         * gst/rtp/gstrtpspeexenc.h:
19782         * gst/rtp/gstrtpspeexpay.c:
19783         * gst/rtp/gstrtpspeexpay.h:
19784           Do burger's rename for rtp payloaders and depayloaders
19785
19786 2005-11-30  Wim Taymans  <wim@fluendo.com>
19787
19788         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19789         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19790         * ext/dv/gstdvdemux.h:
19791         Fix seeking in dvdemux again, add some more debug info.
19792
19793 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19794
19795         * configure.ac:
19796           fix tests
19797
19798 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19799
19800         * PORTED_09:
19801         * docs/random/PORTED_09:
19802           move
19803         * tests/Makefile.am:
19804           add
19805         * win32/gst.sln:
19806           remove
19807
19808 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19809
19810         * Makefile.am:
19811         * check/.cvsignore:
19812         * check/Makefile.am:
19813         * check/elements/.cvsignore:
19814         * check/elements/level.c:
19815         * check/elements/matroskamux.c:
19816         * configure.ac:
19817         * examples/Makefile.am:
19818         * examples/capsfilter/Makefile.am:
19819         * examples/capsfilter/capsfilter1.c:
19820         * examples/gob/Makefile.am:
19821         * examples/gob/gst-identity2.gob:
19822         * examples/gstplay/.cvsignore:
19823         * examples/gstplay/Makefile.am:
19824         * examples/gstplay/player.c:
19825         * examples/indexing/.cvsignore:
19826         * examples/indexing/Makefile.am:
19827         * examples/indexing/indexmpeg.c:
19828         * examples/level/Makefile.am:
19829         * examples/level/README:
19830         * examples/level/demo.c:
19831         * examples/level/plot.c:
19832         * examples/stats/Makefile.am:
19833         * examples/stats/mp2ogg.c:
19834         * examples/switch/.cvsignore:
19835         * examples/switch/Makefile.am:
19836         * examples/switch/switcher.c:
19837           move under tests/
19838
19839 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19840
19841         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19842         (gst_text_render_class_init), (resize_bitmap),
19843         (gst_text_render_render_text), (gst_text_render_setcaps),
19844         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19845         (gst_text_render_chain), (gst_text_render_finalize),
19846         (gst_text_render_init), (gst_text_render_set_property):
19847         * ext/pango/gsttextrender.h:
19848           Add missing files.
19849
19850 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19851
19852         * configure.ac:
19853         * ext/Makefile.am:
19854         * ext/pango/Makefile.am:
19855         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19856         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19857         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19858         * ext/pango/gstclockoverlay.h:
19859         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19860         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19861         (gst_text_overlay_finalize), (gst_text_overlay_init),
19862         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19863         (gst_text_overlay_text_pad_linked),
19864         (gst_text_overlay_text_pad_unlinked),
19865         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19866         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19867         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19868         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19869         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19870         (gst_text_overlay_change_state), (plugin_init):
19871         * ext/pango/gsttextoverlay.h:
19872         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19873         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19874         (gst_time_overlay_class_init), (gst_time_overlay_init):
19875         * ext/pango/gsttimeoverlay.h:
19876           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19877           and add background shading and text wrapping modes. Make 
19878           timoverlay derive from textoverlay. Also add new clockoverlay
19879           element.
19880
19881 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19882
19883         * gst/udp/Makefile.am: Moved to netbuffer.
19884
19885 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19886
19887         * configure.ac:
19888         * PORTED_O9:
19889         * gst/multipart/Makefile.am:
19890         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19891         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19892         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19893         (gst_multipart_demux_change_state),
19894         (gst_multipart_demux_plugin_init):
19895         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19896         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19897         (gst_multipart_mux_sinkconnect),
19898         (gst_multipart_mux_request_new_pad),
19899         (gst_multipart_mux_handle_src_event),
19900         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19901         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19902         0.9.
19903
19904 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19905
19906         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19907         * gst/debug/gstnavigationtest.h:
19908         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19909         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19910         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19911         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19912         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19913         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19914         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19915         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19916         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19917         (gst_video_flip_get_type):
19918         * gst/videofilter/gstvideoflip.h:
19919           update for symbols change
19920
19921 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19922
19923         * gst/udp/gstdynudpsink.c:
19924         * gst/udp/gstudpsrc.c:
19925           the old gstnet lib was renamed gstnetbuffer (#322257)
19926
19927 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19928
19929         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19930         (gst_text_overlay_collected):
19931           Actually render the text from the text pad.
19932
19933 2005-11-29  Edward Hervey  <edward@fluendo.com>
19934
19935         * gst/debug/gstnavseek.c: (gst_navseek_event):
19936         * gst/debug/progressreport.c: (gst_progress_report_event):
19937         Update for GstBaseTransform event virtual method
19938
19939 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19940
19941         * ext/cairo/Makefile.am:
19942           no need to link to videofilter
19943
19944 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19945
19946         * gst/debug/Makefile.am:
19947         * gst/debug/gstnavigationtest.h:
19948         * gst/effectv/Makefile.am:
19949         * gst/effectv/gstaging.c:
19950         * gst/effectv/gstdice.c:
19951         * gst/effectv/gstedge.c:
19952         * gst/effectv/gstquark.c:
19953         * gst/effectv/gstrev.c:
19954         * gst/effectv/gstshagadelic.c:
19955         * gst/effectv/gstvertigo.c:
19956         * gst/effectv/gstwarp.c:
19957         * gst/videofilter/Makefile.am:
19958         * gst/videofilter/gstvideofilter.c:
19959         * gst/videofilter/gstvideofilter.h:
19960         * gst/videofilter/gstvideoflip.h:
19961           remove the videofilter library and link to the one in base
19962
19963 2005-11-28  Edward Hervey  <edward@fluendo.com>
19964
19965         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19966         Useless check now we're setting the current entry correctly.
19967
19968 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19969
19970         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19971         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19972         (gst_jpegenc_change_state):
19973           Don't leak input buffer in chain function (fixes #322667); make 
19974           state change function thread-safe; don't repeat the current function
19975           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19976           gst_pad_alloc_buffer(); misc. minor cleanups.
19977
19978 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19979
19980         * gst/matroska/matroska-mux.c:
19981         (gst_matroska_mux_video_pad_setcaps):
19982         Look for pixel-aspect-ratio in caps, not pixel_width and
19983         pixel_height (Fixes: #322645)
19984
19985 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19986
19987         * gst/matroska/matroska-mux.c:
19988         (gst_matroska_mux_video_pad_setcaps):
19989         From Michal Benes:
19990         frame duration should be GST_SECOND / framerate, not
19991         GST_SECOND * framerate. (Fixes: #322643)
19992
19993 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19994
19995         * configure.ac:
19996           fix up GST_PLUGIN_LDFLAGS
19997         * gst/rtsp/rtspconnection.c:
19998           fix includes (see #317043)
19999         * gst/videofilter/Makefile.am:
20000           stop installing this library
20001
20002 2005-11-26  Edward Hervey  <edward@fluendo.com>
20003
20004         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
20005         Handle the case where the incoming Video dv stream doesn't have
20006         a pixel aspect ratio set.
20007
20008 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20009
20010         * docs/plugins/Makefile.am:
20011         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20012         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20013         * ext/flac/gstflacdec.c:
20014           document flacdec
20015
20016 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20017
20018         * docs/plugins/Makefile.am:
20019         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20020         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20021         * docs/plugins/inspect/plugin-autodetect.xml:
20022         * ext/cairo/gstcairo.c: (plugin_init):
20023         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20024         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20025         (gst_text_overlay_init), (gst_text_overlay_font_init),
20026         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20027         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20028         (gst_text_overlay_text_pad_linked),
20029         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20030         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20031         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20032         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20033         (gst_text_overlay_change_state):
20034         * ext/cairo/gsttextoverlay.h:
20035         * ext/cairo/gsttimeoverlay.c:
20036         (gst_cairo_time_overlay_update_font_height),
20037         (gst_cairo_time_overlay_set_caps),
20038         (gst_cairo_time_overlay_get_unit_size),
20039         (gst_cairo_time_overlay_print_smpte_time),
20040         (gst_cairo_time_overlay_transform),
20041         (gst_cairo_time_overlay_base_init),
20042         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
20043         (gst_cairo_time_overlay_get_type):
20044         * ext/cairo/gsttimeoverlay.h:
20045           do some name borgifying
20046           document
20047
20048 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20049
20050         * docs/plugins/Makefile.am:
20051         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20052         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20053         * gst/autodetect/gstautoaudiosink.c:
20054         (gst_auto_audio_sink_base_init):
20055         * gst/autodetect/gstautovideosink.c:
20056         (gst_auto_video_sink_base_init),
20057         (gst_auto_video_sink_factory_filter):
20058           documenting auto*sink
20059           using strstr for the video sink lookup, class field is not ordered
20060         * docs/plugins/inspect/plugin-1394.xml:
20061         * docs/plugins/inspect/plugin-aasink.xml:
20062         * docs/plugins/inspect/plugin-alaw.xml:
20063         * docs/plugins/inspect/plugin-alpha.xml:
20064         * docs/plugins/inspect/plugin-alphacolor.xml:
20065         * docs/plugins/inspect/plugin-auparse.xml:
20066         * docs/plugins/inspect/plugin-autodetect.xml:
20067         * docs/plugins/inspect/plugin-avi.xml:
20068         * docs/plugins/inspect/plugin-cacasink.xml:
20069         * docs/plugins/inspect/plugin-cairo.xml:
20070         * docs/plugins/inspect/plugin-cutter.xml:
20071         * docs/plugins/inspect/plugin-debug.xml:
20072         * docs/plugins/inspect/plugin-dv.xml:
20073         * docs/plugins/inspect/plugin-efence.xml:
20074         * docs/plugins/inspect/plugin-effectv.xml:
20075         * docs/plugins/inspect/plugin-esdsink.xml:
20076         * docs/plugins/inspect/plugin-flac.xml:
20077         * docs/plugins/inspect/plugin-flxdec.xml:
20078         * docs/plugins/inspect/plugin-gconfelements.xml:
20079         * docs/plugins/inspect/plugin-goom.xml:
20080         * docs/plugins/inspect/plugin-jpeg.xml:
20081         * docs/plugins/inspect/plugin-level.xml:
20082         * docs/plugins/inspect/plugin-matroska.xml:
20083         * docs/plugins/inspect/plugin-mulaw.xml:
20084         * docs/plugins/inspect/plugin-navigationtest.xml:
20085         * docs/plugins/inspect/plugin-ossaudio.xml:
20086         * docs/plugins/inspect/plugin-png.xml:
20087         * docs/plugins/inspect/plugin-rtp.xml:
20088         * docs/plugins/inspect/plugin-rtsp.xml:
20089         * docs/plugins/inspect/plugin-shout2send.xml:
20090         * docs/plugins/inspect/plugin-smpte.xml:
20091         * docs/plugins/inspect/plugin-speex.xml:
20092         * docs/plugins/inspect/plugin-udp.xml:
20093         * docs/plugins/inspect/plugin-videobox.xml:
20094         * docs/plugins/inspect/plugin-videoflip.xml:
20095         * docs/plugins/inspect/plugin-videomixer.xml:
20096         * docs/plugins/inspect/plugin-wavenc.xml:
20097         * docs/plugins/inspect/plugin-wavparse.xml:
20098           update for HEAD version
20099
20100 2005-11-25  Michael Smith  <msmith@fluendo.com>
20101
20102         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
20103           Patch from Sebastien Cote to close control sockets in udpsrc.
20104
20105 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20106
20107         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20108         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
20109         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20110         (gst_quarktv_base_init), (gst_quarktv_class_init),
20111         (gst_quarktv_init): Flush the planes list on reverse caps
20112         negotiation. This was crashing because of differently sized
20113         buffers.
20114
20115 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20116
20117         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20118         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20119         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20120         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20121         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20122         (gst_videoflip_set_property), (gst_videoflip_base_init),
20123         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20124         correctly, fix identity flipping, convert navigation event 
20125         correctly again.
20126
20127 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20128
20129         * configure.ac: back to HEAD
20130
20131 === release 0.9.6 ===
20132
20133 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20134
20135         * configure.ac:
20136           releasing 0.9.6, "Everything's Not Lost"
20137
20138 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20139
20140         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20141         Oops, initialise the framerate GValue
20142
20143 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20144
20145         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20146         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20147         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20148         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20149         (gst_timeoverlay_get_type):
20150         * ext/cairo/gsttimeoverlay.h:
20151         * gst/debug/Makefile.am:
20152         * gst/debug/gstnavigationtest.c:
20153         (gst_navigationtest_handle_src_event),
20154         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20155         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20156         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20157         (gst_navigationtest_init), (gst_navigationtest_get_type),
20158         (plugin_init):
20159         * gst/debug/gstnavigationtest.h:
20160         * gst/effectv/Makefile.am:
20161         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20162         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20163         (gst_agingtv_base_init), (gst_agingtv_class_init),
20164         (gst_agingtv_init), (gst_agingtv_get_type):
20165         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20166         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20167         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20168         (gst_dicetv_get_type):
20169         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20170         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20171         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20172         (gst_edgetv_get_type):
20173         * gst/effectv/gsteffectv.c:
20174         * gst/effectv/gsteffectv.h:
20175         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20176         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20177         (gst_quarktv_change_state), (gst_quarktv_base_init),
20178         (gst_quarktv_class_init), (gst_quarktv_init),
20179         (gst_quarktv_get_type):
20180         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20181         (gst_revtv_get_unit_size), (gst_revtv_transform),
20182         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20183         (gst_revtv_get_type):
20184         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20185         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20186         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20187         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20188         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20189         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20190         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20191         (gst_vertigotv_init), (gst_vertigotv_get_type):
20192         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20193         (gst_warptv_get_unit_size), (gst_warptv_transform),
20194         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20195         (gst_warptv_get_type):
20196         * gst/videofilter/Makefile.am:
20197         * gst/videofilter/gstvideobalance.c:
20198         * gst/videofilter/gstvideobalance.h:
20199         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20200         (gst_videofilter_class_init), (gst_videofilter_init):
20201         * gst/videofilter/gstvideofilter.h:
20202         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20203         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20204         (gst_videoflip_flip), (gst_videoflip_transform),
20205         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20206         (gst_videoflip_base_init), (gst_videoflip_class_init),
20207         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20208         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20209         BaseTransform, it's just a place holder for now and every video
20210         effect plugin has been ported to use BaseTransform features 
20211         directly. QuarkTV was fixed too (was broken), navigationtest works
20212         and best for the end, videoflip converts navigation events depending
20213         on flip method ! Fixes #320953
20214
20215 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20216
20217         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20218         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20219         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20220         (gst_goom_src_negotiate), (gst_goom_chain):
20221         * gst/matroska/matroska-mux.c:
20222         (gst_matroska_mux_video_pad_setcaps):
20223         * sys/osxvideo/osxvideosink.m:
20224           Fixes for API changes
20225
20226 2005-11-23  Michael Smith <msmith@fluendo.com>
20227
20228         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20229         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20230         * ext/jpeg/gstjpegdec.h:
20231         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20232         * ext/jpeg/gstjpegenc.h:
20233         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20234         (gst_smokeenc_resync):
20235         * ext/jpeg/gstsmokeenc.h:
20236           JPEG fractiony goodness.
20237
20238 2005-11-22  Michael Smith <msmith@fluendo.com>
20239
20240         * gst/goom/filters.c:
20241         * gst/goom/graphic.h:
20242           Fix compilation by making some functions static inline instead of
20243           extern inline, matching the way they're used.
20244
20245 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20246
20247         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20248         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20249         * ext/cairo/gsttextoverlay.h:
20250         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20251         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20252         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20253         (gst_pngdec_caps_create_and_set):
20254         * ext/libpng/gstpngdec.h:
20255         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20256         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20257         * gst/avi/gstavimux.c: (gst_avimux_init),
20258         (gst_avimux_vidsinkconnect):
20259         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20260         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20261         (gst_goom_src_negotiate), (gst_goom_chain):
20262         * gst/goom/gstgoom.h:
20263         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20264         * gst/matroska/matroska-mux.c:
20265         (gst_matroska_mux_video_pad_setcaps):
20266         * sys/osxvideo/osxvideosink.h:
20267         * sys/osxvideo/osxvideosink.m:
20268           More fractional framerate conversions 
20269
20270 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20271
20272         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20273         * gst/debug/gstnavigationtest.c:
20274         (gst_navigationtest_handle_src_event):
20275         * gst/videofilter/gstvideofilter.c:
20276         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20277         (gst_videofilter_init):
20278         * gst/videofilter/gstvideofilter.h:
20279           Convert to fractional framerates.
20280
20281 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20282
20283         * ext/aalib/gstaasink.c:
20284         * ext/dv/gstdvdec.c:
20285         * ext/esd/esdmon.c:
20286         * ext/flac/gstflacenc.c:
20287         * ext/gdk_pixbuf/pixbufscale.c:
20288         * ext/libcaca/gstcacasink.c:
20289         * ext/shout2/gstshout2.c:
20290         * gst/alpha/gstalpha.c:
20291         * gst/oldcore/gstaggregator.c:
20292         * gst/oldcore/gstshaper.c:
20293         * gst/smpte/barboxwipes.c:
20294         * gst/smpte/gstsmpte.c:
20295         * gst/videobox/gstvideobox.c:
20296         * gst/videofilter/gstvideoflip.c:
20297         * gst/videomixer/videomixer.c:
20298           fix up more enums
20299
20300 2005-11-22  Michael Smith <msmith@fluendo.com>
20301
20302         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20303         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20304         (gst_videomixer_update_queues):
20305           Fractional framerates, videomixer.
20306
20307 2005-11-22  Michael Smith <msmith@fluendo.com>
20308
20309         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20310         * ext/dv/gstdvdec.h:
20311         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20312         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20313         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20314         (gst_dvdemux_flush):
20315         * ext/dv/gstdvdemux.h:
20316           Fractional framerates for DV. 
20317
20318 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20319
20320         * gst/autodetect/gstautoaudiosink.c:
20321         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20322         * gst/autodetect/gstautovideosink.c:
20323         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20324           Use gst_plugin_feature_list_free() to free feature list and
20325           in the case of autovideosink free the list at all. Also
20326           miscellaneous cosmetic fixes.
20327
20328 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20329
20330         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20331         (gst_cutter_set_property), (gst_cutter_get_caps):
20332           copy calculation code from level; remove use of some audio
20333           functions
20334
20335 2005-11-22  Andy Wingo  <wingo@pobox.com>
20336
20337         * Update for gst_tag_setter API changes.
20338
20339 2005-11-22  Andy Wingo  <wingo@pobox.com>
20340
20341         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20342         (gst_dvdemux_demux_frame)
20343         * ext/flac/gstflacdec.c (gst_flacdec_write)
20344         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20345         (gst_flacenc_sink_event)
20346         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20347         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20348         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20349         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20350         * gst/auparse/gstauparse.c (gst_auparse_chain)
20351         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20352         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20353         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20354         (gst_avi_demux_handle_seek)
20355         * gst/goom/gstgoom.c (gst_goom_event)
20356         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20357         * gst/matroska/matroska-demux.c
20358         (gst_matroska_demux_handle_seek_event)
20359         (gst_matroska_demux_loop_stream_parse_id)
20360         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20361         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20362         (gst_wavparse_stream_headers): Run update-funcnames.
20363
20364 2005-11-22  Edward Hervey  <edward@fluendo.com>
20365
20366         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20367         (gst_dv1394src_init), (gst_dv1394src_dispose),
20368         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20369         (gst_dv1394src_uri_set_uri):
20370         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20371         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20372         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20373         URIHandler interface and element properties are now properly
20374         synchronized for DV1394src and UDPSrc
20375
20376 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20377
20378         * ext/flac/Makefile.am:
20379         * ext/speex/Makefile.am:
20380           libgsttagedit has been renamed to libgsttag.
20381
20382 2005-11-21  Wim Taymans  <wim@fluendo.com>
20383
20384         * gst/rtsp/rtspconnection.c: (read_body):
20385         Apply patch from Sebastien Cote to fix #319184.
20386
20387 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20388
20389         * configure.ac:
20390         * gst/cutter/Makefile.am:
20391         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20392         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20393         (gst_cutter_set_property), (gst_cutter_get_property),
20394         (plugin_init), (gst_cutter_get_caps):
20395           port cutter
20396         * gst/level/gstlevel.c:
20397           fix up plugin details
20398
20399 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20400
20401         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20402         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20403         (gst_flacdec_src_event):
20404         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20405         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20406         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20407         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20408         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20409         (gst_flxdec_sink_event_handler):
20410         * gst/matroska/matroska-demux.c:
20411         (gst_matroska_demux_handle_seek_event):
20412         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20413           Update for stream lock API changes: don't take stream log
20414           in sink event handlers any longer and change GST_STREAM_LOCK
20415           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20416           functions.
20417
20418 2005-11-21  Michael Smith <msmith@fluendo.com>
20419
20420         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20421           gst_object_unref, not g_object_unref
20422
20423 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20424
20425         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20426         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20427           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20428
20429 2005-11-21  Michael Smith <msmith@fluendo.com>
20430
20431         * gst/auparse/Makefile.am:
20432         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20433         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20434         (gst_auparse_change_state):
20435         * gst/auparse/gstauparse.h:
20436           Partially fix #161712. playbin still doesn't work on these files,
20437           (on the bug report, Andy says we aren't typefinding it for some
20438           reason?) but at least auparse isn't totally busted like it was before.
20439
20440 2005-11-21  Andy Wingo  <wingo@pobox.com>
20441
20442         * *.h:
20443         * *.c: Ran scripts/update-macros. Oh yes.
20444
20445 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20446
20447         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20448           Filler events are gone for now, comment out section generating
20449           them.
20450
20451 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20452
20453         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20454         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20455         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20456         * sys/osxvideo/osxvideosink.m:
20457           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20458           (#322027)
20459
20460 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20461
20462         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20463         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20464         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20465         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20466         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20467         (gst_avi_demux_stream_data):
20468         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20469         * gst/wavenc/gstwavenc.c: (write_metadata):
20470         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20471         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20472         Fixes for GST_FOURCC_FORMAT API change.
20473
20474 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20475
20476         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20477         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20478         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20479         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20480         (gst_text_overlay_change_state):
20481         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20482         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20483         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20484         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20485         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20486         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20487         (gst_videomixer_change_state):
20488           Fix for collect pads API change. Also fix textoverlay state
20489           change function.
20490
20491 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20492
20493         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20494         GST_PAD_IS_USABLE by something approaching it.
20495
20496 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20497
20498         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20499         API changes.
20500         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20501         but also fix the code that was not checking return values from
20502         pad_push neither using pad_alloc_buffer.
20503
20504 2005-11-18  Edward Hervey  <edward@fluendo.com>
20505
20506         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20507         (gst_pngenc_chain):
20508         Added debug category
20509         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20510         goes to EOS.
20511
20512 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20513
20514         * gst/rtp/Makefile.am
20515         * gst/rtp/gstrtp.c
20516         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20517         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20518         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20519         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20520         * gst/rtp/gstrtpg711enc.h:
20521         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20522         * gst/rtp/gstrtpspeexenc.c:
20523         * gst/rtp/gstrtpspeexenc.h:
20524         * gst/rtp/gstrtpspeexdec.c:
20525         * gst/rtp/gstrtpspeexdec.h:
20526         Created Speex payloader and depayloader; Optimize G711 payloader to
20527         use adapter and send packets until MTU size.
20528
20529 2005-11-16  Wim Taymans  <wim@fluendo.com>
20530
20531         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20532         Fix leak in check.
20533
20534 2005-11-16  Wim Taymans  <wim@fluendo.com>
20535
20536         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20537         Fix state change.
20538
20539 2005-11-16  Andy Wingo  <wingo@pobox.com>
20540
20541         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20542         (gst_udpsrc_create): Move comment.
20543
20544 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20545
20546         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20547
20548         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20549           When seeking, seek to closest index entry at or before the requested
20550           seek position, not just the closest one (#321001).
20551
20552 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20553
20554         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20555         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20556           Invert DIB images again (see #132341).
20557
20558 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20559
20560         * configure.ac:
20561           rework configure.ac file
20562         * ext/aalib/gstaasink.c:
20563         * ext/cairo/gstcairo.c:
20564         * ext/dv/gstdv.c:
20565         * ext/esd/gstesd.c:
20566         * ext/flac/gstflac.c:
20567         * ext/gconf/gstgconfelements.c:
20568         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20569         * ext/jpeg/gstjpeg.c:
20570         * ext/ladspa/gstladspa.c:
20571         * ext/libcaca/gstcacasink.c:
20572         * ext/libmng/gstmng.c:
20573         * ext/libpng/gstpng.c:
20574         * ext/mikmod/gstmikmod.c:
20575         * ext/pango/gsttextoverlay.c:
20576         * ext/pango/gsttimeoverlay.c:
20577         * ext/raw1394/gst1394.c:
20578         * ext/speex/gstspeex.c:
20579         * gst/alpha/Makefile.am:
20580         * gst/alpha/gstalpha.c:
20581         * gst/alpha/gstalphacolor.c:
20582         * gst/auparse/gstauparse.c:
20583         * gst/autodetect/gstautoaudiosink.c:
20584         (gst_auto_audio_sink_factory_filter),
20585         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20586         * gst/autodetect/gstautodetect.c:
20587         * gst/avi/gstavi.c:
20588         * gst/cutter/gstcutter.c:
20589         * gst/debug/efence.c:
20590         * gst/debug/gstdebug.c:
20591         * gst/debug/gstnavigationtest.c:
20592         * gst/effectv/gsteffectv.c:
20593         * gst/flx/gstflxdec.c:
20594         * gst/goom/gstgoom.c:
20595         * gst/interleave/plugin.c:
20596         * gst/law/alaw.c:
20597         * gst/law/mulaw.c:
20598         * gst/level/gstlevel.c:
20599         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20600         * gst/matroska/matroska.c:
20601         * gst/median/gstmedian.c:
20602         * gst/monoscope/gstmonoscope.c:
20603         * gst/multipart/multipart.c:
20604         * gst/oldcore/gstelements.c:
20605         * gst/rtp/gstrtp.c:
20606         * gst/rtsp/gstrtsp.c:
20607         * gst/smoothwave/gstsmoothwave.c:
20608         * gst/smpte/gstsmpte.c:
20609         * gst/udp/gstudp.c:
20610         * gst/videobox/gstvideobox.c:
20611         * gst/videofilter/gstgamma.c:
20612         * gst/videofilter/gstvideobalance.c:
20613         * gst/videofilter/gstvideoflip.c:
20614         * gst/videofilter/gstvideotemplate.c:
20615         * gst/videomixer/videomixer.c:
20616         * gst/wavenc/gstwavenc.c:
20617         * gst/wavparse/gstwavparse.c:
20618         * sys/oss/gstossaudio.c:
20619         * sys/osxaudio/gstosxaudio.c:
20620           update GST_PLUGIN_DEFINE
20621         * gst/rtp/Makefile.am:
20622         * gst/rtp/gstasteriskh263.c:
20623           check for htons/htonl headers and possibly link to winsock2 lib
20624
20625 2005-11-12  Edward Hervey  <edward@fluendo.com>
20626
20627         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20628         Only GST_DEBUG() information on the valid components.
20629
20630 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20631
20632         * configure.ac: back to HEAD
20633
20634 === release 0.9.5 ===
20635
20636 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20637
20638         * configure.ac:
20639           releasing 0.9.5, "Phone Alarm"
20640
20641 2005-11-11  Edward Hervey  <edward@fluendo.com>
20642
20643         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20644         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20645         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20646         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20647         (gst_avi_demux_loop):
20648         * gst/avi/gstavidemux.h:
20649         Yeah, implement proper seeking. Exact seeking and segment seeking.
20650         Still need to do some checks for segment_stop.
20651
20652 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20653
20654         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20655
20656         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20657           Don't try to ready buffer duration from buffer that we don't
20658           own any  longer and that might already have been unreffed.
20659           (#321136)
20660
20661 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20662
20663         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20664         (flx_decode_delta_flc), (gst_flxdec_chain):
20665         Attempting to optimize the code for embedded systems.
20666
20667 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20668
20669         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20670
20671         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20672           Don't re-use already closed file descriptor. (#320920)
20673
20674 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20675
20676         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20677         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20678         (gst_oss_sink_prepare):
20679         * sys/oss/gstosssink.h:
20680           Cache probed caps; fix debug output for SET_PARAM macros.
20681
20682 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20683
20684         * ext/cairo/Makefile.am:
20685         * ext/cairo/gstcairo.c: (plugin_init):
20686         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20687         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20688         (gst_text_overlay_init), (gst_text_overlay_font_init),
20689         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20690         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20691         (gst_text_overlay_text_pad_linked),
20692         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20693         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20694         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20695         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20696         (gst_text_overlay_change_state):
20697         * ext/cairo/gsttextoverlay.h:
20698           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20699           property and redo positioning. Doesn't handle upstream renegotiation
20700           yet though.
20701
20702 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20703
20704         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20705         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20706         (gst_avi_demux_loop):
20707           No need to take the STREAM_LOCK in the loop function. Improve
20708           some debug messages. Don't leak pad names in debug messages.
20709
20710 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20711
20712         * gst/matroska/matroska-demux.c:
20713         (gst_matroska_demux_push_vorbis_codec_priv_data),
20714         (gst_matroska_demux_add_wvpk_header):
20715           Don't error out when the source pad isn't linked.
20716
20717 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20718
20719         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20720         (gst_gconf_audio_sink_change_state):
20721         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20722         (gst_gconf_video_sink_change_state):
20723           Fix state change functions here as well and set kid
20724           to NULL state before removing it.
20725
20726 2005-11-01  Edward Hervey  <edward@fluendo.com>
20727
20728         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20729         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20730         Added proper event handlind, 
20731         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20732         ignored),
20733         and don't set a duration of 0 for buffers otherwise they are discarded
20734         by GstBaseSink.
20735
20736         GstWavEnc needs some serious loving, after going through the code I'm
20737         really wondering how this can stay in -good ...
20738
20739 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20740
20741         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20742         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20743         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20744         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20745         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20746         (gst_matroska_mux_collected):
20747           Fix leaks and invalid memory access as reported by valgrind
20748
20749 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20750
20751         Patch by: Michal Benes <michal.benes@xeris.cz>
20752
20753         * check/Makefile.am:
20754         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20755         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20756         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20757           add a unit test for matroskamux
20758           fix the bugs that the unit test exposed
20759
20760 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20761
20762         * gst/autodetect/gstautoaudiosink.c:
20763         (gst_auto_audio_sink_class_init),
20764         (gst_auto_audio_sink_change_state):
20765         * gst/autodetect/gstautovideosink.c:
20766         (gst_auto_video_sink_class_init),
20767         (gst_auto_video_sink_change_state):
20768           Fix state change function and use GST_DEBUG_FUNCPTR in
20769           class_init.
20770
20771 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20772
20773         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20774
20775         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20776         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20777         * gst/matroska/ebml-write.h:
20778         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20779           Set timestamps on outgoing ebml headers as well, so that the
20780           element after matroskamux can get the timestamp already when
20781           reading the first ebml element and doesn't have to wait for
20782           the actual data buffer for that (#320308).
20783           
20784 2005-10-31  Andy Wingo  <wingo@pobox.com>
20785
20786         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20787         (gst_videomixer_pad_link): Kill some memleaks.
20788         (gst_videomixer_pad_get_property): Style fix.
20789         (gst_videomixer_pad_set_property): Style fix.
20790         (gst_videomixer_pad_init): Style fix.
20791         (gst_videomixer_update_queues): Kill memleak.
20792         (gst_videomixer_loop): Kill memleak.
20793         (gst_videomixer_collected): Kill memleak.
20794
20795 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20796
20797         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20798         gst_auparse_change_state:
20799         Just some cleanup.
20800
20801 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20802
20803         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20804         Add checks to GST_FLOW_NOT_LINKED for values returned
20805         from gst_pad_push.
20806         
20807 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20808
20809         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20810         (gst_rtpg711dec_process):
20811         * gst/rtp/gstrtpgsmenc.c:
20812         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20813         are never set. This is important for the g711 to work with burger's rtpbin
20814         element.
20815
20816 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20817
20818         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20819         (gst_speexenc_push_buffer):
20820         Add checks for return values from gst_pad_push and
20821         gst_pad_alloc_buffer.
20822
20823 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20824
20825         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20826
20827         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20828         (gst_matroska_demux_parse_info),
20829         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20830         (gst_matroska_demux_parse_cluster):
20831         * gst/matroska/matroska-ids.h:
20832         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20833         (gst_matroska_mux_init), (gst_matroska_mux_start),
20834         (gst_matroska_mux_create_buffer_header),
20835         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20836         (gst_matroska_mux_get_property):
20837         * gst/matroska/matroska-mux.h:
20838           Add SimpleBlock support to matroska demuxer and muxer (part of
20839           Matroska v2). (#319731)
20840
20841 2005-10-28  Wim Taymans  <wim@fluendo.com>
20842
20843         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20844         (gst_jpeg_dec_change_state):
20845         * ext/jpeg/gstjpegdec.h:
20846         Cleanups. Don't create caps for every chain.
20847
20848 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20849
20850         * gst/law/alaw-encode.c: (gst_alawenc_init),
20851         (alawenc_setcaps), (gst_alawenc_chain)
20852         * gst/law/alaw-encode.h:
20853         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20854         (mulawenc_setcaps), (gst_mulawenc_chain)
20855         * gst/law/mulaw-encode.h:
20856         Set timestamp on buffer and it allows RTP G711 elements
20857         work properly.
20858
20859 2005-10-27  Wim Taymans  <wim@fluendo.com>
20860
20861         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20862         Set correct format on oss instead of a silly value. 
20863
20864 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20865
20866         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20867         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20868         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20869         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20870         I420 rendering as well, doesn't bring much for my platform.
20871         Might help on some other platforms.
20872
20873 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20874
20875         * gst/rtp/gstrtpgsmenc.c:
20876         * gst/rtp/gstrtpgsmparse.c:
20877         Declaring the padtemplate correctly.
20878
20879 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20880
20881         * gst/rtp/gstrtpg711dec.c:
20882         * gst/rtp/gstrtpg711enc.c:
20883         * gst/rtp/gstrtpgsmenc.c:
20884         * gst/rtp/gstrtpgsmparse.c:
20885         Setting the proper copyright notice.
20886
20887 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20888
20889         * gst/videobox/Makefile.am: Use liboil.
20890         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20891         (gst_video_box_set_property), (gst_video_box_transform_caps),
20892         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20893         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20894         using liboil. Will dot the same to I420 border generation
20895         tomorrow.
20896
20897 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20898
20899         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20900         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20901         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20902         * gst/rtp/gstrtpg711dec.h:
20903         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20904         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20905         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20906         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20907         (gst_rtpgsmenc_handle_buffer):
20908         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20909         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20910         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20911         * gst/rtp/gstrtpgsmparse.h:
20912         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20913         inherits from the basertpdepayloader.
20914
20915 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20916
20917         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20918         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20919         (gst_video_box_ayuv): Removing this forgotten debug.
20920
20921 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20922
20923         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20924         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20925         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20926
20927 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20928
20929         * sys/oss/gstossaudio.c:
20930         * sys/oss/gstossdmabuffer.c:
20931         * sys/oss/gstosshelper.c:
20932         * sys/oss/gstossmixer.c:
20933         * sys/oss/gstossmixerelement.c:
20934         * sys/oss/gstossmixertrack.c:
20935         * sys/oss/gstosssink.c:
20936         * sys/oss/gstosssrc.c:
20937           Actually use the 'oss' debug category we register.
20938
20939 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20940
20941         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20942         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20943         Use gst_pad_get_parent and drop the ref that was added through
20944         that call.
20945
20946 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20947
20948         * gst/rtp/gstrtpgsmenc.c:
20949           Fix compilation
20950
20951 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20952
20953         * gst/rtp/gstrtpg711dec.c
20954         Just removed a couple of lines of weird code used during
20955         development/test time.
20956
20957 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20958
20959         * gst/rtp/Makefile.am
20960         * gst/rtp/gstrtp.c
20961         * gst/rtp/gstrtpg711enc.c
20962         * gst/rtp/gstrtpg711enc.h
20963         * gst/rtp/gstrtpg711dec.c
20964         * gst/rtp/gstrtpg711dec.h
20965         Created G711 payloader and depayloader (it supports mulaw and alaw
20966         (dec)encoders)
20967
20968 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20969
20970         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20971         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20972         Doh ! I introduced wingo's bug again ! Sorry...
20973
20974 2005-10-25  Christian Schaller <christian@fluendo.com> 
20975
20976         * gst/rtp/Makefile.am: add missing header files for disting
20977
20978 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20979
20980         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20981         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20982         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20983         (gst_rtpgsmenc_handle_buffer):
20984         * gst/rtp/gstrtpgsmenc.h:
20985         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20986         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20987         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20988         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20989         * gst/rtp/gstrtpgsmparse.h:
20990         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20991
20992 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20993
20994         * ext/libpng/gstpngdec.c: (user_info_callback),
20995         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20996         a newsegment event, move some redundant code in a single place.
20997
20998 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20999
21000         * ext/libpng/gstpngdec.c: (user_info_callback),
21001         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
21002         hack to get correct colors order when we have a png image with
21003         alpha channel.
21004
21005 2005-10-24  Edward Hervey  <edward@fluendo.com>
21006
21007         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
21008         Call gst_element_no_more_pads when there will be no more pads.
21009
21010 2005-10-24  Wim Taymans  <wim@fluendo.com>
21011
21012         * gst/rtp/Makefile.am:
21013         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
21014         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
21015         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
21016         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
21017         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
21018         (gst_asteriskh263_plugin_init):
21019         * gst/rtp/gstasteriskh263.h:
21020         * gst/rtp/gstrtp.c: (plugin_init):
21021         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
21022         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
21023         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
21024         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
21025         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
21026         (gst_rtph263enc_plugin_init):
21027         * gst/rtp/gstrtph263enc.h:
21028         Added two new payloaders, an RFC 2190 payloader for h263 and
21029         a payload convertor for an asterisk server.
21030
21031 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21032
21033         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21034           Set bytes_per_sample correctly (is not always 4, but 
21035           depends on width and number of channels).
21036
21037 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21038
21039         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
21040         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
21041         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21042         (gst_flacenc_sink_event), (gst_flacenc_chain),
21043         (gst_flacenc_set_property), (gst_flacenc_get_property),
21044         (gst_flacenc_change_state):
21045         * ext/flac/gstflacenc.h:
21046           Fix seeking, so that flacenc can rewrite the header with the
21047           correct duration and amount of samples and all that at EOS;
21048           also set timestamps and granulepos on outgoing buffers; add
21049           debug category; fix state change function.
21050           
21051 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21052
21053         * gst/videomixer/videomixer.c: Don't restrict video geometry
21054         from 16 to 4096.
21055
21056 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21057
21058         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21059         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21060         Fix caps negotiation correctly, add debugging category.
21061
21062 2005-10-24  Christian Schaller  <christian@fluendo.com>
21063
21064         * configure.ac: Port over Thomas's change from base listing all plugins
21065
21066 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21067
21068         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
21069         a sink pad.
21070
21071 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21072
21073         * configure.ac:
21074         * docs/upload.mak:
21075           back to HEAD
21076
21077 === release 0.9.4 ===
21078
21079 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21080
21081         * configure.ac:
21082           Releasing 0.9.4, "Dromiceiomimus"
21083
21084 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
21085
21086         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
21087         (gst_speexenc_src_query):
21088           Add position and duration query, fix query type function.
21089           
21090         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21091         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
21092           Let's not set non-fixed caps on source pads.
21093
21094 2005-10-21  Wim Taymans  <wim@fluendo.com>
21095
21096         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
21097         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
21098         (gst_avi_demux_handle_seek):
21099         Set correct stream_time in newsegment event.
21100         avi can also handle a duration query now.
21101
21102 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21103
21104         * gst/matroska/matroska-demux.c:
21105         (gst_matroska_demux_handle_src_query),
21106         (gst_matroska_demux_handle_seek_event),
21107         (gst_matroska_demux_loop_stream_parse_id):
21108           Fix duration query; fix basetime in newsegment event after
21109           seek; fix duration in initial newsegment event.
21110
21111         * gst/matroska/matroska-mux.c:
21112         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21113           Extract number of channels and samplerate from vorbis headers;
21114           add some debug messages when querying the durations of the
21115           input streams.
21116
21117 2005-10-20  Wim Taymans  <wim@fluendo.com>
21118
21119         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21120         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21121         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21122         Set stream time correctly in newsegment.
21123
21124 2005-10-20  Wim Taymans  <wim@fluendo.com>
21125
21126         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21127         Correctly fill in the stream time.
21128
21129 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21130
21131         * check/elements/level.c: (GST_START_TEST):
21132         * gst/level/gstlevel.c: (gst_level_message_new):
21133         * gst/level/level-example.c: (message_handler):
21134           use ELEMENT messages instead
21135
21136 2005-10-19  Wim Taymans  <wim@fluendo.com>
21137
21138         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21139         (gst_dvdemux_src_query):
21140         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21141         (gst_flacdec_src_query):
21142         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21143         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21144         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21145         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21146         * gst/debug/progressreport.c: (gst_progress_report_report):
21147         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21148         * gst/matroska/matroska-demux.c:
21149         (gst_matroska_demux_handle_src_query):
21150         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21151         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21152         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21153         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21154         (gst_wavparse_srcpad_event):
21155         API change fix.
21156
21157 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21158
21159         * gst/goom/filters.c:
21160         * gst/goom/graphic.h:
21161         * gst/goom/lines.c:
21162           Make inline functions either 'static inline' or 'extern inline',
21163           otherwise the Forte compiler apparently won't inline them (#317300).
21164
21165 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21166
21167         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21168         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21169         (user_info_callback), (user_endrow_callback), (user_end_callback),
21170         (user_read_data), (gst_pngdec_caps_create_and_set),
21171         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21172         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21173         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21174         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21175         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21176         very nice and handle push/pull based model. if you have filesrc
21177         connected to it, it will do random access to load the png file.
21178         If you have a network source that can't do _getrange, it does 
21179         progressive loading through the chain function.
21180         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21181         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21182         thanks to Master Wim Taymans ;-)
21183
21184 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21185
21186         * gst/matroska/Makefile.am:
21187         * gst/matroska/ebml-read.c:
21188         * gst/matroska/ebml-read.h:
21189         * gst/matroska/matroska-demux.c:
21190         * gst/matroska/matroska-demux.h:
21191         * gst/matroska/matroska.c: (plugin_init):
21192           Ported matroska demuxer to 0.9.
21193
21194 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21195
21196         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21197
21198         * gst/matroska/matroska-mux.c:
21199         (gst_matroska_mux_video_pad_setcaps),
21200         (gst_matroska_mux_audio_pad_setcaps):
21201           Fix mpeg4 input handling (#318847); also, while we're at it,
21202           fix media type for Motion-JPEG: should be image/jpeg.
21203
21204 2005-10-18  Wim Taymans  <wim@fluendo.com>
21205
21206         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21207         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21208         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21209         Fix for segment-start/stop API change.
21210
21211 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21212
21213         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21214         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21215         way.
21216
21217 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21218
21219         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21220         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21221         output declared in transform_caps.
21222
21223 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21224
21225         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21226
21227 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21228
21229         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21230         (gst_video_box_get_unit_size): Fix wrong size calculations and
21231         implement get_unit_size correctly.
21232
21233 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21234
21235         * configure.ac:
21236           Enable flx plugin.
21237
21238         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21239           Fix gcc4 signedness issue.
21240
21241 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21242
21243         * configure.ac: Adding videomixer.
21244         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21245         (user_read_data), (gst_pngdec_chain): More debugging.
21246         * gst/alpha/Makefile.am: Adding alphacolor
21247         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21248         (gst_alpha_color_class_init), (gst_alpha_color_init),
21249         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21250         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21251         (plugin_init): Ported to 0.9 using in place base tranform.
21252         * gst/videomixer/Makefile.am:
21253         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21254         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21255         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21256         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21257         (gst_videomixer_init), (gst_videomixer_getcaps),
21258         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21259         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21260         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21261         to 0.9 using collectpads.
21262
21263 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21264
21265         * configure.ac:
21266         * gst/flx/Makefile.am:
21267         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21268         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21269         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21270         * gst/flx/gstflxdec.h:
21271         flx plugin ported to 0.9
21272
21273 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21274
21275         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21276           use new gst_version_string()
21277
21278 2005-10-16  Andy Wingo  <wingo@pobox.com>
21279
21280         * configure.ac: GLIB_CHECK.
21281
21282 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21283
21284         * ext/libpng/Makefile.am:
21285         * ext/libpng/gstpng.c: (plugin_init):
21286         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21287         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21288         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21289
21290 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21291
21292         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21293
21294         * configure.ac:
21295         * gst/matroska/Makefile.am:
21296         * gst/matroska/ebml-ids.h:
21297         * gst/matroska/ebml-write.c:
21298         * gst/matroska/ebml-write.h:
21299         * gst/matroska/matroska-ids.h:
21300         * gst/matroska/matroska-mux.c:
21301         * gst/matroska/matroska-mux.h:
21302         * gst/matroska/matroska.c: (plugin_init):
21303           Port matroska muxer to 0.9 (#318847).
21304
21305 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21306
21307         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21308         (comment_init), (comment_add):
21309           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21310           use GST_READ_UINT32_LE() and friends rather than the private
21311           implementation of those same macros.
21312
21313 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21314
21315         * examples/stats/mp2ogg.c:
21316           more typo fixes
21317
21318 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21319
21320         * examples/indexing/indexmpeg.c: (main):
21321         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21322         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21323         * ext/esd/esdmon.h:
21324         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21325         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21326         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21327         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21328         * gst/avi/gstavimux.c: (gst_avimux_init):
21329         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21330         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21331         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21332         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21333         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21334         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21335         * gst/oldcore/gstmultifilesrc.h:
21336         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21337         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21338         (gst_pipefilter_change_state):
21339         * gst/oldcore/gstpipefilter.h:
21340         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21341         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21342         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21343         * sys/osxaudio/gstosxaudiosink.h:
21344         * sys/osxaudio/gstosxaudiosrc.h:
21345           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21346           moved bitshift from macro to enum definition
21347
21348 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21349
21350         * ext/Makefile.am:
21351         * ext/cairo/Makefile.am:
21352         * ext/cairo/gstcairo.c: (plugin_init):
21353         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21354         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21355         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21356         * ext/cairo/gsttimeoverlay.h:
21357           update of cairo-based timeoverlay to 1.0 Cairo API
21358           doesn't work yet for resizing of output sink
21359
21360 2005-10-11  Wim Taymans  <wim@fluendo.com>
21361
21362         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21363         newsegment API fix.
21364
21365 2005-10-11  Wim Taymans  <wim@fluendo.com>
21366
21367         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21368         (gst_dvdemux_demux_frame):
21369         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21370         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21371         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21372         (gst_avi_demux_handle_seek):
21373         * gst/goom/gstgoom.c: (gst_goom_event):
21374         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21375         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21376         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21377         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21378         (gst_wavparse_srcpad_event):
21379         newsegment API update.
21380
21381 2005-10-11  Andy Wingo  <wingo@pobox.com>
21382
21383         * ext/speex/gstspeexenc.c: Signedness cleanups.
21384
21385 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21386
21387         * PORTED_09:
21388         * ext/speex/Makefile.am:
21389         * ext/speex/gstspeex.c:
21390         * ext/speex/gstspeexenc.c:
21391         Speexenc ported to 0.9
21392
21393 2005-10-10  Wim Taymans  <wim@fluendo.com>
21394
21395         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21396         (gst_oss_sink_init), (gst_oss_sink_set_property),
21397         (gst_oss_sink_get_property), (gst_oss_sink_open),
21398         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21399         * sys/oss/gstosssink.h:
21400         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21401         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21402         (gst_oss_src_prepare):
21403         Cleanups, make device configurable in the sink, handle and report
21404         errors.
21405
21406 2005-10-10  Wim Taymans  <wim@fluendo.com>
21407
21408         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21409         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21410         Make sure element is NULL before removing from the bin.
21411
21412 2005-10-07  Andy Wingo  <wingo@pobox.com>
21413
21414         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21415         block forever in a read().
21416         (gst_dv1394src_bus_reset): Post a message when the cable is
21417         unplugged.
21418         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21419         (gst_dv1394src_bus_reset): Don't unref the message.
21420
21421         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21422         hacking. The only change should be that the state change stuff was
21423         put into basesrc's start() and stop() routines, which coalesces
21424         some steps.
21425
21426 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21427
21428         * configure.ac:
21429           Add check for mmap
21430           
21431         * gst/debug/Makefile.am:
21432           Only compile efence plugin on systems that have mmap.
21433
21434 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21435
21436         * gst/debug/Makefile.am:
21437         * gst/debug/breakmydata.c:
21438         * gst/debug/gstdebug.c:
21439         * gst/debug/gstnavigationtest.c:
21440         * gst/debug/gstnavseek.c: 
21441         * gst/debug/gstnavseek.h:
21442         * gst/debug/progressreport.c: 
21443         * gst/debug/testplugin.c:
21444           Port progressreport, navseek, navigationtest, testsink and
21445           breakmydata.
21446
21447 2005-10-05  Edward Hervey  <edward@fluendo.com>
21448
21449         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21450         (gst_dvdemux_src_query):
21451         Fixes for better conversion
21452
21453 2005-10-04  Michael Smith <msmith@fluendo.com>
21454
21455         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21456         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21457         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21458         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21459           Set state of elements to NULL before removing from bins.
21460           Set state of test element to NULL if we failed to move it to READY
21461
21462 2005-10-04  Edward Hervey  <edward@fluendo.com>
21463
21464         * ext/dv/Makefile.am:
21465         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21466         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21467         Corrected the query function for position so it doesn't forget what
21468         format was asked, and calls the conversion functions on the correct pad.
21469
21470 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21471
21472         * configure.ac:
21473           back to development
21474
21475 === release 0.9.3 ===
21476
21477 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21478
21479         * configure.ac:
21480           Releasing 0.9.3, "Aramis"
21481
21482 2005-10-03  Andy Wingo  <wingo@pobox.com>
21483
21484         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21485         error returns.
21486
21487 2005-10-02  Andy Wingo  <wingo@pobox.com>
21488
21489         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21490
21491         * ext/flac/gstflacenc.c: Ported to 0.9.
21492
21493         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21494
21495         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21496         and link to gsttagedit. Enable flacenc.
21497
21498         * ext/flac/gstflacdec.c: Re-enable tag reading.
21499
21500 2005-09-30  Wim Taymans  <wim@fluendo.com>
21501
21502         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21503         * gst/rtp/gstrtpgsmparse.c:
21504         * gst/rtp/gstrtph263penc.c:
21505         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21506         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21507         (gst_rtpmp4venc_set_property):
21508         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21509         Various class and caps fixes from Andre Magalhaes (andrunko)
21510
21511 2005-09-29  Wim Taymans  <wim@fluendo.com>
21512
21513         * gst/level/level-example.c: (main):
21514         Update for new bus API.
21515
21516 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21517
21518         * configure.ac:
21519           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21520           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21521
21522 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21523
21524         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21525           Fix playback of mono streams (bytes_per_sample should be set
21526           from the sample width and the number of channels negotiated,
21527           and not just be set to 4) (#317338)
21528
21529 2005-09-26  Wim Taymans  <wim@fluendo.com>
21530
21531         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21532         (gst_rtpmpaenc_handle_buffer):
21533         Set buffer duration correctly.
21534
21535 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21536
21537         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21538         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21539         (gst_avi_demux_change_state):
21540           Don't crash when encountering a stream with an unknown fourcc or
21541           codec id. Instead, create a pad of type video/x-avi-unknown or
21542           audio/x-avi-unknown, which as a side-effect also results in less
21543           confusing error messages in players ('no decoder' vs. 'no streams');
21544           minor fixes to state change function and class_init function.
21545
21546 2005-09-24  Wim Taymans  <wim@fluendo.com>
21547
21548         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21549         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21550         These are sinks.
21551
21552 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21553
21554         * check/elements/level.c: (GST_START_TEST):
21555           fix test for new GstClockTime use
21556         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21557         (gst_level_transform_ip):
21558         * gst/level/gstlevel.h:
21559           fix up the decay peak, ensuring the decay peak is never lower
21560           than the peak for that interval
21561
21562 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21563
21564         * docs/plugins/gst-plugins-good-plugins.args:
21565         * docs/plugins/inspect/plugin-alpha.xml:
21566         * docs/plugins/inspect/plugin-rtp.xml:
21567         * gst/level/gstlevel.c: (gst_level_set_caps),
21568         (gst_level_transform_ip):
21569           updating docs
21570
21571 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21572
21573         * Makefile.am:
21574         * check/elements/level.c: (GST_START_TEST):
21575         * gst/level/Makefile.am:
21576         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21577         (gst_level_set_property), (gst_level_get_property),
21578         (gst_level_set_caps), (gst_level_message_new),
21579         (gst_level_transform_ip):
21580         * gst/level/gstlevel.h:
21581         * gst/level/level-example.c: (message_handler), (main):
21582           convert to using GstClockTime for all time values, finally.
21583
21584 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21585
21586         * gst/auparse/Makefile.am:
21587         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21588           fix up build
21589         * configure.ac:
21590         * ext/cairo/Makefile.am:
21591         * ext/dv/Makefile.am:
21592         * ext/esd/Makefile.am:
21593         * ext/flac/Makefile.am:
21594         * ext/gconf/Makefile.am:
21595         * ext/gdk_pixbuf/Makefile.am:
21596         * ext/jpeg/Makefile.am:
21597         * ext/ladspa/Makefile.am:
21598         * ext/libcaca/Makefile.am:
21599         * ext/libmng/Makefile.am:
21600         * ext/libpng/Makefile.am:
21601         * ext/mikmod/Makefile.am:
21602         * ext/pango/Makefile.am:
21603         * ext/raw1394/Makefile.am:
21604         * ext/shout2/Makefile.am:
21605         * ext/speex/Makefile.am:
21606         * gst/alpha/Makefile.am:
21607         * gst/autodetect/Makefile.am:
21608         * gst/avi/Makefile.am:
21609         * gst/cutter/Makefile.am:
21610         * gst/debug/Makefile.am:
21611         * gst/effectv/Makefile.am:
21612         * gst/flx/Makefile.am:
21613         * gst/goom/Makefile.am:
21614         * gst/interleave/Makefile.am:
21615         * gst/law/Makefile.am:
21616         * gst/matroska/Makefile.am:
21617         * gst/median/Makefile.am:
21618         * gst/monoscope/Makefile.am:
21619         * gst/multipart/Makefile.am:
21620         * gst/oldcore/Makefile.am:
21621         * gst/rtp/Makefile.am:
21622         * gst/rtsp/Makefile.am:
21623         * gst/smoothwave/Makefile.am:
21624         * gst/smpte/Makefile.am:
21625         * gst/videobox/Makefile.am:
21626         * gst/videofilter/Makefile.am:
21627         * gst/videomixer/Makefile.am:
21628         * gst/wavenc/Makefile.am:
21629         * gst/wavparse/Makefile.am:
21630         * sys/oss/Makefile.am:
21631         * sys/osxaudio/Makefile.am:
21632         * sys/osxvideo/Makefile.am:
21633           fix up GST_LIBS use
21634
21635 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21636
21637         * gst/auparse/Makefile.am:
21638         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21639           fix build of auparse
21640
21641 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21642
21643         * configure.ac:
21644         * PORTED_09:
21645         * gst/auparse/gstauparse.c:
21646         * gst/auparse/gstauparse.h:
21647         Auparse ported to 0.9.
21648
21649 2005-09-22  Wim Taymans  <wim@fluendo.com>
21650
21651         * gst/rtp/TODO:
21652         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21653         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21654         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21655         (gst_rtpmp4venc_set_property):
21656         * gst/rtp/gstrtpmp4venc.h:
21657         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21658         * gst/rtp/gstrtpmpaenc.h:
21659         Use is_filled to both check MTU and max-ptime of base class.
21660
21661 2005-09-22  Wim Taymans  <wim@fluendo.com>
21662
21663         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21664         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21665         (gst_rtpmp4venc_set_property):
21666         Don't fragment packets with multiple frames.
21667
21668 2005-09-22  Wim Taymans  <wim@fluendo.com>
21669
21670         * gst/rtp/TODO:
21671         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21672         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21673         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21674         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21675         (gst_rtpmp4venc_get_property):
21676         * gst/rtp/gstrtpmp4venc.h:
21677         Remove g_print.
21678         Update TODO
21679         Make payload encoder a bit smarter and more correct with
21680         timestamps.
21681         Added option in payloader to include config string in-band.
21682
21683 2005-09-21  Wim Taymans  <wim@fluendo.com>
21684
21685         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21686         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21687         (gst_rtspsrc_send):
21688         Strip spaces for key/value pairs.
21689
21690 2005-09-21  Wim Taymans  <wim@fluendo.com>
21691
21692         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21693         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21694         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21695         (gst_rtspsrc_change_state):
21696         More SDP parsing and caps setting.
21697         Do NO_PREROLL differently.
21698         add pads only after negotiated.
21699
21700         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21701         (gst_udpsrc_getcaps):
21702         Implement the getcaps function.
21703
21704 2005-09-21  Wim Taymans  <wim@fluendo.com>
21705
21706         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21707         (gst_rtpamrdec_chain):
21708         Handle multiple AMr packets per payload. Handle CRC and
21709         parse ILL/ILP.
21710
21711         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21712         Make caps params strings for easy SDP mapping.
21713         
21714         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21715         Handle capsnego better.
21716
21717         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21718         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21719         Generate and parse config string in the caps.
21720
21721 2005-09-21  Wim Taymans  <wim@fluendo.com>
21722
21723         * gst/rtp/README:
21724         Update README
21725
21726         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21727         Make extra params as strings.
21728
21729         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21730         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21731         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21732         Make state change return NO_PREROLL as this is a live
21733         source.
21734
21735         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21736         Don't unref old caps when NULL.
21737
21738 2005-09-20  Wim Taymans  <wim@fluendo.com>
21739
21740         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21741         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21742         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21743         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21744         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21745         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21746         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21747         * gst/rtsp/sdpmessage.h:
21748         Add URI handler.
21749         Parse SDP and create caps.
21750
21751 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21752
21753         * gst/alpha/gstalpha.c:
21754           fix element description
21755
21756 2005-09-19  Wim Taymans  <wim@fluendo.com>
21757
21758         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21759         Don't check payload for now.
21760
21761 2005-09-19  Wim Taymans  <wim@fluendo.com>
21762
21763         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21764         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21765         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21766         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21767         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21768         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21769         (gst_wavparse_change_state):
21770         * gst/wavparse/gstwavparse.h:
21771         Fix wavparse some more.
21772
21773 2005-09-19  Wim Taymans  <wim@fluendo.com>
21774
21775         * check/elements/level.c: (GST_START_TEST):
21776         Fix for bus API change.
21777
21778 2005-09-19  Wim Taymans  <wim@fluendo.com>
21779
21780         * gst/level/level-example.c: (main):
21781         Fix for new bus API.
21782
21783         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21784         Set caps on pads.
21785
21786 2005-09-15  Wim Taymans  <wim@fluendo.com>
21787
21788         * gst/rtp/Makefile.am:
21789         * gst/rtp/README:
21790         * gst/rtp/gstrtp.c: (plugin_init):
21791         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21792         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21793         (gst_rtpamrdec_change_state):
21794         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21795         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21796         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21797         * gst/rtp/gstrtpamrenc.h:
21798         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21799         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21800         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21801         * gst/rtp/gstrtpgsmenc.h:
21802         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21803         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21804         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21805         (gst_rtpgsmparse_change_state):
21806         * gst/rtp/gstrtpgsmparse.h:
21807         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21808         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21809         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21810         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21811         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21812         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21813         * gst/rtp/gstrtph263penc.h:
21814         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21815         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21816         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21817         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21818         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21819         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21820         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21821         * gst/rtp/gstrtpmp4venc.h:
21822         * gst/rtp/gstrtpmpadec.c:
21823         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21824         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21825         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21826         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21827         * gst/rtp/gstrtpmpaenc.h:
21828         Updates to payloader/depayloaders, make payloaders use
21829         the base classes.
21830         Updated README with suggested RTP caps and how to convert
21831         to/from SDP.
21832         Added config descriptor in mp4v payloader.
21833
21834 2005-09-15  Andy Wingo  <wingo@pobox.com>
21835
21836         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21837         * gst/autodetect/gstautovideosink.c
21838         (gst_auto_video_sink_find_best): Update for new registry API.
21839
21840 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21841
21842         * common/c-to-xml.py:
21843         * common/gtk-doc-plugins.mak:
21844           a simple py script to generate valid xml from a C example
21845           probably also need to strip an MIT license when we decide
21846         * docs/plugins/Makefile.am:
21847         * gst/level/Makefile.am:
21848         * gst/level/gstlevel.c: (gst_level_init):
21849         * gst/level/level-example.c: (message_handler), (main):
21850           add an example to level that will show up in the docs
21851         * gst/rtp/TODO:
21852           add a note for the future
21853
21854 2005-09-14  Michael Smith <msmith@fluendo.com>
21855
21856         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21857           Actually define the debug object being used in wavenc. Fixes #316205
21858
21859 2005-09-14  Michael Smith <msmith@fluendo.com>
21860
21861         * gst/smpte/Makefile.am:
21862           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21863           needed to build on windows (bug 316204)
21864
21865 2005-09-12  Andy Wingo  <wingo@pobox.com>
21866
21867         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21868
21869 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21870
21871         * configure.ac:
21872         * gst/fdsrc/Makefile.am:
21873         * gst/fdsrc/gstfdsrc.c:
21874         * gst/fdsrc/gstfdsrc.h:
21875           Move fdsrc back into gstreamer core elements.
21876
21877         * gst/level/gstlevel.c: (gst_level_class_init),
21878         (gst_level_transform_ip):
21879         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21880           Basetransform changes.
21881
21882 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21883
21884         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21885         * ext/jpeg/smokecodec.c: (find_best_size):
21886           fix compiler warnings
21887
21888 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21889
21890         * gst-plugins-good.spec.in:
21891           spec file fixes
21892         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21893         (gst_multiudpsink_render), (gst_multiudpsink_add),
21894         (gst_multiudpsink_clear):
21895           it actually helps to actually stream if we hook up the
21896           "add" signal to an actual implementation
21897         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21898           some debugging
21899
21900 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21901
21902         * ext/jpeg/Makefile.am:
21903         * ext/jpeg/gstjpeg.c
21904         * ext/jpeg/gstjpegenc.c:
21905         * ext/jpeg/gstsmokeenc.c:
21906
21907 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21908
21909         * ext/flac/gstflacdec.c:
21910         * ext/flac/gstflacenc.c:
21911         * ext/flac/gstflactag.c:
21912         * ext/speex/gstspeexenc.c:
21913           gsttaginterface.h -> gsttagsetter.h
21914
21915 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21916
21917         * configure.ac:
21918         * gst/debug/Makefile.am:
21919         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21920         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21921         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21922         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21923         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21924           Port to 0.9 and re-enable efence plugin.
21925
21926 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21927
21928         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21929         (gst_flacdec_write), (gst_flacdec_convert_src):
21930         * ext/flac/gstflacdec.h:
21931           Add support for flac files with 24/32 bits per sample; and misc.
21932           minor clean-ups. Seeking is still partly broken (for me at least).
21933
21934 2005-09-06  Wim Taymans  <wim@fluendo.com>
21935
21936         * gst/rtp/Makefile.am:
21937         * gst/rtp/gstrtp.c: (plugin_init):
21938         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21939         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21940         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21941         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21942         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21943         (gst_rtpmp4vdec_plugin_init):
21944         * gst/rtp/gstrtpmp4vdec.h:
21945         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21946         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21947         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21948         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21949         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21950         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21951         * gst/rtp/gstrtpmp4venc.h:
21952         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21953         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21954         Added mpeg4 video payload encoder/decoder.
21955         Added some docs in mpa payloader.
21956
21957 === release 0.9.1 ===
21958
21959 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21960
21961         * NEWS:
21962         * README:
21963         * RELEASE:
21964         * autogen.sh:
21965         * configure.ac:
21966           releasing 0.9.1, "Blondie"
21967
21968 2005-09-05  Andy Wingo  <wingo@pobox.com>
21969
21970         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21971         here from the state change handler, so we fire signals without
21972         holding the state lock.
21973
21974 2005-09-02  Andy Wingo  <wingo@pobox.com>
21975
21976         * All plugins updated for element state changes.
21977
21978 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21979
21980         * Makefile.am:
21981         * check/.cvsignore:
21982         * check/Makefile.am:
21983         * check/elements/.cvsignore:
21984         * check/elements/level.c: (setup_level), (cleanup_level),
21985         (GST_START_TEST), (level_suite), (main):
21986           add a test for level
21987         * common/release.mak:
21988           move the enum checking to release.mak
21989         * configure.ac:
21990           add valgrind and check checking
21991         * gst/level/gstlevel.c: (gst_level_transform):
21992         * gst/level/gstlevel.h:
21993           fix Andy's cast bug
21994           convert a field to int
21995           fix the arithmetic to int when checking for emit so that a
21996           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21997
21998 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21999
22000         * Makefile.am:
22001         * configure.ac:
22002           add docs to build
22003         * common/plugins.xsl:
22004           wrap Description into a refsect2
22005         * docs/Makefile.am:
22006         * docs/plugins/Makefile.am:
22007         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22008         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22009         * gst/goom/Makefile.am:
22010         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
22011         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
22012         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
22013         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
22014         (gst_goom_change_state):
22015         * gst/goom/gstgoom.h:
22016           GstGOOM -> GstGoom
22017           add an example launch line
22018         * gst/level/gstlevel.h:
22019         * gst/monoscope/gstmonoscope.c:
22020           cleanups
22021
22022 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22023
22024         * configure.ac:
22025         * docs/plugins/Makefile.am:
22026         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22027         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22028         * docs/plugins/gst-plugins-good-plugins.types:
22029           document elements and plugins.  Shazam !
22030
22031 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22032
22033         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
22034           be found under doc/random/ChangeLog-0.8