ext/pulse/pulsesink.*: Use a mutex to protect the current stream pointer, and ignore...
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * ext/pulse/pulsesink.c:
4         * ext/pulse/pulsesink.h:
5         Use a mutex to protect the current stream pointer, and ignore
6         callbacks for stream objects that have been destroyed already.
7         Fixes problems with unprepare/prepare cycles caused by the input
8         caps changing, without reintroducing bug #556986.
9
10 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
11
12         * sys/v4l2/gstv4l2src.c:
13         Remove () from translateable string, so that it makes more sense.
14
15 2009-01-07  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
16
17         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
18         Minor fix/cleanup in header field calculation.
19
20 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
21
22         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
23         (gst_matroska_mux_handle_sink_event), (gst_matroska_mux_finish):
24         * gst/matroska/matroska-mux.h:
25         Remove internal taglist and fully use tagsetter interface.
26
27 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
28
29         * gst/avi/gstavimux.c: (gst_avi_mux_reset),
30         (gst_avi_mux_riff_get_avi_header):
31         * gst/avi/gstavimux.h:
32         Ensure header size invariance during subsequent rewrite by using
33         tags snapshot.
34
35 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
36
37         * ext/pulse/pulsesink.c: (gst_pulsesink_destroy_stream):
38         Don't wait for the pulse mainloop when destroying the stream.
39         Fixes a deadlock when the pulsedaemon goes away while pulsesink
40         is PLAYING. Fixes bug #556986.
41
42 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
43
44         Patch by: Sascha Hauer <s dot hauer at pengutronix dot de>
45                   Luotao Fu <l dot fu at pengutronix dot de>
46
47         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
48         (gst_v4l2_get_caps_info):
49         Add support for grayscale v4l2 devices. Fixes bug #566616.
50
51 2009-01-05  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
52
53         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
54         (qtdemux_tag_add_tmpo), (qtdemux_tag_add_covr),
55         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
56         (qtdemux_tag_add_blob), (qtdemux_parse_udta):
57         * gst/qtdemux/qtdemux.h:
58         * gst/qtdemux/quicktime.c: (plugin_init):
59         Streamline tag handling and pass unparsed tags as binary blob
60         in private tag.
61
62 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
63
64         * gst/audiofx/Makefile.am:
65         * gst/audiofx/audiofxbaseiirfilter.c:
66         (gst_audio_fx_base_iir_filter_base_init),
67         (gst_audio_fx_base_iir_filter_dispose),
68         (gst_audio_fx_base_iir_filter_class_init),
69         (gst_audio_fx_base_iir_filter_init),
70         (gst_audio_fx_base_iir_filter_calculate_gain),
71         (gst_audio_fx_base_iir_filter_set_coefficients),
72         (gst_audio_fx_base_iir_filter_setup), (process),
73         (gst_audio_fx_base_iir_filter_transform_ip),
74         (gst_audio_fx_base_iir_filter_stop):
75         * gst/audiofx/audiofxbaseiirfilter.h:
76         Implement a base class for IIR filters.
77
78         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_base_init),
79         (gst_audio_cheb_band_class_init), (gst_audio_cheb_band_init),
80         (generate_coefficients), (gst_audio_cheb_band_set_property),
81         (gst_audio_cheb_band_setup):
82         * gst/audiofx/audiochebband.h:
83         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_base_init),
84         (gst_audio_cheb_limit_class_init), (gst_audio_cheb_limit_init),
85         (generate_coefficients), (gst_audio_cheb_limit_set_property),
86         (gst_audio_cheb_limit_setup):
87         * gst/audiofx/audiocheblimit.h:
88         Use the IIR filter base class for the chebyshev filters.
89
90 2009-01-02  Michael Smith <msmith@songbirdnest.com>
91
92           Patch by: Justin Karnegas <justin@affinix.com> and
93                     Michael Smith <msmith@songbirdnest.com>
94         * sys/osxaudio/gstosxaudio.c:
95         * sys/osxaudio/gstosxaudioelement.c:
96         * sys/osxaudio/gstosxaudioelement.h:
97         * sys/osxaudio/gstosxaudiosink.c:
98         * sys/osxaudio/gstosxaudiosink.h:
99         * sys/osxaudio/gstosxaudiosrc.c:
100         * sys/osxaudio/gstosxaudiosrc.h:
101         * sys/osxaudio/gstosxringbuffer.c:
102         * sys/osxaudio/gstosxringbuffer.h:
103           Rewrite osxaudio to work more flexibly and more reliably, using a
104           different abstraction layer of coreaudio that is the recommended way of
105           doing low-level audio I/O on OSX.
106           Fixes byg #564948.
107
108 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
109
110         * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
111         Add example RTP transcoding pipeline from any file decodedable with
112         uridecodebin.
113
114 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
115
116         * tests/examples/rtp/.cvsignore:
117         * tests/examples/rtp/Makefile.am:
118         * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
119         * tests/examples/rtp/server-alsasrc-PCMA.c: (main):
120         Add two C examples of using gstrtpbin as a sender and a receiver.
121
122 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
123
124         * ChangeLog:
125         Remove conflict marker from ChangeLog
126
127 2008-12-28  Edward Hervey  <edward.hervey@collabora.co.uk>
128
129         Patch by: j^ <j at oil21.org>
130
131         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps),
132         (qtdemux_audio_caps):
133         Add codec mapping for xvid, fmp4 and ac3 tracks.
134         Fixes #565850
135
136 2008-12-23  Wim Taymans  <wim.taymans@collabora.co.uk>
137
138         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
139         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
140         (gst_smokeenc_chain), (gst_smokeenc_change_state):
141         * ext/jpeg/gstsmokeenc.h:
142         Implement getcaps function.
143         Set caps on the pad and on all outgoing buffers.
144         Fixes #565441.
145
146 2008-12-19  Stefan Kost  <ensonic@users.sf.net>
147
148         * ext/pulse/pulsemixerctrl.c:
149           And remove temporary comment pointing to the bug ticket.
150
151         * gst/avi/gstavimux.c:
152           Move reoccuring logging to LOG and log instance too.
153
154 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
155
156         * ext/pulse/pulsemixerctrl.c:
157           Don't leak the pa_operation.
158
159 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
160
161         * configure.ac:
162           Require core cvs.
163
164 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
165
166         * gst/avi/gstavimux.c:
167           Rename api from _flush to _reset_tags. 
168
169 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
170
171         * gst/avi/gstavimux.c:
172           Use new tagsetter api to flush tags.
173
174 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
175
176         * tests/check/elements/deinterleave.c: (deinterleave_suite):
177         Increase timeout to 3 minutes to prevent timeouts.
178
179 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
180
181         * tests/check/elements/interleave.c: (interleave_suite):
182         Increase timeout to 3 minutes to prevent timeouts.
183
184 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
185
186         * gst/avi/gstavimux.c:
187         * gst/avi/gstavimux.h:
188           Totally remove the internal taglists and fully use tagsetter.
189
190 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
191
192         * gst/avi/gstavimux.c:
193           Instead of filtering wrongly just use the mergemode. Applications is
194           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
195           avi for real (I hope). Everyone chime in, before I fix the others.
196
197 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
198
199         * ext/pulse/pulsemixerctrl.c:
200           Add note about memleak.
201
202 2008-12-13  Edward Hervey  <bilboed@gmail.com>
203
204         * m4/Makefile.am:
205         A couple more .m4 that aren't shipped anymore with gettext 0.17.
206
207 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
208
209         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
210         (gst_flac_dec_init):
211         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
212         (gst_alaw_dec_init):
213         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
214         (gst_alaw_enc_init):
215         * gst/law/alaw.c: (plugin_init):
216         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
217         (gst_mulawdec_init):
218         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
219         (gst_mulawenc_init):
220         * gst/law/mulaw.c: (plugin_init):
221         Switch to using GstStaticPadTemplate.
222         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
223         Don't forget to free the addrinfo structure.
224         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
225         (gst_wavparse_sink_activate):
226         Don't forget to unref the GstAdapter.
227
228 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
229
230         * m4/Makefile.am:
231         inttypes.m4 hasn't been available since gettext-0.15, and since we now
232         require gettext >= 0.17 ... we can remove it from the list of files to
233         dist.
234
235 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
236
237         * gst/avi/gstavidemux.c:
238           More logging.
239
240         * gst/avi/gstavimux.c:
241           Handle more metadata fields. Better estimate of metadata size. Don't
242           merge received tags, if application has specified tags using
243           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
244
245 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
246
247         * tests/check/Makefile.am:
248         Also ignore pulsemixer for the states unit test.
249
250 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
251
252         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
253         Add an EOI marker at the end of the jpeg frame when it's missing.
254         Fixes #563056.
255
256 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
257
258         * tests/check/elements/videocrop.c: (check_1x1_buffer):
259         Update the unit test for the new color values for BT.601 red.
260         Fixes bug #563510.
261
262 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
263
264         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
265           Restore previous behaviour of not passing QoS and navigation
266           events upstream, which presumably wasn't meant to be changed.
267
268 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
269
270         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
271         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
272         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
273         (gst_dvdemux_chain), (gst_dvdemux_loop),
274         (gst_dvdemux_change_state):
275         Add srcpads only when needed and remove them again when going
276         back to READY. This prevents stalled pipelines if there's no
277         audio inside the DV stream, which happens for many MXF files.
278
279 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
280
281         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
282         (run_server):
283         The ports in libsoup are unsigned integers and not signed
284         integers.
285
286 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
287
288         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
289         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
290         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
291         (gst_dvdemux_chain), (gst_dvdemux_loop),
292         (gst_dvdemux_change_state):
293         Add srcpads only when they're needed. If we add all pads in any
294         case we will get a stalling audio pad if the stream contains
295         no audio, which is the case for many MXF files.
296
297 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
298
299         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
300         Forward all events upstream unless it's something we really
301         don't handle. This fixes latency configuration of pipelines.
302
303 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
304
305         * ext/dv/gstdv.c: (plugin_init):
306         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
307         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
308         Really call dv_init() exactly one time, not one time for
309         the demuxer and one time for the decoder.
310
311 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
312
313         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
314         Copy incomming timestamp to outgoing packets.
315
316 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
317
318         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
319         (gst_rtp_mp4v_pay_event):
320         Don't try to push packets before we could find a valid config
321         startcode. Fixes #563509.
322
323 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
324
325         Patch by: Brian Cameron <brian.cameron at sun dot com>
326
327         * sys/sunaudio/gstsunaudiomixerctrl.c:
328         (gst_sunaudiomixer_ctrl_open):
329         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
330
331 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
332
333         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
334
335         * configure.ac:
336         Make usage of libv4l optional by a configure parameter.
337         Fixes bug #563504.
338
339 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
340
341         * docs/plugins/Makefile.am:
342         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
343         * docs/plugins/gst-plugins-good-plugins-sections.txt:
344         * docs/plugins/gst-plugins-good-plugins.args:
345         * docs/plugins/gst-plugins-good-plugins.hierarchy:
346         * docs/plugins/gst-plugins-good-plugins.interfaces:
347         * docs/plugins/inspect/plugin-1394.xml:
348         * docs/plugins/inspect/plugin-aasink.xml:
349         * docs/plugins/inspect/plugin-alaw.xml:
350         * docs/plugins/inspect/plugin-alpha.xml:
351         * docs/plugins/inspect/plugin-alphacolor.xml:
352         * docs/plugins/inspect/plugin-annodex.xml:
353         * docs/plugins/inspect/plugin-apetag.xml:
354         * docs/plugins/inspect/plugin-audiofx.xml:
355         * docs/plugins/inspect/plugin-auparse.xml:
356         * docs/plugins/inspect/plugin-autodetect.xml:
357         * docs/plugins/inspect/plugin-avi.xml:
358         * docs/plugins/inspect/plugin-cacasink.xml:
359         * docs/plugins/inspect/plugin-cairo.xml:
360         * docs/plugins/inspect/plugin-cutter.xml:
361         * docs/plugins/inspect/plugin-debug.xml:
362         * docs/plugins/inspect/plugin-dv.xml:
363         * docs/plugins/inspect/plugin-efence.xml:
364         * docs/plugins/inspect/plugin-effectv.xml:
365         * docs/plugins/inspect/plugin-equalizer.xml:
366         * docs/plugins/inspect/plugin-esdsink.xml:
367         * docs/plugins/inspect/plugin-flac.xml:
368         * docs/plugins/inspect/plugin-flxdec.xml:
369         * docs/plugins/inspect/plugin-gamma.xml:
370         * docs/plugins/inspect/plugin-gconfelements.xml:
371         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
372         * docs/plugins/inspect/plugin-goom.xml:
373         * docs/plugins/inspect/plugin-goom2k1.xml:
374         * docs/plugins/inspect/plugin-halelements.xml:
375         * docs/plugins/inspect/plugin-icydemux.xml:
376         * docs/plugins/inspect/plugin-id3demux.xml:
377         * docs/plugins/inspect/plugin-interleave.xml:
378         * docs/plugins/inspect/plugin-jpeg.xml:
379         * docs/plugins/inspect/plugin-level.xml:
380         * docs/plugins/inspect/plugin-matroska.xml:
381         * docs/plugins/inspect/plugin-monoscope.xml:
382         * docs/plugins/inspect/plugin-mulaw.xml:
383         * docs/plugins/inspect/plugin-multifile.xml:
384         * docs/plugins/inspect/plugin-multipart.xml:
385         * docs/plugins/inspect/plugin-navigationtest.xml:
386         * docs/plugins/inspect/plugin-ossaudio.xml:
387         * docs/plugins/inspect/plugin-png.xml:
388         * docs/plugins/inspect/plugin-pulseaudio.xml:
389         * docs/plugins/inspect/plugin-quicktime.xml:
390         * docs/plugins/inspect/plugin-replaygain.xml:
391         * docs/plugins/inspect/plugin-rtp.xml:
392         * docs/plugins/inspect/plugin-rtsp.xml:
393         * docs/plugins/inspect/plugin-shout2send.xml:
394         * docs/plugins/inspect/plugin-smpte.xml:
395         * docs/plugins/inspect/plugin-soup.xml:
396         * docs/plugins/inspect/plugin-spectrum.xml:
397         * docs/plugins/inspect/plugin-speex.xml:
398         * docs/plugins/inspect/plugin-taglib.xml:
399         * docs/plugins/inspect/plugin-udp.xml:
400         * docs/plugins/inspect/plugin-video4linux2.xml:
401         * docs/plugins/inspect/plugin-videobalance.xml:
402         * docs/plugins/inspect/plugin-videobox.xml:
403         * docs/plugins/inspect/plugin-videocrop.xml:
404         * docs/plugins/inspect/plugin-videoflip.xml:
405         * docs/plugins/inspect/plugin-videomixer.xml:
406         * docs/plugins/inspect/plugin-wavenc.xml:
407         * docs/plugins/inspect/plugin-wavpack.xml:
408         * docs/plugins/inspect/plugin-wavparse.xml:
409         * docs/plugins/inspect/plugin-ximagesrc.xml:
410         * gst/matroska/matroska-demux.c:
411         * gst/matroska/matroska-demux.h:
412         * gst/matroska/matroska-mux.c:
413         * gst/matroska/matroska-mux.h:
414         Add documentation for matroskamux and matroskademux and
415         update the inspection xml files.
416
417 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
418
419         * configure.ac:
420         Apparently AC_CONFIG_MACRO_DIR breaks when using more
421         than one macro directory, reverting last change.
422
423 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
424
425         * configure.ac:
426         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
427         our M4 macros.
428
429 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
430
431         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
432         Provide the parameters that are required for the format string
433         to fix a compiler warning.
434
435 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
436
437         * gst/autodetect/gstautoaudiosrc.c:
438           Fix classification.
439
440 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
441
442         Patch by: Cygwin Ports maintainer
443                   <yselkowitz at users dot sourceforge dot net>
444
445         * autogen.sh:
446         * configure.ac:
447         Require gettext 0.17 because older versions don't mix with libtool
448         2.2. At build time an older gettext version will still work.
449         Fixes bug #556091.
450
451 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
452
453         Patch by: Peter Kjellerstedt <pkj at axis com>
454
455         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
456         Make gst_multiudpsink_render() ignore errors from sendto() instead of
457         breaking streaming. Emit a warning instead. Fixes #562572.
458
459 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
460
461         Patch by: Ron McOuat <rmcouat at smartt dot com>
462
463         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
464         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
465         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
466         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
467         * ext/soup/gstsouphttpsrc.h:
468         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
469         (digest_auth_cb), (run_test), (GST_START_TEST),
470         (souphttpsrc_suite), (run_server):
471         Add support for basic and digest authentication in souphttpsrc.
472         Fixes bug #561775.
473
474 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
475
476         Patch by: Pepijn Van Eeckhoudt
477                       <pepijn dot vaneeckhoudt at luciad dot com>
478
479         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
480         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
481         * gst/wavenc/gstwavenc.h:
482         * gst/wavenc/riff.h:
483         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
484
485 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
486
487         Patch by: 이문형 <iwings at gmail dot com>
488
489         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
490         Prevent further read/write actions taken to the connect-failed socket by
491         erroring out quickly. See #562258.
492
493 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
494
495         * tests/examples/level/level-example.c:
496           Set fakesink to sync. Otherwise people might question the message
497           interval. Nevertheless the timestamp in the message is what matters.
498
499 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
500
501         * tests/icles/.cvsignore:
502         cvsignore newly generated file.
503
504 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
505
506         * gst/rtp/gstasteriskh263.c:
507         * gst/rtp/gstasteriskh263.h:
508         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
509         * gst/rtp/gstrtpL16depay.h:
510         * gst/rtp/gstrtpL16pay.c:
511         * gst/rtp/gstrtpL16pay.h:
512         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
513         * gst/rtp/gstrtpac3depay.h:
514         * gst/rtp/gstrtpamrdepay.c:
515         * gst/rtp/gstrtpamrdepay.h:
516         * gst/rtp/gstrtpamrpay.c:
517         * gst/rtp/gstrtpamrpay.h:
518         * gst/rtp/gstrtpdepay.c:
519         * gst/rtp/gstrtpdepay.h:
520         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
521         * gst/rtp/gstrtpg726depay.c:
522         * gst/rtp/gstrtpg726pay.c:
523         * gst/rtp/gstrtpg729depay.c:
524         * gst/rtp/gstrtpg729pay.c:
525         * gst/rtp/gstrtpgsmdepay.c:
526         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
527         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
528         * gst/rtp/gstrtph263depay.h:
529         * gst/rtp/gstrtph263pay.c:
530         * gst/rtp/gstrtph263pay.h:
531         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
532         * gst/rtp/gstrtph263pdepay.h:
533         * gst/rtp/gstrtph263ppay.c:
534         * gst/rtp/gstrtph263ppay.h:
535         * gst/rtp/gstrtph264depay.c:
536         * gst/rtp/gstrtph264depay.h:
537         * gst/rtp/gstrtph264pay.c:
538         * gst/rtp/gstrtph264pay.h:
539         * gst/rtp/gstrtpilbcdepay.c:
540         * gst/rtp/gstrtpilbcpay.c:
541         * gst/rtp/gstrtpjpegdepay.h:
542         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
543         * gst/rtp/gstrtpmp1sdepay.h:
544         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
545         * gst/rtp/gstrtpmp2tdepay.h:
546         * gst/rtp/gstrtpmp2tpay.c:
547         * gst/rtp/gstrtpmp2tpay.h:
548         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
549         * gst/rtp/gstrtpmp4apay.c:
550         * gst/rtp/gstrtpmp4apay.h:
551         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
552         * gst/rtp/gstrtpmp4gdepay.h:
553         * gst/rtp/gstrtpmp4gpay.c:
554         * gst/rtp/gstrtpmp4gpay.h:
555         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
556         * gst/rtp/gstrtpmp4vdepay.h:
557         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
558         * gst/rtp/gstrtpmp4vpay.h:
559         * gst/rtp/gstrtpmpadepay.c:
560         * gst/rtp/gstrtpmpadepay.h:
561         * gst/rtp/gstrtpmpapay.c:
562         * gst/rtp/gstrtpmpapay.h:
563         * gst/rtp/gstrtpmpvdepay.c:
564         * gst/rtp/gstrtpmpvdepay.h:
565         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
566         * gst/rtp/gstrtppcmapay.c:
567         * gst/rtp/gstrtppcmudepay.c:
568         * gst/rtp/gstrtppcmupay.c:
569         * gst/rtp/gstrtpspeexdepay.c:
570         * gst/rtp/gstrtpspeexpay.c:
571         * gst/rtp/gstrtpsv3vdepay.c:
572         * gst/rtp/gstrtpsv3vdepay.h:
573         * gst/rtp/gstrtptheoradepay.c:
574         * gst/rtp/gstrtptheoradepay.h:
575         * gst/rtp/gstrtptheorapay.c:
576         * gst/rtp/gstrtptheorapay.h:
577         * gst/rtp/gstrtpvorbisdepay.c:
578         * gst/rtp/gstrtpvorbisdepay.h:
579         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
580         * gst/rtp/gstrtpvorbispay.h:
581         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
582         * gst/rtp/gstrtpvrawpay.c:
583         Fix the descriptions and fix some email addresses.
584
585 2008-11-25  Julien Moutte  <julien@fluendo.com>
586
587         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
588         to supported qtdemux video codecs as I found some video clips using 
589         those.
590
591 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
592
593         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
594         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
595         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
596         (gst_auto_video_sink_detect):
597         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
598         Post an error when we can't set the internal ghostpad target.
599
600 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
601
602         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
603         (gst_video_crop_transform), (gst_video_crop_transform_caps),
604         (gst_video_crop_set_caps), (gst_video_crop_set_property):
605         * gst/videocrop/gstvideocrop.h:
606         Fix renegotiation when changing properties using the new basetransform
607         features. Fixes #561502.
608
609         * tests/icles/Makefile.am:
610         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
611         Add crazy interactive test unit for dynamically changing properties.
612
613 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
614
615         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
616         (gst_rtspsrc_parse_range):
617         Add some more debugging.
618         Use the reanges received from the server unconditionally.
619         Fixes #561625.
620
621 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
622
623         * ext/pulse/pulsesink.c:
624           Change #if 0 to something more expresive and add pointer to related
625           bug ticket.
626
627 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
628
629         Patch by: Tal Shalif <tshalif at nargila dot org>
630
631         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
632         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
633         the latter don't exist on some systems (mingw). Fixes bug #561990.
634
635 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
636
637         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
638
639         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
640         Add transferMode.dnla.org header to HTTP requests as this is
641         required by the DLNA specs and doesn't hurt in other situations.
642         Fixes bug #561802.
643
644 2008-11-20  Michael Smith <msmith@songbirdnest.com>
645
646         * sys/osxvideo/osxvideosink.h:
647         * sys/osxvideo/osxvideosink.m:
648           Handle video window resizing more correctly, avoiding crashes when
649           embedding the window and resizing it.
650
651 2008-11-20  Michael Smith <msmith@songbirdnest.com>
652
653         * gst/udp/gstmultiudpsink.c:
654         * gst/udp/gstudpnetutils.c:
655         * gst/udp/gstudpnetutils.h:
656         * gst/udp/gstudpsrc.c:
657           Fix multiudpsink on OSX by passing the specific length of the socket,
658           refactor that into a function shared with the same thing in udpsrc.
659
660 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
661
662         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
663         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
664         (gst_wavparse_stream_headers):
665         Fix the scaling code.
666         Fix parsing of the INFO chunks, we were reading the wrong number of
667         bytes.  Fixes #561580.
668
669 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
670
671         * gst/matroska/matroska-mux.c:
672         Fix NULL pointer dereference of an unset codec_id in the recently 
673         added Dirac paths
674
675 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
676
677         * tests/check/Makefile.am:
678         Just keep disabling elements that hang the states test until it
679         works.
680
681 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
682
683         * ext/libpng/gstpngenc.c:
684         Don't flush downstream after every buffer - that's not what
685         this libpng callback is for at all!
686
687 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
688
689         * sys/v4l2/v4l2src_calls.c:
690           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
691           (gst_v4l2src_probe_caps_for_format):
692           Turns out we don't always get the frame sizes in a predefined
693           order from lowest to highest resolution, so let's just sort the
694           list by frame size once we've queried the possible resolutions
695           rather than assume any particular order. Fixes probed caps for
696           the camera in my HP2133 mini notebook and makes v4l2src default
697           to a decent size.
698
699 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
700
701         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
702         * gst/matroska/matroska-ids.h:
703         Make mkvdemux aware of E-AC3.
704
705 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
706
707         * gst/rtp/Makefile.am:
708         * gst/rtp/gstrtp.c: (plugin_init):
709         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
710         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
711         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
712         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
713         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
714         (gst_rtp_jpeg_depay_change_state),
715         (gst_rtp_jpeg_depay_plugin_init):
716         * gst/rtp/gstrtpjpegdepay.h:
717         Add a jpeg depayloader.
718
719         * gst/rtp/gstrtpjpegpay.c:
720         Set the default properties on the payloader to better defaults.
721
722 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
723
724         * sys/v4l2/gstv4l2.c:
725           Give it a primary rank for autovideosrc.
726
727 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
728
729         Patch by: Bjorn Ostby <bjornos at axis dot com>
730
731         * gst/rtp/Makefile.am:
732         * gst/rtp/gstrtp.c: (plugin_init):
733         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
734         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
735         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
736         (gst_rtp_jpeg_pay_read_quant_table),
737         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
738         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
739         (gst_rtp_jpeg_pay_plugin_init):
740         * gst/rtp/gstrtpjpegpay.h:
741         Add JPEG payloader. Fixes #560756.
742
743 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
744
745         Patch by: Fabricio Godoy <skarllot at gmail dot com>
746
747         * sys/oss/gstosssink.c: (gst_oss_sink_open):
748         * sys/oss/gstosssrc.c: (gst_oss_src_open):
749         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
750         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
751         Fix some spelling mistakes. Fixes #556802.
752
753 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
754
755         * gst/equalizer/GstIirEqualizer10Bands.prs:
756         * gst/equalizer/GstIirEqualizer3Bands.prs:
757         * gst/equalizer/Makefile.am:
758         * gst/equalizer/gstiirequalizer10bands.c:
759         * gst/equalizer/gstiirequalizer3bands.c:
760           Add presets for equalizer. Fixes #522183.
761
762 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
763
764         * gst/rtsp/Makefile.am:
765         * gst/rtsp/gstrtsp.c: (plugin_init):
766         * gst/rtsp/gstrtspgoogle.c:
767         * gst/rtsp/gstrtspgoogle.h:
768         Remove google extension again, it's not needed anymore because we never
769         send multiple transports anymore.
770
771 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
772
773         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
774
775         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
776         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
777         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
778         (gst_rtspsrc_stream_free),
779         (gst_rtspsrc_stream_configure_udp_sinks),
780         (gst_rtspsrc_stream_configure_transport),
781         (gst_rtspsrc_send_dummy_packets),
782         (gst_rtspsrc_create_transports_string),
783         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
784         * gst/rtsp/gstrtspsrc.h:
785         Add property to configure NAT traversal method.
786         Ignore EOS from the internal sinks.
787         Implement sending dummy packets as a (simple) method to open up
788         some firewalls.
789         Send PLAY request to the server after we started the udp sources.
790         Fixes #559545.
791
792 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
793
794         Patch by: Yotam <sh dot yotam at gmail dot com>
795
796         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
797         Flush the remaining frames on EOS. Fixes #560641.
798
799 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
800
801         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
802         Fix compiler warning about printf formatting.
803
804 2008-11-12  Andy Wingo  <wingo@pobox.com>
805
806         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
807         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
808         segment events instead of sending them from the seeking thread.
809         Fixes #559288.
810         (gst_qtdemux_push_pending_newsegment): New helper, sends out
811         queued newsegment events.
812         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
813         call it here, as we only seek when looping, and only push in the
814         movie state.
815
816 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
817
818         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
819         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
820         * gst/qtdemux/qtdemux_fourcc.h:
821         * gst/qtdemux/qtdemux_types.c:
822         Add cover and alternative copyright tag, and enhance some existing
823         ones by marking them as container atoms.
824
825 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
826
827         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
828         Don't ignore the return value of setcaps.
829
830 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
831
832         Patch by: Olivier Crete <tester at tester dot ca>
833
834         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
835         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
836         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
837         * gst/rtp/gstrtpg729pay.h:
838         Replace G729 payloader with an improved version. Fixes #532409.
839
840 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
841
842         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
843         (gst_rtspsrc_change_state):
844         Only send one transport at a time for improved compatibility with some
845         broken servers. See #537832.
846
847 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
848
849         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
850         (gst_rtspsrc_perform_seek):
851         Only pause/play in the seek handler when the source was playing.
852         Fixes #529379.
853
854 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
855
856         * gst/matroska/matroska-mux.c:
857         (gst_matroska_mux_handle_dirac_packet):
858         Fix muxing of Dirac streams if the input already has the format
859         we need, i.e. is the output of matroskademux.
860
861 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
862
863         * gst/avi/gstavimux.c:
864           Don't segfault on string typed tags being NULL. Fixes #560155.
865
866 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
867
868         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
869         (gst_matroska_mux_audio_pad_setcaps):
870         Fix mapping AAC profile to Matroska codec id.
871
872 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
873
874         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
875         (qtdemux_video_caps), (qtdemux_audio_caps):
876         Refactor some raw audio caps building, and handle >16-bit cases.
877         Fix/replace building caps from a string description.
878
879 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
880
881         * gst/audiofx/audiowsincband.c:
882         * gst/audiofx/audiowsinclimit.c:
883         * gst/cutter/gstcutter.c:
884           Make author name consistent with others.
885
886 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
887
888         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
889
890         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
891         (gst_rtspsrc_stream_configure_udp_sink):
892         Pause the RTSP stream before doing a new play request.
893         Make sure that adding the udpsinks does not cause the rtspsrc to become
894         a sink. Fixes #559547.
895
896 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
897
898         * gst/matroska/matroska-ids.h:
899         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
900         (gst_matroska_mux_handle_dirac_packet),
901         (gst_matroska_mux_write_data):
902         Implement Dirac muxing into Matroska comforming to the spec, i.e.
903         put all Dirac packages up to a picture into a Matroska block.
904
905         TODO: Implement writing of the ReferenceBlock Matroska elements,
906         currently the Dirac muxing is only 100% correct if Matroska version 2
907         is selected for muxing.
908
909 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
910
911         Patch by: Bastien Nocera <hadess at hadess dot net>,
912                   Hans de Goede <jwrdegoede at fedoraproject dot org>
913
914         * configure.ac:
915         * sys/v4l2/Makefile.am:
916         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
917         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
918         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
919         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
920         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
921         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
922         (gst_v4l2_get_input), (gst_v4l2_set_input):
923         * sys/v4l2/v4l2_calls.h:
924         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
925         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
926         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
927         (gst_v4l2src_fill_format_list),
928         (gst_v4l2src_probe_caps_for_format_and_size),
929         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
930         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
931         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
932         (gst_v4l2src_get_nearest_size):
933         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
934
935 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
936
937         * ext/aalib/Makefile.am:
938         * ext/annodex/Makefile.am:
939         * ext/cairo/Makefile.am:
940         * ext/dv/Makefile.am:
941         * ext/esd/Makefile.am:
942         * ext/flac/Makefile.am:
943         * ext/gconf/Makefile.am:
944         * ext/gdk_pixbuf/Makefile.am:
945         * ext/hal/Makefile.am:
946         * ext/jpeg/Makefile.am:
947         * ext/ladspa/Makefile.am:
948         * ext/libcaca/Makefile.am:
949         * ext/libmng/Makefile.am:
950         * ext/libpng/Makefile.am:
951         * ext/mikmod/Makefile.am:
952         * ext/pulse/Makefile.am:
953         * ext/raw1394/Makefile.am:
954         * ext/shout2/Makefile.am:
955         * ext/soup/Makefile.am:
956         * ext/speex/Makefile.am:
957         * ext/taglib/Makefile.am:
958         * ext/wavpack/Makefile.am:
959         * gst/alpha/Makefile.am:
960         * gst/apetag/Makefile.am:
961         * gst/audiofx/Makefile.am:
962         * gst/auparse/Makefile.am:
963         * gst/autodetect/Makefile.am:
964         * gst/avi/Makefile.am:
965         * gst/cutter/Makefile.am:
966         * gst/debug/Makefile.am:
967         * gst/effectv/Makefile.am:
968         * gst/equalizer/Makefile.am:
969         * gst/flx/Makefile.am:
970         * gst/goom/Makefile.am:
971         * gst/goom2k1/Makefile.am:
972         * gst/icydemux/Makefile.am:
973         * gst/id3demux/Makefile.am:
974         * gst/interleave/Makefile.am:
975         * gst/law/Makefile.am:
976         * gst/level/Makefile.am:
977         * gst/matroska/Makefile.am:
978         * gst/median/Makefile.am:
979         * gst/monoscope/Makefile.am:
980         * gst/multifile/Makefile.am:
981         * gst/multipart/Makefile.am:
982         * gst/oldcore/Makefile.am:
983         * gst/qtdemux/Makefile.am:
984         * gst/replaygain/Makefile.am:
985         * gst/rtp/Makefile.am:
986         * gst/rtsp/Makefile.am:
987         * gst/smpte/Makefile.am:
988         * gst/spectrum/Makefile.am:
989         * gst/udp/Makefile.am:
990         * gst/videobox/Makefile.am:
991         * gst/videocrop/Makefile.am:
992         * gst/videofilter/Makefile.am:
993         * gst/videomixer/Makefile.am:
994         * gst/wavenc/Makefile.am:
995         * gst/wavparse/Makefile.am:
996         * sys/directdraw/Makefile.am:
997         * sys/directsound/Makefile.am:
998         * sys/oss/Makefile.am:
999         * sys/osxaudio/Makefile.am:
1000         * sys/osxvideo/Makefile.am:
1001         * sys/sunaudio/Makefile.am:
1002         * sys/v4l2/Makefile.am:
1003         * sys/waveform/Makefile.am:
1004         * sys/ximage/Makefile.am:
1005           Don't install static libs for plugins. Fixes #550851 for -good.
1006
1007 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1008
1009         * ext/flac/Makefile.am:
1010         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
1011         This fixes compilation if FLAC is installed in an uncommon location
1012         that is not already handled by other CFLAGS. Fixes bug #558711.
1013
1014 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1015
1016         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
1017         Guard more uncommon formats with ifdefs so that we can compile on older
1018         versions.
1019
1020 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1021
1022         Patch by: Nick Haddad <nick at haddads dot net>
1023
1024         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
1025         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
1026         (gst_avi_demux_stream_data):
1027         Invert other uncompressed RGB formats. Fixes #558554.
1028
1029 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
1030
1031         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
1032         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
1033         * gst/wavenc/gstwavenc.h:
1034         Add support for float/double as input and remove the (nowadays)
1035         useless parsing of the depth as we require width==depth.
1036
1037 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1038
1039         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
1040         * gst/rtp/gstrtpmpapay.c:
1041         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
1042         mpeg version 1. Fixes #558427.
1043
1044 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1045
1046         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
1047         (gst_rtp_L16_pay_getcaps):
1048         Only put an integral amount of samples in the RTP packet.
1049         Fixes #556641.
1050
1051 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1052
1053         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
1054         * gst/rtp/gstrtpchannels.h:
1055         Add method to get possible channel positions.
1056
1057 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1058
1059         * gst/rtp/Makefile.am:
1060         Also commit updated makefile
1061
1062 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1063
1064         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1065         Don't allow width=32,depth=24 as input. WAV requires that the width
1066         is the next integer multiply of 8 from the depth.
1067
1068 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1069
1070         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
1071         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
1072         (gst_rtp_L16_pay_getcaps):
1073         * gst/rtp/gstrtpchannels.c: (check_channels),
1074         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
1075         (gst_rtp_channels_create_default):
1076         * gst/rtp/gstrtpchannels.h:
1077         Add mappings for multichannel support. Does not completely just work
1078         because the getcaps function does not yet return the allowed channel
1079         mappings. See #556641.
1080
1081 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
1082
1083         * gst/goom/Makefile.am:
1084         * gst/goom/README:
1085         * gst/goom/config_param.c:
1086         * gst/goom/convolve_fx.c:
1087         * gst/goom/drawmethods.c:
1088         * gst/goom/drawmethods.h:
1089         * gst/goom/filters.c:
1090         * gst/goom/filters_mmx.s:
1091         * gst/goom/flying_stars_fx.c:
1092         * gst/goom/goom.h:
1093         * gst/goom/goom_config.h:
1094         * gst/goom/goom_config_param.h:
1095         * gst/goom/goom_core.c:
1096         * gst/goom/goom_filters.h:
1097         * gst/goom/goom_fx.h:
1098         * gst/goom/goom_graphic.h:
1099         * gst/goom/goom_plugin_info.h:
1100         * gst/goom/goom_tools.c:
1101         * gst/goom/goom_tools.h:
1102         * gst/goom/goom_typedefs.h:
1103         * gst/goom/goom_visual_fx.h:
1104         * gst/goom/graphic.c:
1105         * gst/goom/ifs.c:
1106         * gst/goom/ifs.h:
1107         * gst/goom/lines.c:
1108         * gst/goom/lines.h:
1109         * gst/goom/mathtools.c:
1110         * gst/goom/mathtools.h:
1111         * gst/goom/mmx.c:
1112         * gst/goom/motif_goom1.h:
1113         * gst/goom/motif_goom2.h:
1114         * gst/goom/plugin_info.c:
1115         * gst/goom/ppc_drawings.h:
1116         * gst/goom/ppc_zoom_ultimate.h:
1117         * gst/goom/sound_tester.c:
1118         * gst/goom/sound_tester.h:
1119         * gst/goom/surf3d.c:
1120         * gst/goom/surf3d.h:
1121         * gst/goom/tentacle3d.c:
1122         * gst/goom/tentacle3d.h:
1123         * gst/goom/v3d.c:
1124         * gst/goom/v3d.h:
1125         * gst/goom/xmmx.c:
1126           Add license headers in all source files. Remove filter.c from
1127           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
1128           which are not used right now. Fixes #557709.
1129
1130 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1131
1132         Patch by: Olivier Crete <tester at tester dot ca>
1133
1134         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
1135         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
1136         Implement getcaps in rtpL16pay. Fixes #556484.
1137
1138 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1139
1140         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
1141         (gst_rtp_L16_depay_process):
1142         Check if clock-rate and channels are valid.
1143         Don't ignore the return value of setcaps.
1144         No need to validate the buffer, the base class does that for us.
1145         Use the marker bit to set the DISCONT flag on outgoing buffers.
1146
1147         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1148         Don't ignore the return value of set_outcaps.
1149
1150         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1151         (gst_rtp_ac3_depay_process):
1152         Don't ignore the return value of set_caps.
1153         No need to validate the buffer, the base class does that for us.
1154
1155         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1156         (gst_rtp_amr_depay_process):
1157         * gst/rtp/gstrtpamrdepay.h:
1158         Don't ignore the return value of setcaps.
1159         No need to validate the buffer, the base class does that for us.
1160         No need to set output caps on the buffers, the base class does that for
1161         us.
1162         The subclass will make sure we are negotiated.
1163         
1164         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1165         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1166         * gst/rtp/gstrtpdvdepay.h:
1167         Clean up caps negotiation.
1168         The subclass will make sure we are negotiated.
1169
1170         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1171         (gst_rtp_g726_depay_process):
1172         Clean up caps negotiation.
1173         Use the marker bit to set the DISCONT flag on outgoing buffers.
1174
1175         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1176         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1177         * gst/rtp/gstrtpg729depay.h:
1178         The subclass will make sure we are negotiated.
1179         Use the marker bit to set the DISCONT flag on outgoing buffers.
1180
1181         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1182         (gst_rtp_gsm_depay_process):
1183         Clean up caps negotiation.
1184         Use the marker bit to set the DISCONT flag on outgoing buffers.
1185
1186         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1187         Clean up caps negotiation.
1188         Don't ignore the return value of set_outcaps.
1189
1190         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1191         (gst_rtp_h263_depay_process):
1192         Clean up caps negotiation.
1193         No need to validate the buffer, the base class does that for us.
1194
1195         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1196         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1197         * gst/rtp/gstrtph263pay.h:
1198         Don't ignore the return value of set_outcaps.
1199         Do some more timestamps.
1200
1201         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1202         (gst_rtp_h263p_depay_process):
1203         Clean up caps negotiation.
1204         Don't ignore the return value of setcaps.
1205         No need to validate the buffer, the base class does that for us.
1206
1207         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1208         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1209         (gst_rtp_h263p_pay_handle_buffer):
1210         * gst/rtp/gstrtph263ppay.h:
1211         Don't ignore the return value of set_outcaps.
1212         Do some more timestamps.
1213
1214         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1215         (gst_rtp_h264_depay_process):
1216         Clean up caps negotiation.
1217         Don't ignore the return value of setcaps.
1218         Fix possible caps leak.
1219         No need to validate the buffer, the base class does that for us.
1220
1221         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1222         Add some more debug info.
1223
1224         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1225         (gst_rtp_ilbc_depay_process):
1226         Clean up caps negotiation.
1227         Use the marker bit to set the DISCONT flag on outgoing buffers.
1228
1229         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1230         Clean up caps negotiation.
1231
1232         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1233         (gst_rtp_mp1s_depay_process):
1234         Clean up caps negotiation.
1235         Don't ignore the return value of setcaps.
1236         No need to validate the buffer, the base class does that for us.
1237         No need to set caps on buffers, subclass does that for us.
1238
1239         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1240         (gst_rtp_mp2t_depay_process):
1241         Clean up caps negotiation.
1242         Don't ignore the return value of setcaps.
1243         No need to validate the buffer, the base class does that for us.
1244         No need to set caps on buffers, subclass does that for us.
1245
1246         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1247         (gst_rtp_mp4a_depay_process):
1248         Clean up caps negotiation.
1249         Don't ignore the return value of setcaps.
1250         No need to validate the buffer, the base class does that for us.
1251
1252         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1253         (gst_rtp_mp4a_pay_setcaps):
1254         Don't ignore the return value of set_outcaps.
1255
1256         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1257         (gst_rtp_mp4g_depay_process):
1258         Clean up caps negotiation.
1259         Don't ignore the return value of setcaps.
1260         No need to validate the buffer, the base class does that for us.
1261         No need to set caps on buffers, subclass does that for us.
1262
1263         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1264         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1265         Don't ignore the return value of set_outcaps.
1266
1267         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1268         (gst_rtp_mp4v_depay_process):
1269         Clean up caps negotiation.
1270         Don't ignore the return value of setcaps.
1271         No need to validate the buffer, the base class does that for us.
1272         No need to set caps on buffers, subclass does that for us.
1273
1274         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1275         (gst_rtp_mp4v_pay_setcaps):
1276         Don't ignore the return value of set_outcaps.
1277
1278         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1279         (gst_rtp_mpa_depay_process):
1280         Clean up caps negotiation.
1281         Don't ignore the return value of setcaps.
1282         No need to validate the buffer, the base class does that for us.
1283         Use the marker bit to set the DISCONT flag on outgoing buffers.
1284
1285         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1286         Don't ignore the return value of set_outcaps.
1287
1288         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1289         (gst_rtp_mpv_depay_process):
1290         Clean up caps negotiation.
1291         Actually set output caps.
1292         No need to validate the buffer, the base class does that for us.
1293
1294         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1295         Don't ignore the return value of set_outcaps.
1296
1297         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1298         (gst_rtp_pcma_depay_process):
1299         Clean up caps negotiation.
1300         Set output buffer duration because we can.
1301         Use the marker bit to set the DISCONT flag on outgoing buffers.
1302
1303         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1304         Don't ignore the return value of set_outcaps.
1305
1306         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1307         (gst_rtp_pcmu_depay_process):
1308         Clean up caps negotiation.
1309         Use the marker bit to set the DISCONT flag on outgoing buffers.
1310
1311         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1312         Don't ignore the return value of set_outcaps.
1313
1314         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1315         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1316         Clean up caps negotiation.
1317         Set output caps on the pad and header buffers.
1318         Set duration on output buffers because we can.
1319
1320         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1321         Don't ignore the return value of set_outcaps.
1322
1323         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1324         (gst_rtp_sv3v_depay_process):
1325         Clean up caps negotiation.
1326         No need to validate the buffer, the base class does that for us.
1327         No need to set caps out output buffers, subclass does that.
1328
1329         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1330         (gst_rtp_theora_depay_process):
1331         Don't ignore the return value of setcaps.
1332         No need to validate the buffer, the base class does that for us.
1333
1334         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1335         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1336         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1337         (gst_rtp_theora_pay_handle_buffer):
1338         Don't ignore the return value of set_outcaps.
1339
1340         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1341         (gst_rtp_vorbis_depay_process):
1342         Don't ignore the return value of setcaps.
1343         No need to validate the buffer, the base class does that for us.
1344
1345         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1346         Don't ignore the return value of set_outcaps.
1347
1348         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1349         Clean up caps negotiation, don't ignore setcaps return.
1350
1351         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1352         Don't ignore the return value of set_outcaps.
1353
1354 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1355
1356         * gst/matroska/matroska-demux.c:
1357         (gst_matroska_demux_handle_src_event):
1358         Forward unknown events upstream.
1359
1360 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1361
1362         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1363         Add some refcount check
1364
1365         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1366         Don't ignore the result of write(), fixes a  compiler warning for me.
1367
1368         * tests/icles/videobox-test.c: (main):
1369         Make the output a little more pretty.
1370
1371 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1372
1373         * ext/esd/esdmon.c:
1374           Add doc blob.
1375
1376 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1377
1378         * docs/plugins/Makefile.am:
1379         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1380         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1381         * docs/plugins/gst-plugins-good-plugins.args:
1382         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1383         * docs/plugins/gst-plugins-good-plugins.interfaces:
1384         * docs/plugins/inspect/plugin-autodetect.xml:
1385           Add the docs of the new elements.
1386
1387 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1388
1389         * gst/autodetect/gstautoaudiosrc.c:
1390         (gst_auto_audio_src_class_init):
1391         * gst/autodetect/gstautovideosrc.c:
1392         (gst_auto_video_src_class_init):
1393         Fix "Since" tags in the documentation.
1394
1395 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1396
1397         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1398
1399         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1400         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1401         Add support for souphttpsrc to act as a live source. This makes it
1402         possible to get timestamped buffers in combination with the
1403         "do-timestamp" property. Fixes bug #556019.
1404
1405 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1406
1407         * gst/autodetect/Makefile.am:
1408         * gst/autodetect/gstautoaudiosink.c:
1409         * gst/autodetect/gstautoaudiosrc.c:
1410         * gst/autodetect/gstautoaudiosrc.h:
1411         * gst/autodetect/gstautodetect.c:
1412         * gst/autodetect/gstautovideosink.c:
1413         * gst/autodetect/gstautovideosrc.c:
1414         * gst/autodetect/gstautovideosrc.h:
1415           Implement src plugins. Little code/string cleanup in the sinks.
1416           Fixes #523813.
1417
1418 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1419
1420         Patch by: Peter Kjellerstedt <pkj at axis com>
1421
1422         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1423         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1424         Fix a memory leak when pads are requested but the pipeline never
1425         goes into PLAYING.
1426
1427         Correctly remove request pads, no matter if they have collected
1428         data or not.
1429
1430         Fixes bug #557710.
1431
1432 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1433
1434         Patch by: <lrn1986 at gmail dot com>
1435
1436         * gst/udp/gstudpnetutils.h:
1437         Define the correct WINVER so getaddinfo() can be used when using
1438         mingw32. Fixes bug #557294.
1439
1440 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1441
1442         Patch by: <lrn1986 at gmail dot com>
1443
1444         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1445         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1446         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1447         Fix "argument type mismatch" compiler warnings on Windows.
1448         Fixes bug #557293.
1449
1450 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1451
1452         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1453         Don't calculate the filter coefficients for every single buffer
1454         but only when it's needed. Fixes bug #557260.
1455
1456 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1457
1458         * configure.ac:
1459         Back to development -> 0.10.11.1
1460
1461 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1462
1463         * gst-plugins-good.doap:
1464         Fix version number of 0.10.11 release in doap file
1465
1466 === release 0.10.11 ===
1467
1468 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1469
1470         * configure.ac:
1471           releasing 0.10.11, "Secondary Consideration"
1472
1473 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1474
1475         * configure.ac:
1476         Commit 0.10.10.4 pre-release
1477
1478 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1479
1480         * gst/avi/gstavimux.c:
1481         Fix VPRP chunk setup in avimux.
1482         Fixes: #556010
1483         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1484
1485 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1486
1487         * gst/videobox/gstvideobox.c:
1488         support dynamically changing properties in videobox
1489         Fixed: #557085
1490         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1491
1492 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1493
1494         * configure.ac:
1495         0.10.10.3 pre-release
1496
1497 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1498
1499         * tests/check/Makefile.am:
1500         Don't run the states test on pulsesrc and pulsesink
1501
1502 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1503
1504         * configure.ac:
1505         Commit 0.10.10.2 pre-release bump that actually went
1506         out on 2008-10-11
1507
1508 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1509
1510         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1511         Skip entries for streams that don't have a output pad yet, thereby
1512         avoiding calling pad functions with a NULL pad.
1513         Fixes #556424
1514
1515 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1516
1517         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1518         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1519         Remove problematic and useless refcount check.
1520         Fixes #556381
1521
1522 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1523
1524         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1525         Remove problematic and useless refcount check.
1526         Fixes #556381
1527
1528 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1529
1530         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1531         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1532         Cast some size_t arguments to guint to avoid compiler
1533         warnings on 64-bit systems.
1534
1535 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1536
1537         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1538         Return TRUE instead of FALSE from the event handler when we swallowed the
1539         event.
1540
1541 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1542
1543         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1544         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1545         Reset header state. Fixes #555321.
1546
1547 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1548
1549         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1550         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1551         * gst/avi/gstavidemux.h:
1552         For timestamping audio packets we need to take into account the
1553         amount of blocks in one entry using the blockalign. Fixes some sync
1554         issues with zero-padded audio blocks in the beginning of avi files.
1555
1556 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1557
1558         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1559         (gst_multi_file_src_query):
1560         Implement DEFAULT and BUFFER position queries. See #555260.
1561
1562 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1563
1564         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1565         Fix build for systems that don't have XDamage.
1566
1567 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1568
1569         * tests/examples/rtp/client-H263p.sdp:
1570         * tests/examples/rtp/client-H263p.sh:
1571         * tests/examples/rtp/server-VTS-H263p.sh:
1572         Add some more H263p server and client examples.
1573
1574 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1575
1576         * configure.ac::
1577           Depend on released versions of core and base.
1578
1579 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1580
1581         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1582         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1583         Return -1 instead of 0 in error cases. Fixes #554771.
1584
1585 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1586
1587         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1588         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1589         Stop leaking the cursor image.
1590         Unref the last_ximage and the cached cursor image on shutdown.
1591         Fixes #551570.
1592
1593 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1594
1595         * sys/v4l2/gstv4l2object.h:
1596         Getting the Class from an instance is not just a matter of casting it to
1597         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1598         instance. Fixes #549784.
1599
1600 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1601
1602         * configure.ac:
1603           Fix libs for linking directsound.
1604         * sys/directsound/gstdirectsoundsink.c:
1605           Fix buffer sizing to prevent racing the ringbuffer at startup.
1606           Add volume property.
1607
1608 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1609
1610         * ext/pulse/pulsesink.c:
1611         Fix problems with pulsesink randomly erroring with code 'OK' after a
1612         format change on the stream by waiting when disconnecting the stream.
1613
1614 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1615
1616         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1617         (gst_rtp_amr_depay_process):
1618         Mark DISCONT on output buffers when the marker bit signals a new talk
1619         spurt.
1620
1621         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1622         Set the marker bit for buffers with a DISCONT flag to signal a talk
1623         spurt.
1624
1625 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1626
1627         * gst/rtp/Makefile.am:
1628         * gst/rtp/gstrtp.c: (plugin_init):
1629         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1630         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1631         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1632         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1633         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1634         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1635         * gst/rtp/gstrtpmp4apay.h:
1636         Added MP4A-LATM payloader to match the depayloader.
1637
1638 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1639
1640         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1641         (gst_videomixer_sink_event):
1642         Handle segments a little better. Fixes #537361.
1643
1644 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1645
1646         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1647         Don't assume the server supports PAUSE by default. Fixes #551048.
1648
1649 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1650
1651         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1652         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1653         Switch on the socket family to get the addrlen size right.
1654
1655 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1656
1657         Patch by: Daniel Franke <df at dfranke dot us>
1658
1659         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1660         OS X's bind() implementation is picky about its addrlen parameter and
1661         fails with EINVAL if it is larger than expected for the socket's address
1662         family. Set the length to the expected length instead. Fixes #553191.
1663
1664 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1665
1666         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1667         Handle the case where we cannot do desribe or when the describe result
1668         does not contain a valid SDP message.
1669
1670 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1671
1672         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1673         Fix setting the qos.
1674
1675 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1676
1677         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1678         (gst_qtdemux_chain):
1679         Some 'broken' files out there have atom lengths of zero...
1680         which basically results in qtdemux consuming that atom again and again
1681         until the *end of night* !
1682         Detect that and emits an adequate element error message.
1683
1684 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1685
1686         * gst/interleave/Makefile.am:
1687         * gst/matroska/Makefile.am:
1688         Fix build flags order.
1689
1690         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1691         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1692         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1693         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1694         Format fixes.
1695
1696         * tests/check/elements/multifile.c:
1697         Pull in unistd.h
1698
1699 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1700
1701         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1702         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1703         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1704         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1705         (gst_rtp_mp4g_depay_change_state):
1706         * gst/rtp/gstrtpmp4gdepay.h:
1707         Handle interleaved streams by reordering AU in a queue.
1708
1709 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1710
1711         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1712         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1713         Change some of the ranges in the caps, mostly for the amount of bits we
1714         can use.
1715         Added a little bitstream parse and use it to parse the AU header fields.
1716         Check for malformed and wrongly sized packets better.
1717         Implement more header field parsing.
1718         Handle the size of fragmented packets correctly.
1719
1720 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1721
1722         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1723         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1724         Add mapping for 'tiff' => image/tiff
1725         Fixes #552213
1726
1727 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1728
1729
1730         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1731         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1732           Pretend to care about the result of write() which works around
1733           compiler warnings.
1734
1735 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1736
1737         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1738           Make sure the desired default values are actually set, not only
1739           registered as defaults (actual problem is that the stereo-specific
1740           values are only updated if channels==2, which is not the case yet
1741           when the object is created, so the default values for the
1742           mid-side-stereo and loose-mid-side-stereo settings are never
1743           set in _update_quality()). Makes flacenc create smaller files by
1744           default (for stereo input), and fixes #550791.
1745
1746 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1747
1748         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1749         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1750         (qtdemux_parse_trak), (qtdemux_video_caps):
1751         * gst/qtdemux/qtdemux.h:
1752         * gst/qtdemux/qtdemux_fourcc.h:
1753         * gst/qtdemux/qtdemux_types.c:
1754         Add support for video/mj2 mime-type and its additional atoms/boxes.
1755         Fixes #550646.
1756
1757 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1758
1759         * gst/debug/gsttaginject.c:
1760           Add warning when tags parameter is unparsable and give example for
1761           quoting in the docs.
1762
1763 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1764
1765         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1766         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1767         Add some alternative byteswapped mappings that seem to pop up sometimes.
1768         Fixes #550288.
1769
1770 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1771
1772         * po/LINGUAS:
1773         * po/POTFILES.in:
1774         * po/POTFILES.skip:
1775           Add 'ca' to LINGUAS; add some more files with translations and some
1776           files which should be ignored by translation tools.
1777
1778 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1779
1780         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1781         * ext/speex/gstspeexdec.h:
1782         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1783         * ext/speex/gstspeexenc.h:
1784         Use integer encoding and decoding functions instead of converting
1785         the integer input to float in the element. The libspeex integer
1786         functions are doing this for us already or, if libspeex was compiled
1787         in integer mode, they're doing everything using integer arithmetics.
1788         Also saves some copying around.
1789
1790 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1791
1792         * configure.ac:
1793           Fix --disable-external
1794
1795 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1796
1797         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1798         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1799         * ext/wavpack/gstwavpackenc.h:
1800         Handle non-zero start timestamps and stream discontinuities
1801         correctly. This only has an effect if we're muxing into
1802         a container format as the raw WavPack stream must contain
1803         continous sample numbers.
1804
1805 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1806
1807         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1808         Correct the timestamp and granulepos calculation by one Speex
1809         frame.
1810
1811 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1812
1813         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1814         Correctly take the granulepos from upstream if possible and
1815         correctly handle the granulepos in various calculations: the
1816         granulepos is the sample number of the _last_ sample in a frame, not
1817         the first.
1818
1819         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1820         (gst_speex_enc_encode), (gst_speex_enc_chain),
1821         (gst_speex_enc_change_state):
1822         * ext/speex/gstspeexenc.h:
1823         Handle non-zero start timestamps in the encoder and detect/handle
1824         stream discontinuities. Fixes bug #547075.
1825
1826 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1827
1828         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1829
1830         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1831         Fix compiler warnings caused by passing a string as format string
1832         instead of "%s" and then the string. This is only exposed by -Wformat=2
1833         as used by default on Ubuntu. Fixes bug #550015.
1834
1835 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1836
1837         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1838         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1839         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1840         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1841         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1842           (gst_ebml_read_element_length):
1843         * gst/matroska/matroska-demux.c:
1844           (gst_matroska_demux_check_subtitle_buffer):
1845           Make stuff compile with GST_DISABLE_GST_DEBUG.
1846
1847 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1848
1849         * gst/law/alaw.c:
1850         * gst/law/mulaw.c:
1851           Ref caps before passing to gst_pad_template_new(), since that takes
1852           ownership.
1853
1854 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1855
1856         Patch by: Mersad Jelacic <mersad at axis dot com>
1857
1858         * gst/multipart/multipartdemux.c:
1859         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1860         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1861         demuxer. Fixes #549551.
1862
1863 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1864
1865         * sys/osxaudio/gstosxaudiosink.c:
1866         (gst_osx_audio_sink_select_device):
1867         * sys/osxaudio/gstosxaudiosrc.c:
1868         (gst_osx_audio_src_create_ringbuffer),
1869         (gst_osx_audio_src_select_device):
1870         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1871         Fix the build on macosx.
1872
1873 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1874
1875         * gst/icydemux/gsticydemux.c:
1876           Small docs fix: in the example pipeline, we need to pass
1877           iradio-mode=true to the source, so the server actually sends
1878           an ICY stream.
1879
1880 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1881
1882         * sys/osxaudio/gstosxaudio.c:
1883           Oops. Revert more completely.
1884
1885 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1886
1887         * sys/osxaudio/gstosxaudio.c:
1888           Revert accidental element rename from testing.
1889
1890 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1891
1892         * gst-plugins-good.doap:
1893         Pull in 0.10.10 doap entry from release branch
1894
1895 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1896
1897         * configure.ac:
1898         Update version number to reflect 0.10.10 release from
1899         branch.
1900
1901 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1902
1903         * sys/osxaudio/Makefile.am:
1904         * sys/osxaudio/gstosxaudio.c:
1905         * sys/osxaudio/gstosxaudiosink.c:
1906         * sys/osxaudio/gstosxaudiosink.h:
1907         * sys/osxaudio/gstosxaudiosrc.c:
1908         * sys/osxaudio/gstosxaudiosrc.h:
1909         * sys/osxaudio/gstosxringbuffer.c:
1910         * sys/osxaudio/gstosxringbuffer.h:
1911           Rewrite caps setting and ring buffer initialisation.
1912           Previously we never told CoreAudio what format we were going to send it,
1913           so it only worked due to luck, and not at all on some hardware.
1914           Now we explicitly advertise what formats the hardware supports, and then
1915           configure the selected one correctly.
1916
1917 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1918
1919         * sys/v4l2/gstv4l2object.c:
1920         * sys/v4l2/gstv4l2src.c:
1921         * sys/v4l2/gstv4l2src.h:
1922         * sys/v4l2/v4l2_calls.c:
1923         * sys/v4l2/v4l2src_calls.c:
1924           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1925           need to memset instance structures. Some more FIXME's and comments.
1926
1927 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1928
1929         * tests/icles/.cvsignore:
1930           Ignore more.
1931
1932 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1933
1934         * gst/goom/.cvsignore:
1935         * gst/goom2k1/.cvsignore:
1936           Ignore files.
1937
1938 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1939
1940         * ext/cairo/gsttextoverlay.c:
1941           Fix compiler warning.
1942
1943 2008-08-25  David Schleef  <ds@schleef.org>
1944
1945         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1946
1947 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1948
1949         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1950         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1951         * gst/matroska/matroska-mux.c:
1952         (gst_matroska_mux_video_pad_setcaps),
1953         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1954         Add Real[Audio|Video] support to Matroska containers.
1955         It works fine for:
1956         * decoding real audio/video streams contained in mkv
1957         * 'transmuxing' real (.rm) files into .mkv files
1958         It will not work though for encoding real[audio/video] streams that
1959         don't contain the 'mdpr_data' extra data on the caps.
1960         The reason why this will not work is because I never intended to
1961         duplicate virtually all the 'mdpr' block creation into mkvmux.
1962         Fixes #536067
1963
1964 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1965
1966         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1967         * gst/law/mulaw-conversion.c:
1968         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1969         (gst_mulawenc_chain):
1970         The encoder can't really renegotiate at the time they perform a
1971         pad-alloc so make the srcpads use fixed caps.
1972         Check the buffer size after a pad-alloc because the returned size might
1973         not be right when the downstream element does not know the size of the
1974         new buffer (capsfilter). Fixes #549073.
1975
1976 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1977
1978         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1979
1980         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1981         v4l2src doesn't have a property named "norm" so don't try to notify
1982         about changes to that property. The "norm" property and related
1983         code are commented out currently. Fixes bug #549090.
1984
1985 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1986
1987         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1988
1989         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1990         Reprobe devices again instead of taking a cached list as new
1991         devices could've been plugged in. Fixes bug #549062.
1992
1993 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1994
1995         * gst/autodetect/Makefile.am:
1996         Don't link the autodetect plugin with GConf as it doesn't
1997         use GConf. Fixes bug #545463.
1998
1999 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2000
2001         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2002         (gst_ebml_read_element_length), (gst_ebml_read_uint),
2003         (gst_ebml_read_sint), (gst_ebml_read_float),
2004         (gst_ebml_read_header):
2005         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
2006         possible to ignore errors and not post any ERROR messages on
2007         the bus.
2008
2009         * gst/matroska/matroska-demux.c:
2010         (gst_matroska_demux_parse_contents):
2011         Ignore any errors and not just EOS when parsing the contents of
2012         a SeekHead. Errors here are usually caused by truncated files
2013         and playback of the file works fine. Fixes playback of the
2014         audio_only_chapter_seekbroken.mka file from the MPlayer samples
2015         archive.
2016
2017 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2018
2019         * gst/multipart/multipartdemux.c:
2020         * gst/multipart/multipartmux.c:
2021         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
2022
2023 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2024
2025         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
2026           gst_directdraw_sink_bufferpool_clear):
2027           Fix two more buffer ref leaks.
2028
2029 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
2030
2031         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2032
2033         * sys/directdraw/gstdirectdrawsink.c:
2034           (gst_directdraw_sink_show_frame):
2035           Fix buffer ref leak.
2036
2037 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2038
2039         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2040         Revert the last commit. wavenc still supports width!=depth for 32 bit
2041         width. Thanks Tim.
2042
2043 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2044
2045         * gst/matroska/matroska-demux.c:
2046         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2047         If the duration of a block is unknown only use the timestamp for the
2048         first lace and use GST_CLOCK_TIME_NONE as duration for the following
2049         laces. Otherwise every lace has the same timestamp which leads to
2050         various problems. Really fixes bug #548831.
2051
2052 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2053
2054         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2055         If we're not allowing width!=depth in wavenc we should also disable
2056         the code that was added to support width!=depth.
2057
2058 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2059
2060         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2061         Don't calculate the default duration of a frame from the audio sampling
2062         rate. This only works for raw audio if every frame contains a single
2063         sample and results in broken buffer durations for other formats
2064         if no specified default duration is given or the blocks have no
2065         duration. Fixes bug #548831.
2066
2067 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2068
2069         * gst/matroska/matroska-demux.c:
2070         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2071         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
2072         are used for text/plain subtitles as a gap-filler in some files.
2073
2074 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2075
2076         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2077         (gst_v4l2_get_caps_info):
2078         Add S910 and PWC formats with a low priority.
2079
2080         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
2081         (gst_v4l2src_probe_caps_for_format):
2082         Add more debugging.
2083
2084 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
2085
2086         * ext/flac/gstflacenc.c:
2087           Fix compilation against older libflac versions.
2088
2089 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2090
2091         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
2092         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
2093         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2094         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
2095         (gst_pulsemixer_ctrl_set_volume):
2096         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
2097         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
2098         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2099         (gst_pulsesink_init), (gst_pulsesink_open),
2100         (gst_pulsesink_prepare), (gst_pulsesink_write),
2101         (gst_pulsesink_delay), (gst_pulsesink_reset):
2102         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2103         (gst_pulsesrc_init):
2104         Use GST_BOILERPLATE everywhere and fix coding style at some places.
2105         Fix a locking issue in pulsesink's prepare function.
2106
2107         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
2108         Check if the created channel layout is valid for GStreamer.
2109
2110 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2111
2112         * gst/rtsp/gstrtspgoogle.c:
2113         Things that can happen when your brain is in google mode trying to
2114         deal with their google rtsp server extensions and trying to type your
2115         google mail account.
2116
2117 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2118
2119         * gst/rtsp/Makefile.am:
2120         * gst/rtsp/gstrtsp.c: (plugin_init):
2121         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
2122         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
2123         (_do_init), (gst_rtsp_google_base_init),
2124         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
2125         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
2126         (gst_rtsp_google_extension_init):
2127         * gst/rtsp/gstrtspgoogle.h:
2128         Add google RTSP extension, it can only handle udp and responds with
2129         unsupported if we do anything else. Fixes #546465.
2130
2131         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
2132         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
2133         (gst_rtspsrc_create_transports_string),
2134         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2135         (gst_rtspsrc_close), (gst_rtspsrc_pause):
2136         Make transport setup code a bit better using GString.
2137         Add some more debug.
2138         Check for closed connections before doing anything on them.
2139
2140 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2141
2142         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2143         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2144         (gst_pulsesrc_prepare):
2145         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2146         (gst_pulse_channel_map_to_gst):
2147         * ext/pulse/pulseutil.h:
2148         If downstream provides no channel layout and >2 channels should be
2149         used use the default layout that pulseaudio chooses and also
2150         add this layout to the caps. Fixes bug #547258.
2151
2152 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2153
2154         Patch by: Peter Kjellerstedt <pkj at axis com>
2155
2156         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2157         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2158         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2159         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2160         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2161         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2162         (gst_udpsrc_set_property):
2163         Avoid leaking internally allocated file descriptors when setting
2164         custom file descriptors. Fixes #543101.
2165
2166 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2167
2168         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2169         Don't try to configure RTCP back to the server when the server did not
2170         give us a valid port number.
2171
2172 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2173
2174         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2175         Use new basetransform method to renegotiate. Fixes #544956.
2176
2177         * tests/icles/Makefile.am:
2178         * tests/icles/videobox-test.c: (make_pipeline), (main):
2179         Add videobox renegotiation example.
2180
2181 2008-08-19  David Schleef  <ds@schleef.org>
2182
2183         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2184         with sane values.  Fixes #548530.
2185
2186 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2187
2188         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2189         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2190         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2191         are already filled with the correct values by
2192         gst_ring_buffer_parse_caps() so there's no need to set them again
2193         with wrong values.
2194
2195 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2196
2197         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2198         (gst_avi_demux_read_subindexes_push):
2199         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2200         and instead of using the 'ix##' nomenclature, use '##ix'.
2201         They're still valid though, this fixes the duration and indexes for
2202         virtually all the ODML files I have.
2203
2204 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2205
2206         Patch by: Olivier Crete <tester at tester dot ca>
2207
2208         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2209         (gst_rtp_vorbis_depay_process):
2210         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2211         Update the vorbis RTP pay/depay to RFC 5215.
2212         Fixes #547842.
2213
2214 2008-08-14  David Schleef  <ds@schleef.org>
2215
2216         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2217           with 3:2 pulldown, i.e., 24p.
2218
2219 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2220
2221         * tests/check/elements/level.c: (GST_START_TEST):
2222         Fix compilation some more.
2223
2224 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2225
2226         * configure.ac::
2227           Require -base CVS for wavparse acid chunk parsing.
2228
2229 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2230
2231         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2232         (gst_pulsesink_init), (gst_pulsesink_finalize),
2233         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2234         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2235         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2236         * ext/pulse/pulsesink.h:
2237         Add "device-name" property to pulsesink too and currently commented
2238         out and not working support for a "volume" property.
2239
2240 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2241
2242         * configure.ac:
2243         Remove more cdio stuff (moved to ugly)
2244
2245 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2246
2247         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2248
2249         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2250         (gst_pulsesrc_get_property):
2251         Add "device-name" property, which provides a human readable string
2252         for the audio device, to make it more consisten with other audio
2253         sources. Fixes bug #547519.
2254
2255 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2256
2257         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2258         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2259         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2260         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2261         * ext/pulse/pulsemixerctrl.h:
2262         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2263         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2264         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2265         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2266         * ext/pulse/pulseprobe.h:
2267         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2268         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2269         (gst_pulsesrc_change_state):
2270         Improve debugging a bit by including the parent object in pulsemixerctrl
2271         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2272         GST_WARNING.
2273
2274         Use the parent GObject subclass instead of a random struct as GObject
2275         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2276         when probing for another property than "device".
2277
2278 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2279
2280         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2281
2282         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2283         Fix property probing after the device property is set by calling
2284         set_server when the server property changes. Fixes bug #547518.
2285
2286 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2287
2288         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2289
2290         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2291         (gst_pulsesink_implements_interface_init),
2292         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2293         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2294         (gst_pulsesink_get_type):
2295         * ext/pulse/pulsesink.h:
2296         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2297         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2298         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2299         * ext/pulse/pulsesrc.h:
2300         Implement GstPropertyProbe interface on pulsesink for detecting
2301         sink devices and on pulsesrc for detecting source devices.
2302         Fixes bugs #547227 and #547217.
2303
2304 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2305
2306         * gst/spectrum/gstspectrum.c:
2307           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2308
2309 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2310
2311         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2312         Properly set the maximum latency value, in the same way it is done in
2313         v4lsrc.
2314         * sys/v4l2/v4l2src_calls.c:
2315         Simplify fraction equality check, no need to use GValues for this.
2316
2317 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2318
2319         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2320         Add warning messages stating exactly why the latency query failed.
2321         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2322         In some cases, the negotiated framerate might be the default one which
2323         is already set internally. But we still need to mark it down in fps_n
2324         and fps_d so that the latency query can happen properly.
2325
2326 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2327
2328         * docs/plugins/inspect/plugin-1394.xml:
2329         Whoops, forgot one doc file for people who can't/don't build the
2330         raw1394 plugin.
2331
2332 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2333
2334         * docs/plugins/Makefile.am:
2335         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2336         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2337         * docs/plugins/inspect/plugin-cdio.xml:
2338         * ext/Makefile.am:
2339         * ext/cdio/Makefile.am:
2340         * ext/cdio/gstcdio.c:
2341         * ext/cdio/gstcdio.h:
2342         * ext/cdio/gstcdiocddasrc.c:
2343         * ext/cdio/gstcdiocddasrc.h:
2344
2345         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2346         CDDA source to -ugly.
2347
2348         * po/LINGUAS:
2349         * po/POTFILES.in:
2350         * po/id.po:
2351         Pull in new translation from 0.10.9.2 release branch.
2352
2353 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2354
2355         * docs/plugins/Makefile.am:
2356         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2357         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2358         * docs/plugins/gst-plugins-good-plugins.args:
2359         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2360         * docs/plugins/gst-plugins-good-plugins.interfaces:
2361         Integrate documentation for new hdv1394src element.
2362
2363 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2364
2365         * ext/raw1394/Makefile.am:
2366         * ext/raw1394/gst1394.c: (plugin_init):
2367         * ext/raw1394/gsthdv1394src.c: (_do_init),
2368         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2369         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2370         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2371         (gst_hdv1394src_from_raw1394handle),
2372         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2373         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2374         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2375         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2376         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2377         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2378         (gst_hdv1394src_uri_handler_init):
2379         * ext/raw1394/gsthdv1394src.h:
2380         mpeg2-ts (HDV) variant of firewire capture element.
2381         Fixes #350830
2382
2383 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2384
2385         * gst/level/gstlevel.c: (gst_level_message_new):
2386          Fix compilation (also known as the classic 'fix code that someone
2387          committed without compiling it first').
2388
2389 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2390
2391         * tests/check/elements/level.c:
2392           Add a test for level in stereo mode.
2393
2394 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2395
2396         * tests/examples/spectrum/demo-audiotest.c:
2397         * tests/examples/spectrum/demo-osssrc.c:
2398           Demo how to draw analyzer results synced to the clock.
2399
2400 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2401
2402         * gst/level/gstlevel.c:
2403           Little renaming (l -> level).
2404
2405         * gst/spectrum/gstspectrum.c:
2406         * gst/spectrum/gstspectrum.h:
2407           Also send full timestamp/duration details here.
2408
2409 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2410
2411         * gst/level/gstlevel.c:
2412         * gst/level/gstlevel.h:
2413           Send same timestamp/duration details as videoanalysis. This gives
2414           applications better chance to sync analysis results with playback.
2415
2416 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2417
2418         * gst/matroska/matroska-mux.c:
2419         (gst_matroska_mux_handle_sink_event),
2420         (flac_streamheader_to_codecdata):
2421         We need to drop one additional buffer for FLAC as the fLaC
2422         marker and STREAMINFO block are merged into one buffer in the caps.
2423
2424         Also don't pretend to support NEWSEGMENT events, otherwise we
2425         will most probably write some invalid data.
2426
2427 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2428
2429         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2430         (gst_matroska_mux_audio_pad_setcaps):
2431         Add support for muxing FLAC into Matroska containers.
2432         Fixes bug #311586.
2433
2434 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2435
2436         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2437         Actually provide the variables required for the format string.
2438
2439 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2440
2441         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2442         (gst_matroska_demux_element_send_event),
2443         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2444         * gst/matroska/matroska-demux.h:
2445         Close the current segment if we're doing a non-flushing seek and send
2446         the close-segment and the new segment of the seek from the streaming
2447         thread.
2448
2449 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2450
2451         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2452         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2453         (gst_flac_enc_change_state):
2454         * ext/flac/gstflacenc.h:
2455         Handle non-zero start timestamps correctly, mark header packets as
2456         IN_CAPS and print a warning and suggest using audiorate if stream
2457         discontinuities are detected. When FLAC supports flushing the encoder
2458         somehow this should be done for discontinuities instead.
2459
2460         Remove some unused variables from the instance struct.
2461
2462 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2463
2464         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2465         If seeking failed return the appropiate return value to FLAC.
2466         Otherwise it thinks seeking was successfull and tries to rewrite
2467         parts of the headers which then get appended to the output.
2468
2469 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2470
2471         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2472
2473         * ext/esd/gstesd.c: (plugin_init):
2474         * ext/flac/gstflac.c: (plugin_init):
2475         * ext/shout2/gstshout2.c: (plugin_init):
2476         * ext/wavpack/gstwavpack.c: (plugin_init):
2477         * sys/oss/gstossaudio.c: (plugin_init):
2478         * sys/v4l2/gstv4l2.c: (plugin_init):
2479         Make sure gettext returns translations in UTF-8 encoding rather
2480         than in the current locale encoding (#546822).
2481
2482 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2483
2484         * ext/flac/gstflacdec.c:
2485         Add FIXME for 0.11 to simply output everything with width=32 as given
2486         by FLAC and let audioconvert handle the conversions instead of doing
2487         them in flacdec.
2488
2489 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2490
2491         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2492         When outputting a pad template range for the size, include a framerate
2493         range too, to avoid 'not a real subset of template caps' errors.
2494
2495 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2496
2497         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2498
2499         * ext/flac/Makefile.am:
2500         * ext/flac/gstflac.c: (plugin_init):
2501         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2502         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2503         (gst_flac_tag_dispose), (gst_flac_tag_init),
2504         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2505         (gst_flac_tag_change_state):
2506         * ext/flac/gstflactag.h:
2507         Port flactag to 0.10, add documentation for it and clean it up a bit.
2508         Fixes bug #413841.
2509
2510         * docs/plugins/Makefile.am:
2511         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2512         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2513         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2514         * docs/plugins/gst-plugins-good-plugins.interfaces:
2515         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2516         * docs/plugins/inspect/plugin-flac.xml:
2517         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2518         * ext/flac/gstflacdec.h:
2519         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2520         * ext/flac/gstflacenc.h:
2521         Add flactag and flacenc to the documentation and mark
2522         the private parts of the flacdec instance structure as private.
2523
2524         Also use gst_element_class_set_details_simple() in flacdec and
2525         flacenc.
2526
2527 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2528
2529         * gst/qtdemux/qtdemux.c:
2530           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2531           for it but ffmpeg does not.
2532
2533 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2534
2535         * gst/wavparse/gstwavparse.c:
2536           Handle the list chunk and use gst_riff_parse_info() to parse the info
2537           sub-chunk.
2538
2539 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2540
2541         * gst/wavparse/gstwavparse.c:
2542           Handle the acid chunk and send tempo as part of tags. Other fields are
2543           interesting too, but need more tag-definitions. Fixes #545433.
2544
2545 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2546
2547         * gst/wavparse/gstwavparse.c:
2548           Refactor wavparse. Call _reset() from dispose() and move old code from
2549           dispose into reset. This way we don't leak taglists when we abort
2550           parsing. Fix some comments. Move code for skipping a chunk into extra
2551           function. Replace chunk sizes with a const to ease readability.         
2552
2553 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2554
2555         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2556
2557         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2558         Improve udp port setup. Fixes #545710.
2559
2560 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2561
2562         * gst/rtp/Makefile.am:
2563         * gst/rtp/gstrtp.c: (plugin_init):
2564         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2565         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2566         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2567         (gst_rtp_mp1s_depay_set_property),
2568         (gst_rtp_mp1s_depay_get_property),
2569         (gst_rtp_mp1s_depay_change_state),
2570         (gst_rtp_mp1s_depay_plugin_init):
2571         * gst/rtp/gstrtpmp1sdepay.h:
2572         Add MP1S depayloader.
2573
2574         * gst/rtsp/URLS:
2575         Some more sample rtsp streams.
2576
2577 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2578
2579         * gst/rtsp/URLS:
2580         Add another URL.
2581
2582         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2583         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2584         Add some more debug info.
2585
2586 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2587
2588         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2589         Provide cbSize field for audio extra_data size, and take care to
2590         pad extra_data.
2591
2592 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2593
2594         * gst/qtdemux/qtdemux.c:
2595           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2596           TRUE.
2597
2598 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2599
2600         * gst/qtdemux/qtdemux.c:
2601         * gst/qtdemux/qtdemux_fourcc.h:
2602           Add keyword tag support. Fixes #520694 for qtdemux.
2603
2604 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2605
2606         * gst/qtdemux/qtdemux.c:
2607           Add support for tmpo tag (BPM).
2608
2609 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2610
2611         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2612         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2613         Set an estimate for the total number of samples that will be encoded
2614         if possible to help decoders if the streaminfo can't be rewritten
2615         later (like when muxing into Ogg containers).
2616
2617         Add a warning if we get header packets after data packets as those
2618         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2619         work.
2620
2621 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2622
2623         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2624         (gst_flac_dec_write):
2625         Support decoding of all depths between 4 and 32 bits and read the
2626         depth from the streaminfo header if needed. Also support all sampling
2627         rates between 1 and 655350 Hz.
2628
2629         * ext/flac/gstflacenc.c:
2630         (gst_flac_enc_caps_append_structure_with_widths),
2631         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2632         (gst_flac_enc_chain):
2633         * ext/flac/gstflacenc.h:
2634         Support encoding in all bit depths supported by the streamable
2635         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2636         between 1 Hz and 655350 Hz.
2637
2638 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2639
2640         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2641         (gst_flac_enc_sink_getcaps):
2642         Support encoding of up to 8 channels.
2643
2644 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2645
2646         * ext/soup/gstsouphttpsrc.c:
2647         * ext/soup/gstsouphttpsrc.h:
2648         Fix seeking race condition in #540300
2649         Patch By: Wouter Cloetens  <wouter at mind be>
2650
2651 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2652
2653         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2654         (gst_matroska_demux_element_send_event),
2655         (gst_matroska_demux_handle_seek_event),
2656         (gst_matroska_demux_handle_src_event):
2657         When receiving a SEEK event on a specific pad first search for a seek
2658         table entry for the stream of the pad and then fall back to an entry
2659         for a different stream.
2660
2661 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2662
2663         * configure.ac:
2664         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2665         * gst/matroska/matroska-ids.h:
2666         Build depend on core CVS for the attachment tag.
2667
2668 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2669
2670         * configure.ac:
2671         * gst/matroska/Makefile.am:
2672         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2673         (copy_backptr), (lzo1x_decode), (main):
2674         * gst/matroska/lzo.h:
2675         * gst/matroska/matroska-demux.c:
2676         (gst_matroska_demux_read_track_encoding),
2677         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2678         (gst_matroska_decode_buffer),
2679         (gst_matroska_decode_content_encodings),
2680         (gst_matroska_demux_read_track_encodings),
2681         (gst_matroska_demux_add_stream),
2682         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2683         * gst/matroska/matroska-ids.h:
2684         Decode the codec private data and following ContentEncoding if
2685         necessary.
2686
2687         Support bzip2, lzo and header stripped compression. For lzo use the
2688         ffmpeg lzo implementation as liblzo is GPL licensed.
2689         
2690         Fix zlib decompression.
2691
2692 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2693
2694         * gst/matroska/matroska-mux.c:
2695         (gst_matroska_mux_audio_pad_setcaps):
2696         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2697         duration of a frame with the new mpegaudioversion caps field.
2698
2699 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2700
2701         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2702         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2703         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2704         (gst_matroska_demux_stream_from_num),
2705         (gst_matroska_demux_tracknumber_unique),
2706         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2707         (gst_matroska_demux_handle_seek_event),
2708         (gst_matroska_demux_sync_streams),
2709         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2710         (gst_matroska_demux_loop):
2711         * gst/matroska/matroska-demux.h:
2712         Allow an infinite number of stream inside Matroska containers and use
2713         a GPtrArray for storing them instead of allowing "only" 127 streams.
2714
2715 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2716
2717         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2718         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2719         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2720         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2721         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2722         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2723         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2724         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2725         (gst_ebml_read_master), (gst_ebml_read_binary),
2726         (gst_ebml_read_header):
2727         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2728         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2729         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2730         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2731         (gst_ebml_replace_uint):
2732         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2733         (gst_matroska_demux_read_track_encoding),
2734         (gst_matroska_demux_read_track_encodings),
2735         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2736         (gst_matroska_demux_send_event),
2737         (gst_matroska_demux_element_send_event),
2738         (gst_matroska_demux_handle_seek_event),
2739         (gst_matroska_demux_handle_src_event),
2740         (gst_matroska_demux_init_stream),
2741         (gst_matroska_demux_parse_tracks),
2742         (gst_matroska_demux_parse_index_cuetrack),
2743         (gst_matroska_demux_parse_index_pointentry),
2744         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2745         (gst_matroska_demux_parse_metadata_id_simple_tag),
2746         (gst_matroska_demux_parse_metadata_id_tag),
2747         (gst_matroska_demux_parse_metadata),
2748         (gst_matroska_demux_parse_attached_file),
2749         (gst_matroska_demux_parse_attachments),
2750         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2751         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2752         (gst_matroska_demux_push_flac_codec_priv_data),
2753         (gst_matroska_demux_push_xiph_codec_priv_data),
2754         (gst_matroska_demux_push_dvd_clut_change_event),
2755         (gst_matroska_demux_add_mpeg_seq_header),
2756         (gst_matroska_demux_add_wvpk_header),
2757         (gst_matroska_demux_check_subtitle_buffer),
2758         (gst_matroska_decode_buffer),
2759         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2760         (gst_matroska_demux_parse_cluster),
2761         (gst_matroska_demux_parse_contents_seekentry),
2762         (gst_matroska_demux_parse_contents),
2763         (gst_matroska_demux_loop_stream_parse_id),
2764         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2765         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2766         (gst_matroska_demux_subtitle_caps),
2767         (gst_matroska_demux_change_state):
2768         * gst/matroska/matroska-ids.c:
2769         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2770         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2771         (gst_matroska_mux_video_pad_setcaps),
2772         (xiph3_streamheader_to_codecdata),
2773         (vorbis_streamheader_to_codecdata),
2774         (theora_streamheader_to_codecdata),
2775         (gst_matroska_mux_audio_pad_setcaps),
2776         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2777         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2778         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2779         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2780         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2781         Fix indention everywhere. A broken indent version has added newlines
2782         after every single declaration some time ago.
2783
2784 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2785
2786         * gst/matroska/matroska-demux.c:
2787         (gst_matroska_demux_loop_stream_parse_id):
2788         If no Tracks are found error out instead of trying it again until the
2789         end of time.
2790
2791 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2792
2793         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2794         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2795         bit and signed otherwise, not the other way around.
2796
2797 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2798
2799         * gst/matroska/matroska-mux.c:
2800         Add more raw YUV formats to the list of supported formats.
2801
2802 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2803
2804         * gst/matroska/matroska-mux.c:
2805         (gst_matroska_mux_audio_pad_setcaps):
2806         Add support for muxing raw float audio now that the spec defines the
2807         endianness and add support for muxing raw integer audio with 24 and
2808         32 bits.
2809
2810         Allow muxing of more than 8 audio channels.
2811
2812 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2813
2814         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2815         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2816         Add locking to the global array of used track UIDs to prevent random
2817         crashes if more than a single matrosmux instance is used.
2818
2819         Use 64 bit values for the track UIDs.
2820
2821         Use the global GRandom of GLib instead of creating our own one
2822         for the few random numbers we need every single time.
2823
2824 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2825
2826         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2827         (gst_flac_dec_setup_stream_decoder),
2828         (gst_flac_dec_update_metadata):
2829         Always post the audio-codec tag, not only if other tags are present.
2830
2831 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2832
2833         * configure.ac:
2834         Back to development -> 0.10.9.1
2835
2836 === release 0.10.9 ===
2837
2838 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2839
2840         * configure.ac:
2841           releasing 0.10.9, "Steam Train Rolling"
2842
2843 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2844
2845         * ext/soup/gstsouphttpsrc.c:
2846         Don't throw an error when soup completes a msg with status
2847         'cancelled', as that indicates we cancelled a request while
2848         shutting down or seeking, and it's not an error.
2849         Fixes: #540300 again.
2850
2851 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2852
2853         * configure.ac:
2854         0.10.8.4 pre-release
2855
2856 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2857
2858         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2859         Fix segment-stop regression.
2860         Add documentation regarding segments in quicktime files by Wim Taymans.
2861         Fixes #544509
2862
2863 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2864
2865         * configure.ac:
2866         0.10.8.3 pre-release
2867
2868         * po/LINGUAS:
2869         * po/pt_BR.po:
2870         Add pt_BR translation
2871
2872 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2873
2874         * gst/goom/convolve_fx.c:
2875         * gst/goom/filters.c:
2876         * gst/goom/goom_config.h:
2877         * gst/goom/goom_core.c:
2878         * gst/goom/goom_tools.h:
2879           Fix build with MSVC: include glib.h to define inline appropriately,
2880           use header guards where needed.
2881         * gst/udp/gstudpnetutils.c:
2882         * gst/udp/gstudpsrc.c:
2883           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2884           g_snprintf rather than snprintf.
2885           Fixes #544433.
2886
2887 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2888
2889         * gst/debug/gsttaginject.c:
2890         * gst/debug/gsttaginject.h:
2891           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2892           partially.
2893
2894 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2895
2896         * configure.ac:
2897         0.10.8.2 pre-release
2898
2899 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2900
2901         * ext/Makefile.am:
2902         Finish hooking up pulseaudio plugin to the build.
2903
2904         * ext/pulse/pulsemixerctrl.c:
2905         Fix compilation error.
2906
2907 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2908
2909         * po/LINGUAS:
2910         * po/lt.po:
2911         Add new lithunian translation, and add french to the LINGUAS
2912         file.
2913
2914 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2915
2916         * ext/soup/gstsouphttpsrc.c:
2917         Fix Soup HTTP source seeking.
2918         Patch By: Wouter Cloetens  <wouter at mind be>
2919         Fixes: #540300
2920
2921         * tests/check/elements/.cvsignore:
2922         Ignore new check programs.
2923
2924 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2925
2926         * configure.ac:
2927         * docs/plugins/Makefile.am:
2928         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2929         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2930         * docs/plugins/gst-plugins-good-plugins.args:
2931         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2932         * docs/plugins/gst-plugins-good-plugins.interfaces:
2933         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2934         * docs/plugins/inspect/plugin-interleave.xml:
2935         * docs/plugins/inspect/plugin-replaygain.xml:
2936         * tests/check/Makefile.am:
2937
2938         Move replaygain and interleave plugins from -bad.
2939         Fixes: #543406
2940         Fixes: #536228
2941
2942 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2943
2944         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2945         (qtdemux_parse_trak):
2946         Revert ISO base media spec based pixel-aspect-ratio calculation.
2947         Fixes #543300.
2948
2949 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2950
2951         * sys/osxvideo/osxvideosink.m:
2952         Fix minor build issues on macosx.
2953         Fixes #543054
2954
2955 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2956
2957         * configure.ac::
2958         * ext/taglib/Makefile.am::
2959           Only use -Wno-attributes (which is there to work around a
2960           bug in the taglib 1.5 headers) if the c++ compiler actually
2961           supports it (#543255).
2962
2963 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2964
2965         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2966
2967         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2968           Avoid compiler warning by initialising variable to NULL (#543259).
2969
2970 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2971
2972         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2973         Don't pass NULL taglists to gst_tag_list_is_empty().
2974
2975 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2976
2977         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2978         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2979         (rtp_pipeline_run):
2980         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2981         Don't use declarations after statements.
2982
2983 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2984
2985         * ext/jpeg/gstjpegdec.c:
2986         Align documentation with reality.
2987
2988 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2989
2990         * gst/udp/gstudpnetutils.c:
2991         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2992         old value (1) if it's not defined which should not cause any problems
2993         as we're using it internal only anyway.
2994
2995 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2996
2997         Patch by: Alessandro Decina <alessandro at nnva dot org>
2998
2999         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
3000         Fix build of avidemux on big endian architectures.
3001
3002 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3003
3004         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
3005
3006         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
3007         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
3008
3009 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3010
3011         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3012         (qtdemux_parse_trak):
3013         Set pixel-aspect-ratio in caps using display width and height
3014         provided in track.
3015
3016 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3017
3018         * configure.ac:
3019         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
3020         flags that are invalid for C++. Fixes bug #516509.
3021
3022 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3023
3024         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3025         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
3026         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
3027         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
3028         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3029         * tests/examples/equalizer/demo.c: (message_handler):
3030         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
3031         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
3032         Don't use declarations after statements and variable length arrays.
3033
3034 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3035
3036         Patch by: Daniel Drake <dsd at gentoo dot org>
3037
3038         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
3039         (gst_v4l2src_get_nearest_size):
3040         Try progressive video if interlaced fails. Fixes bug #541956
3041         and the usage of v4l2src on OLPC.
3042
3043 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3044
3045         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3046         (gst_rtp_speex_depay_process):
3047         * gst/rtp/gstrtpspeexdepay.h:
3048         Revert last change: Only the jitterbuffer is able to convert RTP to
3049         Gstreamer timestamps and normal (de)payloaders should simply copy it.
3050         Reopens bug #541787.
3051
3052 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
3053
3054         * gst/rtp/gstrtpvrawdepay.c:
3055           Include stdlib.h for atoi().
3056
3057         * gst/rtsp/gstrtspsrc.c:
3058           Use floating point math for latencies < 0 sec in log output.
3059
3060 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3061
3062         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
3063
3064         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3065         (gst_rtp_speex_depay_process):
3066         * gst/rtp/gstrtpspeexdepay.h:
3067         Take timestamp from the RTP packet as a first step to fix problems
3068         with transmission over RTP when the network is not reliable.
3069         Fixes bug #541787.
3070
3071 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3072
3073         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
3074
3075         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
3076         Fix parsing of udp:// URIs containing IPv6 addresses.
3077         Fixes bug #541650.
3078
3079 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3080
3081         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3082         Do not leak incoming buffers.
3083
3084 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3085
3086         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3087
3088         * configure.ac:
3089         Fix build of the RTP plugin with mingw32 by linking to ws2_32
3090         for htons() and htonl(). Fixes bug #541412.
3091
3092 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3093
3094         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3095         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
3096         (gst_matroska_demux_element_query),
3097         (gst_matroska_demux_handle_src_query),
3098         (gst_matroska_demux_handle_seek_event):
3099         Handle position and duration query in DEFAULT format if the
3100         pad's track has a default frame duration set.
3101
3102         Fix seeking now that the segment's duration doesn't contain the
3103         (possibly wrong or inaccurate) duration of the Matroska file.
3104
3105 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3106
3107         * gst/matroska/ebml-read.c: (_ext2dbl):
3108         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
3109         in math.h except on MSVC where it is defined in xmath.h.
3110         Fixes compilation with MSVC.
3111
3112 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3113
3114         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3115         (gst_matroska_demux_handle_src_query),
3116         (gst_matroska_demux_parse_info),
3117         (gst_matroska_demux_loop_stream_parse_id):
3118         * gst/matroska/matroska-demux.h:
3119         Don't set the segment duration to the duration from the Matroska
3120         header as this value could be wrong and is just informational.
3121
3122 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3123
3124         * gst/matroska/matroska-demux.c:
3125         (gst_matroska_demux_loop_stream_parse_id):
3126         If no Tracks element is found until the first Cluster is found
3127         search it and error out if none is found in the complete file.
3128
3129 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3130
3131         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
3132         Resync non-subtitle tracks too if a too large gap compared to other
3133         tracks is detected.
3134
3135 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3136
3137         * gst/rtp/Makefile.am:
3138         * gst/rtp/gstrtp.c: (plugin_init):
3139         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
3140         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
3141         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
3142         (gst_rtp_vraw_depay_change_state),
3143         (gst_rtp_vraw_depay_plugin_init):
3144         * gst/rtp/gstrtpvrawdepay.h:
3145         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3146         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3147         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3148         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3149         (gst_rtp_vraw_pay_plugin_init):
3150         * gst/rtp/gstrtpvrawpay.h:
3151         Add raw video pay and depayloaders, see RFC4175.
3152
3153 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
3154
3155         * ext/libpng/gstpngdec.c:
3156         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3157         whatever it returned.
3158
3159 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3160
3161         * gst/avi/avi-ids.h:
3162         Add vprp chunk related structures.
3163         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3164         (gst_avi_demux_parse_stream):
3165         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3166         to caps.  Fixes #539482.
3167         * gst/avi/gstavimux.h:
3168         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3169         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3170         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3171
3172 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3173
3174         * tests/check/elements/avimux.c: (check_avimux_pad):
3175         Adjust avimux unit test according to increased streamheader size.
3176
3177 2008-06-27  David Schleef  <ds@schleef.org>
3178
3179         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3180
3181 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3182
3183         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3184         * gst/avi/gstavimux.h:
3185         Add 8 bytes to current streamheader to make for a complete one
3186         and to make more players happy.  Fixes #519460.
3187
3188 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3189
3190         * sys/v4l2/v4l2_calls.c::
3191           Don't include unused gstv4l2xoverlay.h. Fixes build
3192           in case where X11 headers are not installed.
3193
3194 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3195
3196         * ext/dv/gstdv.c: (plugin_init):
3197         Fix compilation.
3198
3199 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3200
3201         * ext/dv/gstdv.c: (plugin_init):
3202         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3203         DV decoder available.
3204         Fixes #532393
3205
3206 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3207
3208         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3209         Call getsockname() after the call to bind() to get updated values
3210         for the port, etc. This fixes the usage of udpsrc on anonymous
3211         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3212         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3213
3214 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3215
3216         * tests/check/pipelines/wavpack.c: (bus_handler):
3217         Remove workaround for a bug in identity that is fixed in 0.10.20.
3218
3219 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3220
3221         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3222
3223         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3224         Fix HTTP auth support with user/password passed via the URI.
3225         Fixes bug #540067.
3226
3227 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3228
3229         * configure.ac:
3230           Depend on released versions of core and -base.
3231
3232 2008-06-23  Julien Moutte  <julien@fluendo.com>
3233
3234         * gst/matroska/matroska-demux.c:
3235         (gst_matroska_demux_read_track_encoding),
3236         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3237         format strings in macros. (makes it build on OS X again...)
3238
3239 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3240
3241         * gst/rtp/gstrtptheorapay.c:
3242         * gst/udp/gstmultiudpsink.c:
3243           Added debug.
3244
3245 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3246
3247         * configure.ac: switch v4l2src over to the normal build instead of
3248         being 'experimental'. Fixes bug #536831.
3249
3250 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3251
3252         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3253         Remove unused variable so that we can compile again.
3254
3255 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3256
3257         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3258         No need to check for audio/G723 and audio/32KADPCM here as they are
3259         no longer supported.
3260
3261 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3262
3263         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3264         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3265         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3266         known length.
3267
3268 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3269
3270         * gst/matroska/matroska-demux.c:
3271         (gst_matroska_demux_add_wvpk_header),
3272         (gst_matroska_demux_audio_caps):
3273         * gst/matroska/matroska-ids.h:
3274         Fix demuxing of WavPack files. Muxing is still broken.
3275
3276 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3277
3278         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3279         (gst_matroska_demux_add_mpeg_seq_header),
3280         (gst_matroska_demux_add_wvpk_header),
3281         (gst_matroska_demux_check_subtitle_buffer),
3282         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3283         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3284         (gst_matroska_demux_subtitle_caps):
3285         * gst/matroska/matroska-ids.h:
3286         Add a "vfunc" to the track context for postprocessing frames and
3287         convert the wavpack and subtitle postprocessing to this vfunc.
3288         Copy buffer flags in those functions to the new buffers too.
3289
3290         Parse CodecState elements of Blocks.
3291
3292         Add a postprocessing function for MPEG video that adds the sequence
3293         header from the codec private data or codec state to the frames if
3294         it's not already there.
3295
3296 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3297
3298         * gst/matroska/matroska-demux.c:
3299         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3300         If a gap of more than 1/2 second is found in one stream send a
3301         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3302         This also fixes Matroska files where the first buffer doesn't start
3303         at timestamp 0. Fixes bug #429322.
3304
3305         The duration of a block is the default duration multiplied with the
3306         number of laces. Every lace is one frame and the default duration
3307         is the duration of one frame. This fixes playback of files that use
3308         lacing for some tracks.
3309
3310 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3311
3312         * gst/matroska/matroska-demux.c:
3313         (gst_matroska_demux_parse_contents_seekentry):
3314         Update FIXME/TODOs and only ignore EOS at the central, important place
3315         instead of several places.
3316
3317 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3318
3319         * gst/rtp/gstrtpg726pay.c:
3320         Fix caps, See #538891.
3321
3322 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3323
3324         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3325         (gst_matroska_demux_stream_from_num),
3326         (gst_matroska_demux_encoding_cmp),
3327         (gst_matroska_demux_encoding_order_unique),
3328         (gst_matroska_demux_read_track_encoding),
3329         (gst_matroska_demux_read_track_encodings),
3330         (gst_matroska_demux_tracknumber_unique),
3331         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3332         (gst_matroska_demux_parse_tracks),
3333         (gst_matroska_demux_parse_index_cuetrack),
3334         (gst_matroska_demux_parse_index_pointentry),
3335         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3336         (gst_matroska_demux_parse_metadata_id_simple_tag),
3337         (gst_matroska_demux_parse_metadata_id_tag),
3338         (gst_matroska_demux_parse_metadata),
3339         (gst_matroska_demux_parse_attached_file),
3340         (gst_matroska_demux_parse_attachments),
3341         (gst_matroska_demux_parse_chapters),
3342         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3343         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3344         (gst_matroska_demux_parse_cluster),
3345         (gst_matroska_demux_parse_contents_seekentry),
3346         (gst_matroska_demux_parse_contents),
3347         (gst_matroska_demux_loop_stream_parse_id),
3348         (gst_matroska_demux_loop):
3349         Improve debug output everywhere and fix the EOS logic.
3350
3351         Check the values of the ContentEncoding elements more strictly and
3352         don't use tracks for which it's invalid.
3353
3354         Check that the track number is unique for this stream.
3355
3356         Check that seek positions are below G_MAXINT64 as our seeks are
3357         int64-based and overflows will fail badly.
3358
3359         After seeks also don't push SimpleBlocks until the first one
3360         containing a keyframe is found. Before this was done only for normal
3361         Blocks.
3362
3363         Update some FIXME/TODOs.
3364         
3365         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3366         (gst_ebml_read_utf8), (gst_ebml_read_header):
3367         Improve debug output.
3368
3369         * gst/matroska/matroska-ids.c:
3370         (gst_matroska_track_init_video_context):
3371         * gst/matroska/matroska-ids.h:
3372         * gst/matroska/matroska-mux.c:
3373         (gst_matroska_mux_video_pad_setcaps):
3374         Remove eye mode and don't parse it anymore. We can't use that
3375         information in GStreamer yet so it's useless.
3376
3377
3378 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3379
3380         Patch by: Mersad Jelacic <mersad at axis dot com>
3381
3382         * gst/rtp/Makefile.am:
3383         * gst/rtp/gstrtp.c: (plugin_init):
3384         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3385         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3386         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3387         (gst_rtp_g726_depay_plugin_init):
3388         * gst/rtp/gstrtpg726depay.h:
3389         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3390         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3391         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3392         * gst/rtp/gstrtpg726pay.h:
3393         Added G726 pay/depayloaders. Fixes #538891.
3394
3395 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3396
3397         * gst/rtsp/URLS:
3398         Some more urls.
3399
3400         * gst/smpte/barboxwipes.c:
3401         Add a comment
3402
3403         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3404         Fix typo, add audioresample to the pipeline.
3405
3406 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3407
3408         * ext/libmng/Makefile.am:
3409         * ext/libmng/gstmng.c: (plugin_init):
3410         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3411         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3412         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3413         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3414         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3415         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3416         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3417         (gst_mng_dec_change_state):
3418         * ext/libmng/gstmngdec.h:
3419         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3420         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3421         (gst_mng_enc_init), (gst_mng_enc_chain),
3422         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3423         * ext/libmng/gstmngenc.h:
3424         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3425         bits ifdeffed out still.
3426
3427 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3428
3429         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3430         When comparing index elements with the same time compare their
3431         block number.
3432
3433 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3434
3435         * gst/matroska/matroska-demux.c:
3436           (gst_matroska_demux_parse_attached_file)
3437           Init variable to NULL to avoid compiler warning.
3438
3439 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3440
3441         * gst/matroska/Makefile.am:
3442         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3443         (gst_matroska_demux_parse_attached_file),
3444         (gst_matroska_demux_parse_attachments),
3445         (gst_matroska_demux_parse_contents_seekentry),
3446         (gst_matroska_demux_loop_stream_parse_id):
3447         * gst/matroska/matroska-demux.h:
3448         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3449         * gst/matroska/matroska-ids.h:
3450         * gst/matroska/matroska.c: (plugin_init):
3451         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3452         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3453         and description of the attachments in the caps. Fixes bug #537622.
3454
3455 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3456
3457         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3458         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3459         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3460         (gst_speex_enc_src_query), (gst_speex_enc_init),
3461         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3462         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3463         (gst_speex_enc_set_property):
3464         Add mode property.
3465         Some cleanups, add more debug info.
3466         Add latency query.
3467
3468 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3469
3470         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3471         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3472         If we get less bytes than requested we can't do anything except doing
3473         our EOS logic.
3474
3475 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3476
3477         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3478         (gst_matroskademux_do_index_seek),
3479         (gst_matroska_demux_parse_index_cuetrack),
3480         (gst_matroska_demux_parse_index_pointentry),
3481         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3482         (gst_matroska_demux_parse_metadata):
3483         * gst/matroska/matroska-demux.h:
3484         * gst/matroska/matroska-ids.h:
3485         Use a GArray for storing the Cue (i.e. seek) information, store
3486         the CueTrackPositions for every track, store the block number
3487         and optimize searching in the array by sorting it after the last
3488         element was added.
3489
3490         Fix a small memory leak when trying to parse a tags element that was
3491         already parsed.
3492
3493 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3494
3495         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3496         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3497         (gst_matroska_mux_write_data):
3498         * gst/matroska/matroska-mux.h:
3499         Don't write another SeekHead which indexes all Clusters to the end of
3500         the file. This isn't useful for anything and just increases filesize.
3501
3502 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3503
3504         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3505         Prevent unaligned memory access when reading floats.
3506
3507 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3508
3509         * gst/matroska/ebml-read.c:
3510         * gst/matroska/ebml-read.h:
3511         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3512         (gst_matroska_demux_parse_metadata):
3513         * gst/matroska/matroska-demux.h:
3514         Make sure that every Tags element is only parsed once and it's
3515         containing tags are only posted once.
3516
3517 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3518
3519         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3520         (gst_ebml_read_header):
3521         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3522         (gst_matroska_demux_parse_tracks),
3523         (gst_matroska_demux_parse_index_cuetrack),
3524         (gst_matroska_demux_parse_index_pointentry),
3525         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3526         (gst_matroska_demux_parse_metadata_id_simple_tag),
3527         (gst_matroska_demux_parse_metadata_id_tag),
3528         (gst_matroska_demux_parse_metadata),
3529         (gst_matroska_demux_parse_attachments),
3530         (gst_matroska_demux_parse_chapters),
3531         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3532         (gst_matroska_demux_parse_cluster),
3533         (gst_matroska_demux_parse_contents_seekentry),
3534         (gst_matroska_demux_parse_contents),
3535         (gst_matroska_demux_loop_stream_parse_id):
3536         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3537         already. They're not useful in the matroska parser and only cause
3538         additional code.
3539
3540 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3541
3542         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3543         (gst_ebml_finalize), (gst_ebml_read_change_state),
3544         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3545         * gst/matroska/matroska-demux.c:
3546         (gst_matroska_demux_parse_contents_seekentry):
3547         Reverse the level list as we usually are only interested in the
3548         first element or want to add a new first element. Having the
3549         first element stored at the end and calling g_list_last() and
3550         g_list_append() is more expensive.
3551
3552         Also use GSlice for allocating the GstEbmlLevel structs.
3553
3554 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3555
3556         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3557           (gst_tag_inject_class_init), (gst_tag_inject_init):
3558           Don't unref NULL taglist in finalize. Don't use c++ style
3559           comments.
3560
3561 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3562
3563         * gst/matroska/matroska-demux.c:
3564         (gst_matroska_demux_parse_metadata_id_simple_tag):
3565         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3566         (gst_matroska_mux_write_data):
3567         Use gst_value_serialize() and gst_value_deserialize() for transforming
3568         tags from some GType to a string and the other way around. The default
3569         transformations in GLib don't include transformations from string to
3570         number types.
3571
3572 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3573
3574         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3575         (gst_matroska_demux_parse_tracks),
3576         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3577         (gst_matroska_demux_parse_attachments),
3578         (gst_matroska_demux_parse_chapters),
3579         (gst_matroska_demux_parse_contents_seekentry),
3580         (gst_matroska_demux_loop_stream_parse_id):
3581         * gst/matroska/matroska-demux.h:
3582         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3583         Tags multiple times. The first ones can appear more than once but must
3584         contain the same content as the first for backup purposes so we ignore
3585         all but the first one. Tags can appear multiple times with different
3586         content.
3587
3588         Jump to all elements except Clusters that are available from a
3589         SeekHead to make it more likely to have all required informations
3590         before getting to the first Clusters.
3591
3592         Add dummy functions for parsing Attachments and Chapters.
3593
3594 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3595
3596         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3597         (gst_udpsrc_create), (gst_udpsrc_set_property),
3598         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3599         * gst/udp/gstudpsrc.h:
3600         Add property to control automatic join/leave of multicast groups.
3601         Add G_LIKELY.
3602         Remove setting caps on buffers explicitly, basesrc does that for us now.
3603         Improve debug info.
3604         Convert some non-fatal error into warnings.
3605         Use g_ntohs for better portability.
3606         Leave multicast groups when stopping.
3607         When using external sockets, use getsockname() on them to fill up the
3608         addr structure before calling methods that use the structure.
3609         Should all fix #536903.
3610         API: GstUDPSrc::auto-multicast property
3611
3612 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3613
3614         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3615         Use g_ntohl for better portability.
3616
3617 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3618
3619         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3620         (gst_multiudpsink_remove):
3621         Fix a typo and do some small cleanups.
3622
3623 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3624
3625         Patch by: Olivier Crete <tester at tester dot ca>
3626
3627         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3628         Make the delivery-method mandatory on the caps and only accept inline
3629         for now.
3630         Reverse strcmp checks for delivery-method.
3631
3632         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3633         Make delivery method optional when parsing caps and note this in the
3634         caps.
3635         Reverse strcmp checks for delivery-method.
3636
3637         * gst/rtp/gstrtpvorbispay.c:
3638         Update a comment to note that the delivery-method is optional, 
3639         Fixes #537675.
3640
3641 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3642
3643         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3644         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3645         leaving them in READY. Fixes #537832.
3646
3647 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3648
3649         * gst/avi/gstavimux.c:
3650           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3651           for a random constant in tagmuxing code.
3652
3653 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3654
3655         * gst/debug/gsttaginject.c:
3656         * gst/debug/gsttaginject.h:
3657           Now actually adding the new element.
3658
3659 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3660
3661         * docs/plugins/Makefile.am:
3662         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3663         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3664         * docs/plugins/gst-plugins-good-plugins.args:
3665         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3666         * docs/plugins/gst-plugins-good-plugins.interfaces:
3667         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3668         * docs/plugins/inspect/plugin-aasink.xml:
3669         * docs/plugins/inspect/plugin-alaw.xml:
3670         * docs/plugins/inspect/plugin-alpha.xml:
3671         * docs/plugins/inspect/plugin-alphacolor.xml:
3672         * docs/plugins/inspect/plugin-annodex.xml:
3673         * docs/plugins/inspect/plugin-apetag.xml:
3674         * docs/plugins/inspect/plugin-audiofx.xml:
3675         * docs/plugins/inspect/plugin-auparse.xml:
3676         * docs/plugins/inspect/plugin-autodetect.xml:
3677         * docs/plugins/inspect/plugin-avi.xml:
3678         * docs/plugins/inspect/plugin-cacasink.xml:
3679         * docs/plugins/inspect/plugin-cairo.xml:
3680         * docs/plugins/inspect/plugin-cdio.xml:
3681         * docs/plugins/inspect/plugin-cutter.xml:
3682         * docs/plugins/inspect/plugin-debug.xml:
3683         * docs/plugins/inspect/plugin-dv.xml:
3684         * docs/plugins/inspect/plugin-efence.xml:
3685         * docs/plugins/inspect/plugin-effectv.xml:
3686         * docs/plugins/inspect/plugin-equalizer.xml:
3687         * docs/plugins/inspect/plugin-esdsink.xml:
3688         * docs/plugins/inspect/plugin-flac.xml:
3689         * docs/plugins/inspect/plugin-flxdec.xml:
3690         * docs/plugins/inspect/plugin-gamma.xml:
3691         * docs/plugins/inspect/plugin-gconfelements.xml:
3692         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3693         * docs/plugins/inspect/plugin-goom.xml:
3694         * docs/plugins/inspect/plugin-goom2k1.xml:
3695         * docs/plugins/inspect/plugin-halelements.xml:
3696         * docs/plugins/inspect/plugin-icydemux.xml:
3697         * docs/plugins/inspect/plugin-id3demux.xml:
3698         * docs/plugins/inspect/plugin-jpeg.xml:
3699         * docs/plugins/inspect/plugin-level.xml:
3700         * docs/plugins/inspect/plugin-matroska.xml:
3701         * docs/plugins/inspect/plugin-monoscope.xml:
3702         * docs/plugins/inspect/plugin-mulaw.xml:
3703         * docs/plugins/inspect/plugin-multifile.xml:
3704         * docs/plugins/inspect/plugin-multipart.xml:
3705         * docs/plugins/inspect/plugin-navigationtest.xml:
3706         * docs/plugins/inspect/plugin-ossaudio.xml:
3707         * docs/plugins/inspect/plugin-png.xml:
3708         * docs/plugins/inspect/plugin-quicktime.xml:
3709         * docs/plugins/inspect/plugin-rtp.xml:
3710         * docs/plugins/inspect/plugin-rtsp.xml:
3711         * docs/plugins/inspect/plugin-smpte.xml:
3712         * docs/plugins/inspect/plugin-soup.xml:
3713         * docs/plugins/inspect/plugin-spectrum.xml:
3714         * docs/plugins/inspect/plugin-speex.xml:
3715         * docs/plugins/inspect/plugin-taglib.xml:
3716         * docs/plugins/inspect/plugin-udp.xml:
3717         * docs/plugins/inspect/plugin-video4linux2.xml:
3718         * docs/plugins/inspect/plugin-videobalance.xml:
3719         * docs/plugins/inspect/plugin-videobox.xml:
3720         * docs/plugins/inspect/plugin-videocrop.xml:
3721         * docs/plugins/inspect/plugin-videoflip.xml:
3722         * docs/plugins/inspect/plugin-videomixer.xml:
3723         * docs/plugins/inspect/plugin-wavenc.xml:
3724         * docs/plugins/inspect/plugin-wavpack.xml:
3725         * docs/plugins/inspect/plugin-wavparse.xml:
3726         * docs/plugins/inspect/plugin-ximagesrc.xml:
3727         * gst/debug/Makefile.am:
3728         * gst/debug/breakmydata.c:
3729         * gst/debug/efence.c:
3730         * gst/debug/gstdebug.c:
3731         * gst/debug/gstnavseek.c:
3732         * gst/debug/gstpushfilesrc.c:
3733         * gst/debug/gstpushfilesrc.h:
3734         * gst/debug/negotiation.c:
3735         * gst/debug/progressreport.c:
3736         * gst/debug/progressreport.h:
3737         * gst/debug/rndbuffersize.c:
3738         * gst/debug/testplugin.c:
3739           Remove dummy plugin_init. Remove some undefined entries from doc-
3740           section file. Add taginject element and rebuild docs for it.
3741
3742 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3743
3744         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3745         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3746         Update the counter for the number of streams when pads are added or
3747         removed. This will make sure that a seek table is generated for
3748         files with just one audio stream.
3749
3750 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3751
3752         * gst/matroska/matroska-demux.c:
3753         (gst_matroska_demux_parse_metadata_id_simple_tag):
3754         * gst/matroska/matroska-ids.h:
3755         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3756         Add some more tags, improve debugging a bit and make sure that
3757         GValue transformation has succeeded before using the result
3758         as a tag.
3759
3760 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3761
3762         Patch by: Olivier Crete <tester at tester dot ca>
3763
3764         * gst/rtp/gstrtptheorapay.c:
3765         The Theora RTP payloader only supports the "inline" delievery method
3766         so let's declare this on the caps of the static pad template.
3767         Fixes bug #537675.
3768
3769 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3770
3771         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3772         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3773         Remove bogus check.
3774
3775 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3776
3777         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3778         (gst_videomixer_blend_buffers):
3779         Use stream_time to synchronize the object properties.
3780         Use running_time of the master pad to timestamp outgoing buffers.
3781         Fix the initial segment event to extend an unknown amount of time.
3782         Fixes #537361.
3783
3784 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3785
3786         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3787         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3788         (gst_avi_demux_calculate_durations_from_index),
3789         (gst_avi_demux_stream_header_push),
3790         (gst_avi_demux_stream_header_pull):
3791         Try to ignore unparsable/unknown streams and give a warning instead of
3792         erroring out. Fixes #537377.
3793
3794 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3795
3796         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3797         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3798
3799         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3800         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3801         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3802         (gst_matroska_demux_read_track_encodings),
3803         (gst_matroska_demux_add_stream),
3804         (gst_matroska_demux_handle_src_query),
3805         (gst_matroska_demux_init_stream),
3806         (gst_matroska_demux_parse_index_cuetrack),
3807         (gst_matroska_demux_parse_index_pointentry),
3808         (gst_matroska_demux_parse_info),
3809         (gst_matroska_demux_parse_metadata_id_simple_tag),
3810         (gst_matroska_demux_parse_metadata),
3811         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3812         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3813         (gst_matroska_demux_parse_cluster),
3814         (gst_matroska_demux_parse_contents_seekentry),
3815         (gst_matroska_demux_loop_stream_parse_id),
3816         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3817         (gst_matroska_demux_audio_caps),
3818         (gst_matroska_demux_subtitle_caps):
3819         * gst/matroska/matroska-demux.h:
3820         * gst/matroska/matroska-ids.c:
3821         (gst_matroska_track_init_subtitle_context):
3822         * gst/matroska/matroska-ids.h:
3823         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3824         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3825         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3826         (gst_matroska_mux_video_pad_setcaps),
3827         (gst_matroska_mux_audio_pad_setcaps),
3828         (gst_matroska_mux_subtitle_pad_setcaps),
3829         (gst_matroska_mux_request_new_pad),
3830         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3831         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3832         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3833         (gst_matroska_mux_set_property):
3834         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3835         elements, do some checks for valid values in the demuxer, handle
3836         tracktimecodescale in the demuxer, set correct default values for all
3837         settings in the demuxer, review and add all missing matroska
3838         IDs and some more raw YUV formats, and some trivial cleanup.
3839
3840 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3841
3842         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3843         (gst_pulsemixer_class_init):
3844         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3845         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3846         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3847         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3848         (gst_pulsesrc_prepare):
3849         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3850         gst_element_class_set_details_simple() and fix coding style a bit
3851         more.
3852
3853 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3854
3855         * docs/plugins/Makefile.am:
3856         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3857         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3858         * docs/plugins/gst-plugins-good-plugins.args:
3859         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3860         * docs/plugins/gst-plugins-good-plugins.interfaces:
3861         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3862         * docs/plugins/inspect/plugin-aasink.xml:
3863         * docs/plugins/inspect/plugin-alaw.xml:
3864         * docs/plugins/inspect/plugin-alpha.xml:
3865         * docs/plugins/inspect/plugin-alphacolor.xml:
3866         * docs/plugins/inspect/plugin-annodex.xml:
3867         * docs/plugins/inspect/plugin-apetag.xml:
3868         * docs/plugins/inspect/plugin-audiofx.xml:
3869         * docs/plugins/inspect/plugin-auparse.xml:
3870         * docs/plugins/inspect/plugin-autodetect.xml:
3871         * docs/plugins/inspect/plugin-avi.xml:
3872         * docs/plugins/inspect/plugin-cacasink.xml:
3873         * docs/plugins/inspect/plugin-cairo.xml:
3874         * docs/plugins/inspect/plugin-cdio.xml:
3875         * docs/plugins/inspect/plugin-cutter.xml:
3876         * docs/plugins/inspect/plugin-debug.xml:
3877         * docs/plugins/inspect/plugin-dv.xml:
3878         * docs/plugins/inspect/plugin-efence.xml:
3879         * docs/plugins/inspect/plugin-effectv.xml:
3880         * docs/plugins/inspect/plugin-equalizer.xml:
3881         * docs/plugins/inspect/plugin-esdsink.xml:
3882         * docs/plugins/inspect/plugin-flac.xml:
3883         * docs/plugins/inspect/plugin-flxdec.xml:
3884         * docs/plugins/inspect/plugin-gamma.xml:
3885         * docs/plugins/inspect/plugin-gconfelements.xml:
3886         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3887         * docs/plugins/inspect/plugin-goom.xml:
3888         * docs/plugins/inspect/plugin-goom2k1.xml:
3889         * docs/plugins/inspect/plugin-halelements.xml:
3890         * docs/plugins/inspect/plugin-icydemux.xml:
3891         * docs/plugins/inspect/plugin-id3demux.xml:
3892         * docs/plugins/inspect/plugin-jpeg.xml:
3893         * docs/plugins/inspect/plugin-level.xml:
3894         * docs/plugins/inspect/plugin-matroska.xml:
3895         * docs/plugins/inspect/plugin-monoscope.xml:
3896         * docs/plugins/inspect/plugin-mulaw.xml:
3897         * docs/plugins/inspect/plugin-multifile.xml:
3898         * docs/plugins/inspect/plugin-multipart.xml:
3899         * docs/plugins/inspect/plugin-navigationtest.xml:
3900         * docs/plugins/inspect/plugin-ossaudio.xml:
3901         * docs/plugins/inspect/plugin-png.xml:
3902         * docs/plugins/inspect/plugin-pulseaudio.xml:
3903         * docs/plugins/inspect/plugin-quicktime.xml:
3904         * docs/plugins/inspect/plugin-rtp.xml:
3905         * docs/plugins/inspect/plugin-rtsp.xml:
3906         * docs/plugins/inspect/plugin-smpte.xml:
3907         * docs/plugins/inspect/plugin-soup.xml:
3908         * docs/plugins/inspect/plugin-spectrum.xml:
3909         * docs/plugins/inspect/plugin-speex.xml:
3910         * docs/plugins/inspect/plugin-taglib.xml:
3911         * docs/plugins/inspect/plugin-udp.xml:
3912         * docs/plugins/inspect/plugin-video4linux2.xml:
3913         * docs/plugins/inspect/plugin-videobalance.xml:
3914         * docs/plugins/inspect/plugin-videobox.xml:
3915         * docs/plugins/inspect/plugin-videocrop.xml:
3916         * docs/plugins/inspect/plugin-videoflip.xml:
3917         * docs/plugins/inspect/plugin-videomixer.xml:
3918         * docs/plugins/inspect/plugin-wavenc.xml:
3919         * docs/plugins/inspect/plugin-wavpack.xml:
3920         * docs/plugins/inspect/plugin-wavparse.xml:
3921         * docs/plugins/inspect/plugin-ximagesrc.xml:
3922         * ext/pulse/plugin.c:
3923         * ext/pulse/pulsemixer.c:
3924         * ext/pulse/pulsesink.c:
3925         * ext/pulse/pulsesrc.c:
3926         Add documentation to the pulseaudio plugin and run make update
3927         in docs/plugins.
3928
3929 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3930
3931         Patch by: Brian Cameron <brian.cameron at sun dot com>
3932
3933         * sys/sunaudio/gstsunaudiomixerctrl.c:
3934         (gst_sunaudiomixer_ctrl_get_volume),
3935         (gst_sunaudiomixer_ctrl_set_volume):
3936         Improvements for the SunAudio mixer by handling mute as no gain
3937         for tracks that have a gain property but no mute property.
3938         Fixes bug #536067.
3939
3940 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3941
3942         * configure.ac:
3943         * ext/pulse/Makefile.am:
3944         * ext/pulse/plugin.c: (plugin_init):
3945         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3946         (gst_pulsemixer_implements_interface_init),
3947         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3948         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3949         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3950         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3951         * ext/pulse/pulsemixer.h:
3952         * ext/pulse/pulsemixerctrl.c:
3953         (gst_pulsemixer_ctrl_context_state_cb),
3954         (gst_pulsemixer_ctrl_sink_info_cb),
3955         (gst_pulsemixer_ctrl_source_info_cb),
3956         (gst_pulsemixer_ctrl_subscribe_cb),
3957         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3958         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3959         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3960         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3961         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3962         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3963         * ext/pulse/pulsemixerctrl.h:
3964         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3965         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3966         * ext/pulse/pulsemixertrack.h:
3967         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3968         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3969         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3970         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3971         (gst_pulseprobe_new), (gst_pulseprobe_free),
3972         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3973         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3974         (gst_pulseprobe_set_server):
3975         * ext/pulse/pulseprobe.h:
3976         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3977         (gst_pulsesink_class_init), (gst_pulsesink_init),
3978         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3979         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3980         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3981         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3982         (gst_pulsesink_stream_request_cb),
3983         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3984         (gst_pulsesink_close), (gst_pulsesink_prepare),
3985         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3986         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3987         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3988         (gst_pulsesink_event), (gst_pulsesink_get_type):
3989         * ext/pulse/pulsesink.h:
3990         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3991         (gst_pulsesrc_implements_interface_init),
3992         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3993         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3994         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3995         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3996         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3997         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3998         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3999         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
4000         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
4001         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
4002         (gst_pulsesrc_get_type):
4003         * ext/pulse/pulsesrc.h:
4004         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
4005         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
4006         * ext/pulse/pulseutil.h:
4007         Add pulseaudio GStreamer element from gst-pulse. Development will
4008         continue here instead of pulseaudio SVN. Fixes bug #400679.
4009         Only changes over gst-pulse SVN are added copyright to the top of
4010         files and coding style changes.
4011
4012 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
4013
4014         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
4015
4016         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
4017           (gst_cdio_add_cdtext_album_tags):
4018         * ext/cdio/gstcdio.h:
4019         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4020           Also extract album title and album genre from CD-TEXT if
4021           available (#537021).
4022
4023 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4024
4025         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4026
4027         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
4028         Improve negotiation a bit more by picking the smallest possible
4029         resolution that is larger than the resolution specified in the
4030         first caps entry of the peer caps. Fixes bug #536994.
4031
4032 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4033
4034         Patch by: Bastien Nocera <hadess at hadess dot net>
4035
4036         * sys/v4l2/gstv4l2vidorient.c:
4037         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4038         Fix compilation with newer GIT kernels that deprecated
4039         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
4040
4041 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4042
4043         * configure.ac:
4044         * ext/cdio/gstcdio.c:
4045         * ext/cdio/gstcdio.h:
4046         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4047           Require libcdio >= 0.76.
4048
4049 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
4050
4051         * gst/avi/gstavidemux.c:
4052         Catch UNEXPECTED when downstream has reached end of
4053         segment in reverse mode.
4054
4055 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4056
4057         * gst/avi/gstavidemux.c:
4058         Fix typo in comment
4059
4060 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4061
4062         * gst/avi/gstavidemux.c:
4063         Because we don't know the frame order we need to push till
4064         the next keyframe
4065
4066 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4067
4068         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4069
4070         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4071         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
4072         Provide a custom negotiation function to make sure to pick the highest
4073         possible framerate and resolution. Fixes bug #536646.
4074
4075 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4076
4077         * gst/avi/gstavidemux.c:
4078         Set EOS when going out of the segment in reverse playback
4079
4080 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4081
4082         * ext/taglib/Makefile.am::
4083           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
4084           taglib headers (with gcc 4.3.1).
4085
4086 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
4087
4088         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
4089         Use the new gst_rtsp_connection_get_ip() to access the IP address
4090         of a GstRTSPConnection since it is a private member.
4091
4092 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4093
4094         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4095         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4096           Use new utility functions in libgsttag to process coverart (#512333).
4097
4098 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4099
4100         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4101         We actually support left/side, right/side and mid/side files. The
4102         conversion to normal, interleaved stereo is done by libflac.
4103
4104 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4105
4106         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4107         (gst_ebml_write_set_cache):
4108         Unref the write cache in finalize if it was set and add add "FIXME"
4109         to a comment that needs it.
4110
4111 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4112
4113         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4114
4115         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
4116         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
4117         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
4118         (gst_avi_demux_process_next_entry):
4119         * gst/avi/gstavidemux.h:
4120         Implement reverse playback. Fixes #535300.
4121         Small cleanups.
4122
4123 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
4124
4125         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
4126         (gst_videomixer_query_latency):
4127         When using gst_element_iterate_pads() one has to unref every pad
4128         after usage.
4129
4130 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
4131
4132         Patch by: Bastien Nocera <hadess at hadess dot net>
4133         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4134         (qtdemux_parse_udta):
4135         * gst/qtdemux/qtdemux_fourcc.h:
4136         Improve meta-data handling, add 'comment', 'description' and
4137         'copyright' tag handling.
4138         Fixes #535935
4139
4140 2008-05-31  Julien Moutte  <julien@fluendo.com>
4141
4142         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
4143         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4144         (gst_qtdemux_seek_to_previous_keyframe),
4145         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4146         we don't clip the segment's stop using the main segment duration as
4147         that could crop quite some video frames. Make reverse playback support
4148         more robust and support edit lists. Support seeking to the last frame,
4149         and fix reverse looping playback. Add some debugging.
4150         * win32/common/config.h: Updated.
4151
4152 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
4153
4154         * gst/equalizer/gstiirequalizer.c:
4155         (gst_iir_equalizer_transform_ip):
4156         Don't clip float/double samples, correctly unset passthrough mode
4157         and use better rounding for integer samples.
4158
4159 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4160
4161         * gst/equalizer/gstiirequalizer.c:
4162         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4163         (setup_filter), (set_passthrough), (update_coefficients),
4164         (gst_iir_equalizer_compute_frequencies),
4165         (gst_iir_equalizer_transform_ip):
4166         * gst/equalizer/gstiirequalizer.h:
4167         Update the filter coefficients only when needed in the transform_ip
4168         function and correctly set the element into passthrough mode if the
4169         gain of all bands is 0.
4170
4171 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4172
4173         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4174
4175         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4176         (gst_alpha_set_property), (gst_alpha_get_property),
4177         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4178         Try to skip pixels or areas that are too dark or too bright for us to do
4179         meaningfull color detection.
4180         Added properties to control the sensitivity to light and darkness.
4181         Added some small cleanups. Fixes #512345.
4182
4183 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4184
4185         * docs/plugins/.cvsignore:
4186         * tests/check/elements/.cvsignore:
4187         Ignore some more generated things
4188
4189         * tests/check/Makefile.am:
4190         Ignore OSS elements in the state changes test too.
4191
4192 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4193
4194         * docs/plugins/Makefile.am:
4195         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4196         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4197         Add SMPTE effect elements to docs.
4198
4199 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4200
4201         * docs/plugins/Makefile.am:
4202         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4203         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4204         * ext/raw1394/gstdv1394src.c:
4205           Document whats first shown on the fdo plugin docs page :)
4206
4207 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4208
4209         * docs/plugins/Makefile.am:
4210         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4211         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4212         * docs/plugins/gst-plugins-good-plugins.args:
4213         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4214         * docs/plugins/inspect/plugin-audiofx.xml:
4215         * gst/audiofx/Makefile.am:
4216         * gst/audiofx/audiofx.c:
4217         * gst/audiofx/audiokaraoke.c:
4218         * gst/audiofx/audiokaraoke.h:
4219         * gst/audiofx/audiovoice.c:
4220         * gst/audiofx/audiovoice.h:
4221           Rename audiovoice to audiokaraoke and add it to the docs.
4222
4223 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4224
4225         * REQUIREMENTS:
4226         * docs/plugins/Makefile.am:
4227         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4228         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4229         * docs/plugins/gst-plugins-good-plugins.args:
4230         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4231         * docs/plugins/gst-plugins-good-plugins.interfaces:
4232         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4233         * docs/plugins/inspect/plugin-aasink.xml:
4234         * docs/plugins/inspect/plugin-alaw.xml:
4235         * docs/plugins/inspect/plugin-alpha.xml:
4236         * docs/plugins/inspect/plugin-alphacolor.xml:
4237         * docs/plugins/inspect/plugin-annodex.xml:
4238         * docs/plugins/inspect/plugin-apetag.xml:
4239         * docs/plugins/inspect/plugin-audiofx.xml:
4240         * docs/plugins/inspect/plugin-auparse.xml:
4241         * docs/plugins/inspect/plugin-autodetect.xml:
4242         * docs/plugins/inspect/plugin-avi.xml:
4243         * docs/plugins/inspect/plugin-cacasink.xml:
4244         * docs/plugins/inspect/plugin-cairo.xml:
4245         * docs/plugins/inspect/plugin-cdio.xml:
4246         * docs/plugins/inspect/plugin-cutter.xml:
4247         * docs/plugins/inspect/plugin-debug.xml:
4248         * docs/plugins/inspect/plugin-dv.xml:
4249         * docs/plugins/inspect/plugin-efence.xml:
4250         * docs/plugins/inspect/plugin-effectv.xml:
4251         * docs/plugins/inspect/plugin-equalizer.xml:
4252         * docs/plugins/inspect/plugin-esdsink.xml:
4253         * docs/plugins/inspect/plugin-flac.xml:
4254         * docs/plugins/inspect/plugin-flxdec.xml:
4255         * docs/plugins/inspect/plugin-gamma.xml:
4256         * docs/plugins/inspect/plugin-gconfelements.xml:
4257         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4258         * docs/plugins/inspect/plugin-goom.xml:
4259         * docs/plugins/inspect/plugin-goom2k1.xml:
4260         * docs/plugins/inspect/plugin-halelements.xml:
4261         * docs/plugins/inspect/plugin-icydemux.xml:
4262         * docs/plugins/inspect/plugin-id3demux.xml:
4263         * docs/plugins/inspect/plugin-jpeg.xml:
4264         * docs/plugins/inspect/plugin-level.xml:
4265         * docs/plugins/inspect/plugin-matroska.xml:
4266         * docs/plugins/inspect/plugin-monoscope.xml:
4267         * docs/plugins/inspect/plugin-mulaw.xml:
4268         * docs/plugins/inspect/plugin-multifile.xml:
4269         * docs/plugins/inspect/plugin-multipart.xml:
4270         * docs/plugins/inspect/plugin-navigationtest.xml:
4271         * docs/plugins/inspect/plugin-ossaudio.xml:
4272         * docs/plugins/inspect/plugin-png.xml:
4273         * docs/plugins/inspect/plugin-quicktime.xml:
4274         * docs/plugins/inspect/plugin-rtp.xml:
4275         * docs/plugins/inspect/plugin-rtsp.xml:
4276         * docs/plugins/inspect/plugin-smpte.xml:
4277         * docs/plugins/inspect/plugin-soup.xml:
4278         * docs/plugins/inspect/plugin-spectrum.xml:
4279         * docs/plugins/inspect/plugin-speex.xml:
4280         * docs/plugins/inspect/plugin-taglib.xml:
4281         * docs/plugins/inspect/plugin-udp.xml:
4282         * docs/plugins/inspect/plugin-video4linux2.xml:
4283         * docs/plugins/inspect/plugin-videobalance.xml:
4284         * docs/plugins/inspect/plugin-videobox.xml:
4285         * docs/plugins/inspect/plugin-videocrop.xml:
4286         * docs/plugins/inspect/plugin-videoflip.xml:
4287         * docs/plugins/inspect/plugin-videomixer.xml:
4288         * docs/plugins/inspect/plugin-wavenc.xml:
4289         * docs/plugins/inspect/plugin-wavpack.xml:
4290         * docs/plugins/inspect/plugin-wavparse.xml:
4291         * docs/plugins/inspect/plugin-ximagesrc.xml:
4292         * ext/aalib/gstaasink.c:
4293         * ext/libcaca/gstcacasink.c:
4294           Document aasink and cacasink.
4295
4296 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4297
4298         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4299         (gst_videomixer_init), (gst_videomixer_query_duration),
4300         (gst_videomixer_query_latency), (gst_videomixer_query),
4301         (gst_videomixer_blend_buffers):
4302         * gst/videomixer/videomixer.h:
4303         Implement position (in time), duration and latency queries.
4304
4305 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4306
4307         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4308         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4309         (gst_videomixer_fill_queues), (forward_event_func),
4310         (forward_event), (gst_videomixer_src_event),
4311         (gst_videomixer_sink_event):
4312         * gst/videomixer/videomixer.h:
4313         Implement proper seek/newsegment handling.
4314         Based on adder's implementation.
4315         Fixes #535121
4316
4317 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4318
4319         Patch by: Jan Gerber <j at oil21 dot org>
4320
4321         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4322         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4323
4324 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4325
4326         * gst/audiofx/Makefile.am:
4327         * gst/audiofx/audiofx.c: (plugin_init):
4328         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4329         (gst_audio_voice_class_init), (gst_audio_voice_init),
4330         (update_filter), (gst_audio_voice_set_property),
4331         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4332         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4333         (gst_audio_voice_transform_ip):
4334         * gst/audiofx/audiovoice.h:
4335         Add simple voice removal element. Yay karaoke.
4336
4337 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4338
4339         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4340
4341         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4342         Fix potential caps leak.
4343         If we can't get the framerate with an ioctl, try to get it with the
4344         current norm. Fixes #520092.
4345
4346 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4347
4348         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4349
4350         * sys/v4l2/v4l2src_calls.c:
4351         (gst_v4l2src_probe_caps_for_format_and_size):
4352         If we fail to get the frame intervals, simply don't touch the framerates
4353         on the template caps instead of discarding the format. See #520092.
4354
4355 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4356
4357         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4358
4359         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4360         (gst_v4l2_get_caps_info):
4361         Add NV12, NV21 and bayer support. See #520092.
4362
4363 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4364
4365         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4366         (gst_qtdemux_activate_segment):
4367         Unbreak segment activation again. Fixes #531672.
4368
4369 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4370
4371         * ext/flac/Makefile.am:
4372         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4373         Set the channel layout when decoding FLAC files with more than 2
4374         channels as defined by the FLAC spec. Fixes bug #534570.
4375
4376         Also don't try to decode left/side, right/side and mid/side files
4377         as we don't support this at all.
4378
4379 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4380
4381         * configure.ac:
4382           We need -base CVS (rtsp).
4383
4384 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4385
4386         * gst/udp/Makefile.am:
4387           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4388           when including netdb.h when building against glibc >= 2.8.
4389
4390 2008-05-22  Julien Moutte  <julien@fluendo.com>
4391
4392         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4393         debug statement arguments.
4394         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4395         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4396         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4397         on more platforms.
4398
4399 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4400
4401         * tests/check/elements/avimux.c: (setup_src_pad),
4402         (teardown_src_pad):
4403         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4404         (GST_START_TEST):
4405         * tests/check/elements/matroskamux.c: (setup_src_pad),
4406         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4407         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4408         (GST_START_TEST):
4409         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4410         (setup_wavpackparse), (cleanup_wavpackparse):
4411         Don't use gst_element_get_pad(), it's a bad, bad method.
4412
4413 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4414
4415         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4416         (do_toggle_element):
4417         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4418         (do_toggle_element):
4419         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4420         (do_toggle_element):
4421         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4422         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4423         (do_toggle_element):
4424         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4425         (do_toggle_element):
4426         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4427         (gst_auto_audio_sink_detect):
4428         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4429         (gst_auto_video_sink_detect):
4430         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4431         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4432         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4433         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4434         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4435         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4436         * tests/icles/videocrop-test.c: (test_with_caps),
4437         (video_crop_get_test_caps):
4438         Don't use gst_element_get_pad(), it's a bad method.
4439
4440 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4441
4442         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4443         (gst_multiudpsink_add_internal):
4444         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4445         (gst_udp_join_group):
4446         * gst/udp/gstudpnetutils.h:
4447         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4448         Joining a multicast group and setting the loop/ttl properties are
4449         totally unrelated tasks are must be separated.
4450
4451 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4452
4453         * gst/avi/gstavimux.c:
4454           Also support alaw/mulaw.
4455
4456 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4457
4458         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4459         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4460         * gst/udp/gstmultiudpsink.h:
4461         Add a fixme for the auto-multicast property.
4462         Fix some confusing debug messages.
4463         Disable setting a qos value by default.
4464
4465 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4466
4467         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4468
4469         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4470         Ignore EPERM errors from sendto. Fixes #533619.
4471
4472 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4473
4474         Patch by: Henrik Eriksson <henriken at axis dot com>
4475
4476         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4477         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4478         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4479         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4480         * gst/udp/gstmultiudpsink.h:
4481         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4482
4483 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4484
4485         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4486         Improve debugging of the ident.
4487
4488 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4489
4490         Patch by: Bruno Santos <brunof at ua dot pt>
4491
4492         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4493         (gst_udp_join_group), (gst_udp_leave_group),
4494         (gst_udp_is_multicast):
4495         * gst/udp/gstudpnetutils.h:
4496         Provide a bunch of helper methods to deal with IPv4 and IPv6
4497         transparently.
4498
4499         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4500         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4501         (gst_multiudpsink_get_property), (join_multicast),
4502         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4503         (gst_multiudpsink_remove):
4504         * gst/udp/gstmultiudpsink.h:
4505         Add multicast TTL and loopback properties.
4506         Use the helper methods to implement ip4 and ip6.
4507
4508         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4509         * gst/udp/gstudpsrc.h:
4510         Use the helper methods to implement ip4 and ip6.
4511         Fixes #515962.
4512
4513 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4514
4515         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4516
4517         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4518         (gst_multipart_demux_get_gstname),
4519         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4520         * gst/multipart/multipartdemux.h:
4521         Don't blindly copy the mime-type as the caps name because they not
4522         always map directly. Instead use a hashtable with common mappings.
4523         Fixes #533287.
4524
4525 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4526
4527         * ext/esd/esdsink.c: (gst_esdsink_write):
4528         When we post an error, we must return -1 to let the parent know that we
4529         cannot write the segment else it will loop and continue to call us again
4530         forever. Patch by Michael Meeks.
4531
4532 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4533
4534         * gst/videomixer/videomixer.c:
4535           Add missing incudes.
4536
4537 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4538
4539         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4540         (gst_rtp_h264_pay_handle_buffer):
4541         * gst/rtp/gstrtph264pay.h:
4542         Correct a typo (sinle -> single).
4543
4544 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4545
4546         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4547         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4548         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4549         (gst_rtp_h264_depay_process):
4550         * gst/rtp/gstrtph264depay.h:
4551         Add experimental support for outputting quicktime-like AVC output in
4552         addition to the existing bytestream output.
4553
4554         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4555         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4556         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4557         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4558         (gst_rtp_h264_pay_get_property):
4559         * gst/rtp/gstrtph264pay.h:
4560         Make the parsing mode configurable, for some inputs we don't need to
4561         scan every byte for start codes.
4562         Only set the marker bit on ACCESS units.
4563
4564 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4565
4566         * gst/equalizer/gstiirequalizer.c:
4567         Use a bigger type in integer mode for the intermediate results to
4568         prevent overflows. This fixes the crippled sound when using the
4569         equalizer in integer mode. Fixes bug #510865.
4570
4571 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4572
4573         * gst/videomixer/videomixer.c:
4574         * gst/videomixer/videomixer.h:
4575         Instead of a random number for the request pad id's,
4576         use a counter.
4577
4578         Register the videomixerpad class from the element's class_init
4579         where it's safer, and allows the docs generator to scan it.
4580
4581 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4582
4583         * gst/smpte/Makefile.am:
4584         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4585         * gst/smpte/gstsmpte.h:
4586         * gst/smpte/gstsmptealpha.c:
4587         (gst_smpte_alpha_transition_type_get_type),
4588         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4589         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4590         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4591         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4592         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4593         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4594         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4595         * gst/smpte/gstsmptealpha.h:
4596         * gst/smpte/plugin.c: (plugin_init):
4597         Add new plugin that adds the SMPTE transition in the alpha channel of
4598         I420 and AYUV frames so that they can be blended with videomixer later
4599         on. Uses all niceties such as using base transform for efficient alloc
4600         and negotiation. It currently requires GstController to control the
4601         position in the transition effect.
4602
4603 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4604
4605         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4606         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4607         * docs/plugins/gst-plugins-good-plugins.args:
4608         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4609         * docs/plugins/gst-plugins-good-plugins.interfaces:
4610         * docs/plugins/gst-plugins-good-plugins.types:
4611         * gst/videomixer/videomixer.c:
4612           Try using thaytans new mechanism to get extra classes into plugin
4613           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4614           missing still.
4615
4616 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4617
4618         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4619         Set proper rate in avi stream header for PCM audio, and also do some
4620         more sanity checks on caps in this case.  Fixes #511489.
4621
4622 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4623
4624         * sys/v4l2/gstv4l2src.c:
4625         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4626         isn't implemented at all yet and this requires X headers to be
4627         installed. Fixes bug #533264.
4628
4629 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4630
4631         reviewed by: <delete if not using a buddy>
4632
4633         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4634         (gst_ebml_write_set_cache):
4635         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4636         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4637         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4638         (gst_matroska_demux_read_track_encodings),
4639         (gst_matroska_demux_add_stream),
4640         (gst_matroska_demux_handle_src_query),
4641         (gst_matroska_demux_init_stream),
4642         (gst_matroska_demux_parse_index_cuetrack),
4643         (gst_matroska_demux_parse_index_pointentry),
4644         (gst_matroska_demux_parse_info),
4645         (gst_matroska_demux_parse_metadata_id_simple_tag),
4646         (gst_matroska_demux_parse_metadata),
4647         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4648         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4649         (gst_matroska_demux_parse_cluster),
4650         (gst_matroska_demux_parse_contents_seekentry),
4651         (gst_matroska_demux_loop_stream_parse_id),
4652         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4653         (gst_matroska_demux_audio_caps),
4654         (gst_matroska_demux_subtitle_caps):
4655         * gst/matroska/matroska-demux.h:
4656         * gst/matroska/matroska-ids.c:
4657         (gst_matroska_track_init_subtitle_context):
4658         * gst/matroska/matroska-ids.h:
4659         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4660         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4661         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4662         * sys/v4l2/gstv4l2src.c:
4663         * tests/check/pipelines/wavpack.c: (bus_handler):
4664         * win32/common/config.h:
4665
4666 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4667
4668         * ext/wavpack/gstwavpackstreamreader.c:
4669         * tests/examples/spectrum/demo-audiotest.c:
4670         * tests/examples/spectrum/demo-osssrc.c:
4671         Fix some compiler warnings.
4672
4673 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4674
4675         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4676         Small comment added.
4677
4678         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4679         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4680         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4681         Debug string cleanups (remove trailing \n)
4682         Refactor and clean up the payloader a bit and make sure that we only
4683         put one NAL unit in an RTP packet even if the input buffer contains
4684         multiple NAL units.
4685         Add suport for AVC format input.
4686
4687 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4688
4689         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4690         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4691         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4692         * gst/rtp/gstrtph264pay.h:
4693         Make it possible to specify profile-level-id and sprop-parameter-sets
4694         using properties in case they are not available in-stream.
4695
4696 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4697
4698         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4699         * docs/plugins/gst-plugins-good-plugins.args:
4700         * docs/plugins/inspect/plugin-ladspa.xml:
4701           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4702
4703 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4704
4705         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4706         Send an initial BYTE segment to inform downstream of later seeking,
4707         and to forego sync attempts.
4708
4709 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4710
4711         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4712         Fix wrong caps string.
4713
4714 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4715
4716         Based on patch by: Olivier Crete <tester at tester dot ca>
4717
4718         * gst/rtp/Makefile.am:
4719         * gst/rtp/gstrtp.c: (plugin_init):
4720         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4721         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4722         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4723         (gst_rtp_g729_depay_plugin_init):
4724         * gst/rtp/gstrtpg729depay.h:
4725         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4726         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4727         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4728         * gst/rtp/gstrtpg729pay.h:
4729         Added G729 pay and depayloaders. Fixes #532409.
4730
4731 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4732
4733         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4734         Fix the calculation of the duration of the concealment packets.
4735
4736 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4737
4738         Based on patch by: Olivier Crete <tester at tester dot ca>
4739
4740         * gst/rtp/Makefile.am:
4741         * gst/rtp/gstrtp.c: (plugin_init):
4742         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4743         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4744         (parse_encode), (gst_rtp_dv_depay_setcaps),
4745         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4746         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4747         (gst_rtp_dv_depay_plugin_init):
4748         * gst/rtp/gstrtpdvdepay.h:
4749         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4750         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4751         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4752         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4753         (gst_dv_pay_negotiate), (include_dif),
4754         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4755         * gst/rtp/gstrtpdvpay.h:
4756         Add DV pay and depayloaders. Fixes #532423.
4757
4758 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4759
4760         * gst/matroska/matroska-demux.c:
4761         (gst_matroska_demux_push_dvd_clut_change_event):
4762         Convert subtitle palette info in VobSub private data from VobSub's
4763         (buggy) RGB to YUV.
4764
4765 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4766
4767         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4768         Do not leave fourcc stream header field empty upon reset.
4769         Fixes #519301.
4770
4771 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4772
4773         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4774         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4775         * docs/plugins/inspect/plugin-goom.xml:
4776         * docs/plugins/inspect/plugin-goom2k1.xml:
4777         * gst/goom/gstgoom.c:
4778         * gst/goom2k1/gstgoom.c:
4779         Add goom2k1 into the docs.
4780
4781 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4782
4783         Based on patch by: Wouter Cloetens  <wouter at mind be>
4784
4785         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4786         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4787         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4788         (gst_rtsp_decode_quoted_string),
4789         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4790         (gst_rtspsrc_setup_auth):
4791         Support Digest authentication. Fixes #532065.
4792
4793 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4794
4795         * gst/level/gstlevel.c:
4796           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4797           about whats needed for liboil acceleration. Simplify docs a bit.
4798
4799 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4800
4801         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4802
4803         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4804         Update the track duration if the old one was invalid.
4805         Fixes bug #532117.
4806
4807 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4808
4809         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4810           Use GST_STR_NULL when trying to print sps and pps strings that could
4811           be NULL, as this might crash on some platforms.
4812
4813 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4814
4815         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4816
4817         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4818           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4819           set after creating the clipper.
4820
4821 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4822
4823         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4824
4825         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4826           Added checking of surface lost case after an unsuccessful
4827           IDirectDrawSurface7_Lock() call.
4828           If surface is lost, return GST_FLOW_OK.
4829
4830 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4831
4832         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4833
4834         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4835           WndProc, gst_directdraw_sink_window_thread):
4836           Improved Windows message loop and fixed window destruction issue.
4837           When the window which DirectDraw is rendering to is destroyed, the
4838           render/show_frame function will return GST_FLOW_ERROR.
4839           Partially fixes #520885.
4840
4841 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4842
4843         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4844
4845         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4846           Fixed mid stream resolution change bug, the offscreen surface is now
4847           released when set_caps is called.
4848           Partially fixes #520885.
4849
4850 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4851
4852         * sys/directdraw/gstdirectdrawsink.c
4853           (gst_directdraw_sink_buffer_alloc):
4854           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4855           width/height.
4856
4857           Especially when looking through the pool of buffers, make sure that
4858           the width/height of caps is used instead of the already negotiated
4859           dimensions.
4860           For example if a buffer with different caps is requested, i.e.
4861           higher resolution, the caller would get a buffer with the old
4862           dimensions and thus corrupt the heap.
4863
4864 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4865
4866         * sys/directdraw/gstdirectdrawsink.c
4867           (gst_directdraw_sink_buffer_alloc):
4868           Clear the flags on recycled buffers from buffer_alloc.
4869           Partially fixes #520885.
4870
4871 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4872
4873         * gst/rtp/gstrtpilbcpay.c:
4874           Added missing stdlib.h include for strtol(), and made include ordering and
4875           style consistent with the corresponding depayloader.
4876
4877 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4878
4879         * configure.ac:
4880           Error out if we don't have the required core/base versions.
4881
4882 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4883
4884         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4885
4886         * sys/osxvideo/cocoawindow.m:
4887         Fix compiler warnings on PPC64. Fixes bug #499318.
4888
4889 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4890
4891         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4892
4893         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4894         Don't leak file descriptors on error. Fixes #531532.
4895
4896 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4897
4898         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4899         (gst_gconf_audio_src_change_state):
4900         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4901         (gst_gconf_video_sink_change_state):
4902         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4903         (gst_gconf_video_src_change_state):
4904         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4905         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4906         When we can't create a fakesink/fakesrc complain instead of unreffing
4907         NULL pointers and crashing later. See bug #530535.
4908
4909 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4910
4911         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4912         Add some more debug info and guard against small payloads.
4913
4914         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4915         Set duration on outgoing buffers because we can.
4916
4917 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4918
4919         Patch by: Olivier Crete <tester at tester dot ca>
4920
4921         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4922         (gst_speex_enc_init), (gst_speex_enc_chain):
4923         Add negotiation for the speex channels and rate. Fixes #465146.
4924
4925 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4926
4927         Patch by: Olivier Crete <tester at tester dot ca>
4928
4929         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4930         (gst_rtp_speex_pay_getcaps):
4931         Add negotiation for the speex channels and rate. See #465146.
4932
4933 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4934
4935         Patch by: Olivier Crete <tester at tester dot ca>
4936
4937         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4938         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4939         Add negotiation for the ILBC mode. See #465146.
4940
4941 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4942
4943         * ext/soup/gstsouphttpsrc.c:
4944           Include stdlib to fix the build. Use g_free instead of free, libsoup
4945           uses glib.
4946
4947 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4948
4949         Patch by: j^ <j@bootlab.org>
4950
4951         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4952         Add more mpeg2 variants. Fixes #530886.
4953
4954 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4955
4956         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4957
4958         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4959           Don't error out if we get an ICMP destination-unreachable
4960           message when trying to read packets on win32 (#529454).
4961
4962 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4963
4964         * configure.ac:
4965         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4966           Use new error code for encrypted streams (which requires core CVS).
4967
4968 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4969
4970         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4971           (gst_qtdemux_audiosrc_template):
4972           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4973
4974 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4975
4976         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4977         (speex_dec_chain_parse_data):
4978         Produce concealment data when time progresses in a segment update.
4979
4980 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4981
4982         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4983         (speex_dec_chain):
4984         Try to preserve input timestamps when we can.
4985         Do beginnings of error concealment.
4986
4987 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4988
4989         * gst/debug/gstnavigationtest.c:
4990           MSVC doesn't provide rint(), define an adequate replacement locally as
4991           elsewhere.
4992
4993 2008-04-28  Julien Moutte  <julien@fluendo.com>
4994
4995         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4996         format to pacify Mac OSX's gcc.
4997
4998 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4999
5000         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
5001           (DEFAULT_MAX), (src_template), (sink_template),
5002           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
5003           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
5004           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
5005           Bring rndbuffersize element into a state that doesn't require us
5006           to move it to -bad immediately. For one, fix up default min/max
5007           values so that the element actuall works using the default values.
5008           Also, don't ignore flow return values and do some kind of minimal
5009           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
5010           other gratuitious clean-ups.
5011
5012 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5013
5014         * docs/plugins/Makefile.am:
5015         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5016         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5017         * docs/plugins/gst-plugins-good-plugins.args:
5018         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5019         * docs/plugins/gst-plugins-good-plugins.interfaces:
5020         * docs/plugins/gst-plugins-good-plugins.prerequisites:
5021         * docs/plugins/inspect/plugin-1394.xml:
5022         * docs/plugins/inspect/plugin-aasink.xml:
5023         * docs/plugins/inspect/plugin-alaw.xml:
5024         * docs/plugins/inspect/plugin-alpha.xml:
5025         * docs/plugins/inspect/plugin-alphacolor.xml:
5026         * docs/plugins/inspect/plugin-annodex.xml:
5027         * docs/plugins/inspect/plugin-apetag.xml:
5028         * docs/plugins/inspect/plugin-audiofx.xml:
5029         * docs/plugins/inspect/plugin-auparse.xml:
5030         * docs/plugins/inspect/plugin-autodetect.xml:
5031         * docs/plugins/inspect/plugin-avi.xml:
5032         * docs/plugins/inspect/plugin-cacasink.xml:
5033         * docs/plugins/inspect/plugin-cairo.xml:
5034         * docs/plugins/inspect/plugin-cdio.xml:
5035         * docs/plugins/inspect/plugin-cutter.xml:
5036         * docs/plugins/inspect/plugin-debug.xml:
5037         * docs/plugins/inspect/plugin-dv.xml:
5038         * docs/plugins/inspect/plugin-efence.xml:
5039         * docs/plugins/inspect/plugin-effectv.xml:
5040         * docs/plugins/inspect/plugin-equalizer.xml:
5041         * docs/plugins/inspect/plugin-esdsink.xml:
5042         * docs/plugins/inspect/plugin-flac.xml:
5043         * docs/plugins/inspect/plugin-flxdec.xml:
5044         * docs/plugins/inspect/plugin-gamma.xml:
5045         * docs/plugins/inspect/plugin-gconfelements.xml:
5046         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5047         * docs/plugins/inspect/plugin-goom.xml:
5048         * docs/plugins/inspect/plugin-halelements.xml:
5049         * docs/plugins/inspect/plugin-icydemux.xml:
5050         * docs/plugins/inspect/plugin-id3demux.xml:
5051         * docs/plugins/inspect/plugin-jpeg.xml:
5052         * docs/plugins/inspect/plugin-level.xml:
5053         * docs/plugins/inspect/plugin-matroska.xml:
5054         * docs/plugins/inspect/plugin-monoscope.xml:
5055         * docs/plugins/inspect/plugin-mulaw.xml:
5056         * docs/plugins/inspect/plugin-multifile.xml:
5057         * docs/plugins/inspect/plugin-multipart.xml:
5058         * docs/plugins/inspect/plugin-navigationtest.xml:
5059         * docs/plugins/inspect/plugin-ossaudio.xml:
5060         * docs/plugins/inspect/plugin-png.xml:
5061         * docs/plugins/inspect/plugin-quicktime.xml:
5062         * docs/plugins/inspect/plugin-rtp.xml:
5063         * docs/plugins/inspect/plugin-rtsp.xml:
5064         * docs/plugins/inspect/plugin-shout2send.xml:
5065         * docs/plugins/inspect/plugin-smpte.xml:
5066         * docs/plugins/inspect/plugin-spectrum.xml:
5067         * docs/plugins/inspect/plugin-speex.xml:
5068         * docs/plugins/inspect/plugin-taglib.xml:
5069         * docs/plugins/inspect/plugin-udp.xml:
5070         * docs/plugins/inspect/plugin-video4linux2.xml:
5071         * docs/plugins/inspect/plugin-videobalance.xml:
5072         * docs/plugins/inspect/plugin-videobox.xml:
5073         * docs/plugins/inspect/plugin-videocrop.xml:
5074         * docs/plugins/inspect/plugin-videoflip.xml:
5075         * docs/plugins/inspect/plugin-videomixer.xml:
5076         * docs/plugins/inspect/plugin-wavenc.xml:
5077         * docs/plugins/inspect/plugin-wavpack.xml:
5078         * docs/plugins/inspect/plugin-wavparse.xml:
5079         * docs/plugins/inspect/plugin-ximagesrc.xml:
5080           Add docs for gdkpixbufsink; update docs to CVS version.
5081
5082 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5083
5084         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5085         Remove test sync-offset by default.
5086
5087 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5088
5089         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
5090         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
5091         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5092           Use GLib versions of htonl, htons, ntohl and ntohs in order
5093           to avoid problems on win32 (#529707).
5094
5095 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5096
5097         Patch by: Jesús Corrius <jesus at softcatala org>
5098
5099         * gst/goom/filters.c: (zoomVector):
5100         * gst/goom/goom_core.c: (init_buffers):
5101           Fix build with mingw32: use rand() instead of random() and
5102           replace bzero() with memset(). Fixes #529692.
5103
5104 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5105
5106         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
5107         Fix typo in comments.
5108
5109         * tests/examples/rtp/client-H263p-PCMA.sdp:
5110         * tests/examples/rtp/client-H263p-PCMA.sh:
5111         * tests/examples/rtp/client-H264-PCMA.sdp:
5112         * tests/examples/rtp/client-H264-PCMA.sh:
5113         * tests/examples/rtp/client-H264.sdp:
5114         * tests/examples/rtp/client-H264.sh:
5115         * tests/examples/rtp/client-PCMA.sdp:
5116         * tests/examples/rtp/client-PCMA.sh:
5117         * tests/examples/rtp/server-alsasrc-PCMA.sh:
5118         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
5119         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5120         Add some more docs and fix examples.
5121
5122 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
5123
5124         * tests/check/elements/multifile.c:
5125         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
5126         declared in the former, some have it declared in the latter.
5127
5128 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
5129
5130         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
5131         * gst/debug/tests.c: (md5_get_value):
5132         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5133         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5134         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5135         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
5136         Stop using deprecated GLib functions.
5137
5138 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
5139
5140         * configure.ac:
5141         Back to development -> 0.10.8.1
5142
5143 === release 0.10.8 ===
5144
5145 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
5146
5147         * configure.ac:
5148           releasing 0.10.8, "One For The Money"
5149
5150 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5151
5152         * configure.ac:
5153         0.10.7.4 pre-release
5154
5155 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5156
5157         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5158         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5159         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5160         * gst/goom/flying_stars_fx.c: (fs_free):
5161         * gst/goom/goom_config_param.h:
5162         * gst/goom/goom_core.c: (goom_init), (goom_close):
5163         * gst/goom/goom_plugin_info.h:
5164         * gst/goom/gstgoom.c: (gst_goom_finalize):
5165         * gst/goom/lines.c: (goom_lines_free):
5166         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5167         * gst/goom/surf3d.c: (grid3d_free):
5168         * gst/goom/surf3d.h:
5169         * gst/goom/tentacle3d.c: (tentacle_free):
5170         Free a bunch of stuff, and initialise things to fix leaks
5171         and valgrind warnings in the testsuite.
5172
5173         Fixes: #529268
5174
5175 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5176
5177         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5178         (gst_rtspsrc_configure_caps):
5179         Ref caps as the return value for the request_pt_map signal.
5180         Remove some caps weirdness when configuring a stream. See #528245.
5181
5182 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5183
5184         * tests/icles/gdkpixbufsink-test.c:
5185           Add cast to placate gcc 4.1.2.
5186
5187 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5188
5189         * configure.ac:
5190         0.10.7.3 pre-release
5191
5192 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5193
5194         * tests/check/Makefile.am:
5195         Disable some more elements in the state test.
5196         Add a define so the soup test can find the test files
5197         it needs at runtime.
5198
5199         * tests/check/elements/souphttpsrc.c: (run_server):
5200
5201         Add a define so the soup test can find the test files
5202         it needs at runtime.
5203
5204 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5205
5206         * gst/goom/convolve_fx.c: (convolve_apply):
5207         Don't ever draw the GOOM logo.
5208         Fixes: #528615
5209
5210 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5211
5212         * ext/cdio/gstcdiocddasrc.c:
5213         * ext/dv/gstdvdemux.c: 
5214         gst_atomic_int_set ==> g_atomic_int_set
5215
5216 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5217
5218         * configure.ac:
5219         * gst/goom/Makefile.am:
5220         * gst/goom/convolve_fx.c:
5221         * gst/goom/default_scripts.h:
5222         * gst/goom/goom.h:
5223         * gst/goom/goom_core.c: (choose_a_goom_line):
5224         * gst/goom/goom_plugin_info.h:
5225         * gst/goom/goomsl.c:
5226         * gst/goom/goomsl.h:
5227         * gst/goom/goomsl_hash.c:
5228         * gst/goom/goomsl_hash.h:
5229         * gst/goom/goomsl_heap.c:
5230         * gst/goom/goomsl_heap.h:
5231         * gst/goom/goomsl_private.h:
5232         * gst/goom/plugin_info.c:
5233           Strip out the config/script parsing stuff, we don't need it.
5234           Fixes #527999.
5235
5236 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5237
5238         * gst/goom/plugin_info.c: (setOptimizedMethods):
5239           Disable altivec optimisations for 32-bit PPC as well to make
5240           things build properly on all PPC systems. Fixes #528143
5241
5242 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5243
5244         * gst-plugins-good.spec.in:
5245           Update for souphttpsrc plugin which has moved to -good.
5246
5247 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5248
5249         * gst/matroska/matroska-demux.c:
5250         (gst_matroska_demux_handle_seek_event):
5251         Fix open-ended seeks in matroskademux
5252         Patch by: Mark Nauwelaerts <manauw skynet be>
5253         Fixes: #526557
5254
5255 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5256
5257         * tests/check/Makefile.am:
5258         Add soup test certificates to the dist.
5259
5260 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5261
5262         * ext/Makefile.am:
5263         Remove LADSPA reference I missed.
5264
5265 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5266
5267         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5268         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5269         over gnome-vfs and everything else. Fixes bug #527848.
5270
5271 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5272
5273         * configure.ac:
5274         * ext/Makefile.am:
5275         Remove LADSPA plugin. Fixes: #515978
5276
5277 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5278
5279         * configure.ac:
5280         * docs/plugins/Makefile.am:
5281         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5282         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5283         * docs/plugins/gst-plugins-good-plugins.args:
5284         * docs/plugins/inspect/plugin-soup.xml:
5285         * ext/Makefile.am:
5286         * tests/check/Makefile.am:
5287         Move soup plugin from -bad (Fixes: #523124)
5288
5289 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5290
5291         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5292         Fix bounds checking of mode in Speex header, which may
5293         produce negative numbers in speex <= 1.1.12
5294
5295 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5296
5297         * gst/goom/Makefile.am:
5298         * gst/goom/gfontlib.c:
5299         * gst/goom/gfontlib.h:
5300         * gst/goom/gfontrle.c:
5301         * gst/goom/gfontrle.h:
5302         * gst/goom/goom.h:
5303         * gst/goom/goom_core.c: (goom_update):
5304         * gst/goom/goom_plugin_info.h:
5305         * gst/goom/gstgoom.c: (gst_goom_chain):
5306         * gst/goom/plugin_info.c:
5307           Remove a bunch of font/text related code that we don't need.
5308
5309 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5310
5311         * gst/goom/ppc_drawings.s:
5312         * gst/goom/ppc_zoom_ultimate.s:
5313           Change license of these files to LGPL, as permitted by the
5314           author, Guillaume Borios. See #515073.
5315
5316 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5317
5318         * gst/goom/convolve_fx.c:
5319         * gst/goom/motif_goom1.h:
5320         * gst/goom/motif_goom2.h:
5321           As hinted in Bug #518213, revert one change and fix warnings properly.
5322           This fixes both #518213 and #520073 for me.     
5323
5324 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5325
5326         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5327         * gst/matroska/matroska-demux.c:
5328         (gst_matroska_demux_handle_seek_event),
5329         (gst_matroska_demux_parse_contents_seekentry),
5330         (gst_matroska_demux_loop):
5331         Fix the Forte build by making function declaration signatures
5332         match the implementations.
5333
5334 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5335
5336         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5337         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5338         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5339           More logging when probing (see #518474), some comments in _reset().
5340
5341 2008-04-07  Julien Moutte  <julien@fluendo.com>
5342
5343         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5344         because of a bad argument number.
5345
5346 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5347
5348         * tests/icles/.cvsignore:
5349         * tests/icles/Makefile.am:
5350         * tests/icles/gdkpixbufsink-test.c:
5351           Interactive test app for gdkpixbufsink.
5352
5353 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5354
5355         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5356
5357         * configure.ac:
5358         Actually build dlls when cross-compiling with mingw32.
5359         Fixes bug #526247.
5360
5361 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5362
5363         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5364           Don't munge device string to 'default:x' for capture devices.
5365           Fixes #525833.
5366
5367 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5368
5369         * ext/wavpack/gstwavpackparse.c:
5370         (gst_wavpack_parse_index_entry_free):
5371         Always use GSlice as we actually depend on GLib 2.12 already.
5372
5373 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5374
5375         * configure.ac:
5376           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5377           Also bump the GLib requirement to the current de-facto requirement
5378           (ie. 2.12).
5379
5380 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5381
5382         * gst/rtp/gstrtph264pay.c: (encode_base64),
5383         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5384         * gst/rtp/gstrtph264pay.h:
5385         Parse codec_data for future AVC compatibility.
5386         Fail when we encounter AVC data for now.
5387
5388 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5389
5390         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5391           (gst_spectrum_init), (gst_spectrum_set_property),
5392           (gst_spectrum_get_property), (gst_spectrum_message_new):
5393           Rename property enums and default defines for the properties to match
5394           the property names and rephrase property descriptions to make them a
5395           bit clearer (hopefully). See #518188.
5396
5397 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5398
5399         * tests/check/Makefile.am:
5400         * tests/check/elements/.cvsignore:
5401         * tests/check/elements/gdkpixbufsink.c:
5402           Add unit test for gdkpixbufsink element.
5403
5404 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5405
5406         * ext/gdk_pixbuf/Makefile.am:
5407         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5408         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5409           (gst_gdk_pixbuf_sink_base_init),
5410           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5411           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5412           (gst_gdk_pixbuf_sink_set_caps),
5413           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5414           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5415           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5416           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5417           (gst_gdk_pixbuf_sink_get_property):
5418         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5419           Add gdkpixbufsink element for easy snapshotting (#525946).
5420
5421 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5422
5423         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5424         Bump timeout from 3 to 60 seconds.
5425
5426 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5427
5428         * tests/check/pipelines/.cvignore:
5429         Remove useless file.
5430
5431         * tests/check/pipelines/.cvsignore:
5432         Add new test to .cvsignore.
5433
5434 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5435
5436         * tests/check/Makefile.am:
5437         * tests/check/pipelines/wavpack.c: (bus_handler),
5438         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5439         (wavpack_suite), (main):
5440         Add unit test that encodes and decodes some data, checks that it
5441         is still the same and that all timestamps/offsets are perfect.
5442
5443 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5444
5445         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5446         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5447         * ext/wavpack/gstwavpackparse.c:
5448         (gst_wavpack_parse_index_entry_new),
5449         (gst_wavpack_parse_index_entry_free),
5450         (gst_wavpack_parse_base_init),
5451         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5452         Use GSlice for allocating index entries and use
5453         gst_element_class_set_details_simple().
5454
5455 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5456
5457         Patch by: Brian Cameron <brian.cameron at sun dot com>
5458
5459         * sys/sunaudio/gstsunaudio.c:
5460         * sys/sunaudio/gstsunaudiomixer.c:
5461         * sys/sunaudio/gstsunaudiomixer.h:
5462         * sys/sunaudio/gstsunaudiomixerctrl.c:
5463         * sys/sunaudio/gstsunaudiomixerctrl.h:
5464         * sys/sunaudio/gstsunaudiomixertrack.c:
5465         * sys/sunaudio/gstsunaudiomixertrack.h:
5466         * sys/sunaudio/gstsunaudiosink.c:
5467         * sys/sunaudio/gstsunaudiosink.h:
5468         * sys/sunaudio/gstsunaudiosrc.c:
5469         * sys/sunaudio/gstsunaudiosrc.h:
5470           Fix up copyrights (#525860).
5471
5472 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5473
5474         * gst/goom/goomsl.c: (gsl_read_file):
5475           Check return value of fread() to avoid compiler warnings.
5476
5477 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5478
5479         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5480
5481         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5482         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5483         * gst/law/alaw-decode.h:
5484         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5485         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5486         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5487         * gst/law/mulaw-decode.h:
5488         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5489         Make negotiation a bit modern.
5490         Use pad_alloc. Fixes #525359.
5491
5492 2008-03-31  David Schleef  <ds@schleef.org>
5493
5494         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5495           compiles consistently.  Fixes #522278.
5496
5497 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5498
5499         Patch by: Brian Cameron <brian.cameron at sun dot com>
5500
5501         * sys/sunaudio/gstsunaudiomixerctrl.c:
5502           (gst_sunaudiomixer_ctrl_get_volume),
5503           (gst_sunaudiomixer_ctrl_set_volume):
5504         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5505           Fix up the mixer tracks to use a volume range of 0-255, which is what
5506           the sun audio API uses. This simplifies the code and avoids rounding
5507           errors. Fixes #524593.
5508
5509 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5510
5511         * sys/v4l2/gstv4l2object.c:
5512         * sys/v4l2/gstv4l2object.h:
5513         Add device-fd property to make it possible to apps to call ioctl's.
5514
5515 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5516
5517         * gst/qtdemux/qtdemux.c: (next_entry_size):
5518         Unbreak streaming mode again.
5519
5520 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5521
5522         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5523           Remove superfluous DEBUG macro.
5524
5525 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5526
5527         Based on patch by: William M. Brack <wbrack at mmm com hk>
5528
5529         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5530           (gst_v4l2src_set_capture):
5531           Check whether the device supports setting the framerate before
5532           trying to set it and then posting a warning or error if it doesn't
5533           work (#516649, #520092). Also compare fractions more correctly.
5534
5535 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5536
5537         * gst/goom/Makefile.am:
5538           Remove ppc assembler optimisations from the build until they
5539           actually build (they also seem to have GPL headers).
5540
5541 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5542
5543         * m4/Makefile.am:
5544           Better not dist files that don't exist any longer (lrint*m4).
5545
5546 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5547
5548         * configure.ac:
5549         * m4/lrint.m4:
5550         * m4/lrintf.m4:
5551         Remove lrint/lrintf checks. We don't use it anywhere.
5552
5553 2008-03-18  Andy Wingo  <wingo@pobox.com>
5554
5555         * sys/osxvideo/osxvideosink.m
5556         (gst_osx_video_sink_osxwindow_destroy)
5557         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5558         task, whoopdee.
5559         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5560         2 ms.
5561
5562 2008-03-18  Andy Wingo  <wingo@pobox.com>
5563
5564         * sys/osxvideo/osxvideosink.m
5565         (gst_osx_video_sink_osxwindow_destroy)
5566         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5567         task, whoopdee.
5568         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5569         2 ms.
5570         
5571 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5572
5573         Patch by: William M. Brack <wbrack at mmm com hk>
5574
5575         * sys/v4l2/v4l2src_calls.c:
5576           (gst_v4l2src_probe_caps_for_format_and_size),
5577           (gst_v4l2src_probe_caps_for_format):
5578           Make sure the probed frame sizes are reversed in the resulting
5579           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5580           highest resolution first); also remove unused variable.
5581           (Partly fixes #520092)
5582
5583 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5584
5585         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5586
5587         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5588         (gst_rtspsrc_finalize):
5589         Call WSAStartup() and WSACleanup before using the Winsock API.
5590         See #520808.
5591
5592 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5593
5594         * gst/avi/gstavidemux.c:
5595           Erm, the buffer-size is just guint, no need for the special format
5596           specifier.
5597
5598 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5599
5600         * gst/goom/plugin_info.c:
5601         * gst/goom/ppc_zoom_ultimate.h:
5602           Small fixes to build more on PPC: ifdef out code that uses unknown
5603           define; add newline at end of header file to avoid compiler warning.
5604           Assembler code still doesn't build though.
5605
5606 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5607
5608         * gst/avi/gstavidemux.c:
5609           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5610           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5611
5612 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5613
5614         * gst/avi/gstavidemux.c:
5615           Chunksize is uint32. Fix format specifier.
5616
5617 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5618
5619         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5620         mistake. Return file to pure MIT text.
5621
5622 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5623
5624         * gst/audiofx/audiofx.c:
5625         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5626         of hardcoding values.
5627
5628 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5629
5630         Patch by: Mark Nauwelaerts <manauw skynet be>
5631
5632         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5633           (gst_oss_src_close):
5634         * sys/oss/gstosssrc.h:
5635           Cache probed caps, so _get_caps() during recording doesn't cause
5636           ioctl calls which may disrupt the recording (fixes #521875).
5637
5638 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5639
5640         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5641         (gst_qtdemux_activate_segment),
5642         (gst_qtdemux_prepare_current_sample),
5643         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5644         Make sure we always send a DISCONT after a seek by setting the sample
5645         index to an undefined value after a seek.
5646
5647 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5648
5649         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5650           (GST_IS_AVI_SUBTITLE_CLASS):
5651           Fix up IS_FOO macros, which makes gtk-doc much happier.
5652
5653 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5654
5655         * tests/icles/Makefile.am:
5656           Move the -lgstfoo where it belongs.
5657
5658 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5659
5660         * gst/matroska/ebml-ids.h:
5661         Add ID for EBML CRC32 elements.
5662
5663         * gst/matroska/Makefile.am:
5664         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5665         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5666         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5667         (gst_ebml_read_header):
5668         Support reading 80bit floats, add finalize method to clean up
5669         in any case, support reading length/id elements with any length
5670         as long as it's smaller than our supported maximum, don't leak
5671         buffers if reading as much data as we wanted failed and some
5672         smaller cleanup.
5673
5674 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5675
5676         Patch by: Olivier Crete <tester at tester dot ca>
5677
5678         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5679         Check that a buffer is large enough before reading from it.
5680         Fixes bug #521102.
5681         
5682 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5683
5684         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5685         Fix compilation after removing the GstPollMode from the
5686         constructor.
5687
5688 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5689
5690         * configure.ac:
5691         * gst/audiofx/Makefile.am:
5692         * gst/audiofx/audiochebband.c:
5693         * gst/audiofx/audiocheblimit.c:
5694         * gst/audiofx/math_compat.h:
5695         Check for sinh(), cosh() and asinh() and define our own
5696         implementations if they're not available. Fixes bug #520880.
5697
5698 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5699
5700         Patch by: Olivier Crete <tester at tester dot ca>
5701
5702         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5703         Unref the buffers only once when handling not-negotiated errors.
5704         Fixes bug #520764.
5705
5706 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5707
5708         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5709
5710         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5711         (gst_udpsrc_stop):
5712         Properly balance WSA_Cleanup with WSA_Startup.
5713         Also make the poll controllable on windows. Fixes #520888.
5714
5715 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5716
5717         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5718         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5719         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5720         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5721         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5722         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5723         (gst_ebml_read_date), (gst_ebml_read_master),
5724         (gst_ebml_read_binary), (gst_ebml_read_header):
5725         * gst/matroska/ebml-read.h:
5726         * gst/matroska/matroska-demux.c:
5727         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5728         (gst_matroska_demux_read_track_encodings),
5729         (gst_matroska_demux_add_stream),
5730         (gst_matroska_demux_handle_src_query),
5731         (gst_matroska_demux_handle_seek_event),
5732         (gst_matroska_demux_init_stream),
5733         (gst_matroska_demux_parse_tracks),
5734         (gst_matroska_demux_parse_index_cuetrack),
5735         (gst_matroska_demux_parse_index_pointentry),
5736         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5737         (gst_matroska_demux_parse_metadata_id_simple_tag),
5738         (gst_matroska_demux_parse_metadata_id_tag),
5739         (gst_matroska_demux_parse_metadata),
5740         (gst_matroska_demux_sync_streams),
5741         (gst_matroska_demux_push_hdr_buf),
5742         (gst_matroska_demux_push_flac_codec_priv_data),
5743         (gst_matroska_demux_push_xiph_codec_priv_data),
5744         (gst_matroska_demux_add_wvpk_header),
5745         (gst_matroska_demux_check_subtitle_buffer),
5746         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5747         (gst_matroska_demux_parse_cluster),
5748         (gst_matroska_demux_parse_contents_seekentry),
5749         (gst_matroska_demux_parse_contents),
5750         (gst_matroska_demux_loop_stream_parse_id),
5751         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5752         * gst/matroska/matroska-demux.h:
5753         * gst/matroska/matroska-ids.h:
5754         Handle return values from pull_range in a more granular way to properly
5755         shut down on seeks.
5756         Combine return values from push.
5757         Implement proper error handling.
5758         Prepare for handling seeking correctly.
5759
5760 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5761
5762         * gst/matroska/ebml-read.c:
5763         Use GINT64 formatting constants from GLIB.
5764
5765         * gst/matroska/matroska-demux.c:
5766         Add some guards to avoid a possible division by 0 and crashing
5767         with NULL events on some systems.
5768         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5769         conversion. 
5770
5771         * gst/matroska/matroska-mux.c:
5772         Check for invalid timestamps in a bunch of places to avoid
5773         writing bogus durations into the output file.
5774         Fix some double<->gint64 conversions that weren't using
5775         gst_guint64_to_gdouble
5776
5777 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5778
5779         * configure.ac:
5780         Move the checks for bison, flex and as to the program section and the
5781         check for gcc inline asm to the compiler characteristics section.
5782
5783 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5784
5785         * configure.ac:
5786         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5787         plug-ins are included/excluded. (#498222)
5788
5789 2008-02-29  Michael Smith <msmith@fluendo.com>
5790
5791         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5792           Don't call gst_object_sync_values() unless we have a valid timestamp.
5793
5794 2008-02-28  David Schleef  <ds@schleef.org>
5795
5796         * gst/matroska/matroska-demux.c:
5797         * gst/matroska/matroska-ids.h:
5798         * gst/matroska/matroska-mux.c:
5799           Fix Dirac mapping.  I had previously added a VfW-type
5800           mapping, but it looks like Dirac will get a native Matroska
5801           mapping, and this is the most likely method.
5802
5803 2008-02-28  David Schleef  <ds@schleef.org>
5804
5805         * gst/avi/gstavimux.c: Add Dirac encoding
5806
5807 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5808
5809         Patch by: Peter Kjellerstedt <pkj at axis com>
5810
5811         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5812         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5813         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5814         * gst/udp/gstudpsrc.h:
5815         Port to GstPoll. See #505417.
5816
5817 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5818
5819         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5820         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5821         yet on the srcpad. We need rate and channels before we
5822         can do any processing. Fixes bug #519088.
5823
5824 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5825
5826         * configure.ac:
5827         Detect and indicate if GCC inline assembly syntax is
5828         available.
5829
5830         * gst/goom/Makefile.am:
5831         * gst/goom/convolve_fx.c:
5832         * gst/goom/flying_stars_fx.c:
5833         * gst/goom/goom_config.h:
5834         * gst/goom/goom_core.c:
5835         * gst/goom/goomsl.c:
5836         * gst/goom/ifs.c:
5837         * gst/goom/mmx.c:
5838         * gst/goom/plugin_info.c:
5839         * gst/goom/xmmx.c:
5840         Fix various GCC-isms, and only build the inline assembly
5841         with compilers that support GCC inline assembly.
5842
5843         Fix a couple of other warnings shown with Forte.
5844
5845 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5846
5847         * gst/goom/xmmx.c:
5848           Use 'emms' instead of 'femms' to not crash on cpus that do not
5849           implement this 3dnow specific instruction.
5850
5851 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5852
5853         * gst/goom/plugin_info.c: (setOptimizedMethods):
5854         Use extended MMX for draw_line() too if available, not only
5855         normal MMX.
5856
5857 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5858
5859         * ext/jpeg/gstjpeg.c: (plugin_init):
5860         Remove (commented out) smoke typefinder. This is in base now.
5861
5862 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5863
5864         * gst/goom2k1/Makefile.am:
5865         * gst/goom2k1/gstgoom.c:
5866
5867         Rename the installed library, and don't register the same 
5868         GType name as the new goom.
5869
5870 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5871
5872         * configure.ac:
5873         * ext/taglib/Makefile.am:
5874           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5875           when building C++ code (#516509).
5876
5877 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5878
5879         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5880         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5881           (setOptimizedMethods):
5882           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5883           anything useful. Export goom debug category so we can get
5884           rid of the VERBOSE define and the printfs.
5885
5886 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5887
5888         * gst/goom/goomsl_heap.c: (align_it):
5889         * gst/goom/plugin_info.c: (setOptimizedMethods):
5890           Compile fixes for x86-64.
5891
5892 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5893
5894         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5895         with warnings, but add other CFLAGS
5896
5897         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5898         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5899         (calculate_labels), (gsl_read_file):
5900         * gst/goom/goomsl_lex.l:
5901         * gst/goom/goomsl_yacc.y:
5902         * gst/goom/plugin_info.c: Remove a few live printf, and
5903         fprintf, replace exit() calls with g_assert_not_reached()
5904         if it not optimal for a library
5905
5906 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5907
5908         * gst/goom/Makefile.am: Remove the warnings being disabled,
5909         fix linkage on x86, spotted by Sebastian Dröge
5910         <slomo@circular-chaos.org>
5911
5912         * gst/goom/convolve_fx.c (convolve_init),
5913         (create_output_with_brightness), (convolve_apply):
5914         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5915         * gst/goom/goomsl.c:
5916         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5917         * gst/goom/plugin_info.c:
5918         * gst/goom/tentacle3d.c (tentacle_fx_create):
5919         Fix warnings, and disable the motifs in the convolve_fx
5920         plugin (they were causing warnings, and they were just
5921         "Goom" in funny letterring)
5922
5923 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5924
5925         * configure.ac: Add checks for Flex/Yacc/Bison and other
5926         furry animals, for the new goom 2k4 based plugin
5927
5928         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5929         CPU optimisations (not working yet), move the old plugin to...
5930
5931         * gst/goom2k1/*: ... here, in case somebody is sick enough
5932
5933         Fixes #515073
5934
5935 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5936
5937         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5938         Post the server response code in an error message instead of a generic
5939         'error' message. Fixes #517237.
5940
5941 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5942
5943         * tests/check/Makefile.am:
5944         Ignore gconfaudiosrc for the states unit test too. It will fallback
5945         to alsasrc if the gconf settings can't be read and not everybody has
5946         alsa.
5947
5948 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5949
5950         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5951         (gst_wavpack_parse_create_src_pad):
5952         * ext/wavpack/gstwavpackparse.h:
5953         Always report the duration if we know it in push mode and don't
5954         return 0 just to make totem believe we can't seek in push mode.
5955         Newer totem version use the SEEKING query which properly reports
5956         if we can seek or not.
5957
5958 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5959
5960         Patch by: Jens Granseuer <jensgr at gmx dot net>
5961
5962         * tests/examples/equalizer/demo.c: (main):
5963         C89 fix, moving variable declarations to the beginning of
5964         the block. Fixes bug #517933.
5965
5966 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5967
5968         * configure.ac:
5969         Back to development...
5970
5971 === release 0.10.7 ===
5972
5973 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5974
5975         * configure.ac:
5976           releasing 0.10.7, "Red Door Black"
5977
5978 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5979
5980         * gst/alpha/Makefile.am:
5981         Link alpha plugin with libgstbase. Fixes bug #517386.
5982
5983 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5984
5985         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5986         Init values to -1 instead of the default 0 value.
5987         Fixes #516524.
5988
5989 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5990
5991         * tests/examples/spectrum/spectrum-example.c:
5992         Add missing include to fix compilation when libxml usage is disabled.
5993         Fixes: #516371
5994
5995 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5996
5997         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5998         fixes: #514889
5999
6000         * gst/rtp/gstrtph264pay.c:
6001         * gst/rtp/gstrtpmp4gdepay.c:
6002         * gst/rtp/gstrtpmp4gpay.c:
6003         * gst/rtp/gstrtpmp4gpay.h:
6004         * gst/rtp/gstrtptheorapay.c:
6005         * gst/rtp/gstrtpvorbispay.c:
6006
6007         Fix various leaks shown up in valgrind
6008         - free sprops and buffer in error cases in H264 payloader
6009         - fix leak in mp4g depayloader when construction the caps
6010         - don't leak config string in the mp4g payloader
6011         - don't leak buffers and headers in theora and vorbis payloaders
6012
6013         * tests/check/elements/rtp-payloading.c:
6014
6015         Fix the RTP data test
6016         - Actually send valid amr data to the payloader instead of 20
6017         zero-bytes
6018         - The mp4g payloader expects codec_data on the caps
6019
6020 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
6021
6022         * win32/MANIFEST:
6023         Add libgstpng.dsp to MANIFEST.
6024         * win32/vs6/libgstaudiofx.dsp:
6025         Add new source files to VS project file.
6026
6027 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6028
6029         * sys/ximage/gstximagesrc.c:
6030         Initialise variables when opening the X display rather
6031         than in _start(), as the display can be opened before that.
6032
6033         Fixes: #515985
6034
6035 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6036
6037         * sys/directdraw/gstdirectdrawsink.c:
6038         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
6039         (gst_directdraw_sink_finalize):
6040         Properly chain up finalize functions. Fixes bug #515980.
6041
6042 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6043
6044         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6045         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
6046         (gst_v4l2_buffer_pool_class_init):
6047         Chain up the finalize functions. Fixes bug #515984.
6048
6049 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6050
6051         * sys/ximage/ximageutil.c:
6052         Chain up in the finalize function for our custom
6053         buffer sub-class.
6054         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
6055         Fixes: #515706
6056
6057 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6058
6059         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
6060         (gst_fenced_buffer_class_init):
6061         Properly chain up finalize method. Fixes bug #515979.
6062
6063 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6064
6065         * sys/ximage/gstximagesrc.c:
6066         Free allocated Damage memory before closing our connection to the
6067         X server. Partially fixes: #515706
6068
6069 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6070
6071         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6072         * tests/check/Makefile.am:
6073         * tests/check/gst-plugins-good.supp:
6074         Add a few libjpeg suppressions and initialize a variable to
6075         make smokeenc valgrind clean. Fixes bug #515701.
6076
6077 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
6078
6079         * gst/avi/gstavidemux.c:
6080         Revert patch which sends timestamps only on keyframes, as it
6081         breaks playback with current gst-ffmpeg.
6082
6083         Fixes: #515562
6084
6085 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6086
6087         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6088         * tests/check/elements/multifile.c: (GST_START_TEST):
6089         Close some memory leaks spotted by the unit test. Fixes bug #515697.
6090
6091 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6092
6093         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6094         Use and unset the GError when pipeline creation fails instead of
6095         simply leaking it. Fixes bug #515704.
6096
6097 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
6098
6099         * gst/audiofx/audioamplify.c:
6100         * gst/audiofx/audiochebband.c:
6101         * gst/audiofx/audiocheblimit.c:
6102         * gst/audiofx/audiodynamic.c:
6103         * gst/audiofx/audioinvert.c:
6104         * gst/audiofx/audiopanorama.c:
6105         * gst/audiofx/audiowsincband.c:
6106         * gst/audiofx/audiowsinclimit.c:
6107         Fix long description of audiofx elements. Fixes bug #515457.
6108
6109 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
6110
6111         * docs/plugins/Makefile.am:
6112         * gst/spectrum/gstspectrum.c:
6113         * tests/examples/spectrum/.cvsignore:
6114         * tests/examples/spectrum/Makefile.am:
6115         * tests/examples/spectrum/spectrum-example.c:
6116
6117         Add a simple example application for the spectrum element, include it
6118         in the docs, and fix some documentation ambiguities.
6119
6120         Fixes: #348085
6121
6122 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6123
6124         * gst/equalizer/Makefile.am:
6125         * gst/spectrum/Makefile.am:
6126         Fix includes order
6127
6128         * tests/check/Makefile.am:
6129         Exclude v4l2src from the states test - it takes too long to start.
6130
6131         * tests/check/elements/spectrum.c:
6132         Make the test run properly with CK_FORK=no
6133
6134 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
6135
6136         * gst/audiofix/Makefile.am: add missing header files 
6137
6138 2008-02-08  Julien Moutte  <julien@fluendo.com>
6139
6140         * gst/matroska/matroska-demux.c:
6141         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
6142         keyframe and delta units correctly when dealign with a BlockGroup.
6143         Fixes: #514397
6144
6145 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6146
6147         * tests/check/elements/.cvsignore:
6148         Spell the new tests correctly in .cvsignore
6149
6150 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6151
6152         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6153           Need to use gsize here for the size, fixes compiler warning.
6154
6155         * tests/examples/equalizer/.cvsignore:
6156         * tests/examples/equalizer/Makefile.am:
6157         * tests/examples/spectrum/.cvsignore:
6158         * tests/examples/spectrum/Makefile.am:
6159           Add missing files to fix the build.
6160
6161 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6162
6163         * configure.ac:
6164         * docs/plugins/Makefile.am:
6165         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6166         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6167         * docs/plugins/gst-plugins-good-plugins.args:
6168         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6169         * docs/plugins/inspect/plugin-multifile.xml:
6170         * tests/check/Makefile.am:
6171         * tests/check/elements/.cvsignore:
6172
6173         Move multifile plugin from -bad.
6174         Fixes: #490283
6175
6176 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6177
6178         * configure.ac:
6179         * docs/plugins/Makefile.am:
6180         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6181         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6182         * docs/plugins/gst-plugins-good-plugins.args:
6183         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6184         * docs/plugins/inspect/plugin-spectrum.xml:
6185         * gst/spectrum/Makefile.am:
6186         * tests/check/Makefile.am:
6187         * tests/check/elements/.cvsignore:
6188         * tests/examples/Makefile.am:
6189
6190         Move spectrum plugin from -bad.
6191         Move examples into tests/examples/spectrum.
6192
6193 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6194
6195         * configure.ac:
6196         * docs/plugins/Makefile.am:
6197         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6198         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6199         * docs/plugins/gst-plugins-good-plugins.args:
6200         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6201         * docs/plugins/gst-plugins-good-plugins.interfaces:
6202         * docs/plugins/inspect/plugin-equalizer.xml:
6203         * gst/equalizer/Makefile.am:
6204         * tests/check/Makefile.am:
6205         * tests/examples/Makefile.am:
6206         Move the equalizer plugin across from -bad
6207
6208         * tests/check/elements/.cvsignore:
6209         Add equalizer, audiosincwband and audiosincwlimit
6210
6211         * tests/check/elements/equalizer.c:
6212         Fix compiler warnings
6213
6214         Fixes: #415627
6215
6216 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6217
6218         * configure.ac:
6219         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6220         are treated like releases and build without it.
6221
6222 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6223
6224         * docs/plugins/Makefile.am:
6225         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6226         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6227         * docs/plugins/gst-plugins-good-plugins.args:
6228         * docs/plugins/inspect/plugin-audiofx.xml:
6229         * gst/audiofx/Makefile.am:
6230         * gst/audiofx/audiofx.c:
6231         * gst/audiofx/audiowsincband.c:
6232         * gst/audiofx/audiowsincband.h:
6233         * gst/audiofx/audiowsinclimit.c:
6234         * gst/audiofx/audiowsinclimit.h:
6235         * tests/check/Makefile.am:
6236         * tests/check/elements/audiowsincband.c:
6237         * tests/check/elements/audiowsinclimit.c:
6238
6239         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6240         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6241         respectively.
6242
6243         Fixes: #467666
6244
6245 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6246
6247         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6248         * tests/check/elements/icydemux.c:
6249           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6250           caps, and add a somewhat useful debug message. Plus test.
6251
6252 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6253
6254         * gst/rtsp/gstrtspsrc.c:
6255         Include unistd.h only if HAVE_UNISTD_H is defined
6256         * win32/common/config.h.in:
6257         * win32/common/config.h:
6258         Define socklen_t as it seems it's not defined in default 
6259         Visual Studio headers.
6260         * win32/vs6/libgstalpha.dsp:
6261         * win32/vs6/libgstapetag.dsp:
6262         * win32/vs6/libgstavi.dsp:
6263         * win32/vs6/libgstrtp.dsp:
6264         * win32/vs6/libgstrtsp.dsp:
6265         * win32/vs6/libgstvideomixer.dsp:
6266         Update project file dependencies and add new source files       
6267
6268 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6269
6270         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6271
6272         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6273         Don't leak buffers when we don't push them downstream.
6274         Fixes bug #514965.
6275
6276 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6277
6278         * configure.ac:
6279           Bump requirements to (good) released versions to avoid
6280           confusion and make implicit core requirement explicit.
6281
6282 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6283
6284         * docs/plugins/Makefile.am:
6285         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6286         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6287         * docs/plugins/gst-plugins-good-plugins.args:
6288         * docs/plugins/inspect/plugin-audiofx.xml:
6289         * gst/audiofx/Makefile.am:
6290         * gst/audiofx/audiochebband.c:
6291         * gst/audiofx/audiochebband.h:
6292         * gst/audiofx/audiocheblimit.c:
6293         * gst/audiofx/audiocheblimit.h:
6294         * gst/audiofx/audiochebyshevfreqband.c:
6295         * gst/audiofx/audiochebyshevfreqband.h:
6296         * gst/audiofx/audiochebyshevfreqlimit.c:
6297         * gst/audiofx/audiochebyshevfreqlimit.h:
6298         * gst/audiofx/audiofx.c:
6299         * tests/check/Makefile.am:
6300         * tests/check/elements/.cvsignore:
6301         * tests/check/elements/audiochebband.c:
6302         * tests/check/elements/audiocheblimit.c:
6303         * tests/check/elements/audiochebyshevfreqband.c:
6304         * tests/check/elements/audiochebyshevfreqlimit.c:
6305
6306         Rename audiochebyshevfreqband -> audiochebband and
6307         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6308         surgery.
6309
6310         Closes: #491811
6311
6312 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6313
6314         Patch by: Orjan Friberg <orjanf at axis dot com>
6315
6316         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6317         Fix caps memory leak. Fixes #514573.
6318
6319 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6320
6321         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6322         If there's no entries in the subindex, don't try to do anything stupid,
6323         just return.
6324
6325 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6326
6327         Patch by: John Millikin <jmillikin at gmail dot com>
6328
6329         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6330           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6331           Fix extraction of picture blocks with newer libflac versions again:
6332           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6333
6334 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6335
6336         * tests/check/Makefile.am:
6337           Add rtp-payloading test to VALGRIND_TO_FIX.
6338
6339         * tests/check/elements/rtp-payloading.c:
6340           Add semicolons after GST_TEST_END so gst-indent gets the
6341           formatting right; make test less verbose in general, but
6342           more verbose in the error case (which should probably
6343           make the test fail anyway).
6344
6345 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6346
6347         * docs/plugins/Makefile.am:
6348         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6349         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6350         * gst/avi/gstavisubtitle.c:
6351         Add documentation for avisubtitle and change class to
6352         Codec/Parser/Subtitle
6353
6354 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6355
6356         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6357         Treat ENOTTY (driver does not implement ioctl) the same as
6358         EINVAL since it implies there are no available standards.
6359
6360         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6361         (gst_v4l2src_get_nearest_size):
6362         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6363         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6364         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6365         reason, and if we aren't yet actively capturing.
6366
6367         * sys/v4l2/v4l2src_calls.h:
6368         Remove replaced function declaration.
6369
6370 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6371
6372         * configure.ac:
6373         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6374         API.
6375
6376 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6377
6378         * configure.ac:
6379         Fix typo.
6380
6381 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6382
6383         * gst/alpha/Makefile.am:
6384         * gst/alpha/gstalpha.c:
6385
6386         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6387         some stuff, and making buffer-alloc and resizing work automatically.
6388         No longer crashes on odd frame widths and heights, although there
6389         seems to be a disagreement with ffmpegcolorspace about what size
6390         an AYUV frame with odd height should be.
6391
6392 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6393
6394         Patch by: Alessandro Decina <alessandro at nnva dot org>
6395
6396         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6397         * ext/libpng/gstpngenc.h:
6398         Preallocate the output buffer so that g_memdup() and
6399         gst_buffer_merge() aren't needed anymore. This greatly improves
6400         performances and fixes #512544.
6401
6402 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6403
6404         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6405         (gst_avi_demux_stream_data):
6406         GStreamer timestamps are PTS values while AVI only knows about DTS
6407         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6408         we are dealing with a key frame.
6409
6410 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6411
6412         * tests/check/Makefile.am:
6413         * tests/check/elements/.cvsignore:
6414         * tests/check/elements/rtp-payloading.c:
6415           Add add testsuite for the rtp-payloader that tries simulating
6416           dataflow. Needs more test data.
6417
6418 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6419
6420         * tests/check/elements/alphacolor.c:
6421           Remove two unused variables.
6422
6423 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6424
6425         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6426           Use g_ascii_strtoll() instead of atoll, which is only
6427           available in C99.
6428
6429 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6430
6431         * gst/rtp/Makefile.am:
6432         * gst/rtp/gstrtp.c:
6433         * gst/rtp/gstrtpmpvpay.c:
6434         * gst/rtp/gstrtpmpvpay.h:
6435         Add MPEG2 video payloader
6436
6437 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6438
6439         * gst/level/gstlevel.c:
6440         Use #include <math.h> instead of #include "math.h".
6441
6442 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6443
6444         * tests/check/Makefile.am:
6445         Fix up some CFLAGS sets.
6446         Don't include gconfvideosrc in the states test.
6447
6448         * tests/check/elements/autodetect.c: (GST_START_TEST):
6449         Add some error strings to fail_unless arguments to fix some weird
6450         compiler errors on Solaris.
6451
6452 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6453
6454         * configure.ac:
6455         Detect video4linux headers on Solaris too.
6456         * sys/v4l2/gstv4l2colorbalance.h:
6457         * sys/v4l2/gstv4l2object.h:
6458         * sys/v4l2/v4l2_calls.c:
6459         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6460         (gst_v4l2_buffer_new):
6461
6462         Make v4l2 build on Solaris.
6463         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6464         Fixes: #510505
6465
6466 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6467
6468         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6469           Update list from (still local) scanning script.
6470
6471 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6472
6473         Based on a patch by:
6474             Victor STINNER <victor dot stinner at haypocalc dot com>
6475
6476         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6477         Set variable to NULL after freeing it to prevent double frees
6478         or make failures by another use of it afterwards more obvious
6479         and fix use of it after the freeing. Fixes bug #510592.
6480
6481 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6482
6483         * gst/udp/gstmultiudpsink.c:
6484         use GST_WARNING for logging
6485
6486 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6487
6488         * gst/udp/gstmultiudpsink.c:
6489         Don't try to leave a multicast group with an invalid socket
6490
6491 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6492
6493         * ext/flac/gstflacdec.c:
6494           Fix compilation against flac 1.1.2 (as on debian stable), where
6495           the picture metadata defines and structs don't exist yet.
6496           Fixes #509301.
6497
6498 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6499
6500         Patch by: Olivier Crete <tester at tester dot ca>
6501
6502         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6503         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6504         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6505         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6506         * gst/udp/gstmultiudpsink.h:
6507         Add property to automatically join a multicast group or not. This can be
6508         useful when sharing a socket between multiple elements.
6509         Fixes #509531.
6510
6511 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6512
6513         * gst/videomixer/Makefile.am:
6514           Add controller flags.
6515
6516 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6517
6518         * gst/videomixer/videomixer.c:
6519           Also commit the missing gst_object_sync_values().
6520
6521 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6522
6523         * docs/plugins/Makefile.am:
6524           Remove duplicate entry.
6525
6526 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6527
6528         * docs/plugins/Makefile.am:
6529         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6530         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6531         * docs/plugins/inspect/plugin-gamma.xml:
6532         * docs/plugins/inspect/plugin-monoscope.xml:
6533         * docs/plugins/inspect/plugin-video4linux2.xml:
6534           Add 3 more plugins to docs.
6535
6536 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6537
6538         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6539         * sys/osxvideo/osxvideosink.h:
6540           Revert previous change caused by a file that got stuck on an old
6541           revision.
6542
6543 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6544
6545         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6546         * gst/multipart/Makefile.am:
6547         * gst/multipart/multipartdemux.c:
6548         * gst/multipart/multipartdemux.h:
6549         * gst/multipart/multipartmux.c:
6550         * gst/multipart/multipartmux.h:
6551           Re-add multipartdemux to the docs. Last round of section cleanup.
6552
6553 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6554
6555         * docs/plugins/Makefile.am:
6556         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6557         * sys/osxaudio/gstosxaudiosink.h:
6558         * sys/osxvideo/osxvideosink.h:
6559           Managed to resolve most unused declarations. Filed a bug for one left.          
6560
6561 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6562
6563         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6564           Cleanup section file.
6565
6566 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6567
6568         * docs/plugins/Makefile.am:
6569         * docs/plugins/gst-plugins-good-plugins.args:
6570         * docs/plugins/gst-plugins-good-plugins.signals:
6571         * docs/plugins/inspect/plugin-alaw.xml:
6572         * docs/plugins/inspect/plugin-alpha.xml:
6573         * docs/plugins/inspect/plugin-alphacolor.xml:
6574         * docs/plugins/inspect/plugin-annodex.xml:
6575         * docs/plugins/inspect/plugin-apetag.xml:
6576         * docs/plugins/inspect/plugin-audiofx.xml:
6577         * docs/plugins/inspect/plugin-auparse.xml:
6578         * docs/plugins/inspect/plugin-autodetect.xml:
6579         * docs/plugins/inspect/plugin-avi.xml:
6580         * docs/plugins/inspect/plugin-cairo.xml:
6581         * docs/plugins/inspect/plugin-cdio.xml:
6582         * docs/plugins/inspect/plugin-cutter.xml:
6583         * docs/plugins/inspect/plugin-debug.xml:
6584         * docs/plugins/inspect/plugin-dv.xml:
6585         * docs/plugins/inspect/plugin-efence.xml:
6586         * docs/plugins/inspect/plugin-effectv.xml:
6587         * docs/plugins/inspect/plugin-flac.xml:
6588         * docs/plugins/inspect/plugin-flxdec.xml:
6589         * docs/plugins/inspect/plugin-gconfelements.xml:
6590         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6591         * docs/plugins/inspect/plugin-goom.xml:
6592         * docs/plugins/inspect/plugin-halelements.xml:
6593         * docs/plugins/inspect/plugin-icydemux.xml:
6594         * docs/plugins/inspect/plugin-id3demux.xml:
6595         * docs/plugins/inspect/plugin-jpeg.xml:
6596         * docs/plugins/inspect/plugin-ladspa.xml:
6597         * docs/plugins/inspect/plugin-level.xml:
6598         * docs/plugins/inspect/plugin-matroska.xml:
6599         * docs/plugins/inspect/plugin-mulaw.xml:
6600         * docs/plugins/inspect/plugin-multipart.xml:
6601         * docs/plugins/inspect/plugin-navigationtest.xml:
6602         * docs/plugins/inspect/plugin-png.xml:
6603         * docs/plugins/inspect/plugin-quicktime.xml:
6604         * docs/plugins/inspect/plugin-rtp.xml:
6605         * docs/plugins/inspect/plugin-rtsp.xml:
6606         * docs/plugins/inspect/plugin-shout2send.xml:
6607         * docs/plugins/inspect/plugin-smpte.xml:
6608         * docs/plugins/inspect/plugin-speex.xml:
6609         * docs/plugins/inspect/plugin-taglib.xml:
6610         * docs/plugins/inspect/plugin-udp.xml:
6611         * docs/plugins/inspect/plugin-videobalance.xml:
6612         * docs/plugins/inspect/plugin-videobox.xml:
6613         * docs/plugins/inspect/plugin-videocrop.xml:
6614         * docs/plugins/inspect/plugin-videoflip.xml:
6615         * docs/plugins/inspect/plugin-videomixer.xml:
6616         * docs/plugins/inspect/plugin-wavenc.xml:
6617         * docs/plugins/inspect/plugin-wavpack.xml:
6618         * docs/plugins/inspect/plugin-wavparse.xml:
6619           Update plugin docs.
6620
6621         * gst/videomixer/Makefile.am:
6622         * gst/videomixer/videomixer.c:
6623         * gst/videomixer/videomixer.h:
6624         * gst/videomixer/videomixerpad.h:
6625           Split out header to fix warnings from the doc-build.
6626
6627 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6628
6629         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6630
6631         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6632         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6633
6634 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6635
6636         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6637         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6638           Initialise variables to work around (false) 'foo might be used
6639           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6640
6641 2008-01-11  David Schleef  <ds@schleef.org>
6642
6643         * docs/plugins/.cvsignore:
6644         * tests/check/pipelines/.cvsignore:
6645           Ignore more files for the buildbot.
6646
6647 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6648
6649         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6650         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6651         Generate the image-type values correctly. Leave them out of the caps
6652         when outputting a "preview image" tag, since it only makes sense
6653         to have one of those - the type is irrelevant.
6654
6655         * sys/sunaudio/gstsunaudiomixerctrl.c:
6656         (gst_sunaudiomixer_ctrl_open):
6657         If we can, mark the mixer multiple open when we use it, in case
6658         (for some reason) the process wants to open it again elsewhere.
6659
6660 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6661
6662         Patch by: Olivier Crete <tester at tester dot ca>
6663
6664         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6665         * gst/rtp/gstrtptheorapay.c:
6666         Fix the clock rate to 90000 as required by the RFC.
6667         Fixes #508644.
6668
6669 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6670
6671         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6672           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6673
6674 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6675
6676         * autogen.sh:
6677           Add -Wno-portability to the automake parameters to stop warnings
6678           about GNU make extensions being used. We require GNU make in almost
6679           every Makefile anyway.
6680           
6681         * configure.ac:
6682           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6683           at the same time is required for per target flags.
6684
6685 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6686
6687         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6688         Fix error from my last commit.
6689
6690 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6691
6692         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6693
6694         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6695           Make sure the ISO 639-X language code in ID3v2 COMM frames
6696           is actually valid UTF-8 (or rather: ASCII), so we don't end
6697           up with non-UTF8 strings in tags if there's garbage in the
6698           language field. Also make sure the language code is always
6699           lower case. Fixes: #508291.
6700
6701 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6702
6703         * ChangeLog:
6704           Fix ChangeLog typo.
6705
6706 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6707
6708         * Makefile.am:
6709           Include lcov.mak to allow building coverage reports. Guard
6710           check-torture target like in the other packages.
6711
6712 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6713
6714         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6715
6716         * gst/videomixer/videomixer.c:
6717         (gst_videomixer_set_master_geometry), (_do_init),
6718         (gst_videomixer_child_proxy_get_child_by_index),
6719         (gst_videomixer_child_proxy_get_children_count),
6720         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6721         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6722         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6723         Implement GstChildProxy interface.
6724         Send newsegment at the right moment
6725         Fixes #488879
6726
6727 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6728
6729         * gst/alpha/Makefile.am:
6730         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6731         (gst_alpha_sink_event), (gst_alpha_chain),
6732         (gst_alpha_change_state), (plugin_init):
6733         Make the various properties of 'alpha' controllable. This allows doing
6734         niceties like fade-in/fade-out.
6735
6736 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6737
6738         * gst/rtp/gstasteriskh263.c:
6739         * gst/rtp/gstrtpL16depay.c:
6740         * gst/rtp/gstrtpac3depay.c:
6741         * gst/rtp/gstrtpamrpay.c:
6742         * gst/rtp/gstrtpdepay.c:
6743         * gst/rtp/gstrtpgsmdepay.c:
6744         * gst/rtp/gstrtph263depay.c:
6745         * gst/rtp/gstrtph263pdepay.c:
6746         * gst/rtp/gstrtph263ppay.c:
6747         * gst/rtp/gstrtph264depay.c:
6748         * gst/rtp/gstrtph264pay.c:
6749         * gst/rtp/gstrtpmp2tdepay.c:
6750         * gst/rtp/gstrtpmp4adepay.c:
6751         * gst/rtp/gstrtpmp4gdepay.c:
6752         * gst/rtp/gstrtpmp4gpay.c:
6753         * gst/rtp/gstrtpmp4vdepay.c:
6754         * gst/rtp/gstrtpmpadepay.c:
6755         * gst/rtp/gstrtpmpvdepay.c:
6756         * gst/rtp/gstrtpsv3vdepay.c:
6757         * gst/rtp/gstrtptheoradepay.c:
6758         * gst/rtp/gstrtptheorapay.c:
6759         * gst/rtp/gstrtpvorbisdepay.c:
6760         * gst/rtp/gstrtpvorbispay.c:
6761           Remove copy/paste unused code (property setters and getter) found by
6762           the coverage suite (yay, saves ~20k on disk).
6763
6764 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6765
6766         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6767           (videosink_templ):
6768           Also fix up pad templates to indicate that image/jpeg doesn't
6769           absolutely require the framerate property to be set (#504081).
6770
6771 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6772
6773         Based on patch by: Wouter Cloetens  <wouter at mind be>
6774
6775         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6776           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6777           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6778         * gst/matroska/matroska-mux.h:
6779           Keep track of first and last timestamps for each incoming stream,
6780           so we can calculate the total duration for live sources and other
6781           input where we can't query the duration from the start or where
6782           there's no constant framerate from which we can deduce the
6783           duration; also use calculated/observed duration if it is bigger
6784           than the previously queried duration. Furthermore, use
6785           gst_pad_query_peer_duration() and take into account that it may
6786           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6787           screws up comparisons when using unsigned integers. Fixes #504081.
6788
6789 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6790
6791         * configure.ac:
6792         * gst/audiofx/audioamplify.c:
6793         (gst_audio_amplify_clipping_method_get_type),
6794         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6795         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6796         (gst_audio_dynamic_transform_ip):
6797         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6798         (gst_audio_invert_transform_ip):
6799         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6800         (gst_audio_panorama_transform):
6801         * gst/level/gstlevel.c: (gst_level_init):
6802         Make elements GST_BUFFER_FLAG_GAP aware and call
6803         gst_base_transform_set_gap_aware for this.
6804         Bump core requirement to CVS.
6805         
6806         * gst/audiofx/audiochebyshevfreqband.c:
6807         (gst_audio_chebyshev_freq_band_transform_ip):
6808         * gst/audiofx/audiochebyshevfreqlimit.c:
6809         (gst_audio_chebyshev_freq_limit_transform_ip):
6810         Also sync GObject properties to the controller if operating
6811         in passthrough mode.
6812
6813 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6814
6815         * sys/directdraw/gstdirectdrawsink.c:
6816           (gst_directdraw_sink_window_thread):
6817           FALSE is not a gpointer.
6818
6819 2008-01-05  Julien Moutte  <julien@fluendo.com>
6820
6821         * sys/directdraw/gstdirectdrawsink.c:
6822         (gst_directdraw_sink_set_window_id),
6823         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6824         (gst_directdraw_sink_buffer_alloc),
6825         (gst_directdraw_sink_draw_borders),
6826         (gst_directdraw_sink_show_frame),
6827         (gst_directdraw_sink_setup_ddraw),
6828         (gst_directdraw_sink_window_thread),
6829         (gst_directdraw_sink_get_ddrawcaps),
6830         (gst_directdraw_sink_surface_create): Make sure we create our
6831         internal window only when we need it. That will give a chance to
6832         the application to get the prepare-xwindow-id bus message. Draw
6833         black borders when keeping aspect ratio. Handle the case where our
6834         rendering window disappears (closed or errors) like other sinks
6835         do. Various 80 columns fixes, improve state change order. That
6836         element could need some more love.
6837
6838 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6839
6840         * ext/taglib/gstapev2mux.h:
6841         * ext/taglib/gstid3v2mux.h:
6842         Remove useless typedefs without new type name. Fixes a warning with
6843         gcc 4.3.
6844
6845 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6846
6847         Patch by: John Millikin <jmillikin at gmail dot com>
6848
6849         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6850         (gst_flac_dec_setup_stream_decoder),
6851         (gst_flac_normalize_picture_mime_type),
6852         (gst_flac_extract_picture_buffer),
6853         (gst_flac_dec_metadata_callback):
6854         Emit metadata messages when a PICTURE block is encountered.
6855         Fixes #506715.
6856
6857 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6858
6859         * gst/avi/gstavi.c:
6860         increase rank because no known issues anymore ...
6861         * gst/avi/gstavisubtitle.c:
6862         send subtitle name to the srcpad
6863
6864 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6865
6866         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6867         * gst/rtsp/gstrtspsrc.h:
6868         Implement redirect for the DESCRIBE reply. Fixes #506025.
6869
6870 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6871
6872         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6873         Fix 'xyz may be used uninitialized' compiler warnings caused
6874         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6875         abort() in any case but properly report the error.
6876
6877 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6878
6879         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6880         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6881         * sys/ximage/gstximagesrc.c: (composite_pixel):
6882           Fix 'xyz may be used uninitialized' compiler warnings caused
6883           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6884           not really nice to abort in any case). Fixes #505745.
6885
6886 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6887
6888         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6889           Small unit test fix (has no practical impact at the moment,
6890           since we're only feeding utf8 and hence just create a sub-
6891           buffer for the output).
6892
6893 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6894
6895         * gst/avi/gstavisubtitle.c:
6896         * tests/check/elements/avisubtitle.c:
6897         Add seeking support for avi subtitle
6898
6899 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6900
6901         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6902         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6903         (gst_flac_dec_write):
6904         * ext/flac/gstflacdec.h:
6905         Remove some unused vars.
6906         Do more cleanup of leftover events and tags.
6907         Output tags after the segment event. Fixes #504018.
6908
6909 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6910
6911         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6912           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6913           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6914           Detect other UTF byte order markers and convert to UTF-8 as
6915           appropriate.
6916
6917 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6918
6919         * gst/avi/gstavisubtitle.c: (src_template),
6920           (gst_avi_subtitle_extract_utf8_file),
6921           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6922           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6923           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6924         * gst/avi/gstavisubtitle.h:
6925           Refactor a bit; fix name extraction; don't assume all the data
6926           in the chunk is actually subtitle data, there may be padding at
6927           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6928           file so it's there to send again after a seek (for future use).
6929
6930 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6931
6932         * gst/avi/Makefile.am:
6933         * gst/avi/gstavi.c:
6934         * gst/avi/gstavisubtitle.c:
6935         * gst/avi/gstavisubtitle.h:
6936         * tests/check/Makefile.am:
6937         * tests/check/elements/avisubtitle.c:
6938         * win32/common/config.h:
6939                 Add avi subtitle element for bug #442034. Need seeking support
6940                 and more support for character conversion.
6941
6942 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6943
6944         * Makefile.am:
6945           Include common/win32.mak for CRLF check of win32 project
6946           files (see #393626).
6947
6948         * win32/vs6/libgstpng.dsp:
6949           Fix line endings and do cvs admin -kb.
6950
6951 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6952
6953         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6954         Actually drop the buffers which are outside the currently configured
6955         segment instead of just emitting a WARNING.
6956
6957 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6958
6959         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6960         (gst_flac_dec_write):
6961         * ext/flac/gstflacdec.h:
6962         Send segments from the streaming thread. Fixes #502187.
6963         Fix segment seeking and a bunch of other seeking cases.
6964
6965 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6966
6967         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6968           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6969           which is where it would end up if the same information was
6970           put in a vorbis comment (don't think it's worth adding a
6971           new URI tag for this). Fixes #488112.
6972
6973 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6974
6975         * configure.ac:
6976           We need core/base 0.10.15 or later.
6977
6978 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6979
6980         Patch by: Mark Nauwelaerts <manauw skynet be>
6981
6982         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6983         Fix regression in stream numbering. Fixes #502655.
6984
6985 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6986
6987         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6988
6989         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6990         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6991         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6992         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6993         (gst_rtp_h264_pay_handle_buffer):
6994         * gst/rtp/gstrtph264pay.h:
6995         Use higher performance start-code searching.
6996         Parse NALs and store SPS, PPS and profile in the caps so that they can
6997         be used in the SDP. Fixes #502814.
6998
6999 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7000
7001         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7002         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
7003           Init some structs to zero before we pass them to ioctl, which
7004           avoids valgrind warnings.  Also fix a small memory leak.
7005
7006 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7007
7008         Patch by: Wouter Cloetens <wouter at mind dot be>
7009
7010         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7011         Copy timestamp from input to output. Not very perfect yet but better
7012         than nothing. Fixes #503023.
7013
7014 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7015
7016         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7017           Also print a useful error message with the old Wavpack API
7018           if possible.
7019
7020 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7021
7022         * ext/wavpack/gstwavpackdec.c:
7023           More build fixes for old libwavpack versions: include config.h so
7024           that WAVPACK_OLD_API is actually defined as detected; only use
7025           WavpackGetErrorMessage if it is available. This fixes the build
7026           on debian stable for me.
7027
7028 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7029
7030         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7031         * ext/wavpack/gstwavpackparse.c:
7032           (gst_wavpack_parse_create_src_pad):
7033           Workaround the non-existance of WavpackGetChannelMask in Wavpack
7034           versions below 4.40.0.
7035
7036 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7037
7038         * configure.ac:
7039           And now do it right for real...
7040
7041 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7042
7043         * configure.ac:
7044           Correctly reset $LIBS to not contain -lm.
7045
7046 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7047
7048         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
7049
7050         * configure.ac:
7051         * ext/cairo/gsttimeoverlay.c:
7052           (gst_cairo_time_overlay_print_smpte_time):
7053           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
7054           and checking for rint() and implementing it ourself if it doesn't
7055           exist. Fixes #497293.
7056
7057 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7058
7059         * configure.ac:
7060           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7061
7062 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
7063
7064         * sys/oss/gstosshelper.c:
7065         Verify that the format returned after the ioctl is the one
7066         we requested. It is valid for the ioctl to succeed while
7067         substituting an alternate 'supported' sample format.
7068
7069 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
7070
7071         * sys/oss/gstossaudio.c: (plugin_init):
7072         * sys/oss/gstosssink.c: (gst_oss_sink_open):
7073         * sys/oss/gstosssrc.c: (gst_oss_src_open):
7074           Post decent (and translated) error message when we can't
7075           open the audio device for some reason.
7076
7077 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
7078
7079         * sys/oss/gstosssink.c:
7080         * sys/oss/gstosssrc.c:
7081         Allow the AUDIODEV environment variable to redirect us
7082         to a different default OSS device, like sunaudiosink does
7083         on Solaris (makes audio play automatically on SunRays).
7084
7085 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7086
7087         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
7088         * gst/audiofx/audiochebyshevfreqband.c:
7089         (gst_audio_chebyshev_freq_band_transform_ip):
7090         * gst/audiofx/audiochebyshevfreqlimit.c:
7091         (gst_audio_chebyshev_freq_limit_transform_ip):
7092         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
7093         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
7094         The transform_ip() methods should do nothing if in passthrough mode.
7095         It might get non-writable buffers in that case but the buffer might
7096         as well be writable.
7097
7098         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
7099         The transform() methods won't be called in passthrough mode and
7100         otherwise the buffer is always writable so don't check here.
7101
7102 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7103
7104         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
7105           Fix seeking in .wav files again (#501775).  Some people seem to think
7106           they don't need to test their changes when they're just 'reflowing'
7107           some code.
7108
7109 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7110
7111         * gst/autodetect/gstautovideosink.c:
7112         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
7113         (gst_auto_video_sink_init),
7114         (gst_auto_video_sink_create_element_with_pretty_name),
7115         (gst_auto_video_sink_find_best),
7116         (gst_auto_video_sink_set_property),
7117         (gst_auto_video_sink_get_property):
7118         * gst/autodetect/gstautovideosink.h:
7119         Fix docs.
7120         Use same error reporting code as autoaudiosink.
7121         Add property to filter sinks based on caps. Only select raw video sinks
7122         by default for backwards compat.
7123         API: GstAutoVideoSink::filter-caps
7124
7125 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7126
7127         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7128
7129         * gst/autodetect/gstautoaudiosink.c:
7130         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7131         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
7132         (gst_auto_audio_sink_set_property),
7133         (gst_auto_audio_sink_get_property):
7134         * gst/autodetect/gstautoaudiosink.h:
7135         Add property to filter sinks based on caps. Only select raw audio sinks
7136         by default for backwards compat.  Fixes #417420.
7137         API: GstAutoAudioSink::filter-caps
7138
7139 2007-11-29  Michael Smith <msmith@fluendo.com>
7140
7141         Patch by: Arek Korbik <arkadini@gmail.com>
7142
7143         * gst/videobox/gstvideobox.c: (plugin_init):
7144           Initialise liboil in plugin_init()
7145
7146 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7147
7148         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7149         Post error before sending EOS. Fixes #499178.
7150
7151 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
7152
7153         * win32/vs6/gst_plugins_good.dsw:
7154         * win32/vs6/libgstpng.dsp:
7155         Add a project file for libgstpng
7156
7157 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7158
7159         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7160         (gst_rtp_h263_depay_process):
7161         Code beautification.
7162         Added debug statements.
7163         Don't bit-shift everything, just do operations on last/first byte
7164         instead.
7165
7166 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7167
7168         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7169
7170         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7171         Fix wrong comparison in overrun check. Fixes #499239 some more.
7172
7173 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7174
7175         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7176         (gst_rtp_h263_depay_process):
7177         * gst/rtp/gstrtph263depay.h:
7178         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7179         stream.
7180
7181 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7182
7183         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7184
7185         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7186         (gst_rtp_mp4a_depay_process):
7187         * gst/rtp/gstrtpmp4adepay.h:
7188         Fix depayloading when multiple frames are inside one RTP packet.
7189         Fixes #499239.
7190
7191 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7192
7193         * gst/level/gstlevel.c:
7194           Add GAP-flag support.
7195
7196 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7197
7198         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7199         Read the I flag for Mode A h263 rtp stream and set the
7200         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7201         Fixes #499383
7202
7203 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7204
7205         * gst/level/gstlevel.c:
7206           Remove some dead code and do cleanups.
7207
7208 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7209
7210         * tests/check/pipelines/simple-launch-lines.c:
7211           Improve the tests by allowing to set a target state.
7212
7213 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7214
7215         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7216         Don't check the caps of the output buffer if they're equal some
7217         other caps. The caps can change in a backward compatible way
7218         and did at this point.
7219
7220 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7221
7222         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7223         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7224         (gst_qtdemux_seek_to_previous_keyframe),
7225         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7226         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7227         reverse playback support.
7228
7229 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7230
7231         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7232         Also set the channel layout on the Wavpack caps if we're having
7233         a mono layout. Of course only do it for "audio/x-wavpack".
7234
7235 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7236
7237         * ext/wavpack/gstwavpackcommon.c:
7238         (gst_wavpack_get_default_channel_mask),
7239         (gst_wavpack_set_channel_layout),
7240         (gst_wavpack_get_default_channel_positions),
7241         (gst_wavpack_get_channel_mask_from_positions),
7242         (gst_wavpack_set_channel_mapping):
7243         * ext/wavpack/gstwavpackcommon.h:
7244         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7245         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7246         * ext/wavpack/gstwavpackdec.h:
7247         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7248         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7249         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7250         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7251         (gst_wavpack_enc_rewrite_first_block),
7252         (gst_wavpack_enc_sink_event):
7253         * ext/wavpack/gstwavpackenc.h:
7254         * ext/wavpack/gstwavpackparse.c:
7255         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7256         (gst_wavpack_parse_scan_to_find_sample),
7257         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7258         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7259         * ext/wavpack/gstwavpackparse.h:
7260         Add support for encoding, parsing and decoding multichannel
7261         files with up to 8 channels. This also improves the robustness
7262         of parsing quite a bit.
7263
7264         * ext/wavpack/gstwavpackstreamreader.c:
7265         (gst_wavpack_stream_reader_read_bytes),
7266         (gst_wavpack_stream_reader_get_pos),
7267         (gst_wavpack_stream_reader_set_pos_abs),
7268         (gst_wavpack_stream_reader_set_pos_rel),
7269         (gst_wavpack_stream_reader_push_back_byte),
7270         (gst_wavpack_stream_reader_get_length),
7271         (gst_wavpack_stream_reader_can_seek),
7272         (gst_wavpack_stream_reader_write_bytes):
7273         Improve debugging.
7274
7275 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7276
7277         * ext/libpng/gstpngdec.c:
7278         * ext/libpng/gstpngdec.h:
7279           Don't release the png-memory from within the callback.
7280
7281 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7282
7283         Patch by: René Stadler <mail at renestadler dot de>
7284
7285         * ext/libpng/gstpngenc.c:
7286           Don't leak buffer data memory. Fixes #498395.
7287
7288 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7289
7290         Patch by: René Stadler <mail at renestadler dot de>
7291
7292         * tests/check/pipelines/simple-launch-lines.c:
7293           Tests for #498395.
7294
7295 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7296
7297         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7298         (gst_tag_lib_mux_adjust_event_offsets):
7299         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7300         * sys/osxaudio/Makefile.am:
7301         * sys/osxvideo/cocoawindow.h:
7302         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7303
7304 2007-11-15  David Schleef  <ds@schleef.org>
7305
7306         * ext/cairo/gsttextoverlay.c:
7307           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7308
7309 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7310
7311         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7312
7313         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7314         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7315         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7316         * gst/rtp/gstrtpmp2tpay.h:
7317         Fill the MTU with as many packets as possible. Fixes #491323.
7318
7319 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7320
7321         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7322
7323         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7324         Fix some more leaks. Fixes #497007.
7325
7326 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7327
7328         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7329
7330         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7331         (gst_rtspsrc_stream_configure_tcp):
7332         Fix 3 pad leaks. Fixes #496983.
7333
7334 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7335
7336         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7337
7338         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7339         Fix small leak. Fixes #497017.
7340
7341 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7342
7343         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7344         (gst_qtdemux_prepare_current_sample),
7345         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7346         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7347         * gst/qtdemux/qtdemux_fourcc.h:
7348         * gst/qtdemux/qtdemux_types.c:
7349         Add suppport for theora in quicktime according to XiphQT.
7350
7351 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7352
7353         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7354         (gst_v4l2src_init), (gst_v4l2src_set_property),
7355         (gst_v4l2src_get_property):
7356         * sys/v4l2/gstv4l2src.h:
7357         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7358           Always copy buffers by default (handle safer with bugged drivers)
7359           and added a property to make it possible to use mmap effectively (no
7360           copy if possible) when application wants to. Fixes: #480557.
7361
7362 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7363
7364         * gst/id3demux/id3tags.c:
7365         * gst/id3demux/id3tags.h:
7366         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7367           We don't want the same string multiple times in a tag list for the
7368           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7369           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7370
7371 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7372
7373         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7374           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7375           into ID3v2 TXXX frames (fixes #347848).
7376
7377 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7378
7379         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7380           Don't leak sdp message contents (fixes #496773).
7381
7382         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7383           Don't leak URI string.
7384
7385 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7386
7387         Patch by: Julien Puydt <julien dot puydt at laposte net>
7388
7389         * ext/raw1394/Makefile.am:
7390         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7391           (gst_1394_property_probe_get_properties),
7392           (gst_1394_property_probe_probe_property),
7393           (gst_1394_property_probe_needs_probe),
7394           (gst_1394_property_probe_get_values),
7395           (gst_1394_property_probe_interface_init),
7396           (gst_1394_type_add_property_probe_interface):
7397         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7398         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7399           (gst_dv1394src_init), (gst_dv1394src_dispose),
7400           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7401           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7402           (gst_dv1394src_update_device_name):
7403         * ext/raw1394/gstdv1394src.h:
7404           Implement GstPropertyProbe interface and add "device-name" property,
7405           so applications can use this to probe for available devices in the
7406           same way they can already with v4lsrc and v4l2src (however horrible
7407           this property probe interface may be). Fixes #358841.
7408
7409 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7410
7411         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7412
7413         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7414           (gst_rtspsrc_parse_range):
7415           Don't leak event, don't leak range (fixes #496752).
7416
7417 2007-11-14  Michael Smith <msmith@fluendo.com>
7418
7419         Patch by: Arek Korbik <arkadini@gmail.com>
7420
7421         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7422           Detect RGBA/BGRA correctly on little endian systems.
7423
7424 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7425
7426         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7427           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7428           corresponding ioctl() call fails even though the driver claims to
7429           support this format, just fall back to the pre-2.6.19 kernel
7430           routine that creates caps with suitable height and width ranges
7431           (see #448278).
7432
7433 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7434
7435         Patch by: Mark Nauwelaerts <manauw skynet be>
7436
7437         * gst/matroska/matroska-demux.c:
7438           (gst_matroska_demux_push_dvd_clut_change_event),
7439           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7440           (gst_matroska_demux_subtitle_caps):
7441         * gst/matroska/matroska-ids.h:
7442           Extract palette data for dvd subpicture streams and send it
7443           downstream as custom gstreamer dvd event (fixes #453417).
7444
7445 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7446
7447         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7448           Implement minimal parsing of the passed pango font description
7449           string, so passing a font size works the same as with the
7450           pango textoverlay plugin; fixes #455086.
7451           (Maybe we could just use pangocairo here at some point).
7452
7453 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7454
7455         * gst/avi/gstavidemux.c:
7456         * gst/wavparse/gstwavparse.c:
7457           Return the result in _activate_pull(). Don't ref element there.
7458
7459 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7460
7461         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7462         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7463         (gst_wavparse_srcpad_event):
7464           Ref the element when we should, but not when we its not needed. Reflow
7465           the event_handling to not leak the event.       
7466
7467 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7468
7469         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7470         (qtdemux_parse_samples):
7471         Properly free QTDemuxSamples array.
7472         Protect table write with a sensible check, some files apparently DO contain
7473         stts values starting with 0 :(
7474
7475 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7476
7477         * gst/avi/gstavidemux.c:
7478         * gst/qtdemux/qtdemux.c:
7479           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7480           previous commit messed up.
7481
7482 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7483
7484         * gst/avi/gstavidemux.c:
7485         * gst/qtdemux/qtdemux.c:
7486           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7487           element when we should, but not when we its not needed.
7488
7489 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7490
7491         * gst/wavparse/gstwavparse.c:
7492           Return FALSE if we can't handle a query instead of changing the
7493           format. Ignore fact when dealing with mpeg audio.
7494
7495 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7496
7497         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7498
7499         * configure.ac:
7500         * gst/udp/gstdynudpsink.c:
7501         * gst/udp/gstdynudpsink.h:
7502         * gst/udp/gstmultiudpsink.c:
7503         * gst/udp/gstmultiudpsink.h:
7504         * gst/udp/gstudpsink.c:
7505         * gst/udp/gstudpsink.h:
7506           Fix includes for MSVC and GLib-2.14.0 (#492388).
7507
7508         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7509           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7510
7511 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7512
7513         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7514         (gst_mulawdec_chain):
7515         * gst/law/mulaw-decode.h:
7516         Calculate outgoing buffer duration if incoming buffer didn't have a
7517         valid duration.
7518
7519 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7520
7521         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7522         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7523         Smarter combine_flow code that also deals with downstream elements
7524         returning UNEXPECTED when they receive data out of the segment
7525         boundaries. Fixes #491305.
7526
7527 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7528
7529         * sys/v4l2/v4l2src_calls.c:
7530           Fix 'unused variable' compiler warning when compiling against
7531           older kernel headers.
7532
7533 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7534
7535         * ext/taglib/gstid3v2mux.cc (add_funcs):
7536           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7537
7538 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7539
7540         * tests/check/pipelines/simple-launch-lines.c:
7541            Improve the tests a little more.
7542
7543 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7544
7545         patch by: Yun Zheng Hu
7546
7547         * sys/osxaudio/gstosxaudiosrc.c:
7548         Use default input device instead of default output device and
7549         only memcpy actual available bytes.
7550
7551 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7552
7553         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7554           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7555           early. It is temporary until we find something better.
7556
7557 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7558
7559         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7560
7561         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7562         Fix race when pausing a RTSP stream in interleaved.
7563         Fixes #475784.
7564
7565 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7566
7567         Patch by: Peter Kjellerstedt <pkj at axis com>
7568
7569         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7570         Use correct unref function for buffers. #488844.
7571
7572 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7573
7574         * gst/avi/gstavimux.c:
7575         * tests/check/elements/avimux.c:
7576           Add some debug and sync tests with the fix.     
7577
7578 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7579
7580         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7581
7582         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7583         When the socket is used by the app for other purposes, don't generate an
7584         error if there is activaty on the socket that is not data related.
7585         Fixes #487488.
7586
7587 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7588
7589         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7590         (gst_v4l2src_grab_frame):
7591         Add some more debug info. Generate an error when we run out of buffers
7592         for some reason. See #480557.
7593
7594 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7595
7596         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7597
7598         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7599         Set marker bit correctly.
7600
7601 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7602
7603         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7604         Use allowed name for the GstStructure.
7605
7606 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7607
7608         * ext/gconf/gstswitchsink.c:
7609         * gst/autodetect/gstautoaudiosink.c:
7610           Use new gst_bus_pop_filtered().
7611
7612 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7613
7614         * sys/v4l2/gstv4l2src.c:
7615         * sys/v4l2/v4l2src_calls.c:
7616           When probing the formats and sizes a camera supports, make
7617           sure the best ones (highest resolution, prefered format)
7618           end up at the beginning of the probed caps and the less
7619           desirable ones at the end.  This is important because the
7620           order within the caps matters for things like fixation and
7621           negotiation, ie. what format is chosen in the end.
7622           With recent kernels, the current probing code will end up
7623           querying the supported sizes from lowest resolution to
7624           highest resolution, adding them to the probed caps in that
7625           order, resulting to v4l2src fixating to the lowest possible
7626           resolution if downstream does not express a size preference.
7627           Also make up a somewhat random ranking of prefered output
7628           formats for the same reason. Fixes #485828.
7629         
7630 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7631
7632         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7633
7634         * gst/id3demux/id3v2frames.c:
7635           Extract license/copyright URIs from ID3v2 WCOP frames
7636           (Fixes #447000).
7637
7638         * tests/check/elements/id3demux.c:
7639         * tests/files/Makefile.am:
7640         * tests/files/id3-447000-wcop.tag:
7641           Add simple unit test.
7642
7643 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7644
7645         * ext/taglib/gstid3v2mux.cc:
7646           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7647           Prerequisite for #447000.
7648
7649 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7650
7651         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7652         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7653         a GstClockTime.
7654
7655 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7656
7657         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7658         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7659         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7660         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7661         (gst_rtspsrc_change_state):
7662         More seeking fixes, mostly passing around the new playback segment in
7663         order to configure it properly.
7664         Also reset base_time of udp sources when setting them back to PLAYING as
7665         a temporary hack until core supports seek in live sources properly.
7666
7667 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7668
7669         * gst/rtp/gstrtpmp4adepay.c:
7670         Fix caps as to not confuse autopluggers.
7671
7672 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7673
7674         * gst/id3demux/gstid3demux.c:
7675         * gst/id3demux/gstid3demux.h:
7676         * gst/id3demux/id3tags.c:
7677         * gst/id3demux/id3tags.h:
7678         * gst/id3demux/id3v2frames.c:
7679           Port ID3 tag demuxer over to the new GstTagDemux in -base
7680           (now would be a good time to test re-importing your music
7681           collection).
7682
7683 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7684
7685         * gst/apetag/Makefile.am:
7686         * gst/apetag/gstapedemux.c:
7687         * gst/apetag/gstapedemux.h:
7688         * gst/apetag/gsttagdemux.c:
7689         * gst/apetag/gsttagdemux.h:
7690           Port APE tag demuxer over to the new GstTagDemux in -base.
7691
7692 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7693
7694         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7695         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7696         (gst_rtspsrc_handle_internal_src_query),
7697         (gst_rtspsrc_handle_src_query), (new_session_pad),
7698         (gst_rtspsrc_stream_configure_tcp),
7699         (gst_rtspsrc_stream_configure_transport),
7700         (gst_rtspsrc_loop_send_cmd):
7701         Improve flushing behaviour.
7702         Set state of the udp sources to PAUSE/PLAYING correctly.
7703         Handle events and queries for UDP and TCP transport now.
7704
7705 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7706
7707         * gst/rtp/gstrtpgsmdepay.c:
7708         * gst/rtp/gstrtpgsmpay.c:
7709           Add log category.
7710
7711 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7712
7713         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7714
7715         * tests/check/Makefile.am:
7716         * tests/check/pipelines/simple-launch-lines.c:
7717           Add unit tests for payloaders/depayloaders.
7718
7719 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7720
7721         * gst/avi/gstavimux.c:
7722         * gst/avi/gstavimux.h:
7723           Also save codec data for audio streams. Fixes #482495.
7724
7725 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7726
7727         * gst/avi/gstavimux.c:
7728           Fix "Index entry has invalid stream nr 1".
7729           Add support for muxing aac - work in progress (see #482495).
7730
7731 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7732
7733         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7734         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7735         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7736         * gst/rtsp/gstrtspsrc.h:
7737         Parse bandwidth modifiers, they are not yet configured in the session
7738         manager because we don't have an API for that yet.
7739
7740 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7741
7742         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7743         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7744         Use shiny new function in -base to get the default clock-rate.
7745         Update some docs.
7746
7747 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7748
7749         * win32/MANIFEST:
7750         Add files to win32 manifest.
7751         * win32/vs6/libgstaudiofx.dsp:
7752         * win32/vs6/libgstqtdemux.dsp:
7753         * win32/vs6/libgstrtp.dsp:
7754         * win32/vs6/libgstrtsp.dsp:
7755         Update project files.
7756
7757 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7758
7759         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7760         (gst_rtspsrc_play):
7761         * gst/rtsp/gstrtspsrc.h:
7762         In TCP mode, only timestamp the first buffer. TCP is not real time and
7763         it does not make sense to try to skew compensate, also some servers send
7764         the first batch of data in a burst.
7765
7766 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7767
7768         * gst/matroska/matroska-demux.c:
7769           Fix setting the discont flag on the first buffer
7770           pushed downstream for formats with private codec
7771           data that needs to be deserialised into buffers
7772           (such as vorbis and FLAC when in a matroska container).
7773
7774 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7775
7776         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7777
7778         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7779         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7780         (gst_rtp_mp4v_pay_handle_buffer):
7781         * gst/rtp/gstrtpmp4vpay.h:
7782         Free the config string. Fixes #480707.
7783         Clean up the timestamp code a little.
7784
7785 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7786
7787         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7788         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7789         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7790         * gst/rtsp/gstrtspsrc.h:
7791         Set timestamps on RTP buffers in interleaved mode.
7792         Mark first buffers with a DISCONT.
7793         Remove flush hack now that sync for live sources has been figured out.
7794
7795 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7796
7797         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7798         Update documentation.
7799
7800 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7801
7802         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7803         (gst_rtp_xqt_depay_change_state):
7804         * gst/qtdemux/gstrtpxqtdepay.h:
7805         Fail if we don't know the quicktime format.
7806
7807 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7808
7809         * ext/flac/gstflacenc.c:
7810         * ext/flac/gstflacenc.h:
7811           Save the flow return from the last gst_pad_push() and
7812           make sure we pass the right flow return value upstream
7813           in the case of failure; minor clean-ups.
7814
7815 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7816
7817         * ext/taglib/gstapev2mux.cc:
7818         * ext/taglib/gstid3v2mux.cc:
7819         * gst/apetag/gstapedemux.c:
7820           Add support for the new GST_TAG_COMPOSER (#459809).
7821
7822 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7823
7824         * gst/law/alaw-decode.c:
7825         * gst/law/alaw-decode.h:
7826         * gst/law/alaw-encode.c:
7827         * gst/law/alaw-encode.h:
7828         * gst/law/alaw.c:
7829         * gst/law/mulaw-conversion.h:
7830           Compulsive clean-ups: use boilerplate macros, add debug
7831           categories, fix up things to conform to symbol nomenklatura,
7832           etc.
7833
7834 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7835
7836         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7837
7838         * gst/law/alaw-decode.c:
7839         * gst/law/alaw-encode.c:
7840           Use static tables for A-Law decoding and encoding; this makes
7841           A-Law decoding and encoding less CPU-intensive, but increases
7842           the binary size a bit. Leaving old code around for now,
7843           selectable by a define in the code. Fixes #435435.
7844
7845 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7846
7847         * configure.ac:
7848         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7849         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7850         in configure.ac.
7851
7852 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7853
7854         Patch by: Jan Gerber <j at bootlab dot org>
7855
7856         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7857         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7858
7859 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7860
7861         * sys/oss/gstosshelper.c:
7862           Use GST_WARNING instead of a g_critical. This situation is not caused
7863           by the application.
7864
7865 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7866
7867         * po/LINGUAS:
7868         * po/nl.po:
7869           Updated translations.
7870
7871 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7872
7873         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7874
7875         * po/eu.po:
7876           Added Basque translation.
7877
7878 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7879
7880         translated by: Abel Cheung <abelcheung@gmail.com>
7881
7882         * po/zh_HK.po:
7883         * po/zh_TW.po:
7884           Added Chinese (traditional and Hong Kong) translation.
7885
7886 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7887
7888         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7889
7890         * po/pl.po:
7891           Added Polish translation.
7892
7893 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7894
7895         translated by: Ilkka Tuohela <hile@iki.fi>
7896
7897         * po/fi.po:
7898           Added Finnish translation.
7899
7900 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7901
7902         translated by: Jorge González González <aloriel@gmail.com>
7903
7904         * po/es.po:
7905           Added Spanish translation.
7906
7907 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7908
7909         translated by: Mogens Jaeger <mogens@jaeger.tf>
7910
7911         * po/da.po:
7912           Added Danish translation.
7913
7914 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7915
7916         translated by: Funda Wang <fundawang@linux.net.cn>
7917
7918         * po/zh_CN.po:
7919           Added Chinese (simplified) translation.
7920
7921 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7922
7923         translated by: Alexander Shopov <ash@contact.bg>
7924
7925         * po/bg.po:
7926           Added Bulgarian translation.
7927
7928 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7929
7930         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7931         Set outgoing packet duration because we can. Fixes #478244 some more.
7932
7933 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7934
7935         * ext/cairo/gsttextoverlay.c:
7936           Add info about static leak.
7937         
7938         * tests/check/Makefile.am:
7939         * tests/check/generic/states.c:
7940           Improved state change unit test.
7941
7942 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7943
7944         * docs/plugins/.cvsignore:
7945         * tests/check/.cvsignore:
7946           Ignore registries in any format.
7947
7948 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7949
7950         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7951         Removed some unused code.
7952
7953         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7954         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7955         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7956         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7957         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7958         (gst_rtp_theora_pay_flush_packet):
7959         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7960         Try to preserve the incomming buffer duration on the outgoing
7961         packets. Fixes #478244.
7962
7963 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7964
7965         * ext/taglib/gstapev2mux.cc:
7966         * ext/taglib/gstid3v2mux.cc:
7967           Work around compiler warnings with g++-4.2 when assigning a
7968           string constant to a gchar * (partially fixes #478092).
7969
7970 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7971
7972         * configure.ac:
7973           We require core CVS now for gst_base_src_set_do_timestamp().
7974
7975 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7976
7977         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7978         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7979         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7980         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7981         (gst_rtspsrc_handle_message):
7982         Fix compiler warnings shown with Forte.
7983
7984 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7985
7986         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7987         (gst_rtspsrc_dup_printf):
7988         Give meaningfull error when all streams failed to configure for some
7989         reason.
7990
7991 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7992
7993         * gst/rtp/README:
7994         Update README with the design for synchronisation rules of RTP on
7995         sender and receiver.
7996
7997 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7998
7999         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
8000         (gst_wavparse_chain):
8001         Don't push EOS from the chain function, the element
8002         driving the pipeline is responsible for this. The bug
8003         this was meant to fix seems to be queue not forwarding
8004         EOS in all cases (see #476514).
8005
8006 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
8007
8008         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
8009         (gst_level_transform_ip):
8010         * gst/level/gstlevel.h:
8011         Use basetransform segment so that it is correctly managed on flushes and
8012         start/stop.
8013         Report message timestamp as stream time, which is what an application
8014         can understand.
8015
8016 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8017
8018         * ext/taglib/gstapev2mux.cc:
8019         * ext/taglib/gstapev2mux.h:
8020         * ext/taglib/gsttaglibmux.c:
8021         * tests/check/elements/apev2mux.c:
8022         Update my mail address.
8023
8024 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8025
8026         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
8027         (gst_wavparse_loop), (gst_wavparse_chain):
8028         Add EOS logic for the push-based mode too. Fixes #476514.
8029
8030 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
8031
8032         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
8033         * gst/law/alaw-encode.h:
8034         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
8035         (gst_mulawenc_chain):
8036         * gst/law/mulaw-encode.h:
8037         Fix law encoder timestamps.
8038
8039 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
8040
8041         * ext/gconf/gstgconfaudiosink.c:
8042           Fix warning when building without debug.
8043
8044         * sys/oss/gstossmixertrack.c:
8045           Use const like in alsamixertrack.c (fixes warnings).
8046
8047 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
8048
8049         * sys/v4l2/v4l2src_calls.c:
8050         (gst_v4l2src_probe_caps_for_format_and_size):
8051         Fix framerate detection code some more.
8052         Handle the case where there is a weird step in the stepwise framerates.
8053         Don't overwrite the min interval with the framerate, use a temp variable
8054         instead.
8055         Use max in the Continuous framerate intervals instead of step, which is
8056         1 according to the docs. Fixes #475424.
8057
8058 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
8059
8060         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
8061         Make udpsrc timestamp outgoing buffers based on when they were received.
8062         Also make it output a segment in time.
8063
8064 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
8065
8066         * gst/avi/gstavidemux.c:
8067           Plug a little leak. Little code cleanups.
8068
8069 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
8070
8071         * configure.ac:
8072           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
8073           flac versions, 's good for cross-compilation karma.
8074
8075 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
8076
8077         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
8078
8079         * gst/rtp/gstrtph263pay.c:
8080           Fix up header structure so that compilers don't add padding
8081           between the structure fields, since that would lead to us
8082           sending RTP packets with broken headers (as is currently the
8083           case when compiling with MSVC). Also see similar fixes in
8084           libgstrtp in gst-plugins-base. (#474616; #471194)
8085
8086 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
8087
8088         * sys/v4l2/v4l2src_calls.c:
8089         (gst_v4l2src_probe_caps_for_format_and_size):
8090         Don't overwrite our GValue with 0 but instead use the previously
8091         computed value. Fixes #471823 some more.
8092
8093 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8094
8095         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8096           No tabs in this file please, or gtk-doc will end up documenting
8097           rather absurd class hierarchies.
8098
8099 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8100
8101         * ext/gconf/gstswitchsink.c:
8102           If the new kid element fails to change state for some reason
8103           (e.g. esdsink not being able to connect to the sound server),
8104           forward the error message it posted on the bus instead of just
8105           posting a generic 'Internal state change error: please file a
8106           bug' error message. Fixes #471364.
8107
8108 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8109
8110         * gst/qtdemux/Makefile.am:
8111         * gst/qtdemux/qtdemux.c:
8112           Don't assume tags are encoded as UTF-8 (#473670).
8113
8114 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8115
8116         * sys/v4l2/gstv4l2src.c:
8117         * sys/v4l2/gstv4l2src.h:
8118         * sys/v4l2/v4l2src_calls.c:
8119           Implement LATENCY queries in the crudest way possible so I don't
8120           have to use sync=false any longer when testing with videosinks.
8121
8122 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8123
8124         * configure.ac:
8125           Fix build.
8126
8127 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8128
8129         * sys/v4l2/v4l2src_calls.c:
8130         (gst_v4l2src_probe_caps_for_format_and_size):
8131         Add some more debugging in the framerate function.
8132         Iterate stepwise framerate up to and _including_ the max and if nothing
8133         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
8134         don't end up with an empty list. Fixes #471823
8135
8136 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8137
8138         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8139         (gst_multiudpsink_set_clients_string),
8140         (gst_multiudpsink_get_clients_string),
8141         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
8142         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
8143         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8144         (gst_multiudpsink_clear):
8145         Add property do configure destination address/port pairs
8146         API:GstMultiUDPSink::clients
8147
8148 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8149
8150         * tests/examples/Makefile.am:
8151         * tests/examples/rtp/Makefile.am:
8152         * tests/examples/rtp/client-H263p-AMR.sh:
8153         * tests/examples/rtp/client-H263p-PCMA.sdp:
8154         * tests/examples/rtp/client-H263p-PCMA.sh:
8155         * tests/examples/rtp/client-H264-PCMA.sdp:
8156         * tests/examples/rtp/client-H264-PCMA.sh:
8157         * tests/examples/rtp/client-PCMA.sh:
8158         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8159         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8160         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8161         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8162         Added some RTP example scripts for sending and receiving RTP streams.
8163
8164 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8165
8166         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8167         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8168         Restructure the setcaps function so that we can also compute the
8169         expected GStreamer output size of the video frames.
8170         Set frame_byte_size correctly so that read-based devices have a chance
8171         of working correctly.
8172         When grabbing a frame, discard frames that are not of the expected size.
8173         Some cameras don't output the right framesize for the first buffer.
8174         Try only a couple of times to get a valid frame, else error out.
8175
8176         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8177         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8178         Add some more debug info when scanning the device.
8179
8180         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8181         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8182         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8183         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8184         Add some more debug info when dequeing a frame.
8185
8186 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8187
8188         * gst/wavparse/gstwavparse.c:
8189           More code cleanups. Add some more comment and improve debugs logs.
8190
8191 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8192
8193         * gst/wavparse/gstwavparse.c:
8194         * gst/wavparse/gstwavparse.h:
8195           Implement seek-query. Refactor duration calculations. Appropriate use
8196           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8197           out of loops.
8198
8199 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8200
8201         * gst/avi/gstavidemux.c:
8202           Implement seek-query.
8203
8204 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8205
8206         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8207         (gst_rtspsrc_dup_printf):
8208         Use new basesink async property to make sparse RTCP packet not wait for
8209         preroll.
8210
8211 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8212
8213         * gst/audiofx/Makefile.am:
8214         Dist the right file.
8215
8216 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8217
8218         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8219         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8220         Make sure we generate and parse floating point values in the POSIX
8221         locale instead of the current locale. 
8222
8223 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8224
8225         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8226         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8227         (gst_rtspsrc_play):
8228         * gst/rtsp/gstrtspsrc.h:
8229         Fix method detection again.
8230         Keep track of when we must send a Range header.
8231         Use segment values for Range, Speed and Scale headers.
8232         Parse Speed and Scale headers to update the segment values.
8233
8234 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8235
8236         patch by: Mark Nauwelaerts <manauw@skynet.be>
8237
8238         * sys/v4l2/v4l2src_calls.c:
8239           Handle optional v4l2 ioctls gracefully.
8240
8241 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8242
8243         * gst/rtp/Makefile.am:
8244         * gst/rtp/gstrtp.c: (plugin_init):
8245         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8246         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8247         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8248         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8249         (gst_rtp_h263_depay_get_property),
8250         (gst_rtp_h263_depay_change_state),
8251         (gst_rtp_h263_depay_plugin_init):
8252         * gst/rtp/gstrtph263depay.h:
8253         Added an H263 depayloader. Fixes #369392.
8254
8255         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8256         (gst_rtp_h263p_depay_process):
8257         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8258         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8259         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8260         payloads.
8261         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8262
8263 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8264
8265         * gst/audiofx/audiochebyshevfreqband.c:
8266         * gst/audiofx/audiochebyshevfreqlimit.c:
8267         Add small comparision with the windowed sinc filters in the docs.
8268
8269 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8270
8271         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8272         (audiochebyshevfreqband_suite):
8273         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8274         (audiochebyshevfreqlimit_suite):
8275         Also test 32 bit float mode and the type 2 variants of the filters.
8276
8277 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8278
8279         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8280         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8281         (gst_rtspsrc_loop):
8282         Refactor the udp and interleaved loop function a bit.
8283
8284 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8285
8286         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8287         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8288         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8289         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8290         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8291         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8292         * gst/rtsp/gstrtspsrc.h:
8293         Protect connection activity with a new lock, avoids deadlocks when going
8294         to PAUSED. Fixes #455808.
8295
8296 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8297
8298         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8299         Fix debug statement.
8300
8301 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8302
8303         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8304         Fix stray %u in debug line as spotted by Saur on IRC.
8305
8306 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8307
8308         * gst/audiofx/audiochebyshevfreqband.c:
8309         (gst_audio_chebyshev_freq_band_class_init):
8310         * gst/audiofx/audiochebyshevfreqlimit.c:
8311         (gst_audio_chebyshev_freq_limit_class_init):
8312         Use generator macros for the process functions for the different
8313         sample types, add lower upper boundaries for the GObject properties
8314         so automatically generated UIs can use sliders and add a note about
8315         the number of poles as a too high number of poles combined with
8316         very low or very high frequencies will produce only noise.
8317         * docs/plugins/gst-plugins-good-plugins.args:
8318         Regenerated for the property changes.
8319
8320 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8321
8322         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8323         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8324         (gst_rtspsrc_stream_configure_udp_sink),
8325         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8326         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8327         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8328         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8329         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8330         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8331         * gst/rtsp/gstrtspsrc.h:
8332         Improve timeout handling.
8333         Use the same socket for sending and receiving RTCP packets so that some
8334         servers can track clients better.
8335         Improve connection closed handling. Try to reconnect.
8336         Don't overwrite our content base with NULL.
8337         Improve debugging.
8338         Improve range parsing and handling.
8339         Remove flushing hack now that core does the right thing.
8340
8341 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8342
8343         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8344         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8345         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8346         (gst_multiudpsink_close), (gst_multiudpsink_add):
8347         * gst/udp/gstmultiudpsink.h:
8348         Add support for getting and setting the socket to use.
8349
8350         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8351         (gst_udpsrc_create), (gst_udpsrc_get_property):
8352         Add support for getting the currently used socket.
8353
8354 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8355
8356         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8357
8358         * gst/audiofx/Makefile.am:
8359         * gst/audiofx/audiochebyshevfreqband.c:
8360         (gst_audio_chebyshev_freq_band_mode_get_type),
8361         (gst_audio_chebyshev_freq_band_base_init),
8362         (gst_audio_chebyshev_freq_band_dispose),
8363         (gst_audio_chebyshev_freq_band_class_init),
8364         (gst_audio_chebyshev_freq_band_init),
8365         (generate_biquad_coefficients), (calculate_gain),
8366         (generate_coefficients),
8367         (gst_audio_chebyshev_freq_band_set_property),
8368         (gst_audio_chebyshev_freq_band_get_property),
8369         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8370         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8371         (gst_audio_chebyshev_freq_band_start):
8372         * gst/audiofx/audiochebyshevfreqband.h:
8373         * gst/audiofx/audiochebyshevfreqlimit.c:
8374         (gst_audio_chebyshev_freq_limit_mode_get_type),
8375         (gst_audio_chebyshev_freq_limit_base_init),
8376         (gst_audio_chebyshev_freq_limit_dispose),
8377         (gst_audio_chebyshev_freq_limit_class_init),
8378         (gst_audio_chebyshev_freq_limit_init),
8379         (generate_biquad_coefficients), (calculate_gain),
8380         (generate_coefficients),
8381         (gst_audio_chebyshev_freq_limit_set_property),
8382         (gst_audio_chebyshev_freq_limit_get_property),
8383         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8384         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8385         (gst_audio_chebyshev_freq_limit_start):
8386         * gst/audiofx/audiochebyshevfreqlimit.h:
8387         * gst/audiofx/audiofx.c: (plugin_init):
8388         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8389         Fixes #464800.
8390
8391         * tests/check/Makefile.am:
8392         * tests/check/elements/.cvsignore:
8393         * tests/check/elements/audiochebyshevfreqband.c:
8394         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8395         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8396         * tests/check/elements/audiochebyshevfreqlimit.c:
8397         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8398         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8399         Add unit tests for the chebyshev filters.
8400
8401         * docs/plugins/Makefile.am:
8402         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8403         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8404         * docs/plugins/gst-plugins-good-plugins.args:
8405         * docs/plugins/inspect/plugin-1394.xml:
8406         * docs/plugins/inspect/plugin-audiofx.xml:
8407         * docs/plugins/inspect/plugin-dv.xml:
8408         * docs/plugins/inspect/plugin-flac.xml:
8409         * docs/plugins/inspect/plugin-jpeg.xml:
8410         * docs/plugins/inspect/plugin-png.xml:
8411         * docs/plugins/inspect/plugin-rtp.xml:
8412         * docs/plugins/inspect/plugin-shout2send.xml:
8413         * docs/plugins/inspect/plugin-wavpack.xml:
8414         And add docs for the chebyshev filters. While doing
8415         that also run make update in docs/plugins.
8416
8417 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8418
8419         * ext/annodex/gstcmmltag.c:
8420         * gst/rtp/gstrtpvorbispay.c:
8421           Make ro memory to share.
8422
8423 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8424
8425         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8426         Improve UDP performance by avoiding a select() when we have data
8427         available immediatly.
8428
8429 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8430
8431         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8432         (gst_rtp_dec_class_init):
8433         * gst/rtsp/gstrtpdec.h:
8434         Add (dummy) SSRC management signals.
8435
8436         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8437         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8438         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8439         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8440         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8441         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8442         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8443         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8444         * gst/rtsp/gstrtspsrc.h:
8445         Add connection-speed property.
8446         Add find_stream helper functions.
8447         Handle stream EOS based on BYE messages or SSRC timeout.
8448         Returns SUCCESS from the state change function as we hide our async
8449         elements from the parent.
8450
8451 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8452
8453         * gst/debug/rndbuffersize.c:
8454           Fix da leak.
8455
8456 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8457
8458         * gst/debug/Makefile.am:
8459         * gst/debug/breakmydata.c:
8460         * gst/debug/gstdebug.c:
8461         * gst/debug/negotiation.c:
8462         * gst/debug/progressreport.c:
8463         * gst/debug/rndbuffersize.c:
8464         * gst/debug/testplugin.c:
8465           Add new test element and clean-up the others a little.
8466
8467 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8468
8469         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8470         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8471
8472 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8473
8474         * gst/rtp/gstrtpilbcdepay.c:
8475           Include stdlib.
8476
8477 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8478
8479         * gst/rtp/gstrtpmpvdepay.c:
8480         Set the mpegversion in the caps so that autoplugging does not get
8481         confused.
8482
8483 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8484
8485         * po/hu.po:
8486         * po/uk.po:
8487         * po/vi.po:
8488           Updated translations.
8489
8490 2007-08-08  Michael Smith <msmith@fluendo.com>
8491
8492         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8493           Render right border in the correct location.
8494
8495 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8496
8497         Patch by: Olivier Crete <tester at tester dot ca>
8498
8499         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8500         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8501         Make mode property a string. Fixes #464475.
8502
8503 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8504
8505         * ext/flac/gstflacenc.c:
8506           Widen caps to match decoder a bit and add more FIXMEs.
8507
8508 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8509
8510         patch by: Mark Nauwelaerts <manauw@skynet.be>
8511
8512         * gst/avi/gstavimux.c:
8513           Fix ODML index tag numbering. Fixes #463624.
8514
8515 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8516
8517         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8518         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8519         (gst_rtspsrc_stream_configure_tcp),
8520         (gst_rtspsrc_stream_configure_udp_sink):
8521         Fix default clock-rate for realmedia.
8522         Fix parsing of transport.
8523         Don't try to link NULL pads.
8524
8525 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8526
8527         * po/POTFILES.skip:
8528           Add POTFILES.skip with list of source files that aren't disted at the
8529           moment but contain translatable strings. Should hopefully pacify
8530           broken tools and make it clearer that these files are left out
8531           intentionally (#461600).
8532
8533 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8534
8535         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8536         If the buffer was entirely clipped ... don't try sending it :)
8537
8538 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8539
8540         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8541         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8542         (gst_rtspsrc_create_transports_string),
8543         (gst_rtspsrc_prepare_transports):
8544         If we don't hav a session manager, set the caps on outgoing buffers
8545         ourselves.
8546         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8547         Append final bit of the transport string even when it does not contain a
8548         placeholder.
8549
8550 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8551
8552         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8553         (gst_rtsp_ext_list_connect):
8554         * gst/rtsp/gstrtspext.h:
8555         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8556         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8557         Clean up the interface list.
8558         Allow connecting to interface signals for the extensions.
8559         Remove old extension code.
8560         Free list on cleanup.
8561         Allow extensions to send additional RTSP messages.
8562
8563 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8564
8565         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8566         Handle a NULL gconf key gracefully by rendering the default element.
8567
8568 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8569
8570         * gst/rtsp/gstrtspext.h:
8571         Fix include path for extension interface.
8572
8573 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8574
8575         * gst/audiofx/audioamplify.h:
8576         Also remove a now unecessary variable here.
8577
8578 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8579
8580         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8581         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8582         * gst/audiofx/audiodynamic.c:
8583         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8584         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8585         * gst/audiofx/audiodynamic.h:
8586         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8587         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8588         * gst/audiofx/audioinvert.h:
8589         Don't save format information ourselves, this is already saved in
8590         GstAudioFilter.
8591
8592 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8593
8594         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8595         (gst_rtsp_ext_list_stream_select):
8596         * gst/rtsp/gstrtspext.h:
8597         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8598         Use rank to filter out extensions.
8599         Add url to stream_select interface call.
8600
8601 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8602
8603         * gst/rtsp/Makefile.am:
8604         * gst/rtsp/base64.c:
8605         * gst/rtsp/base64.h:
8606         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8607         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8608         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8609         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8610         (gst_rtsp_ext_list_setup_media),
8611         (gst_rtsp_ext_list_configure_stream),
8612         (gst_rtsp_ext_list_get_transports),
8613         (gst_rtsp_ext_list_stream_select):
8614         * gst/rtsp/gstrtspext.h:
8615         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8616         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8617         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8618         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8619         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8620         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8621         (gst_rtspsrc_stream_configure_tcp),
8622         (gst_rtspsrc_stream_configure_mcast),
8623         (gst_rtspsrc_stream_configure_udp),
8624         (gst_rtspsrc_stream_configure_udp_sink),
8625         (gst_rtspsrc_stream_configure_transport),
8626         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8627         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8628         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8629         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8630         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8631         (gst_rtspsrc_parse_methods),
8632         (gst_rtspsrc_create_transports_string),
8633         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8634         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8635         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8636         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8637         * gst/rtsp/gstrtspsrc.h:
8638         * gst/rtsp/rtsp.h:
8639         * gst/rtsp/rtspconnection.c:
8640         * gst/rtsp/rtspconnection.h:
8641         * gst/rtsp/rtspdefs.c:
8642         * gst/rtsp/rtspdefs.h:
8643         * gst/rtsp/rtspext.h:
8644         * gst/rtsp/rtspextwms.c:
8645         * gst/rtsp/rtspextwms.h:
8646         * gst/rtsp/rtspmessage.c:
8647         * gst/rtsp/rtspmessage.h:
8648         * gst/rtsp/rtsprange.c:
8649         * gst/rtsp/rtsprange.h:
8650         * gst/rtsp/rtsptransport.c:
8651         * gst/rtsp/rtsptransport.h:
8652         * gst/rtsp/rtspurl.c:
8653         * gst/rtsp/rtspurl.h:
8654         * gst/rtsp/sdp.h:
8655         * gst/rtsp/sdpmessage.c:
8656         * gst/rtsp/sdpmessage.h:
8657         * gst/rtsp/test.c:
8658         Use shiny new RTSP and SDP library.
8659         Implement RTSP extensions using the new interface.
8660         Remove a lot of old code.
8661
8662 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8663
8664         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8665         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8666
8667 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8668
8669         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8670         Don't unref the outgoing buffer twice when dropping it because it's
8671         outside of the segment.
8672
8673 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8674
8675         * configure.ac:
8676         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8677         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8678         Use the new buffer clipping function from gstaudio here and
8679         require gst-plugins-base CVS.
8680         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8681         For framed Wavpack buffers we require a valid timestamp.
8682
8683 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8684
8685         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8686         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8687         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8688         Clip raw audio and video when we can, keep track of current output
8689         segment.
8690         Don't leak buffers and events when there is no output pad.
8691         Improve debugging here and there.
8692
8693 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8694
8695         * configure.ac:
8696           Sync liboil check with plugins-base.
8697
8698 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8699
8700         * ext/annodex/Makefile.am:
8701           Fix CFLAGS/LIBS.
8702
8703         * ext/cdio/gstcdiocddasrc.c:
8704         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8705           Include stdlib
8706
8707         * ext/cairo/Makefile.am:
8708         * gst/videofilter/Makefile.am:
8709         * tests/examples/level/Makefile.am:
8710           Use $(LIBM) instead of -lm
8711
8712 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8713
8714         * sys/v4l2/gstv4l2src.c:
8715           Add another example pipeline.
8716
8717 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8718
8719         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8720
8721         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8722           Use define here.
8723
8724         * sys/v4l2/gstv4l2tuner.c:
8725         (gst_v4l2_tuner_set_frequency_and_notify):
8726           Don't touch the property - its still disabled.
8727
8728         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8729         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8730         * sys/v4l2/v4l2src_calls.h:
8731           Improve fallback format negotionation. Fixes #451388
8732
8733 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8734
8735         * tests/check/elements/videocrop.c: (GST_START_TEST):
8736           Fix the test.
8737
8738 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8739
8740         * docs/plugins/Makefile.am:
8741         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8742         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8743         * docs/plugins/inspect/plugin-jpeg.xml:
8744         * docs/plugins/inspect/plugin-png.xml:
8745         * ext/jpeg/gstjpegdec.c:
8746         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8747         (gst_pngdec_sink_setcaps):
8748           More docs. More logs in pngdec.
8749
8750 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8751
8752         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8753           Initialize num_buffers with minimum value.
8754
8755         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8756         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8757           Handle frame-size query failure gracefully.
8758
8759 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8760
8761         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8762         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8763         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8764         of qt/aac files.
8765
8766 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8767
8768         * ext/wavpack/gstwavpackdec.c:
8769         (gst_wavpack_dec_clip_outgoing_buffer):
8770         Fix buffer clipping to correctly clip to the segment stop.
8771
8772 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8773
8774         * configure.ac:
8775         * tests/Makefile.am:
8776         Remove bogus check for libcheck, since we check for
8777         gstreamer-check and it pulls in the required info from there,
8778         and we weren't actually _using_ the information for libcheck
8779         ourselves anyway.
8780
8781 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8782
8783         * configure.ac:
8784           Use pkg-config to locate check.
8785
8786 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8787
8788         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8789         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8790         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8791         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8792         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8793         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8794         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8795         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8796         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8797         * gst/effectv/gstrev.c: (gst_revtv_transform):
8798         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8799         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8800         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8801         * gst/matroska/matroska-demux.c:
8802         (gst_matroska_demux_add_wvpk_header),
8803         (gst_matroska_demux_check_subtitle_buffer),
8804         (gst_matroska_decode_buffer):
8805         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8806           Fix build against core CVS.
8807
8808 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8809
8810         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8811         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8812         don't have enough granularity to convert that boolean into a
8813         GstFlowReturn.
8814
8815 2007-07-06  Michael Smith <msmith@fluendo.com>
8816
8817         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8818         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8819         (gst_alawdec_change_state):
8820         * gst/law/alaw-decode.h:
8821         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8822         (gst_mulawdec_class_init), (gst_mulawdec_init),
8823         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8824         * gst/law/mulaw-decode.h:
8825           Fix capsnego bogosity in *law decoders. 
8826
8827 2007-07-06  Michael Smith <msmith@fluendo.com>
8828
8829         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8830         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8831         (gst_smokeenc_change_state):
8832         * ext/jpeg/gstsmokeenc.h:
8833           Remove stupidity in get/set caps functions.
8834           Fix some refcounting problems.
8835
8836 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8837
8838         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8839         Remove endianness-flipping hack that seems to have been required
8840         only because of a bug in ffmpegcolorspace.
8841         Partially Fixes: #451908
8842
8843 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8844
8845         * docs/plugins/Makefile.am:
8846           Simplify --extra-dir as gtkdoc scans recursively.
8847
8848 2007-07-03  Wim Taymans  <wim@fluendo.com>
8849
8850         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8851
8852         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8853         Set the encoding-name in the rtp caps to all uppercase, as required by
8854         the caps spec.
8855         Some small cleanups in the error paths. Fixes #453037.
8856
8857 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8858
8859         * ext/wavpack/gstwavpackparse.c:
8860         (gst_wavpack_parse_index_get_last_entry),
8861         (gst_wavpack_parse_index_get_entry_from_sample),
8862         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8863         (gst_wavpack_parse_scan_to_find_sample):
8864         * ext/wavpack/gstwavpackparse.h:
8865         Use a GSList for the GArray that is used like a list anyway.
8866
8867 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8868
8869         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8870         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8871         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8872           Add state change function where we set 0/1 as default framerate in
8873           case our setcaps function isn't called, like it might not in a
8874           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8875           gdkpixbufdec trying to create caps with a 0/0 framerate.
8876           Also post an error message on the bus if gst_pad_push() fails when
8877           called from our sink event handler (+1 for flow returns for event
8878           functions in 0.11) instead of failing silently.
8879
8880 2007-06-27  Wim Taymans  <wim@fluendo.com>
8881
8882         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8883         Cast stack args to the proper types. Fixes #451249.
8884
8885 2007-06-27  Wim Taymans  <wim@fluendo.com>
8886
8887         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8888         (new_session_pad), (gst_rtspsrc_setup_streams):
8889         * gst/rtsp/gstrtspsrc.h:
8890         For container formats we only need to activate one of the streams so
8891         that we correctly signal no-more-pads. Fixes #451015.
8892
8893 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8894
8895         * docs/plugins/gst-plugins-good-plugins.args:
8896         * docs/plugins/inspect/plugin-aasink.xml:
8897         * docs/plugins/inspect/plugin-alaw.xml:
8898         * docs/plugins/inspect/plugin-alpha.xml:
8899         * docs/plugins/inspect/plugin-alphacolor.xml:
8900         * docs/plugins/inspect/plugin-annodex.xml:
8901         * docs/plugins/inspect/plugin-apetag.xml:
8902         * docs/plugins/inspect/plugin-audiofx.xml:
8903         * docs/plugins/inspect/plugin-auparse.xml:
8904         * docs/plugins/inspect/plugin-autodetect.xml:
8905         * docs/plugins/inspect/plugin-avi.xml:
8906         * docs/plugins/inspect/plugin-cacasink.xml:
8907         * docs/plugins/inspect/plugin-cairo.xml:
8908         * docs/plugins/inspect/plugin-cdio.xml:
8909         * docs/plugins/inspect/plugin-cutter.xml:
8910         * docs/plugins/inspect/plugin-debug.xml:
8911         * docs/plugins/inspect/plugin-efence.xml:
8912         * docs/plugins/inspect/plugin-effectv.xml:
8913         * docs/plugins/inspect/plugin-esdsink.xml:
8914         * docs/plugins/inspect/plugin-flac.xml:
8915         * docs/plugins/inspect/plugin-flxdec.xml:
8916         * docs/plugins/inspect/plugin-gconfelements.xml:
8917         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8918         * docs/plugins/inspect/plugin-goom.xml:
8919         * docs/plugins/inspect/plugin-halelements.xml:
8920         * docs/plugins/inspect/plugin-icydemux.xml:
8921         * docs/plugins/inspect/plugin-id3demux.xml:
8922         * docs/plugins/inspect/plugin-jpeg.xml:
8923         * docs/plugins/inspect/plugin-ladspa.xml:
8924         * docs/plugins/inspect/plugin-level.xml:
8925         * docs/plugins/inspect/plugin-matroska.xml:
8926         * docs/plugins/inspect/plugin-mulaw.xml:
8927         * docs/plugins/inspect/plugin-multipart.xml:
8928         * docs/plugins/inspect/plugin-navigationtest.xml:
8929         * docs/plugins/inspect/plugin-ossaudio.xml:
8930         * docs/plugins/inspect/plugin-png.xml:
8931         * docs/plugins/inspect/plugin-quicktime.xml:
8932         * docs/plugins/inspect/plugin-rtp.xml:
8933         * docs/plugins/inspect/plugin-rtsp.xml:
8934         * docs/plugins/inspect/plugin-smpte.xml:
8935         * docs/plugins/inspect/plugin-speex.xml:
8936         * docs/plugins/inspect/plugin-taglib.xml:
8937         * docs/plugins/inspect/plugin-udp.xml:
8938         * docs/plugins/inspect/plugin-videobalance.xml:
8939         * docs/plugins/inspect/plugin-videobox.xml:
8940         * docs/plugins/inspect/plugin-videocrop.xml:
8941         * docs/plugins/inspect/plugin-videoflip.xml:
8942         * docs/plugins/inspect/plugin-videomixer.xml:
8943         * docs/plugins/inspect/plugin-wavenc.xml:
8944         * docs/plugins/inspect/plugin-wavparse.xml:
8945         * docs/plugins/inspect/plugin-ximagesrc.xml:
8946           Update docs with caps info.
8947
8948 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8949
8950         * po/POTFILES.in:
8951           Add more files with translatable strings (#450878).
8952
8953 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8954
8955         * MAINTAINERS:
8956         Updating all the maintainers files
8957
8958 2007-06-22  Edward Hervey  <edward@fluendo.com>
8959
8960         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8961         * gst/interleave/deinterleave.c: (deinterleave_init),
8962         (deinterleave_sink_link):
8963         * gst/interleave/interleave.c: (interleave_init):
8964         * gst/median/gstmedian.c: (gst_median_init):
8965         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8966         Fix memory leaks.
8967         * tests/check/elements/id3demux.c: (pad_added_cb):
8968         Remove unused variable.
8969
8970 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8971
8972         * ext/gconf/gconf.h:
8973         Make the prototype of gst_gconf_get_key_for_sink_profile
8974         match the implementation.
8975         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8976         Fixes: #449747
8977
8978 2007-06-20  Michael Smith <msmith@fluendo.com>
8979
8980         * gst/rtp/gstrtpdepay.c:
8981           Fix description - rtpdepay is not a payloader.
8982
8983 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8984
8985         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8986         (qtdemux_video_caps):
8987         * gst/qtdemux/qtdemux_fourcc.h:
8988           Add MJPG to the variants of motion jpeg.
8989
8990 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8991
8992         * tests/check/Makefile.am:
8993         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8994         * tests/check/elements/videocrop.c: (GST_START_TEST):
8995         * tests/check/elements/videofilter.c:
8996         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8997         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8998           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8999           error flags are included and it errors out on compiler warnings
9000           for CVS builds; remove unused variables in various unit tests.
9001
9002 2007-06-19  Wim Taymans  <wim@fluendo.com>
9003
9004         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9005         (rtsp_connection_close), (rtsp_connection_free):
9006         Use threadsafe inet_ntop to convert an ip number to a string. 
9007         Fixes #447961.
9008         Don't leak fd (and ip) when freeing a connection without first closing
9009         it.
9010
9011 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
9012
9013         * configure.ac:
9014         Back to CVS
9015
9016         * gst-plugins-good.doap:
9017         Add 0.10.6 to the doap file.
9018
9019 === release 0.10.6 ===
9020
9021 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
9022
9023         * configure.ac:
9024           releasing 0.10.6, "Wobble Board"
9025
9026 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9027
9028         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9029         (rtsp_connection_free):
9030           Revert previous commit again, since we are frozen (sorry).
9031
9032 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9033
9034         Patch by: Peter Kjellerstedt <pkj at axis com>
9035
9036         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9037         (rtsp_connection_free):
9038           inet_ntoa() uses a static buffer internally, so we need to copy the
9039           returned string if we want to store it for later (#447961).
9040
9041 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9042
9043         * win32/vs6/autogen.dsp:
9044         * win32/vs6/gst_plugins_good.dsw:
9045         * win32/vs6/libgstalaw.dsp:
9046         * win32/vs6/libgstalpha.dsp:
9047         * win32/vs6/libgstalphacolor.dsp:
9048         * win32/vs6/libgstapetag.dsp:
9049         * win32/vs6/libgstaudiofx.dsp:
9050         * win32/vs6/libgstauparse.dsp:
9051         * win32/vs6/libgstautodetect.dsp:
9052         * win32/vs6/libgstavi.dsp:
9053         * win32/vs6/libgstcutter.dsp:
9054         * win32/vs6/libgstdirectdraw.dsp:
9055         * win32/vs6/libgstdirectsound.dsp:
9056         * win32/vs6/libgsteffectv.dsp:
9057         * win32/vs6/libgstflx.dsp:
9058         * win32/vs6/libgstgoom.dsp:
9059         * win32/vs6/libgsticydemux.dsp:
9060         * win32/vs6/libgstid3demux.dsp:
9061         * win32/vs6/libgstinterleave.dsp:
9062         * win32/vs6/libgstjpeg.dsp:
9063         * win32/vs6/libgstlevel.dsp:
9064         * win32/vs6/libgstmatroska.dsp:
9065         * win32/vs6/libgstmedian.dsp:
9066         * win32/vs6/libgstmonoscope.dsp:
9067         * win32/vs6/libgstmulaw.dsp:
9068         * win32/vs6/libgstmultipart.dsp:
9069         * win32/vs6/libgstqtdemux.dsp:
9070         * win32/vs6/libgstrtp.dsp:
9071         * win32/vs6/libgstrtsp.dsp:
9072         * win32/vs6/libgstsmpte.dsp:
9073         * win32/vs6/libgstspeex.dsp:
9074         * win32/vs6/libgstudp.dsp:
9075         * win32/vs6/libgstvideobalance.dsp:
9076         * win32/vs6/libgstvideobox.dsp:
9077         * win32/vs6/libgstvideocrop.dsp:
9078         * win32/vs6/libgstvideoflip.dsp:
9079         * win32/vs6/libgstvideomixer.dsp:
9080         * win32/vs6/libgstwaveform.dsp:
9081         * win32/vs6/libgstwavenc.dsp:
9082         * win32/vs6/libgstwavparse.dsp:
9083         Mark *.dsp & *.dsw as binary files and convert to DOS line
9084         endings, as they don't load into VS6 correctly otherwise.
9085
9086 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9087
9088         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9089         (rtsp_connection_connect):
9090         Fix the MingW build. 
9091         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
9092         Fixes: #446981
9093
9094 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9095
9096         * tests/check/elements/.cvsignore:
9097         * tests/icles/.cvsignore:
9098         Hush the buildbots up
9099
9100 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9101
9102         * configure.ac:
9103         * sys/Makefile.am:
9104         * sys/directdraw/Makefile.am:
9105         * sys/directsound/Makefile.am:
9106         * sys/waveform/Makefile.am:
9107         Make sure to dist everything needed for win32 builds.
9108
9109 2007-06-14  Edward Hervey  <edward@fluendo.com>
9110
9111         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9112         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
9113         caps.
9114         Fixes #447458
9115
9116 2007-06-13  Wim Taymans  <wim@fluendo.com>
9117
9118         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9119         Make sure we allocate enough memory for the codec_data.
9120         Fixes #447210.
9121
9122 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
9123
9124         * win32/MANIFEST:
9125         Add videocrop project file to the win32 manifest.
9126         * win32/vs6/gst_plugins_good.dsw:
9127         Add qtdemux,videocrop and waveform projects to the workspace.
9128         * win32/vs6/libgstqtdemux.dsp:
9129         Add zlib to the link list of qtdemux.
9130         * win32/vs6/libgstvideocrop.dsp:
9131         Add a project file for videocrop.
9132
9133 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9134
9135         * po/POTFILES.in:
9136         Add qtdemux for translation
9137
9138 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9139
9140         * configure.ac:
9141         * docs/plugins/Makefile.am:
9142         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9143         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9144         * docs/plugins/inspect/plugin-videocrop.xml:
9145         * gst-plugins-good.spec.in:
9146         * sys/Makefile.am:
9147         * tests/check/Makefile.am:
9148         * tests/icles/Makefile.am:
9149         * tests/icles/videocrop-test.c:
9150         Move videocrop and osxvideo from -bad.
9151
9152 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9153
9154         * configure.ac:
9155         * docs/plugins/Makefile.am:
9156         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9157         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9158         * docs/plugins/gst-plugins-good-plugins.args:
9159         * docs/plugins/inspect/plugin-qtdemux.xml:
9160         * docs/plugins/inspect/plugin-quicktime.xml:
9161         * win32/MANIFEST:
9162         Move qtdemux from -bad.
9163
9164         * gst-plugins-good.spec.in:
9165         Update spec file to reflect moving of qtdemux and wavpack
9166
9167 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9168         
9169         * win32/MANIFEST:
9170         * docs/plugins/Makefile.am:
9171         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9172         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9173         * docs/plugins/inspect/plugin-directdraw.xml:
9174         * docs/plugins/inspect/plugin-directsound.xml:
9175         * docs/plugins/inspect/plugin-waveform.xml:
9176         Move the waveform plugin from -bad too. Update the inspect xml
9177         files to mention Plugins Good instead of Plugins Bad.
9178
9179 2007-06-12  Andy Wingo  <wingo@pobox.com>
9180
9181         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9182         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9183         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9184         finalization and resuscitation. No longer public.
9185         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9186         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9187         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9188         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9189         miniobject semantics, and be threadsafe.
9190         (gst_v4l2src_queue_frame): Remove this function, as we just call
9191         the ioctls directly in the two places where we queue buffers.
9192         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9193         directly.
9194         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9195         to allocate the pool, which also preallocates the GstBuffers.
9196         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9197         queueing the frames directly.
9198         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9199         mmap buffers have been dequeued.
9200
9201         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9202         real MiniObject instead of rolling our own refcounting and
9203         finalizing. Give it a lock.
9204         (struct _GstV4l2Buffer): Remove one intermediary object, having
9205         the buffers hold the struct v4l2_buffer directly.
9206
9207         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9208         capture_init so that it can set them on the buffers that it will
9209         create.
9210         (gst_v4l2src_get_read): For better or for worse, include the
9211         timestamping and offsetting code here; really we should be using
9212         bufferalloc though.
9213         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9214         preallocated, mmap'd buffers.
9215
9216 2007-06-11  Wim Taymans  <wim@fluendo.com>
9217
9218         Patch by: daniel fischer <dan at f3c dot com>
9219
9220         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9221         (gst_ximage_src_get_caps):
9222         Actually use the display_name property so that we can dump any
9223         available X display. Fixes #445905.
9224
9225 2007-06-11  Wim Taymans  <wim@fluendo.com>
9226
9227         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9228
9229         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9230         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9231         Add missing rate fields to caps. Fixes #441118.
9232
9233 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9234
9235         * win32/vs6/gst_plugins_good.dsw:
9236         * win32/vs8/gst-plugins-good.sln:
9237         Add DirectSound and DirectDraw sinks project files to
9238         workspace and solution files.
9239
9240 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9241
9242         Patch by: Josh Coalson <xflac at yahoo dot com>,
9243         updated by Alexis Ballier <aballier at gentoo dot org>:
9244
9245         * configure.ac:
9246         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9247         (gst_flac_dec_setup_seekable_decoder),
9248         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9249         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9250         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9251         * ext/flac/gstflacdec.h:
9252         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9253         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9254         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9255         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9256         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9257         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9258         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9259         * ext/flac/gstflacenc.h:
9260         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9261         
9262 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9263
9264         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9265         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9266         not necessary anymore as we need at least that core version. 
9267
9268 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9269
9270         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9271         (gst_wavpack_dec_chain):
9272         * ext/wavpack/gstwavpackdec.h:
9273         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9274         (gst_wavpack_parse_push_buffer):
9275         * ext/wavpack/gstwavpackparse.h:
9276         Improve discont handling by checking if the next Wavpack block has
9277         the expected, following block index.
9278
9279 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9280
9281         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9282           Fix element description.
9283
9284 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9285
9286         * configure.ac:
9287         * docs/plugins/Makefile.am:
9288         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9289         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9290         * docs/plugins/gst-plugins-good-plugins.args:
9291         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9292         * docs/plugins/gst-plugins-good-plugins.signals:
9293         * docs/plugins/inspect/plugin-autodetect.xml:
9294         * docs/plugins/inspect/plugin-gconfelements.xml:
9295         * docs/plugins/inspect/plugin-ladspa.xml:
9296         * docs/plugins/inspect/plugin-rtp.xml:
9297         * docs/plugins/inspect/plugin-wavpack.xml:
9298         * ext/Makefile.am:
9299         * tests/check/Makefile.am:
9300           move wavpack plugin.  See #352605.
9301
9302 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9303
9304         * configure.ac:
9305         * docs/plugins/Makefile.am:
9306         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9307         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9308         * docs/plugins/gst-plugins-good-plugins.args:
9309         * sys/Makefile.am:
9310         * win32/MANIFEST:
9311         Add DirectDraw & DirectSound plugins to the build and docs.
9312
9313 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9314
9315         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9316         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9317           When operating in pull mode, error out correct on not-linked.
9318
9319 2007-06-06  Andy Wingo  <wingo@pobox.com>
9320
9321         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9322         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9323         format and size if the ioctls are defined; should fix compilation
9324         on Linux < 2.16.19.
9325
9326 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9327
9328         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9329           Printf fixes in debug statements; use LOG level for debug statements
9330           that are printed for each and every frame; convert c++ comments to
9331           C-style comments; not much point using g_try_malloc() if we then not
9332           even check the return value.
9333
9334 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9335
9336         * configure.ac:
9337           Bump requirements to released versions (core and base 0.10.13).
9338
9339         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9340           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9341           own implementation.
9342
9343 2007-06-05  Andy Wingo  <wingo@pobox.com>
9344
9345         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9346         some useless comments.
9347
9348         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9349         frames before calling STREAMON, that might leave them in a state
9350         where they can't be dequeued if we go back to NULL without calling
9351         STREAMON, according to the docs.
9352         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9353         before we call STREAMON.
9354         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9355         failures. (For me this code hung.) The pool refcounting is still
9356         crack; added a note to that effect.
9357
9358 2007-06-05  Wim Taymans  <wim@fluendo.com>
9359
9360         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9361         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9362         Add support for mapping gst structure names to the MIME type equivalent.
9363         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9364
9365 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9366
9367         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9368         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9369         (gst_wavenc_chain), (gst_wavenc_change_state):
9370         * gst/wavenc/gstwavenc.h:
9371         Properly write wav files with width!=depth by having the depth most
9372         significant bytes set and all others zero. Fixes #442535.
9373
9374 2007-06-01  Wim Taymans  <wim@fluendo.com>
9375
9376         * gst/rtsp/rtspconnection.c:
9377         Add include to make buildbot happy.
9378
9379 2007-06-01  Wim Taymans  <wim@fluendo.com>
9380
9381         Patch by: Peter Kjellerstedt  <pkj at axis com>
9382
9383         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9384         (rtsp_connection_connect), (add_date_header),
9385         (rtsp_connection_send), (parse_response_status),
9386         (parse_request_line), (parse_line), (rtsp_connection_receive):
9387         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9388         * gst/rtsp/rtspdefs.h:
9389         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9390         (rtsp_message_init_request), (rtsp_message_init_response),
9391         (rtsp_message_remove_header), (rtsp_message_append_headers),
9392         (rtsp_message_dump):
9393         * gst/rtsp/rtspmessage.h:
9394         Improves version checking, allowing an RTSP server to reply with "505
9395         RTSP Version not supported.
9396         Adds a Date header to all messages.
9397         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9398         want to be able to send a response even if something in the request was
9399         invalid. EINVAL is only used when passing wrong arguments to functions.
9400         Do not handle an invalid method in parse_request_line(). Defer this to
9401         the caller so it can respond with "405 Method Not Allowed".
9402         Improves parsing of the timeout parameter to the Session header,
9403         allowing whitespace after the semicolon. 
9404         Avoids a compiler warning due to variables shadowing a function argument.
9405
9406 2007-06-01  Wim Taymans  <wim@fluendo.com>
9407
9408         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9409
9410         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9411         (gst_rtp_amr_depay_process):
9412         * gst/rtp/gstrtpamrdepay.h:
9413         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9414         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9415         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9416         * gst/rtp/gstrtpamrpay.h:
9417         Add support for AMR-WB.
9418         Small cleanups such as using BOILERPLATE.
9419
9420 2007-05-31  Wim Taymans  <wim@fluendo.com>
9421
9422         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9423         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9424
9425 2007-05-30  Andy Wingo  <wingo@pobox.com>
9426
9427         * sys/v4l2/gstv4l2object.h: 
9428         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9429         unintended changes.
9430
9431         * sys/v4l2/v4l2src_calls.h: 
9432         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9433         the format list in the order that the driver gives it to us.
9434         (gst_v4l2src_probe_caps_for_format_and_size)
9435         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9436         based on the capabilities of the device.
9437         (gst_v4l2src_grab_frame): Update for object variable renaming.
9438         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9439         as in the set_caps below.
9440         (gst_v4l2src_capture_init): Update for object variable renaming,
9441         and reflow.
9442         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9443         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9444         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9445         (gst_v4l2src_get_fps): Remove; these functions don't have much
9446         meaning outside of an atomic set_caps method.
9447         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9448         known.
9449
9450         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9451         call to update_fps; not sure about this change.
9452         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9453         moment we don't have an update_fps_func.
9454
9455         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9456         structures in the object, just store what we need. Do store the
9457         probed caps of the device. Don't store the current frame rate.
9458
9459         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9460         update_fps_function, for now. Update for new object variable
9461         naming.
9462         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9463         new object variable naming.
9464         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9465         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9466         (gst_v4l2src_get_caps): Rework to probe the device for supported
9467         frame sizes and frame rates.
9468         (gst_v4l2src_set_caps): Rework to be strict in the given
9469         parameters: if someone asks us to have a certain size and rate,
9470         that is what we configure.
9471         (gst_v4l2src_get_read): Update for object variable naming. Don't
9472         leak buffers on short reads.
9473         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9474         comments.
9475         (gst_v4l2src_create): Update for object variable naming.
9476
9477 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9478
9479         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9480         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9481         * gst/avi/gstavidemux.h:
9482           Parse subtitle text streams instead of erroring out (#442034). Still
9483           needs a parser for the subtitles to actually show up.
9484
9485 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9486
9487         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9488         (gst_avi_demux_loop):
9489           Make _push_event() return TRUE if the event could be pushed on at
9490           least one pad and not only if it could be pushed on all pads,
9491           otherwise we'll end up posting an error message on EOS if one or
9492           more source pads are not connected.
9493
9494 2007-05-28  Wim Taymans  <wim@fluendo.com>
9495
9496         * gst/rtsp/rtsptransport.c:
9497         Use renamed RTP bin.
9498
9499 2007-05-28  Wim Taymans  <wim@fluendo.com>
9500
9501         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9502
9503         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9504         (gst_video_box_set_property), (gst_video_box_transform_caps),
9505         (video_box_recalc_transform), (gst_video_box_set_caps),
9506         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9507         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9508         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9509         (gst_video_box_i420_i420), (gst_video_box_transform),
9510         (plugin_init):
9511         Add AYUV->AYUV and AYUV->I420 formats. 
9512         Fix negotiation and I420->AYUV conversion.
9513         Fixes #429329.
9514
9515 2007-05-26  Wim Taymans  <wim@fluendo.com>
9516
9517         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9518         Use different variables for nested for loops so that the outer loop
9519         functions properly and speex files with multiple frames per buffer work
9520         properly.
9521         Fixes #441408.
9522
9523 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9524
9525         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9526           Don't leak newsegment events.
9527
9528 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9529
9530         * gst/wavparse/Makefile.am:
9531           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9532           drags it in.
9533
9534 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9535
9536         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9537         (notgst_value_array_append_buffer),
9538         (gst_flac_enc_process_stream_headers),
9539         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9540         (gst_flac_enc_change_state):
9541         * ext/flac/gstflacenc.h:
9542           Collect headers, add "streamheader" field to output caps and set
9543           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9544           produces output according to the official FLAC-to-Ogg mapping
9545           instead of completely broken files. Fixes #426044.
9546
9547 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9548
9549         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9550         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9551         (gst_id3demux_sink_event):
9552         * gst/id3demux/gstid3demux.h:
9553         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9554         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9555         (gst_tag_demux_send_new_segment):
9556         Handle and adjust new-segment events so that downstream really
9557         sees a stream with the tag pieces stripped off the front and back.
9558         Fixes strangeness in seeking when mp3 decoders use the new-segment
9559         byte position to estimate their current playback position timestamp
9560         and then the arriving buffers don't match up.
9561
9562 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9563
9564         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9565           Don't unnecessarily perform a READY->NULL->READY transition on the
9566           detected audio sink when starting up. Fixes: #440127
9567
9568 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9569
9570         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9571         (gst_flac_enc_chain):
9572           Don't crash in chain function if setcaps hasn't been called.
9573
9574 2007-05-24  Wim Taymans  <wim@fluendo.com>
9575
9576         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9577         Init value to avoid infinte loops.
9578
9579 2007-05-24  Wim Taymans  <wim@fluendo.com>
9580
9581         Patch by: Peter Kjellerstedt  <pkj at axis com>
9582
9583         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9584         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9585         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9586         (gst_rtspsrc_play):
9587         (rtsp_connection_send), (rtsp_connection_receive):
9588         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9589         Fix for new API.
9590
9591         * gst/rtsp/rtspconnection.c: (add_auth_header),
9592         Only add authorisation and session headers when sending messages.
9593
9594         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9595         (rtsp_message_init_request), (rtsp_message_init_response),
9596         (rtsp_message_unset), (rtsp_message_add_header),
9597         (rtsp_message_remove_header), (rtsp_message_get_header),
9598         (rtsp_message_append_headers), (dump_key_value),
9599         (rtsp_message_dump):
9600         * gst/rtsp/rtspmessage.h:
9601         Add support for multiple headers of the same type by storing the parsed
9602         headers in a GArray instaed of a hashtable.
9603
9604 2007-05-21  Wim Taymans  <wim@fluendo.com>
9605
9606         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9607         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9608         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9609         safer shutdown.
9610
9611 2007-05-21  Wim Taymans  <wim@fluendo.com>
9612
9613         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9614         * gst/rtsp/gstrtpdec.h:
9615         Added signal for backwards compat.
9616
9617 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9618         
9619         Patch by: René Stadler <mail at renestadler dot de>
9620
9621         * configure.ac:
9622         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9623         (gst_au_parse_parse_header), (gst_au_parse_chain):
9624         * gst/auparse/gstauparse.h:
9625         Use audioconvert for converting from non-native endianness floats
9626         in auparse instead of doing it ourself. Fixes #424527.
9627         This needs the audioconvert from plugins-base CVS.
9628         
9629 2007-05-21  Wim Taymans  <wim@fluendo.com>
9630
9631         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9632         (gst_rtp_h263p_pay_flush):
9633         Fix enum registration.
9634
9635 2007-05-21  Wim Taymans  <wim@fluendo.com>
9636
9637         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9638
9639         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9640         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9641         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9642         (gst_rtp_h263p_pay_flush):
9643         * gst/rtp/gstrtph263ppay.h:
9644         Add new fragmentation mode base on GOB headers. Fixes #438940.
9645
9646 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9647
9648         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9649           Printf format fix.
9650
9651 2007-05-18  Wim Taymans  <wim@fluendo.com>
9652
9653         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9654         Don't crash when an unsupported transport error was returned by the
9655         server, just try to configure the next stream. Fixes #439255.
9656
9657 2007-05-18  Wim Taymans  <wim@fluendo.com>
9658
9659         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9660         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9661         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9662         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9663         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9664         * gst/rtsp/gstrtspsrc.h:
9665         Add TCP timeout property and use it for all TCP connection.
9666
9667         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9668         (rtsp_connection_write), (rtsp_connection_next_timeout),
9669         (rtsp_connection_reset_timeout):
9670         Make connect and writes cancelable and make them use the timeout.
9671
9672 2007-05-18  Wim Taymans  <wim@fluendo.com>
9673
9674         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9675         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9676         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9677         (gst_rtspsrc_setup_streams):
9678         Refactor timeout handling.
9679         Also send keep-alive when dealing with TCP transport.
9680
9681         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9682         (rtsp_connection_free), (rtsp_connection_next_timeout),
9683         (rtsp_connection_reset_timeout):
9684         * gst/rtsp/rtspconnection.h:
9685         Use a timer to handle the session timeouts, add some methods to deal
9686         with timeouts.
9687
9688 2007-05-17  Wim Taymans  <wim@fluendo.com>
9689
9690         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9691         (gst_rtspsrc_setup_streams):
9692         Ignore streams that fail the setup command, we will retry with a
9693         different transport later on.
9694
9695         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9696         (rtsp_ext_wms_configure_stream):
9697         Fix encoding name case.
9698
9699 2007-05-16  Edward Hervey  <edward@fluendo.com>
9700
9701         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9702         Fix build on macosx.
9703
9704 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9705
9706         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9707         Replace direct comparison of a string with the string literal "" with
9708         a comparison of the first character with '\0'. Fixes #438926.
9709
9710 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9711
9712         * gst/debug/breakmydata.c (gst_break_my_data_init):
9713           One more try. This should be the proper fix now.
9714
9715 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9716
9717         * gst/debug/breakmydata.c:
9718           Ooops, no // comments please.
9719
9720 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9721
9722         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9723         (gst_break_my_data_init):
9724           Fix gst_buffer_is_writable() assertion.
9725
9726 2007-05-14  David Schleef  <ds@schleef.org>
9727
9728         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9729           video/x-raw-bayer.  Fixes #314160.
9730
9731 2007-05-14  Wim Taymans  <wim@fluendo.com>
9732
9733         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9734         (gst_rtp_theora_depay_parse_configuration):
9735         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9736         (gst_rtp_theora_pay_finish_headers),
9737         (gst_rtp_theora_pay_handle_buffer):
9738         Update theora pay/depayloader in a similar to vorbis.
9739
9740         * gst/rtp/gstrtpvorbisdepay.c:
9741         (gst_rtp_vorbis_depay_parse_configuration):
9742         Update docs.
9743
9744 2007-05-14  Wim Taymans  <wim@fluendo.com>
9745
9746         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9747         When we try to execute a method that is not supported by the server,
9748         don't error out but remove the method from the accepted methods so that
9749         we never try to perform this method again.
9750
9751 2007-05-14  Wim Taymans  <wim@fluendo.com>
9752
9753         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9754         Remove annoying _dump_mem.
9755
9756 2007-05-14  Wim Taymans  <wim@fluendo.com>
9757
9758         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9759         Parse range correctly.
9760
9761         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9762         The baseurl now always has a '/' at the start.
9763
9764 2007-05-14  Wim Taymans  <wim@fluendo.com>
9765
9766         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9767         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9768         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9769         Factor out caps configuration and configure more stuff such as the time
9770         ranges and speed/scale values.
9771
9772         * gst/rtsp/rtsptransport.c:
9773         Add Copyright after non-trival fixes.
9774
9775 2007-05-12  Wim Taymans  <wim@fluendo.com>
9776
9777         Patch by: Peter Kjellerstedt  <pkj at axis com>
9778
9779         * gst/rtsp/gstrtspsrc.h:
9780         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9781         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9782         (rtsp_message_get_header):
9783         * gst/rtsp/rtspmessage.h:
9784         Make channel guint8 where possible.
9785         Make rtsp_message_init_data() take the channel as a guint8.
9786
9787         * gst/rtsp/rtspdefs.c:
9788         Fixed a typo: Timout -> Timeout
9789
9790         * gst/rtsp/rtspdefs.h:
9791         Make RTSP_CHECK() behave as a statement.
9792
9793         * gst/rtsp/sdpmessage.c:
9794         Avoid a compiler warning in INIT_ARRAY().
9795         Fixes #437692.
9796
9797 2007-05-12  Wim Taymans  <wim@fluendo.com>
9798
9799         Patch by: Peter Kjellerstedt  <pkj at axis com>
9800
9801         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9802         (rtsp_url_get_request_uri):
9803         * gst/rtsp/rtspurl.h:
9804         Add support for query parameters to RTSP URLs.
9805
9806 2007-05-12  Wim Taymans  <wim@fluendo.com>
9807
9808         Patch by: Peter Kjellerstedt  <pkj at axis com>
9809
9810         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9811         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9812         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9813         (rtsp_transport_parse), (rtsp_transport_as_text):
9814         * gst/rtsp/rtsptransport.h:
9815         Add validation to rtsp_transport_parse().
9816         Add rtsp_transport_as_text() to generate an RTSP header from an
9817         RTSPTransport.
9818         Change ssrc to guint (was a string) since that is what it is, even
9819         though it is sent as a hex string.
9820         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9821         incorrect, which can be seen when looking at the examples in the RFC).
9822         Fixes #437670.
9823
9824 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9825
9826         Patch by: Eric Anholt
9827
9828         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9829           gst_ximage_src_ximage_get):
9830         Use union of all damage between frames to make it faster.
9831         Fixes bug #342463.
9832         Also fix crasher when cursor is at bottom right of window.
9833
9834 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9835
9836         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9837           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9838           streaming mode regression for file from #343837 with 'bext' chunk
9839           before the 'fmt' chunk.
9840
9841 2007-05-11  Wim Taymans  <wim@fluendo.com>
9842
9843         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9844         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9845         (gst_rtspsrc_handle_src_event),
9846         (gst_rtspsrc_stream_configure_manager),
9847         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9848         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9849         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9850         * gst/rtsp/gstrtspsrc.h:
9851         * gst/rtsp/rtspdefs.h:
9852         Preliminary seek support.
9853         Activate internal pads so that we can receive events on them.
9854         Don't try to parse a range string when it's NULL.
9855
9856 2007-05-11  Wim Taymans  <wim@fluendo.com>
9857
9858         * gst/rtp/README:
9859         Update README with new RTP variables that will be used for
9860         synchronisation.
9861
9862         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9863         (gst_rtp_vorbis_depay_parse_configuration),
9864         (gst_rtp_vorbis_depay_process):
9865         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9866         (gst_rtp_vorbis_pay_finish_headers),
9867         (gst_rtp_vorbis_pay_handle_buffer):
9868         Update vorbis pay and depayloader to draft-04.
9869
9870 2007-05-11  Wim Taymans  <wim@fluendo.com>
9871
9872         * gst/rtsp/rtsptransport.c:
9873         UDP MCAST is actually the default for RTP/AVP.
9874 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9875
9876         * gst/level/gstlevel.c: (gst_level_transform_ip):
9877         Use guint8 * instead of gpointer then vs6 can build 
9878         in_data += (filter->width / 8).
9879
9880 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9881
9882         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9883           gst_ximage_src_ximage_get):
9884         * sys/ximage/gstximagesrc.h (last_ximage):
9885         When using Damage actually keep the last frame, and not assume
9886         that the buffer we get already has the last frame on it.
9887         Copy the cursor over if we specify a non-zero start x and
9888         start y.
9889
9890 2007-05-11  Wim Taymans  <wim@fluendo.com>
9891
9892         * gst/rtsp/rtsptransport.c:
9893         Make UDP the default transport when not specified.
9894
9895 2007-05-09  David Schleef  <ds@schleef.org>
9896
9897         * gst/level/gstlevel.c:
9898           Revert last change.
9899
9900 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9901
9902         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9903         (gst_level_transform_ip):
9904         Use guint8 * instead of gpointer then vs6 know the size of data
9905         pointed when moving the pointer.
9906         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9907         Move instructions after variables declaration.
9908         * win32/vs6/autogen.dsp:
9909         * win32/vs6/libgstrtp.dsp:
9910         * win32/vs6/libgstrtsp.dsp:
9911         Update vs6 project files.
9912
9913 2007-05-09  Wim Taymans  <wim@fluendo.com>
9914
9915         * gst/rtsp/Makefile.am:
9916         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9917         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9918         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9919         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9920         (rtsp_range_free):
9921         * gst/rtsp/rtsprange.h:
9922         Add code to parse time ranges.
9923         Report DURATION on the stream when possible.
9924
9925 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9926
9927         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9928         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9929         (gst_videomixer_collected):
9930           Fix strides calculation for AYUV (it's just width*4) (#436910).
9931
9932 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9933
9934         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9935         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9936         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9937         Sync the GObject properties before each processing step to properly
9938         work with the controller.
9939
9940 2007-05-04  Wim Taymans  <wim@fluendo.com>
9941
9942         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9943         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9944         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9945         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9946         (gst_rtspsrc_change_state):
9947         Let more error state trickle down so that we can catch more error
9948         cases.
9949         Handle keep-alive a little smarter by selecting a method the server
9950         actually supports.
9951         Fix a race in UDP streaming shutdown.
9952
9953 2007-05-04  Wim Taymans  <wim@fluendo.com>
9954
9955         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9956         Ignore errors when trying to use the keep-alive messages.
9957
9958 2007-05-04  Wim Taymans  <wim@fluendo.com>
9959
9960         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9961         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9962         (gst_rtspsrc_stream_configure_manager),
9963         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9964         (gst_rtspsrc_stream_configure_mcast),
9965         (gst_rtspsrc_stream_configure_udp),
9966         (gst_rtspsrc_stream_configure_udp_sink),
9967         (gst_rtspsrc_stream_configure_transport):
9968         Send RTCP messages back to the server over the TCP connection.
9969
9970         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9971         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9972         (rtsp_connection_receive):
9973         * gst/rtsp/rtspconnection.h:
9974         Factor out and expose lowlevel _write and _read methods.
9975         Implement sending data messages to the server.
9976
9977 2007-05-03  Wim Taymans  <wim@fluendo.com>
9978
9979         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9980         (gst_multipart_mux_collected):
9981         Fix timestamps on outgoing buffers.
9982
9983 2007-05-03  Wim Taymans  <wim@fluendo.com>
9984
9985         * gst/multipart/multipartmux.c:
9986         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9987         (gst_multipart_mux_change_state):
9988         Emit NEWSEGMENT events before pushing the first buffer.
9989
9990 2007-05-03  Wim Taymans  <wim@fluendo.com>
9991
9992         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9993         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9994         (gst_rtspsrc_handle_src_query),
9995         (gst_rtspsrc_stream_configure_manager),
9996         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9997         (gst_rtspsrc_stream_configure_mcast),
9998         (gst_rtspsrc_stream_configure_udp),
9999         (gst_rtspsrc_stream_configure_udp_sink),
10000         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
10001         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
10002         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10003         (gst_rtspsrc_pause):
10004         Refactor transport configuration code.
10005         Create internal pads for TCP transport so that we can implement events
10006         and queries.
10007         Handle events and queries.
10008         Parse range from the SDP.
10009         Fix race in pause handler where the connection could still be flushing.
10010
10011 2007-05-02  Wim Taymans  <wim@fluendo.com>
10012
10013         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10014         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
10015         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10016         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
10017         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
10018         (gst_rtspsrc_change_state):
10019         * gst/rtsp/gstrtspsrc.h:
10020         Fix race when multiple udp sources post timeouts, just act on the first
10021         received timeout.
10022         Protect stream list with a recursive lock to fix some races.
10023         Flush connection when we need to do a reconnect or stop.
10024         Make state lock recursive.
10025
10026         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10027         (rtsp_connection_close):
10028         Some small cleanups.
10029
10030 2007-05-02  Wim Taymans  <wim@fluendo.com>
10031
10032         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10033         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10034         Only set DISCONT when there actually is a discont or when we just
10035         started.
10036
10037 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10038
10039         * ext/flac/gstflac.c: (plugin_init):
10040         Call bindtextdomain() to get localized strings.
10041
10042 2007-05-02  Wim Taymans  <wim@fluendo.com>
10043
10044         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10045         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10046         (gst_wavparse_stream_data):
10047         * gst/wavparse/gstwavparse.h:
10048         Be a bit more clever when dealing with VBR files with FACT tags, we
10049         don't want to timestamp buffers in that case but the estimated BPS can
10050         be used for seeking.
10051         Only send close segment in the streaming thread.
10052
10053 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10054
10055         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10056         Correctly post an error on the bus if something went wrong in the loop
10057         function. This fixes a few cases where the task was paused and nothing
10058         happened anymore.
10059
10060 2007-05-02  Wim Taymans  <wim@fluendo.com>
10061
10062         * gst/rtsp/test.c: (main):
10063         Fix compilation of deprecated test just because I'm too lazy to delete
10064         it.
10065
10066 2007-05-02  Wim Taymans  <wim@fluendo.com>
10067
10068         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10069         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10070         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
10071         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
10072         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10073         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
10074         * gst/rtsp/gstrtspsrc.h:
10075         Fix sending RTCP to the right place.
10076         Fix bug in reffing the wrong UDP element.
10077         Use new pad names for the session manager.
10078         Implement handling server requests in interleaved and UDP modes.
10079         Handle session keep-alive in UDP modes.
10080         Remove GCond for handling UDP timeouts.
10081
10082         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10083         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10084         (rtsp_connection_receive), (rtsp_connection_close):
10085         * gst/rtsp/rtspconnection.h:
10086         Store connection IP address for later.
10087         Add timeout args to all operations that might block forever.
10088         Parse session timeout.
10089         Only close sockets when not already closed.
10090
10091         * gst/rtsp/rtspdefs.c:
10092         * gst/rtsp/rtspdefs.h:
10093         Add timeout return value and error string.
10094
10095         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
10096         Add small comment.
10097
10098 2007-05-01  Wim Taymans  <wim@fluendo.com>
10099
10100         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10101
10102         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
10103         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
10104         * gst/rtp/gstrtpmp4vpay.h:
10105         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
10106
10107 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
10108
10109         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10110           Remove v4l2src from docs, since it breaks the docs build, and the
10111           plugin is only built if --enable-experimental is used anyway.
10112
10113         * docs/plugins/Makefile.am:
10114           Spaces => tab.
10115
10116 2007-04-29  Wim Taymans  <wim@fluendo.com>
10117
10118         * gst/udp/gstmultiudpsink.c: (leave_multicast),
10119         (gst_multiudpsink_add), (gst_multiudpsink_remove):
10120         Add code to drop membership of a multicast group.
10121
10122         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
10123         (gst_udpsink_set_uri):
10124         Implement URI handler.
10125
10126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10127         (gst_rtspsrc_parse_rtpinfo):
10128         Use URI handler to make udpsink instace.
10129         Improve code to configure port and destination.
10130
10131 2007-04-29  Wim Taymans  <wim@fluendo.com>
10132
10133         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10134         Fix multicast detection.
10135         Don't try to join a multicast group if the address is not multicast.
10136
10137         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
10138         Small debug improvement.
10139
10140 2007-04-27  Wim Taymans  <wim@fluendo.com>
10141
10142         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10143         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10144         (gst_rtspsrc_handle_message):
10145         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10146         parent.
10147
10148 2007-04-27  Wim Taymans  <wim@fluendo.com>
10149
10150         * gst/rtp/gstrtpilbcdepay.h:
10151         Fix mode property when specified as an arg.
10152
10153 2007-04-26  Edward Hervey  <edward@fluendo.com>
10154
10155         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10156         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10157         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10158         * docs/plugins/inspect/plugin-osxaudio.xml:
10159         Add documentation for osxaudio plugin.
10160
10161 2007-04-26  Wim Taymans  <wim@fluendo.com>
10162
10163         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10164         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10165         (gst_rtspsrc_open), (gst_rtspsrc_close),
10166         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10167         (gst_rtspsrc_pause):
10168         * gst/rtsp/gstrtspsrc.h:
10169         Protect state changes with a lock.
10170
10171         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10172         (parse_line):
10173         * gst/rtsp/rtspconnection.h:
10174         Remove some unused stuff.
10175
10176 2007-04-26  Wim Taymans  <wim@fluendo.com>
10177
10178         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10179         Handle the case where there are exactly 0 bytes to read and the ioctl
10180         did not report an error. Fixes #433530.
10181
10182 2007-04-26  Wim Taymans  <wim@fluendo.com>
10183
10184         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10185         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10186         * gst/wavparse/gstwavparse.h:
10187         Apply DISCONT to buffers.
10188         Only apply timestamp to the first sample after a DISCONT, too many VBR
10189         files cause random jitter in the timestamps. Fixes #433119.
10190
10191 2007-04-25  Wim Taymans  <wim@fluendo.com>
10192
10193         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10194         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10195         (gst_rtp_dec_get_property):
10196         * gst/rtsp/gstrtpdec.h:
10197         Add dummy latency property to be backwards compat with rtpbin.
10198
10199         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10200         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10201         (gst_rtspsrc_stream_configure_transport),
10202         (gst_rtspsrc_parse_rtpinfo):
10203         * gst/rtsp/gstrtspsrc.h:
10204         Add latency property and configure in the session manager.
10205         Don't set invalid clock-base and seqnum-base on caps, some servers
10206         sometimes don't send them.
10207
10208 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10209
10210         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10211         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10212           Double-check that RGB input caps are really RGBA caps (apparently
10213           the core doesn't always catch it if those caps aren't a subset of
10214           our template caps, also see #421543). Fixes #429319 in a way.
10215           Also, don't leak the pad template in the transform_caps function.
10216
10217         * tests/check/Makefile.am:
10218         * tests/check/elements/.cvsignore:
10219         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10220         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10221         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10222         (GST_START_TEST), (alphacolor_suite):
10223           Add some basic unit tests for alphacolor.
10224
10225 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10226
10227         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10228           If we get a fatal flow return in the loop function, first post the
10229           error message and only then send the EOS event downstream, otherwise
10230           applications might get an eos message before the error message and
10231           think everything was ok (related to #429319).
10232
10233 2007-04-25  Wim Taymans  <wim@fluendo.com>
10234
10235         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10236         Read the channel byte as an unsigned byte.
10237
10238 2007-04-25  Wim Taymans  <wim@fluendo.com>
10239
10240         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10241         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10242         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10243         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10244         (gst_rtp_gsm_depay_setcaps):
10245         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10246         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10247         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10248         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10249         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10250         (gst_ilbc_depay_get_property):
10251         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10252         * gst/rtp/gstrtpmp4adepay.c:
10253         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10254         (gst_rtp_pcma_depay_setcaps):
10255         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10256         (gst_rtp_pcmu_depay_setcaps):
10257         Make sure we configure the clock_rate in the baseclass in the setcaps
10258         function. Fixes #431282.
10259
10260 2007-04-25  Wim Taymans  <wim@fluendo.com>
10261
10262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10263         (gst_rtspsrc_stream_free), (request_pt_map),
10264         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10265         * gst/rtsp/gstrtspsrc.h:
10266         Parse server address from SDP.
10267         Hook up a udpsink to send RTCP back to the server.
10268
10269         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10270         * gst/rtsp/rtsptransport.h:
10271         Add some docs.
10272
10273 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10274
10275         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10276           Make header field check conditional. Fixes #433135
10277
10278 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10279
10280         * docs/plugins/Makefile.am:
10281         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10282         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10283         * docs/plugins/inspect/plugin-alphacolor.xml:
10284         * gst/alpha/Makefile.am:
10285         * gst/alpha/gstalphacolor.c:
10286         * gst/alpha/gstalphacolor.h:
10287           Add minimal docs blurb to alphacolor; split out headers into
10288           separate header file for gtk-doc.
10289
10290 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10291
10292         * gst/debug/progressreport.c: (gst_progress_report_report):
10293           Don't try to post NULL message (in case we can't query upstream
10294           position or duration).
10295
10296 2007-04-18  Michael Smith  <msmith@fluendo.com>
10297
10298         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10299         (gst_cutter_get_caps):
10300         * gst/cutter/gstcutter.h:
10301           Fix some of the most obvious bugs in cutter. Now doesn't leak
10302           everything if input is silent.
10303
10304 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10305
10306         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10307         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10308         * gst/wavenc/gstwavenc.h:
10309         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10310         else results in a invalid block align and invalid files.
10311
10312 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10313
10314         Patch by: Snaik <snaik32 gmail com>
10315
10316         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10317           Add missing break statement for BOX_HORIZONTAL case.
10318
10319 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10320
10321         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10322
10323         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10324         Use correct format strings for integer types.
10325
10326 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10327
10328         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10329         (gst_wavparse_create_sourcepad):
10330         Use gst_riff_create_audio_template_caps () instead of the local caps.
10331         This makes updates of the local caps unecessary whenever libgstriff
10332         gets support for new formats.
10333
10334 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10335
10336         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10337
10338         * sys/sunaudio/gstsunaudio.c:
10339         * sys/sunaudio/gstsunaudiomixer.c:
10340         * sys/sunaudio/gstsunaudiomixer.h:
10341         * sys/sunaudio/gstsunaudiomixerctrl.c:
10342         * sys/sunaudio/gstsunaudiomixerctrl.h:
10343         * sys/sunaudio/gstsunaudiomixertrack.h:
10344         * sys/sunaudio/gstsunaudiosink.c:
10345         * sys/sunaudio/gstsunaudiosink.h:
10346         * sys/sunaudio/gstsunaudiosrc.c:
10347         * sys/sunaudio/gstsunaudiosrc.h:
10348           Fix and/or update copyright attributions (#430228).
10349
10350 2007-04-13  Wim Taymans  <wim@fluendo.com>
10351
10352         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10353         Fix docs.
10354
10355         * gst/rtsp/URLS:
10356         Add some more example urls.
10357
10358         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10359         (gst_rtp_dec_chain_rtp):
10360         Better debugging.
10361
10362         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10363         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10364         (gst_rtspsrc_parse_rtpinfo):
10365         Remove unused code.
10366
10367 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10368
10369         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10370         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10371         (gst_wavparse_stream_data):
10372           Relax the audio/mpeg caps again and add FIXME: comment.
10373
10374 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10375
10376         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10377         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10378         (gst_wavparse_stream_data):
10379         * gst/wavparse/gstwavparse.h:
10380           More sanity check for the header fields. Fix type for 'rate' header
10381           field.
10382
10383 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10384
10385         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10386         (gst_icydemux_unicodify):
10387           If the metadata strings we get in the stream are not UTF-8, try to
10388           interpret them according to the character encodings specified in the
10389           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10390           only fall back to locale/ISO-8859-1 if those aren't set or don't
10391           work. Should fix #428901.
10392
10393 2007-04-12  Wim Taymans  <wim@fluendo.com>
10394
10395         * gst/rtp/gstrtph264depay.c:
10396         Use the proper sync word for SPS and PPS.
10397
10398 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10399
10400         * gst/rtp/Makefile.am:
10401         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10402           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10403         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10404           Add a simple hashing implementation that we can use to generate
10405           a 24-bit ident value based on the codebooks for vorbis and theora.
10406         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10407           gst_rtp_theora_pay_handle_buffer):
10408         * gst/rtp/gstrtpvorbisdepay.c
10409           (gst_rtp_vorbis_depay_parse_configuration,
10410           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10411         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10412           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10413           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10414           Use the hashing function, ensuring that the same codebooks result
10415           in the same ident and thus the same SDP description.
10416           Various log fixes/changes.
10417
10418 2007-04-12  Wim Taymans  <wim@fluendo.com>
10419
10420         Patch by: jerry tan <jerry dot tan at sun dot com>
10421
10422         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10423         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10424         application's responsibility to make sure it open the device once.
10425         Remove a careless error if AUDIODEV is set. Fixes #392620.
10426
10427 2007-04-12  Wim Taymans  <wim@fluendo.com>
10428
10429         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10430         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10431         * gst/rtsp/gstrtpdec.h:
10432         Make backward compat with rtpbin by adding the request-pt-map signals.
10433
10434         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10435         (new_session_pad), (request_pt_map),
10436         (gst_rtspsrc_stream_configure_transport),
10437         (gst_rtspsrc_stream_configure_caps),
10438         (gst_rtspsrc_activate_streams):
10439         * gst/rtsp/gstrtspsrc.h:
10440         Implement request-pt-map signals instead of setting caps on the buffers
10441         for the session manager.
10442
10443 2007-04-11  Wim Taymans  <wim@fluendo.com>
10444
10445         * gst/udp/gstudp.c: (plugin_init):
10446         Register GstNetBuffer in plugin_init so that the type can be used from
10447         multiple threads without races.
10448
10449 2007-04-10  Wim Taymans  <wim@fluendo.com>
10450
10451         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10452         (gst_rtp_amr_depay_process):
10453         Fix depayloader clock_rate and some cleanups.
10454
10455         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10456         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10457         * gst/rtp/gstrtph264depay.h:
10458         Don't push codec_data in the adapter because it might get flushed when
10459         we get a discont.
10460
10461         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10462         Handle multiple AU per packet.
10463
10464         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10465         (gst_rtp_sv3v_depay_plugin_init):
10466         Disable rank, this one does not work.
10467         Remove timestamping, base class does that.
10468
10469 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10470
10471         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10472           limit caps to the formats we announce in the template
10473
10474         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10475         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10476         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10477           fix some crashers/asserts when dealing with broken files
10478
10479 2007-04-10  Wim Taymans  <wim@fluendo.com>
10480
10481         Patch by: Peter Kjellerstedt  <pkj at axis com>
10482
10483         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10484         * gst/rtp/gstrtpL16depay.c:
10485         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10486         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10487         (gst_rtp_speex_depay_setcaps):
10488         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10489         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10490         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10491         Fix some compiler warnings. Fixes #428182.
10492
10493 2007-04-06  Wim Taymans  <wim@fluendo.com>
10494
10495         * gst/rtsp/Makefile.am:
10496         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10497         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10498         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10499         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10500         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10501         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10502         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10503         (create_rtcp), (gst_rtp_dec_request_new_pad),
10504         (gst_rtp_dec_release_pad):
10505         * gst/rtsp/gstrtpdec.h:
10506         * gst/rtsp/gstrtsp.c: (plugin_init):
10507         Morph RTPDec into something compatible with RTPBin as a fallback.
10508         Various other style fixes.
10509
10510         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10511         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10512         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10513         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10514         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10515         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10516         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10517         * gst/rtsp/gstrtspsrc.h:
10518         Implement RTPBin session manager handling.
10519         Don't try to add empty properties to caps.
10520         Implement fallback session manager, handling.
10521         Don't combine errors from RTCP streams, just ignore them.
10522
10523         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10524         * gst/rtsp/rtsptransport.h:
10525         Implement fallback session manager.
10526         Make RTPBin the default one when available.
10527
10528 2007-04-05  Wim Taymans  <wim@fluendo.com>
10529
10530         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10531         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10532         This element is ready to be autoplugged.
10533
10534 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10535
10536         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10537         Don't leave the offsets defined by upstream element on the
10538         compressed data buffer we are pushing downstream. Make them
10539         GST_BUFFER_OFFSET_NONE.
10540
10541 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10542
10543         * gst/avi/README:
10544         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10545         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10546         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10547         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10548         (gst_avi_demux_calculate_durations_from_index),
10549         (gst_avi_demux_stream_header_push),
10550         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10551         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10552           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10553
10554 2007-04-03  Wim Taymans  <wim@fluendo.com>
10555
10556         * gst/smpte/barboxwipes.c:
10557         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10558
10559 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10560
10561         * gst/wavparse/gstwavparse.c:
10562         Support audio/x-raw-float in wav files. This only works with
10563         plugins-base CVS, using an older version doesn't have any
10564         disadvantages though.
10565
10566 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10567
10568         * configure.ac:
10569         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10570         (gst_au_parse_parse_header), (gst_au_parse_chain):
10571         * gst/auparse/gstauparse.h:
10572         Revert last change as we don't want plugins-good to depend on
10573         plugins-base CVS now.
10574
10575 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10576
10577         * configure.ac:
10578         Require gst-plugins-base CVS for audioconvert with non-native
10579         float support and width/depth fix in libgstriff.
10580
10581         Patch by: René Stadler <mail at renestadler dot de>
10582
10583         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10584         (gst_au_parse_parse_header), (gst_au_parse_chain):
10585         * gst/auparse/gstauparse.h:
10586         Don't swap the floats ourself if they're not in native endianness.
10587         Instead let audioconvert handle this. Fixes #339838.
10588
10589 2007-03-29  Wim Taymans  <wim@fluendo.com>
10590
10591         * gst/rtp/gstasteriskh263.h:
10592         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10593         (gst_rtp_h263p_depay_change_state):
10594         * gst/rtp/gstrtph263pdepay.h:
10595         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10596         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10597         (gst_rtp_h264_depay_change_state):
10598         * gst/rtp/gstrtph264depay.h:
10599         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10600         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10601         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10602         Flush adapter on disconts.
10603
10604 2007-03-29  Wim Taymans  <wim@fluendo.com>
10605
10606         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10607         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10608         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10609         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10610         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10611         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10612         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10613         (gst_rtp_mp4v_depay_process):
10614         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10615         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10616         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10617         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10618         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10619         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10620         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10621         Use more efficient adapter and rtpbuffer methods when possible.
10622
10623 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10624
10625         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10626         (gst_wavenc_sink_setcaps):
10627         Correctly handle width!=depth input.
10628         * gst/wavparse/gstwavparse.c:
10629         Already export in the caps that width==8 uses unsigned samples and
10630         everything else uses signed samples.
10631
10632 2007-03-29  Wim Taymans  <wim@fluendo.com>
10633
10634         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10635
10636         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10637         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10638         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10639         (gst_dynudpsink_close):
10640         * gst/udp/gstdynudpsink.h:
10641         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10642         (gst_udpsrc_create), (gst_udpsrc_set_property),
10643         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10644         * gst/udp/gstudpsrc.h:
10645         Rework the socket allocation a bit based on the sockfd argument so that
10646         it becomes usable.
10647         Add a closefd property to instruct the udp elements to close the custom
10648         file descriptors when going to READY. Fixes #423304.
10649         API:GstUDPSrc::closefd property
10650         API:GstDynUDPSink::closefd property
10651
10652 2007-03-29  Wim Taymans  <wim@fluendo.com>
10653
10654         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10655
10656         * gst/rtp/Makefile.am:
10657         * gst/rtp/gstrtp.c: (plugin_init):
10658         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10659         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10660         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10661         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10662         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10663         (gst_rtp_h264_pay_plugin_init):
10664         * gst/rtp/gstrtph264pay.h:
10665         Added H264 payloader. Fixes #423782.
10666
10667         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10668         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10669         Small fixes.
10670
10671 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10672
10673         * gst/wavparse/gstwavparse.c:
10674         Actually support depths from 1 to 32, not only 8 to 32.
10675
10676 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10677
10678         * gst/wavparse/gstwavparse.c:
10679         Add support for wav files containing audio/x-raw-int with random
10680         depths between 1 and 32 bits.
10681
10682 2007-03-28  Wim Taymans  <wim@fluendo.com>
10683
10684         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10685
10686         * gst/rtp/Makefile.am:
10687         * gst/rtp/gstrtp.c: (plugin_init):
10688         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10689         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10690         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10691         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10692         (gst_rtp_mp4a_depay_get_property),
10693         (gst_rtp_mp4a_depay_change_state),
10694         (gst_rtp_mp4a_depay_plugin_init):
10695         * gst/rtp/gstrtpmp4adepay.h:
10696         Added MP4A-LATM depayloader. Fixes #417792.
10697
10698         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10699         (gst_rtp_mp4v_depay_process):
10700         Fixup depayloader, setting codec_data, using more efficient adaptor and
10701         rtpbuffer handling.
10702
10703         * gst/rtsp/URLS:
10704         Add url to test above.
10705
10706 2007-03-25  Wim Taymans  <wim@fluendo.com>
10707
10708         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10709         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10710         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10711         (gst_rtspsrc_media_to_caps),
10712         (gst_rtspsrc_stream_configure_transport),
10713         (gst_rtspsrc_stream_configure_caps),
10714         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10715         * gst/rtsp/gstrtspsrc.h:
10716         Handle default clock-rates for static payload types, rearrange stuff so
10717         that the rtpmap field in the sdp can override the defaults.
10718         Parse RTP-Info field to get the seqnum and timebase fields that should
10719         go in the caps.
10720         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10721         the server. 
10722
10723 2007-03-22  Wim Taymans  <wim@fluendo.com>
10724
10725         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10726
10727         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10728         Accept complex pipeline descriptions as an audio profile instead of just
10729         a single element. Fixes #420658.
10730
10731 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10732
10733         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10734           Rename registered type in preparation of GstTagDemux moving to
10735           -base at some point in the future.
10736
10737 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10738
10739         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10740           Streaming mode fixes: don't unref buffer we don't own any longer;
10741           remove bogus adapter flush. Fixes #419338.
10742
10743 2007-03-17  David Schleef  <ds@schleef.org>
10744
10745         * REQUIREMENTS: Change the format to key/value, add a bunch of
10746           information, remove a bunch of requirements that are for
10747           other GStreamer packages.
10748
10749 2007-03-17  David Schleef  <ds@schleef.org>
10750
10751         * REQUIREMENTS: Fix a few things.  This file really needs a
10752         good once-over.
10753
10754 2007-03-15  Edward Hervey  <edward@fluendo.com>
10755
10756         * sys/Makefile.am:
10757         Don't forget to distribute the sys/osxaudio/ directory.
10758
10759 2007-03-15  Edward Hervey  <edward@fluendo.com>
10760
10761         * configure.ac:
10762         * sys/Makefile.am:
10763         * sys/osxaudio/Makefile.am:
10764         * sys/osxaudio/gstosxaudio.c:
10765         * sys/osxaudio/gstosxaudiosink.c:
10766         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10767         (gst_osx_audio_sink_getcaps),
10768         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10769         * sys/osxaudio/gstosxaudiosrc.c:
10770         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10771         (gst_osx_audio_src_create_ringbuffer):
10772         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10773         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10774         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10775         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10776         * sys/osxaudio/gstosxringbuffer.h:
10777         Activate osxaudio in gst-plugins-good with proper build setup.
10778         Add inlined documentation.
10779         Fix debug statements
10780         Fix ringbuffer when pausing.
10781         Fixes #323471
10782
10783 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10784         * gst/rtp/gstrtppcmapay.c:
10785         * gst/rtp/gstrtppcmapay.h:
10786         * gst/rtp/gstrtppcmupay.c:
10787         * gst/rtp/gstrtppcmupay.h:
10788         Ported mulaw and alaw payloaders to use new base class
10789
10790 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10791
10792         * po/af.po:
10793         * po/az.po:
10794         * po/cs.po:
10795         * po/en_GB.po:
10796         * po/it.po:
10797         * po/nl.po:
10798         * po/or.po:
10799         * po/sq.po:
10800         * po/sr.po:
10801         * po/sv.po:
10802         * po/uk.po:
10803         * po/vi.po:
10804           Update translations.
10805
10806 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10807
10808         * configure.ac:
10809           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10810
10811 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10812
10813         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10814           Fix handling of -1 values for start and stop values when seeking,
10815           and SEEK_CUR+SEEK_END here as well.
10816
10817 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10818
10819         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10820           Fix handling of -1 values for start and stop values when seeking, 
10821           and SEEK_CUR+SEEK_END.
10822
10823 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10824
10825         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10826           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10827           the image format a variable-length NUL-terminated string; in
10828           versions before that the image format is a fixed-length string of
10829           3 characters (see #348644 for a sample tag).
10830           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10831
10832 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10833
10834         * win32/MANIFEST:
10835         Add new project files to MANIFEST.
10836         * win32/vs6/libgstaudiofx.dsp:
10837         * win32/vs6/libgstrtp.dsp:
10838         * win32/vs6/libgstrtsp.dsp:
10839         Update project files.
10840         
10841 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10842
10843         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10844         (gst_avi_demux_parse_index):
10845         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10846         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10847           Printf format fixes; also add some missing quotes in translated
10848           strings. Fixes #416728 and #416727.
10849
10850 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10851
10852         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10853           Tim and I can't think of any reason the child audio sink needs to 
10854           be set back to NULL after successfully determining that it can 
10855           reach READY - it gets immediately set back to READY by the caller
10856           anyway, causing an unnecessary close/open of any audio devices
10857           involved.
10858
10859 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10860
10861         * po/LINGUAS:
10862         * po/ja.po:
10863           Add ja.po file from #377306.
10864
10865 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10866
10867         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10868         * sys/sunaudio/gstsunaudiomixertrack.c:
10869         (gst_sunaudiomixer_track_new):
10870           Actually translate sunaudio mixer track labels instead of just
10871           marking the strings as translatable (#377306); clean up weird
10872           label string mapping code that serves no apparent purpose. Also
10873           set the 'untranslated-label' property when creating mixer tracks
10874           if the GstMixerTrack base class supports this.
10875
10876         * tests/check/Makefile.am:
10877         * tests/check/elements/.cvsignore:
10878         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10879         (sunaudio_suite):
10880           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10881           actually tested on a system where sunaudiomixer is available).
10882
10883 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10884
10885         * tests/check/Makefile.am:
10886         Re-enable the states test and see if it works on the buildbots.
10887
10888 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10889
10890         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10891         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10892         (gst_dvdec_change_state):
10893         * ext/dv/gstdvdec.h:
10894         Infer pixel-aspect-ratio from the video frame format if it isn't
10895         provided by the container, as happens when playing DV from AVI
10896         or Quicktime containers.
10897
10898         Patch by: Wim Taymans <wim@fluendo.com>
10899         Fixes #380944
10900
10901 2007-03-09  Wim Taymans  <wim@fluendo.com>
10902
10903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10904         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10905         will later be handled by the jitterbuffer.
10906
10907 2007-03-09  Wim Taymans  <wim@fluendo.com>
10908
10909         * ext/taglib/gstid3v2mux.cc:
10910         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10911         Fixes #414496.
10912         
10913         Patch by: Alex Lancaster <alexl at users sourceforge net>
10914
10915 2007-03-09  Wim Taymans  <wim@fluendo.com>
10916
10917         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10918         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10919         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10920         (gst_avi_demux_chain):
10921         Fix stream position reporting after a seek. Fixes #416445.
10922
10923 2007-03-08  Wim Taymans  <wim@fluendo.com>
10924
10925         Patch by: René Stadler <mail at renestadler dot de>
10926
10927         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10928         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10929         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10930         Make avidemux accept optional header chunks in any order.
10931         Fixes #415446.
10932
10933 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10934
10935         * tests/check/Makefile.am:
10936         Disable the states check until the remaining Valgrind errors
10937         are fixed or suppressed.
10938
10939 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10940
10941         * tests/check/elements/.cvsignore:
10942           Add audiodynamic check to .cvsignore
10943
10944 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10945
10946         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10947
10948         * gst/audiofx/Makefile.am:
10949         * gst/audiofx/audiodynamic.c:
10950         (gst_audio_dynamic_characteristics_get_type),
10951         (gst_audio_dynamic_mode_get_type),
10952         (gst_audio_dynamic_set_process_function),
10953         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10954         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10955         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10956         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10957         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10958         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10959         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10960         (gst_audio_dynamic_transform_hard_knee_expander_int),
10961         (gst_audio_dynamic_transform_hard_knee_expander_float),
10962         (gst_audio_dynamic_transform_soft_knee_expander_int),
10963         (gst_audio_dynamic_transform_soft_knee_expander_float),
10964         (gst_audio_dynamic_transform_ip):
10965         * gst/audiofx/audiodynamic.h:
10966         * gst/audiofx/audiofx.c: (plugin_init):
10967         Add new audiodynamic element which can act as a compressor or
10968         expander. Supported are hard-knee and soft-knee operation modes with
10969         user-specified ratio and threshold.
10970         Attack and release parameters are not yet implemented but will follow.
10971         * docs/plugins/Makefile.am:
10972         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10973         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10974         * docs/plugins/gst-plugins-good-plugins.args:
10975         * docs/plugins/inspect/plugin-audiofx.xml:
10976         Integrate audiodynamic into the docs.
10977         * tests/check/Makefile.am:
10978         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10979         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10980         Add unit test for audiodynamic.
10981
10982 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10983
10984         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10985         Free handles that we allocated when exiting via the error paths.
10986
10987 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10988
10989         * gst/level/gstlevel.c: (gst_level_class_init),
10990         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10991         (gst_level_transform_ip):
10992         * gst/level/gstlevel.h:
10993           Resolve message timestamps against the playback segment.
10994
10995 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10996
10997         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10998         (gst_id3demux_sink_activate):
10999           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
11000           caps passed to it (previously one code path assumed it took ownership
11001           while another one assumed it didn't, while in fact it sometimes did and
11002           sometimes didn't ...).
11003
11004         * configure.ac:
11005         * tests/files/Makefile.am:
11006         * tests/files/id3-407349-1.tag:
11007         * tests/files/id3-407349-2.tag:
11008           Add directory where data for unit tests can be stored.
11009
11010         * tests/Makefile.am:
11011         * tests/check/Makefile.am:
11012         * tests/check/elements/.cvsignore:
11013         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
11014         (read_tags_from_file), (run_check_for_file),
11015         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
11016           Add unit test for id3demux, and in particular for bug #407349. Only
11017           testing pull-mode for now; push mode doesn't work yet because the test
11018           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
11019
11020 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11021
11022         * tests/check/Makefile.am:
11023           Add missing backslash at end of line.
11024
11025 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11026
11027         Trigger rebuild.
11028
11029 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11030
11031         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11032         * gst/id3demux/id3tags.h:
11033         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11034         (parse_obsolete_tdat_frame):
11035           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
11036           the four-digit number will be interpreted as a year, whereas it is
11037           month and day in DDMM format. Instead, parse TDAT frames and fix up
11038           the date in the GST_TAG_DATE tag later if we also extracted a year.
11039           Fixes #407349.
11040
11041 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11042
11043         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11044         (gst_switch_commit_new_kid):
11045         Fix up the dispose logic so it doesn't leak, and fix setting of 
11046         the child state so that we don't set a child to our current state 
11047         just as we are changing it to something else.
11048
11049 2007-03-06  Wim Taymans  <wim@fluendo.com>
11050
11051         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
11052         (gst_goom_chain):
11053         * gst/goom/gstgoom.h:
11054         Document, fix and improve goom adapter behaviour.
11055         Fixes #407006.
11056
11057 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11058
11059         * ext/esd/esdsink.c: (gst_esdsink_open):
11060         Unref static pad template after using it.
11061
11062 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11063
11064         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11065         (gst_switch_commit_new_kid):
11066         Fix up the reference counting of the child elements.
11067
11068 2007-03-05  Wim Taymans  <wim@fluendo.com>
11069
11070         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11071         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
11072         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
11073         Fix encoding-name case.
11074
11075 2007-03-05  Wim Taymans  <wim@fluendo.com>
11076
11077         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
11078         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
11079         (gst_rtp_speex_depay_process):
11080         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
11081         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
11082         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
11083         (gst_rtp_speex_pay_change_state):
11084         * gst/rtp/gstrtpspeexpay.h:
11085         Fix speex (de)payloader. Fixes #358040.
11086
11087 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11088
11089         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
11090         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
11091         Install fakesink in NULL by fixing some broken logic. This obviates
11092         the need to manually set _IS_SINK.
11093         Add some comments and remove a little cruft while I'm at it.
11094
11095 2007-03-05  Wim Taymans  <wim@fluendo.com>
11096
11097         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
11098         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
11099
11100 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11101
11102         * po/POTFILES.in:
11103           Update.
11104
11105 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11106
11107         * tests/check/Makefile.am:
11108         Gah! Also disable gconfvideosink from the tests, otherwise
11109         it will instantiate autovideosink, and dfbvideosink and
11110         leak on the buildbots.
11111
11112 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11113
11114         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
11115         (gst_cdio_cdda_src_finalize):
11116         Make sure we always destroy our libcdio handle.
11117
11118 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11119
11120         * tests/check/Makefile.am:
11121         Disable autovideosink so the buildbots don't barf over memory
11122         leaked in the directfb sink.
11123
11124 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11125
11126         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
11127         Chain up in dispose
11128
11129 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11130
11131         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11132         (gst_multipart_find_pad_by_mime):
11133         Use gst_pad_new_from_static_template instead of
11134         static_pad_template_get+pad_new.
11135
11136 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11137
11138         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
11139         Catch the case where no clock has been set.
11140
11141 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11142
11143         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11144         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11145         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11146         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11147         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11148         (gst_gconf_audio_src_finalize), (do_toggle_element):
11149         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11150         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11151         (do_toggle_element):
11152         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11153         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11154         (gst_gconf_video_src_finalize), (do_toggle_element):
11155         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11156         (gst_switch_sink_reset), (gst_switch_sink_set_child):
11157         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11158         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11159         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11160         (gst_shout2send_init), (gst_shout2send_finalize):
11161         * gst/debug/testplugin.c: (gst_test_class_init),
11162         (gst_test_finalize):
11163         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11164         (gst_flxdec_dispose):
11165         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11166         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11167         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11168         (gst_rtspsrc_finalize):
11169         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11170         * gst/rtsp/rtspextwms.h:
11171         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11172         (gst_smpte_finalize):
11173         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11174         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11175         (gst_udpsink_finalize):
11176         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11177         (gst_wavparse_sink_activate):
11178         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11179         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11180         (gst_oss_src_finalize):
11181         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11182         * sys/v4l2/gstv4l2object.h:
11183         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11184         (gst_v4l2src_finalize):
11185         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11186
11187         Fix a bunch of leaks shown by the newly-added states test.
11188
11189 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11190
11191         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11192         Use gst_pad_new_from_static_template instead of 
11193         static_pad_template_get+pad_new.
11194
11195 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11196
11197         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11198
11199         * ext/libcaca/Makefile.am:
11200         * gst/debug/Makefile.am:
11201           Don't mix tabs and spaces (#414168).
11202
11203 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11204
11205         * tests/check/generic/.cvsignore:
11206           Ignore files to please buildbot.
11207
11208 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11209
11210         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11211         (gst_wavparse_stream_data):
11212           Unbreak my previous commit (swapped nominator & denominator). Tim,
11213           thanks for spotting.
11214
11215 2007-03-02  Wim Taymans  <wim@fluendo.com>
11216
11217         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11218         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11219         (gst_cdio_cdda_src_finalize):
11220         Small code cleanups.
11221         Don't use pad_alloc as the base class cannot deal with the error codes.
11222
11223 2007-03-02  Wim Taymans  <wim@fluendo.com>
11224
11225         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11226         (gst_udpsrc_create):
11227         Fix doc.
11228
11229 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11230
11231         Patch by: René Stadler <mail@renestadler.de>
11232
11233         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11234         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11235         (gst_wavparse_stream_data):
11236           Handle rounding better to not drop last sample frame. Fixes #356692
11237
11238 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11239
11240         * tests/check/Makefile.am:
11241         Disable cacasink from the states check too - it also calls exit(1)
11242         on us when it can't find a terminal to talk to.
11243
11244 2007-03-02  Wim Taymans  <wim@fluendo.com>
11245
11246         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11247
11248         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11249         (gst_udpsrc_create), (gst_udpsrc_set_property),
11250         (gst_udpsrc_get_property):
11251         * gst/udp/gstudpsrc.h:
11252         Add support to strip proprietary headers. Fixes #350296.
11253
11254 2007-03-02  Wim Taymans  <wim@fluendo.com>
11255
11256         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11257         Fix compilation.
11258
11259 2007-03-02  Wim Taymans  <wim@fluendo.com>
11260
11261         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11262
11263         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11264         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11265         (gst_rtp_mp2t_depay_set_property),
11266         (gst_rtp_mp2t_depay_get_property):
11267         * gst/rtp/gstrtpmp2tdepay.h:
11268         Add support to strip off proprietary headers. Fixes #350278.
11269
11270 2007-03-02  Wim Taymans  <wim@fluendo.com>
11271
11272         * ext/hal/hal.c:
11273         Fix compilation.
11274
11275 2007-03-02  Wim Taymans  <wim@fluendo.com>
11276
11277         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11278         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11279         (gst_sunaudiosrc_open):
11280         * sys/sunaudio/gstsunaudiosrc.h:
11281         Remove device-name from GstSunAudioSrc. Fixes #412597.
11282
11283 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11284
11285         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11286         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11287         Having NULL as UDI previously selected the default sink/src. Change
11288         this back but mention it in the debug output.
11289         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11290         (gst_hal_get_oss_element), (gst_hal_get_string),
11291         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11292         (gst_hal_get_audio_src):
11293         * ext/hal/hal.h:
11294         Refactor a bit, check all error conditions, greatly improve debugging
11295         and fix some possible memory leaks. Also implement OSS support
11296         and allow specifying an UDI that points to a real device. For this the
11297         child device which supports ALSA (preferred) or OSS is used.
11298         As a side effect this makes it impossible now to get a alsasink in
11299         halaudiosrc and a alsasrc in halaudiosink.
11300
11301 2007-03-01  Wim Taymans  <wim@fluendo.com>
11302
11303         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11304         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11305         Errors from the udp sources are not fatal unless all of them are in
11306         error.
11307
11308 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11309
11310         * tests/check/Makefile.am:
11311         Disable aasink in the states test. I suspect this is the element that
11312         is calling exit(1) when it can't proceed.
11313
11314 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11315
11316         * tests/check/Makefile.am:
11317         Draw plugins in from the build tree sys/ dir, rather than picking
11318         up the already installed versions.
11319
11320 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11321
11322         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11323         Error out correctly when getting xcontext fails.
11324
11325 2007-03-01  Wim Taymans  <wim@fluendo.com>
11326
11327         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11328         Make state change to PAUSED NO_PREROLL because that's what it will be in
11329         the future and rtspsrc relies on it.
11330
11331         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11332         (gst_rtspsrc_change_state):
11333         Don't error out when we don't get an error from the state change
11334         function.
11335
11336 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11337
11338         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11339         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11340           Check if the device UDI is set before trying to query HAL
11341           about it and give a useful error message if it wasn't set.
11342         * ext/hal/hal.c: (gst_hal_get_string):
11343           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11344           gives an assertion failure in D-Bus when running with
11345           DBUS_FATAL_WARNINGS=1.
11346
11347 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11348
11349         * configure.ac:
11350           Convert to new AG_GST style.
11351
11352 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11353
11354         * tests/check/Makefile.am:
11355         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11356           add test for states
11357
11358 2007-02-28  Wim Taymans  <wim@fluendo.com>
11359
11360         * tests/check/elements/.cvsignore:
11361         Add new videofilter check to .cvsignore.
11362
11363 2007-02-28  Wim Taymans  <wim@fluendo.com>
11364
11365         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11366         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11367         (gst_avi_demux_loop), (gst_avi_demux_chain):
11368         Fix combined flow return. Fixes #412608.
11369
11370 2007-02-28  Wim Taymans  <wim@fluendo.com>
11371
11372         * gst/videofilter/Makefile.am:
11373         Dist header..
11374
11375 2007-02-28  Wim Taymans  <wim@fluendo.com>
11376
11377         * gst/videofilter/gstgamma.h:
11378         Add header too.
11379
11380 2007-02-28  Wim Taymans  <wim@fluendo.com>
11381
11382         Patch by: Mark Nauwelaerts <manauw at skynet be>
11383
11384         * gst/videofilter/Makefile.am:
11385         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11386         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11387         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11388         (oil_tablelookup_u8), (gst_gamma_set_caps),
11389         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11390         Port gamma filter to 0.10. Fixes #412704.
11391
11392         * tests/check/Makefile.am:
11393         * tests/check/elements/videofilter.c: (setup_filter),
11394         (cleanup_filter), (check_filter), (GST_START_TEST),
11395         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11396         Add unit tests for videofilters.
11397
11398 2007-02-28  Wim Taymans  <wim@fluendo.com>
11399
11400         * gst/rtsp/URLS:
11401         Add another interesting test url.
11402
11403         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11404         Don't allow getting header fields from data packets.
11405
11406 2007-02-28  Michael Smith  <msmith@fluendo.com>
11407
11408         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11409         (gst_shout2send_init), (gst_shout2send_start),
11410         (gst_shout2send_set_property), (gst_shout2send_get_property):
11411         * ext/shout2/gstshout2.h:
11412           Add a property for username.
11413
11414 2007-02-27  Christian Schallerr <christian@fluendo.com>
11415
11416         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11417
11418 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11419
11420         * gst/rtsp/Makefile.am:
11421         Fix make check too.
11422
11423 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11424
11425         * gst/rtsp/base64.c: (util_base64_encode):
11426         * gst/rtsp/base64.h:
11427         Commit missing files for base64 encoding.
11428
11429 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11430
11431         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11432
11433         * configure.ac:
11434         * ext/annodex/Makefile.am:
11435         * ext/jpeg/Makefile.am:
11436         * ext/speex/Makefile.am:
11437         * gst/alpha/Makefile.am:
11438         * gst/cutter/Makefile.am:
11439         * gst/debug/Makefile.am:
11440         * gst/effectv/Makefile.am:
11441         * gst/goom/Makefile.am:
11442         * gst/level/Makefile.am:
11443         * gst/smpte/Makefile.am:
11444         * gst/videofilter/Makefile.am:
11445           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11446
11447 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11448
11449         * gst/rtsp/Makefile.am:
11450         * gst/rtsp/rtspconnection.c: (append_auth_header),
11451         (rtsp_connection_send), (rtsp_connection_set_auth):
11452         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11453         from icecast to replace it. Relicensed from GPL courtesy of Mike
11454         Smith.
11455
11456 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11457
11458         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11459         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11460         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11461         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11462         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11463         (gst_rtspsrc_uri_set_uri):
11464         * gst/rtsp/gstrtspsrc.h:
11465         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11466         (append_auth_header), (rtsp_connection_send),
11467         (rtsp_connection_free), (rtsp_connection_set_auth):
11468         * gst/rtsp/rtspconnection.h:
11469         * gst/rtsp/rtspdefs.h:
11470         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11471         * gst/rtsp/rtspurl.h:
11472
11473         Implement simple Basic Authentication support so that urls like
11474         rtsp://user:pass@hostname/rtspstream work on hosts that require
11475         authentication.
11476
11477 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11478
11479         * sys/v4l2/gstv4l2object.c:
11480         * sys/v4l2/gstv4l2tuner.c:
11481         * sys/v4l2/v4l2_calls.c:
11482         Fix segfault when oppening a radio device.
11483         
11484 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11485
11486         * gst/level/gstlevel.c: (gst_level_set_caps),
11487         (gst_level_transform_ip):
11488         * sys/v4l2/README:
11489         * tests/check/elements/level.c: (GST_START_TEST):
11490           Fix level for multi-channel case.
11491
11492 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11493
11494         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11495         (gst_level_transform_ip):
11496         * gst/level/gstlevel.h:
11497           Use function pointer for process function and add process functions
11498           for float audio.
11499
11500 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11501
11502         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11503         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11504         (gst_v4l2src_capture_init):
11505           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11506           fixes #407369
11507
11508 2007-02-18  Wim Taymans  <wim@fluendo.com>
11509
11510         * gst/rtp/Makefile.am:
11511         * gst/rtp/gstrtp.c: (plugin_init):
11512         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11513         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11514         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11515         (gst_rtp_mp2t_pay_plugin_init):
11516         * gst/rtp/gstrtpmp2tpay.h:
11517         Added simple mpeg transport stream payloader.
11518
11519 2007-02-16  Wim Taymans  <wim@fluendo.com>
11520
11521         * gst/rtsp/URLS:
11522         Add example H264 rtsp url.
11523
11524         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11525         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11526         Don't convert values to lowercase or we might mess up base64 encoded
11527         properties.
11528
11529 2007-02-16  Wim Taymans  <wim@fluendo.com>
11530
11531         * gst/rtp/README:
11532         Fix case of string params.
11533
11534         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11535         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11536         Fix depayloader, support more packet types.
11537         Add sync codes to make sure the packetizer can do its job.
11538
11539         * gst/rtp/gstrtpmp4gdepay.c:
11540         * gst/rtp/gstrtpmp4gpay.c:
11541         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11542         Fix caps case again.
11543
11544 2007-02-15  Wim Taymans  <wim@fluendo.com>
11545
11546         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11547         Set right caps on output buffers.
11548
11549 2007-02-14  Wim Taymans  <wim@fluendo.com>
11550
11551         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11552         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11553         Clear stack allocated SDPMedia struct before calling _init() on it.
11554         Clarify this in the docs as well.
11555
11556 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11557
11558         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11559         (do_change_child):
11560         Don't reset the profile when going switching states, as it makes
11561         the element non-reusable.
11562
11563 2007-02-14  Wim Taymans  <wim@fluendo.com>
11564
11565         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11566         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11567         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11568         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11569         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11570         (sdp_parse_line):
11571         * gst/rtsp/sdpmessage.h:
11572         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11573         Fix memory management of SDP messages. Fixes #407793.
11574
11575 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11576
11577         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11578
11579         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11580         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11581
11582 2007-02-14  Wim Taymans  <wim@fluendo.com>
11583
11584         Patch by: jp.liu <jp_liu at astrocom dot cn>
11585
11586         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11587         Fix parsing of password field in url. Fixes #407797.
11588
11589 2007-02-14  Wim Taymans  <wim@fluendo.com>
11590
11591         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11592         (gst_wavparse_reset), (gst_wavparse_init),
11593         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11594         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11595         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11596         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11597         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11598         (gst_wavparse_loop), (gst_wavparse_chain),
11599         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11600         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11601         (plugin_init):
11602         * gst/wavparse/gstwavparse.h:
11603         Update docs.
11604         Use boilerplate.
11605         Various code cleanups.
11606         When the bitrate is not known (bps == 0 or compressed formats) let
11607         downstream element guestimate the duration and position and don't
11608         generate timestamps or durations. Fixes #405213.
11609         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11610         error flowreturn upstream.
11611
11612 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11613
11614         * ext/gconf/Makefile.am:
11615         * ext/gconf/gconf.c: (gst_gconf_get_string),
11616         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11617         (gst_gconf_render_bin_with_default):
11618         * ext/gconf/gconf.h:
11619         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11620         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11621         (gst_gconf_audio_sink_dispose), (do_change_child),
11622         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11623         (cb_change_child), (gst_gconf_audio_sink_change_state):
11624         * ext/gconf/gstgconfaudiosink.h:
11625         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11626         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11627         (gst_switch_sink_init), (gst_switch_sink_dispose),
11628         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11629         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11630         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11631         * ext/gconf/gstswitchsink.h:
11632         * gst/autodetect/gstautoaudiosink.c:
11633         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11634         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11635         (gst_auto_audio_sink_detect):
11636         * gst/autodetect/gstautovideosink.c:
11637         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11638         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11639         (gst_auto_video_sink_detect):
11640         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11641         and a child that implements the GConf key monitoring. The end goal of
11642         this is an audio sink that can be changed on the fly, but at the 
11643         moment it still only changes on the next READY transition.
11644
11645 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11646
11647         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11648         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11649         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11650         (gst_avi_demux_calculate_durations_from_index),
11651         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11652         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11653         (gst_avi_demux_loop):
11654           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11655
11656 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11657
11658         * configure.ac:
11659         * docs/plugins/Makefile.am:
11660           Add crossreferences to glib/gobject/gstream docs.
11661
11662 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11663
11664         * gst/monoscope/Makefile.am:
11665         * gst/monoscope/gstmonoscope.c:
11666           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11667           (but no LIBS, since we only use defines from the headers).
11668
11669 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11670
11671         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11672
11673         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11674         (gst_wavparse_stream_data):
11675           Fix massive memory leak when operating in streaming mode due to
11676           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11677           Fixes #407057.
11678
11679 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11680
11681         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11682         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11683         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11684         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11685         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11686         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11687         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11688         (gst_avi_demux_calculate_durations_from_index),
11689         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11690         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11691         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11692         * gst/avi/gstavidemux.h:
11693           Save some memory (8%) by repacking the index entry structure (more to
11694           come). Add more FIXMEs to questionable parts.
11695
11696 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11697
11698         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11699         (gst_v4l2src_get_caps):
11700         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11701         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11702         (gst_v4l2src_capture_init):
11703           More FIXME comments and messaging changes.
11704
11705 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11706
11707         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11708         (gst_goom_change_state):
11709         * gst/goom/gstgoom.h:
11710           Improved docs and use GST_DEBUG_FUNCPTR.
11711
11712         * gst/level/gstlevel.c: (gst_level_class_init):
11713           Use GST_DEBUG_FUNCPTR.
11714
11715         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11716         (gst_monoscope_chain), (gst_monoscope_change_state):
11717           Improved docs source cleanups.
11718
11719 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11720
11721         * gst/debug/Makefile.am:
11722         * gst/debug/gstdebug.c: (plugin_init):
11723         * gst/debug/gstpushfilesrc.c:
11724         * gst/debug/gstpushfilesrc.h:
11725           Add code for a pushfilesrc element that implements a pushfile:// URI
11726           handler, to make debugging push-mode operation of demuxer/decoders
11727           that support both easier in connection with seek/playbin/etc.
11728           The element isn't registered at the moment.
11729
11730 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11731
11732         * gst/avi/gstavimux.c:
11733           Comment a #if 0 in caps template definition as VS6 seems to 
11734         do not support it.
11735         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11736           Use gst_guint64_to_gdouble for conversion.
11737         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11738           Move variables declaration before the first instruction.
11739         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11740           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11741           And don't include netdb.h for G_OS_WIN32
11742         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11743           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11744           by VS6 then use an other way to initialize SDPMedia structure.
11745         * gst/udp/gstdynudpsink.h:
11746         * gst/udp/gstdynudpnetutils.h:
11747           Do not include <sys/time.h> for G_OS_WIN32
11748         * gst/udp/gstudpsrc.c:
11749           Define socklen_t as int for G_OS_WIN32
11750         * win/common/config.h.in:
11751           Undef HAVE_NETINET_IN_H
11752         * win32/vs6/gst_plugins_good.dsw:
11753         * win32/vs6/libgstrtp.dsp:
11754         * win32/vs6/libgstrtsp.dsp:
11755         * win32/vs6/libgstautogen.dsp:
11756         * win32/vs6/libgstaudiofx.dsp:
11757         * win32/vs6/libgstudp.dsp:
11758           Add and update project files.
11759         * win32/common/gstudp-enumtypes.c:
11760         * win32/common/gstudp-enumtypes.h:
11761           Add a copy of udp enumtypes to win32/common as in core 
11762           and base.
11763         
11764 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11765
11766         * configure.ac:
11767           Activate monoscope when building with --enable-experimental. Fix
11768           --enable-external configure switch description.
11769
11770         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11771         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11772           Help gst-indent.
11773
11774 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11775
11776         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11777           Explicitly cast result of pointer arithmetic to integer in order to
11778           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11779
11780 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11781
11782         * gst/debug/progressreport.c:
11783           Some more docs.
11784
11785 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11786
11787         * docs/plugins/inspect/plugin-rtp.xml:
11788           Update for new elements.
11789
11790         * gst/debug/progressreport.h:
11791           Commit newly-created header file as well.
11792
11793 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11794
11795         * docs/plugins/Makefile.am:
11796         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11797         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11798         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11799         * gst/debug/Makefile.am:
11800         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11801         (gst_progress_report_do_query), (gst_progress_report_report):
11802           Make progressreport element post messages with the current progress
11803           on the bus. Also add some basic docs for it.
11804
11805 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11806
11807         * ext/hal/hal.c: (gst_hal_get_string):
11808         * ext/hal/hal.h:
11809           Some small cleanups; deal with errors when parsing the HAL ALSA
11810           capabilities a bit better.
11811
11812 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11813
11814         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11815           Let's try this again and use the right cast this time.
11816
11817 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11818
11819         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11820           Add cast to avoid compiler warnings with older GLib versions
11821           where the nick/name members in GEnumValue are not declared as
11822           constant strings.
11823
11824 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11825
11826         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11827         (gst_gconf_render_bin_from_key),
11828         (gst_gconf_get_default_audio_sink):
11829         * ext/gconf/gconf.h:
11830         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11831         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11832         (gst_gconf_audio_sink_get_property):
11833           In gconfaudiosink, get the right key as the old key in do_toggle
11834           (ie. one dependent on the profile selected). Log some more stuff so
11835           we can see what's actually going on.
11836
11837 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11838
11839         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11840         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11841         (gst_audio_amplify_set_process_function),
11842         (gst_audio_amplify_setup):
11843         * gst/audiofx/audioamplify.h:
11844         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11845         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11846         * gst/audiofx/audioinvert.h:
11847         Some small cleanups and port both elements to the new GstAudioFilter
11848         base class to save a few lines of common code.
11849         * gst/audiofx/Makefile.am:
11850         Link against libgstaudio for the above changes
11851
11852 2007-01-29  Wim Taymans  <wim@fluendo.com>
11853
11854         * tests/check/elements/.cvsignore:
11855         Some more ignores.
11856
11857 2007-01-26  Wim Taymans  <wim@fluendo.com>
11858
11859         Patch by: charles <charlesg3 at gmail dot com>
11860
11861         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11862         (set_shout_metadata), (gst_shout2send_event):
11863         * ext/shout2/gstshout2.h:
11864         Properly handle tags in shout2send. Fixes #399825.
11865
11866 2007-01-25  Wim Taymans  <wim@fluendo.com>
11867
11868         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11869         (gst_rtspsrc_activate_streams):
11870         Convert SDP fields to upper/lowercase following the rules in the SDP to
11871         caps document. 
11872
11873 2007-01-25  Wim Taymans  <wim@fluendo.com>
11874
11875         * gst/rtp/README:
11876         * gst/rtp/gstrtpilbcdepay.c:
11877         * gst/rtp/gstrtpilbcpay.c:
11878         * gst/rtp/gstrtpmp4gdepay.c:
11879         * gst/rtp/gstrtpmp4gpay.c:
11880         * gst/rtp/gstrtpspeexdepay.c:
11881         * gst/rtp/gstrtpspeexpay.c:
11882         * gst/rtp/gstrtpsv3vdepay.c:
11883         * gst/rtp/gstrtptheoradepay.c:
11884         * gst/rtp/gstrtptheorapay.c:
11885         * gst/rtp/gstrtpvorbisdepay.c:
11886         * gst/rtp/gstrtpvorbispay.c:
11887         Fix case of encoding-name and key/value pairs to match the document.
11888         This is to make interoperation with SDP case-insensitive as required by
11889         the relevant RFCs.
11890
11891 2007-01-25  Wim Taymans  <wim@fluendo.com>
11892
11893         * configure.ac:
11894         Bump required -core/-base to CVS
11895
11896 2007-01-25  Wim Taymans  <wim@fluendo.com>
11897
11898         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11899         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11900         * gst/rtp/gstrtpL16pay.h:
11901         Fill up to MTU using adapter.
11902         Timestamp rtp packets.
11903
11904 2007-01-25  Edward Hervey  <edward@fluendo.com>
11905
11906         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11907         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11908         Use G_GSIZE_FORMAT in print statements for portability.
11909         Fixes build on macosx.
11910
11911 2007-01-24  Wim Taymans  <wim@fluendo.com>
11912
11913         * gst/rtp/Makefile.am:
11914         * gst/rtp/gstrtp.c: (plugin_init):
11915         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11916         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11917         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11918         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11919         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11920         (gst_rtp_L16_depay_plugin_init):
11921         * gst/rtp/gstrtpL16depay.h:
11922         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11923         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11924         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11925         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11926         (gst_rtp_L16_pay_plugin_init):
11927         * gst/rtp/gstrtpL16pay.h:
11928         Port and enable raw audio payloader/depayloader. Needs a bit more work
11929         on the payloader side.
11930
11931 2007-01-24  Wim Taymans  <wim@fluendo.com>
11932
11933         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11934         (gst_rtspsrc_stream_configure_transport),
11935         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11936         * gst/rtsp/gstrtspsrc.h:
11937         Only unblock the udp pads when we linked and activated them all.
11938         Fixes #395688.
11939
11940 2007-01-24  Wim Taymans  <wim@fluendo.com>
11941
11942         * gst/rtp/Makefile.am:
11943         * gst/rtp/gstrtp.c: (plugin_init):
11944         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11945         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11946         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11947         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11948         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11949         * gst/rtp/gstrtpac3depay.h:
11950         Added simple AC3 depayloader (RFC 4184).
11951
11952         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11953         Fix a leak.
11954
11955 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11956
11957         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11958
11959         * gst/audiofx/Makefile.am:
11960         * gst/audiofx/audioamplify.c:
11961         (gst_audio_amplify_clipping_method_get_type),
11962         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11963         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11964         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11965         (gst_audio_amplify_set_caps),
11966         (gst_audio_amplify_transform_int_clip),
11967         (gst_audio_amplify_transform_int_wrap_negative),
11968         (gst_audio_amplify_transform_int_wrap_positive),
11969         (gst_audio_amplify_transform_float_clip),
11970         (gst_audio_amplify_transform_float_wrap_negative),
11971         (gst_audio_amplify_transform_float_wrap_positive),
11972         (gst_audio_amplify_transform_ip):
11973         * gst/audiofx/audioamplify.h:
11974         * gst/audiofx/audiofx.c: (plugin_init):
11975         Add new element "audioamplify". This allows scaling of raw audio
11976         samples, similar to the "volume" element, but provides different modes
11977         for clipping and allows unlimited amplification. It's mainly targeted
11978         for creative sound design and not as a replacement of the "volume"
11979         element. Fixes #397162
11980         * docs/plugins/Makefile.am:
11981         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11982         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11983         * docs/plugins/gst-plugins-good-plugins.args:
11984         * docs/plugins/inspect/plugin-audiofx.xml:
11985         Add docs for audioamplify and integrate them into the build system
11986         * tests/check/Makefile.am:
11987         * tests/check/elements/audioamplify.c: (setup_amplify),
11988         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11989         Add fairly extensive unit test suite for audioamplify
11990
11991 2007-01-24  Wim Taymans  <wim@fluendo.com>
11992
11993         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11994         Unblock pads after adding the pads to the element so that autopluggers
11995         get a change to link something. Possibly fixes #395688.
11996
11997 2007-01-24  Wim Taymans  <wim@fluendo.com>
11998
11999         * gst/rtp/gstrtpamrdepay.c:
12000         * gst/rtp/gstrtpgsmdepay.c:
12001         * gst/rtp/gstrtph263pdepay.c:
12002         * gst/rtp/gstrtph263ppay.c:
12003         * gst/rtp/gstrtph264depay.c:
12004         * gst/rtp/gstrtpilbcdepay.c:
12005         * gst/rtp/gstrtpmp2tdepay.c:
12006         * gst/rtp/gstrtpmp4gdepay.c:
12007         * gst/rtp/gstrtpmp4gpay.c:
12008         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12009         * gst/rtp/gstrtpmp4vpay.c:
12010         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
12011         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
12012         (gst_rtp_mpa_depay_process):
12013         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
12014         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
12015         * gst/rtp/gstrtppcmadepay.c:
12016         * gst/rtp/gstrtppcmudepay.c:
12017         * gst/rtp/gstrtpspeexdepay.c:
12018         * gst/rtp/gstrtpspeexpay.c:
12019         * gst/rtp/gstrtpsv3vdepay.c:
12020         * gst/rtp/gstrtptheoradepay.c:
12021         * gst/rtp/gstrtptheorapay.c:
12022         * gst/rtp/gstrtpvorbisdepay.c:
12023         * gst/rtp/gstrtpvorbispay.c:
12024         Fix caps with payload numbers.
12025         Add some fixed payload numbers to caps when possible.
12026
12027 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
12028
12029         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12030
12031         * gst/audiofx/Makefile.am:
12032         * gst/audiofx/audiofx.c: (plugin_init):
12033         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12034         (gst_audio_invert_class_init), (gst_audio_invert_init),
12035         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
12036         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
12037         (gst_audio_invert_transform_float),
12038         (gst_audio_invert_transform_ip):
12039         * gst/audiofx/audioinvert.h:
12040         Add new audiofx element "audioinvert". This element swaps the upper
12041         and lower half of samples and can be used for example for a
12042         wide-stereo effect. Fixes #396057
12043         * docs/plugins/Makefile.am:
12044         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12045         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12046         * docs/plugins/gst-plugins-good-plugins.args:
12047         * docs/plugins/inspect/plugin-audiofx.xml:
12048         Add docs for the audioinvert element and add them to the build system.
12049         * tests/check/Makefile.am:
12050         * tests/check/elements/audioinvert.c: (setup_invert),
12051         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
12052         Add unit test suite for the audioinvert element.
12053
12054 2007-01-23  Wim Taymans  <wim@fluendo.com>
12055
12056         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
12057         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
12058         Parse config params as string and int.
12059         Parse and use AU header length
12060
12061 2007-01-23  Wim Taymans  <wim@fluendo.com>
12062
12063         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
12064         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
12065         * gst/smpte/gstmask.c: (_gst_mask_register):
12066         * gst/smpte/gstmask.h:
12067         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
12068         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
12069         (gst_smpte_paint_triangle_clock):
12070         constify some static structs.
12071         Don't update the mask if nothing changed to the params.
12072         Make sure we never draw outside of the picture. Fixes #398325.
12073
12074 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
12075
12076         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
12077           Error out properly when pull_range fails while we're reading the
12078           headers, instead of just pausing the task silently. Fixes #399338.
12079
12080 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12081
12082         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12083           Some more sanity checks to make sure the input formats match and the
12084           input pads are actually negotiated, in case someone tries to feed
12085           buffers from fakesrc or filesrc. Fixes #398299.
12086           Also const-ify an array, just because we can.
12087
12088 2007-01-19  Edward Hervey  <edward@fluendo.com>
12089
12090         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
12091         Ignore previous commit, that was only valid for widths and heights
12092         that are multiples of 4.
12093         Copy over size/stride macros from jpegdec. This allows the element
12094         to work with any width,height...
12095         ... but puts in evidence that the actual transformations only work
12096         with width/height that are multiples of 4.
12097
12098 2007-01-19  Edward Hervey  <edward@fluendo.com>
12099
12100         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12101         Allocate buffers of the right size.
12102         The proper size of a I420 buffer in bytes is:
12103         
12104             width * height * 3
12105             ------------------
12106                     2
12107
12108 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12109
12110         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12111           Proxy getcaps on sink pads too, so that we either end up with the
12112           same dimensions on all pads or error out if that's not possible
12113           (seems to work even!). Fixes #398086, I think.
12114
12115 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12116
12117         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12118         * docs/plugins/gst-plugins-good-plugins.args:
12119         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12120           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
12121           fix integer properties with -1 as minimum value.
12122
12123         * docs/plugins/inspect/plugin-1394.xml:
12124         * docs/plugins/inspect/plugin-aasink.xml:
12125         * docs/plugins/inspect/plugin-alaw.xml:
12126         * docs/plugins/inspect/plugin-alpha.xml:
12127         * docs/plugins/inspect/plugin-alphacolor.xml:
12128         * docs/plugins/inspect/plugin-annodex.xml:
12129         * docs/plugins/inspect/plugin-apetag.xml:
12130         * docs/plugins/inspect/plugin-audiofx.xml:
12131         * docs/plugins/inspect/plugin-auparse.xml:
12132         * docs/plugins/inspect/plugin-autodetect.xml:
12133         * docs/plugins/inspect/plugin-avi.xml:
12134         * docs/plugins/inspect/plugin-cacasink.xml:
12135         * docs/plugins/inspect/plugin-cairo.xml:
12136         * docs/plugins/inspect/plugin-cdio.xml:
12137         * docs/plugins/inspect/plugin-cutter.xml:
12138         * docs/plugins/inspect/plugin-debug.xml:
12139         * docs/plugins/inspect/plugin-dv.xml:
12140         * docs/plugins/inspect/plugin-efence.xml:
12141         * docs/plugins/inspect/plugin-effectv.xml:
12142         * docs/plugins/inspect/plugin-esdsink.xml:
12143         * docs/plugins/inspect/plugin-flac.xml:
12144         * docs/plugins/inspect/plugin-flxdec.xml:
12145         * docs/plugins/inspect/plugin-gconfelements.xml:
12146         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12147         * docs/plugins/inspect/plugin-goom.xml:
12148         * docs/plugins/inspect/plugin-halelements.xml:
12149         * docs/plugins/inspect/plugin-icydemux.xml:
12150         * docs/plugins/inspect/plugin-id3demux.xml:
12151         * docs/plugins/inspect/plugin-jpeg.xml:
12152         * docs/plugins/inspect/plugin-level.xml:
12153         * docs/plugins/inspect/plugin-matroska.xml:
12154         * docs/plugins/inspect/plugin-mulaw.xml:
12155         * docs/plugins/inspect/plugin-multipart.xml:
12156         * docs/plugins/inspect/plugin-navigationtest.xml:
12157         * docs/plugins/inspect/plugin-ossaudio.xml:
12158         * docs/plugins/inspect/plugin-png.xml:
12159         * docs/plugins/inspect/plugin-rtp.xml:
12160         * docs/plugins/inspect/plugin-rtsp.xml:
12161         * docs/plugins/inspect/plugin-shout2send.xml:
12162         * docs/plugins/inspect/plugin-smpte.xml:
12163         * docs/plugins/inspect/plugin-speex.xml:
12164         * docs/plugins/inspect/plugin-taglib.xml:
12165         * docs/plugins/inspect/plugin-udp.xml:
12166         * docs/plugins/inspect/plugin-videobalance.xml:
12167         * docs/plugins/inspect/plugin-videobox.xml:
12168         * docs/plugins/inspect/plugin-videoflip.xml:
12169         * docs/plugins/inspect/plugin-videomixer.xml:
12170         * docs/plugins/inspect/plugin-wavenc.xml:
12171         * docs/plugins/inspect/plugin-wavparse.xml:
12172         * docs/plugins/inspect/plugin-ximagesrc.xml:
12173           Update to CVS.
12174
12175 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12176
12177         Patch by: Sebastian Dröge <slomo circular-chaos org>
12178
12179         * gst/audiofx/audiopanorama.c:
12180           Fix doc section name (Fixes #397946)
12181
12182 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12183
12184         * sys/v4l2/gstv4l2object.c:
12185         (gst_v4l2_object_install_properties_helper),
12186         (gst_v4l2_object_set_property_helper),
12187         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12188         * sys/v4l2/gstv4l2object.h:
12189         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12190         (gst_v4l2src_init), (gst_v4l2src_set_property),
12191         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12192         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12193         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12194         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12195         (gst_v4l2src_capture_deinit):
12196           Fix EIO handing when capturing. Add new property to specify the number of
12197           buffers to enque (and remove the borked num-buffers usage).
12198
12199 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12200
12201         Patch by: Sebastian Dröge <slomo circular-chaos org>
12202
12203         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12204         (gst_audio_panorama_set_process_function):
12205           Use a function array for process methods, add more docs and define the
12206           startindex of enums.
12207
12208 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12209
12210         Patch by: Mark Nauwelaerts <manauw at skynet be>
12211
12212         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12213         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12214         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12215         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12216         (gst_avi_mux_riff_get_avi_header),
12217         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12218         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12219         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12220         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12221         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12222         (gst_avi_mux_change_state):
12223         * gst/avi/gstavimux.h:
12224         * tests/check/elements/avimux.c: (teardown_src_pad):
12225           Add support for more than one audio stream; write better AVIX
12226           header; refactor code a bit; don't announce vorbis caps on our audio
12227           sink pads since we don't support it anyway. Closes #379298.
12228
12229 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12230
12231         Patch by: Sebastian Dröge <slomo circular-chaos org>
12232
12233         * gst/audiofx/audiopanorama.c:
12234         (gst_audio_panorama_method_get_type),
12235         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12236         (gst_audio_panorama_set_process_function),
12237         (gst_audio_panorama_set_property),
12238         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12239         (gst_audio_panorama_transform_m2s_int_simple),
12240         (gst_audio_panorama_transform_s2s_int_simple),
12241         (gst_audio_panorama_transform_m2s_float_simple),
12242         (gst_audio_panorama_transform_s2s_float_simple):
12243         * gst/audiofx/audiopanorama.h:
12244           Add 'method' property and provide a simple (non-psychoacustic)
12245           processing method (#394859).
12246
12247         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12248         (panorama_suite):
12249           Tests for new method.
12250
12251 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12252
12253         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12254         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12255           Set correct caps on outgoing pulled buffers, or things blow up
12256           after recent core changes.
12257
12258 2007-01-11  Wim Taymans  <wim@fluendo.com>
12259
12260         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12261
12262         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12263         (gst_multipart_mux_request_new_pad),
12264         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12265         (gst_multipart_mux_change_state):
12266         Return FLOW errors ASAP. Fixes #394977.
12267         Misc cleanups.
12268
12269 2007-01-11  Wim Taymans  <wim@fluendo.com>
12270
12271         Patch by: Lutz Mueller <lutz at topfrose dot de>
12272
12273         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12274         Check for stream pad before activating. 
12275
12276 2007-01-10  Wim Taymans  <wim@fluendo.com>
12277
12278         Patch by: Peter Kjellerstedt  <pkj at axis com>
12279
12280         * gst/rtsp/COPYING.MIT:
12281         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12282         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12283         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12284         (gst_rtspsrc_stream_configure_transport),
12285         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12286         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12287         (gst_rtspsrc_parse_methods),
12288         (gst_rtspsrc_create_transports_string),
12289         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12290         (gst_rtspsrc_open), (gst_rtspsrc_close):
12291         * gst/rtsp/gstrtspsrc.h:
12292         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12293         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12294         (parse_request_line), (parse_line), (rtsp_connection_read),
12295         (rtsp_connection_close):
12296         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12297         (rtsp_method_as_text), (rtsp_header_as_text),
12298         (rtsp_status_as_text), (rtsp_find_header_field),
12299         (rtsp_find_method):
12300         * gst/rtsp/rtspdefs.h:
12301         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12302         (rtsp_ext_wms_configure_stream):
12303         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12304         (rtsp_message_new_request), (rtsp_message_init_request),
12305         (rtsp_message_new_response), (rtsp_message_init_response),
12306         (rtsp_message_init_data), (rtsp_message_unset),
12307         (rtsp_message_free), (rtsp_message_add_header),
12308         (rtsp_message_get_header), (rtsp_message_set_body),
12309         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12310         * gst/rtsp/rtspmessage.h:
12311         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12312         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12313         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12314         (sdp_message_dump):
12315         Allow url to be NULL to be able to use it for server connections.
12316         Can now send responses as well as requests.
12317         No longer hangs in an endless loop if EOF is received.
12318         Can now convert a status code to a text string.
12319         Return RTSP_HDR_INVALID for unknown headers.
12320         Return RTSP_INVALID for unknown methods.
12321         Copy CSeq and Session headers from the request.
12322         Only free memory corresponding to the currently set message type.
12323         Added const to function arguments as appropriate.
12324         Avoid a compiler warning when initializing nmedia.
12325         Use guint rather than gint to avoid compiler warnings.
12326         Fix crasher in wms extension.
12327         Factor out stream setup from open_connection.
12328         Delay activation of streams when actual data is received from the
12329         server, this prepares us to do proper protocol switching.
12330         Added new license.
12331         Fixes #380895.
12332
12333
12334 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12335
12336         Patch by: Sebastian Dröge <slomo ubuntu com>
12337
12338         * docs/plugins/Makefile.am:
12339         * gst/audiofx/audiopanorama.c:
12340           Some small docs fixes (#394851).
12341
12342 2007-01-09  Wim Taymans  <wim@fluendo.com>
12343
12344         * gst/avi/gstavidemux.c:
12345         Fix docs.
12346
12347 2007-01-09  Wim Taymans  <wim@fluendo.com>
12348
12349         * gst/rtp/Makefile.am:
12350         * gst/rtp/gstrtp.c: (plugin_init):
12351         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12352         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12353         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12354         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12355         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12356         * gst/rtp/gstrtpmpvdepay.h:
12357           Added RFC 2250 MPEG Video Depayloader.
12358
12359         * gst/rtp/gstrtpL16depay.h:
12360         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12361         (gst_rtp_h263p_depay_process):
12362         Fix Header file. Small cleanups.
12363
12364         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12365         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12366         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12367         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12368         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12369         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12370         (gst_rtp_mp4v_depay_change_state):
12371         Remove usused code. Remove Adapter from state Change. Added debug.
12372
12373         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12374         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12375         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12376         * gst/rtp/gstrtpmpadepay.h:
12377         Subclass base depayloader.
12378         Added debug.
12379         Support static payload type assignment as well.
12380
12381         * gst/rtp/gstrtpmpapay.c:
12382         Fix caps.
12383
12384 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12385
12386         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12387
12388         * ext/jpeg/gstjpegdec.c:
12389         * ext/jpeg/gstjpegenc.c:
12390         * ext/jpeg/smokecodec.c:
12391           These libjpeg callbacks should return a 'boolean' (unsigned char
12392           apparently) and not a 'gboolean' (which maps to gint). Fixes
12393           warnings when compiling with MingW (#393427).
12394
12395         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12396           Use ioctlsocket on win32.
12397
12398         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12399           Some printf format fixes for win32.
12400
12401 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12402
12403         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12404           Use gst_guint64_to_gdouble for conversion.
12405         * win32/vs6/libgstmatroska.dsp:
12406           Add zlib to the link.
12407         * win32/vs6/libgstvideobox.dsp:
12408           Update liboil library name (project is linked to 
12409           liboil-0.3-0.lib now).
12410           
12411 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12412
12413         * gst/matroska/Makefile.am:
12414           If zlib is available and used, we must link it explicitly for
12415           things to work on MingW (fixes #392855).
12416
12417 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12418
12419         * ext/esd/esdsink.c: (gst_esdsink_delay):
12420           Don't return bogus values when esd_get_delay() fails for some
12421           reason (#392189).
12422
12423 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12424
12425         * sys/ximage/gstximagesrc.c: (composite_pixel):
12426           Fix presumably copy'n'pasto for 16bpp depth.
12427
12428 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12429
12430         * gst/matroska/matroska-mux.c:
12431         (gst_matroska_mux_audio_pad_setcaps):
12432           The "signed" field in audio caps is of boolean type, trying to use
12433           gst_structure_get_int() to extract it will fail. Fixing this makes
12434           matroskamux accept raw audio input (#387121) (use at your own risk
12435           though, due to the matroska spec being not entirely useful in this
12436           respect).
12437           Also fix up raw audio structures in template caps so that they
12438           represent what our setcaps function will actually accept, so that
12439           converters know what to convert to.
12440           Finally, don't fail if there isn't an "endianness" field in 8-bit
12441           PCM caps.
12442
12443 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12444
12445         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12446         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12447         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12448         (teardown_cmmldec):
12449         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12450         (teardown_cmmlenc):
12451         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12452           reapply consistent pad (de)activation
12453
12454 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12455
12456         * configure.ac:
12457         Back to CVS
12458
12459         * gst-plugins-good.doap:
12460         Add 0.10.5 doap entry
12461
12462 === release 0.10.5 ===
12463
12464 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12465
12466         * configure.ac:
12467           releasing 0.10.5, "The Path of Thorns"
12468
12469 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12470
12471         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12472         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12473         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12474         (teardown_cmmldec):
12475         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12476         (teardown_cmmlenc):
12477         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12478           revert my freeze breakage
12479
12480 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12481
12482         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12483         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12484         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12485         (teardown_cmmldec):
12486         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12487         (teardown_cmmlenc):
12488         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12489           consistent pad (de)activation
12490
12491 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12492
12493         * configure.ac:
12494         * ext/Makefile.am:
12495         Disable LADPSA, as it has moved to the -bad module for the duration.
12496
12497 2006-12-18  Wim Taymans  <wim@fluendo.com>
12498
12499         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12500         (gst_signal_processor_event):
12501         Reset flow_state back to _OK after a flush stop so that we exit our
12502         error state after the flush. Fixes #374213
12503
12504 2006-12-16  David Schleef  <ds@schleef.org>
12505
12506         * sys/osxvideo/osxvideosink.h:
12507         * sys/osxvideo/osxvideosink.m:
12508           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12509
12510 2006-12-16  David Schleef  <ds@schleef.org>
12511
12512         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12513
12514         * sys/osxvideo/Makefile.am:
12515         * sys/osxvideo/osxvideosink.h:
12516         * sys/osxvideo/osxvideosink.m:
12517           Preliminary patch for porting osxvideosink
12518
12519 2006-12-16  Wim Taymans  <wim@fluendo.com>
12520
12521         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12522
12523         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12524         (gst_videomixer_set_master_geometry),
12525         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12526         (gst_videomixer_reset), (gst_videomixer_init),
12527         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12528         (gst_videomixer_release_pad), (gst_videomixer_collected),
12529         (gst_videomixer_change_state):
12530         Introduce some locking around the videomixer state so that it does not
12531         crash when adding/removing pads. Fixes #383043.
12532
12533 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12534
12535         * configure.ac:
12536           Make sure libcaca can actually be used instead of just checking for
12537           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12538           cross-compiling (fixes #384587).
12539
12540 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12541
12542         * Makefile.am:
12543         * gst-plugins-good.doap:
12544         * gst-plugins-good.spec.in:
12545           adding doap file
12546
12547 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12548
12549         * configure.ac:
12550           libflac-1.1.3 changed API again, but we can't build against it yet,
12551           so make sure our check doesn't use libflac-1.1.3 and add a comment
12552           to this effect.
12553
12554 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12555
12556         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12557         (gst_quarktv_planetable_clear):
12558           Add some NULL pointer checks (possibly related to #385623).
12559
12560 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12561
12562         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12563         (gst_tag_demux_chain):
12564         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12565           In streaming mode, if the first buffer we get doesn't have an
12566           offset, fix it up to be 0, otherwise trimming won't work later on
12567           and we'll be typefinding application/x-id3, which may result in
12568           decodebin plugging an endless number of id3demux elements as a
12569           consequence. Fixes #385031.
12570           
12571 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12572
12573         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12574           Ignore the buffer_time the sound device reports. Turns out it is 
12575           sometimes completely bogus and we're better off without it.
12576
12577 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12578
12579         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12580         (gst_matroska_demux_video_caps):
12581         * gst/matroska/matroska-ids.c:
12582         (gst_matroska_track_init_video_context):
12583         * gst/matroska/matroska-ids.h:
12584           Try harder to extract the framerate for video tracks correctly and
12585           save it directly instead of converting it back and forth a few
12586           times. Mostly makes a difference for very small framerates (<1).
12587           Fixes #380199.
12588
12589 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12590
12591         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12592         (gst_gconf_audio_src_dispose), (do_toggle_element):
12593         * ext/gconf/gstgconfaudiosrc.h:
12594           Remove gconf notify hook when the gconfaudiosrc element is
12595           destroyed, otherwise the callback may be called on an
12596           already-destroyed instance and bad things happen. Should fix
12597           #378184.
12598           Also ignore gconf key changes when the source is already running.
12599
12600 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12601
12602         Patch by: Sebastian Dröge  <mail at slomosnail de>
12603
12604         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12605           We need to be able to read and parse any possible floating point string
12606           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12607           will parse the former only in certain locales though, so we really need
12608           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12609           make sure we can parse either version at all times.
12610           Fixes #382982 for real.
12611
12612 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12613
12614         * sys/sunaudio/gstsunaudiomixerctrl.c:
12615         * sys/sunaudio/gstsunaudiosrc.c:
12616
12617         Use the sunaudio debug category.
12618
12619         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12620         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12621         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12622         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12623         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12624         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12625         (gst_sunaudiosink_reset):
12626         * sys/sunaudio/gstsunaudiosink.h:
12627
12628         Uses the sunaudio debug category for all debug output
12629         Implements the _delay() callback to synchronise video playback better
12630         Change the segtotal and segsize values back to the parent class 
12631           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12632           respectively)
12633         Measure the samples written to the device vs. played.
12634         Keep track of segments in the device by writing empty eof frames, and
12635         sleep using a GCond when we get too far ahead and risk overrunning the
12636         sink's ringbuffer.
12637
12638         Fixes: #360673
12639
12640 2006-12-08  Wim Taymans  <wim@fluendo.com>
12641
12642         Patch by: Sebastian Dröge  <mail at slomosnail de >
12643
12644         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12645         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12646         * gst/audiofx/audiopanorama.h:
12647         Fix audiopanorame with float samples. Fixes #383726.
12648
12649 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12650
12651         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12652         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12653         (gst_sunaudiosrc_reset):
12654
12655         Implement reset functions to unblock the src/sink more quickly on 
12656         state change requests.
12657         Patch by: Brian Cameron <brian dot cameron at sun com>
12658
12659 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12660
12661         * sys/sunaudio/gstsunaudiomixer.c:
12662         (gst_sunaudiomixer_change_state):
12663         Construct the correct mixer device name when the AUDIODEV env var
12664         is set.
12665
12666         Patch by: Jerry Tan <jerry.tan at sun dot com>
12667         Fixes: #383596
12668
12669 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12670
12671         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12672         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12673         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12674         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12675         Patch by: Jerry Tan <jerry.tan at sun dot com>
12676         Fixes: #349015
12677
12678 2006-12-07  Wim Taymans  <wim@fluendo.com>
12679
12680         * gst/smpte/gstmask.h:
12681         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12682         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12683         (gst_smpte_collected), (gst_smpte_set_property),
12684         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12685         * gst/smpte/gstsmpte.h:
12686         Port to 0.10 some more. 
12687         Added duration property to specify the duration of the transition.
12688         Make framerate a fraction.
12689         Deprecate fps property, we only use negotiated fps.
12690         Added docs.
12691         Fix collectpad usage.
12692         Reset state in READY.
12693         Send NEWSEGMENT event.
12694         Fix racy updates of object properties.
12695         Added debug category.
12696         Fixes #383323.
12697
12698 2006-12-06  Wim Taymans  <wim@fluendo.com>
12699
12700         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12701
12702         * gst/videomixer/videomixer.c:
12703         (gst_videomixer_set_master_geometry),
12704         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12705         Don't reset xpos and ypos in the setcaps function because causes
12706         unexpected behaviour.
12707         Fixes #382179.
12708
12709 2006-12-06  Wim Taymans  <wim@fluendo.com>
12710
12711         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12712         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12713         Keep track of the buffer timestamp in the collectdata member instead
12714         of modifying the buffer without making the metadata writable first.
12715         Fixes #382277.
12716
12717 2006-12-06  Wim Taymans  <wim@fluendo.com>
12718
12719         Patch by: Rob Taylor <robtaylor at floopily dot org>
12720
12721         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12722         If using multicast in udpsrc, bind to the multicast address rather than
12723         IN_ADDR_ANY.
12724         This allows the simultanous use of multiple udpsrcs listening on
12725         different multicat addresses. Without this all udpsrcs will receive all
12726         packets from all subscribed multicast addresses.
12727         Fixes #383001.
12728
12729 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12730
12731         * ext/taglib/gstid3v2mux.cc:
12732         Don't attempt to write a NULL frame into the ID3 tag set when the 
12733         createFrame method returned NULL.
12734         Fixes: #381857
12735         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12736
12737 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12738
12739         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12740         Use g_strtod() instead of sscanf to parse doubles, so that it will
12741         try parsing in the C locale if the current locale fails.
12742         Fixes: #382982
12743         Patch by: Sebastian Dröge  <mail at slomosnail de >
12744
12745 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12746
12747         * win32/MANIFEST:
12748         Fix compilation on win32 under VS8
12749         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12750         Partially fixes #381175
12751
12752 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12753
12754         * gst/avi/gstavimux.c:
12755           accept all mpegversions,fixes #380825
12756           spotted by: Jerome Alet  
12757
12758 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12759
12760         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12761         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12762         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12763         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12764           cleanup the error message a bit more
12765
12766 2006-11-28  Wim Taymans  <wim@fluendo.com>
12767
12768         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12769         Fix width and height properties.
12770
12771         * ext/libcaca/gstcacasink.h:
12772         Fix compilation on newer libcaca that require us to include a new
12773         header. Fixes #379918.
12774
12775 2006-11-28  Wim Taymans  <wim@fluendo.com>
12776
12777         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12778         * gst/rtsp/gstrtspsrc.h:
12779         * gst/rtsp/rtspext.h:
12780         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12781         (rtsp_ext_wms_get_context):
12782         Add method so that extensions can choose to disable the setup of
12783         a stream.
12784         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12785
12786 2006-11-27  Wim Taymans  <wim@fluendo.com>
12787
12788         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12789
12790         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12791         Push header in a separate buffer instead of memcpy:ing all data.
12792         Change LF => CRLF in headers.
12793         Move trailing LF to header. Fixes #379792.
12794
12795 2006-11-27  Wim Taymans  <wim@fluendo.com>
12796
12797         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12798         Small buffer overflow fix and improve debugging.
12799
12800 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12801
12802         * ext/esd/esdmon.h:
12803         * ext/esd/esdsink.h:
12804           remove obsolete _factory_init protos
12805
12806 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12807
12808         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12809         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12810         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12811         (gst_avi_demux_read_subindexes_push),
12812         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12813         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12814         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12815         (gst_avi_demux_massage_index),
12816         (gst_avi_demux_calculate_durations_from_index),
12817         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12818         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12819         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12820           remove dead code, tweak debugs statements, add comments, use
12821           _uint64_scale instead _uint64_scale_int when using guint64 values,
12822           small optimizations, reflow some error handling
12823
12824 2006-11-22  Edward Hervey  <edward@fluendo.com>
12825
12826         * po/.cvsignore:
12827         We never put .pot files in cvs. Let's ignore them all.
12828
12829 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12830
12831         * po/POTFILES.in:
12832           ... but better exclude files that aren't disted.
12833
12834 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12835
12836         * po/POTFILES.in:
12837           Add v4l2 source files to list of files with translations, so the
12838           strings are actually extracted (however bad they still may be).
12839
12840 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12841
12842         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12843           Minor clean-ups: const-ify static array, remove trailing comma from
12844           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12845
12846 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12847
12848         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12849         Make sure that g_free always gets called on the same pointer that was 
12850         returned by g_malloc.  Fixes #376594.
12851         Do not leak memory if decompressed size is wrong.
12852         Remove unneeded check of return value of g_malloc.
12853         Patch by: René Stadler <mail@renestadler.de>
12854
12855 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12856
12857         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12858           Add missing curly brackets.
12859
12860 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12861
12862         * sys/v4l2/v4l2src_calls.c:
12863         Fix capture_deinit.
12864
12865 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12866
12867         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12868         (gst_matroska_mux_request_new_pad):
12869           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12870
12871         * tests/check/elements/matroskamux.c: (setup_src_pad),
12872         (setup_sink_pad), (GST_START_TEST):
12873         Activate pads before using them.
12874
12875 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12876
12877         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12878           Initialise variable to get rid of bogus compiler warning.
12879
12880 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12881
12882         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12883
12884         * gst/rtp/gstrtph263pay.c:
12885         * gst/rtp/gstrtph263pdepay.c:
12886         * gst/rtp/gstrtph263ppay.c:
12887           Specify H.263 variant and version in the caps (fixes #361637)
12888
12889 2006-11-15  Wim Taymans  <wim@fluendo.com>
12890
12891         * gst/rtsp/rtspconnection.c: (read_body):
12892         Don't set a data pointer to NULL and a size > 0 when we deal
12893         with empty packets.
12894
12895         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12896         (rtsp_message_init_response), (rtsp_message_init_data),
12897         (rtsp_message_unset), (rtsp_message_free),
12898         (rtsp_message_take_body):
12899         Check that we can't create invalid empty packets. 
12900
12901 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12902
12903         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12904
12905         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12906         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12907         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12908         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12909         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12910         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12911         * gst/matroska/matroska-mux.h:
12912           Add basic tag writing support; implement releasing pads (#374658).
12913
12914 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12915
12916         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12917         (gst_matroska_demux_audio_caps):
12918           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12919
12920 2006-11-14  David Schleef  <ds@schleef.org>
12921
12922         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12923
12924 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12925
12926         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12927
12928         * win32/vs8/gst-plugins-good.sln:
12929         * win32/vs8/libgst1394.vcproj:
12930         * win32/vs8/libgstaasink.vcproj:
12931         * win32/vs8/libgstalaw.vcproj:
12932         * win32/vs8/libgstalpha.vcproj:
12933         * win32/vs8/libgstalphacolor.vcproj:
12934         * win32/vs8/libgstannodex.vcproj:
12935         * win32/vs8/libgstapetag.vcproj:
12936         * win32/vs8/libgstaudiofx.vcproj:
12937         * win32/vs8/libgstauparse.vcproj:
12938         * win32/vs8/libgstautodetect.vcproj:
12939         * win32/vs8/libgstavi.vcproj:
12940         * win32/vs8/libgstcacasink.vcproj:
12941         * win32/vs8/libgstcdio.vcproj:
12942         * win32/vs8/libgstcutter.vcproj:
12943         * win32/vs8/libgstdv.vcproj:
12944         * win32/vs8/libgsteffectv.vcproj:
12945         * win32/vs8/libgstflac.vcproj:
12946         * win32/vs8/libgstflxdec.vcproj:
12947         * win32/vs8/libgstgoom.vcproj:
12948         * win32/vs8/libgsticydemux.vcproj:
12949         * win32/vs8/libgstid3demux.vcproj:
12950         * win32/vs8/libgstjpeg.vcproj:
12951         * win32/vs8/libgstladspa.vcproj:
12952         * win32/vs8/libgstlevel.vcproj:
12953         * win32/vs8/libgstmatroska.vcproj:
12954         * win32/vs8/libgstmikmod.vcproj:
12955         * win32/vs8/libgstmng.vcproj:
12956         * win32/vs8/libgstmonoscope.vcproj:
12957         * win32/vs8/libgstmulaw.vcproj:
12958         * win32/vs8/libgstmultipart.vcproj:
12959         * win32/vs8/libgstpng.vcproj:
12960         * win32/vs8/libgstrtp.vcproj:
12961         * win32/vs8/libgstrtsp.vcproj:
12962         * win32/vs8/libgstshout2.vcproj:
12963         * win32/vs8/libgstsmpte.vcproj:
12964         * win32/vs8/libgstspeex.vcproj:
12965         * win32/vs8/libgsttaglib.vcproj:
12966         * win32/vs8/libgstudp.vcproj:
12967         * win32/vs8/libgstvideobalance.vcproj:
12968         * win32/vs8/libgstvideobox.vcproj:
12969         * win32/vs8/libgstvideoflip.vcproj:
12970         * win32/vs8/libgstvideomixer.vcproj:
12971         * win32/vs8/libgstwavenc.vcproj:
12972         * win32/vs8/libgstwavparse.vcproj:
12973           Make end-of-line returns unixy, so that when the files are checked
12974           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12975           Hopefully fixes #366492.
12976
12977 2006-11-14  Wim Taymans  <wim@fluendo.com>
12978
12979         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12980         Disable init_frames delay timestamp adjustment, it does not
12981         seem to be needed at all. Fixes #369621.
12982
12983 2006-11-13  Wim Taymans  <wim@fluendo.com>
12984
12985         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12986
12987         * gst/videomixer/videomixer.c:
12988         (gst_videomixer_set_master_geometry),
12989         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12990         (gst_videomixer_collect_free), (gst_videomixer_reset),
12991         (gst_videomixer_init), (gst_videomixer_finalize),
12992         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12993         (gst_videomixer_collected), (gst_videomixer_change_state):
12994         Fix memleak by unref'ing collectpads instance (when finalizing)
12995         Implement releasing a request pad. Fixes #374479.
12996
12997 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12998
12999         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13000
13001         * win32/vs8/gst-plugins-good.sln:
13002         * win32/vs8/libgst1394.vcproj:
13003         * win32/vs8/libgstaasink.vcproj:
13004         * win32/vs8/libgstalaw.vcproj:
13005         * win32/vs8/libgstalpha.vcproj:
13006         * win32/vs8/libgstalphacolor.vcproj:
13007         * win32/vs8/libgstannodex.vcproj:
13008         * win32/vs8/libgstapetag.vcproj:
13009         * win32/vs8/libgstaudiofx.vcproj:
13010         * win32/vs8/libgstauparse.vcproj:
13011         * win32/vs8/libgstautodetect.vcproj:
13012         * win32/vs8/libgstavi.vcproj:
13013         * win32/vs8/libgstcacasink.vcproj:
13014         * win32/vs8/libgstcdio.vcproj:
13015         * win32/vs8/libgstcutter.vcproj:
13016         * win32/vs8/libgstdv.vcproj:
13017         * win32/vs8/libgsteffectv.vcproj:
13018         * win32/vs8/libgstflac.vcproj:
13019         * win32/vs8/libgstflxdec.vcproj:
13020         * win32/vs8/libgstgoom.vcproj:
13021         * win32/vs8/libgsticydemux.vcproj:
13022         * win32/vs8/libgstid3demux.vcproj:
13023         * win32/vs8/libgstjpeg.vcproj:
13024         * win32/vs8/libgstladspa.vcproj:
13025         * win32/vs8/libgstlevel.vcproj:
13026         * win32/vs8/libgstmatroska.vcproj:
13027         * win32/vs8/libgstmikmod.vcproj:
13028         * win32/vs8/libgstmng.vcproj:
13029         * win32/vs8/libgstmonoscope.vcproj:
13030         * win32/vs8/libgstmulaw.vcproj:
13031         * win32/vs8/libgstmultipart.vcproj:
13032         * win32/vs8/libgstpng.vcproj:
13033         * win32/vs8/libgstrtp.vcproj:
13034         * win32/vs8/libgstrtsp.vcproj:
13035         * win32/vs8/libgstshout2.vcproj:
13036         * win32/vs8/libgstsmpte.vcproj:
13037         * win32/vs8/libgstspeex.vcproj:
13038         * win32/vs8/libgsttaglib.vcproj:
13039         * win32/vs8/libgstudp.vcproj:
13040         * win32/vs8/libgstvideobalance.vcproj:
13041         * win32/vs8/libgstvideobox.vcproj:
13042         * win32/vs8/libgstvideoflip.vcproj:
13043         * win32/vs8/libgstvideomixer.vcproj:
13044         * win32/vs8/libgstwavenc.vcproj:
13045         * win32/vs8/libgstwavparse.vcproj:
13046           Add VS8 project files (note that many of the plugins in ext are
13047           disabled by default). Fixes #366492.
13048
13049 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
13050
13051         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
13052           we do not translate debug messages
13053
13054 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
13055
13056         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
13057           fix categorisation, make short desc more explicit, remove unused code
13058           Fixes #372021
13059
13060 2006-11-08  Wim Taymans  <wim@fluendo.com>
13061
13062         * gst/rtp/gstrtpL16depay.c:
13063         * gst/rtp/gstrtpamrdepay.c:
13064         * gst/rtp/gstrtpamrpay.c:
13065         * gst/rtp/gstrtpgsmdepay.c:
13066         * gst/rtp/gstrtph263pay.c:
13067         * gst/rtp/gstrtph263pdepay.c:
13068         * gst/rtp/gstrtph263ppay.c:
13069         * gst/rtp/gstrtph264depay.c:
13070         * gst/rtp/gstrtpmp2tdepay.c:
13071         * gst/rtp/gstrtpmp4gdepay.c:
13072         * gst/rtp/gstrtpmp4gpay.c:
13073         * gst/rtp/gstrtpmp4vdepay.c:
13074         * gst/rtp/gstrtpmp4vpay.c:
13075         * gst/rtp/gstrtpmpadepay.c:
13076         * gst/rtp/gstrtpmpapay.c:
13077         * gst/rtp/gstrtppcmadepay.c:
13078         * gst/rtp/gstrtppcmapay.c:
13079         * gst/rtp/gstrtppcmudepay.c:
13080         * gst/rtp/gstrtppcmupay.c:
13081         * gst/rtp/gstrtpspeexdepay.c:
13082         * gst/rtp/gstrtpspeexpay.c:
13083         * gst/rtp/gstrtpsv3vdepay.c:
13084         Fix element descriptions.
13085
13086 2006-11-08  Wim Taymans  <wim@fluendo.com>
13087
13088         * gst/rtp/gstrtpvorbisdepay.c:
13089         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
13090         Fix description.
13091         Small cleanup in the payloader.
13092
13093 2006-11-08  Wim Taymans  <wim@fluendo.com>
13094
13095         * gst/rtp/Makefile.am:
13096         * gst/rtp/gstrtp.c: (plugin_init):
13097         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
13098         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
13099         (gst_rtp_theora_depay_finalize),
13100         (gst_rtp_theora_depay_parse_configuration),
13101         (gst_rtp_theora_depay_setcaps),
13102         (gst_rtp_theora_depay_switch_codebook),
13103         (gst_rtp_theora_depay_process),
13104         (gst_rtp_theora_depay_set_property),
13105         (gst_rtp_theora_depay_get_property),
13106         (gst_rtp_theora_depay_change_state),
13107         (gst_rtp_theora_depay_plugin_init):
13108         * gst/rtp/gstrtptheoradepay.h:
13109         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
13110         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
13111         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
13112         (gst_rtp_theora_pay_init_packet),
13113         (gst_rtp_theora_pay_flush_packet),
13114         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
13115         (gst_rtp_theora_pay_handle_buffer),
13116         (gst_rtp_theora_pay_plugin_init):
13117         * gst/rtp/gstrtptheorapay.h:
13118         Add theora pay/depayloaders.
13119
13120 2006-11-06  Wim Taymans  <wim@fluendo.com>
13121
13122         * gst/rtp/Makefile.am:
13123         We depend on gsttag to generate the vorbis comments.
13124
13125         * gst/rtp/gstrtpvorbisdepay.c:
13126         (gst_rtp_vorbis_depay_parse_configuration),
13127         (gst_rtp_vorbis_depay_setcaps),
13128         (gst_rtp_vorbis_depay_switch_codebook),
13129         (gst_rtp_vorbis_depay_process):
13130         * gst/rtp/gstrtpvorbisdepay.h:
13131         Parse configuration string in the depayloader.
13132         Implement selecting and switching to a new codebook.
13133         Receiving vorbis over RTP now works.
13134
13135         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
13136         (gst_rtp_vorbis_pay_init_packet),
13137         (gst_rtp_vorbis_pay_finish_headers),
13138         (gst_rtp_vorbis_pay_handle_buffer):
13139         * gst/rtp/gstrtpvorbispay.h:
13140         Set timestamps on outgoing buffers and RTP packets.
13141         Fix configuration string, prepend number of Packet headers.
13142         Fix encoding of ident string.
13143         Add delivery-method to caps.
13144         Streaming vorbis over RTP now works.
13145
13146 2006-11-06  Wim Taymans  <wim@fluendo.com>
13147
13148         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13149         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13150         (gst_rtp_vorbis_pay_handle_buffer):
13151         * gst/rtp/gstrtpvorbispay.h:
13152         Generate a valid configuration string in the caps based on the
13153         vorbis headers.
13154
13155 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13156
13157         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13158         * ext/cdio/gstcdio.h:
13159         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13160           Move CD-TEXT utility function into common file so it can also be
13161           used by a future cdioparanoiasrc.
13162
13163 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13164         
13165         * sys/v4l2/Makefile.am:
13166         * sys/v4l2/gstv4l2object.c:
13167         * sys/v4l2/gstv4l2src.c:
13168         * sys/v4l2/gstv4l2xoverlay.c:
13169         * sys/v4l2/v4l2_calls.c:
13170         * sys/v4l2/v4l2src_calls.c:
13171         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13172         xoverlay code that is still not implemented.
13173
13174 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13175
13176         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13177           We require a -base more recent than 0.10.9, so it's safe to use
13178           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13179
13180         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13181         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13182           Use _newsegment_full() now that we depend on a recent enough core.
13183
13184         * gst/wavparse/gstwavparse.c:
13185           Remove cruft that we don't need any longer now that we depend on
13186           a recent enough -base.
13187
13188 2006-10-31  Wim Taymans  <wim@fluendo.com>
13189
13190         * gst/rtp/Makefile.am:
13191         * gst/rtp/gstrtp.c: (plugin_init):
13192         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13193         (gst_rtpilbcpay_setcaps):
13194         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13195
13196 2006-10-31  Wim Taymans  <wim@fluendo.com>
13197
13198         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13199         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13200         Some small cleanups, use _scale.
13201
13202 2006-10-31  Wim Taymans  <wim@fluendo.com>
13203
13204         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13205         Use higher precision scale function.
13206
13207 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13208
13209         Patch by: Michal Benes  <michal dot benes at itonis tv>
13210
13211         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13212         (gst_matroska_demux_read_track_encodings),
13213         (gst_matroska_decode_buffer):
13214           Fix several issues with encoded/compressed/encrypted/signed tracks;
13215           also, remove superfluous newline characters from some debug
13216           statements. (#366155)
13217
13218 2006-10-30  Wim Taymans  <wim@fluendo.com>
13219
13220         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13221         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13222         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13223         (gst_smokedec_change_state):
13224         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13225         (gst_smokeenc_init), (gst_smokeenc_finalize),
13226         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13227         (gst_smokeenc_resync), (gst_smokeenc_chain),
13228         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13229         (gst_smokeenc_change_state):
13230         Various cleanups, capsnego and leak fixes.
13231
13232 2006-10-30  Wim Taymans  <wim@fluendo.com>
13233
13234         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13235
13236         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13237         Fix videomixer so that it can handle any combination of framerates.
13238         Fixes #367221.
13239
13240 2006-10-28  Wim Taymans  <wim@fluendo.com>
13241
13242         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13243         (gst_avi_demux_parse_file_header),
13244         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13245         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13246         (gst_avi_demux_chain):
13247         Fix position query for audio. also fixes timestamps in streaming
13248         mode and bug #364958.
13249         Small cleanups.
13250
13251 2006-10-27  Wim Taymans  <wim@fluendo.com>
13252
13253         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13254         * ext/libpng/gstpngenc.h:
13255         Fix strides. Fixes #364856.
13256         Cleanup capsnego.
13257         Set caps on outgoing buffers.
13258
13259 2006-10-18  Wim Taymans  <wim@fluendo.com>
13260
13261         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13262
13263         * gst/rtp/gstrtpgsmpay.c:
13264         * gst/rtp/gstrtph263pay.c:
13265         * gst/rtp/gstrtpmpapay.c:
13266         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13267         (gst_rtp_pcma_pay_handle_buffer):
13268         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13269         Add static payload numbers in addition to the dynamic ones.
13270         Fixes #361639.
13271
13272 2006-10-18  Wim Taymans  <wim@fluendo.com>
13273
13274         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13275         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13276         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13277         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13278         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13279         * gst/rtsp/rtspdefs.h:
13280         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13281         * gst/rtsp/rtspurl.h:
13282         Reuse already existing enum for lower transport.
13283         Add rtspt and rtspu protocols.
13284         Send redirect to rtspt when udp times out.
13285
13286 2006-10-18  Wim Taymans  <wim@fluendo.com>
13287
13288         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13289         (gst_wavparse_stream_data):
13290         Fix seeking some more, mostly for speed changes.
13291
13292 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13293
13294         Patch by: Fredrik Persson  <frepe at bredband net>
13295
13296         * sys/v4l2/gstv4l2tuner.c:
13297         * sys/v4l2/gstv4l2tuner.h:
13298           Fix _set_channel(): remove useless g_object_notify() for "channel"
13299           property that doesn't exist any longer and therefore now also
13300           useless redirect (#338818).
13301
13302 2006-10-17  Wim Taymans  <wim@fluendo.com>
13303
13304         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13305         Some drivers do not support unsetting the non-blocking flag once the
13306         device is opened. In those cases, close/open the device in
13307         non-blocking mode. Fixes #362673.
13308
13309 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13310
13311         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13312         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13313         (gst_v4l2src_get_fps):
13314           dear stefan, framespersecond is not frameperiod, reverting but adding
13315           comment
13316
13317 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13318
13319         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13320         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13321         (gst_v4l2src_get_fps):
13322           Numerator is numerator and denominator is denominator. Say that aloud
13323           5 times and retry after next beer.
13324
13325 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13326
13327         Patch by: Josep Torra Valles  <josep at fluendo com>
13328
13329         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13330         * ext/esd/esdsink.c: (gst_esdsink_write):
13331         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13332         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13333         (gst_flac_dec_send_newsegment):
13334         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13335         (gst_flac_enc_tell_callback):
13336         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13337         (smokecodec_parse_header), (smokecodec_decode):
13338         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13339         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13340         * gst/goom/Makefile.am:
13341         * gst/goom/gstgoom.c:
13342         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13343         * gst/rtsp/gstrtspsrc.c:
13344         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13345         * gst/udp/gstudpsink.c:
13346         * gst/udp/gstudpsrc.c:
13347         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13348         * sys/sunaudio/gstsunaudiomixertrack.h:
13349           Fix a bunch of problems discovered by the Forte compiler, mostly type
13350           mixups and pointer arithmetics with void pointers. Fixes #362603.
13351
13352 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13353
13354         * ext/speex/gstspeex.c: (plugin_init):
13355         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13356         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13357         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13358         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13359         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13360         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13361         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13362         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13363         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13364         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13365         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13366         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13367         * ext/speex/gstspeexenc.h:
13368           Miscellaneous clean-ups, among other things: speexenc => enc to
13369           enhance code readability; change speexenc => speex_enc; in chain
13370           function unref input buffer in case of error; take reference in
13371           event function; use boilerplate macro; use gst_pad_query_peer_*
13372           convenience functions.
13373
13374 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13375
13376         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13377         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13378         (gst_speexenc_set_header_on_caps):
13379           Fix some mem leaks.
13380
13381 2006-10-11  Wim Taymans  <wim@fluendo.com>
13382
13383         * gst/rtsp/URLS:
13384         Added some other URL.
13385
13386         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13387         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13388         (gst_rtspsrc_open), (gst_rtspsrc_play),
13389         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13390         * gst/rtsp/gstrtspsrc.h:
13391         Work on fallback to TCP connection when the UDP socket times out.
13392         Handler server requests, just reply with OK for now.
13393
13394         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13395         * gst/rtsp/rtspdefs.h:
13396         Added some more Real extension headers.
13397
13398         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13399         Fix parsing of urls with a ':' that is not part of the hostname:port
13400         part of the url.
13401
13402 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13403
13404         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13405         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13406         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13407           Activate pad before adding it to the already-running element.
13408
13409         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13410           Activate newly-created pad too.
13411
13412 2006-10-11  Wim Taymans  <wim@fluendo.com>
13413
13414         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13415
13416         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13417         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13418         (gst_udpsrc_start):
13419         Fix some leaks in caps and uris. Fixes #361252.
13420
13421 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13422
13423         * gst/wavparse/Makefile.am:
13424           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13425
13426 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13427
13428         * sys/v4l2/gstv4l2xoverlay.c:
13429         * sys/v4l2/gstv4l2xoverlay.h:
13430         Fix build as per the patch in #338818 comment 36.
13431
13432 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13433
13434         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13435           Activate pads before adding them to the source.
13436
13437 2006-10-06  Wim Taymans  <wim@fluendo.com>
13438
13439         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13440         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13441         Activate pads before adding.
13442
13443 2006-10-06  Wim Taymans  <wim@fluendo.com>
13444
13445         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13446         (gst_multipart_find_pad_by_mime):
13447         Activate pads before adding.
13448
13449         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13450         BOILERPLATE sets parent_class for us.
13451
13452 2006-10-06  Wim Taymans  <wim@fluendo.com>
13453
13454         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13455         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13456         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13457         (gst_rtspsrc_alloc_udp_ports),
13458         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13459         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13460         (gst_rtspsrc_create_transports_string),
13461         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13462         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13463         * gst/rtsp/gstrtspsrc.h:
13464         Rework how the transport string is constructed, try to share channels
13465         and udp ports.
13466         Make most of the stuff less dependant on RTP as we are also going to use
13467         it for RDT.
13468         Add support for transport specific session managers.
13469
13470         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13471         Implement _flush().
13472
13473         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13474         * gst/rtsp/rtspdefs.h:
13475         Add generic error return code.
13476
13477         * gst/rtsp/rtspext.h:
13478         Add support for pluggable tranport strings.
13479
13480         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13481         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13482         (rtsp_ext_wms_get_context):
13483         Detect WMServer and activate the extension.
13484
13485         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13486         (rtsp_transport_get_manager), (rtsp_transport_parse):
13487         * gst/rtsp/rtsptransport.h:
13488         Added methods to get mime/manager for certain transports.
13489
13490 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13491
13492         * ext/cairo/gsttimeoverlay.c:
13493         (gst_cairo_time_overlay_update_font_height):
13494         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13495         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13496         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13497         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13498         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13499         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13500         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13501         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13502         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13503         (gst_avi_demux_stream_data):
13504         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13505         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13506         (gst_fenced_buffer_copy):
13507         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13508         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13509         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13510         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13511         (gst_rtspsrc_handle_message):
13512         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13513         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13514           Printf format fixes.
13515
13516 2006-10-04  Wim Taymans  <wim@fluendo.com>
13517
13518         * gst/rtsp/Makefile.am:
13519         Dist new .h file too.
13520
13521 2006-10-04  Wim Taymans  <wim@fluendo.com>
13522
13523         * gst/rtsp/Makefile.am:
13524         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13525         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13526         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13527         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13528         (gst_rtspsrc_parse_rtpmap),
13529         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13530         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13531         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13532         * gst/rtsp/gstrtspsrc.h:
13533         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13534         * gst/rtsp/rtspdefs.h:
13535         * gst/rtsp/rtspext.h:
13536         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13537         (rtsp_ext_wms_get_context):
13538         * gst/rtsp/rtspextwms.h:
13539         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13540         (rtsp_transport_parse):
13541         * gst/rtsp/rtsptransport.h:
13542         Factor out extension in separate module.
13543         Fix getcaps to filter against the padtemplate.
13544         Use Content-Base if the server gives one.
13545         Rework the transport parsing a bit for future extensions.
13546         Added some Real Header field definitions.
13547
13548 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13549
13550         * docs/plugins/Makefile.am:
13551         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13552         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13553           added v4l2 stubs
13554         * gst-plugins-good.spec.in:
13555           add v4l2
13556
13557 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13558
13559         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13560           Extract disc/album/medium number and count and try harder
13561           to extract track number/count.
13562
13563 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13564
13565         * configure.ac:
13566         * sys/Makefile.am:
13567           add build stuff for v4l2, needs --enable-experimental until
13568           the last bits are resolved
13569
13570 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13571
13572         * tests/check/Makefile.am:
13573           Disable autodetect test temporarily, so that the build bots
13574           update -bad and the ranks of unreliable video sinks in there.
13575
13576         * tests/check/elements/autodetect.c: (GST_START_TEST):
13577           Skip test if no usable videosink is found.
13578
13579 2006-09-29  Wim Taymans  <wim@fluendo.com>
13580
13581         * gst/rtsp/URLS:
13582         Add some more URLs.
13583
13584         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13585         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13586         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13587         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13588         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13589         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13590         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13591         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13592         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13593         * gst/rtsp/gstrtspsrc.h:
13594         Add timeout property to control UDP timeouts.
13595         Fix error messages.
13596         Also start a loop function when operating in UDP mode so that we can
13597         do some more stuff async.
13598         Handle element messages from udpsrc to detect timeouts. If a timeout
13599         happens we currently generate an error.
13600         API: rtspsrc::timeout property.
13601
13602         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13603         (gst_udpsrc_create):
13604         Really implement the timeout in microseconds and not milliseconds.
13605
13606 2006-09-29  Wim Taymans  <wim@fluendo.com>
13607
13608         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13609         (gst_udpsrc_create), (gst_udpsrc_set_property),
13610         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13611         * gst/udp/gstudpsrc.h:
13612         Added property to post a message on timeout.
13613         Updated docs.
13614         When restarting the select, initialize the fdsets again.
13615         Init control sockets so we don't accidentally close a random socket.
13616         API: GstUDPSrc::timeout property
13617
13618 2006-09-29  Wim Taymans  <wim@fluendo.com>
13619
13620         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13621         Fix flag registration.
13622
13623         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13624         Reading 0 also means 'no more commands'
13625
13626 2006-09-29  Wim Taymans  <wim@fluendo.com>
13627
13628         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13629
13630         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13631         Fix possible infinite loop when shutting down, a read can also return
13632         0 to indicate no more messages are available. Fixes #358156.
13633
13634 2006-09-25  Wim Taymans  <wim@fluendo.com>
13635
13636         * gst/autodetect/gstautoaudiosink.c:
13637         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13638         (gst_auto_audio_sink_find_best):
13639         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13640         Small cleanups.
13641         don't try to set "sync" property when it is not available.
13642
13643 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13644
13645         Patch by: Peter Kjellerstedt  <pkj at axis com>
13646
13647         * gst/alpha/gstalpha.c:
13648         * gst/rtp/gstrtpamrdepay.c:
13649         * gst/rtsp/gstrtspsrc.c:
13650         * gst/udp/gstudpsrc.c:
13651         * gst/videomixer/videomixer.c:
13652           Include stdlib.h in some more places, makes things compile
13653           with uClibc and -Werror (#357592).
13654
13655 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13656
13657         * ext/jpeg/gstjpegdec.c:
13658           Set minimum height to 8 (from 16), our code should handle
13659           that fine. Some of the buttons on the apple trailer site
13660           are apparently only 15 pixels high (see #357470).
13661
13662 2006-09-23  Wim Taymans  <wim@fluendo.com>
13663
13664         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13665         (gst_rtspsrc_open):
13666         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13667         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13668         (rtsp_connection_receive):
13669         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13670         * gst/rtsp/rtspdefs.h:
13671         Improve error reporting.
13672
13673 2006-09-23  Wim Taymans  <wim@fluendo.com>
13674
13675         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13676         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13677         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13678         * gst/rtp/gstrtpdepay.c:
13679         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13680         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13681         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13682         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13683         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13684         (gst_rtp_mp2t_depay_plugin_init):
13685         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13686         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13687         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13688         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13689         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13690         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13691         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13692         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13693         Fix klass typos.
13694         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13695
13696 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13697
13698         * configure.ac:
13699           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13700
13701 2006-09-22  Wim Taymans  <wim@fluendo.com>
13702
13703         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13704         Don't check for a tag that is never there and check if we read the
13705         correct tag. Fixes seeking again.
13706         We must post an error when all pads are unlinked.
13707
13708 2006-09-22  Wim Taymans  <wim@fluendo.com>
13709
13710         * gst/rtp/Makefile.am:
13711         * gst/rtp/gstrtp.c: (plugin_init):
13712         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13713         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13714         (gst_rtp_vorbis_pay_reset_packet),
13715         (gst_rtp_vorbis_pay_init_packet),
13716         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13717         (gst_rtp_vorbis_pay_handle_buffer):
13718         More fixage, set endoder-params correctly in the payloader.
13719
13720 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13721
13722         * gst/autodetect/gstautoaudiosink.c:
13723         (gst_auto_audio_sink_base_init):
13724         * gst/autodetect/gstautovideosink.c:
13725         (gst_auto_video_sink_base_init):
13726           Make static pad templates static to appease valgrind's leak
13727           detector.
13728
13729         * tests/check/Makefile.am:
13730         * tests/check/elements/.cvsignore:
13731         * tests/check/elements/autodetect.c: (GST_START_TEST),
13732         (autodetect_suite):
13733           Add simple test for the ghostpad lockup on shutdown fixed in core
13734           CVS (audio bit disabled because it would need dozens of alsa
13735           suppressions and I'm too lazy to add those now).
13736
13737 2006-09-22  Wim Taymans  <wim@fluendo.com>
13738
13739         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13740         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13741         Small cleanups.
13742
13743         * gst/rtp/Makefile.am:
13744         * gst/rtp/gstrtp.c: (plugin_init):
13745         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13746         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13747         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13748         (gst_rtp_vorbis_depay_process),
13749         (gst_rtp_vorbis_depay_set_property),
13750         (gst_rtp_vorbis_depay_get_property),
13751         (gst_rtp_vorbis_depay_change_state),
13752         (gst_rtp_vorbis_depay_plugin_init):
13753         * gst/rtp/gstrtpvorbisdepay.h:
13754         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13755         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13756         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13757         (gst_rtp_vorbis_pay_flush_packet),
13758         (gst_rtp_vorbis_pay_append_buffer),
13759         (gst_rtp_vorbis_pay_handle_buffer),
13760         (gst_rtp_vorbis_pay_plugin_init):
13761         * gst/rtp/gstrtpvorbispay.h:
13762         Add experimental vorbis pay and depayloaders.
13763
13764 2006-09-21  Wim Taymans  <wim@fluendo.com>
13765
13766         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13767         Fix profile-level-id parsing and setup.
13768
13769 2006-09-21  Wim Taymans  <wim@fluendo.com>
13770
13771         * gst/udp/README:
13772         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13773         Update README, simple cleanup.
13774
13775 2006-09-21  Wim Taymans  <wim@fluendo.com>
13776
13777         * gst/rtp/README:
13778         Update README with some examples.
13779
13780         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13781         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13782         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13783         (gst_rtp_mp4g_pay_setcaps):
13784         * gst/rtp/gstrtpmp4gpay.h:
13785         Make optional RTP parameters of type STRING, as required by the
13786         application/x-rtp caps specification.
13787
13788 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13789
13790         * gst/rtp/gstrtph263pdepay.c:
13791         * gst/rtp/gstrtph263ppay.c:
13792         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13793         RTP header.
13794
13795 2006-09-20  Wim Taymans  <wim@fluendo.com>
13796
13797         * gst/rtp/Makefile.am:
13798         And makefile too.
13799
13800 2006-09-20  Wim Taymans  <wim@fluendo.com>
13801
13802         * gst/rtp/gstrtp.c: (plugin_init):
13803         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13804         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13805         (decode_base64), (gst_rtp_asf_depay_setcaps),
13806         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13807         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13808         (gst_rtp_asf_depay_plugin_init):
13809         * gst/rtp/gstrtpasfdepay.h:
13810         Added preliminary ASF depayloader.
13811
13812         * gst/rtp/gstrtph264depay.c: (decode_base64):
13813         Fix base64 decoding.
13814
13815 2006-09-20  Wim Taymans  <wim@fluendo.com>
13816
13817         * gst/rtsp/URLS:
13818         Added some test URLS.
13819
13820         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13821         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13822         * gst/rtsp/gstrtspsrc.h:
13823         When creating streams, give access to the complete SDP.
13824         Fix some leaks.
13825         Collect and merge global stream properties in stream caps.
13826         Preliminary support for WMServer.
13827
13828         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13829         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13830         (rtsp_connection_receive):
13831         * gst/rtsp/rtspconnection.h:
13832         Make connection interruptable.
13833         Refactor to make it reconnectable.
13834         Don't fail on short reads when reading data packets.
13835
13836         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13837         (rtsp_url_get_port):
13838         * gst/rtsp/rtspurl.h:
13839         Add methods for getting/setting the port.
13840
13841         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13842         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13843         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13844         (sdp_media_get_format), (sdp_parse_line),
13845         (sdp_message_parse_buffer):
13846         Fix headers. 
13847         Add methods for getting multiple attributes with the same name.
13848         Increase buffer size when parsing.
13849         Fix parsing of a=foo fields.
13850
13851         * gst/rtsp/test.c: (main):
13852         Update to new connection API.
13853
13854         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13855         (rtsp_message_init_response), (rtsp_message_init_data),
13856         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13857         * gst/rtsp/rtspmessage.h:
13858         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13859         * gst/rtsp/rtsptransport.h:
13860         * gst/rtsp/sdp.h:
13861         * gst/rtsp/sdpmessage.h:
13862         * gst/rtsp/gstrtsp.c:
13863         * gst/rtsp/gstrtsp.h:
13864         * gst/rtsp/gstrtpdec.c:
13865         * gst/rtsp/gstrtpdec.h:
13866         * gst/rtsp/rtsp.h:
13867         * gst/rtsp/rtspdefs.c:
13868         * gst/rtsp/rtspdefs.h:
13869         Dual licensed under MIT and LGPL now.
13870
13871 2006-09-19  Wim Taymans  <wim@fluendo.com>
13872
13873         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13874         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13875         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13876         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13877         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13878         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13879         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13880         * gst/rtsp/gstrtspsrc.h:
13881         Reorganize stream parsing and creation.
13882         Detect container formats in interleaved mode.
13883         Keep more state about the streams.
13884         Assume a server also supports PLAY if it does not say.
13885         Add unicast and interleaved properties to TCP transport requests to make
13886         some servers happy (WMServer).
13887
13888         * gst/rtsp/sdpmessage.h:
13889         Add some defines for the standard Bandwidth types.
13890
13891 2006-09-19  Wim Taymans  <wim@fluendo.com>
13892
13893         * gst/rtsp/test.c: (main):
13894         Fix build.
13895
13896 2006-09-19  Wim Taymans  <wim@fluendo.com>
13897
13898         * gst/wavparse/gstwavparse.c:
13899         Add ms-gsm to the src template.
13900
13901 2006-09-18  Wim Taymans  <wim@fluendo.com>
13902
13903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13904         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13905         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13906         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13907         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13908         * gst/rtsp/gstrtspsrc.h:
13909         Small cleanups, added documentation.
13910         Try to clean up the requests and responses.
13911         Refactor parsing the supported methods.
13912
13913         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13914         (rtsp_connection_create), (rtsp_connection_send),
13915         (parse_response_status), (parse_request_line),
13916         (rtsp_connection_receive), (rtsp_connection_close),
13917         (rtsp_connection_free):
13918         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13919         (rtsp_transport_init), (rtsp_transport_parse),
13920         (rtsp_transport_free):
13921         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13922         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13923         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13924         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13925         Use g_return_val some more.
13926
13927         * gst/rtsp/rtspdefs.h:
13928         Add more enum values to track initial states.
13929
13930         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13931         (rtsp_message_init_request), (rtsp_message_new_response),
13932         (rtsp_message_init_response), (rtsp_message_init_data),
13933         (rtsp_message_unset), (rtsp_message_free),
13934         (rtsp_message_add_header), (rtsp_message_remove_header),
13935         (rtsp_message_get_header), (rtsp_message_set_body),
13936         (rtsp_message_take_body), (rtsp_message_get_body),
13937         (rtsp_message_steal_body), (rtsp_message_dump):
13938         * gst/rtsp/rtspmessage.h:
13939         Reorder arguments, object goes as the first one.
13940         Use g_return_val some more.
13941
13942 2006-09-18  Wim Taymans  <wim@fluendo.com>
13943
13944         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13945         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13946         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13947         * gst/rtsp/gstrtspsrc.h:
13948         Export sometimes source pad with correct caps on the template, create
13949         the ghostpad from the template.
13950         Remove RTCP template as we never expose RTCP.
13951         Protect against invalid body size.
13952         Avoid memcpy when creating the output buffer.
13953         Properly post an error and send EOS when the loop function is shut down.
13954
13955 2006-09-18  Wim Taymans  <wim@fluendo.com>
13956
13957         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13958
13959         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13960         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13961         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13962         * gst/rtsp/gstrtspsrc.h:
13963         Make sure we can never set an invalid location.
13964
13965         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13966         * gst/rtsp/rtspmessage.h:
13967         Added _steal_body method for future use.
13968
13969         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13970         Make freeing of NULL url return immediatly.
13971
13972 2006-09-18  Wim Taymans  <wim@fluendo.com>
13973
13974         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13975
13976         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13977         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13978         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13979         (gst_rtspsrc_change_state):
13980         * gst/rtsp/gstrtspsrc.h:
13981         Use boilerplate.
13982         Make rtspsrc subclass GstBin to make state changes easier.
13983         Add Range header field on the PLAY request.
13984
13985 2006-09-18  Wim Taymans  <wim@fluendo.com>
13986
13987         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13988
13989         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13990         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13991         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13992         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13993         * gst/rtsp/rtspconnection.c: (inet_aton):
13994         Small cleanups.
13995         when multicast is selected as the transport, create UDP sources and
13996         connect to the multicast group.
13997         Move parsing and setting of caps to a common place.
13998         Fixes #349894.
13999
14000 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
14001
14002         * ext/flac/gstflactag.c:
14003         * gst/alpha/gstalpha.c:
14004         * gst/debug/breakmydata.c:
14005         * gst/debug/negotiation.c:
14006         * gst/debug/testplugin.c:
14007         * gst/effectv/gstaging.c:
14008         * gst/effectv/gstdice.c:
14009         * gst/effectv/gstedge.c:
14010         * gst/effectv/gstquark.c:
14011         * gst/effectv/gstrev.c:
14012         * gst/effectv/gstshagadelic.c:
14013         * gst/effectv/gstvertigo.c:
14014         * gst/effectv/gstwarp.c:
14015         * gst/multipart/multipartdemux.c:
14016         * gst/multipart/multipartmux.c:
14017         * gst/videobox/gstvideobox.c:
14018         * gst/videofilter/gstgamma.c:
14019         * gst/videofilter/gstvideotemplate.c:
14020         * gst/videomixer/videomixer.c:
14021         * sys/sunaudio/gstsunaudiosrc.h:
14022         More G_OBJECT macro fixing.
14023
14024 2006-09-16  Wim Taymans  <wim@fluendo.com>
14025
14026         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
14027
14028         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
14029         Correctly set the dwLength in strh.
14030         With this patch, the file duration is now displayed correctly in window
14031         media player and the AVI plays completely. Fixes #356147
14032
14033 2006-09-15  Wim Taymans  <wim@fluendo.com>
14034
14035         Patch by: Darren Kenny <darren dot kenny at sun dot com>
14036
14037         * sys/sunaudio/gstsunaudiomixerctrl.c:
14038         (gst_sunaudiomixer_ctrl_build_list):
14039         Set the output track as the MASTER so that the gnome-settings-daemon
14040         keybindings for changing the volume using the keyboard works.
14041         Fixes #356142.
14042
14043 2006-09-15  Wim Taymans  <wim@fluendo.com>
14044
14045         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14046         Fix documentation, it is not possible to control the framerate of jpegdec
14047         using filtered caps yet. Fixes #355210.
14048         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
14049         stop when there is an error.
14050
14051 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14052
14053         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
14054         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14055           Don't interpret a first buffer with an offset of NONE as
14056           'from the middle of the stream', but only a first buffer
14057           that has a valid buffer offset that's non-zero (see #345449).
14058
14059 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14060
14061         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14062         (gst_icydemux_typefind_or_forward):
14063         * gst/icydemux/gsticydemux.h:
14064           When we merge/collect multiple incoming buffers for typefinding
14065           purposes, keep an initial 0 offset on the first outgoing buffer
14066           as well (otherwise id3demux won't work right). Fixes #345449.
14067           Also Make buffer metadata writable before setting buffer caps.
14068
14069         * tests/check/elements/icydemux.c: (typefind_succeed),
14070         (cleanup_icydemux), (push_data), (GST_START_TEST),
14071         (icydemux_suite):
14072           Small test case for the above.
14073
14074 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
14075
14076         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
14077         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
14078         (gst_avi_demux_stream_header_push),
14079         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14080         (gst_avi_demux_loop):
14081           More code reuse and better logging in _peek_chunk(). Reintroduce check
14082           for chunk sizes before reading them (avoid oom). Better handling for 
14083           invalid chunksizes when streaming.
14084
14085 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
14086
14087         * gst/level/gstlevel.c: (gst_level_set_property):
14088         * gst/level/gstlevel.h:
14089           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
14090           René Stadler
14091
14092 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
14093
14094         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14095         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14096         (gst_avi_demux_stream_data):
14097           Revert one change to fix streaming avi (adapter size != data size).
14098
14099 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14100
14101         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
14102
14103         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
14104         (gst_matroska_demux_reset),
14105         (gst_matroska_demux_read_track_encodings),
14106         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
14107         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14108         (gst_matroska_demux_subtitle_caps):
14109         * gst/matroska/matroska-ids.h:
14110           Add support for VOBSUB subtitle tracks and zlib-compressed
14111           tracks. Make sure we start on a keyframe after a seek. (#343348)
14112
14113 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14114
14115         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
14116         (gst_matroska_demux_push_flac_codec_priv_data),
14117         (gst_matroska_demux_push_xiph_codec_priv_data),
14118         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14119         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14120         * gst/matroska/matroska-ids.h:
14121           Add basic FLAC support (#311586), not perfect yet though, needs some
14122           tweaking in flacdec; also, seeking could be better.
14123           Do better bounds checking when deserialising vorbis stream headers
14124           to make sure we don't read beyond the end of the buffer on bad input.
14125
14126 2006-09-04  Wim Taymans  <wim@fluendo.com>
14127
14128         Patch by: Alessandro Decina <alessandro at nnva dot org>
14129
14130         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
14131         Seeking back in a file containing a CMML stream errors out if the seek
14132         goes back up to the CMML headers. This is because after the seek the xml
14133         processing instruction <?xml ...?> is submitted to the xml parser again, 
14134         which results in an error. The attached patch fixes the problem. 
14135         Fixes #353908.
14136
14137         * ext/annodex/gstcmmlenc.h:
14138         Fix authors name.
14139
14140
14141 2006-08-28  Andy Wingo  <wingo@pobox.com>
14142
14143         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14144         New helper function to lessen the ifdefs.
14145         (GST_INFO_OBJECT): 
14146         (gst_dv1394src_iso_receive): Use it.
14147         (gst_dv1394src_create): Also use the control sockets in iec61883
14148         mode.
14149         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14150         handle for AVC operations; fixes #348233.
14151
14152 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14153
14154         * configure.ac:
14155         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14156         * docs/plugins/inspect/plugin-audiofx.xml:
14157         * docs/plugins/inspect/plugin-audiofxgood.xml:
14158         * gst/audiofx/Makefile.am:
14159         * gst/audiofx/audiofx.c:
14160         * gst/audiofxgood/.cvsignore:
14161         * gst/audiofxgood/Makefile.am:
14162         * gst/audiofxgood/audiofx.c:
14163         * gst/audiofxgood/audiopanorama.c:
14164         * gst/audiofxgood/audiopanorama.h:
14165           Rename again (audiofxgood -> audiofx).
14166
14167 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14168
14169         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14170         (gst_avi_demux_stream_scan):
14171           Initialze variables.
14172
14173 2006-08-25  Wim Taymans  <wim@fluendo.com>
14174
14175         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14176         (gst_avi_demux_init), (gst_avi_demux_finalize),
14177         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14178         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14179         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14180         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14181         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14182         (gst_avi_demux_massage_index),
14183         (gst_avi_demux_calculate_durations_from_index),
14184         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14185         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14186         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14187         (gst_avi_demux_change_state):
14188         * gst/avi/gstavidemux.h:
14189         More attempts to turn this into readable code.
14190         Don't leak adapters.
14191         Calculate duration according to index more efficiently.
14192         Don't try to act like we drive the pipeline in chain mode.
14193
14194 2006-08-25  Wim Taymans  <wim@fluendo.com>
14195
14196         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14197         Fix build.
14198
14199 2006-08-25  Wim Taymans  <wim@fluendo.com>
14200
14201         Patch by: Alessandro Decina <alessandro at nnva dot org>
14202
14203         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14204         Do some extra sanity checks.
14205         Fixes #350340.
14206
14207         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14208         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14209         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14210         Check if clip->start_time is valid before adding the clip to the
14211         track list.
14212         Reset enc->preamble going from PAUSED to READY.
14213         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14214         only used for EOS.
14215         Only post an error message if we were the one that created the fatal
14216         GstFlowReturn value.
14217
14218         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14219         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14220         Parse the seconds field of the npt-sec time format using %llu rather than
14221         %d and check that the value scaled by GST_SECOND doesn't overflow.
14222         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14223         Lookup a clip's track with clip->track rather than clip->id which
14224         makes no sense.
14225         Identify a clip by its track and start time and not its xml id.
14226         do some more input checking and make sure we don't do undefined shifts.
14227
14228         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14229         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14230         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14231         (push_clip), (push_empty_clip), (check_output_clip),
14232         (GST_START_TEST), (cmmldec_suite):
14233         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14234         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14235         (check_headers), (push_clip), (check_clip_times), (check_clip),
14236         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14237         Added some more checks.
14238
14239 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14240
14241         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14242         (gst_audio_panorama_set_property),
14243         (gst_audio_panorama_get_property),
14244         (gst_audio_panorama_transform_m2s_int),
14245         (gst_audio_panorama_transform_s2s_int),
14246         (gst_audio_panorama_transform_m2s_float),
14247         (gst_audio_panorama_transform_s2s_float):
14248         * gst/audiofxgood/audiopanorama.h:
14249         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14250           Make also the pan-property float (saves scaling and yields better
14251           resolution)
14252
14253 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14254
14255         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14256         (gst_audio_panorama_transform_m2s_float),
14257         (gst_audio_panorama_transform_s2s_float):
14258           ChangeLog surgery to add cymax's real name
14259
14260
14261 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14262
14263         Patch by: René Stadler <mail@renestadler.de>
14264
14265         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14266         (gst_audio_panorama_transform_m2s_int),
14267         (gst_audio_panorama_transform_s2s_int),
14268         (gst_audio_panorama_transform_m2s_float),
14269         (gst_audio_panorama_transform_s2s_float),
14270         (gst_audio_panorama_transform):
14271         * gst/audiofxgood/audiopanorama.h:
14272           Added float support
14273
14274 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14275
14276         * gst/audiofxgood/audiopanorama.c:
14277         (gst_audio_panorama_transform_m2s):
14278           Fix docs & debug category. Add Fixme for volume pan levels.
14279
14280 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14281
14282         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14283         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14284         (gst_avi_demux_stream_header_pull),
14285         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14286         (gst_avi_demux_chain):
14287           unbreak AVI index handling, some more debug, remove an obsolete
14288           adapter_flush that caused streaming to wander off in the wild
14289
14290 2006-08-24  Wim Taymans  <wim@fluendo.com>
14291
14292         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14293         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14294         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14295         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14296         (gst_avi_demux_calculate_durations_from_index),
14297         (gst_avi_demux_stream_header_push),
14298         (gst_avi_demux_stream_header_pull):
14299         * gst/avi/gstavidemux.h:
14300         Some more cleanups. 
14301         Fix totalFrames parsing in ODML.
14302         Disable use of index for length calculation in case of ODML as this is
14303         broken now.
14304
14305 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14306
14307         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14308           Use libgsttag helper function here too.
14309
14310 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14311
14312         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14313         (gst_avi_demux_init), (gst_avi_demux_dispose),
14314         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14315         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14316         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14317         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14318         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14319         (gst_avi_demux_parse_subindex),
14320         (gst_avi_demux_read_subindexes_push),
14321         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14322         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14323         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14324         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14325         (gst_avi_demux_stream_header_pull),
14326         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14327         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14328         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14329         (gst_avi_demux_change_state):
14330         * gst/avi/gstavidemux.h:
14331           Initial streaming support for avidemux (fixes #336465)
14332
14333 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14334
14335         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14336           There is no taglibmux element ...
14337
14338         * gst/rtsp/gstrtspsrc.c:
14339           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14340           was complaining about unknown entity here.
14341
14342 2006-08-22  Wim Taymans  <wim@fluendo.com>
14343
14344         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14345         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14346         (gst_avi_demux_process_next_entry):
14347         * gst/avi/gstavidemux.h:
14348         Mark DISCONT.
14349         Remove old unused fields and reorder the struct a bit.
14350
14351 2006-08-22  Wim Taymans  <wim@fluendo.com>
14352
14353         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14354         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14355         (gst_rtspsrc_pause):
14356         * gst/rtsp/gstrtspsrc.h:
14357         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14358         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14359         Small documentation updates.
14360
14361 2006-08-22  Wim Taymans  <wim@fluendo.com>
14362
14363         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14364         (gst_avi_demux_index_entry_for_time),
14365         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14366         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14367         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14368         (gst_avi_demux_next_data_buffer),
14369         (gst_avi_demux_calculate_durations_from_index),
14370         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14371         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14372         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14373         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14374         * gst/avi/gstavidemux.h:
14375         Precalc most of the duration query for each stream.
14376         Make seeking more correct.
14377         Use GstSegment to track position and duration.
14378         Code cleanups and leak fixes.
14379         Calculate correct total duration based on index length.
14380
14381 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14382
14383         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14384         (parse_insert_string_field):
14385           If strings in text fields are marked ISO8859-1, but contain
14386           valid UTF-8 already, then handle them as UTF-8 and ignore
14387           the encoding. (#351794)
14388
14389 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14390
14391         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14392         (gst_flac_dec_write), (gst_flac_dec_loop),
14393         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14394         (gst_flac_dec_src_query):
14395         * ext/flac/gstflacdec.h:
14396           Make flac-in-ogg work (#352100).
14397
14398 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14399
14400         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14401           Don't unref buffers of which we've already given away
14402           ownership to the adapter.
14403
14404 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14405
14406         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14407           Make metadata extraction actually work.
14408
14409         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14410         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14411         (gst_speexenc_chain):
14412           Fix metadata writing: replace old code which wrote completely
14413           broken tags with libgsttag-based code. Plus miscellaneous
14414           code cleanups (use static pad templates etc.) and a bunch
14415           of leak fixes.
14416
14417 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14418
14419         * gst/audiopanorama/.cvsignore:
14420         * gst/audiopanorama/Makefile.am:
14421         * gst/audiopanorama/audiofx.c:
14422         * gst/audiopanorama/audiopanorama.c:
14423         * gst/audiopanorama/audiopanorama.h:
14424           die! die! die! you should never have been there
14425
14426 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14427
14428         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14429         Fix invalid memory access in audiopanorama test suite.
14430
14431 2006-08-21  Edward Hervey  <edward@fluendo.com>
14432
14433         * tests/check/elements/.cvsignore:
14434         ignore built file
14435
14436 2006-08-21  Wim Taymans  <wim@fluendo.com>
14437
14438         * gst/rtp/Makefile.am:
14439         Fix the build again.
14440
14441 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14442
14443         * gst/audiofxgood/.cvsignore:
14444         * gst/audiofxgood/Makefile.am:
14445         * gst/audiofxgood/audiofx.c: (plugin_init):
14446         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14447         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14448         (gst_audio_panorama_set_property),
14449         (gst_audio_panorama_get_property),
14450         (gst_audio_panorama_get_unit_size),
14451         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14452         (gst_audio_panorama_transform_m2s),
14453         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14454         * gst/audiofxgood/audiopanorama.h:
14455           resubmit with the desired name *again*
14456
14457 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14458
14459         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14460         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14461           use g_assert in _get_unit_size
14462
14463 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14464
14465         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14466         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14467         * docs/plugins/inspect/plugin-audiofxgood.xml:
14468           cleanup -unused.txt to make it useful, add previously missing docs
14469
14470         * ext/Makefile.am:
14471           Quietly (accidentally) enable LADSPA for building by default, 
14472           despite the fact that it doesn't meet the plugin checklist.
14473             -- Added by Jan Schmidt 18 Dec 2006
14474
14475         * ext/esd/esdmon.c:
14476         * ext/esd/esdsink.c:
14477         * ext/esd/gstesd.c: (plugin_init):
14478           reflow to get rid of two external symbols
14479
14480         * gst/audiofxgood/audiofx.c: (plugin_init):
14481           re-add
14482
14483 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14484
14485         * configure.ac:
14486         * gst/audiofxgood/.cvsignore:
14487         * gst/audiofxgood/Makefile.am:
14488         * gst/audiofxgood/audiofx.c
14489         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14490         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14491         (gst_audio_panorama_set_property),
14492         (gst_audio_panorama_get_property),
14493         (gst_audio_panorama_get_unit_size),
14494         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14495         (gst_audio_panorama_transform_m2s),
14496         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14497         * gst/audiofxgood/audiopanorama.h:
14498         * tests/check/Makefile.am:
14499         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14500         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14501         (panorama_suite), (main):
14502         Add audiofxgood plugin with audiopanorama element
14503
14504 2006-08-18  Wim Taymans  <wim@fluendo.com>
14505
14506         * docs/plugins/Makefile.am:
14507         More Oss docs fixage. 
14508
14509 2006-08-18  Wim Taymans  <wim@fluendo.com>
14510
14511         * gst/rtp/Makefile.am:
14512         * gst/rtp/gstrtp.c: (plugin_init):
14513         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14514         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14515         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14516         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14517         (gst_rtp_sv3v_depay_get_property),
14518         (gst_rtp_sv3v_depay_change_state),
14519         (gst_rtp_sv3v_depay_plugin_init):
14520         * gst/rtp/gstrtpsv3vdepay.h:
14521         Added experimental SVQ3 depayloader.
14522
14523 2006-08-18  Edward Hervey  <edward@fluendo.com>
14524
14525         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14526         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14527         * ext/dv/gstdvdemux.h:
14528         When handling seek requests, don't send the newsegment event from the
14529         calling thread. Instead save it so it can be sent from the streaming
14530         thread.
14531
14532 2006-08-17  Wim Taymans  <wim@fluendo.com>
14533
14534         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14535
14536         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14537         Accept leading whitespace before the boundary
14538         This patch makes the demuxer allow some whitespace before the actual
14539         boundary. This makes the demuxer work with the ``old'' gstreamer
14540         multipartmuxer again (which placed an extra \n before the start
14541         of the stream) Fixes #349068.
14542
14543 2006-08-17  Wim Taymans  <wim@fluendo.com>
14544
14545         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14546         Error out on non-implemented stuff.
14547
14548 2006-08-16  Wim Taymans  <wim@fluendo.com>
14549
14550         Patch by: Andy Wingo <wingo at pobox dot com>
14551
14552         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14553         (gst_signal_processor_start), (gst_signal_processor_stop),
14554         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14555         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14556         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14557         (gst_signal_processor_change_state):
14558         Make ladspa elements reusable. Fixes #350006.
14559
14560 2006-08-16  Wim Taymans  <wim@fluendo.com>
14561
14562         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14563         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14564         names as possible. Fixes #349901.
14565
14566 2006-08-16  Wim Taymans  <wim@fluendo.com>
14567
14568         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14569         (gst_signal_processor_do_pushes):
14570         A push() gives away our refcount so we should not use the buffer on the
14571         pen anymore.
14572
14573 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14574
14575         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14576         (gst_oss_mixer_element_finalize):
14577           Don't leak device string.
14578
14579 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14580
14581         * configure.ac:
14582           Require CVS of GStreamer core and -base (for
14583           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14584
14585         * ext/taglib/gstid3v2mux.cc:
14586           Write extended comment tags properly (#348762).
14587
14588         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14589         (parse_comment_frame):
14590           Extract COMM frames into extended comments, which makes it
14591           easier to properly retain the description bit of the tag
14592           and maintain this information when re-tagging (#348762).
14593
14594 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14595
14596         * tests/check/Makefile.am:
14597           Don't try to run annodex unit tests if the annodex
14598           plugin has not been built (Fixes #351116).
14599
14600 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14601
14602         * gst/autodetect/gstautoaudiosink.c:
14603         (gst_auto_audio_sink_find_best):
14604           When we can't find a usable audiosink, don't error out,
14605           but use a fake sink instead and post a warning message
14606           on the bus (#341278).
14607
14608 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14609
14610         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14611         * sys/oss/gstosssink.c:
14612         * sys/oss/gstosssrc.c:
14613           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14614           ossmixer's new device property.
14615
14616         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14617         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14618           Add docs for OSS elements.
14619
14620         * docs/plugins/inspect/plugin-aasink.xml:
14621         * docs/plugins/inspect/plugin-alaw.xml:
14622         * docs/plugins/inspect/plugin-alpha.xml:
14623         * docs/plugins/inspect/plugin-alphacolor.xml:
14624         * docs/plugins/inspect/plugin-annodex.xml:
14625         * docs/plugins/inspect/plugin-apetag.xml:
14626         * docs/plugins/inspect/plugin-auparse.xml:
14627         * docs/plugins/inspect/plugin-autodetect.xml:
14628         * docs/plugins/inspect/plugin-avi.xml:
14629         * docs/plugins/inspect/plugin-cacasink.xml:
14630         * docs/plugins/inspect/plugin-cairo.xml:
14631         * docs/plugins/inspect/plugin-cdio.xml:
14632         * docs/plugins/inspect/plugin-cutter.xml:
14633         * docs/plugins/inspect/plugin-debug.xml:
14634         * docs/plugins/inspect/plugin-dv.xml:
14635         * docs/plugins/inspect/plugin-efence.xml:
14636         * docs/plugins/inspect/plugin-effectv.xml:
14637         * docs/plugins/inspect/plugin-esdsink.xml:
14638         * docs/plugins/inspect/plugin-flac.xml:
14639         * docs/plugins/inspect/plugin-flxdec.xml:
14640         * docs/plugins/inspect/plugin-gconfelements.xml:
14641         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14642         * docs/plugins/inspect/plugin-goom.xml:
14643         * docs/plugins/inspect/plugin-halelements.xml:
14644         * docs/plugins/inspect/plugin-icydemux.xml:
14645         * docs/plugins/inspect/plugin-id3demux.xml:
14646         * docs/plugins/inspect/plugin-jpeg.xml:
14647         * docs/plugins/inspect/plugin-level.xml:
14648         * docs/plugins/inspect/plugin-matroska.xml:
14649         * docs/plugins/inspect/plugin-mulaw.xml:
14650         * docs/plugins/inspect/plugin-multipart.xml:
14651         * docs/plugins/inspect/plugin-navigationtest.xml:
14652         * docs/plugins/inspect/plugin-ossaudio.xml:
14653         * docs/plugins/inspect/plugin-png.xml:
14654         * docs/plugins/inspect/plugin-rtp.xml:
14655         * docs/plugins/inspect/plugin-rtsp.xml:
14656         * docs/plugins/inspect/plugin-shout2send.xml:
14657         * docs/plugins/inspect/plugin-smpte.xml:
14658         * docs/plugins/inspect/plugin-speex.xml:
14659         * docs/plugins/inspect/plugin-taglib.xml:
14660         * docs/plugins/inspect/plugin-udp.xml:
14661         * docs/plugins/inspect/plugin-videobalance.xml:
14662         * docs/plugins/inspect/plugin-videobox.xml:
14663         * docs/plugins/inspect/plugin-videoflip.xml:
14664         * docs/plugins/inspect/plugin-videomixer.xml:
14665         * docs/plugins/inspect/plugin-wavenc.xml:
14666         * docs/plugins/inspect/plugin-wavparse.xml:
14667         * docs/plugins/inspect/plugin-ximagesrc.xml:
14668           Update to CVS version.
14669           
14670 2006-08-16  Wim Taymans  <wim@fluendo.com>
14671
14672         * gst/rtp/gstrtpamrdepay.c:
14673         * gst/rtp/gstrtpmp4gdepay.c:
14674         Caps extra properties must be defined as strings for
14675         depayloaders because they are generated from an SDP.
14676
14677         * gst/rtp/Makefile.am:
14678         * gst/rtp/gstrtp.c: (plugin_init):
14679         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14680         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14681         (gst_rtp_h264_depay_finalize), (decode_base64),
14682         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14683         (gst_rtp_h264_depay_set_property),
14684         (gst_rtp_h264_depay_get_property),
14685         (gst_rtp_h264_depay_change_state),
14686         (gst_rtp_h264_depay_plugin_init):
14687         * gst/rtp/gstrtph264depay.h:
14688         Added basic, not completely functional RFC 3984 H264 depayloader.
14689
14690 2006-08-16  Wim Taymans  <wim@fluendo.com>
14691
14692         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14693         Add pads after setting them up.
14694
14695         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14696         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14697         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14698         (gst_rtspsrc_stream_setup_rtp),
14699         (gst_rtspsrc_stream_configure_transport),
14700         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14701         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14702         (gst_rtspsrc_pause):
14703         * gst/rtsp/gstrtspsrc.h:
14704         Fix interleaved mode.
14705          - Protect streaming with lock.
14706          - Combine flows
14707          - set caps on outgoing buffers.
14708          - strip trailing \0 from data packets.
14709          - Configure RTP/RTCP in stream.
14710         Use DEBUG_OBJECT more.
14711
14712 2006-08-16  Wim Taymans  <wim@fluendo.com>
14713
14714         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14715         Turn a g_print into a DEBUG line.
14716
14717 2006-08-13  Wim Taymans  <wim@fluendo.com>
14718
14719         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14720         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14721         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14722         (gst_oss_mixer_element_get_property),
14723         (gst_oss_mixer_element_change_state):
14724         * sys/oss/gstossmixerelement.h:
14725         Small cleanups. Better error reporting.
14726         Add device property for the mixer instead of the hardcoded
14727         /dev/mixer. Fixes #350785.
14728         API: GstOssMixerElement::device property
14729
14730 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14731
14732         Patch by: Jens Granseuer <jensgr at gmx net>
14733
14734         * gconf/Makefile.am:
14735           Make --disable-schemas work right (they still need
14736           to be copied to the installation directory, just not
14737           applied). Fixes #351347 (also #344100).
14738           
14739 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14740
14741         * configure.ac: back to HEAD
14742
14743 === release 0.10.4 ===
14744
14745 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14746
14747         * configure.ac:
14748           releasing 0.10.4, "Dear Leader"
14749
14750 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14751
14752         Patch by: Edward Hervey <edward@fluendo.com>
14753
14754         * configure.ac:
14755         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14756         (gst_wavparse_stream_data):
14757         Send the newsegment event in the streaming thread.
14758         Fixes #347529
14759
14760 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14761
14762         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14763         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14764         (gst_smokeenc_resync), (gst_smokeenc_chain):
14765           Refuse sink caps in the encoder if width or height is not a
14766           multiple of 16, the encoder does not support that yet (#349939);
14767           along the same lines, check the return value of the encoder
14768           setup function; also remove some debug log clutter.
14769
14770 2006-08-04  Andy Wingo  <wingo@pobox.com>
14771
14772         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14773         whether a processor can work in place or not, and for keeping
14774         track of its state. Change the FlowReturn instance variable from
14775         "state" to "flow_state", all callers changed.
14776
14777         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14778         (gst_signal_processor_start, gst_signal_processor_stop)
14779         (gst_signal_processor_cleanup): New functions to manage the
14780         processor's state.
14781         (gst_signal_processor_setcaps): start() as well as setup() here.
14782         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14783         (gst_signal_processor_change_state): Stop and cleanup the
14784         processor as we go to NULL.
14785
14786         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14787         INPLACE_BROKEN is not set.
14788
14789         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14790         Do the alloc_buffer in bytes, not frames.
14791         
14792 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14793
14794         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14795         Fix rgb masks when recording in < 24bpp.
14796
14797 2006-08-04  Andy Wingo  <wingo@pobox.com>
14798
14799         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14800         (gst_signal_processor_prepare)
14801         (gst_signal_processor_update_inputs)
14802         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14803         (gst_signal_processor_flush)
14804         (gst_signal_processor_sink_activate_push)
14805         (gst_signal_processor_src_activate_pull)
14806         (gst_signal_processor_change_state): Remove the last of the code
14807         that assumes that we process whole buffers at a time. Fix some
14808         debugging. Seems to work now in some cases.
14809         (gst_signal_processor_src_activate_pull): BPB
14810
14811 2006-08-01  Andy Wingo  <wingo@pobox.com>
14812
14813         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14814         Fix nframes-choosing.
14815         (gst_signal_processor_init): Init pending_in and pending_out.
14816
14817         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14818         more default sample rate, although we never check that the sample
14819         rate actually gets set. Something for the future.
14820         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14821         (gst_signal_processor_event): Refcount fixen.
14822         (gst_signal_processor_process): Pull the number of frames to
14823         process from the sizes of the buffers in the input pens.
14824         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14825         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14826         it instead of buffer_frames.
14827         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14828         to do_pulls.
14829         (gst_signal_processor_chain)
14830         (gst_signal_processor_sink_activate_push)
14831         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14832
14833         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14834
14835 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14836
14837         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14838         (gst_signal_processor_process):
14839           don't query buffer-frames from caps, add lots of debug-log,
14840           try fix for assert (#349189)
14841
14842 2006-07-31  Wim Taymans  <wim@fluendo.com>
14843
14844         * gst/udp/gstudpsrc.c:
14845         Fix docs.
14846
14847 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14848
14849         * ext/ladspa/gstsignalprocessor.c:
14850         (gst_signal_processor_add_pad_from_template),
14851         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14852         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14853         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14854         (gst_signal_processor_sink_activate_push),
14855         (gst_signal_processor_src_activate_pull),
14856         (gst_signal_processor_change_state):
14857          Add debugs logs here and there, add more error handling, add some
14858          FIXME comments, filed #349189
14859
14860 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14861
14862         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14863         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14864         Set caps on buffer correctly.  Fixes bug #349155.
14865
14866 2006-07-28  Wim Taymans  <wim@fluendo.com>
14867
14868         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14869
14870         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14871         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14872         (gst_multipart_demux_finalize), (get_line_end),
14873         (multipart_parse_header), (multipart_find_boundary),
14874         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14875         (gst_multipart_set_property), (gst_multipart_get_property):
14876         Uses GstAdapter instead of own buffering.
14877         Actually parses the mime-type correctly (In tests the mime-type was
14878         always "" with the old version).
14879         Uses the Content-length header if available to speed up things.
14880         Reliably autoscans the boundary name by default.
14881         Fixes #349068.
14882
14883         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14884         Don't start the stream with a \n.
14885
14886 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14887
14888         Patch by: Brian Cameron <brian dot cameron at sun com>
14889
14890         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14891           Open source with O_NONBLOCK (#349015).
14892
14893 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14894
14895         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14896         (gst_avi_demux_massage_index):
14897         * gst/avi/gstavidemux.h:
14898           Whitespace fixes and more debug
14899
14900 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14901
14902         * gst/autodetect/gstautoaudiosink.c:
14903         (gst_auto_audio_sink_create_element_with_pretty_name),
14904         (gst_auto_audio_sink_find_best),
14905         (gst_auto_audio_sink_change_state):
14906           Get rid of old and unused magic sound-server properties stuff.
14907           Add suffix to child sink's name that makes it easy to see from
14908           the name alone which type it actually is (alsa, oss, esd, etc.).
14909
14910 2006-07-27  Wim Taymans  <wim@fluendo.com>
14911
14912         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14913         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14914         (gst_udpsrc_start):
14915         * gst/udp/gstudpsrc.h:
14916         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14917         not some sort of feature we enable.
14918
14919 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14920
14921         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14922           Use CLOSE_SOCKET() here instead of close() to maintain
14923           win32 workiness.
14924
14925 2006-07-27  Wim Taymans  <wim@fluendo.com>
14926
14927         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14928
14929         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14930         (gst_udpsrc_create), (gst_udpsrc_set_property),
14931         (gst_udpsrc_get_property), (gst_udpsrc_start):
14932         * gst/udp/gstudpsrc.h:
14933         Added "buffer-size" property to control the kernel receive buffer size.
14934         Update documentation.
14935         Small cleanups. Fixes #348752.
14936         API: buffer-size property
14937
14938 2006-07-26  Wim Taymans  <wim@fluendo.com>
14939
14940         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14941
14942         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14943         (gst_rtp_pcma_pay_handle_buffer):
14944         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14945         (gst_rtp_pcmu_pay_handle_buffer):
14946         Fix timestamp calculation on outgoing RTP packets.
14947         Fixes #348675.
14948
14949 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14950
14951         * ext/taglib/gstid3v2mux.cc:
14952           Fix writing of comment frames (should be COMM not TCOM),
14953           is still sub-optimal though, since we don't retain or
14954           extract the comment descriptions properly (#334375,
14955           also see #334375).
14956
14957 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14958
14959         * gst/wavparse/gstwavparse.c:
14960           #define 'fact' RIFF chunk if we are not compiling against
14961           -base CVS (we don't want to depend on -base CVS for this
14962           one define only, and also not for release order reasons).
14963
14964 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14965
14966         * ext/taglib/gstid3v2mux.cc:
14967           Handle multiple tags of the same type properly. Re-inject
14968           unparsed ID3v2 frames that we get as binary blobs from
14969           id3demux into the tag again so we don't lose information
14970           when retagging (#334375).
14971
14972 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14973
14974         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14975           Document newly-added properties properly, so that there is a
14976           'Since: 0.10.4' in the plugin docs. Convert some property
14977           names into canonical GObject style (GObject will do that
14978           internally anyway).
14979
14980 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14981
14982         * gst/id3demux/id3tags.c:
14983         (id3demux_add_id3v2_frame_blob_to_taglist):
14984           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14985           well, and add the version to the blob's buffer caps, since that
14986           information will be needed for deserialisation later on (#348644).
14987
14988 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14989
14990         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14991         (gst_avi_demux_parse_stream):
14992          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14993          indentation and spacing.
14994
14995 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14996
14997         * docs/plugins/Makefile.am:
14998         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14999         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15000         * docs/plugins/gst-plugins-good-plugins.args:
15001         * docs/plugins/inspect/plugin-1394.xml:
15002         * docs/plugins/inspect/plugin-aasink.xml:
15003         * docs/plugins/inspect/plugin-alaw.xml:
15004         * docs/plugins/inspect/plugin-alpha.xml:
15005         * docs/plugins/inspect/plugin-alphacolor.xml:
15006         * docs/plugins/inspect/plugin-annodex.xml:
15007         * docs/plugins/inspect/plugin-apetag.xml:
15008         * docs/plugins/inspect/plugin-auparse.xml:
15009         * docs/plugins/inspect/plugin-autodetect.xml:
15010         * docs/plugins/inspect/plugin-avi.xml:
15011         * docs/plugins/inspect/plugin-cacasink.xml:
15012         * docs/plugins/inspect/plugin-cairo.xml:
15013         * docs/plugins/inspect/plugin-cdio.xml:
15014         * docs/plugins/inspect/plugin-cutter.xml:
15015         * docs/plugins/inspect/plugin-debug.xml:
15016         * docs/plugins/inspect/plugin-dv.xml:
15017         * docs/plugins/inspect/plugin-efence.xml:
15018         * docs/plugins/inspect/plugin-effectv.xml:
15019         * docs/plugins/inspect/plugin-esdsink.xml:
15020         * docs/plugins/inspect/plugin-flac.xml:
15021         * docs/plugins/inspect/plugin-flxdec.xml:
15022         * docs/plugins/inspect/plugin-gconfelements.xml:
15023         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
15024         * docs/plugins/inspect/plugin-goom.xml:
15025         * docs/plugins/inspect/plugin-halelements.xml:
15026         * docs/plugins/inspect/plugin-icydemux.xml:
15027         * docs/plugins/inspect/plugin-id3demux.xml:
15028         * docs/plugins/inspect/plugin-jpeg.xml:
15029         * docs/plugins/inspect/plugin-level.xml:
15030         * docs/plugins/inspect/plugin-matroska.xml:
15031         * docs/plugins/inspect/plugin-mulaw.xml:
15032         * docs/plugins/inspect/plugin-multipart.xml:
15033         * docs/plugins/inspect/plugin-navigationtest.xml:
15034         * docs/plugins/inspect/plugin-ossaudio.xml:
15035         * docs/plugins/inspect/plugin-png.xml:
15036         * docs/plugins/inspect/plugin-rtp.xml:
15037         * docs/plugins/inspect/plugin-rtsp.xml:
15038         * docs/plugins/inspect/plugin-shout2send.xml:
15039         * docs/plugins/inspect/plugin-smpte.xml:
15040         * docs/plugins/inspect/plugin-speex.xml:
15041         * docs/plugins/inspect/plugin-udp.xml:
15042         * docs/plugins/inspect/plugin-videobalance.xml:
15043         * docs/plugins/inspect/plugin-videobox.xml:
15044         * docs/plugins/inspect/plugin-videoflip.xml:
15045         * docs/plugins/inspect/plugin-videomixer.xml:
15046         * docs/plugins/inspect/plugin-wavenc.xml:
15047         * docs/plugins/inspect/plugin-wavparse.xml:
15048         * docs/plugins/inspect/plugin-ximagesrc.xml:
15049           Update files to CVS/Prerelease version, add esdsink docs.
15050
15051         * ext/esd/esdsink.c:
15052           Add gtk-doc blurb.
15053
15054         * gst/rtp/gstrtpmp4vpay.c:
15055           Fix typo in element description.
15056
15057 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15058
15059         * ext/esd/esdsink.c: (gst_esdsink_open),
15060         (gst_esdsink_factory_init):
15061           Prevent libesd from auto-spawning a sound daemon if it
15062           is not already running. Now that we don't do evil stuff
15063           like that any longer we can give esdsink a rank so that
15064           autoaudiosink will try it as well if all other audio
15065           sinks fail (#343051).
15066
15067 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15068
15069         * ext/esd/Makefile.am:
15070           Oops, need to remove README from EXTRA_DIST as well.
15071
15072 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15073
15074         * ext/esd/README:
15075           Remove, it contains nothing useful anyway.
15076
15077         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
15078         (gst_esdsink_delay):
15079           Some small clean-ups; use GST_BOILERPLATE etc.
15080
15081 2006-07-24  Wim Taymans  <wim@fluendo.com>
15082
15083         * gst/law/alaw-decode.c: (alawdec_getcaps):
15084         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
15085         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15086         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
15087         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
15088
15089 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
15090
15091         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15092         (gst_wavparse_other), (gst_wavparse_perform_seek),
15093         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
15094         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15095         (gst_wavparse_pad_query):
15096         * gst/wavparse/gstwavparse.h:
15097           Use information from 'fact' chunk for length calculation of compressed
15098           samples. Calculate bps if bogus value is found in wav header (embeded
15099           mp2/mp3).
15100           
15101
15102 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15103
15104         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
15105
15106         * configure.ac:
15107         * gst/udp/Makefile.am:
15108         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
15109         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
15110         * gst/udp/gstdynudpsink.h:
15111         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
15112         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
15113         * gst/udp/gstmultiudpsink.h:
15114         * gst/udp/gstudp.c: (plugin_init):
15115         * gst/udp/gstudpsink.h:
15116         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
15117         (gst_udpsrc_start), (gst_udpsrc_stop):
15118         * gst/udp/gstudpsrc.h:
15119         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
15120         (gst_udp_net_utils_win32_wsa_startup):
15121         * gst/udp/gstudpnetutils.h:
15122           Port udp plugin to win32 (#345288).
15123
15124 2006-07-24  Wim Taymans  <wim@fluendo.com>
15125
15126         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
15127         Remove unwanted DEBUG line.
15128
15129 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15130
15131         * gst/id3demux/gstid3demux.c: (plugin_init):
15132         * gst/id3demux/id3tags.c:
15133         (id3demux_add_id3v2_frame_blob_to_taglist):
15134         * gst/id3demux/id3tags.h:
15135           On second thought, it might be wiser and more efficient
15136           not to do tag registration from a streaming thread.
15137
15138 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15139
15140         * gst/id3demux/id3tags.c:
15141         (id3demux_add_id3v2_frame_blob_to_taglist),
15142         (id3demux_id3v2_frames_to_tag_list):
15143           Put ID3v2 frames we can't parse as binary blobs into private
15144           tags, so that they are not lost when retagging, at least once
15145           id3v2mux has been taught to re-inject those frames again.
15146           See bug #334375.
15147
15148 2006-07-21  Wim Taymans  <wim@fluendo.com>
15149
15150         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15151         (gst_avi_demux_process_next_entry):
15152         Fix some leaks.
15153
15154         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15155         Don't use \n in debug lines.
15156
15157 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15158
15159         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15160         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15161           Add annodex and icydemux, cleanup the sections a bit
15162
15163 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15164
15165         Patch by: Alex Lancaster <alexl at users sourceforge net>
15166
15167         * ext/taglib/gstid3v2mux.cc:
15168           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15169           ID3v2 TSSE frames (#347898).
15170
15171 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15172
15173         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15174           Respect mpegversion for "video/mpeg" and give message in case of
15175           unhandled versions.
15176
15177 2006-07-17  Wim Taymans  <wim@fluendo.com>
15178
15179         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15180         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15181         (gst_pngdec_chain), (gst_pngdec_sink_event),
15182         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15183         (gst_pngdec_sink_activate_push):
15184         * ext/libpng/gstpngdec.h:
15185         Use statically allocated segment instead of leaking.
15186         Various cleanups.
15187         Fix flush and seek handling.
15188
15189 2006-07-16  Wim Taymans  <wim@fluendo.com>
15190
15191         * gst/rtp/Makefile.am:
15192         * gst/rtp/gstrtp.c: (plugin_init):
15193         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15194         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15195         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15196         (gst_rtp_mp4g_depay_set_property),
15197         (gst_rtp_mp4g_depay_get_property),
15198         (gst_rtp_mp4g_depay_change_state),
15199         (gst_rtp_mp4g_depay_plugin_init):
15200         * gst/rtp/gstrtpmp4gdepay.h:
15201         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15202         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15203         (gst_rtp_mp4g_pay_flush):
15204         Added simple generic mpeg4 depayloader.
15205         Fix generic mpeg4 payloader.
15206
15207 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15208
15209         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15210           Don't try doing state changes on a NULL pointer.
15211
15212 2006-07-14  Wim Taymans  <wim@fluendo.com>
15213
15214         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15215
15216         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15217         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15218         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15219         * gst/rtp/gstrtpamrdepay.h:
15220         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15221         Fixes #321191
15222
15223 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15224
15225         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15226         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15227         Fix segfault when moving mouse pointer to the bottom right corner.
15228
15229 2006-07-12  Wim Taymans  <wim@fluendo.com>
15230
15231         * gst/rtp/Makefile.am:
15232         * gst/rtp/gstrtp.c: (plugin_init):
15233         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15234         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15235         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15236         (gst_rtp_mp2t_depay_set_property),
15237         (gst_rtp_mp2t_depay_get_property),
15238         (gst_rtp_mp2t_depay_change_state),
15239         (gst_rtp_mp2t_depay_plugin_init):
15240         * gst/rtp/gstrtpmp2tdepay.h:
15241         Added mpeg2 TS depayloader. Closing #347234.
15242
15243 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15244
15245         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15246           Remove g_assert that shouldn't be there and was triggered
15247           after trying to open a device that doesn't exist or can't
15248           be opened for some other reason (#347972).
15249
15250 2006-07-10  Edward Hervey  <edward@fluendo.com>
15251
15252         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15253         (gst_avi_demux_stream_header), (push_tag_lists):
15254         * gst/avi/gstavidemux.h:
15255         Don't push tag events found by gst_riff_parse_info() before outputting
15256         GST_EVENT_NEWSEGMENT.
15257
15258 2006-07-10  Wim Taymans  <wim@fluendo.com>
15259
15260         * gst/rtsp/Makefile.am:
15261         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15262         (rtsp_connection_close):
15263         * gst/rtsp/rtspdefs.h:
15264         replaced closesocket and close in code with one CLOSE_SOCKET. 
15265         Some more cleanups. Fixes #345301.
15266
15267 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15268
15269         * gst/autodetect/gstautoaudiosink.c:
15270           Fix example pipeline in docs.
15271
15272 2006-07-10  Wim Taymans  <wim@fluendo.com>
15273
15274         Patch by: Rob Taylor <robtaylor at floopily dot org>
15275
15276         * gst/udp/gstmultiudpsink.c: (join_multicast),
15277         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15278         If a destination is added before the stream is set to PAUSED, the
15279         multicast group is not joined as the socket is not created yet. 
15280         Also TTL and LOOP should also be set. Fixes #346921.
15281
15282 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15283
15284         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15285         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15286         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15287         (gst_ximage_src_init):
15288         * sys/ximage/gstximagesrc.h:
15289         Fix use-damage property to actually work :)
15290         Add startx, starty, endx, endy properties so screencasts other than full
15291         screen ones can work.
15292
15293 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15294
15295         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15296         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15297         (gst_ximage_src_class_init), (gst_ximage_src_init):
15298         * sys/ximage/gstximagesrc.h:
15299         Add use_damage property to offer ability to choose whether to use
15300         XDamage or not.
15301
15302 2006-07-07  Wim Taymans  <wim@fluendo.com>
15303
15304         * gst/goom/filters.c: (zoomFilterSetResolution):
15305         Avoid goom coredumping by clearing memory. 
15306         Fixes 345679.
15307
15308 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15309
15310         * win32/vs6/libgstid3demux.dsp:
15311         Add a link to libgsttag-0.10.lib.
15312
15313 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15314
15315         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15316         (gst_tag_demux_read_range):
15317         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15318         (gst_id3demux_read_range):
15319           Don't return FLOW_UNEXPECTED when a buffer is before
15320           the start of the stream (which might happen with
15321           large ID3v2 tags if the tag reading was done pullrange
15322           based and we then switched to push mode later on).
15323           Fixes regression introduced by commit from June 29th.
15324
15325 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15326
15327         * ext/taglib/gstid3v2mux.cc:
15328           Make UTF-8 the default encoding when writing string
15329           tags (before, our UTF-8 strings would automatically
15330           be converted to ISO-8859-1 by taglib and written as
15331           ISO-8859-1 fields if that was possible).
15332
15333         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15334         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15335         (test_taglib_id3mux_with_tags):
15336           Add test case that makes sure our UTF-8 strings have
15337           actually been written into the tag as UTF-8.
15338
15339 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15340
15341         * configure.ac:
15342           Let's try that again.
15343
15344 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15345
15346         * configure.ac:
15347           Disable monoscope plugin for now until it fulfills
15348           all the requirements.
15349
15350 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15351
15352         * configure.ac:
15353         * gst/monoscope/Makefile.am:
15354         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15355         (gst_monoscope_class_init), (gst_monoscope_init),
15356         (gst_monoscope_finalize), (gst_monoscope_reset),
15357         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15358         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15359         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15360         (gst_monoscope_change_state), (plugin_init):
15361         * gst/monoscope/gstmonoscope.h:
15362           Port monoscope visualisation to 0.10.
15363
15364 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15365
15366         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15367         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15368           Return FLOW_UNEXPECTED when at the end of the file, not
15369           FLOW_ERROR. Fixes 'internal stream error' errors that
15370           would sometimes occur in totem when scrubbing to the
15371           end of an ID3v1 tagged mp3 file.
15372
15373 2006-07-03  Edward Hervey  <edward@fluendo.com>
15374
15375         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15376         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15377         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15378         * ext/libpng/gstpngdec.h:
15379         Implement buffer clipping/dropping using GstSegment.
15380         This provides accurate seeking.
15381
15382 2006-07-03  Edward Hervey  <edward@fluendo.com>
15383
15384         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15385         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15386         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15387         (gst_avi_demux_process_next_entry), (push_tag_lists),
15388         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15389         * gst/avi/gstavidemux.h:
15390         Proper aggregation of each stream's GstFlowReturn in order to figure out
15391         whether the task should stop or not.
15392         Don't send inline events before pushing out a NEW_SEGMENT, more
15393         specifically for GST_TAG_EVENT.
15394         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15395         sub-indexes.
15396
15397 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15398
15399         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15400
15401         * sys/sunaudio/gstsunaudiomixerctrl.c:
15402         (gst_sunaudiomixer_ctrl_build_list):
15403           Move "Monitor" slider to input tab so it works more like
15404           sdtaudiocontrol, which is what people on Solaris are used
15405           to using for their mixer program (#346259).
15406
15407 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15408
15409         * tests/check/elements/level.c: (GST_START_TEST):
15410           fix a leak, clean up at the end
15411
15412 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15413
15414         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15415         (gst_matroska_demux_send_event),
15416         (gst_matroska_demux_loop_stream_parse_id):
15417         * gst/matroska/matroska-ids.h:
15418           Send tag event after newsegment event.
15419
15420 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15421
15422         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15423         (gst_id3demux_read_range):
15424           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15425           certain cases where a read beyond the end of the file is
15426           requested. Fixes #345930.
15427
15428         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15429         (gst_tag_demux_read_range):
15430           Fix same issue here as well.
15431
15432 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15433
15434         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15435         
15436         Fix hypothetical crash.
15437
15438 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15439
15440         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15441
15442         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15443           Do not modify the ports value. If the user has turned off the
15444           built-in speakers, then we should not reset it in the prepare
15445           function, since this causes the built-in speakers to turn
15446           back on anytime the user changes a track in totem, rhythmbox,
15447           etc. (#346066).
15448
15449 2006-06-23  Wim Taymans  <wim@fluendo.com>
15450
15451         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15452         Fix double caps unref when negotiation fails.
15453
15454 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15455
15456         * ext/annodex/gstcmmldec.c:
15457         * ext/annodex/gstcmmlenc.c:
15458         * ext/annodex/gstcmmlparser.c:
15459         * ext/dv/gstdvdec.c:
15460         * ext/dv/gstdvdemux.c:
15461         * ext/gdk_pixbuf/pixbufscale.c:
15462         * ext/jpeg/gstjpegenc.c:
15463         * ext/jpeg/gstsmokedec.c:
15464         * ext/jpeg/gstsmokeenc.c:
15465         * ext/libpng/gstpngdec.c:
15466         * ext/libpng/gstpngenc.c:
15467         * ext/speex/gstspeexenc.c:
15468         * gst/alpha/gstalphacolor.c:
15469         * gst/cutter/gstcutter.c:
15470         * gst/debug/gstnavigationtest.c:
15471         * gst/icydemux/gsticydemux.c:
15472         * gst/level/gstlevel.c:
15473         * gst/multipart/multipart.c:
15474         * gst/rtp/gstrtpamrpay.c:
15475         * gst/rtp/gstrtpdepay.c:
15476         * gst/rtp/gstrtpilbcpay.c:
15477         * gst/rtp/gstrtpmp4gpay.c:
15478         * gst/rtp/gstrtpmp4vpay.c:
15479         * gst/rtsp/gstrtpdec.c:
15480         * gst/rtsp/gstrtspsrc.c:
15481         * gst/udp/gstdynudpsink.c:
15482         * gst/udp/gstmultiudpsink.c:
15483         * gst/udp/gstudpsrc.c:
15484         * gst/videobox/gstvideobox.c:
15485         * gst/videofilter/gstvideoflip.c:
15486           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15487           plus two minor macro fixes.
15488
15489 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15490
15491         * gst/matroska/matroska-demux.c:
15492         (gst_matroska_demux_check_subtitle_buffer),
15493         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15494         (gst_matroska_demux_subtitle_caps):
15495         * gst/matroska/matroska-ids.c:
15496         (gst_matroska_track_init_subtitle_context):
15497         * gst/matroska/matroska-ids.h:
15498           Try to fix up broken matroska files containing subtitle
15499           streams with non-UTF8 character encodings (courtesy of
15500           mkvmerge) using either the encoding specified in the
15501           GST_SUBTITLE_ENCODING environment variable or the
15502           current locale's character set if it is non-UTF8.
15503           Fixes #337076.
15504
15505 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15506
15507         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15508           Set image type from APIC frame as "image-type" field
15509           of GST_TAG_IMAGE buffer caps (#344605).
15510
15511 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15512
15513         * ext/flac/Makefile.am:
15514         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15515         (gst_flac_dec_reset_decoders),
15516         (gst_flac_dec_setup_seekable_decoder),
15517         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15518         (gst_flac_dec_metadata_callback),
15519         (gst_flac_dec_metadata_callback_seekable),
15520         (gst_flac_dec_metadata_callback_stream),
15521         (gst_flac_dec_error_callback),
15522         (gst_flac_dec_error_callback_seekable),
15523         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15524         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15525         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15526         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15527         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15528         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15529         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15530         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15531         (gst_flac_dec_sink_activate_push),
15532         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15533         * ext/flac/gstflacdec.h:
15534           Support chain-based operation, should make flac-over-DAAP
15535           work (#340492).
15536
15537 2006-06-20  Wim Taymans  <wim@fluendo.com>
15538
15539         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15540         Doc updates, merge some unused symbols.
15541
15542 2006-06-20  Wim Taymans  <wim@fluendo.com>
15543
15544         * docs/plugins/Makefile.am:
15545         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15546         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15547         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15548         * gst/rtsp/gstrtspsrc.c:
15549         * gst/rtsp/gstrtspsrc.h:
15550         Added documentation for the rtsp plugin. Fixes #345393.
15551
15552 2006-06-20  Wim Taymans  <wim@fluendo.com>
15553
15554         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15555         (rtsp_connection_close), (rtsp_connection_free):
15556         Use better G_OS_* macros. Fixes #345301 some more.
15557
15558 2006-06-20  Wim Taymans  <wim@fluendo.com>
15559
15560         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15561
15562         * sys/sunaudio/Makefile.am:
15563         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15564         * sys/sunaudio/gstsunaudiomixerctrl.c:
15565         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15566         (gst_sunaudiomixer_ctrl_list_tracks),
15567         (gst_sunaudiomixer_ctrl_get_volume),
15568         (gst_sunaudiomixer_ctrl_set_volume),
15569         (gst_sunaudiomixer_ctrl_set_mute),
15570         (gst_sunaudiomixer_ctrl_set_record):
15571         * sys/sunaudio/gstsunaudiomixerctrl.h:
15572         * sys/sunaudio/gstsunaudiomixertrack.c:
15573         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15574         * sys/sunaudio/gstsunaudiomixertrack.h:
15575         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15576         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15577         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15578         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15579         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15580         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15581         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15582         (gst_sunaudiosrc_reset):
15583         * sys/sunaudio/gstsunaudiosrc.h:
15584         Add a SunAudio source plugin.
15585         Support stereo and right/left channel gain in the mixer plugin.
15586         Support the RECORD flag so that you can switch between line-input and
15587         microphone in gnome-volume-control.
15588         Code cleanups like using an enumerator for track number instead of an 
15589         integer. Fixes #344923.
15590
15591 2006-06-20  Wim Taymans  <wim@fluendo.com>
15592
15593         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15594
15595         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15596         (rtsp_connection_close):
15597         Make RTSP plugin compile on windows. Fixes #345301.
15598         Some changes to original patch to catch errors better.
15599         use ifdef WIN32 instead of ifndef.
15600
15601 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15602
15603         * configure.ac:
15604         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15605
15606 2006-06-18  Edward Hervey  <edward@fluendo.com>
15607
15608         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15609         After a failed buffer alloc, we need to abort the jpeg decoding (it
15610         started when parsing headers to figure out how many bytes we need
15611         to request downstream).
15612
15613 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15614
15615         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15616
15617         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15618           Make sure we don't read beyond the end of the file (#345232).
15619
15620 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15621
15622         * configure.ac:
15623           Fix --disable-external (can't set conditionals conditionally,
15624           #343602).
15625
15626 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15627
15628         * autogen.sh:
15629         * configure.ac:
15630         * docs/Makefile.am:
15631           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15632
15633         * docs/plugins/Makefile.am:
15634         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15635         * docs/plugins/inspect/plugin-taglib.xml:
15636           Add/fix apev2mux docs.
15637
15638 2006-06-14  Wim Taymans  <wim@fluendo.com>
15639
15640         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15641         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15642         (gst_dvdec_change_state):
15643         Reset segment info on flush.
15644         Alloc segment in _init, free in _finalize.
15645
15646         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15647         Don't send segments twice.
15648
15649 2006-06-14  Wim Taymans  <wim@fluendo.com>
15650
15651         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15652         Respect segment.stop. Fixes #342592.
15653
15654 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15655
15656         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15657           No language specified means the implied language is English
15658           according to the matroska spec (partially fixes #344708);
15659           add some more debug output.
15660
15661 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15662
15663         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15664         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15665         (gst_wavparse_chain):
15666           When operating chain-based, don't make any assumptions about the
15667           chunking of the incoming data and make streaming work on days other
15668           than the second Thursday after a full moon. Also fix up debug
15669           messages here and there and make use of the most excellent new
15670           gst_pad_query_peer_duration() utility function.
15671           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15672
15673         * gst/wavparse/gstwavparse.h:
15674           Remove trailing comma after last enum value, some compilers don't
15675           like that.
15676
15677 2006-06-13  Wim Taymans  <wim@fluendo.com>
15678
15679         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15680         Handle premature EOS gracefully.
15681
15682 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15683
15684         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15685           Prevent out of bounds array access when scrubbing towards
15686           the end of the file between the last index entry and the
15687           end. Fixes occasional 'start <= stop' newsegment event
15688           assertions when scrubbing in MJPEG files.
15689
15690 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15691
15692         * tests/check/elements/.cvsignore:
15693           And another one.
15694
15695 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15696
15697         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15698         (scan_encoded_string), (parse_picture_frame):
15699           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15700
15701         * configure.ac:
15702           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15703           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15704
15705 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15706
15707         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15708           gratuitous comment changes
15709         * tests/check/elements/level.c: (GST_START_TEST):
15710           fix level test leaks
15711
15712 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15713
15714         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15715         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15716           Use gst_pad_query_peer_duration() utility function here.
15717
15718 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15719
15720         * autogen.sh:
15721           require am17
15722         * configure.ac:
15723         * ext/annodex/Makefile.am:
15724         * ext/cdio/Makefile.am:
15725         * ext/dv/Makefile.am:
15726         * ext/esd/Makefile.am:
15727         * ext/flac/Makefile.am:
15728         * ext/gdk_pixbuf/Makefile.am:
15729         * ext/ladspa/Makefile.am:
15730         * ext/libcaca/Makefile.am:
15731         * ext/speex/Makefile.am:
15732         * ext/taglib/Makefile.am:
15733         * sys/oss/Makefile.am:
15734         * sys/sunaudio/Makefile.am:
15735         * sys/ximage/Makefile.am:
15736           clean up build further
15737
15738 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15739
15740         * gconf/Makefile.am:
15741           Honour --disable-schemas-install configure option. Fixes #344100.
15742
15743 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15744
15745         * tests/examples/level/Makefile.am:
15746           Add -lm to LIBS for pow() function, don't assume one of our
15747           dependencies (such as libxml-2.0) drags it in automatically
15748           (#343603).
15749
15750 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15751
15752         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15753
15754         * configure.ac:
15755           We should use $SED and not $(SED) in configure.ac (#343678).
15756
15757 2006-06-09  Wim Taymans  <wim@fluendo.com>
15758
15759         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15760
15761         * sys/sunaudio/gstsunaudiomixerctrl.c:
15762         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15763         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15764         (gst_sunaudiomixer_ctrl_set_mute):
15765         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15766         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15767         (gst_sunaudiosink_write):
15768         Attached find a patch that fixes a number of bugs with the SunAudio
15769         mixer plugin and fixes #344101:
15770         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15771            tracks onto the tracklist causing gnome-volume-control's preferences
15772            dialog to be messed up and would core dump if you checked/unchecked
15773            any item.
15774         2. We weren't previously setting the MUTE flag properly.  Fixing this
15775            makes gnome-volume-control work better.
15776         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15777            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15778            gnome-volume-control look better.
15779         Also some minor cleanup in gstsunaudiosink.c.
15780
15781 2006-06-09  Wim Taymans  <wim@fluendo.com>
15782
15783         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15784         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15785         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15786         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15787         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15788         * ext/jpeg/gstjpegdec.h:
15789         API: Added IDCT method property
15790         Small cleanups.
15791         Avoid dynamic allocation of trivial fixed structure.
15792         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15793
15794 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15795
15796         * configure.ac:
15797         We now require libraw1394 >= 1.1.0 and that version onwards all
15798         have .pc files.
15799
15800 2006-06-02  Edward Hervey  <edward@fluendo.com>
15801
15802         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15803         Trying to get items from an ANY or EMPTY caps is ... stupid.
15804
15805 2006-06-02  Edward Hervey  <edward@fluendo.com>
15806
15807         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15808         (gst_dvdec_chain), (gst_dvdec_change_state):
15809         * ext/dv/gstdvdec.h:
15810         Added GstSegment handling, now implements dropping/clipping.
15811
15812 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15813
15814         * ext/aalib/gstaasink.h:
15815         * ext/annodex/gstcmmldec.h:
15816         * ext/cairo/gsttimeoverlay.h:
15817         * ext/dv/gstdvdec.h:
15818         * ext/dv/gstdvdemux.h:
15819         * ext/esd/esdmon.h:
15820         * ext/esd/esdsink.h:
15821         * ext/flac/gstflacenc.h:
15822         * ext/gconf/gstgconfaudiosink.h:
15823         * ext/gconf/gstgconfaudiosrc.h:
15824         * ext/gconf/gstgconfvideosink.h:
15825         * ext/gconf/gstgconfvideosrc.h:
15826         * ext/gdk_pixbuf/gstgdkanimation.h:
15827         * ext/gdk_pixbuf/pixbufscale.h:
15828         * ext/hal/gsthalaudiosink.h:
15829         * ext/hal/gsthalaudiosrc.h:
15830         * ext/jpeg/gstjpegenc.h:
15831         * ext/jpeg/gstsmokedec.h:
15832         * ext/jpeg/gstsmokeenc.h:
15833         * ext/libcaca/gstcacasink.h:
15834         * ext/libmng/gstmngdec.h:
15835         * ext/libmng/gstmngenc.h:
15836         * ext/libpng/gstpngdec.h:
15837         * ext/libpng/gstpngenc.h:
15838         * ext/raw1394/gstdv1394src.h:
15839         * ext/speex/gstspeexenc.h:
15840         * gst/autodetect/gstautoaudiosink.h:
15841         * gst/autodetect/gstautovideosink.h:
15842         * gst/avi/gstavidemux.h:
15843         * gst/cutter/gstcutter.h:
15844         * gst/debug/efence.h:
15845         * gst/debug/gstnavigationtest.h:
15846         * gst/debug/gstnavseek.h:
15847         * gst/flx/gstflxdec.h:
15848         * gst/goom/gstgoom.h:
15849         * gst/icydemux/gsticydemux.h:
15850         * gst/id3demux/gstid3demux.h:
15851         * gst/law/alaw-decode.h:
15852         * gst/law/alaw-encode.h:
15853         * gst/law/mulaw-decode.h:
15854         * gst/law/mulaw-encode.h:
15855         * gst/matroska/matroska-mux.h:
15856         * gst/median/gstmedian.h:
15857         * gst/oldcore/gstaggregator.h:
15858         * gst/oldcore/gstfdsink.h:
15859         * gst/oldcore/gstmd5sink.h:
15860         * gst/oldcore/gstmultifilesrc.h:
15861         * gst/oldcore/gstpipefilter.h:
15862         * gst/oldcore/gstshaper.h:
15863         * gst/oldcore/gststatistics.h:
15864         * gst/rtp/gstasteriskh263.h:
15865         * gst/rtp/gstrtpL16depay.h:
15866         * gst/rtp/gstrtpL16pay.h:
15867         * gst/rtp/gstrtpamrdepay.h:
15868         * gst/rtp/gstrtpamrpay.h:
15869         * gst/rtp/gstrtpdepay.h:
15870         * gst/rtp/gstrtpgsmdepay.h:
15871         * gst/rtp/gstrtpgsmpay.h:
15872         * gst/rtp/gstrtph263pay.h:
15873         * gst/rtp/gstrtph263pdepay.h:
15874         * gst/rtp/gstrtph263ppay.h:
15875         * gst/rtp/gstrtpmp4gpay.h:
15876         * gst/rtp/gstrtpmp4vdepay.h:
15877         * gst/rtp/gstrtpmp4vpay.h:
15878         * gst/rtp/gstrtpmpadepay.h:
15879         * gst/rtp/gstrtpmpapay.h:
15880         * gst/rtp/gstrtppcmadepay.h:
15881         * gst/rtp/gstrtppcmapay.h:
15882         * gst/rtp/gstrtppcmudepay.h:
15883         * gst/rtp/gstrtppcmupay.h:
15884         * gst/rtp/gstrtpspeexdepay.h:
15885         * gst/rtp/gstrtpspeexpay.h:
15886         * gst/rtsp/gstrtpdec.h:
15887         * gst/rtsp/gstrtspsrc.h:
15888         * gst/smpte/gstsmpte.h:
15889         * gst/udp/gstdynudpsink.h:
15890         * gst/udp/gstmultiudpsink.h:
15891         * gst/udp/gstudpsink.h:
15892         * gst/udp/gstudpsrc.h:
15893         * gst/videofilter/gstvideobalance.h:
15894         * gst/videofilter/gstvideoflip.h:
15895         * sys/oss/gstossdmabuffer.h:
15896         * sys/oss/gstossmixerelement.h:
15897         * sys/oss/gstosssink.h:
15898         * sys/oss/gstosssrc.h:
15899         * sys/osxvideo/osxvideosink.h:
15900         * sys/sunaudio/gstsunaudiomixer.h:
15901         * sys/sunaudio/gstsunaudiosink.h:
15902         * sys/ximage/gstximagesrc.h:
15903         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15904
15905 2006-05-31  Wim Taymans  <wim@fluendo.com>
15906
15907         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15908         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15909         (gst_goom_src_setcaps), (gst_goom_src_event),
15910         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15911         (gst_goom_change_state):
15912         * gst/goom/gstgoom.h:
15913         Handle QoS.
15914         Handle flushing, discont and events.
15915         Fix timestamps and various other cleanups.
15916
15917 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15918
15919         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15920         Fix bus reset when using libiec61883
15921
15922 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15923
15924         * configure.ac:
15925         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15926         * ext/raw1394/Makefile.am:
15927         Add CFLAGS.
15928         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15929         New method, to receive using libiec61883.
15930         (gst_dv1394src_iso_receive),
15931         #ifdef'd out if libiec61883 is present.
15932         (gst_dv1394src_bus_reset),
15933         Get userdata correctly if using libiec61883. 
15934         (gst_dv1394src_create),
15935         When using libiec61883, only poll one fd and no need to read.
15936         (gst_dv1394src_discover_avc_node),
15937         Replace g_warnings.
15938         (gst_dv1394src_start),
15939         Create new handle when we know which dv port.  More reliable
15940         than setting port on an existing handle.  Initialise libiec61883.
15941         (gst_dv1394src_stop):
15942         If using libiec61883, then cleanup its handle properly.
15943         * ext/raw1394/gstdv1394src.h:
15944         Add libiec61883 handle.
15945
15946 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15947
15948         * gst/avi/gstavidemux.c:
15949           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15950         * win32/MANIFEST:
15951           sort file listing
15952         * win32/vs6/libgstavi.dsp:
15953           add gstavimux.c to the project
15954         * win32/vs6/libgstid3demux.dsp:
15955           add link to zlib library
15956         * win32/vs6/libgstmatroska.dsp:
15957           add matroska-ids.c to the project
15958
15959 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15960
15961         Patch by: Sebastian Dröge  <mail at slomosnail de >
15962
15963         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15964         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15965         * ext/taglib/Makefile.am:
15966         * ext/taglib/gstapev2mux.cc:
15967         * ext/taglib/gstapev2mux.h:
15968         * ext/taglib/gstid3v2mux.cc:
15969         * ext/taglib/gsttaglibmux.c: (plugin_init):
15970         * ext/taglib/gsttaglibmux.h:
15971           Add apev2mux element (#343122).
15972         
15973         * tests/check/Makefile.am:
15974         * tests/check/elements/apev2mux.c:
15975         (test_taglib_apev2mux_create_tags),
15976         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15977         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15978         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15979         (apev2mux_suite), (main):
15980           Add unit test for apev2mux element.
15981
15982 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15983
15984         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15985         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15986         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15987           GST_PTR_FORMAT should be used to print caps in debug statements.
15988
15989 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15990
15991         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15992
15993         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15994         (ape_demux_parse_tags):
15995           Some clean-ups and additions: map APE 'file' tag to
15996           GST_TAG_LOCATION (#343123); add support for extracting
15997           the track count and clean up parsing a bit (#343127).
15998
15999 2006-05-28  Edward Hervey  <edward@fluendo.com>
16000
16001         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
16002         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
16003
16004 2006-05-28  Edward Hervey  <edward@fluendo.com>
16005
16006         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
16007         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
16008         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
16009         * ext/jpeg/gstjpegdec.h:
16010         Clip outgoing buffers according to currently configured segment.
16011
16012 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16013
16014         * ext/taglib/gstid3v2mux.cc:
16015           Handle  writing of track-count or album-volume-count without
16016           track-number or albume-volume-number (in this case the number
16017           will just be set to 0).
16018
16019         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
16020           It would be nice if we actually checked the values received for
16021           track/album-volume number/count in  _check_tags(), rather than
16022           setting them again ...
16023
16024 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16025
16026         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16027           A track/volume number or count of 0 does not make sense,
16028           just ignore it along with negative numbers (a tag might
16029           only contain a track count without a track number).
16030
16031 2006-05-27  Edward Hervey  <edward@fluendo.com>
16032
16033         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16034         (gst_jpeg_dec_sink_event):
16035         Abort decompression when receiving FLUSH_STOP. This should avoid
16036         issues when interrupting decoding with flushes.
16037
16038 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16039
16040         * ext/flac/gstflac.c:
16041           Don't #include file we don't dist any longer.
16042
16043 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16044
16045         * README:
16046           Replace current README (containing the release notes from
16047           some 0.9.x version) with a proper README taken from the core.
16048
16049 2006-05-24  Wim Taymans  <wim@fluendo.com>
16050
16051         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
16052         Implement EOS correctly by either posting
16053         SEGMENT_DONE or pushing an EOS message depending
16054         on the seek type. Fixes #342592
16055
16056 2006-05-24  Wim Taymans  <wim@fluendo.com>
16057
16058         * gst/law/alaw-decode.c: (gst_alawdec_chain):
16059         * gst/law/alaw-decode.h:
16060         * gst/law/alaw-encode.c: (gst_alawenc_chain):
16061         * gst/law/alaw-encode.h:
16062         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
16063         * gst/law/mulaw-decode.h:
16064         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
16065         * gst/law/mulaw-encode.h:
16066         Some cleanups in the chain functions.
16067         Remove some GStreamer 0.0.2 bits.
16068
16069 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16070
16071         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16072
16073         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
16074           gst_collect_pads_stop() needs to be called before chaining up
16075           to the parent class (#342734).
16076
16077 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16078
16079         * ext/flac/Makefile.am:
16080         * ext/flac/flac_compat.h:
16081         * ext/flac/gstflac.c:
16082         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
16083         * ext/flac/gstflacenc.c:
16084           Remove backwards compatibility cruft for dealing with FLAC API
16085           changes in the 1.0.x series - we require 1.1.1 or newer these days.
16086
16087 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16088
16089         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16090         (gst_matroska_demux_push_xiph_codec_priv_data),
16091         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
16092         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
16093         * gst/matroska/matroska-ids.h:
16094         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
16095         (gst_matroska_mux_video_pad_setcaps),
16096         (xiph3_streamheader_to_codecdata),
16097         (vorbis_streamheader_to_codecdata),
16098         (theora_streamheader_to_codecdata),
16099         (gst_matroska_mux_audio_pad_setcaps),
16100         (gst_matroska_mux_write_data):
16101           Add support for muxing/demuxing theora video (#342448; too bad
16102           none of the usual linux players can actually play this). Playback
16103           in GStreamer will require additional changes to theoradec in -base.
16104           Refactor streamheaders <=> CodecPrivateData code a bit; some small
16105           cleanups.
16106
16107 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16108
16109         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
16110         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
16111           Fix crashes when the horizontal subsampling is 1.
16112           Fixes #342097.
16113
16114 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16115
16116         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16117
16118         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
16119         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16120         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16121         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
16122         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
16123         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16124         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
16125         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16126         (gst_avi_mux_change_state):
16127         * gst/avi/gstavimux.h:
16128           Some enhancements for avimux (#342526):
16129            - add odml (large file) index support
16130            - store codec init data (e.g. huffyuv)
16131            - miscellaneous other fixes/cleanups
16132
16133 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
16134
16135         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16136         Don't output any tag when we encounter a negative track number - the
16137         tag type is uint, so we end up outputting huge positive numbers
16138         instead. (Fixes: #342029)
16139
16140 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16141
16142         * configure.ac:
16143           update for new GSTPB_PLUGINS_DIR
16144
16145 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16146
16147         * rtp/gst/gstrtph263pay.c:
16148         Properly set static caps for H263 at 34.
16149
16150 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
16151
16152         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16153
16154         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16155           Merge event tags and tag setter tags correctly (#339918). Also,
16156           don't leak taglist in case of an error.
16157           
16158 2006-05-17  Edward Hervey  <edward@fluendo.com>
16159
16160         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16161         We can only do caps intersection if the othercaps are non-empty and not
16162         ANY. Else we return the pad template (base_caps).
16163
16164 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16165
16166         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16167           Fix crash when outputting debugging information for certain
16168           pictures (always good to use the right struct member for
16169           the number of records in an array).
16170
16171 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16172
16173         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16174
16175         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16176         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16177         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16178         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16179         (gst_ebml_read_float), (gst_ebml_read_ascii),
16180         (gst_ebml_read_binary):
16181           Don't create unnecessary sub-buffers all the time. Dramatically
16182           improves performance with multiple concurrently running
16183           matroskademux instances (#341818) (and avoids doing
16184           unnecessarily inefficient things in the general case).
16185
16186 2006-05-16  Edward Hervey  <edward@fluendo.com>
16187
16188         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16189         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16190         return value of gst_pad_push_event().
16191
16192 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16193
16194         * gst/autodetect/gstautoaudiosink.c:
16195         (gst_auto_audio_sink_find_best):
16196         * gst/autodetect/gstautovideosink.c:
16197         (gst_auto_video_sink_find_best):
16198         Make the name of the child element be based on the name of the
16199         parent, so that debug output is more useful.
16200         
16201         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16202         (parse_insert_string_field), (parse_split_strings):
16203         Rework string parsing to always walk over BOM markers in UTF16
16204         strings, using the endianness indicated by the innermost one,
16205         then trying the opposite endianness if that fails to convert
16206         to valid UTF-8. Fixes #341774
16207
16208 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16209
16210         Patch from: Matthieu <matthieu at fluendo dot com>
16211
16212         * ext/libpng/Makefile.am:
16213         Add LIBPNG_CFLAGS.
16214
16215 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16216
16217         * ext/taglib/gstid3v2mux.cc:
16218           Add support for writing images (APIC frames) into ID3v2
16219           tags (picture type always set to 'other' for now though).
16220
16221 2006-05-14  Michael Smith  <msmith@fluendo.com>
16222
16223         * gst/wavparse/gstwavparse.c:
16224           Update docs; wavparse implements push and pull modes.
16225
16226 2006-05-12  Wim Taymans  <wim@fluendo.com>
16227
16228         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16229         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16230         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16231         Ooops, bitten by the copy-and-paste design paradigm, fixes
16232         seek again.
16233
16234 2006-05-12  Wim Taymans  <wim@fluendo.com>
16235
16236         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16237         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16238         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16239         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16240         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16241         (gst_avi_demux_massage_index),
16242         (gst_avi_demux_calculate_durations_from_index),
16243         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16244         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16245         (gst_avi_demux_loop):
16246         * gst/avi/gstavidemux.h:
16247         Some cleanups, prepare to use GstSegment.
16248         Fix error in entry walking code.
16249         Fix VBR detection.
16250         Smarter timestamp calculation code.
16251         Uniform error/eos handling.
16252
16253 2006-05-12  Michael Smith  <msmith@fluendo.com>
16254
16255         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16256         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16257           Fix use of uninitialised values if we're NOT seeking in ready.
16258           Fix typos.
16259
16260 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16261
16262         * gst/wavparse/Makefile.am:
16263           Add CFLAGS and LIBS for libgstbase, fixes build on
16264           Cygwin (#341489).
16265
16266 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16267
16268         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16269           Some more debug info. No need to check whether the string
16270           returned by g_convert() is really UTF-8 - either it is or
16271           we get NULL returned.
16272
16273 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16274
16275         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16276           Fix parsing of numeric genre strings some more, by ensuring that
16277           we only try and parse strings that a) Start with '(' and b) Consist
16278           only of digits.
16279           Also, when finding an escaping '((' sequence, bust it back to '(' by
16280           swallowing the first parenthesis
16281
16282 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16283
16284         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16285         (gst_esdsink_open), (gst_esdsink_close):
16286         * ext/esd/esdsink.h:
16287           Move the esd_get_server_info() into gst_esdsink_open() and fail
16288           with a decent error message on errors.
16289
16290 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16291
16292         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16293         (gst_esdmon_channels_get_type):
16294         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16295         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16296         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16297         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16298         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16299         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16300         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16301         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16302         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16303         * gst/videomixer/videomixer.c:
16304         (gst_video_mixer_background_get_type):
16305           Const-ify GEnumValue arrays.
16306
16307 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16308
16309         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16310
16311         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16312         (gst_avi_mux_do_video_buffer):
16313           Work around gst_buffer_make_metadata_writable() bug that
16314           results in avimux marking all frames in the index as
16315           keyframes (#340859).
16316           
16317 2006-05-08  Wim Taymans  <wim@fluendo.com>
16318
16319         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16320         Make parsing of urls suck slightly less.
16321
16322 2006-05-08  Edward Hervey  <edward@fluendo.com>
16323
16324         * autogen.sh: (CONFIGURE_DEF_OPT): 
16325         libtoolize on Darwin/MacOSX is called glibtoolize.
16326
16327 2006-05-08  Wim Taymans  <wim@fluendo.com>
16328
16329         Patch by: Jens Granseuer <jensgr at gmx dot net>
16330
16331         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16332         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16333         C89 compliance fixes. Fixes #340980
16334
16335 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16336
16337         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16338         * ext/flac/gstflacdec.h:
16339           Handle segment seeks that include the end of the file as stop point
16340           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16341           message instead of an EOS event in case we're in segment seek
16342           mode (fixes #340699).
16343           
16344 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16345
16346         * ext/cairo/gsttextoverlay.c:
16347         * ext/flac/gstflacdec.c:
16348         * ext/gdk_pixbuf/pixbufscale.c:
16349         * gst/apetag/gstapedemux.c:
16350         * gst/debug/breakmydata.c:
16351         * gst/debug/testplugin.c:
16352         * gst/matroska/ebml-write.c:
16353         * gst/multipart/multipartdemux.c:
16354         * sys/osxaudio/gstosxaudiosink.c:
16355         * sys/osxaudio/gstosxaudiosrc.c:
16356         Add semicolons after GST_BOILERPLATE[_FULL] so that
16357         indent doesn't mess up following lines.
16358
16359 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16360
16361         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16362
16363         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16364           Don't leak caps when freeing the stream context (#340623).
16365
16366 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16367
16368         * configure.ac:
16369           Back to CVS
16370
16371 === release 0.10.3 ===
16372
16373 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16374
16375         * configure.ac:
16376           releasing 0.10.3, "Desplazado"
16377
16378 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16379
16380         * gst/matroska/matroska-mux.c:
16381         (gst_matroska_mux_stream_is_vorbis_header),
16382         (gst_matroska_mux_write_data):
16383           Don't strcmp() NULL strings.
16384           Only start new clusters on video keyframes, not on any
16385           random audio buffer that doesn't have the DELTA_UNIT
16386           flag set (fixes 'make check' again).
16387
16388 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16389
16390         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16391
16392         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16393         (gst_matroska_mux_stream_is_vorbis_header),
16394         (gst_matroska_mux_write_data):
16395           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16396           value and then dead-lock when muxing vorbis audio streams
16397           (the three vorbis header buffers carry no timestamp, and it
16398           would try to mux these after all video buffers). Fixes #340346.
16399
16400           Improve clustering: start a new cluster also whenever we get
16401           a keyframe.     
16402
16403 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16404
16405         * win32/common/config.h:
16406         * win32/MANIFEST
16407           add the generated file as well
16408
16409 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16410
16411         * Makefile.am:
16412         * configure.ac:
16413         * win32/common/config.h.in:
16414           add win32 stuff
16415
16416 2006-05-03  Michael Smith  <msmith@fluendo.com>
16417
16418         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16419           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16420           SUCKS.
16421
16422 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16423
16424         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16425         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16426         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16427           don't leak caps-string
16428
16429 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16430
16431         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16432         (gst_id3demux_sink_activate):
16433           Let core insert default error message for TYPE_NOT_FOUND
16434           errors, it's just as good as our own and has the added
16435           bonus of being translated.
16436
16437 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16438
16439         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16440         (gst_tag_demux_sink_event):
16441         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16442         (gst_id3demux_sink_event):
16443           Post an error message when we get an EOS event and were not
16444           able to find out the type of stream.
16445
16446         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16447         (test_taglib_id3mux_with_tags):
16448           Decrease num-buffers to 16 per iteration again, otherwise the
16449           many memcpy()s and reallocations in the test will hammer slow
16450           CPUs completely and make the test timeout.
16451
16452 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16453
16454         * configure.ac:
16455           figure out where plugins-base plugins are
16456         * tests/check/Makefile.am:
16457           use plugins-base plugins, so we have typefind functions
16458         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16459           increase num-buffers, this makes sure the test errors out instead
16460           of timing out when no typefind functions are present
16461
16462 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16463
16464         * docs/plugins/Makefile.am:
16465           also check .cc files for gtk-doc markup
16466         * configure.ac:
16467         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16468         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16469         * tests/check/Makefile.am:
16470         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16471         * ext/Makefile.am:
16472         * ext/taglib/Makefile.am:
16473         * ext/taglib/gstid3v2mux.h:
16474         * ext/taglib/gsttaglibmux.c:
16475         * ext/taglib/gsttaglibmux.h:
16476           move taglib-based id3v2muxer to -good.  Fixes #336110.
16477
16478 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16479
16480         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16481           ... and fix multichannel/WAVFORMATEX support again.
16482
16483 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16484
16485         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16486         (gst_wavparse_class_init), (gst_wavparse_dispose),
16487         (gst_wavparse_reset), (gst_wavparse_init),
16488         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16489         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16490         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16491         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16492         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16493         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16494         (gst_wavparse_stream_data), (gst_wavparse_loop),
16495         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16496         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16497         (gst_wavparse_change_state), (plugin_init):
16498         * gst/wavparse/gstwavparse.h:
16499           Add push (streaming) mode to wavparse (fixes #337625)
16500
16501 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16502
16503         * configure.ac:
16504         * tests/Makefile.am:
16505           add ximagesrc icles test
16506
16507 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16508
16509         * configure.ac:
16510         * docs/plugins/Makefile.am:
16511         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16512         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16513         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16514         (gst_cmml_enc_push_clip):
16515         * sys/Makefile.am:
16516         * sys/ximage/Makefile.am:
16517         * sys/ximage/gstximagesrc.c:
16518           Move ximagesrc plug-in to good after review.  Fixes #336756.
16519
16520 2006-04-28  Michael Smith  <msmith@fluendo.com>
16521
16522         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16523         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16524         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16525         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16526         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16527         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16528         * gst/icydemux/gsticydemux.h:
16529           Fix event handling: cache events when typefinding and forward later.
16530
16531 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16532
16533         * sys/osxaudio/gstosxaudiosink.c:
16534         (plugin_init):
16535          Register osxaudiosrc to the plugin.
16536         * sys/osxaudio/gstosxaudiosrc.c:
16537         (gst_osx_audio_src_osxelement_do_init),
16538         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16539         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16540         (gst_osx_audio_src_get_property),
16541         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16542         (gst_osx_audio_src_osxelement_init):
16543         * sys/osxaudio/gstosxaudiosrc.h:
16544           Port of osxaudiosrc to 0.10.
16545         * sys/osxaudio/Makefile.am:
16546           Add osxaudiosrc
16547
16548 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16549
16550         * sys/osxaudio/gstosxringbuffer.c:
16551         * sys/osxaudio/gstosxringbuffer.h:
16552           Forgot to commit earlier, part of the OSX audio plugin port
16553
16554 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16555
16556         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16557         (parse_split_strings):
16558           Recognise and skip any byte order marker (BOM) in
16559           UTF-16 strings.
16560
16561 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16562
16563         * docs/plugins/Makefile.am:
16564         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16565         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16566         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16567         * docs/plugins/inspect/plugin-avi.xml:
16568         * gst/avi/gstavidemux.c:
16569         * gst/avi/gstavimux.c:
16570           Add docs for both avidemux and avimux.
16571
16572 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16573
16574         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16575
16576         * gst/avi/Makefile.am:
16577         * gst/avi/gstavi.c: (plugin_init):
16578         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16579         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16580         (gst_avi_mux_class_init), (gst_avi_mux_init),
16581         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16582         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16583         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16584         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16585         (gst_avi_mux_riff_get_avix_header),
16586         (gst_avi_mux_riff_get_video_header),
16587         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16588         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16589         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16590         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16591         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16592         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16593         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16594         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16595         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16596         (gst_avi_mux_change_state):
16597         * gst/avi/gstavimux.h:
16598           Port AVI muxer to GStreamer-0.10 (#332031).
16599
16600         * tests/check/Makefile.am:
16601         * tests/check/elements/avimux.c:
16602         * tests/check/elements/.cvsignore:
16603           Add unit test for AVI muxer.
16604
16605 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16606
16607         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16608         (gst_wavparse_class_init), (gst_wavparse_reset),
16609         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16610         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16611         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16612         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16613         (gst_wavparse_stream_data), (gst_wavparse_loop),
16614         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16615         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16616         (plugin_init):
16617         * gst/wavparse/gstwavparse.h:
16618           reverted patch #337625 for the price of 1 hour sleep
16619
16620 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16621
16622         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16623         (gst_wavparse_class_init), (gst_wavparse_reset),
16624         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16625         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16626         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16627         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16628         (gst_wavparse_stream_data), (gst_wavparse_loop),
16629         (gst_wavparse_chain), (plugin_init):
16630         * gst/wavparse/gstwavparse.h:
16631           correct partial implementation of push mode
16632           (from my last commit)
16633
16634 2006-04-26  Wim Taymans  <wim@fluendo.com>
16635
16636         * ext/esd/esdsink.c:
16637         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16638         it is not in esd.h
16639
16640 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16641
16642         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16643         (gst_au_parse_class_init), (gst_au_parse_init),
16644         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16645         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16646         (gst_au_parse_chain), (gst_au_parse_src_convert),
16647         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16648         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16649         (gst_au_parse_change_state):
16650         * gst/auparse/gstauparse.h:
16651           Rewrite auparse to suck a little bit less: make source pad
16652           dynamic, so decodebin/playbin work with non-raw formats
16653           like alaw/mulaw; add query function for duration/position
16654           queries; check whether we have enough data before attempting
16655           to parse the header (instead of crashing when that is not the
16656           case); work around audioconvert sucking by swapping endianness
16657           to the native endianness ourselves for float formats; send
16658           initial newsegment event. Fixes #161712.
16659
16660 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16661
16662         * sys/osxaudio/Makefile.am:
16663         * sys/osxaudio/gstosxaudioelement.c:
16664         (gst_osx_audio_element_get_type),
16665         (gst_osx_audio_element_class_init):
16666         * sys/osxaudio/gstosxaudioelement.h:
16667         * sys/osxaudio/gstosxaudiosink.c:
16668         (gst_osx_audio_sink_osxelement_do_init),
16669         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16670         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16671         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16672         (gst_osx_audio_sink_create_ringbuffer),
16673         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16674         (plugin_init):
16675         * sys/osxaudio/gstosxaudiosink.h:
16676         Port of osxaudiosink to 0.10
16677
16678 2006-04-26  Wim Taymans  <wim@fluendo.com>
16679
16680         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16681         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16682         the size of the ringbuffer. This should fix hangs with older 
16683         esd sound servers.
16684
16685 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16686
16687         * ext/aalib/gstaasink.c:
16688         * ext/annodex/gstcmmldec.c:
16689         * ext/annodex/gstcmmlenc.c:
16690         * ext/cairo/gsttextoverlay.c:
16691         * ext/cairo/gsttimeoverlay.c:
16692         * ext/cdio/gstcdiocddasrc.c:
16693         * ext/dv/gstdvdec.c:
16694         * ext/dv/gstdvdemux.c:
16695         * ext/esd/esdmon.c:
16696         * ext/esd/esdsink.c:
16697         * ext/flac/gstflacenc.c:
16698         * ext/flac/gstflactag.c:
16699         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16700         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16701         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16702         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16703         * ext/gdk_pixbuf/pixbufscale.c:
16704         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16705         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16706         * ext/jpeg/gstjpegdec.c:
16707         * ext/jpeg/gstjpegenc.c:
16708         * ext/jpeg/gstsmokedec.c:
16709         * ext/jpeg/gstsmokeenc.c:
16710         * ext/libcaca/gstcacasink.c:
16711         * ext/libmng/gstmngdec.c:
16712         * ext/libmng/gstmngenc.c:
16713         * ext/libpng/gstpngdec.c:
16714         * ext/libpng/gstpngenc.c:
16715         * ext/mikmod/gstmikmod.c:
16716         * ext/raw1394/gstdv1394src.c:
16717         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16718         * ext/shout2/gstshout2.h:
16719         * ext/speex/gstspeexdec.c:
16720         * ext/speex/gstspeexenc.c:
16721         * gst/alpha/gstalpha.c:
16722         * gst/alpha/gstalphacolor.c:
16723         * gst/apetag/gstapedemux.c:
16724         * gst/auparse/gstauparse.c:
16725         * gst/autodetect/gstautoaudiosink.c:
16726         (gst_auto_audio_sink_base_init):
16727         * gst/autodetect/gstautovideosink.c:
16728         (gst_auto_video_sink_base_init):
16729         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16730         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16731         * gst/cutter/gstcutter.c:
16732         * gst/debug/breakmydata.c:
16733         * gst/debug/efence.c:
16734         * gst/debug/gstnavigationtest.c:
16735         * gst/debug/gstnavseek.c:
16736         * gst/debug/negotiation.c:
16737         * gst/debug/progressreport.c:
16738         * gst/debug/testplugin.c:
16739         * gst/effectv/gstaging.c:
16740         * gst/effectv/gstdice.c:
16741         * gst/effectv/gstedge.c:
16742         * gst/effectv/gstquark.c:
16743         * gst/effectv/gstrev.c:
16744         * gst/effectv/gstshagadelic.c:
16745         * gst/effectv/gstvertigo.c:
16746         * gst/effectv/gstwarp.c:
16747         * gst/flx/gstflxdec.c:
16748         * gst/goom/gstgoom.c:
16749         * gst/icydemux/gsticydemux.c:
16750         * gst/id3demux/gstid3demux.c:
16751         * gst/interleave/deinterleave.c:
16752         * gst/interleave/interleave.c:
16753         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16754         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16755         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16756         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16757         * gst/level/gstlevel.c:
16758         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16759         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16760         * gst/median/gstmedian.c:
16761         * gst/monoscope/gstmonoscope.c:
16762         * gst/multipart/multipartdemux.c:
16763         * gst/multipart/multipartmux.c:
16764         * gst/oldcore/gstaggregator.c:
16765         * gst/oldcore/gstfdsink.c:
16766         * gst/oldcore/gstmd5sink.c:
16767         * gst/oldcore/gstmultifilesrc.c:
16768         * gst/oldcore/gstpipefilter.c:
16769         * gst/oldcore/gstshaper.c:
16770         * gst/oldcore/gststatistics.c:
16771         * gst/rtp/gstasteriskh263.c:
16772         * gst/rtp/gstrtpL16depay.c:
16773         * gst/rtp/gstrtpL16pay.c:
16774         * gst/rtp/gstrtpamrdepay.c:
16775         * gst/rtp/gstrtpamrpay.c:
16776         * gst/rtp/gstrtpdepay.c:
16777         * gst/rtp/gstrtpgsmpay.c:
16778         * gst/rtp/gstrtph263pay.c:
16779         * gst/rtp/gstrtph263pdepay.c:
16780         * gst/rtp/gstrtph263ppay.c:
16781         * gst/rtp/gstrtpilbcdepay.c:
16782         * gst/rtp/gstrtpmp4gpay.c:
16783         * gst/rtp/gstrtpmp4vdepay.c:
16784         * gst/rtp/gstrtpmp4vpay.c:
16785         * gst/rtp/gstrtpmpadepay.c:
16786         * gst/rtp/gstrtpmpapay.c:
16787         * gst/rtp/gstrtppcmadepay.c:
16788         * gst/rtp/gstrtppcmapay.c:
16789         * gst/rtp/gstrtppcmudepay.c:
16790         * gst/rtp/gstrtppcmupay.c:
16791         * gst/rtp/gstrtpspeexdepay.c:
16792         * gst/rtp/gstrtpspeexpay.c:
16793         * gst/rtsp/gstrtpdec.c:
16794         * gst/rtsp/gstrtspsrc.c:
16795         * gst/smpte/gstsmpte.c:
16796         * gst/udp/gstdynudpsink.c:
16797         * gst/udp/gstmultiudpsink.c:
16798         * gst/udp/gstudpsink.c:
16799         * gst/udp/gstudpsrc.c:
16800         * gst/videobox/gstvideobox.c:
16801         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16802         * gst/videofilter/gstvideobalance.c:
16803         * gst/videofilter/gstvideoflip.c:
16804         * gst/videofilter/gstvideotemplate.c:
16805         (gst_videotemplate_base_init):
16806         * gst/videomixer/videomixer.c:
16807         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16808         (gst_wavparse_class_init), (gst_wavparse_dispose),
16809         (gst_wavparse_reset), (gst_wavparse_init),
16810         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16811         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16812         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16813         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16814         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16815         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16816         (gst_wavparse_change_state):
16817         * gst/wavparse/gstwavparse.h:
16818         * sys/oss/gstossmixerelement.c:
16819         * sys/oss/gstosssink.c:
16820         * sys/oss/gstosssrc.c:
16821         * sys/osxaudio/gstosxaudioelement.c:
16822         * sys/osxaudio/gstosxaudiosink.c:
16823         * sys/osxaudio/gstosxaudiosrc.c:
16824         * sys/sunaudio/gstsunaudiomixer.c:
16825         * sys/sunaudio/gstsunaudiosink.c:
16826           Define GstElementDetails as const and also static (when defined as
16827           global)
16828
16829 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16830
16831         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16832           Source pad has fixed caps. If we don't set this, bad
16833           things happen when the window is resized.
16834
16835 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16836
16837         * gst/matroska/Makefile.am:
16838         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16839         (gst_matroska_demux_handle_src_event):
16840         * gst/matroska/matroska-ids.c:
16841         (gst_matroska_track_init_video_context),
16842         (gst_matroska_track_init_audio_context),
16843         (gst_matroska_track_init_subtitle_context),
16844         (gst_matroska_track_init_complex_context):
16845         * gst/matroska/matroska-ids.h:
16846           Handle case where the TrackType ebml chunk does not come before the
16847           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16848           events.
16849
16850 2006-04-25  Wim Taymans  <wim@fluendo.com>
16851
16852         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16853         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16854         It's codec_data, not codec_info.
16855
16856 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16857
16858         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16859
16860         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16861           Handle codec_data for VfW compatibility codec IDs (#339451)
16862
16863         * gst/matroska/matroska-mux.c:
16864         (gst_matroska_mux_video_pad_setcaps):
16865           Same here, handle codec_data and add additional caps we can handle
16866           now to the pad template (huffyuv, dv and h263 video) (#339451)
16867
16868 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16869
16870         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16871
16872         * gst/matroska/matroska-mux.c:
16873         (gst_matroska_mux_create_buffer_header),
16874         (gst_matroska_mux_write_data):
16875           Fix timestamping of B-frames, use signed integers, do
16876           some rounding (#339678).
16877
16878 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16879
16880         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16881         just make it compile with --disable-gst-debug.
16882
16883 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16884
16885         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16886         Fix a bad conversion using gst_guint64_to_gdouble.
16887         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16888         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16889         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16890     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16891         mistake.
16892
16893 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16894
16895         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16896         Use gst_guint64_to_gdouble for conversions
16897         * win32/vs6/gst_plugins_good.dsw:
16898         * win32/vs6/libgsticydemux.dsp:
16899         Add a project file for icydemux
16900
16901 2006-04-21  Wim Taymans  <wim@fluendo.com>
16902
16903         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16904
16905         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16906         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16907         When splitting audio chunks, the block alignment is not taken in
16908         consideration, so the smaller chunks could be of size which is 
16909         not a multiple of the block alignment. Fixes #336904
16910
16911 2006-04-21  Wim Taymans  <wim@fluendo.com>
16912
16913         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16914         Use scale functions
16915
16916 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16917
16918         * ext/dv/gstdv.c: (plugin_init):
16919           Fix build.
16920
16921 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16922
16923         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16924         (gst_progress_report_class_init), (gst_progress_report_init),
16925         (gst_progress_report_do_query), (gst_progress_report_report),
16926         (gst_progress_report_set_property),
16927         (gst_progress_report_get_property):
16928           Add 'format' property to force querying to a particular format.
16929
16930 2006-04-21  Andy Wingo  <wingo@pobox.com>
16931
16932         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16933         best, on big endian systems. Drop its rank in that case. OTOH on
16934         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16935
16936 2006-04-21  Michael Smith  <msmith@fluendo.com>
16937
16938         * configure.ac:
16939         * gst/icydemux/Makefile.am:
16940         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16941         (gst_icydemux_base_init), (gst_icydemux_class_init),
16942         (gst_icydemux_reset), (gst_icydemux_init),
16943         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16944         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16945         (unicodify), (gst_icydemux_unicodify),
16946         (gst_icydemux_parse_and_send_tags),
16947         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16948         (gst_icydemux_chain), (gst_icydemux_change_state),
16949         (gst_icydemux_send_tag_event), (plugin_init):
16950         * gst/icydemux/gsticydemux.h:
16951         * tests/check/Makefile.am:
16952         * tests/check/elements/icydemux.c: (typefind_succeed),
16953         (plugin_init), (icydemux_found_pad), (create_icydemux),
16954         (cleanup_icydemux), (push_data), (GST_START_TEST),
16955         (icydemux_suite), (main):
16956           Add icydemux, and tests.
16957
16958 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16959
16960         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16961           Post SEGMENT_DONE message in TIME format.
16962
16963 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16964
16965         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16966
16967         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16968         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16969           Fix index creation when we have to scan the file to create
16970           an index. There may be other types of RIFF 'LIST' chunks than
16971           'movi' and we need to skip them properly as well or we'll end up
16972           reading garbage (#336889). Some other cosmetic changes.
16973           
16974 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16975
16976         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16977         (gst_flac_dec_handle_seek_event):
16978           Add support for segment seeks (fixes #338290). Also demote
16979           some recurring debug message from DEBUG to LOG level.
16980
16981 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16982
16983         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16984         (gst_matroskademux_do_index_seek),
16985         (gst_matroska_demux_handle_seek_event),
16986         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16987         * gst/matroska/matroska-ids.h:
16988           Set DISCONT flag on first buffer after a discontinuity.
16989           Fix newsegment events sent when seeking and honour KEY_UNIT
16990           seek flag. Create pad with bogus caps if we don't recognise
16991           the stream codec id.
16992
16993         * gst/matroska/matroska-demux.h:
16994           Fix GObject macros.
16995
16996 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16997
16998         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16999
17000         * gst/matroska/matroska-demux.c:
17001         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
17002           Handle end of segment properly when set; don't dead-lock when
17003           posting start of segment message when doing a segment seek.
17004           Fixes #338810.
17005
17006 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17007
17008         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
17009         (gst_matroska_demux_plugin_init):
17010           Make mpeg2 aac audio work: create artificial private codec data
17011           chunk which faad2 seems to require, just as we do for mpeg4 aac.
17012           Also call gst_riff_init(). Partially fixes #338767.
17013
17014 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
17015
17016         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
17017         (gst_wavenc_class_init), (gst_wavenc_init),
17018         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
17019         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
17020         (gst_wavenc_chain), (gst_wavenc_change_state):
17021         * gst/wavenc/gstwavenc.h:
17022           Set caps on first outgoing buffer, so that it doesn't error out
17023           immediately with a non-negotiated error (#338716). Rewrite and
17024           clean up a bit; fix setcaps function to parse things properly;
17025           fix sink caps (8bit audio is unsigned and doesn't have depth);
17026           use boilerplate macros; remove unused properties stuff.
17027
17028 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17029
17030         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17031           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
17032           handle MJPEG streams and might be autoplugged for those if the
17033           user doesn't have jpegdec installed (resulting in a cryptic error
17034           message about huffman tables). Better to disable JPEG decoding here
17035           and let the user figure out that she needs to install jpegdec.
17036
17037 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17038
17039         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17040         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17041         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
17042         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17043           Make work with packetised/framed input (e.g. png-in-quicktime). Use
17044           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
17045           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
17046           debug messages. Fix boilerplate macros.
17047
17048 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17049
17050         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17051         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
17052           No need to special-case for Gdk-2.0 any longer, we require
17053           Gdk 2.2 or newer; minor clean-ups.
17054
17055 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17056
17057         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
17058         (gst_shout2send_class_init), (gst_shout2send_init),
17059         (set_shout_metadata), (gst_shout2send_set_metadata),
17060         (gst_shout2send_event), (gst_shout2send_start),
17061         (gst_shout2send_connect), (gst_shout2send_stop),
17062         (gst_shout2send_render), (gst_shout2send_set_property),
17063         (gst_shout2send_get_property), (gst_shout2send_setcaps),
17064         (plugin_init):
17065         * ext/shout2/gstshout2.h:
17066         * po/POTFILES.in:
17067           Rewrite a bit: use GstBaseSink::start and stop instead of a state
17068           change function; use GST_ELEMENT_ERROR for error reporting, not
17069           g_error() or GST_ERROR(); don't unref caps in setcaps function,
17070           will cause crashes or assertion failures; remove (unused) "sync"
17071           property, basesink already has such a property; misc. other
17072           minor fixes and cleanups.
17073
17074 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17075
17076         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
17077         * ext/esd/gstesd.c: (plugin_init):
17078         * po/POTFILES.in:
17079           Add translatable error message for when we cannot
17080           connect to the sound server, as "Cannot open resource
17081           for writing" isn't really an acceptable message to show
17082           to the user in this case.
17083
17084 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17085
17086         * sys/oss/gst-i18n-plugin.h:
17087           Remove bogus file that doesn't belong here.
17088
17089 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17090
17091         Patch by: Philippe Valembois
17092
17093         * ext/shout2/gstshout2.c: (gst_shout2send_init),
17094         (gst_shout2send_set_metadata), (gst_shout2send_event),
17095         (gst_shout2send_render), (gst_shout2send_change_state):
17096         * ext/shout2/gstshout2.h:
17097           Handle tags being received before the connection to
17098           the server is established properly (see #338636).
17099
17100 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17101
17102         * ext/shout2/gstshout2.c: (gst_shout2send_render):
17103           Don't crash in case the connection to the server fails:
17104           don't set pointer to NULL by assigning FALSE; error out
17105           properly by using GST_ELEMENT_ERROR and returning
17106           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
17107           before resetting the pointer.
17108
17109 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
17110
17111         * gst/id3demux/id3tags.c:
17112         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
17113         (Fixes #338713)
17114
17115 2006-04-12  Wim Taymans  <wim@fluendo.com>
17116
17117         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17118         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
17119         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17120         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
17121         (gst_gdk_pixbuf_chain):
17122         Some cleanups.
17123         Added RGBA as a possible output format.
17124         Correctly free the supported mimetypes.
17125         deprecate silent arg, it's not used.
17126         Return result from _alloc_buffer to peer.
17127
17128 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17129
17130         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
17131           Don't leak memory allocated by gst_buffer_new_and_alloc() by
17132           overwriting GST_BUFFER_MALLOCDATA.
17133
17134 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17135
17136         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17137         (user_endrow_callback), (user_end_callback),
17138         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
17139         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
17140         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
17141         * ext/libpng/gstpngdec.h:
17142           Handle more than one frame if the content is framed,
17143           like with png-in-quicktime (#331917).
17144
17145 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17146
17147         * sys/oss/Makefile.am:
17148         * sys/oss/common.h:
17149         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17150         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17151         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17152         (gst_oss_src_unprepare):
17153           - the user-visible error strings were in the wrong category
17154           - and the messages were not marked for translation
17155           - which is actually a good thing, because they were exactly
17156             the kind of message you would never want anyone to see
17157           - the macros were using variables that didn't exist in the macro
17158             arguments
17159           - and they were obviously copied from each other and then modified
17160           - so a common header makes sense
17161
17162 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17163
17164         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17165           Don't try to modify read-only data.
17166
17167         * gst/matroska/matroska-demux.c:
17168         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17169           Fix comment (won't crash any longer now).
17170
17171 2006-04-10  Michael Smith  <msmith@fluendo.com>
17172
17173         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17174           Use copies of header buffers for caps to avoid circular refcounting
17175           problems (as in theoradec, vorbisdec).
17176
17177         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17178           Fix a typo in test that meant it was testing the wrong thing.
17179
17180         * tests/check/elements/cmmlenc.c: (check_headers):
17181           Fix refcount checks now that we use buffer-copies for caps.
17182
17183 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17184
17185         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17186         (gst_matroska_demux_handle_seek_event),
17187         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17188         (gst_matroska_demux_subtitle_caps),
17189         (gst_matroska_demux_plugin_init):
17190           Use static pad templates with ANY caps for audio and video
17191           source pads and get rid of a lot of unnecessary (and partially
17192           broken) code for the template caps. Clean up caps finding
17193           functions. Fixes playback of audio files/streams that do not
17194           contain the sample rate and/or number of channels in the audio
17195           context (happens a lot with vorbis/mp3 .mka files it seems).
17196           Fixes #337183.
17197           Also add myself to copyright holders.
17198
17199 2006-04-10  Michael Smith  <msmith@fluendo.com>
17200
17201         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17202           Use g_list_delete_link () instead of g_list_remove_link () so that
17203           we free the link as well as the contained data.
17204
17205 2006-04-10  Wim Taymans  <wim@fluendo.com>
17206
17207         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17208
17209         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17210         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17211         (gst_avi_demux_stream_header):
17212         Fix some crashers with empty chunks. (Fixes #337749)
17213
17214 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17215
17216         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17217           use G_GINT64_CONSTANT for INT64 constants
17218         * gst/videofilter/gstvideobalance.c:
17219           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17220         * win32/vs6/libgstavi.dsp:
17221          add missing libraries for the link and remove avimux.c from
17222          the project as it isn't ported to 0.10 yet
17223         
17224 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17225
17226         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17227           Even better would be if we actually did the right thing
17228           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17229
17230 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17231
17232         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17233           Can't just replace 1LL with 1L here just because MSVC doesn't
17234           support it, as it might lead to incorrect results when doing the
17235           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17236           force a 64-bit constant in a way that all compilers are happy with.
17237
17238 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17239
17240         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17241         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17242         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17243         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17244         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17245         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17246         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17247         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17248         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17249         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17250         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17251         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17252         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17253         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17254         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17255         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17256         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17257         * gst/debug/efence.c: (gst_efence_class_init):
17258         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17259         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17260         * gst/goom/gstgoom.c: (gst_goom_class_init):
17261         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17262         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17263         * gst/interleave/interleave.c: (interleave_class_init):
17264         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17265         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17266         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17267         * gst/median/gstmedian.c: (gst_median_class_init):
17268         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17269         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17270         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17271         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17272         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17273         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17274         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17275         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17276         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17277         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17278         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17279         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17280         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17281         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17282         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17283         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17284         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17285         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17286         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17287         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17288         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17289         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17290         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17291         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17292         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17293         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17294         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17295         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17296         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17297         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17298         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17299         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17300         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17301         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17302         * sys/osxaudio/gstosxaudioelement.c:
17303         (gst_osxaudioelement_class_init):
17304         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17305         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17306         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17307         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17308
17309 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17310
17311         * ext/mikmod/gstmikmod.h:
17312         * gst/level/gstlevel.h:
17313         Fix more broken GObject macros
17314
17315 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17316
17317         * ext/annodex/gstcmmldec.h:
17318         * ext/annodex/gstcmmlenc.h:
17319         * ext/annodex/gstcmmltag.h:
17320         * ext/cairo/gsttextoverlay.h:
17321         * ext/ladspa/gstsignalprocessor.h:
17322         * gst/matroska/ebml-read.h:
17323         * gst/matroska/ebml-write.h:
17324         * sys/osxaudio/gstosxaudioelement.h:
17325         Fix broken GObject macros
17326
17327 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17328
17329         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17330           Don't try to seek beyond the end of the file (would
17331           occasionally display error dialogs in totem when seeking
17332           to the end) (#335869). Will still throw an error though
17333           if the file is truncated and the total_samples value in
17334           the stream header is wrong.
17335
17336 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17337
17338         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17339         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17340         (gst_flac_dec_metadata_callback):
17341         * ext/flac/gstflacdec.h:
17342           If the stream header doesn't contain the total number of samples,
17343           search for the last flac frame at the end of the file and calculate
17344           the total duration from that frame's offset (fixes #337609).
17345
17346 2006-04-07  Edward Hervey  <edward@fluendo.com>
17347
17348         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17349         Don't unref the GstPadTemplate returned by
17350         gst_element_class_get_pad_template().
17351
17352 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17353
17354         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17355
17356         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17357         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17358         * sys/sunaudio/gstsunaudiosink.h:
17359           Use spec->segsize and spec->segtotal in the prepare function
17360           to initialise the ring buffer instead of using the buffer-time
17361           property (#337421).
17362
17363 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17364
17365         * configure.ac:
17366           Bump core requirements to CVS for gst_pad_query_peer_duration()
17367           which is used by speexdec.
17368
17369 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17370
17371         * ext/speex/gstspeex.c: (plugin_init):
17372         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17373         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17374         (speex_get_sink_query_types), (speex_dec_sink_query),
17375         (speex_get_src_query_types), (speex_dec_src_query),
17376         (speex_dec_src_event), (speex_dec_sink_event),
17377         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17378         (speex_dec_chain_parse_data), (speex_dec_chain),
17379         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17380         (speex_dec_change_state):
17381         * ext/speex/gstspeexdec.h:
17382           Fix seeking and duration queries (#337033); clean up and
17383           refactor a bit.
17384
17385 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17386
17387         * ext/raw1394/gstdv1394src.c:
17388           distinguish between device not found and could not open for
17389           reading
17390
17391 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17392
17393         * Makefile.am:
17394         * configure.ac:
17395         * pkgconfig/.cvsignore:
17396         * pkgconfig/Makefile.am:
17397         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17398           add a .pc file so other modules can use good plugins in tests
17399
17400 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17401
17402         * configure.ac:
17403           clean up, use AS_VERSION and AS_NANO
17404         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17405           use PACKAGE_VERSION define
17406         * po/af.po:
17407         * po/az.po:
17408         * po/cs.po:
17409         * po/en_GB.po:
17410         * po/hu.po:
17411         * po/it.po:
17412         * po/nb.po:
17413         * po/nl.po:
17414         * po/or.po:
17415         * po/sq.po:
17416         * po/sr.po:
17417         * po/sv.po:
17418         * po/uk.po:
17419         * po/vi.po:
17420           updated
17421
17422 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17423
17424         * ext\jpeg\smokecodec.c:
17425           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17426         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17427           move first instruction after all variables declarations
17428         * gst\alpha\gstalpha.c:
17429         * gst\effectv\gstshagadelic.c:
17430         * gst\smpte\paint.c:
17431         * gst\videofilter\gstvideobalance.c:
17432           define M_PI if it's not defined (it's not defined on WIN32)
17433         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17434         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17435         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17436         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17437         (gst_matroska_demux_video_caps):
17438         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17439         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17440           use gst_guint64_to_gdouble for conversions
17441         * gst\goom\filters.c: (setPixelRGB_):
17442           fix a debug which was using undefined variable
17443         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17444         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17445           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17446         * win32/vs6:
17447           add vs6 projects files for most of plugins-good
17448         
17449 2006-03-30  j^  <j@bootlab.org>
17450
17451         * ext/aalib/gstaasink.c:
17452         * ext/annodex/gstcmmldec.c:
17453         * ext/annodex/gstcmmlenc.c:
17454         * ext/cairo/gsttextoverlay.c:
17455         * ext/cairo/gsttimeoverlay.c:
17456         * ext/cdio/gstcdiocddasrc.c:
17457         * ext/dv/gstdvdec.c:
17458         * ext/esd/esdmon.c:
17459         * ext/esd/esdsink.c:
17460         * ext/flac/gstflacdec.c:
17461         * ext/flac/gstflacenc.c:
17462         * ext/flac/gstflactag.c:
17463         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17464         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17465         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17466         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17467         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17468         * ext/gdk_pixbuf/pixbufscale.c:
17469         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17470         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17471         * ext/jpeg/gstjpegdec.c:
17472         * ext/jpeg/gstjpegenc.c:
17473         * ext/jpeg/gstsmokedec.c:
17474         * ext/jpeg/gstsmokeenc.c:
17475         * ext/libcaca/gstcacasink.c:
17476         * ext/libmng/gstmngdec.c:
17477         * ext/libmng/gstmngenc.c:
17478         * ext/libpng/gstpngdec.c:
17479         * ext/libpng/gstpngenc.c:
17480         * ext/mikmod/gstmikmod.c:
17481         * ext/raw1394/gstdv1394src.c:
17482         * ext/shout2/gstshout2.c:
17483         * ext/speex/gstspeexdec.c:
17484         * ext/speex/gstspeexenc.c:
17485         * gst/alpha/gstalpha.c:
17486         * gst/alpha/gstalphacolor.c:
17487         * gst/auparse/gstauparse.c:
17488         * gst/autodetect/gstautoaudiosink.c:
17489         (gst_auto_audio_sink_base_init):
17490         * gst/autodetect/gstautovideosink.c:
17491         (gst_auto_video_sink_base_init):
17492         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17493         * gst/cutter/gstcutter.c:
17494         * gst/debug/breakmydata.c:
17495         * gst/debug/efence.c:
17496         * gst/debug/gstnavigationtest.c:
17497         * gst/debug/negotiation.c:
17498         * gst/debug/progressreport.c:
17499         * gst/debug/testplugin.c:
17500         * gst/effectv/gstaging.c:
17501         * gst/effectv/gstdice.c:
17502         * gst/effectv/gstedge.c:
17503         * gst/effectv/gstquark.c:
17504         * gst/effectv/gstrev.c:
17505         * gst/effectv/gstvertigo.c:
17506         * gst/effectv/gstwarp.c:
17507         * gst/flx/gstflxdec.c:
17508         * gst/goom/gstgoom.c:
17509         * gst/interleave/deinterleave.c:
17510         * gst/interleave/interleave.c:
17511         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17512         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17513         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17514         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17515         * gst/level/gstlevel.c:
17516         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17517         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17518         * gst/median/gstmedian.c:
17519         * gst/monoscope/gstmonoscope.c:
17520         * gst/multipart/multipartdemux.c:
17521         * gst/multipart/multipartmux.c:
17522         * gst/oldcore/gstmd5sink.c:
17523         * gst/oldcore/gstmultifilesrc.c:
17524         * gst/oldcore/gstpipefilter.c:
17525         * gst/oldcore/gstshaper.c:
17526         * gst/oldcore/gststatistics.c:
17527         * gst/rtp/gstasteriskh263.c:
17528         * gst/rtp/gstrtpL16depay.c:
17529         * gst/rtp/gstrtpL16pay.c:
17530         * gst/rtp/gstrtpamrdepay.c:
17531         * gst/rtp/gstrtpamrpay.c:
17532         * gst/rtp/gstrtpdepay.c:
17533         * gst/rtp/gstrtpgsmpay.c:
17534         * gst/rtp/gstrtph263pay.c:
17535         * gst/rtp/gstrtph263pdepay.c:
17536         * gst/rtp/gstrtph263ppay.c:
17537         * gst/rtp/gstrtpmp4gpay.c:
17538         * gst/rtp/gstrtpmp4vdepay.c:
17539         * gst/rtp/gstrtpmp4vpay.c:
17540         * gst/rtp/gstrtpmpadepay.c:
17541         * gst/rtp/gstrtpmpapay.c:
17542         * gst/rtp/gstrtppcmadepay.c:
17543         * gst/rtp/gstrtppcmapay.c:
17544         * gst/rtp/gstrtppcmudepay.c:
17545         * gst/rtp/gstrtppcmupay.c:
17546         * gst/rtp/gstrtpspeexdepay.c:
17547         * gst/rtp/gstrtpspeexpay.c:
17548         * gst/rtsp/gstrtpdec.c:
17549         * gst/smpte/gstsmpte.c:
17550         * gst/videobox/gstvideobox.c:
17551         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17552         * gst/videofilter/gstvideobalance.c:
17553         * gst/videofilter/gstvideoflip.c:
17554         * gst/videofilter/gstvideotemplate.c:
17555         (gst_videotemplate_base_init):
17556         * gst/videomixer/videomixer.c:
17557         * gst/wavenc/gstwavenc.c:
17558         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17559          better/unified long descriptions
17560          Fixed #336602
17561          Some cleanups to auparse, don't send multiple newsegments.
17562
17563 2006-03-29  Wim Taymans  <wim@fluendo.com>
17564
17565         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17566
17567         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17568         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17569         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17570         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17571         * ext/dv/gstdvdemux.h:
17572         Seek in READY patch. Only works for pull based mode.
17573         Fixes #323880
17574
17575 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17576
17577         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17578         (gst_gdk_pixbuf_event):
17579           Fix two crashers: don't unref the same caps twice, and
17580           set pixbuf loader to NULL after freeing it.
17581
17582 2006-03-27  Wim Taymans  <wim@fluendo.com>
17583
17584         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17585         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17586         (gst_speexenc_chain):
17587         * ext/speex/gstspeexenc.h:
17588         Don't leak adapter.
17589         A push *always* takes ownership of the buffer, even on
17590         errors.
17591         Small cleanups.
17592
17593 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17594
17595         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17596           Create source pad without leaking.
17597
17598 2006-03-24  Wim Taymans  <wim@fluendo.com>
17599
17600         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17601         * ext/flac/gstflacdec.h:
17602         * ext/flac/gstflacenc.h:
17603         Spifify a bit.
17604         Fix deadly lock order error in seeking code, STREAM_LOCK
17605         cannot be taken within LOCK and the streaming variables are
17606         protected with the STREAM_LOCK anyway.
17607
17608 2006-03-24  Wim Taymans  <wim@fluendo.com>
17609
17610         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17611         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17612         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17613         this patch combines the global init_frames with the stream
17614         init_frames. Rationale being that the global delay should 
17615         be subtracted from any stream delay.
17616         Fixes #335858.
17617
17618 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17619
17620         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17621         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17622         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17623         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17624         use DEBUG_FUNCPTR for collectpads
17625
17626 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17627
17628         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17629           Don't crash when encoding images where the number of rows isn't
17630           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17631
17632 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17633
17634         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17635         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17636         * gst/interleave/interleave.c: (interleave_change_state):
17637         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17638           More state change function fixes.
17639
17640 2006-03-23  Wim Taymans  <wim@fluendo.com>
17641
17642         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17643         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17644         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17645         (gst_esdsink_delay), (gst_esdsink_reset):
17646         * ext/esd/esdsink.h:
17647         Fix esd choppy playback by configuring audiosink
17648         correctly. Fixes #325191
17649
17650 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17651
17652         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17653           Make state change function thread-safe.
17654
17655 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17656
17657         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17658         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17659           Don't try to read beyond the end of the file just because
17660           the header claims a bigger size (like with truncated files).
17661
17662 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17663
17664         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17665         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17666         (gst_wavparse_stream_data), (gst_wavparse_loop):
17667         * gst/wavparse/gstwavparse.h:
17668           Delay source pad creation until we have the first chunk of
17669           media data, so the we can examine the data and adjust the
17670           caps accordingly if required. This makes playback of .wav
17671           files with DTS-declared-as-PCM content work (#313266).
17672
17673 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17674
17675         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17676         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17677         Don't attempt typefinding on too-short buffers that have been
17678         completely trimmed away. (Fixes #330239)
17679
17680         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17681         Improve the debug output
17682
17683 2006-03-21  Wim Taymans  <wim@fluendo.com>
17684
17685         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17686         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17687         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17688         (gst_esdsink_set_property), (gst_esdsink_get_property):
17689         Some cleanups.
17690         Reset fd to -1 when we close them.
17691
17692 2006-03-21  Wim Taymans  <wim@fluendo.com>
17693
17694         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17695         the OPTIONS request result is optional so don't
17696         fail on it.
17697
17698 2006-03-21  Edward Hervey  <edward@fluendo.com>
17699
17700         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17701         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17702         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17703         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17704         (gst_wavparse_change_state):
17705         gcc 4.1 unreferenced pointer fixes.
17706
17707 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17708
17709         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17710
17711         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17712           Fix block alignment calculation. Alignment should be done before
17713           adding the byte offset where the data starts (#335231).
17714
17715 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17716
17717         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17718           Ensure that we set correct caps on buffers that are transferred
17719           direct from the input.
17720
17721 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17722
17723         * gst/goom/filters.c: (zoomFilterDestroy):
17724         * gst/goom/goom_core.c: (goom_close):
17725           Free filter data when cleaning up. (Fixes: #334995)
17726
17727 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17728
17729         * configure.ac:
17730           Don't compile udp and rtsp plugins on win32 (mingw) or other
17731           systems that don't have <sys/socket.h> for some reason (#316203).
17732
17733 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17734
17735         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17736         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17737         * ext/raw1394/gstdv1394src.h:
17738           Change bus reset handler so it reports useful information such as
17739           whether the device being used connected or disconnected
17740
17741 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17742
17743         * gst/id3demux/id3v2frames.c:
17744         (parse_relative_volume_adjustment_two):
17745           We only care about gain and peak data for the master volume.
17746
17747 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17748
17749         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17750         (parse_id_string), (parse_unique_file_identifier),
17751         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17752           Read replay gain tags (#323721).
17753
17754 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17755
17756         * configure.ac:
17757           Bump requirements to gst-plugins-base CVS because
17758           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17759
17760 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17761
17762         * rtp/gst/gstrtppcmadepay.c:
17763         Fixed one of the caps in the code from mulaw to alaw.
17764
17765 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17766
17767         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17768           Ensure that we set caps on the buffers we pass.
17769
17770         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17771         (gst_id3demux_sink_activate):
17772           Ensure that we set caps on the buffers we pass.
17773
17774           Use STREAM, TYPE_NOT_FOUND as the error class when
17775           typefinding fails.
17776
17777 2006-03-15  Edward Hervey  <edward@fluendo.com>
17778
17779         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17780         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17781         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17782         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17783         (gst_jpeg_dec_setcaps):
17784         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17785         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17786         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17787         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17788         (gst_mngdec_src_getcaps):
17789         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17790         (gst_pngdec_caps_create_and_set):
17791         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17792         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17793         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17794         * gst/alpha/gstalpha.c: (gst_alpha_init):
17795         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17796         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17797         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17798         * gst/cutter/gstcutter.c: (gst_cutter_init):
17799         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17800         (gst_efence_checkgetrange):
17801         * gst/debug/negotiation.c: (gst_negotiation_init):
17802         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17803         * gst/goom/gstgoom.c: (gst_goom_init):
17804         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17805         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17806         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17807         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17808         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17809         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17810         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17811         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17812         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17813         (gst_wavparse_create_sourcepad):
17814         Fix memleak with gst_static_pad_template_get().
17815         This uses gst_pad_new_from_static_template() instead.
17816         Fixes #333512
17817
17818 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17819
17820         * configure.ac:
17821           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17822           used by id3demux.
17823
17824         * gst/id3demux/gstid3demux.c: (plugin_init):
17825         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17826         (parse_user_text_identification_frame),
17827         (parse_unique_file_identifier):
17828           Add support for UFID and TXXX frames and extract musicbrainz tags.
17829
17830 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17831
17832         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17833           Catch short reads, like they might happen with truncated
17834           files (see #305279); remove unnecessary indentation.
17835
17836 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17837
17838         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17839           Fix DIB image inversion for pictures with a
17840           depth != 8 (#305279).
17841
17842 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17843
17844         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17845         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17846         * ext/jpeg/gstjpegdec.h:
17847           Fix durations on outgoing buffers after seeking
17848           in MJPEG files (#334083); some minor clean-ups.
17849
17850 2006-03-13  Wim Taymans  <wim@fluendo.com>
17851
17852         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17853         (gst_wavparse_change_state):
17854         Implement seek in READY (re-fixes #327658)
17855
17856 2006-03-13  Wim Taymans  <wim@fluendo.com>
17857
17858         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17859         * ext/esd/esdmon.c: (gst_esdmon_get):
17860         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17861         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17862         (gst_gdk_pixbuf_sink_getcaps):
17863         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17864         (gst_jpegenc_setcaps):
17865         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17866         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17867         (gst_smokeenc_setcaps):
17868         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17869         (gst_mngdec_src_getcaps):
17870         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17871         (gst_mngenc_chain):
17872         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17873         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17874         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17875         (speex_dec_src_event), (speex_dec_chain):
17876         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17877         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17878         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17879         (gst_negotiation_pad_link), (gst_negotiation_chain):
17880         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17881         (gst_flxdec_chain):
17882         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17883         (deinterleave_chain):
17884         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17885         * gst/median/gstmedian.c: (gst_median_link):
17886         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17887         (gst_monoscope_chain):
17888         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17889         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17890         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17891         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17892         close #333784 unref the result of gst_pad_get_parent()
17893         by: Christophe Fergeau.
17894
17895 2006-03-09  Wim Taymans  <wim@fluendo.com>
17896
17897         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17898         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17899         Handle events in push mode better, can now do non-flushing
17900         seeks in push mode as well.
17901
17902 2006-03-07  Wim Taymans  <wim@fluendo.com>
17903
17904         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17905         Applied patch from Kai Vehmanen, fixes #333624.
17906
17907 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17908
17909         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17910         Implement paletted and grayscale png files handling.
17911         (#150363).
17912
17913 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17914
17915         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17916         (gst_speexenc_chain):
17917           fix a tag list assert
17918           follow gst-plugins-base/ext/ogg/README; set OFFSET
17919           and OFFSET_END.  Muxes correctly with gst-plugins-base
17920           > 0.9.3
17921
17922 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17923
17924         * gst/id3demux/Makefile.am:
17925         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17926         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17927           Use new typefind helper functions here as well, and
17928           do typefinding in pull-mode if upstream supports that.
17929
17930 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17931
17932         * sys/sunaudio/gstsunaudiomixerctrl.c:
17933         (gst_sunaudiomixer_ctrl_get_volume),
17934         (gst_sunaudiomixer_ctrl_set_volume):
17935         * sys/sunaudio/gstsunaudiomixertrack.c:
17936         (gst_sunaudiomixer_track_new):
17937           Remove unused variables, breaks build from CVS
17938           with -Werror (#333392, patch by: Benjamin Pineau)
17939
17940 2006-03-03  Wim Taymans  <wim@fluendo.com>
17941
17942         * docs/plugins/Makefile.am:
17943         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17944         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17945         Added wavparse docs.
17946
17947         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17948         (gst_wavparse_reset), (gst_wavparse_init),
17949         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17950         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17951         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17952         (gst_wavparse_stream_data), (gst_wavparse_loop),
17953         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17954         (gst_wavparse_change_state):
17955         * gst/wavparse/gstwavparse.h:
17956         Implement seek in READY (fixes #327658)
17957         Added docs and did some cleanups.
17958
17959 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17960
17961         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17962         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17963         (gst_avi_demux_calculate_durations_from_index),
17964         (gst_avi_demux_stream_header):
17965         * gst/avi/gstavidemux.h:
17966           If we have an index, use a duration based on the index instead
17967           of blindly trusting the information in the stream headers
17968           (fixes #331817).
17969
17970 2006-03-03  Wim Taymans  <wim@fluendo.com>
17971
17972         * docs/plugins/Makefile.am:
17973         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17974         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17975         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17976         Added smoke and jpeg to the docs.
17977
17978         * ext/jpeg/Makefile.am:
17979         * ext/jpeg/gstjpeg.c: (plugin_init):
17980         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17981         * ext/jpeg/gstjpegenc.h:
17982         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17983         (gst_smokedec_chain):
17984         * ext/jpeg/gstsmokedec.h:
17985         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17986         * ext/jpeg/gstsmokeenc.h:
17987         * ext/jpeg/smokecodec.h:
17988         Port smokedec (fixes #331905).
17989         Added some docs.
17990         Some cleanups.
17991
17992 2006-03-03  Wim Taymans  <wim@fluendo.com>
17993
17994         * docs/plugins/Makefile.am:
17995         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17996         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17997         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17998         Added videobalance and videoflip to the docs.
17999
18000         * gst/videofilter/Makefile.am:
18001         * gst/videofilter/gstvideobalance.c:
18002         (gst_video_balance_update_tables_planar411),
18003         (gst_video_balance_is_passthrough),
18004         (gst_video_balance_update_properties), (oil_tablelookup_u8),
18005         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
18006         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
18007         (gst_video_balance_finalize), (gst_video_balance_class_init),
18008         (gst_video_balance_init), (gst_video_balance_interface_supported),
18009         (gst_video_balance_interface_init),
18010         (gst_video_balance_colorbalance_list_channels),
18011         (gst_video_balance_colorbalance_set_value),
18012         (gst_video_balance_colorbalance_get_value),
18013         (gst_video_balance_colorbalance_init),
18014         (gst_video_balance_set_property), (gst_video_balance_get_property),
18015         (gst_video_balance_get_type), (plugin_init):
18016         * gst/videofilter/gstvideobalance.h:
18017         Ported to 0.10. (Fixes #326160)
18018         Added docs.
18019
18020         * gst/videofilter/gstvideoflip.c:
18021         * gst/videofilter/gstvideoflip.h:
18022         Added docs.
18023
18024 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
18025
18026         * configure.ac:
18027           Bump requirements to current core and -base CVS
18028           (core for new typefind helper API, and -base for the
18029           WAVFORMATEX support that was added to libgstriff and
18030           is needed by wavparse).
18031         
18032         * gst/apetag/Makefile.am:
18033         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
18034         (gst_tag_demux_sink_activate):
18035           Use new typefind helpers for typefinding instead of our
18036           home-grown stuff; also, do typefinding in pull-mode if
18037           upstream supports that.
18038
18039 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
18040
18041         Reviewed by: Christian Schaller <christian@fluendo.com>
18042
18043         This patch fixes bug: 329107
18044
18045         This Changelog entry is for a commit done on February 17
18046
18047         * ext/gconf/gconf.c
18048         * ext/gconf/gconf.h
18049         * ext/gconf/gstgconfaudiosink.c
18050         * ext/gconf/gstgconfaudiosink.h
18051         * gconf/gstreamer.schemas.in
18052
18053 2006-02-28  Wim Taymans  <wim@fluendo.com>
18054
18055         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
18056         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18057         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
18058         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
18059         Use DEBUG_OBJECT more.
18060
18061 2006-02-28  Wim Taymans  <wim@fluendo.com>
18062
18063         * docs/plugins/Makefile.am:
18064         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18065         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18066         Added dvdec and dvdemux to docs.
18067
18068         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
18069         Added docs.
18070         Check frame sizes so we don't crash when don't have enough
18071         data.
18072         Send nice error messages on error.
18073
18074         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
18075         (gst_dvdemux_class_init), (gst_dvdemux_init),
18076         (gst_dvdemux_finalize), (gst_dvdemux_reset),
18077         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18078         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18079         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
18080         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
18081         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
18082         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
18083         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
18084         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18085         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
18086         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
18087         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
18088         * ext/dv/gstdvdemux.h:
18089         Added docs.
18090         Implement pull mode.
18091         Fix memleaks.
18092         Reduce memcpy for the video demuxing.
18093
18094 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
18095
18096         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
18097         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
18098         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
18099         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
18100           Add a little extra debug. Make the decoder not return NOT_LINKED,
18101           as we want to continue decoding all CMML and emitting tags.
18102
18103 2006-02-27  Michael Smith  <msmith@fluendo.com>
18104
18105         * ext/annodex/gstskeltag.c:
18106         * ext/annodex/gstskeltag.h:
18107           Deleted; these files aren't used any more either.
18108
18109 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18110
18111         * ext/Makefile.am: Fix dist-check.
18112
18113 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18114
18115         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
18116         memleak.
18117
18118 2006-02-25  Alessandro Decina <alessandro@nnva.org>
18119
18120         * ext/annodex/Makefile.am:
18121         * ext/annodex/gstannodex.c:
18122         * ext/annodex/gstcmmldec.c:
18123         * ext/annodex/gstcmmlenc.c:
18124         * ext/annodex/gstcmmlparser.c:
18125         * ext/annodex/gstcmmlparser.h:
18126         * ext/annodex/gstcmmlutils.c:
18127         * tests/check/elements/cmmldec.c:
18128         * tests/check/elements/cmmlenc.c:
18129           Fix a memleak in gst_cmml_track_list_add_clip.
18130           Handle overflows in clip's start and end times.
18131           Add the "encoded" parameter to cmmldec and cmmlenc caps.
18132           Do not parse junk at the end of a CMML preamble buffer.
18133           Register a libxml error handler to not print stuff on stderr.
18134           Check for bad clip start and end times in the testsuites.
18135
18136 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18137
18138         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
18139         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
18140         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
18141         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
18142         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
18143         possible memleaks.
18144
18145 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18146
18147         * tests/check/Makefile.am:
18148         * tests/check/elements/cmmldec.c:
18149         * tests/check/elements/cmmlenc.c: Fix tests so that they use
18150         the plugins-base tags.
18151
18152 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18153
18154         * ext/Makefile.am: Re-enable module.
18155
18156 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18157
18158         * tests/check/Makefile.am: Forgot to remove that test.
18159
18160 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18161
18162         * ext/annodex/Makefile.am:
18163         * ext/annodex/gstannodex.c: (plugin_init):
18164         * ext/annodex/gstcmmldec.c:
18165         * ext/annodex/gstskeldec.c:
18166         * ext/annodex/gstskeldec.h:
18167         * tests/check/Makefile.am:
18168         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18169
18170 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18171
18172         * tests/check/Makefile.am: Disable those checks as well.
18173
18174 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18175
18176         * ext/Makefile.am: Disable annodex for now until we figure out
18177         how to make it build.
18178         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18179         Add a rule to your checklist : "please try to at least build 
18180         what you are going to commit into -good, or if you are too lazy
18181         to do that, please check that the buildbots are not crying because
18182         of your commit."
18183
18184 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18185
18186         * configure.ac:
18187         * ext/Makefile.am:
18188         * ext/gdk_pixbuf/Makefile.am:
18189         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18190         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18191         * ext/gdk_pixbuf/pixbufscale.c:
18192         * ext/gdk_pixbuf/pixbufscale.h:
18193           Gdkpixbuf ported from 0.8 to 0.10 by
18194           Renato Filho <renato.filho@indt.org.br>.
18195           gst_loader and gdkpixbufanimation still need port.
18196
18197 2006-02-24  Michael Smith  <msmith@fluendo.com>
18198
18199         * configure.ac:
18200         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18201         * ext/Makefile.am:
18202         * ext/annodex/Makefile.am:
18203         * ext/annodex/gstannodex.c:
18204         * ext/annodex/gstannodex.h:
18205         * ext/annodex/gstcmmldec.c:
18206         * ext/annodex/gstcmmldec.h:
18207         * ext/annodex/gstcmmlenc.c:
18208         * ext/annodex/gstcmmlenc.h:
18209         * ext/annodex/gstcmmlparser.c:
18210         * ext/annodex/gstcmmlparser.h:
18211         * ext/annodex/gstcmmltag.c:
18212         * ext/annodex/gstcmmltag.h:
18213         * ext/annodex/gstcmmlutils.c:
18214         * ext/annodex/gstcmmlutils.h:
18215         * ext/annodex/gstskeldec.c:
18216         * ext/annodex/gstskeldec.h:
18217         * ext/annodex/gstskeltag.c:
18218         * ext/annodex/gstskeltag.h:
18219         * tests/check/Makefile.am:
18220         * tests/check/elements/cmmldec.c:
18221         * tests/check/elements/cmmlenc.c:
18222         * tests/check/elements/skeldec.c:
18223           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18224           Includes tests & docs, oh my! Passes Thomas's -good checklist
18225           entirely. Wow.
18226
18227 2006-02-24  Michael Smith  <msmith@fluendo.com>
18228
18229         * autogen.sh:
18230           Check for automake 1.9 as well.
18231
18232 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18233
18234         * ext/flac/gstflacenc.c:
18235           Change min. sample rate to 8kHz to match flacdec's.
18236           
18237 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18238
18239         * ext/cdio/Makefile.am:
18240           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18241           required for Cygwin, see #317048)
18242
18243         * gst/rtp/gstasteriskh263.c:
18244           Cygwin has includes for both the unix network socket API
18245           and the windows API, but only one can be included, so fix
18246           includes to only use one or the other, prefering the unxi
18247           one (#317048).
18248
18249 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18250
18251         * rtp/gst/gstrtppcmadepay.c:
18252         * rtp/gst/gstrtppcmadepay.h:
18253         * rtp/gst/gstgstrtppcmapay.c:
18254         * rtp/gst/gstgstrtppcmapay.h:
18255         * rtp/gst/gstrtppcmudepay.c:
18256         * rtp/gst/gstrtppcmudepay.h:
18257         * rtp/gst/gstrtppcmupay.c:
18258         * rtp/gst/gstrtppcmupay.h:
18259         * rtp/gst/Makefile.am:
18260         * rtp/gst/gstrtp.c:
18261         * rtp/gst/README:
18262         Separated the G711 payloaders/depayloaders into separate elements for
18263         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18264
18265 2006-02-22  Wim Taymans  <wim@fluendo.com>
18266
18267         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18268         (gst_dvdec_change_state):
18269         * ext/dv/gstdvdec.h:
18270         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18271         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18272         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18273         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18274         (gst_dvdemux_flush), (gst_dvdemux_chain),
18275         (gst_dvdemux_change_state):
18276         * ext/dv/gstdvdemux.h:
18277         Ueber spiffify some more, added debug category.
18278         Use _scale.
18279         Use segments, respect playback rate from newsegment.
18280         Fix refcount issue.
18281
18282 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18283
18284         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18285         (gst_signal_processor_process):
18286         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18287         enabled for the build, but it helps me win the feature-count
18288         competitions ooh yeah.
18289
18290 2006-02-19  Wim Taymans  <wim@fluendo.com>
18291
18292         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18293         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18294         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18295         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18296         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18297         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18298         Use scaling code for added precission and more correct stop
18299         position in case scale==0.
18300
18301 2006-02-19  Wim Taymans  <wim@fluendo.com>
18302
18303         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18304         (gst_flxdec_chain):
18305         * gst/flx/gstflxdec.h:
18306         Implement DURATION query.
18307
18308 2006-02-19  Wim Taymans  <wim@fluendo.com>
18309
18310         * gst/flx/flx_color.h:
18311         * gst/flx/flx_fmt.h:
18312         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18313         (gst_flxdec_src_query_handler), (flx_decode_color),
18314         (gst_flxdec_chain):
18315         * gst/flx/gstflxdec.h:
18316         Set MALLOCDATA for the temp buffers so we don't leak.
18317         Some debug cleanups.
18318         Consume all data in the adapter before leaving the chain
18319         function. Fixes #330678.
18320
18321 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18322
18323         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18324         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18325          Handle 0 data size in otherwise valid frames.
18326          Handle numeric strings in 2.4.0 even when not in parentheses 
18327
18328 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18329
18330         * gst/matroska/matroska-demux.c:
18331         (gst_matroska_demux_subtitle_caps),
18332         (gst_matroska_demux_plugin_init):
18333         * gst/matroska/matroska-ids.h:
18334           Recognise SSA/ASS and USF subtitle formats and
18335           set proper caps when they are found.
18336
18337 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18338
18339         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18340         (gst_jpeg_dec_chain):
18341           Fix invalid memory access for some odd-sized images
18342           (see image contained in quicktime stream in #327083);
18343           use g_malloc() instead of g_alloca().
18344
18345 2006-02-17  Wim Taymans  <wim@fluendo.com>
18346
18347         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18348         Patch from Sebastien Cote, fixes #319884
18349
18350 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18351
18352         * ext/cdio/gstcdio.c: (plugin_init):
18353           Init debug category (#331253).
18354
18355 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18356
18357         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18358           Pass extra_data to gst_riff_create_audio_caps(), so that
18359           WAVEFORMATEX stuff works. Post audio codec name and post
18360           it as taglist on the bus. Allow up to 8 channesl for raw
18361           PCM in the source pad template caps.
18362
18363 2006-02-16  Wim Taymans  <wim@fluendo.com>
18364
18365         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18366         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18367         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18368         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18369         (gst_multipart_set_property), (gst_multipart_get_property):
18370         Applied #318663. Gives quite a few false positives in
18371         autoscan mode, but it's better than nothing. Not closing yet.
18372
18373 2006-02-16  Wim Taymans  <wim@fluendo.com>
18374
18375         * docs/plugins/Makefile.am:
18376         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18377         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18378         * docs/plugins/gst-plugins-good-plugins.args:
18379         * docs/plugins/inspect/plugin-udp.xml:
18380         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18381         (gst_udpsrc_start):
18382         Update documentation.
18383         Fix args.
18384
18385 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18386
18387         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18388         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18389         frame size. (Fixes #331368)
18390
18391 2006-02-16  Wim Taymans  <wim@fluendo.com>
18392
18393         * gst/rtsp/README:
18394         Updated README.
18395
18396         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18397         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18398         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18399         * gst/rtsp/gstrtspsrc.h:
18400         Make sure the RTP port is an even port an try to allocate 
18401         another if not.
18402         Added retry property to control max retries for port allocation.
18403         Make sure RTCP port is RTP port+1.
18404         Cleanup when port allocation fails.
18405         Fixes #319183.
18406         
18407 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18408
18409         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18410           Don't ignore return value of the parent class's state
18411           change function (#331385, patch by: Wouter Paesen).
18412
18413 2006-02-15  Wim Taymans  <wim@fluendo.com>
18414
18415         * configure.ac:
18416         * docs/plugins/Makefile.am:
18417         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18418         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18419         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18420         * ext/Makefile.am:
18421         * ext/hal/Makefile.am:
18422         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18423         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18424         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18425         (do_toggle_element), (gst_hal_audio_sink_set_property),
18426         (gst_hal_audio_sink_get_property),
18427         (gst_hal_audio_sink_change_state):
18428         * ext/hal/gsthalaudiosink.h:
18429         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18430         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18431         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18432         (do_toggle_element), (gst_hal_audio_src_set_property),
18433         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18434         * ext/hal/gsthalaudiosrc.h:
18435         * ext/hal/gsthalelements.c: (plugin_init):
18436         * ext/hal/gsthalelements.h:
18437         * ext/hal/hal.c: (gst_hal_get_string),
18438         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18439         (gst_hal_get_audio_src):
18440         * ext/hal/hal.h:
18441         Add HAL sound device wrapper plugins. Closes #329106
18442
18443 2006-02-15  Wim Taymans  <wim@fluendo.com>
18444
18445         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18446         Add comment in a fultile attempt to stop the copy-and-paste 
18447         paradigm leading to duplication of bad code.
18448
18449         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18450         Mime parameters have to be checked case insensitive
18451
18452 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18453
18454         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18455           Advance stream time for lagging subtitle streams by sending
18456           newsegment events with the update flag set.
18457
18458 2006-02-14  Edward Hervey  <edward@fluendo.com>
18459
18460         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18461         There can be bogus data before the hdrl LIST tag in the RIFF header.
18462         It's hard to say if it's not respecting the AVI specifications or not,
18463         but since Google Video is producing AVIs like that and the other player
18464         don't seem to complain, I guess we should do the same.
18465
18466 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18467
18468         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18469         (parse_split_strings):
18470         Add more validation to ensure that a char encoding conversion
18471         produced a valid UTF-8 string.
18472
18473 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18474
18475         Reviewed by: Edward Hervey  <edward@fluendo.com>
18476
18477         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18478         Properly handle end of segment. Closes #330885.
18479
18480 2006-02-13  Wim Taymans  <wim@fluendo.com>
18481
18482         * gst/rtp/gstrtpmp4gpay.h:
18483         For got to commit this one.
18484
18485 2006-02-12  Wim Taymans  <wim@fluendo.com>
18486
18487         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18488         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18489         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18490         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18491         * gst/rtp/gstrtpmp4gpay.h:
18492         Make more things work.
18493         Handle ACC config strings.
18494
18495 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18496
18497         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18498           set timestamps if no incoming timestamps set
18499
18500 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18501
18502         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18503         (gst_tag_demux_do_typefind):
18504           ... and fix the very same leaks in GstTagDemux.
18505
18506 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18507
18508         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18509         (gst_id3demux_do_typefind):
18510         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18511         <jonathan at kaolin dot wh9 dot net>)
18512
18513 2006-02-10  Wim Taymans  <wim@fluendo.com>
18514
18515         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18516         First set options, then set caps or else the baseclass
18517         will not know about the options, duh.
18518
18519 2006-02-10  Wim Taymans  <wim@fluendo.com>
18520
18521         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18522         (gst_rtp_mp4v_pay_setcaps):
18523         Don't waste time looking for a config string if we have codec_info
18524         on the incomming caps.
18525
18526 2006-02-10  Wim Taymans  <wim@fluendo.com>
18527
18528         * gst/rtp/README:
18529         Say something about case-sensitivity of caps vs mime-attributes.
18530
18531         * gst/rtp/Makefile.am:
18532         * gst/rtp/gstrtp.c: (plugin_init):
18533         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18534         (gst_rtp_amr_pay_handle_buffer):
18535         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18536         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18537         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18538         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18539         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18540         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18541         (gst_rtp_mp4g_pay_plugin_init):
18542         * gst/rtp/gstrtpmp4gpay.h:
18543         Added beginnings of mpeg4-generic payloader (RFC 3640)
18544
18545 2006-02-09  Wim Taymans  <wim@fluendo.com>
18546
18547         * gst/rtsp/Makefile.am:
18548         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18549         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18550         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18551         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18552         (gst_rtpdec_change_state):
18553         * gst/rtsp/gstrtpdec.h:
18554         * gst/rtsp/gstrtsp.c: (plugin_init):
18555         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18556         * gst/rtsp/rtspconnection.c: (read_body),
18557         (rtsp_connection_receive):
18558         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18559         Resurected rtpdec to make rtspsrc happy again.
18560         Skip attributes from the session id.
18561         Don't crash when dumping a message with an empty body.
18562
18563
18564 2006-02-09  Wim Taymans  <wim@fluendo.com>
18565
18566         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18567         Added more meaningfull warnings when something goes wrong.
18568         Clear F bit on outgoing AMR packets.
18569
18570         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18571         (gst_rtp_amr_pay_handle_buffer):
18572         Added debugging category
18573         Support payloading of multiple AMR frames.
18574
18575         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18576         Added some debugging.
18577
18578 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18579
18580         * configure.ac:
18581           Back to CVS
18582
18583 === release 0.10.2 ===
18584
18585 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18586
18587         * configure.ac:
18588           releasing 0.10.2, "Papa was a rolling stone"
18589
18590 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18591
18592         * configure.ac:
18593           Bump core and plugins-base requirement to 0.10.2.2
18594           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18595
18596 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18597
18598         * ext/flac/gstflac.c: (plugin_init):
18599         * ext/speex/gstspeex.c: (plugin_init):
18600           Register musicbrainz tags.
18601
18602 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18603
18604         * ext/gconf/gconf.h:
18605           Remove declaration of function that no longer exists.
18606
18607 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18608
18609         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18610         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18611         Make shout2 work for non ogg streams
18612
18613 2006-02-06  Wim Taymans  <wim@fluendo.com>
18614
18615         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18616         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18617         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18618         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18619         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18620         * gst/udp/gstmultiudpsink.h:
18621         Updated docs.
18622         Added properties bytes-served, bytes_to_serve.
18623         Post proper error messages,
18624         Emit client added signal too.
18625
18626 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18627
18628         * docs/plugins/Makefile.am:
18629         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18630         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18631         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18632         (gst_multiudpsink_get_stats):
18633           adding docs for multiudpsink
18634
18635 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18636
18637         * gst/level/gstlevel.c: (gst_level_transform_ip):
18638           peak below decay is not necessarily an error, so don't ERROR log
18639
18640 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18641
18642         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18643         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18644         (gst_ebml_write_seek):
18645         * gst/matroska/ebml-write.h:
18646           Make sure we send a newsegment event in BYTES format
18647           before sending buffers (#328531).
18648
18649 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18650
18651         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18652         (gst_dvdemux_sink_query):
18653         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18654         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18655         (speex_dec_src_query):
18656         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18657         (gst_speexenc_sink_query):
18658         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18659         * gst/matroska/matroska-demux.c:
18660         (gst_matroska_demux_get_src_query_types),
18661         (gst_matroska_demux_handle_src_query):
18662         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18663         (gst_wavparse_pad_query):
18664           Pass unhandled queries upstream instead of just dropping
18665           them (#326446). Update query type arrays here and there.
18666
18667 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18668
18669         * tests/check/elements/matroskamux.c: (setup_src_pad):
18670           Collectpads in core got changed and now also holds a
18671           reference to any pad that is part of it. Fix refcount
18672           checks in test case accordingly.
18673
18674 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18675
18676         * gst/apetag/gstapedemux.h:
18677           Fix include, for now GstTagDemux is in the apetag dir.
18678
18679 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18680
18681         * docs/plugins/Makefile.am:
18682         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18683         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18684         * docs/plugins/inspect/plugin-cdio.xml:
18685           Add cdio plugin to docs.
18686
18687         * ext/cdio/gstcdiocddasrc.c:
18688           Add gtk-doc blurb.
18689
18690         * ext/cdio/gstcdio.c:
18691           The plugin is called 'cdio' not 'cddio'.
18692
18693 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18694
18695         * configure.ac:
18696         * docs/plugins/Makefile.am:
18697         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18698         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18699         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18700         * docs/plugins/inspect/plugin-apetag.xml:
18701         * gst/apetag/Makefile.am:
18702         * gst/apetag/gstapedemux.c:
18703         * gst/apetag/gstapedemux.h:
18704         * gst/apetag/gsttagdemux.c:
18705         * gst/apetag/gsttagdemux.h:
18706           Add APE tag demuxer (#325649).
18707
18708 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18709
18710         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18711         (gst_gconf_get_default_video_sink),
18712         (gst_gconf_get_default_audio_src),
18713         (gst_gconf_get_default_video_src):
18714         * ext/gconf/gconf.h:
18715         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18716         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18717         (do_toggle_element):
18718         * ext/gconf/gstgconfaudiosink.h:
18719         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18720         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18721         (do_toggle_element):
18722         * ext/gconf/gstgconfaudiosrc.h:
18723         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18724         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18725         (do_toggle_element):
18726         * ext/gconf/gstgconfvideosink.h:
18727         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18728         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18729         (do_toggle_element):
18730         * ext/gconf/gstgconfvideosrc.h:
18731           Ignore changing the GConf key to "". Ignore GConf key updates
18732           that don't actually change the string.
18733           For now, ignore the GConf key when the state is > READY, as
18734           it breaks streaming. Sometime it will be nice to bring the
18735           new sink online even mid-stream, by sending NEWSEGMENT info
18736           and possibly prerolling.
18737           (Fixes #326736)
18738
18739 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18740
18741         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18742         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18743         (zoomFilterSetResolution), (zoomFilterDestroy),
18744         (zoomFilterFastRGB), (pointFilter):
18745         * gst/goom/filters.h:
18746         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18747         (goom_update), (goom_close):
18748         * gst/goom/goom_core.h:
18749         * gst/goom/goom_tools.h:
18750         * gst/goom/graphic.c:
18751         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18752         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18753         * gst/goom/gstgoom.h:
18754         * gst/goom/lines.c: (goom_lines):
18755         * gst/goom/lines.h:
18756           Make goom reentrant by moving all important static variables
18757           into instance structures.
18758           (Fixes #329181)
18759
18760 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18761
18762         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18763         (gst_avi_demux_all_source_pads_unlinked),
18764         (gst_avi_demux_process_next_entry):
18765         * gst/avi/gstavidemux.h:
18766           Third attempt, use gst_pad_is_linked() this time.
18767
18768 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18769
18770         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18771         (parse_split_strings):
18772         Adjust for data length indicators when parsing (Fixes #329810)
18773         Fix stupid bug parsing UTF-8 tag text.
18774         Output tag strings with multiple fields as multiple tags, so the
18775         app gets all the data.
18776
18777 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18778
18779         * ext/flac/gstflacenc.c:
18780         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18781         show me.
18782         
18783 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18784
18785         * ext/flac/gstflacenc.c:
18786         * gst/matroska/ebml-read.c:
18787         Just make it compile with --disable-gst-debug.
18788
18789 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18790
18791         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18792         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18793         (id3v2_genre_fields_to_taglist):
18794           Never output a tag with a null contents string.
18795
18796 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18797
18798         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18799           Only pause if all pads are unlinked AND we've tried to send data
18800           on all of them at least once.
18801
18802 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18803
18804         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18805         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18806           Make loop function/task pause itself when all source pads are
18807           unlinked.
18808
18809 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18810
18811         * configure.ac:
18812         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18813           Use new functions from core to render a bin from a
18814           string. Fixes build. Up requirements to core CVS.
18815
18816 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18817
18818         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18819           Don't push buffers into the adapter that we are going to
18820           push downstream again without framing anyway. Also, the
18821           adaptor takes ownership of buffers put into it (fixes
18822           auparse pushing invalid buffers for .au files with
18823           ADPCM contents). Finally, set caps on all outgoing buffers.
18824
18825 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18826
18827         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18828         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18829         (gst_id3demux_send_tag_event):
18830         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18831         Someone should kick my butt. Remove ID3v1 tags from the end of the
18832         file.
18833
18834         Improve error messages. Send the TAG message as soon as we complete
18835         typefinding, instead of waiting until we send the first buffer.
18836         Downstream tag event is still sent before the first buffer.
18837
18838 2006-01-27  Jan Gerber  <j@bootlab.org>
18839
18840         Reviewed by: Andy Wingo <wingo@pobox.com>
18841
18842         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18843         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18844         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18845         to not have warings flooding stderr. this is the suggested way
18846         also used in dvgrab and kino. (#328336)
18847
18848 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18849
18850         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18851         (gst_oss_sink_init), (gst_oss_sink_finalise):
18852           Free the device name string when finalised.
18853
18854 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18855
18856         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18857           Don't put function calls in g_return_if_fail() statements,
18858           or they'll be replaced with NOOPs if someone compiles with
18859           G_DISABLE_CHECKS defined.
18860           
18861 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18862
18863         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18864         Never trust ANY information encoded in a media file, especially
18865         when it's giving you sizes. (Fixes #328452)
18866
18867 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18868
18869         * gst/rtp/gstrtpg711pay.c:
18870         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18871         bug #325148.
18872
18873 2006-01-23  Edward Hervey  <edward@fluendo.com>
18874
18875         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18876         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18877         * gst/matroska/matroska-ids.h:
18878         Added recognition of Real Audio and Video streams in matroska demuxer.
18879
18880 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18881
18882         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18883           Remove errant break statement, and fix compilation with
18884           older GCC.
18885
18886 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18887
18888         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18889
18890         * sys/sunaudio/gstsunaudiomixerctrl.c:
18891         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18892           Export functions that are needed in other parts of the code,
18893           makes the mixer actually work; adjust magic minimum buffer-time
18894           value from 3ms to 5ms to work around stuttering during mp3
18895           playback (#327765).
18896
18897 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18898
18899         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18900
18901         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18902         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18903           Fix possible deadlock in matroska muxer (#327825).
18904
18905 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18906
18907         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18908         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18909         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18910         * gst/rtsp/sdpmessage.h:
18911         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18912         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18913           C89 fixes: declare variables at the beginning of a block and
18914           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18915           <jensgr at gmx dot net>).
18916
18917 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18918
18919         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18920         * gst/id3demux/id3tags.h:
18921         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18922         (parse_comment_frame), (parse_text_identification_frame),
18923         (id3v2_tag_to_taglist), (id3v2_are_digits),
18924         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18925         (parse_split_strings), (free_tag_strings):
18926           Rewrite parsing of text tags to handle multiple NULL terminated
18927           strings. Parse numeric genre strings and ID3v2 type
18928           "(3)(6)Alternative" style genre strings.
18929           Parse dates that are only YYYY or YYYY-mm format.
18930           (Fixes #328241 and #322154)
18931
18932 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18933
18934         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18935           Don't forget to initialize liboil, otherwise our oil functions
18936           will crash (fixes #327871; patch by: Christoph Burghardt
18937           <hawkes at web dot de>).
18938
18939 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18940
18941         * configure.ac:
18942           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18943           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18944           patch by: Brian Cameron <brian dot cameron at sun dot com>
18945
18946 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18947
18948         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18949         * ext/cdio/gstcdio.h:
18950         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18951           Fix build for libcdio versions >= 76; give slightly lower rank
18952           than cdparanoia.
18953
18954 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18955
18956         * configure.ac:
18957         * ext/Makefile.am:
18958         * ext/cdio/Makefile.am:
18959         * ext/cdio/gstcdio.c:
18960         * ext/cdio/gstcdio.h:
18961         * ext/cdio/gstcdiocddasrc.c:
18962         * ext/cdio/gstcdiocddasrc.h:
18963           Port libcdio cdda source, formerly known as cddasrc, now known as
18964           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18965           but that's not tested (fixes #317658).
18966
18967 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18968
18969         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18970           Fix conversion from TIME to BYTES format (fixes #326864;
18971           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18972
18973 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18974
18975         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18976           Fix compilation of id3demux when zlib is not present.
18977           (Fixes #326602; patch by: Sergey Scobich)
18978
18979 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18980
18981         * ext/esd/Makefile.am:
18982           Add $(ESD_CFLAGS), otherwise build will fail for folks
18983           with libesd in a non-standard prefix (#327009).
18984
18985 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18986
18987         * configure.ac:
18988           back to HEAD
18989
18990 === release 0.10.1 ===
18991
18992 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18993
18994         * configure.ac:
18995           releasing 0.10.1, "Li"
18996
18997 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18998
18999           patch by: Wim Taymans
19000
19001         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19002           fix memleak.  Fixes #326618
19003
19004 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19005
19006           patch by: Mike Smith
19007
19008         * gst/level/gstlevel.c: (gst_level_message_new),
19009         (gst_level_message_append_channel):
19010           Fix memleak.  Fixes #326612
19011
19012 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19013
19014         * configure.ac:
19015           prereleasing
19016         * po/af.po:
19017         * po/az.po:
19018         * po/cs.po:
19019         * po/en_GB.po:
19020         * po/hu.po:
19021         * po/it.po:
19022         * po/nb.po:
19023         * po/nl.po:
19024         * po/or.po:
19025         * po/sq.po:
19026         * po/sr.po:
19027         * po/sv.po:
19028         * po/uk.po:
19029         * po/vi.po:
19030           update translations
19031
19032 2006-01-10  Michael Smith  <msmith@fluendo.com>
19033
19034         * gst/level/gstlevel.c: (gst_level_class_init),
19035         (gst_level_dispose):
19036           Don't leak filter arrays.
19037
19038 2006-01-09 Brian Cameron <brian.cameron@sun.com>
19039
19040         reviewed by: Christian Schaller <uraeus@gnome.org>
19041         
19042         * configure.ac:
19043         * gst-plugins-good.spec.in:
19044         * sys/Makefile.am:
19045         * sys/sunaudio/Makefile.am:
19046         * sys/sunaudio/gstsunaudio.c: (plugin_init):
19047         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
19048         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
19049         (gst_sunaudiomixer_change_state):
19050         * sys/sunaudio/gstsunaudiomixer.h:
19051         * sys/sunaudio/gstsunaudiomixerctrl.c:
19052         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
19053         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
19054         (gst_sunaudiomixer_ctrl_list_tracks),
19055         (gst_sunaudiomixer_ctrl_get_volume),
19056         (gst_sunaudiomixer_ctrl_set_volume),
19057         (gst_sunaudiomixer_ctrl_set_mute),
19058         (gst_sunaudiomixer_ctrl_set_record):
19059         * sys/sunaudio/gstsunaudiomixerctrl.h:
19060         * sys/sunaudio/gstsunaudiomixertrack.c:
19061         (gst_sunaudiomixer_track_class_init),
19062         (gst_sunaudiomixer_track_init), (fill_labels),
19063         (gst_sunaudiomixer_track_new):
19064         * sys/sunaudio/gstsunaudiomixertrack.h:
19065         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
19066         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
19067         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
19068         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
19069         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
19070         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
19071         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
19072         * sys/sunaudio/gstsunaudiosink.h:
19073
19074         Add SunAudio plugin - tested to make sure it doesn't break
19075         the build under GNU/Linux.      
19076
19077 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
19078
19079         * gst-plugins-good/gst/udp/gstdynudpsink.c:
19080         * gst-plugins-good/gst/udp/gstudpsrc.c:
19081         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
19082         overrides the port or multicast parameters. Fixes bugs #323021.
19083         API addition: adds GstUDPSrc::sockfd property   
19084
19085 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
19086
19087         * ext/gconf/Makefile.am:
19088         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
19089         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
19090         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
19091         (do_toggle_element), (cb_toggle_element),
19092         (gst_gconf_audio_src_change_state):
19093         * ext/gconf/gstgconfaudiosrc.h:
19094         * ext/gconf/gstgconfelements.c: (plugin_init):
19095         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
19096         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
19097         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
19098         (do_toggle_element), (cb_toggle_element),
19099         (gst_gconf_video_src_change_state):
19100         * ext/gconf/gstgconfvideosrc.h:
19101           Add new gconfaudiosrc and gconfvideosrc elements
19102           (needed for gnome-sound-recorder).
19103
19104 2006-01-06  Edward Hervey  <edward@fluendo.com>
19105
19106         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
19107         Add gst_element_no_more_pads() for proper decodebin behaviour.
19108         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
19109         (parse_text_identification_frame), (parse_split_strings):
19110         Failure to decode some tags is not a GST_ERROR() but a
19111         GST_WARNING()
19112         When iterating over a chunk of text, check that we haven't gone too
19113         far.
19114
19115 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19116
19117         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19118         (plugin_init):
19119           call oil_init() when using liboil
19120
19121 2006-01-04  Wim Taymans  <wim@fluendo.com>
19122
19123         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
19124         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19125         Fix leaks.
19126
19127 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
19128
19129         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19130
19131         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
19132         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
19133         (gst_flac_dec_change_state):
19134           Don't g_assert() where we should just return FALSE; remove
19135           unnecessary g_assert(); initialize some fields properly in
19136           state change function (fixes #325504). Also, use
19137           GST_DEBUG_OBJECT in two more places.
19138
19139 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19140
19141         * configure.ac:
19142           also remove smoothwave's Makefile.am
19143         * docs/plugins/Makefile.am:
19144           fix plugin docs
19145
19146 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19147
19148         * tests/examples/Makefile.am:
19149           added missing Makefile.am
19150
19151 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19152
19153         * configure.ac:
19154         * gst/level/Makefile.am:
19155         * gst/level/level-example.c:
19156         * tests/Makefile.am:
19157         * tests/examples/level/Makefile.am:
19158         * tests/examples/level/level-example.c: (message_handler), (main):
19159           moved level-example to tests/examples/level-example
19160         * tests/old/examples/level/demo.c: (main):
19161         * tests/old/examples/level/plot.c: (main):
19162           some initial fixes
19163
19164 2005-12-29  Michael Smith  <msmith@fluendo.com>
19165
19166         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19167         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19168         * gst/udp/gstmultiudpsink.h:
19169           Track packets sent per client in addition to bytes sent; provide
19170           this info through get-stats signal
19171
19172 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19173
19174         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19175           Can't use gst_object_unref() on a GstAdapter (#325191).
19176
19177 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19178
19179         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19180         If a broken tag has 0 bytes payload, at least still skip
19181         the 10 byte header
19182
19183 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19184
19185         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19186         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19187         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19188         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19189           Making these depayloaders (H263+ and mpeg4 video) inherit from
19190           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19191
19192 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19193
19194         * docs/plugins/gst-plugins-good-plugins.args:
19195         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19196         Regenerate the plugin hiearchy.
19197
19198 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19199
19200         * docs/plugins/Makefile.am:
19201         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19202         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19203         * docs/plugins/gst-plugins-good-plugins.args:
19204         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19205         (gst_id3demux_base_init), (gst_id3demux_class_init),
19206         (gst_id3demux_chain):
19207         * gst/id3demux/gstid3demux.h:
19208           Add documentation for id3demux.
19209           Don't fail if the first buffer is not at offset 0, just
19210           attempt to typefind and do pass through
19211           Rename the gst_type function from gst_gst_id3demux..
19212
19213 2005-12-20  Michael Smith  <msmith@fluendo.com>
19214
19215         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19216         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19217         (gst_multiudpsink_get_stats):
19218         * gst/udp/gstmultiudpsink.h:
19219           Collect statistics; return them from get_stats.
19220
19221 2005-12-19  Edward Hervey  <edward@fluendo.com>
19222
19223         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19224         Stupid signedness issue...
19225
19226 2005-12-19  Edward Hervey  <edward@fluendo.com>
19227
19228         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19229         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19230         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19231         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19232         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19233         Construct index for indexless files.
19234         Make sure pad/buffers are correctly reset to NULL once we don't need
19235         them anymore, else we get lovely segfaults/assertions.
19236         * gst/wavparse/gstwavparse.c:
19237         Yes, you can have 96KHz audio and wma in wav :(
19238
19239 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19240
19241         * configure.ac:
19242           Check for optional dependency on zlib for id3demux
19243
19244         * gst/id3demux/Makefile.am:
19245         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19246         (gst_id3demux_base_init), (gst_id3demux_class_init),
19247         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19248         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19249         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19250         (gst_id3demux_set_property), (gst_id3demux_get_property),
19251         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19252         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19253         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19254         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19255         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19256         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19257         (simple_find_peek), (simple_find_suggest),
19258         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19259         (plugin_init):
19260         * gst/id3demux/gstid3demux.h:
19261         * gst/id3demux/id3tags.c: (read_synch_uint),
19262         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19263         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19264         (id3demux_id3v2_frames_to_tag_list):
19265         * gst/id3demux/id3tags.h:
19266         * gst/id3demux/id3v2.4.0-frames.txt:
19267         * gst/id3demux/id3v2.4.0-structure.txt:
19268         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19269         (parse_comment_frame), (parse_text_identification_frame),
19270         (id3v2_tag_to_taglist), (parse_split_strings):
19271           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19272           otherwise it discards them. Works on my test files. 
19273
19274         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19275           Don't send EOS to a non-existing srcpad
19276           The debug category can be static
19277
19278 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19279
19280         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19281         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19282         * gst/multipart/multipartdemux.c:
19283           change some char* into char[]
19284
19285 2005-12-16  Wim Taymans  <wim@fluendo.com>
19286
19287         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19288         (gst_wavparse_other), (gst_wavparse_perform_seek),
19289         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19290         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19291         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19292         * gst/wavparse/gstwavparse.h:
19293         Use GstSegment to implement more seeking features.
19294
19295 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19296
19297         * gst/rtsp/rtspconnection.c:
19298           Add <netinet/in.h> include and move <arpa/inet.h> include
19299           to make things work on OpenBSD as well (fixes #323717;
19300           patch by: Benjamin Pineau)
19301
19302 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19303
19304         * gst/rtp/gstrtpspeexdepay.c:
19305         * gst/rtp/gstrtpspeexpay.c:
19306         Set clock rate to be fixed in 8000. It fixes bug #324012.
19307
19308 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19309
19310         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19311         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19312         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19313         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19314         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19315         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19316         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19317         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19318         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19319         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19320         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19321         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19322         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19323         * gst-plugins-good/gst/rtp/README:
19324         Fixed payload range in payloder caps. Removed payload range completely
19325         from depayloaders as they don't require payload type in their caps.
19326         In effect, there isn't any specific payload type for any given codec,
19327         only suggestions.
19328         Fixes bug #324011.
19329
19330 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19331
19332         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19333         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19334         (gst_videomixer_collected): Code cleanup and re-enabling 
19335         queued time validity check for correct EOS handling.
19336
19337 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19338
19339         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19340         (gst_oss_mixer_element_get_property),
19341         (gst_oss_mixer_element_change_state):
19342         Add 'device-name' property and fix state change function.
19343
19344 2005-12-13  Edward Hervey  <edward@fluendo.com>
19345
19346         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19347         If the speed of the file is null in the header, set the frame_time to
19348         the default setting of GST_SECOND / 70. Which is the default
19349         frame_delay for .fli files as stated in this document :
19350         http://www.compuphase.com/flic.htm
19351         Would be nice to have the time conversion done properly too (duration =
19352         flxh->frames * flxdec->frame_time)
19353
19354 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19355
19356         * docs/plugins/Makefile.am:
19357         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19358         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19359         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19360         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19361         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19362         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19363         documentation for videomixer on my way with a funny sample
19364         pipeline.
19365
19366 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19367
19368         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19369         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19370         (gst_videomixer_update_queues), (gst_videomixer_collected):
19371         Fix caps negotiation. (#323896)
19372
19373 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19374
19375         * gst/matroska/matroska-demux.c:
19376         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19377           Set correct timestamps on audio laces, fixes playback of mp3 from
19378                 matroska.
19379
19380 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19381
19382         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19383         (gst_au_parse_class_init), (gst_au_parse_init),
19384         (gst_au_parse_dispose), (gst_au_parse_chain),
19385         (gst_au_parse_change_state), (plugin_init):
19386         * gst/auparse/gstauparse.h:
19387           Use gst_object_unref() for GstObjects instead of
19388           g_object_unref() and fix a mem leak in a debug
19389           statement; while we're at it, also borgify, use
19390           boilerplate macros and clean up a little bit.
19391
19392 2005-12-11  Edward Hervey  <edward@fluendo.com>
19393
19394         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19395         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19396         Added pull mode.
19397
19398 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19399
19400         * gst/goom/gstgoom.c:
19401         * gst/level/level-example.c: (main):
19402         * gst/smoothwave/demo-osssrc.c: (main):
19403           Use audiotestsrc instead of sinesrc (#323798).
19404
19405 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19406
19407         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19408           more debug-func-ptr usage
19409
19410 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19411
19412         * gst/flx/flx_color.c: (flx_colorspace_convert):
19413         * gst/flx/flx_color.h:
19414         * gst/flx/flx_fmt.h:
19415         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19416         * gst/flx/gstflxdec.h:
19417           Now flxdec works on big-endian machines as well.
19418
19419 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19420
19421         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19422         (gst_fenced_buffer_copy):
19423           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19424           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19425           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19426           and use GST_DEBUG_FUNCPTR for pad functions.
19427
19428 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19429
19430         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19431         (gst_flac_dec_class_init), (gst_flac_dec_init),
19432         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19433         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19434         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19435         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19436         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19437         (gst_flac_dec_change_state):
19438         * ext/flac/gstflacdec.h:
19439           Rewrite flacdec a bit, so that even seeking might work now. Most
19440           importantly, don't act upon any flow return values we get, just tell
19441           the decoder everything's dandy and act on the flow return values
19442           later on in the loop function. We don't want to mess up the internal
19443           decoder state for non-fatal things like flushing pads etc. Other
19444           than that, use GstSegment (segment seeks don't work yet though, but
19445           should be easy to add), use boilerplate macros, drop the superfluous
19446           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19447           lots of other things.
19448
19449 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19450
19451         * configure.ac:
19452           Update comment in OSS includes check.
19453
19454         * sys/oss/gstossdmabuffer.c:
19455         * sys/oss/gstosshelper.c:
19456         * sys/oss/gstossmixer.c:
19457         * sys/oss/gstossmixertrack.c:
19458         * sys/oss/gstosssink.c:
19459         * sys/oss/gstosssrc.c:
19460         * sys/oss/oss_probe.c:
19461           Don't assume the OSS soundcard.h include is always in
19462           the sys/ directory. Instead, use the existing defines
19463           from config.h to include the right file. Fixes
19464           compilation on OpenBSD 3.8 (#323718).
19465
19466 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19467
19468         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19469         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19470         * docs/plugins/inspect/plugin-1394.xml:
19471         * docs/plugins/inspect/plugin-aasink.xml:
19472         * docs/plugins/inspect/plugin-alaw.xml:
19473         * docs/plugins/inspect/plugin-alpha.xml:
19474         * docs/plugins/inspect/plugin-alphacolor.xml:
19475         * docs/plugins/inspect/plugin-auparse.xml:
19476         * docs/plugins/inspect/plugin-autodetect.xml:
19477         * docs/plugins/inspect/plugin-avi.xml:
19478         * docs/plugins/inspect/plugin-cacasink.xml:
19479         * docs/plugins/inspect/plugin-cairo.xml:
19480         * docs/plugins/inspect/plugin-cutter.xml:
19481         * docs/plugins/inspect/plugin-debug.xml:
19482         * docs/plugins/inspect/plugin-dv.xml:
19483         * docs/plugins/inspect/plugin-efence.xml:
19484         * docs/plugins/inspect/plugin-effectv.xml:
19485         * docs/plugins/inspect/plugin-esdsink.xml:
19486         * docs/plugins/inspect/plugin-flac.xml:
19487         * docs/plugins/inspect/plugin-flxdec.xml:
19488         * docs/plugins/inspect/plugin-gconfelements.xml:
19489         * docs/plugins/inspect/plugin-goom.xml:
19490         * docs/plugins/inspect/plugin-jpeg.xml:
19491         * docs/plugins/inspect/plugin-level.xml:
19492         * docs/plugins/inspect/plugin-matroska.xml:
19493         * docs/plugins/inspect/plugin-mulaw.xml:
19494         * docs/plugins/inspect/plugin-multipart.xml:
19495         * docs/plugins/inspect/plugin-navigationtest.xml:
19496         * docs/plugins/inspect/plugin-ossaudio.xml:
19497         * docs/plugins/inspect/plugin-png.xml:
19498         * docs/plugins/inspect/plugin-rtp.xml:
19499         * docs/plugins/inspect/plugin-rtsp.xml:
19500         * docs/plugins/inspect/plugin-shout2send.xml:
19501         * docs/plugins/inspect/plugin-smpte.xml:
19502         * docs/plugins/inspect/plugin-speex.xml:
19503         * docs/plugins/inspect/plugin-udp.xml:
19504         * docs/plugins/inspect/plugin-videobox.xml:
19505         * docs/plugins/inspect/plugin-videoflip.xml:
19506         * docs/plugins/inspect/plugin-videomixer.xml:
19507         * docs/plugins/inspect/plugin-wavenc.xml:
19508         * docs/plugins/inspect/plugin-wavparse.xml:
19509         * ext/flac/gstflac.c: (plugin_init):
19510         * ext/flac/gstflacdec.c: (flacdec_get_type),
19511         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19512         (gst_flac_dec_init), (gst_flac_dec_finalize),
19513         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19514         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19515         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19516         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19517         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19518         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19519         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19520         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19521         * ext/flac/gstflacdec.h:
19522         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19523         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19524         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19525         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19526         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19527         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19528         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19529         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19530         (gst_flac_enc_change_state):
19531         * ext/flac/gstflacenc.h:
19532           borgify and fix up documentation
19533
19534 2005-12-09  Michael Smith  <msmith@fluendo.com>
19535
19536         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19537           Accept a wider range of flac files, more closely matching flac spec.
19538
19539 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19540
19541         * docs/plugins/Makefile.am: Add multipart elements.
19542         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19543         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19544         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19545         * gst/multipart/multipartdemux.c:
19546         * gst/multipart/multipartmux.c: Add docs.
19547
19548 2005-12-07  Edward Hervey  <edward@fluendo.com>
19549
19550         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19551         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19552         (gst_avi_demux_invert):
19553         Memleak and crasher fixes.
19554         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19555         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19556         Memleak fixes
19557
19558 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19559
19560         * ext/aalib/gstaasink.h:
19561         * ext/cairo/gsttextoverlay.h:
19562         * ext/dv/gstdvdec.h:
19563         * ext/dv/gstdvdemux.c:
19564         * ext/dv/gstdvdemux.h:
19565         * ext/esd/esdsink.h:
19566         * ext/flac/flac_compat.h:
19567         * ext/flac/gstflacdec.h:
19568         * ext/flac/gstflacenc.h:
19569         * ext/gconf/gconf.h:
19570         * ext/gconf/gstgconfaudiosink.h:
19571         * ext/gconf/gstgconfvideosink.h:
19572         * ext/gdk_pixbuf/gstgdkanimation.h:
19573         * ext/jpeg/gstjpegdec.h:
19574         * ext/jpeg/smokecodec.h:
19575         * ext/jpeg/smokeformat.h:
19576         * ext/ladspa/gstsignalprocessor.h:
19577         * ext/ladspa/search.c: (LADSPAPluginSearch):
19578         * ext/ladspa/utils.h:
19579         * ext/libmng/gstmng.c:
19580         * ext/libmng/gstmngdec.h:
19581         * ext/libmng/gstmngenc.c:
19582         * ext/libmng/gstmngenc.h:
19583         * ext/libpng/gstpng.c:
19584         * ext/libpng/gstpngenc.c:
19585         * ext/libpng/gstpngenc.h:
19586         * ext/shout2/gstshout2.h:
19587         * ext/speex/gstspeexdec.h:
19588         * ext/speex/gstspeexenc.c:
19589         * ext/speex/gstspeexenc.h:
19590         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19591         * gst/autodetect/gstautoaudiosink.h:
19592         * gst/autodetect/gstautovideosink.h:
19593         * gst/avi/gstavidemux.h:
19594         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19595         (gst_cutter_set_property), (gst_cutter_get_caps):
19596         * gst/cutter/gstcutter.h:
19597         * gst/debug/tests.c: (md5_process_block):
19598         * gst/debug/tests.h:
19599         * gst/effectv/gstwarp.c:
19600         * gst/flx/flx_fmt.h:
19601         * gst/flx/gstflxdec.h:
19602         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19603         (zoomFilterFastRGB):
19604         * gst/goom/filters.h:
19605         * gst/goom/goom_tools.h:
19606         * gst/law/alaw-encode.c:
19607         * gst/level/gstlevel.c:
19608         * gst/level/gstlevel.h:
19609         * gst/matroska/ebml-write.h:
19610         * gst/matroska/matroska-demux.h:
19611         * gst/matroska/matroska-ids.h:
19612         * gst/matroska/matroska-mux.h:
19613         * gst/monoscope/convolve.c: (convolve_match):
19614         * gst/monoscope/convolve.h:
19615         * gst/multipart/multipartmux.c:
19616         * gst/oldcore/gstaggregator.c:
19617         * gst/oldcore/gstaggregator.h:
19618         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19619         * gst/oldcore/gstmd5sink.h:
19620         * gst/oldcore/gstmultifilesrc.c:
19621         * gst/oldcore/gstmultifilesrc.h:
19622         * gst/oldcore/gstpipefilter.h:
19623         * gst/oldcore/gstshaper.h:
19624         * gst/rtp/gstrtpL16depay.h:
19625         * gst/rtp/gstrtpL16pay.h:
19626         * gst/rtp/gstrtpdepay.h:
19627         * gst/rtp/gstrtpmp4vpay.c:
19628         * gst/rtp/gstrtpmp4vpay.h:
19629         * gst/rtsp/gstrtspsrc.c:
19630         * gst/rtsp/gstrtspsrc.h:
19631         * gst/rtsp/rtspconnection.h:
19632         * gst/rtsp/rtspdefs.h:
19633         * gst/rtsp/rtspmessage.h:
19634         * gst/rtsp/rtsptransport.h:
19635         * gst/rtsp/rtspurl.c:
19636         * gst/rtsp/rtspurl.h:
19637         * gst/rtsp/sdpmessage.c:
19638         * gst/rtsp/sdpmessage.h:
19639         * gst/smpte/barboxwipes.c:
19640         * gst/smpte/gstmask.h:
19641         * gst/smpte/gstsmpte.h:
19642         * gst/smpte/paint.c:
19643         * gst/smpte/paint.h:
19644         * gst/udp/gstdynudpsink.h:
19645         * gst/udp/gstmultiudpsink.h:
19646         * gst/udp/gstudpsink.c:
19647         * gst/udp/gstudpsink.h:
19648         * gst/udp/gstudpsrc.c:
19649         * gst/videomixer/videomixer.c:
19650         * gst/wavenc/riff.h:
19651         * gst/wavparse/gstwavparse.h:
19652         * sys/oss/gstossdmabuffer.h:
19653         * sys/oss/gstossmixer.h:
19654         * sys/oss/gstossmixerelement.h:
19655         * sys/oss/gstossmixertrack.h:
19656         * sys/oss/gstosssink.c:
19657         * sys/oss/gstosssink.h:
19658         * sys/oss/gstosssrc.c:
19659         * sys/oss/gstosssrc.h:
19660         * sys/osxaudio/gstosxaudioelement.h:
19661         * sys/osxaudio/gstosxaudiosink.h:
19662         * sys/osxaudio/gstosxaudiosrc.h:
19663           expand tabs
19664
19665 === release 0.10.0 ===
19666
19667 2005-12-05   <thomas (at) apestaart (dot) org>
19668
19669         * configure.ac:
19670           releasing 0.10.0, "Abondance"
19671
19672 2005-12-05  Andy Wingo  <wingo@pobox.com>
19673
19674         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19675         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19676         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19677         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19678         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19679         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19680         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19681         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19682         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19683         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19684         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19685         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19686         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19687         * gst/goom/gstgoom.c: (gst_goom_chain):
19688         * gst/matroska/matroska-demux.c:
19689         (gst_matroska_demux_push_vorbis_codec_priv_data),
19690         (gst_matroska_demux_add_wvpk_header):
19691         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19692         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19693         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19694         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19695         alloc_buffer changes.
19696
19697 2005-12-05  Michael Smith  <msmith@fluendo.com>
19698
19699         * docs/plugins/gst-plugins-good-plugins.args:
19700           Remove args for plugins that aren't in -good.
19701
19702 === release 0.9.7 ===
19703
19704 2005-12-01   <thomas (at) apestaart (dot) org>
19705
19706         * configure.ac:
19707           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19708
19709 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19710
19711         * docs/plugins/.cvsignore:
19712         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19713         * docs/plugins/inspect/plugin-multipart.xml:
19714         * docs/plugins/inspect/plugin-rtp.xml:
19715           add multipart plugin to docs
19716
19717 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19718
19719         * configure.ac:
19720         * ext/Makefile.am:
19721         * ext/pango/Makefile.am:
19722         * ext/pango/gstclockoverlay.c:
19723         * ext/pango/gstclockoverlay.h:
19724         * ext/pango/gsttextoverlay.c:
19725         * ext/pango/gsttextoverlay.h:
19726         * ext/pango/gsttextrender.c:
19727         * ext/pango/gsttextrender.h:
19728         * ext/pango/gsttimeoverlay.c:
19729         * ext/pango/gsttimeoverlay.h:
19730           move pango to base
19731
19732 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19733
19734         * gst/rtp/Makefile.am:
19735         * gst/rtp/gstrtpL16depay.c:
19736         * gst/rtp/gstrtpL16depay.h:
19737         * gst/rtp/gstrtpL16parse.c:
19738         * gst/rtp/gstrtpL16parse.h:
19739         * gst/rtp/gstrtpgsmdepay.c:
19740         * gst/rtp/gstrtpgsmdepay.h:
19741         * gst/rtp/gstrtpgsmparse.c:
19742         * gst/rtp/gstrtpgsmparse.h:
19743           parsers are depayers
19744
19745 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19746
19747         * gst/rtp/Makefile.am:
19748         * gst/rtp/gstasteriskh263.c:
19749         * gst/rtp/gstrtp.c:
19750         * gst/rtp/gstrtpL16enc.c:
19751         * gst/rtp/gstrtpL16enc.h:
19752         * gst/rtp/gstrtpL16parse.c:
19753         * gst/rtp/gstrtpL16parse.h:
19754         * gst/rtp/gstrtpL16pay.c:
19755         * gst/rtp/gstrtpL16pay.h:
19756         * gst/rtp/gstrtpamrdec.c:
19757         * gst/rtp/gstrtpamrdec.h:
19758         * gst/rtp/gstrtpamrdepay.c:
19759         * gst/rtp/gstrtpamrdepay.h:
19760         * gst/rtp/gstrtpamrenc.c:
19761         * gst/rtp/gstrtpamrenc.h:
19762         * gst/rtp/gstrtpamrpay.c:
19763         * gst/rtp/gstrtpamrpay.h:
19764         * gst/rtp/gstrtpdec.c:
19765         * gst/rtp/gstrtpdec.h:
19766         * gst/rtp/gstrtpdepay.c:
19767         * gst/rtp/gstrtpdepay.h:
19768         * gst/rtp/gstrtpg711dec.c:
19769         * gst/rtp/gstrtpg711dec.h:
19770         * gst/rtp/gstrtpg711depay.c:
19771         * gst/rtp/gstrtpg711depay.h:
19772         * gst/rtp/gstrtpg711enc.c:
19773         * gst/rtp/gstrtpg711enc.h:
19774         * gst/rtp/gstrtpg711pay.c:
19775         * gst/rtp/gstrtpg711pay.h:
19776         * gst/rtp/gstrtpgsmenc.c:
19777         * gst/rtp/gstrtpgsmenc.h:
19778         * gst/rtp/gstrtpgsmparse.c:
19779         * gst/rtp/gstrtpgsmparse.h:
19780         * gst/rtp/gstrtpgsmpay.c:
19781         * gst/rtp/gstrtpgsmpay.h:
19782         * gst/rtp/gstrtph263enc.c:
19783         * gst/rtp/gstrtph263enc.h:
19784         * gst/rtp/gstrtph263pay.c:
19785         * gst/rtp/gstrtph263pay.h:
19786         * gst/rtp/gstrtph263pdec.c:
19787         * gst/rtp/gstrtph263pdec.h:
19788         * gst/rtp/gstrtph263pdepay.c:
19789         * gst/rtp/gstrtph263pdepay.h:
19790         * gst/rtp/gstrtph263penc.c:
19791         * gst/rtp/gstrtph263penc.h:
19792         * gst/rtp/gstrtph263ppay.c:
19793         * gst/rtp/gstrtph263ppay.h:
19794         * gst/rtp/gstrtpmp4vdec.c:
19795         * gst/rtp/gstrtpmp4vdec.h:
19796         * gst/rtp/gstrtpmp4vdepay.c:
19797         * gst/rtp/gstrtpmp4vdepay.h:
19798         * gst/rtp/gstrtpmp4venc.c:
19799         * gst/rtp/gstrtpmp4venc.h:
19800         * gst/rtp/gstrtpmp4vpay.c:
19801         * gst/rtp/gstrtpmp4vpay.h:
19802         * gst/rtp/gstrtpmpadec.c:
19803         * gst/rtp/gstrtpmpadec.h:
19804         * gst/rtp/gstrtpmpadepay.c:
19805         * gst/rtp/gstrtpmpadepay.h:
19806         * gst/rtp/gstrtpmpaenc.c:
19807         * gst/rtp/gstrtpmpaenc.h:
19808         * gst/rtp/gstrtpmpapay.c:
19809         * gst/rtp/gstrtpmpapay.h:
19810         * gst/rtp/gstrtpspeexdec.c:
19811         * gst/rtp/gstrtpspeexdec.h:
19812         * gst/rtp/gstrtpspeexdepay.c:
19813         * gst/rtp/gstrtpspeexdepay.h:
19814         * gst/rtp/gstrtpspeexenc.c:
19815         * gst/rtp/gstrtpspeexenc.h:
19816         * gst/rtp/gstrtpspeexpay.c:
19817         * gst/rtp/gstrtpspeexpay.h:
19818           Do burger's rename for rtp payloaders and depayloaders
19819
19820 2005-11-30  Wim Taymans  <wim@fluendo.com>
19821
19822         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19823         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19824         * ext/dv/gstdvdemux.h:
19825         Fix seeking in dvdemux again, add some more debug info.
19826
19827 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19828
19829         * configure.ac:
19830           fix tests
19831
19832 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19833
19834         * PORTED_09:
19835         * docs/random/PORTED_09:
19836           move
19837         * tests/Makefile.am:
19838           add
19839         * win32/gst.sln:
19840           remove
19841
19842 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19843
19844         * Makefile.am:
19845         * check/.cvsignore:
19846         * check/Makefile.am:
19847         * check/elements/.cvsignore:
19848         * check/elements/level.c:
19849         * check/elements/matroskamux.c:
19850         * configure.ac:
19851         * examples/Makefile.am:
19852         * examples/capsfilter/Makefile.am:
19853         * examples/capsfilter/capsfilter1.c:
19854         * examples/gob/Makefile.am:
19855         * examples/gob/gst-identity2.gob:
19856         * examples/gstplay/.cvsignore:
19857         * examples/gstplay/Makefile.am:
19858         * examples/gstplay/player.c:
19859         * examples/indexing/.cvsignore:
19860         * examples/indexing/Makefile.am:
19861         * examples/indexing/indexmpeg.c:
19862         * examples/level/Makefile.am:
19863         * examples/level/README:
19864         * examples/level/demo.c:
19865         * examples/level/plot.c:
19866         * examples/stats/Makefile.am:
19867         * examples/stats/mp2ogg.c:
19868         * examples/switch/.cvsignore:
19869         * examples/switch/Makefile.am:
19870         * examples/switch/switcher.c:
19871           move under tests/
19872
19873 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19874
19875         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19876         (gst_text_render_class_init), (resize_bitmap),
19877         (gst_text_render_render_text), (gst_text_render_setcaps),
19878         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19879         (gst_text_render_chain), (gst_text_render_finalize),
19880         (gst_text_render_init), (gst_text_render_set_property):
19881         * ext/pango/gsttextrender.h:
19882           Add missing files.
19883
19884 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19885
19886         * configure.ac:
19887         * ext/Makefile.am:
19888         * ext/pango/Makefile.am:
19889         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19890         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19891         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19892         * ext/pango/gstclockoverlay.h:
19893         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19894         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19895         (gst_text_overlay_finalize), (gst_text_overlay_init),
19896         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19897         (gst_text_overlay_text_pad_linked),
19898         (gst_text_overlay_text_pad_unlinked),
19899         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19900         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19901         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19902         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19903         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19904         (gst_text_overlay_change_state), (plugin_init):
19905         * ext/pango/gsttextoverlay.h:
19906         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19907         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19908         (gst_time_overlay_class_init), (gst_time_overlay_init):
19909         * ext/pango/gsttimeoverlay.h:
19910           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19911           and add background shading and text wrapping modes. Make 
19912           timoverlay derive from textoverlay. Also add new clockoverlay
19913           element.
19914
19915 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19916
19917         * gst/udp/Makefile.am: Moved to netbuffer.
19918
19919 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19920
19921         * configure.ac:
19922         * PORTED_O9:
19923         * gst/multipart/Makefile.am:
19924         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19925         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19926         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19927         (gst_multipart_demux_change_state),
19928         (gst_multipart_demux_plugin_init):
19929         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19930         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19931         (gst_multipart_mux_sinkconnect),
19932         (gst_multipart_mux_request_new_pad),
19933         (gst_multipart_mux_handle_src_event),
19934         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19935         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19936         0.9.
19937
19938 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19939
19940         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19941         * gst/debug/gstnavigationtest.h:
19942         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19943         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19944         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19945         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19946         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19947         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19948         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19949         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19950         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19951         (gst_video_flip_get_type):
19952         * gst/videofilter/gstvideoflip.h:
19953           update for symbols change
19954
19955 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19956
19957         * gst/udp/gstdynudpsink.c:
19958         * gst/udp/gstudpsrc.c:
19959           the old gstnet lib was renamed gstnetbuffer (#322257)
19960
19961 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19962
19963         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19964         (gst_text_overlay_collected):
19965           Actually render the text from the text pad.
19966
19967 2005-11-29  Edward Hervey  <edward@fluendo.com>
19968
19969         * gst/debug/gstnavseek.c: (gst_navseek_event):
19970         * gst/debug/progressreport.c: (gst_progress_report_event):
19971         Update for GstBaseTransform event virtual method
19972
19973 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19974
19975         * ext/cairo/Makefile.am:
19976           no need to link to videofilter
19977
19978 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19979
19980         * gst/debug/Makefile.am:
19981         * gst/debug/gstnavigationtest.h:
19982         * gst/effectv/Makefile.am:
19983         * gst/effectv/gstaging.c:
19984         * gst/effectv/gstdice.c:
19985         * gst/effectv/gstedge.c:
19986         * gst/effectv/gstquark.c:
19987         * gst/effectv/gstrev.c:
19988         * gst/effectv/gstshagadelic.c:
19989         * gst/effectv/gstvertigo.c:
19990         * gst/effectv/gstwarp.c:
19991         * gst/videofilter/Makefile.am:
19992         * gst/videofilter/gstvideofilter.c:
19993         * gst/videofilter/gstvideofilter.h:
19994         * gst/videofilter/gstvideoflip.h:
19995           remove the videofilter library and link to the one in base
19996
19997 2005-11-28  Edward Hervey  <edward@fluendo.com>
19998
19999         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20000         Useless check now we're setting the current entry correctly.
20001
20002 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20003
20004         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
20005         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
20006         (gst_jpegenc_change_state):
20007           Don't leak input buffer in chain function (fixes #322667); make 
20008           state change function thread-safe; don't repeat the current function
20009           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
20010           gst_pad_alloc_buffer(); misc. minor cleanups.
20011
20012 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20013
20014         * gst/matroska/matroska-mux.c:
20015         (gst_matroska_mux_video_pad_setcaps):
20016         Look for pixel-aspect-ratio in caps, not pixel_width and
20017         pixel_height (Fixes: #322645)
20018
20019 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20020
20021         * gst/matroska/matroska-mux.c:
20022         (gst_matroska_mux_video_pad_setcaps):
20023         From Michal Benes:
20024         frame duration should be GST_SECOND / framerate, not
20025         GST_SECOND * framerate. (Fixes: #322643)
20026
20027 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20028
20029         * configure.ac:
20030           fix up GST_PLUGIN_LDFLAGS
20031         * gst/rtsp/rtspconnection.c:
20032           fix includes (see #317043)
20033         * gst/videofilter/Makefile.am:
20034           stop installing this library
20035
20036 2005-11-26  Edward Hervey  <edward@fluendo.com>
20037
20038         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
20039         Handle the case where the incoming Video dv stream doesn't have
20040         a pixel aspect ratio set.
20041
20042 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20043
20044         * docs/plugins/Makefile.am:
20045         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20046         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20047         * ext/flac/gstflacdec.c:
20048           document flacdec
20049
20050 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20051
20052         * docs/plugins/Makefile.am:
20053         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20054         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20055         * docs/plugins/inspect/plugin-autodetect.xml:
20056         * ext/cairo/gstcairo.c: (plugin_init):
20057         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20058         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20059         (gst_text_overlay_init), (gst_text_overlay_font_init),
20060         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20061         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20062         (gst_text_overlay_text_pad_linked),
20063         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20064         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20065         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20066         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20067         (gst_text_overlay_change_state):
20068         * ext/cairo/gsttextoverlay.h:
20069         * ext/cairo/gsttimeoverlay.c:
20070         (gst_cairo_time_overlay_update_font_height),
20071         (gst_cairo_time_overlay_set_caps),
20072         (gst_cairo_time_overlay_get_unit_size),
20073         (gst_cairo_time_overlay_print_smpte_time),
20074         (gst_cairo_time_overlay_transform),
20075         (gst_cairo_time_overlay_base_init),
20076         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
20077         (gst_cairo_time_overlay_get_type):
20078         * ext/cairo/gsttimeoverlay.h:
20079           do some name borgifying
20080           document
20081
20082 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20083
20084         * docs/plugins/Makefile.am:
20085         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20086         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20087         * gst/autodetect/gstautoaudiosink.c:
20088         (gst_auto_audio_sink_base_init):
20089         * gst/autodetect/gstautovideosink.c:
20090         (gst_auto_video_sink_base_init),
20091         (gst_auto_video_sink_factory_filter):
20092           documenting auto*sink
20093           using strstr for the video sink lookup, class field is not ordered
20094         * docs/plugins/inspect/plugin-1394.xml:
20095         * docs/plugins/inspect/plugin-aasink.xml:
20096         * docs/plugins/inspect/plugin-alaw.xml:
20097         * docs/plugins/inspect/plugin-alpha.xml:
20098         * docs/plugins/inspect/plugin-alphacolor.xml:
20099         * docs/plugins/inspect/plugin-auparse.xml:
20100         * docs/plugins/inspect/plugin-autodetect.xml:
20101         * docs/plugins/inspect/plugin-avi.xml:
20102         * docs/plugins/inspect/plugin-cacasink.xml:
20103         * docs/plugins/inspect/plugin-cairo.xml:
20104         * docs/plugins/inspect/plugin-cutter.xml:
20105         * docs/plugins/inspect/plugin-debug.xml:
20106         * docs/plugins/inspect/plugin-dv.xml:
20107         * docs/plugins/inspect/plugin-efence.xml:
20108         * docs/plugins/inspect/plugin-effectv.xml:
20109         * docs/plugins/inspect/plugin-esdsink.xml:
20110         * docs/plugins/inspect/plugin-flac.xml:
20111         * docs/plugins/inspect/plugin-flxdec.xml:
20112         * docs/plugins/inspect/plugin-gconfelements.xml:
20113         * docs/plugins/inspect/plugin-goom.xml:
20114         * docs/plugins/inspect/plugin-jpeg.xml:
20115         * docs/plugins/inspect/plugin-level.xml:
20116         * docs/plugins/inspect/plugin-matroska.xml:
20117         * docs/plugins/inspect/plugin-mulaw.xml:
20118         * docs/plugins/inspect/plugin-navigationtest.xml:
20119         * docs/plugins/inspect/plugin-ossaudio.xml:
20120         * docs/plugins/inspect/plugin-png.xml:
20121         * docs/plugins/inspect/plugin-rtp.xml:
20122         * docs/plugins/inspect/plugin-rtsp.xml:
20123         * docs/plugins/inspect/plugin-shout2send.xml:
20124         * docs/plugins/inspect/plugin-smpte.xml:
20125         * docs/plugins/inspect/plugin-speex.xml:
20126         * docs/plugins/inspect/plugin-udp.xml:
20127         * docs/plugins/inspect/plugin-videobox.xml:
20128         * docs/plugins/inspect/plugin-videoflip.xml:
20129         * docs/plugins/inspect/plugin-videomixer.xml:
20130         * docs/plugins/inspect/plugin-wavenc.xml:
20131         * docs/plugins/inspect/plugin-wavparse.xml:
20132           update for HEAD version
20133
20134 2005-11-25  Michael Smith  <msmith@fluendo.com>
20135
20136         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
20137           Patch from Sebastien Cote to close control sockets in udpsrc.
20138
20139 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20140
20141         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20142         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
20143         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20144         (gst_quarktv_base_init), (gst_quarktv_class_init),
20145         (gst_quarktv_init): Flush the planes list on reverse caps
20146         negotiation. This was crashing because of differently sized
20147         buffers.
20148
20149 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20150
20151         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20152         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20153         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20154         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20155         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20156         (gst_videoflip_set_property), (gst_videoflip_base_init),
20157         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20158         correctly, fix identity flipping, convert navigation event 
20159         correctly again.
20160
20161 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20162
20163         * configure.ac: back to HEAD
20164
20165 === release 0.9.6 ===
20166
20167 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20168
20169         * configure.ac:
20170           releasing 0.9.6, "Everything's Not Lost"
20171
20172 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20173
20174         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20175         Oops, initialise the framerate GValue
20176
20177 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20178
20179         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20180         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20181         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20182         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20183         (gst_timeoverlay_get_type):
20184         * ext/cairo/gsttimeoverlay.h:
20185         * gst/debug/Makefile.am:
20186         * gst/debug/gstnavigationtest.c:
20187         (gst_navigationtest_handle_src_event),
20188         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20189         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20190         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20191         (gst_navigationtest_init), (gst_navigationtest_get_type),
20192         (plugin_init):
20193         * gst/debug/gstnavigationtest.h:
20194         * gst/effectv/Makefile.am:
20195         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20196         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20197         (gst_agingtv_base_init), (gst_agingtv_class_init),
20198         (gst_agingtv_init), (gst_agingtv_get_type):
20199         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20200         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20201         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20202         (gst_dicetv_get_type):
20203         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20204         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20205         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20206         (gst_edgetv_get_type):
20207         * gst/effectv/gsteffectv.c:
20208         * gst/effectv/gsteffectv.h:
20209         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20210         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20211         (gst_quarktv_change_state), (gst_quarktv_base_init),
20212         (gst_quarktv_class_init), (gst_quarktv_init),
20213         (gst_quarktv_get_type):
20214         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20215         (gst_revtv_get_unit_size), (gst_revtv_transform),
20216         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20217         (gst_revtv_get_type):
20218         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20219         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20220         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20221         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20222         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20223         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20224         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20225         (gst_vertigotv_init), (gst_vertigotv_get_type):
20226         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20227         (gst_warptv_get_unit_size), (gst_warptv_transform),
20228         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20229         (gst_warptv_get_type):
20230         * gst/videofilter/Makefile.am:
20231         * gst/videofilter/gstvideobalance.c:
20232         * gst/videofilter/gstvideobalance.h:
20233         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20234         (gst_videofilter_class_init), (gst_videofilter_init):
20235         * gst/videofilter/gstvideofilter.h:
20236         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20237         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20238         (gst_videoflip_flip), (gst_videoflip_transform),
20239         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20240         (gst_videoflip_base_init), (gst_videoflip_class_init),
20241         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20242         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20243         BaseTransform, it's just a place holder for now and every video
20244         effect plugin has been ported to use BaseTransform features 
20245         directly. QuarkTV was fixed too (was broken), navigationtest works
20246         and best for the end, videoflip converts navigation events depending
20247         on flip method ! Fixes #320953
20248
20249 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20250
20251         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20252         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20253         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20254         (gst_goom_src_negotiate), (gst_goom_chain):
20255         * gst/matroska/matroska-mux.c:
20256         (gst_matroska_mux_video_pad_setcaps):
20257         * sys/osxvideo/osxvideosink.m:
20258           Fixes for API changes
20259
20260 2005-11-23  Michael Smith <msmith@fluendo.com>
20261
20262         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20263         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20264         * ext/jpeg/gstjpegdec.h:
20265         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20266         * ext/jpeg/gstjpegenc.h:
20267         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20268         (gst_smokeenc_resync):
20269         * ext/jpeg/gstsmokeenc.h:
20270           JPEG fractiony goodness.
20271
20272 2005-11-22  Michael Smith <msmith@fluendo.com>
20273
20274         * gst/goom/filters.c:
20275         * gst/goom/graphic.h:
20276           Fix compilation by making some functions static inline instead of
20277           extern inline, matching the way they're used.
20278
20279 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20280
20281         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20282         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20283         * ext/cairo/gsttextoverlay.h:
20284         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20285         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20286         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20287         (gst_pngdec_caps_create_and_set):
20288         * ext/libpng/gstpngdec.h:
20289         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20290         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20291         * gst/avi/gstavimux.c: (gst_avimux_init),
20292         (gst_avimux_vidsinkconnect):
20293         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20294         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20295         (gst_goom_src_negotiate), (gst_goom_chain):
20296         * gst/goom/gstgoom.h:
20297         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20298         * gst/matroska/matroska-mux.c:
20299         (gst_matroska_mux_video_pad_setcaps):
20300         * sys/osxvideo/osxvideosink.h:
20301         * sys/osxvideo/osxvideosink.m:
20302           More fractional framerate conversions 
20303
20304 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20305
20306         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20307         * gst/debug/gstnavigationtest.c:
20308         (gst_navigationtest_handle_src_event):
20309         * gst/videofilter/gstvideofilter.c:
20310         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20311         (gst_videofilter_init):
20312         * gst/videofilter/gstvideofilter.h:
20313           Convert to fractional framerates.
20314
20315 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20316
20317         * ext/aalib/gstaasink.c:
20318         * ext/dv/gstdvdec.c:
20319         * ext/esd/esdmon.c:
20320         * ext/flac/gstflacenc.c:
20321         * ext/gdk_pixbuf/pixbufscale.c:
20322         * ext/libcaca/gstcacasink.c:
20323         * ext/shout2/gstshout2.c:
20324         * gst/alpha/gstalpha.c:
20325         * gst/oldcore/gstaggregator.c:
20326         * gst/oldcore/gstshaper.c:
20327         * gst/smpte/barboxwipes.c:
20328         * gst/smpte/gstsmpte.c:
20329         * gst/videobox/gstvideobox.c:
20330         * gst/videofilter/gstvideoflip.c:
20331         * gst/videomixer/videomixer.c:
20332           fix up more enums
20333
20334 2005-11-22  Michael Smith <msmith@fluendo.com>
20335
20336         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20337         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20338         (gst_videomixer_update_queues):
20339           Fractional framerates, videomixer.
20340
20341 2005-11-22  Michael Smith <msmith@fluendo.com>
20342
20343         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20344         * ext/dv/gstdvdec.h:
20345         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20346         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20347         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20348         (gst_dvdemux_flush):
20349         * ext/dv/gstdvdemux.h:
20350           Fractional framerates for DV. 
20351
20352 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20353
20354         * gst/autodetect/gstautoaudiosink.c:
20355         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20356         * gst/autodetect/gstautovideosink.c:
20357         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20358           Use gst_plugin_feature_list_free() to free feature list and
20359           in the case of autovideosink free the list at all. Also
20360           miscellaneous cosmetic fixes.
20361
20362 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20363
20364         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20365         (gst_cutter_set_property), (gst_cutter_get_caps):
20366           copy calculation code from level; remove use of some audio
20367           functions
20368
20369 2005-11-22  Andy Wingo  <wingo@pobox.com>
20370
20371         * Update for gst_tag_setter API changes.
20372
20373 2005-11-22  Andy Wingo  <wingo@pobox.com>
20374
20375         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20376         (gst_dvdemux_demux_frame)
20377         * ext/flac/gstflacdec.c (gst_flacdec_write)
20378         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20379         (gst_flacenc_sink_event)
20380         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20381         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20382         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20383         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20384         * gst/auparse/gstauparse.c (gst_auparse_chain)
20385         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20386         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20387         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20388         (gst_avi_demux_handle_seek)
20389         * gst/goom/gstgoom.c (gst_goom_event)
20390         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20391         * gst/matroska/matroska-demux.c
20392         (gst_matroska_demux_handle_seek_event)
20393         (gst_matroska_demux_loop_stream_parse_id)
20394         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20395         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20396         (gst_wavparse_stream_headers): Run update-funcnames.
20397
20398 2005-11-22  Edward Hervey  <edward@fluendo.com>
20399
20400         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20401         (gst_dv1394src_init), (gst_dv1394src_dispose),
20402         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20403         (gst_dv1394src_uri_set_uri):
20404         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20405         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20406         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20407         URIHandler interface and element properties are now properly
20408         synchronized for DV1394src and UDPSrc
20409
20410 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20411
20412         * ext/flac/Makefile.am:
20413         * ext/speex/Makefile.am:
20414           libgsttagedit has been renamed to libgsttag.
20415
20416 2005-11-21  Wim Taymans  <wim@fluendo.com>
20417
20418         * gst/rtsp/rtspconnection.c: (read_body):
20419         Apply patch from Sebastien Cote to fix #319184.
20420
20421 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20422
20423         * configure.ac:
20424         * gst/cutter/Makefile.am:
20425         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20426         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20427         (gst_cutter_set_property), (gst_cutter_get_property),
20428         (plugin_init), (gst_cutter_get_caps):
20429           port cutter
20430         * gst/level/gstlevel.c:
20431           fix up plugin details
20432
20433 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20434
20435         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20436         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20437         (gst_flacdec_src_event):
20438         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20439         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20440         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20441         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20442         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20443         (gst_flxdec_sink_event_handler):
20444         * gst/matroska/matroska-demux.c:
20445         (gst_matroska_demux_handle_seek_event):
20446         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20447           Update for stream lock API changes: don't take stream log
20448           in sink event handlers any longer and change GST_STREAM_LOCK
20449           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20450           functions.
20451
20452 2005-11-21  Michael Smith <msmith@fluendo.com>
20453
20454         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20455           gst_object_unref, not g_object_unref
20456
20457 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20458
20459         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20460         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20461           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20462
20463 2005-11-21  Michael Smith <msmith@fluendo.com>
20464
20465         * gst/auparse/Makefile.am:
20466         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20467         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20468         (gst_auparse_change_state):
20469         * gst/auparse/gstauparse.h:
20470           Partially fix #161712. playbin still doesn't work on these files,
20471           (on the bug report, Andy says we aren't typefinding it for some
20472           reason?) but at least auparse isn't totally busted like it was before.
20473
20474 2005-11-21  Andy Wingo  <wingo@pobox.com>
20475
20476         * *.h:
20477         * *.c: Ran scripts/update-macros. Oh yes.
20478
20479 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20480
20481         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20482           Filler events are gone for now, comment out section generating
20483           them.
20484
20485 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20486
20487         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20488         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20489         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20490         * sys/osxvideo/osxvideosink.m:
20491           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20492           (#322027)
20493
20494 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20495
20496         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20497         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20498         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20499         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20500         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20501         (gst_avi_demux_stream_data):
20502         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20503         * gst/wavenc/gstwavenc.c: (write_metadata):
20504         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20505         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20506         Fixes for GST_FOURCC_FORMAT API change.
20507
20508 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20509
20510         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20511         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20512         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20513         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20514         (gst_text_overlay_change_state):
20515         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20516         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20517         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20518         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20519         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20520         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20521         (gst_videomixer_change_state):
20522           Fix for collect pads API change. Also fix textoverlay state
20523           change function.
20524
20525 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20526
20527         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20528         GST_PAD_IS_USABLE by something approaching it.
20529
20530 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20531
20532         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20533         API changes.
20534         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20535         but also fix the code that was not checking return values from
20536         pad_push neither using pad_alloc_buffer.
20537
20538 2005-11-18  Edward Hervey  <edward@fluendo.com>
20539
20540         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20541         (gst_pngenc_chain):
20542         Added debug category
20543         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20544         goes to EOS.
20545
20546 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20547
20548         * gst/rtp/Makefile.am
20549         * gst/rtp/gstrtp.c
20550         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20551         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20552         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20553         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20554         * gst/rtp/gstrtpg711enc.h:
20555         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20556         * gst/rtp/gstrtpspeexenc.c:
20557         * gst/rtp/gstrtpspeexenc.h:
20558         * gst/rtp/gstrtpspeexdec.c:
20559         * gst/rtp/gstrtpspeexdec.h:
20560         Created Speex payloader and depayloader; Optimize G711 payloader to
20561         use adapter and send packets until MTU size.
20562
20563 2005-11-16  Wim Taymans  <wim@fluendo.com>
20564
20565         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20566         Fix leak in check.
20567
20568 2005-11-16  Wim Taymans  <wim@fluendo.com>
20569
20570         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20571         Fix state change.
20572
20573 2005-11-16  Andy Wingo  <wingo@pobox.com>
20574
20575         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20576         (gst_udpsrc_create): Move comment.
20577
20578 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20579
20580         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20581
20582         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20583           When seeking, seek to closest index entry at or before the requested
20584           seek position, not just the closest one (#321001).
20585
20586 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20587
20588         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20589         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20590           Invert DIB images again (see #132341).
20591
20592 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20593
20594         * configure.ac:
20595           rework configure.ac file
20596         * ext/aalib/gstaasink.c:
20597         * ext/cairo/gstcairo.c:
20598         * ext/dv/gstdv.c:
20599         * ext/esd/gstesd.c:
20600         * ext/flac/gstflac.c:
20601         * ext/gconf/gstgconfelements.c:
20602         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20603         * ext/jpeg/gstjpeg.c:
20604         * ext/ladspa/gstladspa.c:
20605         * ext/libcaca/gstcacasink.c:
20606         * ext/libmng/gstmng.c:
20607         * ext/libpng/gstpng.c:
20608         * ext/mikmod/gstmikmod.c:
20609         * ext/pango/gsttextoverlay.c:
20610         * ext/pango/gsttimeoverlay.c:
20611         * ext/raw1394/gst1394.c:
20612         * ext/speex/gstspeex.c:
20613         * gst/alpha/Makefile.am:
20614         * gst/alpha/gstalpha.c:
20615         * gst/alpha/gstalphacolor.c:
20616         * gst/auparse/gstauparse.c:
20617         * gst/autodetect/gstautoaudiosink.c:
20618         (gst_auto_audio_sink_factory_filter),
20619         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20620         * gst/autodetect/gstautodetect.c:
20621         * gst/avi/gstavi.c:
20622         * gst/cutter/gstcutter.c:
20623         * gst/debug/efence.c:
20624         * gst/debug/gstdebug.c:
20625         * gst/debug/gstnavigationtest.c:
20626         * gst/effectv/gsteffectv.c:
20627         * gst/flx/gstflxdec.c:
20628         * gst/goom/gstgoom.c:
20629         * gst/interleave/plugin.c:
20630         * gst/law/alaw.c:
20631         * gst/law/mulaw.c:
20632         * gst/level/gstlevel.c:
20633         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20634         * gst/matroska/matroska.c:
20635         * gst/median/gstmedian.c:
20636         * gst/monoscope/gstmonoscope.c:
20637         * gst/multipart/multipart.c:
20638         * gst/oldcore/gstelements.c:
20639         * gst/rtp/gstrtp.c:
20640         * gst/rtsp/gstrtsp.c:
20641         * gst/smoothwave/gstsmoothwave.c:
20642         * gst/smpte/gstsmpte.c:
20643         * gst/udp/gstudp.c:
20644         * gst/videobox/gstvideobox.c:
20645         * gst/videofilter/gstgamma.c:
20646         * gst/videofilter/gstvideobalance.c:
20647         * gst/videofilter/gstvideoflip.c:
20648         * gst/videofilter/gstvideotemplate.c:
20649         * gst/videomixer/videomixer.c:
20650         * gst/wavenc/gstwavenc.c:
20651         * gst/wavparse/gstwavparse.c:
20652         * sys/oss/gstossaudio.c:
20653         * sys/osxaudio/gstosxaudio.c:
20654           update GST_PLUGIN_DEFINE
20655         * gst/rtp/Makefile.am:
20656         * gst/rtp/gstasteriskh263.c:
20657           check for htons/htonl headers and possibly link to winsock2 lib
20658
20659 2005-11-12  Edward Hervey  <edward@fluendo.com>
20660
20661         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20662         Only GST_DEBUG() information on the valid components.
20663
20664 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20665
20666         * configure.ac: back to HEAD
20667
20668 === release 0.9.5 ===
20669
20670 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20671
20672         * configure.ac:
20673           releasing 0.9.5, "Phone Alarm"
20674
20675 2005-11-11  Edward Hervey  <edward@fluendo.com>
20676
20677         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20678         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20679         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20680         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20681         (gst_avi_demux_loop):
20682         * gst/avi/gstavidemux.h:
20683         Yeah, implement proper seeking. Exact seeking and segment seeking.
20684         Still need to do some checks for segment_stop.
20685
20686 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20687
20688         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20689
20690         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20691           Don't try to ready buffer duration from buffer that we don't
20692           own any  longer and that might already have been unreffed.
20693           (#321136)
20694
20695 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20696
20697         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20698         (flx_decode_delta_flc), (gst_flxdec_chain):
20699         Attempting to optimize the code for embedded systems.
20700
20701 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20702
20703         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20704
20705         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20706           Don't re-use already closed file descriptor. (#320920)
20707
20708 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20709
20710         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20711         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20712         (gst_oss_sink_prepare):
20713         * sys/oss/gstosssink.h:
20714           Cache probed caps; fix debug output for SET_PARAM macros.
20715
20716 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20717
20718         * ext/cairo/Makefile.am:
20719         * ext/cairo/gstcairo.c: (plugin_init):
20720         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20721         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20722         (gst_text_overlay_init), (gst_text_overlay_font_init),
20723         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20724         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20725         (gst_text_overlay_text_pad_linked),
20726         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20727         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20728         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20729         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20730         (gst_text_overlay_change_state):
20731         * ext/cairo/gsttextoverlay.h:
20732           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20733           property and redo positioning. Doesn't handle upstream renegotiation
20734           yet though.
20735
20736 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20737
20738         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20739         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20740         (gst_avi_demux_loop):
20741           No need to take the STREAM_LOCK in the loop function. Improve
20742           some debug messages. Don't leak pad names in debug messages.
20743
20744 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20745
20746         * gst/matroska/matroska-demux.c:
20747         (gst_matroska_demux_push_vorbis_codec_priv_data),
20748         (gst_matroska_demux_add_wvpk_header):
20749           Don't error out when the source pad isn't linked.
20750
20751 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20752
20753         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20754         (gst_gconf_audio_sink_change_state):
20755         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20756         (gst_gconf_video_sink_change_state):
20757           Fix state change functions here as well and set kid
20758           to NULL state before removing it.
20759
20760 2005-11-01  Edward Hervey  <edward@fluendo.com>
20761
20762         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20763         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20764         Added proper event handlind, 
20765         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20766         ignored),
20767         and don't set a duration of 0 for buffers otherwise they are discarded
20768         by GstBaseSink.
20769
20770         GstWavEnc needs some serious loving, after going through the code I'm
20771         really wondering how this can stay in -good ...
20772
20773 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20774
20775         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20776         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20777         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20778         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20779         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20780         (gst_matroska_mux_collected):
20781           Fix leaks and invalid memory access as reported by valgrind
20782
20783 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20784
20785         Patch by: Michal Benes <michal.benes@xeris.cz>
20786
20787         * check/Makefile.am:
20788         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20789         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20790         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20791           add a unit test for matroskamux
20792           fix the bugs that the unit test exposed
20793
20794 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20795
20796         * gst/autodetect/gstautoaudiosink.c:
20797         (gst_auto_audio_sink_class_init),
20798         (gst_auto_audio_sink_change_state):
20799         * gst/autodetect/gstautovideosink.c:
20800         (gst_auto_video_sink_class_init),
20801         (gst_auto_video_sink_change_state):
20802           Fix state change function and use GST_DEBUG_FUNCPTR in
20803           class_init.
20804
20805 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20806
20807         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20808
20809         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20810         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20811         * gst/matroska/ebml-write.h:
20812         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20813           Set timestamps on outgoing ebml headers as well, so that the
20814           element after matroskamux can get the timestamp already when
20815           reading the first ebml element and doesn't have to wait for
20816           the actual data buffer for that (#320308).
20817           
20818 2005-10-31  Andy Wingo  <wingo@pobox.com>
20819
20820         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20821         (gst_videomixer_pad_link): Kill some memleaks.
20822         (gst_videomixer_pad_get_property): Style fix.
20823         (gst_videomixer_pad_set_property): Style fix.
20824         (gst_videomixer_pad_init): Style fix.
20825         (gst_videomixer_update_queues): Kill memleak.
20826         (gst_videomixer_loop): Kill memleak.
20827         (gst_videomixer_collected): Kill memleak.
20828
20829 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20830
20831         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20832         gst_auparse_change_state:
20833         Just some cleanup.
20834
20835 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20836
20837         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20838         Add checks to GST_FLOW_NOT_LINKED for values returned
20839         from gst_pad_push.
20840         
20841 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20842
20843         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20844         (gst_rtpg711dec_process):
20845         * gst/rtp/gstrtpgsmenc.c:
20846         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20847         are never set. This is important for the g711 to work with burger's rtpbin
20848         element.
20849
20850 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20851
20852         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20853         (gst_speexenc_push_buffer):
20854         Add checks for return values from gst_pad_push and
20855         gst_pad_alloc_buffer.
20856
20857 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20858
20859         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20860
20861         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20862         (gst_matroska_demux_parse_info),
20863         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20864         (gst_matroska_demux_parse_cluster):
20865         * gst/matroska/matroska-ids.h:
20866         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20867         (gst_matroska_mux_init), (gst_matroska_mux_start),
20868         (gst_matroska_mux_create_buffer_header),
20869         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20870         (gst_matroska_mux_get_property):
20871         * gst/matroska/matroska-mux.h:
20872           Add SimpleBlock support to matroska demuxer and muxer (part of
20873           Matroska v2). (#319731)
20874
20875 2005-10-28  Wim Taymans  <wim@fluendo.com>
20876
20877         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20878         (gst_jpeg_dec_change_state):
20879         * ext/jpeg/gstjpegdec.h:
20880         Cleanups. Don't create caps for every chain.
20881
20882 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20883
20884         * gst/law/alaw-encode.c: (gst_alawenc_init),
20885         (alawenc_setcaps), (gst_alawenc_chain)
20886         * gst/law/alaw-encode.h:
20887         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20888         (mulawenc_setcaps), (gst_mulawenc_chain)
20889         * gst/law/mulaw-encode.h:
20890         Set timestamp on buffer and it allows RTP G711 elements
20891         work properly.
20892
20893 2005-10-27  Wim Taymans  <wim@fluendo.com>
20894
20895         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20896         Set correct format on oss instead of a silly value. 
20897
20898 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20899
20900         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20901         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20902         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20903         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20904         I420 rendering as well, doesn't bring much for my platform.
20905         Might help on some other platforms.
20906
20907 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20908
20909         * gst/rtp/gstrtpgsmenc.c:
20910         * gst/rtp/gstrtpgsmparse.c:
20911         Declaring the padtemplate correctly.
20912
20913 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20914
20915         * gst/rtp/gstrtpg711dec.c:
20916         * gst/rtp/gstrtpg711enc.c:
20917         * gst/rtp/gstrtpgsmenc.c:
20918         * gst/rtp/gstrtpgsmparse.c:
20919         Setting the proper copyright notice.
20920
20921 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20922
20923         * gst/videobox/Makefile.am: Use liboil.
20924         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20925         (gst_video_box_set_property), (gst_video_box_transform_caps),
20926         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20927         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20928         using liboil. Will dot the same to I420 border generation
20929         tomorrow.
20930
20931 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20932
20933         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20934         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20935         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20936         * gst/rtp/gstrtpg711dec.h:
20937         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20938         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20939         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20940         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20941         (gst_rtpgsmenc_handle_buffer):
20942         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20943         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20944         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20945         * gst/rtp/gstrtpgsmparse.h:
20946         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20947         inherits from the basertpdepayloader.
20948
20949 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20950
20951         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20952         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20953         (gst_video_box_ayuv): Removing this forgotten debug.
20954
20955 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20956
20957         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20958         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20959         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20960
20961 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20962
20963         * sys/oss/gstossaudio.c:
20964         * sys/oss/gstossdmabuffer.c:
20965         * sys/oss/gstosshelper.c:
20966         * sys/oss/gstossmixer.c:
20967         * sys/oss/gstossmixerelement.c:
20968         * sys/oss/gstossmixertrack.c:
20969         * sys/oss/gstosssink.c:
20970         * sys/oss/gstosssrc.c:
20971           Actually use the 'oss' debug category we register.
20972
20973 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20974
20975         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20976         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20977         Use gst_pad_get_parent and drop the ref that was added through
20978         that call.
20979
20980 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20981
20982         * gst/rtp/gstrtpgsmenc.c:
20983           Fix compilation
20984
20985 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20986
20987         * gst/rtp/gstrtpg711dec.c
20988         Just removed a couple of lines of weird code used during
20989         development/test time.
20990
20991 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20992
20993         * gst/rtp/Makefile.am
20994         * gst/rtp/gstrtp.c
20995         * gst/rtp/gstrtpg711enc.c
20996         * gst/rtp/gstrtpg711enc.h
20997         * gst/rtp/gstrtpg711dec.c
20998         * gst/rtp/gstrtpg711dec.h
20999         Created G711 payloader and depayloader (it supports mulaw and alaw
21000         (dec)encoders)
21001
21002 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21003
21004         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21005         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21006         Doh ! I introduced wingo's bug again ! Sorry...
21007
21008 2005-10-25  Christian Schaller <christian@fluendo.com> 
21009
21010         * gst/rtp/Makefile.am: add missing header files for disting
21011
21012 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21013
21014         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21015         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
21016         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21017         (gst_rtpgsmenc_handle_buffer):
21018         * gst/rtp/gstrtpgsmenc.h:
21019         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
21020         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
21021         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
21022         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
21023         * gst/rtp/gstrtpgsmparse.h:
21024         Getting the GSM (de)payloader working and compatible with our plans for RTP.
21025
21026 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21027
21028         * ext/libpng/gstpngdec.c: (user_info_callback),
21029         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
21030         a newsegment event, move some redundant code in a single place.
21031
21032 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21033
21034         * ext/libpng/gstpngdec.c: (user_info_callback),
21035         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
21036         hack to get correct colors order when we have a png image with
21037         alpha channel.
21038
21039 2005-10-24  Edward Hervey  <edward@fluendo.com>
21040
21041         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
21042         Call gst_element_no_more_pads when there will be no more pads.
21043
21044 2005-10-24  Wim Taymans  <wim@fluendo.com>
21045
21046         * gst/rtp/Makefile.am:
21047         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
21048         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
21049         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
21050         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
21051         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
21052         (gst_asteriskh263_plugin_init):
21053         * gst/rtp/gstasteriskh263.h:
21054         * gst/rtp/gstrtp.c: (plugin_init):
21055         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
21056         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
21057         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
21058         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
21059         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
21060         (gst_rtph263enc_plugin_init):
21061         * gst/rtp/gstrtph263enc.h:
21062         Added two new payloaders, an RFC 2190 payloader for h263 and
21063         a payload convertor for an asterisk server.
21064
21065 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21066
21067         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21068           Set bytes_per_sample correctly (is not always 4, but 
21069           depends on width and number of channels).
21070
21071 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21072
21073         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
21074         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
21075         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21076         (gst_flacenc_sink_event), (gst_flacenc_chain),
21077         (gst_flacenc_set_property), (gst_flacenc_get_property),
21078         (gst_flacenc_change_state):
21079         * ext/flac/gstflacenc.h:
21080           Fix seeking, so that flacenc can rewrite the header with the
21081           correct duration and amount of samples and all that at EOS;
21082           also set timestamps and granulepos on outgoing buffers; add
21083           debug category; fix state change function.
21084           
21085 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21086
21087         * gst/videomixer/videomixer.c: Don't restrict video geometry
21088         from 16 to 4096.
21089
21090 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21091
21092         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21093         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21094         Fix caps negotiation correctly, add debugging category.
21095
21096 2005-10-24  Christian Schaller  <christian@fluendo.com>
21097
21098         * configure.ac: Port over Thomas's change from base listing all plugins
21099
21100 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21101
21102         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
21103         a sink pad.
21104
21105 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21106
21107         * configure.ac:
21108         * docs/upload.mak:
21109           back to HEAD
21110
21111 === release 0.9.4 ===
21112
21113 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21114
21115         * configure.ac:
21116           Releasing 0.9.4, "Dromiceiomimus"
21117
21118 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
21119
21120         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
21121         (gst_speexenc_src_query):
21122           Add position and duration query, fix query type function.
21123           
21124         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21125         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
21126           Let's not set non-fixed caps on source pads.
21127
21128 2005-10-21  Wim Taymans  <wim@fluendo.com>
21129
21130         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
21131         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
21132         (gst_avi_demux_handle_seek):
21133         Set correct stream_time in newsegment event.
21134         avi can also handle a duration query now.
21135
21136 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21137
21138         * gst/matroska/matroska-demux.c:
21139         (gst_matroska_demux_handle_src_query),
21140         (gst_matroska_demux_handle_seek_event),
21141         (gst_matroska_demux_loop_stream_parse_id):
21142           Fix duration query; fix basetime in newsegment event after
21143           seek; fix duration in initial newsegment event.
21144
21145         * gst/matroska/matroska-mux.c:
21146         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21147           Extract number of channels and samplerate from vorbis headers;
21148           add some debug messages when querying the durations of the
21149           input streams.
21150
21151 2005-10-20  Wim Taymans  <wim@fluendo.com>
21152
21153         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21154         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21155         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21156         Set stream time correctly in newsegment.
21157
21158 2005-10-20  Wim Taymans  <wim@fluendo.com>
21159
21160         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21161         Correctly fill in the stream time.
21162
21163 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21164
21165         * check/elements/level.c: (GST_START_TEST):
21166         * gst/level/gstlevel.c: (gst_level_message_new):
21167         * gst/level/level-example.c: (message_handler):
21168           use ELEMENT messages instead
21169
21170 2005-10-19  Wim Taymans  <wim@fluendo.com>
21171
21172         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21173         (gst_dvdemux_src_query):
21174         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21175         (gst_flacdec_src_query):
21176         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21177         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21178         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21179         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21180         * gst/debug/progressreport.c: (gst_progress_report_report):
21181         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21182         * gst/matroska/matroska-demux.c:
21183         (gst_matroska_demux_handle_src_query):
21184         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21185         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21186         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21187         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21188         (gst_wavparse_srcpad_event):
21189         API change fix.
21190
21191 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21192
21193         * gst/goom/filters.c:
21194         * gst/goom/graphic.h:
21195         * gst/goom/lines.c:
21196           Make inline functions either 'static inline' or 'extern inline',
21197           otherwise the Forte compiler apparently won't inline them (#317300).
21198
21199 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21200
21201         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21202         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21203         (user_info_callback), (user_endrow_callback), (user_end_callback),
21204         (user_read_data), (gst_pngdec_caps_create_and_set),
21205         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21206         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21207         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21208         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21209         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21210         very nice and handle push/pull based model. if you have filesrc
21211         connected to it, it will do random access to load the png file.
21212         If you have a network source that can't do _getrange, it does 
21213         progressive loading through the chain function.
21214         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21215         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21216         thanks to Master Wim Taymans ;-)
21217
21218 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21219
21220         * gst/matroska/Makefile.am:
21221         * gst/matroska/ebml-read.c:
21222         * gst/matroska/ebml-read.h:
21223         * gst/matroska/matroska-demux.c:
21224         * gst/matroska/matroska-demux.h:
21225         * gst/matroska/matroska.c: (plugin_init):
21226           Ported matroska demuxer to 0.9.
21227
21228 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21229
21230         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21231
21232         * gst/matroska/matroska-mux.c:
21233         (gst_matroska_mux_video_pad_setcaps),
21234         (gst_matroska_mux_audio_pad_setcaps):
21235           Fix mpeg4 input handling (#318847); also, while we're at it,
21236           fix media type for Motion-JPEG: should be image/jpeg.
21237
21238 2005-10-18  Wim Taymans  <wim@fluendo.com>
21239
21240         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21241         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21242         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21243         Fix for segment-start/stop API change.
21244
21245 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21246
21247         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21248         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21249         way.
21250
21251 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21252
21253         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21254         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21255         output declared in transform_caps.
21256
21257 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21258
21259         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21260
21261 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21262
21263         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21264         (gst_video_box_get_unit_size): Fix wrong size calculations and
21265         implement get_unit_size correctly.
21266
21267 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21268
21269         * configure.ac:
21270           Enable flx plugin.
21271
21272         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21273           Fix gcc4 signedness issue.
21274
21275 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21276
21277         * configure.ac: Adding videomixer.
21278         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21279         (user_read_data), (gst_pngdec_chain): More debugging.
21280         * gst/alpha/Makefile.am: Adding alphacolor
21281         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21282         (gst_alpha_color_class_init), (gst_alpha_color_init),
21283         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21284         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21285         (plugin_init): Ported to 0.9 using in place base tranform.
21286         * gst/videomixer/Makefile.am:
21287         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21288         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21289         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21290         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21291         (gst_videomixer_init), (gst_videomixer_getcaps),
21292         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21293         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21294         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21295         to 0.9 using collectpads.
21296
21297 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21298
21299         * configure.ac:
21300         * gst/flx/Makefile.am:
21301         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21302         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21303         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21304         * gst/flx/gstflxdec.h:
21305         flx plugin ported to 0.9
21306
21307 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21308
21309         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21310           use new gst_version_string()
21311
21312 2005-10-16  Andy Wingo  <wingo@pobox.com>
21313
21314         * configure.ac: GLIB_CHECK.
21315
21316 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21317
21318         * ext/libpng/Makefile.am:
21319         * ext/libpng/gstpng.c: (plugin_init):
21320         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21321         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21322         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21323
21324 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21325
21326         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21327
21328         * configure.ac:
21329         * gst/matroska/Makefile.am:
21330         * gst/matroska/ebml-ids.h:
21331         * gst/matroska/ebml-write.c:
21332         * gst/matroska/ebml-write.h:
21333         * gst/matroska/matroska-ids.h:
21334         * gst/matroska/matroska-mux.c:
21335         * gst/matroska/matroska-mux.h:
21336         * gst/matroska/matroska.c: (plugin_init):
21337           Port matroska muxer to 0.9 (#318847).
21338
21339 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21340
21341         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21342         (comment_init), (comment_add):
21343           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21344           use GST_READ_UINT32_LE() and friends rather than the private
21345           implementation of those same macros.
21346
21347 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21348
21349         * examples/stats/mp2ogg.c:
21350           more typo fixes
21351
21352 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21353
21354         * examples/indexing/indexmpeg.c: (main):
21355         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21356         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21357         * ext/esd/esdmon.h:
21358         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21359         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21360         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21361         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21362         * gst/avi/gstavimux.c: (gst_avimux_init):
21363         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21364         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21365         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21366         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21367         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21368         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21369         * gst/oldcore/gstmultifilesrc.h:
21370         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21371         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21372         (gst_pipefilter_change_state):
21373         * gst/oldcore/gstpipefilter.h:
21374         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21375         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21376         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21377         * sys/osxaudio/gstosxaudiosink.h:
21378         * sys/osxaudio/gstosxaudiosrc.h:
21379           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21380           moved bitshift from macro to enum definition
21381
21382 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21383
21384         * ext/Makefile.am:
21385         * ext/cairo/Makefile.am:
21386         * ext/cairo/gstcairo.c: (plugin_init):
21387         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21388         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21389         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21390         * ext/cairo/gsttimeoverlay.h:
21391           update of cairo-based timeoverlay to 1.0 Cairo API
21392           doesn't work yet for resizing of output sink
21393
21394 2005-10-11  Wim Taymans  <wim@fluendo.com>
21395
21396         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21397         newsegment API fix.
21398
21399 2005-10-11  Wim Taymans  <wim@fluendo.com>
21400
21401         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21402         (gst_dvdemux_demux_frame):
21403         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21404         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21405         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21406         (gst_avi_demux_handle_seek):
21407         * gst/goom/gstgoom.c: (gst_goom_event):
21408         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21409         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21410         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21411         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21412         (gst_wavparse_srcpad_event):
21413         newsegment API update.
21414
21415 2005-10-11  Andy Wingo  <wingo@pobox.com>
21416
21417         * ext/speex/gstspeexenc.c: Signedness cleanups.
21418
21419 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21420
21421         * PORTED_09:
21422         * ext/speex/Makefile.am:
21423         * ext/speex/gstspeex.c:
21424         * ext/speex/gstspeexenc.c:
21425         Speexenc ported to 0.9
21426
21427 2005-10-10  Wim Taymans  <wim@fluendo.com>
21428
21429         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21430         (gst_oss_sink_init), (gst_oss_sink_set_property),
21431         (gst_oss_sink_get_property), (gst_oss_sink_open),
21432         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21433         * sys/oss/gstosssink.h:
21434         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21435         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21436         (gst_oss_src_prepare):
21437         Cleanups, make device configurable in the sink, handle and report
21438         errors.
21439
21440 2005-10-10  Wim Taymans  <wim@fluendo.com>
21441
21442         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21443         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21444         Make sure element is NULL before removing from the bin.
21445
21446 2005-10-07  Andy Wingo  <wingo@pobox.com>
21447
21448         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21449         block forever in a read().
21450         (gst_dv1394src_bus_reset): Post a message when the cable is
21451         unplugged.
21452         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21453         (gst_dv1394src_bus_reset): Don't unref the message.
21454
21455         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21456         hacking. The only change should be that the state change stuff was
21457         put into basesrc's start() and stop() routines, which coalesces
21458         some steps.
21459
21460 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21461
21462         * configure.ac:
21463           Add check for mmap
21464           
21465         * gst/debug/Makefile.am:
21466           Only compile efence plugin on systems that have mmap.
21467
21468 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21469
21470         * gst/debug/Makefile.am:
21471         * gst/debug/breakmydata.c:
21472         * gst/debug/gstdebug.c:
21473         * gst/debug/gstnavigationtest.c:
21474         * gst/debug/gstnavseek.c: 
21475         * gst/debug/gstnavseek.h:
21476         * gst/debug/progressreport.c: 
21477         * gst/debug/testplugin.c:
21478           Port progressreport, navseek, navigationtest, testsink and
21479           breakmydata.
21480
21481 2005-10-05  Edward Hervey  <edward@fluendo.com>
21482
21483         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21484         (gst_dvdemux_src_query):
21485         Fixes for better conversion
21486
21487 2005-10-04  Michael Smith <msmith@fluendo.com>
21488
21489         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21490         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21491         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21492         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21493           Set state of elements to NULL before removing from bins.
21494           Set state of test element to NULL if we failed to move it to READY
21495
21496 2005-10-04  Edward Hervey  <edward@fluendo.com>
21497
21498         * ext/dv/Makefile.am:
21499         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21500         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21501         Corrected the query function for position so it doesn't forget what
21502         format was asked, and calls the conversion functions on the correct pad.
21503
21504 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21505
21506         * configure.ac:
21507           back to development
21508
21509 === release 0.9.3 ===
21510
21511 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21512
21513         * configure.ac:
21514           Releasing 0.9.3, "Aramis"
21515
21516 2005-10-03  Andy Wingo  <wingo@pobox.com>
21517
21518         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21519         error returns.
21520
21521 2005-10-02  Andy Wingo  <wingo@pobox.com>
21522
21523         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21524
21525         * ext/flac/gstflacenc.c: Ported to 0.9.
21526
21527         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21528
21529         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21530         and link to gsttagedit. Enable flacenc.
21531
21532         * ext/flac/gstflacdec.c: Re-enable tag reading.
21533
21534 2005-09-30  Wim Taymans  <wim@fluendo.com>
21535
21536         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21537         * gst/rtp/gstrtpgsmparse.c:
21538         * gst/rtp/gstrtph263penc.c:
21539         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21540         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21541         (gst_rtpmp4venc_set_property):
21542         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21543         Various class and caps fixes from Andre Magalhaes (andrunko)
21544
21545 2005-09-29  Wim Taymans  <wim@fluendo.com>
21546
21547         * gst/level/level-example.c: (main):
21548         Update for new bus API.
21549
21550 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21551
21552         * configure.ac:
21553           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21554           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21555
21556 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21557
21558         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21559           Fix playback of mono streams (bytes_per_sample should be set
21560           from the sample width and the number of channels negotiated,
21561           and not just be set to 4) (#317338)
21562
21563 2005-09-26  Wim Taymans  <wim@fluendo.com>
21564
21565         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21566         (gst_rtpmpaenc_handle_buffer):
21567         Set buffer duration correctly.
21568
21569 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21570
21571         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21572         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21573         (gst_avi_demux_change_state):
21574           Don't crash when encountering a stream with an unknown fourcc or
21575           codec id. Instead, create a pad of type video/x-avi-unknown or
21576           audio/x-avi-unknown, which as a side-effect also results in less
21577           confusing error messages in players ('no decoder' vs. 'no streams');
21578           minor fixes to state change function and class_init function.
21579
21580 2005-09-24  Wim Taymans  <wim@fluendo.com>
21581
21582         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21583         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21584         These are sinks.
21585
21586 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21587
21588         * check/elements/level.c: (GST_START_TEST):
21589           fix test for new GstClockTime use
21590         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21591         (gst_level_transform_ip):
21592         * gst/level/gstlevel.h:
21593           fix up the decay peak, ensuring the decay peak is never lower
21594           than the peak for that interval
21595
21596 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21597
21598         * docs/plugins/gst-plugins-good-plugins.args:
21599         * docs/plugins/inspect/plugin-alpha.xml:
21600         * docs/plugins/inspect/plugin-rtp.xml:
21601         * gst/level/gstlevel.c: (gst_level_set_caps),
21602         (gst_level_transform_ip):
21603           updating docs
21604
21605 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21606
21607         * Makefile.am:
21608         * check/elements/level.c: (GST_START_TEST):
21609         * gst/level/Makefile.am:
21610         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21611         (gst_level_set_property), (gst_level_get_property),
21612         (gst_level_set_caps), (gst_level_message_new),
21613         (gst_level_transform_ip):
21614         * gst/level/gstlevel.h:
21615         * gst/level/level-example.c: (message_handler), (main):
21616           convert to using GstClockTime for all time values, finally.
21617
21618 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21619
21620         * gst/auparse/Makefile.am:
21621         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21622           fix up build
21623         * configure.ac:
21624         * ext/cairo/Makefile.am:
21625         * ext/dv/Makefile.am:
21626         * ext/esd/Makefile.am:
21627         * ext/flac/Makefile.am:
21628         * ext/gconf/Makefile.am:
21629         * ext/gdk_pixbuf/Makefile.am:
21630         * ext/jpeg/Makefile.am:
21631         * ext/ladspa/Makefile.am:
21632         * ext/libcaca/Makefile.am:
21633         * ext/libmng/Makefile.am:
21634         * ext/libpng/Makefile.am:
21635         * ext/mikmod/Makefile.am:
21636         * ext/pango/Makefile.am:
21637         * ext/raw1394/Makefile.am:
21638         * ext/shout2/Makefile.am:
21639         * ext/speex/Makefile.am:
21640         * gst/alpha/Makefile.am:
21641         * gst/autodetect/Makefile.am:
21642         * gst/avi/Makefile.am:
21643         * gst/cutter/Makefile.am:
21644         * gst/debug/Makefile.am:
21645         * gst/effectv/Makefile.am:
21646         * gst/flx/Makefile.am:
21647         * gst/goom/Makefile.am:
21648         * gst/interleave/Makefile.am:
21649         * gst/law/Makefile.am:
21650         * gst/matroska/Makefile.am:
21651         * gst/median/Makefile.am:
21652         * gst/monoscope/Makefile.am:
21653         * gst/multipart/Makefile.am:
21654         * gst/oldcore/Makefile.am:
21655         * gst/rtp/Makefile.am:
21656         * gst/rtsp/Makefile.am:
21657         * gst/smoothwave/Makefile.am:
21658         * gst/smpte/Makefile.am:
21659         * gst/videobox/Makefile.am:
21660         * gst/videofilter/Makefile.am:
21661         * gst/videomixer/Makefile.am:
21662         * gst/wavenc/Makefile.am:
21663         * gst/wavparse/Makefile.am:
21664         * sys/oss/Makefile.am:
21665         * sys/osxaudio/Makefile.am:
21666         * sys/osxvideo/Makefile.am:
21667           fix up GST_LIBS use
21668
21669 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21670
21671         * gst/auparse/Makefile.am:
21672         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21673           fix build of auparse
21674
21675 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21676
21677         * configure.ac:
21678         * PORTED_09:
21679         * gst/auparse/gstauparse.c:
21680         * gst/auparse/gstauparse.h:
21681         Auparse ported to 0.9.
21682
21683 2005-09-22  Wim Taymans  <wim@fluendo.com>
21684
21685         * gst/rtp/TODO:
21686         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21687         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21688         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21689         (gst_rtpmp4venc_set_property):
21690         * gst/rtp/gstrtpmp4venc.h:
21691         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21692         * gst/rtp/gstrtpmpaenc.h:
21693         Use is_filled to both check MTU and max-ptime of base class.
21694
21695 2005-09-22  Wim Taymans  <wim@fluendo.com>
21696
21697         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21698         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21699         (gst_rtpmp4venc_set_property):
21700         Don't fragment packets with multiple frames.
21701
21702 2005-09-22  Wim Taymans  <wim@fluendo.com>
21703
21704         * gst/rtp/TODO:
21705         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21706         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21707         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21708         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21709         (gst_rtpmp4venc_get_property):
21710         * gst/rtp/gstrtpmp4venc.h:
21711         Remove g_print.
21712         Update TODO
21713         Make payload encoder a bit smarter and more correct with
21714         timestamps.
21715         Added option in payloader to include config string in-band.
21716
21717 2005-09-21  Wim Taymans  <wim@fluendo.com>
21718
21719         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21720         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21721         (gst_rtspsrc_send):
21722         Strip spaces for key/value pairs.
21723
21724 2005-09-21  Wim Taymans  <wim@fluendo.com>
21725
21726         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21727         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21728         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21729         (gst_rtspsrc_change_state):
21730         More SDP parsing and caps setting.
21731         Do NO_PREROLL differently.
21732         add pads only after negotiated.
21733
21734         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21735         (gst_udpsrc_getcaps):
21736         Implement the getcaps function.
21737
21738 2005-09-21  Wim Taymans  <wim@fluendo.com>
21739
21740         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21741         (gst_rtpamrdec_chain):
21742         Handle multiple AMr packets per payload. Handle CRC and
21743         parse ILL/ILP.
21744
21745         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21746         Make caps params strings for easy SDP mapping.
21747         
21748         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21749         Handle capsnego better.
21750
21751         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21752         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21753         Generate and parse config string in the caps.
21754
21755 2005-09-21  Wim Taymans  <wim@fluendo.com>
21756
21757         * gst/rtp/README:
21758         Update README
21759
21760         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21761         Make extra params as strings.
21762
21763         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21764         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21765         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21766         Make state change return NO_PREROLL as this is a live
21767         source.
21768
21769         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21770         Don't unref old caps when NULL.
21771
21772 2005-09-20  Wim Taymans  <wim@fluendo.com>
21773
21774         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21775         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21776         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21777         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21778         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21779         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21780         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21781         * gst/rtsp/sdpmessage.h:
21782         Add URI handler.
21783         Parse SDP and create caps.
21784
21785 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21786
21787         * gst/alpha/gstalpha.c:
21788           fix element description
21789
21790 2005-09-19  Wim Taymans  <wim@fluendo.com>
21791
21792         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21793         Don't check payload for now.
21794
21795 2005-09-19  Wim Taymans  <wim@fluendo.com>
21796
21797         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21798         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21799         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21800         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21801         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21802         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21803         (gst_wavparse_change_state):
21804         * gst/wavparse/gstwavparse.h:
21805         Fix wavparse some more.
21806
21807 2005-09-19  Wim Taymans  <wim@fluendo.com>
21808
21809         * check/elements/level.c: (GST_START_TEST):
21810         Fix for bus API change.
21811
21812 2005-09-19  Wim Taymans  <wim@fluendo.com>
21813
21814         * gst/level/level-example.c: (main):
21815         Fix for new bus API.
21816
21817         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21818         Set caps on pads.
21819
21820 2005-09-15  Wim Taymans  <wim@fluendo.com>
21821
21822         * gst/rtp/Makefile.am:
21823         * gst/rtp/README:
21824         * gst/rtp/gstrtp.c: (plugin_init):
21825         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21826         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21827         (gst_rtpamrdec_change_state):
21828         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21829         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21830         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21831         * gst/rtp/gstrtpamrenc.h:
21832         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21833         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21834         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21835         * gst/rtp/gstrtpgsmenc.h:
21836         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21837         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21838         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21839         (gst_rtpgsmparse_change_state):
21840         * gst/rtp/gstrtpgsmparse.h:
21841         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21842         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21843         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21844         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21845         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21846         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21847         * gst/rtp/gstrtph263penc.h:
21848         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21849         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21850         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21851         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21852         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21853         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21854         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21855         * gst/rtp/gstrtpmp4venc.h:
21856         * gst/rtp/gstrtpmpadec.c:
21857         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21858         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21859         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21860         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21861         * gst/rtp/gstrtpmpaenc.h:
21862         Updates to payloader/depayloaders, make payloaders use
21863         the base classes.
21864         Updated README with suggested RTP caps and how to convert
21865         to/from SDP.
21866         Added config descriptor in mp4v payloader.
21867
21868 2005-09-15  Andy Wingo  <wingo@pobox.com>
21869
21870         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21871         * gst/autodetect/gstautovideosink.c
21872         (gst_auto_video_sink_find_best): Update for new registry API.
21873
21874 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21875
21876         * common/c-to-xml.py:
21877         * common/gtk-doc-plugins.mak:
21878           a simple py script to generate valid xml from a C example
21879           probably also need to strip an MIT license when we decide
21880         * docs/plugins/Makefile.am:
21881         * gst/level/Makefile.am:
21882         * gst/level/gstlevel.c: (gst_level_init):
21883         * gst/level/level-example.c: (message_handler), (main):
21884           add an example to level that will show up in the docs
21885         * gst/rtp/TODO:
21886           add a note for the future
21887
21888 2005-09-14  Michael Smith <msmith@fluendo.com>
21889
21890         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21891           Actually define the debug object being used in wavenc. Fixes #316205
21892
21893 2005-09-14  Michael Smith <msmith@fluendo.com>
21894
21895         * gst/smpte/Makefile.am:
21896           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21897           needed to build on windows (bug 316204)
21898
21899 2005-09-12  Andy Wingo  <wingo@pobox.com>
21900
21901         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21902
21903 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21904
21905         * configure.ac:
21906         * gst/fdsrc/Makefile.am:
21907         * gst/fdsrc/gstfdsrc.c:
21908         * gst/fdsrc/gstfdsrc.h:
21909           Move fdsrc back into gstreamer core elements.
21910
21911         * gst/level/gstlevel.c: (gst_level_class_init),
21912         (gst_level_transform_ip):
21913         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21914           Basetransform changes.
21915
21916 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21917
21918         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21919         * ext/jpeg/smokecodec.c: (find_best_size):
21920           fix compiler warnings
21921
21922 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21923
21924         * gst-plugins-good.spec.in:
21925           spec file fixes
21926         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21927         (gst_multiudpsink_render), (gst_multiudpsink_add),
21928         (gst_multiudpsink_clear):
21929           it actually helps to actually stream if we hook up the
21930           "add" signal to an actual implementation
21931         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21932           some debugging
21933
21934 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21935
21936         * ext/jpeg/Makefile.am:
21937         * ext/jpeg/gstjpeg.c
21938         * ext/jpeg/gstjpegenc.c:
21939         * ext/jpeg/gstsmokeenc.c:
21940
21941 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21942
21943         * ext/flac/gstflacdec.c:
21944         * ext/flac/gstflacenc.c:
21945         * ext/flac/gstflactag.c:
21946         * ext/speex/gstspeexenc.c:
21947           gsttaginterface.h -> gsttagsetter.h
21948
21949 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21950
21951         * configure.ac:
21952         * gst/debug/Makefile.am:
21953         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21954         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21955         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21956         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21957         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21958           Port to 0.9 and re-enable efence plugin.
21959
21960 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21961
21962         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21963         (gst_flacdec_write), (gst_flacdec_convert_src):
21964         * ext/flac/gstflacdec.h:
21965           Add support for flac files with 24/32 bits per sample; and misc.
21966           minor clean-ups. Seeking is still partly broken (for me at least).
21967
21968 2005-09-06  Wim Taymans  <wim@fluendo.com>
21969
21970         * gst/rtp/Makefile.am:
21971         * gst/rtp/gstrtp.c: (plugin_init):
21972         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21973         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21974         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21975         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21976         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21977         (gst_rtpmp4vdec_plugin_init):
21978         * gst/rtp/gstrtpmp4vdec.h:
21979         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21980         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21981         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21982         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21983         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21984         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21985         * gst/rtp/gstrtpmp4venc.h:
21986         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21987         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21988         Added mpeg4 video payload encoder/decoder.
21989         Added some docs in mpa payloader.
21990
21991 === release 0.9.1 ===
21992
21993 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21994
21995         * NEWS:
21996         * README:
21997         * RELEASE:
21998         * autogen.sh:
21999         * configure.ac:
22000           releasing 0.9.1, "Blondie"
22001
22002 2005-09-05  Andy Wingo  <wingo@pobox.com>
22003
22004         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
22005         here from the state change handler, so we fire signals without
22006         holding the state lock.
22007
22008 2005-09-02  Andy Wingo  <wingo@pobox.com>
22009
22010         * All plugins updated for element state changes.
22011
22012 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22013
22014         * Makefile.am:
22015         * check/.cvsignore:
22016         * check/Makefile.am:
22017         * check/elements/.cvsignore:
22018         * check/elements/level.c: (setup_level), (cleanup_level),
22019         (GST_START_TEST), (level_suite), (main):
22020           add a test for level
22021         * common/release.mak:
22022           move the enum checking to release.mak
22023         * configure.ac:
22024           add valgrind and check checking
22025         * gst/level/gstlevel.c: (gst_level_transform):
22026         * gst/level/gstlevel.h:
22027           fix Andy's cast bug
22028           convert a field to int
22029           fix the arithmetic to int when checking for emit so that a
22030           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
22031
22032 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22033
22034         * Makefile.am:
22035         * configure.ac:
22036           add docs to build
22037         * common/plugins.xsl:
22038           wrap Description into a refsect2
22039         * docs/Makefile.am:
22040         * docs/plugins/Makefile.am:
22041         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22042         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22043         * gst/goom/Makefile.am:
22044         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
22045         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
22046         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
22047         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
22048         (gst_goom_change_state):
22049         * gst/goom/gstgoom.h:
22050           GstGOOM -> GstGoom
22051           add an example launch line
22052         * gst/level/gstlevel.h:
22053         * gst/monoscope/gstmonoscope.c:
22054           cleanups
22055
22056 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22057
22058         * configure.ac:
22059         * docs/plugins/Makefile.am:
22060         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22061         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22062         * docs/plugins/gst-plugins-good-plugins.types:
22063           document elements and plugins.  Shazam !
22064
22065 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22066
22067         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
22068           be found under doc/random/ChangeLog-0.8