gst/qtdemux/: Streamline tag handling and pass unparsed tags as binary blob in privat...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2009-01-05  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2
3         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4         (qtdemux_tag_add_tmpo), (qtdemux_tag_add_covr),
5         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
6         (qtdemux_tag_add_blob), (qtdemux_parse_udta):
7         * gst/qtdemux/qtdemux.h:
8         * gst/qtdemux/quicktime.c: (plugin_init):
9         Streamline tag handling and pass unparsed tags as binary blob
10         in private tag.
11
12 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
13
14         * gst/audiofx/Makefile.am:
15         * gst/audiofx/audiofxbaseiirfilter.c:
16         (gst_audio_fx_base_iir_filter_base_init),
17         (gst_audio_fx_base_iir_filter_dispose),
18         (gst_audio_fx_base_iir_filter_class_init),
19         (gst_audio_fx_base_iir_filter_init),
20         (gst_audio_fx_base_iir_filter_calculate_gain),
21         (gst_audio_fx_base_iir_filter_set_coefficients),
22         (gst_audio_fx_base_iir_filter_setup), (process),
23         (gst_audio_fx_base_iir_filter_transform_ip),
24         (gst_audio_fx_base_iir_filter_stop):
25         * gst/audiofx/audiofxbaseiirfilter.h:
26         Implement a base class for IIR filters.
27
28         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_base_init),
29         (gst_audio_cheb_band_class_init), (gst_audio_cheb_band_init),
30         (generate_coefficients), (gst_audio_cheb_band_set_property),
31         (gst_audio_cheb_band_setup):
32         * gst/audiofx/audiochebband.h:
33         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_base_init),
34         (gst_audio_cheb_limit_class_init), (gst_audio_cheb_limit_init),
35         (generate_coefficients), (gst_audio_cheb_limit_set_property),
36         (gst_audio_cheb_limit_setup):
37         * gst/audiofx/audiocheblimit.h:
38         Use the IIR filter base class for the chebyshev filters.
39
40 2009-01-02  Michael Smith <msmith@songbirdnest.com>
41
42           Patch by: Justin Karnegas <justin@affinix.com> and
43                     Michael Smith <msmith@songbirdnest.com>
44         * sys/osxaudio/gstosxaudio.c:
45         * sys/osxaudio/gstosxaudioelement.c:
46         * sys/osxaudio/gstosxaudioelement.h:
47         * sys/osxaudio/gstosxaudiosink.c:
48         * sys/osxaudio/gstosxaudiosink.h:
49         * sys/osxaudio/gstosxaudiosrc.c:
50         * sys/osxaudio/gstosxaudiosrc.h:
51         * sys/osxaudio/gstosxringbuffer.c:
52         * sys/osxaudio/gstosxringbuffer.h:
53           Rewrite osxaudio to work more flexibly and more reliably, using a
54           different abstraction layer of coreaudio that is the recommended way of
55           doing low-level audio I/O on OSX.
56           Fixes byg #564948.
57
58 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
59
60         * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
61         Add example RTP transcoding pipeline from any file decodedable with
62         uridecodebin.
63
64 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
65
66         * tests/examples/rtp/.cvsignore:
67         * tests/examples/rtp/Makefile.am:
68         * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
69         * tests/examples/rtp/server-alsasrc-PCMA.c: (main):
70         Add two C examples of using gstrtpbin as a sender and a receiver.
71
72 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
73
74         * ChangeLog:
75         Remove conflict marker from ChangeLog
76
77 2008-12-28  Edward Hervey  <edward.hervey@collabora.co.uk>
78
79         Patch by: j^ <j at oil21.org>
80
81         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps),
82         (qtdemux_audio_caps):
83         Add codec mapping for xvid, fmp4 and ac3 tracks.
84         Fixes #565850
85
86 2008-12-23  Wim Taymans  <wim.taymans@collabora.co.uk>
87
88         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
89         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
90         (gst_smokeenc_chain), (gst_smokeenc_change_state):
91         * ext/jpeg/gstsmokeenc.h:
92         Implement getcaps function.
93         Set caps on the pad and on all outgoing buffers.
94         Fixes #565441.
95
96 2008-12-19  Stefan Kost  <ensonic@users.sf.net>
97
98         * ext/pulse/pulsemixerctrl.c:
99           And remove temporary comment pointing to the bug ticket.
100
101         * gst/avi/gstavimux.c:
102           Move reoccuring logging to LOG and log instance too.
103
104 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
105
106         * ext/pulse/pulsemixerctrl.c:
107           Don't leak the pa_operation.
108
109 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
110
111         * configure.ac:
112           Require core cvs.
113
114 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
115
116         * gst/avi/gstavimux.c:
117           Rename api from _flush to _reset_tags. 
118
119 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
120
121         * gst/avi/gstavimux.c:
122           Use new tagsetter api to flush tags.
123
124 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
125
126         * tests/check/elements/deinterleave.c: (deinterleave_suite):
127         Increase timeout to 3 minutes to prevent timeouts.
128
129 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
130
131         * tests/check/elements/interleave.c: (interleave_suite):
132         Increase timeout to 3 minutes to prevent timeouts.
133
134 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
135
136         * gst/avi/gstavimux.c:
137         * gst/avi/gstavimux.h:
138           Totally remove the internal taglists and fully use tagsetter.
139
140 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
141
142         * gst/avi/gstavimux.c:
143           Instead of filtering wrongly just use the mergemode. Applications is
144           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
145           avi for real (I hope). Everyone chime in, before I fix the others.
146
147 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
148
149         * ext/pulse/pulsemixerctrl.c:
150           Add note about memleak.
151
152 2008-12-13  Edward Hervey  <bilboed@gmail.com>
153
154         * m4/Makefile.am:
155         A couple more .m4 that aren't shipped anymore with gettext 0.17.
156
157 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
158
159         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
160         (gst_flac_dec_init):
161         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
162         (gst_alaw_dec_init):
163         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
164         (gst_alaw_enc_init):
165         * gst/law/alaw.c: (plugin_init):
166         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
167         (gst_mulawdec_init):
168         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
169         (gst_mulawenc_init):
170         * gst/law/mulaw.c: (plugin_init):
171         Switch to using GstStaticPadTemplate.
172         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
173         Don't forget to free the addrinfo structure.
174         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
175         (gst_wavparse_sink_activate):
176         Don't forget to unref the GstAdapter.
177
178 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
179
180         * m4/Makefile.am:
181         inttypes.m4 hasn't been available since gettext-0.15, and since we now
182         require gettext >= 0.17 ... we can remove it from the list of files to
183         dist.
184
185 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
186
187         * gst/avi/gstavidemux.c:
188           More logging.
189
190         * gst/avi/gstavimux.c:
191           Handle more metadata fields. Better estimate of metadata size. Don't
192           merge received tags, if application has specified tags using
193           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
194
195 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
196
197         * tests/check/Makefile.am:
198         Also ignore pulsemixer for the states unit test.
199
200 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
201
202         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
203         Add an EOI marker at the end of the jpeg frame when it's missing.
204         Fixes #563056.
205
206 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
207
208         * tests/check/elements/videocrop.c: (check_1x1_buffer):
209         Update the unit test for the new color values for BT.601 red.
210         Fixes bug #563510.
211
212 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
213
214         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
215           Restore previous behaviour of not passing QoS and navigation
216           events upstream, which presumably wasn't meant to be changed.
217
218 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
219
220         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
221         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
222         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
223         (gst_dvdemux_chain), (gst_dvdemux_loop),
224         (gst_dvdemux_change_state):
225         Add srcpads only when needed and remove them again when going
226         back to READY. This prevents stalled pipelines if there's no
227         audio inside the DV stream, which happens for many MXF files.
228
229 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
230
231         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
232         (run_server):
233         The ports in libsoup are unsigned integers and not signed
234         integers.
235
236 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
237
238         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
239         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
240         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
241         (gst_dvdemux_chain), (gst_dvdemux_loop),
242         (gst_dvdemux_change_state):
243         Add srcpads only when they're needed. If we add all pads in any
244         case we will get a stalling audio pad if the stream contains
245         no audio, which is the case for many MXF files.
246
247 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
248
249         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
250         Forward all events upstream unless it's something we really
251         don't handle. This fixes latency configuration of pipelines.
252
253 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
254
255         * ext/dv/gstdv.c: (plugin_init):
256         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
257         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
258         Really call dv_init() exactly one time, not one time for
259         the demuxer and one time for the decoder.
260
261 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
262
263         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
264         Copy incomming timestamp to outgoing packets.
265
266 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
267
268         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
269         (gst_rtp_mp4v_pay_event):
270         Don't try to push packets before we could find a valid config
271         startcode. Fixes #563509.
272
273 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
274
275         Patch by: Brian Cameron <brian.cameron at sun dot com>
276
277         * sys/sunaudio/gstsunaudiomixerctrl.c:
278         (gst_sunaudiomixer_ctrl_open):
279         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
280
281 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
282
283         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
284
285         * configure.ac:
286         Make usage of libv4l optional by a configure parameter.
287         Fixes bug #563504.
288
289 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
290
291         * docs/plugins/Makefile.am:
292         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
293         * docs/plugins/gst-plugins-good-plugins-sections.txt:
294         * docs/plugins/gst-plugins-good-plugins.args:
295         * docs/plugins/gst-plugins-good-plugins.hierarchy:
296         * docs/plugins/gst-plugins-good-plugins.interfaces:
297         * docs/plugins/inspect/plugin-1394.xml:
298         * docs/plugins/inspect/plugin-aasink.xml:
299         * docs/plugins/inspect/plugin-alaw.xml:
300         * docs/plugins/inspect/plugin-alpha.xml:
301         * docs/plugins/inspect/plugin-alphacolor.xml:
302         * docs/plugins/inspect/plugin-annodex.xml:
303         * docs/plugins/inspect/plugin-apetag.xml:
304         * docs/plugins/inspect/plugin-audiofx.xml:
305         * docs/plugins/inspect/plugin-auparse.xml:
306         * docs/plugins/inspect/plugin-autodetect.xml:
307         * docs/plugins/inspect/plugin-avi.xml:
308         * docs/plugins/inspect/plugin-cacasink.xml:
309         * docs/plugins/inspect/plugin-cairo.xml:
310         * docs/plugins/inspect/plugin-cutter.xml:
311         * docs/plugins/inspect/plugin-debug.xml:
312         * docs/plugins/inspect/plugin-dv.xml:
313         * docs/plugins/inspect/plugin-efence.xml:
314         * docs/plugins/inspect/plugin-effectv.xml:
315         * docs/plugins/inspect/plugin-equalizer.xml:
316         * docs/plugins/inspect/plugin-esdsink.xml:
317         * docs/plugins/inspect/plugin-flac.xml:
318         * docs/plugins/inspect/plugin-flxdec.xml:
319         * docs/plugins/inspect/plugin-gamma.xml:
320         * docs/plugins/inspect/plugin-gconfelements.xml:
321         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
322         * docs/plugins/inspect/plugin-goom.xml:
323         * docs/plugins/inspect/plugin-goom2k1.xml:
324         * docs/plugins/inspect/plugin-halelements.xml:
325         * docs/plugins/inspect/plugin-icydemux.xml:
326         * docs/plugins/inspect/plugin-id3demux.xml:
327         * docs/plugins/inspect/plugin-interleave.xml:
328         * docs/plugins/inspect/plugin-jpeg.xml:
329         * docs/plugins/inspect/plugin-level.xml:
330         * docs/plugins/inspect/plugin-matroska.xml:
331         * docs/plugins/inspect/plugin-monoscope.xml:
332         * docs/plugins/inspect/plugin-mulaw.xml:
333         * docs/plugins/inspect/plugin-multifile.xml:
334         * docs/plugins/inspect/plugin-multipart.xml:
335         * docs/plugins/inspect/plugin-navigationtest.xml:
336         * docs/plugins/inspect/plugin-ossaudio.xml:
337         * docs/plugins/inspect/plugin-png.xml:
338         * docs/plugins/inspect/plugin-pulseaudio.xml:
339         * docs/plugins/inspect/plugin-quicktime.xml:
340         * docs/plugins/inspect/plugin-replaygain.xml:
341         * docs/plugins/inspect/plugin-rtp.xml:
342         * docs/plugins/inspect/plugin-rtsp.xml:
343         * docs/plugins/inspect/plugin-shout2send.xml:
344         * docs/plugins/inspect/plugin-smpte.xml:
345         * docs/plugins/inspect/plugin-soup.xml:
346         * docs/plugins/inspect/plugin-spectrum.xml:
347         * docs/plugins/inspect/plugin-speex.xml:
348         * docs/plugins/inspect/plugin-taglib.xml:
349         * docs/plugins/inspect/plugin-udp.xml:
350         * docs/plugins/inspect/plugin-video4linux2.xml:
351         * docs/plugins/inspect/plugin-videobalance.xml:
352         * docs/plugins/inspect/plugin-videobox.xml:
353         * docs/plugins/inspect/plugin-videocrop.xml:
354         * docs/plugins/inspect/plugin-videoflip.xml:
355         * docs/plugins/inspect/plugin-videomixer.xml:
356         * docs/plugins/inspect/plugin-wavenc.xml:
357         * docs/plugins/inspect/plugin-wavpack.xml:
358         * docs/plugins/inspect/plugin-wavparse.xml:
359         * docs/plugins/inspect/plugin-ximagesrc.xml:
360         * gst/matroska/matroska-demux.c:
361         * gst/matroska/matroska-demux.h:
362         * gst/matroska/matroska-mux.c:
363         * gst/matroska/matroska-mux.h:
364         Add documentation for matroskamux and matroskademux and
365         update the inspection xml files.
366
367 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
368
369         * configure.ac:
370         Apparently AC_CONFIG_MACRO_DIR breaks when using more
371         than one macro directory, reverting last change.
372
373 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
374
375         * configure.ac:
376         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
377         our M4 macros.
378
379 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
380
381         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
382         Provide the parameters that are required for the format string
383         to fix a compiler warning.
384
385 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
386
387         * gst/autodetect/gstautoaudiosrc.c:
388           Fix classification.
389
390 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
391
392         Patch by: Cygwin Ports maintainer
393                   <yselkowitz at users dot sourceforge dot net>
394
395         * autogen.sh:
396         * configure.ac:
397         Require gettext 0.17 because older versions don't mix with libtool
398         2.2. At build time an older gettext version will still work.
399         Fixes bug #556091.
400
401 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
402
403         Patch by: Peter Kjellerstedt <pkj at axis com>
404
405         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
406         Make gst_multiudpsink_render() ignore errors from sendto() instead of
407         breaking streaming. Emit a warning instead. Fixes #562572.
408
409 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
410
411         Patch by: Ron McOuat <rmcouat at smartt dot com>
412
413         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
414         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
415         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
416         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
417         * ext/soup/gstsouphttpsrc.h:
418         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
419         (digest_auth_cb), (run_test), (GST_START_TEST),
420         (souphttpsrc_suite), (run_server):
421         Add support for basic and digest authentication in souphttpsrc.
422         Fixes bug #561775.
423
424 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
425
426         Patch by: Pepijn Van Eeckhoudt
427                       <pepijn dot vaneeckhoudt at luciad dot com>
428
429         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
430         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
431         * gst/wavenc/gstwavenc.h:
432         * gst/wavenc/riff.h:
433         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
434
435 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
436
437         Patch by: 이문형 <iwings at gmail dot com>
438
439         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
440         Prevent further read/write actions taken to the connect-failed socket by
441         erroring out quickly. See #562258.
442
443 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
444
445         * tests/examples/level/level-example.c:
446           Set fakesink to sync. Otherwise people might question the message
447           interval. Nevertheless the timestamp in the message is what matters.
448
449 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
450
451         * tests/icles/.cvsignore:
452         cvsignore newly generated file.
453
454 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
455
456         * gst/rtp/gstasteriskh263.c:
457         * gst/rtp/gstasteriskh263.h:
458         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
459         * gst/rtp/gstrtpL16depay.h:
460         * gst/rtp/gstrtpL16pay.c:
461         * gst/rtp/gstrtpL16pay.h:
462         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
463         * gst/rtp/gstrtpac3depay.h:
464         * gst/rtp/gstrtpamrdepay.c:
465         * gst/rtp/gstrtpamrdepay.h:
466         * gst/rtp/gstrtpamrpay.c:
467         * gst/rtp/gstrtpamrpay.h:
468         * gst/rtp/gstrtpdepay.c:
469         * gst/rtp/gstrtpdepay.h:
470         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
471         * gst/rtp/gstrtpg726depay.c:
472         * gst/rtp/gstrtpg726pay.c:
473         * gst/rtp/gstrtpg729depay.c:
474         * gst/rtp/gstrtpg729pay.c:
475         * gst/rtp/gstrtpgsmdepay.c:
476         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
477         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
478         * gst/rtp/gstrtph263depay.h:
479         * gst/rtp/gstrtph263pay.c:
480         * gst/rtp/gstrtph263pay.h:
481         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
482         * gst/rtp/gstrtph263pdepay.h:
483         * gst/rtp/gstrtph263ppay.c:
484         * gst/rtp/gstrtph263ppay.h:
485         * gst/rtp/gstrtph264depay.c:
486         * gst/rtp/gstrtph264depay.h:
487         * gst/rtp/gstrtph264pay.c:
488         * gst/rtp/gstrtph264pay.h:
489         * gst/rtp/gstrtpilbcdepay.c:
490         * gst/rtp/gstrtpilbcpay.c:
491         * gst/rtp/gstrtpjpegdepay.h:
492         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
493         * gst/rtp/gstrtpmp1sdepay.h:
494         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
495         * gst/rtp/gstrtpmp2tdepay.h:
496         * gst/rtp/gstrtpmp2tpay.c:
497         * gst/rtp/gstrtpmp2tpay.h:
498         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
499         * gst/rtp/gstrtpmp4apay.c:
500         * gst/rtp/gstrtpmp4apay.h:
501         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
502         * gst/rtp/gstrtpmp4gdepay.h:
503         * gst/rtp/gstrtpmp4gpay.c:
504         * gst/rtp/gstrtpmp4gpay.h:
505         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
506         * gst/rtp/gstrtpmp4vdepay.h:
507         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
508         * gst/rtp/gstrtpmp4vpay.h:
509         * gst/rtp/gstrtpmpadepay.c:
510         * gst/rtp/gstrtpmpadepay.h:
511         * gst/rtp/gstrtpmpapay.c:
512         * gst/rtp/gstrtpmpapay.h:
513         * gst/rtp/gstrtpmpvdepay.c:
514         * gst/rtp/gstrtpmpvdepay.h:
515         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
516         * gst/rtp/gstrtppcmapay.c:
517         * gst/rtp/gstrtppcmudepay.c:
518         * gst/rtp/gstrtppcmupay.c:
519         * gst/rtp/gstrtpspeexdepay.c:
520         * gst/rtp/gstrtpspeexpay.c:
521         * gst/rtp/gstrtpsv3vdepay.c:
522         * gst/rtp/gstrtpsv3vdepay.h:
523         * gst/rtp/gstrtptheoradepay.c:
524         * gst/rtp/gstrtptheoradepay.h:
525         * gst/rtp/gstrtptheorapay.c:
526         * gst/rtp/gstrtptheorapay.h:
527         * gst/rtp/gstrtpvorbisdepay.c:
528         * gst/rtp/gstrtpvorbisdepay.h:
529         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
530         * gst/rtp/gstrtpvorbispay.h:
531         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
532         * gst/rtp/gstrtpvrawpay.c:
533         Fix the descriptions and fix some email addresses.
534
535 2008-11-25  Julien Moutte  <julien@fluendo.com>
536
537         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
538         to supported qtdemux video codecs as I found some video clips using 
539         those.
540
541 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
542
543         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
544         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
545         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
546         (gst_auto_video_sink_detect):
547         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
548         Post an error when we can't set the internal ghostpad target.
549
550 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
551
552         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
553         (gst_video_crop_transform), (gst_video_crop_transform_caps),
554         (gst_video_crop_set_caps), (gst_video_crop_set_property):
555         * gst/videocrop/gstvideocrop.h:
556         Fix renegotiation when changing properties using the new basetransform
557         features. Fixes #561502.
558
559         * tests/icles/Makefile.am:
560         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
561         Add crazy interactive test unit for dynamically changing properties.
562
563 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
564
565         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
566         (gst_rtspsrc_parse_range):
567         Add some more debugging.
568         Use the reanges received from the server unconditionally.
569         Fixes #561625.
570
571 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
572
573         * ext/pulse/pulsesink.c:
574           Change #if 0 to something more expresive and add pointer to related
575           bug ticket.
576
577 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
578
579         Patch by: Tal Shalif <tshalif at nargila dot org>
580
581         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
582         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
583         the latter don't exist on some systems (mingw). Fixes bug #561990.
584
585 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
586
587         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
588
589         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
590         Add transferMode.dnla.org header to HTTP requests as this is
591         required by the DLNA specs and doesn't hurt in other situations.
592         Fixes bug #561802.
593
594 2008-11-20  Michael Smith <msmith@songbirdnest.com>
595
596         * sys/osxvideo/osxvideosink.h:
597         * sys/osxvideo/osxvideosink.m:
598           Handle video window resizing more correctly, avoiding crashes when
599           embedding the window and resizing it.
600
601 2008-11-20  Michael Smith <msmith@songbirdnest.com>
602
603         * gst/udp/gstmultiudpsink.c:
604         * gst/udp/gstudpnetutils.c:
605         * gst/udp/gstudpnetutils.h:
606         * gst/udp/gstudpsrc.c:
607           Fix multiudpsink on OSX by passing the specific length of the socket,
608           refactor that into a function shared with the same thing in udpsrc.
609
610 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
611
612         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
613         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
614         (gst_wavparse_stream_headers):
615         Fix the scaling code.
616         Fix parsing of the INFO chunks, we were reading the wrong number of
617         bytes.  Fixes #561580.
618
619 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
620
621         * gst/matroska/matroska-mux.c:
622         Fix NULL pointer dereference of an unset codec_id in the recently 
623         added Dirac paths
624
625 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
626
627         * tests/check/Makefile.am:
628         Just keep disabling elements that hang the states test until it
629         works.
630
631 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
632
633         * ext/libpng/gstpngenc.c:
634         Don't flush downstream after every buffer - that's not what
635         this libpng callback is for at all!
636
637 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
638
639         * sys/v4l2/v4l2src_calls.c:
640           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
641           (gst_v4l2src_probe_caps_for_format):
642           Turns out we don't always get the frame sizes in a predefined
643           order from lowest to highest resolution, so let's just sort the
644           list by frame size once we've queried the possible resolutions
645           rather than assume any particular order. Fixes probed caps for
646           the camera in my HP2133 mini notebook and makes v4l2src default
647           to a decent size.
648
649 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
650
651         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
652         * gst/matroska/matroska-ids.h:
653         Make mkvdemux aware of E-AC3.
654
655 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
656
657         * gst/rtp/Makefile.am:
658         * gst/rtp/gstrtp.c: (plugin_init):
659         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
660         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
661         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
662         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
663         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
664         (gst_rtp_jpeg_depay_change_state),
665         (gst_rtp_jpeg_depay_plugin_init):
666         * gst/rtp/gstrtpjpegdepay.h:
667         Add a jpeg depayloader.
668
669         * gst/rtp/gstrtpjpegpay.c:
670         Set the default properties on the payloader to better defaults.
671
672 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
673
674         * sys/v4l2/gstv4l2.c:
675           Give it a primary rank for autovideosrc.
676
677 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
678
679         Patch by: Bjorn Ostby <bjornos at axis dot com>
680
681         * gst/rtp/Makefile.am:
682         * gst/rtp/gstrtp.c: (plugin_init):
683         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
684         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
685         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
686         (gst_rtp_jpeg_pay_read_quant_table),
687         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
688         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
689         (gst_rtp_jpeg_pay_plugin_init):
690         * gst/rtp/gstrtpjpegpay.h:
691         Add JPEG payloader. Fixes #560756.
692
693 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
694
695         Patch by: Fabricio Godoy <skarllot at gmail dot com>
696
697         * sys/oss/gstosssink.c: (gst_oss_sink_open):
698         * sys/oss/gstosssrc.c: (gst_oss_src_open):
699         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
700         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
701         Fix some spelling mistakes. Fixes #556802.
702
703 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
704
705         * gst/equalizer/GstIirEqualizer10Bands.prs:
706         * gst/equalizer/GstIirEqualizer3Bands.prs:
707         * gst/equalizer/Makefile.am:
708         * gst/equalizer/gstiirequalizer10bands.c:
709         * gst/equalizer/gstiirequalizer3bands.c:
710           Add presets for equalizer. Fixes #522183.
711
712 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
713
714         * gst/rtsp/Makefile.am:
715         * gst/rtsp/gstrtsp.c: (plugin_init):
716         * gst/rtsp/gstrtspgoogle.c:
717         * gst/rtsp/gstrtspgoogle.h:
718         Remove google extension again, it's not needed anymore because we never
719         send multiple transports anymore.
720
721 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
722
723         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
724
725         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
726         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
727         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
728         (gst_rtspsrc_stream_free),
729         (gst_rtspsrc_stream_configure_udp_sinks),
730         (gst_rtspsrc_stream_configure_transport),
731         (gst_rtspsrc_send_dummy_packets),
732         (gst_rtspsrc_create_transports_string),
733         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
734         * gst/rtsp/gstrtspsrc.h:
735         Add property to configure NAT traversal method.
736         Ignore EOS from the internal sinks.
737         Implement sending dummy packets as a (simple) method to open up
738         some firewalls.
739         Send PLAY request to the server after we started the udp sources.
740         Fixes #559545.
741
742 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
743
744         Patch by: Yotam <sh dot yotam at gmail dot com>
745
746         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
747         Flush the remaining frames on EOS. Fixes #560641.
748
749 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
750
751         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
752         Fix compiler warning about printf formatting.
753
754 2008-11-12  Andy Wingo  <wingo@pobox.com>
755
756         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
757         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
758         segment events instead of sending them from the seeking thread.
759         Fixes #559288.
760         (gst_qtdemux_push_pending_newsegment): New helper, sends out
761         queued newsegment events.
762         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
763         call it here, as we only seek when looping, and only push in the
764         movie state.
765
766 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
767
768         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
769         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
770         * gst/qtdemux/qtdemux_fourcc.h:
771         * gst/qtdemux/qtdemux_types.c:
772         Add cover and alternative copyright tag, and enhance some existing
773         ones by marking them as container atoms.
774
775 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
776
777         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
778         Don't ignore the return value of setcaps.
779
780 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
781
782         Patch by: Olivier Crete <tester at tester dot ca>
783
784         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
785         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
786         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
787         * gst/rtp/gstrtpg729pay.h:
788         Replace G729 payloader with an improved version. Fixes #532409.
789
790 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
791
792         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
793         (gst_rtspsrc_change_state):
794         Only send one transport at a time for improved compatibility with some
795         broken servers. See #537832.
796
797 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
798
799         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
800         (gst_rtspsrc_perform_seek):
801         Only pause/play in the seek handler when the source was playing.
802         Fixes #529379.
803
804 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
805
806         * gst/matroska/matroska-mux.c:
807         (gst_matroska_mux_handle_dirac_packet):
808         Fix muxing of Dirac streams if the input already has the format
809         we need, i.e. is the output of matroskademux.
810
811 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
812
813         * gst/avi/gstavimux.c:
814           Don't segfault on string typed tags being NULL. Fixes #560155.
815
816 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
817
818         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
819         (gst_matroska_mux_audio_pad_setcaps):
820         Fix mapping AAC profile to Matroska codec id.
821
822 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
823
824         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
825         (qtdemux_video_caps), (qtdemux_audio_caps):
826         Refactor some raw audio caps building, and handle >16-bit cases.
827         Fix/replace building caps from a string description.
828
829 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
830
831         * gst/audiofx/audiowsincband.c:
832         * gst/audiofx/audiowsinclimit.c:
833         * gst/cutter/gstcutter.c:
834           Make author name consistent with others.
835
836 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
837
838         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
839
840         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
841         (gst_rtspsrc_stream_configure_udp_sink):
842         Pause the RTSP stream before doing a new play request.
843         Make sure that adding the udpsinks does not cause the rtspsrc to become
844         a sink. Fixes #559547.
845
846 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
847
848         * gst/matroska/matroska-ids.h:
849         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
850         (gst_matroska_mux_handle_dirac_packet),
851         (gst_matroska_mux_write_data):
852         Implement Dirac muxing into Matroska comforming to the spec, i.e.
853         put all Dirac packages up to a picture into a Matroska block.
854
855         TODO: Implement writing of the ReferenceBlock Matroska elements,
856         currently the Dirac muxing is only 100% correct if Matroska version 2
857         is selected for muxing.
858
859 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
860
861         Patch by: Bastien Nocera <hadess at hadess dot net>,
862                   Hans de Goede <jwrdegoede at fedoraproject dot org>
863
864         * configure.ac:
865         * sys/v4l2/Makefile.am:
866         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
867         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
868         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
869         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
870         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
871         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
872         (gst_v4l2_get_input), (gst_v4l2_set_input):
873         * sys/v4l2/v4l2_calls.h:
874         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
875         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
876         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
877         (gst_v4l2src_fill_format_list),
878         (gst_v4l2src_probe_caps_for_format_and_size),
879         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
880         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
881         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
882         (gst_v4l2src_get_nearest_size):
883         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
884
885 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
886
887         * ext/aalib/Makefile.am:
888         * ext/annodex/Makefile.am:
889         * ext/cairo/Makefile.am:
890         * ext/dv/Makefile.am:
891         * ext/esd/Makefile.am:
892         * ext/flac/Makefile.am:
893         * ext/gconf/Makefile.am:
894         * ext/gdk_pixbuf/Makefile.am:
895         * ext/hal/Makefile.am:
896         * ext/jpeg/Makefile.am:
897         * ext/ladspa/Makefile.am:
898         * ext/libcaca/Makefile.am:
899         * ext/libmng/Makefile.am:
900         * ext/libpng/Makefile.am:
901         * ext/mikmod/Makefile.am:
902         * ext/pulse/Makefile.am:
903         * ext/raw1394/Makefile.am:
904         * ext/shout2/Makefile.am:
905         * ext/soup/Makefile.am:
906         * ext/speex/Makefile.am:
907         * ext/taglib/Makefile.am:
908         * ext/wavpack/Makefile.am:
909         * gst/alpha/Makefile.am:
910         * gst/apetag/Makefile.am:
911         * gst/audiofx/Makefile.am:
912         * gst/auparse/Makefile.am:
913         * gst/autodetect/Makefile.am:
914         * gst/avi/Makefile.am:
915         * gst/cutter/Makefile.am:
916         * gst/debug/Makefile.am:
917         * gst/effectv/Makefile.am:
918         * gst/equalizer/Makefile.am:
919         * gst/flx/Makefile.am:
920         * gst/goom/Makefile.am:
921         * gst/goom2k1/Makefile.am:
922         * gst/icydemux/Makefile.am:
923         * gst/id3demux/Makefile.am:
924         * gst/interleave/Makefile.am:
925         * gst/law/Makefile.am:
926         * gst/level/Makefile.am:
927         * gst/matroska/Makefile.am:
928         * gst/median/Makefile.am:
929         * gst/monoscope/Makefile.am:
930         * gst/multifile/Makefile.am:
931         * gst/multipart/Makefile.am:
932         * gst/oldcore/Makefile.am:
933         * gst/qtdemux/Makefile.am:
934         * gst/replaygain/Makefile.am:
935         * gst/rtp/Makefile.am:
936         * gst/rtsp/Makefile.am:
937         * gst/smpte/Makefile.am:
938         * gst/spectrum/Makefile.am:
939         * gst/udp/Makefile.am:
940         * gst/videobox/Makefile.am:
941         * gst/videocrop/Makefile.am:
942         * gst/videofilter/Makefile.am:
943         * gst/videomixer/Makefile.am:
944         * gst/wavenc/Makefile.am:
945         * gst/wavparse/Makefile.am:
946         * sys/directdraw/Makefile.am:
947         * sys/directsound/Makefile.am:
948         * sys/oss/Makefile.am:
949         * sys/osxaudio/Makefile.am:
950         * sys/osxvideo/Makefile.am:
951         * sys/sunaudio/Makefile.am:
952         * sys/v4l2/Makefile.am:
953         * sys/waveform/Makefile.am:
954         * sys/ximage/Makefile.am:
955           Don't install static libs for plugins. Fixes #550851 for -good.
956
957 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
958
959         * ext/flac/Makefile.am:
960         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
961         This fixes compilation if FLAC is installed in an uncommon location
962         that is not already handled by other CFLAGS. Fixes bug #558711.
963
964 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
965
966         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
967         Guard more uncommon formats with ifdefs so that we can compile on older
968         versions.
969
970 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
971
972         Patch by: Nick Haddad <nick at haddads dot net>
973
974         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
975         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
976         (gst_avi_demux_stream_data):
977         Invert other uncompressed RGB formats. Fixes #558554.
978
979 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
980
981         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
982         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
983         * gst/wavenc/gstwavenc.h:
984         Add support for float/double as input and remove the (nowadays)
985         useless parsing of the depth as we require width==depth.
986
987 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
988
989         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
990         * gst/rtp/gstrtpmpapay.c:
991         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
992         mpeg version 1. Fixes #558427.
993
994 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
995
996         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
997         (gst_rtp_L16_pay_getcaps):
998         Only put an integral amount of samples in the RTP packet.
999         Fixes #556641.
1000
1001 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1002
1003         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
1004         * gst/rtp/gstrtpchannels.h:
1005         Add method to get possible channel positions.
1006
1007 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1008
1009         * gst/rtp/Makefile.am:
1010         Also commit updated makefile
1011
1012 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1013
1014         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1015         Don't allow width=32,depth=24 as input. WAV requires that the width
1016         is the next integer multiply of 8 from the depth.
1017
1018 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1019
1020         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
1021         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
1022         (gst_rtp_L16_pay_getcaps):
1023         * gst/rtp/gstrtpchannels.c: (check_channels),
1024         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
1025         (gst_rtp_channels_create_default):
1026         * gst/rtp/gstrtpchannels.h:
1027         Add mappings for multichannel support. Does not completely just work
1028         because the getcaps function does not yet return the allowed channel
1029         mappings. See #556641.
1030
1031 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
1032
1033         * gst/goom/Makefile.am:
1034         * gst/goom/README:
1035         * gst/goom/config_param.c:
1036         * gst/goom/convolve_fx.c:
1037         * gst/goom/drawmethods.c:
1038         * gst/goom/drawmethods.h:
1039         * gst/goom/filters.c:
1040         * gst/goom/filters_mmx.s:
1041         * gst/goom/flying_stars_fx.c:
1042         * gst/goom/goom.h:
1043         * gst/goom/goom_config.h:
1044         * gst/goom/goom_config_param.h:
1045         * gst/goom/goom_core.c:
1046         * gst/goom/goom_filters.h:
1047         * gst/goom/goom_fx.h:
1048         * gst/goom/goom_graphic.h:
1049         * gst/goom/goom_plugin_info.h:
1050         * gst/goom/goom_tools.c:
1051         * gst/goom/goom_tools.h:
1052         * gst/goom/goom_typedefs.h:
1053         * gst/goom/goom_visual_fx.h:
1054         * gst/goom/graphic.c:
1055         * gst/goom/ifs.c:
1056         * gst/goom/ifs.h:
1057         * gst/goom/lines.c:
1058         * gst/goom/lines.h:
1059         * gst/goom/mathtools.c:
1060         * gst/goom/mathtools.h:
1061         * gst/goom/mmx.c:
1062         * gst/goom/motif_goom1.h:
1063         * gst/goom/motif_goom2.h:
1064         * gst/goom/plugin_info.c:
1065         * gst/goom/ppc_drawings.h:
1066         * gst/goom/ppc_zoom_ultimate.h:
1067         * gst/goom/sound_tester.c:
1068         * gst/goom/sound_tester.h:
1069         * gst/goom/surf3d.c:
1070         * gst/goom/surf3d.h:
1071         * gst/goom/tentacle3d.c:
1072         * gst/goom/tentacle3d.h:
1073         * gst/goom/v3d.c:
1074         * gst/goom/v3d.h:
1075         * gst/goom/xmmx.c:
1076           Add license headers in all source files. Remove filter.c from
1077           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
1078           which are not used right now. Fixes #557709.
1079
1080 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1081
1082         Patch by: Olivier Crete <tester at tester dot ca>
1083
1084         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
1085         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
1086         Implement getcaps in rtpL16pay. Fixes #556484.
1087
1088 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1089
1090         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
1091         (gst_rtp_L16_depay_process):
1092         Check if clock-rate and channels are valid.
1093         Don't ignore the return value of setcaps.
1094         No need to validate the buffer, the base class does that for us.
1095         Use the marker bit to set the DISCONT flag on outgoing buffers.
1096
1097         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1098         Don't ignore the return value of set_outcaps.
1099
1100         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1101         (gst_rtp_ac3_depay_process):
1102         Don't ignore the return value of set_caps.
1103         No need to validate the buffer, the base class does that for us.
1104
1105         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1106         (gst_rtp_amr_depay_process):
1107         * gst/rtp/gstrtpamrdepay.h:
1108         Don't ignore the return value of setcaps.
1109         No need to validate the buffer, the base class does that for us.
1110         No need to set output caps on the buffers, the base class does that for
1111         us.
1112         The subclass will make sure we are negotiated.
1113         
1114         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1115         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1116         * gst/rtp/gstrtpdvdepay.h:
1117         Clean up caps negotiation.
1118         The subclass will make sure we are negotiated.
1119
1120         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1121         (gst_rtp_g726_depay_process):
1122         Clean up caps negotiation.
1123         Use the marker bit to set the DISCONT flag on outgoing buffers.
1124
1125         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1126         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1127         * gst/rtp/gstrtpg729depay.h:
1128         The subclass will make sure we are negotiated.
1129         Use the marker bit to set the DISCONT flag on outgoing buffers.
1130
1131         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1132         (gst_rtp_gsm_depay_process):
1133         Clean up caps negotiation.
1134         Use the marker bit to set the DISCONT flag on outgoing buffers.
1135
1136         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1137         Clean up caps negotiation.
1138         Don't ignore the return value of set_outcaps.
1139
1140         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1141         (gst_rtp_h263_depay_process):
1142         Clean up caps negotiation.
1143         No need to validate the buffer, the base class does that for us.
1144
1145         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1146         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1147         * gst/rtp/gstrtph263pay.h:
1148         Don't ignore the return value of set_outcaps.
1149         Do some more timestamps.
1150
1151         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1152         (gst_rtp_h263p_depay_process):
1153         Clean up caps negotiation.
1154         Don't ignore the return value of setcaps.
1155         No need to validate the buffer, the base class does that for us.
1156
1157         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1158         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1159         (gst_rtp_h263p_pay_handle_buffer):
1160         * gst/rtp/gstrtph263ppay.h:
1161         Don't ignore the return value of set_outcaps.
1162         Do some more timestamps.
1163
1164         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1165         (gst_rtp_h264_depay_process):
1166         Clean up caps negotiation.
1167         Don't ignore the return value of setcaps.
1168         Fix possible caps leak.
1169         No need to validate the buffer, the base class does that for us.
1170
1171         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1172         Add some more debug info.
1173
1174         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1175         (gst_rtp_ilbc_depay_process):
1176         Clean up caps negotiation.
1177         Use the marker bit to set the DISCONT flag on outgoing buffers.
1178
1179         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1180         Clean up caps negotiation.
1181
1182         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1183         (gst_rtp_mp1s_depay_process):
1184         Clean up caps negotiation.
1185         Don't ignore the return value of setcaps.
1186         No need to validate the buffer, the base class does that for us.
1187         No need to set caps on buffers, subclass does that for us.
1188
1189         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1190         (gst_rtp_mp2t_depay_process):
1191         Clean up caps negotiation.
1192         Don't ignore the return value of setcaps.
1193         No need to validate the buffer, the base class does that for us.
1194         No need to set caps on buffers, subclass does that for us.
1195
1196         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1197         (gst_rtp_mp4a_depay_process):
1198         Clean up caps negotiation.
1199         Don't ignore the return value of setcaps.
1200         No need to validate the buffer, the base class does that for us.
1201
1202         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1203         (gst_rtp_mp4a_pay_setcaps):
1204         Don't ignore the return value of set_outcaps.
1205
1206         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1207         (gst_rtp_mp4g_depay_process):
1208         Clean up caps negotiation.
1209         Don't ignore the return value of setcaps.
1210         No need to validate the buffer, the base class does that for us.
1211         No need to set caps on buffers, subclass does that for us.
1212
1213         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1214         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1215         Don't ignore the return value of set_outcaps.
1216
1217         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1218         (gst_rtp_mp4v_depay_process):
1219         Clean up caps negotiation.
1220         Don't ignore the return value of setcaps.
1221         No need to validate the buffer, the base class does that for us.
1222         No need to set caps on buffers, subclass does that for us.
1223
1224         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1225         (gst_rtp_mp4v_pay_setcaps):
1226         Don't ignore the return value of set_outcaps.
1227
1228         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1229         (gst_rtp_mpa_depay_process):
1230         Clean up caps negotiation.
1231         Don't ignore the return value of setcaps.
1232         No need to validate the buffer, the base class does that for us.
1233         Use the marker bit to set the DISCONT flag on outgoing buffers.
1234
1235         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1236         Don't ignore the return value of set_outcaps.
1237
1238         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1239         (gst_rtp_mpv_depay_process):
1240         Clean up caps negotiation.
1241         Actually set output caps.
1242         No need to validate the buffer, the base class does that for us.
1243
1244         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1245         Don't ignore the return value of set_outcaps.
1246
1247         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1248         (gst_rtp_pcma_depay_process):
1249         Clean up caps negotiation.
1250         Set output buffer duration because we can.
1251         Use the marker bit to set the DISCONT flag on outgoing buffers.
1252
1253         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1254         Don't ignore the return value of set_outcaps.
1255
1256         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1257         (gst_rtp_pcmu_depay_process):
1258         Clean up caps negotiation.
1259         Use the marker bit to set the DISCONT flag on outgoing buffers.
1260
1261         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1262         Don't ignore the return value of set_outcaps.
1263
1264         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1265         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1266         Clean up caps negotiation.
1267         Set output caps on the pad and header buffers.
1268         Set duration on output buffers because we can.
1269
1270         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1271         Don't ignore the return value of set_outcaps.
1272
1273         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1274         (gst_rtp_sv3v_depay_process):
1275         Clean up caps negotiation.
1276         No need to validate the buffer, the base class does that for us.
1277         No need to set caps out output buffers, subclass does that.
1278
1279         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1280         (gst_rtp_theora_depay_process):
1281         Don't ignore the return value of setcaps.
1282         No need to validate the buffer, the base class does that for us.
1283
1284         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1285         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1286         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1287         (gst_rtp_theora_pay_handle_buffer):
1288         Don't ignore the return value of set_outcaps.
1289
1290         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1291         (gst_rtp_vorbis_depay_process):
1292         Don't ignore the return value of setcaps.
1293         No need to validate the buffer, the base class does that for us.
1294
1295         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1296         Don't ignore the return value of set_outcaps.
1297
1298         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1299         Clean up caps negotiation, don't ignore setcaps return.
1300
1301         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1302         Don't ignore the return value of set_outcaps.
1303
1304 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1305
1306         * gst/matroska/matroska-demux.c:
1307         (gst_matroska_demux_handle_src_event):
1308         Forward unknown events upstream.
1309
1310 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1311
1312         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1313         Add some refcount check
1314
1315         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1316         Don't ignore the result of write(), fixes a  compiler warning for me.
1317
1318         * tests/icles/videobox-test.c: (main):
1319         Make the output a little more pretty.
1320
1321 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1322
1323         * ext/esd/esdmon.c:
1324           Add doc blob.
1325
1326 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1327
1328         * docs/plugins/Makefile.am:
1329         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1330         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1331         * docs/plugins/gst-plugins-good-plugins.args:
1332         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1333         * docs/plugins/gst-plugins-good-plugins.interfaces:
1334         * docs/plugins/inspect/plugin-autodetect.xml:
1335           Add the docs of the new elements.
1336
1337 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1338
1339         * gst/autodetect/gstautoaudiosrc.c:
1340         (gst_auto_audio_src_class_init):
1341         * gst/autodetect/gstautovideosrc.c:
1342         (gst_auto_video_src_class_init):
1343         Fix "Since" tags in the documentation.
1344
1345 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1346
1347         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1348
1349         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1350         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1351         Add support for souphttpsrc to act as a live source. This makes it
1352         possible to get timestamped buffers in combination with the
1353         "do-timestamp" property. Fixes bug #556019.
1354
1355 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1356
1357         * gst/autodetect/Makefile.am:
1358         * gst/autodetect/gstautoaudiosink.c:
1359         * gst/autodetect/gstautoaudiosrc.c:
1360         * gst/autodetect/gstautoaudiosrc.h:
1361         * gst/autodetect/gstautodetect.c:
1362         * gst/autodetect/gstautovideosink.c:
1363         * gst/autodetect/gstautovideosrc.c:
1364         * gst/autodetect/gstautovideosrc.h:
1365           Implement src plugins. Little code/string cleanup in the sinks.
1366           Fixes #523813.
1367
1368 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1369
1370         Patch by: Peter Kjellerstedt <pkj at axis com>
1371
1372         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1373         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1374         Fix a memory leak when pads are requested but the pipeline never
1375         goes into PLAYING.
1376
1377         Correctly remove request pads, no matter if they have collected
1378         data or not.
1379
1380         Fixes bug #557710.
1381
1382 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1383
1384         Patch by: <lrn1986 at gmail dot com>
1385
1386         * gst/udp/gstudpnetutils.h:
1387         Define the correct WINVER so getaddinfo() can be used when using
1388         mingw32. Fixes bug #557294.
1389
1390 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1391
1392         Patch by: <lrn1986 at gmail dot com>
1393
1394         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1395         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1396         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1397         Fix "argument type mismatch" compiler warnings on Windows.
1398         Fixes bug #557293.
1399
1400 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1401
1402         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1403         Don't calculate the filter coefficients for every single buffer
1404         but only when it's needed. Fixes bug #557260.
1405
1406 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1407
1408         * configure.ac:
1409         Back to development -> 0.10.11.1
1410
1411 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1412
1413         * gst-plugins-good.doap:
1414         Fix version number of 0.10.11 release in doap file
1415
1416 === release 0.10.11 ===
1417
1418 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1419
1420         * configure.ac:
1421           releasing 0.10.11, "Secondary Consideration"
1422
1423 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1424
1425         * configure.ac:
1426         Commit 0.10.10.4 pre-release
1427
1428 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1429
1430         * gst/avi/gstavimux.c:
1431         Fix VPRP chunk setup in avimux.
1432         Fixes: #556010
1433         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1434
1435 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1436
1437         * gst/videobox/gstvideobox.c:
1438         support dynamically changing properties in videobox
1439         Fixed: #557085
1440         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1441
1442 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1443
1444         * configure.ac:
1445         0.10.10.3 pre-release
1446
1447 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1448
1449         * tests/check/Makefile.am:
1450         Don't run the states test on pulsesrc and pulsesink
1451
1452 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1453
1454         * configure.ac:
1455         Commit 0.10.10.2 pre-release bump that actually went
1456         out on 2008-10-11
1457
1458 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1459
1460         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1461         Skip entries for streams that don't have a output pad yet, thereby
1462         avoiding calling pad functions with a NULL pad.
1463         Fixes #556424
1464
1465 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1466
1467         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1468         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1469         Remove problematic and useless refcount check.
1470         Fixes #556381
1471
1472 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1473
1474         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1475         Remove problematic and useless refcount check.
1476         Fixes #556381
1477
1478 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1479
1480         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1481         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1482         Cast some size_t arguments to guint to avoid compiler
1483         warnings on 64-bit systems.
1484
1485 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1486
1487         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1488         Return TRUE instead of FALSE from the event handler when we swallowed the
1489         event.
1490
1491 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1492
1493         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1494         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1495         Reset header state. Fixes #555321.
1496
1497 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1498
1499         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1500         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1501         * gst/avi/gstavidemux.h:
1502         For timestamping audio packets we need to take into account the
1503         amount of blocks in one entry using the blockalign. Fixes some sync
1504         issues with zero-padded audio blocks in the beginning of avi files.
1505
1506 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1507
1508         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1509         (gst_multi_file_src_query):
1510         Implement DEFAULT and BUFFER position queries. See #555260.
1511
1512 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1513
1514         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1515         Fix build for systems that don't have XDamage.
1516
1517 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1518
1519         * tests/examples/rtp/client-H263p.sdp:
1520         * tests/examples/rtp/client-H263p.sh:
1521         * tests/examples/rtp/server-VTS-H263p.sh:
1522         Add some more H263p server and client examples.
1523
1524 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1525
1526         * configure.ac::
1527           Depend on released versions of core and base.
1528
1529 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1530
1531         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1532         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1533         Return -1 instead of 0 in error cases. Fixes #554771.
1534
1535 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1536
1537         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1538         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1539         Stop leaking the cursor image.
1540         Unref the last_ximage and the cached cursor image on shutdown.
1541         Fixes #551570.
1542
1543 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1544
1545         * sys/v4l2/gstv4l2object.h:
1546         Getting the Class from an instance is not just a matter of casting it to
1547         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1548         instance. Fixes #549784.
1549
1550 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1551
1552         * configure.ac:
1553           Fix libs for linking directsound.
1554         * sys/directsound/gstdirectsoundsink.c:
1555           Fix buffer sizing to prevent racing the ringbuffer at startup.
1556           Add volume property.
1557
1558 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1559
1560         * ext/pulse/pulsesink.c:
1561         Fix problems with pulsesink randomly erroring with code 'OK' after a
1562         format change on the stream by waiting when disconnecting the stream.
1563
1564 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1565
1566         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1567         (gst_rtp_amr_depay_process):
1568         Mark DISCONT on output buffers when the marker bit signals a new talk
1569         spurt.
1570
1571         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1572         Set the marker bit for buffers with a DISCONT flag to signal a talk
1573         spurt.
1574
1575 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1576
1577         * gst/rtp/Makefile.am:
1578         * gst/rtp/gstrtp.c: (plugin_init):
1579         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1580         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1581         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1582         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1583         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1584         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1585         * gst/rtp/gstrtpmp4apay.h:
1586         Added MP4A-LATM payloader to match the depayloader.
1587
1588 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1589
1590         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1591         (gst_videomixer_sink_event):
1592         Handle segments a little better. Fixes #537361.
1593
1594 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1595
1596         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1597         Don't assume the server supports PAUSE by default. Fixes #551048.
1598
1599 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1600
1601         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1602         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1603         Switch on the socket family to get the addrlen size right.
1604
1605 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1606
1607         Patch by: Daniel Franke <df at dfranke dot us>
1608
1609         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1610         OS X's bind() implementation is picky about its addrlen parameter and
1611         fails with EINVAL if it is larger than expected for the socket's address
1612         family. Set the length to the expected length instead. Fixes #553191.
1613
1614 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1615
1616         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1617         Handle the case where we cannot do desribe or when the describe result
1618         does not contain a valid SDP message.
1619
1620 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1621
1622         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1623         Fix setting the qos.
1624
1625 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1626
1627         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1628         (gst_qtdemux_chain):
1629         Some 'broken' files out there have atom lengths of zero...
1630         which basically results in qtdemux consuming that atom again and again
1631         until the *end of night* !
1632         Detect that and emits an adequate element error message.
1633
1634 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1635
1636         * gst/interleave/Makefile.am:
1637         * gst/matroska/Makefile.am:
1638         Fix build flags order.
1639
1640         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1641         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1642         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1643         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1644         Format fixes.
1645
1646         * tests/check/elements/multifile.c:
1647         Pull in unistd.h
1648
1649 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1650
1651         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1652         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1653         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1654         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1655         (gst_rtp_mp4g_depay_change_state):
1656         * gst/rtp/gstrtpmp4gdepay.h:
1657         Handle interleaved streams by reordering AU in a queue.
1658
1659 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1660
1661         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1662         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1663         Change some of the ranges in the caps, mostly for the amount of bits we
1664         can use.
1665         Added a little bitstream parse and use it to parse the AU header fields.
1666         Check for malformed and wrongly sized packets better.
1667         Implement more header field parsing.
1668         Handle the size of fragmented packets correctly.
1669
1670 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1671
1672         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1673         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1674         Add mapping for 'tiff' => image/tiff
1675         Fixes #552213
1676
1677 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1678
1679
1680         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1681         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1682           Pretend to care about the result of write() which works around
1683           compiler warnings.
1684
1685 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1686
1687         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1688           Make sure the desired default values are actually set, not only
1689           registered as defaults (actual problem is that the stereo-specific
1690           values are only updated if channels==2, which is not the case yet
1691           when the object is created, so the default values for the
1692           mid-side-stereo and loose-mid-side-stereo settings are never
1693           set in _update_quality()). Makes flacenc create smaller files by
1694           default (for stereo input), and fixes #550791.
1695
1696 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1697
1698         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1699         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1700         (qtdemux_parse_trak), (qtdemux_video_caps):
1701         * gst/qtdemux/qtdemux.h:
1702         * gst/qtdemux/qtdemux_fourcc.h:
1703         * gst/qtdemux/qtdemux_types.c:
1704         Add support for video/mj2 mime-type and its additional atoms/boxes.
1705         Fixes #550646.
1706
1707 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1708
1709         * gst/debug/gsttaginject.c:
1710           Add warning when tags parameter is unparsable and give example for
1711           quoting in the docs.
1712
1713 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1714
1715         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1716         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1717         Add some alternative byteswapped mappings that seem to pop up sometimes.
1718         Fixes #550288.
1719
1720 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1721
1722         * po/LINGUAS:
1723         * po/POTFILES.in:
1724         * po/POTFILES.skip:
1725           Add 'ca' to LINGUAS; add some more files with translations and some
1726           files which should be ignored by translation tools.
1727
1728 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1729
1730         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1731         * ext/speex/gstspeexdec.h:
1732         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1733         * ext/speex/gstspeexenc.h:
1734         Use integer encoding and decoding functions instead of converting
1735         the integer input to float in the element. The libspeex integer
1736         functions are doing this for us already or, if libspeex was compiled
1737         in integer mode, they're doing everything using integer arithmetics.
1738         Also saves some copying around.
1739
1740 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1741
1742         * configure.ac:
1743           Fix --disable-external
1744
1745 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1746
1747         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1748         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1749         * ext/wavpack/gstwavpackenc.h:
1750         Handle non-zero start timestamps and stream discontinuities
1751         correctly. This only has an effect if we're muxing into
1752         a container format as the raw WavPack stream must contain
1753         continous sample numbers.
1754
1755 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1756
1757         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1758         Correct the timestamp and granulepos calculation by one Speex
1759         frame.
1760
1761 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1762
1763         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1764         Correctly take the granulepos from upstream if possible and
1765         correctly handle the granulepos in various calculations: the
1766         granulepos is the sample number of the _last_ sample in a frame, not
1767         the first.
1768
1769         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1770         (gst_speex_enc_encode), (gst_speex_enc_chain),
1771         (gst_speex_enc_change_state):
1772         * ext/speex/gstspeexenc.h:
1773         Handle non-zero start timestamps in the encoder and detect/handle
1774         stream discontinuities. Fixes bug #547075.
1775
1776 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1777
1778         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1779
1780         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1781         Fix compiler warnings caused by passing a string as format string
1782         instead of "%s" and then the string. This is only exposed by -Wformat=2
1783         as used by default on Ubuntu. Fixes bug #550015.
1784
1785 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1786
1787         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1788         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1789         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1790         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1791         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1792           (gst_ebml_read_element_length):
1793         * gst/matroska/matroska-demux.c:
1794           (gst_matroska_demux_check_subtitle_buffer):
1795           Make stuff compile with GST_DISABLE_GST_DEBUG.
1796
1797 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1798
1799         * gst/law/alaw.c:
1800         * gst/law/mulaw.c:
1801           Ref caps before passing to gst_pad_template_new(), since that takes
1802           ownership.
1803
1804 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1805
1806         Patch by: Mersad Jelacic <mersad at axis dot com>
1807
1808         * gst/multipart/multipartdemux.c:
1809         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1810         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1811         demuxer. Fixes #549551.
1812
1813 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1814
1815         * sys/osxaudio/gstosxaudiosink.c:
1816         (gst_osx_audio_sink_select_device):
1817         * sys/osxaudio/gstosxaudiosrc.c:
1818         (gst_osx_audio_src_create_ringbuffer),
1819         (gst_osx_audio_src_select_device):
1820         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1821         Fix the build on macosx.
1822
1823 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1824
1825         * gst/icydemux/gsticydemux.c:
1826           Small docs fix: in the example pipeline, we need to pass
1827           iradio-mode=true to the source, so the server actually sends
1828           an ICY stream.
1829
1830 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1831
1832         * sys/osxaudio/gstosxaudio.c:
1833           Oops. Revert more completely.
1834
1835 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1836
1837         * sys/osxaudio/gstosxaudio.c:
1838           Revert accidental element rename from testing.
1839
1840 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1841
1842         * gst-plugins-good.doap:
1843         Pull in 0.10.10 doap entry from release branch
1844
1845 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1846
1847         * configure.ac:
1848         Update version number to reflect 0.10.10 release from
1849         branch.
1850
1851 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1852
1853         * sys/osxaudio/Makefile.am:
1854         * sys/osxaudio/gstosxaudio.c:
1855         * sys/osxaudio/gstosxaudiosink.c:
1856         * sys/osxaudio/gstosxaudiosink.h:
1857         * sys/osxaudio/gstosxaudiosrc.c:
1858         * sys/osxaudio/gstosxaudiosrc.h:
1859         * sys/osxaudio/gstosxringbuffer.c:
1860         * sys/osxaudio/gstosxringbuffer.h:
1861           Rewrite caps setting and ring buffer initialisation.
1862           Previously we never told CoreAudio what format we were going to send it,
1863           so it only worked due to luck, and not at all on some hardware.
1864           Now we explicitly advertise what formats the hardware supports, and then
1865           configure the selected one correctly.
1866
1867 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1868
1869         * sys/v4l2/gstv4l2object.c:
1870         * sys/v4l2/gstv4l2src.c:
1871         * sys/v4l2/gstv4l2src.h:
1872         * sys/v4l2/v4l2_calls.c:
1873         * sys/v4l2/v4l2src_calls.c:
1874           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1875           need to memset instance structures. Some more FIXME's and comments.
1876
1877 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1878
1879         * tests/icles/.cvsignore:
1880           Ignore more.
1881
1882 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1883
1884         * gst/goom/.cvsignore:
1885         * gst/goom2k1/.cvsignore:
1886           Ignore files.
1887
1888 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1889
1890         * ext/cairo/gsttextoverlay.c:
1891           Fix compiler warning.
1892
1893 2008-08-25  David Schleef  <ds@schleef.org>
1894
1895         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1896
1897 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1898
1899         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1900         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1901         * gst/matroska/matroska-mux.c:
1902         (gst_matroska_mux_video_pad_setcaps),
1903         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1904         Add Real[Audio|Video] support to Matroska containers.
1905         It works fine for:
1906         * decoding real audio/video streams contained in mkv
1907         * 'transmuxing' real (.rm) files into .mkv files
1908         It will not work though for encoding real[audio/video] streams that
1909         don't contain the 'mdpr_data' extra data on the caps.
1910         The reason why this will not work is because I never intended to
1911         duplicate virtually all the 'mdpr' block creation into mkvmux.
1912         Fixes #536067
1913
1914 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1915
1916         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1917         * gst/law/mulaw-conversion.c:
1918         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1919         (gst_mulawenc_chain):
1920         The encoder can't really renegotiate at the time they perform a
1921         pad-alloc so make the srcpads use fixed caps.
1922         Check the buffer size after a pad-alloc because the returned size might
1923         not be right when the downstream element does not know the size of the
1924         new buffer (capsfilter). Fixes #549073.
1925
1926 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1927
1928         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1929
1930         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1931         v4l2src doesn't have a property named "norm" so don't try to notify
1932         about changes to that property. The "norm" property and related
1933         code are commented out currently. Fixes bug #549090.
1934
1935 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1936
1937         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1938
1939         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1940         Reprobe devices again instead of taking a cached list as new
1941         devices could've been plugged in. Fixes bug #549062.
1942
1943 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1944
1945         * gst/autodetect/Makefile.am:
1946         Don't link the autodetect plugin with GConf as it doesn't
1947         use GConf. Fixes bug #545463.
1948
1949 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1950
1951         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1952         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1953         (gst_ebml_read_sint), (gst_ebml_read_float),
1954         (gst_ebml_read_header):
1955         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1956         possible to ignore errors and not post any ERROR messages on
1957         the bus.
1958
1959         * gst/matroska/matroska-demux.c:
1960         (gst_matroska_demux_parse_contents):
1961         Ignore any errors and not just EOS when parsing the contents of
1962         a SeekHead. Errors here are usually caused by truncated files
1963         and playback of the file works fine. Fixes playback of the
1964         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1965         archive.
1966
1967 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1968
1969         * gst/multipart/multipartdemux.c:
1970         * gst/multipart/multipartmux.c:
1971         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1972
1973 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1974
1975         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1976           gst_directdraw_sink_bufferpool_clear):
1977           Fix two more buffer ref leaks.
1978
1979 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1980
1981         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1982
1983         * sys/directdraw/gstdirectdrawsink.c:
1984           (gst_directdraw_sink_show_frame):
1985           Fix buffer ref leak.
1986
1987 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1988
1989         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1990         Revert the last commit. wavenc still supports width!=depth for 32 bit
1991         width. Thanks Tim.
1992
1993 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1994
1995         * gst/matroska/matroska-demux.c:
1996         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1997         If the duration of a block is unknown only use the timestamp for the
1998         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1999         laces. Otherwise every lace has the same timestamp which leads to
2000         various problems. Really fixes bug #548831.
2001
2002 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2003
2004         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2005         If we're not allowing width!=depth in wavenc we should also disable
2006         the code that was added to support width!=depth.
2007
2008 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2009
2010         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2011         Don't calculate the default duration of a frame from the audio sampling
2012         rate. This only works for raw audio if every frame contains a single
2013         sample and results in broken buffer durations for other formats
2014         if no specified default duration is given or the blocks have no
2015         duration. Fixes bug #548831.
2016
2017 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2018
2019         * gst/matroska/matroska-demux.c:
2020         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2021         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
2022         are used for text/plain subtitles as a gap-filler in some files.
2023
2024 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2025
2026         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2027         (gst_v4l2_get_caps_info):
2028         Add S910 and PWC formats with a low priority.
2029
2030         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
2031         (gst_v4l2src_probe_caps_for_format):
2032         Add more debugging.
2033
2034 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
2035
2036         * ext/flac/gstflacenc.c:
2037           Fix compilation against older libflac versions.
2038
2039 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2040
2041         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
2042         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
2043         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2044         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
2045         (gst_pulsemixer_ctrl_set_volume):
2046         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
2047         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
2048         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2049         (gst_pulsesink_init), (gst_pulsesink_open),
2050         (gst_pulsesink_prepare), (gst_pulsesink_write),
2051         (gst_pulsesink_delay), (gst_pulsesink_reset):
2052         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2053         (gst_pulsesrc_init):
2054         Use GST_BOILERPLATE everywhere and fix coding style at some places.
2055         Fix a locking issue in pulsesink's prepare function.
2056
2057         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
2058         Check if the created channel layout is valid for GStreamer.
2059
2060 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2061
2062         * gst/rtsp/gstrtspgoogle.c:
2063         Things that can happen when your brain is in google mode trying to
2064         deal with their google rtsp server extensions and trying to type your
2065         google mail account.
2066
2067 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2068
2069         * gst/rtsp/Makefile.am:
2070         * gst/rtsp/gstrtsp.c: (plugin_init):
2071         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
2072         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
2073         (_do_init), (gst_rtsp_google_base_init),
2074         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
2075         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
2076         (gst_rtsp_google_extension_init):
2077         * gst/rtsp/gstrtspgoogle.h:
2078         Add google RTSP extension, it can only handle udp and responds with
2079         unsupported if we do anything else. Fixes #546465.
2080
2081         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
2082         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
2083         (gst_rtspsrc_create_transports_string),
2084         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2085         (gst_rtspsrc_close), (gst_rtspsrc_pause):
2086         Make transport setup code a bit better using GString.
2087         Add some more debug.
2088         Check for closed connections before doing anything on them.
2089
2090 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2091
2092         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2093         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2094         (gst_pulsesrc_prepare):
2095         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2096         (gst_pulse_channel_map_to_gst):
2097         * ext/pulse/pulseutil.h:
2098         If downstream provides no channel layout and >2 channels should be
2099         used use the default layout that pulseaudio chooses and also
2100         add this layout to the caps. Fixes bug #547258.
2101
2102 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2103
2104         Patch by: Peter Kjellerstedt <pkj at axis com>
2105
2106         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2107         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2108         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2109         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2110         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2111         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2112         (gst_udpsrc_set_property):
2113         Avoid leaking internally allocated file descriptors when setting
2114         custom file descriptors. Fixes #543101.
2115
2116 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2117
2118         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2119         Don't try to configure RTCP back to the server when the server did not
2120         give us a valid port number.
2121
2122 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2123
2124         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2125         Use new basetransform method to renegotiate. Fixes #544956.
2126
2127         * tests/icles/Makefile.am:
2128         * tests/icles/videobox-test.c: (make_pipeline), (main):
2129         Add videobox renegotiation example.
2130
2131 2008-08-19  David Schleef  <ds@schleef.org>
2132
2133         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2134         with sane values.  Fixes #548530.
2135
2136 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2137
2138         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2139         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2140         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2141         are already filled with the correct values by
2142         gst_ring_buffer_parse_caps() so there's no need to set them again
2143         with wrong values.
2144
2145 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2146
2147         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2148         (gst_avi_demux_read_subindexes_push):
2149         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2150         and instead of using the 'ix##' nomenclature, use '##ix'.
2151         They're still valid though, this fixes the duration and indexes for
2152         virtually all the ODML files I have.
2153
2154 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2155
2156         Patch by: Olivier Crete <tester at tester dot ca>
2157
2158         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2159         (gst_rtp_vorbis_depay_process):
2160         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2161         Update the vorbis RTP pay/depay to RFC 5215.
2162         Fixes #547842.
2163
2164 2008-08-14  David Schleef  <ds@schleef.org>
2165
2166         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2167           with 3:2 pulldown, i.e., 24p.
2168
2169 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2170
2171         * tests/check/elements/level.c: (GST_START_TEST):
2172         Fix compilation some more.
2173
2174 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2175
2176         * configure.ac::
2177           Require -base CVS for wavparse acid chunk parsing.
2178
2179 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2180
2181         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2182         (gst_pulsesink_init), (gst_pulsesink_finalize),
2183         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2184         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2185         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2186         * ext/pulse/pulsesink.h:
2187         Add "device-name" property to pulsesink too and currently commented
2188         out and not working support for a "volume" property.
2189
2190 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2191
2192         * configure.ac:
2193         Remove more cdio stuff (moved to ugly)
2194
2195 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2196
2197         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2198
2199         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2200         (gst_pulsesrc_get_property):
2201         Add "device-name" property, which provides a human readable string
2202         for the audio device, to make it more consisten with other audio
2203         sources. Fixes bug #547519.
2204
2205 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2206
2207         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2208         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2209         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2210         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2211         * ext/pulse/pulsemixerctrl.h:
2212         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2213         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2214         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2215         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2216         * ext/pulse/pulseprobe.h:
2217         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2218         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2219         (gst_pulsesrc_change_state):
2220         Improve debugging a bit by including the parent object in pulsemixerctrl
2221         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2222         GST_WARNING.
2223
2224         Use the parent GObject subclass instead of a random struct as GObject
2225         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2226         when probing for another property than "device".
2227
2228 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2229
2230         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2231
2232         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2233         Fix property probing after the device property is set by calling
2234         set_server when the server property changes. Fixes bug #547518.
2235
2236 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2237
2238         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2239
2240         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2241         (gst_pulsesink_implements_interface_init),
2242         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2243         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2244         (gst_pulsesink_get_type):
2245         * ext/pulse/pulsesink.h:
2246         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2247         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2248         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2249         * ext/pulse/pulsesrc.h:
2250         Implement GstPropertyProbe interface on pulsesink for detecting
2251         sink devices and on pulsesrc for detecting source devices.
2252         Fixes bugs #547227 and #547217.
2253
2254 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2255
2256         * gst/spectrum/gstspectrum.c:
2257           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2258
2259 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2260
2261         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2262         Properly set the maximum latency value, in the same way it is done in
2263         v4lsrc.
2264         * sys/v4l2/v4l2src_calls.c:
2265         Simplify fraction equality check, no need to use GValues for this.
2266
2267 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2268
2269         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2270         Add warning messages stating exactly why the latency query failed.
2271         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2272         In some cases, the negotiated framerate might be the default one which
2273         is already set internally. But we still need to mark it down in fps_n
2274         and fps_d so that the latency query can happen properly.
2275
2276 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2277
2278         * docs/plugins/inspect/plugin-1394.xml:
2279         Whoops, forgot one doc file for people who can't/don't build the
2280         raw1394 plugin.
2281
2282 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2283
2284         * docs/plugins/Makefile.am:
2285         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2286         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2287         * docs/plugins/inspect/plugin-cdio.xml:
2288         * ext/Makefile.am:
2289         * ext/cdio/Makefile.am:
2290         * ext/cdio/gstcdio.c:
2291         * ext/cdio/gstcdio.h:
2292         * ext/cdio/gstcdiocddasrc.c:
2293         * ext/cdio/gstcdiocddasrc.h:
2294
2295         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2296         CDDA source to -ugly.
2297
2298         * po/LINGUAS:
2299         * po/POTFILES.in:
2300         * po/id.po:
2301         Pull in new translation from 0.10.9.2 release branch.
2302
2303 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2304
2305         * docs/plugins/Makefile.am:
2306         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2307         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2308         * docs/plugins/gst-plugins-good-plugins.args:
2309         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2310         * docs/plugins/gst-plugins-good-plugins.interfaces:
2311         Integrate documentation for new hdv1394src element.
2312
2313 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2314
2315         * ext/raw1394/Makefile.am:
2316         * ext/raw1394/gst1394.c: (plugin_init):
2317         * ext/raw1394/gsthdv1394src.c: (_do_init),
2318         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2319         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2320         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2321         (gst_hdv1394src_from_raw1394handle),
2322         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2323         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2324         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2325         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2326         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2327         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2328         (gst_hdv1394src_uri_handler_init):
2329         * ext/raw1394/gsthdv1394src.h:
2330         mpeg2-ts (HDV) variant of firewire capture element.
2331         Fixes #350830
2332
2333 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2334
2335         * gst/level/gstlevel.c: (gst_level_message_new):
2336          Fix compilation (also known as the classic 'fix code that someone
2337          committed without compiling it first').
2338
2339 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2340
2341         * tests/check/elements/level.c:
2342           Add a test for level in stereo mode.
2343
2344 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2345
2346         * tests/examples/spectrum/demo-audiotest.c:
2347         * tests/examples/spectrum/demo-osssrc.c:
2348           Demo how to draw analyzer results synced to the clock.
2349
2350 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2351
2352         * gst/level/gstlevel.c:
2353           Little renaming (l -> level).
2354
2355         * gst/spectrum/gstspectrum.c:
2356         * gst/spectrum/gstspectrum.h:
2357           Also send full timestamp/duration details here.
2358
2359 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2360
2361         * gst/level/gstlevel.c:
2362         * gst/level/gstlevel.h:
2363           Send same timestamp/duration details as videoanalysis. This gives
2364           applications better chance to sync analysis results with playback.
2365
2366 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2367
2368         * gst/matroska/matroska-mux.c:
2369         (gst_matroska_mux_handle_sink_event),
2370         (flac_streamheader_to_codecdata):
2371         We need to drop one additional buffer for FLAC as the fLaC
2372         marker and STREAMINFO block are merged into one buffer in the caps.
2373
2374         Also don't pretend to support NEWSEGMENT events, otherwise we
2375         will most probably write some invalid data.
2376
2377 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2378
2379         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2380         (gst_matroska_mux_audio_pad_setcaps):
2381         Add support for muxing FLAC into Matroska containers.
2382         Fixes bug #311586.
2383
2384 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2385
2386         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2387         Actually provide the variables required for the format string.
2388
2389 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2390
2391         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2392         (gst_matroska_demux_element_send_event),
2393         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2394         * gst/matroska/matroska-demux.h:
2395         Close the current segment if we're doing a non-flushing seek and send
2396         the close-segment and the new segment of the seek from the streaming
2397         thread.
2398
2399 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2400
2401         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2402         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2403         (gst_flac_enc_change_state):
2404         * ext/flac/gstflacenc.h:
2405         Handle non-zero start timestamps correctly, mark header packets as
2406         IN_CAPS and print a warning and suggest using audiorate if stream
2407         discontinuities are detected. When FLAC supports flushing the encoder
2408         somehow this should be done for discontinuities instead.
2409
2410         Remove some unused variables from the instance struct.
2411
2412 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2413
2414         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2415         If seeking failed return the appropiate return value to FLAC.
2416         Otherwise it thinks seeking was successfull and tries to rewrite
2417         parts of the headers which then get appended to the output.
2418
2419 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2420
2421         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2422
2423         * ext/esd/gstesd.c: (plugin_init):
2424         * ext/flac/gstflac.c: (plugin_init):
2425         * ext/shout2/gstshout2.c: (plugin_init):
2426         * ext/wavpack/gstwavpack.c: (plugin_init):
2427         * sys/oss/gstossaudio.c: (plugin_init):
2428         * sys/v4l2/gstv4l2.c: (plugin_init):
2429         Make sure gettext returns translations in UTF-8 encoding rather
2430         than in the current locale encoding (#546822).
2431
2432 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2433
2434         * ext/flac/gstflacdec.c:
2435         Add FIXME for 0.11 to simply output everything with width=32 as given
2436         by FLAC and let audioconvert handle the conversions instead of doing
2437         them in flacdec.
2438
2439 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2440
2441         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2442         When outputting a pad template range for the size, include a framerate
2443         range too, to avoid 'not a real subset of template caps' errors.
2444
2445 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2446
2447         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2448
2449         * ext/flac/Makefile.am:
2450         * ext/flac/gstflac.c: (plugin_init):
2451         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2452         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2453         (gst_flac_tag_dispose), (gst_flac_tag_init),
2454         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2455         (gst_flac_tag_change_state):
2456         * ext/flac/gstflactag.h:
2457         Port flactag to 0.10, add documentation for it and clean it up a bit.
2458         Fixes bug #413841.
2459
2460         * docs/plugins/Makefile.am:
2461         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2462         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2463         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2464         * docs/plugins/gst-plugins-good-plugins.interfaces:
2465         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2466         * docs/plugins/inspect/plugin-flac.xml:
2467         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2468         * ext/flac/gstflacdec.h:
2469         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2470         * ext/flac/gstflacenc.h:
2471         Add flactag and flacenc to the documentation and mark
2472         the private parts of the flacdec instance structure as private.
2473
2474         Also use gst_element_class_set_details_simple() in flacdec and
2475         flacenc.
2476
2477 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2478
2479         * gst/qtdemux/qtdemux.c:
2480           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2481           for it but ffmpeg does not.
2482
2483 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2484
2485         * gst/wavparse/gstwavparse.c:
2486           Handle the list chunk and use gst_riff_parse_info() to parse the info
2487           sub-chunk.
2488
2489 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2490
2491         * gst/wavparse/gstwavparse.c:
2492           Handle the acid chunk and send tempo as part of tags. Other fields are
2493           interesting too, but need more tag-definitions. Fixes #545433.
2494
2495 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2496
2497         * gst/wavparse/gstwavparse.c:
2498           Refactor wavparse. Call _reset() from dispose() and move old code from
2499           dispose into reset. This way we don't leak taglists when we abort
2500           parsing. Fix some comments. Move code for skipping a chunk into extra
2501           function. Replace chunk sizes with a const to ease readability.         
2502
2503 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2504
2505         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2506
2507         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2508         Improve udp port setup. Fixes #545710.
2509
2510 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2511
2512         * gst/rtp/Makefile.am:
2513         * gst/rtp/gstrtp.c: (plugin_init):
2514         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2515         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2516         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2517         (gst_rtp_mp1s_depay_set_property),
2518         (gst_rtp_mp1s_depay_get_property),
2519         (gst_rtp_mp1s_depay_change_state),
2520         (gst_rtp_mp1s_depay_plugin_init):
2521         * gst/rtp/gstrtpmp1sdepay.h:
2522         Add MP1S depayloader.
2523
2524         * gst/rtsp/URLS:
2525         Some more sample rtsp streams.
2526
2527 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2528
2529         * gst/rtsp/URLS:
2530         Add another URL.
2531
2532         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2533         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2534         Add some more debug info.
2535
2536 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2537
2538         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2539         Provide cbSize field for audio extra_data size, and take care to
2540         pad extra_data.
2541
2542 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2543
2544         * gst/qtdemux/qtdemux.c:
2545           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2546           TRUE.
2547
2548 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2549
2550         * gst/qtdemux/qtdemux.c:
2551         * gst/qtdemux/qtdemux_fourcc.h:
2552           Add keyword tag support. Fixes #520694 for qtdemux.
2553
2554 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2555
2556         * gst/qtdemux/qtdemux.c:
2557           Add support for tmpo tag (BPM).
2558
2559 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2560
2561         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2562         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2563         Set an estimate for the total number of samples that will be encoded
2564         if possible to help decoders if the streaminfo can't be rewritten
2565         later (like when muxing into Ogg containers).
2566
2567         Add a warning if we get header packets after data packets as those
2568         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2569         work.
2570
2571 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2572
2573         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2574         (gst_flac_dec_write):
2575         Support decoding of all depths between 4 and 32 bits and read the
2576         depth from the streaminfo header if needed. Also support all sampling
2577         rates between 1 and 655350 Hz.
2578
2579         * ext/flac/gstflacenc.c:
2580         (gst_flac_enc_caps_append_structure_with_widths),
2581         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2582         (gst_flac_enc_chain):
2583         * ext/flac/gstflacenc.h:
2584         Support encoding in all bit depths supported by the streamable
2585         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2586         between 1 Hz and 655350 Hz.
2587
2588 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2589
2590         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2591         (gst_flac_enc_sink_getcaps):
2592         Support encoding of up to 8 channels.
2593
2594 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2595
2596         * ext/soup/gstsouphttpsrc.c:
2597         * ext/soup/gstsouphttpsrc.h:
2598         Fix seeking race condition in #540300
2599         Patch By: Wouter Cloetens  <wouter at mind be>
2600
2601 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2602
2603         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2604         (gst_matroska_demux_element_send_event),
2605         (gst_matroska_demux_handle_seek_event),
2606         (gst_matroska_demux_handle_src_event):
2607         When receiving a SEEK event on a specific pad first search for a seek
2608         table entry for the stream of the pad and then fall back to an entry
2609         for a different stream.
2610
2611 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2612
2613         * configure.ac:
2614         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2615         * gst/matroska/matroska-ids.h:
2616         Build depend on core CVS for the attachment tag.
2617
2618 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2619
2620         * configure.ac:
2621         * gst/matroska/Makefile.am:
2622         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2623         (copy_backptr), (lzo1x_decode), (main):
2624         * gst/matroska/lzo.h:
2625         * gst/matroska/matroska-demux.c:
2626         (gst_matroska_demux_read_track_encoding),
2627         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2628         (gst_matroska_decode_buffer),
2629         (gst_matroska_decode_content_encodings),
2630         (gst_matroska_demux_read_track_encodings),
2631         (gst_matroska_demux_add_stream),
2632         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2633         * gst/matroska/matroska-ids.h:
2634         Decode the codec private data and following ContentEncoding if
2635         necessary.
2636
2637         Support bzip2, lzo and header stripped compression. For lzo use the
2638         ffmpeg lzo implementation as liblzo is GPL licensed.
2639         
2640         Fix zlib decompression.
2641
2642 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2643
2644         * gst/matroska/matroska-mux.c:
2645         (gst_matroska_mux_audio_pad_setcaps):
2646         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2647         duration of a frame with the new mpegaudioversion caps field.
2648
2649 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2650
2651         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2652         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2653         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2654         (gst_matroska_demux_stream_from_num),
2655         (gst_matroska_demux_tracknumber_unique),
2656         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2657         (gst_matroska_demux_handle_seek_event),
2658         (gst_matroska_demux_sync_streams),
2659         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2660         (gst_matroska_demux_loop):
2661         * gst/matroska/matroska-demux.h:
2662         Allow an infinite number of stream inside Matroska containers and use
2663         a GPtrArray for storing them instead of allowing "only" 127 streams.
2664
2665 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2666
2667         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2668         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2669         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2670         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2671         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2672         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2673         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2674         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2675         (gst_ebml_read_master), (gst_ebml_read_binary),
2676         (gst_ebml_read_header):
2677         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2678         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2679         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2680         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2681         (gst_ebml_replace_uint):
2682         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2683         (gst_matroska_demux_read_track_encoding),
2684         (gst_matroska_demux_read_track_encodings),
2685         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2686         (gst_matroska_demux_send_event),
2687         (gst_matroska_demux_element_send_event),
2688         (gst_matroska_demux_handle_seek_event),
2689         (gst_matroska_demux_handle_src_event),
2690         (gst_matroska_demux_init_stream),
2691         (gst_matroska_demux_parse_tracks),
2692         (gst_matroska_demux_parse_index_cuetrack),
2693         (gst_matroska_demux_parse_index_pointentry),
2694         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2695         (gst_matroska_demux_parse_metadata_id_simple_tag),
2696         (gst_matroska_demux_parse_metadata_id_tag),
2697         (gst_matroska_demux_parse_metadata),
2698         (gst_matroska_demux_parse_attached_file),
2699         (gst_matroska_demux_parse_attachments),
2700         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2701         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2702         (gst_matroska_demux_push_flac_codec_priv_data),
2703         (gst_matroska_demux_push_xiph_codec_priv_data),
2704         (gst_matroska_demux_push_dvd_clut_change_event),
2705         (gst_matroska_demux_add_mpeg_seq_header),
2706         (gst_matroska_demux_add_wvpk_header),
2707         (gst_matroska_demux_check_subtitle_buffer),
2708         (gst_matroska_decode_buffer),
2709         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2710         (gst_matroska_demux_parse_cluster),
2711         (gst_matroska_demux_parse_contents_seekentry),
2712         (gst_matroska_demux_parse_contents),
2713         (gst_matroska_demux_loop_stream_parse_id),
2714         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2715         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2716         (gst_matroska_demux_subtitle_caps),
2717         (gst_matroska_demux_change_state):
2718         * gst/matroska/matroska-ids.c:
2719         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2720         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2721         (gst_matroska_mux_video_pad_setcaps),
2722         (xiph3_streamheader_to_codecdata),
2723         (vorbis_streamheader_to_codecdata),
2724         (theora_streamheader_to_codecdata),
2725         (gst_matroska_mux_audio_pad_setcaps),
2726         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2727         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2728         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2729         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2730         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2731         Fix indention everywhere. A broken indent version has added newlines
2732         after every single declaration some time ago.
2733
2734 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2735
2736         * gst/matroska/matroska-demux.c:
2737         (gst_matroska_demux_loop_stream_parse_id):
2738         If no Tracks are found error out instead of trying it again until the
2739         end of time.
2740
2741 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2742
2743         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2744         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2745         bit and signed otherwise, not the other way around.
2746
2747 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2748
2749         * gst/matroska/matroska-mux.c:
2750         Add more raw YUV formats to the list of supported formats.
2751
2752 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2753
2754         * gst/matroska/matroska-mux.c:
2755         (gst_matroska_mux_audio_pad_setcaps):
2756         Add support for muxing raw float audio now that the spec defines the
2757         endianness and add support for muxing raw integer audio with 24 and
2758         32 bits.
2759
2760         Allow muxing of more than 8 audio channels.
2761
2762 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2763
2764         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2765         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2766         Add locking to the global array of used track UIDs to prevent random
2767         crashes if more than a single matrosmux instance is used.
2768
2769         Use 64 bit values for the track UIDs.
2770
2771         Use the global GRandom of GLib instead of creating our own one
2772         for the few random numbers we need every single time.
2773
2774 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2775
2776         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2777         (gst_flac_dec_setup_stream_decoder),
2778         (gst_flac_dec_update_metadata):
2779         Always post the audio-codec tag, not only if other tags are present.
2780
2781 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2782
2783         * configure.ac:
2784         Back to development -> 0.10.9.1
2785
2786 === release 0.10.9 ===
2787
2788 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2789
2790         * configure.ac:
2791           releasing 0.10.9, "Steam Train Rolling"
2792
2793 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2794
2795         * ext/soup/gstsouphttpsrc.c:
2796         Don't throw an error when soup completes a msg with status
2797         'cancelled', as that indicates we cancelled a request while
2798         shutting down or seeking, and it's not an error.
2799         Fixes: #540300 again.
2800
2801 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2802
2803         * configure.ac:
2804         0.10.8.4 pre-release
2805
2806 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2807
2808         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2809         Fix segment-stop regression.
2810         Add documentation regarding segments in quicktime files by Wim Taymans.
2811         Fixes #544509
2812
2813 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2814
2815         * configure.ac:
2816         0.10.8.3 pre-release
2817
2818         * po/LINGUAS:
2819         * po/pt_BR.po:
2820         Add pt_BR translation
2821
2822 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2823
2824         * gst/goom/convolve_fx.c:
2825         * gst/goom/filters.c:
2826         * gst/goom/goom_config.h:
2827         * gst/goom/goom_core.c:
2828         * gst/goom/goom_tools.h:
2829           Fix build with MSVC: include glib.h to define inline appropriately,
2830           use header guards where needed.
2831         * gst/udp/gstudpnetutils.c:
2832         * gst/udp/gstudpsrc.c:
2833           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2834           g_snprintf rather than snprintf.
2835           Fixes #544433.
2836
2837 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2838
2839         * gst/debug/gsttaginject.c:
2840         * gst/debug/gsttaginject.h:
2841           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2842           partially.
2843
2844 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2845
2846         * configure.ac:
2847         0.10.8.2 pre-release
2848
2849 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2850
2851         * ext/Makefile.am:
2852         Finish hooking up pulseaudio plugin to the build.
2853
2854         * ext/pulse/pulsemixerctrl.c:
2855         Fix compilation error.
2856
2857 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2858
2859         * po/LINGUAS:
2860         * po/lt.po:
2861         Add new lithunian translation, and add french to the LINGUAS
2862         file.
2863
2864 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2865
2866         * ext/soup/gstsouphttpsrc.c:
2867         Fix Soup HTTP source seeking.
2868         Patch By: Wouter Cloetens  <wouter at mind be>
2869         Fixes: #540300
2870
2871         * tests/check/elements/.cvsignore:
2872         Ignore new check programs.
2873
2874 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2875
2876         * configure.ac:
2877         * docs/plugins/Makefile.am:
2878         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2879         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2880         * docs/plugins/gst-plugins-good-plugins.args:
2881         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2882         * docs/plugins/gst-plugins-good-plugins.interfaces:
2883         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2884         * docs/plugins/inspect/plugin-interleave.xml:
2885         * docs/plugins/inspect/plugin-replaygain.xml:
2886         * tests/check/Makefile.am:
2887
2888         Move replaygain and interleave plugins from -bad.
2889         Fixes: #543406
2890         Fixes: #536228
2891
2892 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2893
2894         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2895         (qtdemux_parse_trak):
2896         Revert ISO base media spec based pixel-aspect-ratio calculation.
2897         Fixes #543300.
2898
2899 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2900
2901         * sys/osxvideo/osxvideosink.m:
2902         Fix minor build issues on macosx.
2903         Fixes #543054
2904
2905 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2906
2907         * configure.ac::
2908         * ext/taglib/Makefile.am::
2909           Only use -Wno-attributes (which is there to work around a
2910           bug in the taglib 1.5 headers) if the c++ compiler actually
2911           supports it (#543255).
2912
2913 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2914
2915         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2916
2917         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2918           Avoid compiler warning by initialising variable to NULL (#543259).
2919
2920 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2921
2922         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2923         Don't pass NULL taglists to gst_tag_list_is_empty().
2924
2925 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2926
2927         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2928         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2929         (rtp_pipeline_run):
2930         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2931         Don't use declarations after statements.
2932
2933 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2934
2935         * ext/jpeg/gstjpegdec.c:
2936         Align documentation with reality.
2937
2938 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2939
2940         * gst/udp/gstudpnetutils.c:
2941         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2942         old value (1) if it's not defined which should not cause any problems
2943         as we're using it internal only anyway.
2944
2945 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2946
2947         Patch by: Alessandro Decina <alessandro at nnva dot org>
2948
2949         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2950         Fix build of avidemux on big endian architectures.
2951
2952 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2953
2954         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2955
2956         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2957         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2958
2959 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2960
2961         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2962         (qtdemux_parse_trak):
2963         Set pixel-aspect-ratio in caps using display width and height
2964         provided in track.
2965
2966 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2967
2968         * configure.ac:
2969         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2970         flags that are invalid for C++. Fixes bug #516509.
2971
2972 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2973
2974         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2975         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2976         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2977         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2978         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2979         * tests/examples/equalizer/demo.c: (message_handler):
2980         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2981         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2982         Don't use declarations after statements and variable length arrays.
2983
2984 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2985
2986         Patch by: Daniel Drake <dsd at gentoo dot org>
2987
2988         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2989         (gst_v4l2src_get_nearest_size):
2990         Try progressive video if interlaced fails. Fixes bug #541956
2991         and the usage of v4l2src on OLPC.
2992
2993 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2994
2995         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2996         (gst_rtp_speex_depay_process):
2997         * gst/rtp/gstrtpspeexdepay.h:
2998         Revert last change: Only the jitterbuffer is able to convert RTP to
2999         Gstreamer timestamps and normal (de)payloaders should simply copy it.
3000         Reopens bug #541787.
3001
3002 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
3003
3004         * gst/rtp/gstrtpvrawdepay.c:
3005           Include stdlib.h for atoi().
3006
3007         * gst/rtsp/gstrtspsrc.c:
3008           Use floating point math for latencies < 0 sec in log output.
3009
3010 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3011
3012         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
3013
3014         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3015         (gst_rtp_speex_depay_process):
3016         * gst/rtp/gstrtpspeexdepay.h:
3017         Take timestamp from the RTP packet as a first step to fix problems
3018         with transmission over RTP when the network is not reliable.
3019         Fixes bug #541787.
3020
3021 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3022
3023         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
3024
3025         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
3026         Fix parsing of udp:// URIs containing IPv6 addresses.
3027         Fixes bug #541650.
3028
3029 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3030
3031         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3032         Do not leak incoming buffers.
3033
3034 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3035
3036         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3037
3038         * configure.ac:
3039         Fix build of the RTP plugin with mingw32 by linking to ws2_32
3040         for htons() and htonl(). Fixes bug #541412.
3041
3042 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3043
3044         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3045         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
3046         (gst_matroska_demux_element_query),
3047         (gst_matroska_demux_handle_src_query),
3048         (gst_matroska_demux_handle_seek_event):
3049         Handle position and duration query in DEFAULT format if the
3050         pad's track has a default frame duration set.
3051
3052         Fix seeking now that the segment's duration doesn't contain the
3053         (possibly wrong or inaccurate) duration of the Matroska file.
3054
3055 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3056
3057         * gst/matroska/ebml-read.c: (_ext2dbl):
3058         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
3059         in math.h except on MSVC where it is defined in xmath.h.
3060         Fixes compilation with MSVC.
3061
3062 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3063
3064         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3065         (gst_matroska_demux_handle_src_query),
3066         (gst_matroska_demux_parse_info),
3067         (gst_matroska_demux_loop_stream_parse_id):
3068         * gst/matroska/matroska-demux.h:
3069         Don't set the segment duration to the duration from the Matroska
3070         header as this value could be wrong and is just informational.
3071
3072 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3073
3074         * gst/matroska/matroska-demux.c:
3075         (gst_matroska_demux_loop_stream_parse_id):
3076         If no Tracks element is found until the first Cluster is found
3077         search it and error out if none is found in the complete file.
3078
3079 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3080
3081         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
3082         Resync non-subtitle tracks too if a too large gap compared to other
3083         tracks is detected.
3084
3085 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3086
3087         * gst/rtp/Makefile.am:
3088         * gst/rtp/gstrtp.c: (plugin_init):
3089         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
3090         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
3091         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
3092         (gst_rtp_vraw_depay_change_state),
3093         (gst_rtp_vraw_depay_plugin_init):
3094         * gst/rtp/gstrtpvrawdepay.h:
3095         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3096         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3097         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3098         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3099         (gst_rtp_vraw_pay_plugin_init):
3100         * gst/rtp/gstrtpvrawpay.h:
3101         Add raw video pay and depayloaders, see RFC4175.
3102
3103 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
3104
3105         * ext/libpng/gstpngdec.c:
3106         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3107         whatever it returned.
3108
3109 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3110
3111         * gst/avi/avi-ids.h:
3112         Add vprp chunk related structures.
3113         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3114         (gst_avi_demux_parse_stream):
3115         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3116         to caps.  Fixes #539482.
3117         * gst/avi/gstavimux.h:
3118         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3119         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3120         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3121
3122 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3123
3124         * tests/check/elements/avimux.c: (check_avimux_pad):
3125         Adjust avimux unit test according to increased streamheader size.
3126
3127 2008-06-27  David Schleef  <ds@schleef.org>
3128
3129         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3130
3131 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3132
3133         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3134         * gst/avi/gstavimux.h:
3135         Add 8 bytes to current streamheader to make for a complete one
3136         and to make more players happy.  Fixes #519460.
3137
3138 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3139
3140         * sys/v4l2/v4l2_calls.c::
3141           Don't include unused gstv4l2xoverlay.h. Fixes build
3142           in case where X11 headers are not installed.
3143
3144 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3145
3146         * ext/dv/gstdv.c: (plugin_init):
3147         Fix compilation.
3148
3149 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3150
3151         * ext/dv/gstdv.c: (plugin_init):
3152         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3153         DV decoder available.
3154         Fixes #532393
3155
3156 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3157
3158         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3159         Call getsockname() after the call to bind() to get updated values
3160         for the port, etc. This fixes the usage of udpsrc on anonymous
3161         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3162         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3163
3164 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3165
3166         * tests/check/pipelines/wavpack.c: (bus_handler):
3167         Remove workaround for a bug in identity that is fixed in 0.10.20.
3168
3169 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3170
3171         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3172
3173         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3174         Fix HTTP auth support with user/password passed via the URI.
3175         Fixes bug #540067.
3176
3177 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3178
3179         * configure.ac:
3180           Depend on released versions of core and -base.
3181
3182 2008-06-23  Julien Moutte  <julien@fluendo.com>
3183
3184         * gst/matroska/matroska-demux.c:
3185         (gst_matroska_demux_read_track_encoding),
3186         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3187         format strings in macros. (makes it build on OS X again...)
3188
3189 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3190
3191         * gst/rtp/gstrtptheorapay.c:
3192         * gst/udp/gstmultiudpsink.c:
3193           Added debug.
3194
3195 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3196
3197         * configure.ac: switch v4l2src over to the normal build instead of
3198         being 'experimental'. Fixes bug #536831.
3199
3200 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3201
3202         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3203         Remove unused variable so that we can compile again.
3204
3205 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3206
3207         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3208         No need to check for audio/G723 and audio/32KADPCM here as they are
3209         no longer supported.
3210
3211 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3212
3213         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3214         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3215         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3216         known length.
3217
3218 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3219
3220         * gst/matroska/matroska-demux.c:
3221         (gst_matroska_demux_add_wvpk_header),
3222         (gst_matroska_demux_audio_caps):
3223         * gst/matroska/matroska-ids.h:
3224         Fix demuxing of WavPack files. Muxing is still broken.
3225
3226 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3227
3228         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3229         (gst_matroska_demux_add_mpeg_seq_header),
3230         (gst_matroska_demux_add_wvpk_header),
3231         (gst_matroska_demux_check_subtitle_buffer),
3232         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3233         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3234         (gst_matroska_demux_subtitle_caps):
3235         * gst/matroska/matroska-ids.h:
3236         Add a "vfunc" to the track context for postprocessing frames and
3237         convert the wavpack and subtitle postprocessing to this vfunc.
3238         Copy buffer flags in those functions to the new buffers too.
3239
3240         Parse CodecState elements of Blocks.
3241
3242         Add a postprocessing function for MPEG video that adds the sequence
3243         header from the codec private data or codec state to the frames if
3244         it's not already there.
3245
3246 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3247
3248         * gst/matroska/matroska-demux.c:
3249         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3250         If a gap of more than 1/2 second is found in one stream send a
3251         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3252         This also fixes Matroska files where the first buffer doesn't start
3253         at timestamp 0. Fixes bug #429322.
3254
3255         The duration of a block is the default duration multiplied with the
3256         number of laces. Every lace is one frame and the default duration
3257         is the duration of one frame. This fixes playback of files that use
3258         lacing for some tracks.
3259
3260 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3261
3262         * gst/matroska/matroska-demux.c:
3263         (gst_matroska_demux_parse_contents_seekentry):
3264         Update FIXME/TODOs and only ignore EOS at the central, important place
3265         instead of several places.
3266
3267 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3268
3269         * gst/rtp/gstrtpg726pay.c:
3270         Fix caps, See #538891.
3271
3272 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3273
3274         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3275         (gst_matroska_demux_stream_from_num),
3276         (gst_matroska_demux_encoding_cmp),
3277         (gst_matroska_demux_encoding_order_unique),
3278         (gst_matroska_demux_read_track_encoding),
3279         (gst_matroska_demux_read_track_encodings),
3280         (gst_matroska_demux_tracknumber_unique),
3281         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3282         (gst_matroska_demux_parse_tracks),
3283         (gst_matroska_demux_parse_index_cuetrack),
3284         (gst_matroska_demux_parse_index_pointentry),
3285         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3286         (gst_matroska_demux_parse_metadata_id_simple_tag),
3287         (gst_matroska_demux_parse_metadata_id_tag),
3288         (gst_matroska_demux_parse_metadata),
3289         (gst_matroska_demux_parse_attached_file),
3290         (gst_matroska_demux_parse_attachments),
3291         (gst_matroska_demux_parse_chapters),
3292         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3293         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3294         (gst_matroska_demux_parse_cluster),
3295         (gst_matroska_demux_parse_contents_seekentry),
3296         (gst_matroska_demux_parse_contents),
3297         (gst_matroska_demux_loop_stream_parse_id),
3298         (gst_matroska_demux_loop):
3299         Improve debug output everywhere and fix the EOS logic.
3300
3301         Check the values of the ContentEncoding elements more strictly and
3302         don't use tracks for which it's invalid.
3303
3304         Check that the track number is unique for this stream.
3305
3306         Check that seek positions are below G_MAXINT64 as our seeks are
3307         int64-based and overflows will fail badly.
3308
3309         After seeks also don't push SimpleBlocks until the first one
3310         containing a keyframe is found. Before this was done only for normal
3311         Blocks.
3312
3313         Update some FIXME/TODOs.
3314         
3315         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3316         (gst_ebml_read_utf8), (gst_ebml_read_header):
3317         Improve debug output.
3318
3319         * gst/matroska/matroska-ids.c:
3320         (gst_matroska_track_init_video_context):
3321         * gst/matroska/matroska-ids.h:
3322         * gst/matroska/matroska-mux.c:
3323         (gst_matroska_mux_video_pad_setcaps):
3324         Remove eye mode and don't parse it anymore. We can't use that
3325         information in GStreamer yet so it's useless.
3326
3327
3328 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3329
3330         Patch by: Mersad Jelacic <mersad at axis dot com>
3331
3332         * gst/rtp/Makefile.am:
3333         * gst/rtp/gstrtp.c: (plugin_init):
3334         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3335         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3336         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3337         (gst_rtp_g726_depay_plugin_init):
3338         * gst/rtp/gstrtpg726depay.h:
3339         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3340         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3341         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3342         * gst/rtp/gstrtpg726pay.h:
3343         Added G726 pay/depayloaders. Fixes #538891.
3344
3345 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3346
3347         * gst/rtsp/URLS:
3348         Some more urls.
3349
3350         * gst/smpte/barboxwipes.c:
3351         Add a comment
3352
3353         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3354         Fix typo, add audioresample to the pipeline.
3355
3356 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3357
3358         * ext/libmng/Makefile.am:
3359         * ext/libmng/gstmng.c: (plugin_init):
3360         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3361         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3362         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3363         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3364         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3365         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3366         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3367         (gst_mng_dec_change_state):
3368         * ext/libmng/gstmngdec.h:
3369         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3370         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3371         (gst_mng_enc_init), (gst_mng_enc_chain),
3372         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3373         * ext/libmng/gstmngenc.h:
3374         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3375         bits ifdeffed out still.
3376
3377 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3378
3379         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3380         When comparing index elements with the same time compare their
3381         block number.
3382
3383 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3384
3385         * gst/matroska/matroska-demux.c:
3386           (gst_matroska_demux_parse_attached_file)
3387           Init variable to NULL to avoid compiler warning.
3388
3389 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3390
3391         * gst/matroska/Makefile.am:
3392         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3393         (gst_matroska_demux_parse_attached_file),
3394         (gst_matroska_demux_parse_attachments),
3395         (gst_matroska_demux_parse_contents_seekentry),
3396         (gst_matroska_demux_loop_stream_parse_id):
3397         * gst/matroska/matroska-demux.h:
3398         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3399         * gst/matroska/matroska-ids.h:
3400         * gst/matroska/matroska.c: (plugin_init):
3401         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3402         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3403         and description of the attachments in the caps. Fixes bug #537622.
3404
3405 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3406
3407         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3408         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3409         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3410         (gst_speex_enc_src_query), (gst_speex_enc_init),
3411         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3412         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3413         (gst_speex_enc_set_property):
3414         Add mode property.
3415         Some cleanups, add more debug info.
3416         Add latency query.
3417
3418 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3419
3420         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3421         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3422         If we get less bytes than requested we can't do anything except doing
3423         our EOS logic.
3424
3425 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3426
3427         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3428         (gst_matroskademux_do_index_seek),
3429         (gst_matroska_demux_parse_index_cuetrack),
3430         (gst_matroska_demux_parse_index_pointentry),
3431         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3432         (gst_matroska_demux_parse_metadata):
3433         * gst/matroska/matroska-demux.h:
3434         * gst/matroska/matroska-ids.h:
3435         Use a GArray for storing the Cue (i.e. seek) information, store
3436         the CueTrackPositions for every track, store the block number
3437         and optimize searching in the array by sorting it after the last
3438         element was added.
3439
3440         Fix a small memory leak when trying to parse a tags element that was
3441         already parsed.
3442
3443 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3444
3445         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3446         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3447         (gst_matroska_mux_write_data):
3448         * gst/matroska/matroska-mux.h:
3449         Don't write another SeekHead which indexes all Clusters to the end of
3450         the file. This isn't useful for anything and just increases filesize.
3451
3452 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3453
3454         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3455         Prevent unaligned memory access when reading floats.
3456
3457 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3458
3459         * gst/matroska/ebml-read.c:
3460         * gst/matroska/ebml-read.h:
3461         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3462         (gst_matroska_demux_parse_metadata):
3463         * gst/matroska/matroska-demux.h:
3464         Make sure that every Tags element is only parsed once and it's
3465         containing tags are only posted once.
3466
3467 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3468
3469         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3470         (gst_ebml_read_header):
3471         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3472         (gst_matroska_demux_parse_tracks),
3473         (gst_matroska_demux_parse_index_cuetrack),
3474         (gst_matroska_demux_parse_index_pointentry),
3475         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3476         (gst_matroska_demux_parse_metadata_id_simple_tag),
3477         (gst_matroska_demux_parse_metadata_id_tag),
3478         (gst_matroska_demux_parse_metadata),
3479         (gst_matroska_demux_parse_attachments),
3480         (gst_matroska_demux_parse_chapters),
3481         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3482         (gst_matroska_demux_parse_cluster),
3483         (gst_matroska_demux_parse_contents_seekentry),
3484         (gst_matroska_demux_parse_contents),
3485         (gst_matroska_demux_loop_stream_parse_id):
3486         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3487         already. They're not useful in the matroska parser and only cause
3488         additional code.
3489
3490 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3491
3492         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3493         (gst_ebml_finalize), (gst_ebml_read_change_state),
3494         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3495         * gst/matroska/matroska-demux.c:
3496         (gst_matroska_demux_parse_contents_seekentry):
3497         Reverse the level list as we usually are only interested in the
3498         first element or want to add a new first element. Having the
3499         first element stored at the end and calling g_list_last() and
3500         g_list_append() is more expensive.
3501
3502         Also use GSlice for allocating the GstEbmlLevel structs.
3503
3504 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3505
3506         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3507           (gst_tag_inject_class_init), (gst_tag_inject_init):
3508           Don't unref NULL taglist in finalize. Don't use c++ style
3509           comments.
3510
3511 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3512
3513         * gst/matroska/matroska-demux.c:
3514         (gst_matroska_demux_parse_metadata_id_simple_tag):
3515         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3516         (gst_matroska_mux_write_data):
3517         Use gst_value_serialize() and gst_value_deserialize() for transforming
3518         tags from some GType to a string and the other way around. The default
3519         transformations in GLib don't include transformations from string to
3520         number types.
3521
3522 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3523
3524         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3525         (gst_matroska_demux_parse_tracks),
3526         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3527         (gst_matroska_demux_parse_attachments),
3528         (gst_matroska_demux_parse_chapters),
3529         (gst_matroska_demux_parse_contents_seekentry),
3530         (gst_matroska_demux_loop_stream_parse_id):
3531         * gst/matroska/matroska-demux.h:
3532         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3533         Tags multiple times. The first ones can appear more than once but must
3534         contain the same content as the first for backup purposes so we ignore
3535         all but the first one. Tags can appear multiple times with different
3536         content.
3537
3538         Jump to all elements except Clusters that are available from a
3539         SeekHead to make it more likely to have all required informations
3540         before getting to the first Clusters.
3541
3542         Add dummy functions for parsing Attachments and Chapters.
3543
3544 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3545
3546         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3547         (gst_udpsrc_create), (gst_udpsrc_set_property),
3548         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3549         * gst/udp/gstudpsrc.h:
3550         Add property to control automatic join/leave of multicast groups.
3551         Add G_LIKELY.
3552         Remove setting caps on buffers explicitly, basesrc does that for us now.
3553         Improve debug info.
3554         Convert some non-fatal error into warnings.
3555         Use g_ntohs for better portability.
3556         Leave multicast groups when stopping.
3557         When using external sockets, use getsockname() on them to fill up the
3558         addr structure before calling methods that use the structure.
3559         Should all fix #536903.
3560         API: GstUDPSrc::auto-multicast property
3561
3562 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3563
3564         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3565         Use g_ntohl for better portability.
3566
3567 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3568
3569         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3570         (gst_multiudpsink_remove):
3571         Fix a typo and do some small cleanups.
3572
3573 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3574
3575         Patch by: Olivier Crete <tester at tester dot ca>
3576
3577         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3578         Make the delivery-method mandatory on the caps and only accept inline
3579         for now.
3580         Reverse strcmp checks for delivery-method.
3581
3582         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3583         Make delivery method optional when parsing caps and note this in the
3584         caps.
3585         Reverse strcmp checks for delivery-method.
3586
3587         * gst/rtp/gstrtpvorbispay.c:
3588         Update a comment to note that the delivery-method is optional, 
3589         Fixes #537675.
3590
3591 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3592
3593         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3594         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3595         leaving them in READY. Fixes #537832.
3596
3597 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3598
3599         * gst/avi/gstavimux.c:
3600           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3601           for a random constant in tagmuxing code.
3602
3603 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3604
3605         * gst/debug/gsttaginject.c:
3606         * gst/debug/gsttaginject.h:
3607           Now actually adding the new element.
3608
3609 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3610
3611         * docs/plugins/Makefile.am:
3612         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3613         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3614         * docs/plugins/gst-plugins-good-plugins.args:
3615         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3616         * docs/plugins/gst-plugins-good-plugins.interfaces:
3617         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3618         * docs/plugins/inspect/plugin-aasink.xml:
3619         * docs/plugins/inspect/plugin-alaw.xml:
3620         * docs/plugins/inspect/plugin-alpha.xml:
3621         * docs/plugins/inspect/plugin-alphacolor.xml:
3622         * docs/plugins/inspect/plugin-annodex.xml:
3623         * docs/plugins/inspect/plugin-apetag.xml:
3624         * docs/plugins/inspect/plugin-audiofx.xml:
3625         * docs/plugins/inspect/plugin-auparse.xml:
3626         * docs/plugins/inspect/plugin-autodetect.xml:
3627         * docs/plugins/inspect/plugin-avi.xml:
3628         * docs/plugins/inspect/plugin-cacasink.xml:
3629         * docs/plugins/inspect/plugin-cairo.xml:
3630         * docs/plugins/inspect/plugin-cdio.xml:
3631         * docs/plugins/inspect/plugin-cutter.xml:
3632         * docs/plugins/inspect/plugin-debug.xml:
3633         * docs/plugins/inspect/plugin-dv.xml:
3634         * docs/plugins/inspect/plugin-efence.xml:
3635         * docs/plugins/inspect/plugin-effectv.xml:
3636         * docs/plugins/inspect/plugin-equalizer.xml:
3637         * docs/plugins/inspect/plugin-esdsink.xml:
3638         * docs/plugins/inspect/plugin-flac.xml:
3639         * docs/plugins/inspect/plugin-flxdec.xml:
3640         * docs/plugins/inspect/plugin-gamma.xml:
3641         * docs/plugins/inspect/plugin-gconfelements.xml:
3642         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3643         * docs/plugins/inspect/plugin-goom.xml:
3644         * docs/plugins/inspect/plugin-goom2k1.xml:
3645         * docs/plugins/inspect/plugin-halelements.xml:
3646         * docs/plugins/inspect/plugin-icydemux.xml:
3647         * docs/plugins/inspect/plugin-id3demux.xml:
3648         * docs/plugins/inspect/plugin-jpeg.xml:
3649         * docs/plugins/inspect/plugin-level.xml:
3650         * docs/plugins/inspect/plugin-matroska.xml:
3651         * docs/plugins/inspect/plugin-monoscope.xml:
3652         * docs/plugins/inspect/plugin-mulaw.xml:
3653         * docs/plugins/inspect/plugin-multifile.xml:
3654         * docs/plugins/inspect/plugin-multipart.xml:
3655         * docs/plugins/inspect/plugin-navigationtest.xml:
3656         * docs/plugins/inspect/plugin-ossaudio.xml:
3657         * docs/plugins/inspect/plugin-png.xml:
3658         * docs/plugins/inspect/plugin-quicktime.xml:
3659         * docs/plugins/inspect/plugin-rtp.xml:
3660         * docs/plugins/inspect/plugin-rtsp.xml:
3661         * docs/plugins/inspect/plugin-smpte.xml:
3662         * docs/plugins/inspect/plugin-soup.xml:
3663         * docs/plugins/inspect/plugin-spectrum.xml:
3664         * docs/plugins/inspect/plugin-speex.xml:
3665         * docs/plugins/inspect/plugin-taglib.xml:
3666         * docs/plugins/inspect/plugin-udp.xml:
3667         * docs/plugins/inspect/plugin-video4linux2.xml:
3668         * docs/plugins/inspect/plugin-videobalance.xml:
3669         * docs/plugins/inspect/plugin-videobox.xml:
3670         * docs/plugins/inspect/plugin-videocrop.xml:
3671         * docs/plugins/inspect/plugin-videoflip.xml:
3672         * docs/plugins/inspect/plugin-videomixer.xml:
3673         * docs/plugins/inspect/plugin-wavenc.xml:
3674         * docs/plugins/inspect/plugin-wavpack.xml:
3675         * docs/plugins/inspect/plugin-wavparse.xml:
3676         * docs/plugins/inspect/plugin-ximagesrc.xml:
3677         * gst/debug/Makefile.am:
3678         * gst/debug/breakmydata.c:
3679         * gst/debug/efence.c:
3680         * gst/debug/gstdebug.c:
3681         * gst/debug/gstnavseek.c:
3682         * gst/debug/gstpushfilesrc.c:
3683         * gst/debug/gstpushfilesrc.h:
3684         * gst/debug/negotiation.c:
3685         * gst/debug/progressreport.c:
3686         * gst/debug/progressreport.h:
3687         * gst/debug/rndbuffersize.c:
3688         * gst/debug/testplugin.c:
3689           Remove dummy plugin_init. Remove some undefined entries from doc-
3690           section file. Add taginject element and rebuild docs for it.
3691
3692 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3693
3694         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3695         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3696         Update the counter for the number of streams when pads are added or
3697         removed. This will make sure that a seek table is generated for
3698         files with just one audio stream.
3699
3700 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3701
3702         * gst/matroska/matroska-demux.c:
3703         (gst_matroska_demux_parse_metadata_id_simple_tag):
3704         * gst/matroska/matroska-ids.h:
3705         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3706         Add some more tags, improve debugging a bit and make sure that
3707         GValue transformation has succeeded before using the result
3708         as a tag.
3709
3710 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3711
3712         Patch by: Olivier Crete <tester at tester dot ca>
3713
3714         * gst/rtp/gstrtptheorapay.c:
3715         The Theora RTP payloader only supports the "inline" delievery method
3716         so let's declare this on the caps of the static pad template.
3717         Fixes bug #537675.
3718
3719 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3720
3721         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3722         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3723         Remove bogus check.
3724
3725 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3726
3727         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3728         (gst_videomixer_blend_buffers):
3729         Use stream_time to synchronize the object properties.
3730         Use running_time of the master pad to timestamp outgoing buffers.
3731         Fix the initial segment event to extend an unknown amount of time.
3732         Fixes #537361.
3733
3734 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3735
3736         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3737         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3738         (gst_avi_demux_calculate_durations_from_index),
3739         (gst_avi_demux_stream_header_push),
3740         (gst_avi_demux_stream_header_pull):
3741         Try to ignore unparsable/unknown streams and give a warning instead of
3742         erroring out. Fixes #537377.
3743
3744 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3745
3746         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3747         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3748
3749         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3750         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3751         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3752         (gst_matroska_demux_read_track_encodings),
3753         (gst_matroska_demux_add_stream),
3754         (gst_matroska_demux_handle_src_query),
3755         (gst_matroska_demux_init_stream),
3756         (gst_matroska_demux_parse_index_cuetrack),
3757         (gst_matroska_demux_parse_index_pointentry),
3758         (gst_matroska_demux_parse_info),
3759         (gst_matroska_demux_parse_metadata_id_simple_tag),
3760         (gst_matroska_demux_parse_metadata),
3761         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3762         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3763         (gst_matroska_demux_parse_cluster),
3764         (gst_matroska_demux_parse_contents_seekentry),
3765         (gst_matroska_demux_loop_stream_parse_id),
3766         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3767         (gst_matroska_demux_audio_caps),
3768         (gst_matroska_demux_subtitle_caps):
3769         * gst/matroska/matroska-demux.h:
3770         * gst/matroska/matroska-ids.c:
3771         (gst_matroska_track_init_subtitle_context):
3772         * gst/matroska/matroska-ids.h:
3773         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3774         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3775         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3776         (gst_matroska_mux_video_pad_setcaps),
3777         (gst_matroska_mux_audio_pad_setcaps),
3778         (gst_matroska_mux_subtitle_pad_setcaps),
3779         (gst_matroska_mux_request_new_pad),
3780         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3781         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3782         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3783         (gst_matroska_mux_set_property):
3784         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3785         elements, do some checks for valid values in the demuxer, handle
3786         tracktimecodescale in the demuxer, set correct default values for all
3787         settings in the demuxer, review and add all missing matroska
3788         IDs and some more raw YUV formats, and some trivial cleanup.
3789
3790 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3791
3792         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3793         (gst_pulsemixer_class_init):
3794         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3795         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3796         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3797         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3798         (gst_pulsesrc_prepare):
3799         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3800         gst_element_class_set_details_simple() and fix coding style a bit
3801         more.
3802
3803 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3804
3805         * docs/plugins/Makefile.am:
3806         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3807         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3808         * docs/plugins/gst-plugins-good-plugins.args:
3809         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3810         * docs/plugins/gst-plugins-good-plugins.interfaces:
3811         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3812         * docs/plugins/inspect/plugin-aasink.xml:
3813         * docs/plugins/inspect/plugin-alaw.xml:
3814         * docs/plugins/inspect/plugin-alpha.xml:
3815         * docs/plugins/inspect/plugin-alphacolor.xml:
3816         * docs/plugins/inspect/plugin-annodex.xml:
3817         * docs/plugins/inspect/plugin-apetag.xml:
3818         * docs/plugins/inspect/plugin-audiofx.xml:
3819         * docs/plugins/inspect/plugin-auparse.xml:
3820         * docs/plugins/inspect/plugin-autodetect.xml:
3821         * docs/plugins/inspect/plugin-avi.xml:
3822         * docs/plugins/inspect/plugin-cacasink.xml:
3823         * docs/plugins/inspect/plugin-cairo.xml:
3824         * docs/plugins/inspect/plugin-cdio.xml:
3825         * docs/plugins/inspect/plugin-cutter.xml:
3826         * docs/plugins/inspect/plugin-debug.xml:
3827         * docs/plugins/inspect/plugin-dv.xml:
3828         * docs/plugins/inspect/plugin-efence.xml:
3829         * docs/plugins/inspect/plugin-effectv.xml:
3830         * docs/plugins/inspect/plugin-equalizer.xml:
3831         * docs/plugins/inspect/plugin-esdsink.xml:
3832         * docs/plugins/inspect/plugin-flac.xml:
3833         * docs/plugins/inspect/plugin-flxdec.xml:
3834         * docs/plugins/inspect/plugin-gamma.xml:
3835         * docs/plugins/inspect/plugin-gconfelements.xml:
3836         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3837         * docs/plugins/inspect/plugin-goom.xml:
3838         * docs/plugins/inspect/plugin-goom2k1.xml:
3839         * docs/plugins/inspect/plugin-halelements.xml:
3840         * docs/plugins/inspect/plugin-icydemux.xml:
3841         * docs/plugins/inspect/plugin-id3demux.xml:
3842         * docs/plugins/inspect/plugin-jpeg.xml:
3843         * docs/plugins/inspect/plugin-level.xml:
3844         * docs/plugins/inspect/plugin-matroska.xml:
3845         * docs/plugins/inspect/plugin-monoscope.xml:
3846         * docs/plugins/inspect/plugin-mulaw.xml:
3847         * docs/plugins/inspect/plugin-multifile.xml:
3848         * docs/plugins/inspect/plugin-multipart.xml:
3849         * docs/plugins/inspect/plugin-navigationtest.xml:
3850         * docs/plugins/inspect/plugin-ossaudio.xml:
3851         * docs/plugins/inspect/plugin-png.xml:
3852         * docs/plugins/inspect/plugin-pulseaudio.xml:
3853         * docs/plugins/inspect/plugin-quicktime.xml:
3854         * docs/plugins/inspect/plugin-rtp.xml:
3855         * docs/plugins/inspect/plugin-rtsp.xml:
3856         * docs/plugins/inspect/plugin-smpte.xml:
3857         * docs/plugins/inspect/plugin-soup.xml:
3858         * docs/plugins/inspect/plugin-spectrum.xml:
3859         * docs/plugins/inspect/plugin-speex.xml:
3860         * docs/plugins/inspect/plugin-taglib.xml:
3861         * docs/plugins/inspect/plugin-udp.xml:
3862         * docs/plugins/inspect/plugin-video4linux2.xml:
3863         * docs/plugins/inspect/plugin-videobalance.xml:
3864         * docs/plugins/inspect/plugin-videobox.xml:
3865         * docs/plugins/inspect/plugin-videocrop.xml:
3866         * docs/plugins/inspect/plugin-videoflip.xml:
3867         * docs/plugins/inspect/plugin-videomixer.xml:
3868         * docs/plugins/inspect/plugin-wavenc.xml:
3869         * docs/plugins/inspect/plugin-wavpack.xml:
3870         * docs/plugins/inspect/plugin-wavparse.xml:
3871         * docs/plugins/inspect/plugin-ximagesrc.xml:
3872         * ext/pulse/plugin.c:
3873         * ext/pulse/pulsemixer.c:
3874         * ext/pulse/pulsesink.c:
3875         * ext/pulse/pulsesrc.c:
3876         Add documentation to the pulseaudio plugin and run make update
3877         in docs/plugins.
3878
3879 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3880
3881         Patch by: Brian Cameron <brian.cameron at sun dot com>
3882
3883         * sys/sunaudio/gstsunaudiomixerctrl.c:
3884         (gst_sunaudiomixer_ctrl_get_volume),
3885         (gst_sunaudiomixer_ctrl_set_volume):
3886         Improvements for the SunAudio mixer by handling mute as no gain
3887         for tracks that have a gain property but no mute property.
3888         Fixes bug #536067.
3889
3890 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3891
3892         * configure.ac:
3893         * ext/pulse/Makefile.am:
3894         * ext/pulse/plugin.c: (plugin_init):
3895         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3896         (gst_pulsemixer_implements_interface_init),
3897         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3898         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3899         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3900         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3901         * ext/pulse/pulsemixer.h:
3902         * ext/pulse/pulsemixerctrl.c:
3903         (gst_pulsemixer_ctrl_context_state_cb),
3904         (gst_pulsemixer_ctrl_sink_info_cb),
3905         (gst_pulsemixer_ctrl_source_info_cb),
3906         (gst_pulsemixer_ctrl_subscribe_cb),
3907         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3908         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3909         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3910         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3911         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3912         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3913         * ext/pulse/pulsemixerctrl.h:
3914         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3915         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3916         * ext/pulse/pulsemixertrack.h:
3917         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3918         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3919         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3920         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3921         (gst_pulseprobe_new), (gst_pulseprobe_free),
3922         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3923         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3924         (gst_pulseprobe_set_server):
3925         * ext/pulse/pulseprobe.h:
3926         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3927         (gst_pulsesink_class_init), (gst_pulsesink_init),
3928         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3929         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3930         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3931         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3932         (gst_pulsesink_stream_request_cb),
3933         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3934         (gst_pulsesink_close), (gst_pulsesink_prepare),
3935         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3936         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3937         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3938         (gst_pulsesink_event), (gst_pulsesink_get_type):
3939         * ext/pulse/pulsesink.h:
3940         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3941         (gst_pulsesrc_implements_interface_init),
3942         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3943         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3944         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3945         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3946         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3947         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3948         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3949         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3950         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3951         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3952         (gst_pulsesrc_get_type):
3953         * ext/pulse/pulsesrc.h:
3954         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3955         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3956         * ext/pulse/pulseutil.h:
3957         Add pulseaudio GStreamer element from gst-pulse. Development will
3958         continue here instead of pulseaudio SVN. Fixes bug #400679.
3959         Only changes over gst-pulse SVN are added copyright to the top of
3960         files and coding style changes.
3961
3962 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3963
3964         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3965
3966         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3967           (gst_cdio_add_cdtext_album_tags):
3968         * ext/cdio/gstcdio.h:
3969         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3970           Also extract album title and album genre from CD-TEXT if
3971           available (#537021).
3972
3973 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3974
3975         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3976
3977         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3978         Improve negotiation a bit more by picking the smallest possible
3979         resolution that is larger than the resolution specified in the
3980         first caps entry of the peer caps. Fixes bug #536994.
3981
3982 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3983
3984         Patch by: Bastien Nocera <hadess at hadess dot net>
3985
3986         * sys/v4l2/gstv4l2vidorient.c:
3987         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3988         Fix compilation with newer GIT kernels that deprecated
3989         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3990
3991 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3992
3993         * configure.ac:
3994         * ext/cdio/gstcdio.c:
3995         * ext/cdio/gstcdio.h:
3996         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3997           Require libcdio >= 0.76.
3998
3999 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
4000
4001         * gst/avi/gstavidemux.c:
4002         Catch UNEXPECTED when downstream has reached end of
4003         segment in reverse mode.
4004
4005 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4006
4007         * gst/avi/gstavidemux.c:
4008         Fix typo in comment
4009
4010 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4011
4012         * gst/avi/gstavidemux.c:
4013         Because we don't know the frame order we need to push till
4014         the next keyframe
4015
4016 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4017
4018         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4019
4020         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4021         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
4022         Provide a custom negotiation function to make sure to pick the highest
4023         possible framerate and resolution. Fixes bug #536646.
4024
4025 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4026
4027         * gst/avi/gstavidemux.c:
4028         Set EOS when going out of the segment in reverse playback
4029
4030 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4031
4032         * ext/taglib/Makefile.am::
4033           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
4034           taglib headers (with gcc 4.3.1).
4035
4036 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
4037
4038         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
4039         Use the new gst_rtsp_connection_get_ip() to access the IP address
4040         of a GstRTSPConnection since it is a private member.
4041
4042 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4043
4044         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4045         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4046           Use new utility functions in libgsttag to process coverart (#512333).
4047
4048 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4049
4050         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4051         We actually support left/side, right/side and mid/side files. The
4052         conversion to normal, interleaved stereo is done by libflac.
4053
4054 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4055
4056         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4057         (gst_ebml_write_set_cache):
4058         Unref the write cache in finalize if it was set and add add "FIXME"
4059         to a comment that needs it.
4060
4061 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4062
4063         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4064
4065         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
4066         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
4067         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
4068         (gst_avi_demux_process_next_entry):
4069         * gst/avi/gstavidemux.h:
4070         Implement reverse playback. Fixes #535300.
4071         Small cleanups.
4072
4073 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
4074
4075         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
4076         (gst_videomixer_query_latency):
4077         When using gst_element_iterate_pads() one has to unref every pad
4078         after usage.
4079
4080 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
4081
4082         Patch by: Bastien Nocera <hadess at hadess dot net>
4083         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4084         (qtdemux_parse_udta):
4085         * gst/qtdemux/qtdemux_fourcc.h:
4086         Improve meta-data handling, add 'comment', 'description' and
4087         'copyright' tag handling.
4088         Fixes #535935
4089
4090 2008-05-31  Julien Moutte  <julien@fluendo.com>
4091
4092         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
4093         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4094         (gst_qtdemux_seek_to_previous_keyframe),
4095         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4096         we don't clip the segment's stop using the main segment duration as
4097         that could crop quite some video frames. Make reverse playback support
4098         more robust and support edit lists. Support seeking to the last frame,
4099         and fix reverse looping playback. Add some debugging.
4100         * win32/common/config.h: Updated.
4101
4102 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
4103
4104         * gst/equalizer/gstiirequalizer.c:
4105         (gst_iir_equalizer_transform_ip):
4106         Don't clip float/double samples, correctly unset passthrough mode
4107         and use better rounding for integer samples.
4108
4109 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4110
4111         * gst/equalizer/gstiirequalizer.c:
4112         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4113         (setup_filter), (set_passthrough), (update_coefficients),
4114         (gst_iir_equalizer_compute_frequencies),
4115         (gst_iir_equalizer_transform_ip):
4116         * gst/equalizer/gstiirequalizer.h:
4117         Update the filter coefficients only when needed in the transform_ip
4118         function and correctly set the element into passthrough mode if the
4119         gain of all bands is 0.
4120
4121 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4122
4123         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4124
4125         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4126         (gst_alpha_set_property), (gst_alpha_get_property),
4127         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4128         Try to skip pixels or areas that are too dark or too bright for us to do
4129         meaningfull color detection.
4130         Added properties to control the sensitivity to light and darkness.
4131         Added some small cleanups. Fixes #512345.
4132
4133 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4134
4135         * docs/plugins/.cvsignore:
4136         * tests/check/elements/.cvsignore:
4137         Ignore some more generated things
4138
4139         * tests/check/Makefile.am:
4140         Ignore OSS elements in the state changes test too.
4141
4142 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4143
4144         * docs/plugins/Makefile.am:
4145         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4146         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4147         Add SMPTE effect elements to docs.
4148
4149 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4150
4151         * docs/plugins/Makefile.am:
4152         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4153         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4154         * ext/raw1394/gstdv1394src.c:
4155           Document whats first shown on the fdo plugin docs page :)
4156
4157 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4158
4159         * docs/plugins/Makefile.am:
4160         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4161         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4162         * docs/plugins/gst-plugins-good-plugins.args:
4163         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4164         * docs/plugins/inspect/plugin-audiofx.xml:
4165         * gst/audiofx/Makefile.am:
4166         * gst/audiofx/audiofx.c:
4167         * gst/audiofx/audiokaraoke.c:
4168         * gst/audiofx/audiokaraoke.h:
4169         * gst/audiofx/audiovoice.c:
4170         * gst/audiofx/audiovoice.h:
4171           Rename audiovoice to audiokaraoke and add it to the docs.
4172
4173 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4174
4175         * REQUIREMENTS:
4176         * docs/plugins/Makefile.am:
4177         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4178         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4179         * docs/plugins/gst-plugins-good-plugins.args:
4180         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4181         * docs/plugins/gst-plugins-good-plugins.interfaces:
4182         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4183         * docs/plugins/inspect/plugin-aasink.xml:
4184         * docs/plugins/inspect/plugin-alaw.xml:
4185         * docs/plugins/inspect/plugin-alpha.xml:
4186         * docs/plugins/inspect/plugin-alphacolor.xml:
4187         * docs/plugins/inspect/plugin-annodex.xml:
4188         * docs/plugins/inspect/plugin-apetag.xml:
4189         * docs/plugins/inspect/plugin-audiofx.xml:
4190         * docs/plugins/inspect/plugin-auparse.xml:
4191         * docs/plugins/inspect/plugin-autodetect.xml:
4192         * docs/plugins/inspect/plugin-avi.xml:
4193         * docs/plugins/inspect/plugin-cacasink.xml:
4194         * docs/plugins/inspect/plugin-cairo.xml:
4195         * docs/plugins/inspect/plugin-cdio.xml:
4196         * docs/plugins/inspect/plugin-cutter.xml:
4197         * docs/plugins/inspect/plugin-debug.xml:
4198         * docs/plugins/inspect/plugin-dv.xml:
4199         * docs/plugins/inspect/plugin-efence.xml:
4200         * docs/plugins/inspect/plugin-effectv.xml:
4201         * docs/plugins/inspect/plugin-equalizer.xml:
4202         * docs/plugins/inspect/plugin-esdsink.xml:
4203         * docs/plugins/inspect/plugin-flac.xml:
4204         * docs/plugins/inspect/plugin-flxdec.xml:
4205         * docs/plugins/inspect/plugin-gamma.xml:
4206         * docs/plugins/inspect/plugin-gconfelements.xml:
4207         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4208         * docs/plugins/inspect/plugin-goom.xml:
4209         * docs/plugins/inspect/plugin-goom2k1.xml:
4210         * docs/plugins/inspect/plugin-halelements.xml:
4211         * docs/plugins/inspect/plugin-icydemux.xml:
4212         * docs/plugins/inspect/plugin-id3demux.xml:
4213         * docs/plugins/inspect/plugin-jpeg.xml:
4214         * docs/plugins/inspect/plugin-level.xml:
4215         * docs/plugins/inspect/plugin-matroska.xml:
4216         * docs/plugins/inspect/plugin-monoscope.xml:
4217         * docs/plugins/inspect/plugin-mulaw.xml:
4218         * docs/plugins/inspect/plugin-multifile.xml:
4219         * docs/plugins/inspect/plugin-multipart.xml:
4220         * docs/plugins/inspect/plugin-navigationtest.xml:
4221         * docs/plugins/inspect/plugin-ossaudio.xml:
4222         * docs/plugins/inspect/plugin-png.xml:
4223         * docs/plugins/inspect/plugin-quicktime.xml:
4224         * docs/plugins/inspect/plugin-rtp.xml:
4225         * docs/plugins/inspect/plugin-rtsp.xml:
4226         * docs/plugins/inspect/plugin-smpte.xml:
4227         * docs/plugins/inspect/plugin-soup.xml:
4228         * docs/plugins/inspect/plugin-spectrum.xml:
4229         * docs/plugins/inspect/plugin-speex.xml:
4230         * docs/plugins/inspect/plugin-taglib.xml:
4231         * docs/plugins/inspect/plugin-udp.xml:
4232         * docs/plugins/inspect/plugin-video4linux2.xml:
4233         * docs/plugins/inspect/plugin-videobalance.xml:
4234         * docs/plugins/inspect/plugin-videobox.xml:
4235         * docs/plugins/inspect/plugin-videocrop.xml:
4236         * docs/plugins/inspect/plugin-videoflip.xml:
4237         * docs/plugins/inspect/plugin-videomixer.xml:
4238         * docs/plugins/inspect/plugin-wavenc.xml:
4239         * docs/plugins/inspect/plugin-wavpack.xml:
4240         * docs/plugins/inspect/plugin-wavparse.xml:
4241         * docs/plugins/inspect/plugin-ximagesrc.xml:
4242         * ext/aalib/gstaasink.c:
4243         * ext/libcaca/gstcacasink.c:
4244           Document aasink and cacasink.
4245
4246 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4247
4248         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4249         (gst_videomixer_init), (gst_videomixer_query_duration),
4250         (gst_videomixer_query_latency), (gst_videomixer_query),
4251         (gst_videomixer_blend_buffers):
4252         * gst/videomixer/videomixer.h:
4253         Implement position (in time), duration and latency queries.
4254
4255 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4256
4257         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4258         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4259         (gst_videomixer_fill_queues), (forward_event_func),
4260         (forward_event), (gst_videomixer_src_event),
4261         (gst_videomixer_sink_event):
4262         * gst/videomixer/videomixer.h:
4263         Implement proper seek/newsegment handling.
4264         Based on adder's implementation.
4265         Fixes #535121
4266
4267 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4268
4269         Patch by: Jan Gerber <j at oil21 dot org>
4270
4271         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4272         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4273
4274 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4275
4276         * gst/audiofx/Makefile.am:
4277         * gst/audiofx/audiofx.c: (plugin_init):
4278         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4279         (gst_audio_voice_class_init), (gst_audio_voice_init),
4280         (update_filter), (gst_audio_voice_set_property),
4281         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4282         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4283         (gst_audio_voice_transform_ip):
4284         * gst/audiofx/audiovoice.h:
4285         Add simple voice removal element. Yay karaoke.
4286
4287 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4288
4289         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4290
4291         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4292         Fix potential caps leak.
4293         If we can't get the framerate with an ioctl, try to get it with the
4294         current norm. Fixes #520092.
4295
4296 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4297
4298         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4299
4300         * sys/v4l2/v4l2src_calls.c:
4301         (gst_v4l2src_probe_caps_for_format_and_size):
4302         If we fail to get the frame intervals, simply don't touch the framerates
4303         on the template caps instead of discarding the format. See #520092.
4304
4305 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4306
4307         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4308
4309         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4310         (gst_v4l2_get_caps_info):
4311         Add NV12, NV21 and bayer support. See #520092.
4312
4313 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4314
4315         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4316         (gst_qtdemux_activate_segment):
4317         Unbreak segment activation again. Fixes #531672.
4318
4319 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4320
4321         * ext/flac/Makefile.am:
4322         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4323         Set the channel layout when decoding FLAC files with more than 2
4324         channels as defined by the FLAC spec. Fixes bug #534570.
4325
4326         Also don't try to decode left/side, right/side and mid/side files
4327         as we don't support this at all.
4328
4329 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4330
4331         * configure.ac:
4332           We need -base CVS (rtsp).
4333
4334 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4335
4336         * gst/udp/Makefile.am:
4337           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4338           when including netdb.h when building against glibc >= 2.8.
4339
4340 2008-05-22  Julien Moutte  <julien@fluendo.com>
4341
4342         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4343         debug statement arguments.
4344         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4345         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4346         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4347         on more platforms.
4348
4349 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4350
4351         * tests/check/elements/avimux.c: (setup_src_pad),
4352         (teardown_src_pad):
4353         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4354         (GST_START_TEST):
4355         * tests/check/elements/matroskamux.c: (setup_src_pad),
4356         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4357         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4358         (GST_START_TEST):
4359         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4360         (setup_wavpackparse), (cleanup_wavpackparse):
4361         Don't use gst_element_get_pad(), it's a bad, bad method.
4362
4363 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4364
4365         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4366         (do_toggle_element):
4367         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4368         (do_toggle_element):
4369         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4370         (do_toggle_element):
4371         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4372         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4373         (do_toggle_element):
4374         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4375         (do_toggle_element):
4376         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4377         (gst_auto_audio_sink_detect):
4378         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4379         (gst_auto_video_sink_detect):
4380         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4381         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4382         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4383         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4384         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4385         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4386         * tests/icles/videocrop-test.c: (test_with_caps),
4387         (video_crop_get_test_caps):
4388         Don't use gst_element_get_pad(), it's a bad method.
4389
4390 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4391
4392         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4393         (gst_multiudpsink_add_internal):
4394         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4395         (gst_udp_join_group):
4396         * gst/udp/gstudpnetutils.h:
4397         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4398         Joining a multicast group and setting the loop/ttl properties are
4399         totally unrelated tasks are must be separated.
4400
4401 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4402
4403         * gst/avi/gstavimux.c:
4404           Also support alaw/mulaw.
4405
4406 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4407
4408         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4409         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4410         * gst/udp/gstmultiudpsink.h:
4411         Add a fixme for the auto-multicast property.
4412         Fix some confusing debug messages.
4413         Disable setting a qos value by default.
4414
4415 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4416
4417         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4418
4419         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4420         Ignore EPERM errors from sendto. Fixes #533619.
4421
4422 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4423
4424         Patch by: Henrik Eriksson <henriken at axis dot com>
4425
4426         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4427         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4428         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4429         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4430         * gst/udp/gstmultiudpsink.h:
4431         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4432
4433 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4434
4435         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4436         Improve debugging of the ident.
4437
4438 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4439
4440         Patch by: Bruno Santos <brunof at ua dot pt>
4441
4442         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4443         (gst_udp_join_group), (gst_udp_leave_group),
4444         (gst_udp_is_multicast):
4445         * gst/udp/gstudpnetutils.h:
4446         Provide a bunch of helper methods to deal with IPv4 and IPv6
4447         transparently.
4448
4449         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4450         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4451         (gst_multiudpsink_get_property), (join_multicast),
4452         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4453         (gst_multiudpsink_remove):
4454         * gst/udp/gstmultiudpsink.h:
4455         Add multicast TTL and loopback properties.
4456         Use the helper methods to implement ip4 and ip6.
4457
4458         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4459         * gst/udp/gstudpsrc.h:
4460         Use the helper methods to implement ip4 and ip6.
4461         Fixes #515962.
4462
4463 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4464
4465         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4466
4467         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4468         (gst_multipart_demux_get_gstname),
4469         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4470         * gst/multipart/multipartdemux.h:
4471         Don't blindly copy the mime-type as the caps name because they not
4472         always map directly. Instead use a hashtable with common mappings.
4473         Fixes #533287.
4474
4475 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4476
4477         * ext/esd/esdsink.c: (gst_esdsink_write):
4478         When we post an error, we must return -1 to let the parent know that we
4479         cannot write the segment else it will loop and continue to call us again
4480         forever. Patch by Michael Meeks.
4481
4482 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4483
4484         * gst/videomixer/videomixer.c:
4485           Add missing incudes.
4486
4487 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4488
4489         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4490         (gst_rtp_h264_pay_handle_buffer):
4491         * gst/rtp/gstrtph264pay.h:
4492         Correct a typo (sinle -> single).
4493
4494 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4495
4496         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4497         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4498         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4499         (gst_rtp_h264_depay_process):
4500         * gst/rtp/gstrtph264depay.h:
4501         Add experimental support for outputting quicktime-like AVC output in
4502         addition to the existing bytestream output.
4503
4504         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4505         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4506         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4507         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4508         (gst_rtp_h264_pay_get_property):
4509         * gst/rtp/gstrtph264pay.h:
4510         Make the parsing mode configurable, for some inputs we don't need to
4511         scan every byte for start codes.
4512         Only set the marker bit on ACCESS units.
4513
4514 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4515
4516         * gst/equalizer/gstiirequalizer.c:
4517         Use a bigger type in integer mode for the intermediate results to
4518         prevent overflows. This fixes the crippled sound when using the
4519         equalizer in integer mode. Fixes bug #510865.
4520
4521 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4522
4523         * gst/videomixer/videomixer.c:
4524         * gst/videomixer/videomixer.h:
4525         Instead of a random number for the request pad id's,
4526         use a counter.
4527
4528         Register the videomixerpad class from the element's class_init
4529         where it's safer, and allows the docs generator to scan it.
4530
4531 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4532
4533         * gst/smpte/Makefile.am:
4534         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4535         * gst/smpte/gstsmpte.h:
4536         * gst/smpte/gstsmptealpha.c:
4537         (gst_smpte_alpha_transition_type_get_type),
4538         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4539         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4540         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4541         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4542         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4543         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4544         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4545         * gst/smpte/gstsmptealpha.h:
4546         * gst/smpte/plugin.c: (plugin_init):
4547         Add new plugin that adds the SMPTE transition in the alpha channel of
4548         I420 and AYUV frames so that they can be blended with videomixer later
4549         on. Uses all niceties such as using base transform for efficient alloc
4550         and negotiation. It currently requires GstController to control the
4551         position in the transition effect.
4552
4553 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4554
4555         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4556         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4557         * docs/plugins/gst-plugins-good-plugins.args:
4558         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4559         * docs/plugins/gst-plugins-good-plugins.interfaces:
4560         * docs/plugins/gst-plugins-good-plugins.types:
4561         * gst/videomixer/videomixer.c:
4562           Try using thaytans new mechanism to get extra classes into plugin
4563           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4564           missing still.
4565
4566 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4567
4568         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4569         Set proper rate in avi stream header for PCM audio, and also do some
4570         more sanity checks on caps in this case.  Fixes #511489.
4571
4572 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4573
4574         * sys/v4l2/gstv4l2src.c:
4575         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4576         isn't implemented at all yet and this requires X headers to be
4577         installed. Fixes bug #533264.
4578
4579 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4580
4581         reviewed by: <delete if not using a buddy>
4582
4583         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4584         (gst_ebml_write_set_cache):
4585         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4586         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4587         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4588         (gst_matroska_demux_read_track_encodings),
4589         (gst_matroska_demux_add_stream),
4590         (gst_matroska_demux_handle_src_query),
4591         (gst_matroska_demux_init_stream),
4592         (gst_matroska_demux_parse_index_cuetrack),
4593         (gst_matroska_demux_parse_index_pointentry),
4594         (gst_matroska_demux_parse_info),
4595         (gst_matroska_demux_parse_metadata_id_simple_tag),
4596         (gst_matroska_demux_parse_metadata),
4597         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4598         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4599         (gst_matroska_demux_parse_cluster),
4600         (gst_matroska_demux_parse_contents_seekentry),
4601         (gst_matroska_demux_loop_stream_parse_id),
4602         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4603         (gst_matroska_demux_audio_caps),
4604         (gst_matroska_demux_subtitle_caps):
4605         * gst/matroska/matroska-demux.h:
4606         * gst/matroska/matroska-ids.c:
4607         (gst_matroska_track_init_subtitle_context):
4608         * gst/matroska/matroska-ids.h:
4609         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4610         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4611         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4612         * sys/v4l2/gstv4l2src.c:
4613         * tests/check/pipelines/wavpack.c: (bus_handler):
4614         * win32/common/config.h:
4615
4616 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4617
4618         * ext/wavpack/gstwavpackstreamreader.c:
4619         * tests/examples/spectrum/demo-audiotest.c:
4620         * tests/examples/spectrum/demo-osssrc.c:
4621         Fix some compiler warnings.
4622
4623 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4624
4625         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4626         Small comment added.
4627
4628         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4629         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4630         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4631         Debug string cleanups (remove trailing \n)
4632         Refactor and clean up the payloader a bit and make sure that we only
4633         put one NAL unit in an RTP packet even if the input buffer contains
4634         multiple NAL units.
4635         Add suport for AVC format input.
4636
4637 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4638
4639         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4640         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4641         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4642         * gst/rtp/gstrtph264pay.h:
4643         Make it possible to specify profile-level-id and sprop-parameter-sets
4644         using properties in case they are not available in-stream.
4645
4646 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4647
4648         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4649         * docs/plugins/gst-plugins-good-plugins.args:
4650         * docs/plugins/inspect/plugin-ladspa.xml:
4651           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4652
4653 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4654
4655         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4656         Send an initial BYTE segment to inform downstream of later seeking,
4657         and to forego sync attempts.
4658
4659 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4660
4661         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4662         Fix wrong caps string.
4663
4664 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4665
4666         Based on patch by: Olivier Crete <tester at tester dot ca>
4667
4668         * gst/rtp/Makefile.am:
4669         * gst/rtp/gstrtp.c: (plugin_init):
4670         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4671         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4672         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4673         (gst_rtp_g729_depay_plugin_init):
4674         * gst/rtp/gstrtpg729depay.h:
4675         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4676         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4677         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4678         * gst/rtp/gstrtpg729pay.h:
4679         Added G729 pay and depayloaders. Fixes #532409.
4680
4681 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4682
4683         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4684         Fix the calculation of the duration of the concealment packets.
4685
4686 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4687
4688         Based on patch by: Olivier Crete <tester at tester dot ca>
4689
4690         * gst/rtp/Makefile.am:
4691         * gst/rtp/gstrtp.c: (plugin_init):
4692         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4693         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4694         (parse_encode), (gst_rtp_dv_depay_setcaps),
4695         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4696         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4697         (gst_rtp_dv_depay_plugin_init):
4698         * gst/rtp/gstrtpdvdepay.h:
4699         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4700         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4701         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4702         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4703         (gst_dv_pay_negotiate), (include_dif),
4704         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4705         * gst/rtp/gstrtpdvpay.h:
4706         Add DV pay and depayloaders. Fixes #532423.
4707
4708 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4709
4710         * gst/matroska/matroska-demux.c:
4711         (gst_matroska_demux_push_dvd_clut_change_event):
4712         Convert subtitle palette info in VobSub private data from VobSub's
4713         (buggy) RGB to YUV.
4714
4715 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4716
4717         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4718         Do not leave fourcc stream header field empty upon reset.
4719         Fixes #519301.
4720
4721 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4722
4723         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4724         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4725         * docs/plugins/inspect/plugin-goom.xml:
4726         * docs/plugins/inspect/plugin-goom2k1.xml:
4727         * gst/goom/gstgoom.c:
4728         * gst/goom2k1/gstgoom.c:
4729         Add goom2k1 into the docs.
4730
4731 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4732
4733         Based on patch by: Wouter Cloetens  <wouter at mind be>
4734
4735         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4736         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4737         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4738         (gst_rtsp_decode_quoted_string),
4739         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4740         (gst_rtspsrc_setup_auth):
4741         Support Digest authentication. Fixes #532065.
4742
4743 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4744
4745         * gst/level/gstlevel.c:
4746           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4747           about whats needed for liboil acceleration. Simplify docs a bit.
4748
4749 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4750
4751         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4752
4753         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4754         Update the track duration if the old one was invalid.
4755         Fixes bug #532117.
4756
4757 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4758
4759         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4760           Use GST_STR_NULL when trying to print sps and pps strings that could
4761           be NULL, as this might crash on some platforms.
4762
4763 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4764
4765         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4766
4767         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4768           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4769           set after creating the clipper.
4770
4771 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4772
4773         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4774
4775         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4776           Added checking of surface lost case after an unsuccessful
4777           IDirectDrawSurface7_Lock() call.
4778           If surface is lost, return GST_FLOW_OK.
4779
4780 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4781
4782         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4783
4784         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4785           WndProc, gst_directdraw_sink_window_thread):
4786           Improved Windows message loop and fixed window destruction issue.
4787           When the window which DirectDraw is rendering to is destroyed, the
4788           render/show_frame function will return GST_FLOW_ERROR.
4789           Partially fixes #520885.
4790
4791 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4792
4793         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4794
4795         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4796           Fixed mid stream resolution change bug, the offscreen surface is now
4797           released when set_caps is called.
4798           Partially fixes #520885.
4799
4800 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4801
4802         * sys/directdraw/gstdirectdrawsink.c
4803           (gst_directdraw_sink_buffer_alloc):
4804           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4805           width/height.
4806
4807           Especially when looking through the pool of buffers, make sure that
4808           the width/height of caps is used instead of the already negotiated
4809           dimensions.
4810           For example if a buffer with different caps is requested, i.e.
4811           higher resolution, the caller would get a buffer with the old
4812           dimensions and thus corrupt the heap.
4813
4814 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4815
4816         * sys/directdraw/gstdirectdrawsink.c
4817           (gst_directdraw_sink_buffer_alloc):
4818           Clear the flags on recycled buffers from buffer_alloc.
4819           Partially fixes #520885.
4820
4821 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4822
4823         * gst/rtp/gstrtpilbcpay.c:
4824           Added missing stdlib.h include for strtol(), and made include ordering and
4825           style consistent with the corresponding depayloader.
4826
4827 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4828
4829         * configure.ac:
4830           Error out if we don't have the required core/base versions.
4831
4832 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4833
4834         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4835
4836         * sys/osxvideo/cocoawindow.m:
4837         Fix compiler warnings on PPC64. Fixes bug #499318.
4838
4839 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4840
4841         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4842
4843         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4844         Don't leak file descriptors on error. Fixes #531532.
4845
4846 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4847
4848         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4849         (gst_gconf_audio_src_change_state):
4850         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4851         (gst_gconf_video_sink_change_state):
4852         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4853         (gst_gconf_video_src_change_state):
4854         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4855         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4856         When we can't create a fakesink/fakesrc complain instead of unreffing
4857         NULL pointers and crashing later. See bug #530535.
4858
4859 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4860
4861         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4862         Add some more debug info and guard against small payloads.
4863
4864         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4865         Set duration on outgoing buffers because we can.
4866
4867 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4868
4869         Patch by: Olivier Crete <tester at tester dot ca>
4870
4871         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4872         (gst_speex_enc_init), (gst_speex_enc_chain):
4873         Add negotiation for the speex channels and rate. Fixes #465146.
4874
4875 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4876
4877         Patch by: Olivier Crete <tester at tester dot ca>
4878
4879         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4880         (gst_rtp_speex_pay_getcaps):
4881         Add negotiation for the speex channels and rate. See #465146.
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         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4888         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4889         Add negotiation for the ILBC mode. See #465146.
4890
4891 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4892
4893         * ext/soup/gstsouphttpsrc.c:
4894           Include stdlib to fix the build. Use g_free instead of free, libsoup
4895           uses glib.
4896
4897 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4898
4899         Patch by: j^ <j@bootlab.org>
4900
4901         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4902         Add more mpeg2 variants. Fixes #530886.
4903
4904 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4905
4906         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4907
4908         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4909           Don't error out if we get an ICMP destination-unreachable
4910           message when trying to read packets on win32 (#529454).
4911
4912 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4913
4914         * configure.ac:
4915         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4916           Use new error code for encrypted streams (which requires core CVS).
4917
4918 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4919
4920         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4921           (gst_qtdemux_audiosrc_template):
4922           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4923
4924 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4925
4926         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4927         (speex_dec_chain_parse_data):
4928         Produce concealment data when time progresses in a segment update.
4929
4930 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4931
4932         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4933         (speex_dec_chain):
4934         Try to preserve input timestamps when we can.
4935         Do beginnings of error concealment.
4936
4937 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4938
4939         * gst/debug/gstnavigationtest.c:
4940           MSVC doesn't provide rint(), define an adequate replacement locally as
4941           elsewhere.
4942
4943 2008-04-28  Julien Moutte  <julien@fluendo.com>
4944
4945         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4946         format to pacify Mac OSX's gcc.
4947
4948 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4949
4950         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4951           (DEFAULT_MAX), (src_template), (sink_template),
4952           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4953           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4954           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4955           Bring rndbuffersize element into a state that doesn't require us
4956           to move it to -bad immediately. For one, fix up default min/max
4957           values so that the element actuall works using the default values.
4958           Also, don't ignore flow return values and do some kind of minimal
4959           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4960           other gratuitious clean-ups.
4961
4962 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4963
4964         * docs/plugins/Makefile.am:
4965         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4966         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4967         * docs/plugins/gst-plugins-good-plugins.args:
4968         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4969         * docs/plugins/gst-plugins-good-plugins.interfaces:
4970         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4971         * docs/plugins/inspect/plugin-1394.xml:
4972         * docs/plugins/inspect/plugin-aasink.xml:
4973         * docs/plugins/inspect/plugin-alaw.xml:
4974         * docs/plugins/inspect/plugin-alpha.xml:
4975         * docs/plugins/inspect/plugin-alphacolor.xml:
4976         * docs/plugins/inspect/plugin-annodex.xml:
4977         * docs/plugins/inspect/plugin-apetag.xml:
4978         * docs/plugins/inspect/plugin-audiofx.xml:
4979         * docs/plugins/inspect/plugin-auparse.xml:
4980         * docs/plugins/inspect/plugin-autodetect.xml:
4981         * docs/plugins/inspect/plugin-avi.xml:
4982         * docs/plugins/inspect/plugin-cacasink.xml:
4983         * docs/plugins/inspect/plugin-cairo.xml:
4984         * docs/plugins/inspect/plugin-cdio.xml:
4985         * docs/plugins/inspect/plugin-cutter.xml:
4986         * docs/plugins/inspect/plugin-debug.xml:
4987         * docs/plugins/inspect/plugin-dv.xml:
4988         * docs/plugins/inspect/plugin-efence.xml:
4989         * docs/plugins/inspect/plugin-effectv.xml:
4990         * docs/plugins/inspect/plugin-equalizer.xml:
4991         * docs/plugins/inspect/plugin-esdsink.xml:
4992         * docs/plugins/inspect/plugin-flac.xml:
4993         * docs/plugins/inspect/plugin-flxdec.xml:
4994         * docs/plugins/inspect/plugin-gamma.xml:
4995         * docs/plugins/inspect/plugin-gconfelements.xml:
4996         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4997         * docs/plugins/inspect/plugin-goom.xml:
4998         * docs/plugins/inspect/plugin-halelements.xml:
4999         * docs/plugins/inspect/plugin-icydemux.xml:
5000         * docs/plugins/inspect/plugin-id3demux.xml:
5001         * docs/plugins/inspect/plugin-jpeg.xml:
5002         * docs/plugins/inspect/plugin-level.xml:
5003         * docs/plugins/inspect/plugin-matroska.xml:
5004         * docs/plugins/inspect/plugin-monoscope.xml:
5005         * docs/plugins/inspect/plugin-mulaw.xml:
5006         * docs/plugins/inspect/plugin-multifile.xml:
5007         * docs/plugins/inspect/plugin-multipart.xml:
5008         * docs/plugins/inspect/plugin-navigationtest.xml:
5009         * docs/plugins/inspect/plugin-ossaudio.xml:
5010         * docs/plugins/inspect/plugin-png.xml:
5011         * docs/plugins/inspect/plugin-quicktime.xml:
5012         * docs/plugins/inspect/plugin-rtp.xml:
5013         * docs/plugins/inspect/plugin-rtsp.xml:
5014         * docs/plugins/inspect/plugin-shout2send.xml:
5015         * docs/plugins/inspect/plugin-smpte.xml:
5016         * docs/plugins/inspect/plugin-spectrum.xml:
5017         * docs/plugins/inspect/plugin-speex.xml:
5018         * docs/plugins/inspect/plugin-taglib.xml:
5019         * docs/plugins/inspect/plugin-udp.xml:
5020         * docs/plugins/inspect/plugin-video4linux2.xml:
5021         * docs/plugins/inspect/plugin-videobalance.xml:
5022         * docs/plugins/inspect/plugin-videobox.xml:
5023         * docs/plugins/inspect/plugin-videocrop.xml:
5024         * docs/plugins/inspect/plugin-videoflip.xml:
5025         * docs/plugins/inspect/plugin-videomixer.xml:
5026         * docs/plugins/inspect/plugin-wavenc.xml:
5027         * docs/plugins/inspect/plugin-wavpack.xml:
5028         * docs/plugins/inspect/plugin-wavparse.xml:
5029         * docs/plugins/inspect/plugin-ximagesrc.xml:
5030           Add docs for gdkpixbufsink; update docs to CVS version.
5031
5032 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5033
5034         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5035         Remove test sync-offset by default.
5036
5037 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5038
5039         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
5040         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
5041         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5042           Use GLib versions of htonl, htons, ntohl and ntohs in order
5043           to avoid problems on win32 (#529707).
5044
5045 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5046
5047         Patch by: Jesús Corrius <jesus at softcatala org>
5048
5049         * gst/goom/filters.c: (zoomVector):
5050         * gst/goom/goom_core.c: (init_buffers):
5051           Fix build with mingw32: use rand() instead of random() and
5052           replace bzero() with memset(). Fixes #529692.
5053
5054 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5055
5056         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
5057         Fix typo in comments.
5058
5059         * tests/examples/rtp/client-H263p-PCMA.sdp:
5060         * tests/examples/rtp/client-H263p-PCMA.sh:
5061         * tests/examples/rtp/client-H264-PCMA.sdp:
5062         * tests/examples/rtp/client-H264-PCMA.sh:
5063         * tests/examples/rtp/client-H264.sdp:
5064         * tests/examples/rtp/client-H264.sh:
5065         * tests/examples/rtp/client-PCMA.sdp:
5066         * tests/examples/rtp/client-PCMA.sh:
5067         * tests/examples/rtp/server-alsasrc-PCMA.sh:
5068         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
5069         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5070         Add some more docs and fix examples.
5071
5072 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
5073
5074         * tests/check/elements/multifile.c:
5075         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
5076         declared in the former, some have it declared in the latter.
5077
5078 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
5079
5080         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
5081         * gst/debug/tests.c: (md5_get_value):
5082         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5083         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5084         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5085         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
5086         Stop using deprecated GLib functions.
5087
5088 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
5089
5090         * configure.ac:
5091         Back to development -> 0.10.8.1
5092
5093 === release 0.10.8 ===
5094
5095 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
5096
5097         * configure.ac:
5098           releasing 0.10.8, "One For The Money"
5099
5100 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5101
5102         * configure.ac:
5103         0.10.7.4 pre-release
5104
5105 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5106
5107         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5108         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5109         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5110         * gst/goom/flying_stars_fx.c: (fs_free):
5111         * gst/goom/goom_config_param.h:
5112         * gst/goom/goom_core.c: (goom_init), (goom_close):
5113         * gst/goom/goom_plugin_info.h:
5114         * gst/goom/gstgoom.c: (gst_goom_finalize):
5115         * gst/goom/lines.c: (goom_lines_free):
5116         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5117         * gst/goom/surf3d.c: (grid3d_free):
5118         * gst/goom/surf3d.h:
5119         * gst/goom/tentacle3d.c: (tentacle_free):
5120         Free a bunch of stuff, and initialise things to fix leaks
5121         and valgrind warnings in the testsuite.
5122
5123         Fixes: #529268
5124
5125 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5126
5127         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5128         (gst_rtspsrc_configure_caps):
5129         Ref caps as the return value for the request_pt_map signal.
5130         Remove some caps weirdness when configuring a stream. See #528245.
5131
5132 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5133
5134         * tests/icles/gdkpixbufsink-test.c:
5135           Add cast to placate gcc 4.1.2.
5136
5137 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5138
5139         * configure.ac:
5140         0.10.7.3 pre-release
5141
5142 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5143
5144         * tests/check/Makefile.am:
5145         Disable some more elements in the state test.
5146         Add a define so the soup test can find the test files
5147         it needs at runtime.
5148
5149         * tests/check/elements/souphttpsrc.c: (run_server):
5150
5151         Add a define so the soup test can find the test files
5152         it needs at runtime.
5153
5154 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5155
5156         * gst/goom/convolve_fx.c: (convolve_apply):
5157         Don't ever draw the GOOM logo.
5158         Fixes: #528615
5159
5160 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5161
5162         * ext/cdio/gstcdiocddasrc.c:
5163         * ext/dv/gstdvdemux.c: 
5164         gst_atomic_int_set ==> g_atomic_int_set
5165
5166 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5167
5168         * configure.ac:
5169         * gst/goom/Makefile.am:
5170         * gst/goom/convolve_fx.c:
5171         * gst/goom/default_scripts.h:
5172         * gst/goom/goom.h:
5173         * gst/goom/goom_core.c: (choose_a_goom_line):
5174         * gst/goom/goom_plugin_info.h:
5175         * gst/goom/goomsl.c:
5176         * gst/goom/goomsl.h:
5177         * gst/goom/goomsl_hash.c:
5178         * gst/goom/goomsl_hash.h:
5179         * gst/goom/goomsl_heap.c:
5180         * gst/goom/goomsl_heap.h:
5181         * gst/goom/goomsl_private.h:
5182         * gst/goom/plugin_info.c:
5183           Strip out the config/script parsing stuff, we don't need it.
5184           Fixes #527999.
5185
5186 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5187
5188         * gst/goom/plugin_info.c: (setOptimizedMethods):
5189           Disable altivec optimisations for 32-bit PPC as well to make
5190           things build properly on all PPC systems. Fixes #528143
5191
5192 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5193
5194         * gst-plugins-good.spec.in:
5195           Update for souphttpsrc plugin which has moved to -good.
5196
5197 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5198
5199         * gst/matroska/matroska-demux.c:
5200         (gst_matroska_demux_handle_seek_event):
5201         Fix open-ended seeks in matroskademux
5202         Patch by: Mark Nauwelaerts <manauw skynet be>
5203         Fixes: #526557
5204
5205 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5206
5207         * tests/check/Makefile.am:
5208         Add soup test certificates to the dist.
5209
5210 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5211
5212         * ext/Makefile.am:
5213         Remove LADSPA reference I missed.
5214
5215 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5216
5217         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5218         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5219         over gnome-vfs and everything else. Fixes bug #527848.
5220
5221 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5222
5223         * configure.ac:
5224         * ext/Makefile.am:
5225         Remove LADSPA plugin. Fixes: #515978
5226
5227 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5228
5229         * configure.ac:
5230         * docs/plugins/Makefile.am:
5231         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5232         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5233         * docs/plugins/gst-plugins-good-plugins.args:
5234         * docs/plugins/inspect/plugin-soup.xml:
5235         * ext/Makefile.am:
5236         * tests/check/Makefile.am:
5237         Move soup plugin from -bad (Fixes: #523124)
5238
5239 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5240
5241         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5242         Fix bounds checking of mode in Speex header, which may
5243         produce negative numbers in speex <= 1.1.12
5244
5245 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5246
5247         * gst/goom/Makefile.am:
5248         * gst/goom/gfontlib.c:
5249         * gst/goom/gfontlib.h:
5250         * gst/goom/gfontrle.c:
5251         * gst/goom/gfontrle.h:
5252         * gst/goom/goom.h:
5253         * gst/goom/goom_core.c: (goom_update):
5254         * gst/goom/goom_plugin_info.h:
5255         * gst/goom/gstgoom.c: (gst_goom_chain):
5256         * gst/goom/plugin_info.c:
5257           Remove a bunch of font/text related code that we don't need.
5258
5259 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5260
5261         * gst/goom/ppc_drawings.s:
5262         * gst/goom/ppc_zoom_ultimate.s:
5263           Change license of these files to LGPL, as permitted by the
5264           author, Guillaume Borios. See #515073.
5265
5266 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5267
5268         * gst/goom/convolve_fx.c:
5269         * gst/goom/motif_goom1.h:
5270         * gst/goom/motif_goom2.h:
5271           As hinted in Bug #518213, revert one change and fix warnings properly.
5272           This fixes both #518213 and #520073 for me.     
5273
5274 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5275
5276         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5277         * gst/matroska/matroska-demux.c:
5278         (gst_matroska_demux_handle_seek_event),
5279         (gst_matroska_demux_parse_contents_seekentry),
5280         (gst_matroska_demux_loop):
5281         Fix the Forte build by making function declaration signatures
5282         match the implementations.
5283
5284 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5285
5286         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5287         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5288         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5289           More logging when probing (see #518474), some comments in _reset().
5290
5291 2008-04-07  Julien Moutte  <julien@fluendo.com>
5292
5293         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5294         because of a bad argument number.
5295
5296 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5297
5298         * tests/icles/.cvsignore:
5299         * tests/icles/Makefile.am:
5300         * tests/icles/gdkpixbufsink-test.c:
5301           Interactive test app for gdkpixbufsink.
5302
5303 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5304
5305         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5306
5307         * configure.ac:
5308         Actually build dlls when cross-compiling with mingw32.
5309         Fixes bug #526247.
5310
5311 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5312
5313         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5314           Don't munge device string to 'default:x' for capture devices.
5315           Fixes #525833.
5316
5317 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5318
5319         * ext/wavpack/gstwavpackparse.c:
5320         (gst_wavpack_parse_index_entry_free):
5321         Always use GSlice as we actually depend on GLib 2.12 already.
5322
5323 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5324
5325         * configure.ac:
5326           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5327           Also bump the GLib requirement to the current de-facto requirement
5328           (ie. 2.12).
5329
5330 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5331
5332         * gst/rtp/gstrtph264pay.c: (encode_base64),
5333         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5334         * gst/rtp/gstrtph264pay.h:
5335         Parse codec_data for future AVC compatibility.
5336         Fail when we encounter AVC data for now.
5337
5338 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5339
5340         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5341           (gst_spectrum_init), (gst_spectrum_set_property),
5342           (gst_spectrum_get_property), (gst_spectrum_message_new):
5343           Rename property enums and default defines for the properties to match
5344           the property names and rephrase property descriptions to make them a
5345           bit clearer (hopefully). See #518188.
5346
5347 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5348
5349         * tests/check/Makefile.am:
5350         * tests/check/elements/.cvsignore:
5351         * tests/check/elements/gdkpixbufsink.c:
5352           Add unit test for gdkpixbufsink element.
5353
5354 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5355
5356         * ext/gdk_pixbuf/Makefile.am:
5357         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5358         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5359           (gst_gdk_pixbuf_sink_base_init),
5360           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5361           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5362           (gst_gdk_pixbuf_sink_set_caps),
5363           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5364           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5365           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5366           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5367           (gst_gdk_pixbuf_sink_get_property):
5368         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5369           Add gdkpixbufsink element for easy snapshotting (#525946).
5370
5371 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5372
5373         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5374         Bump timeout from 3 to 60 seconds.
5375
5376 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5377
5378         * tests/check/pipelines/.cvignore:
5379         Remove useless file.
5380
5381         * tests/check/pipelines/.cvsignore:
5382         Add new test to .cvsignore.
5383
5384 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5385
5386         * tests/check/Makefile.am:
5387         * tests/check/pipelines/wavpack.c: (bus_handler),
5388         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5389         (wavpack_suite), (main):
5390         Add unit test that encodes and decodes some data, checks that it
5391         is still the same and that all timestamps/offsets are perfect.
5392
5393 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5394
5395         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5396         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5397         * ext/wavpack/gstwavpackparse.c:
5398         (gst_wavpack_parse_index_entry_new),
5399         (gst_wavpack_parse_index_entry_free),
5400         (gst_wavpack_parse_base_init),
5401         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5402         Use GSlice for allocating index entries and use
5403         gst_element_class_set_details_simple().
5404
5405 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5406
5407         Patch by: Brian Cameron <brian.cameron at sun dot com>
5408
5409         * sys/sunaudio/gstsunaudio.c:
5410         * sys/sunaudio/gstsunaudiomixer.c:
5411         * sys/sunaudio/gstsunaudiomixer.h:
5412         * sys/sunaudio/gstsunaudiomixerctrl.c:
5413         * sys/sunaudio/gstsunaudiomixerctrl.h:
5414         * sys/sunaudio/gstsunaudiomixertrack.c:
5415         * sys/sunaudio/gstsunaudiomixertrack.h:
5416         * sys/sunaudio/gstsunaudiosink.c:
5417         * sys/sunaudio/gstsunaudiosink.h:
5418         * sys/sunaudio/gstsunaudiosrc.c:
5419         * sys/sunaudio/gstsunaudiosrc.h:
5420           Fix up copyrights (#525860).
5421
5422 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5423
5424         * gst/goom/goomsl.c: (gsl_read_file):
5425           Check return value of fread() to avoid compiler warnings.
5426
5427 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5428
5429         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5430
5431         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5432         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5433         * gst/law/alaw-decode.h:
5434         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5435         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5436         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5437         * gst/law/mulaw-decode.h:
5438         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5439         Make negotiation a bit modern.
5440         Use pad_alloc. Fixes #525359.
5441
5442 2008-03-31  David Schleef  <ds@schleef.org>
5443
5444         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5445           compiles consistently.  Fixes #522278.
5446
5447 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5448
5449         Patch by: Brian Cameron <brian.cameron at sun dot com>
5450
5451         * sys/sunaudio/gstsunaudiomixerctrl.c:
5452           (gst_sunaudiomixer_ctrl_get_volume),
5453           (gst_sunaudiomixer_ctrl_set_volume):
5454         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5455           Fix up the mixer tracks to use a volume range of 0-255, which is what
5456           the sun audio API uses. This simplifies the code and avoids rounding
5457           errors. Fixes #524593.
5458
5459 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5460
5461         * sys/v4l2/gstv4l2object.c:
5462         * sys/v4l2/gstv4l2object.h:
5463         Add device-fd property to make it possible to apps to call ioctl's.
5464
5465 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5466
5467         * gst/qtdemux/qtdemux.c: (next_entry_size):
5468         Unbreak streaming mode again.
5469
5470 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5471
5472         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5473           Remove superfluous DEBUG macro.
5474
5475 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5476
5477         Based on patch by: William M. Brack <wbrack at mmm com hk>
5478
5479         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5480           (gst_v4l2src_set_capture):
5481           Check whether the device supports setting the framerate before
5482           trying to set it and then posting a warning or error if it doesn't
5483           work (#516649, #520092). Also compare fractions more correctly.
5484
5485 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5486
5487         * gst/goom/Makefile.am:
5488           Remove ppc assembler optimisations from the build until they
5489           actually build (they also seem to have GPL headers).
5490
5491 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5492
5493         * m4/Makefile.am:
5494           Better not dist files that don't exist any longer (lrint*m4).
5495
5496 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5497
5498         * configure.ac:
5499         * m4/lrint.m4:
5500         * m4/lrintf.m4:
5501         Remove lrint/lrintf checks. We don't use it anywhere.
5502
5503 2008-03-18  Andy Wingo  <wingo@pobox.com>
5504
5505         * sys/osxvideo/osxvideosink.m
5506         (gst_osx_video_sink_osxwindow_destroy)
5507         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5508         task, whoopdee.
5509         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5510         2 ms.
5511
5512 2008-03-18  Andy Wingo  <wingo@pobox.com>
5513
5514         * sys/osxvideo/osxvideosink.m
5515         (gst_osx_video_sink_osxwindow_destroy)
5516         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5517         task, whoopdee.
5518         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5519         2 ms.
5520         
5521 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5522
5523         Patch by: William M. Brack <wbrack at mmm com hk>
5524
5525         * sys/v4l2/v4l2src_calls.c:
5526           (gst_v4l2src_probe_caps_for_format_and_size),
5527           (gst_v4l2src_probe_caps_for_format):
5528           Make sure the probed frame sizes are reversed in the resulting
5529           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5530           highest resolution first); also remove unused variable.
5531           (Partly fixes #520092)
5532
5533 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5534
5535         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5536
5537         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5538         (gst_rtspsrc_finalize):
5539         Call WSAStartup() and WSACleanup before using the Winsock API.
5540         See #520808.
5541
5542 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5543
5544         * gst/avi/gstavidemux.c:
5545           Erm, the buffer-size is just guint, no need for the special format
5546           specifier.
5547
5548 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5549
5550         * gst/goom/plugin_info.c:
5551         * gst/goom/ppc_zoom_ultimate.h:
5552           Small fixes to build more on PPC: ifdef out code that uses unknown
5553           define; add newline at end of header file to avoid compiler warning.
5554           Assembler code still doesn't build though.
5555
5556 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5557
5558         * gst/avi/gstavidemux.c:
5559           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5560           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5561
5562 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5563
5564         * gst/avi/gstavidemux.c:
5565           Chunksize is uint32. Fix format specifier.
5566
5567 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5568
5569         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5570         mistake. Return file to pure MIT text.
5571
5572 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5573
5574         * gst/audiofx/audiofx.c:
5575         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5576         of hardcoding values.
5577
5578 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5579
5580         Patch by: Mark Nauwelaerts <manauw skynet be>
5581
5582         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5583           (gst_oss_src_close):
5584         * sys/oss/gstosssrc.h:
5585           Cache probed caps, so _get_caps() during recording doesn't cause
5586           ioctl calls which may disrupt the recording (fixes #521875).
5587
5588 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5589
5590         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5591         (gst_qtdemux_activate_segment),
5592         (gst_qtdemux_prepare_current_sample),
5593         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5594         Make sure we always send a DISCONT after a seek by setting the sample
5595         index to an undefined value after a seek.
5596
5597 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5598
5599         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5600           (GST_IS_AVI_SUBTITLE_CLASS):
5601           Fix up IS_FOO macros, which makes gtk-doc much happier.
5602
5603 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5604
5605         * tests/icles/Makefile.am:
5606           Move the -lgstfoo where it belongs.
5607
5608 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5609
5610         * gst/matroska/ebml-ids.h:
5611         Add ID for EBML CRC32 elements.
5612
5613         * gst/matroska/Makefile.am:
5614         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5615         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5616         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5617         (gst_ebml_read_header):
5618         Support reading 80bit floats, add finalize method to clean up
5619         in any case, support reading length/id elements with any length
5620         as long as it's smaller than our supported maximum, don't leak
5621         buffers if reading as much data as we wanted failed and some
5622         smaller cleanup.
5623
5624 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5625
5626         Patch by: Olivier Crete <tester at tester dot ca>
5627
5628         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5629         Check that a buffer is large enough before reading from it.
5630         Fixes bug #521102.
5631         
5632 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5633
5634         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5635         Fix compilation after removing the GstPollMode from the
5636         constructor.
5637
5638 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5639
5640         * configure.ac:
5641         * gst/audiofx/Makefile.am:
5642         * gst/audiofx/audiochebband.c:
5643         * gst/audiofx/audiocheblimit.c:
5644         * gst/audiofx/math_compat.h:
5645         Check for sinh(), cosh() and asinh() and define our own
5646         implementations if they're not available. Fixes bug #520880.
5647
5648 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5649
5650         Patch by: Olivier Crete <tester at tester dot ca>
5651
5652         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5653         Unref the buffers only once when handling not-negotiated errors.
5654         Fixes bug #520764.
5655
5656 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5657
5658         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5659
5660         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5661         (gst_udpsrc_stop):
5662         Properly balance WSA_Cleanup with WSA_Startup.
5663         Also make the poll controllable on windows. Fixes #520888.
5664
5665 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5666
5667         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5668         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5669         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5670         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5671         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5672         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5673         (gst_ebml_read_date), (gst_ebml_read_master),
5674         (gst_ebml_read_binary), (gst_ebml_read_header):
5675         * gst/matroska/ebml-read.h:
5676         * gst/matroska/matroska-demux.c:
5677         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5678         (gst_matroska_demux_read_track_encodings),
5679         (gst_matroska_demux_add_stream),
5680         (gst_matroska_demux_handle_src_query),
5681         (gst_matroska_demux_handle_seek_event),
5682         (gst_matroska_demux_init_stream),
5683         (gst_matroska_demux_parse_tracks),
5684         (gst_matroska_demux_parse_index_cuetrack),
5685         (gst_matroska_demux_parse_index_pointentry),
5686         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5687         (gst_matroska_demux_parse_metadata_id_simple_tag),
5688         (gst_matroska_demux_parse_metadata_id_tag),
5689         (gst_matroska_demux_parse_metadata),
5690         (gst_matroska_demux_sync_streams),
5691         (gst_matroska_demux_push_hdr_buf),
5692         (gst_matroska_demux_push_flac_codec_priv_data),
5693         (gst_matroska_demux_push_xiph_codec_priv_data),
5694         (gst_matroska_demux_add_wvpk_header),
5695         (gst_matroska_demux_check_subtitle_buffer),
5696         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5697         (gst_matroska_demux_parse_cluster),
5698         (gst_matroska_demux_parse_contents_seekentry),
5699         (gst_matroska_demux_parse_contents),
5700         (gst_matroska_demux_loop_stream_parse_id),
5701         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5702         * gst/matroska/matroska-demux.h:
5703         * gst/matroska/matroska-ids.h:
5704         Handle return values from pull_range in a more granular way to properly
5705         shut down on seeks.
5706         Combine return values from push.
5707         Implement proper error handling.
5708         Prepare for handling seeking correctly.
5709
5710 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5711
5712         * gst/matroska/ebml-read.c:
5713         Use GINT64 formatting constants from GLIB.
5714
5715         * gst/matroska/matroska-demux.c:
5716         Add some guards to avoid a possible division by 0 and crashing
5717         with NULL events on some systems.
5718         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5719         conversion. 
5720
5721         * gst/matroska/matroska-mux.c:
5722         Check for invalid timestamps in a bunch of places to avoid
5723         writing bogus durations into the output file.
5724         Fix some double<->gint64 conversions that weren't using
5725         gst_guint64_to_gdouble
5726
5727 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5728
5729         * configure.ac:
5730         Move the checks for bison, flex and as to the program section and the
5731         check for gcc inline asm to the compiler characteristics section.
5732
5733 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5734
5735         * configure.ac:
5736         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5737         plug-ins are included/excluded. (#498222)
5738
5739 2008-02-29  Michael Smith <msmith@fluendo.com>
5740
5741         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5742           Don't call gst_object_sync_values() unless we have a valid timestamp.
5743
5744 2008-02-28  David Schleef  <ds@schleef.org>
5745
5746         * gst/matroska/matroska-demux.c:
5747         * gst/matroska/matroska-ids.h:
5748         * gst/matroska/matroska-mux.c:
5749           Fix Dirac mapping.  I had previously added a VfW-type
5750           mapping, but it looks like Dirac will get a native Matroska
5751           mapping, and this is the most likely method.
5752
5753 2008-02-28  David Schleef  <ds@schleef.org>
5754
5755         * gst/avi/gstavimux.c: Add Dirac encoding
5756
5757 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5758
5759         Patch by: Peter Kjellerstedt <pkj at axis com>
5760
5761         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5762         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5763         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5764         * gst/udp/gstudpsrc.h:
5765         Port to GstPoll. See #505417.
5766
5767 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5768
5769         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5770         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5771         yet on the srcpad. We need rate and channels before we
5772         can do any processing. Fixes bug #519088.
5773
5774 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5775
5776         * configure.ac:
5777         Detect and indicate if GCC inline assembly syntax is
5778         available.
5779
5780         * gst/goom/Makefile.am:
5781         * gst/goom/convolve_fx.c:
5782         * gst/goom/flying_stars_fx.c:
5783         * gst/goom/goom_config.h:
5784         * gst/goom/goom_core.c:
5785         * gst/goom/goomsl.c:
5786         * gst/goom/ifs.c:
5787         * gst/goom/mmx.c:
5788         * gst/goom/plugin_info.c:
5789         * gst/goom/xmmx.c:
5790         Fix various GCC-isms, and only build the inline assembly
5791         with compilers that support GCC inline assembly.
5792
5793         Fix a couple of other warnings shown with Forte.
5794
5795 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5796
5797         * gst/goom/xmmx.c:
5798           Use 'emms' instead of 'femms' to not crash on cpus that do not
5799           implement this 3dnow specific instruction.
5800
5801 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5802
5803         * gst/goom/plugin_info.c: (setOptimizedMethods):
5804         Use extended MMX for draw_line() too if available, not only
5805         normal MMX.
5806
5807 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5808
5809         * ext/jpeg/gstjpeg.c: (plugin_init):
5810         Remove (commented out) smoke typefinder. This is in base now.
5811
5812 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5813
5814         * gst/goom2k1/Makefile.am:
5815         * gst/goom2k1/gstgoom.c:
5816
5817         Rename the installed library, and don't register the same 
5818         GType name as the new goom.
5819
5820 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5821
5822         * configure.ac:
5823         * ext/taglib/Makefile.am:
5824           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5825           when building C++ code (#516509).
5826
5827 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5828
5829         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5830         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5831           (setOptimizedMethods):
5832           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5833           anything useful. Export goom debug category so we can get
5834           rid of the VERBOSE define and the printfs.
5835
5836 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5837
5838         * gst/goom/goomsl_heap.c: (align_it):
5839         * gst/goom/plugin_info.c: (setOptimizedMethods):
5840           Compile fixes for x86-64.
5841
5842 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5843
5844         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5845         with warnings, but add other CFLAGS
5846
5847         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5848         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5849         (calculate_labels), (gsl_read_file):
5850         * gst/goom/goomsl_lex.l:
5851         * gst/goom/goomsl_yacc.y:
5852         * gst/goom/plugin_info.c: Remove a few live printf, and
5853         fprintf, replace exit() calls with g_assert_not_reached()
5854         if it not optimal for a library
5855
5856 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5857
5858         * gst/goom/Makefile.am: Remove the warnings being disabled,
5859         fix linkage on x86, spotted by Sebastian Dröge
5860         <slomo@circular-chaos.org>
5861
5862         * gst/goom/convolve_fx.c (convolve_init),
5863         (create_output_with_brightness), (convolve_apply):
5864         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5865         * gst/goom/goomsl.c:
5866         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5867         * gst/goom/plugin_info.c:
5868         * gst/goom/tentacle3d.c (tentacle_fx_create):
5869         Fix warnings, and disable the motifs in the convolve_fx
5870         plugin (they were causing warnings, and they were just
5871         "Goom" in funny letterring)
5872
5873 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5874
5875         * configure.ac: Add checks for Flex/Yacc/Bison and other
5876         furry animals, for the new goom 2k4 based plugin
5877
5878         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5879         CPU optimisations (not working yet), move the old plugin to...
5880
5881         * gst/goom2k1/*: ... here, in case somebody is sick enough
5882
5883         Fixes #515073
5884
5885 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5886
5887         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5888         Post the server response code in an error message instead of a generic
5889         'error' message. Fixes #517237.
5890
5891 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5892
5893         * tests/check/Makefile.am:
5894         Ignore gconfaudiosrc for the states unit test too. It will fallback
5895         to alsasrc if the gconf settings can't be read and not everybody has
5896         alsa.
5897
5898 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5899
5900         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5901         (gst_wavpack_parse_create_src_pad):
5902         * ext/wavpack/gstwavpackparse.h:
5903         Always report the duration if we know it in push mode and don't
5904         return 0 just to make totem believe we can't seek in push mode.
5905         Newer totem version use the SEEKING query which properly reports
5906         if we can seek or not.
5907
5908 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5909
5910         Patch by: Jens Granseuer <jensgr at gmx dot net>
5911
5912         * tests/examples/equalizer/demo.c: (main):
5913         C89 fix, moving variable declarations to the beginning of
5914         the block. Fixes bug #517933.
5915
5916 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5917
5918         * configure.ac:
5919         Back to development...
5920
5921 === release 0.10.7 ===
5922
5923 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5924
5925         * configure.ac:
5926           releasing 0.10.7, "Red Door Black"
5927
5928 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5929
5930         * gst/alpha/Makefile.am:
5931         Link alpha plugin with libgstbase. Fixes bug #517386.
5932
5933 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5934
5935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5936         Init values to -1 instead of the default 0 value.
5937         Fixes #516524.
5938
5939 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5940
5941         * tests/examples/spectrum/spectrum-example.c:
5942         Add missing include to fix compilation when libxml usage is disabled.
5943         Fixes: #516371
5944
5945 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5946
5947         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5948         fixes: #514889
5949
5950         * gst/rtp/gstrtph264pay.c:
5951         * gst/rtp/gstrtpmp4gdepay.c:
5952         * gst/rtp/gstrtpmp4gpay.c:
5953         * gst/rtp/gstrtpmp4gpay.h:
5954         * gst/rtp/gstrtptheorapay.c:
5955         * gst/rtp/gstrtpvorbispay.c:
5956
5957         Fix various leaks shown up in valgrind
5958         - free sprops and buffer in error cases in H264 payloader
5959         - fix leak in mp4g depayloader when construction the caps
5960         - don't leak config string in the mp4g payloader
5961         - don't leak buffers and headers in theora and vorbis payloaders
5962
5963         * tests/check/elements/rtp-payloading.c:
5964
5965         Fix the RTP data test
5966         - Actually send valid amr data to the payloader instead of 20
5967         zero-bytes
5968         - The mp4g payloader expects codec_data on the caps
5969
5970 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5971
5972         * win32/MANIFEST:
5973         Add libgstpng.dsp to MANIFEST.
5974         * win32/vs6/libgstaudiofx.dsp:
5975         Add new source files to VS project file.
5976
5977 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5978
5979         * sys/ximage/gstximagesrc.c:
5980         Initialise variables when opening the X display rather
5981         than in _start(), as the display can be opened before that.
5982
5983         Fixes: #515985
5984
5985 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5986
5987         * sys/directdraw/gstdirectdrawsink.c:
5988         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5989         (gst_directdraw_sink_finalize):
5990         Properly chain up finalize functions. Fixes bug #515980.
5991
5992 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5993
5994         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5995         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5996         (gst_v4l2_buffer_pool_class_init):
5997         Chain up the finalize functions. Fixes bug #515984.
5998
5999 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6000
6001         * sys/ximage/ximageutil.c:
6002         Chain up in the finalize function for our custom
6003         buffer sub-class.
6004         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
6005         Fixes: #515706
6006
6007 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6008
6009         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
6010         (gst_fenced_buffer_class_init):
6011         Properly chain up finalize method. Fixes bug #515979.
6012
6013 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6014
6015         * sys/ximage/gstximagesrc.c:
6016         Free allocated Damage memory before closing our connection to the
6017         X server. Partially fixes: #515706
6018
6019 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6020
6021         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6022         * tests/check/Makefile.am:
6023         * tests/check/gst-plugins-good.supp:
6024         Add a few libjpeg suppressions and initialize a variable to
6025         make smokeenc valgrind clean. Fixes bug #515701.
6026
6027 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
6028
6029         * gst/avi/gstavidemux.c:
6030         Revert patch which sends timestamps only on keyframes, as it
6031         breaks playback with current gst-ffmpeg.
6032
6033         Fixes: #515562
6034
6035 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6036
6037         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6038         * tests/check/elements/multifile.c: (GST_START_TEST):
6039         Close some memory leaks spotted by the unit test. Fixes bug #515697.
6040
6041 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6042
6043         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6044         Use and unset the GError when pipeline creation fails instead of
6045         simply leaking it. Fixes bug #515704.
6046
6047 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
6048
6049         * gst/audiofx/audioamplify.c:
6050         * gst/audiofx/audiochebband.c:
6051         * gst/audiofx/audiocheblimit.c:
6052         * gst/audiofx/audiodynamic.c:
6053         * gst/audiofx/audioinvert.c:
6054         * gst/audiofx/audiopanorama.c:
6055         * gst/audiofx/audiowsincband.c:
6056         * gst/audiofx/audiowsinclimit.c:
6057         Fix long description of audiofx elements. Fixes bug #515457.
6058
6059 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
6060
6061         * docs/plugins/Makefile.am:
6062         * gst/spectrum/gstspectrum.c:
6063         * tests/examples/spectrum/.cvsignore:
6064         * tests/examples/spectrum/Makefile.am:
6065         * tests/examples/spectrum/spectrum-example.c:
6066
6067         Add a simple example application for the spectrum element, include it
6068         in the docs, and fix some documentation ambiguities.
6069
6070         Fixes: #348085
6071
6072 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6073
6074         * gst/equalizer/Makefile.am:
6075         * gst/spectrum/Makefile.am:
6076         Fix includes order
6077
6078         * tests/check/Makefile.am:
6079         Exclude v4l2src from the states test - it takes too long to start.
6080
6081         * tests/check/elements/spectrum.c:
6082         Make the test run properly with CK_FORK=no
6083
6084 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
6085
6086         * gst/audiofix/Makefile.am: add missing header files 
6087
6088 2008-02-08  Julien Moutte  <julien@fluendo.com>
6089
6090         * gst/matroska/matroska-demux.c:
6091         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
6092         keyframe and delta units correctly when dealign with a BlockGroup.
6093         Fixes: #514397
6094
6095 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6096
6097         * tests/check/elements/.cvsignore:
6098         Spell the new tests correctly in .cvsignore
6099
6100 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6101
6102         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6103           Need to use gsize here for the size, fixes compiler warning.
6104
6105         * tests/examples/equalizer/.cvsignore:
6106         * tests/examples/equalizer/Makefile.am:
6107         * tests/examples/spectrum/.cvsignore:
6108         * tests/examples/spectrum/Makefile.am:
6109           Add missing files to fix the build.
6110
6111 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6112
6113         * configure.ac:
6114         * docs/plugins/Makefile.am:
6115         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6116         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6117         * docs/plugins/gst-plugins-good-plugins.args:
6118         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6119         * docs/plugins/inspect/plugin-multifile.xml:
6120         * tests/check/Makefile.am:
6121         * tests/check/elements/.cvsignore:
6122
6123         Move multifile plugin from -bad.
6124         Fixes: #490283
6125
6126 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6127
6128         * configure.ac:
6129         * docs/plugins/Makefile.am:
6130         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6131         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6132         * docs/plugins/gst-plugins-good-plugins.args:
6133         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6134         * docs/plugins/inspect/plugin-spectrum.xml:
6135         * gst/spectrum/Makefile.am:
6136         * tests/check/Makefile.am:
6137         * tests/check/elements/.cvsignore:
6138         * tests/examples/Makefile.am:
6139
6140         Move spectrum plugin from -bad.
6141         Move examples into tests/examples/spectrum.
6142
6143 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6144
6145         * configure.ac:
6146         * docs/plugins/Makefile.am:
6147         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6148         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6149         * docs/plugins/gst-plugins-good-plugins.args:
6150         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6151         * docs/plugins/gst-plugins-good-plugins.interfaces:
6152         * docs/plugins/inspect/plugin-equalizer.xml:
6153         * gst/equalizer/Makefile.am:
6154         * tests/check/Makefile.am:
6155         * tests/examples/Makefile.am:
6156         Move the equalizer plugin across from -bad
6157
6158         * tests/check/elements/.cvsignore:
6159         Add equalizer, audiosincwband and audiosincwlimit
6160
6161         * tests/check/elements/equalizer.c:
6162         Fix compiler warnings
6163
6164         Fixes: #415627
6165
6166 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6167
6168         * configure.ac:
6169         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6170         are treated like releases and build without it.
6171
6172 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6173
6174         * docs/plugins/Makefile.am:
6175         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6176         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6177         * docs/plugins/gst-plugins-good-plugins.args:
6178         * docs/plugins/inspect/plugin-audiofx.xml:
6179         * gst/audiofx/Makefile.am:
6180         * gst/audiofx/audiofx.c:
6181         * gst/audiofx/audiowsincband.c:
6182         * gst/audiofx/audiowsincband.h:
6183         * gst/audiofx/audiowsinclimit.c:
6184         * gst/audiofx/audiowsinclimit.h:
6185         * tests/check/Makefile.am:
6186         * tests/check/elements/audiowsincband.c:
6187         * tests/check/elements/audiowsinclimit.c:
6188
6189         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6190         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6191         respectively.
6192
6193         Fixes: #467666
6194
6195 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6196
6197         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6198         * tests/check/elements/icydemux.c:
6199           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6200           caps, and add a somewhat useful debug message. Plus test.
6201
6202 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6203
6204         * gst/rtsp/gstrtspsrc.c:
6205         Include unistd.h only if HAVE_UNISTD_H is defined
6206         * win32/common/config.h.in:
6207         * win32/common/config.h:
6208         Define socklen_t as it seems it's not defined in default 
6209         Visual Studio headers.
6210         * win32/vs6/libgstalpha.dsp:
6211         * win32/vs6/libgstapetag.dsp:
6212         * win32/vs6/libgstavi.dsp:
6213         * win32/vs6/libgstrtp.dsp:
6214         * win32/vs6/libgstrtsp.dsp:
6215         * win32/vs6/libgstvideomixer.dsp:
6216         Update project file dependencies and add new source files       
6217
6218 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6219
6220         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6221
6222         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6223         Don't leak buffers when we don't push them downstream.
6224         Fixes bug #514965.
6225
6226 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6227
6228         * configure.ac:
6229           Bump requirements to (good) released versions to avoid
6230           confusion and make implicit core requirement explicit.
6231
6232 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6233
6234         * docs/plugins/Makefile.am:
6235         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6236         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6237         * docs/plugins/gst-plugins-good-plugins.args:
6238         * docs/plugins/inspect/plugin-audiofx.xml:
6239         * gst/audiofx/Makefile.am:
6240         * gst/audiofx/audiochebband.c:
6241         * gst/audiofx/audiochebband.h:
6242         * gst/audiofx/audiocheblimit.c:
6243         * gst/audiofx/audiocheblimit.h:
6244         * gst/audiofx/audiochebyshevfreqband.c:
6245         * gst/audiofx/audiochebyshevfreqband.h:
6246         * gst/audiofx/audiochebyshevfreqlimit.c:
6247         * gst/audiofx/audiochebyshevfreqlimit.h:
6248         * gst/audiofx/audiofx.c:
6249         * tests/check/Makefile.am:
6250         * tests/check/elements/.cvsignore:
6251         * tests/check/elements/audiochebband.c:
6252         * tests/check/elements/audiocheblimit.c:
6253         * tests/check/elements/audiochebyshevfreqband.c:
6254         * tests/check/elements/audiochebyshevfreqlimit.c:
6255
6256         Rename audiochebyshevfreqband -> audiochebband and
6257         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6258         surgery.
6259
6260         Closes: #491811
6261
6262 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6263
6264         Patch by: Orjan Friberg <orjanf at axis dot com>
6265
6266         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6267         Fix caps memory leak. Fixes #514573.
6268
6269 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6270
6271         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6272         If there's no entries in the subindex, don't try to do anything stupid,
6273         just return.
6274
6275 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6276
6277         Patch by: John Millikin <jmillikin at gmail dot com>
6278
6279         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6280           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6281           Fix extraction of picture blocks with newer libflac versions again:
6282           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6283
6284 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6285
6286         * tests/check/Makefile.am:
6287           Add rtp-payloading test to VALGRIND_TO_FIX.
6288
6289         * tests/check/elements/rtp-payloading.c:
6290           Add semicolons after GST_TEST_END so gst-indent gets the
6291           formatting right; make test less verbose in general, but
6292           more verbose in the error case (which should probably
6293           make the test fail anyway).
6294
6295 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6296
6297         * docs/plugins/Makefile.am:
6298         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6299         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6300         * gst/avi/gstavisubtitle.c:
6301         Add documentation for avisubtitle and change class to
6302         Codec/Parser/Subtitle
6303
6304 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6305
6306         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6307         Treat ENOTTY (driver does not implement ioctl) the same as
6308         EINVAL since it implies there are no available standards.
6309
6310         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6311         (gst_v4l2src_get_nearest_size):
6312         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6313         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6314         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6315         reason, and if we aren't yet actively capturing.
6316
6317         * sys/v4l2/v4l2src_calls.h:
6318         Remove replaced function declaration.
6319
6320 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6321
6322         * configure.ac:
6323         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6324         API.
6325
6326 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6327
6328         * configure.ac:
6329         Fix typo.
6330
6331 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6332
6333         * gst/alpha/Makefile.am:
6334         * gst/alpha/gstalpha.c:
6335
6336         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6337         some stuff, and making buffer-alloc and resizing work automatically.
6338         No longer crashes on odd frame widths and heights, although there
6339         seems to be a disagreement with ffmpegcolorspace about what size
6340         an AYUV frame with odd height should be.
6341
6342 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6343
6344         Patch by: Alessandro Decina <alessandro at nnva dot org>
6345
6346         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6347         * ext/libpng/gstpngenc.h:
6348         Preallocate the output buffer so that g_memdup() and
6349         gst_buffer_merge() aren't needed anymore. This greatly improves
6350         performances and fixes #512544.
6351
6352 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6353
6354         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6355         (gst_avi_demux_stream_data):
6356         GStreamer timestamps are PTS values while AVI only knows about DTS
6357         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6358         we are dealing with a key frame.
6359
6360 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6361
6362         * tests/check/Makefile.am:
6363         * tests/check/elements/.cvsignore:
6364         * tests/check/elements/rtp-payloading.c:
6365           Add add testsuite for the rtp-payloader that tries simulating
6366           dataflow. Needs more test data.
6367
6368 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6369
6370         * tests/check/elements/alphacolor.c:
6371           Remove two unused variables.
6372
6373 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6374
6375         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6376           Use g_ascii_strtoll() instead of atoll, which is only
6377           available in C99.
6378
6379 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6380
6381         * gst/rtp/Makefile.am:
6382         * gst/rtp/gstrtp.c:
6383         * gst/rtp/gstrtpmpvpay.c:
6384         * gst/rtp/gstrtpmpvpay.h:
6385         Add MPEG2 video payloader
6386
6387 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6388
6389         * gst/level/gstlevel.c:
6390         Use #include <math.h> instead of #include "math.h".
6391
6392 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6393
6394         * tests/check/Makefile.am:
6395         Fix up some CFLAGS sets.
6396         Don't include gconfvideosrc in the states test.
6397
6398         * tests/check/elements/autodetect.c: (GST_START_TEST):
6399         Add some error strings to fail_unless arguments to fix some weird
6400         compiler errors on Solaris.
6401
6402 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6403
6404         * configure.ac:
6405         Detect video4linux headers on Solaris too.
6406         * sys/v4l2/gstv4l2colorbalance.h:
6407         * sys/v4l2/gstv4l2object.h:
6408         * sys/v4l2/v4l2_calls.c:
6409         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6410         (gst_v4l2_buffer_new):
6411
6412         Make v4l2 build on Solaris.
6413         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6414         Fixes: #510505
6415
6416 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6417
6418         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6419           Update list from (still local) scanning script.
6420
6421 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6422
6423         Based on a patch by:
6424             Victor STINNER <victor dot stinner at haypocalc dot com>
6425
6426         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6427         Set variable to NULL after freeing it to prevent double frees
6428         or make failures by another use of it afterwards more obvious
6429         and fix use of it after the freeing. Fixes bug #510592.
6430
6431 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6432
6433         * gst/udp/gstmultiudpsink.c:
6434         use GST_WARNING for logging
6435
6436 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6437
6438         * gst/udp/gstmultiudpsink.c:
6439         Don't try to leave a multicast group with an invalid socket
6440
6441 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6442
6443         * ext/flac/gstflacdec.c:
6444           Fix compilation against flac 1.1.2 (as on debian stable), where
6445           the picture metadata defines and structs don't exist yet.
6446           Fixes #509301.
6447
6448 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6449
6450         Patch by: Olivier Crete <tester at tester dot ca>
6451
6452         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6453         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6454         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6455         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6456         * gst/udp/gstmultiudpsink.h:
6457         Add property to automatically join a multicast group or not. This can be
6458         useful when sharing a socket between multiple elements.
6459         Fixes #509531.
6460
6461 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6462
6463         * gst/videomixer/Makefile.am:
6464           Add controller flags.
6465
6466 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6467
6468         * gst/videomixer/videomixer.c:
6469           Also commit the missing gst_object_sync_values().
6470
6471 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6472
6473         * docs/plugins/Makefile.am:
6474           Remove duplicate entry.
6475
6476 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6477
6478         * docs/plugins/Makefile.am:
6479         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6480         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6481         * docs/plugins/inspect/plugin-gamma.xml:
6482         * docs/plugins/inspect/plugin-monoscope.xml:
6483         * docs/plugins/inspect/plugin-video4linux2.xml:
6484           Add 3 more plugins to docs.
6485
6486 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6487
6488         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6489         * sys/osxvideo/osxvideosink.h:
6490           Revert previous change caused by a file that got stuck on an old
6491           revision.
6492
6493 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6494
6495         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6496         * gst/multipart/Makefile.am:
6497         * gst/multipart/multipartdemux.c:
6498         * gst/multipart/multipartdemux.h:
6499         * gst/multipart/multipartmux.c:
6500         * gst/multipart/multipartmux.h:
6501           Re-add multipartdemux to the docs. Last round of section cleanup.
6502
6503 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6504
6505         * docs/plugins/Makefile.am:
6506         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6507         * sys/osxaudio/gstosxaudiosink.h:
6508         * sys/osxvideo/osxvideosink.h:
6509           Managed to resolve most unused declarations. Filed a bug for one left.          
6510
6511 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6512
6513         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6514           Cleanup section file.
6515
6516 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6517
6518         * docs/plugins/Makefile.am:
6519         * docs/plugins/gst-plugins-good-plugins.args:
6520         * docs/plugins/gst-plugins-good-plugins.signals:
6521         * docs/plugins/inspect/plugin-alaw.xml:
6522         * docs/plugins/inspect/plugin-alpha.xml:
6523         * docs/plugins/inspect/plugin-alphacolor.xml:
6524         * docs/plugins/inspect/plugin-annodex.xml:
6525         * docs/plugins/inspect/plugin-apetag.xml:
6526         * docs/plugins/inspect/plugin-audiofx.xml:
6527         * docs/plugins/inspect/plugin-auparse.xml:
6528         * docs/plugins/inspect/plugin-autodetect.xml:
6529         * docs/plugins/inspect/plugin-avi.xml:
6530         * docs/plugins/inspect/plugin-cairo.xml:
6531         * docs/plugins/inspect/plugin-cdio.xml:
6532         * docs/plugins/inspect/plugin-cutter.xml:
6533         * docs/plugins/inspect/plugin-debug.xml:
6534         * docs/plugins/inspect/plugin-dv.xml:
6535         * docs/plugins/inspect/plugin-efence.xml:
6536         * docs/plugins/inspect/plugin-effectv.xml:
6537         * docs/plugins/inspect/plugin-flac.xml:
6538         * docs/plugins/inspect/plugin-flxdec.xml:
6539         * docs/plugins/inspect/plugin-gconfelements.xml:
6540         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6541         * docs/plugins/inspect/plugin-goom.xml:
6542         * docs/plugins/inspect/plugin-halelements.xml:
6543         * docs/plugins/inspect/plugin-icydemux.xml:
6544         * docs/plugins/inspect/plugin-id3demux.xml:
6545         * docs/plugins/inspect/plugin-jpeg.xml:
6546         * docs/plugins/inspect/plugin-ladspa.xml:
6547         * docs/plugins/inspect/plugin-level.xml:
6548         * docs/plugins/inspect/plugin-matroska.xml:
6549         * docs/plugins/inspect/plugin-mulaw.xml:
6550         * docs/plugins/inspect/plugin-multipart.xml:
6551         * docs/plugins/inspect/plugin-navigationtest.xml:
6552         * docs/plugins/inspect/plugin-png.xml:
6553         * docs/plugins/inspect/plugin-quicktime.xml:
6554         * docs/plugins/inspect/plugin-rtp.xml:
6555         * docs/plugins/inspect/plugin-rtsp.xml:
6556         * docs/plugins/inspect/plugin-shout2send.xml:
6557         * docs/plugins/inspect/plugin-smpte.xml:
6558         * docs/plugins/inspect/plugin-speex.xml:
6559         * docs/plugins/inspect/plugin-taglib.xml:
6560         * docs/plugins/inspect/plugin-udp.xml:
6561         * docs/plugins/inspect/plugin-videobalance.xml:
6562         * docs/plugins/inspect/plugin-videobox.xml:
6563         * docs/plugins/inspect/plugin-videocrop.xml:
6564         * docs/plugins/inspect/plugin-videoflip.xml:
6565         * docs/plugins/inspect/plugin-videomixer.xml:
6566         * docs/plugins/inspect/plugin-wavenc.xml:
6567         * docs/plugins/inspect/plugin-wavpack.xml:
6568         * docs/plugins/inspect/plugin-wavparse.xml:
6569           Update plugin docs.
6570
6571         * gst/videomixer/Makefile.am:
6572         * gst/videomixer/videomixer.c:
6573         * gst/videomixer/videomixer.h:
6574         * gst/videomixer/videomixerpad.h:
6575           Split out header to fix warnings from the doc-build.
6576
6577 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6578
6579         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6580
6581         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6582         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6583
6584 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6585
6586         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6587         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6588           Initialise variables to work around (false) 'foo might be used
6589           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6590
6591 2008-01-11  David Schleef  <ds@schleef.org>
6592
6593         * docs/plugins/.cvsignore:
6594         * tests/check/pipelines/.cvsignore:
6595           Ignore more files for the buildbot.
6596
6597 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6598
6599         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6600         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6601         Generate the image-type values correctly. Leave them out of the caps
6602         when outputting a "preview image" tag, since it only makes sense
6603         to have one of those - the type is irrelevant.
6604
6605         * sys/sunaudio/gstsunaudiomixerctrl.c:
6606         (gst_sunaudiomixer_ctrl_open):
6607         If we can, mark the mixer multiple open when we use it, in case
6608         (for some reason) the process wants to open it again elsewhere.
6609
6610 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6611
6612         Patch by: Olivier Crete <tester at tester dot ca>
6613
6614         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6615         * gst/rtp/gstrtptheorapay.c:
6616         Fix the clock rate to 90000 as required by the RFC.
6617         Fixes #508644.
6618
6619 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6620
6621         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6622           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6623
6624 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6625
6626         * autogen.sh:
6627           Add -Wno-portability to the automake parameters to stop warnings
6628           about GNU make extensions being used. We require GNU make in almost
6629           every Makefile anyway.
6630           
6631         * configure.ac:
6632           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6633           at the same time is required for per target flags.
6634
6635 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6636
6637         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6638         Fix error from my last commit.
6639
6640 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6641
6642         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6643
6644         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6645           Make sure the ISO 639-X language code in ID3v2 COMM frames
6646           is actually valid UTF-8 (or rather: ASCII), so we don't end
6647           up with non-UTF8 strings in tags if there's garbage in the
6648           language field. Also make sure the language code is always
6649           lower case. Fixes: #508291.
6650
6651 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6652
6653         * ChangeLog:
6654           Fix ChangeLog typo.
6655
6656 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6657
6658         * Makefile.am:
6659           Include lcov.mak to allow building coverage reports. Guard
6660           check-torture target like in the other packages.
6661
6662 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6663
6664         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6665
6666         * gst/videomixer/videomixer.c:
6667         (gst_videomixer_set_master_geometry), (_do_init),
6668         (gst_videomixer_child_proxy_get_child_by_index),
6669         (gst_videomixer_child_proxy_get_children_count),
6670         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6671         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6672         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6673         Implement GstChildProxy interface.
6674         Send newsegment at the right moment
6675         Fixes #488879
6676
6677 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6678
6679         * gst/alpha/Makefile.am:
6680         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6681         (gst_alpha_sink_event), (gst_alpha_chain),
6682         (gst_alpha_change_state), (plugin_init):
6683         Make the various properties of 'alpha' controllable. This allows doing
6684         niceties like fade-in/fade-out.
6685
6686 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6687
6688         * gst/rtp/gstasteriskh263.c:
6689         * gst/rtp/gstrtpL16depay.c:
6690         * gst/rtp/gstrtpac3depay.c:
6691         * gst/rtp/gstrtpamrpay.c:
6692         * gst/rtp/gstrtpdepay.c:
6693         * gst/rtp/gstrtpgsmdepay.c:
6694         * gst/rtp/gstrtph263depay.c:
6695         * gst/rtp/gstrtph263pdepay.c:
6696         * gst/rtp/gstrtph263ppay.c:
6697         * gst/rtp/gstrtph264depay.c:
6698         * gst/rtp/gstrtph264pay.c:
6699         * gst/rtp/gstrtpmp2tdepay.c:
6700         * gst/rtp/gstrtpmp4adepay.c:
6701         * gst/rtp/gstrtpmp4gdepay.c:
6702         * gst/rtp/gstrtpmp4gpay.c:
6703         * gst/rtp/gstrtpmp4vdepay.c:
6704         * gst/rtp/gstrtpmpadepay.c:
6705         * gst/rtp/gstrtpmpvdepay.c:
6706         * gst/rtp/gstrtpsv3vdepay.c:
6707         * gst/rtp/gstrtptheoradepay.c:
6708         * gst/rtp/gstrtptheorapay.c:
6709         * gst/rtp/gstrtpvorbisdepay.c:
6710         * gst/rtp/gstrtpvorbispay.c:
6711           Remove copy/paste unused code (property setters and getter) found by
6712           the coverage suite (yay, saves ~20k on disk).
6713
6714 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6715
6716         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6717           (videosink_templ):
6718           Also fix up pad templates to indicate that image/jpeg doesn't
6719           absolutely require the framerate property to be set (#504081).
6720
6721 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6722
6723         Based on patch by: Wouter Cloetens  <wouter at mind be>
6724
6725         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6726           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6727           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6728         * gst/matroska/matroska-mux.h:
6729           Keep track of first and last timestamps for each incoming stream,
6730           so we can calculate the total duration for live sources and other
6731           input where we can't query the duration from the start or where
6732           there's no constant framerate from which we can deduce the
6733           duration; also use calculated/observed duration if it is bigger
6734           than the previously queried duration. Furthermore, use
6735           gst_pad_query_peer_duration() and take into account that it may
6736           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6737           screws up comparisons when using unsigned integers. Fixes #504081.
6738
6739 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6740
6741         * configure.ac:
6742         * gst/audiofx/audioamplify.c:
6743         (gst_audio_amplify_clipping_method_get_type),
6744         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6745         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6746         (gst_audio_dynamic_transform_ip):
6747         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6748         (gst_audio_invert_transform_ip):
6749         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6750         (gst_audio_panorama_transform):
6751         * gst/level/gstlevel.c: (gst_level_init):
6752         Make elements GST_BUFFER_FLAG_GAP aware and call
6753         gst_base_transform_set_gap_aware for this.
6754         Bump core requirement to CVS.
6755         
6756         * gst/audiofx/audiochebyshevfreqband.c:
6757         (gst_audio_chebyshev_freq_band_transform_ip):
6758         * gst/audiofx/audiochebyshevfreqlimit.c:
6759         (gst_audio_chebyshev_freq_limit_transform_ip):
6760         Also sync GObject properties to the controller if operating
6761         in passthrough mode.
6762
6763 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6764
6765         * sys/directdraw/gstdirectdrawsink.c:
6766           (gst_directdraw_sink_window_thread):
6767           FALSE is not a gpointer.
6768
6769 2008-01-05  Julien Moutte  <julien@fluendo.com>
6770
6771         * sys/directdraw/gstdirectdrawsink.c:
6772         (gst_directdraw_sink_set_window_id),
6773         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6774         (gst_directdraw_sink_buffer_alloc),
6775         (gst_directdraw_sink_draw_borders),
6776         (gst_directdraw_sink_show_frame),
6777         (gst_directdraw_sink_setup_ddraw),
6778         (gst_directdraw_sink_window_thread),
6779         (gst_directdraw_sink_get_ddrawcaps),
6780         (gst_directdraw_sink_surface_create): Make sure we create our
6781         internal window only when we need it. That will give a chance to
6782         the application to get the prepare-xwindow-id bus message. Draw
6783         black borders when keeping aspect ratio. Handle the case where our
6784         rendering window disappears (closed or errors) like other sinks
6785         do. Various 80 columns fixes, improve state change order. That
6786         element could need some more love.
6787
6788 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6789
6790         * ext/taglib/gstapev2mux.h:
6791         * ext/taglib/gstid3v2mux.h:
6792         Remove useless typedefs without new type name. Fixes a warning with
6793         gcc 4.3.
6794
6795 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6796
6797         Patch by: John Millikin <jmillikin at gmail dot com>
6798
6799         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6800         (gst_flac_dec_setup_stream_decoder),
6801         (gst_flac_normalize_picture_mime_type),
6802         (gst_flac_extract_picture_buffer),
6803         (gst_flac_dec_metadata_callback):
6804         Emit metadata messages when a PICTURE block is encountered.
6805         Fixes #506715.
6806
6807 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6808
6809         * gst/avi/gstavi.c:
6810         increase rank because no known issues anymore ...
6811         * gst/avi/gstavisubtitle.c:
6812         send subtitle name to the srcpad
6813
6814 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6815
6816         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6817         * gst/rtsp/gstrtspsrc.h:
6818         Implement redirect for the DESCRIBE reply. Fixes #506025.
6819
6820 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6821
6822         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6823         Fix 'xyz may be used uninitialized' compiler warnings caused
6824         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6825         abort() in any case but properly report the error.
6826
6827 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6828
6829         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6830         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6831         * sys/ximage/gstximagesrc.c: (composite_pixel):
6832           Fix 'xyz may be used uninitialized' compiler warnings caused
6833           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6834           not really nice to abort in any case). Fixes #505745.
6835
6836 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6837
6838         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6839           Small unit test fix (has no practical impact at the moment,
6840           since we're only feeding utf8 and hence just create a sub-
6841           buffer for the output).
6842
6843 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6844
6845         * gst/avi/gstavisubtitle.c:
6846         * tests/check/elements/avisubtitle.c:
6847         Add seeking support for avi subtitle
6848
6849 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6850
6851         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6852         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6853         (gst_flac_dec_write):
6854         * ext/flac/gstflacdec.h:
6855         Remove some unused vars.
6856         Do more cleanup of leftover events and tags.
6857         Output tags after the segment event. Fixes #504018.
6858
6859 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6860
6861         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6862           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6863           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6864           Detect other UTF byte order markers and convert to UTF-8 as
6865           appropriate.
6866
6867 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6868
6869         * gst/avi/gstavisubtitle.c: (src_template),
6870           (gst_avi_subtitle_extract_utf8_file),
6871           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6872           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6873           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6874         * gst/avi/gstavisubtitle.h:
6875           Refactor a bit; fix name extraction; don't assume all the data
6876           in the chunk is actually subtitle data, there may be padding at
6877           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6878           file so it's there to send again after a seek (for future use).
6879
6880 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6881
6882         * gst/avi/Makefile.am:
6883         * gst/avi/gstavi.c:
6884         * gst/avi/gstavisubtitle.c:
6885         * gst/avi/gstavisubtitle.h:
6886         * tests/check/Makefile.am:
6887         * tests/check/elements/avisubtitle.c:
6888         * win32/common/config.h:
6889                 Add avi subtitle element for bug #442034. Need seeking support
6890                 and more support for character conversion.
6891
6892 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6893
6894         * Makefile.am:
6895           Include common/win32.mak for CRLF check of win32 project
6896           files (see #393626).
6897
6898         * win32/vs6/libgstpng.dsp:
6899           Fix line endings and do cvs admin -kb.
6900
6901 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6902
6903         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6904         Actually drop the buffers which are outside the currently configured
6905         segment instead of just emitting a WARNING.
6906
6907 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6908
6909         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6910         (gst_flac_dec_write):
6911         * ext/flac/gstflacdec.h:
6912         Send segments from the streaming thread. Fixes #502187.
6913         Fix segment seeking and a bunch of other seeking cases.
6914
6915 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6916
6917         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6918           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6919           which is where it would end up if the same information was
6920           put in a vorbis comment (don't think it's worth adding a
6921           new URI tag for this). Fixes #488112.
6922
6923 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6924
6925         * configure.ac:
6926           We need core/base 0.10.15 or later.
6927
6928 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6929
6930         Patch by: Mark Nauwelaerts <manauw skynet be>
6931
6932         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6933         Fix regression in stream numbering. Fixes #502655.
6934
6935 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6936
6937         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6938
6939         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6940         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6941         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6942         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6943         (gst_rtp_h264_pay_handle_buffer):
6944         * gst/rtp/gstrtph264pay.h:
6945         Use higher performance start-code searching.
6946         Parse NALs and store SPS, PPS and profile in the caps so that they can
6947         be used in the SDP. Fixes #502814.
6948
6949 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6950
6951         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6952         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6953           Init some structs to zero before we pass them to ioctl, which
6954           avoids valgrind warnings.  Also fix a small memory leak.
6955
6956 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6957
6958         Patch by: Wouter Cloetens <wouter at mind dot be>
6959
6960         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6961         Copy timestamp from input to output. Not very perfect yet but better
6962         than nothing. Fixes #503023.
6963
6964 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6965
6966         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6967           Also print a useful error message with the old Wavpack API
6968           if possible.
6969
6970 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6971
6972         * ext/wavpack/gstwavpackdec.c:
6973           More build fixes for old libwavpack versions: include config.h so
6974           that WAVPACK_OLD_API is actually defined as detected; only use
6975           WavpackGetErrorMessage if it is available. This fixes the build
6976           on debian stable for me.
6977
6978 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6979
6980         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6981         * ext/wavpack/gstwavpackparse.c:
6982           (gst_wavpack_parse_create_src_pad):
6983           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6984           versions below 4.40.0.
6985
6986 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6987
6988         * configure.ac:
6989           And now do it right for real...
6990
6991 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6992
6993         * configure.ac:
6994           Correctly reset $LIBS to not contain -lm.
6995
6996 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6997
6998         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6999
7000         * configure.ac:
7001         * ext/cairo/gsttimeoverlay.c:
7002           (gst_cairo_time_overlay_print_smpte_time):
7003           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
7004           and checking for rint() and implementing it ourself if it doesn't
7005           exist. Fixes #497293.
7006
7007 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7008
7009         * configure.ac:
7010           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7011
7012 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
7013
7014         * sys/oss/gstosshelper.c:
7015         Verify that the format returned after the ioctl is the one
7016         we requested. It is valid for the ioctl to succeed while
7017         substituting an alternate 'supported' sample format.
7018
7019 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
7020
7021         * sys/oss/gstossaudio.c: (plugin_init):
7022         * sys/oss/gstosssink.c: (gst_oss_sink_open):
7023         * sys/oss/gstosssrc.c: (gst_oss_src_open):
7024           Post decent (and translated) error message when we can't
7025           open the audio device for some reason.
7026
7027 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
7028
7029         * sys/oss/gstosssink.c:
7030         * sys/oss/gstosssrc.c:
7031         Allow the AUDIODEV environment variable to redirect us
7032         to a different default OSS device, like sunaudiosink does
7033         on Solaris (makes audio play automatically on SunRays).
7034
7035 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7036
7037         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
7038         * gst/audiofx/audiochebyshevfreqband.c:
7039         (gst_audio_chebyshev_freq_band_transform_ip):
7040         * gst/audiofx/audiochebyshevfreqlimit.c:
7041         (gst_audio_chebyshev_freq_limit_transform_ip):
7042         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
7043         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
7044         The transform_ip() methods should do nothing if in passthrough mode.
7045         It might get non-writable buffers in that case but the buffer might
7046         as well be writable.
7047
7048         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
7049         The transform() methods won't be called in passthrough mode and
7050         otherwise the buffer is always writable so don't check here.
7051
7052 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7053
7054         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
7055           Fix seeking in .wav files again (#501775).  Some people seem to think
7056           they don't need to test their changes when they're just 'reflowing'
7057           some code.
7058
7059 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7060
7061         * gst/autodetect/gstautovideosink.c:
7062         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
7063         (gst_auto_video_sink_init),
7064         (gst_auto_video_sink_create_element_with_pretty_name),
7065         (gst_auto_video_sink_find_best),
7066         (gst_auto_video_sink_set_property),
7067         (gst_auto_video_sink_get_property):
7068         * gst/autodetect/gstautovideosink.h:
7069         Fix docs.
7070         Use same error reporting code as autoaudiosink.
7071         Add property to filter sinks based on caps. Only select raw video sinks
7072         by default for backwards compat.
7073         API: GstAutoVideoSink::filter-caps
7074
7075 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7076
7077         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7078
7079         * gst/autodetect/gstautoaudiosink.c:
7080         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7081         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
7082         (gst_auto_audio_sink_set_property),
7083         (gst_auto_audio_sink_get_property):
7084         * gst/autodetect/gstautoaudiosink.h:
7085         Add property to filter sinks based on caps. Only select raw audio sinks
7086         by default for backwards compat.  Fixes #417420.
7087         API: GstAutoAudioSink::filter-caps
7088
7089 2007-11-29  Michael Smith <msmith@fluendo.com>
7090
7091         Patch by: Arek Korbik <arkadini@gmail.com>
7092
7093         * gst/videobox/gstvideobox.c: (plugin_init):
7094           Initialise liboil in plugin_init()
7095
7096 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7097
7098         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7099         Post error before sending EOS. Fixes #499178.
7100
7101 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
7102
7103         * win32/vs6/gst_plugins_good.dsw:
7104         * win32/vs6/libgstpng.dsp:
7105         Add a project file for libgstpng
7106
7107 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7108
7109         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7110         (gst_rtp_h263_depay_process):
7111         Code beautification.
7112         Added debug statements.
7113         Don't bit-shift everything, just do operations on last/first byte
7114         instead.
7115
7116 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7117
7118         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7119
7120         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7121         Fix wrong comparison in overrun check. Fixes #499239 some more.
7122
7123 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7124
7125         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7126         (gst_rtp_h263_depay_process):
7127         * gst/rtp/gstrtph263depay.h:
7128         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7129         stream.
7130
7131 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7132
7133         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7134
7135         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7136         (gst_rtp_mp4a_depay_process):
7137         * gst/rtp/gstrtpmp4adepay.h:
7138         Fix depayloading when multiple frames are inside one RTP packet.
7139         Fixes #499239.
7140
7141 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7142
7143         * gst/level/gstlevel.c:
7144           Add GAP-flag support.
7145
7146 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7147
7148         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7149         Read the I flag for Mode A h263 rtp stream and set the
7150         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7151         Fixes #499383
7152
7153 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7154
7155         * gst/level/gstlevel.c:
7156           Remove some dead code and do cleanups.
7157
7158 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7159
7160         * tests/check/pipelines/simple-launch-lines.c:
7161           Improve the tests by allowing to set a target state.
7162
7163 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7164
7165         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7166         Don't check the caps of the output buffer if they're equal some
7167         other caps. The caps can change in a backward compatible way
7168         and did at this point.
7169
7170 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7171
7172         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7173         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7174         (gst_qtdemux_seek_to_previous_keyframe),
7175         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7176         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7177         reverse playback support.
7178
7179 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7180
7181         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7182         Also set the channel layout on the Wavpack caps if we're having
7183         a mono layout. Of course only do it for "audio/x-wavpack".
7184
7185 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7186
7187         * ext/wavpack/gstwavpackcommon.c:
7188         (gst_wavpack_get_default_channel_mask),
7189         (gst_wavpack_set_channel_layout),
7190         (gst_wavpack_get_default_channel_positions),
7191         (gst_wavpack_get_channel_mask_from_positions),
7192         (gst_wavpack_set_channel_mapping):
7193         * ext/wavpack/gstwavpackcommon.h:
7194         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7195         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7196         * ext/wavpack/gstwavpackdec.h:
7197         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7198         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7199         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7200         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7201         (gst_wavpack_enc_rewrite_first_block),
7202         (gst_wavpack_enc_sink_event):
7203         * ext/wavpack/gstwavpackenc.h:
7204         * ext/wavpack/gstwavpackparse.c:
7205         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7206         (gst_wavpack_parse_scan_to_find_sample),
7207         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7208         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7209         * ext/wavpack/gstwavpackparse.h:
7210         Add support for encoding, parsing and decoding multichannel
7211         files with up to 8 channels. This also improves the robustness
7212         of parsing quite a bit.
7213
7214         * ext/wavpack/gstwavpackstreamreader.c:
7215         (gst_wavpack_stream_reader_read_bytes),
7216         (gst_wavpack_stream_reader_get_pos),
7217         (gst_wavpack_stream_reader_set_pos_abs),
7218         (gst_wavpack_stream_reader_set_pos_rel),
7219         (gst_wavpack_stream_reader_push_back_byte),
7220         (gst_wavpack_stream_reader_get_length),
7221         (gst_wavpack_stream_reader_can_seek),
7222         (gst_wavpack_stream_reader_write_bytes):
7223         Improve debugging.
7224
7225 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7226
7227         * ext/libpng/gstpngdec.c:
7228         * ext/libpng/gstpngdec.h:
7229           Don't release the png-memory from within the callback.
7230
7231 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7232
7233         Patch by: René Stadler <mail at renestadler dot de>
7234
7235         * ext/libpng/gstpngenc.c:
7236           Don't leak buffer data memory. Fixes #498395.
7237
7238 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7239
7240         Patch by: René Stadler <mail at renestadler dot de>
7241
7242         * tests/check/pipelines/simple-launch-lines.c:
7243           Tests for #498395.
7244
7245 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7246
7247         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7248         (gst_tag_lib_mux_adjust_event_offsets):
7249         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7250         * sys/osxaudio/Makefile.am:
7251         * sys/osxvideo/cocoawindow.h:
7252         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7253
7254 2007-11-15  David Schleef  <ds@schleef.org>
7255
7256         * ext/cairo/gsttextoverlay.c:
7257           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7258
7259 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7260
7261         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7262
7263         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7264         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7265         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7266         * gst/rtp/gstrtpmp2tpay.h:
7267         Fill the MTU with as many packets as possible. Fixes #491323.
7268
7269 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7270
7271         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7272
7273         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7274         Fix some more leaks. Fixes #497007.
7275
7276 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7277
7278         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7279
7280         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7281         (gst_rtspsrc_stream_configure_tcp):
7282         Fix 3 pad leaks. Fixes #496983.
7283
7284 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7285
7286         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7287
7288         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7289         Fix small leak. Fixes #497017.
7290
7291 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7292
7293         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7294         (gst_qtdemux_prepare_current_sample),
7295         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7296         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7297         * gst/qtdemux/qtdemux_fourcc.h:
7298         * gst/qtdemux/qtdemux_types.c:
7299         Add suppport for theora in quicktime according to XiphQT.
7300
7301 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7302
7303         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7304         (gst_v4l2src_init), (gst_v4l2src_set_property),
7305         (gst_v4l2src_get_property):
7306         * sys/v4l2/gstv4l2src.h:
7307         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7308           Always copy buffers by default (handle safer with bugged drivers)
7309           and added a property to make it possible to use mmap effectively (no
7310           copy if possible) when application wants to. Fixes: #480557.
7311
7312 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7313
7314         * gst/id3demux/id3tags.c:
7315         * gst/id3demux/id3tags.h:
7316         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7317           We don't want the same string multiple times in a tag list for the
7318           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7319           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7320
7321 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7322
7323         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7324           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7325           into ID3v2 TXXX frames (fixes #347848).
7326
7327 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7328
7329         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7330           Don't leak sdp message contents (fixes #496773).
7331
7332         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7333           Don't leak URI string.
7334
7335 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7336
7337         Patch by: Julien Puydt <julien dot puydt at laposte net>
7338
7339         * ext/raw1394/Makefile.am:
7340         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7341           (gst_1394_property_probe_get_properties),
7342           (gst_1394_property_probe_probe_property),
7343           (gst_1394_property_probe_needs_probe),
7344           (gst_1394_property_probe_get_values),
7345           (gst_1394_property_probe_interface_init),
7346           (gst_1394_type_add_property_probe_interface):
7347         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7348         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7349           (gst_dv1394src_init), (gst_dv1394src_dispose),
7350           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7351           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7352           (gst_dv1394src_update_device_name):
7353         * ext/raw1394/gstdv1394src.h:
7354           Implement GstPropertyProbe interface and add "device-name" property,
7355           so applications can use this to probe for available devices in the
7356           same way they can already with v4lsrc and v4l2src (however horrible
7357           this property probe interface may be). Fixes #358841.
7358
7359 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7360
7361         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7362
7363         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7364           (gst_rtspsrc_parse_range):
7365           Don't leak event, don't leak range (fixes #496752).
7366
7367 2007-11-14  Michael Smith <msmith@fluendo.com>
7368
7369         Patch by: Arek Korbik <arkadini@gmail.com>
7370
7371         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7372           Detect RGBA/BGRA correctly on little endian systems.
7373
7374 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7375
7376         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7377           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7378           corresponding ioctl() call fails even though the driver claims to
7379           support this format, just fall back to the pre-2.6.19 kernel
7380           routine that creates caps with suitable height and width ranges
7381           (see #448278).
7382
7383 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7384
7385         Patch by: Mark Nauwelaerts <manauw skynet be>
7386
7387         * gst/matroska/matroska-demux.c:
7388           (gst_matroska_demux_push_dvd_clut_change_event),
7389           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7390           (gst_matroska_demux_subtitle_caps):
7391         * gst/matroska/matroska-ids.h:
7392           Extract palette data for dvd subpicture streams and send it
7393           downstream as custom gstreamer dvd event (fixes #453417).
7394
7395 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7396
7397         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7398           Implement minimal parsing of the passed pango font description
7399           string, so passing a font size works the same as with the
7400           pango textoverlay plugin; fixes #455086.
7401           (Maybe we could just use pangocairo here at some point).
7402
7403 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7404
7405         * gst/avi/gstavidemux.c:
7406         * gst/wavparse/gstwavparse.c:
7407           Return the result in _activate_pull(). Don't ref element there.
7408
7409 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7410
7411         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7412         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7413         (gst_wavparse_srcpad_event):
7414           Ref the element when we should, but not when we its not needed. Reflow
7415           the event_handling to not leak the event.       
7416
7417 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7418
7419         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7420         (qtdemux_parse_samples):
7421         Properly free QTDemuxSamples array.
7422         Protect table write with a sensible check, some files apparently DO contain
7423         stts values starting with 0 :(
7424
7425 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7426
7427         * gst/avi/gstavidemux.c:
7428         * gst/qtdemux/qtdemux.c:
7429           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7430           previous commit messed up.
7431
7432 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7433
7434         * gst/avi/gstavidemux.c:
7435         * gst/qtdemux/qtdemux.c:
7436           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7437           element when we should, but not when we its not needed.
7438
7439 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7440
7441         * gst/wavparse/gstwavparse.c:
7442           Return FALSE if we can't handle a query instead of changing the
7443           format. Ignore fact when dealing with mpeg audio.
7444
7445 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7446
7447         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7448
7449         * configure.ac:
7450         * gst/udp/gstdynudpsink.c:
7451         * gst/udp/gstdynudpsink.h:
7452         * gst/udp/gstmultiudpsink.c:
7453         * gst/udp/gstmultiudpsink.h:
7454         * gst/udp/gstudpsink.c:
7455         * gst/udp/gstudpsink.h:
7456           Fix includes for MSVC and GLib-2.14.0 (#492388).
7457
7458         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7459           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7460
7461 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7462
7463         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7464         (gst_mulawdec_chain):
7465         * gst/law/mulaw-decode.h:
7466         Calculate outgoing buffer duration if incoming buffer didn't have a
7467         valid duration.
7468
7469 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7470
7471         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7472         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7473         Smarter combine_flow code that also deals with downstream elements
7474         returning UNEXPECTED when they receive data out of the segment
7475         boundaries. Fixes #491305.
7476
7477 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7478
7479         * sys/v4l2/v4l2src_calls.c:
7480           Fix 'unused variable' compiler warning when compiling against
7481           older kernel headers.
7482
7483 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7484
7485         * ext/taglib/gstid3v2mux.cc (add_funcs):
7486           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7487
7488 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7489
7490         * tests/check/pipelines/simple-launch-lines.c:
7491            Improve the tests a little more.
7492
7493 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7494
7495         patch by: Yun Zheng Hu
7496
7497         * sys/osxaudio/gstosxaudiosrc.c:
7498         Use default input device instead of default output device and
7499         only memcpy actual available bytes.
7500
7501 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7502
7503         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7504           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7505           early. It is temporary until we find something better.
7506
7507 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7508
7509         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7510
7511         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7512         Fix race when pausing a RTSP stream in interleaved.
7513         Fixes #475784.
7514
7515 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7516
7517         Patch by: Peter Kjellerstedt <pkj at axis com>
7518
7519         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7520         Use correct unref function for buffers. #488844.
7521
7522 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7523
7524         * gst/avi/gstavimux.c:
7525         * tests/check/elements/avimux.c:
7526           Add some debug and sync tests with the fix.     
7527
7528 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7529
7530         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7531
7532         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7533         When the socket is used by the app for other purposes, don't generate an
7534         error if there is activaty on the socket that is not data related.
7535         Fixes #487488.
7536
7537 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7538
7539         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7540         (gst_v4l2src_grab_frame):
7541         Add some more debug info. Generate an error when we run out of buffers
7542         for some reason. See #480557.
7543
7544 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7545
7546         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7547
7548         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7549         Set marker bit correctly.
7550
7551 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7552
7553         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7554         Use allowed name for the GstStructure.
7555
7556 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7557
7558         * ext/gconf/gstswitchsink.c:
7559         * gst/autodetect/gstautoaudiosink.c:
7560           Use new gst_bus_pop_filtered().
7561
7562 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7563
7564         * sys/v4l2/gstv4l2src.c:
7565         * sys/v4l2/v4l2src_calls.c:
7566           When probing the formats and sizes a camera supports, make
7567           sure the best ones (highest resolution, prefered format)
7568           end up at the beginning of the probed caps and the less
7569           desirable ones at the end.  This is important because the
7570           order within the caps matters for things like fixation and
7571           negotiation, ie. what format is chosen in the end.
7572           With recent kernels, the current probing code will end up
7573           querying the supported sizes from lowest resolution to
7574           highest resolution, adding them to the probed caps in that
7575           order, resulting to v4l2src fixating to the lowest possible
7576           resolution if downstream does not express a size preference.
7577           Also make up a somewhat random ranking of prefered output
7578           formats for the same reason. Fixes #485828.
7579         
7580 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7581
7582         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7583
7584         * gst/id3demux/id3v2frames.c:
7585           Extract license/copyright URIs from ID3v2 WCOP frames
7586           (Fixes #447000).
7587
7588         * tests/check/elements/id3demux.c:
7589         * tests/files/Makefile.am:
7590         * tests/files/id3-447000-wcop.tag:
7591           Add simple unit test.
7592
7593 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7594
7595         * ext/taglib/gstid3v2mux.cc:
7596           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7597           Prerequisite for #447000.
7598
7599 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7600
7601         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7602         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7603         a GstClockTime.
7604
7605 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7606
7607         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7608         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7609         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7610         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7611         (gst_rtspsrc_change_state):
7612         More seeking fixes, mostly passing around the new playback segment in
7613         order to configure it properly.
7614         Also reset base_time of udp sources when setting them back to PLAYING as
7615         a temporary hack until core supports seek in live sources properly.
7616
7617 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7618
7619         * gst/rtp/gstrtpmp4adepay.c:
7620         Fix caps as to not confuse autopluggers.
7621
7622 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7623
7624         * gst/id3demux/gstid3demux.c:
7625         * gst/id3demux/gstid3demux.h:
7626         * gst/id3demux/id3tags.c:
7627         * gst/id3demux/id3tags.h:
7628         * gst/id3demux/id3v2frames.c:
7629           Port ID3 tag demuxer over to the new GstTagDemux in -base
7630           (now would be a good time to test re-importing your music
7631           collection).
7632
7633 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7634
7635         * gst/apetag/Makefile.am:
7636         * gst/apetag/gstapedemux.c:
7637         * gst/apetag/gstapedemux.h:
7638         * gst/apetag/gsttagdemux.c:
7639         * gst/apetag/gsttagdemux.h:
7640           Port APE tag demuxer over to the new GstTagDemux in -base.
7641
7642 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7643
7644         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7645         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7646         (gst_rtspsrc_handle_internal_src_query),
7647         (gst_rtspsrc_handle_src_query), (new_session_pad),
7648         (gst_rtspsrc_stream_configure_tcp),
7649         (gst_rtspsrc_stream_configure_transport),
7650         (gst_rtspsrc_loop_send_cmd):
7651         Improve flushing behaviour.
7652         Set state of the udp sources to PAUSE/PLAYING correctly.
7653         Handle events and queries for UDP and TCP transport now.
7654
7655 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7656
7657         * gst/rtp/gstrtpgsmdepay.c:
7658         * gst/rtp/gstrtpgsmpay.c:
7659           Add log category.
7660
7661 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7662
7663         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7664
7665         * tests/check/Makefile.am:
7666         * tests/check/pipelines/simple-launch-lines.c:
7667           Add unit tests for payloaders/depayloaders.
7668
7669 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7670
7671         * gst/avi/gstavimux.c:
7672         * gst/avi/gstavimux.h:
7673           Also save codec data for audio streams. Fixes #482495.
7674
7675 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7676
7677         * gst/avi/gstavimux.c:
7678           Fix "Index entry has invalid stream nr 1".
7679           Add support for muxing aac - work in progress (see #482495).
7680
7681 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7682
7683         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7684         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7685         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7686         * gst/rtsp/gstrtspsrc.h:
7687         Parse bandwidth modifiers, they are not yet configured in the session
7688         manager because we don't have an API for that yet.
7689
7690 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7691
7692         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7693         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7694         Use shiny new function in -base to get the default clock-rate.
7695         Update some docs.
7696
7697 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7698
7699         * win32/MANIFEST:
7700         Add files to win32 manifest.
7701         * win32/vs6/libgstaudiofx.dsp:
7702         * win32/vs6/libgstqtdemux.dsp:
7703         * win32/vs6/libgstrtp.dsp:
7704         * win32/vs6/libgstrtsp.dsp:
7705         Update project files.
7706
7707 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7708
7709         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7710         (gst_rtspsrc_play):
7711         * gst/rtsp/gstrtspsrc.h:
7712         In TCP mode, only timestamp the first buffer. TCP is not real time and
7713         it does not make sense to try to skew compensate, also some servers send
7714         the first batch of data in a burst.
7715
7716 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7717
7718         * gst/matroska/matroska-demux.c:
7719           Fix setting the discont flag on the first buffer
7720           pushed downstream for formats with private codec
7721           data that needs to be deserialised into buffers
7722           (such as vorbis and FLAC when in a matroska container).
7723
7724 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7725
7726         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7727
7728         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7729         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7730         (gst_rtp_mp4v_pay_handle_buffer):
7731         * gst/rtp/gstrtpmp4vpay.h:
7732         Free the config string. Fixes #480707.
7733         Clean up the timestamp code a little.
7734
7735 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7736
7737         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7738         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7739         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7740         * gst/rtsp/gstrtspsrc.h:
7741         Set timestamps on RTP buffers in interleaved mode.
7742         Mark first buffers with a DISCONT.
7743         Remove flush hack now that sync for live sources has been figured out.
7744
7745 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7746
7747         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7748         Update documentation.
7749
7750 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7751
7752         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7753         (gst_rtp_xqt_depay_change_state):
7754         * gst/qtdemux/gstrtpxqtdepay.h:
7755         Fail if we don't know the quicktime format.
7756
7757 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7758
7759         * ext/flac/gstflacenc.c:
7760         * ext/flac/gstflacenc.h:
7761           Save the flow return from the last gst_pad_push() and
7762           make sure we pass the right flow return value upstream
7763           in the case of failure; minor clean-ups.
7764
7765 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7766
7767         * ext/taglib/gstapev2mux.cc:
7768         * ext/taglib/gstid3v2mux.cc:
7769         * gst/apetag/gstapedemux.c:
7770           Add support for the new GST_TAG_COMPOSER (#459809).
7771
7772 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7773
7774         * gst/law/alaw-decode.c:
7775         * gst/law/alaw-decode.h:
7776         * gst/law/alaw-encode.c:
7777         * gst/law/alaw-encode.h:
7778         * gst/law/alaw.c:
7779         * gst/law/mulaw-conversion.h:
7780           Compulsive clean-ups: use boilerplate macros, add debug
7781           categories, fix up things to conform to symbol nomenklatura,
7782           etc.
7783
7784 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7785
7786         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7787
7788         * gst/law/alaw-decode.c:
7789         * gst/law/alaw-encode.c:
7790           Use static tables for A-Law decoding and encoding; this makes
7791           A-Law decoding and encoding less CPU-intensive, but increases
7792           the binary size a bit. Leaving old code around for now,
7793           selectable by a define in the code. Fixes #435435.
7794
7795 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7796
7797         * configure.ac:
7798         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7799         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7800         in configure.ac.
7801
7802 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7803
7804         Patch by: Jan Gerber <j at bootlab dot org>
7805
7806         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7807         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7808
7809 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7810
7811         * sys/oss/gstosshelper.c:
7812           Use GST_WARNING instead of a g_critical. This situation is not caused
7813           by the application.
7814
7815 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7816
7817         * po/LINGUAS:
7818         * po/nl.po:
7819           Updated translations.
7820
7821 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7822
7823         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7824
7825         * po/eu.po:
7826           Added Basque translation.
7827
7828 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7829
7830         translated by: Abel Cheung <abelcheung@gmail.com>
7831
7832         * po/zh_HK.po:
7833         * po/zh_TW.po:
7834           Added Chinese (traditional and Hong Kong) translation.
7835
7836 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7837
7838         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7839
7840         * po/pl.po:
7841           Added Polish translation.
7842
7843 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7844
7845         translated by: Ilkka Tuohela <hile@iki.fi>
7846
7847         * po/fi.po:
7848           Added Finnish translation.
7849
7850 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7851
7852         translated by: Jorge González González <aloriel@gmail.com>
7853
7854         * po/es.po:
7855           Added Spanish translation.
7856
7857 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7858
7859         translated by: Mogens Jaeger <mogens@jaeger.tf>
7860
7861         * po/da.po:
7862           Added Danish translation.
7863
7864 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7865
7866         translated by: Funda Wang <fundawang@linux.net.cn>
7867
7868         * po/zh_CN.po:
7869           Added Chinese (simplified) translation.
7870
7871 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7872
7873         translated by: Alexander Shopov <ash@contact.bg>
7874
7875         * po/bg.po:
7876           Added Bulgarian translation.
7877
7878 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7879
7880         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7881         Set outgoing packet duration because we can. Fixes #478244 some more.
7882
7883 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7884
7885         * ext/cairo/gsttextoverlay.c:
7886           Add info about static leak.
7887         
7888         * tests/check/Makefile.am:
7889         * tests/check/generic/states.c:
7890           Improved state change unit test.
7891
7892 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7893
7894         * docs/plugins/.cvsignore:
7895         * tests/check/.cvsignore:
7896           Ignore registries in any format.
7897
7898 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7899
7900         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7901         Removed some unused code.
7902
7903         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7904         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7905         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7906         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7907         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7908         (gst_rtp_theora_pay_flush_packet):
7909         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7910         Try to preserve the incomming buffer duration on the outgoing
7911         packets. Fixes #478244.
7912
7913 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7914
7915         * ext/taglib/gstapev2mux.cc:
7916         * ext/taglib/gstid3v2mux.cc:
7917           Work around compiler warnings with g++-4.2 when assigning a
7918           string constant to a gchar * (partially fixes #478092).
7919
7920 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7921
7922         * configure.ac:
7923           We require core CVS now for gst_base_src_set_do_timestamp().
7924
7925 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7926
7927         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7928         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7929         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7930         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7931         (gst_rtspsrc_handle_message):
7932         Fix compiler warnings shown with Forte.
7933
7934 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7935
7936         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7937         (gst_rtspsrc_dup_printf):
7938         Give meaningfull error when all streams failed to configure for some
7939         reason.
7940
7941 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7942
7943         * gst/rtp/README:
7944         Update README with the design for synchronisation rules of RTP on
7945         sender and receiver.
7946
7947 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7948
7949         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7950         (gst_wavparse_chain):
7951         Don't push EOS from the chain function, the element
7952         driving the pipeline is responsible for this. The bug
7953         this was meant to fix seems to be queue not forwarding
7954         EOS in all cases (see #476514).
7955
7956 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7957
7958         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7959         (gst_level_transform_ip):
7960         * gst/level/gstlevel.h:
7961         Use basetransform segment so that it is correctly managed on flushes and
7962         start/stop.
7963         Report message timestamp as stream time, which is what an application
7964         can understand.
7965
7966 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7967
7968         * ext/taglib/gstapev2mux.cc:
7969         * ext/taglib/gstapev2mux.h:
7970         * ext/taglib/gsttaglibmux.c:
7971         * tests/check/elements/apev2mux.c:
7972         Update my mail address.
7973
7974 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7975
7976         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7977         (gst_wavparse_loop), (gst_wavparse_chain):
7978         Add EOS logic for the push-based mode too. Fixes #476514.
7979
7980 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7981
7982         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7983         * gst/law/alaw-encode.h:
7984         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7985         (gst_mulawenc_chain):
7986         * gst/law/mulaw-encode.h:
7987         Fix law encoder timestamps.
7988
7989 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7990
7991         * ext/gconf/gstgconfaudiosink.c:
7992           Fix warning when building without debug.
7993
7994         * sys/oss/gstossmixertrack.c:
7995           Use const like in alsamixertrack.c (fixes warnings).
7996
7997 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7998
7999         * sys/v4l2/v4l2src_calls.c:
8000         (gst_v4l2src_probe_caps_for_format_and_size):
8001         Fix framerate detection code some more.
8002         Handle the case where there is a weird step in the stepwise framerates.
8003         Don't overwrite the min interval with the framerate, use a temp variable
8004         instead.
8005         Use max in the Continuous framerate intervals instead of step, which is
8006         1 according to the docs. Fixes #475424.
8007
8008 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
8009
8010         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
8011         Make udpsrc timestamp outgoing buffers based on when they were received.
8012         Also make it output a segment in time.
8013
8014 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
8015
8016         * gst/avi/gstavidemux.c:
8017           Plug a little leak. Little code cleanups.
8018
8019 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
8020
8021         * configure.ac:
8022           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
8023           flac versions, 's good for cross-compilation karma.
8024
8025 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
8026
8027         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
8028
8029         * gst/rtp/gstrtph263pay.c:
8030           Fix up header structure so that compilers don't add padding
8031           between the structure fields, since that would lead to us
8032           sending RTP packets with broken headers (as is currently the
8033           case when compiling with MSVC). Also see similar fixes in
8034           libgstrtp in gst-plugins-base. (#474616; #471194)
8035
8036 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
8037
8038         * sys/v4l2/v4l2src_calls.c:
8039         (gst_v4l2src_probe_caps_for_format_and_size):
8040         Don't overwrite our GValue with 0 but instead use the previously
8041         computed value. Fixes #471823 some more.
8042
8043 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8044
8045         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8046           No tabs in this file please, or gtk-doc will end up documenting
8047           rather absurd class hierarchies.
8048
8049 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8050
8051         * ext/gconf/gstswitchsink.c:
8052           If the new kid element fails to change state for some reason
8053           (e.g. esdsink not being able to connect to the sound server),
8054           forward the error message it posted on the bus instead of just
8055           posting a generic 'Internal state change error: please file a
8056           bug' error message. Fixes #471364.
8057
8058 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8059
8060         * gst/qtdemux/Makefile.am:
8061         * gst/qtdemux/qtdemux.c:
8062           Don't assume tags are encoded as UTF-8 (#473670).
8063
8064 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8065
8066         * sys/v4l2/gstv4l2src.c:
8067         * sys/v4l2/gstv4l2src.h:
8068         * sys/v4l2/v4l2src_calls.c:
8069           Implement LATENCY queries in the crudest way possible so I don't
8070           have to use sync=false any longer when testing with videosinks.
8071
8072 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8073
8074         * configure.ac:
8075           Fix build.
8076
8077 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8078
8079         * sys/v4l2/v4l2src_calls.c:
8080         (gst_v4l2src_probe_caps_for_format_and_size):
8081         Add some more debugging in the framerate function.
8082         Iterate stepwise framerate up to and _including_ the max and if nothing
8083         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
8084         don't end up with an empty list. Fixes #471823
8085
8086 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8087
8088         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8089         (gst_multiudpsink_set_clients_string),
8090         (gst_multiudpsink_get_clients_string),
8091         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
8092         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
8093         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8094         (gst_multiudpsink_clear):
8095         Add property do configure destination address/port pairs
8096         API:GstMultiUDPSink::clients
8097
8098 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8099
8100         * tests/examples/Makefile.am:
8101         * tests/examples/rtp/Makefile.am:
8102         * tests/examples/rtp/client-H263p-AMR.sh:
8103         * tests/examples/rtp/client-H263p-PCMA.sdp:
8104         * tests/examples/rtp/client-H263p-PCMA.sh:
8105         * tests/examples/rtp/client-H264-PCMA.sdp:
8106         * tests/examples/rtp/client-H264-PCMA.sh:
8107         * tests/examples/rtp/client-PCMA.sh:
8108         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8109         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8110         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8111         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8112         Added some RTP example scripts for sending and receiving RTP streams.
8113
8114 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8115
8116         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8117         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8118         Restructure the setcaps function so that we can also compute the
8119         expected GStreamer output size of the video frames.
8120         Set frame_byte_size correctly so that read-based devices have a chance
8121         of working correctly.
8122         When grabbing a frame, discard frames that are not of the expected size.
8123         Some cameras don't output the right framesize for the first buffer.
8124         Try only a couple of times to get a valid frame, else error out.
8125
8126         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8127         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8128         Add some more debug info when scanning the device.
8129
8130         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8131         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8132         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8133         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8134         Add some more debug info when dequeing a frame.
8135
8136 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8137
8138         * gst/wavparse/gstwavparse.c:
8139           More code cleanups. Add some more comment and improve debugs logs.
8140
8141 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8142
8143         * gst/wavparse/gstwavparse.c:
8144         * gst/wavparse/gstwavparse.h:
8145           Implement seek-query. Refactor duration calculations. Appropriate use
8146           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8147           out of loops.
8148
8149 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8150
8151         * gst/avi/gstavidemux.c:
8152           Implement seek-query.
8153
8154 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8155
8156         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8157         (gst_rtspsrc_dup_printf):
8158         Use new basesink async property to make sparse RTCP packet not wait for
8159         preroll.
8160
8161 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8162
8163         * gst/audiofx/Makefile.am:
8164         Dist the right file.
8165
8166 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8167
8168         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8169         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8170         Make sure we generate and parse floating point values in the POSIX
8171         locale instead of the current locale. 
8172
8173 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8174
8175         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8176         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8177         (gst_rtspsrc_play):
8178         * gst/rtsp/gstrtspsrc.h:
8179         Fix method detection again.
8180         Keep track of when we must send a Range header.
8181         Use segment values for Range, Speed and Scale headers.
8182         Parse Speed and Scale headers to update the segment values.
8183
8184 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8185
8186         patch by: Mark Nauwelaerts <manauw@skynet.be>
8187
8188         * sys/v4l2/v4l2src_calls.c:
8189           Handle optional v4l2 ioctls gracefully.
8190
8191 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8192
8193         * gst/rtp/Makefile.am:
8194         * gst/rtp/gstrtp.c: (plugin_init):
8195         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8196         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8197         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8198         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8199         (gst_rtp_h263_depay_get_property),
8200         (gst_rtp_h263_depay_change_state),
8201         (gst_rtp_h263_depay_plugin_init):
8202         * gst/rtp/gstrtph263depay.h:
8203         Added an H263 depayloader. Fixes #369392.
8204
8205         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8206         (gst_rtp_h263p_depay_process):
8207         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8208         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8209         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8210         payloads.
8211         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8212
8213 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8214
8215         * gst/audiofx/audiochebyshevfreqband.c:
8216         * gst/audiofx/audiochebyshevfreqlimit.c:
8217         Add small comparision with the windowed sinc filters in the docs.
8218
8219 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8220
8221         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8222         (audiochebyshevfreqband_suite):
8223         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8224         (audiochebyshevfreqlimit_suite):
8225         Also test 32 bit float mode and the type 2 variants of the filters.
8226
8227 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8228
8229         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8230         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8231         (gst_rtspsrc_loop):
8232         Refactor the udp and interleaved loop function a bit.
8233
8234 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8235
8236         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8237         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8238         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8239         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8240         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8241         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8242         * gst/rtsp/gstrtspsrc.h:
8243         Protect connection activity with a new lock, avoids deadlocks when going
8244         to PAUSED. Fixes #455808.
8245
8246 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8247
8248         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8249         Fix debug statement.
8250
8251 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8252
8253         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8254         Fix stray %u in debug line as spotted by Saur on IRC.
8255
8256 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8257
8258         * gst/audiofx/audiochebyshevfreqband.c:
8259         (gst_audio_chebyshev_freq_band_class_init):
8260         * gst/audiofx/audiochebyshevfreqlimit.c:
8261         (gst_audio_chebyshev_freq_limit_class_init):
8262         Use generator macros for the process functions for the different
8263         sample types, add lower upper boundaries for the GObject properties
8264         so automatically generated UIs can use sliders and add a note about
8265         the number of poles as a too high number of poles combined with
8266         very low or very high frequencies will produce only noise.
8267         * docs/plugins/gst-plugins-good-plugins.args:
8268         Regenerated for the property changes.
8269
8270 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8271
8272         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8273         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8274         (gst_rtspsrc_stream_configure_udp_sink),
8275         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8276         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8277         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8278         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8279         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8280         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8281         * gst/rtsp/gstrtspsrc.h:
8282         Improve timeout handling.
8283         Use the same socket for sending and receiving RTCP packets so that some
8284         servers can track clients better.
8285         Improve connection closed handling. Try to reconnect.
8286         Don't overwrite our content base with NULL.
8287         Improve debugging.
8288         Improve range parsing and handling.
8289         Remove flushing hack now that core does the right thing.
8290
8291 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8292
8293         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8294         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8295         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8296         (gst_multiudpsink_close), (gst_multiudpsink_add):
8297         * gst/udp/gstmultiudpsink.h:
8298         Add support for getting and setting the socket to use.
8299
8300         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8301         (gst_udpsrc_create), (gst_udpsrc_get_property):
8302         Add support for getting the currently used socket.
8303
8304 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8305
8306         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8307
8308         * gst/audiofx/Makefile.am:
8309         * gst/audiofx/audiochebyshevfreqband.c:
8310         (gst_audio_chebyshev_freq_band_mode_get_type),
8311         (gst_audio_chebyshev_freq_band_base_init),
8312         (gst_audio_chebyshev_freq_band_dispose),
8313         (gst_audio_chebyshev_freq_band_class_init),
8314         (gst_audio_chebyshev_freq_band_init),
8315         (generate_biquad_coefficients), (calculate_gain),
8316         (generate_coefficients),
8317         (gst_audio_chebyshev_freq_band_set_property),
8318         (gst_audio_chebyshev_freq_band_get_property),
8319         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8320         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8321         (gst_audio_chebyshev_freq_band_start):
8322         * gst/audiofx/audiochebyshevfreqband.h:
8323         * gst/audiofx/audiochebyshevfreqlimit.c:
8324         (gst_audio_chebyshev_freq_limit_mode_get_type),
8325         (gst_audio_chebyshev_freq_limit_base_init),
8326         (gst_audio_chebyshev_freq_limit_dispose),
8327         (gst_audio_chebyshev_freq_limit_class_init),
8328         (gst_audio_chebyshev_freq_limit_init),
8329         (generate_biquad_coefficients), (calculate_gain),
8330         (generate_coefficients),
8331         (gst_audio_chebyshev_freq_limit_set_property),
8332         (gst_audio_chebyshev_freq_limit_get_property),
8333         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8334         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8335         (gst_audio_chebyshev_freq_limit_start):
8336         * gst/audiofx/audiochebyshevfreqlimit.h:
8337         * gst/audiofx/audiofx.c: (plugin_init):
8338         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8339         Fixes #464800.
8340
8341         * tests/check/Makefile.am:
8342         * tests/check/elements/.cvsignore:
8343         * tests/check/elements/audiochebyshevfreqband.c:
8344         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8345         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8346         * tests/check/elements/audiochebyshevfreqlimit.c:
8347         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8348         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8349         Add unit tests for the chebyshev filters.
8350
8351         * docs/plugins/Makefile.am:
8352         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8353         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8354         * docs/plugins/gst-plugins-good-plugins.args:
8355         * docs/plugins/inspect/plugin-1394.xml:
8356         * docs/plugins/inspect/plugin-audiofx.xml:
8357         * docs/plugins/inspect/plugin-dv.xml:
8358         * docs/plugins/inspect/plugin-flac.xml:
8359         * docs/plugins/inspect/plugin-jpeg.xml:
8360         * docs/plugins/inspect/plugin-png.xml:
8361         * docs/plugins/inspect/plugin-rtp.xml:
8362         * docs/plugins/inspect/plugin-shout2send.xml:
8363         * docs/plugins/inspect/plugin-wavpack.xml:
8364         And add docs for the chebyshev filters. While doing
8365         that also run make update in docs/plugins.
8366
8367 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8368
8369         * ext/annodex/gstcmmltag.c:
8370         * gst/rtp/gstrtpvorbispay.c:
8371           Make ro memory to share.
8372
8373 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8374
8375         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8376         Improve UDP performance by avoiding a select() when we have data
8377         available immediatly.
8378
8379 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8380
8381         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8382         (gst_rtp_dec_class_init):
8383         * gst/rtsp/gstrtpdec.h:
8384         Add (dummy) SSRC management signals.
8385
8386         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8387         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8388         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8389         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8390         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8391         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8392         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8393         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8394         * gst/rtsp/gstrtspsrc.h:
8395         Add connection-speed property.
8396         Add find_stream helper functions.
8397         Handle stream EOS based on BYE messages or SSRC timeout.
8398         Returns SUCCESS from the state change function as we hide our async
8399         elements from the parent.
8400
8401 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8402
8403         * gst/debug/rndbuffersize.c:
8404           Fix da leak.
8405
8406 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8407
8408         * gst/debug/Makefile.am:
8409         * gst/debug/breakmydata.c:
8410         * gst/debug/gstdebug.c:
8411         * gst/debug/negotiation.c:
8412         * gst/debug/progressreport.c:
8413         * gst/debug/rndbuffersize.c:
8414         * gst/debug/testplugin.c:
8415           Add new test element and clean-up the others a little.
8416
8417 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8418
8419         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8420         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8421
8422 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8423
8424         * gst/rtp/gstrtpilbcdepay.c:
8425           Include stdlib.
8426
8427 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8428
8429         * gst/rtp/gstrtpmpvdepay.c:
8430         Set the mpegversion in the caps so that autoplugging does not get
8431         confused.
8432
8433 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8434
8435         * po/hu.po:
8436         * po/uk.po:
8437         * po/vi.po:
8438           Updated translations.
8439
8440 2007-08-08  Michael Smith <msmith@fluendo.com>
8441
8442         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8443           Render right border in the correct location.
8444
8445 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8446
8447         Patch by: Olivier Crete <tester at tester dot ca>
8448
8449         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8450         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8451         Make mode property a string. Fixes #464475.
8452
8453 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8454
8455         * ext/flac/gstflacenc.c:
8456           Widen caps to match decoder a bit and add more FIXMEs.
8457
8458 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8459
8460         patch by: Mark Nauwelaerts <manauw@skynet.be>
8461
8462         * gst/avi/gstavimux.c:
8463           Fix ODML index tag numbering. Fixes #463624.
8464
8465 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8466
8467         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8468         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8469         (gst_rtspsrc_stream_configure_tcp),
8470         (gst_rtspsrc_stream_configure_udp_sink):
8471         Fix default clock-rate for realmedia.
8472         Fix parsing of transport.
8473         Don't try to link NULL pads.
8474
8475 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8476
8477         * po/POTFILES.skip:
8478           Add POTFILES.skip with list of source files that aren't disted at the
8479           moment but contain translatable strings. Should hopefully pacify
8480           broken tools and make it clearer that these files are left out
8481           intentionally (#461600).
8482
8483 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8484
8485         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8486         If the buffer was entirely clipped ... don't try sending it :)
8487
8488 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8489
8490         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8491         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8492         (gst_rtspsrc_create_transports_string),
8493         (gst_rtspsrc_prepare_transports):
8494         If we don't hav a session manager, set the caps on outgoing buffers
8495         ourselves.
8496         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8497         Append final bit of the transport string even when it does not contain a
8498         placeholder.
8499
8500 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8501
8502         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8503         (gst_rtsp_ext_list_connect):
8504         * gst/rtsp/gstrtspext.h:
8505         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8506         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8507         Clean up the interface list.
8508         Allow connecting to interface signals for the extensions.
8509         Remove old extension code.
8510         Free list on cleanup.
8511         Allow extensions to send additional RTSP messages.
8512
8513 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8514
8515         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8516         Handle a NULL gconf key gracefully by rendering the default element.
8517
8518 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8519
8520         * gst/rtsp/gstrtspext.h:
8521         Fix include path for extension interface.
8522
8523 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8524
8525         * gst/audiofx/audioamplify.h:
8526         Also remove a now unecessary variable here.
8527
8528 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8529
8530         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8531         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8532         * gst/audiofx/audiodynamic.c:
8533         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8534         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8535         * gst/audiofx/audiodynamic.h:
8536         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8537         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8538         * gst/audiofx/audioinvert.h:
8539         Don't save format information ourselves, this is already saved in
8540         GstAudioFilter.
8541
8542 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8543
8544         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8545         (gst_rtsp_ext_list_stream_select):
8546         * gst/rtsp/gstrtspext.h:
8547         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8548         Use rank to filter out extensions.
8549         Add url to stream_select interface call.
8550
8551 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8552
8553         * gst/rtsp/Makefile.am:
8554         * gst/rtsp/base64.c:
8555         * gst/rtsp/base64.h:
8556         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8557         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8558         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8559         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8560         (gst_rtsp_ext_list_setup_media),
8561         (gst_rtsp_ext_list_configure_stream),
8562         (gst_rtsp_ext_list_get_transports),
8563         (gst_rtsp_ext_list_stream_select):
8564         * gst/rtsp/gstrtspext.h:
8565         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8566         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8567         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8568         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8569         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8570         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8571         (gst_rtspsrc_stream_configure_tcp),
8572         (gst_rtspsrc_stream_configure_mcast),
8573         (gst_rtspsrc_stream_configure_udp),
8574         (gst_rtspsrc_stream_configure_udp_sink),
8575         (gst_rtspsrc_stream_configure_transport),
8576         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8577         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8578         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8579         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8580         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8581         (gst_rtspsrc_parse_methods),
8582         (gst_rtspsrc_create_transports_string),
8583         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8584         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8585         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8586         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8587         * gst/rtsp/gstrtspsrc.h:
8588         * gst/rtsp/rtsp.h:
8589         * gst/rtsp/rtspconnection.c:
8590         * gst/rtsp/rtspconnection.h:
8591         * gst/rtsp/rtspdefs.c:
8592         * gst/rtsp/rtspdefs.h:
8593         * gst/rtsp/rtspext.h:
8594         * gst/rtsp/rtspextwms.c:
8595         * gst/rtsp/rtspextwms.h:
8596         * gst/rtsp/rtspmessage.c:
8597         * gst/rtsp/rtspmessage.h:
8598         * gst/rtsp/rtsprange.c:
8599         * gst/rtsp/rtsprange.h:
8600         * gst/rtsp/rtsptransport.c:
8601         * gst/rtsp/rtsptransport.h:
8602         * gst/rtsp/rtspurl.c:
8603         * gst/rtsp/rtspurl.h:
8604         * gst/rtsp/sdp.h:
8605         * gst/rtsp/sdpmessage.c:
8606         * gst/rtsp/sdpmessage.h:
8607         * gst/rtsp/test.c:
8608         Use shiny new RTSP and SDP library.
8609         Implement RTSP extensions using the new interface.
8610         Remove a lot of old code.
8611
8612 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8613
8614         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8615         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8616
8617 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8618
8619         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8620         Don't unref the outgoing buffer twice when dropping it because it's
8621         outside of the segment.
8622
8623 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8624
8625         * configure.ac:
8626         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8627         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8628         Use the new buffer clipping function from gstaudio here and
8629         require gst-plugins-base CVS.
8630         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8631         For framed Wavpack buffers we require a valid timestamp.
8632
8633 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8634
8635         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8636         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8637         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8638         Clip raw audio and video when we can, keep track of current output
8639         segment.
8640         Don't leak buffers and events when there is no output pad.
8641         Improve debugging here and there.
8642
8643 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8644
8645         * configure.ac:
8646           Sync liboil check with plugins-base.
8647
8648 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8649
8650         * ext/annodex/Makefile.am:
8651           Fix CFLAGS/LIBS.
8652
8653         * ext/cdio/gstcdiocddasrc.c:
8654         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8655           Include stdlib
8656
8657         * ext/cairo/Makefile.am:
8658         * gst/videofilter/Makefile.am:
8659         * tests/examples/level/Makefile.am:
8660           Use $(LIBM) instead of -lm
8661
8662 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8663
8664         * sys/v4l2/gstv4l2src.c:
8665           Add another example pipeline.
8666
8667 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8668
8669         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8670
8671         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8672           Use define here.
8673
8674         * sys/v4l2/gstv4l2tuner.c:
8675         (gst_v4l2_tuner_set_frequency_and_notify):
8676           Don't touch the property - its still disabled.
8677
8678         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8679         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8680         * sys/v4l2/v4l2src_calls.h:
8681           Improve fallback format negotionation. Fixes #451388
8682
8683 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8684
8685         * tests/check/elements/videocrop.c: (GST_START_TEST):
8686           Fix the test.
8687
8688 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8689
8690         * docs/plugins/Makefile.am:
8691         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8692         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8693         * docs/plugins/inspect/plugin-jpeg.xml:
8694         * docs/plugins/inspect/plugin-png.xml:
8695         * ext/jpeg/gstjpegdec.c:
8696         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8697         (gst_pngdec_sink_setcaps):
8698           More docs. More logs in pngdec.
8699
8700 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8701
8702         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8703           Initialize num_buffers with minimum value.
8704
8705         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8706         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8707           Handle frame-size query failure gracefully.
8708
8709 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8710
8711         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8712         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8713         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8714         of qt/aac files.
8715
8716 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8717
8718         * ext/wavpack/gstwavpackdec.c:
8719         (gst_wavpack_dec_clip_outgoing_buffer):
8720         Fix buffer clipping to correctly clip to the segment stop.
8721
8722 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8723
8724         * configure.ac:
8725         * tests/Makefile.am:
8726         Remove bogus check for libcheck, since we check for
8727         gstreamer-check and it pulls in the required info from there,
8728         and we weren't actually _using_ the information for libcheck
8729         ourselves anyway.
8730
8731 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8732
8733         * configure.ac:
8734           Use pkg-config to locate check.
8735
8736 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8737
8738         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8739         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8740         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8741         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8742         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8743         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8744         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8745         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8746         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8747         * gst/effectv/gstrev.c: (gst_revtv_transform):
8748         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8749         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8750         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8751         * gst/matroska/matroska-demux.c:
8752         (gst_matroska_demux_add_wvpk_header),
8753         (gst_matroska_demux_check_subtitle_buffer),
8754         (gst_matroska_decode_buffer):
8755         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8756           Fix build against core CVS.
8757
8758 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8759
8760         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8761         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8762         don't have enough granularity to convert that boolean into a
8763         GstFlowReturn.
8764
8765 2007-07-06  Michael Smith <msmith@fluendo.com>
8766
8767         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8768         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8769         (gst_alawdec_change_state):
8770         * gst/law/alaw-decode.h:
8771         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8772         (gst_mulawdec_class_init), (gst_mulawdec_init),
8773         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8774         * gst/law/mulaw-decode.h:
8775           Fix capsnego bogosity in *law decoders. 
8776
8777 2007-07-06  Michael Smith <msmith@fluendo.com>
8778
8779         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8780         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8781         (gst_smokeenc_change_state):
8782         * ext/jpeg/gstsmokeenc.h:
8783           Remove stupidity in get/set caps functions.
8784           Fix some refcounting problems.
8785
8786 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8787
8788         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8789         Remove endianness-flipping hack that seems to have been required
8790         only because of a bug in ffmpegcolorspace.
8791         Partially Fixes: #451908
8792
8793 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8794
8795         * docs/plugins/Makefile.am:
8796           Simplify --extra-dir as gtkdoc scans recursively.
8797
8798 2007-07-03  Wim Taymans  <wim@fluendo.com>
8799
8800         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8801
8802         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8803         Set the encoding-name in the rtp caps to all uppercase, as required by
8804         the caps spec.
8805         Some small cleanups in the error paths. Fixes #453037.
8806
8807 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8808
8809         * ext/wavpack/gstwavpackparse.c:
8810         (gst_wavpack_parse_index_get_last_entry),
8811         (gst_wavpack_parse_index_get_entry_from_sample),
8812         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8813         (gst_wavpack_parse_scan_to_find_sample):
8814         * ext/wavpack/gstwavpackparse.h:
8815         Use a GSList for the GArray that is used like a list anyway.
8816
8817 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8818
8819         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8820         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8821         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8822           Add state change function where we set 0/1 as default framerate in
8823           case our setcaps function isn't called, like it might not in a
8824           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8825           gdkpixbufdec trying to create caps with a 0/0 framerate.
8826           Also post an error message on the bus if gst_pad_push() fails when
8827           called from our sink event handler (+1 for flow returns for event
8828           functions in 0.11) instead of failing silently.
8829
8830 2007-06-27  Wim Taymans  <wim@fluendo.com>
8831
8832         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8833         Cast stack args to the proper types. Fixes #451249.
8834
8835 2007-06-27  Wim Taymans  <wim@fluendo.com>
8836
8837         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8838         (new_session_pad), (gst_rtspsrc_setup_streams):
8839         * gst/rtsp/gstrtspsrc.h:
8840         For container formats we only need to activate one of the streams so
8841         that we correctly signal no-more-pads. Fixes #451015.
8842
8843 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8844
8845         * docs/plugins/gst-plugins-good-plugins.args:
8846         * docs/plugins/inspect/plugin-aasink.xml:
8847         * docs/plugins/inspect/plugin-alaw.xml:
8848         * docs/plugins/inspect/plugin-alpha.xml:
8849         * docs/plugins/inspect/plugin-alphacolor.xml:
8850         * docs/plugins/inspect/plugin-annodex.xml:
8851         * docs/plugins/inspect/plugin-apetag.xml:
8852         * docs/plugins/inspect/plugin-audiofx.xml:
8853         * docs/plugins/inspect/plugin-auparse.xml:
8854         * docs/plugins/inspect/plugin-autodetect.xml:
8855         * docs/plugins/inspect/plugin-avi.xml:
8856         * docs/plugins/inspect/plugin-cacasink.xml:
8857         * docs/plugins/inspect/plugin-cairo.xml:
8858         * docs/plugins/inspect/plugin-cdio.xml:
8859         * docs/plugins/inspect/plugin-cutter.xml:
8860         * docs/plugins/inspect/plugin-debug.xml:
8861         * docs/plugins/inspect/plugin-efence.xml:
8862         * docs/plugins/inspect/plugin-effectv.xml:
8863         * docs/plugins/inspect/plugin-esdsink.xml:
8864         * docs/plugins/inspect/plugin-flac.xml:
8865         * docs/plugins/inspect/plugin-flxdec.xml:
8866         * docs/plugins/inspect/plugin-gconfelements.xml:
8867         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8868         * docs/plugins/inspect/plugin-goom.xml:
8869         * docs/plugins/inspect/plugin-halelements.xml:
8870         * docs/plugins/inspect/plugin-icydemux.xml:
8871         * docs/plugins/inspect/plugin-id3demux.xml:
8872         * docs/plugins/inspect/plugin-jpeg.xml:
8873         * docs/plugins/inspect/plugin-ladspa.xml:
8874         * docs/plugins/inspect/plugin-level.xml:
8875         * docs/plugins/inspect/plugin-matroska.xml:
8876         * docs/plugins/inspect/plugin-mulaw.xml:
8877         * docs/plugins/inspect/plugin-multipart.xml:
8878         * docs/plugins/inspect/plugin-navigationtest.xml:
8879         * docs/plugins/inspect/plugin-ossaudio.xml:
8880         * docs/plugins/inspect/plugin-png.xml:
8881         * docs/plugins/inspect/plugin-quicktime.xml:
8882         * docs/plugins/inspect/plugin-rtp.xml:
8883         * docs/plugins/inspect/plugin-rtsp.xml:
8884         * docs/plugins/inspect/plugin-smpte.xml:
8885         * docs/plugins/inspect/plugin-speex.xml:
8886         * docs/plugins/inspect/plugin-taglib.xml:
8887         * docs/plugins/inspect/plugin-udp.xml:
8888         * docs/plugins/inspect/plugin-videobalance.xml:
8889         * docs/plugins/inspect/plugin-videobox.xml:
8890         * docs/plugins/inspect/plugin-videocrop.xml:
8891         * docs/plugins/inspect/plugin-videoflip.xml:
8892         * docs/plugins/inspect/plugin-videomixer.xml:
8893         * docs/plugins/inspect/plugin-wavenc.xml:
8894         * docs/plugins/inspect/plugin-wavparse.xml:
8895         * docs/plugins/inspect/plugin-ximagesrc.xml:
8896           Update docs with caps info.
8897
8898 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8899
8900         * po/POTFILES.in:
8901           Add more files with translatable strings (#450878).
8902
8903 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8904
8905         * MAINTAINERS:
8906         Updating all the maintainers files
8907
8908 2007-06-22  Edward Hervey  <edward@fluendo.com>
8909
8910         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8911         * gst/interleave/deinterleave.c: (deinterleave_init),
8912         (deinterleave_sink_link):
8913         * gst/interleave/interleave.c: (interleave_init):
8914         * gst/median/gstmedian.c: (gst_median_init):
8915         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8916         Fix memory leaks.
8917         * tests/check/elements/id3demux.c: (pad_added_cb):
8918         Remove unused variable.
8919
8920 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8921
8922         * ext/gconf/gconf.h:
8923         Make the prototype of gst_gconf_get_key_for_sink_profile
8924         match the implementation.
8925         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8926         Fixes: #449747
8927
8928 2007-06-20  Michael Smith <msmith@fluendo.com>
8929
8930         * gst/rtp/gstrtpdepay.c:
8931           Fix description - rtpdepay is not a payloader.
8932
8933 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8934
8935         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8936         (qtdemux_video_caps):
8937         * gst/qtdemux/qtdemux_fourcc.h:
8938           Add MJPG to the variants of motion jpeg.
8939
8940 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8941
8942         * tests/check/Makefile.am:
8943         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8944         * tests/check/elements/videocrop.c: (GST_START_TEST):
8945         * tests/check/elements/videofilter.c:
8946         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8947         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8948           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8949           error flags are included and it errors out on compiler warnings
8950           for CVS builds; remove unused variables in various unit tests.
8951
8952 2007-06-19  Wim Taymans  <wim@fluendo.com>
8953
8954         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8955         (rtsp_connection_close), (rtsp_connection_free):
8956         Use threadsafe inet_ntop to convert an ip number to a string. 
8957         Fixes #447961.
8958         Don't leak fd (and ip) when freeing a connection without first closing
8959         it.
8960
8961 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8962
8963         * configure.ac:
8964         Back to CVS
8965
8966         * gst-plugins-good.doap:
8967         Add 0.10.6 to the doap file.
8968
8969 === release 0.10.6 ===
8970
8971 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8972
8973         * configure.ac:
8974           releasing 0.10.6, "Wobble Board"
8975
8976 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8977
8978         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8979         (rtsp_connection_free):
8980           Revert previous commit again, since we are frozen (sorry).
8981
8982 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8983
8984         Patch by: Peter Kjellerstedt <pkj at axis com>
8985
8986         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8987         (rtsp_connection_free):
8988           inet_ntoa() uses a static buffer internally, so we need to copy the
8989           returned string if we want to store it for later (#447961).
8990
8991 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8992
8993         * win32/vs6/autogen.dsp:
8994         * win32/vs6/gst_plugins_good.dsw:
8995         * win32/vs6/libgstalaw.dsp:
8996         * win32/vs6/libgstalpha.dsp:
8997         * win32/vs6/libgstalphacolor.dsp:
8998         * win32/vs6/libgstapetag.dsp:
8999         * win32/vs6/libgstaudiofx.dsp:
9000         * win32/vs6/libgstauparse.dsp:
9001         * win32/vs6/libgstautodetect.dsp:
9002         * win32/vs6/libgstavi.dsp:
9003         * win32/vs6/libgstcutter.dsp:
9004         * win32/vs6/libgstdirectdraw.dsp:
9005         * win32/vs6/libgstdirectsound.dsp:
9006         * win32/vs6/libgsteffectv.dsp:
9007         * win32/vs6/libgstflx.dsp:
9008         * win32/vs6/libgstgoom.dsp:
9009         * win32/vs6/libgsticydemux.dsp:
9010         * win32/vs6/libgstid3demux.dsp:
9011         * win32/vs6/libgstinterleave.dsp:
9012         * win32/vs6/libgstjpeg.dsp:
9013         * win32/vs6/libgstlevel.dsp:
9014         * win32/vs6/libgstmatroska.dsp:
9015         * win32/vs6/libgstmedian.dsp:
9016         * win32/vs6/libgstmonoscope.dsp:
9017         * win32/vs6/libgstmulaw.dsp:
9018         * win32/vs6/libgstmultipart.dsp:
9019         * win32/vs6/libgstqtdemux.dsp:
9020         * win32/vs6/libgstrtp.dsp:
9021         * win32/vs6/libgstrtsp.dsp:
9022         * win32/vs6/libgstsmpte.dsp:
9023         * win32/vs6/libgstspeex.dsp:
9024         * win32/vs6/libgstudp.dsp:
9025         * win32/vs6/libgstvideobalance.dsp:
9026         * win32/vs6/libgstvideobox.dsp:
9027         * win32/vs6/libgstvideocrop.dsp:
9028         * win32/vs6/libgstvideoflip.dsp:
9029         * win32/vs6/libgstvideomixer.dsp:
9030         * win32/vs6/libgstwaveform.dsp:
9031         * win32/vs6/libgstwavenc.dsp:
9032         * win32/vs6/libgstwavparse.dsp:
9033         Mark *.dsp & *.dsw as binary files and convert to DOS line
9034         endings, as they don't load into VS6 correctly otherwise.
9035
9036 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9037
9038         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9039         (rtsp_connection_connect):
9040         Fix the MingW build. 
9041         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
9042         Fixes: #446981
9043
9044 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9045
9046         * tests/check/elements/.cvsignore:
9047         * tests/icles/.cvsignore:
9048         Hush the buildbots up
9049
9050 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9051
9052         * configure.ac:
9053         * sys/Makefile.am:
9054         * sys/directdraw/Makefile.am:
9055         * sys/directsound/Makefile.am:
9056         * sys/waveform/Makefile.am:
9057         Make sure to dist everything needed for win32 builds.
9058
9059 2007-06-14  Edward Hervey  <edward@fluendo.com>
9060
9061         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9062         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
9063         caps.
9064         Fixes #447458
9065
9066 2007-06-13  Wim Taymans  <wim@fluendo.com>
9067
9068         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9069         Make sure we allocate enough memory for the codec_data.
9070         Fixes #447210.
9071
9072 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
9073
9074         * win32/MANIFEST:
9075         Add videocrop project file to the win32 manifest.
9076         * win32/vs6/gst_plugins_good.dsw:
9077         Add qtdemux,videocrop and waveform projects to the workspace.
9078         * win32/vs6/libgstqtdemux.dsp:
9079         Add zlib to the link list of qtdemux.
9080         * win32/vs6/libgstvideocrop.dsp:
9081         Add a project file for videocrop.
9082
9083 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9084
9085         * po/POTFILES.in:
9086         Add qtdemux for translation
9087
9088 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9089
9090         * configure.ac:
9091         * docs/plugins/Makefile.am:
9092         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9093         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9094         * docs/plugins/inspect/plugin-videocrop.xml:
9095         * gst-plugins-good.spec.in:
9096         * sys/Makefile.am:
9097         * tests/check/Makefile.am:
9098         * tests/icles/Makefile.am:
9099         * tests/icles/videocrop-test.c:
9100         Move videocrop and osxvideo from -bad.
9101
9102 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9103
9104         * configure.ac:
9105         * docs/plugins/Makefile.am:
9106         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9107         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9108         * docs/plugins/gst-plugins-good-plugins.args:
9109         * docs/plugins/inspect/plugin-qtdemux.xml:
9110         * docs/plugins/inspect/plugin-quicktime.xml:
9111         * win32/MANIFEST:
9112         Move qtdemux from -bad.
9113
9114         * gst-plugins-good.spec.in:
9115         Update spec file to reflect moving of qtdemux and wavpack
9116
9117 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9118         
9119         * win32/MANIFEST:
9120         * docs/plugins/Makefile.am:
9121         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9122         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9123         * docs/plugins/inspect/plugin-directdraw.xml:
9124         * docs/plugins/inspect/plugin-directsound.xml:
9125         * docs/plugins/inspect/plugin-waveform.xml:
9126         Move the waveform plugin from -bad too. Update the inspect xml
9127         files to mention Plugins Good instead of Plugins Bad.
9128
9129 2007-06-12  Andy Wingo  <wingo@pobox.com>
9130
9131         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9132         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9133         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9134         finalization and resuscitation. No longer public.
9135         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9136         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9137         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9138         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9139         miniobject semantics, and be threadsafe.
9140         (gst_v4l2src_queue_frame): Remove this function, as we just call
9141         the ioctls directly in the two places where we queue buffers.
9142         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9143         directly.
9144         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9145         to allocate the pool, which also preallocates the GstBuffers.
9146         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9147         queueing the frames directly.
9148         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9149         mmap buffers have been dequeued.
9150
9151         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9152         real MiniObject instead of rolling our own refcounting and
9153         finalizing. Give it a lock.
9154         (struct _GstV4l2Buffer): Remove one intermediary object, having
9155         the buffers hold the struct v4l2_buffer directly.
9156
9157         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9158         capture_init so that it can set them on the buffers that it will
9159         create.
9160         (gst_v4l2src_get_read): For better or for worse, include the
9161         timestamping and offsetting code here; really we should be using
9162         bufferalloc though.
9163         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9164         preallocated, mmap'd buffers.
9165
9166 2007-06-11  Wim Taymans  <wim@fluendo.com>
9167
9168         Patch by: daniel fischer <dan at f3c dot com>
9169
9170         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9171         (gst_ximage_src_get_caps):
9172         Actually use the display_name property so that we can dump any
9173         available X display. Fixes #445905.
9174
9175 2007-06-11  Wim Taymans  <wim@fluendo.com>
9176
9177         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9178
9179         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9180         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9181         Add missing rate fields to caps. Fixes #441118.
9182
9183 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9184
9185         * win32/vs6/gst_plugins_good.dsw:
9186         * win32/vs8/gst-plugins-good.sln:
9187         Add DirectSound and DirectDraw sinks project files to
9188         workspace and solution files.
9189
9190 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9191
9192         Patch by: Josh Coalson <xflac at yahoo dot com>,
9193         updated by Alexis Ballier <aballier at gentoo dot org>:
9194
9195         * configure.ac:
9196         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9197         (gst_flac_dec_setup_seekable_decoder),
9198         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9199         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9200         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9201         * ext/flac/gstflacdec.h:
9202         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9203         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9204         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9205         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9206         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9207         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9208         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9209         * ext/flac/gstflacenc.h:
9210         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9211         
9212 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9213
9214         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9215         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9216         not necessary anymore as we need at least that core version. 
9217
9218 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9219
9220         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9221         (gst_wavpack_dec_chain):
9222         * ext/wavpack/gstwavpackdec.h:
9223         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9224         (gst_wavpack_parse_push_buffer):
9225         * ext/wavpack/gstwavpackparse.h:
9226         Improve discont handling by checking if the next Wavpack block has
9227         the expected, following block index.
9228
9229 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9230
9231         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9232           Fix element description.
9233
9234 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9235
9236         * configure.ac:
9237         * docs/plugins/Makefile.am:
9238         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9239         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9240         * docs/plugins/gst-plugins-good-plugins.args:
9241         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9242         * docs/plugins/gst-plugins-good-plugins.signals:
9243         * docs/plugins/inspect/plugin-autodetect.xml:
9244         * docs/plugins/inspect/plugin-gconfelements.xml:
9245         * docs/plugins/inspect/plugin-ladspa.xml:
9246         * docs/plugins/inspect/plugin-rtp.xml:
9247         * docs/plugins/inspect/plugin-wavpack.xml:
9248         * ext/Makefile.am:
9249         * tests/check/Makefile.am:
9250           move wavpack plugin.  See #352605.
9251
9252 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9253
9254         * configure.ac:
9255         * docs/plugins/Makefile.am:
9256         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9257         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9258         * docs/plugins/gst-plugins-good-plugins.args:
9259         * sys/Makefile.am:
9260         * win32/MANIFEST:
9261         Add DirectDraw & DirectSound plugins to the build and docs.
9262
9263 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9264
9265         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9266         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9267           When operating in pull mode, error out correct on not-linked.
9268
9269 2007-06-06  Andy Wingo  <wingo@pobox.com>
9270
9271         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9272         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9273         format and size if the ioctls are defined; should fix compilation
9274         on Linux < 2.16.19.
9275
9276 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9277
9278         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9279           Printf fixes in debug statements; use LOG level for debug statements
9280           that are printed for each and every frame; convert c++ comments to
9281           C-style comments; not much point using g_try_malloc() if we then not
9282           even check the return value.
9283
9284 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9285
9286         * configure.ac:
9287           Bump requirements to released versions (core and base 0.10.13).
9288
9289         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9290           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9291           own implementation.
9292
9293 2007-06-05  Andy Wingo  <wingo@pobox.com>
9294
9295         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9296         some useless comments.
9297
9298         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9299         frames before calling STREAMON, that might leave them in a state
9300         where they can't be dequeued if we go back to NULL without calling
9301         STREAMON, according to the docs.
9302         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9303         before we call STREAMON.
9304         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9305         failures. (For me this code hung.) The pool refcounting is still
9306         crack; added a note to that effect.
9307
9308 2007-06-05  Wim Taymans  <wim@fluendo.com>
9309
9310         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9311         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9312         Add support for mapping gst structure names to the MIME type equivalent.
9313         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9314
9315 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9316
9317         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9318         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9319         (gst_wavenc_chain), (gst_wavenc_change_state):
9320         * gst/wavenc/gstwavenc.h:
9321         Properly write wav files with width!=depth by having the depth most
9322         significant bytes set and all others zero. Fixes #442535.
9323
9324 2007-06-01  Wim Taymans  <wim@fluendo.com>
9325
9326         * gst/rtsp/rtspconnection.c:
9327         Add include to make buildbot happy.
9328
9329 2007-06-01  Wim Taymans  <wim@fluendo.com>
9330
9331         Patch by: Peter Kjellerstedt  <pkj at axis com>
9332
9333         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9334         (rtsp_connection_connect), (add_date_header),
9335         (rtsp_connection_send), (parse_response_status),
9336         (parse_request_line), (parse_line), (rtsp_connection_receive):
9337         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9338         * gst/rtsp/rtspdefs.h:
9339         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9340         (rtsp_message_init_request), (rtsp_message_init_response),
9341         (rtsp_message_remove_header), (rtsp_message_append_headers),
9342         (rtsp_message_dump):
9343         * gst/rtsp/rtspmessage.h:
9344         Improves version checking, allowing an RTSP server to reply with "505
9345         RTSP Version not supported.
9346         Adds a Date header to all messages.
9347         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9348         want to be able to send a response even if something in the request was
9349         invalid. EINVAL is only used when passing wrong arguments to functions.
9350         Do not handle an invalid method in parse_request_line(). Defer this to
9351         the caller so it can respond with "405 Method Not Allowed".
9352         Improves parsing of the timeout parameter to the Session header,
9353         allowing whitespace after the semicolon. 
9354         Avoids a compiler warning due to variables shadowing a function argument.
9355
9356 2007-06-01  Wim Taymans  <wim@fluendo.com>
9357
9358         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9359
9360         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9361         (gst_rtp_amr_depay_process):
9362         * gst/rtp/gstrtpamrdepay.h:
9363         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9364         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9365         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9366         * gst/rtp/gstrtpamrpay.h:
9367         Add support for AMR-WB.
9368         Small cleanups such as using BOILERPLATE.
9369
9370 2007-05-31  Wim Taymans  <wim@fluendo.com>
9371
9372         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9373         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9374
9375 2007-05-30  Andy Wingo  <wingo@pobox.com>
9376
9377         * sys/v4l2/gstv4l2object.h: 
9378         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9379         unintended changes.
9380
9381         * sys/v4l2/v4l2src_calls.h: 
9382         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9383         the format list in the order that the driver gives it to us.
9384         (gst_v4l2src_probe_caps_for_format_and_size)
9385         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9386         based on the capabilities of the device.
9387         (gst_v4l2src_grab_frame): Update for object variable renaming.
9388         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9389         as in the set_caps below.
9390         (gst_v4l2src_capture_init): Update for object variable renaming,
9391         and reflow.
9392         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9393         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9394         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9395         (gst_v4l2src_get_fps): Remove; these functions don't have much
9396         meaning outside of an atomic set_caps method.
9397         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9398         known.
9399
9400         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9401         call to update_fps; not sure about this change.
9402         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9403         moment we don't have an update_fps_func.
9404
9405         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9406         structures in the object, just store what we need. Do store the
9407         probed caps of the device. Don't store the current frame rate.
9408
9409         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9410         update_fps_function, for now. Update for new object variable
9411         naming.
9412         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9413         new object variable naming.
9414         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9415         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9416         (gst_v4l2src_get_caps): Rework to probe the device for supported
9417         frame sizes and frame rates.
9418         (gst_v4l2src_set_caps): Rework to be strict in the given
9419         parameters: if someone asks us to have a certain size and rate,
9420         that is what we configure.
9421         (gst_v4l2src_get_read): Update for object variable naming. Don't
9422         leak buffers on short reads.
9423         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9424         comments.
9425         (gst_v4l2src_create): Update for object variable naming.
9426
9427 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9428
9429         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9430         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9431         * gst/avi/gstavidemux.h:
9432           Parse subtitle text streams instead of erroring out (#442034). Still
9433           needs a parser for the subtitles to actually show up.
9434
9435 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9436
9437         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9438         (gst_avi_demux_loop):
9439           Make _push_event() return TRUE if the event could be pushed on at
9440           least one pad and not only if it could be pushed on all pads,
9441           otherwise we'll end up posting an error message on EOS if one or
9442           more source pads are not connected.
9443
9444 2007-05-28  Wim Taymans  <wim@fluendo.com>
9445
9446         * gst/rtsp/rtsptransport.c:
9447         Use renamed RTP bin.
9448
9449 2007-05-28  Wim Taymans  <wim@fluendo.com>
9450
9451         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9452
9453         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9454         (gst_video_box_set_property), (gst_video_box_transform_caps),
9455         (video_box_recalc_transform), (gst_video_box_set_caps),
9456         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9457         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9458         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9459         (gst_video_box_i420_i420), (gst_video_box_transform),
9460         (plugin_init):
9461         Add AYUV->AYUV and AYUV->I420 formats. 
9462         Fix negotiation and I420->AYUV conversion.
9463         Fixes #429329.
9464
9465 2007-05-26  Wim Taymans  <wim@fluendo.com>
9466
9467         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9468         Use different variables for nested for loops so that the outer loop
9469         functions properly and speex files with multiple frames per buffer work
9470         properly.
9471         Fixes #441408.
9472
9473 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9474
9475         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9476           Don't leak newsegment events.
9477
9478 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9479
9480         * gst/wavparse/Makefile.am:
9481           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9482           drags it in.
9483
9484 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9485
9486         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9487         (notgst_value_array_append_buffer),
9488         (gst_flac_enc_process_stream_headers),
9489         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9490         (gst_flac_enc_change_state):
9491         * ext/flac/gstflacenc.h:
9492           Collect headers, add "streamheader" field to output caps and set
9493           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9494           produces output according to the official FLAC-to-Ogg mapping
9495           instead of completely broken files. Fixes #426044.
9496
9497 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9498
9499         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9500         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9501         (gst_id3demux_sink_event):
9502         * gst/id3demux/gstid3demux.h:
9503         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9504         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9505         (gst_tag_demux_send_new_segment):
9506         Handle and adjust new-segment events so that downstream really
9507         sees a stream with the tag pieces stripped off the front and back.
9508         Fixes strangeness in seeking when mp3 decoders use the new-segment
9509         byte position to estimate their current playback position timestamp
9510         and then the arriving buffers don't match up.
9511
9512 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9513
9514         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9515           Don't unnecessarily perform a READY->NULL->READY transition on the
9516           detected audio sink when starting up. Fixes: #440127
9517
9518 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9519
9520         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9521         (gst_flac_enc_chain):
9522           Don't crash in chain function if setcaps hasn't been called.
9523
9524 2007-05-24  Wim Taymans  <wim@fluendo.com>
9525
9526         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9527         Init value to avoid infinte loops.
9528
9529 2007-05-24  Wim Taymans  <wim@fluendo.com>
9530
9531         Patch by: Peter Kjellerstedt  <pkj at axis com>
9532
9533         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9534         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9535         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9536         (gst_rtspsrc_play):
9537         (rtsp_connection_send), (rtsp_connection_receive):
9538         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9539         Fix for new API.
9540
9541         * gst/rtsp/rtspconnection.c: (add_auth_header),
9542         Only add authorisation and session headers when sending messages.
9543
9544         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9545         (rtsp_message_init_request), (rtsp_message_init_response),
9546         (rtsp_message_unset), (rtsp_message_add_header),
9547         (rtsp_message_remove_header), (rtsp_message_get_header),
9548         (rtsp_message_append_headers), (dump_key_value),
9549         (rtsp_message_dump):
9550         * gst/rtsp/rtspmessage.h:
9551         Add support for multiple headers of the same type by storing the parsed
9552         headers in a GArray instaed of a hashtable.
9553
9554 2007-05-21  Wim Taymans  <wim@fluendo.com>
9555
9556         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9557         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9558         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9559         safer shutdown.
9560
9561 2007-05-21  Wim Taymans  <wim@fluendo.com>
9562
9563         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9564         * gst/rtsp/gstrtpdec.h:
9565         Added signal for backwards compat.
9566
9567 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9568         
9569         Patch by: René Stadler <mail at renestadler dot de>
9570
9571         * configure.ac:
9572         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9573         (gst_au_parse_parse_header), (gst_au_parse_chain):
9574         * gst/auparse/gstauparse.h:
9575         Use audioconvert for converting from non-native endianness floats
9576         in auparse instead of doing it ourself. Fixes #424527.
9577         This needs the audioconvert from plugins-base CVS.
9578         
9579 2007-05-21  Wim Taymans  <wim@fluendo.com>
9580
9581         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9582         (gst_rtp_h263p_pay_flush):
9583         Fix enum registration.
9584
9585 2007-05-21  Wim Taymans  <wim@fluendo.com>
9586
9587         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9588
9589         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9590         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9591         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9592         (gst_rtp_h263p_pay_flush):
9593         * gst/rtp/gstrtph263ppay.h:
9594         Add new fragmentation mode base on GOB headers. Fixes #438940.
9595
9596 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9597
9598         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9599           Printf format fix.
9600
9601 2007-05-18  Wim Taymans  <wim@fluendo.com>
9602
9603         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9604         Don't crash when an unsupported transport error was returned by the
9605         server, just try to configure the next stream. Fixes #439255.
9606
9607 2007-05-18  Wim Taymans  <wim@fluendo.com>
9608
9609         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9610         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9611         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9612         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9613         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9614         * gst/rtsp/gstrtspsrc.h:
9615         Add TCP timeout property and use it for all TCP connection.
9616
9617         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9618         (rtsp_connection_write), (rtsp_connection_next_timeout),
9619         (rtsp_connection_reset_timeout):
9620         Make connect and writes cancelable and make them use the timeout.
9621
9622 2007-05-18  Wim Taymans  <wim@fluendo.com>
9623
9624         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9625         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9626         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9627         (gst_rtspsrc_setup_streams):
9628         Refactor timeout handling.
9629         Also send keep-alive when dealing with TCP transport.
9630
9631         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9632         (rtsp_connection_free), (rtsp_connection_next_timeout),
9633         (rtsp_connection_reset_timeout):
9634         * gst/rtsp/rtspconnection.h:
9635         Use a timer to handle the session timeouts, add some methods to deal
9636         with timeouts.
9637
9638 2007-05-17  Wim Taymans  <wim@fluendo.com>
9639
9640         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9641         (gst_rtspsrc_setup_streams):
9642         Ignore streams that fail the setup command, we will retry with a
9643         different transport later on.
9644
9645         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9646         (rtsp_ext_wms_configure_stream):
9647         Fix encoding name case.
9648
9649 2007-05-16  Edward Hervey  <edward@fluendo.com>
9650
9651         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9652         Fix build on macosx.
9653
9654 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9655
9656         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9657         Replace direct comparison of a string with the string literal "" with
9658         a comparison of the first character with '\0'. Fixes #438926.
9659
9660 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9661
9662         * gst/debug/breakmydata.c (gst_break_my_data_init):
9663           One more try. This should be the proper fix now.
9664
9665 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9666
9667         * gst/debug/breakmydata.c:
9668           Ooops, no // comments please.
9669
9670 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9671
9672         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9673         (gst_break_my_data_init):
9674           Fix gst_buffer_is_writable() assertion.
9675
9676 2007-05-14  David Schleef  <ds@schleef.org>
9677
9678         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9679           video/x-raw-bayer.  Fixes #314160.
9680
9681 2007-05-14  Wim Taymans  <wim@fluendo.com>
9682
9683         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9684         (gst_rtp_theora_depay_parse_configuration):
9685         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9686         (gst_rtp_theora_pay_finish_headers),
9687         (gst_rtp_theora_pay_handle_buffer):
9688         Update theora pay/depayloader in a similar to vorbis.
9689
9690         * gst/rtp/gstrtpvorbisdepay.c:
9691         (gst_rtp_vorbis_depay_parse_configuration):
9692         Update docs.
9693
9694 2007-05-14  Wim Taymans  <wim@fluendo.com>
9695
9696         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9697         When we try to execute a method that is not supported by the server,
9698         don't error out but remove the method from the accepted methods so that
9699         we never try to perform this method again.
9700
9701 2007-05-14  Wim Taymans  <wim@fluendo.com>
9702
9703         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9704         Remove annoying _dump_mem.
9705
9706 2007-05-14  Wim Taymans  <wim@fluendo.com>
9707
9708         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9709         Parse range correctly.
9710
9711         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9712         The baseurl now always has a '/' at the start.
9713
9714 2007-05-14  Wim Taymans  <wim@fluendo.com>
9715
9716         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9717         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9718         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9719         Factor out caps configuration and configure more stuff such as the time
9720         ranges and speed/scale values.
9721
9722         * gst/rtsp/rtsptransport.c:
9723         Add Copyright after non-trival fixes.
9724
9725 2007-05-12  Wim Taymans  <wim@fluendo.com>
9726
9727         Patch by: Peter Kjellerstedt  <pkj at axis com>
9728
9729         * gst/rtsp/gstrtspsrc.h:
9730         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9731         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9732         (rtsp_message_get_header):
9733         * gst/rtsp/rtspmessage.h:
9734         Make channel guint8 where possible.
9735         Make rtsp_message_init_data() take the channel as a guint8.
9736
9737         * gst/rtsp/rtspdefs.c:
9738         Fixed a typo: Timout -> Timeout
9739
9740         * gst/rtsp/rtspdefs.h:
9741         Make RTSP_CHECK() behave as a statement.
9742
9743         * gst/rtsp/sdpmessage.c:
9744         Avoid a compiler warning in INIT_ARRAY().
9745         Fixes #437692.
9746
9747 2007-05-12  Wim Taymans  <wim@fluendo.com>
9748
9749         Patch by: Peter Kjellerstedt  <pkj at axis com>
9750
9751         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9752         (rtsp_url_get_request_uri):
9753         * gst/rtsp/rtspurl.h:
9754         Add support for query parameters to RTSP URLs.
9755
9756 2007-05-12  Wim Taymans  <wim@fluendo.com>
9757
9758         Patch by: Peter Kjellerstedt  <pkj at axis com>
9759
9760         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9761         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9762         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9763         (rtsp_transport_parse), (rtsp_transport_as_text):
9764         * gst/rtsp/rtsptransport.h:
9765         Add validation to rtsp_transport_parse().
9766         Add rtsp_transport_as_text() to generate an RTSP header from an
9767         RTSPTransport.
9768         Change ssrc to guint (was a string) since that is what it is, even
9769         though it is sent as a hex string.
9770         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9771         incorrect, which can be seen when looking at the examples in the RFC).
9772         Fixes #437670.
9773
9774 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9775
9776         Patch by: Eric Anholt
9777
9778         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9779           gst_ximage_src_ximage_get):
9780         Use union of all damage between frames to make it faster.
9781         Fixes bug #342463.
9782         Also fix crasher when cursor is at bottom right of window.
9783
9784 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9785
9786         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9787           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9788           streaming mode regression for file from #343837 with 'bext' chunk
9789           before the 'fmt' chunk.
9790
9791 2007-05-11  Wim Taymans  <wim@fluendo.com>
9792
9793         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9794         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9795         (gst_rtspsrc_handle_src_event),
9796         (gst_rtspsrc_stream_configure_manager),
9797         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9798         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9799         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9800         * gst/rtsp/gstrtspsrc.h:
9801         * gst/rtsp/rtspdefs.h:
9802         Preliminary seek support.
9803         Activate internal pads so that we can receive events on them.
9804         Don't try to parse a range string when it's NULL.
9805
9806 2007-05-11  Wim Taymans  <wim@fluendo.com>
9807
9808         * gst/rtp/README:
9809         Update README with new RTP variables that will be used for
9810         synchronisation.
9811
9812         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9813         (gst_rtp_vorbis_depay_parse_configuration),
9814         (gst_rtp_vorbis_depay_process):
9815         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9816         (gst_rtp_vorbis_pay_finish_headers),
9817         (gst_rtp_vorbis_pay_handle_buffer):
9818         Update vorbis pay and depayloader to draft-04.
9819
9820 2007-05-11  Wim Taymans  <wim@fluendo.com>
9821
9822         * gst/rtsp/rtsptransport.c:
9823         UDP MCAST is actually the default for RTP/AVP.
9824 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9825
9826         * gst/level/gstlevel.c: (gst_level_transform_ip):
9827         Use guint8 * instead of gpointer then vs6 can build 
9828         in_data += (filter->width / 8).
9829
9830 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9831
9832         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9833           gst_ximage_src_ximage_get):
9834         * sys/ximage/gstximagesrc.h (last_ximage):
9835         When using Damage actually keep the last frame, and not assume
9836         that the buffer we get already has the last frame on it.
9837         Copy the cursor over if we specify a non-zero start x and
9838         start y.
9839
9840 2007-05-11  Wim Taymans  <wim@fluendo.com>
9841
9842         * gst/rtsp/rtsptransport.c:
9843         Make UDP the default transport when not specified.
9844
9845 2007-05-09  David Schleef  <ds@schleef.org>
9846
9847         * gst/level/gstlevel.c:
9848           Revert last change.
9849
9850 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9851
9852         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9853         (gst_level_transform_ip):
9854         Use guint8 * instead of gpointer then vs6 know the size of data
9855         pointed when moving the pointer.
9856         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9857         Move instructions after variables declaration.
9858         * win32/vs6/autogen.dsp:
9859         * win32/vs6/libgstrtp.dsp:
9860         * win32/vs6/libgstrtsp.dsp:
9861         Update vs6 project files.
9862
9863 2007-05-09  Wim Taymans  <wim@fluendo.com>
9864
9865         * gst/rtsp/Makefile.am:
9866         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9867         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9868         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9869         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9870         (rtsp_range_free):
9871         * gst/rtsp/rtsprange.h:
9872         Add code to parse time ranges.
9873         Report DURATION on the stream when possible.
9874
9875 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9876
9877         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9878         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9879         (gst_videomixer_collected):
9880           Fix strides calculation for AYUV (it's just width*4) (#436910).
9881
9882 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9883
9884         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9885         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9886         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9887         Sync the GObject properties before each processing step to properly
9888         work with the controller.
9889
9890 2007-05-04  Wim Taymans  <wim@fluendo.com>
9891
9892         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9893         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9894         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9895         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9896         (gst_rtspsrc_change_state):
9897         Let more error state trickle down so that we can catch more error
9898         cases.
9899         Handle keep-alive a little smarter by selecting a method the server
9900         actually supports.
9901         Fix a race in UDP streaming shutdown.
9902
9903 2007-05-04  Wim Taymans  <wim@fluendo.com>
9904
9905         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9906         Ignore errors when trying to use the keep-alive messages.
9907
9908 2007-05-04  Wim Taymans  <wim@fluendo.com>
9909
9910         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9911         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9912         (gst_rtspsrc_stream_configure_manager),
9913         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9914         (gst_rtspsrc_stream_configure_mcast),
9915         (gst_rtspsrc_stream_configure_udp),
9916         (gst_rtspsrc_stream_configure_udp_sink),
9917         (gst_rtspsrc_stream_configure_transport):
9918         Send RTCP messages back to the server over the TCP connection.
9919
9920         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9921         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9922         (rtsp_connection_receive):
9923         * gst/rtsp/rtspconnection.h:
9924         Factor out and expose lowlevel _write and _read methods.
9925         Implement sending data messages to the server.
9926
9927 2007-05-03  Wim Taymans  <wim@fluendo.com>
9928
9929         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9930         (gst_multipart_mux_collected):
9931         Fix timestamps on outgoing buffers.
9932
9933 2007-05-03  Wim Taymans  <wim@fluendo.com>
9934
9935         * gst/multipart/multipartmux.c:
9936         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9937         (gst_multipart_mux_change_state):
9938         Emit NEWSEGMENT events before pushing the first buffer.
9939
9940 2007-05-03  Wim Taymans  <wim@fluendo.com>
9941
9942         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9943         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9944         (gst_rtspsrc_handle_src_query),
9945         (gst_rtspsrc_stream_configure_manager),
9946         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9947         (gst_rtspsrc_stream_configure_mcast),
9948         (gst_rtspsrc_stream_configure_udp),
9949         (gst_rtspsrc_stream_configure_udp_sink),
9950         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9951         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9952         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9953         (gst_rtspsrc_pause):
9954         Refactor transport configuration code.
9955         Create internal pads for TCP transport so that we can implement events
9956         and queries.
9957         Handle events and queries.
9958         Parse range from the SDP.
9959         Fix race in pause handler where the connection could still be flushing.
9960
9961 2007-05-02  Wim Taymans  <wim@fluendo.com>
9962
9963         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9964         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9965         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9966         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9967         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9968         (gst_rtspsrc_change_state):
9969         * gst/rtsp/gstrtspsrc.h:
9970         Fix race when multiple udp sources post timeouts, just act on the first
9971         received timeout.
9972         Protect stream list with a recursive lock to fix some races.
9973         Flush connection when we need to do a reconnect or stop.
9974         Make state lock recursive.
9975
9976         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9977         (rtsp_connection_close):
9978         Some small cleanups.
9979
9980 2007-05-02  Wim Taymans  <wim@fluendo.com>
9981
9982         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9983         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9984         Only set DISCONT when there actually is a discont or when we just
9985         started.
9986
9987 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9988
9989         * ext/flac/gstflac.c: (plugin_init):
9990         Call bindtextdomain() to get localized strings.
9991
9992 2007-05-02  Wim Taymans  <wim@fluendo.com>
9993
9994         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9995         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9996         (gst_wavparse_stream_data):
9997         * gst/wavparse/gstwavparse.h:
9998         Be a bit more clever when dealing with VBR files with FACT tags, we
9999         don't want to timestamp buffers in that case but the estimated BPS can
10000         be used for seeking.
10001         Only send close segment in the streaming thread.
10002
10003 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10004
10005         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10006         Correctly post an error on the bus if something went wrong in the loop
10007         function. This fixes a few cases where the task was paused and nothing
10008         happened anymore.
10009
10010 2007-05-02  Wim Taymans  <wim@fluendo.com>
10011
10012         * gst/rtsp/test.c: (main):
10013         Fix compilation of deprecated test just because I'm too lazy to delete
10014         it.
10015
10016 2007-05-02  Wim Taymans  <wim@fluendo.com>
10017
10018         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10019         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10020         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
10021         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
10022         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10023         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
10024         * gst/rtsp/gstrtspsrc.h:
10025         Fix sending RTCP to the right place.
10026         Fix bug in reffing the wrong UDP element.
10027         Use new pad names for the session manager.
10028         Implement handling server requests in interleaved and UDP modes.
10029         Handle session keep-alive in UDP modes.
10030         Remove GCond for handling UDP timeouts.
10031
10032         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10033         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10034         (rtsp_connection_receive), (rtsp_connection_close):
10035         * gst/rtsp/rtspconnection.h:
10036         Store connection IP address for later.
10037         Add timeout args to all operations that might block forever.
10038         Parse session timeout.
10039         Only close sockets when not already closed.
10040
10041         * gst/rtsp/rtspdefs.c:
10042         * gst/rtsp/rtspdefs.h:
10043         Add timeout return value and error string.
10044
10045         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
10046         Add small comment.
10047
10048 2007-05-01  Wim Taymans  <wim@fluendo.com>
10049
10050         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10051
10052         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
10053         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
10054         * gst/rtp/gstrtpmp4vpay.h:
10055         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
10056
10057 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
10058
10059         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10060           Remove v4l2src from docs, since it breaks the docs build, and the
10061           plugin is only built if --enable-experimental is used anyway.
10062
10063         * docs/plugins/Makefile.am:
10064           Spaces => tab.
10065
10066 2007-04-29  Wim Taymans  <wim@fluendo.com>
10067
10068         * gst/udp/gstmultiudpsink.c: (leave_multicast),
10069         (gst_multiudpsink_add), (gst_multiudpsink_remove):
10070         Add code to drop membership of a multicast group.
10071
10072         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
10073         (gst_udpsink_set_uri):
10074         Implement URI handler.
10075
10076         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10077         (gst_rtspsrc_parse_rtpinfo):
10078         Use URI handler to make udpsink instace.
10079         Improve code to configure port and destination.
10080
10081 2007-04-29  Wim Taymans  <wim@fluendo.com>
10082
10083         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10084         Fix multicast detection.
10085         Don't try to join a multicast group if the address is not multicast.
10086
10087         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
10088         Small debug improvement.
10089
10090 2007-04-27  Wim Taymans  <wim@fluendo.com>
10091
10092         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10093         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10094         (gst_rtspsrc_handle_message):
10095         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10096         parent.
10097
10098 2007-04-27  Wim Taymans  <wim@fluendo.com>
10099
10100         * gst/rtp/gstrtpilbcdepay.h:
10101         Fix mode property when specified as an arg.
10102
10103 2007-04-26  Edward Hervey  <edward@fluendo.com>
10104
10105         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10106         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10107         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10108         * docs/plugins/inspect/plugin-osxaudio.xml:
10109         Add documentation for osxaudio plugin.
10110
10111 2007-04-26  Wim Taymans  <wim@fluendo.com>
10112
10113         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10114         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10115         (gst_rtspsrc_open), (gst_rtspsrc_close),
10116         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10117         (gst_rtspsrc_pause):
10118         * gst/rtsp/gstrtspsrc.h:
10119         Protect state changes with a lock.
10120
10121         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10122         (parse_line):
10123         * gst/rtsp/rtspconnection.h:
10124         Remove some unused stuff.
10125
10126 2007-04-26  Wim Taymans  <wim@fluendo.com>
10127
10128         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10129         Handle the case where there are exactly 0 bytes to read and the ioctl
10130         did not report an error. Fixes #433530.
10131
10132 2007-04-26  Wim Taymans  <wim@fluendo.com>
10133
10134         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10135         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10136         * gst/wavparse/gstwavparse.h:
10137         Apply DISCONT to buffers.
10138         Only apply timestamp to the first sample after a DISCONT, too many VBR
10139         files cause random jitter in the timestamps. Fixes #433119.
10140
10141 2007-04-25  Wim Taymans  <wim@fluendo.com>
10142
10143         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10144         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10145         (gst_rtp_dec_get_property):
10146         * gst/rtsp/gstrtpdec.h:
10147         Add dummy latency property to be backwards compat with rtpbin.
10148
10149         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10150         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10151         (gst_rtspsrc_stream_configure_transport),
10152         (gst_rtspsrc_parse_rtpinfo):
10153         * gst/rtsp/gstrtspsrc.h:
10154         Add latency property and configure in the session manager.
10155         Don't set invalid clock-base and seqnum-base on caps, some servers
10156         sometimes don't send them.
10157
10158 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10159
10160         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10161         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10162           Double-check that RGB input caps are really RGBA caps (apparently
10163           the core doesn't always catch it if those caps aren't a subset of
10164           our template caps, also see #421543). Fixes #429319 in a way.
10165           Also, don't leak the pad template in the transform_caps function.
10166
10167         * tests/check/Makefile.am:
10168         * tests/check/elements/.cvsignore:
10169         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10170         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10171         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10172         (GST_START_TEST), (alphacolor_suite):
10173           Add some basic unit tests for alphacolor.
10174
10175 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10176
10177         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10178           If we get a fatal flow return in the loop function, first post the
10179           error message and only then send the EOS event downstream, otherwise
10180           applications might get an eos message before the error message and
10181           think everything was ok (related to #429319).
10182
10183 2007-04-25  Wim Taymans  <wim@fluendo.com>
10184
10185         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10186         Read the channel byte as an unsigned byte.
10187
10188 2007-04-25  Wim Taymans  <wim@fluendo.com>
10189
10190         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10191         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10192         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10193         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10194         (gst_rtp_gsm_depay_setcaps):
10195         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10196         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10197         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10198         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10199         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10200         (gst_ilbc_depay_get_property):
10201         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10202         * gst/rtp/gstrtpmp4adepay.c:
10203         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10204         (gst_rtp_pcma_depay_setcaps):
10205         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10206         (gst_rtp_pcmu_depay_setcaps):
10207         Make sure we configure the clock_rate in the baseclass in the setcaps
10208         function. Fixes #431282.
10209
10210 2007-04-25  Wim Taymans  <wim@fluendo.com>
10211
10212         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10213         (gst_rtspsrc_stream_free), (request_pt_map),
10214         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10215         * gst/rtsp/gstrtspsrc.h:
10216         Parse server address from SDP.
10217         Hook up a udpsink to send RTCP back to the server.
10218
10219         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10220         * gst/rtsp/rtsptransport.h:
10221         Add some docs.
10222
10223 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10224
10225         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10226           Make header field check conditional. Fixes #433135
10227
10228 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10229
10230         * docs/plugins/Makefile.am:
10231         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10232         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10233         * docs/plugins/inspect/plugin-alphacolor.xml:
10234         * gst/alpha/Makefile.am:
10235         * gst/alpha/gstalphacolor.c:
10236         * gst/alpha/gstalphacolor.h:
10237           Add minimal docs blurb to alphacolor; split out headers into
10238           separate header file for gtk-doc.
10239
10240 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10241
10242         * gst/debug/progressreport.c: (gst_progress_report_report):
10243           Don't try to post NULL message (in case we can't query upstream
10244           position or duration).
10245
10246 2007-04-18  Michael Smith  <msmith@fluendo.com>
10247
10248         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10249         (gst_cutter_get_caps):
10250         * gst/cutter/gstcutter.h:
10251           Fix some of the most obvious bugs in cutter. Now doesn't leak
10252           everything if input is silent.
10253
10254 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10255
10256         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10257         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10258         * gst/wavenc/gstwavenc.h:
10259         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10260         else results in a invalid block align and invalid files.
10261
10262 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10263
10264         Patch by: Snaik <snaik32 gmail com>
10265
10266         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10267           Add missing break statement for BOX_HORIZONTAL case.
10268
10269 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10270
10271         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10272
10273         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10274         Use correct format strings for integer types.
10275
10276 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10277
10278         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10279         (gst_wavparse_create_sourcepad):
10280         Use gst_riff_create_audio_template_caps () instead of the local caps.
10281         This makes updates of the local caps unecessary whenever libgstriff
10282         gets support for new formats.
10283
10284 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10285
10286         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10287
10288         * sys/sunaudio/gstsunaudio.c:
10289         * sys/sunaudio/gstsunaudiomixer.c:
10290         * sys/sunaudio/gstsunaudiomixer.h:
10291         * sys/sunaudio/gstsunaudiomixerctrl.c:
10292         * sys/sunaudio/gstsunaudiomixerctrl.h:
10293         * sys/sunaudio/gstsunaudiomixertrack.h:
10294         * sys/sunaudio/gstsunaudiosink.c:
10295         * sys/sunaudio/gstsunaudiosink.h:
10296         * sys/sunaudio/gstsunaudiosrc.c:
10297         * sys/sunaudio/gstsunaudiosrc.h:
10298           Fix and/or update copyright attributions (#430228).
10299
10300 2007-04-13  Wim Taymans  <wim@fluendo.com>
10301
10302         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10303         Fix docs.
10304
10305         * gst/rtsp/URLS:
10306         Add some more example urls.
10307
10308         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10309         (gst_rtp_dec_chain_rtp):
10310         Better debugging.
10311
10312         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10313         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10314         (gst_rtspsrc_parse_rtpinfo):
10315         Remove unused code.
10316
10317 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10318
10319         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10320         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10321         (gst_wavparse_stream_data):
10322           Relax the audio/mpeg caps again and add FIXME: comment.
10323
10324 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10325
10326         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10327         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10328         (gst_wavparse_stream_data):
10329         * gst/wavparse/gstwavparse.h:
10330           More sanity check for the header fields. Fix type for 'rate' header
10331           field.
10332
10333 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10334
10335         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10336         (gst_icydemux_unicodify):
10337           If the metadata strings we get in the stream are not UTF-8, try to
10338           interpret them according to the character encodings specified in the
10339           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10340           only fall back to locale/ISO-8859-1 if those aren't set or don't
10341           work. Should fix #428901.
10342
10343 2007-04-12  Wim Taymans  <wim@fluendo.com>
10344
10345         * gst/rtp/gstrtph264depay.c:
10346         Use the proper sync word for SPS and PPS.
10347
10348 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10349
10350         * gst/rtp/Makefile.am:
10351         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10352           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10353         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10354           Add a simple hashing implementation that we can use to generate
10355           a 24-bit ident value based on the codebooks for vorbis and theora.
10356         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10357           gst_rtp_theora_pay_handle_buffer):
10358         * gst/rtp/gstrtpvorbisdepay.c
10359           (gst_rtp_vorbis_depay_parse_configuration,
10360           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10361         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10362           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10363           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10364           Use the hashing function, ensuring that the same codebooks result
10365           in the same ident and thus the same SDP description.
10366           Various log fixes/changes.
10367
10368 2007-04-12  Wim Taymans  <wim@fluendo.com>
10369
10370         Patch by: jerry tan <jerry dot tan at sun dot com>
10371
10372         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10373         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10374         application's responsibility to make sure it open the device once.
10375         Remove a careless error if AUDIODEV is set. Fixes #392620.
10376
10377 2007-04-12  Wim Taymans  <wim@fluendo.com>
10378
10379         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10380         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10381         * gst/rtsp/gstrtpdec.h:
10382         Make backward compat with rtpbin by adding the request-pt-map signals.
10383
10384         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10385         (new_session_pad), (request_pt_map),
10386         (gst_rtspsrc_stream_configure_transport),
10387         (gst_rtspsrc_stream_configure_caps),
10388         (gst_rtspsrc_activate_streams):
10389         * gst/rtsp/gstrtspsrc.h:
10390         Implement request-pt-map signals instead of setting caps on the buffers
10391         for the session manager.
10392
10393 2007-04-11  Wim Taymans  <wim@fluendo.com>
10394
10395         * gst/udp/gstudp.c: (plugin_init):
10396         Register GstNetBuffer in plugin_init so that the type can be used from
10397         multiple threads without races.
10398
10399 2007-04-10  Wim Taymans  <wim@fluendo.com>
10400
10401         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10402         (gst_rtp_amr_depay_process):
10403         Fix depayloader clock_rate and some cleanups.
10404
10405         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10406         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10407         * gst/rtp/gstrtph264depay.h:
10408         Don't push codec_data in the adapter because it might get flushed when
10409         we get a discont.
10410
10411         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10412         Handle multiple AU per packet.
10413
10414         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10415         (gst_rtp_sv3v_depay_plugin_init):
10416         Disable rank, this one does not work.
10417         Remove timestamping, base class does that.
10418
10419 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10420
10421         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10422           limit caps to the formats we announce in the template
10423
10424         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10425         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10426         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10427           fix some crashers/asserts when dealing with broken files
10428
10429 2007-04-10  Wim Taymans  <wim@fluendo.com>
10430
10431         Patch by: Peter Kjellerstedt  <pkj at axis com>
10432
10433         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10434         * gst/rtp/gstrtpL16depay.c:
10435         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10436         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10437         (gst_rtp_speex_depay_setcaps):
10438         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10439         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10440         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10441         Fix some compiler warnings. Fixes #428182.
10442
10443 2007-04-06  Wim Taymans  <wim@fluendo.com>
10444
10445         * gst/rtsp/Makefile.am:
10446         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10447         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10448         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10449         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10450         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10451         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10452         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10453         (create_rtcp), (gst_rtp_dec_request_new_pad),
10454         (gst_rtp_dec_release_pad):
10455         * gst/rtsp/gstrtpdec.h:
10456         * gst/rtsp/gstrtsp.c: (plugin_init):
10457         Morph RTPDec into something compatible with RTPBin as a fallback.
10458         Various other style fixes.
10459
10460         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10461         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10462         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10463         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10464         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10465         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10466         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10467         * gst/rtsp/gstrtspsrc.h:
10468         Implement RTPBin session manager handling.
10469         Don't try to add empty properties to caps.
10470         Implement fallback session manager, handling.
10471         Don't combine errors from RTCP streams, just ignore them.
10472
10473         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10474         * gst/rtsp/rtsptransport.h:
10475         Implement fallback session manager.
10476         Make RTPBin the default one when available.
10477
10478 2007-04-05  Wim Taymans  <wim@fluendo.com>
10479
10480         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10481         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10482         This element is ready to be autoplugged.
10483
10484 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10485
10486         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10487         Don't leave the offsets defined by upstream element on the
10488         compressed data buffer we are pushing downstream. Make them
10489         GST_BUFFER_OFFSET_NONE.
10490
10491 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10492
10493         * gst/avi/README:
10494         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10495         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10496         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10497         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10498         (gst_avi_demux_calculate_durations_from_index),
10499         (gst_avi_demux_stream_header_push),
10500         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10501         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10502           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10503
10504 2007-04-03  Wim Taymans  <wim@fluendo.com>
10505
10506         * gst/smpte/barboxwipes.c:
10507         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10508
10509 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10510
10511         * gst/wavparse/gstwavparse.c:
10512         Support audio/x-raw-float in wav files. This only works with
10513         plugins-base CVS, using an older version doesn't have any
10514         disadvantages though.
10515
10516 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10517
10518         * configure.ac:
10519         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10520         (gst_au_parse_parse_header), (gst_au_parse_chain):
10521         * gst/auparse/gstauparse.h:
10522         Revert last change as we don't want plugins-good to depend on
10523         plugins-base CVS now.
10524
10525 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10526
10527         * configure.ac:
10528         Require gst-plugins-base CVS for audioconvert with non-native
10529         float support and width/depth fix in libgstriff.
10530
10531         Patch by: René Stadler <mail at renestadler dot de>
10532
10533         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10534         (gst_au_parse_parse_header), (gst_au_parse_chain):
10535         * gst/auparse/gstauparse.h:
10536         Don't swap the floats ourself if they're not in native endianness.
10537         Instead let audioconvert handle this. Fixes #339838.
10538
10539 2007-03-29  Wim Taymans  <wim@fluendo.com>
10540
10541         * gst/rtp/gstasteriskh263.h:
10542         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10543         (gst_rtp_h263p_depay_change_state):
10544         * gst/rtp/gstrtph263pdepay.h:
10545         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10546         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10547         (gst_rtp_h264_depay_change_state):
10548         * gst/rtp/gstrtph264depay.h:
10549         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10550         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10551         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10552         Flush adapter on disconts.
10553
10554 2007-03-29  Wim Taymans  <wim@fluendo.com>
10555
10556         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10557         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10558         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10559         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10560         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10561         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10562         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10563         (gst_rtp_mp4v_depay_process):
10564         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10565         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10566         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10567         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10568         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10569         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10570         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10571         Use more efficient adapter and rtpbuffer methods when possible.
10572
10573 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10574
10575         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10576         (gst_wavenc_sink_setcaps):
10577         Correctly handle width!=depth input.
10578         * gst/wavparse/gstwavparse.c:
10579         Already export in the caps that width==8 uses unsigned samples and
10580         everything else uses signed samples.
10581
10582 2007-03-29  Wim Taymans  <wim@fluendo.com>
10583
10584         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10585
10586         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10587         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10588         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10589         (gst_dynudpsink_close):
10590         * gst/udp/gstdynudpsink.h:
10591         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10592         (gst_udpsrc_create), (gst_udpsrc_set_property),
10593         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10594         * gst/udp/gstudpsrc.h:
10595         Rework the socket allocation a bit based on the sockfd argument so that
10596         it becomes usable.
10597         Add a closefd property to instruct the udp elements to close the custom
10598         file descriptors when going to READY. Fixes #423304.
10599         API:GstUDPSrc::closefd property
10600         API:GstDynUDPSink::closefd property
10601
10602 2007-03-29  Wim Taymans  <wim@fluendo.com>
10603
10604         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10605
10606         * gst/rtp/Makefile.am:
10607         * gst/rtp/gstrtp.c: (plugin_init):
10608         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10609         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10610         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10611         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10612         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10613         (gst_rtp_h264_pay_plugin_init):
10614         * gst/rtp/gstrtph264pay.h:
10615         Added H264 payloader. Fixes #423782.
10616
10617         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10618         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10619         Small fixes.
10620
10621 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10622
10623         * gst/wavparse/gstwavparse.c:
10624         Actually support depths from 1 to 32, not only 8 to 32.
10625
10626 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10627
10628         * gst/wavparse/gstwavparse.c:
10629         Add support for wav files containing audio/x-raw-int with random
10630         depths between 1 and 32 bits.
10631
10632 2007-03-28  Wim Taymans  <wim@fluendo.com>
10633
10634         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10635
10636         * gst/rtp/Makefile.am:
10637         * gst/rtp/gstrtp.c: (plugin_init):
10638         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10639         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10640         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10641         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10642         (gst_rtp_mp4a_depay_get_property),
10643         (gst_rtp_mp4a_depay_change_state),
10644         (gst_rtp_mp4a_depay_plugin_init):
10645         * gst/rtp/gstrtpmp4adepay.h:
10646         Added MP4A-LATM depayloader. Fixes #417792.
10647
10648         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10649         (gst_rtp_mp4v_depay_process):
10650         Fixup depayloader, setting codec_data, using more efficient adaptor and
10651         rtpbuffer handling.
10652
10653         * gst/rtsp/URLS:
10654         Add url to test above.
10655
10656 2007-03-25  Wim Taymans  <wim@fluendo.com>
10657
10658         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10659         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10660         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10661         (gst_rtspsrc_media_to_caps),
10662         (gst_rtspsrc_stream_configure_transport),
10663         (gst_rtspsrc_stream_configure_caps),
10664         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10665         * gst/rtsp/gstrtspsrc.h:
10666         Handle default clock-rates for static payload types, rearrange stuff so
10667         that the rtpmap field in the sdp can override the defaults.
10668         Parse RTP-Info field to get the seqnum and timebase fields that should
10669         go in the caps.
10670         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10671         the server. 
10672
10673 2007-03-22  Wim Taymans  <wim@fluendo.com>
10674
10675         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10676
10677         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10678         Accept complex pipeline descriptions as an audio profile instead of just
10679         a single element. Fixes #420658.
10680
10681 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10682
10683         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10684           Rename registered type in preparation of GstTagDemux moving to
10685           -base at some point in the future.
10686
10687 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10688
10689         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10690           Streaming mode fixes: don't unref buffer we don't own any longer;
10691           remove bogus adapter flush. Fixes #419338.
10692
10693 2007-03-17  David Schleef  <ds@schleef.org>
10694
10695         * REQUIREMENTS: Change the format to key/value, add a bunch of
10696           information, remove a bunch of requirements that are for
10697           other GStreamer packages.
10698
10699 2007-03-17  David Schleef  <ds@schleef.org>
10700
10701         * REQUIREMENTS: Fix a few things.  This file really needs a
10702         good once-over.
10703
10704 2007-03-15  Edward Hervey  <edward@fluendo.com>
10705
10706         * sys/Makefile.am:
10707         Don't forget to distribute the sys/osxaudio/ directory.
10708
10709 2007-03-15  Edward Hervey  <edward@fluendo.com>
10710
10711         * configure.ac:
10712         * sys/Makefile.am:
10713         * sys/osxaudio/Makefile.am:
10714         * sys/osxaudio/gstosxaudio.c:
10715         * sys/osxaudio/gstosxaudiosink.c:
10716         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10717         (gst_osx_audio_sink_getcaps),
10718         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10719         * sys/osxaudio/gstosxaudiosrc.c:
10720         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10721         (gst_osx_audio_src_create_ringbuffer):
10722         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10723         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10724         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10725         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10726         * sys/osxaudio/gstosxringbuffer.h:
10727         Activate osxaudio in gst-plugins-good with proper build setup.
10728         Add inlined documentation.
10729         Fix debug statements
10730         Fix ringbuffer when pausing.
10731         Fixes #323471
10732
10733 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10734         * gst/rtp/gstrtppcmapay.c:
10735         * gst/rtp/gstrtppcmapay.h:
10736         * gst/rtp/gstrtppcmupay.c:
10737         * gst/rtp/gstrtppcmupay.h:
10738         Ported mulaw and alaw payloaders to use new base class
10739
10740 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10741
10742         * po/af.po:
10743         * po/az.po:
10744         * po/cs.po:
10745         * po/en_GB.po:
10746         * po/it.po:
10747         * po/nl.po:
10748         * po/or.po:
10749         * po/sq.po:
10750         * po/sr.po:
10751         * po/sv.po:
10752         * po/uk.po:
10753         * po/vi.po:
10754           Update translations.
10755
10756 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10757
10758         * configure.ac:
10759           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10760
10761 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10762
10763         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10764           Fix handling of -1 values for start and stop values when seeking,
10765           and SEEK_CUR+SEEK_END here as well.
10766
10767 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10768
10769         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10770           Fix handling of -1 values for start and stop values when seeking, 
10771           and SEEK_CUR+SEEK_END.
10772
10773 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10774
10775         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10776           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10777           the image format a variable-length NUL-terminated string; in
10778           versions before that the image format is a fixed-length string of
10779           3 characters (see #348644 for a sample tag).
10780           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10781
10782 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10783
10784         * win32/MANIFEST:
10785         Add new project files to MANIFEST.
10786         * win32/vs6/libgstaudiofx.dsp:
10787         * win32/vs6/libgstrtp.dsp:
10788         * win32/vs6/libgstrtsp.dsp:
10789         Update project files.
10790         
10791 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10792
10793         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10794         (gst_avi_demux_parse_index):
10795         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10796         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10797           Printf format fixes; also add some missing quotes in translated
10798           strings. Fixes #416728 and #416727.
10799
10800 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10801
10802         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10803           Tim and I can't think of any reason the child audio sink needs to 
10804           be set back to NULL after successfully determining that it can 
10805           reach READY - it gets immediately set back to READY by the caller
10806           anyway, causing an unnecessary close/open of any audio devices
10807           involved.
10808
10809 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10810
10811         * po/LINGUAS:
10812         * po/ja.po:
10813           Add ja.po file from #377306.
10814
10815 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10816
10817         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10818         * sys/sunaudio/gstsunaudiomixertrack.c:
10819         (gst_sunaudiomixer_track_new):
10820           Actually translate sunaudio mixer track labels instead of just
10821           marking the strings as translatable (#377306); clean up weird
10822           label string mapping code that serves no apparent purpose. Also
10823           set the 'untranslated-label' property when creating mixer tracks
10824           if the GstMixerTrack base class supports this.
10825
10826         * tests/check/Makefile.am:
10827         * tests/check/elements/.cvsignore:
10828         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10829         (sunaudio_suite):
10830           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10831           actually tested on a system where sunaudiomixer is available).
10832
10833 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10834
10835         * tests/check/Makefile.am:
10836         Re-enable the states test and see if it works on the buildbots.
10837
10838 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10839
10840         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10841         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10842         (gst_dvdec_change_state):
10843         * ext/dv/gstdvdec.h:
10844         Infer pixel-aspect-ratio from the video frame format if it isn't
10845         provided by the container, as happens when playing DV from AVI
10846         or Quicktime containers.
10847
10848         Patch by: Wim Taymans <wim@fluendo.com>
10849         Fixes #380944
10850
10851 2007-03-09  Wim Taymans  <wim@fluendo.com>
10852
10853         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10854         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10855         will later be handled by the jitterbuffer.
10856
10857 2007-03-09  Wim Taymans  <wim@fluendo.com>
10858
10859         * ext/taglib/gstid3v2mux.cc:
10860         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10861         Fixes #414496.
10862         
10863         Patch by: Alex Lancaster <alexl at users sourceforge net>
10864
10865 2007-03-09  Wim Taymans  <wim@fluendo.com>
10866
10867         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10868         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10869         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10870         (gst_avi_demux_chain):
10871         Fix stream position reporting after a seek. Fixes #416445.
10872
10873 2007-03-08  Wim Taymans  <wim@fluendo.com>
10874
10875         Patch by: René Stadler <mail at renestadler dot de>
10876
10877         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10878         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10879         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10880         Make avidemux accept optional header chunks in any order.
10881         Fixes #415446.
10882
10883 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10884
10885         * tests/check/Makefile.am:
10886         Disable the states check until the remaining Valgrind errors
10887         are fixed or suppressed.
10888
10889 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10890
10891         * tests/check/elements/.cvsignore:
10892           Add audiodynamic check to .cvsignore
10893
10894 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10895
10896         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10897
10898         * gst/audiofx/Makefile.am:
10899         * gst/audiofx/audiodynamic.c:
10900         (gst_audio_dynamic_characteristics_get_type),
10901         (gst_audio_dynamic_mode_get_type),
10902         (gst_audio_dynamic_set_process_function),
10903         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10904         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10905         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10906         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10907         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10908         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10909         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10910         (gst_audio_dynamic_transform_hard_knee_expander_int),
10911         (gst_audio_dynamic_transform_hard_knee_expander_float),
10912         (gst_audio_dynamic_transform_soft_knee_expander_int),
10913         (gst_audio_dynamic_transform_soft_knee_expander_float),
10914         (gst_audio_dynamic_transform_ip):
10915         * gst/audiofx/audiodynamic.h:
10916         * gst/audiofx/audiofx.c: (plugin_init):
10917         Add new audiodynamic element which can act as a compressor or
10918         expander. Supported are hard-knee and soft-knee operation modes with
10919         user-specified ratio and threshold.
10920         Attack and release parameters are not yet implemented but will follow.
10921         * docs/plugins/Makefile.am:
10922         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10923         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10924         * docs/plugins/gst-plugins-good-plugins.args:
10925         * docs/plugins/inspect/plugin-audiofx.xml:
10926         Integrate audiodynamic into the docs.
10927         * tests/check/Makefile.am:
10928         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10929         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10930         Add unit test for audiodynamic.
10931
10932 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10933
10934         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10935         Free handles that we allocated when exiting via the error paths.
10936
10937 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10938
10939         * gst/level/gstlevel.c: (gst_level_class_init),
10940         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10941         (gst_level_transform_ip):
10942         * gst/level/gstlevel.h:
10943           Resolve message timestamps against the playback segment.
10944
10945 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10946
10947         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10948         (gst_id3demux_sink_activate):
10949           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10950           caps passed to it (previously one code path assumed it took ownership
10951           while another one assumed it didn't, while in fact it sometimes did and
10952           sometimes didn't ...).
10953
10954         * configure.ac:
10955         * tests/files/Makefile.am:
10956         * tests/files/id3-407349-1.tag:
10957         * tests/files/id3-407349-2.tag:
10958           Add directory where data for unit tests can be stored.
10959
10960         * tests/Makefile.am:
10961         * tests/check/Makefile.am:
10962         * tests/check/elements/.cvsignore:
10963         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10964         (read_tags_from_file), (run_check_for_file),
10965         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10966           Add unit test for id3demux, and in particular for bug #407349. Only
10967           testing pull-mode for now; push mode doesn't work yet because the test
10968           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10969
10970 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10971
10972         * tests/check/Makefile.am:
10973           Add missing backslash at end of line.
10974
10975 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10976
10977         Trigger rebuild.
10978
10979 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10980
10981         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10982         * gst/id3demux/id3tags.h:
10983         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10984         (parse_obsolete_tdat_frame):
10985           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10986           the four-digit number will be interpreted as a year, whereas it is
10987           month and day in DDMM format. Instead, parse TDAT frames and fix up
10988           the date in the GST_TAG_DATE tag later if we also extracted a year.
10989           Fixes #407349.
10990
10991 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10992
10993         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10994         (gst_switch_commit_new_kid):
10995         Fix up the dispose logic so it doesn't leak, and fix setting of 
10996         the child state so that we don't set a child to our current state 
10997         just as we are changing it to something else.
10998
10999 2007-03-06  Wim Taymans  <wim@fluendo.com>
11000
11001         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
11002         (gst_goom_chain):
11003         * gst/goom/gstgoom.h:
11004         Document, fix and improve goom adapter behaviour.
11005         Fixes #407006.
11006
11007 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11008
11009         * ext/esd/esdsink.c: (gst_esdsink_open):
11010         Unref static pad template after using it.
11011
11012 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11013
11014         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11015         (gst_switch_commit_new_kid):
11016         Fix up the reference counting of the child elements.
11017
11018 2007-03-05  Wim Taymans  <wim@fluendo.com>
11019
11020         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11021         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
11022         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
11023         Fix encoding-name case.
11024
11025 2007-03-05  Wim Taymans  <wim@fluendo.com>
11026
11027         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
11028         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
11029         (gst_rtp_speex_depay_process):
11030         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
11031         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
11032         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
11033         (gst_rtp_speex_pay_change_state):
11034         * gst/rtp/gstrtpspeexpay.h:
11035         Fix speex (de)payloader. Fixes #358040.
11036
11037 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11038
11039         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
11040         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
11041         Install fakesink in NULL by fixing some broken logic. This obviates
11042         the need to manually set _IS_SINK.
11043         Add some comments and remove a little cruft while I'm at it.
11044
11045 2007-03-05  Wim Taymans  <wim@fluendo.com>
11046
11047         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
11048         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
11049
11050 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11051
11052         * po/POTFILES.in:
11053           Update.
11054
11055 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11056
11057         * tests/check/Makefile.am:
11058         Gah! Also disable gconfvideosink from the tests, otherwise
11059         it will instantiate autovideosink, and dfbvideosink and
11060         leak on the buildbots.
11061
11062 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11063
11064         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
11065         (gst_cdio_cdda_src_finalize):
11066         Make sure we always destroy our libcdio handle.
11067
11068 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11069
11070         * tests/check/Makefile.am:
11071         Disable autovideosink so the buildbots don't barf over memory
11072         leaked in the directfb sink.
11073
11074 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11075
11076         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
11077         Chain up in dispose
11078
11079 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11080
11081         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11082         (gst_multipart_find_pad_by_mime):
11083         Use gst_pad_new_from_static_template instead of
11084         static_pad_template_get+pad_new.
11085
11086 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11087
11088         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
11089         Catch the case where no clock has been set.
11090
11091 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11092
11093         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11094         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11095         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11096         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11097         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11098         (gst_gconf_audio_src_finalize), (do_toggle_element):
11099         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11100         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11101         (do_toggle_element):
11102         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11103         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11104         (gst_gconf_video_src_finalize), (do_toggle_element):
11105         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11106         (gst_switch_sink_reset), (gst_switch_sink_set_child):
11107         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11108         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11109         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11110         (gst_shout2send_init), (gst_shout2send_finalize):
11111         * gst/debug/testplugin.c: (gst_test_class_init),
11112         (gst_test_finalize):
11113         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11114         (gst_flxdec_dispose):
11115         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11116         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11117         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11118         (gst_rtspsrc_finalize):
11119         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11120         * gst/rtsp/rtspextwms.h:
11121         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11122         (gst_smpte_finalize):
11123         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11124         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11125         (gst_udpsink_finalize):
11126         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11127         (gst_wavparse_sink_activate):
11128         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11129         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11130         (gst_oss_src_finalize):
11131         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11132         * sys/v4l2/gstv4l2object.h:
11133         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11134         (gst_v4l2src_finalize):
11135         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11136
11137         Fix a bunch of leaks shown by the newly-added states test.
11138
11139 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11140
11141         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11142         Use gst_pad_new_from_static_template instead of 
11143         static_pad_template_get+pad_new.
11144
11145 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11146
11147         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11148
11149         * ext/libcaca/Makefile.am:
11150         * gst/debug/Makefile.am:
11151           Don't mix tabs and spaces (#414168).
11152
11153 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11154
11155         * tests/check/generic/.cvsignore:
11156           Ignore files to please buildbot.
11157
11158 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11159
11160         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11161         (gst_wavparse_stream_data):
11162           Unbreak my previous commit (swapped nominator & denominator). Tim,
11163           thanks for spotting.
11164
11165 2007-03-02  Wim Taymans  <wim@fluendo.com>
11166
11167         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11168         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11169         (gst_cdio_cdda_src_finalize):
11170         Small code cleanups.
11171         Don't use pad_alloc as the base class cannot deal with the error codes.
11172
11173 2007-03-02  Wim Taymans  <wim@fluendo.com>
11174
11175         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11176         (gst_udpsrc_create):
11177         Fix doc.
11178
11179 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11180
11181         Patch by: René Stadler <mail@renestadler.de>
11182
11183         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11184         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11185         (gst_wavparse_stream_data):
11186           Handle rounding better to not drop last sample frame. Fixes #356692
11187
11188 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11189
11190         * tests/check/Makefile.am:
11191         Disable cacasink from the states check too - it also calls exit(1)
11192         on us when it can't find a terminal to talk to.
11193
11194 2007-03-02  Wim Taymans  <wim@fluendo.com>
11195
11196         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11197
11198         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11199         (gst_udpsrc_create), (gst_udpsrc_set_property),
11200         (gst_udpsrc_get_property):
11201         * gst/udp/gstudpsrc.h:
11202         Add support to strip proprietary headers. Fixes #350296.
11203
11204 2007-03-02  Wim Taymans  <wim@fluendo.com>
11205
11206         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11207         Fix compilation.
11208
11209 2007-03-02  Wim Taymans  <wim@fluendo.com>
11210
11211         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11212
11213         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11214         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11215         (gst_rtp_mp2t_depay_set_property),
11216         (gst_rtp_mp2t_depay_get_property):
11217         * gst/rtp/gstrtpmp2tdepay.h:
11218         Add support to strip off proprietary headers. Fixes #350278.
11219
11220 2007-03-02  Wim Taymans  <wim@fluendo.com>
11221
11222         * ext/hal/hal.c:
11223         Fix compilation.
11224
11225 2007-03-02  Wim Taymans  <wim@fluendo.com>
11226
11227         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11228         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11229         (gst_sunaudiosrc_open):
11230         * sys/sunaudio/gstsunaudiosrc.h:
11231         Remove device-name from GstSunAudioSrc. Fixes #412597.
11232
11233 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11234
11235         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11236         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11237         Having NULL as UDI previously selected the default sink/src. Change
11238         this back but mention it in the debug output.
11239         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11240         (gst_hal_get_oss_element), (gst_hal_get_string),
11241         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11242         (gst_hal_get_audio_src):
11243         * ext/hal/hal.h:
11244         Refactor a bit, check all error conditions, greatly improve debugging
11245         and fix some possible memory leaks. Also implement OSS support
11246         and allow specifying an UDI that points to a real device. For this the
11247         child device which supports ALSA (preferred) or OSS is used.
11248         As a side effect this makes it impossible now to get a alsasink in
11249         halaudiosrc and a alsasrc in halaudiosink.
11250
11251 2007-03-01  Wim Taymans  <wim@fluendo.com>
11252
11253         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11254         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11255         Errors from the udp sources are not fatal unless all of them are in
11256         error.
11257
11258 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11259
11260         * tests/check/Makefile.am:
11261         Disable aasink in the states test. I suspect this is the element that
11262         is calling exit(1) when it can't proceed.
11263
11264 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11265
11266         * tests/check/Makefile.am:
11267         Draw plugins in from the build tree sys/ dir, rather than picking
11268         up the already installed versions.
11269
11270 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11271
11272         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11273         Error out correctly when getting xcontext fails.
11274
11275 2007-03-01  Wim Taymans  <wim@fluendo.com>
11276
11277         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11278         Make state change to PAUSED NO_PREROLL because that's what it will be in
11279         the future and rtspsrc relies on it.
11280
11281         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11282         (gst_rtspsrc_change_state):
11283         Don't error out when we don't get an error from the state change
11284         function.
11285
11286 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11287
11288         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11289         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11290           Check if the device UDI is set before trying to query HAL
11291           about it and give a useful error message if it wasn't set.
11292         * ext/hal/hal.c: (gst_hal_get_string):
11293           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11294           gives an assertion failure in D-Bus when running with
11295           DBUS_FATAL_WARNINGS=1.
11296
11297 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11298
11299         * configure.ac:
11300           Convert to new AG_GST style.
11301
11302 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11303
11304         * tests/check/Makefile.am:
11305         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11306           add test for states
11307
11308 2007-02-28  Wim Taymans  <wim@fluendo.com>
11309
11310         * tests/check/elements/.cvsignore:
11311         Add new videofilter check to .cvsignore.
11312
11313 2007-02-28  Wim Taymans  <wim@fluendo.com>
11314
11315         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11316         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11317         (gst_avi_demux_loop), (gst_avi_demux_chain):
11318         Fix combined flow return. Fixes #412608.
11319
11320 2007-02-28  Wim Taymans  <wim@fluendo.com>
11321
11322         * gst/videofilter/Makefile.am:
11323         Dist header..
11324
11325 2007-02-28  Wim Taymans  <wim@fluendo.com>
11326
11327         * gst/videofilter/gstgamma.h:
11328         Add header too.
11329
11330 2007-02-28  Wim Taymans  <wim@fluendo.com>
11331
11332         Patch by: Mark Nauwelaerts <manauw at skynet be>
11333
11334         * gst/videofilter/Makefile.am:
11335         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11336         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11337         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11338         (oil_tablelookup_u8), (gst_gamma_set_caps),
11339         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11340         Port gamma filter to 0.10. Fixes #412704.
11341
11342         * tests/check/Makefile.am:
11343         * tests/check/elements/videofilter.c: (setup_filter),
11344         (cleanup_filter), (check_filter), (GST_START_TEST),
11345         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11346         Add unit tests for videofilters.
11347
11348 2007-02-28  Wim Taymans  <wim@fluendo.com>
11349
11350         * gst/rtsp/URLS:
11351         Add another interesting test url.
11352
11353         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11354         Don't allow getting header fields from data packets.
11355
11356 2007-02-28  Michael Smith  <msmith@fluendo.com>
11357
11358         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11359         (gst_shout2send_init), (gst_shout2send_start),
11360         (gst_shout2send_set_property), (gst_shout2send_get_property):
11361         * ext/shout2/gstshout2.h:
11362           Add a property for username.
11363
11364 2007-02-27  Christian Schallerr <christian@fluendo.com>
11365
11366         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11367
11368 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11369
11370         * gst/rtsp/Makefile.am:
11371         Fix make check too.
11372
11373 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11374
11375         * gst/rtsp/base64.c: (util_base64_encode):
11376         * gst/rtsp/base64.h:
11377         Commit missing files for base64 encoding.
11378
11379 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11380
11381         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11382
11383         * configure.ac:
11384         * ext/annodex/Makefile.am:
11385         * ext/jpeg/Makefile.am:
11386         * ext/speex/Makefile.am:
11387         * gst/alpha/Makefile.am:
11388         * gst/cutter/Makefile.am:
11389         * gst/debug/Makefile.am:
11390         * gst/effectv/Makefile.am:
11391         * gst/goom/Makefile.am:
11392         * gst/level/Makefile.am:
11393         * gst/smpte/Makefile.am:
11394         * gst/videofilter/Makefile.am:
11395           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11396
11397 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11398
11399         * gst/rtsp/Makefile.am:
11400         * gst/rtsp/rtspconnection.c: (append_auth_header),
11401         (rtsp_connection_send), (rtsp_connection_set_auth):
11402         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11403         from icecast to replace it. Relicensed from GPL courtesy of Mike
11404         Smith.
11405
11406 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11407
11408         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11409         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11410         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11411         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11412         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11413         (gst_rtspsrc_uri_set_uri):
11414         * gst/rtsp/gstrtspsrc.h:
11415         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11416         (append_auth_header), (rtsp_connection_send),
11417         (rtsp_connection_free), (rtsp_connection_set_auth):
11418         * gst/rtsp/rtspconnection.h:
11419         * gst/rtsp/rtspdefs.h:
11420         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11421         * gst/rtsp/rtspurl.h:
11422
11423         Implement simple Basic Authentication support so that urls like
11424         rtsp://user:pass@hostname/rtspstream work on hosts that require
11425         authentication.
11426
11427 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11428
11429         * sys/v4l2/gstv4l2object.c:
11430         * sys/v4l2/gstv4l2tuner.c:
11431         * sys/v4l2/v4l2_calls.c:
11432         Fix segfault when oppening a radio device.
11433         
11434 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11435
11436         * gst/level/gstlevel.c: (gst_level_set_caps),
11437         (gst_level_transform_ip):
11438         * sys/v4l2/README:
11439         * tests/check/elements/level.c: (GST_START_TEST):
11440           Fix level for multi-channel case.
11441
11442 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11443
11444         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11445         (gst_level_transform_ip):
11446         * gst/level/gstlevel.h:
11447           Use function pointer for process function and add process functions
11448           for float audio.
11449
11450 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11451
11452         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11453         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11454         (gst_v4l2src_capture_init):
11455           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11456           fixes #407369
11457
11458 2007-02-18  Wim Taymans  <wim@fluendo.com>
11459
11460         * gst/rtp/Makefile.am:
11461         * gst/rtp/gstrtp.c: (plugin_init):
11462         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11463         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11464         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11465         (gst_rtp_mp2t_pay_plugin_init):
11466         * gst/rtp/gstrtpmp2tpay.h:
11467         Added simple mpeg transport stream payloader.
11468
11469 2007-02-16  Wim Taymans  <wim@fluendo.com>
11470
11471         * gst/rtsp/URLS:
11472         Add example H264 rtsp url.
11473
11474         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11475         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11476         Don't convert values to lowercase or we might mess up base64 encoded
11477         properties.
11478
11479 2007-02-16  Wim Taymans  <wim@fluendo.com>
11480
11481         * gst/rtp/README:
11482         Fix case of string params.
11483
11484         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11485         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11486         Fix depayloader, support more packet types.
11487         Add sync codes to make sure the packetizer can do its job.
11488
11489         * gst/rtp/gstrtpmp4gdepay.c:
11490         * gst/rtp/gstrtpmp4gpay.c:
11491         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11492         Fix caps case again.
11493
11494 2007-02-15  Wim Taymans  <wim@fluendo.com>
11495
11496         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11497         Set right caps on output buffers.
11498
11499 2007-02-14  Wim Taymans  <wim@fluendo.com>
11500
11501         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11502         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11503         Clear stack allocated SDPMedia struct before calling _init() on it.
11504         Clarify this in the docs as well.
11505
11506 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11507
11508         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11509         (do_change_child):
11510         Don't reset the profile when going switching states, as it makes
11511         the element non-reusable.
11512
11513 2007-02-14  Wim Taymans  <wim@fluendo.com>
11514
11515         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11516         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11517         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11518         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11519         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11520         (sdp_parse_line):
11521         * gst/rtsp/sdpmessage.h:
11522         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11523         Fix memory management of SDP messages. Fixes #407793.
11524
11525 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11526
11527         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11528
11529         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11530         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11531
11532 2007-02-14  Wim Taymans  <wim@fluendo.com>
11533
11534         Patch by: jp.liu <jp_liu at astrocom dot cn>
11535
11536         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11537         Fix parsing of password field in url. Fixes #407797.
11538
11539 2007-02-14  Wim Taymans  <wim@fluendo.com>
11540
11541         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11542         (gst_wavparse_reset), (gst_wavparse_init),
11543         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11544         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11545         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11546         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11547         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11548         (gst_wavparse_loop), (gst_wavparse_chain),
11549         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11550         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11551         (plugin_init):
11552         * gst/wavparse/gstwavparse.h:
11553         Update docs.
11554         Use boilerplate.
11555         Various code cleanups.
11556         When the bitrate is not known (bps == 0 or compressed formats) let
11557         downstream element guestimate the duration and position and don't
11558         generate timestamps or durations. Fixes #405213.
11559         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11560         error flowreturn upstream.
11561
11562 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11563
11564         * ext/gconf/Makefile.am:
11565         * ext/gconf/gconf.c: (gst_gconf_get_string),
11566         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11567         (gst_gconf_render_bin_with_default):
11568         * ext/gconf/gconf.h:
11569         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11570         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11571         (gst_gconf_audio_sink_dispose), (do_change_child),
11572         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11573         (cb_change_child), (gst_gconf_audio_sink_change_state):
11574         * ext/gconf/gstgconfaudiosink.h:
11575         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11576         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11577         (gst_switch_sink_init), (gst_switch_sink_dispose),
11578         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11579         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11580         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11581         * ext/gconf/gstswitchsink.h:
11582         * gst/autodetect/gstautoaudiosink.c:
11583         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11584         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11585         (gst_auto_audio_sink_detect):
11586         * gst/autodetect/gstautovideosink.c:
11587         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11588         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11589         (gst_auto_video_sink_detect):
11590         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11591         and a child that implements the GConf key monitoring. The end goal of
11592         this is an audio sink that can be changed on the fly, but at the 
11593         moment it still only changes on the next READY transition.
11594
11595 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11596
11597         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11598         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11599         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11600         (gst_avi_demux_calculate_durations_from_index),
11601         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11602         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11603         (gst_avi_demux_loop):
11604           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11605
11606 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11607
11608         * configure.ac:
11609         * docs/plugins/Makefile.am:
11610           Add crossreferences to glib/gobject/gstream docs.
11611
11612 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11613
11614         * gst/monoscope/Makefile.am:
11615         * gst/monoscope/gstmonoscope.c:
11616           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11617           (but no LIBS, since we only use defines from the headers).
11618
11619 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11620
11621         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11622
11623         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11624         (gst_wavparse_stream_data):
11625           Fix massive memory leak when operating in streaming mode due to
11626           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11627           Fixes #407057.
11628
11629 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11630
11631         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11632         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11633         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11634         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11635         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11636         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11637         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11638         (gst_avi_demux_calculate_durations_from_index),
11639         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11640         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11641         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11642         * gst/avi/gstavidemux.h:
11643           Save some memory (8%) by repacking the index entry structure (more to
11644           come). Add more FIXMEs to questionable parts.
11645
11646 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11647
11648         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11649         (gst_v4l2src_get_caps):
11650         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11651         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11652         (gst_v4l2src_capture_init):
11653           More FIXME comments and messaging changes.
11654
11655 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11656
11657         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11658         (gst_goom_change_state):
11659         * gst/goom/gstgoom.h:
11660           Improved docs and use GST_DEBUG_FUNCPTR.
11661
11662         * gst/level/gstlevel.c: (gst_level_class_init):
11663           Use GST_DEBUG_FUNCPTR.
11664
11665         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11666         (gst_monoscope_chain), (gst_monoscope_change_state):
11667           Improved docs source cleanups.
11668
11669 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11670
11671         * gst/debug/Makefile.am:
11672         * gst/debug/gstdebug.c: (plugin_init):
11673         * gst/debug/gstpushfilesrc.c:
11674         * gst/debug/gstpushfilesrc.h:
11675           Add code for a pushfilesrc element that implements a pushfile:// URI
11676           handler, to make debugging push-mode operation of demuxer/decoders
11677           that support both easier in connection with seek/playbin/etc.
11678           The element isn't registered at the moment.
11679
11680 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11681
11682         * gst/avi/gstavimux.c:
11683           Comment a #if 0 in caps template definition as VS6 seems to 
11684         do not support it.
11685         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11686           Use gst_guint64_to_gdouble for conversion.
11687         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11688           Move variables declaration before the first instruction.
11689         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11690           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11691           And don't include netdb.h for G_OS_WIN32
11692         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11693           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11694           by VS6 then use an other way to initialize SDPMedia structure.
11695         * gst/udp/gstdynudpsink.h:
11696         * gst/udp/gstdynudpnetutils.h:
11697           Do not include <sys/time.h> for G_OS_WIN32
11698         * gst/udp/gstudpsrc.c:
11699           Define socklen_t as int for G_OS_WIN32
11700         * win/common/config.h.in:
11701           Undef HAVE_NETINET_IN_H
11702         * win32/vs6/gst_plugins_good.dsw:
11703         * win32/vs6/libgstrtp.dsp:
11704         * win32/vs6/libgstrtsp.dsp:
11705         * win32/vs6/libgstautogen.dsp:
11706         * win32/vs6/libgstaudiofx.dsp:
11707         * win32/vs6/libgstudp.dsp:
11708           Add and update project files.
11709         * win32/common/gstudp-enumtypes.c:
11710         * win32/common/gstudp-enumtypes.h:
11711           Add a copy of udp enumtypes to win32/common as in core 
11712           and base.
11713         
11714 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11715
11716         * configure.ac:
11717           Activate monoscope when building with --enable-experimental. Fix
11718           --enable-external configure switch description.
11719
11720         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11721         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11722           Help gst-indent.
11723
11724 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11725
11726         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11727           Explicitly cast result of pointer arithmetic to integer in order to
11728           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11729
11730 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11731
11732         * gst/debug/progressreport.c:
11733           Some more docs.
11734
11735 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11736
11737         * docs/plugins/inspect/plugin-rtp.xml:
11738           Update for new elements.
11739
11740         * gst/debug/progressreport.h:
11741           Commit newly-created header file as well.
11742
11743 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11744
11745         * docs/plugins/Makefile.am:
11746         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11747         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11748         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11749         * gst/debug/Makefile.am:
11750         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11751         (gst_progress_report_do_query), (gst_progress_report_report):
11752           Make progressreport element post messages with the current progress
11753           on the bus. Also add some basic docs for it.
11754
11755 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11756
11757         * ext/hal/hal.c: (gst_hal_get_string):
11758         * ext/hal/hal.h:
11759           Some small cleanups; deal with errors when parsing the HAL ALSA
11760           capabilities a bit better.
11761
11762 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11763
11764         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11765           Let's try this again and use the right cast this time.
11766
11767 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11768
11769         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11770           Add cast to avoid compiler warnings with older GLib versions
11771           where the nick/name members in GEnumValue are not declared as
11772           constant strings.
11773
11774 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11775
11776         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11777         (gst_gconf_render_bin_from_key),
11778         (gst_gconf_get_default_audio_sink):
11779         * ext/gconf/gconf.h:
11780         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11781         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11782         (gst_gconf_audio_sink_get_property):
11783           In gconfaudiosink, get the right key as the old key in do_toggle
11784           (ie. one dependent on the profile selected). Log some more stuff so
11785           we can see what's actually going on.
11786
11787 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11788
11789         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11790         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11791         (gst_audio_amplify_set_process_function),
11792         (gst_audio_amplify_setup):
11793         * gst/audiofx/audioamplify.h:
11794         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11795         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11796         * gst/audiofx/audioinvert.h:
11797         Some small cleanups and port both elements to the new GstAudioFilter
11798         base class to save a few lines of common code.
11799         * gst/audiofx/Makefile.am:
11800         Link against libgstaudio for the above changes
11801
11802 2007-01-29  Wim Taymans  <wim@fluendo.com>
11803
11804         * tests/check/elements/.cvsignore:
11805         Some more ignores.
11806
11807 2007-01-26  Wim Taymans  <wim@fluendo.com>
11808
11809         Patch by: charles <charlesg3 at gmail dot com>
11810
11811         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11812         (set_shout_metadata), (gst_shout2send_event):
11813         * ext/shout2/gstshout2.h:
11814         Properly handle tags in shout2send. Fixes #399825.
11815
11816 2007-01-25  Wim Taymans  <wim@fluendo.com>
11817
11818         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11819         (gst_rtspsrc_activate_streams):
11820         Convert SDP fields to upper/lowercase following the rules in the SDP to
11821         caps document. 
11822
11823 2007-01-25  Wim Taymans  <wim@fluendo.com>
11824
11825         * gst/rtp/README:
11826         * gst/rtp/gstrtpilbcdepay.c:
11827         * gst/rtp/gstrtpilbcpay.c:
11828         * gst/rtp/gstrtpmp4gdepay.c:
11829         * gst/rtp/gstrtpmp4gpay.c:
11830         * gst/rtp/gstrtpspeexdepay.c:
11831         * gst/rtp/gstrtpspeexpay.c:
11832         * gst/rtp/gstrtpsv3vdepay.c:
11833         * gst/rtp/gstrtptheoradepay.c:
11834         * gst/rtp/gstrtptheorapay.c:
11835         * gst/rtp/gstrtpvorbisdepay.c:
11836         * gst/rtp/gstrtpvorbispay.c:
11837         Fix case of encoding-name and key/value pairs to match the document.
11838         This is to make interoperation with SDP case-insensitive as required by
11839         the relevant RFCs.
11840
11841 2007-01-25  Wim Taymans  <wim@fluendo.com>
11842
11843         * configure.ac:
11844         Bump required -core/-base to CVS
11845
11846 2007-01-25  Wim Taymans  <wim@fluendo.com>
11847
11848         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11849         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11850         * gst/rtp/gstrtpL16pay.h:
11851         Fill up to MTU using adapter.
11852         Timestamp rtp packets.
11853
11854 2007-01-25  Edward Hervey  <edward@fluendo.com>
11855
11856         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11857         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11858         Use G_GSIZE_FORMAT in print statements for portability.
11859         Fixes build on macosx.
11860
11861 2007-01-24  Wim Taymans  <wim@fluendo.com>
11862
11863         * gst/rtp/Makefile.am:
11864         * gst/rtp/gstrtp.c: (plugin_init):
11865         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11866         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11867         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11868         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11869         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11870         (gst_rtp_L16_depay_plugin_init):
11871         * gst/rtp/gstrtpL16depay.h:
11872         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11873         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11874         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11875         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11876         (gst_rtp_L16_pay_plugin_init):
11877         * gst/rtp/gstrtpL16pay.h:
11878         Port and enable raw audio payloader/depayloader. Needs a bit more work
11879         on the payloader side.
11880
11881 2007-01-24  Wim Taymans  <wim@fluendo.com>
11882
11883         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11884         (gst_rtspsrc_stream_configure_transport),
11885         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11886         * gst/rtsp/gstrtspsrc.h:
11887         Only unblock the udp pads when we linked and activated them all.
11888         Fixes #395688.
11889
11890 2007-01-24  Wim Taymans  <wim@fluendo.com>
11891
11892         * gst/rtp/Makefile.am:
11893         * gst/rtp/gstrtp.c: (plugin_init):
11894         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11895         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11896         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11897         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11898         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11899         * gst/rtp/gstrtpac3depay.h:
11900         Added simple AC3 depayloader (RFC 4184).
11901
11902         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11903         Fix a leak.
11904
11905 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11906
11907         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11908
11909         * gst/audiofx/Makefile.am:
11910         * gst/audiofx/audioamplify.c:
11911         (gst_audio_amplify_clipping_method_get_type),
11912         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11913         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11914         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11915         (gst_audio_amplify_set_caps),
11916         (gst_audio_amplify_transform_int_clip),
11917         (gst_audio_amplify_transform_int_wrap_negative),
11918         (gst_audio_amplify_transform_int_wrap_positive),
11919         (gst_audio_amplify_transform_float_clip),
11920         (gst_audio_amplify_transform_float_wrap_negative),
11921         (gst_audio_amplify_transform_float_wrap_positive),
11922         (gst_audio_amplify_transform_ip):
11923         * gst/audiofx/audioamplify.h:
11924         * gst/audiofx/audiofx.c: (plugin_init):
11925         Add new element "audioamplify". This allows scaling of raw audio
11926         samples, similar to the "volume" element, but provides different modes
11927         for clipping and allows unlimited amplification. It's mainly targeted
11928         for creative sound design and not as a replacement of the "volume"
11929         element. Fixes #397162
11930         * docs/plugins/Makefile.am:
11931         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11932         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11933         * docs/plugins/gst-plugins-good-plugins.args:
11934         * docs/plugins/inspect/plugin-audiofx.xml:
11935         Add docs for audioamplify and integrate them into the build system
11936         * tests/check/Makefile.am:
11937         * tests/check/elements/audioamplify.c: (setup_amplify),
11938         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11939         Add fairly extensive unit test suite for audioamplify
11940
11941 2007-01-24  Wim Taymans  <wim@fluendo.com>
11942
11943         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11944         Unblock pads after adding the pads to the element so that autopluggers
11945         get a change to link something. Possibly fixes #395688.
11946
11947 2007-01-24  Wim Taymans  <wim@fluendo.com>
11948
11949         * gst/rtp/gstrtpamrdepay.c:
11950         * gst/rtp/gstrtpgsmdepay.c:
11951         * gst/rtp/gstrtph263pdepay.c:
11952         * gst/rtp/gstrtph263ppay.c:
11953         * gst/rtp/gstrtph264depay.c:
11954         * gst/rtp/gstrtpilbcdepay.c:
11955         * gst/rtp/gstrtpmp2tdepay.c:
11956         * gst/rtp/gstrtpmp4gdepay.c:
11957         * gst/rtp/gstrtpmp4gpay.c:
11958         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11959         * gst/rtp/gstrtpmp4vpay.c:
11960         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11961         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11962         (gst_rtp_mpa_depay_process):
11963         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11964         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11965         * gst/rtp/gstrtppcmadepay.c:
11966         * gst/rtp/gstrtppcmudepay.c:
11967         * gst/rtp/gstrtpspeexdepay.c:
11968         * gst/rtp/gstrtpspeexpay.c:
11969         * gst/rtp/gstrtpsv3vdepay.c:
11970         * gst/rtp/gstrtptheoradepay.c:
11971         * gst/rtp/gstrtptheorapay.c:
11972         * gst/rtp/gstrtpvorbisdepay.c:
11973         * gst/rtp/gstrtpvorbispay.c:
11974         Fix caps with payload numbers.
11975         Add some fixed payload numbers to caps when possible.
11976
11977 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11978
11979         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11980
11981         * gst/audiofx/Makefile.am:
11982         * gst/audiofx/audiofx.c: (plugin_init):
11983         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11984         (gst_audio_invert_class_init), (gst_audio_invert_init),
11985         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11986         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11987         (gst_audio_invert_transform_float),
11988         (gst_audio_invert_transform_ip):
11989         * gst/audiofx/audioinvert.h:
11990         Add new audiofx element "audioinvert". This element swaps the upper
11991         and lower half of samples and can be used for example for a
11992         wide-stereo effect. Fixes #396057
11993         * docs/plugins/Makefile.am:
11994         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11995         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11996         * docs/plugins/gst-plugins-good-plugins.args:
11997         * docs/plugins/inspect/plugin-audiofx.xml:
11998         Add docs for the audioinvert element and add them to the build system.
11999         * tests/check/Makefile.am:
12000         * tests/check/elements/audioinvert.c: (setup_invert),
12001         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
12002         Add unit test suite for the audioinvert element.
12003
12004 2007-01-23  Wim Taymans  <wim@fluendo.com>
12005
12006         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
12007         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
12008         Parse config params as string and int.
12009         Parse and use AU header length
12010
12011 2007-01-23  Wim Taymans  <wim@fluendo.com>
12012
12013         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
12014         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
12015         * gst/smpte/gstmask.c: (_gst_mask_register):
12016         * gst/smpte/gstmask.h:
12017         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
12018         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
12019         (gst_smpte_paint_triangle_clock):
12020         constify some static structs.
12021         Don't update the mask if nothing changed to the params.
12022         Make sure we never draw outside of the picture. Fixes #398325.
12023
12024 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
12025
12026         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
12027           Error out properly when pull_range fails while we're reading the
12028           headers, instead of just pausing the task silently. Fixes #399338.
12029
12030 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12031
12032         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12033           Some more sanity checks to make sure the input formats match and the
12034           input pads are actually negotiated, in case someone tries to feed
12035           buffers from fakesrc or filesrc. Fixes #398299.
12036           Also const-ify an array, just because we can.
12037
12038 2007-01-19  Edward Hervey  <edward@fluendo.com>
12039
12040         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
12041         Ignore previous commit, that was only valid for widths and heights
12042         that are multiples of 4.
12043         Copy over size/stride macros from jpegdec. This allows the element
12044         to work with any width,height...
12045         ... but puts in evidence that the actual transformations only work
12046         with width/height that are multiples of 4.
12047
12048 2007-01-19  Edward Hervey  <edward@fluendo.com>
12049
12050         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12051         Allocate buffers of the right size.
12052         The proper size of a I420 buffer in bytes is:
12053         
12054             width * height * 3
12055             ------------------
12056                     2
12057
12058 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12059
12060         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12061           Proxy getcaps on sink pads too, so that we either end up with the
12062           same dimensions on all pads or error out if that's not possible
12063           (seems to work even!). Fixes #398086, I think.
12064
12065 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12066
12067         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12068         * docs/plugins/gst-plugins-good-plugins.args:
12069         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12070           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
12071           fix integer properties with -1 as minimum value.
12072
12073         * docs/plugins/inspect/plugin-1394.xml:
12074         * docs/plugins/inspect/plugin-aasink.xml:
12075         * docs/plugins/inspect/plugin-alaw.xml:
12076         * docs/plugins/inspect/plugin-alpha.xml:
12077         * docs/plugins/inspect/plugin-alphacolor.xml:
12078         * docs/plugins/inspect/plugin-annodex.xml:
12079         * docs/plugins/inspect/plugin-apetag.xml:
12080         * docs/plugins/inspect/plugin-audiofx.xml:
12081         * docs/plugins/inspect/plugin-auparse.xml:
12082         * docs/plugins/inspect/plugin-autodetect.xml:
12083         * docs/plugins/inspect/plugin-avi.xml:
12084         * docs/plugins/inspect/plugin-cacasink.xml:
12085         * docs/plugins/inspect/plugin-cairo.xml:
12086         * docs/plugins/inspect/plugin-cdio.xml:
12087         * docs/plugins/inspect/plugin-cutter.xml:
12088         * docs/plugins/inspect/plugin-debug.xml:
12089         * docs/plugins/inspect/plugin-dv.xml:
12090         * docs/plugins/inspect/plugin-efence.xml:
12091         * docs/plugins/inspect/plugin-effectv.xml:
12092         * docs/plugins/inspect/plugin-esdsink.xml:
12093         * docs/plugins/inspect/plugin-flac.xml:
12094         * docs/plugins/inspect/plugin-flxdec.xml:
12095         * docs/plugins/inspect/plugin-gconfelements.xml:
12096         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12097         * docs/plugins/inspect/plugin-goom.xml:
12098         * docs/plugins/inspect/plugin-halelements.xml:
12099         * docs/plugins/inspect/plugin-icydemux.xml:
12100         * docs/plugins/inspect/plugin-id3demux.xml:
12101         * docs/plugins/inspect/plugin-jpeg.xml:
12102         * docs/plugins/inspect/plugin-level.xml:
12103         * docs/plugins/inspect/plugin-matroska.xml:
12104         * docs/plugins/inspect/plugin-mulaw.xml:
12105         * docs/plugins/inspect/plugin-multipart.xml:
12106         * docs/plugins/inspect/plugin-navigationtest.xml:
12107         * docs/plugins/inspect/plugin-ossaudio.xml:
12108         * docs/plugins/inspect/plugin-png.xml:
12109         * docs/plugins/inspect/plugin-rtp.xml:
12110         * docs/plugins/inspect/plugin-rtsp.xml:
12111         * docs/plugins/inspect/plugin-shout2send.xml:
12112         * docs/plugins/inspect/plugin-smpte.xml:
12113         * docs/plugins/inspect/plugin-speex.xml:
12114         * docs/plugins/inspect/plugin-taglib.xml:
12115         * docs/plugins/inspect/plugin-udp.xml:
12116         * docs/plugins/inspect/plugin-videobalance.xml:
12117         * docs/plugins/inspect/plugin-videobox.xml:
12118         * docs/plugins/inspect/plugin-videoflip.xml:
12119         * docs/plugins/inspect/plugin-videomixer.xml:
12120         * docs/plugins/inspect/plugin-wavenc.xml:
12121         * docs/plugins/inspect/plugin-wavparse.xml:
12122         * docs/plugins/inspect/plugin-ximagesrc.xml:
12123           Update to CVS.
12124
12125 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12126
12127         Patch by: Sebastian Dröge <slomo circular-chaos org>
12128
12129         * gst/audiofx/audiopanorama.c:
12130           Fix doc section name (Fixes #397946)
12131
12132 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12133
12134         * sys/v4l2/gstv4l2object.c:
12135         (gst_v4l2_object_install_properties_helper),
12136         (gst_v4l2_object_set_property_helper),
12137         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12138         * sys/v4l2/gstv4l2object.h:
12139         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12140         (gst_v4l2src_init), (gst_v4l2src_set_property),
12141         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12142         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12143         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12144         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12145         (gst_v4l2src_capture_deinit):
12146           Fix EIO handing when capturing. Add new property to specify the number of
12147           buffers to enque (and remove the borked num-buffers usage).
12148
12149 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12150
12151         Patch by: Sebastian Dröge <slomo circular-chaos org>
12152
12153         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12154         (gst_audio_panorama_set_process_function):
12155           Use a function array for process methods, add more docs and define the
12156           startindex of enums.
12157
12158 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12159
12160         Patch by: Mark Nauwelaerts <manauw at skynet be>
12161
12162         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12163         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12164         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12165         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12166         (gst_avi_mux_riff_get_avi_header),
12167         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12168         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12169         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12170         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12171         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12172         (gst_avi_mux_change_state):
12173         * gst/avi/gstavimux.h:
12174         * tests/check/elements/avimux.c: (teardown_src_pad):
12175           Add support for more than one audio stream; write better AVIX
12176           header; refactor code a bit; don't announce vorbis caps on our audio
12177           sink pads since we don't support it anyway. Closes #379298.
12178
12179 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12180
12181         Patch by: Sebastian Dröge <slomo circular-chaos org>
12182
12183         * gst/audiofx/audiopanorama.c:
12184         (gst_audio_panorama_method_get_type),
12185         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12186         (gst_audio_panorama_set_process_function),
12187         (gst_audio_panorama_set_property),
12188         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12189         (gst_audio_panorama_transform_m2s_int_simple),
12190         (gst_audio_panorama_transform_s2s_int_simple),
12191         (gst_audio_panorama_transform_m2s_float_simple),
12192         (gst_audio_panorama_transform_s2s_float_simple):
12193         * gst/audiofx/audiopanorama.h:
12194           Add 'method' property and provide a simple (non-psychoacustic)
12195           processing method (#394859).
12196
12197         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12198         (panorama_suite):
12199           Tests for new method.
12200
12201 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12202
12203         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12204         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12205           Set correct caps on outgoing pulled buffers, or things blow up
12206           after recent core changes.
12207
12208 2007-01-11  Wim Taymans  <wim@fluendo.com>
12209
12210         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12211
12212         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12213         (gst_multipart_mux_request_new_pad),
12214         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12215         (gst_multipart_mux_change_state):
12216         Return FLOW errors ASAP. Fixes #394977.
12217         Misc cleanups.
12218
12219 2007-01-11  Wim Taymans  <wim@fluendo.com>
12220
12221         Patch by: Lutz Mueller <lutz at topfrose dot de>
12222
12223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12224         Check for stream pad before activating. 
12225
12226 2007-01-10  Wim Taymans  <wim@fluendo.com>
12227
12228         Patch by: Peter Kjellerstedt  <pkj at axis com>
12229
12230         * gst/rtsp/COPYING.MIT:
12231         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12232         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12233         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12234         (gst_rtspsrc_stream_configure_transport),
12235         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12236         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12237         (gst_rtspsrc_parse_methods),
12238         (gst_rtspsrc_create_transports_string),
12239         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12240         (gst_rtspsrc_open), (gst_rtspsrc_close):
12241         * gst/rtsp/gstrtspsrc.h:
12242         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12243         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12244         (parse_request_line), (parse_line), (rtsp_connection_read),
12245         (rtsp_connection_close):
12246         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12247         (rtsp_method_as_text), (rtsp_header_as_text),
12248         (rtsp_status_as_text), (rtsp_find_header_field),
12249         (rtsp_find_method):
12250         * gst/rtsp/rtspdefs.h:
12251         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12252         (rtsp_ext_wms_configure_stream):
12253         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12254         (rtsp_message_new_request), (rtsp_message_init_request),
12255         (rtsp_message_new_response), (rtsp_message_init_response),
12256         (rtsp_message_init_data), (rtsp_message_unset),
12257         (rtsp_message_free), (rtsp_message_add_header),
12258         (rtsp_message_get_header), (rtsp_message_set_body),
12259         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12260         * gst/rtsp/rtspmessage.h:
12261         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12262         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12263         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12264         (sdp_message_dump):
12265         Allow url to be NULL to be able to use it for server connections.
12266         Can now send responses as well as requests.
12267         No longer hangs in an endless loop if EOF is received.
12268         Can now convert a status code to a text string.
12269         Return RTSP_HDR_INVALID for unknown headers.
12270         Return RTSP_INVALID for unknown methods.
12271         Copy CSeq and Session headers from the request.
12272         Only free memory corresponding to the currently set message type.
12273         Added const to function arguments as appropriate.
12274         Avoid a compiler warning when initializing nmedia.
12275         Use guint rather than gint to avoid compiler warnings.
12276         Fix crasher in wms extension.
12277         Factor out stream setup from open_connection.
12278         Delay activation of streams when actual data is received from the
12279         server, this prepares us to do proper protocol switching.
12280         Added new license.
12281         Fixes #380895.
12282
12283
12284 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12285
12286         Patch by: Sebastian Dröge <slomo ubuntu com>
12287
12288         * docs/plugins/Makefile.am:
12289         * gst/audiofx/audiopanorama.c:
12290           Some small docs fixes (#394851).
12291
12292 2007-01-09  Wim Taymans  <wim@fluendo.com>
12293
12294         * gst/avi/gstavidemux.c:
12295         Fix docs.
12296
12297 2007-01-09  Wim Taymans  <wim@fluendo.com>
12298
12299         * gst/rtp/Makefile.am:
12300         * gst/rtp/gstrtp.c: (plugin_init):
12301         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12302         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12303         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12304         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12305         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12306         * gst/rtp/gstrtpmpvdepay.h:
12307           Added RFC 2250 MPEG Video Depayloader.
12308
12309         * gst/rtp/gstrtpL16depay.h:
12310         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12311         (gst_rtp_h263p_depay_process):
12312         Fix Header file. Small cleanups.
12313
12314         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12315         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12316         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12317         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12318         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12319         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12320         (gst_rtp_mp4v_depay_change_state):
12321         Remove usused code. Remove Adapter from state Change. Added debug.
12322
12323         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12324         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12325         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12326         * gst/rtp/gstrtpmpadepay.h:
12327         Subclass base depayloader.
12328         Added debug.
12329         Support static payload type assignment as well.
12330
12331         * gst/rtp/gstrtpmpapay.c:
12332         Fix caps.
12333
12334 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12335
12336         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12337
12338         * ext/jpeg/gstjpegdec.c:
12339         * ext/jpeg/gstjpegenc.c:
12340         * ext/jpeg/smokecodec.c:
12341           These libjpeg callbacks should return a 'boolean' (unsigned char
12342           apparently) and not a 'gboolean' (which maps to gint). Fixes
12343           warnings when compiling with MingW (#393427).
12344
12345         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12346           Use ioctlsocket on win32.
12347
12348         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12349           Some printf format fixes for win32.
12350
12351 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12352
12353         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12354           Use gst_guint64_to_gdouble for conversion.
12355         * win32/vs6/libgstmatroska.dsp:
12356           Add zlib to the link.
12357         * win32/vs6/libgstvideobox.dsp:
12358           Update liboil library name (project is linked to 
12359           liboil-0.3-0.lib now).
12360           
12361 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12362
12363         * gst/matroska/Makefile.am:
12364           If zlib is available and used, we must link it explicitly for
12365           things to work on MingW (fixes #392855).
12366
12367 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12368
12369         * ext/esd/esdsink.c: (gst_esdsink_delay):
12370           Don't return bogus values when esd_get_delay() fails for some
12371           reason (#392189).
12372
12373 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12374
12375         * sys/ximage/gstximagesrc.c: (composite_pixel):
12376           Fix presumably copy'n'pasto for 16bpp depth.
12377
12378 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12379
12380         * gst/matroska/matroska-mux.c:
12381         (gst_matroska_mux_audio_pad_setcaps):
12382           The "signed" field in audio caps is of boolean type, trying to use
12383           gst_structure_get_int() to extract it will fail. Fixing this makes
12384           matroskamux accept raw audio input (#387121) (use at your own risk
12385           though, due to the matroska spec being not entirely useful in this
12386           respect).
12387           Also fix up raw audio structures in template caps so that they
12388           represent what our setcaps function will actually accept, so that
12389           converters know what to convert to.
12390           Finally, don't fail if there isn't an "endianness" field in 8-bit
12391           PCM caps.
12392
12393 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12394
12395         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12396         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12397         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12398         (teardown_cmmldec):
12399         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12400         (teardown_cmmlenc):
12401         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12402           reapply consistent pad (de)activation
12403
12404 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12405
12406         * configure.ac:
12407         Back to CVS
12408
12409         * gst-plugins-good.doap:
12410         Add 0.10.5 doap entry
12411
12412 === release 0.10.5 ===
12413
12414 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12415
12416         * configure.ac:
12417           releasing 0.10.5, "The Path of Thorns"
12418
12419 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12420
12421         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12422         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12423         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12424         (teardown_cmmldec):
12425         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12426         (teardown_cmmlenc):
12427         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12428           revert my freeze breakage
12429
12430 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12431
12432         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12433         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12434         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12435         (teardown_cmmldec):
12436         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12437         (teardown_cmmlenc):
12438         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12439           consistent pad (de)activation
12440
12441 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12442
12443         * configure.ac:
12444         * ext/Makefile.am:
12445         Disable LADPSA, as it has moved to the -bad module for the duration.
12446
12447 2006-12-18  Wim Taymans  <wim@fluendo.com>
12448
12449         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12450         (gst_signal_processor_event):
12451         Reset flow_state back to _OK after a flush stop so that we exit our
12452         error state after the flush. Fixes #374213
12453
12454 2006-12-16  David Schleef  <ds@schleef.org>
12455
12456         * sys/osxvideo/osxvideosink.h:
12457         * sys/osxvideo/osxvideosink.m:
12458           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12459
12460 2006-12-16  David Schleef  <ds@schleef.org>
12461
12462         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12463
12464         * sys/osxvideo/Makefile.am:
12465         * sys/osxvideo/osxvideosink.h:
12466         * sys/osxvideo/osxvideosink.m:
12467           Preliminary patch for porting osxvideosink
12468
12469 2006-12-16  Wim Taymans  <wim@fluendo.com>
12470
12471         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12472
12473         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12474         (gst_videomixer_set_master_geometry),
12475         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12476         (gst_videomixer_reset), (gst_videomixer_init),
12477         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12478         (gst_videomixer_release_pad), (gst_videomixer_collected),
12479         (gst_videomixer_change_state):
12480         Introduce some locking around the videomixer state so that it does not
12481         crash when adding/removing pads. Fixes #383043.
12482
12483 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12484
12485         * configure.ac:
12486           Make sure libcaca can actually be used instead of just checking for
12487           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12488           cross-compiling (fixes #384587).
12489
12490 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12491
12492         * Makefile.am:
12493         * gst-plugins-good.doap:
12494         * gst-plugins-good.spec.in:
12495           adding doap file
12496
12497 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12498
12499         * configure.ac:
12500           libflac-1.1.3 changed API again, but we can't build against it yet,
12501           so make sure our check doesn't use libflac-1.1.3 and add a comment
12502           to this effect.
12503
12504 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12505
12506         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12507         (gst_quarktv_planetable_clear):
12508           Add some NULL pointer checks (possibly related to #385623).
12509
12510 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12511
12512         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12513         (gst_tag_demux_chain):
12514         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12515           In streaming mode, if the first buffer we get doesn't have an
12516           offset, fix it up to be 0, otherwise trimming won't work later on
12517           and we'll be typefinding application/x-id3, which may result in
12518           decodebin plugging an endless number of id3demux elements as a
12519           consequence. Fixes #385031.
12520           
12521 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12522
12523         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12524           Ignore the buffer_time the sound device reports. Turns out it is 
12525           sometimes completely bogus and we're better off without it.
12526
12527 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12528
12529         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12530         (gst_matroska_demux_video_caps):
12531         * gst/matroska/matroska-ids.c:
12532         (gst_matroska_track_init_video_context):
12533         * gst/matroska/matroska-ids.h:
12534           Try harder to extract the framerate for video tracks correctly and
12535           save it directly instead of converting it back and forth a few
12536           times. Mostly makes a difference for very small framerates (<1).
12537           Fixes #380199.
12538
12539 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12540
12541         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12542         (gst_gconf_audio_src_dispose), (do_toggle_element):
12543         * ext/gconf/gstgconfaudiosrc.h:
12544           Remove gconf notify hook when the gconfaudiosrc element is
12545           destroyed, otherwise the callback may be called on an
12546           already-destroyed instance and bad things happen. Should fix
12547           #378184.
12548           Also ignore gconf key changes when the source is already running.
12549
12550 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12551
12552         Patch by: Sebastian Dröge  <mail at slomosnail de>
12553
12554         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12555           We need to be able to read and parse any possible floating point string
12556           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12557           will parse the former only in certain locales though, so we really need
12558           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12559           make sure we can parse either version at all times.
12560           Fixes #382982 for real.
12561
12562 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12563
12564         * sys/sunaudio/gstsunaudiomixerctrl.c:
12565         * sys/sunaudio/gstsunaudiosrc.c:
12566
12567         Use the sunaudio debug category.
12568
12569         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12570         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12571         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12572         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12573         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12574         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12575         (gst_sunaudiosink_reset):
12576         * sys/sunaudio/gstsunaudiosink.h:
12577
12578         Uses the sunaudio debug category for all debug output
12579         Implements the _delay() callback to synchronise video playback better
12580         Change the segtotal and segsize values back to the parent class 
12581           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12582           respectively)
12583         Measure the samples written to the device vs. played.
12584         Keep track of segments in the device by writing empty eof frames, and
12585         sleep using a GCond when we get too far ahead and risk overrunning the
12586         sink's ringbuffer.
12587
12588         Fixes: #360673
12589
12590 2006-12-08  Wim Taymans  <wim@fluendo.com>
12591
12592         Patch by: Sebastian Dröge  <mail at slomosnail de >
12593
12594         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12595         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12596         * gst/audiofx/audiopanorama.h:
12597         Fix audiopanorame with float samples. Fixes #383726.
12598
12599 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12600
12601         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12602         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12603         (gst_sunaudiosrc_reset):
12604
12605         Implement reset functions to unblock the src/sink more quickly on 
12606         state change requests.
12607         Patch by: Brian Cameron <brian dot cameron at sun com>
12608
12609 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12610
12611         * sys/sunaudio/gstsunaudiomixer.c:
12612         (gst_sunaudiomixer_change_state):
12613         Construct the correct mixer device name when the AUDIODEV env var
12614         is set.
12615
12616         Patch by: Jerry Tan <jerry.tan at sun dot com>
12617         Fixes: #383596
12618
12619 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12620
12621         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12622         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12623         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12624         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12625         Patch by: Jerry Tan <jerry.tan at sun dot com>
12626         Fixes: #349015
12627
12628 2006-12-07  Wim Taymans  <wim@fluendo.com>
12629
12630         * gst/smpte/gstmask.h:
12631         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12632         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12633         (gst_smpte_collected), (gst_smpte_set_property),
12634         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12635         * gst/smpte/gstsmpte.h:
12636         Port to 0.10 some more. 
12637         Added duration property to specify the duration of the transition.
12638         Make framerate a fraction.
12639         Deprecate fps property, we only use negotiated fps.
12640         Added docs.
12641         Fix collectpad usage.
12642         Reset state in READY.
12643         Send NEWSEGMENT event.
12644         Fix racy updates of object properties.
12645         Added debug category.
12646         Fixes #383323.
12647
12648 2006-12-06  Wim Taymans  <wim@fluendo.com>
12649
12650         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12651
12652         * gst/videomixer/videomixer.c:
12653         (gst_videomixer_set_master_geometry),
12654         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12655         Don't reset xpos and ypos in the setcaps function because causes
12656         unexpected behaviour.
12657         Fixes #382179.
12658
12659 2006-12-06  Wim Taymans  <wim@fluendo.com>
12660
12661         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12662         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12663         Keep track of the buffer timestamp in the collectdata member instead
12664         of modifying the buffer without making the metadata writable first.
12665         Fixes #382277.
12666
12667 2006-12-06  Wim Taymans  <wim@fluendo.com>
12668
12669         Patch by: Rob Taylor <robtaylor at floopily dot org>
12670
12671         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12672         If using multicast in udpsrc, bind to the multicast address rather than
12673         IN_ADDR_ANY.
12674         This allows the simultanous use of multiple udpsrcs listening on
12675         different multicat addresses. Without this all udpsrcs will receive all
12676         packets from all subscribed multicast addresses.
12677         Fixes #383001.
12678
12679 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12680
12681         * ext/taglib/gstid3v2mux.cc:
12682         Don't attempt to write a NULL frame into the ID3 tag set when the 
12683         createFrame method returned NULL.
12684         Fixes: #381857
12685         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12686
12687 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12688
12689         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12690         Use g_strtod() instead of sscanf to parse doubles, so that it will
12691         try parsing in the C locale if the current locale fails.
12692         Fixes: #382982
12693         Patch by: Sebastian Dröge  <mail at slomosnail de >
12694
12695 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12696
12697         * win32/MANIFEST:
12698         Fix compilation on win32 under VS8
12699         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12700         Partially fixes #381175
12701
12702 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12703
12704         * gst/avi/gstavimux.c:
12705           accept all mpegversions,fixes #380825
12706           spotted by: Jerome Alet  
12707
12708 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12709
12710         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12711         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12712         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12713         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12714           cleanup the error message a bit more
12715
12716 2006-11-28  Wim Taymans  <wim@fluendo.com>
12717
12718         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12719         Fix width and height properties.
12720
12721         * ext/libcaca/gstcacasink.h:
12722         Fix compilation on newer libcaca that require us to include a new
12723         header. Fixes #379918.
12724
12725 2006-11-28  Wim Taymans  <wim@fluendo.com>
12726
12727         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12728         * gst/rtsp/gstrtspsrc.h:
12729         * gst/rtsp/rtspext.h:
12730         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12731         (rtsp_ext_wms_get_context):
12732         Add method so that extensions can choose to disable the setup of
12733         a stream.
12734         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12735
12736 2006-11-27  Wim Taymans  <wim@fluendo.com>
12737
12738         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12739
12740         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12741         Push header in a separate buffer instead of memcpy:ing all data.
12742         Change LF => CRLF in headers.
12743         Move trailing LF to header. Fixes #379792.
12744
12745 2006-11-27  Wim Taymans  <wim@fluendo.com>
12746
12747         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12748         Small buffer overflow fix and improve debugging.
12749
12750 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12751
12752         * ext/esd/esdmon.h:
12753         * ext/esd/esdsink.h:
12754           remove obsolete _factory_init protos
12755
12756 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12757
12758         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12759         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12760         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12761         (gst_avi_demux_read_subindexes_push),
12762         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12763         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12764         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12765         (gst_avi_demux_massage_index),
12766         (gst_avi_demux_calculate_durations_from_index),
12767         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12768         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12769         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12770           remove dead code, tweak debugs statements, add comments, use
12771           _uint64_scale instead _uint64_scale_int when using guint64 values,
12772           small optimizations, reflow some error handling
12773
12774 2006-11-22  Edward Hervey  <edward@fluendo.com>
12775
12776         * po/.cvsignore:
12777         We never put .pot files in cvs. Let's ignore them all.
12778
12779 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12780
12781         * po/POTFILES.in:
12782           ... but better exclude files that aren't disted.
12783
12784 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12785
12786         * po/POTFILES.in:
12787           Add v4l2 source files to list of files with translations, so the
12788           strings are actually extracted (however bad they still may be).
12789
12790 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12791
12792         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12793           Minor clean-ups: const-ify static array, remove trailing comma from
12794           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12795
12796 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12797
12798         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12799         Make sure that g_free always gets called on the same pointer that was 
12800         returned by g_malloc.  Fixes #376594.
12801         Do not leak memory if decompressed size is wrong.
12802         Remove unneeded check of return value of g_malloc.
12803         Patch by: René Stadler <mail@renestadler.de>
12804
12805 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12806
12807         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12808           Add missing curly brackets.
12809
12810 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12811
12812         * sys/v4l2/v4l2src_calls.c:
12813         Fix capture_deinit.
12814
12815 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12816
12817         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12818         (gst_matroska_mux_request_new_pad):
12819           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12820
12821         * tests/check/elements/matroskamux.c: (setup_src_pad),
12822         (setup_sink_pad), (GST_START_TEST):
12823         Activate pads before using them.
12824
12825 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12826
12827         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12828           Initialise variable to get rid of bogus compiler warning.
12829
12830 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12831
12832         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12833
12834         * gst/rtp/gstrtph263pay.c:
12835         * gst/rtp/gstrtph263pdepay.c:
12836         * gst/rtp/gstrtph263ppay.c:
12837           Specify H.263 variant and version in the caps (fixes #361637)
12838
12839 2006-11-15  Wim Taymans  <wim@fluendo.com>
12840
12841         * gst/rtsp/rtspconnection.c: (read_body):
12842         Don't set a data pointer to NULL and a size > 0 when we deal
12843         with empty packets.
12844
12845         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12846         (rtsp_message_init_response), (rtsp_message_init_data),
12847         (rtsp_message_unset), (rtsp_message_free),
12848         (rtsp_message_take_body):
12849         Check that we can't create invalid empty packets. 
12850
12851 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12852
12853         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12854
12855         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12856         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12857         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12858         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12859         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12860         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12861         * gst/matroska/matroska-mux.h:
12862           Add basic tag writing support; implement releasing pads (#374658).
12863
12864 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12865
12866         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12867         (gst_matroska_demux_audio_caps):
12868           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12869
12870 2006-11-14  David Schleef  <ds@schleef.org>
12871
12872         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12873
12874 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12875
12876         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12877
12878         * win32/vs8/gst-plugins-good.sln:
12879         * win32/vs8/libgst1394.vcproj:
12880         * win32/vs8/libgstaasink.vcproj:
12881         * win32/vs8/libgstalaw.vcproj:
12882         * win32/vs8/libgstalpha.vcproj:
12883         * win32/vs8/libgstalphacolor.vcproj:
12884         * win32/vs8/libgstannodex.vcproj:
12885         * win32/vs8/libgstapetag.vcproj:
12886         * win32/vs8/libgstaudiofx.vcproj:
12887         * win32/vs8/libgstauparse.vcproj:
12888         * win32/vs8/libgstautodetect.vcproj:
12889         * win32/vs8/libgstavi.vcproj:
12890         * win32/vs8/libgstcacasink.vcproj:
12891         * win32/vs8/libgstcdio.vcproj:
12892         * win32/vs8/libgstcutter.vcproj:
12893         * win32/vs8/libgstdv.vcproj:
12894         * win32/vs8/libgsteffectv.vcproj:
12895         * win32/vs8/libgstflac.vcproj:
12896         * win32/vs8/libgstflxdec.vcproj:
12897         * win32/vs8/libgstgoom.vcproj:
12898         * win32/vs8/libgsticydemux.vcproj:
12899         * win32/vs8/libgstid3demux.vcproj:
12900         * win32/vs8/libgstjpeg.vcproj:
12901         * win32/vs8/libgstladspa.vcproj:
12902         * win32/vs8/libgstlevel.vcproj:
12903         * win32/vs8/libgstmatroska.vcproj:
12904         * win32/vs8/libgstmikmod.vcproj:
12905         * win32/vs8/libgstmng.vcproj:
12906         * win32/vs8/libgstmonoscope.vcproj:
12907         * win32/vs8/libgstmulaw.vcproj:
12908         * win32/vs8/libgstmultipart.vcproj:
12909         * win32/vs8/libgstpng.vcproj:
12910         * win32/vs8/libgstrtp.vcproj:
12911         * win32/vs8/libgstrtsp.vcproj:
12912         * win32/vs8/libgstshout2.vcproj:
12913         * win32/vs8/libgstsmpte.vcproj:
12914         * win32/vs8/libgstspeex.vcproj:
12915         * win32/vs8/libgsttaglib.vcproj:
12916         * win32/vs8/libgstudp.vcproj:
12917         * win32/vs8/libgstvideobalance.vcproj:
12918         * win32/vs8/libgstvideobox.vcproj:
12919         * win32/vs8/libgstvideoflip.vcproj:
12920         * win32/vs8/libgstvideomixer.vcproj:
12921         * win32/vs8/libgstwavenc.vcproj:
12922         * win32/vs8/libgstwavparse.vcproj:
12923           Make end-of-line returns unixy, so that when the files are checked
12924           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12925           Hopefully fixes #366492.
12926
12927 2006-11-14  Wim Taymans  <wim@fluendo.com>
12928
12929         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12930         Disable init_frames delay timestamp adjustment, it does not
12931         seem to be needed at all. Fixes #369621.
12932
12933 2006-11-13  Wim Taymans  <wim@fluendo.com>
12934
12935         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12936
12937         * gst/videomixer/videomixer.c:
12938         (gst_videomixer_set_master_geometry),
12939         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12940         (gst_videomixer_collect_free), (gst_videomixer_reset),
12941         (gst_videomixer_init), (gst_videomixer_finalize),
12942         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12943         (gst_videomixer_collected), (gst_videomixer_change_state):
12944         Fix memleak by unref'ing collectpads instance (when finalizing)
12945         Implement releasing a request pad. Fixes #374479.
12946
12947 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12948
12949         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12950
12951         * win32/vs8/gst-plugins-good.sln:
12952         * win32/vs8/libgst1394.vcproj:
12953         * win32/vs8/libgstaasink.vcproj:
12954         * win32/vs8/libgstalaw.vcproj:
12955         * win32/vs8/libgstalpha.vcproj:
12956         * win32/vs8/libgstalphacolor.vcproj:
12957         * win32/vs8/libgstannodex.vcproj:
12958         * win32/vs8/libgstapetag.vcproj:
12959         * win32/vs8/libgstaudiofx.vcproj:
12960         * win32/vs8/libgstauparse.vcproj:
12961         * win32/vs8/libgstautodetect.vcproj:
12962         * win32/vs8/libgstavi.vcproj:
12963         * win32/vs8/libgstcacasink.vcproj:
12964         * win32/vs8/libgstcdio.vcproj:
12965         * win32/vs8/libgstcutter.vcproj:
12966         * win32/vs8/libgstdv.vcproj:
12967         * win32/vs8/libgsteffectv.vcproj:
12968         * win32/vs8/libgstflac.vcproj:
12969         * win32/vs8/libgstflxdec.vcproj:
12970         * win32/vs8/libgstgoom.vcproj:
12971         * win32/vs8/libgsticydemux.vcproj:
12972         * win32/vs8/libgstid3demux.vcproj:
12973         * win32/vs8/libgstjpeg.vcproj:
12974         * win32/vs8/libgstladspa.vcproj:
12975         * win32/vs8/libgstlevel.vcproj:
12976         * win32/vs8/libgstmatroska.vcproj:
12977         * win32/vs8/libgstmikmod.vcproj:
12978         * win32/vs8/libgstmng.vcproj:
12979         * win32/vs8/libgstmonoscope.vcproj:
12980         * win32/vs8/libgstmulaw.vcproj:
12981         * win32/vs8/libgstmultipart.vcproj:
12982         * win32/vs8/libgstpng.vcproj:
12983         * win32/vs8/libgstrtp.vcproj:
12984         * win32/vs8/libgstrtsp.vcproj:
12985         * win32/vs8/libgstshout2.vcproj:
12986         * win32/vs8/libgstsmpte.vcproj:
12987         * win32/vs8/libgstspeex.vcproj:
12988         * win32/vs8/libgsttaglib.vcproj:
12989         * win32/vs8/libgstudp.vcproj:
12990         * win32/vs8/libgstvideobalance.vcproj:
12991         * win32/vs8/libgstvideobox.vcproj:
12992         * win32/vs8/libgstvideoflip.vcproj:
12993         * win32/vs8/libgstvideomixer.vcproj:
12994         * win32/vs8/libgstwavenc.vcproj:
12995         * win32/vs8/libgstwavparse.vcproj:
12996           Add VS8 project files (note that many of the plugins in ext are
12997           disabled by default). Fixes #366492.
12998
12999 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
13000
13001         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
13002           we do not translate debug messages
13003
13004 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
13005
13006         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
13007           fix categorisation, make short desc more explicit, remove unused code
13008           Fixes #372021
13009
13010 2006-11-08  Wim Taymans  <wim@fluendo.com>
13011
13012         * gst/rtp/gstrtpL16depay.c:
13013         * gst/rtp/gstrtpamrdepay.c:
13014         * gst/rtp/gstrtpamrpay.c:
13015         * gst/rtp/gstrtpgsmdepay.c:
13016         * gst/rtp/gstrtph263pay.c:
13017         * gst/rtp/gstrtph263pdepay.c:
13018         * gst/rtp/gstrtph263ppay.c:
13019         * gst/rtp/gstrtph264depay.c:
13020         * gst/rtp/gstrtpmp2tdepay.c:
13021         * gst/rtp/gstrtpmp4gdepay.c:
13022         * gst/rtp/gstrtpmp4gpay.c:
13023         * gst/rtp/gstrtpmp4vdepay.c:
13024         * gst/rtp/gstrtpmp4vpay.c:
13025         * gst/rtp/gstrtpmpadepay.c:
13026         * gst/rtp/gstrtpmpapay.c:
13027         * gst/rtp/gstrtppcmadepay.c:
13028         * gst/rtp/gstrtppcmapay.c:
13029         * gst/rtp/gstrtppcmudepay.c:
13030         * gst/rtp/gstrtppcmupay.c:
13031         * gst/rtp/gstrtpspeexdepay.c:
13032         * gst/rtp/gstrtpspeexpay.c:
13033         * gst/rtp/gstrtpsv3vdepay.c:
13034         Fix element descriptions.
13035
13036 2006-11-08  Wim Taymans  <wim@fluendo.com>
13037
13038         * gst/rtp/gstrtpvorbisdepay.c:
13039         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
13040         Fix description.
13041         Small cleanup in the payloader.
13042
13043 2006-11-08  Wim Taymans  <wim@fluendo.com>
13044
13045         * gst/rtp/Makefile.am:
13046         * gst/rtp/gstrtp.c: (plugin_init):
13047         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
13048         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
13049         (gst_rtp_theora_depay_finalize),
13050         (gst_rtp_theora_depay_parse_configuration),
13051         (gst_rtp_theora_depay_setcaps),
13052         (gst_rtp_theora_depay_switch_codebook),
13053         (gst_rtp_theora_depay_process),
13054         (gst_rtp_theora_depay_set_property),
13055         (gst_rtp_theora_depay_get_property),
13056         (gst_rtp_theora_depay_change_state),
13057         (gst_rtp_theora_depay_plugin_init):
13058         * gst/rtp/gstrtptheoradepay.h:
13059         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
13060         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
13061         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
13062         (gst_rtp_theora_pay_init_packet),
13063         (gst_rtp_theora_pay_flush_packet),
13064         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
13065         (gst_rtp_theora_pay_handle_buffer),
13066         (gst_rtp_theora_pay_plugin_init):
13067         * gst/rtp/gstrtptheorapay.h:
13068         Add theora pay/depayloaders.
13069
13070 2006-11-06  Wim Taymans  <wim@fluendo.com>
13071
13072         * gst/rtp/Makefile.am:
13073         We depend on gsttag to generate the vorbis comments.
13074
13075         * gst/rtp/gstrtpvorbisdepay.c:
13076         (gst_rtp_vorbis_depay_parse_configuration),
13077         (gst_rtp_vorbis_depay_setcaps),
13078         (gst_rtp_vorbis_depay_switch_codebook),
13079         (gst_rtp_vorbis_depay_process):
13080         * gst/rtp/gstrtpvorbisdepay.h:
13081         Parse configuration string in the depayloader.
13082         Implement selecting and switching to a new codebook.
13083         Receiving vorbis over RTP now works.
13084
13085         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
13086         (gst_rtp_vorbis_pay_init_packet),
13087         (gst_rtp_vorbis_pay_finish_headers),
13088         (gst_rtp_vorbis_pay_handle_buffer):
13089         * gst/rtp/gstrtpvorbispay.h:
13090         Set timestamps on outgoing buffers and RTP packets.
13091         Fix configuration string, prepend number of Packet headers.
13092         Fix encoding of ident string.
13093         Add delivery-method to caps.
13094         Streaming vorbis over RTP now works.
13095
13096 2006-11-06  Wim Taymans  <wim@fluendo.com>
13097
13098         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13099         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13100         (gst_rtp_vorbis_pay_handle_buffer):
13101         * gst/rtp/gstrtpvorbispay.h:
13102         Generate a valid configuration string in the caps based on the
13103         vorbis headers.
13104
13105 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13106
13107         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13108         * ext/cdio/gstcdio.h:
13109         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13110           Move CD-TEXT utility function into common file so it can also be
13111           used by a future cdioparanoiasrc.
13112
13113 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13114         
13115         * sys/v4l2/Makefile.am:
13116         * sys/v4l2/gstv4l2object.c:
13117         * sys/v4l2/gstv4l2src.c:
13118         * sys/v4l2/gstv4l2xoverlay.c:
13119         * sys/v4l2/v4l2_calls.c:
13120         * sys/v4l2/v4l2src_calls.c:
13121         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13122         xoverlay code that is still not implemented.
13123
13124 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13125
13126         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13127           We require a -base more recent than 0.10.9, so it's safe to use
13128           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13129
13130         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13131         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13132           Use _newsegment_full() now that we depend on a recent enough core.
13133
13134         * gst/wavparse/gstwavparse.c:
13135           Remove cruft that we don't need any longer now that we depend on
13136           a recent enough -base.
13137
13138 2006-10-31  Wim Taymans  <wim@fluendo.com>
13139
13140         * gst/rtp/Makefile.am:
13141         * gst/rtp/gstrtp.c: (plugin_init):
13142         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13143         (gst_rtpilbcpay_setcaps):
13144         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13145
13146 2006-10-31  Wim Taymans  <wim@fluendo.com>
13147
13148         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13149         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13150         Some small cleanups, use _scale.
13151
13152 2006-10-31  Wim Taymans  <wim@fluendo.com>
13153
13154         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13155         Use higher precision scale function.
13156
13157 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13158
13159         Patch by: Michal Benes  <michal dot benes at itonis tv>
13160
13161         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13162         (gst_matroska_demux_read_track_encodings),
13163         (gst_matroska_decode_buffer):
13164           Fix several issues with encoded/compressed/encrypted/signed tracks;
13165           also, remove superfluous newline characters from some debug
13166           statements. (#366155)
13167
13168 2006-10-30  Wim Taymans  <wim@fluendo.com>
13169
13170         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13171         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13172         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13173         (gst_smokedec_change_state):
13174         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13175         (gst_smokeenc_init), (gst_smokeenc_finalize),
13176         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13177         (gst_smokeenc_resync), (gst_smokeenc_chain),
13178         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13179         (gst_smokeenc_change_state):
13180         Various cleanups, capsnego and leak fixes.
13181
13182 2006-10-30  Wim Taymans  <wim@fluendo.com>
13183
13184         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13185
13186         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13187         Fix videomixer so that it can handle any combination of framerates.
13188         Fixes #367221.
13189
13190 2006-10-28  Wim Taymans  <wim@fluendo.com>
13191
13192         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13193         (gst_avi_demux_parse_file_header),
13194         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13195         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13196         (gst_avi_demux_chain):
13197         Fix position query for audio. also fixes timestamps in streaming
13198         mode and bug #364958.
13199         Small cleanups.
13200
13201 2006-10-27  Wim Taymans  <wim@fluendo.com>
13202
13203         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13204         * ext/libpng/gstpngenc.h:
13205         Fix strides. Fixes #364856.
13206         Cleanup capsnego.
13207         Set caps on outgoing buffers.
13208
13209 2006-10-18  Wim Taymans  <wim@fluendo.com>
13210
13211         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13212
13213         * gst/rtp/gstrtpgsmpay.c:
13214         * gst/rtp/gstrtph263pay.c:
13215         * gst/rtp/gstrtpmpapay.c:
13216         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13217         (gst_rtp_pcma_pay_handle_buffer):
13218         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13219         Add static payload numbers in addition to the dynamic ones.
13220         Fixes #361639.
13221
13222 2006-10-18  Wim Taymans  <wim@fluendo.com>
13223
13224         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13225         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13226         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13227         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13228         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13229         * gst/rtsp/rtspdefs.h:
13230         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13231         * gst/rtsp/rtspurl.h:
13232         Reuse already existing enum for lower transport.
13233         Add rtspt and rtspu protocols.
13234         Send redirect to rtspt when udp times out.
13235
13236 2006-10-18  Wim Taymans  <wim@fluendo.com>
13237
13238         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13239         (gst_wavparse_stream_data):
13240         Fix seeking some more, mostly for speed changes.
13241
13242 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13243
13244         Patch by: Fredrik Persson  <frepe at bredband net>
13245
13246         * sys/v4l2/gstv4l2tuner.c:
13247         * sys/v4l2/gstv4l2tuner.h:
13248           Fix _set_channel(): remove useless g_object_notify() for "channel"
13249           property that doesn't exist any longer and therefore now also
13250           useless redirect (#338818).
13251
13252 2006-10-17  Wim Taymans  <wim@fluendo.com>
13253
13254         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13255         Some drivers do not support unsetting the non-blocking flag once the
13256         device is opened. In those cases, close/open the device in
13257         non-blocking mode. Fixes #362673.
13258
13259 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13260
13261         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13262         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13263         (gst_v4l2src_get_fps):
13264           dear stefan, framespersecond is not frameperiod, reverting but adding
13265           comment
13266
13267 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13268
13269         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13270         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13271         (gst_v4l2src_get_fps):
13272           Numerator is numerator and denominator is denominator. Say that aloud
13273           5 times and retry after next beer.
13274
13275 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13276
13277         Patch by: Josep Torra Valles  <josep at fluendo com>
13278
13279         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13280         * ext/esd/esdsink.c: (gst_esdsink_write):
13281         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13282         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13283         (gst_flac_dec_send_newsegment):
13284         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13285         (gst_flac_enc_tell_callback):
13286         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13287         (smokecodec_parse_header), (smokecodec_decode):
13288         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13289         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13290         * gst/goom/Makefile.am:
13291         * gst/goom/gstgoom.c:
13292         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13293         * gst/rtsp/gstrtspsrc.c:
13294         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13295         * gst/udp/gstudpsink.c:
13296         * gst/udp/gstudpsrc.c:
13297         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13298         * sys/sunaudio/gstsunaudiomixertrack.h:
13299           Fix a bunch of problems discovered by the Forte compiler, mostly type
13300           mixups and pointer arithmetics with void pointers. Fixes #362603.
13301
13302 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13303
13304         * ext/speex/gstspeex.c: (plugin_init):
13305         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13306         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13307         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13308         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13309         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13310         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13311         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13312         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13313         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13314         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13315         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13316         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13317         * ext/speex/gstspeexenc.h:
13318           Miscellaneous clean-ups, among other things: speexenc => enc to
13319           enhance code readability; change speexenc => speex_enc; in chain
13320           function unref input buffer in case of error; take reference in
13321           event function; use boilerplate macro; use gst_pad_query_peer_*
13322           convenience functions.
13323
13324 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13325
13326         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13327         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13328         (gst_speexenc_set_header_on_caps):
13329           Fix some mem leaks.
13330
13331 2006-10-11  Wim Taymans  <wim@fluendo.com>
13332
13333         * gst/rtsp/URLS:
13334         Added some other URL.
13335
13336         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13337         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13338         (gst_rtspsrc_open), (gst_rtspsrc_play),
13339         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13340         * gst/rtsp/gstrtspsrc.h:
13341         Work on fallback to TCP connection when the UDP socket times out.
13342         Handler server requests, just reply with OK for now.
13343
13344         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13345         * gst/rtsp/rtspdefs.h:
13346         Added some more Real extension headers.
13347
13348         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13349         Fix parsing of urls with a ':' that is not part of the hostname:port
13350         part of the url.
13351
13352 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13353
13354         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13355         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13356         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13357           Activate pad before adding it to the already-running element.
13358
13359         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13360           Activate newly-created pad too.
13361
13362 2006-10-11  Wim Taymans  <wim@fluendo.com>
13363
13364         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13365
13366         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13367         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13368         (gst_udpsrc_start):
13369         Fix some leaks in caps and uris. Fixes #361252.
13370
13371 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13372
13373         * gst/wavparse/Makefile.am:
13374           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13375
13376 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13377
13378         * sys/v4l2/gstv4l2xoverlay.c:
13379         * sys/v4l2/gstv4l2xoverlay.h:
13380         Fix build as per the patch in #338818 comment 36.
13381
13382 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13383
13384         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13385           Activate pads before adding them to the source.
13386
13387 2006-10-06  Wim Taymans  <wim@fluendo.com>
13388
13389         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13390         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13391         Activate pads before adding.
13392
13393 2006-10-06  Wim Taymans  <wim@fluendo.com>
13394
13395         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13396         (gst_multipart_find_pad_by_mime):
13397         Activate pads before adding.
13398
13399         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13400         BOILERPLATE sets parent_class for us.
13401
13402 2006-10-06  Wim Taymans  <wim@fluendo.com>
13403
13404         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13405         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13406         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13407         (gst_rtspsrc_alloc_udp_ports),
13408         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13409         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13410         (gst_rtspsrc_create_transports_string),
13411         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13412         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13413         * gst/rtsp/gstrtspsrc.h:
13414         Rework how the transport string is constructed, try to share channels
13415         and udp ports.
13416         Make most of the stuff less dependant on RTP as we are also going to use
13417         it for RDT.
13418         Add support for transport specific session managers.
13419
13420         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13421         Implement _flush().
13422
13423         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13424         * gst/rtsp/rtspdefs.h:
13425         Add generic error return code.
13426
13427         * gst/rtsp/rtspext.h:
13428         Add support for pluggable tranport strings.
13429
13430         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13431         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13432         (rtsp_ext_wms_get_context):
13433         Detect WMServer and activate the extension.
13434
13435         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13436         (rtsp_transport_get_manager), (rtsp_transport_parse):
13437         * gst/rtsp/rtsptransport.h:
13438         Added methods to get mime/manager for certain transports.
13439
13440 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13441
13442         * ext/cairo/gsttimeoverlay.c:
13443         (gst_cairo_time_overlay_update_font_height):
13444         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13445         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13446         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13447         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13448         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13449         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13450         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13451         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13452         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13453         (gst_avi_demux_stream_data):
13454         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13455         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13456         (gst_fenced_buffer_copy):
13457         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13458         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13459         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13460         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13461         (gst_rtspsrc_handle_message):
13462         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13463         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13464           Printf format fixes.
13465
13466 2006-10-04  Wim Taymans  <wim@fluendo.com>
13467
13468         * gst/rtsp/Makefile.am:
13469         Dist new .h file too.
13470
13471 2006-10-04  Wim Taymans  <wim@fluendo.com>
13472
13473         * gst/rtsp/Makefile.am:
13474         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13475         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13476         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13477         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13478         (gst_rtspsrc_parse_rtpmap),
13479         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13480         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13481         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13482         * gst/rtsp/gstrtspsrc.h:
13483         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13484         * gst/rtsp/rtspdefs.h:
13485         * gst/rtsp/rtspext.h:
13486         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13487         (rtsp_ext_wms_get_context):
13488         * gst/rtsp/rtspextwms.h:
13489         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13490         (rtsp_transport_parse):
13491         * gst/rtsp/rtsptransport.h:
13492         Factor out extension in separate module.
13493         Fix getcaps to filter against the padtemplate.
13494         Use Content-Base if the server gives one.
13495         Rework the transport parsing a bit for future extensions.
13496         Added some Real Header field definitions.
13497
13498 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13499
13500         * docs/plugins/Makefile.am:
13501         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13502         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13503           added v4l2 stubs
13504         * gst-plugins-good.spec.in:
13505           add v4l2
13506
13507 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13508
13509         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13510           Extract disc/album/medium number and count and try harder
13511           to extract track number/count.
13512
13513 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13514
13515         * configure.ac:
13516         * sys/Makefile.am:
13517           add build stuff for v4l2, needs --enable-experimental until
13518           the last bits are resolved
13519
13520 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13521
13522         * tests/check/Makefile.am:
13523           Disable autodetect test temporarily, so that the build bots
13524           update -bad and the ranks of unreliable video sinks in there.
13525
13526         * tests/check/elements/autodetect.c: (GST_START_TEST):
13527           Skip test if no usable videosink is found.
13528
13529 2006-09-29  Wim Taymans  <wim@fluendo.com>
13530
13531         * gst/rtsp/URLS:
13532         Add some more URLs.
13533
13534         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13535         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13536         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13537         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13538         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13539         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13540         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13541         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13542         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13543         * gst/rtsp/gstrtspsrc.h:
13544         Add timeout property to control UDP timeouts.
13545         Fix error messages.
13546         Also start a loop function when operating in UDP mode so that we can
13547         do some more stuff async.
13548         Handle element messages from udpsrc to detect timeouts. If a timeout
13549         happens we currently generate an error.
13550         API: rtspsrc::timeout property.
13551
13552         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13553         (gst_udpsrc_create):
13554         Really implement the timeout in microseconds and not milliseconds.
13555
13556 2006-09-29  Wim Taymans  <wim@fluendo.com>
13557
13558         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13559         (gst_udpsrc_create), (gst_udpsrc_set_property),
13560         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13561         * gst/udp/gstudpsrc.h:
13562         Added property to post a message on timeout.
13563         Updated docs.
13564         When restarting the select, initialize the fdsets again.
13565         Init control sockets so we don't accidentally close a random socket.
13566         API: GstUDPSrc::timeout property
13567
13568 2006-09-29  Wim Taymans  <wim@fluendo.com>
13569
13570         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13571         Fix flag registration.
13572
13573         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13574         Reading 0 also means 'no more commands'
13575
13576 2006-09-29  Wim Taymans  <wim@fluendo.com>
13577
13578         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13579
13580         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13581         Fix possible infinite loop when shutting down, a read can also return
13582         0 to indicate no more messages are available. Fixes #358156.
13583
13584 2006-09-25  Wim Taymans  <wim@fluendo.com>
13585
13586         * gst/autodetect/gstautoaudiosink.c:
13587         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13588         (gst_auto_audio_sink_find_best):
13589         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13590         Small cleanups.
13591         don't try to set "sync" property when it is not available.
13592
13593 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13594
13595         Patch by: Peter Kjellerstedt  <pkj at axis com>
13596
13597         * gst/alpha/gstalpha.c:
13598         * gst/rtp/gstrtpamrdepay.c:
13599         * gst/rtsp/gstrtspsrc.c:
13600         * gst/udp/gstudpsrc.c:
13601         * gst/videomixer/videomixer.c:
13602           Include stdlib.h in some more places, makes things compile
13603           with uClibc and -Werror (#357592).
13604
13605 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13606
13607         * ext/jpeg/gstjpegdec.c:
13608           Set minimum height to 8 (from 16), our code should handle
13609           that fine. Some of the buttons on the apple trailer site
13610           are apparently only 15 pixels high (see #357470).
13611
13612 2006-09-23  Wim Taymans  <wim@fluendo.com>
13613
13614         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13615         (gst_rtspsrc_open):
13616         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13617         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13618         (rtsp_connection_receive):
13619         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13620         * gst/rtsp/rtspdefs.h:
13621         Improve error reporting.
13622
13623 2006-09-23  Wim Taymans  <wim@fluendo.com>
13624
13625         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13626         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13627         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13628         * gst/rtp/gstrtpdepay.c:
13629         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13630         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13631         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13632         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13633         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13634         (gst_rtp_mp2t_depay_plugin_init):
13635         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13636         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13637         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13638         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13639         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13640         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13641         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13642         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13643         Fix klass typos.
13644         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13645
13646 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13647
13648         * configure.ac:
13649           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13650
13651 2006-09-22  Wim Taymans  <wim@fluendo.com>
13652
13653         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13654         Don't check for a tag that is never there and check if we read the
13655         correct tag. Fixes seeking again.
13656         We must post an error when all pads are unlinked.
13657
13658 2006-09-22  Wim Taymans  <wim@fluendo.com>
13659
13660         * gst/rtp/Makefile.am:
13661         * gst/rtp/gstrtp.c: (plugin_init):
13662         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13663         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13664         (gst_rtp_vorbis_pay_reset_packet),
13665         (gst_rtp_vorbis_pay_init_packet),
13666         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13667         (gst_rtp_vorbis_pay_handle_buffer):
13668         More fixage, set endoder-params correctly in the payloader.
13669
13670 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13671
13672         * gst/autodetect/gstautoaudiosink.c:
13673         (gst_auto_audio_sink_base_init):
13674         * gst/autodetect/gstautovideosink.c:
13675         (gst_auto_video_sink_base_init):
13676           Make static pad templates static to appease valgrind's leak
13677           detector.
13678
13679         * tests/check/Makefile.am:
13680         * tests/check/elements/.cvsignore:
13681         * tests/check/elements/autodetect.c: (GST_START_TEST),
13682         (autodetect_suite):
13683           Add simple test for the ghostpad lockup on shutdown fixed in core
13684           CVS (audio bit disabled because it would need dozens of alsa
13685           suppressions and I'm too lazy to add those now).
13686
13687 2006-09-22  Wim Taymans  <wim@fluendo.com>
13688
13689         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13690         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13691         Small cleanups.
13692
13693         * gst/rtp/Makefile.am:
13694         * gst/rtp/gstrtp.c: (plugin_init):
13695         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13696         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13697         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13698         (gst_rtp_vorbis_depay_process),
13699         (gst_rtp_vorbis_depay_set_property),
13700         (gst_rtp_vorbis_depay_get_property),
13701         (gst_rtp_vorbis_depay_change_state),
13702         (gst_rtp_vorbis_depay_plugin_init):
13703         * gst/rtp/gstrtpvorbisdepay.h:
13704         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13705         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13706         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13707         (gst_rtp_vorbis_pay_flush_packet),
13708         (gst_rtp_vorbis_pay_append_buffer),
13709         (gst_rtp_vorbis_pay_handle_buffer),
13710         (gst_rtp_vorbis_pay_plugin_init):
13711         * gst/rtp/gstrtpvorbispay.h:
13712         Add experimental vorbis pay and depayloaders.
13713
13714 2006-09-21  Wim Taymans  <wim@fluendo.com>
13715
13716         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13717         Fix profile-level-id parsing and setup.
13718
13719 2006-09-21  Wim Taymans  <wim@fluendo.com>
13720
13721         * gst/udp/README:
13722         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13723         Update README, simple cleanup.
13724
13725 2006-09-21  Wim Taymans  <wim@fluendo.com>
13726
13727         * gst/rtp/README:
13728         Update README with some examples.
13729
13730         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13731         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13732         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13733         (gst_rtp_mp4g_pay_setcaps):
13734         * gst/rtp/gstrtpmp4gpay.h:
13735         Make optional RTP parameters of type STRING, as required by the
13736         application/x-rtp caps specification.
13737
13738 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13739
13740         * gst/rtp/gstrtph263pdepay.c:
13741         * gst/rtp/gstrtph263ppay.c:
13742         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13743         RTP header.
13744
13745 2006-09-20  Wim Taymans  <wim@fluendo.com>
13746
13747         * gst/rtp/Makefile.am:
13748         And makefile too.
13749
13750 2006-09-20  Wim Taymans  <wim@fluendo.com>
13751
13752         * gst/rtp/gstrtp.c: (plugin_init):
13753         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13754         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13755         (decode_base64), (gst_rtp_asf_depay_setcaps),
13756         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13757         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13758         (gst_rtp_asf_depay_plugin_init):
13759         * gst/rtp/gstrtpasfdepay.h:
13760         Added preliminary ASF depayloader.
13761
13762         * gst/rtp/gstrtph264depay.c: (decode_base64):
13763         Fix base64 decoding.
13764
13765 2006-09-20  Wim Taymans  <wim@fluendo.com>
13766
13767         * gst/rtsp/URLS:
13768         Added some test URLS.
13769
13770         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13771         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13772         * gst/rtsp/gstrtspsrc.h:
13773         When creating streams, give access to the complete SDP.
13774         Fix some leaks.
13775         Collect and merge global stream properties in stream caps.
13776         Preliminary support for WMServer.
13777
13778         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13779         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13780         (rtsp_connection_receive):
13781         * gst/rtsp/rtspconnection.h:
13782         Make connection interruptable.
13783         Refactor to make it reconnectable.
13784         Don't fail on short reads when reading data packets.
13785
13786         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13787         (rtsp_url_get_port):
13788         * gst/rtsp/rtspurl.h:
13789         Add methods for getting/setting the port.
13790
13791         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13792         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13793         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13794         (sdp_media_get_format), (sdp_parse_line),
13795         (sdp_message_parse_buffer):
13796         Fix headers. 
13797         Add methods for getting multiple attributes with the same name.
13798         Increase buffer size when parsing.
13799         Fix parsing of a=foo fields.
13800
13801         * gst/rtsp/test.c: (main):
13802         Update to new connection API.
13803
13804         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13805         (rtsp_message_init_response), (rtsp_message_init_data),
13806         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13807         * gst/rtsp/rtspmessage.h:
13808         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13809         * gst/rtsp/rtsptransport.h:
13810         * gst/rtsp/sdp.h:
13811         * gst/rtsp/sdpmessage.h:
13812         * gst/rtsp/gstrtsp.c:
13813         * gst/rtsp/gstrtsp.h:
13814         * gst/rtsp/gstrtpdec.c:
13815         * gst/rtsp/gstrtpdec.h:
13816         * gst/rtsp/rtsp.h:
13817         * gst/rtsp/rtspdefs.c:
13818         * gst/rtsp/rtspdefs.h:
13819         Dual licensed under MIT and LGPL now.
13820
13821 2006-09-19  Wim Taymans  <wim@fluendo.com>
13822
13823         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13824         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13825         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13826         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13827         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13828         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13829         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13830         * gst/rtsp/gstrtspsrc.h:
13831         Reorganize stream parsing and creation.
13832         Detect container formats in interleaved mode.
13833         Keep more state about the streams.
13834         Assume a server also supports PLAY if it does not say.
13835         Add unicast and interleaved properties to TCP transport requests to make
13836         some servers happy (WMServer).
13837
13838         * gst/rtsp/sdpmessage.h:
13839         Add some defines for the standard Bandwidth types.
13840
13841 2006-09-19  Wim Taymans  <wim@fluendo.com>
13842
13843         * gst/rtsp/test.c: (main):
13844         Fix build.
13845
13846 2006-09-19  Wim Taymans  <wim@fluendo.com>
13847
13848         * gst/wavparse/gstwavparse.c:
13849         Add ms-gsm to the src template.
13850
13851 2006-09-18  Wim Taymans  <wim@fluendo.com>
13852
13853         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13854         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13855         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13856         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13857         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13858         * gst/rtsp/gstrtspsrc.h:
13859         Small cleanups, added documentation.
13860         Try to clean up the requests and responses.
13861         Refactor parsing the supported methods.
13862
13863         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13864         (rtsp_connection_create), (rtsp_connection_send),
13865         (parse_response_status), (parse_request_line),
13866         (rtsp_connection_receive), (rtsp_connection_close),
13867         (rtsp_connection_free):
13868         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13869         (rtsp_transport_init), (rtsp_transport_parse),
13870         (rtsp_transport_free):
13871         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13872         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13873         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13874         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13875         Use g_return_val some more.
13876
13877         * gst/rtsp/rtspdefs.h:
13878         Add more enum values to track initial states.
13879
13880         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13881         (rtsp_message_init_request), (rtsp_message_new_response),
13882         (rtsp_message_init_response), (rtsp_message_init_data),
13883         (rtsp_message_unset), (rtsp_message_free),
13884         (rtsp_message_add_header), (rtsp_message_remove_header),
13885         (rtsp_message_get_header), (rtsp_message_set_body),
13886         (rtsp_message_take_body), (rtsp_message_get_body),
13887         (rtsp_message_steal_body), (rtsp_message_dump):
13888         * gst/rtsp/rtspmessage.h:
13889         Reorder arguments, object goes as the first one.
13890         Use g_return_val some more.
13891
13892 2006-09-18  Wim Taymans  <wim@fluendo.com>
13893
13894         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13895         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13896         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13897         * gst/rtsp/gstrtspsrc.h:
13898         Export sometimes source pad with correct caps on the template, create
13899         the ghostpad from the template.
13900         Remove RTCP template as we never expose RTCP.
13901         Protect against invalid body size.
13902         Avoid memcpy when creating the output buffer.
13903         Properly post an error and send EOS when the loop function is shut down.
13904
13905 2006-09-18  Wim Taymans  <wim@fluendo.com>
13906
13907         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13908
13909         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13910         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13911         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13912         * gst/rtsp/gstrtspsrc.h:
13913         Make sure we can never set an invalid location.
13914
13915         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13916         * gst/rtsp/rtspmessage.h:
13917         Added _steal_body method for future use.
13918
13919         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13920         Make freeing of NULL url return immediatly.
13921
13922 2006-09-18  Wim Taymans  <wim@fluendo.com>
13923
13924         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13925
13926         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13927         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13928         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13929         (gst_rtspsrc_change_state):
13930         * gst/rtsp/gstrtspsrc.h:
13931         Use boilerplate.
13932         Make rtspsrc subclass GstBin to make state changes easier.
13933         Add Range header field on the PLAY request.
13934
13935 2006-09-18  Wim Taymans  <wim@fluendo.com>
13936
13937         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13938
13939         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13940         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13941         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13942         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13943         * gst/rtsp/rtspconnection.c: (inet_aton):
13944         Small cleanups.
13945         when multicast is selected as the transport, create UDP sources and
13946         connect to the multicast group.
13947         Move parsing and setting of caps to a common place.
13948         Fixes #349894.
13949
13950 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13951
13952         * ext/flac/gstflactag.c:
13953         * gst/alpha/gstalpha.c:
13954         * gst/debug/breakmydata.c:
13955         * gst/debug/negotiation.c:
13956         * gst/debug/testplugin.c:
13957         * gst/effectv/gstaging.c:
13958         * gst/effectv/gstdice.c:
13959         * gst/effectv/gstedge.c:
13960         * gst/effectv/gstquark.c:
13961         * gst/effectv/gstrev.c:
13962         * gst/effectv/gstshagadelic.c:
13963         * gst/effectv/gstvertigo.c:
13964         * gst/effectv/gstwarp.c:
13965         * gst/multipart/multipartdemux.c:
13966         * gst/multipart/multipartmux.c:
13967         * gst/videobox/gstvideobox.c:
13968         * gst/videofilter/gstgamma.c:
13969         * gst/videofilter/gstvideotemplate.c:
13970         * gst/videomixer/videomixer.c:
13971         * sys/sunaudio/gstsunaudiosrc.h:
13972         More G_OBJECT macro fixing.
13973
13974 2006-09-16  Wim Taymans  <wim@fluendo.com>
13975
13976         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13977
13978         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13979         Correctly set the dwLength in strh.
13980         With this patch, the file duration is now displayed correctly in window
13981         media player and the AVI plays completely. Fixes #356147
13982
13983 2006-09-15  Wim Taymans  <wim@fluendo.com>
13984
13985         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13986
13987         * sys/sunaudio/gstsunaudiomixerctrl.c:
13988         (gst_sunaudiomixer_ctrl_build_list):
13989         Set the output track as the MASTER so that the gnome-settings-daemon
13990         keybindings for changing the volume using the keyboard works.
13991         Fixes #356142.
13992
13993 2006-09-15  Wim Taymans  <wim@fluendo.com>
13994
13995         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13996         Fix documentation, it is not possible to control the framerate of jpegdec
13997         using filtered caps yet. Fixes #355210.
13998         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13999         stop when there is an error.
14000
14001 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14002
14003         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
14004         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14005           Don't interpret a first buffer with an offset of NONE as
14006           'from the middle of the stream', but only a first buffer
14007           that has a valid buffer offset that's non-zero (see #345449).
14008
14009 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14010
14011         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14012         (gst_icydemux_typefind_or_forward):
14013         * gst/icydemux/gsticydemux.h:
14014           When we merge/collect multiple incoming buffers for typefinding
14015           purposes, keep an initial 0 offset on the first outgoing buffer
14016           as well (otherwise id3demux won't work right). Fixes #345449.
14017           Also Make buffer metadata writable before setting buffer caps.
14018
14019         * tests/check/elements/icydemux.c: (typefind_succeed),
14020         (cleanup_icydemux), (push_data), (GST_START_TEST),
14021         (icydemux_suite):
14022           Small test case for the above.
14023
14024 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
14025
14026         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
14027         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
14028         (gst_avi_demux_stream_header_push),
14029         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14030         (gst_avi_demux_loop):
14031           More code reuse and better logging in _peek_chunk(). Reintroduce check
14032           for chunk sizes before reading them (avoid oom). Better handling for 
14033           invalid chunksizes when streaming.
14034
14035 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
14036
14037         * gst/level/gstlevel.c: (gst_level_set_property):
14038         * gst/level/gstlevel.h:
14039           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
14040           René Stadler
14041
14042 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
14043
14044         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14045         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14046         (gst_avi_demux_stream_data):
14047           Revert one change to fix streaming avi (adapter size != data size).
14048
14049 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14050
14051         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
14052
14053         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
14054         (gst_matroska_demux_reset),
14055         (gst_matroska_demux_read_track_encodings),
14056         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
14057         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14058         (gst_matroska_demux_subtitle_caps):
14059         * gst/matroska/matroska-ids.h:
14060           Add support for VOBSUB subtitle tracks and zlib-compressed
14061           tracks. Make sure we start on a keyframe after a seek. (#343348)
14062
14063 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14064
14065         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
14066         (gst_matroska_demux_push_flac_codec_priv_data),
14067         (gst_matroska_demux_push_xiph_codec_priv_data),
14068         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14069         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14070         * gst/matroska/matroska-ids.h:
14071           Add basic FLAC support (#311586), not perfect yet though, needs some
14072           tweaking in flacdec; also, seeking could be better.
14073           Do better bounds checking when deserialising vorbis stream headers
14074           to make sure we don't read beyond the end of the buffer on bad input.
14075
14076 2006-09-04  Wim Taymans  <wim@fluendo.com>
14077
14078         Patch by: Alessandro Decina <alessandro at nnva dot org>
14079
14080         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
14081         Seeking back in a file containing a CMML stream errors out if the seek
14082         goes back up to the CMML headers. This is because after the seek the xml
14083         processing instruction <?xml ...?> is submitted to the xml parser again, 
14084         which results in an error. The attached patch fixes the problem. 
14085         Fixes #353908.
14086
14087         * ext/annodex/gstcmmlenc.h:
14088         Fix authors name.
14089
14090
14091 2006-08-28  Andy Wingo  <wingo@pobox.com>
14092
14093         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14094         New helper function to lessen the ifdefs.
14095         (GST_INFO_OBJECT): 
14096         (gst_dv1394src_iso_receive): Use it.
14097         (gst_dv1394src_create): Also use the control sockets in iec61883
14098         mode.
14099         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14100         handle for AVC operations; fixes #348233.
14101
14102 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14103
14104         * configure.ac:
14105         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14106         * docs/plugins/inspect/plugin-audiofx.xml:
14107         * docs/plugins/inspect/plugin-audiofxgood.xml:
14108         * gst/audiofx/Makefile.am:
14109         * gst/audiofx/audiofx.c:
14110         * gst/audiofxgood/.cvsignore:
14111         * gst/audiofxgood/Makefile.am:
14112         * gst/audiofxgood/audiofx.c:
14113         * gst/audiofxgood/audiopanorama.c:
14114         * gst/audiofxgood/audiopanorama.h:
14115           Rename again (audiofxgood -> audiofx).
14116
14117 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14118
14119         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14120         (gst_avi_demux_stream_scan):
14121           Initialze variables.
14122
14123 2006-08-25  Wim Taymans  <wim@fluendo.com>
14124
14125         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14126         (gst_avi_demux_init), (gst_avi_demux_finalize),
14127         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14128         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14129         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14130         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14131         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14132         (gst_avi_demux_massage_index),
14133         (gst_avi_demux_calculate_durations_from_index),
14134         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14135         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14136         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14137         (gst_avi_demux_change_state):
14138         * gst/avi/gstavidemux.h:
14139         More attempts to turn this into readable code.
14140         Don't leak adapters.
14141         Calculate duration according to index more efficiently.
14142         Don't try to act like we drive the pipeline in chain mode.
14143
14144 2006-08-25  Wim Taymans  <wim@fluendo.com>
14145
14146         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14147         Fix build.
14148
14149 2006-08-25  Wim Taymans  <wim@fluendo.com>
14150
14151         Patch by: Alessandro Decina <alessandro at nnva dot org>
14152
14153         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14154         Do some extra sanity checks.
14155         Fixes #350340.
14156
14157         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14158         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14159         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14160         Check if clip->start_time is valid before adding the clip to the
14161         track list.
14162         Reset enc->preamble going from PAUSED to READY.
14163         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14164         only used for EOS.
14165         Only post an error message if we were the one that created the fatal
14166         GstFlowReturn value.
14167
14168         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14169         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14170         Parse the seconds field of the npt-sec time format using %llu rather than
14171         %d and check that the value scaled by GST_SECOND doesn't overflow.
14172         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14173         Lookup a clip's track with clip->track rather than clip->id which
14174         makes no sense.
14175         Identify a clip by its track and start time and not its xml id.
14176         do some more input checking and make sure we don't do undefined shifts.
14177
14178         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14179         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14180         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14181         (push_clip), (push_empty_clip), (check_output_clip),
14182         (GST_START_TEST), (cmmldec_suite):
14183         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14184         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14185         (check_headers), (push_clip), (check_clip_times), (check_clip),
14186         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14187         Added some more checks.
14188
14189 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14190
14191         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14192         (gst_audio_panorama_set_property),
14193         (gst_audio_panorama_get_property),
14194         (gst_audio_panorama_transform_m2s_int),
14195         (gst_audio_panorama_transform_s2s_int),
14196         (gst_audio_panorama_transform_m2s_float),
14197         (gst_audio_panorama_transform_s2s_float):
14198         * gst/audiofxgood/audiopanorama.h:
14199         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14200           Make also the pan-property float (saves scaling and yields better
14201           resolution)
14202
14203 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14204
14205         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14206         (gst_audio_panorama_transform_m2s_float),
14207         (gst_audio_panorama_transform_s2s_float):
14208           ChangeLog surgery to add cymax's real name
14209
14210
14211 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14212
14213         Patch by: René Stadler <mail@renestadler.de>
14214
14215         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14216         (gst_audio_panorama_transform_m2s_int),
14217         (gst_audio_panorama_transform_s2s_int),
14218         (gst_audio_panorama_transform_m2s_float),
14219         (gst_audio_panorama_transform_s2s_float),
14220         (gst_audio_panorama_transform):
14221         * gst/audiofxgood/audiopanorama.h:
14222           Added float support
14223
14224 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14225
14226         * gst/audiofxgood/audiopanorama.c:
14227         (gst_audio_panorama_transform_m2s):
14228           Fix docs & debug category. Add Fixme for volume pan levels.
14229
14230 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14231
14232         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14233         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14234         (gst_avi_demux_stream_header_pull),
14235         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14236         (gst_avi_demux_chain):
14237           unbreak AVI index handling, some more debug, remove an obsolete
14238           adapter_flush that caused streaming to wander off in the wild
14239
14240 2006-08-24  Wim Taymans  <wim@fluendo.com>
14241
14242         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14243         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14244         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14245         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14246         (gst_avi_demux_calculate_durations_from_index),
14247         (gst_avi_demux_stream_header_push),
14248         (gst_avi_demux_stream_header_pull):
14249         * gst/avi/gstavidemux.h:
14250         Some more cleanups. 
14251         Fix totalFrames parsing in ODML.
14252         Disable use of index for length calculation in case of ODML as this is
14253         broken now.
14254
14255 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14256
14257         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14258           Use libgsttag helper function here too.
14259
14260 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14261
14262         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14263         (gst_avi_demux_init), (gst_avi_demux_dispose),
14264         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14265         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14266         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14267         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14268         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14269         (gst_avi_demux_parse_subindex),
14270         (gst_avi_demux_read_subindexes_push),
14271         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14272         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14273         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14274         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14275         (gst_avi_demux_stream_header_pull),
14276         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14277         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14278         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14279         (gst_avi_demux_change_state):
14280         * gst/avi/gstavidemux.h:
14281           Initial streaming support for avidemux (fixes #336465)
14282
14283 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14284
14285         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14286           There is no taglibmux element ...
14287
14288         * gst/rtsp/gstrtspsrc.c:
14289           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14290           was complaining about unknown entity here.
14291
14292 2006-08-22  Wim Taymans  <wim@fluendo.com>
14293
14294         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14295         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14296         (gst_avi_demux_process_next_entry):
14297         * gst/avi/gstavidemux.h:
14298         Mark DISCONT.
14299         Remove old unused fields and reorder the struct a bit.
14300
14301 2006-08-22  Wim Taymans  <wim@fluendo.com>
14302
14303         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14304         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14305         (gst_rtspsrc_pause):
14306         * gst/rtsp/gstrtspsrc.h:
14307         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14308         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14309         Small documentation updates.
14310
14311 2006-08-22  Wim Taymans  <wim@fluendo.com>
14312
14313         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14314         (gst_avi_demux_index_entry_for_time),
14315         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14316         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14317         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14318         (gst_avi_demux_next_data_buffer),
14319         (gst_avi_demux_calculate_durations_from_index),
14320         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14321         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14322         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14323         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14324         * gst/avi/gstavidemux.h:
14325         Precalc most of the duration query for each stream.
14326         Make seeking more correct.
14327         Use GstSegment to track position and duration.
14328         Code cleanups and leak fixes.
14329         Calculate correct total duration based on index length.
14330
14331 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14332
14333         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14334         (parse_insert_string_field):
14335           If strings in text fields are marked ISO8859-1, but contain
14336           valid UTF-8 already, then handle them as UTF-8 and ignore
14337           the encoding. (#351794)
14338
14339 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14340
14341         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14342         (gst_flac_dec_write), (gst_flac_dec_loop),
14343         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14344         (gst_flac_dec_src_query):
14345         * ext/flac/gstflacdec.h:
14346           Make flac-in-ogg work (#352100).
14347
14348 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14349
14350         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14351           Don't unref buffers of which we've already given away
14352           ownership to the adapter.
14353
14354 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14355
14356         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14357           Make metadata extraction actually work.
14358
14359         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14360         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14361         (gst_speexenc_chain):
14362           Fix metadata writing: replace old code which wrote completely
14363           broken tags with libgsttag-based code. Plus miscellaneous
14364           code cleanups (use static pad templates etc.) and a bunch
14365           of leak fixes.
14366
14367 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14368
14369         * gst/audiopanorama/.cvsignore:
14370         * gst/audiopanorama/Makefile.am:
14371         * gst/audiopanorama/audiofx.c:
14372         * gst/audiopanorama/audiopanorama.c:
14373         * gst/audiopanorama/audiopanorama.h:
14374           die! die! die! you should never have been there
14375
14376 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14377
14378         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14379         Fix invalid memory access in audiopanorama test suite.
14380
14381 2006-08-21  Edward Hervey  <edward@fluendo.com>
14382
14383         * tests/check/elements/.cvsignore:
14384         ignore built file
14385
14386 2006-08-21  Wim Taymans  <wim@fluendo.com>
14387
14388         * gst/rtp/Makefile.am:
14389         Fix the build again.
14390
14391 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14392
14393         * gst/audiofxgood/.cvsignore:
14394         * gst/audiofxgood/Makefile.am:
14395         * gst/audiofxgood/audiofx.c: (plugin_init):
14396         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14397         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14398         (gst_audio_panorama_set_property),
14399         (gst_audio_panorama_get_property),
14400         (gst_audio_panorama_get_unit_size),
14401         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14402         (gst_audio_panorama_transform_m2s),
14403         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14404         * gst/audiofxgood/audiopanorama.h:
14405           resubmit with the desired name *again*
14406
14407 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14408
14409         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14410         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14411           use g_assert in _get_unit_size
14412
14413 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14414
14415         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14416         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14417         * docs/plugins/inspect/plugin-audiofxgood.xml:
14418           cleanup -unused.txt to make it useful, add previously missing docs
14419
14420         * ext/Makefile.am:
14421           Quietly (accidentally) enable LADSPA for building by default, 
14422           despite the fact that it doesn't meet the plugin checklist.
14423             -- Added by Jan Schmidt 18 Dec 2006
14424
14425         * ext/esd/esdmon.c:
14426         * ext/esd/esdsink.c:
14427         * ext/esd/gstesd.c: (plugin_init):
14428           reflow to get rid of two external symbols
14429
14430         * gst/audiofxgood/audiofx.c: (plugin_init):
14431           re-add
14432
14433 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14434
14435         * configure.ac:
14436         * gst/audiofxgood/.cvsignore:
14437         * gst/audiofxgood/Makefile.am:
14438         * gst/audiofxgood/audiofx.c
14439         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14440         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14441         (gst_audio_panorama_set_property),
14442         (gst_audio_panorama_get_property),
14443         (gst_audio_panorama_get_unit_size),
14444         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14445         (gst_audio_panorama_transform_m2s),
14446         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14447         * gst/audiofxgood/audiopanorama.h:
14448         * tests/check/Makefile.am:
14449         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14450         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14451         (panorama_suite), (main):
14452         Add audiofxgood plugin with audiopanorama element
14453
14454 2006-08-18  Wim Taymans  <wim@fluendo.com>
14455
14456         * docs/plugins/Makefile.am:
14457         More Oss docs fixage. 
14458
14459 2006-08-18  Wim Taymans  <wim@fluendo.com>
14460
14461         * gst/rtp/Makefile.am:
14462         * gst/rtp/gstrtp.c: (plugin_init):
14463         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14464         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14465         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14466         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14467         (gst_rtp_sv3v_depay_get_property),
14468         (gst_rtp_sv3v_depay_change_state),
14469         (gst_rtp_sv3v_depay_plugin_init):
14470         * gst/rtp/gstrtpsv3vdepay.h:
14471         Added experimental SVQ3 depayloader.
14472
14473 2006-08-18  Edward Hervey  <edward@fluendo.com>
14474
14475         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14476         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14477         * ext/dv/gstdvdemux.h:
14478         When handling seek requests, don't send the newsegment event from the
14479         calling thread. Instead save it so it can be sent from the streaming
14480         thread.
14481
14482 2006-08-17  Wim Taymans  <wim@fluendo.com>
14483
14484         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14485
14486         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14487         Accept leading whitespace before the boundary
14488         This patch makes the demuxer allow some whitespace before the actual
14489         boundary. This makes the demuxer work with the ``old'' gstreamer
14490         multipartmuxer again (which placed an extra \n before the start
14491         of the stream) Fixes #349068.
14492
14493 2006-08-17  Wim Taymans  <wim@fluendo.com>
14494
14495         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14496         Error out on non-implemented stuff.
14497
14498 2006-08-16  Wim Taymans  <wim@fluendo.com>
14499
14500         Patch by: Andy Wingo <wingo at pobox dot com>
14501
14502         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14503         (gst_signal_processor_start), (gst_signal_processor_stop),
14504         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14505         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14506         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14507         (gst_signal_processor_change_state):
14508         Make ladspa elements reusable. Fixes #350006.
14509
14510 2006-08-16  Wim Taymans  <wim@fluendo.com>
14511
14512         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14513         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14514         names as possible. Fixes #349901.
14515
14516 2006-08-16  Wim Taymans  <wim@fluendo.com>
14517
14518         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14519         (gst_signal_processor_do_pushes):
14520         A push() gives away our refcount so we should not use the buffer on the
14521         pen anymore.
14522
14523 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14524
14525         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14526         (gst_oss_mixer_element_finalize):
14527           Don't leak device string.
14528
14529 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14530
14531         * configure.ac:
14532           Require CVS of GStreamer core and -base (for
14533           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14534
14535         * ext/taglib/gstid3v2mux.cc:
14536           Write extended comment tags properly (#348762).
14537
14538         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14539         (parse_comment_frame):
14540           Extract COMM frames into extended comments, which makes it
14541           easier to properly retain the description bit of the tag
14542           and maintain this information when re-tagging (#348762).
14543
14544 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14545
14546         * tests/check/Makefile.am:
14547           Don't try to run annodex unit tests if the annodex
14548           plugin has not been built (Fixes #351116).
14549
14550 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14551
14552         * gst/autodetect/gstautoaudiosink.c:
14553         (gst_auto_audio_sink_find_best):
14554           When we can't find a usable audiosink, don't error out,
14555           but use a fake sink instead and post a warning message
14556           on the bus (#341278).
14557
14558 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14559
14560         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14561         * sys/oss/gstosssink.c:
14562         * sys/oss/gstosssrc.c:
14563           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14564           ossmixer's new device property.
14565
14566         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14567         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14568           Add docs for OSS elements.
14569
14570         * docs/plugins/inspect/plugin-aasink.xml:
14571         * docs/plugins/inspect/plugin-alaw.xml:
14572         * docs/plugins/inspect/plugin-alpha.xml:
14573         * docs/plugins/inspect/plugin-alphacolor.xml:
14574         * docs/plugins/inspect/plugin-annodex.xml:
14575         * docs/plugins/inspect/plugin-apetag.xml:
14576         * docs/plugins/inspect/plugin-auparse.xml:
14577         * docs/plugins/inspect/plugin-autodetect.xml:
14578         * docs/plugins/inspect/plugin-avi.xml:
14579         * docs/plugins/inspect/plugin-cacasink.xml:
14580         * docs/plugins/inspect/plugin-cairo.xml:
14581         * docs/plugins/inspect/plugin-cdio.xml:
14582         * docs/plugins/inspect/plugin-cutter.xml:
14583         * docs/plugins/inspect/plugin-debug.xml:
14584         * docs/plugins/inspect/plugin-dv.xml:
14585         * docs/plugins/inspect/plugin-efence.xml:
14586         * docs/plugins/inspect/plugin-effectv.xml:
14587         * docs/plugins/inspect/plugin-esdsink.xml:
14588         * docs/plugins/inspect/plugin-flac.xml:
14589         * docs/plugins/inspect/plugin-flxdec.xml:
14590         * docs/plugins/inspect/plugin-gconfelements.xml:
14591         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14592         * docs/plugins/inspect/plugin-goom.xml:
14593         * docs/plugins/inspect/plugin-halelements.xml:
14594         * docs/plugins/inspect/plugin-icydemux.xml:
14595         * docs/plugins/inspect/plugin-id3demux.xml:
14596         * docs/plugins/inspect/plugin-jpeg.xml:
14597         * docs/plugins/inspect/plugin-level.xml:
14598         * docs/plugins/inspect/plugin-matroska.xml:
14599         * docs/plugins/inspect/plugin-mulaw.xml:
14600         * docs/plugins/inspect/plugin-multipart.xml:
14601         * docs/plugins/inspect/plugin-navigationtest.xml:
14602         * docs/plugins/inspect/plugin-ossaudio.xml:
14603         * docs/plugins/inspect/plugin-png.xml:
14604         * docs/plugins/inspect/plugin-rtp.xml:
14605         * docs/plugins/inspect/plugin-rtsp.xml:
14606         * docs/plugins/inspect/plugin-shout2send.xml:
14607         * docs/plugins/inspect/plugin-smpte.xml:
14608         * docs/plugins/inspect/plugin-speex.xml:
14609         * docs/plugins/inspect/plugin-taglib.xml:
14610         * docs/plugins/inspect/plugin-udp.xml:
14611         * docs/plugins/inspect/plugin-videobalance.xml:
14612         * docs/plugins/inspect/plugin-videobox.xml:
14613         * docs/plugins/inspect/plugin-videoflip.xml:
14614         * docs/plugins/inspect/plugin-videomixer.xml:
14615         * docs/plugins/inspect/plugin-wavenc.xml:
14616         * docs/plugins/inspect/plugin-wavparse.xml:
14617         * docs/plugins/inspect/plugin-ximagesrc.xml:
14618           Update to CVS version.
14619           
14620 2006-08-16  Wim Taymans  <wim@fluendo.com>
14621
14622         * gst/rtp/gstrtpamrdepay.c:
14623         * gst/rtp/gstrtpmp4gdepay.c:
14624         Caps extra properties must be defined as strings for
14625         depayloaders because they are generated from an SDP.
14626
14627         * gst/rtp/Makefile.am:
14628         * gst/rtp/gstrtp.c: (plugin_init):
14629         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14630         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14631         (gst_rtp_h264_depay_finalize), (decode_base64),
14632         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14633         (gst_rtp_h264_depay_set_property),
14634         (gst_rtp_h264_depay_get_property),
14635         (gst_rtp_h264_depay_change_state),
14636         (gst_rtp_h264_depay_plugin_init):
14637         * gst/rtp/gstrtph264depay.h:
14638         Added basic, not completely functional RFC 3984 H264 depayloader.
14639
14640 2006-08-16  Wim Taymans  <wim@fluendo.com>
14641
14642         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14643         Add pads after setting them up.
14644
14645         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14646         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14647         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14648         (gst_rtspsrc_stream_setup_rtp),
14649         (gst_rtspsrc_stream_configure_transport),
14650         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14651         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14652         (gst_rtspsrc_pause):
14653         * gst/rtsp/gstrtspsrc.h:
14654         Fix interleaved mode.
14655          - Protect streaming with lock.
14656          - Combine flows
14657          - set caps on outgoing buffers.
14658          - strip trailing \0 from data packets.
14659          - Configure RTP/RTCP in stream.
14660         Use DEBUG_OBJECT more.
14661
14662 2006-08-16  Wim Taymans  <wim@fluendo.com>
14663
14664         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14665         Turn a g_print into a DEBUG line.
14666
14667 2006-08-13  Wim Taymans  <wim@fluendo.com>
14668
14669         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14670         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14671         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14672         (gst_oss_mixer_element_get_property),
14673         (gst_oss_mixer_element_change_state):
14674         * sys/oss/gstossmixerelement.h:
14675         Small cleanups. Better error reporting.
14676         Add device property for the mixer instead of the hardcoded
14677         /dev/mixer. Fixes #350785.
14678         API: GstOssMixerElement::device property
14679
14680 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14681
14682         Patch by: Jens Granseuer <jensgr at gmx net>
14683
14684         * gconf/Makefile.am:
14685           Make --disable-schemas work right (they still need
14686           to be copied to the installation directory, just not
14687           applied). Fixes #351347 (also #344100).
14688           
14689 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14690
14691         * configure.ac: back to HEAD
14692
14693 === release 0.10.4 ===
14694
14695 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14696
14697         * configure.ac:
14698           releasing 0.10.4, "Dear Leader"
14699
14700 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14701
14702         Patch by: Edward Hervey <edward@fluendo.com>
14703
14704         * configure.ac:
14705         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14706         (gst_wavparse_stream_data):
14707         Send the newsegment event in the streaming thread.
14708         Fixes #347529
14709
14710 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14711
14712         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14713         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14714         (gst_smokeenc_resync), (gst_smokeenc_chain):
14715           Refuse sink caps in the encoder if width or height is not a
14716           multiple of 16, the encoder does not support that yet (#349939);
14717           along the same lines, check the return value of the encoder
14718           setup function; also remove some debug log clutter.
14719
14720 2006-08-04  Andy Wingo  <wingo@pobox.com>
14721
14722         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14723         whether a processor can work in place or not, and for keeping
14724         track of its state. Change the FlowReturn instance variable from
14725         "state" to "flow_state", all callers changed.
14726
14727         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14728         (gst_signal_processor_start, gst_signal_processor_stop)
14729         (gst_signal_processor_cleanup): New functions to manage the
14730         processor's state.
14731         (gst_signal_processor_setcaps): start() as well as setup() here.
14732         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14733         (gst_signal_processor_change_state): Stop and cleanup the
14734         processor as we go to NULL.
14735
14736         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14737         INPLACE_BROKEN is not set.
14738
14739         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14740         Do the alloc_buffer in bytes, not frames.
14741         
14742 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14743
14744         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14745         Fix rgb masks when recording in < 24bpp.
14746
14747 2006-08-04  Andy Wingo  <wingo@pobox.com>
14748
14749         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14750         (gst_signal_processor_prepare)
14751         (gst_signal_processor_update_inputs)
14752         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14753         (gst_signal_processor_flush)
14754         (gst_signal_processor_sink_activate_push)
14755         (gst_signal_processor_src_activate_pull)
14756         (gst_signal_processor_change_state): Remove the last of the code
14757         that assumes that we process whole buffers at a time. Fix some
14758         debugging. Seems to work now in some cases.
14759         (gst_signal_processor_src_activate_pull): BPB
14760
14761 2006-08-01  Andy Wingo  <wingo@pobox.com>
14762
14763         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14764         Fix nframes-choosing.
14765         (gst_signal_processor_init): Init pending_in and pending_out.
14766
14767         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14768         more default sample rate, although we never check that the sample
14769         rate actually gets set. Something for the future.
14770         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14771         (gst_signal_processor_event): Refcount fixen.
14772         (gst_signal_processor_process): Pull the number of frames to
14773         process from the sizes of the buffers in the input pens.
14774         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14775         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14776         it instead of buffer_frames.
14777         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14778         to do_pulls.
14779         (gst_signal_processor_chain)
14780         (gst_signal_processor_sink_activate_push)
14781         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14782
14783         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14784
14785 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14786
14787         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14788         (gst_signal_processor_process):
14789           don't query buffer-frames from caps, add lots of debug-log,
14790           try fix for assert (#349189)
14791
14792 2006-07-31  Wim Taymans  <wim@fluendo.com>
14793
14794         * gst/udp/gstudpsrc.c:
14795         Fix docs.
14796
14797 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14798
14799         * ext/ladspa/gstsignalprocessor.c:
14800         (gst_signal_processor_add_pad_from_template),
14801         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14802         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14803         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14804         (gst_signal_processor_sink_activate_push),
14805         (gst_signal_processor_src_activate_pull),
14806         (gst_signal_processor_change_state):
14807          Add debugs logs here and there, add more error handling, add some
14808          FIXME comments, filed #349189
14809
14810 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14811
14812         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14813         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14814         Set caps on buffer correctly.  Fixes bug #349155.
14815
14816 2006-07-28  Wim Taymans  <wim@fluendo.com>
14817
14818         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14819
14820         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14821         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14822         (gst_multipart_demux_finalize), (get_line_end),
14823         (multipart_parse_header), (multipart_find_boundary),
14824         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14825         (gst_multipart_set_property), (gst_multipart_get_property):
14826         Uses GstAdapter instead of own buffering.
14827         Actually parses the mime-type correctly (In tests the mime-type was
14828         always "" with the old version).
14829         Uses the Content-length header if available to speed up things.
14830         Reliably autoscans the boundary name by default.
14831         Fixes #349068.
14832
14833         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14834         Don't start the stream with a \n.
14835
14836 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14837
14838         Patch by: Brian Cameron <brian dot cameron at sun com>
14839
14840         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14841           Open source with O_NONBLOCK (#349015).
14842
14843 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14844
14845         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14846         (gst_avi_demux_massage_index):
14847         * gst/avi/gstavidemux.h:
14848           Whitespace fixes and more debug
14849
14850 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14851
14852         * gst/autodetect/gstautoaudiosink.c:
14853         (gst_auto_audio_sink_create_element_with_pretty_name),
14854         (gst_auto_audio_sink_find_best),
14855         (gst_auto_audio_sink_change_state):
14856           Get rid of old and unused magic sound-server properties stuff.
14857           Add suffix to child sink's name that makes it easy to see from
14858           the name alone which type it actually is (alsa, oss, esd, etc.).
14859
14860 2006-07-27  Wim Taymans  <wim@fluendo.com>
14861
14862         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14863         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14864         (gst_udpsrc_start):
14865         * gst/udp/gstudpsrc.h:
14866         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14867         not some sort of feature we enable.
14868
14869 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14870
14871         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14872           Use CLOSE_SOCKET() here instead of close() to maintain
14873           win32 workiness.
14874
14875 2006-07-27  Wim Taymans  <wim@fluendo.com>
14876
14877         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14878
14879         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14880         (gst_udpsrc_create), (gst_udpsrc_set_property),
14881         (gst_udpsrc_get_property), (gst_udpsrc_start):
14882         * gst/udp/gstudpsrc.h:
14883         Added "buffer-size" property to control the kernel receive buffer size.
14884         Update documentation.
14885         Small cleanups. Fixes #348752.
14886         API: buffer-size property
14887
14888 2006-07-26  Wim Taymans  <wim@fluendo.com>
14889
14890         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14891
14892         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14893         (gst_rtp_pcma_pay_handle_buffer):
14894         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14895         (gst_rtp_pcmu_pay_handle_buffer):
14896         Fix timestamp calculation on outgoing RTP packets.
14897         Fixes #348675.
14898
14899 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14900
14901         * ext/taglib/gstid3v2mux.cc:
14902           Fix writing of comment frames (should be COMM not TCOM),
14903           is still sub-optimal though, since we don't retain or
14904           extract the comment descriptions properly (#334375,
14905           also see #334375).
14906
14907 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14908
14909         * gst/wavparse/gstwavparse.c:
14910           #define 'fact' RIFF chunk if we are not compiling against
14911           -base CVS (we don't want to depend on -base CVS for this
14912           one define only, and also not for release order reasons).
14913
14914 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14915
14916         * ext/taglib/gstid3v2mux.cc:
14917           Handle multiple tags of the same type properly. Re-inject
14918           unparsed ID3v2 frames that we get as binary blobs from
14919           id3demux into the tag again so we don't lose information
14920           when retagging (#334375).
14921
14922 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14923
14924         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14925           Document newly-added properties properly, so that there is a
14926           'Since: 0.10.4' in the plugin docs. Convert some property
14927           names into canonical GObject style (GObject will do that
14928           internally anyway).
14929
14930 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14931
14932         * gst/id3demux/id3tags.c:
14933         (id3demux_add_id3v2_frame_blob_to_taglist):
14934           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14935           well, and add the version to the blob's buffer caps, since that
14936           information will be needed for deserialisation later on (#348644).
14937
14938 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14939
14940         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14941         (gst_avi_demux_parse_stream):
14942          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14943          indentation and spacing.
14944
14945 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14946
14947         * docs/plugins/Makefile.am:
14948         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14949         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14950         * docs/plugins/gst-plugins-good-plugins.args:
14951         * docs/plugins/inspect/plugin-1394.xml:
14952         * docs/plugins/inspect/plugin-aasink.xml:
14953         * docs/plugins/inspect/plugin-alaw.xml:
14954         * docs/plugins/inspect/plugin-alpha.xml:
14955         * docs/plugins/inspect/plugin-alphacolor.xml:
14956         * docs/plugins/inspect/plugin-annodex.xml:
14957         * docs/plugins/inspect/plugin-apetag.xml:
14958         * docs/plugins/inspect/plugin-auparse.xml:
14959         * docs/plugins/inspect/plugin-autodetect.xml:
14960         * docs/plugins/inspect/plugin-avi.xml:
14961         * docs/plugins/inspect/plugin-cacasink.xml:
14962         * docs/plugins/inspect/plugin-cairo.xml:
14963         * docs/plugins/inspect/plugin-cdio.xml:
14964         * docs/plugins/inspect/plugin-cutter.xml:
14965         * docs/plugins/inspect/plugin-debug.xml:
14966         * docs/plugins/inspect/plugin-dv.xml:
14967         * docs/plugins/inspect/plugin-efence.xml:
14968         * docs/plugins/inspect/plugin-effectv.xml:
14969         * docs/plugins/inspect/plugin-esdsink.xml:
14970         * docs/plugins/inspect/plugin-flac.xml:
14971         * docs/plugins/inspect/plugin-flxdec.xml:
14972         * docs/plugins/inspect/plugin-gconfelements.xml:
14973         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14974         * docs/plugins/inspect/plugin-goom.xml:
14975         * docs/plugins/inspect/plugin-halelements.xml:
14976         * docs/plugins/inspect/plugin-icydemux.xml:
14977         * docs/plugins/inspect/plugin-id3demux.xml:
14978         * docs/plugins/inspect/plugin-jpeg.xml:
14979         * docs/plugins/inspect/plugin-level.xml:
14980         * docs/plugins/inspect/plugin-matroska.xml:
14981         * docs/plugins/inspect/plugin-mulaw.xml:
14982         * docs/plugins/inspect/plugin-multipart.xml:
14983         * docs/plugins/inspect/plugin-navigationtest.xml:
14984         * docs/plugins/inspect/plugin-ossaudio.xml:
14985         * docs/plugins/inspect/plugin-png.xml:
14986         * docs/plugins/inspect/plugin-rtp.xml:
14987         * docs/plugins/inspect/plugin-rtsp.xml:
14988         * docs/plugins/inspect/plugin-shout2send.xml:
14989         * docs/plugins/inspect/plugin-smpte.xml:
14990         * docs/plugins/inspect/plugin-speex.xml:
14991         * docs/plugins/inspect/plugin-udp.xml:
14992         * docs/plugins/inspect/plugin-videobalance.xml:
14993         * docs/plugins/inspect/plugin-videobox.xml:
14994         * docs/plugins/inspect/plugin-videoflip.xml:
14995         * docs/plugins/inspect/plugin-videomixer.xml:
14996         * docs/plugins/inspect/plugin-wavenc.xml:
14997         * docs/plugins/inspect/plugin-wavparse.xml:
14998         * docs/plugins/inspect/plugin-ximagesrc.xml:
14999           Update files to CVS/Prerelease version, add esdsink docs.
15000
15001         * ext/esd/esdsink.c:
15002           Add gtk-doc blurb.
15003
15004         * gst/rtp/gstrtpmp4vpay.c:
15005           Fix typo in element description.
15006
15007 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15008
15009         * ext/esd/esdsink.c: (gst_esdsink_open),
15010         (gst_esdsink_factory_init):
15011           Prevent libesd from auto-spawning a sound daemon if it
15012           is not already running. Now that we don't do evil stuff
15013           like that any longer we can give esdsink a rank so that
15014           autoaudiosink will try it as well if all other audio
15015           sinks fail (#343051).
15016
15017 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15018
15019         * ext/esd/Makefile.am:
15020           Oops, need to remove README from EXTRA_DIST as well.
15021
15022 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15023
15024         * ext/esd/README:
15025           Remove, it contains nothing useful anyway.
15026
15027         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
15028         (gst_esdsink_delay):
15029           Some small clean-ups; use GST_BOILERPLATE etc.
15030
15031 2006-07-24  Wim Taymans  <wim@fluendo.com>
15032
15033         * gst/law/alaw-decode.c: (alawdec_getcaps):
15034         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
15035         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15036         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
15037         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
15038
15039 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
15040
15041         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15042         (gst_wavparse_other), (gst_wavparse_perform_seek),
15043         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
15044         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15045         (gst_wavparse_pad_query):
15046         * gst/wavparse/gstwavparse.h:
15047           Use information from 'fact' chunk for length calculation of compressed
15048           samples. Calculate bps if bogus value is found in wav header (embeded
15049           mp2/mp3).
15050           
15051
15052 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15053
15054         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
15055
15056         * configure.ac:
15057         * gst/udp/Makefile.am:
15058         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
15059         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
15060         * gst/udp/gstdynudpsink.h:
15061         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
15062         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
15063         * gst/udp/gstmultiudpsink.h:
15064         * gst/udp/gstudp.c: (plugin_init):
15065         * gst/udp/gstudpsink.h:
15066         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
15067         (gst_udpsrc_start), (gst_udpsrc_stop):
15068         * gst/udp/gstudpsrc.h:
15069         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
15070         (gst_udp_net_utils_win32_wsa_startup):
15071         * gst/udp/gstudpnetutils.h:
15072           Port udp plugin to win32 (#345288).
15073
15074 2006-07-24  Wim Taymans  <wim@fluendo.com>
15075
15076         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
15077         Remove unwanted DEBUG line.
15078
15079 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15080
15081         * gst/id3demux/gstid3demux.c: (plugin_init):
15082         * gst/id3demux/id3tags.c:
15083         (id3demux_add_id3v2_frame_blob_to_taglist):
15084         * gst/id3demux/id3tags.h:
15085           On second thought, it might be wiser and more efficient
15086           not to do tag registration from a streaming thread.
15087
15088 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15089
15090         * gst/id3demux/id3tags.c:
15091         (id3demux_add_id3v2_frame_blob_to_taglist),
15092         (id3demux_id3v2_frames_to_tag_list):
15093           Put ID3v2 frames we can't parse as binary blobs into private
15094           tags, so that they are not lost when retagging, at least once
15095           id3v2mux has been taught to re-inject those frames again.
15096           See bug #334375.
15097
15098 2006-07-21  Wim Taymans  <wim@fluendo.com>
15099
15100         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15101         (gst_avi_demux_process_next_entry):
15102         Fix some leaks.
15103
15104         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15105         Don't use \n in debug lines.
15106
15107 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15108
15109         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15110         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15111           Add annodex and icydemux, cleanup the sections a bit
15112
15113 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15114
15115         Patch by: Alex Lancaster <alexl at users sourceforge net>
15116
15117         * ext/taglib/gstid3v2mux.cc:
15118           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15119           ID3v2 TSSE frames (#347898).
15120
15121 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15122
15123         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15124           Respect mpegversion for "video/mpeg" and give message in case of
15125           unhandled versions.
15126
15127 2006-07-17  Wim Taymans  <wim@fluendo.com>
15128
15129         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15130         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15131         (gst_pngdec_chain), (gst_pngdec_sink_event),
15132         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15133         (gst_pngdec_sink_activate_push):
15134         * ext/libpng/gstpngdec.h:
15135         Use statically allocated segment instead of leaking.
15136         Various cleanups.
15137         Fix flush and seek handling.
15138
15139 2006-07-16  Wim Taymans  <wim@fluendo.com>
15140
15141         * gst/rtp/Makefile.am:
15142         * gst/rtp/gstrtp.c: (plugin_init):
15143         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15144         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15145         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15146         (gst_rtp_mp4g_depay_set_property),
15147         (gst_rtp_mp4g_depay_get_property),
15148         (gst_rtp_mp4g_depay_change_state),
15149         (gst_rtp_mp4g_depay_plugin_init):
15150         * gst/rtp/gstrtpmp4gdepay.h:
15151         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15152         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15153         (gst_rtp_mp4g_pay_flush):
15154         Added simple generic mpeg4 depayloader.
15155         Fix generic mpeg4 payloader.
15156
15157 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15158
15159         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15160           Don't try doing state changes on a NULL pointer.
15161
15162 2006-07-14  Wim Taymans  <wim@fluendo.com>
15163
15164         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15165
15166         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15167         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15168         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15169         * gst/rtp/gstrtpamrdepay.h:
15170         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15171         Fixes #321191
15172
15173 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15174
15175         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15176         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15177         Fix segfault when moving mouse pointer to the bottom right corner.
15178
15179 2006-07-12  Wim Taymans  <wim@fluendo.com>
15180
15181         * gst/rtp/Makefile.am:
15182         * gst/rtp/gstrtp.c: (plugin_init):
15183         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15184         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15185         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15186         (gst_rtp_mp2t_depay_set_property),
15187         (gst_rtp_mp2t_depay_get_property),
15188         (gst_rtp_mp2t_depay_change_state),
15189         (gst_rtp_mp2t_depay_plugin_init):
15190         * gst/rtp/gstrtpmp2tdepay.h:
15191         Added mpeg2 TS depayloader. Closing #347234.
15192
15193 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15194
15195         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15196           Remove g_assert that shouldn't be there and was triggered
15197           after trying to open a device that doesn't exist or can't
15198           be opened for some other reason (#347972).
15199
15200 2006-07-10  Edward Hervey  <edward@fluendo.com>
15201
15202         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15203         (gst_avi_demux_stream_header), (push_tag_lists):
15204         * gst/avi/gstavidemux.h:
15205         Don't push tag events found by gst_riff_parse_info() before outputting
15206         GST_EVENT_NEWSEGMENT.
15207
15208 2006-07-10  Wim Taymans  <wim@fluendo.com>
15209
15210         * gst/rtsp/Makefile.am:
15211         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15212         (rtsp_connection_close):
15213         * gst/rtsp/rtspdefs.h:
15214         replaced closesocket and close in code with one CLOSE_SOCKET. 
15215         Some more cleanups. Fixes #345301.
15216
15217 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15218
15219         * gst/autodetect/gstautoaudiosink.c:
15220           Fix example pipeline in docs.
15221
15222 2006-07-10  Wim Taymans  <wim@fluendo.com>
15223
15224         Patch by: Rob Taylor <robtaylor at floopily dot org>
15225
15226         * gst/udp/gstmultiudpsink.c: (join_multicast),
15227         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15228         If a destination is added before the stream is set to PAUSED, the
15229         multicast group is not joined as the socket is not created yet. 
15230         Also TTL and LOOP should also be set. Fixes #346921.
15231
15232 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15233
15234         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15235         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15236         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15237         (gst_ximage_src_init):
15238         * sys/ximage/gstximagesrc.h:
15239         Fix use-damage property to actually work :)
15240         Add startx, starty, endx, endy properties so screencasts other than full
15241         screen ones can work.
15242
15243 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15244
15245         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15246         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15247         (gst_ximage_src_class_init), (gst_ximage_src_init):
15248         * sys/ximage/gstximagesrc.h:
15249         Add use_damage property to offer ability to choose whether to use
15250         XDamage or not.
15251
15252 2006-07-07  Wim Taymans  <wim@fluendo.com>
15253
15254         * gst/goom/filters.c: (zoomFilterSetResolution):
15255         Avoid goom coredumping by clearing memory. 
15256         Fixes 345679.
15257
15258 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15259
15260         * win32/vs6/libgstid3demux.dsp:
15261         Add a link to libgsttag-0.10.lib.
15262
15263 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15264
15265         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15266         (gst_tag_demux_read_range):
15267         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15268         (gst_id3demux_read_range):
15269           Don't return FLOW_UNEXPECTED when a buffer is before
15270           the start of the stream (which might happen with
15271           large ID3v2 tags if the tag reading was done pullrange
15272           based and we then switched to push mode later on).
15273           Fixes regression introduced by commit from June 29th.
15274
15275 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15276
15277         * ext/taglib/gstid3v2mux.cc:
15278           Make UTF-8 the default encoding when writing string
15279           tags (before, our UTF-8 strings would automatically
15280           be converted to ISO-8859-1 by taglib and written as
15281           ISO-8859-1 fields if that was possible).
15282
15283         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15284         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15285         (test_taglib_id3mux_with_tags):
15286           Add test case that makes sure our UTF-8 strings have
15287           actually been written into the tag as UTF-8.
15288
15289 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15290
15291         * configure.ac:
15292           Let's try that again.
15293
15294 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15295
15296         * configure.ac:
15297           Disable monoscope plugin for now until it fulfills
15298           all the requirements.
15299
15300 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15301
15302         * configure.ac:
15303         * gst/monoscope/Makefile.am:
15304         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15305         (gst_monoscope_class_init), (gst_monoscope_init),
15306         (gst_monoscope_finalize), (gst_monoscope_reset),
15307         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15308         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15309         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15310         (gst_monoscope_change_state), (plugin_init):
15311         * gst/monoscope/gstmonoscope.h:
15312           Port monoscope visualisation to 0.10.
15313
15314 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15315
15316         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15317         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15318           Return FLOW_UNEXPECTED when at the end of the file, not
15319           FLOW_ERROR. Fixes 'internal stream error' errors that
15320           would sometimes occur in totem when scrubbing to the
15321           end of an ID3v1 tagged mp3 file.
15322
15323 2006-07-03  Edward Hervey  <edward@fluendo.com>
15324
15325         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15326         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15327         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15328         * ext/libpng/gstpngdec.h:
15329         Implement buffer clipping/dropping using GstSegment.
15330         This provides accurate seeking.
15331
15332 2006-07-03  Edward Hervey  <edward@fluendo.com>
15333
15334         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15335         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15336         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15337         (gst_avi_demux_process_next_entry), (push_tag_lists),
15338         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15339         * gst/avi/gstavidemux.h:
15340         Proper aggregation of each stream's GstFlowReturn in order to figure out
15341         whether the task should stop or not.
15342         Don't send inline events before pushing out a NEW_SEGMENT, more
15343         specifically for GST_TAG_EVENT.
15344         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15345         sub-indexes.
15346
15347 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15348
15349         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15350
15351         * sys/sunaudio/gstsunaudiomixerctrl.c:
15352         (gst_sunaudiomixer_ctrl_build_list):
15353           Move "Monitor" slider to input tab so it works more like
15354           sdtaudiocontrol, which is what people on Solaris are used
15355           to using for their mixer program (#346259).
15356
15357 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15358
15359         * tests/check/elements/level.c: (GST_START_TEST):
15360           fix a leak, clean up at the end
15361
15362 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15363
15364         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15365         (gst_matroska_demux_send_event),
15366         (gst_matroska_demux_loop_stream_parse_id):
15367         * gst/matroska/matroska-ids.h:
15368           Send tag event after newsegment event.
15369
15370 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15371
15372         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15373         (gst_id3demux_read_range):
15374           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15375           certain cases where a read beyond the end of the file is
15376           requested. Fixes #345930.
15377
15378         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15379         (gst_tag_demux_read_range):
15380           Fix same issue here as well.
15381
15382 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15383
15384         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15385         
15386         Fix hypothetical crash.
15387
15388 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15389
15390         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15391
15392         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15393           Do not modify the ports value. If the user has turned off the
15394           built-in speakers, then we should not reset it in the prepare
15395           function, since this causes the built-in speakers to turn
15396           back on anytime the user changes a track in totem, rhythmbox,
15397           etc. (#346066).
15398
15399 2006-06-23  Wim Taymans  <wim@fluendo.com>
15400
15401         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15402         Fix double caps unref when negotiation fails.
15403
15404 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15405
15406         * ext/annodex/gstcmmldec.c:
15407         * ext/annodex/gstcmmlenc.c:
15408         * ext/annodex/gstcmmlparser.c:
15409         * ext/dv/gstdvdec.c:
15410         * ext/dv/gstdvdemux.c:
15411         * ext/gdk_pixbuf/pixbufscale.c:
15412         * ext/jpeg/gstjpegenc.c:
15413         * ext/jpeg/gstsmokedec.c:
15414         * ext/jpeg/gstsmokeenc.c:
15415         * ext/libpng/gstpngdec.c:
15416         * ext/libpng/gstpngenc.c:
15417         * ext/speex/gstspeexenc.c:
15418         * gst/alpha/gstalphacolor.c:
15419         * gst/cutter/gstcutter.c:
15420         * gst/debug/gstnavigationtest.c:
15421         * gst/icydemux/gsticydemux.c:
15422         * gst/level/gstlevel.c:
15423         * gst/multipart/multipart.c:
15424         * gst/rtp/gstrtpamrpay.c:
15425         * gst/rtp/gstrtpdepay.c:
15426         * gst/rtp/gstrtpilbcpay.c:
15427         * gst/rtp/gstrtpmp4gpay.c:
15428         * gst/rtp/gstrtpmp4vpay.c:
15429         * gst/rtsp/gstrtpdec.c:
15430         * gst/rtsp/gstrtspsrc.c:
15431         * gst/udp/gstdynudpsink.c:
15432         * gst/udp/gstmultiudpsink.c:
15433         * gst/udp/gstudpsrc.c:
15434         * gst/videobox/gstvideobox.c:
15435         * gst/videofilter/gstvideoflip.c:
15436           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15437           plus two minor macro fixes.
15438
15439 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15440
15441         * gst/matroska/matroska-demux.c:
15442         (gst_matroska_demux_check_subtitle_buffer),
15443         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15444         (gst_matroska_demux_subtitle_caps):
15445         * gst/matroska/matroska-ids.c:
15446         (gst_matroska_track_init_subtitle_context):
15447         * gst/matroska/matroska-ids.h:
15448           Try to fix up broken matroska files containing subtitle
15449           streams with non-UTF8 character encodings (courtesy of
15450           mkvmerge) using either the encoding specified in the
15451           GST_SUBTITLE_ENCODING environment variable or the
15452           current locale's character set if it is non-UTF8.
15453           Fixes #337076.
15454
15455 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15456
15457         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15458           Set image type from APIC frame as "image-type" field
15459           of GST_TAG_IMAGE buffer caps (#344605).
15460
15461 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15462
15463         * ext/flac/Makefile.am:
15464         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15465         (gst_flac_dec_reset_decoders),
15466         (gst_flac_dec_setup_seekable_decoder),
15467         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15468         (gst_flac_dec_metadata_callback),
15469         (gst_flac_dec_metadata_callback_seekable),
15470         (gst_flac_dec_metadata_callback_stream),
15471         (gst_flac_dec_error_callback),
15472         (gst_flac_dec_error_callback_seekable),
15473         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15474         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15475         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15476         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15477         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15478         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15479         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15480         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15481         (gst_flac_dec_sink_activate_push),
15482         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15483         * ext/flac/gstflacdec.h:
15484           Support chain-based operation, should make flac-over-DAAP
15485           work (#340492).
15486
15487 2006-06-20  Wim Taymans  <wim@fluendo.com>
15488
15489         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15490         Doc updates, merge some unused symbols.
15491
15492 2006-06-20  Wim Taymans  <wim@fluendo.com>
15493
15494         * docs/plugins/Makefile.am:
15495         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15496         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15497         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15498         * gst/rtsp/gstrtspsrc.c:
15499         * gst/rtsp/gstrtspsrc.h:
15500         Added documentation for the rtsp plugin. Fixes #345393.
15501
15502 2006-06-20  Wim Taymans  <wim@fluendo.com>
15503
15504         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15505         (rtsp_connection_close), (rtsp_connection_free):
15506         Use better G_OS_* macros. Fixes #345301 some more.
15507
15508 2006-06-20  Wim Taymans  <wim@fluendo.com>
15509
15510         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15511
15512         * sys/sunaudio/Makefile.am:
15513         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15514         * sys/sunaudio/gstsunaudiomixerctrl.c:
15515         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15516         (gst_sunaudiomixer_ctrl_list_tracks),
15517         (gst_sunaudiomixer_ctrl_get_volume),
15518         (gst_sunaudiomixer_ctrl_set_volume),
15519         (gst_sunaudiomixer_ctrl_set_mute),
15520         (gst_sunaudiomixer_ctrl_set_record):
15521         * sys/sunaudio/gstsunaudiomixerctrl.h:
15522         * sys/sunaudio/gstsunaudiomixertrack.c:
15523         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15524         * sys/sunaudio/gstsunaudiomixertrack.h:
15525         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15526         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15527         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15528         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15529         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15530         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15531         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15532         (gst_sunaudiosrc_reset):
15533         * sys/sunaudio/gstsunaudiosrc.h:
15534         Add a SunAudio source plugin.
15535         Support stereo and right/left channel gain in the mixer plugin.
15536         Support the RECORD flag so that you can switch between line-input and
15537         microphone in gnome-volume-control.
15538         Code cleanups like using an enumerator for track number instead of an 
15539         integer. Fixes #344923.
15540
15541 2006-06-20  Wim Taymans  <wim@fluendo.com>
15542
15543         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15544
15545         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15546         (rtsp_connection_close):
15547         Make RTSP plugin compile on windows. Fixes #345301.
15548         Some changes to original patch to catch errors better.
15549         use ifdef WIN32 instead of ifndef.
15550
15551 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15552
15553         * configure.ac:
15554         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15555
15556 2006-06-18  Edward Hervey  <edward@fluendo.com>
15557
15558         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15559         After a failed buffer alloc, we need to abort the jpeg decoding (it
15560         started when parsing headers to figure out how many bytes we need
15561         to request downstream).
15562
15563 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15564
15565         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15566
15567         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15568           Make sure we don't read beyond the end of the file (#345232).
15569
15570 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15571
15572         * configure.ac:
15573           Fix --disable-external (can't set conditionals conditionally,
15574           #343602).
15575
15576 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15577
15578         * autogen.sh:
15579         * configure.ac:
15580         * docs/Makefile.am:
15581           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15582
15583         * docs/plugins/Makefile.am:
15584         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15585         * docs/plugins/inspect/plugin-taglib.xml:
15586           Add/fix apev2mux docs.
15587
15588 2006-06-14  Wim Taymans  <wim@fluendo.com>
15589
15590         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15591         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15592         (gst_dvdec_change_state):
15593         Reset segment info on flush.
15594         Alloc segment in _init, free in _finalize.
15595
15596         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15597         Don't send segments twice.
15598
15599 2006-06-14  Wim Taymans  <wim@fluendo.com>
15600
15601         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15602         Respect segment.stop. Fixes #342592.
15603
15604 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15605
15606         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15607           No language specified means the implied language is English
15608           according to the matroska spec (partially fixes #344708);
15609           add some more debug output.
15610
15611 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15612
15613         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15614         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15615         (gst_wavparse_chain):
15616           When operating chain-based, don't make any assumptions about the
15617           chunking of the incoming data and make streaming work on days other
15618           than the second Thursday after a full moon. Also fix up debug
15619           messages here and there and make use of the most excellent new
15620           gst_pad_query_peer_duration() utility function.
15621           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15622
15623         * gst/wavparse/gstwavparse.h:
15624           Remove trailing comma after last enum value, some compilers don't
15625           like that.
15626
15627 2006-06-13  Wim Taymans  <wim@fluendo.com>
15628
15629         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15630         Handle premature EOS gracefully.
15631
15632 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15633
15634         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15635           Prevent out of bounds array access when scrubbing towards
15636           the end of the file between the last index entry and the
15637           end. Fixes occasional 'start <= stop' newsegment event
15638           assertions when scrubbing in MJPEG files.
15639
15640 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15641
15642         * tests/check/elements/.cvsignore:
15643           And another one.
15644
15645 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15646
15647         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15648         (scan_encoded_string), (parse_picture_frame):
15649           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15650
15651         * configure.ac:
15652           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15653           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15654
15655 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15656
15657         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15658           gratuitous comment changes
15659         * tests/check/elements/level.c: (GST_START_TEST):
15660           fix level test leaks
15661
15662 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15663
15664         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15665         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15666           Use gst_pad_query_peer_duration() utility function here.
15667
15668 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15669
15670         * autogen.sh:
15671           require am17
15672         * configure.ac:
15673         * ext/annodex/Makefile.am:
15674         * ext/cdio/Makefile.am:
15675         * ext/dv/Makefile.am:
15676         * ext/esd/Makefile.am:
15677         * ext/flac/Makefile.am:
15678         * ext/gdk_pixbuf/Makefile.am:
15679         * ext/ladspa/Makefile.am:
15680         * ext/libcaca/Makefile.am:
15681         * ext/speex/Makefile.am:
15682         * ext/taglib/Makefile.am:
15683         * sys/oss/Makefile.am:
15684         * sys/sunaudio/Makefile.am:
15685         * sys/ximage/Makefile.am:
15686           clean up build further
15687
15688 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15689
15690         * gconf/Makefile.am:
15691           Honour --disable-schemas-install configure option. Fixes #344100.
15692
15693 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15694
15695         * tests/examples/level/Makefile.am:
15696           Add -lm to LIBS for pow() function, don't assume one of our
15697           dependencies (such as libxml-2.0) drags it in automatically
15698           (#343603).
15699
15700 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15701
15702         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15703
15704         * configure.ac:
15705           We should use $SED and not $(SED) in configure.ac (#343678).
15706
15707 2006-06-09  Wim Taymans  <wim@fluendo.com>
15708
15709         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15710
15711         * sys/sunaudio/gstsunaudiomixerctrl.c:
15712         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15713         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15714         (gst_sunaudiomixer_ctrl_set_mute):
15715         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15716         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15717         (gst_sunaudiosink_write):
15718         Attached find a patch that fixes a number of bugs with the SunAudio
15719         mixer plugin and fixes #344101:
15720         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15721            tracks onto the tracklist causing gnome-volume-control's preferences
15722            dialog to be messed up and would core dump if you checked/unchecked
15723            any item.
15724         2. We weren't previously setting the MUTE flag properly.  Fixing this
15725            makes gnome-volume-control work better.
15726         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15727            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15728            gnome-volume-control look better.
15729         Also some minor cleanup in gstsunaudiosink.c.
15730
15731 2006-06-09  Wim Taymans  <wim@fluendo.com>
15732
15733         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15734         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15735         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15736         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15737         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15738         * ext/jpeg/gstjpegdec.h:
15739         API: Added IDCT method property
15740         Small cleanups.
15741         Avoid dynamic allocation of trivial fixed structure.
15742         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15743
15744 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15745
15746         * configure.ac:
15747         We now require libraw1394 >= 1.1.0 and that version onwards all
15748         have .pc files.
15749
15750 2006-06-02  Edward Hervey  <edward@fluendo.com>
15751
15752         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15753         Trying to get items from an ANY or EMPTY caps is ... stupid.
15754
15755 2006-06-02  Edward Hervey  <edward@fluendo.com>
15756
15757         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15758         (gst_dvdec_chain), (gst_dvdec_change_state):
15759         * ext/dv/gstdvdec.h:
15760         Added GstSegment handling, now implements dropping/clipping.
15761
15762 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15763
15764         * ext/aalib/gstaasink.h:
15765         * ext/annodex/gstcmmldec.h:
15766         * ext/cairo/gsttimeoverlay.h:
15767         * ext/dv/gstdvdec.h:
15768         * ext/dv/gstdvdemux.h:
15769         * ext/esd/esdmon.h:
15770         * ext/esd/esdsink.h:
15771         * ext/flac/gstflacenc.h:
15772         * ext/gconf/gstgconfaudiosink.h:
15773         * ext/gconf/gstgconfaudiosrc.h:
15774         * ext/gconf/gstgconfvideosink.h:
15775         * ext/gconf/gstgconfvideosrc.h:
15776         * ext/gdk_pixbuf/gstgdkanimation.h:
15777         * ext/gdk_pixbuf/pixbufscale.h:
15778         * ext/hal/gsthalaudiosink.h:
15779         * ext/hal/gsthalaudiosrc.h:
15780         * ext/jpeg/gstjpegenc.h:
15781         * ext/jpeg/gstsmokedec.h:
15782         * ext/jpeg/gstsmokeenc.h:
15783         * ext/libcaca/gstcacasink.h:
15784         * ext/libmng/gstmngdec.h:
15785         * ext/libmng/gstmngenc.h:
15786         * ext/libpng/gstpngdec.h:
15787         * ext/libpng/gstpngenc.h:
15788         * ext/raw1394/gstdv1394src.h:
15789         * ext/speex/gstspeexenc.h:
15790         * gst/autodetect/gstautoaudiosink.h:
15791         * gst/autodetect/gstautovideosink.h:
15792         * gst/avi/gstavidemux.h:
15793         * gst/cutter/gstcutter.h:
15794         * gst/debug/efence.h:
15795         * gst/debug/gstnavigationtest.h:
15796         * gst/debug/gstnavseek.h:
15797         * gst/flx/gstflxdec.h:
15798         * gst/goom/gstgoom.h:
15799         * gst/icydemux/gsticydemux.h:
15800         * gst/id3demux/gstid3demux.h:
15801         * gst/law/alaw-decode.h:
15802         * gst/law/alaw-encode.h:
15803         * gst/law/mulaw-decode.h:
15804         * gst/law/mulaw-encode.h:
15805         * gst/matroska/matroska-mux.h:
15806         * gst/median/gstmedian.h:
15807         * gst/oldcore/gstaggregator.h:
15808         * gst/oldcore/gstfdsink.h:
15809         * gst/oldcore/gstmd5sink.h:
15810         * gst/oldcore/gstmultifilesrc.h:
15811         * gst/oldcore/gstpipefilter.h:
15812         * gst/oldcore/gstshaper.h:
15813         * gst/oldcore/gststatistics.h:
15814         * gst/rtp/gstasteriskh263.h:
15815         * gst/rtp/gstrtpL16depay.h:
15816         * gst/rtp/gstrtpL16pay.h:
15817         * gst/rtp/gstrtpamrdepay.h:
15818         * gst/rtp/gstrtpamrpay.h:
15819         * gst/rtp/gstrtpdepay.h:
15820         * gst/rtp/gstrtpgsmdepay.h:
15821         * gst/rtp/gstrtpgsmpay.h:
15822         * gst/rtp/gstrtph263pay.h:
15823         * gst/rtp/gstrtph263pdepay.h:
15824         * gst/rtp/gstrtph263ppay.h:
15825         * gst/rtp/gstrtpmp4gpay.h:
15826         * gst/rtp/gstrtpmp4vdepay.h:
15827         * gst/rtp/gstrtpmp4vpay.h:
15828         * gst/rtp/gstrtpmpadepay.h:
15829         * gst/rtp/gstrtpmpapay.h:
15830         * gst/rtp/gstrtppcmadepay.h:
15831         * gst/rtp/gstrtppcmapay.h:
15832         * gst/rtp/gstrtppcmudepay.h:
15833         * gst/rtp/gstrtppcmupay.h:
15834         * gst/rtp/gstrtpspeexdepay.h:
15835         * gst/rtp/gstrtpspeexpay.h:
15836         * gst/rtsp/gstrtpdec.h:
15837         * gst/rtsp/gstrtspsrc.h:
15838         * gst/smpte/gstsmpte.h:
15839         * gst/udp/gstdynudpsink.h:
15840         * gst/udp/gstmultiudpsink.h:
15841         * gst/udp/gstudpsink.h:
15842         * gst/udp/gstudpsrc.h:
15843         * gst/videofilter/gstvideobalance.h:
15844         * gst/videofilter/gstvideoflip.h:
15845         * sys/oss/gstossdmabuffer.h:
15846         * sys/oss/gstossmixerelement.h:
15847         * sys/oss/gstosssink.h:
15848         * sys/oss/gstosssrc.h:
15849         * sys/osxvideo/osxvideosink.h:
15850         * sys/sunaudio/gstsunaudiomixer.h:
15851         * sys/sunaudio/gstsunaudiosink.h:
15852         * sys/ximage/gstximagesrc.h:
15853         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15854
15855 2006-05-31  Wim Taymans  <wim@fluendo.com>
15856
15857         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15858         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15859         (gst_goom_src_setcaps), (gst_goom_src_event),
15860         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15861         (gst_goom_change_state):
15862         * gst/goom/gstgoom.h:
15863         Handle QoS.
15864         Handle flushing, discont and events.
15865         Fix timestamps and various other cleanups.
15866
15867 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15868
15869         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15870         Fix bus reset when using libiec61883
15871
15872 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15873
15874         * configure.ac:
15875         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15876         * ext/raw1394/Makefile.am:
15877         Add CFLAGS.
15878         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15879         New method, to receive using libiec61883.
15880         (gst_dv1394src_iso_receive),
15881         #ifdef'd out if libiec61883 is present.
15882         (gst_dv1394src_bus_reset),
15883         Get userdata correctly if using libiec61883. 
15884         (gst_dv1394src_create),
15885         When using libiec61883, only poll one fd and no need to read.
15886         (gst_dv1394src_discover_avc_node),
15887         Replace g_warnings.
15888         (gst_dv1394src_start),
15889         Create new handle when we know which dv port.  More reliable
15890         than setting port on an existing handle.  Initialise libiec61883.
15891         (gst_dv1394src_stop):
15892         If using libiec61883, then cleanup its handle properly.
15893         * ext/raw1394/gstdv1394src.h:
15894         Add libiec61883 handle.
15895
15896 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15897
15898         * gst/avi/gstavidemux.c:
15899           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15900         * win32/MANIFEST:
15901           sort file listing
15902         * win32/vs6/libgstavi.dsp:
15903           add gstavimux.c to the project
15904         * win32/vs6/libgstid3demux.dsp:
15905           add link to zlib library
15906         * win32/vs6/libgstmatroska.dsp:
15907           add matroska-ids.c to the project
15908
15909 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15910
15911         Patch by: Sebastian Dröge  <mail at slomosnail de >
15912
15913         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15914         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15915         * ext/taglib/Makefile.am:
15916         * ext/taglib/gstapev2mux.cc:
15917         * ext/taglib/gstapev2mux.h:
15918         * ext/taglib/gstid3v2mux.cc:
15919         * ext/taglib/gsttaglibmux.c: (plugin_init):
15920         * ext/taglib/gsttaglibmux.h:
15921           Add apev2mux element (#343122).
15922         
15923         * tests/check/Makefile.am:
15924         * tests/check/elements/apev2mux.c:
15925         (test_taglib_apev2mux_create_tags),
15926         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15927         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15928         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15929         (apev2mux_suite), (main):
15930           Add unit test for apev2mux element.
15931
15932 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15933
15934         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15935         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15936         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15937           GST_PTR_FORMAT should be used to print caps in debug statements.
15938
15939 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15940
15941         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15942
15943         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15944         (ape_demux_parse_tags):
15945           Some clean-ups and additions: map APE 'file' tag to
15946           GST_TAG_LOCATION (#343123); add support for extracting
15947           the track count and clean up parsing a bit (#343127).
15948
15949 2006-05-28  Edward Hervey  <edward@fluendo.com>
15950
15951         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15952         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15953
15954 2006-05-28  Edward Hervey  <edward@fluendo.com>
15955
15956         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15957         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15958         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15959         * ext/jpeg/gstjpegdec.h:
15960         Clip outgoing buffers according to currently configured segment.
15961
15962 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15963
15964         * ext/taglib/gstid3v2mux.cc:
15965           Handle  writing of track-count or album-volume-count without
15966           track-number or albume-volume-number (in this case the number
15967           will just be set to 0).
15968
15969         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15970           It would be nice if we actually checked the values received for
15971           track/album-volume number/count in  _check_tags(), rather than
15972           setting them again ...
15973
15974 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15975
15976         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15977           A track/volume number or count of 0 does not make sense,
15978           just ignore it along with negative numbers (a tag might
15979           only contain a track count without a track number).
15980
15981 2006-05-27  Edward Hervey  <edward@fluendo.com>
15982
15983         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15984         (gst_jpeg_dec_sink_event):
15985         Abort decompression when receiving FLUSH_STOP. This should avoid
15986         issues when interrupting decoding with flushes.
15987
15988 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15989
15990         * ext/flac/gstflac.c:
15991           Don't #include file we don't dist any longer.
15992
15993 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15994
15995         * README:
15996           Replace current README (containing the release notes from
15997           some 0.9.x version) with a proper README taken from the core.
15998
15999 2006-05-24  Wim Taymans  <wim@fluendo.com>
16000
16001         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
16002         Implement EOS correctly by either posting
16003         SEGMENT_DONE or pushing an EOS message depending
16004         on the seek type. Fixes #342592
16005
16006 2006-05-24  Wim Taymans  <wim@fluendo.com>
16007
16008         * gst/law/alaw-decode.c: (gst_alawdec_chain):
16009         * gst/law/alaw-decode.h:
16010         * gst/law/alaw-encode.c: (gst_alawenc_chain):
16011         * gst/law/alaw-encode.h:
16012         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
16013         * gst/law/mulaw-decode.h:
16014         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
16015         * gst/law/mulaw-encode.h:
16016         Some cleanups in the chain functions.
16017         Remove some GStreamer 0.0.2 bits.
16018
16019 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16020
16021         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16022
16023         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
16024           gst_collect_pads_stop() needs to be called before chaining up
16025           to the parent class (#342734).
16026
16027 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16028
16029         * ext/flac/Makefile.am:
16030         * ext/flac/flac_compat.h:
16031         * ext/flac/gstflac.c:
16032         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
16033         * ext/flac/gstflacenc.c:
16034           Remove backwards compatibility cruft for dealing with FLAC API
16035           changes in the 1.0.x series - we require 1.1.1 or newer these days.
16036
16037 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16038
16039         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16040         (gst_matroska_demux_push_xiph_codec_priv_data),
16041         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
16042         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
16043         * gst/matroska/matroska-ids.h:
16044         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
16045         (gst_matroska_mux_video_pad_setcaps),
16046         (xiph3_streamheader_to_codecdata),
16047         (vorbis_streamheader_to_codecdata),
16048         (theora_streamheader_to_codecdata),
16049         (gst_matroska_mux_audio_pad_setcaps),
16050         (gst_matroska_mux_write_data):
16051           Add support for muxing/demuxing theora video (#342448; too bad
16052           none of the usual linux players can actually play this). Playback
16053           in GStreamer will require additional changes to theoradec in -base.
16054           Refactor streamheaders <=> CodecPrivateData code a bit; some small
16055           cleanups.
16056
16057 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16058
16059         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
16060         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
16061           Fix crashes when the horizontal subsampling is 1.
16062           Fixes #342097.
16063
16064 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16065
16066         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16067
16068         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
16069         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16070         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16071         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
16072         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
16073         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16074         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
16075         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16076         (gst_avi_mux_change_state):
16077         * gst/avi/gstavimux.h:
16078           Some enhancements for avimux (#342526):
16079            - add odml (large file) index support
16080            - store codec init data (e.g. huffyuv)
16081            - miscellaneous other fixes/cleanups
16082
16083 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
16084
16085         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16086         Don't output any tag when we encounter a negative track number - the
16087         tag type is uint, so we end up outputting huge positive numbers
16088         instead. (Fixes: #342029)
16089
16090 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16091
16092         * configure.ac:
16093           update for new GSTPB_PLUGINS_DIR
16094
16095 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16096
16097         * rtp/gst/gstrtph263pay.c:
16098         Properly set static caps for H263 at 34.
16099
16100 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
16101
16102         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16103
16104         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16105           Merge event tags and tag setter tags correctly (#339918). Also,
16106           don't leak taglist in case of an error.
16107           
16108 2006-05-17  Edward Hervey  <edward@fluendo.com>
16109
16110         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16111         We can only do caps intersection if the othercaps are non-empty and not
16112         ANY. Else we return the pad template (base_caps).
16113
16114 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16115
16116         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16117           Fix crash when outputting debugging information for certain
16118           pictures (always good to use the right struct member for
16119           the number of records in an array).
16120
16121 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16122
16123         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16124
16125         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16126         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16127         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16128         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16129         (gst_ebml_read_float), (gst_ebml_read_ascii),
16130         (gst_ebml_read_binary):
16131           Don't create unnecessary sub-buffers all the time. Dramatically
16132           improves performance with multiple concurrently running
16133           matroskademux instances (#341818) (and avoids doing
16134           unnecessarily inefficient things in the general case).
16135
16136 2006-05-16  Edward Hervey  <edward@fluendo.com>
16137
16138         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16139         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16140         return value of gst_pad_push_event().
16141
16142 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16143
16144         * gst/autodetect/gstautoaudiosink.c:
16145         (gst_auto_audio_sink_find_best):
16146         * gst/autodetect/gstautovideosink.c:
16147         (gst_auto_video_sink_find_best):
16148         Make the name of the child element be based on the name of the
16149         parent, so that debug output is more useful.
16150         
16151         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16152         (parse_insert_string_field), (parse_split_strings):
16153         Rework string parsing to always walk over BOM markers in UTF16
16154         strings, using the endianness indicated by the innermost one,
16155         then trying the opposite endianness if that fails to convert
16156         to valid UTF-8. Fixes #341774
16157
16158 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16159
16160         Patch from: Matthieu <matthieu at fluendo dot com>
16161
16162         * ext/libpng/Makefile.am:
16163         Add LIBPNG_CFLAGS.
16164
16165 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16166
16167         * ext/taglib/gstid3v2mux.cc:
16168           Add support for writing images (APIC frames) into ID3v2
16169           tags (picture type always set to 'other' for now though).
16170
16171 2006-05-14  Michael Smith  <msmith@fluendo.com>
16172
16173         * gst/wavparse/gstwavparse.c:
16174           Update docs; wavparse implements push and pull modes.
16175
16176 2006-05-12  Wim Taymans  <wim@fluendo.com>
16177
16178         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16179         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16180         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16181         Ooops, bitten by the copy-and-paste design paradigm, fixes
16182         seek again.
16183
16184 2006-05-12  Wim Taymans  <wim@fluendo.com>
16185
16186         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16187         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16188         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16189         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16190         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16191         (gst_avi_demux_massage_index),
16192         (gst_avi_demux_calculate_durations_from_index),
16193         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16194         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16195         (gst_avi_demux_loop):
16196         * gst/avi/gstavidemux.h:
16197         Some cleanups, prepare to use GstSegment.
16198         Fix error in entry walking code.
16199         Fix VBR detection.
16200         Smarter timestamp calculation code.
16201         Uniform error/eos handling.
16202
16203 2006-05-12  Michael Smith  <msmith@fluendo.com>
16204
16205         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16206         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16207           Fix use of uninitialised values if we're NOT seeking in ready.
16208           Fix typos.
16209
16210 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16211
16212         * gst/wavparse/Makefile.am:
16213           Add CFLAGS and LIBS for libgstbase, fixes build on
16214           Cygwin (#341489).
16215
16216 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16217
16218         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16219           Some more debug info. No need to check whether the string
16220           returned by g_convert() is really UTF-8 - either it is or
16221           we get NULL returned.
16222
16223 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16224
16225         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16226           Fix parsing of numeric genre strings some more, by ensuring that
16227           we only try and parse strings that a) Start with '(' and b) Consist
16228           only of digits.
16229           Also, when finding an escaping '((' sequence, bust it back to '(' by
16230           swallowing the first parenthesis
16231
16232 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16233
16234         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16235         (gst_esdsink_open), (gst_esdsink_close):
16236         * ext/esd/esdsink.h:
16237           Move the esd_get_server_info() into gst_esdsink_open() and fail
16238           with a decent error message on errors.
16239
16240 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16241
16242         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16243         (gst_esdmon_channels_get_type):
16244         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16245         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16246         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16247         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16248         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16249         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16250         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16251         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16252         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16253         * gst/videomixer/videomixer.c:
16254         (gst_video_mixer_background_get_type):
16255           Const-ify GEnumValue arrays.
16256
16257 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16258
16259         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16260
16261         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16262         (gst_avi_mux_do_video_buffer):
16263           Work around gst_buffer_make_metadata_writable() bug that
16264           results in avimux marking all frames in the index as
16265           keyframes (#340859).
16266           
16267 2006-05-08  Wim Taymans  <wim@fluendo.com>
16268
16269         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16270         Make parsing of urls suck slightly less.
16271
16272 2006-05-08  Edward Hervey  <edward@fluendo.com>
16273
16274         * autogen.sh: (CONFIGURE_DEF_OPT): 
16275         libtoolize on Darwin/MacOSX is called glibtoolize.
16276
16277 2006-05-08  Wim Taymans  <wim@fluendo.com>
16278
16279         Patch by: Jens Granseuer <jensgr at gmx dot net>
16280
16281         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16282         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16283         C89 compliance fixes. Fixes #340980
16284
16285 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16286
16287         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16288         * ext/flac/gstflacdec.h:
16289           Handle segment seeks that include the end of the file as stop point
16290           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16291           message instead of an EOS event in case we're in segment seek
16292           mode (fixes #340699).
16293           
16294 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16295
16296         * ext/cairo/gsttextoverlay.c:
16297         * ext/flac/gstflacdec.c:
16298         * ext/gdk_pixbuf/pixbufscale.c:
16299         * gst/apetag/gstapedemux.c:
16300         * gst/debug/breakmydata.c:
16301         * gst/debug/testplugin.c:
16302         * gst/matroska/ebml-write.c:
16303         * gst/multipart/multipartdemux.c:
16304         * sys/osxaudio/gstosxaudiosink.c:
16305         * sys/osxaudio/gstosxaudiosrc.c:
16306         Add semicolons after GST_BOILERPLATE[_FULL] so that
16307         indent doesn't mess up following lines.
16308
16309 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16310
16311         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16312
16313         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16314           Don't leak caps when freeing the stream context (#340623).
16315
16316 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16317
16318         * configure.ac:
16319           Back to CVS
16320
16321 === release 0.10.3 ===
16322
16323 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16324
16325         * configure.ac:
16326           releasing 0.10.3, "Desplazado"
16327
16328 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16329
16330         * gst/matroska/matroska-mux.c:
16331         (gst_matroska_mux_stream_is_vorbis_header),
16332         (gst_matroska_mux_write_data):
16333           Don't strcmp() NULL strings.
16334           Only start new clusters on video keyframes, not on any
16335           random audio buffer that doesn't have the DELTA_UNIT
16336           flag set (fixes 'make check' again).
16337
16338 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16339
16340         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16341
16342         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16343         (gst_matroska_mux_stream_is_vorbis_header),
16344         (gst_matroska_mux_write_data):
16345           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16346           value and then dead-lock when muxing vorbis audio streams
16347           (the three vorbis header buffers carry no timestamp, and it
16348           would try to mux these after all video buffers). Fixes #340346.
16349
16350           Improve clustering: start a new cluster also whenever we get
16351           a keyframe.     
16352
16353 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16354
16355         * win32/common/config.h:
16356         * win32/MANIFEST
16357           add the generated file as well
16358
16359 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16360
16361         * Makefile.am:
16362         * configure.ac:
16363         * win32/common/config.h.in:
16364           add win32 stuff
16365
16366 2006-05-03  Michael Smith  <msmith@fluendo.com>
16367
16368         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16369           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16370           SUCKS.
16371
16372 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16373
16374         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16375         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16376         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16377           don't leak caps-string
16378
16379 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16380
16381         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16382         (gst_id3demux_sink_activate):
16383           Let core insert default error message for TYPE_NOT_FOUND
16384           errors, it's just as good as our own and has the added
16385           bonus of being translated.
16386
16387 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16388
16389         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16390         (gst_tag_demux_sink_event):
16391         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16392         (gst_id3demux_sink_event):
16393           Post an error message when we get an EOS event and were not
16394           able to find out the type of stream.
16395
16396         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16397         (test_taglib_id3mux_with_tags):
16398           Decrease num-buffers to 16 per iteration again, otherwise the
16399           many memcpy()s and reallocations in the test will hammer slow
16400           CPUs completely and make the test timeout.
16401
16402 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16403
16404         * configure.ac:
16405           figure out where plugins-base plugins are
16406         * tests/check/Makefile.am:
16407           use plugins-base plugins, so we have typefind functions
16408         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16409           increase num-buffers, this makes sure the test errors out instead
16410           of timing out when no typefind functions are present
16411
16412 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16413
16414         * docs/plugins/Makefile.am:
16415           also check .cc files for gtk-doc markup
16416         * configure.ac:
16417         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16418         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16419         * tests/check/Makefile.am:
16420         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16421         * ext/Makefile.am:
16422         * ext/taglib/Makefile.am:
16423         * ext/taglib/gstid3v2mux.h:
16424         * ext/taglib/gsttaglibmux.c:
16425         * ext/taglib/gsttaglibmux.h:
16426           move taglib-based id3v2muxer to -good.  Fixes #336110.
16427
16428 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16429
16430         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16431           ... and fix multichannel/WAVFORMATEX support again.
16432
16433 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16434
16435         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16436         (gst_wavparse_class_init), (gst_wavparse_dispose),
16437         (gst_wavparse_reset), (gst_wavparse_init),
16438         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16439         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16440         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16441         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16442         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16443         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16444         (gst_wavparse_stream_data), (gst_wavparse_loop),
16445         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16446         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16447         (gst_wavparse_change_state), (plugin_init):
16448         * gst/wavparse/gstwavparse.h:
16449           Add push (streaming) mode to wavparse (fixes #337625)
16450
16451 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16452
16453         * configure.ac:
16454         * tests/Makefile.am:
16455           add ximagesrc icles test
16456
16457 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16458
16459         * configure.ac:
16460         * docs/plugins/Makefile.am:
16461         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16462         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16463         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16464         (gst_cmml_enc_push_clip):
16465         * sys/Makefile.am:
16466         * sys/ximage/Makefile.am:
16467         * sys/ximage/gstximagesrc.c:
16468           Move ximagesrc plug-in to good after review.  Fixes #336756.
16469
16470 2006-04-28  Michael Smith  <msmith@fluendo.com>
16471
16472         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16473         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16474         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16475         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16476         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16477         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16478         * gst/icydemux/gsticydemux.h:
16479           Fix event handling: cache events when typefinding and forward later.
16480
16481 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16482
16483         * sys/osxaudio/gstosxaudiosink.c:
16484         (plugin_init):
16485          Register osxaudiosrc to the plugin.
16486         * sys/osxaudio/gstosxaudiosrc.c:
16487         (gst_osx_audio_src_osxelement_do_init),
16488         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16489         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16490         (gst_osx_audio_src_get_property),
16491         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16492         (gst_osx_audio_src_osxelement_init):
16493         * sys/osxaudio/gstosxaudiosrc.h:
16494           Port of osxaudiosrc to 0.10.
16495         * sys/osxaudio/Makefile.am:
16496           Add osxaudiosrc
16497
16498 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16499
16500         * sys/osxaudio/gstosxringbuffer.c:
16501         * sys/osxaudio/gstosxringbuffer.h:
16502           Forgot to commit earlier, part of the OSX audio plugin port
16503
16504 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16505
16506         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16507         (parse_split_strings):
16508           Recognise and skip any byte order marker (BOM) in
16509           UTF-16 strings.
16510
16511 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16512
16513         * docs/plugins/Makefile.am:
16514         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16515         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16516         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16517         * docs/plugins/inspect/plugin-avi.xml:
16518         * gst/avi/gstavidemux.c:
16519         * gst/avi/gstavimux.c:
16520           Add docs for both avidemux and avimux.
16521
16522 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16523
16524         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16525
16526         * gst/avi/Makefile.am:
16527         * gst/avi/gstavi.c: (plugin_init):
16528         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16529         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16530         (gst_avi_mux_class_init), (gst_avi_mux_init),
16531         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16532         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16533         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16534         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16535         (gst_avi_mux_riff_get_avix_header),
16536         (gst_avi_mux_riff_get_video_header),
16537         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16538         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16539         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16540         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16541         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16542         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16543         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16544         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16545         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16546         (gst_avi_mux_change_state):
16547         * gst/avi/gstavimux.h:
16548           Port AVI muxer to GStreamer-0.10 (#332031).
16549
16550         * tests/check/Makefile.am:
16551         * tests/check/elements/avimux.c:
16552         * tests/check/elements/.cvsignore:
16553           Add unit test for AVI muxer.
16554
16555 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16556
16557         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16558         (gst_wavparse_class_init), (gst_wavparse_reset),
16559         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16560         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16561         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16562         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16563         (gst_wavparse_stream_data), (gst_wavparse_loop),
16564         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16565         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16566         (plugin_init):
16567         * gst/wavparse/gstwavparse.h:
16568           reverted patch #337625 for the price of 1 hour sleep
16569
16570 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16571
16572         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16573         (gst_wavparse_class_init), (gst_wavparse_reset),
16574         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16575         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16576         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16577         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16578         (gst_wavparse_stream_data), (gst_wavparse_loop),
16579         (gst_wavparse_chain), (plugin_init):
16580         * gst/wavparse/gstwavparse.h:
16581           correct partial implementation of push mode
16582           (from my last commit)
16583
16584 2006-04-26  Wim Taymans  <wim@fluendo.com>
16585
16586         * ext/esd/esdsink.c:
16587         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16588         it is not in esd.h
16589
16590 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16591
16592         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16593         (gst_au_parse_class_init), (gst_au_parse_init),
16594         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16595         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16596         (gst_au_parse_chain), (gst_au_parse_src_convert),
16597         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16598         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16599         (gst_au_parse_change_state):
16600         * gst/auparse/gstauparse.h:
16601           Rewrite auparse to suck a little bit less: make source pad
16602           dynamic, so decodebin/playbin work with non-raw formats
16603           like alaw/mulaw; add query function for duration/position
16604           queries; check whether we have enough data before attempting
16605           to parse the header (instead of crashing when that is not the
16606           case); work around audioconvert sucking by swapping endianness
16607           to the native endianness ourselves for float formats; send
16608           initial newsegment event. Fixes #161712.
16609
16610 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16611
16612         * sys/osxaudio/Makefile.am:
16613         * sys/osxaudio/gstosxaudioelement.c:
16614         (gst_osx_audio_element_get_type),
16615         (gst_osx_audio_element_class_init):
16616         * sys/osxaudio/gstosxaudioelement.h:
16617         * sys/osxaudio/gstosxaudiosink.c:
16618         (gst_osx_audio_sink_osxelement_do_init),
16619         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16620         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16621         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16622         (gst_osx_audio_sink_create_ringbuffer),
16623         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16624         (plugin_init):
16625         * sys/osxaudio/gstosxaudiosink.h:
16626         Port of osxaudiosink to 0.10
16627
16628 2006-04-26  Wim Taymans  <wim@fluendo.com>
16629
16630         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16631         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16632         the size of the ringbuffer. This should fix hangs with older 
16633         esd sound servers.
16634
16635 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16636
16637         * ext/aalib/gstaasink.c:
16638         * ext/annodex/gstcmmldec.c:
16639         * ext/annodex/gstcmmlenc.c:
16640         * ext/cairo/gsttextoverlay.c:
16641         * ext/cairo/gsttimeoverlay.c:
16642         * ext/cdio/gstcdiocddasrc.c:
16643         * ext/dv/gstdvdec.c:
16644         * ext/dv/gstdvdemux.c:
16645         * ext/esd/esdmon.c:
16646         * ext/esd/esdsink.c:
16647         * ext/flac/gstflacenc.c:
16648         * ext/flac/gstflactag.c:
16649         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16650         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16651         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16652         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16653         * ext/gdk_pixbuf/pixbufscale.c:
16654         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16655         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16656         * ext/jpeg/gstjpegdec.c:
16657         * ext/jpeg/gstjpegenc.c:
16658         * ext/jpeg/gstsmokedec.c:
16659         * ext/jpeg/gstsmokeenc.c:
16660         * ext/libcaca/gstcacasink.c:
16661         * ext/libmng/gstmngdec.c:
16662         * ext/libmng/gstmngenc.c:
16663         * ext/libpng/gstpngdec.c:
16664         * ext/libpng/gstpngenc.c:
16665         * ext/mikmod/gstmikmod.c:
16666         * ext/raw1394/gstdv1394src.c:
16667         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16668         * ext/shout2/gstshout2.h:
16669         * ext/speex/gstspeexdec.c:
16670         * ext/speex/gstspeexenc.c:
16671         * gst/alpha/gstalpha.c:
16672         * gst/alpha/gstalphacolor.c:
16673         * gst/apetag/gstapedemux.c:
16674         * gst/auparse/gstauparse.c:
16675         * gst/autodetect/gstautoaudiosink.c:
16676         (gst_auto_audio_sink_base_init):
16677         * gst/autodetect/gstautovideosink.c:
16678         (gst_auto_video_sink_base_init):
16679         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16680         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16681         * gst/cutter/gstcutter.c:
16682         * gst/debug/breakmydata.c:
16683         * gst/debug/efence.c:
16684         * gst/debug/gstnavigationtest.c:
16685         * gst/debug/gstnavseek.c:
16686         * gst/debug/negotiation.c:
16687         * gst/debug/progressreport.c:
16688         * gst/debug/testplugin.c:
16689         * gst/effectv/gstaging.c:
16690         * gst/effectv/gstdice.c:
16691         * gst/effectv/gstedge.c:
16692         * gst/effectv/gstquark.c:
16693         * gst/effectv/gstrev.c:
16694         * gst/effectv/gstshagadelic.c:
16695         * gst/effectv/gstvertigo.c:
16696         * gst/effectv/gstwarp.c:
16697         * gst/flx/gstflxdec.c:
16698         * gst/goom/gstgoom.c:
16699         * gst/icydemux/gsticydemux.c:
16700         * gst/id3demux/gstid3demux.c:
16701         * gst/interleave/deinterleave.c:
16702         * gst/interleave/interleave.c:
16703         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16704         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16705         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16706         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16707         * gst/level/gstlevel.c:
16708         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16709         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16710         * gst/median/gstmedian.c:
16711         * gst/monoscope/gstmonoscope.c:
16712         * gst/multipart/multipartdemux.c:
16713         * gst/multipart/multipartmux.c:
16714         * gst/oldcore/gstaggregator.c:
16715         * gst/oldcore/gstfdsink.c:
16716         * gst/oldcore/gstmd5sink.c:
16717         * gst/oldcore/gstmultifilesrc.c:
16718         * gst/oldcore/gstpipefilter.c:
16719         * gst/oldcore/gstshaper.c:
16720         * gst/oldcore/gststatistics.c:
16721         * gst/rtp/gstasteriskh263.c:
16722         * gst/rtp/gstrtpL16depay.c:
16723         * gst/rtp/gstrtpL16pay.c:
16724         * gst/rtp/gstrtpamrdepay.c:
16725         * gst/rtp/gstrtpamrpay.c:
16726         * gst/rtp/gstrtpdepay.c:
16727         * gst/rtp/gstrtpgsmpay.c:
16728         * gst/rtp/gstrtph263pay.c:
16729         * gst/rtp/gstrtph263pdepay.c:
16730         * gst/rtp/gstrtph263ppay.c:
16731         * gst/rtp/gstrtpilbcdepay.c:
16732         * gst/rtp/gstrtpmp4gpay.c:
16733         * gst/rtp/gstrtpmp4vdepay.c:
16734         * gst/rtp/gstrtpmp4vpay.c:
16735         * gst/rtp/gstrtpmpadepay.c:
16736         * gst/rtp/gstrtpmpapay.c:
16737         * gst/rtp/gstrtppcmadepay.c:
16738         * gst/rtp/gstrtppcmapay.c:
16739         * gst/rtp/gstrtppcmudepay.c:
16740         * gst/rtp/gstrtppcmupay.c:
16741         * gst/rtp/gstrtpspeexdepay.c:
16742         * gst/rtp/gstrtpspeexpay.c:
16743         * gst/rtsp/gstrtpdec.c:
16744         * gst/rtsp/gstrtspsrc.c:
16745         * gst/smpte/gstsmpte.c:
16746         * gst/udp/gstdynudpsink.c:
16747         * gst/udp/gstmultiudpsink.c:
16748         * gst/udp/gstudpsink.c:
16749         * gst/udp/gstudpsrc.c:
16750         * gst/videobox/gstvideobox.c:
16751         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16752         * gst/videofilter/gstvideobalance.c:
16753         * gst/videofilter/gstvideoflip.c:
16754         * gst/videofilter/gstvideotemplate.c:
16755         (gst_videotemplate_base_init):
16756         * gst/videomixer/videomixer.c:
16757         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16758         (gst_wavparse_class_init), (gst_wavparse_dispose),
16759         (gst_wavparse_reset), (gst_wavparse_init),
16760         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16761         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16762         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16763         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16764         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16765         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16766         (gst_wavparse_change_state):
16767         * gst/wavparse/gstwavparse.h:
16768         * sys/oss/gstossmixerelement.c:
16769         * sys/oss/gstosssink.c:
16770         * sys/oss/gstosssrc.c:
16771         * sys/osxaudio/gstosxaudioelement.c:
16772         * sys/osxaudio/gstosxaudiosink.c:
16773         * sys/osxaudio/gstosxaudiosrc.c:
16774         * sys/sunaudio/gstsunaudiomixer.c:
16775         * sys/sunaudio/gstsunaudiosink.c:
16776           Define GstElementDetails as const and also static (when defined as
16777           global)
16778
16779 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16780
16781         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16782           Source pad has fixed caps. If we don't set this, bad
16783           things happen when the window is resized.
16784
16785 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16786
16787         * gst/matroska/Makefile.am:
16788         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16789         (gst_matroska_demux_handle_src_event):
16790         * gst/matroska/matroska-ids.c:
16791         (gst_matroska_track_init_video_context),
16792         (gst_matroska_track_init_audio_context),
16793         (gst_matroska_track_init_subtitle_context),
16794         (gst_matroska_track_init_complex_context):
16795         * gst/matroska/matroska-ids.h:
16796           Handle case where the TrackType ebml chunk does not come before the
16797           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16798           events.
16799
16800 2006-04-25  Wim Taymans  <wim@fluendo.com>
16801
16802         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16803         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16804         It's codec_data, not codec_info.
16805
16806 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16807
16808         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16809
16810         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16811           Handle codec_data for VfW compatibility codec IDs (#339451)
16812
16813         * gst/matroska/matroska-mux.c:
16814         (gst_matroska_mux_video_pad_setcaps):
16815           Same here, handle codec_data and add additional caps we can handle
16816           now to the pad template (huffyuv, dv and h263 video) (#339451)
16817
16818 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16819
16820         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16821
16822         * gst/matroska/matroska-mux.c:
16823         (gst_matroska_mux_create_buffer_header),
16824         (gst_matroska_mux_write_data):
16825           Fix timestamping of B-frames, use signed integers, do
16826           some rounding (#339678).
16827
16828 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16829
16830         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16831         just make it compile with --disable-gst-debug.
16832
16833 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16834
16835         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16836         Fix a bad conversion using gst_guint64_to_gdouble.
16837         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16838         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16839         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16840     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16841         mistake.
16842
16843 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16844
16845         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16846         Use gst_guint64_to_gdouble for conversions
16847         * win32/vs6/gst_plugins_good.dsw:
16848         * win32/vs6/libgsticydemux.dsp:
16849         Add a project file for icydemux
16850
16851 2006-04-21  Wim Taymans  <wim@fluendo.com>
16852
16853         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16854
16855         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16856         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16857         When splitting audio chunks, the block alignment is not taken in
16858         consideration, so the smaller chunks could be of size which is 
16859         not a multiple of the block alignment. Fixes #336904
16860
16861 2006-04-21  Wim Taymans  <wim@fluendo.com>
16862
16863         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16864         Use scale functions
16865
16866 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16867
16868         * ext/dv/gstdv.c: (plugin_init):
16869           Fix build.
16870
16871 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16872
16873         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16874         (gst_progress_report_class_init), (gst_progress_report_init),
16875         (gst_progress_report_do_query), (gst_progress_report_report),
16876         (gst_progress_report_set_property),
16877         (gst_progress_report_get_property):
16878           Add 'format' property to force querying to a particular format.
16879
16880 2006-04-21  Andy Wingo  <wingo@pobox.com>
16881
16882         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16883         best, on big endian systems. Drop its rank in that case. OTOH on
16884         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16885
16886 2006-04-21  Michael Smith  <msmith@fluendo.com>
16887
16888         * configure.ac:
16889         * gst/icydemux/Makefile.am:
16890         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16891         (gst_icydemux_base_init), (gst_icydemux_class_init),
16892         (gst_icydemux_reset), (gst_icydemux_init),
16893         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16894         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16895         (unicodify), (gst_icydemux_unicodify),
16896         (gst_icydemux_parse_and_send_tags),
16897         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16898         (gst_icydemux_chain), (gst_icydemux_change_state),
16899         (gst_icydemux_send_tag_event), (plugin_init):
16900         * gst/icydemux/gsticydemux.h:
16901         * tests/check/Makefile.am:
16902         * tests/check/elements/icydemux.c: (typefind_succeed),
16903         (plugin_init), (icydemux_found_pad), (create_icydemux),
16904         (cleanup_icydemux), (push_data), (GST_START_TEST),
16905         (icydemux_suite), (main):
16906           Add icydemux, and tests.
16907
16908 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16909
16910         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16911           Post SEGMENT_DONE message in TIME format.
16912
16913 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16914
16915         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16916
16917         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16918         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16919           Fix index creation when we have to scan the file to create
16920           an index. There may be other types of RIFF 'LIST' chunks than
16921           'movi' and we need to skip them properly as well or we'll end up
16922           reading garbage (#336889). Some other cosmetic changes.
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         (gst_flac_dec_handle_seek_event):
16928           Add support for segment seeks (fixes #338290). Also demote
16929           some recurring debug message from DEBUG to LOG level.
16930
16931 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16932
16933         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16934         (gst_matroskademux_do_index_seek),
16935         (gst_matroska_demux_handle_seek_event),
16936         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16937         * gst/matroska/matroska-ids.h:
16938           Set DISCONT flag on first buffer after a discontinuity.
16939           Fix newsegment events sent when seeking and honour KEY_UNIT
16940           seek flag. Create pad with bogus caps if we don't recognise
16941           the stream codec id.
16942
16943         * gst/matroska/matroska-demux.h:
16944           Fix GObject macros.
16945
16946 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16947
16948         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16949
16950         * gst/matroska/matroska-demux.c:
16951         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16952           Handle end of segment properly when set; don't dead-lock when
16953           posting start of segment message when doing a segment seek.
16954           Fixes #338810.
16955
16956 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16957
16958         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16959         (gst_matroska_demux_plugin_init):
16960           Make mpeg2 aac audio work: create artificial private codec data
16961           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16962           Also call gst_riff_init(). Partially fixes #338767.
16963
16964 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16965
16966         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16967         (gst_wavenc_class_init), (gst_wavenc_init),
16968         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16969         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16970         (gst_wavenc_chain), (gst_wavenc_change_state):
16971         * gst/wavenc/gstwavenc.h:
16972           Set caps on first outgoing buffer, so that it doesn't error out
16973           immediately with a non-negotiated error (#338716). Rewrite and
16974           clean up a bit; fix setcaps function to parse things properly;
16975           fix sink caps (8bit audio is unsigned and doesn't have depth);
16976           use boilerplate macros; remove unused properties stuff.
16977
16978 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16979
16980         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16981           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16982           handle MJPEG streams and might be autoplugged for those if the
16983           user doesn't have jpegdec installed (resulting in a cryptic error
16984           message about huffman tables). Better to disable JPEG decoding here
16985           and let the user figure out that she needs to install jpegdec.
16986
16987 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16988
16989         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16990         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16991         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16992         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16993           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16994           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16995           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16996           debug messages. Fix boilerplate macros.
16997
16998 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16999
17000         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17001         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
17002           No need to special-case for Gdk-2.0 any longer, we require
17003           Gdk 2.2 or newer; minor clean-ups.
17004
17005 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17006
17007         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
17008         (gst_shout2send_class_init), (gst_shout2send_init),
17009         (set_shout_metadata), (gst_shout2send_set_metadata),
17010         (gst_shout2send_event), (gst_shout2send_start),
17011         (gst_shout2send_connect), (gst_shout2send_stop),
17012         (gst_shout2send_render), (gst_shout2send_set_property),
17013         (gst_shout2send_get_property), (gst_shout2send_setcaps),
17014         (plugin_init):
17015         * ext/shout2/gstshout2.h:
17016         * po/POTFILES.in:
17017           Rewrite a bit: use GstBaseSink::start and stop instead of a state
17018           change function; use GST_ELEMENT_ERROR for error reporting, not
17019           g_error() or GST_ERROR(); don't unref caps in setcaps function,
17020           will cause crashes or assertion failures; remove (unused) "sync"
17021           property, basesink already has such a property; misc. other
17022           minor fixes and cleanups.
17023
17024 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17025
17026         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
17027         * ext/esd/gstesd.c: (plugin_init):
17028         * po/POTFILES.in:
17029           Add translatable error message for when we cannot
17030           connect to the sound server, as "Cannot open resource
17031           for writing" isn't really an acceptable message to show
17032           to the user in this case.
17033
17034 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17035
17036         * sys/oss/gst-i18n-plugin.h:
17037           Remove bogus file that doesn't belong here.
17038
17039 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17040
17041         Patch by: Philippe Valembois
17042
17043         * ext/shout2/gstshout2.c: (gst_shout2send_init),
17044         (gst_shout2send_set_metadata), (gst_shout2send_event),
17045         (gst_shout2send_render), (gst_shout2send_change_state):
17046         * ext/shout2/gstshout2.h:
17047           Handle tags being received before the connection to
17048           the server is established properly (see #338636).
17049
17050 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17051
17052         * ext/shout2/gstshout2.c: (gst_shout2send_render):
17053           Don't crash in case the connection to the server fails:
17054           don't set pointer to NULL by assigning FALSE; error out
17055           properly by using GST_ELEMENT_ERROR and returning
17056           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
17057           before resetting the pointer.
17058
17059 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
17060
17061         * gst/id3demux/id3tags.c:
17062         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
17063         (Fixes #338713)
17064
17065 2006-04-12  Wim Taymans  <wim@fluendo.com>
17066
17067         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17068         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
17069         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17070         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
17071         (gst_gdk_pixbuf_chain):
17072         Some cleanups.
17073         Added RGBA as a possible output format.
17074         Correctly free the supported mimetypes.
17075         deprecate silent arg, it's not used.
17076         Return result from _alloc_buffer to peer.
17077
17078 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17079
17080         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
17081           Don't leak memory allocated by gst_buffer_new_and_alloc() by
17082           overwriting GST_BUFFER_MALLOCDATA.
17083
17084 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17085
17086         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17087         (user_endrow_callback), (user_end_callback),
17088         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
17089         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
17090         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
17091         * ext/libpng/gstpngdec.h:
17092           Handle more than one frame if the content is framed,
17093           like with png-in-quicktime (#331917).
17094
17095 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17096
17097         * sys/oss/Makefile.am:
17098         * sys/oss/common.h:
17099         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17100         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17101         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17102         (gst_oss_src_unprepare):
17103           - the user-visible error strings were in the wrong category
17104           - and the messages were not marked for translation
17105           - which is actually a good thing, because they were exactly
17106             the kind of message you would never want anyone to see
17107           - the macros were using variables that didn't exist in the macro
17108             arguments
17109           - and they were obviously copied from each other and then modified
17110           - so a common header makes sense
17111
17112 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17113
17114         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17115           Don't try to modify read-only data.
17116
17117         * gst/matroska/matroska-demux.c:
17118         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17119           Fix comment (won't crash any longer now).
17120
17121 2006-04-10  Michael Smith  <msmith@fluendo.com>
17122
17123         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17124           Use copies of header buffers for caps to avoid circular refcounting
17125           problems (as in theoradec, vorbisdec).
17126
17127         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17128           Fix a typo in test that meant it was testing the wrong thing.
17129
17130         * tests/check/elements/cmmlenc.c: (check_headers):
17131           Fix refcount checks now that we use buffer-copies for caps.
17132
17133 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17134
17135         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17136         (gst_matroska_demux_handle_seek_event),
17137         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17138         (gst_matroska_demux_subtitle_caps),
17139         (gst_matroska_demux_plugin_init):
17140           Use static pad templates with ANY caps for audio and video
17141           source pads and get rid of a lot of unnecessary (and partially
17142           broken) code for the template caps. Clean up caps finding
17143           functions. Fixes playback of audio files/streams that do not
17144           contain the sample rate and/or number of channels in the audio
17145           context (happens a lot with vorbis/mp3 .mka files it seems).
17146           Fixes #337183.
17147           Also add myself to copyright holders.
17148
17149 2006-04-10  Michael Smith  <msmith@fluendo.com>
17150
17151         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17152           Use g_list_delete_link () instead of g_list_remove_link () so that
17153           we free the link as well as the contained data.
17154
17155 2006-04-10  Wim Taymans  <wim@fluendo.com>
17156
17157         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17158
17159         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17160         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17161         (gst_avi_demux_stream_header):
17162         Fix some crashers with empty chunks. (Fixes #337749)
17163
17164 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17165
17166         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17167           use G_GINT64_CONSTANT for INT64 constants
17168         * gst/videofilter/gstvideobalance.c:
17169           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17170         * win32/vs6/libgstavi.dsp:
17171          add missing libraries for the link and remove avimux.c from
17172          the project as it isn't ported to 0.10 yet
17173         
17174 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17175
17176         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17177           Even better would be if we actually did the right thing
17178           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17179
17180 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17181
17182         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17183           Can't just replace 1LL with 1L here just because MSVC doesn't
17184           support it, as it might lead to incorrect results when doing the
17185           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17186           force a 64-bit constant in a way that all compilers are happy with.
17187
17188 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17189
17190         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17191         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17192         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17193         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17194         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17195         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17196         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17197         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17198         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17199         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17200         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17201         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17202         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17203         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17204         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17205         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17206         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17207         * gst/debug/efence.c: (gst_efence_class_init):
17208         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17209         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17210         * gst/goom/gstgoom.c: (gst_goom_class_init):
17211         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17212         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17213         * gst/interleave/interleave.c: (interleave_class_init):
17214         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17215         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17216         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17217         * gst/median/gstmedian.c: (gst_median_class_init):
17218         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17219         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17220         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17221         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17222         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17223         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17224         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17225         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17226         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17227         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17228         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17229         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17230         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17231         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17232         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17233         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17234         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17235         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17236         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17237         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17238         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17239         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17240         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17241         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17242         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17243         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17244         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17245         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17246         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17247         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17248         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17249         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17250         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17251         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17252         * sys/osxaudio/gstosxaudioelement.c:
17253         (gst_osxaudioelement_class_init):
17254         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17255         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17256         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17257         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17258
17259 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17260
17261         * ext/mikmod/gstmikmod.h:
17262         * gst/level/gstlevel.h:
17263         Fix more broken GObject macros
17264
17265 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17266
17267         * ext/annodex/gstcmmldec.h:
17268         * ext/annodex/gstcmmlenc.h:
17269         * ext/annodex/gstcmmltag.h:
17270         * ext/cairo/gsttextoverlay.h:
17271         * ext/ladspa/gstsignalprocessor.h:
17272         * gst/matroska/ebml-read.h:
17273         * gst/matroska/ebml-write.h:
17274         * sys/osxaudio/gstosxaudioelement.h:
17275         Fix broken GObject macros
17276
17277 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17278
17279         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17280           Don't try to seek beyond the end of the file (would
17281           occasionally display error dialogs in totem when seeking
17282           to the end) (#335869). Will still throw an error though
17283           if the file is truncated and the total_samples value in
17284           the stream header is wrong.
17285
17286 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17287
17288         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17289         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17290         (gst_flac_dec_metadata_callback):
17291         * ext/flac/gstflacdec.h:
17292           If the stream header doesn't contain the total number of samples,
17293           search for the last flac frame at the end of the file and calculate
17294           the total duration from that frame's offset (fixes #337609).
17295
17296 2006-04-07  Edward Hervey  <edward@fluendo.com>
17297
17298         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17299         Don't unref the GstPadTemplate returned by
17300         gst_element_class_get_pad_template().
17301
17302 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17303
17304         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17305
17306         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17307         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17308         * sys/sunaudio/gstsunaudiosink.h:
17309           Use spec->segsize and spec->segtotal in the prepare function
17310           to initialise the ring buffer instead of using the buffer-time
17311           property (#337421).
17312
17313 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17314
17315         * configure.ac:
17316           Bump core requirements to CVS for gst_pad_query_peer_duration()
17317           which is used by speexdec.
17318
17319 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17320
17321         * ext/speex/gstspeex.c: (plugin_init):
17322         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17323         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17324         (speex_get_sink_query_types), (speex_dec_sink_query),
17325         (speex_get_src_query_types), (speex_dec_src_query),
17326         (speex_dec_src_event), (speex_dec_sink_event),
17327         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17328         (speex_dec_chain_parse_data), (speex_dec_chain),
17329         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17330         (speex_dec_change_state):
17331         * ext/speex/gstspeexdec.h:
17332           Fix seeking and duration queries (#337033); clean up and
17333           refactor a bit.
17334
17335 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17336
17337         * ext/raw1394/gstdv1394src.c:
17338           distinguish between device not found and could not open for
17339           reading
17340
17341 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17342
17343         * Makefile.am:
17344         * configure.ac:
17345         * pkgconfig/.cvsignore:
17346         * pkgconfig/Makefile.am:
17347         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17348           add a .pc file so other modules can use good plugins in tests
17349
17350 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17351
17352         * configure.ac:
17353           clean up, use AS_VERSION and AS_NANO
17354         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17355           use PACKAGE_VERSION define
17356         * po/af.po:
17357         * po/az.po:
17358         * po/cs.po:
17359         * po/en_GB.po:
17360         * po/hu.po:
17361         * po/it.po:
17362         * po/nb.po:
17363         * po/nl.po:
17364         * po/or.po:
17365         * po/sq.po:
17366         * po/sr.po:
17367         * po/sv.po:
17368         * po/uk.po:
17369         * po/vi.po:
17370           updated
17371
17372 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17373
17374         * ext\jpeg\smokecodec.c:
17375           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17376         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17377           move first instruction after all variables declarations
17378         * gst\alpha\gstalpha.c:
17379         * gst\effectv\gstshagadelic.c:
17380         * gst\smpte\paint.c:
17381         * gst\videofilter\gstvideobalance.c:
17382           define M_PI if it's not defined (it's not defined on WIN32)
17383         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17384         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17385         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17386         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17387         (gst_matroska_demux_video_caps):
17388         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17389         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17390           use gst_guint64_to_gdouble for conversions
17391         * gst\goom\filters.c: (setPixelRGB_):
17392           fix a debug which was using undefined variable
17393         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17394         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17395           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17396         * win32/vs6:
17397           add vs6 projects files for most of plugins-good
17398         
17399 2006-03-30  j^  <j@bootlab.org>
17400
17401         * ext/aalib/gstaasink.c:
17402         * ext/annodex/gstcmmldec.c:
17403         * ext/annodex/gstcmmlenc.c:
17404         * ext/cairo/gsttextoverlay.c:
17405         * ext/cairo/gsttimeoverlay.c:
17406         * ext/cdio/gstcdiocddasrc.c:
17407         * ext/dv/gstdvdec.c:
17408         * ext/esd/esdmon.c:
17409         * ext/esd/esdsink.c:
17410         * ext/flac/gstflacdec.c:
17411         * ext/flac/gstflacenc.c:
17412         * ext/flac/gstflactag.c:
17413         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17414         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17415         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17416         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17417         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17418         * ext/gdk_pixbuf/pixbufscale.c:
17419         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17420         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17421         * ext/jpeg/gstjpegdec.c:
17422         * ext/jpeg/gstjpegenc.c:
17423         * ext/jpeg/gstsmokedec.c:
17424         * ext/jpeg/gstsmokeenc.c:
17425         * ext/libcaca/gstcacasink.c:
17426         * ext/libmng/gstmngdec.c:
17427         * ext/libmng/gstmngenc.c:
17428         * ext/libpng/gstpngdec.c:
17429         * ext/libpng/gstpngenc.c:
17430         * ext/mikmod/gstmikmod.c:
17431         * ext/raw1394/gstdv1394src.c:
17432         * ext/shout2/gstshout2.c:
17433         * ext/speex/gstspeexdec.c:
17434         * ext/speex/gstspeexenc.c:
17435         * gst/alpha/gstalpha.c:
17436         * gst/alpha/gstalphacolor.c:
17437         * gst/auparse/gstauparse.c:
17438         * gst/autodetect/gstautoaudiosink.c:
17439         (gst_auto_audio_sink_base_init):
17440         * gst/autodetect/gstautovideosink.c:
17441         (gst_auto_video_sink_base_init):
17442         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17443         * gst/cutter/gstcutter.c:
17444         * gst/debug/breakmydata.c:
17445         * gst/debug/efence.c:
17446         * gst/debug/gstnavigationtest.c:
17447         * gst/debug/negotiation.c:
17448         * gst/debug/progressreport.c:
17449         * gst/debug/testplugin.c:
17450         * gst/effectv/gstaging.c:
17451         * gst/effectv/gstdice.c:
17452         * gst/effectv/gstedge.c:
17453         * gst/effectv/gstquark.c:
17454         * gst/effectv/gstrev.c:
17455         * gst/effectv/gstvertigo.c:
17456         * gst/effectv/gstwarp.c:
17457         * gst/flx/gstflxdec.c:
17458         * gst/goom/gstgoom.c:
17459         * gst/interleave/deinterleave.c:
17460         * gst/interleave/interleave.c:
17461         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17462         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17463         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17464         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17465         * gst/level/gstlevel.c:
17466         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17467         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17468         * gst/median/gstmedian.c:
17469         * gst/monoscope/gstmonoscope.c:
17470         * gst/multipart/multipartdemux.c:
17471         * gst/multipart/multipartmux.c:
17472         * gst/oldcore/gstmd5sink.c:
17473         * gst/oldcore/gstmultifilesrc.c:
17474         * gst/oldcore/gstpipefilter.c:
17475         * gst/oldcore/gstshaper.c:
17476         * gst/oldcore/gststatistics.c:
17477         * gst/rtp/gstasteriskh263.c:
17478         * gst/rtp/gstrtpL16depay.c:
17479         * gst/rtp/gstrtpL16pay.c:
17480         * gst/rtp/gstrtpamrdepay.c:
17481         * gst/rtp/gstrtpamrpay.c:
17482         * gst/rtp/gstrtpdepay.c:
17483         * gst/rtp/gstrtpgsmpay.c:
17484         * gst/rtp/gstrtph263pay.c:
17485         * gst/rtp/gstrtph263pdepay.c:
17486         * gst/rtp/gstrtph263ppay.c:
17487         * gst/rtp/gstrtpmp4gpay.c:
17488         * gst/rtp/gstrtpmp4vdepay.c:
17489         * gst/rtp/gstrtpmp4vpay.c:
17490         * gst/rtp/gstrtpmpadepay.c:
17491         * gst/rtp/gstrtpmpapay.c:
17492         * gst/rtp/gstrtppcmadepay.c:
17493         * gst/rtp/gstrtppcmapay.c:
17494         * gst/rtp/gstrtppcmudepay.c:
17495         * gst/rtp/gstrtppcmupay.c:
17496         * gst/rtp/gstrtpspeexdepay.c:
17497         * gst/rtp/gstrtpspeexpay.c:
17498         * gst/rtsp/gstrtpdec.c:
17499         * gst/smpte/gstsmpte.c:
17500         * gst/videobox/gstvideobox.c:
17501         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17502         * gst/videofilter/gstvideobalance.c:
17503         * gst/videofilter/gstvideoflip.c:
17504         * gst/videofilter/gstvideotemplate.c:
17505         (gst_videotemplate_base_init):
17506         * gst/videomixer/videomixer.c:
17507         * gst/wavenc/gstwavenc.c:
17508         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17509          better/unified long descriptions
17510          Fixed #336602
17511          Some cleanups to auparse, don't send multiple newsegments.
17512
17513 2006-03-29  Wim Taymans  <wim@fluendo.com>
17514
17515         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17516
17517         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17518         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17519         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17520         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17521         * ext/dv/gstdvdemux.h:
17522         Seek in READY patch. Only works for pull based mode.
17523         Fixes #323880
17524
17525 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17526
17527         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17528         (gst_gdk_pixbuf_event):
17529           Fix two crashers: don't unref the same caps twice, and
17530           set pixbuf loader to NULL after freeing it.
17531
17532 2006-03-27  Wim Taymans  <wim@fluendo.com>
17533
17534         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17535         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17536         (gst_speexenc_chain):
17537         * ext/speex/gstspeexenc.h:
17538         Don't leak adapter.
17539         A push *always* takes ownership of the buffer, even on
17540         errors.
17541         Small cleanups.
17542
17543 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17544
17545         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17546           Create source pad without leaking.
17547
17548 2006-03-24  Wim Taymans  <wim@fluendo.com>
17549
17550         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17551         * ext/flac/gstflacdec.h:
17552         * ext/flac/gstflacenc.h:
17553         Spifify a bit.
17554         Fix deadly lock order error in seeking code, STREAM_LOCK
17555         cannot be taken within LOCK and the streaming variables are
17556         protected with the STREAM_LOCK anyway.
17557
17558 2006-03-24  Wim Taymans  <wim@fluendo.com>
17559
17560         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17561         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17562         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17563         this patch combines the global init_frames with the stream
17564         init_frames. Rationale being that the global delay should 
17565         be subtracted from any stream delay.
17566         Fixes #335858.
17567
17568 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17569
17570         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17571         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17572         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17573         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17574         use DEBUG_FUNCPTR for collectpads
17575
17576 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17577
17578         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17579           Don't crash when encoding images where the number of rows isn't
17580           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17581
17582 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17583
17584         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17585         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17586         * gst/interleave/interleave.c: (interleave_change_state):
17587         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17588           More state change function fixes.
17589
17590 2006-03-23  Wim Taymans  <wim@fluendo.com>
17591
17592         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17593         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17594         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17595         (gst_esdsink_delay), (gst_esdsink_reset):
17596         * ext/esd/esdsink.h:
17597         Fix esd choppy playback by configuring audiosink
17598         correctly. Fixes #325191
17599
17600 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17601
17602         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17603           Make state change function thread-safe.
17604
17605 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17606
17607         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17608         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17609           Don't try to read beyond the end of the file just because
17610           the header claims a bigger size (like with truncated files).
17611
17612 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17613
17614         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17615         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17616         (gst_wavparse_stream_data), (gst_wavparse_loop):
17617         * gst/wavparse/gstwavparse.h:
17618           Delay source pad creation until we have the first chunk of
17619           media data, so the we can examine the data and adjust the
17620           caps accordingly if required. This makes playback of .wav
17621           files with DTS-declared-as-PCM content work (#313266).
17622
17623 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17624
17625         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17626         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17627         Don't attempt typefinding on too-short buffers that have been
17628         completely trimmed away. (Fixes #330239)
17629
17630         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17631         Improve the debug output
17632
17633 2006-03-21  Wim Taymans  <wim@fluendo.com>
17634
17635         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17636         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17637         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17638         (gst_esdsink_set_property), (gst_esdsink_get_property):
17639         Some cleanups.
17640         Reset fd to -1 when we close them.
17641
17642 2006-03-21  Wim Taymans  <wim@fluendo.com>
17643
17644         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17645         the OPTIONS request result is optional so don't
17646         fail on it.
17647
17648 2006-03-21  Edward Hervey  <edward@fluendo.com>
17649
17650         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17651         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17652         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17653         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17654         (gst_wavparse_change_state):
17655         gcc 4.1 unreferenced pointer fixes.
17656
17657 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17658
17659         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17660
17661         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17662           Fix block alignment calculation. Alignment should be done before
17663           adding the byte offset where the data starts (#335231).
17664
17665 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17666
17667         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17668           Ensure that we set correct caps on buffers that are transferred
17669           direct from the input.
17670
17671 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17672
17673         * gst/goom/filters.c: (zoomFilterDestroy):
17674         * gst/goom/goom_core.c: (goom_close):
17675           Free filter data when cleaning up. (Fixes: #334995)
17676
17677 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17678
17679         * configure.ac:
17680           Don't compile udp and rtsp plugins on win32 (mingw) or other
17681           systems that don't have <sys/socket.h> for some reason (#316203).
17682
17683 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17684
17685         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17686         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17687         * ext/raw1394/gstdv1394src.h:
17688           Change bus reset handler so it reports useful information such as
17689           whether the device being used connected or disconnected
17690
17691 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17692
17693         * gst/id3demux/id3v2frames.c:
17694         (parse_relative_volume_adjustment_two):
17695           We only care about gain and peak data for the master volume.
17696
17697 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17698
17699         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17700         (parse_id_string), (parse_unique_file_identifier),
17701         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17702           Read replay gain tags (#323721).
17703
17704 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17705
17706         * configure.ac:
17707           Bump requirements to gst-plugins-base CVS because
17708           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17709
17710 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17711
17712         * rtp/gst/gstrtppcmadepay.c:
17713         Fixed one of the caps in the code from mulaw to alaw.
17714
17715 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17716
17717         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17718           Ensure that we set caps on the buffers we pass.
17719
17720         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17721         (gst_id3demux_sink_activate):
17722           Ensure that we set caps on the buffers we pass.
17723
17724           Use STREAM, TYPE_NOT_FOUND as the error class when
17725           typefinding fails.
17726
17727 2006-03-15  Edward Hervey  <edward@fluendo.com>
17728
17729         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17730         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17731         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17732         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17733         (gst_jpeg_dec_setcaps):
17734         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17735         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17736         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17737         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17738         (gst_mngdec_src_getcaps):
17739         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17740         (gst_pngdec_caps_create_and_set):
17741         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17742         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17743         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17744         * gst/alpha/gstalpha.c: (gst_alpha_init):
17745         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17746         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17747         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17748         * gst/cutter/gstcutter.c: (gst_cutter_init):
17749         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17750         (gst_efence_checkgetrange):
17751         * gst/debug/negotiation.c: (gst_negotiation_init):
17752         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17753         * gst/goom/gstgoom.c: (gst_goom_init):
17754         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17755         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17756         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17757         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17758         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17759         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17760         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17761         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17762         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17763         (gst_wavparse_create_sourcepad):
17764         Fix memleak with gst_static_pad_template_get().
17765         This uses gst_pad_new_from_static_template() instead.
17766         Fixes #333512
17767
17768 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17769
17770         * configure.ac:
17771           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17772           used by id3demux.
17773
17774         * gst/id3demux/gstid3demux.c: (plugin_init):
17775         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17776         (parse_user_text_identification_frame),
17777         (parse_unique_file_identifier):
17778           Add support for UFID and TXXX frames and extract musicbrainz tags.
17779
17780 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17781
17782         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17783           Catch short reads, like they might happen with truncated
17784           files (see #305279); remove unnecessary indentation.
17785
17786 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17787
17788         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17789           Fix DIB image inversion for pictures with a
17790           depth != 8 (#305279).
17791
17792 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17793
17794         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17795         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17796         * ext/jpeg/gstjpegdec.h:
17797           Fix durations on outgoing buffers after seeking
17798           in MJPEG files (#334083); some minor clean-ups.
17799
17800 2006-03-13  Wim Taymans  <wim@fluendo.com>
17801
17802         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17803         (gst_wavparse_change_state):
17804         Implement seek in READY (re-fixes #327658)
17805
17806 2006-03-13  Wim Taymans  <wim@fluendo.com>
17807
17808         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17809         * ext/esd/esdmon.c: (gst_esdmon_get):
17810         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17811         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17812         (gst_gdk_pixbuf_sink_getcaps):
17813         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17814         (gst_jpegenc_setcaps):
17815         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17816         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17817         (gst_smokeenc_setcaps):
17818         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17819         (gst_mngdec_src_getcaps):
17820         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17821         (gst_mngenc_chain):
17822         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17823         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17824         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17825         (speex_dec_src_event), (speex_dec_chain):
17826         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17827         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17828         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17829         (gst_negotiation_pad_link), (gst_negotiation_chain):
17830         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17831         (gst_flxdec_chain):
17832         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17833         (deinterleave_chain):
17834         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17835         * gst/median/gstmedian.c: (gst_median_link):
17836         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17837         (gst_monoscope_chain):
17838         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17839         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17840         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17841         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17842         close #333784 unref the result of gst_pad_get_parent()
17843         by: Christophe Fergeau.
17844
17845 2006-03-09  Wim Taymans  <wim@fluendo.com>
17846
17847         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17848         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17849         Handle events in push mode better, can now do non-flushing
17850         seeks in push mode as well.
17851
17852 2006-03-07  Wim Taymans  <wim@fluendo.com>
17853
17854         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17855         Applied patch from Kai Vehmanen, fixes #333624.
17856
17857 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17858
17859         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17860         Implement paletted and grayscale png files handling.
17861         (#150363).
17862
17863 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17864
17865         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17866         (gst_speexenc_chain):
17867           fix a tag list assert
17868           follow gst-plugins-base/ext/ogg/README; set OFFSET
17869           and OFFSET_END.  Muxes correctly with gst-plugins-base
17870           > 0.9.3
17871
17872 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17873
17874         * gst/id3demux/Makefile.am:
17875         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17876         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17877           Use new typefind helper functions here as well, and
17878           do typefinding in pull-mode if upstream supports that.
17879
17880 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17881
17882         * sys/sunaudio/gstsunaudiomixerctrl.c:
17883         (gst_sunaudiomixer_ctrl_get_volume),
17884         (gst_sunaudiomixer_ctrl_set_volume):
17885         * sys/sunaudio/gstsunaudiomixertrack.c:
17886         (gst_sunaudiomixer_track_new):
17887           Remove unused variables, breaks build from CVS
17888           with -Werror (#333392, patch by: Benjamin Pineau)
17889
17890 2006-03-03  Wim Taymans  <wim@fluendo.com>
17891
17892         * docs/plugins/Makefile.am:
17893         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17894         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17895         Added wavparse docs.
17896
17897         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17898         (gst_wavparse_reset), (gst_wavparse_init),
17899         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17900         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17901         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17902         (gst_wavparse_stream_data), (gst_wavparse_loop),
17903         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17904         (gst_wavparse_change_state):
17905         * gst/wavparse/gstwavparse.h:
17906         Implement seek in READY (fixes #327658)
17907         Added docs and did some cleanups.
17908
17909 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17910
17911         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17912         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17913         (gst_avi_demux_calculate_durations_from_index),
17914         (gst_avi_demux_stream_header):
17915         * gst/avi/gstavidemux.h:
17916           If we have an index, use a duration based on the index instead
17917           of blindly trusting the information in the stream headers
17918           (fixes #331817).
17919
17920 2006-03-03  Wim Taymans  <wim@fluendo.com>
17921
17922         * docs/plugins/Makefile.am:
17923         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17924         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17925         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17926         Added smoke and jpeg to the docs.
17927
17928         * ext/jpeg/Makefile.am:
17929         * ext/jpeg/gstjpeg.c: (plugin_init):
17930         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17931         * ext/jpeg/gstjpegenc.h:
17932         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17933         (gst_smokedec_chain):
17934         * ext/jpeg/gstsmokedec.h:
17935         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17936         * ext/jpeg/gstsmokeenc.h:
17937         * ext/jpeg/smokecodec.h:
17938         Port smokedec (fixes #331905).
17939         Added some docs.
17940         Some cleanups.
17941
17942 2006-03-03  Wim Taymans  <wim@fluendo.com>
17943
17944         * docs/plugins/Makefile.am:
17945         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17946         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17947         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17948         Added videobalance and videoflip to the docs.
17949
17950         * gst/videofilter/Makefile.am:
17951         * gst/videofilter/gstvideobalance.c:
17952         (gst_video_balance_update_tables_planar411),
17953         (gst_video_balance_is_passthrough),
17954         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17955         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17956         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17957         (gst_video_balance_finalize), (gst_video_balance_class_init),
17958         (gst_video_balance_init), (gst_video_balance_interface_supported),
17959         (gst_video_balance_interface_init),
17960         (gst_video_balance_colorbalance_list_channels),
17961         (gst_video_balance_colorbalance_set_value),
17962         (gst_video_balance_colorbalance_get_value),
17963         (gst_video_balance_colorbalance_init),
17964         (gst_video_balance_set_property), (gst_video_balance_get_property),
17965         (gst_video_balance_get_type), (plugin_init):
17966         * gst/videofilter/gstvideobalance.h:
17967         Ported to 0.10. (Fixes #326160)
17968         Added docs.
17969
17970         * gst/videofilter/gstvideoflip.c:
17971         * gst/videofilter/gstvideoflip.h:
17972         Added docs.
17973
17974 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17975
17976         * configure.ac:
17977           Bump requirements to current core and -base CVS
17978           (core for new typefind helper API, and -base for the
17979           WAVFORMATEX support that was added to libgstriff and
17980           is needed by wavparse).
17981         
17982         * gst/apetag/Makefile.am:
17983         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17984         (gst_tag_demux_sink_activate):
17985           Use new typefind helpers for typefinding instead of our
17986           home-grown stuff; also, do typefinding in pull-mode if
17987           upstream supports that.
17988
17989 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17990
17991         Reviewed by: Christian Schaller <christian@fluendo.com>
17992
17993         This patch fixes bug: 329107
17994
17995         This Changelog entry is for a commit done on February 17
17996
17997         * ext/gconf/gconf.c
17998         * ext/gconf/gconf.h
17999         * ext/gconf/gstgconfaudiosink.c
18000         * ext/gconf/gstgconfaudiosink.h
18001         * gconf/gstreamer.schemas.in
18002
18003 2006-02-28  Wim Taymans  <wim@fluendo.com>
18004
18005         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
18006         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18007         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
18008         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
18009         Use DEBUG_OBJECT more.
18010
18011 2006-02-28  Wim Taymans  <wim@fluendo.com>
18012
18013         * docs/plugins/Makefile.am:
18014         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18015         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18016         Added dvdec and dvdemux to docs.
18017
18018         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
18019         Added docs.
18020         Check frame sizes so we don't crash when don't have enough
18021         data.
18022         Send nice error messages on error.
18023
18024         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
18025         (gst_dvdemux_class_init), (gst_dvdemux_init),
18026         (gst_dvdemux_finalize), (gst_dvdemux_reset),
18027         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18028         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18029         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
18030         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
18031         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
18032         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
18033         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
18034         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18035         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
18036         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
18037         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
18038         * ext/dv/gstdvdemux.h:
18039         Added docs.
18040         Implement pull mode.
18041         Fix memleaks.
18042         Reduce memcpy for the video demuxing.
18043
18044 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
18045
18046         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
18047         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
18048         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
18049         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
18050           Add a little extra debug. Make the decoder not return NOT_LINKED,
18051           as we want to continue decoding all CMML and emitting tags.
18052
18053 2006-02-27  Michael Smith  <msmith@fluendo.com>
18054
18055         * ext/annodex/gstskeltag.c:
18056         * ext/annodex/gstskeltag.h:
18057           Deleted; these files aren't used any more either.
18058
18059 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18060
18061         * ext/Makefile.am: Fix dist-check.
18062
18063 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18064
18065         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
18066         memleak.
18067
18068 2006-02-25  Alessandro Decina <alessandro@nnva.org>
18069
18070         * ext/annodex/Makefile.am:
18071         * ext/annodex/gstannodex.c:
18072         * ext/annodex/gstcmmldec.c:
18073         * ext/annodex/gstcmmlenc.c:
18074         * ext/annodex/gstcmmlparser.c:
18075         * ext/annodex/gstcmmlparser.h:
18076         * ext/annodex/gstcmmlutils.c:
18077         * tests/check/elements/cmmldec.c:
18078         * tests/check/elements/cmmlenc.c:
18079           Fix a memleak in gst_cmml_track_list_add_clip.
18080           Handle overflows in clip's start and end times.
18081           Add the "encoded" parameter to cmmldec and cmmlenc caps.
18082           Do not parse junk at the end of a CMML preamble buffer.
18083           Register a libxml error handler to not print stuff on stderr.
18084           Check for bad clip start and end times in the testsuites.
18085
18086 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18087
18088         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
18089         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
18090         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
18091         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
18092         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
18093         possible memleaks.
18094
18095 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18096
18097         * tests/check/Makefile.am:
18098         * tests/check/elements/cmmldec.c:
18099         * tests/check/elements/cmmlenc.c: Fix tests so that they use
18100         the plugins-base tags.
18101
18102 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18103
18104         * ext/Makefile.am: Re-enable module.
18105
18106 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18107
18108         * tests/check/Makefile.am: Forgot to remove that test.
18109
18110 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18111
18112         * ext/annodex/Makefile.am:
18113         * ext/annodex/gstannodex.c: (plugin_init):
18114         * ext/annodex/gstcmmldec.c:
18115         * ext/annodex/gstskeldec.c:
18116         * ext/annodex/gstskeldec.h:
18117         * tests/check/Makefile.am:
18118         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18119
18120 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18121
18122         * tests/check/Makefile.am: Disable those checks as well.
18123
18124 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18125
18126         * ext/Makefile.am: Disable annodex for now until we figure out
18127         how to make it build.
18128         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18129         Add a rule to your checklist : "please try to at least build 
18130         what you are going to commit into -good, or if you are too lazy
18131         to do that, please check that the buildbots are not crying because
18132         of your commit."
18133
18134 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18135
18136         * configure.ac:
18137         * ext/Makefile.am:
18138         * ext/gdk_pixbuf/Makefile.am:
18139         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18140         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18141         * ext/gdk_pixbuf/pixbufscale.c:
18142         * ext/gdk_pixbuf/pixbufscale.h:
18143           Gdkpixbuf ported from 0.8 to 0.10 by
18144           Renato Filho <renato.filho@indt.org.br>.
18145           gst_loader and gdkpixbufanimation still need port.
18146
18147 2006-02-24  Michael Smith  <msmith@fluendo.com>
18148
18149         * configure.ac:
18150         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18151         * ext/Makefile.am:
18152         * ext/annodex/Makefile.am:
18153         * ext/annodex/gstannodex.c:
18154         * ext/annodex/gstannodex.h:
18155         * ext/annodex/gstcmmldec.c:
18156         * ext/annodex/gstcmmldec.h:
18157         * ext/annodex/gstcmmlenc.c:
18158         * ext/annodex/gstcmmlenc.h:
18159         * ext/annodex/gstcmmlparser.c:
18160         * ext/annodex/gstcmmlparser.h:
18161         * ext/annodex/gstcmmltag.c:
18162         * ext/annodex/gstcmmltag.h:
18163         * ext/annodex/gstcmmlutils.c:
18164         * ext/annodex/gstcmmlutils.h:
18165         * ext/annodex/gstskeldec.c:
18166         * ext/annodex/gstskeldec.h:
18167         * ext/annodex/gstskeltag.c:
18168         * ext/annodex/gstskeltag.h:
18169         * tests/check/Makefile.am:
18170         * tests/check/elements/cmmldec.c:
18171         * tests/check/elements/cmmlenc.c:
18172         * tests/check/elements/skeldec.c:
18173           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18174           Includes tests & docs, oh my! Passes Thomas's -good checklist
18175           entirely. Wow.
18176
18177 2006-02-24  Michael Smith  <msmith@fluendo.com>
18178
18179         * autogen.sh:
18180           Check for automake 1.9 as well.
18181
18182 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18183
18184         * ext/flac/gstflacenc.c:
18185           Change min. sample rate to 8kHz to match flacdec's.
18186           
18187 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18188
18189         * ext/cdio/Makefile.am:
18190           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18191           required for Cygwin, see #317048)
18192
18193         * gst/rtp/gstasteriskh263.c:
18194           Cygwin has includes for both the unix network socket API
18195           and the windows API, but only one can be included, so fix
18196           includes to only use one or the other, prefering the unxi
18197           one (#317048).
18198
18199 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18200
18201         * rtp/gst/gstrtppcmadepay.c:
18202         * rtp/gst/gstrtppcmadepay.h:
18203         * rtp/gst/gstgstrtppcmapay.c:
18204         * rtp/gst/gstgstrtppcmapay.h:
18205         * rtp/gst/gstrtppcmudepay.c:
18206         * rtp/gst/gstrtppcmudepay.h:
18207         * rtp/gst/gstrtppcmupay.c:
18208         * rtp/gst/gstrtppcmupay.h:
18209         * rtp/gst/Makefile.am:
18210         * rtp/gst/gstrtp.c:
18211         * rtp/gst/README:
18212         Separated the G711 payloaders/depayloaders into separate elements for
18213         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18214
18215 2006-02-22  Wim Taymans  <wim@fluendo.com>
18216
18217         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18218         (gst_dvdec_change_state):
18219         * ext/dv/gstdvdec.h:
18220         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18221         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18222         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18223         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18224         (gst_dvdemux_flush), (gst_dvdemux_chain),
18225         (gst_dvdemux_change_state):
18226         * ext/dv/gstdvdemux.h:
18227         Ueber spiffify some more, added debug category.
18228         Use _scale.
18229         Use segments, respect playback rate from newsegment.
18230         Fix refcount issue.
18231
18232 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18233
18234         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18235         (gst_signal_processor_process):
18236         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18237         enabled for the build, but it helps me win the feature-count
18238         competitions ooh yeah.
18239
18240 2006-02-19  Wim Taymans  <wim@fluendo.com>
18241
18242         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18243         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18244         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18245         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18246         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18247         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18248         Use scaling code for added precission and more correct stop
18249         position in case scale==0.
18250
18251 2006-02-19  Wim Taymans  <wim@fluendo.com>
18252
18253         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18254         (gst_flxdec_chain):
18255         * gst/flx/gstflxdec.h:
18256         Implement DURATION query.
18257
18258 2006-02-19  Wim Taymans  <wim@fluendo.com>
18259
18260         * gst/flx/flx_color.h:
18261         * gst/flx/flx_fmt.h:
18262         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18263         (gst_flxdec_src_query_handler), (flx_decode_color),
18264         (gst_flxdec_chain):
18265         * gst/flx/gstflxdec.h:
18266         Set MALLOCDATA for the temp buffers so we don't leak.
18267         Some debug cleanups.
18268         Consume all data in the adapter before leaving the chain
18269         function. Fixes #330678.
18270
18271 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18272
18273         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18274         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18275          Handle 0 data size in otherwise valid frames.
18276          Handle numeric strings in 2.4.0 even when not in parentheses 
18277
18278 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18279
18280         * gst/matroska/matroska-demux.c:
18281         (gst_matroska_demux_subtitle_caps),
18282         (gst_matroska_demux_plugin_init):
18283         * gst/matroska/matroska-ids.h:
18284           Recognise SSA/ASS and USF subtitle formats and
18285           set proper caps when they are found.
18286
18287 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18288
18289         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18290         (gst_jpeg_dec_chain):
18291           Fix invalid memory access for some odd-sized images
18292           (see image contained in quicktime stream in #327083);
18293           use g_malloc() instead of g_alloca().
18294
18295 2006-02-17  Wim Taymans  <wim@fluendo.com>
18296
18297         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18298         Patch from Sebastien Cote, fixes #319884
18299
18300 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18301
18302         * ext/cdio/gstcdio.c: (plugin_init):
18303           Init debug category (#331253).
18304
18305 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18306
18307         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18308           Pass extra_data to gst_riff_create_audio_caps(), so that
18309           WAVEFORMATEX stuff works. Post audio codec name and post
18310           it as taglist on the bus. Allow up to 8 channesl for raw
18311           PCM in the source pad template caps.
18312
18313 2006-02-16  Wim Taymans  <wim@fluendo.com>
18314
18315         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18316         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18317         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18318         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18319         (gst_multipart_set_property), (gst_multipart_get_property):
18320         Applied #318663. Gives quite a few false positives in
18321         autoscan mode, but it's better than nothing. Not closing yet.
18322
18323 2006-02-16  Wim Taymans  <wim@fluendo.com>
18324
18325         * docs/plugins/Makefile.am:
18326         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18327         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18328         * docs/plugins/gst-plugins-good-plugins.args:
18329         * docs/plugins/inspect/plugin-udp.xml:
18330         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18331         (gst_udpsrc_start):
18332         Update documentation.
18333         Fix args.
18334
18335 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18336
18337         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18338         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18339         frame size. (Fixes #331368)
18340
18341 2006-02-16  Wim Taymans  <wim@fluendo.com>
18342
18343         * gst/rtsp/README:
18344         Updated README.
18345
18346         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18347         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18348         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18349         * gst/rtsp/gstrtspsrc.h:
18350         Make sure the RTP port is an even port an try to allocate 
18351         another if not.
18352         Added retry property to control max retries for port allocation.
18353         Make sure RTCP port is RTP port+1.
18354         Cleanup when port allocation fails.
18355         Fixes #319183.
18356         
18357 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18358
18359         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18360           Don't ignore return value of the parent class's state
18361           change function (#331385, patch by: Wouter Paesen).
18362
18363 2006-02-15  Wim Taymans  <wim@fluendo.com>
18364
18365         * configure.ac:
18366         * docs/plugins/Makefile.am:
18367         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18368         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18369         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18370         * ext/Makefile.am:
18371         * ext/hal/Makefile.am:
18372         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18373         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18374         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18375         (do_toggle_element), (gst_hal_audio_sink_set_property),
18376         (gst_hal_audio_sink_get_property),
18377         (gst_hal_audio_sink_change_state):
18378         * ext/hal/gsthalaudiosink.h:
18379         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18380         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18381         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18382         (do_toggle_element), (gst_hal_audio_src_set_property),
18383         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18384         * ext/hal/gsthalaudiosrc.h:
18385         * ext/hal/gsthalelements.c: (plugin_init):
18386         * ext/hal/gsthalelements.h:
18387         * ext/hal/hal.c: (gst_hal_get_string),
18388         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18389         (gst_hal_get_audio_src):
18390         * ext/hal/hal.h:
18391         Add HAL sound device wrapper plugins. Closes #329106
18392
18393 2006-02-15  Wim Taymans  <wim@fluendo.com>
18394
18395         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18396         Add comment in a fultile attempt to stop the copy-and-paste 
18397         paradigm leading to duplication of bad code.
18398
18399         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18400         Mime parameters have to be checked case insensitive
18401
18402 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18403
18404         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18405           Advance stream time for lagging subtitle streams by sending
18406           newsegment events with the update flag set.
18407
18408 2006-02-14  Edward Hervey  <edward@fluendo.com>
18409
18410         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18411         There can be bogus data before the hdrl LIST tag in the RIFF header.
18412         It's hard to say if it's not respecting the AVI specifications or not,
18413         but since Google Video is producing AVIs like that and the other player
18414         don't seem to complain, I guess we should do the same.
18415
18416 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18417
18418         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18419         (parse_split_strings):
18420         Add more validation to ensure that a char encoding conversion
18421         produced a valid UTF-8 string.
18422
18423 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18424
18425         Reviewed by: Edward Hervey  <edward@fluendo.com>
18426
18427         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18428         Properly handle end of segment. Closes #330885.
18429
18430 2006-02-13  Wim Taymans  <wim@fluendo.com>
18431
18432         * gst/rtp/gstrtpmp4gpay.h:
18433         For got to commit this one.
18434
18435 2006-02-12  Wim Taymans  <wim@fluendo.com>
18436
18437         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18438         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18439         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18440         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18441         * gst/rtp/gstrtpmp4gpay.h:
18442         Make more things work.
18443         Handle ACC config strings.
18444
18445 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18446
18447         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18448           set timestamps if no incoming timestamps set
18449
18450 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18451
18452         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18453         (gst_tag_demux_do_typefind):
18454           ... and fix the very same leaks in GstTagDemux.
18455
18456 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18457
18458         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18459         (gst_id3demux_do_typefind):
18460         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18461         <jonathan at kaolin dot wh9 dot net>)
18462
18463 2006-02-10  Wim Taymans  <wim@fluendo.com>
18464
18465         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18466         First set options, then set caps or else the baseclass
18467         will not know about the options, duh.
18468
18469 2006-02-10  Wim Taymans  <wim@fluendo.com>
18470
18471         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18472         (gst_rtp_mp4v_pay_setcaps):
18473         Don't waste time looking for a config string if we have codec_info
18474         on the incomming caps.
18475
18476 2006-02-10  Wim Taymans  <wim@fluendo.com>
18477
18478         * gst/rtp/README:
18479         Say something about case-sensitivity of caps vs mime-attributes.
18480
18481         * gst/rtp/Makefile.am:
18482         * gst/rtp/gstrtp.c: (plugin_init):
18483         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18484         (gst_rtp_amr_pay_handle_buffer):
18485         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18486         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18487         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18488         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18489         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18490         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18491         (gst_rtp_mp4g_pay_plugin_init):
18492         * gst/rtp/gstrtpmp4gpay.h:
18493         Added beginnings of mpeg4-generic payloader (RFC 3640)
18494
18495 2006-02-09  Wim Taymans  <wim@fluendo.com>
18496
18497         * gst/rtsp/Makefile.am:
18498         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18499         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18500         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18501         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18502         (gst_rtpdec_change_state):
18503         * gst/rtsp/gstrtpdec.h:
18504         * gst/rtsp/gstrtsp.c: (plugin_init):
18505         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18506         * gst/rtsp/rtspconnection.c: (read_body),
18507         (rtsp_connection_receive):
18508         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18509         Resurected rtpdec to make rtspsrc happy again.
18510         Skip attributes from the session id.
18511         Don't crash when dumping a message with an empty body.
18512
18513
18514 2006-02-09  Wim Taymans  <wim@fluendo.com>
18515
18516         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18517         Added more meaningfull warnings when something goes wrong.
18518         Clear F bit on outgoing AMR packets.
18519
18520         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18521         (gst_rtp_amr_pay_handle_buffer):
18522         Added debugging category
18523         Support payloading of multiple AMR frames.
18524
18525         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18526         Added some debugging.
18527
18528 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18529
18530         * configure.ac:
18531           Back to CVS
18532
18533 === release 0.10.2 ===
18534
18535 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18536
18537         * configure.ac:
18538           releasing 0.10.2, "Papa was a rolling stone"
18539
18540 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18541
18542         * configure.ac:
18543           Bump core and plugins-base requirement to 0.10.2.2
18544           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18545
18546 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18547
18548         * ext/flac/gstflac.c: (plugin_init):
18549         * ext/speex/gstspeex.c: (plugin_init):
18550           Register musicbrainz tags.
18551
18552 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18553
18554         * ext/gconf/gconf.h:
18555           Remove declaration of function that no longer exists.
18556
18557 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18558
18559         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18560         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18561         Make shout2 work for non ogg streams
18562
18563 2006-02-06  Wim Taymans  <wim@fluendo.com>
18564
18565         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18566         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18567         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18568         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18569         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18570         * gst/udp/gstmultiudpsink.h:
18571         Updated docs.
18572         Added properties bytes-served, bytes_to_serve.
18573         Post proper error messages,
18574         Emit client added signal too.
18575
18576 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18577
18578         * docs/plugins/Makefile.am:
18579         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18580         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18581         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18582         (gst_multiudpsink_get_stats):
18583           adding docs for multiudpsink
18584
18585 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18586
18587         * gst/level/gstlevel.c: (gst_level_transform_ip):
18588           peak below decay is not necessarily an error, so don't ERROR log
18589
18590 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18591
18592         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18593         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18594         (gst_ebml_write_seek):
18595         * gst/matroska/ebml-write.h:
18596           Make sure we send a newsegment event in BYTES format
18597           before sending buffers (#328531).
18598
18599 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18600
18601         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18602         (gst_dvdemux_sink_query):
18603         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18604         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18605         (speex_dec_src_query):
18606         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18607         (gst_speexenc_sink_query):
18608         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18609         * gst/matroska/matroska-demux.c:
18610         (gst_matroska_demux_get_src_query_types),
18611         (gst_matroska_demux_handle_src_query):
18612         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18613         (gst_wavparse_pad_query):
18614           Pass unhandled queries upstream instead of just dropping
18615           them (#326446). Update query type arrays here and there.
18616
18617 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18618
18619         * tests/check/elements/matroskamux.c: (setup_src_pad):
18620           Collectpads in core got changed and now also holds a
18621           reference to any pad that is part of it. Fix refcount
18622           checks in test case accordingly.
18623
18624 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18625
18626         * gst/apetag/gstapedemux.h:
18627           Fix include, for now GstTagDemux is in the apetag dir.
18628
18629 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18630
18631         * docs/plugins/Makefile.am:
18632         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18633         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18634         * docs/plugins/inspect/plugin-cdio.xml:
18635           Add cdio plugin to docs.
18636
18637         * ext/cdio/gstcdiocddasrc.c:
18638           Add gtk-doc blurb.
18639
18640         * ext/cdio/gstcdio.c:
18641           The plugin is called 'cdio' not 'cddio'.
18642
18643 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18644
18645         * configure.ac:
18646         * docs/plugins/Makefile.am:
18647         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18648         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18649         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18650         * docs/plugins/inspect/plugin-apetag.xml:
18651         * gst/apetag/Makefile.am:
18652         * gst/apetag/gstapedemux.c:
18653         * gst/apetag/gstapedemux.h:
18654         * gst/apetag/gsttagdemux.c:
18655         * gst/apetag/gsttagdemux.h:
18656           Add APE tag demuxer (#325649).
18657
18658 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18659
18660         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18661         (gst_gconf_get_default_video_sink),
18662         (gst_gconf_get_default_audio_src),
18663         (gst_gconf_get_default_video_src):
18664         * ext/gconf/gconf.h:
18665         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18666         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18667         (do_toggle_element):
18668         * ext/gconf/gstgconfaudiosink.h:
18669         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18670         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18671         (do_toggle_element):
18672         * ext/gconf/gstgconfaudiosrc.h:
18673         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18674         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18675         (do_toggle_element):
18676         * ext/gconf/gstgconfvideosink.h:
18677         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18678         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18679         (do_toggle_element):
18680         * ext/gconf/gstgconfvideosrc.h:
18681           Ignore changing the GConf key to "". Ignore GConf key updates
18682           that don't actually change the string.
18683           For now, ignore the GConf key when the state is > READY, as
18684           it breaks streaming. Sometime it will be nice to bring the
18685           new sink online even mid-stream, by sending NEWSEGMENT info
18686           and possibly prerolling.
18687           (Fixes #326736)
18688
18689 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18690
18691         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18692         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18693         (zoomFilterSetResolution), (zoomFilterDestroy),
18694         (zoomFilterFastRGB), (pointFilter):
18695         * gst/goom/filters.h:
18696         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18697         (goom_update), (goom_close):
18698         * gst/goom/goom_core.h:
18699         * gst/goom/goom_tools.h:
18700         * gst/goom/graphic.c:
18701         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18702         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18703         * gst/goom/gstgoom.h:
18704         * gst/goom/lines.c: (goom_lines):
18705         * gst/goom/lines.h:
18706           Make goom reentrant by moving all important static variables
18707           into instance structures.
18708           (Fixes #329181)
18709
18710 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18711
18712         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18713         (gst_avi_demux_all_source_pads_unlinked),
18714         (gst_avi_demux_process_next_entry):
18715         * gst/avi/gstavidemux.h:
18716           Third attempt, use gst_pad_is_linked() this time.
18717
18718 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18719
18720         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18721         (parse_split_strings):
18722         Adjust for data length indicators when parsing (Fixes #329810)
18723         Fix stupid bug parsing UTF-8 tag text.
18724         Output tag strings with multiple fields as multiple tags, so the
18725         app gets all the data.
18726
18727 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18728
18729         * ext/flac/gstflacenc.c:
18730         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18731         show me.
18732         
18733 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18734
18735         * ext/flac/gstflacenc.c:
18736         * gst/matroska/ebml-read.c:
18737         Just make it compile with --disable-gst-debug.
18738
18739 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18740
18741         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18742         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18743         (id3v2_genre_fields_to_taglist):
18744           Never output a tag with a null contents string.
18745
18746 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18747
18748         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18749           Only pause if all pads are unlinked AND we've tried to send data
18750           on all of them at least once.
18751
18752 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18753
18754         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18755         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18756           Make loop function/task pause itself when all source pads are
18757           unlinked.
18758
18759 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18760
18761         * configure.ac:
18762         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18763           Use new functions from core to render a bin from a
18764           string. Fixes build. Up requirements to core CVS.
18765
18766 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18767
18768         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18769           Don't push buffers into the adapter that we are going to
18770           push downstream again without framing anyway. Also, the
18771           adaptor takes ownership of buffers put into it (fixes
18772           auparse pushing invalid buffers for .au files with
18773           ADPCM contents). Finally, set caps on all outgoing buffers.
18774
18775 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18776
18777         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18778         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18779         (gst_id3demux_send_tag_event):
18780         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18781         Someone should kick my butt. Remove ID3v1 tags from the end of the
18782         file.
18783
18784         Improve error messages. Send the TAG message as soon as we complete
18785         typefinding, instead of waiting until we send the first buffer.
18786         Downstream tag event is still sent before the first buffer.
18787
18788 2006-01-27  Jan Gerber  <j@bootlab.org>
18789
18790         Reviewed by: Andy Wingo <wingo@pobox.com>
18791
18792         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18793         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18794         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18795         to not have warings flooding stderr. this is the suggested way
18796         also used in dvgrab and kino. (#328336)
18797
18798 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18799
18800         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18801         (gst_oss_sink_init), (gst_oss_sink_finalise):
18802           Free the device name string when finalised.
18803
18804 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18805
18806         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18807           Don't put function calls in g_return_if_fail() statements,
18808           or they'll be replaced with NOOPs if someone compiles with
18809           G_DISABLE_CHECKS defined.
18810           
18811 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18812
18813         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18814         Never trust ANY information encoded in a media file, especially
18815         when it's giving you sizes. (Fixes #328452)
18816
18817 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18818
18819         * gst/rtp/gstrtpg711pay.c:
18820         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18821         bug #325148.
18822
18823 2006-01-23  Edward Hervey  <edward@fluendo.com>
18824
18825         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18826         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18827         * gst/matroska/matroska-ids.h:
18828         Added recognition of Real Audio and Video streams in matroska demuxer.
18829
18830 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18831
18832         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18833           Remove errant break statement, and fix compilation with
18834           older GCC.
18835
18836 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18837
18838         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18839
18840         * sys/sunaudio/gstsunaudiomixerctrl.c:
18841         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18842           Export functions that are needed in other parts of the code,
18843           makes the mixer actually work; adjust magic minimum buffer-time
18844           value from 3ms to 5ms to work around stuttering during mp3
18845           playback (#327765).
18846
18847 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18848
18849         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18850
18851         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18852         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18853           Fix possible deadlock in matroska muxer (#327825).
18854
18855 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18856
18857         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18858         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18859         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18860         * gst/rtsp/sdpmessage.h:
18861         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18862         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18863           C89 fixes: declare variables at the beginning of a block and
18864           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18865           <jensgr at gmx dot net>).
18866
18867 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18868
18869         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18870         * gst/id3demux/id3tags.h:
18871         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18872         (parse_comment_frame), (parse_text_identification_frame),
18873         (id3v2_tag_to_taglist), (id3v2_are_digits),
18874         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18875         (parse_split_strings), (free_tag_strings):
18876           Rewrite parsing of text tags to handle multiple NULL terminated
18877           strings. Parse numeric genre strings and ID3v2 type
18878           "(3)(6)Alternative" style genre strings.
18879           Parse dates that are only YYYY or YYYY-mm format.
18880           (Fixes #328241 and #322154)
18881
18882 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18883
18884         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18885           Don't forget to initialize liboil, otherwise our oil functions
18886           will crash (fixes #327871; patch by: Christoph Burghardt
18887           <hawkes at web dot de>).
18888
18889 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18890
18891         * configure.ac:
18892           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18893           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18894           patch by: Brian Cameron <brian dot cameron at sun dot com>
18895
18896 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18897
18898         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18899         * ext/cdio/gstcdio.h:
18900         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18901           Fix build for libcdio versions >= 76; give slightly lower rank
18902           than cdparanoia.
18903
18904 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18905
18906         * configure.ac:
18907         * ext/Makefile.am:
18908         * ext/cdio/Makefile.am:
18909         * ext/cdio/gstcdio.c:
18910         * ext/cdio/gstcdio.h:
18911         * ext/cdio/gstcdiocddasrc.c:
18912         * ext/cdio/gstcdiocddasrc.h:
18913           Port libcdio cdda source, formerly known as cddasrc, now known as
18914           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18915           but that's not tested (fixes #317658).
18916
18917 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18918
18919         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18920           Fix conversion from TIME to BYTES format (fixes #326864;
18921           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18922
18923 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18924
18925         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18926           Fix compilation of id3demux when zlib is not present.
18927           (Fixes #326602; patch by: Sergey Scobich)
18928
18929 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18930
18931         * ext/esd/Makefile.am:
18932           Add $(ESD_CFLAGS), otherwise build will fail for folks
18933           with libesd in a non-standard prefix (#327009).
18934
18935 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18936
18937         * configure.ac:
18938           back to HEAD
18939
18940 === release 0.10.1 ===
18941
18942 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18943
18944         * configure.ac:
18945           releasing 0.10.1, "Li"
18946
18947 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18948
18949           patch by: Wim Taymans
18950
18951         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18952           fix memleak.  Fixes #326618
18953
18954 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18955
18956           patch by: Mike Smith
18957
18958         * gst/level/gstlevel.c: (gst_level_message_new),
18959         (gst_level_message_append_channel):
18960           Fix memleak.  Fixes #326612
18961
18962 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18963
18964         * configure.ac:
18965           prereleasing
18966         * po/af.po:
18967         * po/az.po:
18968         * po/cs.po:
18969         * po/en_GB.po:
18970         * po/hu.po:
18971         * po/it.po:
18972         * po/nb.po:
18973         * po/nl.po:
18974         * po/or.po:
18975         * po/sq.po:
18976         * po/sr.po:
18977         * po/sv.po:
18978         * po/uk.po:
18979         * po/vi.po:
18980           update translations
18981
18982 2006-01-10  Michael Smith  <msmith@fluendo.com>
18983
18984         * gst/level/gstlevel.c: (gst_level_class_init),
18985         (gst_level_dispose):
18986           Don't leak filter arrays.
18987
18988 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18989
18990         reviewed by: Christian Schaller <uraeus@gnome.org>
18991         
18992         * configure.ac:
18993         * gst-plugins-good.spec.in:
18994         * sys/Makefile.am:
18995         * sys/sunaudio/Makefile.am:
18996         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18997         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18998         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18999         (gst_sunaudiomixer_change_state):
19000         * sys/sunaudio/gstsunaudiomixer.h:
19001         * sys/sunaudio/gstsunaudiomixerctrl.c:
19002         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
19003         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
19004         (gst_sunaudiomixer_ctrl_list_tracks),
19005         (gst_sunaudiomixer_ctrl_get_volume),
19006         (gst_sunaudiomixer_ctrl_set_volume),
19007         (gst_sunaudiomixer_ctrl_set_mute),
19008         (gst_sunaudiomixer_ctrl_set_record):
19009         * sys/sunaudio/gstsunaudiomixerctrl.h:
19010         * sys/sunaudio/gstsunaudiomixertrack.c:
19011         (gst_sunaudiomixer_track_class_init),
19012         (gst_sunaudiomixer_track_init), (fill_labels),
19013         (gst_sunaudiomixer_track_new):
19014         * sys/sunaudio/gstsunaudiomixertrack.h:
19015         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
19016         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
19017         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
19018         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
19019         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
19020         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
19021         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
19022         * sys/sunaudio/gstsunaudiosink.h:
19023
19024         Add SunAudio plugin - tested to make sure it doesn't break
19025         the build under GNU/Linux.      
19026
19027 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
19028
19029         * gst-plugins-good/gst/udp/gstdynudpsink.c:
19030         * gst-plugins-good/gst/udp/gstudpsrc.c:
19031         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
19032         overrides the port or multicast parameters. Fixes bugs #323021.
19033         API addition: adds GstUDPSrc::sockfd property   
19034
19035 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
19036
19037         * ext/gconf/Makefile.am:
19038         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
19039         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
19040         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
19041         (do_toggle_element), (cb_toggle_element),
19042         (gst_gconf_audio_src_change_state):
19043         * ext/gconf/gstgconfaudiosrc.h:
19044         * ext/gconf/gstgconfelements.c: (plugin_init):
19045         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
19046         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
19047         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
19048         (do_toggle_element), (cb_toggle_element),
19049         (gst_gconf_video_src_change_state):
19050         * ext/gconf/gstgconfvideosrc.h:
19051           Add new gconfaudiosrc and gconfvideosrc elements
19052           (needed for gnome-sound-recorder).
19053
19054 2006-01-06  Edward Hervey  <edward@fluendo.com>
19055
19056         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
19057         Add gst_element_no_more_pads() for proper decodebin behaviour.
19058         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
19059         (parse_text_identification_frame), (parse_split_strings):
19060         Failure to decode some tags is not a GST_ERROR() but a
19061         GST_WARNING()
19062         When iterating over a chunk of text, check that we haven't gone too
19063         far.
19064
19065 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19066
19067         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19068         (plugin_init):
19069           call oil_init() when using liboil
19070
19071 2006-01-04  Wim Taymans  <wim@fluendo.com>
19072
19073         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
19074         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19075         Fix leaks.
19076
19077 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
19078
19079         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19080
19081         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
19082         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
19083         (gst_flac_dec_change_state):
19084           Don't g_assert() where we should just return FALSE; remove
19085           unnecessary g_assert(); initialize some fields properly in
19086           state change function (fixes #325504). Also, use
19087           GST_DEBUG_OBJECT in two more places.
19088
19089 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19090
19091         * configure.ac:
19092           also remove smoothwave's Makefile.am
19093         * docs/plugins/Makefile.am:
19094           fix plugin docs
19095
19096 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19097
19098         * tests/examples/Makefile.am:
19099           added missing Makefile.am
19100
19101 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19102
19103         * configure.ac:
19104         * gst/level/Makefile.am:
19105         * gst/level/level-example.c:
19106         * tests/Makefile.am:
19107         * tests/examples/level/Makefile.am:
19108         * tests/examples/level/level-example.c: (message_handler), (main):
19109           moved level-example to tests/examples/level-example
19110         * tests/old/examples/level/demo.c: (main):
19111         * tests/old/examples/level/plot.c: (main):
19112           some initial fixes
19113
19114 2005-12-29  Michael Smith  <msmith@fluendo.com>
19115
19116         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19117         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19118         * gst/udp/gstmultiudpsink.h:
19119           Track packets sent per client in addition to bytes sent; provide
19120           this info through get-stats signal
19121
19122 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19123
19124         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19125           Can't use gst_object_unref() on a GstAdapter (#325191).
19126
19127 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19128
19129         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19130         If a broken tag has 0 bytes payload, at least still skip
19131         the 10 byte header
19132
19133 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19134
19135         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19136         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19137         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19138         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19139           Making these depayloaders (H263+ and mpeg4 video) inherit from
19140           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19141
19142 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19143
19144         * docs/plugins/gst-plugins-good-plugins.args:
19145         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19146         Regenerate the plugin hiearchy.
19147
19148 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19149
19150         * docs/plugins/Makefile.am:
19151         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19152         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19153         * docs/plugins/gst-plugins-good-plugins.args:
19154         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19155         (gst_id3demux_base_init), (gst_id3demux_class_init),
19156         (gst_id3demux_chain):
19157         * gst/id3demux/gstid3demux.h:
19158           Add documentation for id3demux.
19159           Don't fail if the first buffer is not at offset 0, just
19160           attempt to typefind and do pass through
19161           Rename the gst_type function from gst_gst_id3demux..
19162
19163 2005-12-20  Michael Smith  <msmith@fluendo.com>
19164
19165         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19166         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19167         (gst_multiudpsink_get_stats):
19168         * gst/udp/gstmultiudpsink.h:
19169           Collect statistics; return them from get_stats.
19170
19171 2005-12-19  Edward Hervey  <edward@fluendo.com>
19172
19173         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19174         Stupid signedness issue...
19175
19176 2005-12-19  Edward Hervey  <edward@fluendo.com>
19177
19178         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19179         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19180         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19181         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19182         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19183         Construct index for indexless files.
19184         Make sure pad/buffers are correctly reset to NULL once we don't need
19185         them anymore, else we get lovely segfaults/assertions.
19186         * gst/wavparse/gstwavparse.c:
19187         Yes, you can have 96KHz audio and wma in wav :(
19188
19189 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19190
19191         * configure.ac:
19192           Check for optional dependency on zlib for id3demux
19193
19194         * gst/id3demux/Makefile.am:
19195         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19196         (gst_id3demux_base_init), (gst_id3demux_class_init),
19197         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19198         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19199         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19200         (gst_id3demux_set_property), (gst_id3demux_get_property),
19201         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19202         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19203         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19204         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19205         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19206         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19207         (simple_find_peek), (simple_find_suggest),
19208         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19209         (plugin_init):
19210         * gst/id3demux/gstid3demux.h:
19211         * gst/id3demux/id3tags.c: (read_synch_uint),
19212         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19213         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19214         (id3demux_id3v2_frames_to_tag_list):
19215         * gst/id3demux/id3tags.h:
19216         * gst/id3demux/id3v2.4.0-frames.txt:
19217         * gst/id3demux/id3v2.4.0-structure.txt:
19218         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19219         (parse_comment_frame), (parse_text_identification_frame),
19220         (id3v2_tag_to_taglist), (parse_split_strings):
19221           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19222           otherwise it discards them. Works on my test files. 
19223
19224         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19225           Don't send EOS to a non-existing srcpad
19226           The debug category can be static
19227
19228 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19229
19230         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19231         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19232         * gst/multipart/multipartdemux.c:
19233           change some char* into char[]
19234
19235 2005-12-16  Wim Taymans  <wim@fluendo.com>
19236
19237         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19238         (gst_wavparse_other), (gst_wavparse_perform_seek),
19239         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19240         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19241         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19242         * gst/wavparse/gstwavparse.h:
19243         Use GstSegment to implement more seeking features.
19244
19245 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19246
19247         * gst/rtsp/rtspconnection.c:
19248           Add <netinet/in.h> include and move <arpa/inet.h> include
19249           to make things work on OpenBSD as well (fixes #323717;
19250           patch by: Benjamin Pineau)
19251
19252 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19253
19254         * gst/rtp/gstrtpspeexdepay.c:
19255         * gst/rtp/gstrtpspeexpay.c:
19256         Set clock rate to be fixed in 8000. It fixes bug #324012.
19257
19258 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19259
19260         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19261         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19262         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19263         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19264         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19265         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19266         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19267         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19268         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19269         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19270         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19271         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19272         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19273         * gst-plugins-good/gst/rtp/README:
19274         Fixed payload range in payloder caps. Removed payload range completely
19275         from depayloaders as they don't require payload type in their caps.
19276         In effect, there isn't any specific payload type for any given codec,
19277         only suggestions.
19278         Fixes bug #324011.
19279
19280 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19281
19282         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19283         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19284         (gst_videomixer_collected): Code cleanup and re-enabling 
19285         queued time validity check for correct EOS handling.
19286
19287 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19288
19289         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19290         (gst_oss_mixer_element_get_property),
19291         (gst_oss_mixer_element_change_state):
19292         Add 'device-name' property and fix state change function.
19293
19294 2005-12-13  Edward Hervey  <edward@fluendo.com>
19295
19296         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19297         If the speed of the file is null in the header, set the frame_time to
19298         the default setting of GST_SECOND / 70. Which is the default
19299         frame_delay for .fli files as stated in this document :
19300         http://www.compuphase.com/flic.htm
19301         Would be nice to have the time conversion done properly too (duration =
19302         flxh->frames * flxdec->frame_time)
19303
19304 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19305
19306         * docs/plugins/Makefile.am:
19307         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19308         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19309         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19310         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19311         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19312         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19313         documentation for videomixer on my way with a funny sample
19314         pipeline.
19315
19316 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19317
19318         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19319         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19320         (gst_videomixer_update_queues), (gst_videomixer_collected):
19321         Fix caps negotiation. (#323896)
19322
19323 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19324
19325         * gst/matroska/matroska-demux.c:
19326         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19327           Set correct timestamps on audio laces, fixes playback of mp3 from
19328                 matroska.
19329
19330 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19331
19332         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19333         (gst_au_parse_class_init), (gst_au_parse_init),
19334         (gst_au_parse_dispose), (gst_au_parse_chain),
19335         (gst_au_parse_change_state), (plugin_init):
19336         * gst/auparse/gstauparse.h:
19337           Use gst_object_unref() for GstObjects instead of
19338           g_object_unref() and fix a mem leak in a debug
19339           statement; while we're at it, also borgify, use
19340           boilerplate macros and clean up a little bit.
19341
19342 2005-12-11  Edward Hervey  <edward@fluendo.com>
19343
19344         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19345         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19346         Added pull mode.
19347
19348 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19349
19350         * gst/goom/gstgoom.c:
19351         * gst/level/level-example.c: (main):
19352         * gst/smoothwave/demo-osssrc.c: (main):
19353           Use audiotestsrc instead of sinesrc (#323798).
19354
19355 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19356
19357         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19358           more debug-func-ptr usage
19359
19360 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19361
19362         * gst/flx/flx_color.c: (flx_colorspace_convert):
19363         * gst/flx/flx_color.h:
19364         * gst/flx/flx_fmt.h:
19365         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19366         * gst/flx/gstflxdec.h:
19367           Now flxdec works on big-endian machines as well.
19368
19369 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19370
19371         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19372         (gst_fenced_buffer_copy):
19373           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19374           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19375           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19376           and use GST_DEBUG_FUNCPTR for pad functions.
19377
19378 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19379
19380         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19381         (gst_flac_dec_class_init), (gst_flac_dec_init),
19382         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19383         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19384         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19385         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19386         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19387         (gst_flac_dec_change_state):
19388         * ext/flac/gstflacdec.h:
19389           Rewrite flacdec a bit, so that even seeking might work now. Most
19390           importantly, don't act upon any flow return values we get, just tell
19391           the decoder everything's dandy and act on the flow return values
19392           later on in the loop function. We don't want to mess up the internal
19393           decoder state for non-fatal things like flushing pads etc. Other
19394           than that, use GstSegment (segment seeks don't work yet though, but
19395           should be easy to add), use boilerplate macros, drop the superfluous
19396           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19397           lots of other things.
19398
19399 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19400
19401         * configure.ac:
19402           Update comment in OSS includes check.
19403
19404         * sys/oss/gstossdmabuffer.c:
19405         * sys/oss/gstosshelper.c:
19406         * sys/oss/gstossmixer.c:
19407         * sys/oss/gstossmixertrack.c:
19408         * sys/oss/gstosssink.c:
19409         * sys/oss/gstosssrc.c:
19410         * sys/oss/oss_probe.c:
19411           Don't assume the OSS soundcard.h include is always in
19412           the sys/ directory. Instead, use the existing defines
19413           from config.h to include the right file. Fixes
19414           compilation on OpenBSD 3.8 (#323718).
19415
19416 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19417
19418         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19419         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19420         * docs/plugins/inspect/plugin-1394.xml:
19421         * docs/plugins/inspect/plugin-aasink.xml:
19422         * docs/plugins/inspect/plugin-alaw.xml:
19423         * docs/plugins/inspect/plugin-alpha.xml:
19424         * docs/plugins/inspect/plugin-alphacolor.xml:
19425         * docs/plugins/inspect/plugin-auparse.xml:
19426         * docs/plugins/inspect/plugin-autodetect.xml:
19427         * docs/plugins/inspect/plugin-avi.xml:
19428         * docs/plugins/inspect/plugin-cacasink.xml:
19429         * docs/plugins/inspect/plugin-cairo.xml:
19430         * docs/plugins/inspect/plugin-cutter.xml:
19431         * docs/plugins/inspect/plugin-debug.xml:
19432         * docs/plugins/inspect/plugin-dv.xml:
19433         * docs/plugins/inspect/plugin-efence.xml:
19434         * docs/plugins/inspect/plugin-effectv.xml:
19435         * docs/plugins/inspect/plugin-esdsink.xml:
19436         * docs/plugins/inspect/plugin-flac.xml:
19437         * docs/plugins/inspect/plugin-flxdec.xml:
19438         * docs/plugins/inspect/plugin-gconfelements.xml:
19439         * docs/plugins/inspect/plugin-goom.xml:
19440         * docs/plugins/inspect/plugin-jpeg.xml:
19441         * docs/plugins/inspect/plugin-level.xml:
19442         * docs/plugins/inspect/plugin-matroska.xml:
19443         * docs/plugins/inspect/plugin-mulaw.xml:
19444         * docs/plugins/inspect/plugin-multipart.xml:
19445         * docs/plugins/inspect/plugin-navigationtest.xml:
19446         * docs/plugins/inspect/plugin-ossaudio.xml:
19447         * docs/plugins/inspect/plugin-png.xml:
19448         * docs/plugins/inspect/plugin-rtp.xml:
19449         * docs/plugins/inspect/plugin-rtsp.xml:
19450         * docs/plugins/inspect/plugin-shout2send.xml:
19451         * docs/plugins/inspect/plugin-smpte.xml:
19452         * docs/plugins/inspect/plugin-speex.xml:
19453         * docs/plugins/inspect/plugin-udp.xml:
19454         * docs/plugins/inspect/plugin-videobox.xml:
19455         * docs/plugins/inspect/plugin-videoflip.xml:
19456         * docs/plugins/inspect/plugin-videomixer.xml:
19457         * docs/plugins/inspect/plugin-wavenc.xml:
19458         * docs/plugins/inspect/plugin-wavparse.xml:
19459         * ext/flac/gstflac.c: (plugin_init):
19460         * ext/flac/gstflacdec.c: (flacdec_get_type),
19461         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19462         (gst_flac_dec_init), (gst_flac_dec_finalize),
19463         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19464         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19465         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19466         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19467         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19468         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19469         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19470         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19471         * ext/flac/gstflacdec.h:
19472         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19473         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19474         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19475         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19476         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19477         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19478         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19479         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19480         (gst_flac_enc_change_state):
19481         * ext/flac/gstflacenc.h:
19482           borgify and fix up documentation
19483
19484 2005-12-09  Michael Smith  <msmith@fluendo.com>
19485
19486         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19487           Accept a wider range of flac files, more closely matching flac spec.
19488
19489 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19490
19491         * docs/plugins/Makefile.am: Add multipart elements.
19492         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19493         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19494         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19495         * gst/multipart/multipartdemux.c:
19496         * gst/multipart/multipartmux.c: Add docs.
19497
19498 2005-12-07  Edward Hervey  <edward@fluendo.com>
19499
19500         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19501         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19502         (gst_avi_demux_invert):
19503         Memleak and crasher fixes.
19504         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19505         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19506         Memleak fixes
19507
19508 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19509
19510         * ext/aalib/gstaasink.h:
19511         * ext/cairo/gsttextoverlay.h:
19512         * ext/dv/gstdvdec.h:
19513         * ext/dv/gstdvdemux.c:
19514         * ext/dv/gstdvdemux.h:
19515         * ext/esd/esdsink.h:
19516         * ext/flac/flac_compat.h:
19517         * ext/flac/gstflacdec.h:
19518         * ext/flac/gstflacenc.h:
19519         * ext/gconf/gconf.h:
19520         * ext/gconf/gstgconfaudiosink.h:
19521         * ext/gconf/gstgconfvideosink.h:
19522         * ext/gdk_pixbuf/gstgdkanimation.h:
19523         * ext/jpeg/gstjpegdec.h:
19524         * ext/jpeg/smokecodec.h:
19525         * ext/jpeg/smokeformat.h:
19526         * ext/ladspa/gstsignalprocessor.h:
19527         * ext/ladspa/search.c: (LADSPAPluginSearch):
19528         * ext/ladspa/utils.h:
19529         * ext/libmng/gstmng.c:
19530         * ext/libmng/gstmngdec.h:
19531         * ext/libmng/gstmngenc.c:
19532         * ext/libmng/gstmngenc.h:
19533         * ext/libpng/gstpng.c:
19534         * ext/libpng/gstpngenc.c:
19535         * ext/libpng/gstpngenc.h:
19536         * ext/shout2/gstshout2.h:
19537         * ext/speex/gstspeexdec.h:
19538         * ext/speex/gstspeexenc.c:
19539         * ext/speex/gstspeexenc.h:
19540         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19541         * gst/autodetect/gstautoaudiosink.h:
19542         * gst/autodetect/gstautovideosink.h:
19543         * gst/avi/gstavidemux.h:
19544         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19545         (gst_cutter_set_property), (gst_cutter_get_caps):
19546         * gst/cutter/gstcutter.h:
19547         * gst/debug/tests.c: (md5_process_block):
19548         * gst/debug/tests.h:
19549         * gst/effectv/gstwarp.c:
19550         * gst/flx/flx_fmt.h:
19551         * gst/flx/gstflxdec.h:
19552         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19553         (zoomFilterFastRGB):
19554         * gst/goom/filters.h:
19555         * gst/goom/goom_tools.h:
19556         * gst/law/alaw-encode.c:
19557         * gst/level/gstlevel.c:
19558         * gst/level/gstlevel.h:
19559         * gst/matroska/ebml-write.h:
19560         * gst/matroska/matroska-demux.h:
19561         * gst/matroska/matroska-ids.h:
19562         * gst/matroska/matroska-mux.h:
19563         * gst/monoscope/convolve.c: (convolve_match):
19564         * gst/monoscope/convolve.h:
19565         * gst/multipart/multipartmux.c:
19566         * gst/oldcore/gstaggregator.c:
19567         * gst/oldcore/gstaggregator.h:
19568         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19569         * gst/oldcore/gstmd5sink.h:
19570         * gst/oldcore/gstmultifilesrc.c:
19571         * gst/oldcore/gstmultifilesrc.h:
19572         * gst/oldcore/gstpipefilter.h:
19573         * gst/oldcore/gstshaper.h:
19574         * gst/rtp/gstrtpL16depay.h:
19575         * gst/rtp/gstrtpL16pay.h:
19576         * gst/rtp/gstrtpdepay.h:
19577         * gst/rtp/gstrtpmp4vpay.c:
19578         * gst/rtp/gstrtpmp4vpay.h:
19579         * gst/rtsp/gstrtspsrc.c:
19580         * gst/rtsp/gstrtspsrc.h:
19581         * gst/rtsp/rtspconnection.h:
19582         * gst/rtsp/rtspdefs.h:
19583         * gst/rtsp/rtspmessage.h:
19584         * gst/rtsp/rtsptransport.h:
19585         * gst/rtsp/rtspurl.c:
19586         * gst/rtsp/rtspurl.h:
19587         * gst/rtsp/sdpmessage.c:
19588         * gst/rtsp/sdpmessage.h:
19589         * gst/smpte/barboxwipes.c:
19590         * gst/smpte/gstmask.h:
19591         * gst/smpte/gstsmpte.h:
19592         * gst/smpte/paint.c:
19593         * gst/smpte/paint.h:
19594         * gst/udp/gstdynudpsink.h:
19595         * gst/udp/gstmultiudpsink.h:
19596         * gst/udp/gstudpsink.c:
19597         * gst/udp/gstudpsink.h:
19598         * gst/udp/gstudpsrc.c:
19599         * gst/videomixer/videomixer.c:
19600         * gst/wavenc/riff.h:
19601         * gst/wavparse/gstwavparse.h:
19602         * sys/oss/gstossdmabuffer.h:
19603         * sys/oss/gstossmixer.h:
19604         * sys/oss/gstossmixerelement.h:
19605         * sys/oss/gstossmixertrack.h:
19606         * sys/oss/gstosssink.c:
19607         * sys/oss/gstosssink.h:
19608         * sys/oss/gstosssrc.c:
19609         * sys/oss/gstosssrc.h:
19610         * sys/osxaudio/gstosxaudioelement.h:
19611         * sys/osxaudio/gstosxaudiosink.h:
19612         * sys/osxaudio/gstosxaudiosrc.h:
19613           expand tabs
19614
19615 === release 0.10.0 ===
19616
19617 2005-12-05   <thomas (at) apestaart (dot) org>
19618
19619         * configure.ac:
19620           releasing 0.10.0, "Abondance"
19621
19622 2005-12-05  Andy Wingo  <wingo@pobox.com>
19623
19624         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19625         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19626         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19627         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19628         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19629         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19630         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19631         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19632         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19633         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19634         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19635         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19636         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19637         * gst/goom/gstgoom.c: (gst_goom_chain):
19638         * gst/matroska/matroska-demux.c:
19639         (gst_matroska_demux_push_vorbis_codec_priv_data),
19640         (gst_matroska_demux_add_wvpk_header):
19641         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19642         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19643         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19644         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19645         alloc_buffer changes.
19646
19647 2005-12-05  Michael Smith  <msmith@fluendo.com>
19648
19649         * docs/plugins/gst-plugins-good-plugins.args:
19650           Remove args for plugins that aren't in -good.
19651
19652 === release 0.9.7 ===
19653
19654 2005-12-01   <thomas (at) apestaart (dot) org>
19655
19656         * configure.ac:
19657           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19658
19659 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19660
19661         * docs/plugins/.cvsignore:
19662         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19663         * docs/plugins/inspect/plugin-multipart.xml:
19664         * docs/plugins/inspect/plugin-rtp.xml:
19665           add multipart plugin to docs
19666
19667 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19668
19669         * configure.ac:
19670         * ext/Makefile.am:
19671         * ext/pango/Makefile.am:
19672         * ext/pango/gstclockoverlay.c:
19673         * ext/pango/gstclockoverlay.h:
19674         * ext/pango/gsttextoverlay.c:
19675         * ext/pango/gsttextoverlay.h:
19676         * ext/pango/gsttextrender.c:
19677         * ext/pango/gsttextrender.h:
19678         * ext/pango/gsttimeoverlay.c:
19679         * ext/pango/gsttimeoverlay.h:
19680           move pango to base
19681
19682 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19683
19684         * gst/rtp/Makefile.am:
19685         * gst/rtp/gstrtpL16depay.c:
19686         * gst/rtp/gstrtpL16depay.h:
19687         * gst/rtp/gstrtpL16parse.c:
19688         * gst/rtp/gstrtpL16parse.h:
19689         * gst/rtp/gstrtpgsmdepay.c:
19690         * gst/rtp/gstrtpgsmdepay.h:
19691         * gst/rtp/gstrtpgsmparse.c:
19692         * gst/rtp/gstrtpgsmparse.h:
19693           parsers are depayers
19694
19695 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19696
19697         * gst/rtp/Makefile.am:
19698         * gst/rtp/gstasteriskh263.c:
19699         * gst/rtp/gstrtp.c:
19700         * gst/rtp/gstrtpL16enc.c:
19701         * gst/rtp/gstrtpL16enc.h:
19702         * gst/rtp/gstrtpL16parse.c:
19703         * gst/rtp/gstrtpL16parse.h:
19704         * gst/rtp/gstrtpL16pay.c:
19705         * gst/rtp/gstrtpL16pay.h:
19706         * gst/rtp/gstrtpamrdec.c:
19707         * gst/rtp/gstrtpamrdec.h:
19708         * gst/rtp/gstrtpamrdepay.c:
19709         * gst/rtp/gstrtpamrdepay.h:
19710         * gst/rtp/gstrtpamrenc.c:
19711         * gst/rtp/gstrtpamrenc.h:
19712         * gst/rtp/gstrtpamrpay.c:
19713         * gst/rtp/gstrtpamrpay.h:
19714         * gst/rtp/gstrtpdec.c:
19715         * gst/rtp/gstrtpdec.h:
19716         * gst/rtp/gstrtpdepay.c:
19717         * gst/rtp/gstrtpdepay.h:
19718         * gst/rtp/gstrtpg711dec.c:
19719         * gst/rtp/gstrtpg711dec.h:
19720         * gst/rtp/gstrtpg711depay.c:
19721         * gst/rtp/gstrtpg711depay.h:
19722         * gst/rtp/gstrtpg711enc.c:
19723         * gst/rtp/gstrtpg711enc.h:
19724         * gst/rtp/gstrtpg711pay.c:
19725         * gst/rtp/gstrtpg711pay.h:
19726         * gst/rtp/gstrtpgsmenc.c:
19727         * gst/rtp/gstrtpgsmenc.h:
19728         * gst/rtp/gstrtpgsmparse.c:
19729         * gst/rtp/gstrtpgsmparse.h:
19730         * gst/rtp/gstrtpgsmpay.c:
19731         * gst/rtp/gstrtpgsmpay.h:
19732         * gst/rtp/gstrtph263enc.c:
19733         * gst/rtp/gstrtph263enc.h:
19734         * gst/rtp/gstrtph263pay.c:
19735         * gst/rtp/gstrtph263pay.h:
19736         * gst/rtp/gstrtph263pdec.c:
19737         * gst/rtp/gstrtph263pdec.h:
19738         * gst/rtp/gstrtph263pdepay.c:
19739         * gst/rtp/gstrtph263pdepay.h:
19740         * gst/rtp/gstrtph263penc.c:
19741         * gst/rtp/gstrtph263penc.h:
19742         * gst/rtp/gstrtph263ppay.c:
19743         * gst/rtp/gstrtph263ppay.h:
19744         * gst/rtp/gstrtpmp4vdec.c:
19745         * gst/rtp/gstrtpmp4vdec.h:
19746         * gst/rtp/gstrtpmp4vdepay.c:
19747         * gst/rtp/gstrtpmp4vdepay.h:
19748         * gst/rtp/gstrtpmp4venc.c:
19749         * gst/rtp/gstrtpmp4venc.h:
19750         * gst/rtp/gstrtpmp4vpay.c:
19751         * gst/rtp/gstrtpmp4vpay.h:
19752         * gst/rtp/gstrtpmpadec.c:
19753         * gst/rtp/gstrtpmpadec.h:
19754         * gst/rtp/gstrtpmpadepay.c:
19755         * gst/rtp/gstrtpmpadepay.h:
19756         * gst/rtp/gstrtpmpaenc.c:
19757         * gst/rtp/gstrtpmpaenc.h:
19758         * gst/rtp/gstrtpmpapay.c:
19759         * gst/rtp/gstrtpmpapay.h:
19760         * gst/rtp/gstrtpspeexdec.c:
19761         * gst/rtp/gstrtpspeexdec.h:
19762         * gst/rtp/gstrtpspeexdepay.c:
19763         * gst/rtp/gstrtpspeexdepay.h:
19764         * gst/rtp/gstrtpspeexenc.c:
19765         * gst/rtp/gstrtpspeexenc.h:
19766         * gst/rtp/gstrtpspeexpay.c:
19767         * gst/rtp/gstrtpspeexpay.h:
19768           Do burger's rename for rtp payloaders and depayloaders
19769
19770 2005-11-30  Wim Taymans  <wim@fluendo.com>
19771
19772         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19773         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19774         * ext/dv/gstdvdemux.h:
19775         Fix seeking in dvdemux again, add some more debug info.
19776
19777 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19778
19779         * configure.ac:
19780           fix tests
19781
19782 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19783
19784         * PORTED_09:
19785         * docs/random/PORTED_09:
19786           move
19787         * tests/Makefile.am:
19788           add
19789         * win32/gst.sln:
19790           remove
19791
19792 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19793
19794         * Makefile.am:
19795         * check/.cvsignore:
19796         * check/Makefile.am:
19797         * check/elements/.cvsignore:
19798         * check/elements/level.c:
19799         * check/elements/matroskamux.c:
19800         * configure.ac:
19801         * examples/Makefile.am:
19802         * examples/capsfilter/Makefile.am:
19803         * examples/capsfilter/capsfilter1.c:
19804         * examples/gob/Makefile.am:
19805         * examples/gob/gst-identity2.gob:
19806         * examples/gstplay/.cvsignore:
19807         * examples/gstplay/Makefile.am:
19808         * examples/gstplay/player.c:
19809         * examples/indexing/.cvsignore:
19810         * examples/indexing/Makefile.am:
19811         * examples/indexing/indexmpeg.c:
19812         * examples/level/Makefile.am:
19813         * examples/level/README:
19814         * examples/level/demo.c:
19815         * examples/level/plot.c:
19816         * examples/stats/Makefile.am:
19817         * examples/stats/mp2ogg.c:
19818         * examples/switch/.cvsignore:
19819         * examples/switch/Makefile.am:
19820         * examples/switch/switcher.c:
19821           move under tests/
19822
19823 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19824
19825         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19826         (gst_text_render_class_init), (resize_bitmap),
19827         (gst_text_render_render_text), (gst_text_render_setcaps),
19828         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19829         (gst_text_render_chain), (gst_text_render_finalize),
19830         (gst_text_render_init), (gst_text_render_set_property):
19831         * ext/pango/gsttextrender.h:
19832           Add missing files.
19833
19834 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19835
19836         * configure.ac:
19837         * ext/Makefile.am:
19838         * ext/pango/Makefile.am:
19839         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19840         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19841         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19842         * ext/pango/gstclockoverlay.h:
19843         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19844         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19845         (gst_text_overlay_finalize), (gst_text_overlay_init),
19846         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19847         (gst_text_overlay_text_pad_linked),
19848         (gst_text_overlay_text_pad_unlinked),
19849         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19850         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19851         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19852         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19853         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19854         (gst_text_overlay_change_state), (plugin_init):
19855         * ext/pango/gsttextoverlay.h:
19856         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19857         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19858         (gst_time_overlay_class_init), (gst_time_overlay_init):
19859         * ext/pango/gsttimeoverlay.h:
19860           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19861           and add background shading and text wrapping modes. Make 
19862           timoverlay derive from textoverlay. Also add new clockoverlay
19863           element.
19864
19865 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19866
19867         * gst/udp/Makefile.am: Moved to netbuffer.
19868
19869 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19870
19871         * configure.ac:
19872         * PORTED_O9:
19873         * gst/multipart/Makefile.am:
19874         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19875         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19876         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19877         (gst_multipart_demux_change_state),
19878         (gst_multipart_demux_plugin_init):
19879         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19880         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19881         (gst_multipart_mux_sinkconnect),
19882         (gst_multipart_mux_request_new_pad),
19883         (gst_multipart_mux_handle_src_event),
19884         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19885         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19886         0.9.
19887
19888 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19889
19890         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19891         * gst/debug/gstnavigationtest.h:
19892         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19893         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19894         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19895         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19896         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19897         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19898         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19899         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19900         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19901         (gst_video_flip_get_type):
19902         * gst/videofilter/gstvideoflip.h:
19903           update for symbols change
19904
19905 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19906
19907         * gst/udp/gstdynudpsink.c:
19908         * gst/udp/gstudpsrc.c:
19909           the old gstnet lib was renamed gstnetbuffer (#322257)
19910
19911 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19912
19913         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19914         (gst_text_overlay_collected):
19915           Actually render the text from the text pad.
19916
19917 2005-11-29  Edward Hervey  <edward@fluendo.com>
19918
19919         * gst/debug/gstnavseek.c: (gst_navseek_event):
19920         * gst/debug/progressreport.c: (gst_progress_report_event):
19921         Update for GstBaseTransform event virtual method
19922
19923 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19924
19925         * ext/cairo/Makefile.am:
19926           no need to link to videofilter
19927
19928 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19929
19930         * gst/debug/Makefile.am:
19931         * gst/debug/gstnavigationtest.h:
19932         * gst/effectv/Makefile.am:
19933         * gst/effectv/gstaging.c:
19934         * gst/effectv/gstdice.c:
19935         * gst/effectv/gstedge.c:
19936         * gst/effectv/gstquark.c:
19937         * gst/effectv/gstrev.c:
19938         * gst/effectv/gstshagadelic.c:
19939         * gst/effectv/gstvertigo.c:
19940         * gst/effectv/gstwarp.c:
19941         * gst/videofilter/Makefile.am:
19942         * gst/videofilter/gstvideofilter.c:
19943         * gst/videofilter/gstvideofilter.h:
19944         * gst/videofilter/gstvideoflip.h:
19945           remove the videofilter library and link to the one in base
19946
19947 2005-11-28  Edward Hervey  <edward@fluendo.com>
19948
19949         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19950         Useless check now we're setting the current entry correctly.
19951
19952 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19953
19954         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19955         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19956         (gst_jpegenc_change_state):
19957           Don't leak input buffer in chain function (fixes #322667); make 
19958           state change function thread-safe; don't repeat the current function
19959           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19960           gst_pad_alloc_buffer(); misc. minor cleanups.
19961
19962 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19963
19964         * gst/matroska/matroska-mux.c:
19965         (gst_matroska_mux_video_pad_setcaps):
19966         Look for pixel-aspect-ratio in caps, not pixel_width and
19967         pixel_height (Fixes: #322645)
19968
19969 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19970
19971         * gst/matroska/matroska-mux.c:
19972         (gst_matroska_mux_video_pad_setcaps):
19973         From Michal Benes:
19974         frame duration should be GST_SECOND / framerate, not
19975         GST_SECOND * framerate. (Fixes: #322643)
19976
19977 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19978
19979         * configure.ac:
19980           fix up GST_PLUGIN_LDFLAGS
19981         * gst/rtsp/rtspconnection.c:
19982           fix includes (see #317043)
19983         * gst/videofilter/Makefile.am:
19984           stop installing this library
19985
19986 2005-11-26  Edward Hervey  <edward@fluendo.com>
19987
19988         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19989         Handle the case where the incoming Video dv stream doesn't have
19990         a pixel aspect ratio set.
19991
19992 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19993
19994         * docs/plugins/Makefile.am:
19995         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19996         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19997         * ext/flac/gstflacdec.c:
19998           document flacdec
19999
20000 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20001
20002         * docs/plugins/Makefile.am:
20003         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20004         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20005         * docs/plugins/inspect/plugin-autodetect.xml:
20006         * ext/cairo/gstcairo.c: (plugin_init):
20007         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20008         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20009         (gst_text_overlay_init), (gst_text_overlay_font_init),
20010         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20011         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20012         (gst_text_overlay_text_pad_linked),
20013         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20014         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20015         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20016         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20017         (gst_text_overlay_change_state):
20018         * ext/cairo/gsttextoverlay.h:
20019         * ext/cairo/gsttimeoverlay.c:
20020         (gst_cairo_time_overlay_update_font_height),
20021         (gst_cairo_time_overlay_set_caps),
20022         (gst_cairo_time_overlay_get_unit_size),
20023         (gst_cairo_time_overlay_print_smpte_time),
20024         (gst_cairo_time_overlay_transform),
20025         (gst_cairo_time_overlay_base_init),
20026         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
20027         (gst_cairo_time_overlay_get_type):
20028         * ext/cairo/gsttimeoverlay.h:
20029           do some name borgifying
20030           document
20031
20032 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20033
20034         * docs/plugins/Makefile.am:
20035         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20036         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20037         * gst/autodetect/gstautoaudiosink.c:
20038         (gst_auto_audio_sink_base_init):
20039         * gst/autodetect/gstautovideosink.c:
20040         (gst_auto_video_sink_base_init),
20041         (gst_auto_video_sink_factory_filter):
20042           documenting auto*sink
20043           using strstr for the video sink lookup, class field is not ordered
20044         * docs/plugins/inspect/plugin-1394.xml:
20045         * docs/plugins/inspect/plugin-aasink.xml:
20046         * docs/plugins/inspect/plugin-alaw.xml:
20047         * docs/plugins/inspect/plugin-alpha.xml:
20048         * docs/plugins/inspect/plugin-alphacolor.xml:
20049         * docs/plugins/inspect/plugin-auparse.xml:
20050         * docs/plugins/inspect/plugin-autodetect.xml:
20051         * docs/plugins/inspect/plugin-avi.xml:
20052         * docs/plugins/inspect/plugin-cacasink.xml:
20053         * docs/plugins/inspect/plugin-cairo.xml:
20054         * docs/plugins/inspect/plugin-cutter.xml:
20055         * docs/plugins/inspect/plugin-debug.xml:
20056         * docs/plugins/inspect/plugin-dv.xml:
20057         * docs/plugins/inspect/plugin-efence.xml:
20058         * docs/plugins/inspect/plugin-effectv.xml:
20059         * docs/plugins/inspect/plugin-esdsink.xml:
20060         * docs/plugins/inspect/plugin-flac.xml:
20061         * docs/plugins/inspect/plugin-flxdec.xml:
20062         * docs/plugins/inspect/plugin-gconfelements.xml:
20063         * docs/plugins/inspect/plugin-goom.xml:
20064         * docs/plugins/inspect/plugin-jpeg.xml:
20065         * docs/plugins/inspect/plugin-level.xml:
20066         * docs/plugins/inspect/plugin-matroska.xml:
20067         * docs/plugins/inspect/plugin-mulaw.xml:
20068         * docs/plugins/inspect/plugin-navigationtest.xml:
20069         * docs/plugins/inspect/plugin-ossaudio.xml:
20070         * docs/plugins/inspect/plugin-png.xml:
20071         * docs/plugins/inspect/plugin-rtp.xml:
20072         * docs/plugins/inspect/plugin-rtsp.xml:
20073         * docs/plugins/inspect/plugin-shout2send.xml:
20074         * docs/plugins/inspect/plugin-smpte.xml:
20075         * docs/plugins/inspect/plugin-speex.xml:
20076         * docs/plugins/inspect/plugin-udp.xml:
20077         * docs/plugins/inspect/plugin-videobox.xml:
20078         * docs/plugins/inspect/plugin-videoflip.xml:
20079         * docs/plugins/inspect/plugin-videomixer.xml:
20080         * docs/plugins/inspect/plugin-wavenc.xml:
20081         * docs/plugins/inspect/plugin-wavparse.xml:
20082           update for HEAD version
20083
20084 2005-11-25  Michael Smith  <msmith@fluendo.com>
20085
20086         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
20087           Patch from Sebastien Cote to close control sockets in udpsrc.
20088
20089 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20090
20091         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20092         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
20093         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20094         (gst_quarktv_base_init), (gst_quarktv_class_init),
20095         (gst_quarktv_init): Flush the planes list on reverse caps
20096         negotiation. This was crashing because of differently sized
20097         buffers.
20098
20099 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20100
20101         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20102         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20103         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20104         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20105         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20106         (gst_videoflip_set_property), (gst_videoflip_base_init),
20107         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20108         correctly, fix identity flipping, convert navigation event 
20109         correctly again.
20110
20111 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20112
20113         * configure.ac: back to HEAD
20114
20115 === release 0.9.6 ===
20116
20117 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20118
20119         * configure.ac:
20120           releasing 0.9.6, "Everything's Not Lost"
20121
20122 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20123
20124         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20125         Oops, initialise the framerate GValue
20126
20127 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20128
20129         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20130         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20131         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20132         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20133         (gst_timeoverlay_get_type):
20134         * ext/cairo/gsttimeoverlay.h:
20135         * gst/debug/Makefile.am:
20136         * gst/debug/gstnavigationtest.c:
20137         (gst_navigationtest_handle_src_event),
20138         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20139         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20140         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20141         (gst_navigationtest_init), (gst_navigationtest_get_type),
20142         (plugin_init):
20143         * gst/debug/gstnavigationtest.h:
20144         * gst/effectv/Makefile.am:
20145         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20146         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20147         (gst_agingtv_base_init), (gst_agingtv_class_init),
20148         (gst_agingtv_init), (gst_agingtv_get_type):
20149         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20150         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20151         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20152         (gst_dicetv_get_type):
20153         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20154         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20155         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20156         (gst_edgetv_get_type):
20157         * gst/effectv/gsteffectv.c:
20158         * gst/effectv/gsteffectv.h:
20159         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20160         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20161         (gst_quarktv_change_state), (gst_quarktv_base_init),
20162         (gst_quarktv_class_init), (gst_quarktv_init),
20163         (gst_quarktv_get_type):
20164         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20165         (gst_revtv_get_unit_size), (gst_revtv_transform),
20166         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20167         (gst_revtv_get_type):
20168         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20169         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20170         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20171         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20172         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20173         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20174         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20175         (gst_vertigotv_init), (gst_vertigotv_get_type):
20176         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20177         (gst_warptv_get_unit_size), (gst_warptv_transform),
20178         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20179         (gst_warptv_get_type):
20180         * gst/videofilter/Makefile.am:
20181         * gst/videofilter/gstvideobalance.c:
20182         * gst/videofilter/gstvideobalance.h:
20183         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20184         (gst_videofilter_class_init), (gst_videofilter_init):
20185         * gst/videofilter/gstvideofilter.h:
20186         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20187         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20188         (gst_videoflip_flip), (gst_videoflip_transform),
20189         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20190         (gst_videoflip_base_init), (gst_videoflip_class_init),
20191         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20192         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20193         BaseTransform, it's just a place holder for now and every video
20194         effect plugin has been ported to use BaseTransform features 
20195         directly. QuarkTV was fixed too (was broken), navigationtest works
20196         and best for the end, videoflip converts navigation events depending
20197         on flip method ! Fixes #320953
20198
20199 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20200
20201         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20202         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20203         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20204         (gst_goom_src_negotiate), (gst_goom_chain):
20205         * gst/matroska/matroska-mux.c:
20206         (gst_matroska_mux_video_pad_setcaps):
20207         * sys/osxvideo/osxvideosink.m:
20208           Fixes for API changes
20209
20210 2005-11-23  Michael Smith <msmith@fluendo.com>
20211
20212         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20213         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20214         * ext/jpeg/gstjpegdec.h:
20215         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20216         * ext/jpeg/gstjpegenc.h:
20217         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20218         (gst_smokeenc_resync):
20219         * ext/jpeg/gstsmokeenc.h:
20220           JPEG fractiony goodness.
20221
20222 2005-11-22  Michael Smith <msmith@fluendo.com>
20223
20224         * gst/goom/filters.c:
20225         * gst/goom/graphic.h:
20226           Fix compilation by making some functions static inline instead of
20227           extern inline, matching the way they're used.
20228
20229 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20230
20231         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20232         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20233         * ext/cairo/gsttextoverlay.h:
20234         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20235         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20236         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20237         (gst_pngdec_caps_create_and_set):
20238         * ext/libpng/gstpngdec.h:
20239         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20240         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20241         * gst/avi/gstavimux.c: (gst_avimux_init),
20242         (gst_avimux_vidsinkconnect):
20243         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20244         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20245         (gst_goom_src_negotiate), (gst_goom_chain):
20246         * gst/goom/gstgoom.h:
20247         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20248         * gst/matroska/matroska-mux.c:
20249         (gst_matroska_mux_video_pad_setcaps):
20250         * sys/osxvideo/osxvideosink.h:
20251         * sys/osxvideo/osxvideosink.m:
20252           More fractional framerate conversions 
20253
20254 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20255
20256         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20257         * gst/debug/gstnavigationtest.c:
20258         (gst_navigationtest_handle_src_event):
20259         * gst/videofilter/gstvideofilter.c:
20260         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20261         (gst_videofilter_init):
20262         * gst/videofilter/gstvideofilter.h:
20263           Convert to fractional framerates.
20264
20265 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20266
20267         * ext/aalib/gstaasink.c:
20268         * ext/dv/gstdvdec.c:
20269         * ext/esd/esdmon.c:
20270         * ext/flac/gstflacenc.c:
20271         * ext/gdk_pixbuf/pixbufscale.c:
20272         * ext/libcaca/gstcacasink.c:
20273         * ext/shout2/gstshout2.c:
20274         * gst/alpha/gstalpha.c:
20275         * gst/oldcore/gstaggregator.c:
20276         * gst/oldcore/gstshaper.c:
20277         * gst/smpte/barboxwipes.c:
20278         * gst/smpte/gstsmpte.c:
20279         * gst/videobox/gstvideobox.c:
20280         * gst/videofilter/gstvideoflip.c:
20281         * gst/videomixer/videomixer.c:
20282           fix up more enums
20283
20284 2005-11-22  Michael Smith <msmith@fluendo.com>
20285
20286         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20287         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20288         (gst_videomixer_update_queues):
20289           Fractional framerates, videomixer.
20290
20291 2005-11-22  Michael Smith <msmith@fluendo.com>
20292
20293         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20294         * ext/dv/gstdvdec.h:
20295         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20296         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20297         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20298         (gst_dvdemux_flush):
20299         * ext/dv/gstdvdemux.h:
20300           Fractional framerates for DV. 
20301
20302 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20303
20304         * gst/autodetect/gstautoaudiosink.c:
20305         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20306         * gst/autodetect/gstautovideosink.c:
20307         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20308           Use gst_plugin_feature_list_free() to free feature list and
20309           in the case of autovideosink free the list at all. Also
20310           miscellaneous cosmetic fixes.
20311
20312 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20313
20314         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20315         (gst_cutter_set_property), (gst_cutter_get_caps):
20316           copy calculation code from level; remove use of some audio
20317           functions
20318
20319 2005-11-22  Andy Wingo  <wingo@pobox.com>
20320
20321         * Update for gst_tag_setter API changes.
20322
20323 2005-11-22  Andy Wingo  <wingo@pobox.com>
20324
20325         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20326         (gst_dvdemux_demux_frame)
20327         * ext/flac/gstflacdec.c (gst_flacdec_write)
20328         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20329         (gst_flacenc_sink_event)
20330         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20331         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20332         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20333         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20334         * gst/auparse/gstauparse.c (gst_auparse_chain)
20335         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20336         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20337         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20338         (gst_avi_demux_handle_seek)
20339         * gst/goom/gstgoom.c (gst_goom_event)
20340         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20341         * gst/matroska/matroska-demux.c
20342         (gst_matroska_demux_handle_seek_event)
20343         (gst_matroska_demux_loop_stream_parse_id)
20344         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20345         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20346         (gst_wavparse_stream_headers): Run update-funcnames.
20347
20348 2005-11-22  Edward Hervey  <edward@fluendo.com>
20349
20350         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20351         (gst_dv1394src_init), (gst_dv1394src_dispose),
20352         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20353         (gst_dv1394src_uri_set_uri):
20354         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20355         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20356         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20357         URIHandler interface and element properties are now properly
20358         synchronized for DV1394src and UDPSrc
20359
20360 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20361
20362         * ext/flac/Makefile.am:
20363         * ext/speex/Makefile.am:
20364           libgsttagedit has been renamed to libgsttag.
20365
20366 2005-11-21  Wim Taymans  <wim@fluendo.com>
20367
20368         * gst/rtsp/rtspconnection.c: (read_body):
20369         Apply patch from Sebastien Cote to fix #319184.
20370
20371 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20372
20373         * configure.ac:
20374         * gst/cutter/Makefile.am:
20375         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20376         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20377         (gst_cutter_set_property), (gst_cutter_get_property),
20378         (plugin_init), (gst_cutter_get_caps):
20379           port cutter
20380         * gst/level/gstlevel.c:
20381           fix up plugin details
20382
20383 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20384
20385         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20386         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20387         (gst_flacdec_src_event):
20388         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20389         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20390         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20391         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20392         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20393         (gst_flxdec_sink_event_handler):
20394         * gst/matroska/matroska-demux.c:
20395         (gst_matroska_demux_handle_seek_event):
20396         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20397           Update for stream lock API changes: don't take stream log
20398           in sink event handlers any longer and change GST_STREAM_LOCK
20399           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20400           functions.
20401
20402 2005-11-21  Michael Smith <msmith@fluendo.com>
20403
20404         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20405           gst_object_unref, not g_object_unref
20406
20407 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20408
20409         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20410         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20411           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20412
20413 2005-11-21  Michael Smith <msmith@fluendo.com>
20414
20415         * gst/auparse/Makefile.am:
20416         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20417         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20418         (gst_auparse_change_state):
20419         * gst/auparse/gstauparse.h:
20420           Partially fix #161712. playbin still doesn't work on these files,
20421           (on the bug report, Andy says we aren't typefinding it for some
20422           reason?) but at least auparse isn't totally busted like it was before.
20423
20424 2005-11-21  Andy Wingo  <wingo@pobox.com>
20425
20426         * *.h:
20427         * *.c: Ran scripts/update-macros. Oh yes.
20428
20429 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20430
20431         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20432           Filler events are gone for now, comment out section generating
20433           them.
20434
20435 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20436
20437         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20438         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20439         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20440         * sys/osxvideo/osxvideosink.m:
20441           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20442           (#322027)
20443
20444 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20445
20446         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20447         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20448         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20449         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20450         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20451         (gst_avi_demux_stream_data):
20452         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20453         * gst/wavenc/gstwavenc.c: (write_metadata):
20454         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20455         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20456         Fixes for GST_FOURCC_FORMAT API change.
20457
20458 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20459
20460         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20461         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20462         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20463         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20464         (gst_text_overlay_change_state):
20465         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20466         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20467         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20468         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20469         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20470         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20471         (gst_videomixer_change_state):
20472           Fix for collect pads API change. Also fix textoverlay state
20473           change function.
20474
20475 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20476
20477         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20478         GST_PAD_IS_USABLE by something approaching it.
20479
20480 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20481
20482         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20483         API changes.
20484         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20485         but also fix the code that was not checking return values from
20486         pad_push neither using pad_alloc_buffer.
20487
20488 2005-11-18  Edward Hervey  <edward@fluendo.com>
20489
20490         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20491         (gst_pngenc_chain):
20492         Added debug category
20493         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20494         goes to EOS.
20495
20496 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20497
20498         * gst/rtp/Makefile.am
20499         * gst/rtp/gstrtp.c
20500         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20501         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20502         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20503         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20504         * gst/rtp/gstrtpg711enc.h:
20505         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20506         * gst/rtp/gstrtpspeexenc.c:
20507         * gst/rtp/gstrtpspeexenc.h:
20508         * gst/rtp/gstrtpspeexdec.c:
20509         * gst/rtp/gstrtpspeexdec.h:
20510         Created Speex payloader and depayloader; Optimize G711 payloader to
20511         use adapter and send packets until MTU size.
20512
20513 2005-11-16  Wim Taymans  <wim@fluendo.com>
20514
20515         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20516         Fix leak in check.
20517
20518 2005-11-16  Wim Taymans  <wim@fluendo.com>
20519
20520         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20521         Fix state change.
20522
20523 2005-11-16  Andy Wingo  <wingo@pobox.com>
20524
20525         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20526         (gst_udpsrc_create): Move comment.
20527
20528 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20529
20530         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20531
20532         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20533           When seeking, seek to closest index entry at or before the requested
20534           seek position, not just the closest one (#321001).
20535
20536 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20537
20538         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20539         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20540           Invert DIB images again (see #132341).
20541
20542 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20543
20544         * configure.ac:
20545           rework configure.ac file
20546         * ext/aalib/gstaasink.c:
20547         * ext/cairo/gstcairo.c:
20548         * ext/dv/gstdv.c:
20549         * ext/esd/gstesd.c:
20550         * ext/flac/gstflac.c:
20551         * ext/gconf/gstgconfelements.c:
20552         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20553         * ext/jpeg/gstjpeg.c:
20554         * ext/ladspa/gstladspa.c:
20555         * ext/libcaca/gstcacasink.c:
20556         * ext/libmng/gstmng.c:
20557         * ext/libpng/gstpng.c:
20558         * ext/mikmod/gstmikmod.c:
20559         * ext/pango/gsttextoverlay.c:
20560         * ext/pango/gsttimeoverlay.c:
20561         * ext/raw1394/gst1394.c:
20562         * ext/speex/gstspeex.c:
20563         * gst/alpha/Makefile.am:
20564         * gst/alpha/gstalpha.c:
20565         * gst/alpha/gstalphacolor.c:
20566         * gst/auparse/gstauparse.c:
20567         * gst/autodetect/gstautoaudiosink.c:
20568         (gst_auto_audio_sink_factory_filter),
20569         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20570         * gst/autodetect/gstautodetect.c:
20571         * gst/avi/gstavi.c:
20572         * gst/cutter/gstcutter.c:
20573         * gst/debug/efence.c:
20574         * gst/debug/gstdebug.c:
20575         * gst/debug/gstnavigationtest.c:
20576         * gst/effectv/gsteffectv.c:
20577         * gst/flx/gstflxdec.c:
20578         * gst/goom/gstgoom.c:
20579         * gst/interleave/plugin.c:
20580         * gst/law/alaw.c:
20581         * gst/law/mulaw.c:
20582         * gst/level/gstlevel.c:
20583         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20584         * gst/matroska/matroska.c:
20585         * gst/median/gstmedian.c:
20586         * gst/monoscope/gstmonoscope.c:
20587         * gst/multipart/multipart.c:
20588         * gst/oldcore/gstelements.c:
20589         * gst/rtp/gstrtp.c:
20590         * gst/rtsp/gstrtsp.c:
20591         * gst/smoothwave/gstsmoothwave.c:
20592         * gst/smpte/gstsmpte.c:
20593         * gst/udp/gstudp.c:
20594         * gst/videobox/gstvideobox.c:
20595         * gst/videofilter/gstgamma.c:
20596         * gst/videofilter/gstvideobalance.c:
20597         * gst/videofilter/gstvideoflip.c:
20598         * gst/videofilter/gstvideotemplate.c:
20599         * gst/videomixer/videomixer.c:
20600         * gst/wavenc/gstwavenc.c:
20601         * gst/wavparse/gstwavparse.c:
20602         * sys/oss/gstossaudio.c:
20603         * sys/osxaudio/gstosxaudio.c:
20604           update GST_PLUGIN_DEFINE
20605         * gst/rtp/Makefile.am:
20606         * gst/rtp/gstasteriskh263.c:
20607           check for htons/htonl headers and possibly link to winsock2 lib
20608
20609 2005-11-12  Edward Hervey  <edward@fluendo.com>
20610
20611         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20612         Only GST_DEBUG() information on the valid components.
20613
20614 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20615
20616         * configure.ac: back to HEAD
20617
20618 === release 0.9.5 ===
20619
20620 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20621
20622         * configure.ac:
20623           releasing 0.9.5, "Phone Alarm"
20624
20625 2005-11-11  Edward Hervey  <edward@fluendo.com>
20626
20627         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20628         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20629         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20630         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20631         (gst_avi_demux_loop):
20632         * gst/avi/gstavidemux.h:
20633         Yeah, implement proper seeking. Exact seeking and segment seeking.
20634         Still need to do some checks for segment_stop.
20635
20636 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20637
20638         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20639
20640         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20641           Don't try to ready buffer duration from buffer that we don't
20642           own any  longer and that might already have been unreffed.
20643           (#321136)
20644
20645 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20646
20647         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20648         (flx_decode_delta_flc), (gst_flxdec_chain):
20649         Attempting to optimize the code for embedded systems.
20650
20651 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20652
20653         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20654
20655         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20656           Don't re-use already closed file descriptor. (#320920)
20657
20658 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20659
20660         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20661         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20662         (gst_oss_sink_prepare):
20663         * sys/oss/gstosssink.h:
20664           Cache probed caps; fix debug output for SET_PARAM macros.
20665
20666 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20667
20668         * ext/cairo/Makefile.am:
20669         * ext/cairo/gstcairo.c: (plugin_init):
20670         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20671         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20672         (gst_text_overlay_init), (gst_text_overlay_font_init),
20673         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20674         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20675         (gst_text_overlay_text_pad_linked),
20676         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20677         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20678         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20679         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20680         (gst_text_overlay_change_state):
20681         * ext/cairo/gsttextoverlay.h:
20682           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20683           property and redo positioning. Doesn't handle upstream renegotiation
20684           yet though.
20685
20686 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20687
20688         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20689         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20690         (gst_avi_demux_loop):
20691           No need to take the STREAM_LOCK in the loop function. Improve
20692           some debug messages. Don't leak pad names in debug messages.
20693
20694 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20695
20696         * gst/matroska/matroska-demux.c:
20697         (gst_matroska_demux_push_vorbis_codec_priv_data),
20698         (gst_matroska_demux_add_wvpk_header):
20699           Don't error out when the source pad isn't linked.
20700
20701 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20702
20703         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20704         (gst_gconf_audio_sink_change_state):
20705         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20706         (gst_gconf_video_sink_change_state):
20707           Fix state change functions here as well and set kid
20708           to NULL state before removing it.
20709
20710 2005-11-01  Edward Hervey  <edward@fluendo.com>
20711
20712         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20713         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20714         Added proper event handlind, 
20715         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20716         ignored),
20717         and don't set a duration of 0 for buffers otherwise they are discarded
20718         by GstBaseSink.
20719
20720         GstWavEnc needs some serious loving, after going through the code I'm
20721         really wondering how this can stay in -good ...
20722
20723 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20724
20725         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20726         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20727         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20728         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20729         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20730         (gst_matroska_mux_collected):
20731           Fix leaks and invalid memory access as reported by valgrind
20732
20733 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20734
20735         Patch by: Michal Benes <michal.benes@xeris.cz>
20736
20737         * check/Makefile.am:
20738         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20739         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20740         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20741           add a unit test for matroskamux
20742           fix the bugs that the unit test exposed
20743
20744 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20745
20746         * gst/autodetect/gstautoaudiosink.c:
20747         (gst_auto_audio_sink_class_init),
20748         (gst_auto_audio_sink_change_state):
20749         * gst/autodetect/gstautovideosink.c:
20750         (gst_auto_video_sink_class_init),
20751         (gst_auto_video_sink_change_state):
20752           Fix state change function and use GST_DEBUG_FUNCPTR in
20753           class_init.
20754
20755 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20756
20757         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20758
20759         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20760         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20761         * gst/matroska/ebml-write.h:
20762         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20763           Set timestamps on outgoing ebml headers as well, so that the
20764           element after matroskamux can get the timestamp already when
20765           reading the first ebml element and doesn't have to wait for
20766           the actual data buffer for that (#320308).
20767           
20768 2005-10-31  Andy Wingo  <wingo@pobox.com>
20769
20770         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20771         (gst_videomixer_pad_link): Kill some memleaks.
20772         (gst_videomixer_pad_get_property): Style fix.
20773         (gst_videomixer_pad_set_property): Style fix.
20774         (gst_videomixer_pad_init): Style fix.
20775         (gst_videomixer_update_queues): Kill memleak.
20776         (gst_videomixer_loop): Kill memleak.
20777         (gst_videomixer_collected): Kill memleak.
20778
20779 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20780
20781         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20782         gst_auparse_change_state:
20783         Just some cleanup.
20784
20785 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20786
20787         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20788         Add checks to GST_FLOW_NOT_LINKED for values returned
20789         from gst_pad_push.
20790         
20791 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20792
20793         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20794         (gst_rtpg711dec_process):
20795         * gst/rtp/gstrtpgsmenc.c:
20796         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20797         are never set. This is important for the g711 to work with burger's rtpbin
20798         element.
20799
20800 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20801
20802         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20803         (gst_speexenc_push_buffer):
20804         Add checks for return values from gst_pad_push and
20805         gst_pad_alloc_buffer.
20806
20807 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20808
20809         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20810
20811         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20812         (gst_matroska_demux_parse_info),
20813         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20814         (gst_matroska_demux_parse_cluster):
20815         * gst/matroska/matroska-ids.h:
20816         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20817         (gst_matroska_mux_init), (gst_matroska_mux_start),
20818         (gst_matroska_mux_create_buffer_header),
20819         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20820         (gst_matroska_mux_get_property):
20821         * gst/matroska/matroska-mux.h:
20822           Add SimpleBlock support to matroska demuxer and muxer (part of
20823           Matroska v2). (#319731)
20824
20825 2005-10-28  Wim Taymans  <wim@fluendo.com>
20826
20827         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20828         (gst_jpeg_dec_change_state):
20829         * ext/jpeg/gstjpegdec.h:
20830         Cleanups. Don't create caps for every chain.
20831
20832 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20833
20834         * gst/law/alaw-encode.c: (gst_alawenc_init),
20835         (alawenc_setcaps), (gst_alawenc_chain)
20836         * gst/law/alaw-encode.h:
20837         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20838         (mulawenc_setcaps), (gst_mulawenc_chain)
20839         * gst/law/mulaw-encode.h:
20840         Set timestamp on buffer and it allows RTP G711 elements
20841         work properly.
20842
20843 2005-10-27  Wim Taymans  <wim@fluendo.com>
20844
20845         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20846         Set correct format on oss instead of a silly value. 
20847
20848 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20849
20850         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20851         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20852         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20853         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20854         I420 rendering as well, doesn't bring much for my platform.
20855         Might help on some other platforms.
20856
20857 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20858
20859         * gst/rtp/gstrtpgsmenc.c:
20860         * gst/rtp/gstrtpgsmparse.c:
20861         Declaring the padtemplate correctly.
20862
20863 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20864
20865         * gst/rtp/gstrtpg711dec.c:
20866         * gst/rtp/gstrtpg711enc.c:
20867         * gst/rtp/gstrtpgsmenc.c:
20868         * gst/rtp/gstrtpgsmparse.c:
20869         Setting the proper copyright notice.
20870
20871 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20872
20873         * gst/videobox/Makefile.am: Use liboil.
20874         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20875         (gst_video_box_set_property), (gst_video_box_transform_caps),
20876         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20877         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20878         using liboil. Will dot the same to I420 border generation
20879         tomorrow.
20880
20881 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20882
20883         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20884         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20885         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20886         * gst/rtp/gstrtpg711dec.h:
20887         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20888         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20889         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20890         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20891         (gst_rtpgsmenc_handle_buffer):
20892         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20893         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20894         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20895         * gst/rtp/gstrtpgsmparse.h:
20896         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20897         inherits from the basertpdepayloader.
20898
20899 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20900
20901         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20902         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20903         (gst_video_box_ayuv): Removing this forgotten debug.
20904
20905 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20906
20907         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20908         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20909         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20910
20911 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20912
20913         * sys/oss/gstossaudio.c:
20914         * sys/oss/gstossdmabuffer.c:
20915         * sys/oss/gstosshelper.c:
20916         * sys/oss/gstossmixer.c:
20917         * sys/oss/gstossmixerelement.c:
20918         * sys/oss/gstossmixertrack.c:
20919         * sys/oss/gstosssink.c:
20920         * sys/oss/gstosssrc.c:
20921           Actually use the 'oss' debug category we register.
20922
20923 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20924
20925         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20926         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20927         Use gst_pad_get_parent and drop the ref that was added through
20928         that call.
20929
20930 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20931
20932         * gst/rtp/gstrtpgsmenc.c:
20933           Fix compilation
20934
20935 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20936
20937         * gst/rtp/gstrtpg711dec.c
20938         Just removed a couple of lines of weird code used during
20939         development/test time.
20940
20941 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20942
20943         * gst/rtp/Makefile.am
20944         * gst/rtp/gstrtp.c
20945         * gst/rtp/gstrtpg711enc.c
20946         * gst/rtp/gstrtpg711enc.h
20947         * gst/rtp/gstrtpg711dec.c
20948         * gst/rtp/gstrtpg711dec.h
20949         Created G711 payloader and depayloader (it supports mulaw and alaw
20950         (dec)encoders)
20951
20952 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20953
20954         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20955         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20956         Doh ! I introduced wingo's bug again ! Sorry...
20957
20958 2005-10-25  Christian Schaller <christian@fluendo.com> 
20959
20960         * gst/rtp/Makefile.am: add missing header files for disting
20961
20962 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20963
20964         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20965         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20966         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20967         (gst_rtpgsmenc_handle_buffer):
20968         * gst/rtp/gstrtpgsmenc.h:
20969         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20970         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20971         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20972         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20973         * gst/rtp/gstrtpgsmparse.h:
20974         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20975
20976 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20977
20978         * ext/libpng/gstpngdec.c: (user_info_callback),
20979         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20980         a newsegment event, move some redundant code in a single place.
20981
20982 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20983
20984         * ext/libpng/gstpngdec.c: (user_info_callback),
20985         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20986         hack to get correct colors order when we have a png image with
20987         alpha channel.
20988
20989 2005-10-24  Edward Hervey  <edward@fluendo.com>
20990
20991         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20992         Call gst_element_no_more_pads when there will be no more pads.
20993
20994 2005-10-24  Wim Taymans  <wim@fluendo.com>
20995
20996         * gst/rtp/Makefile.am:
20997         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20998         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20999         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
21000         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
21001         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
21002         (gst_asteriskh263_plugin_init):
21003         * gst/rtp/gstasteriskh263.h:
21004         * gst/rtp/gstrtp.c: (plugin_init):
21005         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
21006         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
21007         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
21008         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
21009         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
21010         (gst_rtph263enc_plugin_init):
21011         * gst/rtp/gstrtph263enc.h:
21012         Added two new payloaders, an RFC 2190 payloader for h263 and
21013         a payload convertor for an asterisk server.
21014
21015 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21016
21017         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21018           Set bytes_per_sample correctly (is not always 4, but 
21019           depends on width and number of channels).
21020
21021 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21022
21023         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
21024         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
21025         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21026         (gst_flacenc_sink_event), (gst_flacenc_chain),
21027         (gst_flacenc_set_property), (gst_flacenc_get_property),
21028         (gst_flacenc_change_state):
21029         * ext/flac/gstflacenc.h:
21030           Fix seeking, so that flacenc can rewrite the header with the
21031           correct duration and amount of samples and all that at EOS;
21032           also set timestamps and granulepos on outgoing buffers; add
21033           debug category; fix state change function.
21034           
21035 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21036
21037         * gst/videomixer/videomixer.c: Don't restrict video geometry
21038         from 16 to 4096.
21039
21040 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21041
21042         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21043         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21044         Fix caps negotiation correctly, add debugging category.
21045
21046 2005-10-24  Christian Schaller  <christian@fluendo.com>
21047
21048         * configure.ac: Port over Thomas's change from base listing all plugins
21049
21050 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21051
21052         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
21053         a sink pad.
21054
21055 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21056
21057         * configure.ac:
21058         * docs/upload.mak:
21059           back to HEAD
21060
21061 === release 0.9.4 ===
21062
21063 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21064
21065         * configure.ac:
21066           Releasing 0.9.4, "Dromiceiomimus"
21067
21068 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
21069
21070         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
21071         (gst_speexenc_src_query):
21072           Add position and duration query, fix query type function.
21073           
21074         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21075         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
21076           Let's not set non-fixed caps on source pads.
21077
21078 2005-10-21  Wim Taymans  <wim@fluendo.com>
21079
21080         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
21081         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
21082         (gst_avi_demux_handle_seek):
21083         Set correct stream_time in newsegment event.
21084         avi can also handle a duration query now.
21085
21086 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21087
21088         * gst/matroska/matroska-demux.c:
21089         (gst_matroska_demux_handle_src_query),
21090         (gst_matroska_demux_handle_seek_event),
21091         (gst_matroska_demux_loop_stream_parse_id):
21092           Fix duration query; fix basetime in newsegment event after
21093           seek; fix duration in initial newsegment event.
21094
21095         * gst/matroska/matroska-mux.c:
21096         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21097           Extract number of channels and samplerate from vorbis headers;
21098           add some debug messages when querying the durations of the
21099           input streams.
21100
21101 2005-10-20  Wim Taymans  <wim@fluendo.com>
21102
21103         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21104         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21105         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21106         Set stream time correctly in newsegment.
21107
21108 2005-10-20  Wim Taymans  <wim@fluendo.com>
21109
21110         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21111         Correctly fill in the stream time.
21112
21113 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21114
21115         * check/elements/level.c: (GST_START_TEST):
21116         * gst/level/gstlevel.c: (gst_level_message_new):
21117         * gst/level/level-example.c: (message_handler):
21118           use ELEMENT messages instead
21119
21120 2005-10-19  Wim Taymans  <wim@fluendo.com>
21121
21122         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21123         (gst_dvdemux_src_query):
21124         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21125         (gst_flacdec_src_query):
21126         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21127         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21128         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21129         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21130         * gst/debug/progressreport.c: (gst_progress_report_report):
21131         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21132         * gst/matroska/matroska-demux.c:
21133         (gst_matroska_demux_handle_src_query):
21134         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21135         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21136         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21137         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21138         (gst_wavparse_srcpad_event):
21139         API change fix.
21140
21141 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21142
21143         * gst/goom/filters.c:
21144         * gst/goom/graphic.h:
21145         * gst/goom/lines.c:
21146           Make inline functions either 'static inline' or 'extern inline',
21147           otherwise the Forte compiler apparently won't inline them (#317300).
21148
21149 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21150
21151         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21152         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21153         (user_info_callback), (user_endrow_callback), (user_end_callback),
21154         (user_read_data), (gst_pngdec_caps_create_and_set),
21155         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21156         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21157         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21158         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21159         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21160         very nice and handle push/pull based model. if you have filesrc
21161         connected to it, it will do random access to load the png file.
21162         If you have a network source that can't do _getrange, it does 
21163         progressive loading through the chain function.
21164         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21165         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21166         thanks to Master Wim Taymans ;-)
21167
21168 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21169
21170         * gst/matroska/Makefile.am:
21171         * gst/matroska/ebml-read.c:
21172         * gst/matroska/ebml-read.h:
21173         * gst/matroska/matroska-demux.c:
21174         * gst/matroska/matroska-demux.h:
21175         * gst/matroska/matroska.c: (plugin_init):
21176           Ported matroska demuxer to 0.9.
21177
21178 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21179
21180         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21181
21182         * gst/matroska/matroska-mux.c:
21183         (gst_matroska_mux_video_pad_setcaps),
21184         (gst_matroska_mux_audio_pad_setcaps):
21185           Fix mpeg4 input handling (#318847); also, while we're at it,
21186           fix media type for Motion-JPEG: should be image/jpeg.
21187
21188 2005-10-18  Wim Taymans  <wim@fluendo.com>
21189
21190         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21191         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21192         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21193         Fix for segment-start/stop API change.
21194
21195 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21196
21197         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21198         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21199         way.
21200
21201 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21202
21203         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21204         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21205         output declared in transform_caps.
21206
21207 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21208
21209         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21210
21211 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21212
21213         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21214         (gst_video_box_get_unit_size): Fix wrong size calculations and
21215         implement get_unit_size correctly.
21216
21217 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21218
21219         * configure.ac:
21220           Enable flx plugin.
21221
21222         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21223           Fix gcc4 signedness issue.
21224
21225 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21226
21227         * configure.ac: Adding videomixer.
21228         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21229         (user_read_data), (gst_pngdec_chain): More debugging.
21230         * gst/alpha/Makefile.am: Adding alphacolor
21231         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21232         (gst_alpha_color_class_init), (gst_alpha_color_init),
21233         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21234         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21235         (plugin_init): Ported to 0.9 using in place base tranform.
21236         * gst/videomixer/Makefile.am:
21237         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21238         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21239         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21240         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21241         (gst_videomixer_init), (gst_videomixer_getcaps),
21242         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21243         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21244         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21245         to 0.9 using collectpads.
21246
21247 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21248
21249         * configure.ac:
21250         * gst/flx/Makefile.am:
21251         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21252         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21253         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21254         * gst/flx/gstflxdec.h:
21255         flx plugin ported to 0.9
21256
21257 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21258
21259         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21260           use new gst_version_string()
21261
21262 2005-10-16  Andy Wingo  <wingo@pobox.com>
21263
21264         * configure.ac: GLIB_CHECK.
21265
21266 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21267
21268         * ext/libpng/Makefile.am:
21269         * ext/libpng/gstpng.c: (plugin_init):
21270         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21271         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21272         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21273
21274 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21275
21276         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21277
21278         * configure.ac:
21279         * gst/matroska/Makefile.am:
21280         * gst/matroska/ebml-ids.h:
21281         * gst/matroska/ebml-write.c:
21282         * gst/matroska/ebml-write.h:
21283         * gst/matroska/matroska-ids.h:
21284         * gst/matroska/matroska-mux.c:
21285         * gst/matroska/matroska-mux.h:
21286         * gst/matroska/matroska.c: (plugin_init):
21287           Port matroska muxer to 0.9 (#318847).
21288
21289 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21290
21291         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21292         (comment_init), (comment_add):
21293           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21294           use GST_READ_UINT32_LE() and friends rather than the private
21295           implementation of those same macros.
21296
21297 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21298
21299         * examples/stats/mp2ogg.c:
21300           more typo fixes
21301
21302 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21303
21304         * examples/indexing/indexmpeg.c: (main):
21305         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21306         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21307         * ext/esd/esdmon.h:
21308         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21309         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21310         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21311         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21312         * gst/avi/gstavimux.c: (gst_avimux_init):
21313         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21314         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21315         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21316         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21317         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21318         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21319         * gst/oldcore/gstmultifilesrc.h:
21320         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21321         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21322         (gst_pipefilter_change_state):
21323         * gst/oldcore/gstpipefilter.h:
21324         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21325         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21326         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21327         * sys/osxaudio/gstosxaudiosink.h:
21328         * sys/osxaudio/gstosxaudiosrc.h:
21329           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21330           moved bitshift from macro to enum definition
21331
21332 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21333
21334         * ext/Makefile.am:
21335         * ext/cairo/Makefile.am:
21336         * ext/cairo/gstcairo.c: (plugin_init):
21337         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21338         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21339         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21340         * ext/cairo/gsttimeoverlay.h:
21341           update of cairo-based timeoverlay to 1.0 Cairo API
21342           doesn't work yet for resizing of output sink
21343
21344 2005-10-11  Wim Taymans  <wim@fluendo.com>
21345
21346         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21347         newsegment API fix.
21348
21349 2005-10-11  Wim Taymans  <wim@fluendo.com>
21350
21351         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21352         (gst_dvdemux_demux_frame):
21353         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21354         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21355         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21356         (gst_avi_demux_handle_seek):
21357         * gst/goom/gstgoom.c: (gst_goom_event):
21358         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21359         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21360         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21361         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21362         (gst_wavparse_srcpad_event):
21363         newsegment API update.
21364
21365 2005-10-11  Andy Wingo  <wingo@pobox.com>
21366
21367         * ext/speex/gstspeexenc.c: Signedness cleanups.
21368
21369 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21370
21371         * PORTED_09:
21372         * ext/speex/Makefile.am:
21373         * ext/speex/gstspeex.c:
21374         * ext/speex/gstspeexenc.c:
21375         Speexenc ported to 0.9
21376
21377 2005-10-10  Wim Taymans  <wim@fluendo.com>
21378
21379         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21380         (gst_oss_sink_init), (gst_oss_sink_set_property),
21381         (gst_oss_sink_get_property), (gst_oss_sink_open),
21382         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21383         * sys/oss/gstosssink.h:
21384         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21385         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21386         (gst_oss_src_prepare):
21387         Cleanups, make device configurable in the sink, handle and report
21388         errors.
21389
21390 2005-10-10  Wim Taymans  <wim@fluendo.com>
21391
21392         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21393         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21394         Make sure element is NULL before removing from the bin.
21395
21396 2005-10-07  Andy Wingo  <wingo@pobox.com>
21397
21398         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21399         block forever in a read().
21400         (gst_dv1394src_bus_reset): Post a message when the cable is
21401         unplugged.
21402         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21403         (gst_dv1394src_bus_reset): Don't unref the message.
21404
21405         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21406         hacking. The only change should be that the state change stuff was
21407         put into basesrc's start() and stop() routines, which coalesces
21408         some steps.
21409
21410 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21411
21412         * configure.ac:
21413           Add check for mmap
21414           
21415         * gst/debug/Makefile.am:
21416           Only compile efence plugin on systems that have mmap.
21417
21418 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21419
21420         * gst/debug/Makefile.am:
21421         * gst/debug/breakmydata.c:
21422         * gst/debug/gstdebug.c:
21423         * gst/debug/gstnavigationtest.c:
21424         * gst/debug/gstnavseek.c: 
21425         * gst/debug/gstnavseek.h:
21426         * gst/debug/progressreport.c: 
21427         * gst/debug/testplugin.c:
21428           Port progressreport, navseek, navigationtest, testsink and
21429           breakmydata.
21430
21431 2005-10-05  Edward Hervey  <edward@fluendo.com>
21432
21433         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21434         (gst_dvdemux_src_query):
21435         Fixes for better conversion
21436
21437 2005-10-04  Michael Smith <msmith@fluendo.com>
21438
21439         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21440         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21441         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21442         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21443           Set state of elements to NULL before removing from bins.
21444           Set state of test element to NULL if we failed to move it to READY
21445
21446 2005-10-04  Edward Hervey  <edward@fluendo.com>
21447
21448         * ext/dv/Makefile.am:
21449         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21450         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21451         Corrected the query function for position so it doesn't forget what
21452         format was asked, and calls the conversion functions on the correct pad.
21453
21454 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21455
21456         * configure.ac:
21457           back to development
21458
21459 === release 0.9.3 ===
21460
21461 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21462
21463         * configure.ac:
21464           Releasing 0.9.3, "Aramis"
21465
21466 2005-10-03  Andy Wingo  <wingo@pobox.com>
21467
21468         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21469         error returns.
21470
21471 2005-10-02  Andy Wingo  <wingo@pobox.com>
21472
21473         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21474
21475         * ext/flac/gstflacenc.c: Ported to 0.9.
21476
21477         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21478
21479         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21480         and link to gsttagedit. Enable flacenc.
21481
21482         * ext/flac/gstflacdec.c: Re-enable tag reading.
21483
21484 2005-09-30  Wim Taymans  <wim@fluendo.com>
21485
21486         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21487         * gst/rtp/gstrtpgsmparse.c:
21488         * gst/rtp/gstrtph263penc.c:
21489         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21490         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21491         (gst_rtpmp4venc_set_property):
21492         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21493         Various class and caps fixes from Andre Magalhaes (andrunko)
21494
21495 2005-09-29  Wim Taymans  <wim@fluendo.com>
21496
21497         * gst/level/level-example.c: (main):
21498         Update for new bus API.
21499
21500 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21501
21502         * configure.ac:
21503           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21504           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21505
21506 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21507
21508         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21509           Fix playback of mono streams (bytes_per_sample should be set
21510           from the sample width and the number of channels negotiated,
21511           and not just be set to 4) (#317338)
21512
21513 2005-09-26  Wim Taymans  <wim@fluendo.com>
21514
21515         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21516         (gst_rtpmpaenc_handle_buffer):
21517         Set buffer duration correctly.
21518
21519 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21520
21521         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21522         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21523         (gst_avi_demux_change_state):
21524           Don't crash when encountering a stream with an unknown fourcc or
21525           codec id. Instead, create a pad of type video/x-avi-unknown or
21526           audio/x-avi-unknown, which as a side-effect also results in less
21527           confusing error messages in players ('no decoder' vs. 'no streams');
21528           minor fixes to state change function and class_init function.
21529
21530 2005-09-24  Wim Taymans  <wim@fluendo.com>
21531
21532         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21533         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21534         These are sinks.
21535
21536 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21537
21538         * check/elements/level.c: (GST_START_TEST):
21539           fix test for new GstClockTime use
21540         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21541         (gst_level_transform_ip):
21542         * gst/level/gstlevel.h:
21543           fix up the decay peak, ensuring the decay peak is never lower
21544           than the peak for that interval
21545
21546 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21547
21548         * docs/plugins/gst-plugins-good-plugins.args:
21549         * docs/plugins/inspect/plugin-alpha.xml:
21550         * docs/plugins/inspect/plugin-rtp.xml:
21551         * gst/level/gstlevel.c: (gst_level_set_caps),
21552         (gst_level_transform_ip):
21553           updating docs
21554
21555 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21556
21557         * Makefile.am:
21558         * check/elements/level.c: (GST_START_TEST):
21559         * gst/level/Makefile.am:
21560         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21561         (gst_level_set_property), (gst_level_get_property),
21562         (gst_level_set_caps), (gst_level_message_new),
21563         (gst_level_transform_ip):
21564         * gst/level/gstlevel.h:
21565         * gst/level/level-example.c: (message_handler), (main):
21566           convert to using GstClockTime for all time values, finally.
21567
21568 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21569
21570         * gst/auparse/Makefile.am:
21571         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21572           fix up build
21573         * configure.ac:
21574         * ext/cairo/Makefile.am:
21575         * ext/dv/Makefile.am:
21576         * ext/esd/Makefile.am:
21577         * ext/flac/Makefile.am:
21578         * ext/gconf/Makefile.am:
21579         * ext/gdk_pixbuf/Makefile.am:
21580         * ext/jpeg/Makefile.am:
21581         * ext/ladspa/Makefile.am:
21582         * ext/libcaca/Makefile.am:
21583         * ext/libmng/Makefile.am:
21584         * ext/libpng/Makefile.am:
21585         * ext/mikmod/Makefile.am:
21586         * ext/pango/Makefile.am:
21587         * ext/raw1394/Makefile.am:
21588         * ext/shout2/Makefile.am:
21589         * ext/speex/Makefile.am:
21590         * gst/alpha/Makefile.am:
21591         * gst/autodetect/Makefile.am:
21592         * gst/avi/Makefile.am:
21593         * gst/cutter/Makefile.am:
21594         * gst/debug/Makefile.am:
21595         * gst/effectv/Makefile.am:
21596         * gst/flx/Makefile.am:
21597         * gst/goom/Makefile.am:
21598         * gst/interleave/Makefile.am:
21599         * gst/law/Makefile.am:
21600         * gst/matroska/Makefile.am:
21601         * gst/median/Makefile.am:
21602         * gst/monoscope/Makefile.am:
21603         * gst/multipart/Makefile.am:
21604         * gst/oldcore/Makefile.am:
21605         * gst/rtp/Makefile.am:
21606         * gst/rtsp/Makefile.am:
21607         * gst/smoothwave/Makefile.am:
21608         * gst/smpte/Makefile.am:
21609         * gst/videobox/Makefile.am:
21610         * gst/videofilter/Makefile.am:
21611         * gst/videomixer/Makefile.am:
21612         * gst/wavenc/Makefile.am:
21613         * gst/wavparse/Makefile.am:
21614         * sys/oss/Makefile.am:
21615         * sys/osxaudio/Makefile.am:
21616         * sys/osxvideo/Makefile.am:
21617           fix up GST_LIBS use
21618
21619 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21620
21621         * gst/auparse/Makefile.am:
21622         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21623           fix build of auparse
21624
21625 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21626
21627         * configure.ac:
21628         * PORTED_09:
21629         * gst/auparse/gstauparse.c:
21630         * gst/auparse/gstauparse.h:
21631         Auparse ported to 0.9.
21632
21633 2005-09-22  Wim Taymans  <wim@fluendo.com>
21634
21635         * gst/rtp/TODO:
21636         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21637         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21638         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21639         (gst_rtpmp4venc_set_property):
21640         * gst/rtp/gstrtpmp4venc.h:
21641         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21642         * gst/rtp/gstrtpmpaenc.h:
21643         Use is_filled to both check MTU and max-ptime of base class.
21644
21645 2005-09-22  Wim Taymans  <wim@fluendo.com>
21646
21647         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21648         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21649         (gst_rtpmp4venc_set_property):
21650         Don't fragment packets with multiple frames.
21651
21652 2005-09-22  Wim Taymans  <wim@fluendo.com>
21653
21654         * gst/rtp/TODO:
21655         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21656         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21657         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21658         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21659         (gst_rtpmp4venc_get_property):
21660         * gst/rtp/gstrtpmp4venc.h:
21661         Remove g_print.
21662         Update TODO
21663         Make payload encoder a bit smarter and more correct with
21664         timestamps.
21665         Added option in payloader to include config string in-band.
21666
21667 2005-09-21  Wim Taymans  <wim@fluendo.com>
21668
21669         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21670         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21671         (gst_rtspsrc_send):
21672         Strip spaces for key/value pairs.
21673
21674 2005-09-21  Wim Taymans  <wim@fluendo.com>
21675
21676         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21677         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21678         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21679         (gst_rtspsrc_change_state):
21680         More SDP parsing and caps setting.
21681         Do NO_PREROLL differently.
21682         add pads only after negotiated.
21683
21684         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21685         (gst_udpsrc_getcaps):
21686         Implement the getcaps function.
21687
21688 2005-09-21  Wim Taymans  <wim@fluendo.com>
21689
21690         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21691         (gst_rtpamrdec_chain):
21692         Handle multiple AMr packets per payload. Handle CRC and
21693         parse ILL/ILP.
21694
21695         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21696         Make caps params strings for easy SDP mapping.
21697         
21698         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21699         Handle capsnego better.
21700
21701         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21702         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21703         Generate and parse config string in the caps.
21704
21705 2005-09-21  Wim Taymans  <wim@fluendo.com>
21706
21707         * gst/rtp/README:
21708         Update README
21709
21710         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21711         Make extra params as strings.
21712
21713         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21714         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21715         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21716         Make state change return NO_PREROLL as this is a live
21717         source.
21718
21719         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21720         Don't unref old caps when NULL.
21721
21722 2005-09-20  Wim Taymans  <wim@fluendo.com>
21723
21724         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21725         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21726         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21727         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21728         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21729         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21730         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21731         * gst/rtsp/sdpmessage.h:
21732         Add URI handler.
21733         Parse SDP and create caps.
21734
21735 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21736
21737         * gst/alpha/gstalpha.c:
21738           fix element description
21739
21740 2005-09-19  Wim Taymans  <wim@fluendo.com>
21741
21742         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21743         Don't check payload for now.
21744
21745 2005-09-19  Wim Taymans  <wim@fluendo.com>
21746
21747         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21748         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21749         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21750         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21751         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21752         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21753         (gst_wavparse_change_state):
21754         * gst/wavparse/gstwavparse.h:
21755         Fix wavparse some more.
21756
21757 2005-09-19  Wim Taymans  <wim@fluendo.com>
21758
21759         * check/elements/level.c: (GST_START_TEST):
21760         Fix for bus API change.
21761
21762 2005-09-19  Wim Taymans  <wim@fluendo.com>
21763
21764         * gst/level/level-example.c: (main):
21765         Fix for new bus API.
21766
21767         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21768         Set caps on pads.
21769
21770 2005-09-15  Wim Taymans  <wim@fluendo.com>
21771
21772         * gst/rtp/Makefile.am:
21773         * gst/rtp/README:
21774         * gst/rtp/gstrtp.c: (plugin_init):
21775         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21776         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21777         (gst_rtpamrdec_change_state):
21778         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21779         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21780         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21781         * gst/rtp/gstrtpamrenc.h:
21782         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21783         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21784         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21785         * gst/rtp/gstrtpgsmenc.h:
21786         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21787         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21788         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21789         (gst_rtpgsmparse_change_state):
21790         * gst/rtp/gstrtpgsmparse.h:
21791         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21792         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21793         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21794         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21795         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21796         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21797         * gst/rtp/gstrtph263penc.h:
21798         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21799         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21800         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21801         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21802         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21803         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21804         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21805         * gst/rtp/gstrtpmp4venc.h:
21806         * gst/rtp/gstrtpmpadec.c:
21807         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21808         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21809         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21810         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21811         * gst/rtp/gstrtpmpaenc.h:
21812         Updates to payloader/depayloaders, make payloaders use
21813         the base classes.
21814         Updated README with suggested RTP caps and how to convert
21815         to/from SDP.
21816         Added config descriptor in mp4v payloader.
21817
21818 2005-09-15  Andy Wingo  <wingo@pobox.com>
21819
21820         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21821         * gst/autodetect/gstautovideosink.c
21822         (gst_auto_video_sink_find_best): Update for new registry API.
21823
21824 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21825
21826         * common/c-to-xml.py:
21827         * common/gtk-doc-plugins.mak:
21828           a simple py script to generate valid xml from a C example
21829           probably also need to strip an MIT license when we decide
21830         * docs/plugins/Makefile.am:
21831         * gst/level/Makefile.am:
21832         * gst/level/gstlevel.c: (gst_level_init):
21833         * gst/level/level-example.c: (message_handler), (main):
21834           add an example to level that will show up in the docs
21835         * gst/rtp/TODO:
21836           add a note for the future
21837
21838 2005-09-14  Michael Smith <msmith@fluendo.com>
21839
21840         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21841           Actually define the debug object being used in wavenc. Fixes #316205
21842
21843 2005-09-14  Michael Smith <msmith@fluendo.com>
21844
21845         * gst/smpte/Makefile.am:
21846           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21847           needed to build on windows (bug 316204)
21848
21849 2005-09-12  Andy Wingo  <wingo@pobox.com>
21850
21851         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21852
21853 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21854
21855         * configure.ac:
21856         * gst/fdsrc/Makefile.am:
21857         * gst/fdsrc/gstfdsrc.c:
21858         * gst/fdsrc/gstfdsrc.h:
21859           Move fdsrc back into gstreamer core elements.
21860
21861         * gst/level/gstlevel.c: (gst_level_class_init),
21862         (gst_level_transform_ip):
21863         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21864           Basetransform changes.
21865
21866 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21867
21868         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21869         * ext/jpeg/smokecodec.c: (find_best_size):
21870           fix compiler warnings
21871
21872 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21873
21874         * gst-plugins-good.spec.in:
21875           spec file fixes
21876         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21877         (gst_multiudpsink_render), (gst_multiudpsink_add),
21878         (gst_multiudpsink_clear):
21879           it actually helps to actually stream if we hook up the
21880           "add" signal to an actual implementation
21881         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21882           some debugging
21883
21884 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21885
21886         * ext/jpeg/Makefile.am:
21887         * ext/jpeg/gstjpeg.c
21888         * ext/jpeg/gstjpegenc.c:
21889         * ext/jpeg/gstsmokeenc.c:
21890
21891 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21892
21893         * ext/flac/gstflacdec.c:
21894         * ext/flac/gstflacenc.c:
21895         * ext/flac/gstflactag.c:
21896         * ext/speex/gstspeexenc.c:
21897           gsttaginterface.h -> gsttagsetter.h
21898
21899 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21900
21901         * configure.ac:
21902         * gst/debug/Makefile.am:
21903         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21904         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21905         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21906         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21907         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21908           Port to 0.9 and re-enable efence plugin.
21909
21910 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21911
21912         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21913         (gst_flacdec_write), (gst_flacdec_convert_src):
21914         * ext/flac/gstflacdec.h:
21915           Add support for flac files with 24/32 bits per sample; and misc.
21916           minor clean-ups. Seeking is still partly broken (for me at least).
21917
21918 2005-09-06  Wim Taymans  <wim@fluendo.com>
21919
21920         * gst/rtp/Makefile.am:
21921         * gst/rtp/gstrtp.c: (plugin_init):
21922         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21923         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21924         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21925         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21926         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21927         (gst_rtpmp4vdec_plugin_init):
21928         * gst/rtp/gstrtpmp4vdec.h:
21929         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21930         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21931         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21932         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21933         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21934         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21935         * gst/rtp/gstrtpmp4venc.h:
21936         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21937         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21938         Added mpeg4 video payload encoder/decoder.
21939         Added some docs in mpa payloader.
21940
21941 === release 0.9.1 ===
21942
21943 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21944
21945         * NEWS:
21946         * README:
21947         * RELEASE:
21948         * autogen.sh:
21949         * configure.ac:
21950           releasing 0.9.1, "Blondie"
21951
21952 2005-09-05  Andy Wingo  <wingo@pobox.com>
21953
21954         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21955         here from the state change handler, so we fire signals without
21956         holding the state lock.
21957
21958 2005-09-02  Andy Wingo  <wingo@pobox.com>
21959
21960         * All plugins updated for element state changes.
21961
21962 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21963
21964         * Makefile.am:
21965         * check/.cvsignore:
21966         * check/Makefile.am:
21967         * check/elements/.cvsignore:
21968         * check/elements/level.c: (setup_level), (cleanup_level),
21969         (GST_START_TEST), (level_suite), (main):
21970           add a test for level
21971         * common/release.mak:
21972           move the enum checking to release.mak
21973         * configure.ac:
21974           add valgrind and check checking
21975         * gst/level/gstlevel.c: (gst_level_transform):
21976         * gst/level/gstlevel.h:
21977           fix Andy's cast bug
21978           convert a field to int
21979           fix the arithmetic to int when checking for emit so that a
21980           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21981
21982 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21983
21984         * Makefile.am:
21985         * configure.ac:
21986           add docs to build
21987         * common/plugins.xsl:
21988           wrap Description into a refsect2
21989         * docs/Makefile.am:
21990         * docs/plugins/Makefile.am:
21991         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21992         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21993         * gst/goom/Makefile.am:
21994         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21995         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21996         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21997         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21998         (gst_goom_change_state):
21999         * gst/goom/gstgoom.h:
22000           GstGOOM -> GstGoom
22001           add an example launch line
22002         * gst/level/gstlevel.h:
22003         * gst/monoscope/gstmonoscope.c:
22004           cleanups
22005
22006 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22007
22008         * configure.ac:
22009         * docs/plugins/Makefile.am:
22010         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22011         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22012         * docs/plugins/gst-plugins-good-plugins.types:
22013           document elements and plugins.  Shazam !
22014
22015 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22016
22017         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
22018           be found under doc/random/ChangeLog-0.8